@charset "UTF-8";
/*
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
@font-face {
  font-family: "Signika";
  src: url("fonts/Signika-vari.ttf") format("truetype-variations");
  font-weight: 100 1000;
}
html, body {
  font-family: "Signika", sans-serif !important;
  font-size: 1em !important;
  color: #343434 !important;
  /*line-height: 1.8 !important;*/
}

.menuRowBox {
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
  z-index: 733;
  width: 100%;
}

.container-fluid.fullWidth {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.colorWrapper {
  background-color: #e8e8e8;
  color: #00838E;
  font-size: 2em;
  padding: 1em 0em;
}

.colorWrapper a {
  font-size: 0.7em;
}

.bgColor1 {
  color: #fff;
  background-color: #00838E;
}

.bgColor1 h4 {
  color: #fff !important;
  background-color: #00838E;
  font-weight: bold;
  margin-bottom: 0.4em !important;
}

.bgColor1 a {
  color: #fff !important;
  border: 1px solid #fff;
  padding: 9px 40px;
  margin: 15px;
  font-size: 1.1em;
  display: inline-block;
}

.bgColor1 a:hover {
  color: #00838E !important;
  background-color: #fff;
  text-decoration: none;
}

.bgColor2 {
  color: #fff;
  background-color: #33838E;
}

.headerFirstRow {
  background-color: #33838E;
  height: 1.6em;
}

.mapLayer, .mapLayerSecond {
  display: inline-block;
  position: relative;
  top: 200px;
  left: 200px;
  z-index: 2323;
  margin: 0 auto;
  width: 250px;
  border: 1px solid #999;
  padding: 10px;
  background-color: #eee;
  opacity: 0.9;
}

.contenttable {
  border: 1px solid #ddd;
  margin-bottom: 0.5em;
}
.contenttable td {
  padding: 0.5em;
  border: 1px solid #ddd;
}

#langMenu {
  padding-top: 15px;
}

.headerRow {
  background-color: #f1ede8;
  /*opacity: 0.8;*/
}

#headerBox {
  padding: 1em 0em;
  /*
      background-image: url('../../../../../fileadmin/hintergrund/header1.jpg');
      background-repeat: no-repeat;

      background-position: center;
      */
}

section.header {
  background-color: #fff;
}

footer {
  margin-top: 80px;
}

#pageId-5 footer {
  margin-top: -20px;
}

footer .rowNo2 img {
  width: 100%;
}

.colDescription > div {
  margin-bottom: 0.4em;
}

h1 {
  font-weight: bold !important;
  color: #00838E !important;
  font-size: 2.1em !important;
}

h2 {
  font-weight: bold !important;
  color: #00838E !important;
  font-size: 1.4em !important;
  margin-bottom: 0.6em !important;
}

h3 {
  font-weight: bold !important;
  color: #00838E !important;
  font-size: 1.1em !important;
  margin-bottom: 0em !important;
}

h4 {
  font-weight: bold !important;
  font-size: 1em;
}

hr.ce-div {
  margin: 3em 0em 4em 0em !important;
}

ul {
  padding-left: 1em;
}

p {
  font-weight: lighter;
}

#featuredBox {
  background-color: #00838E;
}
#featuredBox img {
  height: auto;
  width: 100%;
}

#featuredBox > .row {
  padding: 0px !important;
  margin: 0px !important;
}

#featuredBox .row .imgBox {
  /*padding: 0px !important;*/
}

.featuredBoxContainer {
  padding: 0px !important;
}

.featuredBoxContainer .col-8 {
  padding: 0px !important;
}

#featuredBox h1 {
  color: #fff !important;
}

a {
  color: #95092c;
}

a.btn-cust {
  color: #00838E !important;
  border: 1px solid #00838E;
  padding: 10px;
}

a.btn-cust:hover {
  color: #fff !important;
  border: 1px solid #00838E;
  background-color: #00838E;
  text-decoration: none;
}

ul li h2 {
  margin-bottom: 0.5em !important;
}

.frame-leftBoarder {
  border-left: 1px solid #999;
  padding-left: 20px;
}

.breadCrumbBox {
  margin-bottom: 40px;
}

.frame-layout-3 {
  padding: 30px;
  background-color: #EDEDED;
}

.overlayContent .redBtn a {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.overlayContent .redBtn a:hover {
  background-color: #fff !important;
  color: #95092c !important;
  text-decoration: none;
}

.redBtn a {
  padding: 9px 40px;
  border: 1px solid #95092c !important;
  background-color: #fff !important;
  color: #95092c !important;
  font-size: 1.1em !important;
  display: inline-block;
}

.blueBg .button {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 40px;
  margin: 15px;
  font-size: 1.1em;
  display: inline-block;
}

.blueBg .button:hover {
  background-color: #fff;
  color: #009FE3;
}

.redBtn a:hover {
  background-color: #95092c !important;
  color: #fff !important;
  text-decoration: none;
}

.frame-layout-3 .sideBtn {
  background-color: #009FE3;
  color: #fff;
  margin-left: -30px;
  padding: 10px 30px;
  cursor: pointer;
}

.frame-layout-3 .sideBtn:before {
  transform: translate(0px, 6px);
  display: inline-block;
  content: url("Icons/termin.svg");
  background-position: 5px 5px;
  height: 33px;
  width: 33px;
  padding-right: 10px;
}

.facebookLink:before, .twitterLink:before, .linkedinLink:before, .xingLink:before, .youtubeLink:before {
  transform: translate(0px, 6px);
  display: inline-block;
  content: url("Icons/Social/social-media-facebook.svg");
  height: 33px;
  width: 33px;
  padding-right: 10px;
}

.facebookLink:before {
  transform: translate(0px, 8px);
  height: 30px;
  width: 33px;
  padding-right: 5px;
}

.twitterLink:before {
  content: url("Icons/Social/social-media-twitter.svg");
}

.linkedinLink:before {
  content: url("Icons/Social/social-media-linkedin.svg");
  transform: translate(-4px, -1px);
  height: 23px;
  width: 23px;
  padding-right: 10px;
}

.linkedinLink {
  padding-left: 10px;
}

.xingLink:before {
  content: url("Icons/Social/social-media-xing.svg");
}

.youtubeLink:before {
  content: url("Icons/Social/social-media-youtube.svg");
}

.capsLetter {
  color: #95092c;
  font-weight: bold;
}

.capsLetter::after {
  content: " ";
}

.sliderTopCe.row {
  margin: 0px !important;
}

.sliderTopCe .imgFld {
  padding: 0px;
  /* min-height: 500px !important;*/
  /*maxWidth : 1200px;*/
}

.frame-space-after-medium {
  margin-bottom: 1.5em;
}

.frame-space-before-large {
  margin-top: 50px;
}

.frame-space-before-extra-large {
  margin-top: 120px;
}

.frame-space-after-extra-large {
  margin-bottom: 80px;
}

.menu {
  width: 100%;
  padding: 30px 10px 50px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

.menu ul {
  margin-bottom: 0;
}

.menu a {
  color: #333;
  text-transform: uppercase;
  opacity: 0.8;
}

.menu a:hover {
  text-decoration: none;
  opacity: 1;
}

/*
.rowNo2 p, .rowNo2 h3 {
    white-space: nowrap;
}
*/
.rowNo2 h3 {
  font-size: 1.3em !important;
  font-weight: bold;
}

.rowNo2 a {
  color: #000;
}

.rowNo2 a:hover {
  text-decoration: none;
}

.rowNo1 {
  padding: 77px 20px 55px 20px;
}

.rowNo3 {
  color: #fff;
  margin: 0px 0px 0px 0px;
  background-color: #33838E;
  padding-top: 10px;
}

a {
  color: #95092C;
}

a:hover {
  color: #95092C;
  text-decoration: underline;
}

footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}

footer p {
  /*padding-bottom: 5px;*/
}

footer .rowNo2 p {
  margin-bottom: 5px;
}

footer h3 {
  padding-bottom: 5px;
}

footer h2 {
  color: #95092C;
  font-size: 1.1em;
}

.sliderTopCe {
  background-color: #EDEDED;
  color: #444;
}

.sliderTopCe h3 {
  font-size: 1.8em !important;
}

.sliderTopCe a {
  color: #fff !important;
  border: 1px solid #fff;
  padding: 13px 40px;
  font-size: 1.1em !important;
}

.sliderTopCe a:hover {
  color: #95092C !important;
  border: 1px solid #fff;
}

.sliderTopCe .textFld {
  padding-left: 34px;
  padding-top: 102px;
  padding-bottom: 57px;
}

.sliderTopCe a:hover {
  color: #95092C;
  background-color: #fff;
  text-decoration: none;
}

.sliderWrapper {
  overflow: hidden;
}

.owl-dots {
  text-align: left !important;
  position: absolute;
  bottom: 0px;
  /*
  position: relativ;
  margin-top: -30px !important;
  */
  padding: 20px 20px 20px 34px;
  z-index: 1000;
}

.owl-nav {
  text-align: left !important;
  position: relative;
  margin-top: -100px !important;
  padding-left: 10px;
  z-index: 1000;
}

.owl-dot span {
  width: 1em !important;
  height: 1em !important;
  border-radius: 0px !important;
  background-color: #fff !important;
}

.owl-dot.active span {
  background-color: #00838E !important;
}

.navbar {
  /*
  opacity: 0.9;

   */
}

.navbar-row {
  padding-left: 30px;
}

.navbar-brand {
  padding-left: 15px;
}

.navbar {
  justify-content: normal !important;
}

#navbarsFoldout {
  font-weight: bold;
}

.navbar-toggler {
  border: none !important;
  font-size: 15px !important;
  vertical-align: center;
}

.navbar-toggler-icon {
  margin-top: -3px;
}

.navbar-toggler .buttonTxt {
  margin-top: 10px;
  margin-left: 5px;
  display: inline-block;
  color: #333;
}

#langMenu {
  vertical-align: center !important;
}

#langMenu ul {
  margin-bottom: 0px;
}

/* CE: Content Top*/
#featuredBox .overlayBox p {
  margin-bottom: 0px;
}

.overlayContent {
  padding: 10px;
}

#featuredBox .overlayBox h3 {
  color: #fff !important;
}

#featuredBox .overlayBox {
  display: inline-block;
  margin-top: -126px;
  z-index: 100;
  background-color: #fff;
  color: #00838E !important;
  padding: 10px 20px 10px 49px;
  margin-bottom: 70px;
  opacity: 0.9;
  font-size: 1.5em;
  font-weight: bold;
}

#featuredBox .overlayBox h4 {
  font-size: 2.6em !important;
}

.form-group label.control-label {
  display: none;
}

/* common stuff */
.mainContentSection ul li {
  list-style: none;
}

.mainContentSection ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin: 0 5px 0 -15px;
  color: #666;
}

/* CE: Card*/
.cardBox img {
  width: 100%;
}

.cardBox .overlayBox {
  opacity: 0.8;
  position: absolute;
  top: 100px;
  z-index: 100;
  background-color: #95092c;
  color: #fff;
  padding-bottom: 20px;
}

.cardBox .overlayBox h2 {
  color: #fff !important;
  font-size: 2.1em !important;
  font-weight: bold;
  padding: 20px 10px 10px 10px;
}

#breadcrumbMenu {
  padding-bottom: 20px;
}

.mainContentSection {
  padding-top: 20px;
}

.mainContentSection .contentSectionInner {
  padding-top: 15px;
  margin-top: 25px;
  background-color: #fff;
  padding-bottom: 20px;
}

/*Flux CE: ProfileCard*/
.profileCardCol {
  padding-bottom: 40px;
}

.profileCard {
  background-color: #EDEDED;
  margin-bottom: 25px;
}

.profileCard-title {
  background-color: #95092c;
  color: #fff !important;
  position: relative;
  top: -20px;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  font-size: 1em !important;
}

.profileCard-news .profileCard-text {
  min-height: 220px;
}

.profileCard-news .profileCard-text p {
  margin-bottom: 0px;
}

.profileCard-text {
  color: #333;
  padding: 0px 20px 10px 40px;
  min-height: 142px;
  line-height: 1.5em;
}

.profileCard-news h3 {
  line-height: 1.6em;
  margin-bottom: 0.3em !important;
}

.profileCard-link {
  padding: 0px 20px 30px 40px;
}

.profileCard-link:before {
  transform: translate(0px, 1px);
  display: inline-block;
  content: url("Icons/pfeil.svg");
  height: 26px;
  width: 26px;
  padding-right: 10px;
}

/*CE image Slider*/
/*
.sliderCe .owl-stage-outer {
    width: 300px;
    overflow: inherit !important;
}
*/
.sliderCe .owl-dots {
  text-align: left !important;
  position: relative;
  margin-top: 0px !important;
  padding: 20px 20px 20px 80px;
  /*z-index: 1000;*/
}

.sliderCe .owl-nav {
  text-align: left !important;
  position: relative;
  margin-top: -100px !important;
  padding-left: 10px;
  z-index: 1000;
}

.sliderCe .owl-dot span {
  width: 35px !important;
  height: 6px !important;
  border-radius: 0px !important;
  background-color: #888 !important;
}

.sliderCe .owl-dot.active span {
  background-color: #009FE3 !important;
}

.cardBox h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cardBox .subHeader {
  font-size: 1.2em;
}

.cardBox .subHeader p {
  margin-bottom: 0px !important;
}

/*News*/
.rightNewsCol a:before {
  transform: translate(0px, 1px);
  display: inline-block;
  content: url("Icons/pfeil.svg");
  height: 26px;
  width: 26px;
  padding-right: 10px;
}

.leftNewsCol {
  padding-top: 50px;
}

.leftNewsCol h1:first-child {
  margin-bottom: 0px;
}

.leftNewsCol .thumbnail {
  padding-top: 20px;
  padding-bottom: 40px;
}

.leftNewsCol .backBtnBox {
  margin-top: 50px;
}

.newsDetails .rightCol {
  margin-top: 90px;
  padding-left: 80px;
}

.newsDetails .ce-gallery {
  margin-bottom: 40px;
}

.newsDetails .rightCol a:before {
  transform: translate(0px, 1px);
  display: inline-block;
  content: url("Icons/pfeil.svg");
  height: 26px;
  width: 26px;
  padding-right: 10px;
}

/* modal kontakformular*/
.form-check-label .required {
  display: none;
}

.modal-dialog {
  max-width: 1069px !important;
}

.modal-body {
  padding: 0px 40px 40px 40px !important;
}

.modal-dialog h3 {
  font-size: 1.7em !important;
  color: #95092c;
  padding-bottom: 1.4em;
}

.modal-header {
  border-bottom: 0px solid #fff !important;
  padding-bottom: 0px !important;
}

.modal-dialog input[type=checkbox] {
  padding: 5px;
  border: 1px solid #444;
  margin-right: 5px;
}

.modal-dialog .form-group label.control-label {
  display: none;
}

.modal-dialog .form-check {
  padding: 0px !important;
}

.form-control {
  border-radius: 0px !important;
  padding: 0.75rem 0.75rem !important;
}

.btn-primary {
  color: #fff;
  background-color: #00838E !important;
  border-color: #00838E !important;
}
.btn-primary:hover {
  background-color: #63b1b7 !important;
}

.btn-primary {
  color: #fff;
  background-color: #00838E !important;
  border-color: #00838E !important;
}

.modal-dialog button.btn.btn-primary {
  padding: 9px 40px;
  border: 1px solid #95092c;
  background-color: #fff;
  color: #95092c;
  font-size: 1.1em !important;
  border-radius: 0;
  display: inline-block;
}

.highlighted.red {
  color: #95092c;
}

.modal-dialog button.btn.btn-primary:hover {
  background-color: #95092c;
  color: #fff !important;
  text-decoration: none;
}

.rowNo2 {
  padding-top: 2em;
  background-color: #333333;
  color: #fff;
}
.rowNo2 h4 {
  font-size: 1.2em;
}

.input.checkbox input {
  margin-right: 10px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up)*/
/* Extra large devices (large desktops, 1200px and up)*/
#logoBox {
  max-width: 250px;
  margin-left: 29px;
}

#metaNav .navbar-bar {
  background-color: #fff;
  opacity: 0.9;
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #mainMenu {
    margin-left: 70px;
  }

  #logoBox {
    padding-right: 40px;
    min-width: 200px;
    max-width: 250px;
  }

  .iconSection {
    min-width: 150px !important;
    max-width: 150px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #mainMenu {
    margin-left: 70px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #mainMenu {
    margin-left: 70px;
  }

  #navbarsFoldout {
    margin-left: 100px !important;
  }

  .iconSection {
    min-width: 61px !important;
  }

  .subMenuRightCol {
    max-width: 140px !important;
  }
}
.subMenuFoldoutTrigger {
  flex: 15%;
  padding: 0.3rem 1rem 0.5rem 1rem;
  background-color: #EDEDED;
  white-space: nowrap;
  height: 50px !important;
  display: inline-block;
}

.navbar-sub-toggler {
  color: #0a001f !important;
  padding: 5px 12px 3px 12px;
  font-size: 1.5rem;
}

.nav-sub-link {
  flex: 85%;
}

.subNavRow a {
  line-height: 1.6 !important;
}

.nav-sub-sub-link {
  margin-left: 20px;
  font-size: 1rem;
}

.greyBox {
  background-color: #dddddd;
  border: 1px solid #ccc;
  padding: 2em;
  box-shadow: 0px 0px 9px #bbb;
}

@media (max-width: 992px) {
  .mapLayer, .mapLayerSecond {
    top: 100px;
    left: 100px;
  }
}
/* till 768 and smaller*/
@media (max-width: 768px) {
  .mapLayer, .mapLayerSecond {
    top: 100px;
    left: 100px;
  }

  .menuRowBox {
    display: none;
  }

  .owl-nav {
    padding-left: 10px;
    z-index: 1000;
  }

  .owl-dots {
    padding: 20px 20px 20px 10px;
  }

  .owl-stage-outer {
    background-color: #95092c;
  }

  .owl-dot span {
    width: 55px !important;
  }

  .navbar-sub-toggler[aria-expanded=true]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
  }

  .navbar-sub-toggler[aria-expanded=false]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
  }

  .lvlonesub {
    min-height: 51px;
  }

  .sliderTopCe .imgFld {
    min-height: 320px !important;
  }

  .sliderTopCe .textFld {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 80px;
  }

  #featuredBox .overlayBox h4 {
    font-size: 1.8em !important;
  }

  #featuredBox .overlayBox {
    padding: 10px 20px 10px 15px;
  }

  .mainContentSection .contentSectionInner {
    margin-top: 0px;
  }

  .frame-space-after-extra-large {
    margin-top: 0px;
  }

  #c42 .ce-bodytext, #c684 .ce-bodytext {
    padding-left: 0px !important;
  }

  .rowNo2 div.container div.row div.col-md-4 {
    margin-bottom: 30px;
  }

  .rowNo2 {
    padding: 80px 0px 60px 0px;
    background-color: #333333;
  }
}
/* Small devices (landscape phones, 576px and up) */
/* DEBUG */
#debugBox {
  border: 1px solid;
  background-color: #444444;
  color: #8CB302;
  position: absolute;
  left: 0px;
  top: 90px;
  width: 130px;
  padding: 5px;
  z-index: 1222;
}

/*
@media (max-width: 576px) {
    html {
        border-left: #0c08ff 5px solid;
    }
}


@media (min-width: 576px) {
    body {
        border-left: #ff1c1c 5px solid;
    }
}

@media (min-width: 768px) {
    body {
        border-left: #4d9200 5px solid;
    }
}

*/
/*
Content
*/
.sticky {
  position: fixed;
  top: 20px;
  z-index: 2000;
  border: 1px solid #eee;
  box-shadow: 2px 2px 4px #666;
}

.stickyElm {
  background-color: #fff;
  padding: 5px;
  opacity: 0.9;
}

#c42 .ce-bodytext, #c684 .ce-bodytext {
  padding-left: 30px;
}

.colLayout2cols .ce-column img {
  width: 70%;
  height: auto;
  margin-bottom: 30px;
}

.highlight {
  background-color: #c9f3a3;
}

.lb-details {
  font-size: 1.1em;
}
.lb-details .lb-caption {
  font-size: inherit !important;
}
.lb-details .lb-number {
  font-size: inherit !important;
}

.versionTag div {
  display: inline-block;
  color: #515458;
  border: 1px solid #999;
  padding: 5px;
}
.versionTag p {
  margin-bottom: 0px;
}

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