@font-face {
    font-family: 'Futura Bold';
    src: url('../Fonts/Futura Bold.woff2') format('woff2'),
         url('../Fonts/Futura Bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'Futura Medium';
    src: url('../Fonts/Futura medium bt.woff2') format('woff2'),
         url('../Fonts/Futura medium bt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ballerick';
    src: url('../Fonts/Ballerick.woff2') format('woff2'),
         url('../Fonts/Ballerick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* RESET  */
html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

a{
  text-decoration: none;
  color: rgb(68,108,164);
}

.clearfix:after  {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* RESET END  */
.ce-gallery img {
display: block;
width: 100%;
height: auto;
}
hr{
  border:0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  margin: 6rem 0;
}

h1{
  font: bold 2.25rem/2.8rem 'Futura Bold', sans-serif;
  color: rgb(68,108,164);
}
h2{
  font: normal 2.25rem/2.8rem 'Futura Medium', sans-serif;
  color: rgb(68,108,164);
}
h3{
  font: bold 1.5rem/1.8rem 'Futura Medium', sans-serif;
  color:rgba(100, 100, 100, 1);
}

.cont ul {
  margin-left: 25px;
}
.cont li {
  list-style: square;
}

 a, footer-middle-item a i, .leistungen-item::before{
 -webkit-transition: all 0.25s ease-in-out;
 -moz-transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 transition: all 0.25s ease-in-out;
}
body, html {
  font: normal 1rem/1.4rem 'Futura Medium', sans-serif;
  color: rgb(108,108,108);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
  overflow-x: hidden;
}
.header, .cont, .footer-top-wrap, .footer-middle{
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
}
.cont{
  position: relative;
}
.cont-all{
  margin: 6rem 0;
}
header{
  width: 100%;
  position: relative;
}
header::after{
  width: 50%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  background: rgb(68,108,164);
  z-index: 0;
}
.header{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.logo{
  width: 30%;
}
  .logo img{
    width:80%;
    height: auto;
  }
  .top-nav-wrap {
    background: rgb(68,108,164);
    position: relative;
    padding: 4rem 3% 4rem 15%;
    width: 52%;
  }
.top-nav-wrap::before {
  width: 500px;
  position: absolute;
  content: "";
  top: 0;
  left:0;
  height: 100%;
  background: rgb(255,255,255);
  z-index: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(-36deg);
  -moz-transform: skewY(-36deg);
  transform: skewY(-36deg);
}

.top-nav{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.top-nav::after {
  width: 1px;
  height: 80px;
  position: absolute;
  content: "";
  top: -34%;
  left: 58%;
  background: rgba(255,255,255,.3);
  z-index: 0;
}
.bsw-tel-icon{
  position: relative;
  font-size: 1.3rem;
  color: rgb(255,255,255);
}
.bsw-mail a {
  font: normal 1rem/1.4rem 'Futura Medium', sans-serif;
}
.bsw-tel-icon a {
  font: normal 1.3rem/1.4rem 'Futura Medium', sans-serif;
}
.bsw-mail:before {
  color: rgb(255,244,255);
  margin-right: 10px;
  font-size: 1.3rem;
  bottom: -3px;
  position: relative;
}
.bsw-mail:hover.bsw-icon-envelope:before {
  content: "\f2b6";
  bottom: -1px;
}
.bsw-tel-icon::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: -25px;
  top: 0;
  font-size: 1.5rem;
  color: rgb(255,255,255);
}
.tele-top-call{
  color: rgb(37,47,67);
}
.tele-top:hover .bsw-tel-icon::before {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.tele-top a{
  color: white;
}
.top-nav-wrap a{
  color: white;
}
.icons-top{
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 85%;
}
.icons-top a{
  font-size: 1.6rem;
  color: #fff;
  margin: 0 8px;
}
.main-nav{
  position: absolute;
  z-index: 999;
  width: 80%;
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider-wrap{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider-wrap.bsw-sub{
  max-height: 400px;
}
.slider-wrap::before {
  width: 5000px;
  position: absolute;
  content: "";
  top: 0;
  left:0;
  height: 46.7%;
  background: rgb(255,255,255,.7);
  z-index: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(-36deg);
  -moz-transform: skewY(-36deg);
  transform: skewY(-36deg);
}
.slider-wrap::after {
  width: 100%;
  position: absolute;
  content: "";
  bottom: -100%;
  right: -80%;
  height: 100%;
  background: rgb(255,255,255,1);
  z-index: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(-36deg);
  -moz-transform: skewY(-36deg);
  transform: skewY(-36deg);
}
.slider-img {
  background: rgb(30,30,30);
}
.slider-wrap .slider-img img{
  width: 100%;
  height: auto;
  opacity: .6;
}
.slogan {
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
  text-align: center;
}
.slogan h2{
  font: normal 4rem/4rem 'Ballerick', sans-serif;
  color: rgb(255,255,255);
}
.slider-cont{
  position: relative;
  display: inline-block;
}
main{
  width: 100%;
  position: relative;
  z-index: 1;
  display: inline-block;
}
main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 19.411%;
  width: 100%;
  height: 100%;
  background: url("../Grafik/main-bg.png");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
}

.about-wrap{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 6rem auto;
  padding-top: 3%;

}
.about-item  img{
  width: 100%;
  height: auto;
}
.about-item.bsw-image{
  border: 10px solid #fff;
}
.about-item.bsw-image-right {
  width: 40%;
  position: absolute;
  right: 0;
  line-height: 0;
  border: 5px solid #fff;
}
.about-item{
  width: 70%;
  position: relative;
}
.about-item.bsw-headline {
  width: 55%;
  margin-left: 10px;
}
.bsw-headline h1{
  position: relative;
  display: inline-block;
  padding-left: 80px;
  margin-bottom: 8%;
}
.bsw-headline h1::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  height: 60px;
  width: 60px;
  background: url("../Grafik/signet.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
}
.about-item:last-child {
  margin-left: 30%;
  margin-top: -8%;
  background: rgb(255,255,255);
  flex: 0 1 calc(60% - 100px);
  max-width: calc(60% - 100px);
  padding: 30px 50px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,.5);
  box-shadow: 0px 0px 30px -10px rgba(0,0,0,.5);
}

.job-wrap{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 6rem 0;
}
.job-item{
  width: 60%;
}
.job-item img{
  width: 100%;
  height: auto;
}
.job-item-txt {
  margin: auto;
  position: relative;
  top: 70%;
  left: 0;
  right: 0;
  display: table;
  font-size: 20px;
  line-height: 25px
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.job-item:first-child{
  background-color: rgb(72,105,152);
  width: 50%;
  color: white;
  padding-bottom: 10%;
  position: relative;
}
.job-item:first-child::before {
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background: rgb(72,105,152);
  z-index: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(15deg);
  -moz-transform: skewY(15deg);
  transform: skewY(15deg);
  z-index: -1;
}
.job-item:first-child h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font: bold 4rem/4rem 'Futura Bold', sans-serif;
  position: relative;
}
.job-item:first-child h2::before {
  position: absolute;
  content: "";
  bottom:0;
  left: 0;
  background: rgba(255,255,255,.3);
  height: 1px;
  width: 100%;
}
.job-item:nth-child(2){
  color: rgb(72,105,152);
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 2px;
  flex: 0 1 calc(50% - 60px);
  max-width: calc(50% - 60px);
  padding:  30px 30px 10% 30px;
  text-align: center;
  margin-bottom: 3%;
}
.job-item:last-child {
  margin-left: 40%;
  line-height: 0;
  margin-top: -10%;
  position: relative;
  z-index: -2;
}
.job-item-link {
  position: relative;
  z-index: 999;
  margin: 0 auto;
  width: 80%;
  max-width: 1440px;
  text-align: right;
  font-size: 1.3rem;
  letter-spacing: 2px;
  top: -3rem;
}
.job-item-link a {
  color:rgb(103,103,103);
}
.job-item-link a {
  color:rgb(103,103,103);
}





.bsw-btn-style a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.bsw-btn-style a::before,
.bsw-btn-style a::after {
 content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.bsw-btn-style a::before {
  background: rgb(72,105,152);
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.bsw-btn-style a::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
  color: rgb(72,105,152);
}

.bsw-btn-style a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.bsw-btn-style a:hover::after {
  transform: translate3d(0, 0, 0);
}

.bsw-btn-style a span {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.bsw-btn-style a:hover span {
  transform: translate3d(-200%, 0, 0);
}







.galerie-wrap{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  max-width:1440px;
  margin: 6rem auto;
}
.galerie-item {
  flex-basis:500px;
  flex-grow:3;
}
.galerie-item:last-child {
  flex-basis:200px;
  flex-grow:1;
  background:rgb(72,105,152);
  color: rgba(255,255,255,1);
}
.galerie-item h2{
  color: rgba(255,255,255,1);
  position: relative;
  text-align: center;
  margin: 6rem auto 7rem auto;
  width: 80%;
}
.galerie-item h2::before{
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  left: 20%;
  bottom: -20px;
  background: rgba(255,255,255,.3);
}

.zertifikat-all{
  width: 100%;
  position: relative;
  margin-bottom: 8rem;
  display: inline-block;
}

.zertifikat-all::before{
  position: absolute;
  content: "";
  left: 0;
  top: -80px;
  width: 100%;
  height: 160px;
  background: rgb(255,255,255);
  z-index: 1;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  transform: skewY(3deg);
}
.zertifikat-all::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: rgb(175,175,175);
  z-index: -2;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  transform: skewY(3deg);
}
.zertifikat-wrap{
  width: 100%;
  position: relative;
  background: rgba(72,105,152,.8);
  padding: 12rem 0 6rem;
  color: rgb(255,255,255);
  display: inline-block;
  margin: 3rem auto;
}
.zertifikat-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../Grafik/zertifikat-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.zertifikat-wrap h2 {
  color: rgb(255,255,255);
  text-align: center;
  margin-bottom: 6rem;
  padding: 0 50px;
  font: normal 2rem/2.5rem 'Futura Medium', sans-serif;
}
.zertifikat {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  gap:30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 80%;
}

.zertifikat-item {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 300px;
}
.zertifikat-item img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

footer{
  width: 100%;
  background-color: rgb(68,108,164);
  position: relative;
  margin-top: 100px;
  color: rgb(255,255,255);
  background-image: url("../Grafik/world.png");
  background-position: center 30px;
  background-size: 50% auto;
  background-repeat: no-repeat;
  border-top: 5px solid #fff;

}
footer::before{
  position: absolute;
  content:"";
  left: 0;
  top: -100px;
  width: 100%;
  height: 160px;
  background: rgb(175,175,175);
  z-index: -2;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  transform: skewY(3deg);
}
footer::after {
  position: absolute;
  content: "";
  left: 0;
  top: -30px;
  width: 100%;
  height: 55px;
  background: url("../Grafik/logo-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  z-index: 1;
}
.kontakt-wrap{
  position: relative;
}
.kontakt-wrap::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  background: rgba(255,255,255,.5);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.kontakt-wrap h1 {
  text-align: center;
  color: #fff;
  margin-top: 3rem;
  font: normal 1.8rem/1.8rem 'Futura Medium', sans-serif;
}

.footer-top{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  gap:30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
  margin-top: 3rem;
}
.footer-top-item{
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 350px;
  position: relative;
}
.footer-top-item:first-child{
  display: inline-flex;
}
.footer-top-item i{
  margin-right: 8px;
  font-size: 14px;
  color: rgb(175,175,175);
}
.footer-top-item a{
  color: rgb(255,255,255);
}
.footer-middle-item{
  text-align: center;
  margin-bottom: 3rem
}
.footer-middle-item a i{
  color: #fff;
  font-size: 25px;
  margin: 0 10px;
}
.footer-middle-item a:hover i{
  color: #ccc;
}
.bsw-icon-mapmarker {
  color: rgb(220,220,220);
  font-size: 25px;
}
.footer-middle-wrap{
  width: 100%;
  position: relative;
  display: table;
}
.footer-middle-wrap::after{
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
  background: rgb(175,175,175);
}
.footer-middle{
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
.bsw-map {
height: 0;
overflow: hidden;
padding-bottom: 40%;
position: relative;
}

.bsw-map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.footer-bottom{
  text-align: center;
  padding: 0 10% 2rem;
  background: rgb(175,175,175);
  width: 80%;
}
.footer-bottom a {
color: rgb(255,255,255);
font-size: .8rem;
}

.zoom img {
-webkit-animation-name: zoom;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay: 0s;
-webkit-animation-direction: alternate;
-moz-animation-name: zoom;
-moz-animation-duration: 30s;
-moz-animation-iteration-count: infinite;
-moz-animation-delay: 0s;
-moz-animation-direction: alternate;
-ms-animation-name: zoom;
-ms-animation-duration: 30s;
-ms-animation-iteration-count: infinite;
-ms-animation-delay: 0s;
-ms-animation-direction: alternate;
animation-name: zoom;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-delay: 0s;
animation-direction: alternate;
}
.zoom{
  overflow: hidden;
}
@-ms-keyframes zoom {
    0% {
        transform:translate3d(0, 0, 0) scale(1.2)
    }

    50% {
        transform:translate3d(0, 0, 0) scale(1)
    }

    100% {
        transform:translate3d(0, 0, 0) scale(1.2)
    }
}

@-moz-keyframes zoom {
    0% {
        transform:translate3d(0, 0, 0) scale(1.2)
    }

    50% {
        transform:translate3d(0, 0, 0) scale(1)
    }

    100% {
        transform:translate3d(0, 0, 0) scale(1.2)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform:translate3d(0, 0, 0) scale(1.2)
    }

    50% {
        transform:translate3d(0, 0, 0) scale(1)
    }

    100% {
        transform:translate3d(0, 0, 0) scale(1.2)
    }
}

@keyframes zoom {
    0% {
        transform:translate3d(0, 0, 0) scale(1.2)
    }

    50% {
        transform:translate3d(0, 0, 0) scale(1)
    }

    100% {
        transform:translate3d(0, 0, 0) scale(1.2)
    }
}

.leistungen-wrap {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 6rem 0;
}
.leistungen-item{
  position: relative;
}
.leistungen-item::before{
  position: absolute;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(40,110,180);
  content: "";
  opacity: 0;
  z-index: 1;
}
.leistungen-item:hover::before{
  opacity: .8;
}
.leistungen-link{
    flex: 0 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    margin: 10px;
  }
  .leistungen-img {
    line-height: 0;
    overflow: hidden;
  }
  .leistungen-img img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .leistungen-item:hover .leistungen-img img{
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);

  }
  .leistungen-head {
    position: relative;
    background: rgb(68,108,164);
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .leistungen-head h2 {
    font:normal 1.5rem/1.8rem 'Futura Medium', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
  }

  .produkte-wrap{
    width: 100%;
    position: relative;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 6rem 0;
  }
  .produkte-item{
    position: relative;
  }
  .produkte-item img{
    width:100%;
    height: auto;
  }
  .produkte-item.bsw-produkt-img{
    width:45%;
  }
  .produkte-item.bsw-head{
    width: 50%;
    position: absolute;
    right: 0;
  }
  .produkte-item.bsw-head h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 10px;
}
  .produkte-item.bsw-txt{
    margin-left: 40%;
    margin-top: -20%;
    margin-bottom: 3rem;
    background: rgb(255,255,255);
    flex: 0 1 calc(60% - 100px);
    max-width: calc(60% - 100px);
    padding: 30px 50px;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,.5);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,.5);
    -moz-box-shadow:0px 0px 30px -10px rgba(0,0,0,.5);
  }
  .produkte-item h2{
    font:normal 1.5rem/1.8rem 'Futura Medium', sans-serif;
  }


  .produkte-middle{
    width: 70%;
    text-align: center;
    margin: 3rem auto 0;
  }
  .bsw-gallery{
    margin-bottom: 6rem;
  }


  /* Kontakt */

  form {
      margin: 0;
      width: 100%;
      display: -webkit-box;
      display: flex;
      display: -moz-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      align-items: flex-start;
  }

  form .form-group {
      flex: 0 1 calc(100% - 0px);
      padding: 15px 0;
      max-width: calc(100% - 0px);
  }

  .input {
      width: 100%;
  }

  input, textarea {
      padding: 20px 3%;
      width: 94%;
      border: 1px solid #ccc;
  }

  .cont select::-ms-expand {
      display: none;
  }

  .cont select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: none;
      width: 100%;
      height: 57px;
      padding-left: 10px;
      background: #f1f1f1;
      color: rgba(230, 75, 60, 1);
      ;
      position: relative;
      cursor: pointer;
  }

  .cont select:before {
      font-family: 'blacksheep-werbeagentur-icons';
      content: "\e901";
      font-size: 20px;
      position: absolute;
      right: 15px;
      top: 10px;
      color: #fff;
      width: 100%;
      height: 100%;
  }

  textarea {
      max-width: 94%;
      min-width: 94%;
      height: 100px;
  }

  .help-block {
      padding: 2%;
      width: 96%;
      margin-bottom: 2%;
  }

  .required {
      display: none;
  }

  .btn-primary {
      padding: 0 30px 5px;
      font-size: .9rem;
      border: 0;
      color: #fff;
      position: relative;
      text-transform: uppercase;
      z-index: 1;
      line-height: 50px;
      height: 60px;
      background: none;
      margin: 20px 0 0;
      font-weight: 300;
      background: rgb(40,110,180);
  }



  .btn-primary:hover::before {
      background: #555555;
  }

  .btn-primary:hover {
      color: #ccc;
  }

  form .actions {
      display: block;
      width: 100%;
      text-align: center;
  }

  nav.form-navigation {
      width: auto;
      margin: 0;
      float: initial;
      padding: 0;
  }

  .form-check {
      width: 30px;
      padding: 0;
      float: left;
      display: inline;
  }

  .help-block {
      padding: 0;
      width: 88%;
      margin-bottom: 6%;
      display: inline-block;
      float: left;
      font-size: 12px;
      text-align: left;
    }

  form .clearfix {
      font-size: 14px;
      line-height: 20px;
      padding: 0 1%;
  }
  /* Kontakt END*/


  .accordion-all{
  width: 100%;
  margin: 3rem 0;
  display: inline-block;
}
.accordion-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion-item{
width: 48%;
}
.accordion-item:nth-child(odd){
  position: relative;
  top: -90px;
}

.accordion-wrap .accordion {
	background-color: #fff;
	cursor: pointer;
	padding: 30px 30px 30px 70px;
	width: 100%;
	text-align: left;
	border: 1px solid #cacaca;
  border-radius: 20px;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
	color:rgb(117,112,104);
  margin: 10px 0;
  position: relative;
  min-height: 150px;
}
.accordion-wrap .active, .accordion-wrap .accordion:hover {
	background:rgb(68,108,164);
	color: rgb(255,255,255);
}
.panel-innen {
  flex: 0 1 calc(93% - 100px);
  max-width: calc(93% - 100px);
  padding:30px 50px;
  margin: auto;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}
.accordion-wrap .panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease-in-out;
	-webkit-transition: max-height  0.6s ease-in-out;
	-moz-transition: max-height  0.6s ease-in-out;
	-ms-transition: max-height   0.6s ease-in-out;
	-o-transition: max-height  0.6s ease-in-out;
}
.accordion-wrap .accordion:after {
	content: '\02795';
	font-size: 15px;
	color: #000;

position: absolute;
left: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
height: 25px;
}
.accordion-wrap .active:after {
	content: "\2796";
	color:rgb(255,255,255);
}


@media screen and (max-width: 1200px) {

  .top-nav{
    flex-direction: column-reverse;
  }
  .top-nav::after {
    display: none;
  }
  .tele-top {
    margin-bottom: 10px;
  }
  .leistungen-link {
    flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .logo img {
    width: 100%;
  }
  .leistungen-link {
    flex: 0 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}


@media screen and (max-width: 912px) {
  .kontakt-wrap::before {
    display: none;
  }
  .header, .cont, .footer-top-wrap, .footer-middle {
    width: 90%;
  }
  .slider-wrap::before {
    height: 44.5%;
  }
  .slogan h2{
    font: normal 3.5rem/3.5rem 'Ballerick', sans-serif;
  }
  .job-item:first-child h2 {
    font: bold 3rem/3rem 'Futura Bold', sans-serif;
  }
  .job-item:nth-child(2) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

}
@media screen and (max-width: 750px) {

  .accordion-item{
  width: 100%;
  }
  .accordion-item:nth-child(odd){
    top: 0;
  }
  .accordion-wrap .accordion {
    min-height: inherit;
  }
}

@media screen and (max-width: 660px) {

  .about-item.bsw-image-right {
    display: none;
  }
  .header {
    flex-direction: column;
    width: 100%;
  }
  .logo {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
    text-align: center;
  }
  .logo img {
    width: 50%;
  }
  .top-nav-wrap {
    padding: 50px 0 30px;
    width: 100%;
  }
  .bsw-mail, .tele-top{
    margin: auto;
  }
  .tele-top{
    margin-bottom: 10px;
  }
  .slogan h2{
    font: normal 2.5rem/2.5rem 'Ballerick', sans-serif;
  }

  .slider-img{
    max-height: 480px;
    width: 100%;
  }
  .slider-wrap .slider-img img {
    object-fit: cover;
    width: 100%;
    height: 480px;
  }
  .about-item.bsw-headline {
    width: 100%;
    margin-left: 0;
  }
  .top-nav-wrap::before {
    width: 100%;
    top: -130px;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
  .about-wrap{
    margin: 6rem auto 3rem;
  }
  .about-item {
    width: 100%;
    position: relative;
  }
  .about-item:last-child {
    margin-left: 10%;
    flex: 0 1 calc(80% - 100px);
    max-width: calc(80% - 100px);
  }
  .about-item.bsw-image::before {
    display: none;
  }
  .bsw-headline h1 {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .bsw-headline h1::before{
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -70px;
  }
  .produkte-item.bsw-head {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .produkte-item.bsw-produkt-img {
    width: 100%;
  }
  .produkte-item.bsw-txt {
    margin-left: 10%;
    flex: 0 1 calc(80% - 100px);
    max-width: calc(80% - 100px);
  }
}
@media screen and (max-width: 550px) {
  .job-item:first-child h2 {
    font: bold 2.5rem/2.5rem 'Futura Bold', sans-serif;
  }
}

@media screen and (max-width: 490px) {
  .job-item:first-child, .job-item:last-child {
    width: 100%;
  }
  .job-item:nth-child(2){
    flex: 0 1 calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-top: 7rem;
    margin-bottom: 3rem;
    }
  .job-item:last-child {
    margin-left: 0;
  }
  .job-item:first-child h2 {
    margin: 0;
  }
  .job-item-txt{
    padding:30px 0;
  }
  .produkte-item.bsw-txt, .about-item:last-child {
    margin-left: 5%;
    flex: 0 1 calc(90% - 60px);
    max-width: calc(90% - 60px);
    padding: 30px;
  }

}
