/****************************************++**
Copyright (c) 2025 cdnet-internetservice    *
       Alle Rechte reserviert               *
  Mehrgenerationenzentrum e.V. in Radeberg  *
****************************************++***/
html * {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
	

body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:1.8em;
	background-color: #fff;
	color:#144e6b;	
	overflow-x: hidden;

}
/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pathway-gothic-one-regular - latin */
@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/pathway-gothic-one-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Pathway Gothic One Regular'), local('PathwayGothicOne-Regular'),
       url('../fonts/pathway-gothic-one-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pathway-gothic-one-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pathway-gothic-one-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pathway-gothic-one-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pathway-gothic-one-v8-latin-regular.svg#PathwayGothicOne') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v24-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

		
h1 { 
	font-family: roboto;
	color:#05a;
	font-size:3rem;
	line-height:150%;
	font-weight:100;
	margin:1% 0;
	padding:1% 0;
}


h2 {  
	font-family: 'Pathway Gothic One';
  	color:#3366bb;
	font-size:180%;
	font-weight:100;
	margin:1.5em 0 0.2em 0 ;
	text-align:left;
	line-height:130%;
	text-transform:uppercase
}
h2.linie {  
		border-bottom:1px solid #653;
		background-color:transparent
}



a {	text-decoration:none;
	color:#144e6b;	
}

.linie {
	background-color:#fff;
	padding-right:5%;
}
.big {
	font-weight:700;
	color:#c00;
	font-size:1.3em;
}
.black {
	color:#000;
	font-size:140%;
	text-decoration:none;

}
.small  { 
	font-size:80%;
	color:#a73;
	line-height:150%;
}


.datenschutz { 
	display:block;	
	padding:0 5em 0 0;
}

/* ======= BODY - BEREICH ========= */





.header{
	height:15%;
	min-height:12em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9;
	box-shadow: 0px 10px 15px #035;
	padding:1%;
	background-color:#f5f8fb;

	}

.container {
	max-width:100%;
	width: 88em;
	margin:0px auto;
	padding: 0 3%;	
	text-align:center;
}
.container #firmenname{
	font-size:220%;
	line-height:120%
	}

.header-img{
	position: relative;	
	margin-top:12em;
}	
	

img.front	{
	width:100%;
	height:auto;
	display: block;
}	



/* ==== NAVI  ====*/


.container #navi {
	width:44%;
	height:3em;
	margin:2em auto;
	margin-top:5%;
	list-style-type:none;

}

.container #navi li {
	float:left;
	margin-left: 1em;

}

.container #navi li:first-child {
	margin-left:0
}

.container #navi li a {
	font-family: 'Oswald';
	text-transform:uppercase;
	font-size:120%;
	font-weight: 500;
	font-style: normal;
	color:#144e6b;
	letter-spacing: 0.06em;
	padding:0.4em 1.5em;
	line-height: 1.8em;
	border: 2px solid transparent;
	border-radius: 22px 22px 22px 22px;
	
}

.container #navi li a:hover,
.container #navi li a.active {
	color: #ffffff;
	background-color: #144e6b;
	border: 2px solid #144e6b;
	border-radius: 22px 22px 22px 22px;
}





/*======  CONTENT ====*/

.main {
		background: url(../img/kachel-back-grau.png) repeat;
}
.maincontent {
	width:100%;	
	max-width: 88em;	
	margin:0px auto;
	padding:3% 0 0% 0;
	background-color:#f7f9fa;
}
.maincontent .back{
	padding:3% 8%;
	text-align:justify;
}


.maincontent a{
	color:#69c;
	font-weight:100;
	text-decoration:underline;
}
.maincontent a:hover{
	color: #000;
	text-decoration:none;
}	

.maincontent a.seclink {
	color: #135;
	font-weight:200;
	padding: 1em;
	background-color: #abc;
	border-radius: 22px 22px 22px 22px;
	text-decoration:none;
	line-height:270%;
}	
	
.maincontent a.seclink:hover {
	color: #ffffff;
	background-color: #144e6b;
}


.maincontent img.pic-right{
	width:50%; 
	height:auto;
	min-width:9em;
	float:right;
	margin:1% 0 3% 5%;
}		
.maincontent ul{
	margin: 1.2em;
	padding: 0;	
	list-style: square;
}	
.maincontent ul li{
	margin:0.5em 1em;
	margin-left:0;
}


.maincontent table {
  border-collapse: separate;
  border-spacing: 0.3em;
}

.maincontent table td {
  border: 1px separate;
  font-size:120%;
  padding: 0.3em 0.5em 0.3em 0;
  border-bottom: 1px dashed #987;
  vertical-align:top;
}	

.maincontent table td.leer{
  background-color:#e9e6e0;
  border:none;
}	



/*======== Fussleiste =======*/
.maincontent #feet {
	color:#fff;
	padding:5% 8%;
	margin-bottom:8%;
	background-color:#778899;
	border-radius: 0 0 55px 55px;
}
	.maincontent #feet  a {
	font-family: verdana;
	font-size:100%;
	font-weight: 500;
	font-style: normal;
	padding:1%  1%;
	color:#fff;

	}

.maincontent #feet .adressfeld,
.maincontent #feet .subnavi {
	float:left;
	width:45%;
	text-align:left;

}
.maincontent #feet .subnavi {
	float:right;
	text-align:right;
	margin:0 0 4% 1%
}

.maincontent #feet .subnavi a {
	font-family: 'Oswald';
	text-transform:uppercase;
	font-size:120%;
	font-weight: 500;
	font-style: normal;
	padding:1%  1%;
	color:#fff;text-decoration:none;

	}

.maincontent #feet .subnavi a:hover,
.maincontent #feet  a:hover,
.maincontent #feet .subnavi a.active{
	color:#000;
}
,

.maincontent #feet .rubrum {
	text-align:center;
	margin:1% auto;
	color:#cde
}


.clear  {
	clear:both;
	font-size:0;
	padding: 0;
	margin: 0;
	border: 0;
}


/* ===== FORMULAR ===== */

.maincontent fieldset {
	width:98%;
}

.maincontent fieldset p {
	width:100%;
	margin:3% 0;
	color:#257;
	line-height:1.5em;
}

.maincontent fieldset label {
	display: inline;
	width:20%;
	min-width:8em;
	float: left;
	line-height:1.8em;
	font-size:0.9em;
	text-align:right;
	margin-right:12px;
}

.maincontent fieldset p.text {
	width:80%;
	margin:0 0 0 9%;
	line-height:1.8em;
}

.maincontent fieldset p input,
.maincontent fieldset p select,
.maincontent fieldset p textarea	{
	border: 2px solid #58a;
	border-radius: 15px 15px 15px 15px;
	background-color:#eaeaef;
	line-height:2em;
	padding:3px 9px;
	color:#258;
	width:75%;
	margin-bottom:2px;
}
.maincontent fieldset p input.kurz	{
	width:5em;
	margin-left:1.5em;
}


.maincontent fieldset p select	{
	height:3em;
	padding:6px 12px;
	width:35%;
}



.maincontent .hony{
	visibility: hidden !important;
}


.maincontent fieldset p input.dsgvo {
    width:2em;
    background-color:transparent;
	margin:0;
	height:2em;
}

.maincontent p select:hover,
.maincontent p input:hover,
.maincontent p textarea:hover,
.maincontent p input:focus,
.maincontent p textarea:focus {
	background-color: #fff;
	border:2px solid #b52;
}


.maincontent fieldset .send {
	display:inline;
	width:auto;
	cursor:pointer;
	padding:0.6em 1em;
	font-size:110%;
	color:#000;
	border:2px solid #666;
	border-radius: 25px 25px 25px 25px;
	background-color:#eee;
	margin-top:0.5em;
	font-weight:100;
}
.maincontent fieldset .send:hover {
	background-color:#000;
	color:#fff;
	border:2px solid #000;

}

.maincontent fieldset p textarea {
	height:8em;
}




/* === ENDE === */


