/*Lato*/
@font-face {
	font-family: "Lato";
	font-display: swap;
	src: url(/assets/font/Lato/Lato-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	src: url(/assets/font/Lato/Lato-BoldItalic.woff2) format("woff2");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	src: url(/assets/font/Lato/Lato-Italic.woff2) format("woff2");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	src: url(/assets/font/Lato/Lato-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

/*Lora*/
@font-face {
	font-family: "Lora";
	font-display: swap;
	src: url(/assets/font/Lora/Lora-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Lora";
	font-display: swap;
	src: url(/assets/font/Lora/Lora-BoldItalic.woff2) format("woff2");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Lora";
	font-display: swap;
	src: url(/assets/font/Lora/Lora-Italic.woff2) format("woff2");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Lora";
	font-display: swap;
	src: url(/assets/font/Lora/Lora-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

@keyframes mobileslideani {
  0% {
      left: 0;
 }
  50% {
      left: -640px;
 }
  100% {
      left: 0;
 }
}
@-webkit-keyframes mobileslideani {
  0% {
      left: 0;
 }
  50% {
      left: -640px;
 }
  100% {
      left: 0;
 }
}
/*@keyframes deskslideani {
  0% {
     top: 0;
 }
  50% {
     top:-250px;
 }
  100% {
     top: -500px;
 }
}
@-webkit-keyframes deskslideani {
  0% {
     top: 0;
 }
  50% {
     top:-250px;
 }
  100% {
     top: -500px;
 }
}
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-weight: normal;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  line-height: 140%;
}
html body {
  color: #001423;
}
.clear {
  clear: both;
}
a {
  color: #0067B1;
  text-decoration: none;

}
a:hover {
  color: #f49900;
}
a.tel_onlymobile {
  cursor: default;
  color: #001423;
}

h1, h2, h3, h4, p {
  margin: 0.5rem 0;
  font-weight: 700;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Lora';
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

p {
  color: #002946;
  font-size: 16px;
  font-weight: 400;
}

ul {
  padding: 0 0 0 20px;
  margin: 20px 0;
}

li {
  line-height: 200%;
}

.text-center {
  text-align: center !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.btn a {
  padding: 12px 20px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.btn.orange a {
  background-color: #F59C00;
}

.btn.orange-ghost a {
  border: 1.5px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

.btn.orange-ghost a:hover {
  background-color: #fff;
  color: #F59C00;
}

.btn.blue a {
  color: #0067B1;
  border: 1px solid #0067B1;
}

.contentarea {
  width: 75%;
  margin: 0px auto;
}

.breadcrumb {
  font-size: 14px;
  padding: 8px 0px;
  background-color: #f8f8f8;
}

.imagegal {
  margin: 50px 0px;
}

.imagegal img {
  border-radius: 5px;
  margin: 5px;
}

.cover {
  margin-top: 110px;
  padding: 100px 0px;
  background-image: url(/assets/images/home-blue.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
}

.cover.small {
  background: rgb(0,104,176);
  background: linear-gradient(45deg, rgba(0,104,176,1) 0%, rgba(0,74,146,1) 100%);
  padding: 60px 0px;
}

.covertext {
  max-width: 650px;
}

.cover h1, .cover h2, .cover h3 {
  text-shadow: 0 0 20px #00000025;
  line-height: 130%;
}

.cover h2 {
  font-weight: 400;
}

.cover ul {
  margin-left: 0;
  padding-left: 0;
}

.cover li {
  list-style-type: none;
  background-image: url(/assets/images/check.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
  padding-left: 25px;
}

.cover li p {
  color: #fff;
  text-shadow: 0 0 10px #00000025;
  margin: 0;
}

.cover .btn.orange {
  margin-right: 10px;
  float: left;
}

.kontaktlink {
  color: #fff;
  text-decoration: none;
  background-color: #F59C00;
  background-image: -webkit-linear-gradient(top, #F59C00, #e5912a);
  padding: 10px 5px;
  position: relative;
  margin: 25px 0px;
}
.kontaktlink .icon-mail {
  font-size: 41px;
  float: left;
  margin-top: -6px;
  margin-right: 5px;
  color: #9C6218;
}
.kontaktlink a {
  color: #fff;
  text-decoration: none;
}
.anfrage-content {
  margin: 50px 0px;
  display: inline-block;
}

.anfrage-phone {
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 50%;
  padding-left: 30px;
  margin-top: 25px;
}
.anfrage-phone a {
  font-weight: 400;
}
.anfrage-phone a:hover {
  color: #0067B1;
}
.anfrage-phone.tel {
  background-image: url(/assets/images/phone-icon.svg);
  margin-right: 50px;
}
.anfrage-phone.whats-app {
  background-image: url(/assets/images/whatsapp-blue.svg);
}
.separator{
  display: flex;
  align-items: center;
  margin: 25px 0px;
}
.separator p {
  padding: 0 10px;
}
.separator .line{
  flex: 1;
  border: 1px dashed #ccc;
}
.anfrage-content-contact {
  margin-top: 35px;
}
.anfrage-content-contact a {
  background-color: #F59C00;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
}
.anfrage-content-contact a:hover {
  background-color: #e5912a;
}

.social-media.left {
  width: auto;
  margin-right: 30px;
  float: left;
}

.social-media-logo {
  margin-bottom: 15px;
}

.social-media.right {
  width: 90%;
  float: left;
}

.social-media h2 {
  margin-top: 0;
}

.mobileonly {
  display: none;
}
.betriebsferien {
  text-align: center;
  background-color: #0067B1;
  color: #FFFFFF;
  margin: 0 0 20px;
  padding: 15px 11%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0px;
}
.betriebsferien h4 {
  margin: 8px;
  margin-top: 0px;
}

.footer-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info {
  line-height: 2em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}

.info img {
  width: 30px;
}
.con-marg {
  margin-bottom: 25px;
}
.social.googleplus {
  background: url('../images/icon-google-plus.gif') no-repeat;
  background-size: 7%;
  background-position: 0% 25%;
}
.logo a img {
  max-width: 100%;
}

p.oeffnungszeitenText {
  margin: 0 auto;
}
.oeffnungszeigenHeader {
  /*float: right;*/
  text-align: center;
}

.oeffnungszeigenHeader p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.oeffnungszeigenHeader p:first-child {
  margin-top: 0px;
}
.noheight {
  height: initial!important;
  width: 100% !important;
}

.noheight p a {
  text-decoration: underline;
  color: #F59C00;
  font-weight: bold;
}

input[type=checkbox], input[type=radio] {
  float: left;
  margin-right: 5px;
}

p.datenschutz {
  font-size: 13px;
  margin: 0px;
}

.new_menu {
  width: 220px;
  height: calc(100% - 51px);
  top: 0;
  right: 0;
  position: fixed;
  background-color: #f5f5f5;
  z-index: 99999;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  margin-top: 52px;
}
.new_menu.menuopen {
  display: block;
}
.menu_closer {
  width: 100%;
  background-image: url(/assets/images/close.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  background-color: #f5f5f5;
  padding: 15px 0;
  color: #f5f5f5;
}
.new_menu ul {
  margin-left: 0;
  padding: 0px;
  margin: 0px;
}
li.mobile-mainmenu_li:first-child {
  border-top:0 
}
li.mobile-mainmenu_li a {
  color: #001423;
  padding: 10px 10px;
  text-align: left;
  display: block;
  text-decoration: none;
  line-height: initial;
}
li.mobile-mainmenu_li {
  padding:0;
  text-shadow:none;
  border-top:1px solid #ccc;
  line-height:100%;
  list-style-type:none;
  text-align:center;
  position:relative 
}
.menu_parent {
  background-color:#f5f5f5; 
}
.parent-open {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 0;
  color: #f49900;
  font-weight: 400;
  border-left: 1px solid #ccc;
  font-size: 25px;
  background-color: #f2f2f2;
  z-index: 999;
  width: 46px;
}

ul.submenu_mobile {
  display: none;
  z-index: 1;
  list-style-type: none;
  background-color: #e0e0e0;
  margin-left: 0;
  width: 100%;
  border-top: 3px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.opensub {
  display:block!important 
}
li.submenu_li_mobile {
  border-bottom:1px solid #ccc;
  padding:0;
  list-style-type:none 
}
li.mobile-mainmenu_li:last-child {
  border-bottom:1px solid #fff; 
  background-color: #f49900;
}

li.mobile-mainmenu_li:last-child a {
  text-align: center;
}

li.mobile-mainmenu_li.list_6 a {
  color: #fff !important;
  font-weight: 400;
}

.containerslide {
  overflow-x:hidden;
  position:fixed!important 
}
.container {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 100%;
  position: relative;
  z-index: 9;
}
.overlay {
  z-index:9999999999;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.6);
  overflow-x:hidden ;
  display: none;
}
.overlay.overlayon {
  display: block;
}
.menu-header-mobile {
  display: none;
}
.planer-btn {
  margin: 25px 0px 50px 0px;
}
.planer-btn a {
  color: #fff;
  background-color: #0067B1;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 400;

}
.mobileonly.contact .telefon, .mobileonly.contact .email {
  background-color: #F59C00;
  background-image: -webkit-linear-gradient(top, #F59C00, #e5912a);
  background-image: linear, to bottom, #F59C00, #e5912a;
  float: left;
  width: 45%;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 77px;
}
.mobileonly.contact .telefon:first-child, .mobileonly.contact .email:first-child {
  margin-right: 20px;
}
.mobileonly.contact .telefon a, .mobileonly.contact .email a {
  color: #fff;
  text-decoration: none;
}
.mobileonly.mobilespacer {
  height: 0px;
}
.mobileonly.mobilefixed {
  width: 100%;
  background-color: #F59C00;
  background-image: -webkit-linear-gradient(top, #F59C00, #e5912a);
  background-image: linear, to bottom, #F59C00, #e5912a;
  color: #fff;
  position: relative;
 /* margin-bottom: 20px;
  */
  z-index: 8000;
}
.mobileonly.mobilefixed .mobilemenuitem {
  float: left;
  padding: 15px 10px;
  border: 1px solid #D77D40;
  border-top: 0;
  border-bottom: 0;
}
.mobileonly.mobilefixed .mobilemenuitem:first-child, .mobileonly.mobilefixed .mobilemenuitem:nth-child(3) {
  border: 0;
}
.mobileonly.mobilefixed .lastmenuitem {
  padding: 10px;
  border-top: 1px solid #D77D40;
  text-align: center;
}
.mobileonly.mobilefixed.fixed {
  position: fixed;
  top: 0px;
  margin-bottom: 0;
}
.mobileonly.mobilefixed a {
  color: #fff;
}
.mobileonly.mobilefixed a:hover {
  color: #fff;
}

.mitarbeiter-info {
  display: inline-block;
}

.mitarbeiter-info h3 {
  margin: 0;
}


.serviceboxen {
  margin-bottom: 75px;
}

.servicebox {
  width: 25%;
  float: left;
  padding: 30px 0px;
  border-right: 1px solid #E1E0E1;
}

.servicebox:nth-child(5) {
  border-right: 0;
}

.servicebox h4 {
  margin: 0;
}

.servicebox img {
  width: 60px !important;
  height: 60px !important;
  margin: 0 0 20px 0 !important;
}

.markenstoerer {
  background: rgb(247,247,248);
  background: linear-gradient(45deg, rgba(247,247,248,1) 0%, rgba(243,243,244,1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.markenstoerer h2 {
  margin-top: 0;
}

.markenstoerer p {
  max-width: 1000px;
  margin: 0 auto;
}

.markenstoerer p a {
  font-weight: 400;
  color: #F59C00;
  text-decoration: none;
}

.werkstoffe-planung {
  margin-bottom: 100px;
}

.werkstoffe, .planung {
  float: left;
  width: 50%;
}


.werkstoffe {
  border-right: 1px solid #E1E0E1;
  padding-right: 4%;
}

.planung {
  padding-left: 4%;
}

.werkstoffe a {
  font-weight: 400;
}

.werkstoffe h2, .planung h2 {
  margin-top: 0;
}

.werkstoffe img, .planung img {
  height: 150px !important;
  margin: 0 0 15px 0 !important;
  width: auto !important;
}
.planung img {
  border-radius: 3px;
}

.werkstoffe p, .planung p {
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.anwendungsbeispiele {
  margin-bottom: 100px;
}

.anwendungsbeispiel {
  float: left;
  width: 31.333%;
  margin: 25px 1%;
}

.anwendungsbeispiel img:nth-child(2) {
  margin: 0 5% !important;
}

.anwendungsbeispiel img {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 3px;
}

.closemenu {
  display: none!important;
}

.new_toggler.on .openmenu {
  display: none;
}

.new_toggler.on .closemenu {
  display: block!important;
}

.mitarbeiter-wrapper, .articlecontent {
  margin: 75px 0;
}

.form-wrapper {
  margin: 200px 0 100px 0;
}


@media screen and (max-width: 1000px) {
  .contentarea .content {
      float: left;
      width: 100%!important;
 }
  .mobileonly.mobilefixed.fixed {
      position: initial!important;
 }

 .cover {
  margin-top: 51px;
 }
  .sidebar {
      display:none;
 }
  .mobileonly {
      display: none;
 }
  .social.googleplus {
      background: url('../images/icon-google-plus.gif') no-repeat;
      background-size: 28%;
      background-position: 0% 25%;
 }
  a.tel_onlymobile {
      cursor: auto;
      color: #0067B1;
 }
  .anfrage-phone-buttons {
      width: 52%;
 }
  .info:last-child {
      margin-left: 0;
 }

 .form-wrapper {
  margin: 100px 0 100px 0;
}

  .youtubeVideo {
    width: 100%
}

}
@media screen and (max-width: 360px) {
  .nomobile {
      display: none;
 }
}
header {
  width: 100%;
  margin-bottom: 100px;
}
header .logo {
  float: left;
}

img.logo {
  padding: 12px 0px;
  height: 75px;
  width: auto;
}
.headerline {
  width: 100%;
  margin: 0 auto;
  padding: 8px;
  background-color: #003358;
}

.fixedheader {
  position: fixed;
  z-index: 100000000;
  width: 100%;
  top: 0;
}


header nav.menu {
  width: 100%;
  display: flex;
  display: flex;
  justify-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 15px 15px #00000015;
  float: left;
  cursor:pointer;
  padding: 0 100px;
}
/*header nav.menu div {
  display: inline-block;
  cursor: pointer;
}
*/
header nav.menu div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: left;
  text-align: center;
  position: relative;
  z-index: 99;
}


.submenu a {
  text-align: left !important;
}

.submenue.Marken {
  display: none !important;
}

header nav.menu div a {
  color: #001423;
  text-decoration: none;
  padding: 28px 0px;
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 16px;
}

.hasChildren > a{
  background-image: url(/assets/images/more.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-y: 50%;
  background-position-x: 100%;
  padding-right: 12px!important;
}

@media screen and (min-width: 1340px) {
.hasChildren > a{
background-position: top 50% right 30px;
}
}

header nav.menu div a:hover, header nav.menu div a.active {
  color: #0067B1;
  background-color: #f9f9f9;
}

header nav.menu div:last-child a {
  text-decoration: none;
  position: relative;
  background-color: initial;
  cursor: pointer;
}

header nav.menu div:last-child a span {
  background-color: #F59C00;
  color: white;
  padding: 12px 20px;
  border-radius: 0.35rem;
  cursor: pointer;
}

header nav.menu > div:last-child a {
  cursor: initial;
}

header nav.menu div:last-child a span:hover {
  background-color: #faa513;
}

header .slider {
  width: 1000px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 130px;
}
header .slider img {
  position: relative;
 /*@include animation-name(deskslideani);
  @include animation-duration(25s);
  @include animation-delay(5s);
  @include animation-timing-function(ease);
  @include animation-iteration-count(infinite);
 */
}

.form-errors {
  border: 1px solid red;
  padding: 20px;
  margin: 20px 0px;
  border-radius: 0.25rem;
}

@media screen and (max-width: 1500px){
  .contentarea {
    width: 85% !important;
  }
}

@media screen and (max-width: 1200px) {
  header nav.menu {
      padding: 0 60px;
 }

  .servicebox {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }

  .servicebox:nth-child(3) {
    border-right: 0;
  }

  .servicebox:nth-child(4),.servicebox:nth-child(5) {
    border-bottom: 0;
  }


  .markenstoerer p {
    width: 100%;
  }


  .werkstoffe, .planung {
    float: none;
    width: 100%;
    padding: 50px 0;
  }

  .werkstoffe {
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }

  .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media screen and (max-width: 1000px) {
  .contentarea {
    width: 95% !important;
  }
  .covertext {
    max-width: 100% !important;
    }
  
  html body {
      border-top: 0px solid #0067B1;
  }

  .menu-header-mobile {
      display: block;;
      position: fixed;
      width: 100%;
      z-index: 999999999999;
      margin-top: 0px;
      top: 0;
      background-color: #fff;
      box-shadow: 0 0 20px #00000030;
      padding: 12px 0px 10px 15px;
 }
  .mobileonly.mobilefixed .lastmenuitem p:first-child {
      margin-top: 0px;
      margin-bottom: 5px;
 }
  .mobile-menu-logo {
    float: left;
    width: 40%;
  }

  img.logo-mobile {
    height: 25px;
   }

  .mobile-menu-icon {
    float: left;
    width: 20%;
  }

  .mobile-menu-icon img {
      margin: 0 auto;
      width: 25px;
      height: 25px;
      object-fit: contain;
      display: block;
 }


 .oeffnungszeigenHeader {
      display: none;
 }
  header {
      width: 100%;
 }
}

@media screen and (max-width: 767px) {
  header {
      width: 100%;
 }
  a.tel_onlymobile {
      cursor: auto;
      color: #0067B1;
 }
  .anfrage-phone-buttons {
      width: 61%;
 }

  .servicebox {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc !important;
  }

  .servicebox:nth-child(5) {
    border-bottom: 0 !important;
  }

  .markenstoerer {
    padding: 25px;
  }


  .werkstoffe img {
    float: none;
    margin: 0 0 25px 0 !important;
  }


}
@media screen and (max-width: 360px) {
  header {
      width: 100%;
 }
}
@media screen and (max-width: 1000px) {
  header .logo {
      width: 100%;
      float: none;
      text-align: center;
      margin-bottom: 0px;
 }

 .cover {
  background: rgb(0,51,88) !important;
  background: linear-gradient(45deg, rgba(0,51,88,1) 0%, rgba(0,20,35,1) 100%) !important;
  margin-top: 0;
  padding: 75px 0px;
 }

 header {
  margin-bottom: 50px;
 }
}
@media screen and (max-width: 767px) {
  header .logo {
      width: 100%;
      float: none;
      text-align: center;
      margin-bottom: 0px;
  }
}
@media screen and (max-width: 360px) {
  header .logo {
      margin-bottom: 0px;
      width: 100%;
      float: none;
 }
  header .logo img {
      width: 100%;
 }
}
@media screen and (max-width: 1000px) {
  header nav.menu {
      width: 100%;
      text-align: center;
      display: none;
 }
  .headerline {
      padding: 0;
      background-color: transparent;
 }
}
@media screen and (max-width: 767px) {
  header nav.menu {
      width: 100%;
      float: none;
 }
}
@media screen and (max-width: 360px) {
  header nav.menu {
      width: 100%;
      float: none;
      height: auto;
 }
}
@media screen and (max-width: 1000px) {
  header nav.menu div {
      margin-bottom: 40px;
 }
}
@media screen and (max-width: 767px) {
  header nav.menu div {
      margin-bottom: 40px;
 }
}
@media screen and (max-width: 360px) {
  header nav.menu div {
      margin-bottom: 40px;
 }
}

@media screen and (max-width: 360px) {
  header nav.breadcrumb {
      display: none;
 }
}
@media screen and (max-width: 1000px) {
  header .slider {
      width: 100%;
      margin-top: 52px;
 }
 
}
@media screen and (max-width: 767px) {
  header .slider {
      width: 100%;
 }
}
.contentarea article h1:first-child {
  margin-top: 0;
}

.contentarea article.mitarbeiter {
  margin-bottom: 25px;
  width: 50%;
  float: left;
}

.contentarea article.mitarbeiter hr {
  margin: 10px 0;
}

.contentarea article.mitarbeiter h2 {
  padding-top: 10px;
  margin: 0;
}
.contentarea article.mitarbeiter img {
  float: left;
  margin-right: 25px;
  height: 150px;
  width: 110px;
  border-radius: 10px;
  object-fit: cover;
}
.contentarea article .member-position, .member-tel, .member-mail {
  display: inline-block;
}
.member-mail, .member-tel {
  font-size: 14px;
  margin: 0;
}
.contentarea article .newsimage {
  float: right;
  margin: 0 0 10px 10px;
}
.contentarea article .dreimember {
  text-align: left;
  margin: 25px 0px;
  float: left;
  width: 255px;
}
.contentarea article .dreimember .dreimem-img img {
  width: 200px;
  border-radius: 5px;
  margin: 0 0 10px 0;
}
.contentarea article .dreimember .dreimem-cont p {
  margin: 0;
}
.contentarea hr {
  border: 0;
  border-top: 1px solid #E1E0E1;
  margin: 25px 0px;
}
.contentarea .infoboxes .infobox {
  float: left;
  width: 32.666%;
  margin: 0px 1% 10px 0px;
  color: #fff;
  position: relative;
  background-size: cover!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.infoboxes h3 {
  text-align: center;
  margin: 0 0 10px 0;
}

.infobox p {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 5px 0px;
  color: #fff;
}
p.fullinfolink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentarea .infoboxes .infobox a.kontaktlink {
  color: #fff;
  text-decoration: none;
  background-color: #0067B1;
  background-image: -webkit-linear-gradient(top, #0067B1, #1862a4);
  background-image: linear, to bottom, #0067B1, #1862a4;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  bottom: 0px;
  position: initial;
  bottom: 13px;
  display: block;
  width: 100%;
}
.contentarea .infoboxes .infobox a.kontaktlink:hover {
  text-decoration: underline;
}
.contentarea .infoboxes .infobox p a {
  text-decoration: underline;
  color: #fff;
}
.contentarea .infoboxes .infobox ul {
  padding: 0 0 0 20px;
}
.contentarea .infoboxes .infobox.one {
  background: url(../images/kacheln/kachel_01.gif) no-repeat;
}
.contentarea .infoboxes .infobox.two {
 /*http://de.fotolia.com/id/42670322*/
  background: url(../images/kacheln/kachel_02.png) no-repeat;
}
.contentarea .infoboxes .infobox.three {
 /*http://de.fotolia.com/id/54020634*/
  background: url(../images/kacheln/kachel_03.png) no-repeat;
  margin-right: 0;
}
.contentarea .infoboxes .infobox.four {
 /*http://de.fotolia.com/id/51179502*/
  background: url(../images/kacheln/kachel_04.png) no-repeat;
}
.contentarea .infoboxes .infobox.five {
 /*http://de.fotolia.com/id/44193290*/
  background: url(../images/kacheln/kachel_05.png) no-repeat;
}
.contentarea .infoboxes .infobox.six {
 /*http://de.fotolia.com/id/49645396*/
  background: url(../images/kacheln/kachel_06.png) no-repeat;
  margin-right: 0;
}
.contentarea .content {
  float: left;
  width: 70%;
  margin-top: 50px;
}
.contentarea .content.home {
  width: 100%;
}

.contentarea .content p {
  line-height: 24px;
}

.contentarea .content .markenblock {
  padding: 50px 0px;
  border-bottom: 1px solid #CFCFCF;
}

.contentarea .content .markenblock h2 {
  margin: 0 0 25px 0;
}
.contentarea .content .markenblock img {
  margin-right: 15px;
  width: 150px;
  height: 75px;
  object-fit: contain;
}
span.social {
  display: block;
  padding-left: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 6px;
}

.contentarea .content .ausimg {
  width: 23%;
  float: left;
  margin-right: 2%;
  min-height: 355px;
}

.contentarea .content .ausimg img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.contentarea .content .ausimg:nth-child(2n):after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.contentarea .sidebar {
  float: left;
  width: auto;
  padding-left: 50px;
}
.contentarea .sidebar.home {
  width: 40%;
}
.contentarea .sidebar.home article {
  text-align: justify;
}
.contentarea .sidebar.home article .rechtsimtext {
  float: right;
  display: inline-block;
  padding: 29px 6px 10px 15px;
}

.contentarea .sidebar .contactbox {
  box-shadow: 0 0 50px #00000020;
  border-radius: 15px;
  margin-top: 50px;
}


.contentarea .sidebar .contactbox img {
  width: 100%;
  z-index: 5;
  position: relative;
  height: 330px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.contentarea .sidebar .contactbox-content {
  padding: 15px 25px 25px 25px;
}

.contentarea .sidebar .contactbox-content a {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 15px;
  line-height: 1.75rem;
  background-position: 0 50%;
}

.contentarea .sidebar .contactbox-content .tel a {
  background-image: url(/assets/images/phone-icon.svg);
}

.contentarea .sidebar .contactbox-content .whatsapp a {
  background-image: url(/assets/images/whatsapp-blue.svg);
}


/*
.contentarea .sidebar .contactbox h4 {
  padding: 10px;
  margin: 0;
  text-align: center;
  z-index: 10;
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #F59C00;
  background-image: -webkit-linear-gradient(top, #F59C00, #e5912a);
  background-image: linear, to bottom, #F59C00, #e5912a;
}
.contentarea .sidebar .contactbox .caption {
  margin-top: -43px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  z-index: 10;
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #F59C00;
  background-image: -webkit-linear-gradient(top, #F59C00, #e5912a);
  background-image: linear, to bottom, #F59C00, #e5912a;
}
.contentarea .sidebar .contactbox .tel {
  color: #fff;
  text-decoration: none;
  background-color: #F59C00;
  background-image: -webkit-linear-gradient(top, #F59C00, #e5912a);
  background-image: linear, to bottom, #F59C00, #e5912a;
  padding: 10px 5px;
  text-align: center;
  position: relative;
  bottom: 0px;
  margin-bottom: 10px;
}
.contentarea .sidebar .contactbox .tel a {
  width: 100%;
  color: #fff;
}
.contentarea .sidebar .contactbox .tel .icon-phone {
  font-size: 20px;
  color: #9C6218;
}
.contentarea .sidebar .contactbox .kontakt, .whatsapp {
  color: #fff;
  text-decoration: none;
  background-color: #F59C00;
  background-image: -webkit-linear-gradient(top, #F59C00, #e5912a);
  background-image: linear, to bottom, #F59C00, #e5912a;
  padding: 10px 5px;
  text-align: center;
  position: relative;
  bottom: 0px;
  margin-bottom: 10px;
}
.contentarea .sidebar .contactbox .kontakt a {
  width: 100%;
  color: #fff;
}
.contentarea .sidebar .contactbox .whatsapp a {
  width: 100%;
  color: #fff;
}
.contentarea .sidebar .contactbox .kontakt .icon-mail {
  font-size: 20px;
  color: #9C6218;
} */
.contentarea .articlecontent .images {
  float: right;
  margin: 0 0 10px 10px;
}
.contentarea #contactform {
  float: left;
  background-color: #fff;
  box-shadow: 0 0 50px #00000020;
  padding: 50px;
  color: #343435;
  width: 55%;
  border-radius: 10px;
}

.contentarea #contactform form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.contentarea #contactform form fieldset .contactform-field {
  margin-bottom: 10px;
  width: 100%;
}


.contentarea #contactform form fieldset .contactform-field label.contactform-label {
  width: 150px;
  height: 20px;
  display: inline-block;
  margin: 5px 0px;
  font-weight: 400;
}

.contentarea #contactform form fieldset .contactform-field input.contactform-input {
  width: 100%;
  border: none;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.contentarea #contactform form fieldset .contactform-field textarea.contactform-input {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  padding: 8px 10px;
  min-height: 100px;
  background-color: #f8f8f8;

}
.contentarea #contactform form fieldset .contactform-button {
  border: 0;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  background-color: #F59C00;
  font-weight: 400;
  width: 100%;
}

.contactform-field.noheight.datenschutz_box {
  margin: 0px 0px 25px 0px !important;
}

.contentarea .contactinfo {
  float: left;
  margin-left: 5%;
  background-color: #fff;
  color: #343435;
  width: auto;
  line-height: 1.75rem;
}
.contentarea .contactinfo h2,
.contentarea #contactform h2 {
  margin: 0 0 25px 0;
  text-align: left;
}

.contentarea .contactinfo a {
  text-decoration: underline;
}
.contentarea nav.submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contentarea nav.submenu ul li {
  width: 100%;
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #CFCFCF;
}
.contentarea nav.submenu ul li:first-child, .contentarea nav.submenu ul li.last-child {
  border-top: 1px solid #CFCFCF;
}
.contentarea nav.submenu ul li:hover {
  padding: 5px 0 5px 3px;
  border-left: 2px solid #f49900;
  color: #f49900;
}
.contentarea nav.submenu ul li:hover a {
  color: #f49900;
}
#Kontakt article section#contactform h2 {
  margin: 0 0 25px 0;
}
.aboutTeam img {
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .contentarea .content .ausimg {
    width: 31%;
    margin-right: 2%;
    min-height: 335px;
  }
}


@media screen and (max-width: 1000px) {
  .contentarea {
      width: 100%;
      padding: 0 10px;
     /*text-align: justify;
     */
 }
  .contentarea article.mitarbeiter {
      margin: 0 0% 25px 0;
      width: 100% !important;
      clear: both;
 }

 .contentarea .contactinfo {
  margin-top: 25px;
  }

  .contentarea #contactform {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contentarea {
      width: 100%;
 }

 .contentarea .contactinfo {
  margin-left: 0;
  width: 100%;
  }

  .contentarea #contactform {
    width: 100%;
  }

  .contentarea .content .ausimg {
    width: 48%;
    margin-right: 4%;
  }

  .contentarea .content .ausimg:nth-child(even) {
    margin-right: 0 !important;
  }

  .contentarea #contactform form fieldset .contactform-field {
    margin-bottom: 10px;
    width: 100%;
    float: none;
    margin-right: 0;
  }
  

}
@media screen and (max-width: 490px) {
  .contentarea article.mitarbeiter {
      padding: 0;
  }
  .mitarbeiter-info {
      padding: 20px 0 0 0;
  }

  .contentarea .content .ausimg {
    width: 100%;
    margin: 0 0 25px 0;
    min-height: auto;
  }

  .anfrage-phone-buttons {
        width: 85%;
  }

  .anwendungsbeispiel {
    float: none;
    width: 100%;
    margin: 15px 0;
  }


 .cover .btn a {
  width: 100%;
  float: none;
  margin: 0;
 }

 .cover .btn.orange {
  width: 100;
  float: none;
  margin: 0 0 10px 0;
 }
}
@media screen and (max-width: 360px) {
  .contentarea {
      width: 100%;
 }
  .datenschutz_box label {
      width: 50%!important;
      float: left;
 }
  .anfrage-phone-buttons {
      width: 100%;
 }
}
@media screen and (max-width: 360px) {
  .contentarea article .imagegal {
      text-align: center;
 }
}
@media screen and (max-width: 360px) {
  .contentarea article.mitarbeiter {
      border-bottom: 1px solid #E3E2E4;
      margin-bottom: 10px;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .infoboxes .infobox a.kontaktlink {
      text-align: left;
      font-size: 0.8em;
 }
}
@media screen and (max-width: 1000px) {
  .contentarea .infoboxes .infobox {
      width: 49%;
      margin-right: 1% !important;
 }
  .contentarea .infoboxes .infobox .two {
      margin-right: 0;
 }
  .contentarea .infoboxes .infobox .four {
      margin-right: 0;
 }
  .contentarea .infoboxes .infobox .six {
      margin-right: 0;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .infoboxes .infobox {
      width: 100%;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .content {
      float: none;
      width: 100%;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .content.home {
      width: 100%;
 }
}
@media screen and (max-width: 667px) {
  .contentarea .infoboxes .infobox {
      width: 100%;
 }
  .contentarea .content img {
      width: 45%;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .content img {
      width: 100%;
      margin-right: 0;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .content .markenblock h2 {
      text-align: left;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .content .markenblock img {
      width: 48%;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .sidebar {
      float: none;
      width: 100%;
      border-top: 1px solid #E1E0E1;
      padding-top: 30px;
      margin-top: 30px;
      padding-left: 0;
 }
}
@media screen and (max-width: 768px) {
  .contentarea .sidebar .contactbox img {
      max-width: 100%;
 }
  .contentarea article .dreimember {
      width: 188px;
 }
  .contentarea article .dreimember .dreimem-img img {
      width: 155px;
      margin: 0;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .sidebar.home {
      width: 100%;
 }
}
@media screen and (max-width: 360px) {
  .contentarea #contactform {
      float: none;
 }
}

@media only screen and (max-width: 999px) and (min-width: 767px) {
  .contentarea .contactinfo {
      margin-left: 30px;
      width: 35%;
 }
}
@media screen and (max-width: 360px) {
  .contentarea .contactinfo {
      float: none;
      margin-left: 0;
      margin-top: 20px;
 }
}
#Referenzen .imagegal img {
  border: 1px solid #E3E2E4;
}
footer {
  width: 100%;
  margin: 50px auto;
  padding: 50px;
  background: rgb(0,51,88);
  background: linear-gradient(45deg, rgba(0,51,88,1) 0%, rgba(0,20,35,1) 100%);
  margin-bottom: 0px;
  overflow:hidden;
  color: #fff;
}

footer p, footer a {
  color: #fff;
  margin-top: 0;
}

footer .copyright {
  float: left;
}
footer .copyright p, footer .submenu p {
  margin: 0
}
footer .submenu {
  float: right;
}

footer .submenu a {
  padding: 0 10px;
}
footer .submenu a:nth-child(5) {
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  footer {
      width: 100%;
 }
  .info {
      margin: 0 0 20px 0;
 }
}
@media screen and (max-width: 767px) {
  footer {
      width: 100%;
 }
  .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0px;
  }

  .social-media.left {
    margin: 0 30px 30px 0;
  }

  .social-media-logo {
    float: left;
    margin: 0 10px 0 0;
  }

  .social-media.right {
    width: 100%;
  }

  .contentarea #contactform {
    padding: 30px;
  }
}
@media screen and (max-width: 360px) {
  footer {
      width: 100%;
 }
}

/* Flexible iFrame */
.flexframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.flexframe iframe, .flexframe object, .flexframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  margin: 50px 0px;
}
/* New CSS */
.submenue {
  display: none;
  position: absolute!important;
}

header nav.menu div:hover .submenue {
  display: block;
}
.submenue div {
  width: 100%;
  cursor: pointer;
}
.submenue div a {
  background-color: #f5f5f5!important;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px!important;
  font-weight: 500 !important;
  text-align: left;
  font-size: 16px !important;
}
.submenue div:hover a {
  color: #0067B1;
}
.submenue.News {
  display: none!important;
}
.fancybox-nav span {
  visibility: visible!important;
}
