/**
 *  FARBEN
 *
 *  hellblau:      #9BB9E1      rgb(129, 207, 236)
 *  blau:          #4F84CA      rgb(0, 156, 217)
 *  dunkelblau:    #3871BC      rgb(0, 116, 159)
 *  dunkelerblau:  #1C375C      rgb(0, 73, 100)
 *
 *  hellgrau:      #E6E6E7      rgb(230, 230, 231)
 *
 */
@import url("https://fonts.googleapis.com/css?family=Roboto");
html,
body {
  font-family: "Roboto", sans-serif;
  background: rgb(235, 240, 244) url("images/bg_body.png") repeat-x scroll right top;
}

:root {
  --color-primary: rgb(0, 156, 217);
  --color-secondary:rgb(129, 207, 236);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: rgb(0, 156, 217);
}

h1, h2 {
  text-transform: none;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.15rem;
}

h6 {
  font-size: 1.1rem;
}

a,
a:visited {
  color: rgb(0, 116, 159);
}

a:hover,
a:focus {
  color: rgb(123, 123, 123);
}

/* === .off-canvas === */
.off-canvas {
  background-color: rgb(0, 116, 159);
}

#offCanvasLeft .close-button:hover,
#offCanvasLeft .close-button:focus {
  color: rgb(129, 207, 236);
}

#offCanvasLeft .sideNav li:last-child,
#offCanvasLeft ul.submenu {
  border-bottom: 1px solid rgb(129, 207, 236);
}

#offCanvasLeft .sideNav li > a {
  border-top: 1px solid rgb(129, 207, 236);
}

#offCanvasLeft .submenu li > a {
  border-top: 1px solid rgb(129, 207, 236);
}

#offCanvasLeft .menu > li > a:hover,
#offCanvasLeft .menu > li > a:active,
#offCanvasLeft .menu > li > a:focus {
  background-color: rgb(129, 207, 236);
}

#offCanvasLeft .is-drilldown-submenu {
  background-color: rgb(0, 116, 159);
}

#offCanvasLeft .js-drilldown-back > a::before {
  border-color: transparent rgb(129, 207, 236) transparent transparent;
}

.title-bar {
  background: rgb(0, 116, 159) none repeat scroll 0 0;
}

.title-bar-right a:hover,
.title-bar-right a:active,
.title-bar-right a:focus {
  color: rgb(129, 207, 236);
}

/* --- #topRow --- */
#topRowRight a,
#topRowRight a:visited {
  color: rgb(0, 116, 159);
}

#topRowRight a:hover,
#topRowRight a:active,
#topRowRight a:focus {
  color: rgb(123, 123, 123);
}

/* --- #navRow --- */
#mainNav .first.is-active a {
  background-color: rgb(0, 156, 217);
  color: rgb(255, 255, 255);
}

#mainNav .first a:hover,
#mainNav .first a:active {
  background-color: rgb(0, 156, 217);
}

#mainNav ul.is-dropdown-submenu {
  background: transparent url("images/bg_submenu.png") no-repeat scroll left bottom/100% auto;
}

#mainNav li.sec a:hover {
  background-color: rgb(129, 207, 236);
}

#mainNav li.cat {
  background-color: rgb(0, 156, 217);
}

#mainNav li.cat a {
  font-weight: normal;
}

#mainNav .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #ffffff;
}

#mainNav ul.menu ul.submenu {
  list-style: none;
  margin-left: 0;
}

/* --- #headRow --- */
.headImage .captionInfo,
.headImage .captionInfo:visited {
  background-color: rgb(129, 207, 236);
}

.headImage a.captionInfo:focus,
.headImage a.captionInfo:active,
.headImage a.captionInfo:hover {
  background-color: rgb(0, 156, 217);
}

/* === main === */
main {
  background-color: transparent;
}

main .contentBox .colorHeader {
  background-color: rgb(0, 156, 217);
}

/* --- .specialBox --- */
.specialBox .title {
  background-color: rgb(0, 156, 217);
}

.specialBox .footer {
  background: rgb(129, 207, 236);
}

.specialBox .footer:last-child {
  background: transparent url("images/bg_boxFooter.png") no-repeat scroll right bottom;
}

.specialBox .footer a:active,
.specialBox .footer a:focus,
.specialBox .footer a:hover {
  color: rgb(0, 116, 159);
}

.video-embed video {
  width: 100%;
}

/* === footer === */
footer {
  background-color: transparent;
}

/* === #footHeadRow  === */
#footHeadRow {
  background: transparent url("images/bg_footer_small.png") no-repeat scroll center bottom/100% auto;
}

/* === #footRow  === */
#footRow {
  background-color: rgb(0, 156, 217);
}

#footRow a:hover,
#footRow a:active,
#footRow a:focus {
  color: rgb(129, 207, 236);
}

/* === #copyRow  === */
#copyRow {
  background-color: rgb(0, 116, 159);
}

#copyRow .institution {
  color: rgb(129, 207, 236);
}

#copyRow a:hover,
#copyRow a:active,
#copyRow a:focus {
  color: rgb(129, 207, 236);
}

/* === ======================== === */
/* --- button --- */
.button {
  background-color: rgb(0, 116, 159);
}

.button:focus,
.button:hover {
  background-color: rgb(0, 156, 217);
}

a:visited.button {
  color: #fff;
}

/* === ======================== === */
table tfoot td, table tfoot th, table thead td, table thead th {
  padding: 0;
}

table tbody td, table tbody th {
  padding: 0;
}

table tbody, table tfoot, table thead {
  background-color: #ffffff;
  border: 0;
}

table tbody tr:nth-child(2n), table tbody th:nth-child(2n) {
  background-color: #ffffff;
}

table td, table th {
  vertical-align: top;
}

table td.align-right, table th.align-right {
  text-align: right;
}

/*----- MEDIAQUERIES BEGIN -----*/
/* Define mobile styles */
/* min-width 640px, medium screens */
@media only screen and (min-width: 40em) {
  #footHeadRow {
    background: transparent url("images/bg_footer_medium.png") no-repeat scroll center bottom/100% auto;
  }
}
/* min-width 1024px, large screens */
/* min-width 1440px, xlarge screens */
@media only screen and (min-width: 90em) {
  #footHeadRow {
    background: transparent url("images/bg_footer_large.png") no-repeat scroll center bottom/100% auto;
  }
}
/* min-width 1920px, xxlarge screens */
/*----- MEDIAQUERIES END   -----*/
#footRow {
  position: relative;
}
#footRow > .row {
  padding-bottom: 13%;
  position: relative;
  z-index: 1;
}
#footRow::before {
  content: "";
  position: absolute;
  z-index: -3px;
  bottom: -2px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url("/fileadmin/co_system/rhauderfehn/css/images/Skyline_Rhauderfehn_mit_Schriftzug.svg");
}
@media (min-width: 640px) {
  #footRow::before {
    bottom: -3px;
  }
}
@media (min-width: 1024px) {
  #footRow::before {
    bottom: -4px;
  }
}
@media (min-width: 1440px) {
  #footRow::before {
    bottom: -5px;
  }
}
@media (min-width: 1600px) {
  #footRow::before {
    bottom: -6px;
  }
}
@media (min-width: 2000px) {
  #footRow::before {
    bottom: -8px;
  }
}
@media (min-width: 2500px) {
  #footRow::before {
    bottom: -9px;
  }
}
@media (min-width: 3000px) {
  #footRow::before {
    bottom: -12px;
  }
}

body .d-none {
  display: none !important;
}
body .d-flex {
  display: flex !important;
}
body #ras-municipalservices #rasms-services .badge {
  border-radius: 0;
  min-width: 5rem;
  align-self: flex-start;
}
body #ras-municipalservices #rasms-services .card {
  margin-bottom: 1rem;
}
body #ras-municipalservices #rasms-services .card .card-header {
  border-bottom: 1px solid;
  margin-bottom: 0.5rem;
}
body #ras-municipalservices #rasms-search > .input-group .input-group-text {
  display: none;
}
body #ras-municipalservices #rasms-search > .input-group #rasms-search-reset {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
