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

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') 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:#ff7c3c;
	--highlight2: #75715e;
	--highlight3:#7baac1;
	--highlight4: #514d5b;
	--text: #514d5b;
    --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: 'Roboto-Light', sans-serif;
	font-size:1rem;
	line-height:30px;
	font-weight: normal;
    color:var(--text);
}

h1, h2, h3 {
    font-family: 'Roboto-Bold';
  margin-bottom: 30px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid;
}

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

p{
    margin-bottom:36px;
}

figcaption {
  position: relative;
  top: -26px;
  line-height: 20px;
  font-size: 14px;
}

#header {
  background-image: url("../img/skyline.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1400px;
  position: relative;
  height: 200px;
  margin-top:80px;
}

#header img{
	width: 135px;
	height: auto;
	position: absolute;
	top:40px;
	right: 20%;
}

header.subpage {
  background-image: none;
	height: auto;
}

header.subpage img{
	width: 135px;
	height: auto;
	position:static;
	display: block;
	margin:0;
}

main ul {
  list-style: none;
  border: 1px solid var(--highlight);
  padding: 10px;
  line-height: 26px;
  margin-bottom: 36px;
}

main li{
	margin: 18px 0;
	padding-bottom:10px;
	border-bottom:1px solid var(--highlight);
}

main li:last-of-type{
	border-bottom:none;
}


/*classen und ids*/
.button, .button:visited {
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
    font-family: 'Roboto-Bold';
  color: var(--text);
  border: 2px solid var(--highlight);
  display: inline-block;
  margin-bottom: 36px;
}

.button:hover, .button:focus, .button:active {
	outline:2px solid var(--highlight2);
}

.contentwrapper{
    max-width:1400px;
    margin-left:auto;
	margin-right: auto;
    padding:60px 10px;
}

.contentwrapper_subpage{
    max-width:1400px;
    margin-left:auto;
	margin-right: auto;
    padding:10px;
}

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

.framed {
  border: 3px solid var(--text);
  padding: 15px;
	margin-bottom: 36px;
}

.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);
}

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

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

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

.viertel, .dreiviertel, .halb, .full{
	-ms-flex-preferred-size:100%;
	    flex-basis:100%;
}

.zentriert{
	text-align: center;
}

#iconlogo {
  display: inline-block;
  margin: 0 2px 0 0;
  height: 10px;
  width: auto;
}

#brandschutz{
		border-bottom:5px solid var(--highlight);
}

#federn{
		border-bottom:5px solid var(--highlight4);
}

#kletterer{
		border-bottom:5px solid var(--highlight3);
}

#tischler{
		border-bottom:5px solid var(--highlight2);
}


#statistik{
	margin:0 auto;
}

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

/*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*//*flipbox*/
.flip-box {
  height: 300px;
  -webkit-perspective: 2000px;
          perspective: 2000px;
	margin-bottom: 36px;
}

.flip-box p{
   font-size:16px;
    line-height: 26px;
    padding:10px 0;
    color:#fff;
}

.fakehead{
	text-transform: uppercase;
	margin:0;
    font-family: 'Roboto-Bold';
	padding-bottom: 0;
}


.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px 15px 0 15px;
}

.flip-box-front {
   /* border:1px solid var(--text);*/
    overflow:hidden
}

.flip-box-back {
  background-color:#fff;
  color: white;
  transform: rotateY(180deg);
  padding:0;
  overflow: hidden;
}

.flip-box-back img{
    width:auto;
    height: 100%;
    object-fit: cover; 
}

.flipicon{
    height:60px;
	width:60px;
    margin:0;
    border:1px solid #fff;
}


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

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


/*navigation*/



nav ul.container a, #footernav a
{
    text-decoration: none;
    margin: 0px 10px;
    padding: 10px 0;
    position: relative;
    z-index: 0;
    cursor: pointer;
	font-size:14px;
	text-transform:uppercase;
    font-family: 'Roboto-Bold';
	display:block;
}

nav ul,  #footernav ul{
	text-align: right;
	list-style:none;
}

#footernav a{
	display:inline-block;
}

#mobilemenue a{
 text-align: right;
 padding-right: 10px;
}

#menue, #close{
	display: none;
}

#mobilemenue img {
  width: 15px;
  height: auto;
  margin: 0;
  display: inline;
}

#topnav {
  padding: 10px;
  text-align: right;
  background-color: #fff;
  height: 65px;
 /* filter: drop-shadow(0 1px 1px #eaeaea);*/
  position: fixed;
  width: 100%;
  z-index: 500;
  top:0;
}

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

#topnav:target #menue {
  display: block;
  position: absolute;
  top: 55px;
  right: 0;
  background-color: #fff;
  z-index: 500;
  padding:0 10px;
  max-width: 300px;
}

#topnav:target #burger{
	display:none;
}
/* Border X get width  */
nav ul.borderXwidth a:before, nav ul.borderXwidth a:after
{
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: var(--text);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav ul.borderXwidth a:before
{
    left: 0px;
    top: 0px;
}

nav ul.borderXwidth a:after
{
    right: 0px;
    bottom: 0px;
}

nav ul.borderXwidth a:hover:before, nav ul.borderXwidth a:hover:after
{
    opacity: 1;
    width: 100%;
}

/*tablet*/

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

}


@media screen and (min-width: 600px){
  
header img {
  padding-top: 10px;
} 
  /*classe und ids*/  

    
.halb, .viertel, .dreiviertel{
	-ms-flex-preferred-size:49%;
	    flex-basis:49%;
}
  
/*wetterwidget*/
#ww_5f020c3c554c4{
	display:block;
}
     
}  


/*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) {
	
header img {
  width: 800%;
  height: auto;
  margin: 0 auto;
  padding-top:0;
}	
	
/*navigation*/	
ul.container {
	text-align: center
}
	
nav.container a,   nav.container li {
    display: inline;
  }
	
#mobilemenue{
  display: none;
}
	
#menue{
  display:block;
  max-width:100%;
}
	
#menue li{
  display:inline-block;
	}
	
	
}


@media screen and (min-width: 1000px){
	
header img {
  width: 80%;
  padding-top:0;
}		
    
 /*classes und ids*/

  
 /*navigation*/   
    
    
        

} 

@media screen and (min-width: 1200px){
header img {
 height:200px;
  width:auto;
}	
/*classen ids*/	
.dreiviertel{
	-ms-flex-preferred-size:74%;
	    flex-basis:74%;
} 	
	
.viertel{
		-ms-flex-preferred-size:23%;
		    flex-basis:23%;
}	
	
/*formular*/    
    
  
    
}   