/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/nunito/nunito-sans-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/nunito/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../assets/fonts/nunito/nunito-sans-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/nunito/nunito-sans-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
  --font-base:    'Nunito Sans', Arial, sans-serif;
}


.flexbox { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
	  	  
	  }

.flex-center {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
		-webkit-justify-content:center;
          justify-content:center;
}

.nowrap { 
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
	/*breite flexibel passt sich ein - standard*/ 
	  }	

.wrap { 
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
	/*breite fix passt sich nicht ein*/
	  }
	  
.space-between { 	    
-webkit-box-pack:justify;
      -ms-flex-pack:justify;
		-webkit-justify-content:space-between;
          justify-content:space-between;
}

.horizontal-mitte {
-webkit-box-flex:1;
      -ms-flex:1 auto;
          flex:1 auto; 
		  display:flex;  
		  -webkit-box-align:center;  
		  -ms-flex-align:center;  
		  align-items:center; 
		  
		  /*-webkit-box-pack:center; 
		  -ms-flex-pack:center; 
		  justify-content:center;*/
		   
		  -ms-flex-item-align:stretch; 
		  align-self:stretch; 
}




.blue {color:#0059a3;}
.blue-light {color:#307bba;}
.blue-dark  {color:#003d70;}
.green {color:#93d500;}

.uppercase {text-transform: uppercase;}

.cc-siteLogo {
  width:    11.5rem;
}

@media (min-width: 992px) {
  .cc-siteLogo {
    padding-top:    0rem;
      margin-top: -10px;
  }
}

/*
@media (min-width: 768px) {
  .cc-mainNav-right {
    width: auto;
  }
}
*/    

.cc-container {position: relative;}

.cc-h2.tw-font-normal {font-weight: 400;}

.cc-h2.light {font-weight: 300;}

.cc-contentBox h2.tw-font-normal, .cc-contentBox .cc-h2.tw-font-normal, .cc-h2.tw-font-normal {font-weight: 400;}

.cc-labeledLink {letter-spacing: 0.5px;}

/*
.cc-heroSliderCaption::after {
  display: block;
  content: '';
  position: absolute;
  top: 17px;
  width: 10px;
  background-color: rgb(169 206 88 / var(--tw-border-opacity));
  height: calc(100% - 26px);
  left: -6px;
}
*/
.cc-heroSliderCaption--right::after {left:100%;}


.cc-heroSliderCaption {border-color:transparent; padding-left: 1.5rem; line-height:0.9;}
.cc-heroSliderCaption .green {padding-top:5px; font-size: 78%;}
.cc-heroSliderCaption .cc-heroSliderCaption-bolder {text-transform: none;}
.cc-heroSliderCaption .cc-heroSliderCaption-bolder.uppercase {text-transform: uppercase;}

.cc-imageSliderCaption { border-color:rgb(169 206 88 / var(--tw-border-opacity)); }

.cc-heroSliderCaptionText {
  position: relative;
  top: 0px; /*22px*/
  left: 0px;
  padding:10px 10px;
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
}


.cc-heroSliderCaption {
  top:    43%;
}

.cc-heroSliderCaption {
  
    font-weight: 300;
}


.cc-imageSliderCaption-sub {display: inline-block;}
.cc-imageSliderCaption-sub strong {font-size:120%;}

.cc-imageSliderCaption {border-color: transparent;}

.cc-imageSliderCaption-bolder, .cc-imageSliderCaption-normal {background-color: transparent;}

.cc-imageSliderCaptionHg {display: inline-block; background-color: rgba(0,0,0,0.5); }
.cc-imageSliderCaptionText {
  position: relative;
  top: -22px;
  right:-15px;
}

@media (min-width: 420px) {
  /*.cc-heroSliderCaption::after {
    top: 6px;
    height: calc(100% - 10px);  
  }*/
  .cc-heroSliderCaptionText {
  /*left: 15px;*/
    }    
}

@media (min-width: 576px) {
  /*.cc-heroSliderCaption::after {
    top: 7px;
    height: calc(100% - 12px);  
  }*/
   
}

@media (min-width: 768px) {
  /*.cc-heroSliderCaption::after {
    top: 10px;
    height: calc(100% - 17px);  
  }*/
    
  .cc-heroSliderCaptionText {
  /*left: 25px;*/
    }    
}

@media (min-width: 1200px) {
  /*.cc-heroSliderCaption::after {
    top: 17px;
    height: calc(100% - 26px);  
  }*/
    .cc-heroSliderCaptionText {
  /*left: 50px;*/
    }     
}


@media (min-width: 764px) {
    .start-2-spalten-box {min-height: 102px;}
}



.cc-container--large {
  max-width:    85.625rem;
}


@media (min-width: 768px) {
  .cc-narrowerContent {
    width:    68%;
  }
}

@media (min-width: 992px) {
  .cc-narrowerContent {
    width:    58%;
  }
}

.cc-blueBox ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(0.75rem * var(--tw-space-y-reverse));
}

.cc-contentBox ol {
  counter-reset: section;
}

.cc-contentBox ol > li {
  position:    relative;
  padding-left:    1.4em;
}

.cc-contentBox ol > li::before {
  counter-increment: section;
  content: counter(section);
  position:    absolute;
  top:    .3em;
  left:    0px;
  display:    inline-block;
  text-align:    center;
  font-size:    .6em;
  line-height:    1em;
  height:    1.8em;
  width:    1.8em;
  padding:    .15em;
  border-radius:    9999px;
  border-width:    2px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
}


.cc-contentBox > p:last-child {
  margin-bottom: var(--text-margin-vertical);
}


.cc-branches .cc-contentBox {
    padding: 0 4%;
}



.tw-mb-5 {
  margin-bottom:    1.25rem;
}

.padding-l-15 {padding-left: 15px;}
.padding-r-15 {padding-right: 15px;}

@media (min-width:1140px) {
.cc-container .cc-container.padding-l-15 {padding-left: 15px;}
 .cc-container .cc-container.padding-r-15 {padding-right: 15px;}  
    
}


.col-minwidth {min-width: 145px;}

/* Pagination */

.pagination {text-align: center; margin-top: 35px;}
.pagination li {display: inline-block; color:#c1c1c1; padding:0 5px;}
.pagination .first {
  --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
}

.pagination .prev {
      --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
}
.pagination .current {
      --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
}
.pagination .next {
      --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
}
.pagination .last {
      --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
}
.pagination .disabled {display: none;}


/* Referenzen Sidbar - alle referenzen */

.cc-alle-referenzen {
  padding-left:    1.5rem;
  padding-bottom:    1.5rem;
    margin-top: 15px !important;
}

@media (min-width: 992px) {
  .cc-alle-referenzen {
    padding-left:    2.75rem;
  }
}


.play_button_abs {position: relative;}
.play_button {position: absolute; top:0px; left:0px;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.cc-fixedNav-icon:hover, .cc-fixedNav-icon.cc-active {background-color: rgb(169 206 88 / var(--tw-bg-opacity));}


.footer_metanavi a::before, a.footer_pfeil::before {
  display: inline-block;
  --tw-content: '';
  content: var(--tw-content);
  height: 0.6em;
  width: 0.6em;
  background-image: url('../../assets/icons/ci-icon-triangle-right-white_1.svg');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}


.cc-pageFooter-bottom .tw-w-\[154px\] {
  width: 128px;
}

.cc-pageFooter-bottom .tw-flex.tw-flex-wrap.tw-gap-5:nth-child(2) {text-transform:none;}

@media (min-width: 712px) {
    .cc-pageFooter-bottom .tw-flex.tw-flex-wrap.tw-gap-5:nth-child(2) {
      padding-top:32px;     
    }
}

@media (min-width: 992px) {
    .cc-pageFooter-bottom .tw-flex.tw-flex-wrap.tw-gap-5:nth-child(2) {
      width: 75%; 
    }
}

.cc-mobileNavContent-accordion li:first-of-type {margin-bottom: 5px;}

.cc-mobileNav-link {color:var(--color-blue);}

.cc-subNav-wrapper-produkte {display:none}
.cc-subNav-wrapper-produkte.mobile {display: block;}
.cc-subNav-wrapper-produkte .cc-subNav-headline {margin-bottom: 1rem;}
.cc-subNav-produkte {display: flex; align-items: center; width: 22%;}
.cc-subNav-produkte.mobile {width: 100%;}
.cc-subNav-produkte .tw-normal-case {display: inline-block; margin-left: 6px;}
.cc-subNav-wrapper-produkte .cc-subNav {cursor: pointer;}
.cc-subNav-wrapper-produkte.mobile .cc-subNav {cursor: inherit;}
.cc-subNav-wrapper-produkte.mobile .cc-subNav-produkte {margin-bottom: 10px;}

.cc-subNav-wrapper-produkte .cc-fixedNav-icon {border:1px solid #fff; margin-right: 8px; min-width: 44px;}
.cc-subNav-wrapper-produkte.mobile ul {background-color: rgb(244,244,244); text-transform: none; margin-top: 0.5rem; margin-bottom: 1.5rem; font-size:    1.0625rem; padding:0.5rem 0.5rem 0.5rem 51px;}
.cc-subNav-wrapper-produkte.mobile ul a {color:#0059a3;}
.cc-subNav-wrapper-produkte.mobile ul a:hover {text-decoration: none; font-weight: 700;}

.cc-subNav-wrapper-produkte .cc-fixedNav-icon:hover {background-color: inherit;}
.cc-subNav-wrapper-grau {background-color: rgb(244,244,244); border-bottom:1px solid #0059a3; margin-top: 0 !important;}
.cc-subNav-wrapper-grau ul {text-transform: none; margin-top: 0.5rem; margin-bottom: 0.5rem; font-size:1.0625rem; padding:0.5rem 0.5rem 0.5rem 51px;}
.cc-subNav-wrapper-grau ul a {color:#0059a3;}
.cc-subNav-wrapper-grau ul a:hover {text-decoration: none; font-weight: 700;}

.cc-subNav-produkte-pointer {cursor: pointer;}

@media (min-width:1110px) {
    .cc-subNav-wrapper-produkte.mobile {display: none;}
    .cc-subNav-wrapper-produkte {display: block;}
    
}

.pos-relative {position: relative;}


/*icon anwendungen bereich*/

.cc-subNav-wrapper-anwendungen {padding-left: 2%; padding-right: 2%; max-width: 630px;}

.cc-subNav-anwendungen {
  display: flex;
  align-items: center;
  width: 28%;
}

.cc-subNav-anwendungen:hover, .cc-subNav-anwendungen:hover span {text-decoration: none; outline: none; font-weight: 400;}

.cc-subNav-anwendungen .cc-fixedNav-icon {
  border: 1px solid #fff;
  margin-right: 8px;
  min-width: 44px;
}

.cc-subNav-anwendungen .cc-fixedNav-icon:hover {background-color: transparent;}
@media (max-width:630px) {
    .cc-subNav-anwendungen {width: 45%;}
}


/* .prev_next_project {position: revert;} */
/*
@media (min-width:1256px) {
    .prev_project {position: absolute; left: 28px; top:50%;}
    .next_project {position: absolute; right: 15px; top:50%;}
    .next_project span {transform: rotate(270deg) translate(58px, -41px); display: inline-block; position: absolute; right: -101px; width: 160px; top: -40px;}
    .prev_project span {transform: rotate(270deg) translate(58px, -35px); display: inline-block; position: absolute; right: -94px; width: 160px; top: -40px;}
}

@media (max-width:1255px) {
*/    
    
    .prev_project a, .next_project a {display: flex; align-items: center;}
    .prev_project a, .next_project a {display: flex; align-items: center;}
    .prev_project img, .next_project img {display: inline-block;}
    .prev_project img {order:1;}
    .prev_project span {order:2;}
    .prev_next_project {display: flex; justify-content: space-between; margin-top: 15px;}
/*
}
*/
.ref_table {margin-bottom: 38px;}
.ref_td_1 {background-color:#0059a3; color:#fff; padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.125rem; padding-bottom: 0.375rem;}
.ref_td_2 {padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.125rem; padding-bottom: 0.375rem; background-color: rgb(243 243 243);}

.quot {width: 28px; height: auto; margin-bottom: 15px;}
.no-dot {background-color: transparent;}
.expert_quote {display: flex; align-items: center; font-size:0.850rem; margin-top: 30px !important;}
.expert_quote img {width: 56px; height: 56px; border-radius: 50%; margin-right: 15px;}


.cc-mainGridSidebar {position: relative;}
.umzeichen {max-width: 250px; width: 100%;}

@media (min-width: 768px) {
    .umzeichen.bottom img {
      display: block;
      bottom: 0;
      position: absolute;
      width: 100%;
      max-width: 250px;
    }
}



.cc-container .slideshow {margin-bottom: 17%;}


/* Kundenstimmen */
.kundenstimmen {margin-bottom: 60px;}
.kstimme_box {background-color: rgb(242,242,242); text-align: center; padding: 2rem 2rem 5rem 2rem; height: auto;}
.kstimme_kurz, .kstimme_lang {text-align: left; font-weight: 300;}
.kstimme_foto img {width: 100px; height: 100px; border-radius: 50%; display: inline-block;}
.kstimme_quot {width: 24px; height: auto; margin-bottom: 15px;}
.kstimme_name {font-size:1.125rem;}
.kstimme_name_sub {font-weight: 300;}
.kstimme_person {margin-bottom: 20px; margin-top: 10px;}
.kstimme_mehr {position: absolute; bottom: -40px; width: 100%;}

.kstimme_mehr[aria-expanded="false"] .kstimme_open {display: inline-block;}
.kstimme_mehr[aria-expanded="true"] .kstimme_open {display: none;}

.kstimme_mehr[aria-expanded="false"] .kstimme_close {display: none;}
.kstimme_mehr[aria-expanded="true"] .kstimme_close {display: inline-block;}

.rahmen_outer {border:1px solid rgb(0 89 163); position: relative; }
.rahmen_li {}
.rahmen_re {}
.rahmen_inner {background-color: #fff; margin-top: -4px; margin-left: 27px; margin-right: 27px; position: relative; padding: 35px 20px 15px 20px;}
.rahmen_inner_1 {width: 70%;}
.rahmen_inner_2 {width: 5%; border-right:1px solid rgb(0 89 163);}
.rahmen_inner_2b {width: 5%;}
.rahmen_inner_3 {width: 20%; }
.kundenstimmen .rahmen_inner_3 {text-align: center;}

.rahmen_tabs {position: absolute; top:-15px; left:20px;}
.rahmen_tabs a {color:rgb(146,159,210);}
.rahmen_tabs a:hover, .rahmen_tabs a.active {color:var(--color-blue);}

.kundenstimme_white {height: 5px; background-color: white; width: 100%; position: absolute; bottom: -3px; left:0;}
.kundenstimmen .uk-dotnav {position: absolute; bottom: -5px; left:20px; }

@media (max-width: 769px) {
    .kundenstimmen .rahmen_inner_1 {width: 100%;}
    .kundenstimmen .rahmen_inner_2, .kundenstimmen .rahmen_inner_2b {display: none;}
    .kundenstimmen .rahmen_inner_3 {width: 100%;}
}

/* Referenzen oben */
.referenzen_oben {margin-bottom: 60px;}
.referenzen_oben_text {font-size:1.4rem; color:var(--color-blue); line-height: 1.8rem; font-weight: 300;}
.referenzen_oben .rahmen_inner_1 {width: 55%;}
.referenzen_oben .rahmen_inner_2 {width: 5%; border-right:1px solid rgb(0 89 163);}
.referenzen_oben .rahmen_inner_2b {width: 5%;}
.referenzen_oben .rahmen_inner_3 {width: 35%; }
.referenzen_oben_thumbs img {display: block; width: 24%; margin-bottom: 10px; margin-right: 1%;}

@media (max-width: 993px) {
    .referenzen_oben .rahmen_inner_1 {width: 100%;}
    .referenzen_oben .rahmen_inner_2, .referenzen_oben .rahmen_inner_2b {display: none;}
    .referenzen_oben .rahmen_inner_3 {width: 100%;}
    .referenzen_oben_thumbs img {width: 19.5%; margin-right: 0.5%;}
}

@media (max-width: 583px) {
    .referenzen_oben_thumbs img {width: 24%; margin-right: 1%;}
}


/* Accordion */
.accordion {}
@media (max-width: 769px) {
    .accordion_bild_breit.tw-flex img {margin-bottom: 12px;}
    .accordion_bild_breit.tw-flex {display: block;}
}

/* half_text_bild */
.half_text_bild {margin-bottom: 25px;}
.half_text_bild_box {width: 100%;} 
.half_text_bild_box img {width: 100%;}
.half_text {padding: 10px 0px 10px 0px;}
.half_text_bild.text_bild_reverse .half_text {padding: 10px 0px 10px 0px;}

@media (min-width: 768px) {
    .half_text_bild {margin-bottom: 0px;}
   .half_text_bild_box {width: 50%;}
   .half_text_bild.text_bild_reverse div:first-of-type {order:2;}
    .half_text {padding: 10px 25px 10px 0px;}
    .half_text_bild.text_bild_reverse .half_text {padding: 10px 0px 10px 25px;}
}

/* Anwendungen */
.anwendungen_uebersicht {background-color: rgb(242,242,242); padding: 30px 2%;}
.anwendungen_box {width: 32.33333333333%; margin-left: 0.5%; margin-right: 0.5%; position: relative; margin-bottom: 15px;}
.anwendungen_box_bild img {width: 100%; height: auto;}
.overlay_black_trans {height: 100%; width: 100%; background-color: rgba(0,0,0,0.3); position: absolute; left: 0px; top:0px;}
.anwendungen_box_text {color:#fff; position: absolute; bottom:20px; text-transform: uppercase; left: 10px;}

.anwendungen_teaser_text::after {
    top: 4px;
    height: calc(100% - 33px);
    display: block;
    content: '';
    position: absolute;
    width: 5px;
    background-color: rgb(169,206,88);
    left: 10px;
}
.anwendungen_teaser_text {
  border-color: transparent;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.1;
  color:rgb(0 89 163 / var(--tw-text-opacity));    
}

.cc-labeledLink.white {color:#fff;}
.cc-labeledLink.white::before {
  background-image: url('../assets/icons/ci-icon-more-white.svg');
}
.anwendungen_teaser_link {padding-left: 1.5rem; font-size:0.6em; margin-top: 10px;}

@media (max-width: 993px) {
    .anwendungen_box {width: 49%; margin-left: 0.5%; margin-right: 0.5%;}
}

@media (max-width: 688px) {
    .anwendungen_box {width: 100%; margin-left: 0; margin-right: 0;}
}

.slideshow_caption {color:#fff; text-align: right; padding:5px 10px 8px 10px; background-color: rgba(150,150,150,0.4);}


/* Ansprechpartner */

@media (min-width: 768px) {
  .ansprechpersonen_box .cc-mainGridContent {
    grid-column:    span 12 / span 12;
  }
}

.ansprechpersonen_box .cc-teamMember-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

@media (min-width: 460px) {
  .ansprechpersonen_box .cc-teamMember-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (min-width: 768px) {
  .ansprechpersonen_box .cc-teamMember-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 962px) {
  .ansprechpersonen_box .cc-teamMember-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


.cc-mainGridContent-outsideIcon {
  background-image:    url('../assets/icons/veriso-icon.svg');
}


.cc-contentBox li {list-style: none !important;}


/* 
--------- Y-FORM ------------ 
*/

.alert ul {display:none;}

.alert, .has-error {
    color: #ee443c;
    
	
	}


.yform .has-error input, .yform .has-error textarea, .yform .has-error select {
	border: 1px solid #ee443c;
}
.yform .has-error select {background-color: #ee443c;}

.yform label {display:none;}
.yform .checkbox label {display: block;}


.yform input,
.yform textarea {
    width: 100%;
    box-sizing: border-box; 
	padding:2px 0.8em 0 0.8em;
	line-height:1.6;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #c8c8c7;
	}


.yform textarea {
	height: 110px;
}

.yform #yform-yform_kontakt-anrede select {
	background-color: white;
    border: 1px solid #c8c8c7;
    line-height: 1.6;
    margin-bottom: 0.4em;
    padding: 0 0.8em;
    height:30px;
	}

.yform .checkbox input {
	width: auto;
}

.yform .form-captcha {margin-top: 5px;}

.yform .form-captcha label {
	display: block;
      text-align: left;
	  border:none;
	
}

.yform .form-captcha img {
	margin-bottom: 5px;
	display: inline-block;
}

.yform button[type=submit] {
	display: inline-block; background-color:rgb(0,89,163); color:#fff; padding: 4px 12px 6px 12px; margin: 5px 0px 8px 0px; border:none;
	
}

.yform button[type=submit]:hover {color:#fff;}

.yform #yform-yform_kontakt-anfragedatum {display: none;}

.yform_kontakt_flex_1 {display:flex; flex-wrap: wrap; }
.yform #yform-yform_kontakt-titel {width:94px; margin-left: 15px;}
.yform .select_maxwidth_150 {max-width: 180px; margin-bottom: 20px;}
.yform .form_text_datenschutz a {color: rgb(0,89,163);}
.yform .form_text_datenschutz a:hover {text-decoration: underline;}
.yform .pflichtfelder_text {padding:2px 0.8em 0 0.8em; margin-bottom: 10px;}
.yform #yform-yform_kontakt-datenschutz {margin-bottom: 15px;}

/* ### SPECIAL ###################################################################### */

#offline-404-frontend-msg {
    background: darkred none repeat scroll 0 0;
    border: 1px solid #fff;
    color: white;
    font-family: Arial,sans-serif;
    font-size: 13px;
    left: 0;
    padding: 4px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10000;
}

