/*  <style type="text/css">   */ /*
Colors:
top: #0000BD  drak
main: #0080FF    middle
select: #00DDFF light
*/ /* 1. links */ /* 2. HTML */ /* 3. body */ /* 4. divs */
	/* 5. tables */ /* 6. table rows */ /* 7. table data */
	/* 8. paragraphs */ /* 9. head lines */
	/* ------------------------------------------------------------------*/
@charset "UTF-8";
	
/* 1. links  --------------------------------------------------*/
A:link {
	color: #7030A0;
	text-decoration: none;
}
A:hover.anchor {
	color: #7030A0;
	text-decoration: none;

}
A:visited {
	color: #7030A0;
	text-decoration: none;
}
A:hover {
	color: #7030A0;
	text-decoration: underline;
	text-decoration-style: solid;
/*	font-weight:bold; */
	transition: max-height 0.35s ease-out;
}

A:active {
	color: #7030A0;
	text-decoration: none;
}
A:link.nav {
	color: white;
	text-decoration: none;
}
A:visited.nav {
	color: white;
	text-decoration: none;
}
A:hover.nav {
	color: white;
	text-decoration: none;
	font-weight:bold;
}
A:active.nav {
	color: white;
	text-decoration: none;
}

a:link.button, a:visited.button, a:hover.button a:active.button{
	text-decoration: none;
	border: 1px  #7030A0 solid;
	border-radius: 0px 0.5em 0px 0.5em;
	padding: 0.2em;
	font-size: 1em;
	color: #fff;
}
/* 2. HTML  --------------------------------------------------*/
html {	
    background-color: #90D060;
	background-clip: border-box;
	background-image: url(../images/wiese1.jpg); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center;
	background-size: cover;
}
	/* 3. body  --------------------------------------------------*/
body {
	text-decoration: none;
    text-align: left;
	border: 0px;
	border-radius: 0px 1em 0px 1em;
	font-family: Maianda GD, tahoma, arial, helvatica, sans-serif;
	/* background-color: #F0F0F0; */
	color: #7030A0;   
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;

	display: grid;
	grid-template-columns: 40% 40% 20%;
	grid-template-rows: auto auto auto auto;
}

header {
	background-color: #90D060;
	border-radius: 0px 1em 0px 1em;
	border: 1px  #7030A0 solid ;
	margin: 0.5em;
 	grid-column: 1 / span 2;
    grid-row: 1 /span 1;
    text-align: center;
	}
main {
 	grid-row: 3;		
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.5em;
	text-align: left;
	}
section {
	display: inline-block;
	background-color: #fbfbfbf0; 
	width: 95%;
	padding: 1em;
	margin-top: 1em;
	margin-bottom:1em;
	border-radius: 0px 1em 0px 1em;
	}
footer {
	background-color: #90D060;
	border-radius: 0px 1em 0px 1em;
	border: 1px  #7030A0 solid ;
	background-color: #90D060; 
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.5em;
	margin-left: 0.5em;
    margin-right: 0.5em;
 	grid-column: 1 / 4;
    grid-row: 4;
    line-height: 1.5;
    
}
img.center {
	padding-top: 1em;
	max-width: 100%;
	}
img.pbhv {
	padding-top: 2em;
	max-width: 100%;
	}
img.ipip {
	max-width: 90%;
	margin: 0.5em;
	text-align: center;
	}
img.ibhv{
	width: 25%;
	height: auto;
	text-align: right;
	
	}
img.ihead{
	width: 90%;
	height: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
img.idoc{
	width: 100%;
	height: auto;
	}	
img.imap{
	width: 80%;
	height: auto;
	}
img.left, img.right {
	max-width: 30%;
	height: auto;
	padding: 1em;
	}
img.left{
	float: left;
	}
img.right{	
	float: right;	
	}
img.partner {	max-width: 20%;
}

.news { 
	background-color: #90D060;
    padding: 1em; 
	border-radius: 0px 1em 0px 1em;
	display: block;
	}
/* 4. divs  --------------------------------------------------*/
.button { 
	align-self: start;
    background-color: #7030A0;
	color: #ffffff;
	text-align: center;
	border-radius: 0px 1em 0px 1em;
	border: 1px  #7030A0 solid ;	
	}

.head {
	background-color: #90D060E0;
	text-align: center;
	margin: 0.5em;
	padding: 0.5%;
	}	
.fdoc {
	background-color: #90D060;
	text-align: center;
	margin: 0.5em;
	}	
.menu { 
 	grid-column: 1  / span 2;
    grid-row: 2;
	border: none;
	margin: 0.5em
	}
div {
	border-radius: 0px 1em 0px 1em;
	border: 1px  #7030A0 solid ; 
	}

img.xing{
	max-height: 2em;
	width: auto;
} 


/* 8. paragraphs --------------------------------------------------*/
.center { 
	text-align: center;
}

.distance {
	padding-top: 1em;
	
/* 	padding-bottom: 1em; */
	}
.bold {
	font-weight: bold;
}

/* 9. head lines  --------------------------------------------------*/
.h1 {
	line-height: 101%;
	}

.h1, .h2, .h3 {
	font-weight: bold;
}
.h3 {
	font-weight: bold;
}
li{
	line-height: 1.3em;	
}
table{
	margin: 0.5em;

}
td {
/* 	border: 1px  #7030A0 solid ; */
border-style: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}
td.distance {
	padding-top: 1em;
	width: 50%;
/* 	padding-bottom: 1em; */
	}
	
#scroll-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 1em;
    right: 0;
    z-index: 200;
    cursor: pointer;
 
}	
	
/*  </style> small */
@media screen and ( max-width: 399px) { 
	body {	font-size: 0.8em; }
	main {
		grid-column: 1  / span 3;	
		}
	.head {
		grid-row: 1 / span 2;
		}
	img.idoc {
		display: none;
		}

	.h1 {
		font-size: 1.2em;
		}	
	.h2 {
		font-size: 1em;	
		}	

.small {/*font-size: 0.8em;*/
	
}

ol.sbc{
	list-style-type: "&sect;"
}
}
/*  </style> medium */
@media screen and ( min-width: 400px) and ( max-width: 640px ) { 
	body {	font-size: 0.8em; 
		}
	main {
		grid-column: 1  / span 3;	
		}
	.h1 {
		font-size: 1.2em;
	}	
	.h2 {
		font-size: 1em;	
	}
	.head {
	grid-row: 1 / span 2;
	}
	img.idoc {
		display: none;
		}
.small {/*font-size: 0.8em;*/

	
}

}
/*  </style> large */
@media screen and ( min-width: 641px) {
	body {	font-size: 1rem;
	}
	main {
		grid-column: 1  / span 2;	
		}
	.head {
		grid-column: 3 / span 1;
		grid-row: 1 / span 3;
		}

	.h1 {
		font-size: 1.5em;
		line-height: 101%;
		}
	
	.h2 {
		font-size: 1.2em;	
		}
	.h3 {
		font-size: 1em;	
		}		
.small {/*font-size: 1em;*/
	
}
 
}
/*  </style>  */