html {
    overflow: scroll;
    scroll-behavior: smooth;
	scrollbar-color: rgb(180,18,39) white;
	
}

body {
    display: block;
    width:100%;
	align-items: left;
    font-size: 16px;
	font-family:'Noto Sans';
	font-style: normal;
    line-height: 2em;
    animation: einblenden 8s;
    -moz-animation: einblenden 8s; 
    -webkit-animation: einblenden 8s; 
    -o-animation: einblenden 8s;
	box-shadow: 0 30px 58px rgb(200,200,200);
		}

p{
	font-family:'Noto Sans', sans-serif;
	color: rgb(20,46,105);
    font-size: 1em;
	margin-top:1em;
    line-height:1.8em;
	
}

h1 {
	font-family:'Mohave';
    font-size: 3em;
    color: rgb(184,18,39);
    font-weight: 600;
	margin-top:2em;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px;
}

h2 {
	font-family:'Mohave';
    font-size: 1.5em;
    color: rgb(20,46,105);
    font-weight: 500;
    line-height:1.1em;
    margin-top:2.5em;
    }

h4 {
	font-family:'Noto Sans', sans-serif;
    font-size: 1em;
    color: rgb(20,46,105);
    font-weight: 600;
    line-height:1.1em;
    margin-top:4em;
	}

#logooben {
	display:block;
	width:90%;
	margin-left:5%;
	margin-top:3em;
	}	

.logodatimp {
	width:50%;
	}
.cont {
    width:95%;
    margin:auto;
	margin-top:5em;
    margin-bottom: 2em;
	    		 }

.einruecken {
	margin-left:10%;
	font-weight:600;
		}

.rahmen {
	margin-top:5em;
	border-bottom:2px solid rgb(180,18,39);
	border-left:25px solid rgb(180,18,39);
	padding:0.5em;
	padding-top: 0;
	background-image:url(gewebe2.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rahmen p {
	margin:1em;
}
#zitat p {
	font-style: italic;
}
#zitatname {
	font-style: italic;
}
#slogan {
	font-family:'Architects Daughter';
    font-size: 1.5em;
	margin-top:1em;
	color:rgb(20,46,105);
	font-weight: 300;
	}
    
/*-- accordion---------------------------------------------*/
.accordion {
  position: relative;
  margin-top:3em;
 }

label {
	font-size:1.8em;
	color:rgb(20,46,105);
	cursor: pointer;
	padding-top:0.5em;
	padding-bottom: 0.5em;
	}

label:hover {
	color:rgb(180,18,39);
	transform: scale(0.8);
    -webkit-transition: scale(0.8);
    -moz-transition: scale(0.8);
    -o-transition: scale(0.8);
}

.accordion .content p {
  overflow: hidden;
	margin-top:2em;
	margin-left:5%;
	margin-bottom:3.5em;
}
.accordion .content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 2s ease;
}
.accordion [type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion [type="checkbox"]:checked + label > span {
  display: inline-block;
  transform: rotate(180deg);
	}
.accordion [type="checkbox"]:checked ~ .content {
  grid-template-rows: 1fr;
  padding-bottom: var(--4xl);
}
.accordion [type="checkbox"]:checked + label {
  cursor: pointer;
}


/*Spalten----------*/

.row, .rowhead {
    display: flex;
    display: -webkit-flex; 
    align-items: flex-start;
	flex-flow: row wrap;
    flex-shrink: 0.5;
    justify-content: space-evenly;
    z-index: 10000;
    }

.rowleft img, .rowlefthead img {
	display: none;
}

.team {
	width:90%;
	margin-top:1em;
		}

.bild {
	animation: textwelle 3s;
	margin-top:2em;
	width:60%;
	box-shadow:8px 0 20px 8px lightgrey;
}
.bildtext {
	margin-top:-2em;
}

.fly {
	transform: translateY(100px);
	transition: transform 2s;
		}
.fly h1 {
	font-size:2em;
	line-height:1.1em;
	margin-bottom:-0.3em;
       		}

.fly h2 {
	font-size:1.6em;
	line-height:1.1em;
		}	

.text p{
	width:90%;
	margin-left:0;
	margin-top:3em;
	color:rgb(20,46,105);}

hr {
	height:2px;
	border:solid 1px rgb(184,18,39);
	margin-top:3em;
	}
#karte {
	width:90%;
	margin-top:4em;
}

.footer {
	width:80%;
	margin:auto;
	padding-bottom: 2em;
		}

.footer a{
	color:rgb(20,46,105);
	margin-right:3em;
	text-decoration: none;
}

.agentur {
    color:rgb(155,155,155);
    font-size:0.9em;
	text-decoration:none;
	}

@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  100% {
    transform: scale(1.0);
    opacity: 1;
  }  
	}
/*Media screen Anweisungen-------------------------------------------------------*/    
@media screen and (min-width:601px){

body {
	width:90%;
	margin:auto;
	}
	

.cont {
	width:80%;
	margin:auto;
	background-size: 55%;
	background-position-y: 30px;
	background-repeat: no-repeat;
			}
	
.rahmen {
		width:85%;
	}	
	
p {
    font-size: 1.2em;
    line-height: 1.8em;
    }

#zitat {
	width:85%;
	margin-top:4em;
		
	}
#zitat p {
	font-size:1.2em;
	}
	
#zitatname {
	font-size:1.2em;
	}	
h1 {
    font-size: 3.5em;
	margin-top:3em;
	       }
h2 {
    font-size: 2em;
   	margin-top:4em;
	
	  }	
h3 {
	font-size:2.5em;
	margin-top: 1em;
    	}	
h4 {
	font-size:1.3em;
    	}	

label {
	font-size:2.6em;}	
	
#logooben {
	display:none;
		}	
	
.logodatimp {
	width:300px;
	}
	
.fly {
	padding-top:-2em;
	transform: translateY(100px);
	transition: transform 2s;
		}
.fly h1 {
	font-size:3.2em;
		}
.fly h2 {
	font-size: 2.6em;
	margin-top:-2em;
			}		
.text {
	margin-left:32%;
	margin-top:2em;
	width:70%;
		}  	
	
.text2 {
	margin-top:3em;
	transform: translateY(100px);
	transition: transform 2s;
	}	
	
.row {
	margin-top:2em;
	margin-bottom: 4em;
	transform: translateY(100px);
	transition: transform 1s;
	}
	
.rowhead {
	width:100%;
	margin-top:1em;
	align-items: center;
		}	
.rowlefthead {
	width:60%;
	margin-left:0;
			}	
.rowlefthead img {
	display: block;
	margin-left:-10%;
	margin-top:1em;
		}
.rowrighthead {
	width: 40%;
	}	
	
.rowleft {
	width:25%;
		}		
.rowleft img {
	display: block;
	width:60%;
	margin-left:25%;
	margin-top:4em;
	box-shadow:8px 0 20px 8px lightgrey;
}
.rowright {
	width:65%;
	}
	
.team {
	margin-top:-2em;
	width:45%;
	padding-bottom: 1em;
}
.team p {
	margin-top:0.5em;
	}
	

/*-----------------*/  

@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  100% {
    transform: scale(1.0);
    opacity: 1;
  }  
	}    
 /*-----------------------*/   
 	
.bild {
	width:55%;
	margin:auto;
    margin-top:1em;
	}

	#karte {
	width:60%;
	margin-top:8em;
}

/*----------------------------------*/
 
@media screen and (min-width:1200px){
 
 p {
   font-size: 1.2em;
    } 
	
body {
	max-width: 1600px;
	margin:auto;
			}	
	
.fly {
	padding-top:0;}
			
	.fly h2 {
		margin-top: 1.2em;
			} 	
#line {
	margin-top:1em;	
	}

    
 /*----------------------------------*/
 
@media screen and (min-width:1951px){
    body {
        width:1800px;
    }
    
    }
    
	
/*Einblendungen--------*/
.cont {
    animation: einblenden 3s;
    -moz-animation: einblenden 3s; 
    -webkit-animation: einblenden 3s; 
    -o-animation: einblenden 3s;
}

@keyframes einblenden {
    from { opacity:0; }
	to { opacity:1; }}
@-moz-keyframes einblenden { 
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes einblenden { 
    from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes einblenden { 
    from { opacity:0; }
    to { opacity:1; }
}


	}
