/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 11, 2024 */



@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;

}


@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;
}



@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;

}
/*allgemeines*/

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    scroll-behavior: smooth;

}


:root {
	--highlight: #c2242d;
	--text: #343434;
    --lightback: #e3e3e3;
}

img {
	max-width: 100%;/*  alle img responsive;max. die Breite, die des Fotos selbst hat --- */
	height: auto;
    margin-bottom: 36px;
}

header, nav, main, article, section, footer, img{
	display:block;
}


body{
    font-family: 'robotoregular', sans-serif;
	font-size:1rem;
	line-height:36px;
	font-weight: normal;
    color:var(--text);
}


p,a, a:visited{
	font-size:16px;
	  -webkit-hyphens:auto;
       -ms-hyphens:auto;
           hyphens:auto;
    color:inherit;
}


p a:hover,p a:focus,p a:active{
	opacity: 0.7;
}

p{
    margin-bottom:36px;
}


h1,h2,h3, .fakehead{
    font-family: 'montserratbold';
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	/*  -webkit-hyphens:auto;
       -ms-hyphens:auto;
           hyphens:auto;*/
  margin-bottom: 40px;
  border-bottom: 1px solid var(--text);
  padding-bottom: 20px;
}

aside {
  background-image: url("../img/wartungstermin.webp");
  background-repeat: no-repeat;
  background-position: center top 30px;
  background-size: cover;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 60px;
}

/*figure{
        filter: drop-shadow(4px 4px 4px #3b3b3b);
}*/

main ul{
    list-style:none;
    margin-bottom:36px;
    position: relative;
    text-align: left;
}


main li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  background-color: rgba(0,0,0,0.3);
}

main li:hover, main li:focus, main li:active{
    position:relative;
    padding-left:15px;
    margin-bottom:10px;
    background-color:rgba(0,0,0,0.1);
}

/*classen und ids*/
.anfrage{
    background-color: #fff;
    margin-top:300px;
}

.anfrage a{
    -ms-flex-preferred-size:50%;
        flex-basis:50%;
}

.anfrage a:first-of-type{
   border-right:1px solid var(--text);
}

.anfrage a:hover, .anfrage a:focus, .anfrage a:active{
  opacity: 0.6;
}

.begrenzt{
    overflow: hidden;
}

a.button{
  padding: 20px;
  font-family: 'montserratbold';
  font-size:18px;
  background-color: transparent;
  border:1px solid var(--text);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  display: inline-block;
  margin-bottom: 60px;
  position:relative;
}

a.button:hover .farbe,a.button:focus .farbe,a.button:active .farbe{
  width:0%;
  -webkit-transform: all;
      -ms-transform: all;
          transform: all;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

a.button:hover,a.button:focus,a.button:active{
  color: var(--text);
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.contentwrapper, .contentwrapper_schmal, .contentwrapper_nav{
    max-width:1400px;
    margin:0 auto;
    padding:10px;
    margin-top: 80px;
}

.contentwrapper_nav{
    margin-top: 0;
}

.contentwrapper_schmal{
    max-width:1000px;
    text-align: center;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.drittel,.zweidrittel, .halb, .full, .sechzig, .vierzig{
    -ms-flex-preferred-size:100%;
        flex-basis:100%;
    margin-top: 30px;
}

.farbe{
  position:absolute;
  right:0;
  top:0;
  z-index: -1;
  background-color:var(--text);
  width:100%;
  height: 100%; 
  -webkit-transform: width; 
      -ms-transform: width; 
          transform: width;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.framed{
  border: 1px solid var(--text);
  background-color:#fff;
}

.framed_outer{
  position:relative;
}

.framed_outer:after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--highlight);
  border-radius: 10px;
  -webkit-transform: rotate( -1deg);
    -ms-transform: rotate( -1deg);
      transform: rotate( -1deg);
  -webkit-filter:drop-shadow(4px 4px 4px #3b3b3b);
    filter:drop-shadow(4px 4px 4px #3b3b3b);
  z-index:0;
}

.framed_inner_text{
  padding:20px;
  border: 3px solid var(--text);
  position: relative;
  border-radius: 10px;
  z-index:1;
}
.framed_inner_text p{
  margin-bottom:0px;
}

.framed_text{
  padding:20px;
  border: 3px solid var(--text);
  position: relative;
  border-radius: 10px;
  z-index:1;
}

.framed_text:after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--highlight);
  border-radius: 10px;
  -webkit-transform: rotate( -1deg);
      -ms-transform: rotate( -1deg);
          transform: rotate( -1deg);
  -webkit-filter:drop-shadow(4px 4px 4px #3b3b3b);
          filter:drop-shadow(4px 4px 4px #3b3b3b)
}

.geflext, .mitbild li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.head_adresse{
    background-color:var(--highlight);
    padding:20px;
}

.head_adresse img {
  width: 150px;
  margin: 0 auto;
}

.icon, .icon_adresse {
  height: 45px;
  width: auto;
  display: block;
  margin: 20px auto;
}

.icon_adresse{
     height: 15px;
     margin: 20px auto 5px auto;
}

.lightback{
    background-color:var(--lightback);
    padding-top:36px;
    margin-top: 80px;
}

.marginunten{
    margin-bottom: 72px;
}

.mittig{
    margin:0 auto;
}

.mitbild li div{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.mitbild li div:nth-of-type(even){
  background-color: rgba(255,255,255,0.6);
  margin:15px 15px 15px 0;      
}

.nomargintop {
  margin-top: 0;
}

.text{
    color:#fff;
    background-color: var(--text);
}

.teaser{
    position:relative;
    top:-130px;
}

.teaser img{
    height: 125px;
    width:auto;
    display: block;
    margin:60px auto 25px auto;
}

.teaserhead, .teaser a{
    font-family: 'montserratbold';
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	 -webkit-hyphens:auto;
       -ms-hyphens:auto;
           hyphens:auto;
    background-color:var(--text);
    color:#fff;
    text-align:center;
    line-height:24px;
    padding:25px 0;
    margin-bottom: 0;
}

.teaser a, .teaser a:visited{
    background-color:transparent;
    color:var(--text);
    text-decoration:none;
    display:block;
    padding:15px 15px 25px 15px;
}

.teaser a:hover, .teaser a:focus, .teaser a:active{
   opacity: 0.8;
}

.zentriert{
    text-align:center;
}

#adresse{
    order: 2;
    background-image:url("../img/feuerrand.webp");
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position: left center;
}


#intro, #kontakt{
   background-image:url("../img/header_home.webp");
   background-repeat:no-repeat;
   background-position:center bottom;
   background-size:cover;
   padding:50px 0 200px 0;
   text-align: center;
}

#anfrage_fuell img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

#anfrage_fuell .button{
    margin-bottom: 0;
    width: 100%;
}

#anfrage_fuell {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 60px;
}

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

#intro img, #kontakt img{
    height:150px;
    width:auto;
    display: inline-block;
    -webkit-filter:drop-shadow(4px 4px 4px #3b3b3b);
            filter:drop-shadow(4px 4px 4px #3b3b3b)
}

#service {
  margin-top: 36px;
  margin-bottom: 36px;
  width: 120px;
  height: auto;
}

/*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*//*slider*/

.container  {
  --d: 20s; /* duration */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns:repeat(3, 540px); /*(400px)[3];*/
  grid-template-columns: repeat(3, 540px);
  overflow: hidden;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(#0000), color-stop(5%, #000), to(#0000));
  -webkit-mask: linear-gradient(90deg, #0000, #000 5% 95%, #0000);
  border-top: 1px solid var(--text);
  border-bottom: 1px solid var(--text);
  margin-bottom: 60px;
}

.container  p{
  text-align: center;  
}

.container > div {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 170px 1fr;
 -ms-grid-columns:170px 1fr;
  align-content: center;
  gap: 10px;
  background: #fff padding-box;
  border-inline: 10px solid #0000;
  -webkit-animation: r var(--d) linear infinite;
          animation: r var(--d) linear infinite;
  padding: 50px;
}

.container > div img {
  width: 70%;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.container > div * {
  margin: 0
}

    
@for $i from 2 to ($n + 1) {
  .container > div:nth-child(#{$i}) {animation-delay: calc(#{(1 - $i)/$n}*var(--d))}
}


.container > div:nth-child(2){
  -webkit-animation-delay: calc(-0.1666666667*var(--d));
          animation-delay: calc(-0.1666666667*var(--d));
}

.container > div:nth-child(3){
  -webkit-animation-delay: calc(-0.3333333333*var(--d));
          animation-delay: calc(-0.3333333333*var(--d));
}

.container > div:nth-child(4), .container2 > div:nth-child(4) {
  -webkit-animation-delay: calc(-0.5*var(--d));
          animation-delay: calc(-0.5*var(--d));
}

.container > div:nth-child(5){
  -webkit-animation-delay: calc(-0.6666666667*var(--d));
          animation-delay: calc(-0.6666666667*var(--d));
}

.container > div:nth-child(6) {
  -webkit-animation-delay: calc(-0.8333333333*var(--d));
          animation-delay: calc(-0.8333333333*var(--d));
}



@-webkit-keyframes r {
  16.6666666667% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  16.6766666667% {
    -webkit-transform: translate(500%);
            transform: translate(500%);
  }
}
@keyframes r {
  16.6666666667% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  16.6766666667% {
    -webkit-transform: translate(500%);
            transform: translate(500%);
  }
}


/*formular*/

#formkontakt{
    order: 1;
    background-color: var(--lightback);
    padding:15px;
}

fieldset{
    border:0;
    width:100%;
}

label {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}

input, select, select option{
    line-height: 40px;
    font-family: 'robotoregular', sans-serif;
    font-size:16px;
}

input, select{
    margin-bottom: 20px;
    width:100%;
    padding:0 10px;
    border: 1px solid var(--text);
}

select {
  height: 44px;
  border-radius: 0;
  appearance: none;
  border: 1px solid var(--text);
  background-color: #fff;
}

textarea {
  font-family: 'robotoregular', sans-serif;
  width: 100%;
  resize: vertical;
  min-height: 72px;
  line-height: 20px;
  border: 1px solid var(--text);
  padding:0 10px;
}

.halb {
        -ms-flex-preferred-size:100%;
            flex-basis:100%;
} 

#anrede input{
   width:auto;
}

#anrede label{
    display:inline;
}

#anfrage{
    padding-top:45px;
}

label[for=webseite], #webseite {
	display:none;
}

.fehler {color: var(--highlight);}

#submit, #reset{
    line-height: 40px;
    border-radius:0;
    border:1px solid var(--text);
    text-transform: uppercase;
    background-color:#fff;
    margin-bottom: 0;
}

#reset:hover{
   color:#fff;
   background-color:var(--highlight);
   border-color:var(--highlight);
}

#submit:hover{
  color:#fff;
  background-color:#527248;
  border-color:#527248;
}

/*slide in*/

.module {
  position: relative;
}
 
.come-in {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.already-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes come-in {
  to { -webkit-transform: translatex(0); transform: translatex(0); }
}
@keyframes come-in {
  to { -webkit-transform: translatex(0); transform: translatex(0); }
}



/*scrolltotop*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 99;
  font-size: inherit;
  border: 0;
  background-color: var(--highlight);
  color: #fff;
  cursor: pointer;
  padding: 15px;
}

#myBtn:hover {
  background-color:var(--text);
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}




/*navigation*/
#topleiste {
  display: inline-block;
  line-height: 0;
  position: relative;
  left: calc(50% - 25px);
  padding: 10px 0;
  margin-left: 10px;
}

#topleiste img, #topleiste a, #topleiste a:visited{
   line-height: 0;/*leerzeichen raus*/
   display: inline-block;
   margin:0 5px;
   height: 20px;
   width: auto;
}

#topleiste a:hover, #topleiste a:focus, #topleiste a:active{
  opacity: 0.6;
}

#mobilemenue img{
   line-height: 0;/*leerzeichen raus*/
   display: inline-block;
   height: 20px;
   width: auto;
}

#mobilemenue {
  display: inline-block;
  line-height: 0;
  position: absolute;
  top: 10px;
  left: calc(50% - 60px);
}

#burger, #close{
    margin-left:10px;
}

#close {
  position: relative;
  display: none;
}

#topnav:target #close {
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
}

#topnav:target #burger{
    display:none;
}

#menue{
    display:none;
}

#topnav:target #menue {
  text-align: center;
  position: absolute;
  top: 40px;
  background-color: var(--text);
  display: block;
  width: 100%;
  z-index: 500;
}

#menue a, #menue a:visited, #footernav a, #footernav a:visited {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  display:block;
  border-top:1px solid var(--text);
  border-bottom:1px solid var(--text);
}

#menue a:hover, #menue a:focus, #menue a:active, #footernav a:hover, #footernav a:focus, #footernav a:active {
  color: #fff;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}


#footernav{
    background-color:var(--text);
}

#footernav ul {
  list-style: none;
  color: #fff;
  text-align: center;
}

#footernav li{
    list-style: none;
    display: block;
    margin:0 10px;
}





/*tablet*/

@media screen and (min-width: 480px){
    
 
    
 /*classe und ids*/   

}


@media screen and (min-width: 600px){
  
    
  /*classe und ids*/  

.drittel, .halb{
    -ms-flex-preferred-size:48%;
        flex-basis:48%;
    margin-top: 0;
}    
    
.drittel:last-of-type{
    -ms-flex-preferred-size:100%;
        flex-basis:100%;
    margin-top:30px;
}
    
.mitbild li div{
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
}

#intro{
   padding:100px 0 300px 0;
}   
     
}  


/*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*//*desktop*/

@media screen and (min-width: 900px){
h1,h2,h3, .fakehead{
	font-size:30px;
}
    
  /*classe und ids*/  
.button{
  font-size:20px;
}
      
.drittel, .drittel:last-of-type{
    -ms-flex-preferred-size:32%;
        flex-basis:32%;
    margin-top: 0;
}
    
.sechzig, .vierzig{
    -ms-flex-preferred-size:48%;
        flex-basis:48%;
    margin-top: 0;
}
 
#adresse{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
    
#formkontakt{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

/*navigation*/


#footernav li{
    display: inline-block;
}
    
} 
@media screen and (min-width: 1100px){
    
 /*classes und ids*/
.sechzig{
    -ms-flex-preferred-size:59%;
        flex-basis:59%;
    margin-top: 0;
}
    
.vierzig{
    -ms-flex-preferred-size:39%;
        flex-basis:39%;
    margin-top: 0;
}
      
    
 /*navigation*/   
    
#mobilemenue{
    display: none;
}    
    
#topleiste {
  position: relative;
  left: calc(50% - 50px);
  top: -40px;
}  
    
#topnav{
    position: relative;
    top:40px;
}    

#menue {
    display: block;
    text-align: center;
    background-color: transparent;
} 
      
#menue li{
    display:inline-block;
    margin:0 5px;
}         

} 

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

/*formular*/    
    
  
    
}   