* {
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
}
body,
tr,
td,
textarea,
input {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
}
/* --------- Layout ---------------------------------- */
#page {
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
header.mainHeader {
  position: relative;
  background: url("/fileadmin/templates/Resources/Public/Images/map.jpg") center no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(128, 163, 210, 0.8);
  border-bottom: 1px solid #1E417B;
}
header.mainHeader .top {
  height: 30px;
  background: #fff;
  border-bottom: 1px solid #1E417B;
}
@media only screen and (max-width: 680px) {
  header.mainHeader .top {
    display: none;
  }
}
header.mainHeader .logo {
  text-align: right;
  padding: 45px 0 30px 0;
  margin-right: 30px;
}
header.mainHeader .logo a {
  display: inline-block;
}
header.mainHeader .logo a img {
  display: block;
}
@media only screen and (max-width: 680px) {
  header.mainHeader .logo {
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  header.mainHeader .logo a img {
    display: inline-block;
  }
}
#content {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 30px 70px 30px;
}
#content.content_2cols {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  #content {
    padding: 20px;
  }
  #content.content_2cols {
    display: block;
  }
}
#content .content_left {
  padding-right: 0.5em;
}
#content .content_right {
  padding-left: 0.5em;
}
#content .content_left,
#content .content_right {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 680px) {
  #content .content_left,
  #content .content_right {
    display: block;
    padding: 0 0 0.5em 0;
  }
}
footer#mainFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: table;
  background: #1E417B;
}
footer#mainFooter .wrapper {
  display: table;
  width: 100%;
  padding: 0 30px;
}
footer#mainFooter .copy,
footer#mainFooter .menu {
  display: table-cell;
  vertical-align: middle;
}
footer#mainFooter .copy {
  padding: 10px 0 10px 10px;
}
@media only screen and (max-width: 700px) {
  footer#mainFooter .copy {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
footer#mainFooter .menu {
  text-align: right;
  padding: 10px 0;
}
@media only screen and (max-width: 700px) {
  footer#mainFooter .menu {
    display: block;
    width: 100%;
    text-align: center;
    background: #ddd;
  }
}
@media only screen and (max-width: 700px) {
  footer#mainFooter {
    position: relative;
    display: block;
    max-resolution: 0;
    width: 100%;
  }
  footer#mainFooter .wrapper {
    padding: 0;
  }
}
h2 {
  color: #324c5a;
}
#c1 h2:first-child {
  margin-top: 0;
}
.small {
  font-size: 80%;
}
input[type=text],
input[type=number],
input[type=password],
textarea {
  font-size: 1em;
  padding: 8px;
  border: 1px solid #324c5a;
  border-radius: 2px;
  width: 100%;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  background: #dce6ec;
}
.btn-toolbar {
  margin-top: 10px;
}
.form-group {
  margin-bottom: 8px;
}
.btn {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #333;
  cursor: pointer;
}
.btn.btn-primary {
  color: white;
  background: #324c5a;
  border-color: #324c5a;
}
ul[class$="-colored"] li:before {
  color: #324c5a !important;
}
/* --------- Main Menu -------------------------------- */
#mainMenu ul {
  list-style: none;
  padding: 0;
  margin: 0 30px;
  background: #c5d5ec;
  border-radius: 4px 4px 0 0;
}
#mainMenu ul li {
  display: inline-block;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: background 0.7s;
}
#mainMenu ul li:hover {
  background: rgba(50, 76, 90, 0.08);
}
#mainMenu ul li:hover ul {
  display: block;
}
#mainMenu ul li:hover a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#mainMenu ul li:first-child {
  border-radius: 4px 0 0 0;
}
#mainMenu ul li.active {
  border-bottom: 3px solid #324c5a;
  background: #fff;
}
#mainMenu ul li a {
  display: block;
  padding: 10px 16px 6px 16px;
  color: #324c5a;
  text-decoration: none;
}
#mainMenu ul li ul {
  display: none;
  min-width: 205px;
  position: absolute;
  margin: 0;
  top: 43px;
  left: 0;
  background: #fff;
  border: 1px solid #324c5a;
  border-radius: 2px;
  text-align: left;
  z-index: 201;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#mainMenu ul li ul li {
  display: block;
  border-bottom: 1px solid #eee;
}
#mainMenu ul li ul li.active {
  border-bottom: 1px solid #eee;
}
#mainMenu ul li ul li:last-child {
  border-bottom: 0;
}
#mainMenu ul li ul li:hover {
  background: transparent;
}
#mainMenu ul li ul li a {
  background: transparent;
  color: #000;
  padding: 10px;
}
#mainMenu ul li ul li a:hover {
  color: #324c5a;
}
#mainMenu ul li ul li a.active {
  color: #324c5a;
  font-weight: bold;
}
@media only screen and (max-width: 680px) {
  #mainMenu {
    display: none;
  }
}
/* --------- Main Menu -------------------------------- */
#mobileMenu {
  background: #222;
}
#mobileMenu ul {
  display: none;
  padding: 10px;
  margin: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}
#mobileMenu ul li {
  display: block;
  background: #0f203e;
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}
#mobileMenu ul li:last-child {
  margin-bottom: 0;
}
#mobileMenu ul li.active {
  border-bottom: 1px solid #ccc;
}
#mobileMenu ul li a {
  display: block;
  padding: 10px 16px 6px 16px;
  text-decoration: none;
  color: #fff;
}
#mobileMenu ul li ul {
  padding: 0;
  display: block;
}
#mobileMenu ul li ul li {
  border-radius: 0;
  background: #0a1629;
  border: 0;
  margin-bottom: 0;
}
#mobileMenu ul li ul li:first-child {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 680px) {
  #mobileMenu {
    display: block;
  }
}
#mobileMenu.open ul {
  opacity: 100;
}
#mainMenu_mobile_switch {
  display: none;
  text-align: right;
  color: #fff;
  background: #2857a4;
  padding: 5px;
}
#mainMenu_mobile_switch:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 28px;
  margin-right: 4px;
}
@media only screen and (max-width: 680px) {
  #mainMenu_mobile_switch {
    cursor: pointer;
    display: block;
  }
}
/* --------- Footer Menu ------------------------------ */
footer#mainFooter {
  color: #f0f0f0;
}
footer#mainFooter .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer#mainFooter .menu ul li {
  display: inline-block;
}
footer#mainFooter .menu ul li:after {
  content: "·";
  padding: 0 3px;
}
footer#mainFooter .menu ul li:last-child:after {
  content: "";
  padding: 0;
}
footer#mainFooter .menu ul li a {
  color: #f0f0f0;
  text-decoration: none;
}
footer#mainFooter .menu ul li a:hover {
  text-decoration: underline;
}
footer#mainFooter .menu ul li a.active {
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  footer#mainFooter .menu ul li {
    display: block;
  }
  footer#mainFooter .menu ul li:after {
    content: "";
    padding: 0;
  }
  footer#mainFooter .menu ul li a {
    display: block;
    padding: 0.5em;
    color: #1E417B;
  }
}
/* --------- BREADCRUMB Menu ------------------------------ */
.breadcrumb {
  padding: 20px 30px 0 30px;
}
.breadcrumb ul.breadCrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb ul.breadCrumb li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 8px 8px 8px 0;
  font-size: 12px;
  color: #6e6e6e;
}
.breadcrumb ul.breadCrumb li a {
  color: #324c5a;
  text-decoration: none;
  display: block;
}
.breadcrumb ul.breadCrumb li a.home-icon {
  font-size: 14px;
}
.breadcrumb ul.breadCrumb li a:after {
  content: "»";
  padding-left: 8px;
  font-size: 15px;
}
@media only screen and (max-width: 680px) {
  .breadcrumb {
    display: none;
  }
}
/* -------------------- Fluid styled content ----------------------------------*/
.ce-textpic.ce-intext .ce-bodytext p:first-child {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #1E417B;
}
#content *:first-child header *:first-child {
  margin-top: 0;
}
#content a {
  color: #1E417B;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
figure {
  margin: 0;
}
figure .image img {
  border-bottom: 10px solid #7b8403;
}
.ce-right.ce-intext figure {
  float: right;
  margin: 0 0 12px 12px;
}
.ce-left.ce-intext figure {
  float: left;
  margin: 0 12px 12px 0;
}
.ce-gallery img {
  max-width: 100%;
  height: auto;
}
.frame {
  margin-bottom: 30px;
}
.frame:last-child {
  margin-bottom: 0;
}
.frame h2 {
  margin-top: 30px;
}
.frame:first-child h2 {
  margin-top: 0;
}
.ce-media {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.ce-media img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.ce-textpic.ce-nowrap .ce-gallery {
  margin-bottom: 0;
}
.ce-border img {
  border: 8px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.ce-left .ce-gallery {
  margin-bottom: 10px;
}
.ce-gallery figure {
  display: inline-block;
  margin: 10px;
  margin-left: 0;
}
.ce-gallery figure:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .ce-gallery {
    text-align: center !important;
  }
}
@media only screen and (max-width: 680px) {
  .ce-gallery .img {
    max-width: 100%;
    height: auto;
  }
}
.ce-grid-gallery {
  display: grid;
  grid-gap: 10px;
  align-content: space-between;
  justify-content: center;
}
.ce-left .ce-grid-gallery {
  justify-content: left;
}
.ce-right .ce-grid-gallery {
  justify-content: right;
}
.ce-above .ce-grid-gallery {
  margin-bottom: 10px;
}
.ce-right.ce-intext .ce-grid-gallery {
  float: right;
  margin: 0 0 12px 12px;
}
.ce-left.ce-intext .ce-grid-gallery {
  float: left;
  margin: 0 12px 12px 0;
}
.ce-grid-gallery.ce-border {
  padding-top: 10px;
}
.ce-grid-gallery figure {
  margin: 0;
}
.ce-grid-gallery a img {
  display: block;
}
@media only screen and (max-width: 480px) {
  .ce-grid-gallery {
    justify-content: center !important;
  }
}
.frame-space-after-extra-small {
  margin-bottom: 1em !important;
}
.frame-space-after-small {
  margin-bottom: 2em !important;
}
.frame-space-after-medium {
  margin-bottom: 3em !important;
}
.frame-space-after-large {
  margin-bottom: 4em !important;
}
.frame-space-after-extra-large {
  margin-bottom: 5em !important;
}
.frame-space-after-100 {
  margin-bottom: -10px !important;
}
h2.header-layout-7 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
h2.header-layout-8 {
  margin-bottom: 20px !important;
  border-bottom: 1px dotted #324c5a;
  padding-bottom: 5px;
  line-height: 1.2rem;
}
.frame-layout-100,
.frame-layout-101 {
  padding: 1.5em;
  margin-bottom: 1.5em;
}
.frame-layout-100 *:first-child,
.frame-layout-101 *:first-child {
  margin-top: 0;
}
.frame-layout-100 *:last-child,
.frame-layout-101 *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 680px) {
  .frame-layout-100,
  .frame-layout-101 {
    padding: 1em;
  }
}
.frame-layout-100 {
  background-color: #f5f5f5;
}
.frame-layout-101 {
  background-color: #414141;
  color: #fff;
}
.subpages_menu {
  border-top: 1px dotted #ccc;
  padding-top: 5px;
  margin-top: 20px;
}
.subpages_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subpages_menu ul li {
  display: inline-block;
  margin-right: 20px;
}
.subpages_menu ul li a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.subpages_menu ul li a:before {
  content: "";
  background: url("/fileadmin/templates/Resources/Public/Images/icon_blankpage.svg") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media only screen and (max-width: 680px) {
  .not-on-mobile {
    display: none;
  }
}
.gridelements_container {
  padding-top: 10px;
}
.gridelements_container .inner *:first-child p:first-child {
  margin-top: 0;
}
.gridelements_2cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.gridelements_2cols.cols-1-2 {
  grid-template-columns: 1fr 2fr;
}
.gridelements_2cols.cols-2-1 {
  grid-template-columns: 2fr 1fr;
}
.gridelements_2cols.cols-1-3 {
  grid-template-columns: 1fr 3fr;
}
.gridelements_2cols.cols-3-1 {
  grid-template-columns: 3fr 1fr;
}
@media only screen and (max-width: 600px) {
  .gridelements_2cols {
    grid-template-columns: 1fr !important;
    grid-gap: 30px;
  }
}
.gridelements_container.tabs .gridelements_2cols {
  display: block;
}
.gridelements_3cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.gridelements_3cols.cols-1-2-1 {
  grid-template-columns: 1fr 2fr 1fr;
}
.gridelements_3cols.cols-2-1-1 {
  grid-template-columns: 2fr 1fr 1fr;
}
.gridelements_3cols.cols-1-1-2 {
  grid-template-columns: 1fr 1fr 2fr;
}
@media only screen and (max-width: 700px) {
  .gridelements_3cols {
    grid-template-columns: 1fr !important;
    grid-gap: 30px;
  }
}
.gridelements_container.tabs .gridelements_3cols {
  display: block;
}
.gridelements_4cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .gridelements_4cols {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .gridelements_4cols {
    grid-template-columns: 1fr !important;
    grid-gap: 30px;
  }
}
.gridelements_container.tabs .gridelements_4cols {
  display: block;
}
.gridelements_container.tabs .tab-container ul.etabs {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.gridelements_container.tabs .tab-container ul.etabs li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eee;
  border: solid 1px #324c5a;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  margin-right: 3px;
}
.gridelements_container.tabs .tab-container ul.etabs li a {
  display: block;
  padding: 6px 16px 3px 16px;
  outline: none;
}
.gridelements_container.tabs .tab-container ul.etabs li a:hover {
  text-decoration: none !important;
}
.gridelements_container.tabs .tab-container ul.etabs li:hover {
  background: #d6dbde;
}
.gridelements_container.tabs .tab-container ul.etabs li.active {
  background: #fff;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #324c5a;
}
.gridelements_container.tabs .tab-container ul.etabs li.active a {
  color: black !important;
}
@media only screen and (max-width: 680px) {
  .gridelements_container.tabs .tab-container ul.etabs li {
    display: block;
    margin-right: 3px;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: solid 1px #999;
  }
  .gridelements_container.tabs .tab-container ul.etabs li.active {
    position: inherit;
    padding-top: 0;
  }
}
.gridelements_container.tabs .tab-container .panel-container {
  background: #fff;
  border: solid #324c5a 1px;
  padding: 20px;
  margin-bottom: 0 !important;
  border-radius: 0 2px 2px 2px;
}
.gridelements_container.tabs .tab-container .panel-container .inner > *:last-child {
  margin-bottom: 0 !important;
}
.gridelements_container.accordion dl dt {
  position: relative;
  padding: 0.6em 0.5em 0.5em 20px;
  border: 1px solid #324c5a;
  border-top: 0;
}
.gridelements_container.accordion dl dt:first-child {
  border-top: 1px solid #324c5a;
}
.gridelements_container.accordion dl dt:before {
  content: "\A";
  border-style: solid;
  border-width: 4px 7px 5px 0;
  border-color: transparent #324c5a transparent transparent;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.5s;
  opacity: 0.5;
}
.gridelements_container.accordion dl dt:hover {
  background: #f5f6f7;
}
.gridelements_container.accordion dl dt:hover:before {
  opacity: 1;
}
.gridelements_container.accordion dl dt.active {
  background: #d6dbde;
}
.gridelements_container.accordion dl dt.active:before {
  opacity: 1;
  top: 40%;
  transform: rotate(270deg);
}
.gridelements_container.accordion dl dd {
  margin: 0;
  padding: 0.5em;
  border: 1px solid #324c5a;
  border-top: 0;
}
.frame-type-form_formframework > * {
  width: 60%;
  min-width: 320px;
  margin: 0 auto;
}
.frame-type-form_formframework > * .row {
  display: table;
  width: 100%;
}
.frame-type-form_formframework > * .row > div {
  display: table-cell;
}
.frame-type-form_formframework > * .row > div:first-child {
  padding-right: 5px;
  width: 25%;
}
.form-group {
  margin-bottom: 10px;
  width: 100%;
}
.form-group label {
  display: none;
}
.form-group input:not([type='checkbox']),
.form-group textarea {
  padding: 8px;
  width: 100%;
}
.form-group .form-check-label {
  display: table;
}
.form-group .form-check-label input[type="checkbox"],
.form-group .form-check-label > span {
  display: table-cell;
}
.form-group .form-check-label span {
  padding-left: 3px;
}
textarea,
input,
select {
  font-size: inherit;
  font-weight: inherit;
}
textarea {
  display: block;
  margin-bottom: 0;
  min-height: 100px;
}
.error.help-block ul.parsley-errors-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 0 0 8px;
  color: #a10000;
}
.error.help-block ul.parsley-errors-list.filled {
  background: #ffe0e0;
  border: 1px solid #a10000;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.input.checkbox .error.help-block ul.parsley-errors-list {
  display: inline-block;
  margin: 0 0 0 24px;
  padding: 2px 8px;
}
.input.checkbox .error.help-block ul.parsley-errors-list.filled {
  border-top: 1px solid #a10000;
  border-radius: 3px;
}
/* --------------------  RTE Classes  ---------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1E417B;
}
span.small,
p.small,
.small {
  font-size: 80%;
}
span.label {
  display: inline-block;
  width: 125px;
}
@media only screen and (max-width: 600px) {
  span.label {
    display: block;
    width: 100%;
    font-weight: bold;
  }
}
p.align_left,
div.align_left {
  text-align: left;
}
p.align_center,
div.align_center {
  text-align: center;
}
p.align_right,
div.align_right {
  text-align: right;
}
p.align_justify,
div.align_justify {
  text-align: justify;
}
a.button,
a.button_broad {
  display: inline-block;
  padding: 4px 8px;
  background: #257EA0;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
}
a.button_broad {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
a.button:hover,
a.button_broad:hover {
  background: #226384;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
ul[class^="ul-"],
ul[class^="ul-"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[class^="ul-"] li {
  padding-left: 0px;
}
ul[class^="ul-"] li li {
  padding-left: 20px;
}
ul[class^="ul-"] li:before {
  font-family: "FontAwesome";
  margin-right: 10px;
}
ul.ul-check li:before,
ul.ul-check-colored li:before {
  content: "\f00c";
}
ul.ul-check-colored li:before {
  color: #0000FF;
}
