/* 
grün #abcc59
pink #e71e6c
*/


* {
	box-sizing: border-box;
}

html, body {
	background-color: white; 
	color: #768930;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

img {
	
}

/*-----------------------*/
#item4{
	background-color:#4d4d4d;
}
#item6{
	font-size: 130%;
	padding: 2em;
	background: #4D4D4D;
	line-height: 1.4em;
	color: white;
}
#item6 a{
	color: white !important;
}
#item6 a:hover{
	text-decoration: underline;
}
#item6 span{
	display: block;
}

#item6 .p1{
	font-weight:bold;
	font-size: 150%; 
	padding: 0.5em;
}
#item6 .p2{
	font-weight:bold;
	font-size: xxx-large;
	padding: 0.3em 0em;
}
#item6 .p3{
	font-size: xx-large; 
	padding: 0.3em;
}
#item6 .p4{
	padding: 0.1em;
	
}

#item6 .p5{
	padding: 0.5em;
	
}

/*-----------------------*/

.grid-container {
	display: inline-grid;
 	grid-column-gap: 0;
 	grid-row-gap: 0;	
	margin: 0;
	padding: 0;
	grid-template-columns: 33.333333% 33.333333% 33.333333%;
	max-width: 100%;
}
.grid-item {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.logo {
	color: white;
	
}
.logo h1{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	
}
.logo img {
	width: 100%;
	height: 100%;
}

.info {
	line-height: 180%;
	margin-top: 3em;
}

.info h2 {
	font-size: 100%;
	line-height: 100%;
	margin-top: 2em;
}
.socialMedia h2{
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}
.hAdresse{
	display: none;
}
.pAdresse{
	margin-top: 2em;
	font-size: 90%;
}
.pic img {
	max-width: 100%;
	height: auto;
	width: 100%;
	height: auto;
	
}
.text{
	width: 100%;
	height: 100%;
	background-color: #666;
	color: white;
	font-weight: bold;
	padding: 27% 3%;
	font-size: 3vw;
	line-height: 150%;
}
.norm-container {
	width: 60%;
	margin: 0 auto;
	text-align: left !important;
}
.socialMedia{
	padding: 2em 0;
}
.socialMedia h2{
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}
footer {
	font-size: 11px;
	line-height: 1.5em;
	color: #262d0f;
	position: fixed;
	bottom: 0px;
	left: 0; 
	padding: 0.6em;
	background-color: #adca58;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
	width: 100%;
	text-align: center;
	z-index: 3;
}

/* unvisited link */
a:link {
	color: #E41869 !important;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #9e1147 !important;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #E41869 !important;
	text-decoration: none;
	border-bottom: 1px dotted #E41869;
}

/* selected link */
a:active {
	color: #E41869 !important;
	text-decoration: none;
	border-bottom: 1px dotted #E41869;
}
/* overhang Bild, falls eine gerade Anzahl benötigt wird */
#item15{
	display: inline-block;
}
#itemt6{
	display: inline-block;
}
#item16{
	display: inline-block;
}
#item17{
	display: none;
}
/* Farben Textkästen */
#itemt2,#itemt4,#itemt5{
	background-color: #999;
}
#itemt3{
	background-color: #333;
}

a.backHome{
	margin-top: 1.5em;
	display: block;
}
.dsDisclaimer{
	font-size: xx-small;
	color: grey !important;
	margin: 3em auto;
}
@media only screen and (min-width: 701px) and (max-width: 1416px) {
	html, body{
		font-size: 0.85em;
	}
	.grid-container {
		grid-template-columns: 33.3% 33.3% 33.3%;
	}
	#item1 {
		grid-area: 1/1/1/2;
	}

	#item2 {
		grid-area: 1/2/1/3;
	}
	#item3 {
		grid-area: 1/3/1/4;
	}
	#item4{
		background-color: #999999;
	}
	/* Adresse */
	#item5 {
		grid-area: 2/1/2/4;
		background-color: #abcc59;
		color: white;
		margin-top: 0;
		
	}
	#item5 div {
		width:50%;
		text-align:center;
		margin: 0 auto;
	}
	#item5 div div{
		float: left;
	
	}
	/* overhang Bild, falls eine gerade Anzahl benötigt wird */
	#item15{
		display: inline-block;
	}
	#itemt6{
		display: inline-block;
	}
	#item16{
		display: inline-block;
	}
	#item6 .p2{
		font-size: xx-large;
	}
	#item6 .p3{
		font-size: x-large; 
	}
	#item17{
		display: inline-block;
	}
	/* ------- */
	.info h1{
		margin: 1em auto 0 auto;
	}
	.info{
		padding-bottom: 1em;	
	}

}
@media only screen and (min-width: 501px) and (max-width: 700px) {
	.grid-container {
		grid-template-columns: 50% 50%;
	}
	#item2 {
		grid-area: 1/1/1/3;
	}
	#item4{
	background-color:#999999;
}
	#item5 {
		grid-area: 2/1/2/3;
	}


	/* overhang Bild, falls eine gerade Anzahl benötigt wird */
	#item15{
		display: inline-block;
	}
	#itemt6{
		display: inline-block;
	}
	#item16{
		display: inline-block;
	}
	#item6 .p2{
		font-size: xx-large;
	}
	#item6 .p3{
		font-size: xx-large; 
	}
	
	#item17{
		display: inline-block;
	}
	/* ------- */
	.info{
		margin: 0 auto 3em auto;	
	}
	.info h2 {
		margin: 0 auto 1em auto;
	}
}
@media only screen and (max-width: 500px) {
	.grid-container {
		grid-template-columns: 100%;
	}
	#item2 {
		grid-area: 1/1/1/1;
	}
	#item5 {
		grid-area: 2/1/2/1;
	}
	#item1 {
		grid-area: 3/1/3/1;
	}
	#item3 {
		grid-area: 4/1/4/1;
	}
	#item4 {
		grid-area: 5/1/5/1;
	}
	#item6 {
		grid-area: 6/1/6/1;
	}
	#item6 .p2{
		font-size: xxx-large;
	}
	#item6 .p3{
		font-size: xx-large; 
	}
	
	#item7 {
		grid-area: 7/1/7/1;
	}
	#item8 {
		grid-area: 8/1/8/1;
	}
	#item9 {
		grid-area: 9/1/9/1;
	}
	/* overhang Bild, falls eine gerade Anzahl benötigt wird */
	#item15{
		display: inline-block;
	}
	#itemt6{
		display: inline-block;
	}
	#item16{
		display: inline-block;
	}
	#item17{
		display: inline-block;
	}
	/* ------- */
	.info{
		margin: 0 auto 3em auto;	
	}
	.info h2 {
		margin-top: 0;
	}
	.text{
		font-size: 5vw;
	}
}
