@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');

body{

  font-size: 0.9rem;
}

.bg-petrol{
  background-color: #006778;
}

.bg-white{
  background-color: #fff;
}
.bg-white-transparent{
  background-color: rgba(255,255,255,0.8);
}

.bg-grey{
  background-color: #eee;
}

.text-white, .text-weiss{
  color: #fff;
}

.text-petrol{
  color: #006778;
}
a {
    text-decoration: none;
    color: #006778;
    font-weight: 600;
}


a:hover
{
	
	text-decoration: none;
	opacity: 0.8;
	color: #006778;
}

a.btn
{
	background:#006778;
	color:#fff;
	padding: 20px 40px 20px 20px;
}

a.btn:hover
{

	text-decoration: none;
	opacity: 0.8;
	color: #fff;

}

.logo-top
{
  background:white;
}

.text, .text h4{
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* Individuelle Abstände START */           
.dce_trenner_klein{
     height: 1.5625rem;
}
.dce_trenner_mittel {
     height: 10rem;
}
.dce_trenner_gross {
     height: 5rem;
}
/* Individuelle Abstände ENDE */

/* Individuelle Verkleinerung des Abstands START */           
.dce_weniger_klein{
     margin-top: -1.5625rem;
}
.dce_weniger_gross {
     margin-top: -5rem;
}
/* Individuelle Verkleinerung des Abstands ENDE */


/* Grid Dreieck Section START */
.sectiongreytriangle .content{
  overflow: hidden;
}

.sectiongreytriangle .greytriangle {
    left: 0;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 1450px solid transparent;
    border-bottom: 900px solid transparent;
    border-left: 2800px solid #eee;
}
/* Grid Dreieck Section Stop */



/*DCE Header*/
.logo-top{
  position: absolute !important;
  right: 0;
  padding-right: 10px;
  padding-top: 5%;
  height: 100px;
}
.text-block-header {
  right: 0;
  top: 50%;
  position: absolute !important;
  width: 100%;
}
.text-block-header .headline {
  padding: 20px !important;
}

.text-block-header h1 {
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
}

.onepager_header{
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
}

.onepager_header .kreise{
	left: 0;
	top: 0;
	background-image: url(/fileadmin/onePager/images/Hanno-Kreis.svg);
	background-size: cover;
	background-repeat: no-repeat;	
}
	
.onepager_header h1 span.headline{
	display: block;
	font-size: 1.3rem;
}
	
.onepager_header h1 span.subtitle{
	display: block;
	padding: 20px !important;
	margin-left: 40px;
	font-size: 1rem;
	line-height: 2rem;
}
		
.onepager_header .corner-left{
	left: 0;
	bottom: 0;		
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 50vw solid #fff;
}
	
.onepager_header .corner-right{
	right: 0;
	bottom: 0;		
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 50vw solid #fff;
}	
/*DCE Header ENDE*/

/*DCE Firmeninfo*/
.logo-info{
  display: block;
  margin: 20px auto;
  height: 100px;
  width: auto;
}
.text-block-info {
  text-align: center;
  margin: 15px 10px;
}
.text-block-info .headline{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.text-block-info .text-fett{
  font-weight: 700;
  padding: 20px;
  font-size: 1.2em;
}

/*DCE Firmeninfo ENDE*/

/*DCE Raute mit Bild*/
.raute{
  margin-bottom: 200px;
}
.raute .bg-petrol{
    width: 200px;
    height: 200px;
    display: block;
    margin: 20px auto;
    -ms-transform: rotate(45deg); 
  transform: rotate(45deg);
}

.raute .image {
    height: 300px;
    width: 300px;
    max-width: 500px !important;
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    left: -40px;
    bottom: -120px;
}
/*DCE Raute mit Bild ENDE*/

/*DCE Abschnittsueberschrift*/
.zwischen-headline h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.4em;
}
.text-block-headline h4 {
  margin: 15px 10px;
}
/*DCE Abschnittsueberschrift ENDE*/

/*DCE Produktbox mit Link*/
.prod-box{
  margin-bottom: 2rem;
}
.prod-box .bg-white{
    height: 150px;
    position: relative;
}

.prod-box .bg-white img{
  z-index: 1;
}

.prod-box .bg-white .img-fluid{
    margin-top: -20px;
    position: absolute;
    padding:40px;
}
.prod-box .bg-image {
  width: 100%;
  height: 400px;
}
.text-block-product {
    position: absolute;
    bottom: 87px;
    padding: 20px;
    max-width: 95%
}
.text-block-product .headline{
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
}
.text-block-product .text{
  font-weight:300;
}
.button {
    position: absolute;
    bottom: 20px;
    background-color: white;
    right: 30px;
    left: 30px;
    padding: 10px;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
  	hyphens: auto;
}

.button:hover
{
	opacity: 0.8;
}

.button a{
    font-weight: 300;
    font-size: 1.1em;
}
.button .fas {
    font-size: 1.5em;
    padding-right: 5px;
}
/*DCE Produktbox mit Link ENDE*/

/* Produktteaser*/
.text-block-kb-start {
    right: 0;
    bottom: 100px;
}
.text-block-kb-start .headline {
    padding: 0.938rem 0.938rem;
    font-size: 1.4rem;
}
.text-block-kb-start img.produkt-frei {
    height: 300px;
}
.text-block-kb-start .produkt-frei {
    right: 5px;
    /*bottom: 45px;*/
  bottom: -78px;
}
.position-absolute {
    position: absolute !important;
}
.text-block-kb-start .text {
    padding: 2.188rem;
}
.text-block-kb-start .text {
    padding: 0.938rem 0.938rem;
    background: rgba(255,255,255,1);
}
/*ENDE PRoduktteaser*/


/*DCE Iconbox*/
.icon{
  padding: 10px;
  height: 70px;
  display: block;
  margin: 5px auto;
}
.text-block-icon .headline{
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    min-height: 60px;
}
.text-block-icon .text {
  min-height: 270px;
}
.text-block-icon .text-petrol{
    font-size: 1.2em;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 80px;
}
.text-block-icon .text-petrol .fas{
    padding-right: 10px;
}
/*DCE Iconbox ENDE*/

.footerNav a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}

.onePager .px-0
{
	padding-right:15px !important;
	padding-left:15px !important;
}

/*****RESPONSIVE********/

@media (min-width: 375px){
  .sectiongreytriangle .greytriangle {
      left: 0;
      top: 40px;
      width: 0;
      height: 0;
      border-top: 950px solid transparent;
      border-bottom: 1450px solid transparent;
      border-left: 2400px solid #eee;
  }
  .text-block-icon .text {
    height: 230px;
  }
}

.logo-top
{
  padding-bottom: 5px;
padding-left: 5px;
}

/* SMALL */
@media (min-width: 576px){
  .sectiongreytriangle .greytriangle {
      left: 0;
      top: 40px;
      width: 0;
      height: 0;
      border-top: 950px solid transparent;
      border-bottom: 1850px solid transparent;
      border-left: 2800px solid #eee;
  }
  /*DCE HEADER*/
  .logo-top{
    padding-right: 50px;
    padding-top: 5%;
    
  }
  .onepager_header{
   height: 600px;
  }
  .text-block-header {
    top: 50%;
    width: 90%;
  }
  .onepager_header h1 span.headline{
    font-size: 1.6rem;
  }
  .onepager_header h1 span.subtitle{
    font-size: 1.3rem;
    line-height: 3rem;
  }
  /*DCE HEADER ENDE*/
  /*DCE FIRMENINFO*/
  .text-block-info .headline{
    font-size: 2em;
  }
  /*DCE FIRMENINFO ENDE*/
  /*DCE PRODUKTBOX*/
  .prod-box .bg-white{
      height: 200px;
  }
  .prod-box .bg-image {
    width: 100%;
    height: auto;
  }
  .prod-box:hover .bg-image{
    transform: scale(1.2);
	transition: transform .5s ease;
  }
  
  .prod-box .bg-white .img-fluid{
      margin-top: 0px;
  }
  .text-block-product {
    bottom: 200px;
  }
  .text-block-product .headline{
      font-size: 1.8em;
  }
  .button {
      left: unset;
  }
  .button a{
      font-size: 1.2em;
  }
  /*DCE PRODUKTBOX ENDE*/
  /* Produktteaser*/
  .text-block-kb-start .headline {
      padding: 0.938rem 2rem;
      font-size: 1.6rem;
  }
  .text-block-kb-start img.produkt-frei {
      height: 350px;
  }
  .text-block-kb-start .produkt-frei {
      right: 15px;
      bottom: 41px;
  }
  .text-block-kb-start .text {
      padding: 0.938rem 2rem;
  }
  /*ENDE PRoduktteaser*/
  /*Iconbox*/
  .text-block-icon .text {
    height: 180px;
  }
/* .text-block-icon .headline {
    height: 20px;
  } */
  /*iconbox-ende*/
}
/* MEDIUM */
@media (min-width: 768px){
body{
  font-size: 1rem;
}  
  
.button {
    position: absolute;
    bottom: 40px;
    background-color: white;
    right: 50px;
    left: 50px;
    padding: 20px 40px 20px 20px;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
} 
  
.prod-box .bg-white {
    height: 100px;
}
  
  .text-block-product{
    top: unset;
    bottom: 120px;
  }
  
.prod-box{
  margin-bottom: 10rem;
}
  
  
  .sectiongreytriangle .greytriangle{
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 1200px solid transparent;
    border-bottom: 2520px solid transparent;
    border-left: 3090px solid #eee;
  }
  /*DCE HEADER*/
  .logo-top{
    padding-right: 100px;
    padding-top: 5%;
    height: auto;
  }
  /*DCE HEADER ENDE*/
    /*DCE FIRMENINFO*/
  .text-block-info .headline{
    font-size: 2.6em;
  }
    /*DCE FIRMENINFO ENDE*/
    /*DCE Raute mit Bild*/
    .raute .bg-petrol{
        width: 320px;
        height: 320px;
    }

    .raute .image {
        height: 500px;
        width: 500px;
        left: -60px;
        bottom: -200px;
    }
    /*DCE Raute mit Bild ENDE*/
    /*DCE zwischenüberschrift*/
    .zwischen-headline h3 {
        font-size: 1.9em;
    }
    /*DCE zwischenüberschrift ENDe*/
    /*DCE PRODUKTBOX*/
    .prod-box .bg-white{
        height: 320px;
    }
    .prod-box .bg-white .img-fluid{
        margin-top: 50px;
    }
    .text-block-product {
      bottom: 350px;
    }
    .text-block-product .headline{
        font-size: 2.2em;
    }
    /*DCE PRODUKTBOX ENDE*/
    /* Produktteaser*/
    .text-block-kb-start .headline {
        font-size: 2rem;
    }
    .text-block-kb-start img.produkt-frei {
        height: 450px;
    }
    /*ENDE PRoduktteaser*/
}
/* LARGE */
@media (min-width: 992px){
  .logo-top
{
  background:none;
}
  .dce_weniger_mittel {
       margin-top: -10rem;
  }
  .sectiongreytriangle .greytriangle{
    left: 0;
    top: 200px;
    width: 0;
    height: 0;
    border-top: 1200px solid transparent;
    border-bottom: 1120px solid transparent;
    border-left: 3090px solid #eee;
  }
  .dce_trenner_gross {
       height: 20rem;
  }
  /*DCE HEADER*/
  .onepager_header h1 span.headline{
    font-size: 2rem;
  }
  .onepager_header h1 span.subtitle{
    font-size: 1.6rem;
  }
  .text-block-header {
    width: 60%;
  }
  .onepager_header{
   height: 700px;
  }
  .onepager_header .corner-left{
  	border-top: 80px solid transparent;
  }
  .onepager_header .corner-right{
  	border-top: 80px solid transparent;
  }	
  /*DCE HEADER ENDE*/
  /*DCE PRODUKTBOX*/
    .prod-box .bg-white{
        height: 180px;
    }
    .prod-box .bg-white .img-fluid{
        margin-top: 5px;
    }
    .text-block-product {
      bottom: 100px;
    }
  /*DCE PRODUKTBOX ENDE*/
  /*Iconbox*/
  .text-block-icon .text {
    height: 270px;
  }
 /* .text-block-icon .headline {
    height: 20px;
  }*/
  /*iconbox-ende*/
}

/* XLARGE */
@media (min-width: 1200px){
  /*DCE HEADER*/
  .onepager_header{
   height: 1000px;
  }
  .onepager_header .corner-left{
  	border-top: 150px solid transparent;
  }
  .onepager_header .corner-right{
  	border-top: 150px solid transparent;
  }	
 /*DCE HEADER ENDE*/
 /*DCE PRODUKTBOX*/
   .prod-box .bg-white{
       height: 230px;
   }
   .prod-box .bg-white .img-fluid{
       margin-top: 20px;
   }
   .text-block-product {
     bottom: 200px;
   }
 /*DCE PRODUKTBOX ENDE*/
  
}
/* XXLARGE */
@media (min-width: 1440px){
  .sectiongreytriangle .greytriangle{
    left: 0;
    top: 120px;
    width: 0;
    height: 0;
    border-top: 1200px solid transparent;
    border-bottom: 1820px solid transparent;
    border-left: 3090px solid #eee;
  }
   /*DCE HEADER*/
   .onepager_header{
   	height: 1440px;
   }
    .onepager_header h1 span.headline{
    	font-size: 2.5rem;
    }
    .onepager_header h1 span.subtitle{
    	font-size: 2rem;
    }
    .onepager_header .corner-left{
    	border-top: 300px solid transparent;
    }
    .onepager_header .corner-right{
    	border-top: 300px solid transparent;
    }	
  /*DCE HEADER ENDE*/
   /*DCE FIRMENINFO*/
  .text-block-info {
    text-align: center;
    margin: 15px 300px;
  }
  /*DCE FIRMENINFO ENDE*/
  /*DCE PRODUKTBOX*/
    .prod-box .bg-white{
        height: 320px;
    }
    .prod-box .bg-white .img-fluid{
        margin-top: 50px;
    }
    .text-block-product {
      bottom: 320px;
    }
  /*DCE PRODUKTBOX ENDE*/
  .text-block-headline h4 {
  	margin: 15px 400px;
	}
  /* DCE Produktteaser*/
  .text-block-kb-start {
      position: absolute !important;
      right: 0;
      bottom: 90px;
  }
  .text-block-kb-start .headline {
      margin-left: -53px;
  }
  .text-block-kb-start .text {
      padding: 0.938rem 0.9375rem;
  }
  /* DCE Produktteaser ENDE*/
  /*Iconbox*/
  .text-block-icon .text {
    height: 200px;
  }
  /*iconbox-ende*/
}
/* XXXLARGE */
@media (min-width: 2000px){
  .sectiongreytriangle .greytriangle{
    left: 0;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 1200px solid transparent;
    border-bottom: 2020px solid transparent;
    border-left: 3490px solid #eee;
  }
  
}

