/*! 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;
}

/*allgemeines*/

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

}


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

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

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


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

}

h1, h2, h3, .fakehead{
    font-family: 'robotobold';
    margin-bottom: 36px;
}

h1{
    font-size:26px;
}

h2, h3, .fakehead{
    font-size:20px;
    line-height: 26px;
}

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


p{
    margin-bottom:36px;
}

a{
    color:inherit;
}


blockquote{
  margin-bottom: 36px;
  line-height: 18px;
  display: inline-block;
  font-style:italic;
}

header{
    background-color:var(--lightback);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:120%;
    margin-bottom: 50px;
    height:300px;
    position: relative;
}

main ul{
    list-style:none;
    margin-bottom: 36px;
}

main ul li:before{
    content:"";
    width:10px;
    height:10px;
    border:3px solid #000;
    display: inline-block;
    margin-right: 15px;
}

ol li{
    list-style-position: inside;
}

ol li::marker{
        font-family: 'robotobold';
}

/*classen und ids*/


.beitragsbild{
  width: 50%;
  height: auto;
  margin:0 auto;  
}


.budesweit{
    width:160px;
    height: 160px;
    display: block;
    position:absolute;
    right:50px;
    top:-170px;
    background-color: #fff;
    background-image: url("../img/bundesweit_klein.jpg");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 60%;
    -webkit-transform:rotate(20deg);
        -ms-transform:rotate(20deg);
            transform:rotate(20deg);
    margin:auto;
    border-radius:50%;
    -webkit-filter:drop-shadow(1px 1px 1px #3b3b3b);
            filter:drop-shadow(1px 1px 1px #3b3b3b)
}

.button {
  padding: 30px;
  background-color: var(--highlight);
  border:1px solid var(--highlight);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'robotobold';
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
}

.button:hover {
  background-color:#fff;
  border:1px solid var(--highlight);
  color:1px solid var(--highlight);
}


.bundesweit {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../img/bundesweit_klein.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  -webkit-filter: drop-shadow(0px 0px 10px #bdb9b9);
          filter: drop-shadow(0px 0px 10px #bdb9b9);
  position: absolute;
  top: 250px;
  right: 10%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}


.contentwrapper, .contentwrapper_schmal, .contentwrapper_nav{
    max-width:1400px;
    margin:0 auto;
    padding: 50px 10px 70px 10px;
    position: relative;
}

.contentwrapper_nav{
    padding:20px 10px;
}

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

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


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

.geflext{
    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;
}

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

.icon {
  display: inline-block;
  height: 20px;
  width: auto;
  margin: 0 5px;
  position: relative;
  top: 2px;
}

.lightback{
    background-color:var(--lightback);
}

.teaser img{
    height: 90px;
    width:auto;
    display: block;
    margin:20px auto;
}


.teaser{
  padding: 30px;
  background-color: var(--highlight);
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display:block;
}

.teaser h2{
    font-size:20px;
	  -webkit-hyphens:auto;
       -ms-hyphens:auto;
           hyphens:auto;
}

.kreis::before,.kreis::after{
    content:"";
    width:20px;
    height: 20px;
    border-radius:50%;
    background-color:#fff;
    display: block;
    margin:0 auto;
    padding:0;
}

.kreis::after{
    margin-top:30px;
}

#evakuierung{
    background-image:url("../img/evakuierung.svg");
}


#home{
    background-image:url("../img/header_home_schulung.svg");
}

#brandschutzhelfer{
    background-image:url("../img/schulung.svg");
}

#kontakt{
    background-image:url("../img/kontakt.svg");
    background-size: 80%;
}


#unterweisung{
    background-image:url("../img/mitarbeiter.svg");
}
/*formular*/

form#formkontakt {
  padding: 40px 25px 60px 25px;
  background-image: url(../img/icon_mail_grey.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center top 20px;
    background-color:var(--lightback);
}

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: 0;
}

select {
  height: 44px;
  border-radius: 0;
  appearance: none;
  border: 0;
  background-color: #fff;
}

textarea {
  font-family: 'robotoregular', sans-serif;
  width: 100%;
  resize: vertical;
  min-height: 140px;
  line-height: 20px;
  border: 0;
  padding:0 10px;
}


.formular_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{
    line-height: 40px;
    border-radius:0;
    border:0;
    text-transform: uppercase;
    background-color:#527248;
    color:#fff;
}


#submit:hover{
  color:#fff;
    background-color:#2d4625;
}

#teiler{
    flex-basis:1px;
    content:"";
    background-color:var(--text);
    margin-top:30px;
    display: none;
}



/*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;
}

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



/*scrolltotop*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 80%;
  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*/

.kontakt:hover{
    opacity: 0.6;
}

#logo {
  height: 55px;
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0;
}

#menue{
    list-style: none;
    display:none;
}

#menue a{
    display: block;
    text-decoration:none;
    text-transform: uppercase;
}

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

#mobilemenue {
  position: absolute;
  top: 27px;
  left: calc((100% - 20px)/2);
}

#close{
    position:absolute;
    width:21px;
    height: 21px;
    top:0;
    left:2px;
    display:none;
}

#kontaktleiste{
  width:22px;
  text-align:center;
  right:0;
  position:absolute;
  top:0;
}

#kontaktleiste img, #mobilemenue img{
    height: 22px;
    width:auto;
    display:block;
}

#kontaktleiste img:first-of-type{
    margin-bottom:15px;
}

#topnav {
  height: 55px;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}

#topnav:target #menue{
    display:block;
    background-color:#fff;
    color:red;
    width:100%;
    text-align:center;
    position: relative;
    top:75px;
    z-index: 500;
}

#topnav:target #close{
    display:block;
}

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

#footernav ul{
    list-style: none;
    line-height: 16px;
    text-align: center;
}

#footernav li{
    display:inline;
}

#footernav a{
    display:inline-block;
    text-decoration:none;
    text-transform:uppercase;
    padding:0 10px;
    border-right:1px solid #000;
}

#footernav li:last-of-type a{
    border-right:none;
}
/*tablet*/




/*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: 700px){
    
    
h1, h2, h3{
    font-size:33px;
    line-height: 36px;
}    

header{
    background-size:100%;
    height:450px;
}
    
  /*classe und ids*/  

.bundesweit {
  width:155px;
  height: 155px;  
  top: 380px;
  right: 10%;
}  
 
/*formular*/
    
.formular_halb {
        -ms-flex-preferred-size:40%;
            flex-basis:40%;
} 
    
#teiler{
    display: block;
}

    

    

  
    
}



@media screen and (min-width: 900px){
  
#kontakt{
    background-size: 50%;
}   

  /*classe und ids*/      
.drittel{
    -ms-flex-preferred-size:31%;
        flex-basis:31%;
}
    
.halb{
    -ms-flex-preferred-size:48%;
        flex-basis:48%;
}  
    
    
}   



@media screen and (min-width: 1000px){
        
header{
    background-size:contain;
}  
  
#kontakt{
    background-size: 40%;
}   
       
    
#unterweisung{
    background-image:url("../img/mitarbeiter.svg");
        background-size:70%;
}
} 

@media screen and (min-width: 1200px){
    
.bundesweit{
    top:20px;
}    
    
#unterweisung{
    background-image:url("../img/mitarbeiter.svg");
    background-size:50%;
}   
    
#kontakt{
    background-size: 30%;
}   
    
   
    
 /*navigation*/    
#mobilemenue{
        display:none;
    }

#menue {
    display: inline-block;
    line-height: 16px;
    padding-top: 40px;
  }   
    
#menue li{
    display: inline-block;
    text-decoration:none;
    text-transform: uppercase;
}    
  
#menue a{
        padding:0 10px;
    }   

/*formular*/    
    
#submit, #reset{
    width:48%;
}
 
#submit{
   margin-right:3%;
}    
    
}   