:root {
  --main-text-color:rgb(110, 110, 110);
  --font-txt:300 1rem/1.8rem 'LexendDeca-Regular', sans-serif;
  --white:rgb(255,255,255);
  --font-middle:300 1.3rem/2.5rem 'LexendDeca-Regular', sans-serif;

  --red:rgb(229, 37, 33);
  --hell-grau:rgb(130, 130, 130);
  --dark:rgb(0,47,70);
  --dark-grey:rgb(63,63,63);
}

@font-face {
    font-family: 'LexendDeca-Regular';
    src: url('../Font/LexendDeca-Regular.woff2') format('woff2'),
         url('../Font/LexendDeca-Regular.woff') format('woff'),
         url('../Font/LexendDeca-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LexendDeca-Medium';
    src: url('../Font/LexendDeca-Medium.woff2') format('woff2'),
         url('../Font/LexendDeca-Medium.woff') format('woff'),
         url('../Font/LexendDeca-Medium.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LexendDeca-SemiBold';
    src: url('../Font/LexendDeca-SemiBold.woff2') format('woff2'),
         url('../Font/LexendDeca-SemiBold.woff') format('woff'),
         url('../Font/LexendDeca-SemiBold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/* 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;
}
.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;
}
body, html {
	font: var(--font-txt);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
  color: var(--main-text-color);
}
html {
  overflow-x: hidden;
}
main{
  overflow: hidden;
  display: inline;
}

/* ####################### BASE ####################### */
a{
  color: var(--red);
  text-decoration: none;
  -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;
}
a:hover{
  color: var(--hell-grau);
}
a.bsw-link{
  position: relative;
  padding: 15px 0;
  margin: 13px 0 10px 30px;
  display: inline-block;
}

.bsw-image-zoom{
  overflow: hidden;
}
.bsw-image-zoom img{
  -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;
}
.bsw-image-zoom:hover img{
  transform: scale(1.2);
}

h1{
  font: bold 2.5rem/2.8rem 'LexendDeca-SemiBold', sans-serif;
  color: var(--red);
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

h2{
  font:300 1.6rem/2rem 'LexendDeca-Regular', sans-serif;
  color: var(--dark-grey);
  position: relative;
}
h1::before{
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: rgb(192,192,192);
  bottom: -15px;
  left: 0;

  -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;
}
h1::after{
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: var(--red);
  bottom: -15px;
  left: -30px;

  -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;
}
.cont, .header{
  width: 80%;
  max-width: 1440px;
  margin: auto;
}
.cont.sub-cont {
margin: 6rem auto;
}
header{
  width: 100%;
  position: relative;
  background: #f1f1f1;
  border-bottom: 5px solid #fff;
}
header::after{
  background: var(--hell-grau);
  content: "";
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.header{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: end;
  position: relative;
  z-index: 2;
}
.headerbild-wrap{
  width: 100%;
  position: relative;
  line-height: 0;
}
.headerbild-item{
  width: 60%;
  position: absolute;
  left: 40%;
  top: 0;
}
.headerbild-item img{
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 700px;
}
.headerbild.bsw-sub img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 300px;
  opacity: .6;
}
.bsw-sub .header-image{
  line-height: 0;
}
.headerbild.bsw-sub {
  background: #323232;
}
.slogan-wrap{
  position: relative;
  background: var(--red);
  width: 50%;
  z-index: 1;
  margin-bottom:10%;
}
.slogan-wrap::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 200px;
  left: 100%;
  top: 0;
  background: url("../Grafik/slogan-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 1;
}
.slogan-wrap::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url("../Grafik/slogan-bg-grafik.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: -1;
  opacity: .6;
  mix-blend-mode:multiply;
}



.slogan-item{
  margin: auto;
  width: 100%;
  position: relative;
}
.slogan-item-innen{
  margin: auto;
  width: 70%;
  max-width: 1000px;
  padding: 150px 20%;
  position: relative;
}
.slogan-item{
  margin: auto;
  width: 100%;
  position: relative;
}


.slogan-item h1 {
  max-width: 500px;
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin: 0 0 15px 0;
  color: #fff;
}
.slogan-item h2 {
  max-width: 500px;
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.logo {
  width: 25%;
  padding: 20px;
  background: var(--white);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 0px 20px -10px #000000;
  box-shadow: 0px 0px 20px -10px #000000;
  text-align: center;
}
.logo img{
  width: 100%;
  height: auto;
  max-width: 250px;
}
.nav-main{
  width: 70%;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-top{
  background: var(--hell-grau);
  height: 50px;
  line-height: 50px;
  font-size: .9rem;
}
.nav-top span.bsw-icon-email, .nav-top span.bsw-icon-tel{
  position: relative;
  margin-left: 60px;
  color: #fff;
}
.nav-top span.bsw-icon-email img, .nav-top span.bsw-icon-tel img{
  width: 20px;
  height: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: -30px
}



/* LEISTUNGEN */
.leistungen-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.leistungen-wrap::after, .leistungen-wrap::before {
  width: 70%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  background: #f1f1f1;
  z-index: -2;
}
.leistungen-wrap::before {
  bottom: -50%;
}
.leistungen-wrap::after{
    top: -50%;
}
.leistungen-item{
  padding: 6rem 0;
  position: relative;
}
.leistungen-item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  background: url("../Grafik/leistungen-bg.png");
  z-index: -1;
  background-repeat: no-repeat;
  top: -200px;
  background-size: 80% auto;
  background-position: right top;
  opacity: .2;
}
.leistungen-txt {
  position: relative;
  width: 40%;
  left: 60%;
  margin-bottom: 5rem;
}
.leistungen-details-wrap {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.leistungen-details-innen{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px;
}
.leistungen-details-item {
  max-width: calc(50% - 30px);
  flex: calc(50% - 30px);
  margin: 15px;
  position: relative;
  overflow:hidden;
}
.leistungen-details-item::before{
  background: rgb(229,37,33);
  background: linear-gradient(90deg, rgba(229,37,33,1) 25%, rgba(255,255,255,0) 75%);
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  -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;
  mix-blend-mode: difference;
}

.leistungen-details-item:first-child::before, .leistungen-details-item:hover::before{
  background: rgb(229,37,33);
  background: linear-gradient(90deg, rgba(229,37,33,1) 25%, rgba(255,255,255,0) 75%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: difference;
}
.leistungen-details-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--hell-grau);
  z-index: -1;
}
.leistungen-details-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100%;
  mix-blend-mode:multiply;
}
.leistungen-details-item:nth-child(odd) {
  position: relative;
  top: -150px;
}
.leistungen-details-item h2{
  color: #fff;
  margin: 0;
  padding: 0;
}
}
.leistungen-details-icon {
  width: 100%;
}
.leistungen-details-icon img {
  width: 100px;
  height: auto;
}
.leistungen-details-innen a {
  font-size: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/* LEISTUNGEN END */



/* BILD ANIMATION */
.bsw-move-toop{
  -webkit-transition: 1.5s!important;
  -moz-transition: 1.5s!important;
  -ms-transition: 1.5s!important;
  -o-transition:1.5s!important;
  transition: 1.5s!important;

  transform: translateY(200px);
  opacity: 0;

}
.fade-in > div{
  -webkit-transition: 3s!important;
  -moz-transition: 3s!important;
  -ms-transition: 3s!important;
  -o-transition:3s!important;
  transition: 3s!important;

  transform: translateY(10px);
  opacity: 0;

}
.fade-in-img > div{
  -webkit-transition: 1.5s!important;
  -moz-transition: 1.5s!important;
  -ms-transition: 1.5s!important;
  -o-transition:1.5s!important;
  transition: 1.5s!important;

  transform: scale(1.05);
  -ms-transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -o-transform:scale(1.05);
  -moz-transform:scale(1.05);
  opacity: 0;

}

.bsw-move-top > div,
.bsw-move-top > div, .bsw-move-top > img,
.bsw-move-left > div, .bsw-move-left > img,
.bsw-move-right > div, .bsw-move-right > img {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}
.bsw-move-top > div{
  transform: translateY(200px);
}
.bsw-move-left > div {
  transform: translateX(-200px);
}

.bsw-move-right > div, .bsw-move-right > img {
  transform: translatex(200px);
}
.fade-in-img > div{
  -webkit-transition: 1.5s!important;
  -moz-transition: 1.5s!important;
  -ms-transition: 1.5s!important;
  -o-transition:1.5s!important;
  transition: 1.5s!important;

  transform: scale(1.05);
  -ms-transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -o-transform:scale(1.05);
  -moz-transform:scale(1.05);
  opacity: 0;

}

/* BILD ANIMATION END */


/* SLIDER  */

/* SLIDER END */

footer{
  width: 100%;
  background: rgb(75,75,75);
  position: relative;
  margin-top: 250px;
  color: #bbbaba;
  text-align: center;
}
footer h1 {
  position: relative;
  top: -170px;
  display: initial;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1440px;
  margin: 50px auto -150px;
  background: var(--red);
  position: relative;
  top: -150px;
  justify-content: space-around;
  text-align: left;
}
.footer-item{
  width: 40%;
  max-width: calc(40% - 100px);
  flex: calc(40% - 100px);
  color: rgb(255,255,255);
  line-height: 1.4rem;
  padding: 50px;
}
.footer-item h4{
  margin: 0;
  font-size: 1.2rem;
}
.footer-item a[href^="tel"],
.footer-item a[href^="mail"] {
	text-decoration: none;
    color: rgb(255,255,255);
}

.footer-item a[href^="tel"]:hover,
.footer-item a[href^="mail"]:hover {
	text-decoration: none;
    color: rgb(200,200,200);
}
.footer-bottom{
  padding: 30px 0;
  color: #ccc;
  font-size:.9rem;
}
.footer-bottom a{
  color: #ccc;
}
.footer-bottom a:hover{
  color: var(--red);
}

/* ###########################################################
####################### MOBILE ####################################
###########################################################
*/


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

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

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

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

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

}

@@media screen and (max-width: 350) {

}
