/******************************************
Copyright (c) 2023 cdnet-internetservice  *
       Alle Rechte reserviert             *
*******************************************/
html * {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	

body {
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size:14px;
	line-height:120%;
	color: #666;
	background-image:none;
	text-align:center;
	color:#333;
	
}

body.head-1{
		background-image:none;
}

body.head-2{
		background-image:none;
}

body.head-3{
		background-image:none;
}

body.head-4{
		background-image:none;
}
body.head-5{
		background-image:none;
}

		
h1  {
	font-size:180%;
}
h2  {
	font-family: 'Roboto Slab', serif; serif;text-rendering: optimizeLegibility;
	color:#752;
	font-size:144%;
	font-weight:200;
	margin:5% 0;

}


a {	text-decoration:none;
}

.big {
	font-weight:700;
	color:#c00;
	font-size:1.3em;
}
.black {
	color:#000;

}
.small {
	font-size:80%;
	padding: 0 16px;
	color:#666;
	line-height:1.7em;
}
/* ======= BODY - BEREICH ========= */

#main  {
	max-width:53em;
	width: 100%;
	padding:0 0 0 6%;
	
}	
#main #head {
	height:9em;
	padding-top:2em;

}

#main #head #logo {
	float:left;
	display:inline;
}

#main #head #logo img{
	width:60%;
	margin-left:3em;
}


#main #head #navi {

	margin:0 3em 0 0 ;padding:0

}



/*======  CONTENT ====*/
#main #content {
	line-height:150%;
}	

#main #content .klammer,
#main #content .box{
	clear:both;
	padding:2%;
	width:90%;
	margin-left:3%;
}	
#main #content .klammer img.text-pic{
	float:right;
	width:20%;
}


#main #content .box img{
	width:33%
}



/*   Formularfelder wie Name, Kontonr. etc. 
--------------------------------------------- */
#main #content fieldset .send { 
	display:none
}

/* === ENDE === */


