/******************************************
Copyright (c) 2024 cdnet-internetservice  *
       Alle Rechte reserviert             *
    Electronic-Wolf                         *
*   @lastmodified 2025-03-25 16:00        *
*******************************************/
html * {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-size:100%;
	line-height:150%;
	background-color: #eee;
	color:#666;
}





h1 {
	font-family: 'arial';
	font-size:200%;
	margin:3% 0;
	color:#bbb;
	line-height:120%
}



h2 {
	display:inline;
	font-family: 'Oswald';
	background-color:#e6953e;
	color:#fff;
	font-size:140%;
	font-weight:100;
	line-height:280%;
	padding:0.3em 1em ;
	margin:0.5em 0 1.5em 0;
}



/* ======= BODY - BEREICH ========= */


#main  {
width: 100%;
margin:3% auto;
text-align:left;
position:relative;
padding:0;
text-align:center
}


/********************************************
=======     Content     ========
*********************************************/

#main #content{
	padding: 6% 8%;
	min-width:22em
}





	

.clear  {
	clear:both;
	font-size:0;
	padding: 0;
	margin: 0;
	border: 0;
}

