@import url("reset.css");


.dsa-cookie-notice p{margin-bottom:0;}
.dsa-cookie-notice .cookie-inner{padding:15px 25px;}
html .sidenav-container .slick-slider{width:100%; margin-top:10px;}
.myslider .produkt-slider-image{width:45%; display:inline-block;}
.myslider .produkt-slider-image img{width:100%; height:auto;}
.myslider .produkt-slider-content{width:45%; display:inline-block; vertical-align: top; margin-left:5%;}
.myslider .produkt-slider-content h3{text-align: left;}

@font-face {
  font-family: 'Martel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/martel-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Martel'), local('Martel-Regular'),
       url('../fonts/martel-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/martel-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/martel-v4-latin-regular.svg#Martel') format('svg'); /* Legacy iOS */
}
/* martel-600 - latin */
@font-face {
  font-family: 'Martel';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/martel-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Martel DemiBold'), local('Martel-DemiBold'),
       url('../fonts/martel-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/martel-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/martel-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/martel-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/martel-v4-latin-600.svg#Martel') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}


/*
//////////////////////////////////////////////////////////////
////////////////////////Side Nav///////////////////////////////
//////////////////////////////////////////////////////////////
*/


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.main {
    visibility: hidden;
    position: fixed;
  transition: 0.6s;
    top: 30px;
    right:3%;
    z-index: 9999;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.main span{
    font-size: 20px!important;
}


.pemail{
    background: #bf2632;
    padding: 5px;
    width: 262px;
    margin: 0 auto;
    transition: 0.1s;
}

.pemail:hover, .pemail:hover{

    transition: 0.1s;
    opacity: 0.5;

}
.pemail a{
    color: white!important;
    font-size: 16px!important;
    text-align: center!important;
    transition: 0.1s;
}


/*
//////////////////////////////////////////////////////////////
////////////////////////Side Nav///////////////////////////////
//////////////////////////////////////////////////////////////
*/



/*
//////////////////////////////////////////////////////////////
////////////////////////AKKORDION///////////////////////////////
//////////////////////////////////////////////////////////////
*/



.test{
    color: white!important;
}


.accordion {
    background:none;
    font-family: 'Martel';
  color: #bf2632;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
    margin: 0px 0 20px 0
}



.accordion-2 {
    background:none;
    font-family: 'Martel';
  color: #bf2632;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
    margin: 0px 0 20px 0
}


.active, .accordion:hover {
  color: white;
}



.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.panel h3{
    font-size: 20px;
    padding: 20px 0 20px 0!important;
    margin:0!important;
    text-align: left!important;
}

/*
//////////////////////////////////////////////////////////////
////////////////////////AKKORDION ENDE///////////////////////////////
//////////////////////////////////////////////////////////////
*/



















.sidenav-container{
    scroll-behavior: smooth;
}





/*
//////////////////////////////////////////////////////////////
////////////////////////CONTENT SLIDE///////////////////////////////
//////////////////////////////////////////////////////////////
*/


#raeumung h3{
    text-align: left;
    padding:0 0 20px 0;
    margin: 0;
}



.sidenav-container p{
    color: white!important;
}

.sidenav-container {
    height: 90vh;
    width: 0;
    position: fixed;
    z-index: 90000;
    top: 5vh;
    left: 5%;
    /* right: 5%; */
    background-color: #111;
    overflow-x: hidden;
    padding-top: 50px;
}

.sidenav-container[style^="width: 90%"]::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

a[onclick^="open"], .slick-arrow {
    cursor: pointer;
}

#container .sidenav-container a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;

  transition: 0.3s;
}

.sidenav-container a:hover {
  color: #f1f1f1;

}

.sidenav-container .closebtn {
  position: absolute;
  top: 15;
    color: white;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.main {
    visibility: hidden;
    position: fixed;
  transition: 0.6s;

    top: 30px;
    right:3%;
    z-index: 9999;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.main span{
    font-size: 20px!important;
}



/*
//////////////////////////////////////////////////////////////
////////////////////////CONTENT SLIDE///////////////////////////////
//////////////////////////////////////////////////////////////
*/



html{
    scroll-behavior: smooth;

}

a{
    text-decoration: none;
}
.datenschutz{
    background: rgb(191, 38, 50);
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 8%;
    font-family: 'Raleway';
    font-weight: 600;
        color: white;
    z-index: 99999999;

}
.datenschutz a{
   transition: 0.6s;

}
.datenschutz a:hover{
    font-size: 16px;
   transition: 0.6s

}

#home{
    background: url(../images/header_neu.jpg) no-repeat center center / cover;
    height: 100vh;
    position: relative;
    }

.logo{
    position: absolute;
    left: 8%;
    top: 20px;

}
.logo img{
    width: 100%
}

nav{
    position: absolute;
    z-index: 99
}
.navi{
     background: #bf2632;
    position: fixed;
    right: 0;
    padding: 20px 5% 0px 0
}
.navi ul{
    display:flex;
}
.navi ul li a{
    font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
    font-size: 16px;
    margin-left: 30px;
    color: white;
    text-decoration: none;

}
.navi ul li{
    transition:0.6s;
}
.navi ul li:hover{
    transform: scale(1.2);
    transition: 0.6s;
}



.navi ul li a img{
    margin-left: 30px;
}


.stoerer{
    position: absolute;
    background:rgba(191, 38, 51, 0.79);
    padding: 30px 8% 50px 8%;
    bottom: 50px;
    right: 0;
    }

h1{
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 50px;
    line-height: 1.5;
    color: white
}

h2{
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 35px;
    line-height: 1.5;
}

h3{
     font-family: 'Raleway';
    font-weight: 600;
    font-size: 35px;
    line-height: 1.5;

    color: white;

}
p, li{
    font-family: 'Martel'!important;
    font-weight:400;
    color: white;
    font-size: 14px;
    line-height: 1.8;


}
ul, p{
    margin-bottom:15px


}



#slide-section{
    position:relative;
}


#slide-section{
    color: white;
}
#slide-section p{
    font-size: 14px
}

.container-inhalt{
    padding: 0px 3% 0px 3%
}
.container-inhalt .flex-container{
    padding: 0
}



.container-inhalt .flex-container .col-2{
    padding: 0px;

}

.container-inhalt .flex-container .col-2 a{
    color: #bf2632;

}
.container-inhalt a{
    font-family: 'Martel';
    font-size: 14px;
    color:#bf2632;

}
.container-inhalt a:hover{
    color: white;
    transition: 0.6s;
}
.container-inhalt li{
    list-style-type: square;


}.container-inhalt ul{
     padding-left: 20px

}




#leistungen{
    padding: 50px 0 0 0;
}

#leistungen h2, #leistungen p{
    text-align: center;
    width: 60%;
    margin: 0 auto
}
#leistungen h2{
    color:rgb(191, 38, 50);
    margin-bottom: 20px;

}
#leistungen p{
    color: black;
    margin-bottom: 65px
}


.slider-content{
    display: flex;
    flex-wrap:nowrap;

}

.bild1{
    background: url(../images/container.jpg) no-repeat center center / cover;
    width: 100%;
     height: 360px
}
   .bild2{
    background: url(../images/recycling.jpg) no-repeat center center / cover;
     width: 100%;
        height: 360px
}
.bild3{
    background: url(../images/entsorgung.jpg) no-repeat center center / cover;
     width: 100%;
     height: 360px
}
.bild4{
    background: url(../images/raeumung.jpg) no-repeat center center / cover;
     width: 100%;
     height: 360px;


}
.bild5{
    background: url(../images/baustoffe.jpg) no-repeat center center / cover;
     width: 100%;
     height: 360px
}
.bild6{
    background: url(../images/entkernung.jpg) no-repeat center center / cover;
     width: 100%;
    height: 360px
}


.slider-content div img, .slider-content div h3{
    text-align: center;
    display: block;
    margin: 150px auto;
}

 div.slick-list.draggable h3{margin:0 auto;}


.slider-content div img.icon{
    margin: -130px auto
}

.slider-content .slick-list img{vertical-align: top; margin:0 auto;}


.slider-content a{
    text-decoration: none;
    color: #bf2632!important;

}
.slider-content a img{
    text-decoration: none;
    transition: 0.6s;
}

.slider-content a img:hover{
    text-decoration: none;
    transition: 0.6s;
    transform: scale(1.2);
}

#ueber-uns h2{
    color: rgb(191, 38, 50);
}


.gewerbekunden{
    padding: 1px 0;
    text-align: center;
    background: rgb(191, 38, 50);
    margin-bottom:20px

}
.gewerbekunden p{
margin-top: 20px;
    color: white!important;
}


#ueber-uns p{
    color: black;
}
#ueber-uns{
    padding: 100px 0 100px 0
}
.fb img{
width: 50px;
    height: 50px;

}
.fb{
    margin-top: 50px;
}


#ueber-uns ul li{
    color: black;
    list-style-type: square;


}

#ueber-uns ul{
    margin-left: 20px;
}


.flex-container{
    display: flex;
    justify-content: center;
    padding: 0 5% 0 5%;

}

.flex-container .col-1, .flex-container .col-2, .flex-container .col-3, .flex-container .col-4{
    width: 50%;
    margin: 0 3% 0 3%;

}
.flex-container .col-2{
    padding: 75px 0 100px 0;
}

.your-class div img{
    display: block;
    margin: 0 auto;

}

#zertifikate{
  margin-bottom: 125px;
}

#zertifikate h2{
  text-align: center;
color: rgb(191, 38, 50);
margin-bottom: 75px;
}

#zertifikate .col-1, #zertifikate .col-2, #zertifikate .col-3, #zertifikate .col-4{
  flex-basis: 20%;
}

#zertifikate .col-1 img, #zertifikate .col-2 img, #zertifikate .col-3 img, #zertifikate .col-4 img{
  width: 100%;
  height: auto;
}

#zertifikate .flex-container .col-2{
  padding: 0 0 0 0;
}


#referenzen{
    margin-bottom: 125px;
}

#referenzen h2{

    color:rgb(191, 38, 50);
    text-align: center;
    margin-bottom: 75px

}


.galerie div img{
    display: block;
    margin: 0 auto;
    height: 300px;
}

.galerie .col-4 img, .galerie .col-5 img, .galerie .col-6 img{
    width: 95%;
      object-fit: cover;
        object-position: center;


    }


    #jobs{
      background-color:rgb(191, 38, 50);
      margin-bottom: 125px;
    }

    #jobs h2{
      padding-top: 50px;
      color: white;
      text-align: center;
    }

    #jobs p{
      color:white;
      font-family: 'Martel' !important;
      text-align: center;
      padding-bottom: 50px;
    }


#kontakt{
    background: rgb(191, 38, 50);
    padding: 150px 0 0 0;
    color: white;
}


#kontakt li{
    font-family: 'Martel';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;

}

#kontakt a{
    text-decoration: none;
    color: #ffcb08;

}

#kontakt a:hover{
    font-size: 20px;
    transition: 0.6s;
}


#kontakt .col-1, #kontakt .col-2{


}
#kontakt .col-2{
    padding: 130px 0 0 0


}

iframe{
    width: 100%;
    height: 1100px;
}



.email{
    position: fixed;
    top: 200px;
    right: 3%;
    z-index: 9999;
}



#parallax {
background: url(../images/parallax.jpg) no-repeat center center / cover;
background-attachment: fixed;
height: auto;
    padding: 120px 0 200px 0;
width: 100%;
    position: relative;
overflow-x: hidden;
}


#parallax h2{
    text-align: center;
    color: rgb(191, 38, 50);
    margin-bottom: 100px
}
#parallax img{
    display: block;
    margin: 0 auto;
}

#parallax a{
    color: rgb(191, 38, 50);
    text-decoration: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 30px;


}
#parallax p{
    transition: 0.6s;
    color: rgb(191, 38, 50);
}

#parallax p:hover{
   transform: scale(1.05);
    transition: 0.6s;


}
#parallax h3{
    color: rgb(191, 38, 50);
    margin-bottom: 5px
}


.recklinghausen{
    position: absolute;
    top: 500px;
    left: 25%
}

.gelsenkirchen{
    position: absolute;
    top: 500px;
    left: 60%

}

.herne{
    position: absolute;
     top: 850px;
    left: 47%
}



#bildergalerie h2{

    text-align: center;
    color: rgb(191, 38, 50);
    margin-bottom: 75px

}
#bildergalerie{
    padding: 100px 0 100px 0;
}



.clear {
    clear: both;
}
#referenzen .flex-container .col-2{
    padding: 0;
}

.ansprechpartner-1 img{
   object-fit: cover;
    object-position: center;
    width: 100%;
    position: relative;
}


.kontaktdaten{
    width: 250px;
    background:rgba(191, 38, 50);
  width: 100%;
    padding: 10px;
}



.kontaktdaten a{
    color: white;
    transition: 0.6s;
}
.kontaktdaten p{
    font-size: 20px;
}

.kontaktdaten a:hover{
    transition: 0.6s;
     opacity: 0.5;

}

#referenzen .flex-container{
    margin: 0 0 20px 0;

}

#referenzen .flex-container .col-1 .ansprechpartner-1 .kontaktdaten{
    display: block;
    margin: 0 auto;
}





/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/
@media screen and (max-width:1261px){
#ueber-uns .flex-container{
    display:block;

}



#ueber-uns .col-1, #ueber-uns .col-2{
    width: 95%
}
}




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


    #container .flex-container{
        display: block;
    }

    #container .flex-container .col-1, #container .flex-container .col-2{
        display: block;
        width: 95%;
    }




}

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


    #parallax {
background: url(../images/parallax.jpg) center center no-repeat / cover;
background-attachment: none;
height: auto;
    padding: 120px 0 500px 0;
width: 100%;
    position: relative;

}
    #parallax h2{
        text-align: left;
        padding: 0 8%
    }
.recklinghausen{
    position: absolute;
    left: 8%;
    top:310px;
    z-index: 5;
}

.gelsenkirchen{
    position: absolute;
    top: 450px;
    left: 8%;
    z-index: 4;

}
    .pemail{
    position: absolute;
        top: 260px;
        left: 8%
}
.pemail a{
    color: white!important;
    font-size: 16px!important;
    text-align: center!important;
}




.herne{
    position: absolute;
     top: 580px;
    left: 8%;
    z-index: 3;
}
    #parallax img{
        display: none;

    }
}




@media screen and (max-width: 900px){
    #home{
        height: 90vh
    }

    #kontakt .flex-container{
        display: block;
    }
    #kontakt .col-1, #kontakt .col-2{
        padding: 0;
        width: 94%

    }

    iframe{
        height: 750px
    }
    #kontakt{
        padding-bottom: 200px
    }
    #referenzen .flex-container{
        display: block;
    }

    #referenzen .flex-container .col-1{
        padding: 0 0 20px 0;

    }
    #referenzen .flex-container .col-1, #referenzen .flex-container .col-2{
        width: 94%
    }

    #kontakt iframe {
        height: 1125px;
    }




}



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


    nav{
        display: none
    }
 .main {
    visibility: visible;
     background: #bf2632;
     padding: 10px;
     color: white;
     transition: 0.6s;


}
    .main:hover {
    transition:0.6s;
        transform: scale(1.2);

}

    .slider-content{
        display: block;

    }

    .slider-content div h3{
        margin: 0 auto!important;
        padding-top:20px;
    }

    .slider-content img{
        margin: 100px auto;
        padding-top:170px;
    }
    #parallax h2{
        font-size: 30px
    }

    #parallax h2 br {
        display: none;
    }

    #parallax h3{
        padding-top: 40px
    }

    #leistungen {
        padding: 100px 5% 0;
    }

    #leistungen h2, #leistungen p {
        text-align: left;
        width: 100%;
    }

    .pemail{
    position: absolute;
        top: 300px;
        left: 8%
}



}

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

    #recycling .flex-container, #entsorgung .flex-container, #raeumung .flex-container, #baustoffe .flex-container, #entkernung .flex-container{
        display: block;
    }
    #recycling .flex-container .col-1, #recycling .flex-container .col-2,
    #entsorgung .flex-container .col-1, #entsorgung .flex-container .col-2,
    #raeumung .flex-container .col-1, #raeumung .flex-container .col-2,
    #baustoffe .flex-container .col-1, #baustoffe .flex-container .col-2,
    #entkernung .flex-container .col-1, #entkernung .flex-container .col-2{
        width: 95%
    }



}

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


    .myslider .slick-prev, .myslider .slick-next, .your-class .slick-prev, .your-class .slick-next, .galerie .slick-prev, .galerie .slick-next {
        visibility: hidden;

    }
    .your-class .col-4 img, .your-class .col-5 img, .your-class .col-6 img{
      object-fit: cover;
        object-position: center;

    }

    .myslider .produkt-slider-image {width: 100%; display: block;}
    .produkt-slider-image{
        display: block;
    }
}

@media screen and (max-width: 510px) {
    h1{
        font-size: 30px
    }
    #home{
        height: 50vh;
    }
   /*CSS*/
}



@media screen and (max-width: 370px){
     #parallax h2{
        font-size: 25px;
    }
    #parallax h3{
        font-size: 25px;
    }

     #parallax a{
        font-size: 16px;
    }
}

@media screen and (max-width: 1150px) {
    .navi ul li a {
        font-size: 12px;
        margin-left: 15px;
    }

    .navi ul {
        margin-bottom: 0;
    }

    .navi ul li:first-child a {
        margin-left: 0;
    }

    .navi {
        padding: 5px 10px;
    }
}
