@font-face {
    font-family: 'Gudea';
    src: url('../Fonts/Gudea.woff2') format('woff2'),
        url('../Fonts/Gudea.woff') format('woff'),
        url('../Fonts/Gudea.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gudea';
    src: url('../Fonts/Gudea-Italic.woff2') format('woff2'),
        url('../Fonts/Gudea-Italic.woff') format('woff'),
        url('../Fonts/Gudea-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gudea';
    src: url('../Fonts/Gudea-Bold.woff2') format('woff2'),
        url('../Fonts/Gudea-Bold.woff') format('woff'),
        url('../Fonts/Gudea-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* normal grid */
.col {
  float: left;
  position: relative;
  /*padding: 1% 1% 1% 1%;*/
  padding: 10px;
}
.col-content .col {
  padding: 0;
}
.col-content .first .col-content {
  padding-left: 0;
}
.col-content .last .col-content {
  padding-right: 0;
}
.row {
  margin-bottom: 30px;
}
.row.akkordion {
  display: block;
}
/* (x / 12 * 100) */
/** large **/
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-12 {
  width: 100%;
  float: none;
}
/** @todo push & pull **/
/* block grid */
.block-grid-item {
  float: left;
  padding: 0 10px 10px 10px;
}
.block-grid-lg-2 .block-grid-item {
  width: 50%;
}
.block-grid-lg-3 .block-grid-item {
  width: 33.33333%;
}
.block-grid-lg-4 .block-grid-item {
  width: 25%;
}
.block-grid-lg-5 .block-grid-item {
  width: 20%;
}
.block-grid-lg-6 .block-grid-item {
  width: 16.6666%;
}
/* individual | individual | individual | individual | individual | individual | individual | individual */
/* individual | individual | individual | individual | individual | individual | individual | individual */
/* individual | individual | individual | individual | individual | individual | individual | individual */
/* reset | reset | reset | reset | reset | reset | reset | reset | reset | reset | reset | reset */
html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Gudea', sans-serif;
  font-weight: 200;
  color: #303030;
}
textarea {
  font-family: 'Gudea', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
em,
i,
a {
  color: inherit;
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4b9695;
}
h1,
h1 a {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
h2,
h2 a {
  font-size: 22px;
  font-weight: 400;
}
h3,
h3 a {
  font-size: 18px;
  font-weight: 400;
}
h4,
h4 a {
  font-size: 14px;
  font-weight: 400;
}
h5,
h5 a {
  font-size: 12px;
  font-weight: 400;
}
h6,
h6 a {
  font-size: 10px;
  font-weight: 400;
}
p {
  margin: 10px 0;
}
strong,
b {
  font-weight: 700;
}
i {
  font-style: italic;
}
img,
fieldset {
  border: 0;
}
.clear {
  clear: both;
}
ul {
  padding: 15px 0 15px 18px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hidden {
  display: none;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
}
#mainContent .col a {
  color: #4b9695;
  text-decoration: underline;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #fff;
  background-color: #4b9695;
}
::-moz-selection {
  color: #fff;
  background-color: #4b9695;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
/* siteContainer | siteContainer | siteContainer | siteContainer | siteContainer | siteContainer */
.siteContainer {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
.header .siteContainer {
  padding: 0 10px;
}
/* Header | Header | Header | Header | Header | Header | Header | Header | Header | Header | Header */
body {
  /*padding-top: 150px;*/
  padding-top: 120px;
}
body > .header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}
body.no-fixed-header {
  padding-top: 0;
}
body.no-fixed-header > .header {
  position: relative;
}
.header .topbar {
  background-color: #4b9695;
  color: #ffffff;
  overflow: auto;
  padding: 8px 0;
}
.header .topbar + .siteContainer {
  z-index: 10;
}
.header .contact-data {
  float: left;
}
#phone-trigger {
  background-image: url(../Images/ico_phone.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  display: none;
  width: 26px;
  height: 33px;
  float: right;
  margin-right: 20px;
}
#email-trigger {
  background-image: url(../Images/ico_email.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: none;
  width: 31px;
  height: 33px;
  float: right;
  background-position: center;
}
#logo {
  padding: 25px 0;
  display: inline-block;
  float: left;
}
#logo img {
  width: 280px;
  height: auto;

}
body.fixed-header > .header #logo img {
  /*height: 40px;
  width: auto;*/
  height: auto;
  width: 126px;
}
/* mainNav | mainNav | mainNav | mainNav | mainNav | mainNav | mainNav | mainNav | mainNav | mainNav */
.header > .siteContainer nav {
  float: right;
  /* padding-top: 70px; */
  padding-top: 42px;
}
body.fixed-header > .header > .siteContainer nav {
  padding-top: 20px;
}
#mainNav {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  text-align: left;
}
#mainNav ul {
  text-align: left;
}
#mainNav li.active > a,
#mainNav li.current > a,
#mainNav li:hover > a {
  color: #4b9695;
}
#mainNav li.first-level {
  display: inline-block;
  position: relative;
}
#mainNav li.first-level:before {
  content: '\2022';
  padding: 0 10px;
}
#mainNav li.first-level:first-child:before {
  content: '';
  padding: 0;
  padding-left: 23px;
}
#mainNav li a {
  /*font-size: 24px;*/
  font-size: 20px;
  font-weight: 200;
  white-space: nowrap;
}
#mainNav li.second-level a {
  font-size: 17px;
}
#mainNav li.first-level > ul {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  background-color: #fff;
  padding: 35px 25px 5px 25px;
}
#mainNav li.first-level.last > ul {
  left: auto;
  right: 0;
}
#mainNav li.first-level:hover > ul {
  display: block;
}
#mainNav li.second-level {
  padding-bottom: 12px;
}
#mainNav-trigger {
  background-image: url(../Images/ico_menuTrigger.png);
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999px;
  display: none;
  width: 39px;
  height: 40px;
  background-color: transparent;
  float: right;
  cursor: pointer;
  background-position: center;
}
#search-trigger {
  background-image: url(../Images/ico_search.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: none;
  width: 41px;
  height: 40px;
  float: right;
  margin-right: 20px;
}
/* metaNav | metaNav | metaNav | metaNav | metaNav | metaNav | metaNav | metaNav | metaNav | metaNav */
#metaNav {
  float: right;
  list-style-type: none;
  padding: 0;
}
#metaNav li {
  display: inline-block;
  padding-left: 8px;
}
#metaNav li:first-child {
  padding-left: 0;
}
#metaNav li a {
  font-weight: 200;
  text-transform: uppercase;
}
/* topImages | topImages | topImages | topImages | topImages | topImages | topImages | topImages | topImages */
#topImages {
  padding: 0 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}
#topImages .slick-dots {
  bottom: -30px;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: #8f8f8f;
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  color: #e3e3e3;
  opacity: 1;
}
.slick-arrow {
  display: none !important;
}
/* content-container | content-container | content-container | content-container | content-container | content-container */
.content-container > .image + .header {
  margin-top: 13px;
}
.content-container > .header + .body {
  margin-top: -5px;
}
/* quoteContent | quoteContent | quoteContent | quoteContent | quoteContent | quoteContent | quoteContent | quoteContent */
#quoteContent {
  background-color: #4b9695;
  padding: 20px 0 35px 0;
  color: #fff;
}
#quoteContent h1,
#quoteContent h2,
#quoteContent .siteContainer > div > h1,
#quoteContent .siteContainer > div > h2 {
  color: #fff;
  font-weight: 400;
}
#quoteContent .block-grid.quotes {
  margin-top: 30px;
}
#quoteContent .block-grid.quotes .content-container {
  position: relative;
  margin-bottom: 40px;
}
#quoteContent .block-grid.quotes .content-container .body {
  padding: 10px 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#quoteContent .quoteFooter {
  background-image: url(../Images/ico_quote.png);
  background-repeat: no-repeat;
  width: 63px;
  height: 37px;
  position: absolute;
  bottom: -36px;
  left: 40px;
}
#quoteContent .slick-slide {
  padding: 10px;
}
/* footer | footer | footer | footer | footer | footer | footer | footer | footer | footer | footer | footer | footer | footer */
.footer {
  background-color: #8f8f8f;
}
.footer > .siteContainer {
  padding: 20px 10px;
  overflow: auto;
}
/* footerNav | footerNav | footerNav | footerNav | footerNav | footerNav | footerNav | footerNav | footerNav | footerNav */
#footerNav,
#footerNav ul {
  list-style-type: none;
}
#footerNav li a {
  color: #fff;
}
#footerNav li.first-level {
  float: left;
  padding-left: 30px;
}
#footerNav li.first-level > a {
  font-weight: 700;
}
#footerNav li.first-level.first {
  padding-left: 0;
}
#footerNav li.first-level > ul {
  padding: 15px 0 0 0;
}
/* socialData | socialData | socialData | socialData | socialData | socialData | socialData | socialData | socialData */
.socialData {
  position: absolute;
  top: 30px;
  right: 10px;
}
.socialData a {
  display: inline-block;
  padding-left: 15px;
}
.socialData a:first-child {
  padding-left: 0;
}
.contact-data .bullet {
  display: inline-block;
  padding: 0 5px;
}
h1 + h2 {
  margin-top: -3px;
}
.siteContainer > h1,
.siteContainer > h2,
.siteContainer > h3,
.siteContainer > div[id^="c"] > h1,
.siteContainer > div[id^="c"] > h2,
.siteContainer > div[id^="c"] > h3 {
  padding: 0 10px;
}
/* Links | Links | Links | Links | Links | Links | Links | Links | Links | Links */
.link-more {
  font-weight: 700;
}
.link-more:before {
  content: '>';
}
.link-download-highlight {
  border: 1px solid #4b9695;
  padding: 7px 15px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 4px;
}
#cookie-bar a.text-link {
  color: #4b9695;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  padding: 0 0;
  margin-left: 0;
  line-height: 24px;
  font-size: 13px;
}
/** Tweakpoint 1150 => feste Inhaltsbreite **/
@media only screen and (max-width: 1170px) {
  .siteContainer {
    width: 98% !important;
  }
  #topImages {
    padding: 0 1%;
  }
}
@media only screen and (max-width: 1050px) {
  #mainNav li a {
    font-size: 19px;
  }
}
/** Tweakpoint 1150 => feste Inhaltsbreite **/
@media only screen and (max-width: 1030px) {
  #footerNav li.first-level {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  #footerNav li.first-level:nth-child(3n+1) {
    clear: left;
    padding-left: 0;
  }
  .socialData {
    top: auto;
    bottom: 15px;
  }
  #mainNav {
    display: none;
    left: 0;
  }
  #mainNav li.active > a {
    color: #303030;
  }
  html:not(.no-touch) #mainNav li:hover > a {
    color: #303030;
  }
  #mainNav.active {
    display: block;
  }
  #mainNav {
    position: absolute;
    top: 141px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #4b9695;
  }
  #mainNav li.first-level {
    display: block;
  }
  #mainNav li.first-level:before {
    content: "";
    padding: 0;
    padding-left: 23px;
  }
  #mainNav li.first-level:hover > ul {
    display: none;
  }
  #mainNav li a {
    line-height: 35px;
  }
  #mainNav li.first-level > ul {
    display: block !important;
    position: relative;
    padding: 0 0 0 50px;
    top: 0;
  }
  #mainNav li.second-level {
    padding-bottom: 0;
  }
  #mainNav-trigger {
    display: block;
  }
  .header > .siteContainer nav {
    float: none;
    padding-top: 0;
  }
  #search-trigger {
    display: block;
  }
  #logo {
    padding: 15px 0;
    float: none;
  }
  #topImages {
    padding: 0;
  }
}
/** Tweakpoint 1150 => feste Inhaltsbreite **/
@media only screen and (max-width: 900px) {
  .header .topbar nav,
  .header .topbar .contact-data {
    display: none;
  }
  #phone-trigger,
  #email-trigger {
    display: block;
  }
}
/** Tweakpoint 1150 => feste Inhaltsbreite **/
@media only screen and (max-width: 820px) {
  .row.col-layout-4x4x4x .col-4 {
    width: 50%;
  }
}
/** Tweakpoint 1150 => feste Inhaltsbreite **/
@media only screen and (max-width: 600px) {
  #logo {
    display: block;
    text-align: center;
  }
  #logo img {
    display: inline-block;
  }
  #footerNav li.first-level {
    width: 50%;
  }
  #footerNav li.first-level:nth-child(3n+1) {
    clear: none;
    float: left;
    padding-left: 30px;
  }
  #footerNav li.first-level:nth-child(2n+1) {
    clear: left;
    padding-left: 0;
  }
}
/** Tweakpoint 1150 => feste Inhaltsbreite **/
@media only screen and (max-width: 550px) {
  .row.col-layout-4x4x4x .col-4 {
    width: 100%;
  }
  .row.col-layout-6x6x .col-6 {
    width: 100%;
  }
  .link-download-highlight {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  #footerNav li.first-level:nth-child(n+1) {
    clear: left;
    padding-left: 0;
    width: 100%;
  }
}
@media print {
  #mainNav,
  #footerNav,
  .wrapper-headerImage,
  #quickSearch,
  #subMenu,
  .socialLinks,
  #footContent {
    display: none;
  }
  .wrapper-header {
    margin-bottom: 0;
  }
  #secContent .inner-content {
    height: auto;
  }
  #breadCrumb {
    padding-left: 33px;
  }
}

.ce-textpic.ce-center .image {
  text-align: center;
}
  .ce-textpic.ce-center .image img {
    display: inline-block;
  }

/* cookiebot */
/*
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    padding: 6px 15px !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #4b9695 !important;
    border: 1px solid #4b9695 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #9a9a9a !important;
    border: 1px solid #9a9a9a !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
    padding: 8px 3px 8px 10px !important;
}
#CybotCookiebotDialog {
    border: none !important;
    border-radius: 6px !important;
    margin-top: 220px !important;
    border-radius: 0 !important;
    color: #555554 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    float: none !important;
    width: 60% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    margin-bottom: 20px !important;
}
#CybotCookiebotDialog a, #CybotCookiebotDialog br, #CybotCookiebotDialog div, #CybotCookiebotDialog td {
    line-height: 1.5 !important;
}
#CybotCookiebotDialogBodyContent {
    padding: 5px 20px 4px 20px !important;
}
#CybotCookiebotDialogPoweredbyLink img {
    display: none !important;
}
#CybotCookiebotDialogBodyContentTitle {
    margin-top: 12px !important;
    color: #555554 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
    padding: 7px 0 4px 4px !important;
}
#CybotCookiebotDialogBodyContentText {
    font-size: 12px !important;
    margin-top: 10px !important;
    font-family: 'Open Sans', sans-serif !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    order: 2 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    order: 1 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    order: 3 !important;
}
*/

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #4b9695!important;
    border-color: #4b9695!important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #4b9695!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #4b9695!important;
    color: #4b9695!important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #4b9695!important;
}
#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, #CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before {
    border-color: #4b9695!important;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #4b9695!important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #4b9695!important;
}

/* top images */
#topImages .slick-slide {
    display: flex;
    justify-content: center;
}

/* forms */
form[action*="tx_form_formframework"] .form-group {
    margin-top: 10px;
}
form[action*="tx_form_formframework"] .form-group + .form-group, form[action*="tx_form_formframework"] .form-group + input + .form-group {
    margin-top: 10px;
}
form[action*="tx_form_formframework"] input, form[action*="tx_form_formframework"] select, form[action*="tx_form_formframework"] textarea {
    padding: 6px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 0;
}
form[action*="tx_form_formframework"] textarea {
    height: 150px;
}
form[action*="tx_form_formframework"] .actions {
    margin-top: 10px;
}
form[action*="tx_form_formframework"] button[type="submit"]{
    border: none;
    background-color: #4b9695;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
}

form[action*="tx_form_formframework"] > .form-group .form-check {
    position: relative;
}
form[action*="tx_form_formframework"] > .form-group label[for*="dsgvo"] {
    position: absolute;
    top: 12px;
    left: -2px;
    width: 20px;
}
form[action*="tx_form_formframework"] > .form-group label[for*="dsgvo"] span {
    display: none;
}
form[action*="tx_form_formframework"] > .clearfix .frame-type-text {
    padding-left: 25px;
    margin-bottom: 15px;
}