/*RESET*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul{list-style: none;}
a{text-decoration: none;}

/*ALLGEMEIN*/
body{
background-attachment: fixed;
background-size: cover;
background: rgba(255, 255, 255, 0.9);
width: auto;
margin: auto;
}

/*HEADER*/
#header{
	/*background: linear-gradient(0deg,#8d8989, #f0ad4e 20%);
	background-color: green;
	margin-top: 100px;*/
}

#slog span{	
	font: 1.7em/2 serif;	
}
#slog a{	
	margin: 20px 30px;	
}

 .navbar{
	margin-top: 0;
}
#slog{	
  margin-top: 0;
  margin-left: 0;
  background-attachment: fixed;
background-size: cover;
background: rgba(255, 255, 255, 1);
min-height: 100px;
}

/*MAIN*/

main{
	min-height: 400px;
	margin: 10em 0 0 0;
	/*background: linear-gradient(75deg,#8d8989, white 80%);*/
}
#abschnitt0{
	background: url(../img/hintergrund2.jpg) no-repeat #fff;
	background-size: contain;
	min-height: 300px;
	
}
	
#abschnitt01{
	background: url(../img/earth-1757617.jpg) no-repeat #fff;
	background-size: contain;
	min-height: 300px;
	
}
#abschnitt1, #abschnitt{	
	/*background: linear-gradient(75deg,#8d8989, white 80%);*/ 
	padding: 0;
	
}


#abschnittx{
	min-height: 50px;
}

#abschnitt2{	
	/*background: linear-gradient(360deg,#8d8989, #f0ad4e 70%);*/
	/*background: linear-gradient(0deg,#8d8989, #f0ad4e 40%);*/
	padding: 40px 0;
	
}

#pflichtfelder{
margin: 2% 0;
text-align: center;
 
	
}

.flex {
  display: flex; /* or inline-flex */
}
/*FOOTER*/

.navbar-inverse {    
    border-color: #222;
}

.green{
	color: green;
}
.orange{
	color: orange;
}
#versatz{
	padding-left: 7%;
}
.div {	
	display: block;
	width: 60%;
	height: 50%;
	margin: 0 20% 0 20%;
	padding: 1% 1%;
	/*border: gray 7px double;*/
	border-radius: 10px;
	/*box-shadow: 10px 10px 20px 20px grey;*/
	background: rgba(174, 165, 165, 0.2);
}
.li{
	padding: 0.2em;
}
article{	
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 2% 2%;
	min-height: 540px;	
	margin: 2% 10% 10% 10%;
	/*border: gray 5px double;*/
	background: rgba(174, 165, 165, 0.3);
	/*box-shadow: 10px 10px 20px 20px grey;*/
}
.small {
	min-height: 300px;
	
}
span{
	color: #9d9d9d;
	padding: 10px 20px;
		
}

p, h1, h2, h3, h4, h5, h6{
	color: #333;
		
}

h1{
	padding-bottom: 3%;
	line-height: 1em;
	
}

h4{
	word-spacing: 0.1px;
}
.active {
    background-color: #4CAF50 !important;
}
.black{
	color: black;
}
.error{
	background-color: red;	
	color: white;
	font-weight: bold;
}
.padding{
	padding-top: 18px;
}
/*RESPONSIV*/

@media screen and (max-width: 800px){
main{
	margin: 20% 0 0 0;
	}
	#header li a{
	line-height: 4px;
	}
}
@media screen and (max-width: 700px){
main{
	margin: 22% 0 0 0;
	}
}
@media screen and (max-width: 600px){
		main{
	margin: 25% 0 0 0;
	}
	#versatz{
	padding: none;
	}
	article{
	min-height: 300px;
	}
		
	#abschnitt1, #abschnitt2, #abschnitt, #abschnitt0{	
	background: none;	
	min-width: 250px;
	}
	
	h1, h2, h3, h4, span{
	font-size: 100%;
	}
	
	main p, td{
	font-size: 100%;	
	}		
}
@media screen and (max-width: 500px){
main{
	margin: 47% 0 0 0;
	}
}

@media screen and (max-width: 400px){
#impressum{background: none;}
main{
	margin: 60% 0 0 0;
	}
}


/*ANIMATION*/

.pic img{
            float: right;
            height: 5em;
            width: 5em;
            margin-left: 2%;
			margin-top: 2%;
			overflow: hidden;
            -webkit-box-shadow: 5px 5px 5px #111;
            -box-shadow: 5px 5px 5px #111;
			position: relative;
               }
@keyframes drehen1{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}
.pic img{
	animation: drehen1 20s 3 linear;	
}

/*ANIMATION BILDER*/
/*
img.shrink { 
height: 400;
width: 100%;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
 background-size: cover;
 
                    }
img.shrink:hover {
 width: 80%;
 height: 300;
 background-size: cover;
 margin: 0 10% 0 10%;
}

/*class="shrink" an entsprechende Bilder anfügen*/

*/

	