/* CSS Document */


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



* {
    padding: 0;
    margin: 0;
	font-family:'latobold_regular',sans-serif!important;
    color: var(--schwarz);
    font: var(--standardSchriftGroesse) var(--standardSchrift);
    font-weight: var( --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");
	
	}
/* ========== ========== SOME CLASSes ========== ========== */

	.flex {
		display:flex;
		justify-content: space-evenly;
}

	.zentriert {
		text-align:center;
}
	.bold {
		font-weight: var(--fest);
}

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

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

/*rgba(216,34,42,1)*/

/*d8232a 216,35,42   rot hell     c1272d 193,39,45 rot dunkel      f2f2f2 242,242,242 weiss */



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

	body {
		/*background-image: url("../bilder/design/p17_img_1.png"); */
		background-size:contain;
    	background-repeat:no-repeat;
		background-position:center;
		background-attachment:scroll;
		font-family: 'Roboto Condensed', sans-serif;
		text-decoration:none;
		width: auto;
		height: auto;
		background-color:blanchedalmond;
		magrin:0;
		padding:0;
		
	
}

	#bodycontainer {
		width: 100%;
		magrin:0;
		padding:0;
		
		transition: margin-left .5s;
		/*background-color: rgba(216,35,42, 0.4);*/

		background-image: url("../bilder/design/Unbenaedwnnt-1.png"); 
		background-size:cover;
    	background-repeat:no-repeat;
		background-position:center;
		background-attachment:fixed;
		
		
		
}

	#main {
		width: 100%;
	position: relative;
}
	
	#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;
}
header{
	padding:0;
	margin:0;
}
	h1 {
		color:black;
		font-size: 100px;
		text-align: center;
		font-weight: bold;
		
	}

	h2 {
		color:black;		
		font-size: 12px;
		
	}

	h3 {
		color:dimgray;
		font-size: 20px;
		text-transform: uppercase;
		padding:1rem;
		
	}

	h4 {
		color:black;
		font-size: 12px;
	
		width: 100%;
		text-transform: uppercase;
		font-weight: bold;
		
	}

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

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


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


#nav1 {
	position: relative;
	width: 100%;
	
	height: 100px;
	margin:0;
	padding:0;
}

.ulmenubutton {
	position: relative;
	width: 100%;
	
	display: flex;
	justify-content:center;
	margin:0;
	
}
.limenubutton {
	width: 100%;

	text-align: center;

	margin:0;
	position: relative;
	display: flex;
}

.menubutton {
	position: relative;
	
	width: 100%;
	background-color:darkslategrey;
	padding: 2rem;
	margin:0;
	font-size: 30px;
	color:white;
	text-transform: uppercase;
}


.menubutton:hover {

	background-color:green;
	
}

.secationbox{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	
}

.secation {
	position: relative;
	width: 25%;

	padding:1rem;
	text-align: center;
	justify-content: center;
	align-content: center;
	border: 2px solid rgba(203,170,8,1.00);
}

figure.img img {
	background-color: black;
	padding:1rem;
	
}

.secation p {
	font-size: 23px;
	text-align: left;
	padding:1rem;
}

section a {
	padding-top:1rem;
	font-size: 12px;
}
section a:hover {
	font-weight: bold;
}

#copyright {
	position: relative;
	width: 100%;
	background-color: lightslategray;
	padding:2rem;
	display:flex;
	text-align: center;
	justify-content: center;
}

.copystyle{
	display: flex;
	
	
}
.copystyle a:hover {
	color:white;
	font-weight: 0;
}
.mobilefoot2 {
	display:none;
}



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


/* ========== 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 */
}
	.ulmenubutton {
		display: block;
}

	.menubutton {
		font-size: 20px;
		padding:1rem;
}	


.secationbox{
	
	display: flex;
	flex-wrap: wrap;
	width: 100%;

}

.secation {

	width: 50%;


}

figure.img img {

	
}

.secation p {
	font-size: 23px;
	
}

section a {
	
	font-size: 12px;
}

#copyright {
	position: relative;
	width: 100%;
	background-color: lightslategray;
	padding:2rem;
	display:flex;
	text-align: center;
	justify-content: center;
}

.copystyle{
	display:block;
	
	
}
.copystyle a:hover {
	color:white;
	font-weight: 0;
}
.mobilefoot2 {
	display:block;
}
.mobilefoot{
	display:none;
		}
	h1 {

		font-size: 40px;

		
	}
		
	}

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

	body {
		/*background-color:aqua;ZUM BEARBEITEN */
}
	.ulmenubutton {
		display: block;
}

	.menubutton {
		font-size: 14px;
		padding:0.5rem;
}	
	
.secationbox{

	display: block;

	width: 100%;

}

.secation {

	width: 100%;

}

figure.img img {
	padding:1rem;
	
}

.secation p {
	font-size: 16px;

}

section a {

	font-size: 8px;
}
		
	
	h1 {

		font-size: 20px;

		
	}

	}

