/* CSS Document */


/* ========== Thank you for looking at this code ========== */
/* ========== WARNUNG! COPYRIGHT BY FLOVANADAM.CH | SWITZERLAND ========== */




* {
    padding: 0;
    margin: 0;
	font-family:'latobold_regular',sans-serif!important;
    color: black;
    font: 25px;
    font-weight:normal;
    box-sizing: border-box;

}


/* ========== ========== SCHRIFTEN ========== ==========*/
/*font-family:'flovanadamDIN'!important;*/
	
	@font-face {
		font-family:'latobold_black';
		src:url("../fonts/Lato-Black.ttf");
	}

	@font-face {
		font-family:'latobold_blackitalic';
		src:url("../fonts/Lato-BlackItalic.ttf");
	}

	@font-face {
		font-family:'latobold_bold';
		src:url("../fonts/Lato-Bold.ttf");
	
	}

	@font-face {
		font-family:'latoboldbolditalic';
		src:url("../fonts/Lato-BoldItalic.ttf");
	}

	@font-face {
		font-family:'latobold_italic';
		src:url("../fonts/Lato-Italic.ttf");
	}

	@font-face {
		font-family:'latobold_light';
		src:url("../fonts/Lato-Light.ttf");
	
	}
	@font-face {
		font-family:'latobold_lightitalic';
		src:url("../fonts/Lato-LightItalic.ttf");
	}

	@font-face {
		font-family:'latobold_regular';
		src:url("../fonts/Lato-Regular.ttf");
	
	}


/* ========== ==========  DESIGN WORKSPACE ========== ========== */

	.border-test {
		border:3px solid rgba(255, 204, 51, 0.7);
		margin:0;
		padding:0;
}

	.modulecursor {
		 cursor: url("../bilder/design/lipkt.png"), auto;	
		}

	.modulecursor2 {
		 cursor: url("../bilder/design/lipkt2.png"), auto;	
		}



	html {
		font-size:100%;
	scroll-behavior: smooth;
}

	body {
		background-image: url("../bilder/design/p3_autobahn.png"); 
		background-size:cover;
    	background-repeat:no-repeat;
		background-position:center;
		background-attachment:inherit;
		font-family: 'Roboto Condensed', sans-serif;
		text-decoration:none;
		width:100%;
		height: 100%;
		/*background-color:white;*/
		magrin:0;
		padding:0;
		
	
}

	#bodycontainer {
		width: 100%;
		magrin:0;
		padding:0;
		margin-top:0rem;
		/*background-color: white;*/
		background-size:cover;
    	background-repeat:no-repeat;
		background-position:center;
		background-attachment:fixed;
		overflow: hidden;
}

	main {
		width: 100%;
	
}
	
	#footer {
		width: 100%;
		background-color: rgba(242,242,242,1);
		position: relative;
		padding:1rem 0rem 1rem 0rem;
		margin:0rem 0rem 0rem;
		text-align: center;
		justify-content: center;
		z-index:25;
		bottom:0;
}
	header{
		padding:0;
		margin:0;
}
	h1 {
		color:black;
		font-size: 100px;
		margin:0;
		padding: 0;

	}

	h2 {
		color:black!important;		
		font-size: 30px;
		padding-left: 6rem;
		margin:0;
		
	}

	h3 {
		color:white;
		font-size: 50px;
		text-transform: uppercase;
		margin:2rem 2rem 0rem 2rem;
		padding: 0;
		
	}
	h4{
		color: black;
		font-size: 30px;
		text-transform: uppercase;
		margin:0rem 2rem 0rem 2rem;
		padding: 0;
		
}
	h5{
		color: black;
		font-size:80px;
		margin:0rem 2rem 0rem 2rem;
		padding: 0;
	
}

	li {
		list-style:none;		
		color:black;
		text-decoration:none; 
		font-weight:bold;	
}
	a {
	 text-decoration: none;
}


/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background:rgba(193,39,45,1);
    /*color: #336699;*/
	color:whitesmoke;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background:rgba(193,39,45,1);
    /*color: #336699;*/
	color:whitesmoke;
}


.zumspiel{
	padding:1rem;
	background-color: rgba(245,183,64,0.9);
	border-radius: 5rem;
	color:white;
	text-align: center;
}
.zumspiel:hover{
	 box-shadow: 10px 10px 2px rgba(97,97,97,0.65);		
}
/* ========== ========== Body box ========== ========== */ 
.input {
	padding:0!important;
}
#bodybox {
	position:relative;
	width: 100%;
	/*background-color: white;*/
	min-height: 0px;
	margin:0;
	padding:2rem;
	height: 100%;
	overflow: hidden;

		
		
}
#carimg img{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	border-radius: 10px;
	max-height: 300px;
}
#bodyinbox {
	position: relative;
	width:auto;
	/*background-color: white;*/
	padding:6rem;
	border-radius: 10px;
	margin:0rem;
	min-height: 500px;
	/* box-shadow: 10px 10px 2px rgba(97,97,97,0.65);*/		
		

		z-index: 20;
}

#flovanadamlogo{
	position: absolute;
	top:3rem;
	left: 3rem;
}

figure img.flovanadam{ 
	transition: all 0.5s ease-in-out;
}
	figure img.flo2:hover{
	transform: rotate(-7deg) translate(-8px, -8px);
	transition: all 0.5s ease-in-out;
}

#boxcontent{
	z-index: 20;
width: auto;
	margin:2rem 2rem 2rem 5rem;
			background-color:rgba(245,183,64,0.9);
border-radius: 10px;
	padding:2rem 2rem 2rem 10rem;
}
form p{
	padding:1rem;
	font-size: 20px;
	
}
button {
	padding: 0rem 1rem;
}
.formanmelden {
	display:flex;
	justify-content: center;
	width: 100%;
}
.padding-left{
	padding-left:10rem;
}

/* ========== ========== FOOTER ========== ========== */ 
	#copyright  {
		position: relative; 		
		width: 100%;
		margin-top:4rem;
}

	#copyright .copystyle {
		position: relative;
		padding:1rem 0rem;
		width: 100%;	
		background-color:grey;
		text-align: center;
		bottom: 0rem;
	
		font-size: 1rem;
}
	
	.copystyle a {
		 color: black;
}
	
	.copystyle a:hover {
		 color: white;
}

	.mobilefoot2{
		display:none;
}



/* ========== ========== FOOTER LINKS ========== ==========*/

	#footerbottom {
		position: relative; 
		height: 40px; 
		width: 100%;	
		/*follow header = 50px / side nav = 100px*/
		padding:10px 0px 0px 10px;
		

}

	.footerlist{
		display:flex;
		float:right;
		padding-right: 3rem;
}
	.footnav{
		padding:0rem 1rem;
		width: 100%;
		height: 100%;
}

	.footnlipkt a {
		 color: black;
}
	
	.footlipkt a:hover {
		 color: grey;
}



/* ========== MEDIA SCREEN  1580px ========== */
/* ========== APPLE NOTEBOOK 16und13zoll ========== */
	@media screen and (max-width:1580px) 
	{


	body {
	/*	background-color:lightcoral; }   ZUM ARBEITEN*/ 


}
/* ========== MEDIA SCREEN  1200px ========== */
/* ========== APPLE NOTEBOOK 13zoll ========== */
	@media screen and (max-width:1200px) 
	{

	body {
		/*background-color:lightgreen; ZUM ARBEITEN*/ 
}
	#footerbottom {
		justify-content:center;
	
}
	.mobilefoot{
			display:none;
}
	.mobilefoot2{
			display:block;
}
	.formanmelden {
	display:block;
	justify-content: center;
	width: 100%;
}

.padding-left{
	padding-left:4rem;
}
.input{
	padding:1rem;
		}
h1 {
font-size: 30px;
}

	h2 {
font-size: 30px;
		padding-left: 1rem;
	
	}

	h3 {
font-size: 25px;
margin:2rem 2rem 0rem 2rem;
}
	h4{
font-size: 20px;
margin:0rem 2rem 0rem 2rem;
	
}
	h5{
		font-size:40px;
		margin:0rem 2rem 0rem 2rem;
	
}
		
		#boxcontent{
margin:2rem 2rem 2rem 2rem;
padding:2rem 2rem 2rem 2rem;
}
		#anmeldenbox{
			position: relative;
			padding:1rem;
		}
#bodyinbox {

	padding:7rem 3rem 3rem 3rem;
		
}	
		
}


/* ========== MEDIA SCREEN  1080px ========== */
	@media screen and (max-width:1080px) 
	{
		
	body {
		/*background-color: darkorchid;}ZUM ARBEITEN

*/

}	
	
/* ========== MEDIA SCREEN  960px ========== */
/* ========== APPLE tablet (kleineres) ========== */
	@media screen and (max-width:960px) 
	{
		
	body {
	/*	background-color:darkorange;  ZUM ARBEITEN */
}
		
	
.formanmelden {
	display:block;
	justify-content: center;
	width: 100%;
}

.padding-left{
	padding-left:1rem;
}
.input{
	padding:1rem;
		}
h1 {
font-size: 20px;
}

	h2 {
font-size: 15px;
padding-left: 2rem;
	
	}

	h3 {
font-size: 20px;
margin:3rem 0rem 0rem 0rem ;
}
	h4{
font-size: 15px;
margin:0rem;
	
}
	h5{
		font-size:30px;
		margin:0rem 0rem 2rem 0rem;
	
}
		
		#boxcontent{
margin:1rem;
padding:1rem;
}
		#anmeldenbox{
		
			padding:1rem;
		}
#bodyinbox {

	padding:9rem 1rem 1rem 1rem;
		
}
	
		
	
	}

	
/* ========== MEDIA SCREEN  450px ========== */
	@media screen and (max-width:450px) 
	{

	body {
		/*background-color:aqua;ZUM BEARBEITEN */
}
	
		
		.footerlist{
		display:flex;
		float:none;
			justify-content: center;
			text-align: center;
		padding-right: 0.2rem;
}

	}

