/*
----------------------------
Chiemgau-LOFT     stylesheet
Autor: angelica steinkopff
----------------------------
style.css
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
/* allgemeines*/

html, body, div, p, i, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0px;
   padding: 0px;
   font-family: Helvetica, Arial, sans-serif;
}



html, body {
	background-color: #ffffff;
	color: #101010;
}



a:link {
    color:#ffffff;
    text-decoration: none;
}

a:visited {
	color: #ffffff;
    text-decoration: none;
}


a:hover {
    color: #d7d6d6;
    text-decoration: none;
}

a:active {
    color: #d7d6d6;   
    text-decoration: none;
}


img {
   border: 0px;
}

h1 {
   	font-size: 1.5em;
   	color: #b6311e;
   	font-weight: bold;
   	margin-top: 8px;
}


h2 {
	font-size: 1.3em;
   	color: #101010;
   	font-weight: bold;
   	margin-top: 18px;

}

h3 {
	font-size: 1.1em;
   	color: #101010;
   	font-weight: bold;
   	margin-top: 18px;

}

h4 {
	font-size: 0.9em;
   	color: #101010;
   	font-weight: bold;
   	margin-top: 18px;

}

h5 {
	font-size: 1.1em;
   	color: #101010;
   	font-weight: bold;
   	line-height: 26px;
   	margin-top: 18px;

}

.blau {
   	font-weight: bold;
   	font-size: 16px;
   	color: #449dce;
}

.weiss {
	color: #ffffff;
}

.rot-fett {
	font-weight: bold;
	font-size: 1.0em;
	color: #bf0101;
}

.mini {
	font-size: 13px;
}

.spruch-banner {
	font-size: 1.1em;
	text-align: center;
	font-style: italic;
	font-weight: bold;
   	color: #bf0101;

}

.fbook {
	float: right;
	margin-right: 15px;
	margin-bottom: 0px;
	height: 33px;
}

.fbook-kl {
	display: none;
}

.ganzebreite {
	width: 100%;
	height: auto;
	margin-top: 180px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.parent5x1 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 5px;
grid-row-gap: 0px;
}

.parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.parent3x3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 40px;
grid-row-gap: 40px;
}

.spruch {
	text-align: center;
	font-size: 1.5em;
	line-height: 35px;
   	color: #1d50a1;
   	margin-top: 110px;
}

.gross{
	font-size: 1.3em;
	line-height: 25px;
}

.gross-fett{
	font-size: 1.3em;
	line-height: 25px;
	font-weight: bold;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}

p {
	color: #101010;
   	font-size: 15px;
   	line-height: 22px;
}

.kl-lineheight {
	line-height: 20px;
}

.fbook {
	float: right;
	margin-top: 4px;
}

.fbook-kl {
	display: none;
}

.gruen {
	color: #24ff00;
}
.kursiv {
	font-style: italic;
	line-height: 26px;
}

.aktiv {
    color: #d7d6d6;
}

li,ul
		{
		display: inline;
		list-style-type: none;
		color: #ffffff;
		padding-left:   20px;
		padding-right:  17px;
		font-size:		15px;
		}

/* ende allgemeines */

/* anfang inhalte */


#container {
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
}

#banner {
	width: 100%;
	margin: 0px;
	height: 80px;
	background-color: #ffffff;
	position: fixed;
	box-sizing: border-box;
	margin-bottom: 80px;
	z-index: 130;
}

#banner-inhalt{
	width: 78%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}



#banner2 {
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#banner2 img {
	width: 100%;
	height: auto;
	margin-top: 180px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#nav-aussen{
	width: 100%;
	height: 42px;
	margin-top: -4px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #b6311e;
	box-sizing: border-box;
}

#nav {
	margin-right:auto;
	margin-left: auto;
	padding-top: 14px;
	padding-left: 14px;
	max-width: 1050px;
}

#container-content {
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
}

#container-schatten {
	margin: 0px;
	width: 100%;
	background-color: #005c8b;
}


#content {
	max-width: 1050px;
	min-height: 200px;
	margin-right:auto;
	margin-left: auto;
	margin-top: -1px;
	margin-bottom: 0px;
}

#inhalte{
	padding-top:30px;
	padding-left: 80px;
	padding-right: 80px;
	min-height: 570px;
	box-sizing: border-box;
}

#inhalte li {
	color: #101010;
	list-style: disc;
	text-transform: none;
	display: block;
	margin-left: 25px;
	line-height: 24px;
}

#inhalte img {
	max-width: 100%;
}

#adresse {
	width: 210px;
	float: right;
	height: 180px;
	border-left: solid 1px #8293a3;
	margin-left: 30px;
	padding: 30px;
}

#inhalte-rechts {
	float: right;
	width: 50%;
	margin-left: 30px;
	min-height: 300px;
}




#inhalte a {
    font-family: Helvetica, Arial, sans-serif;
    color:#101010;
    text-decoration: underline;
    text-transform: none;
}




#inhalte a:hover {
    font-family: Helvetica, Arial, sans-serif;
    color: #a11d2d;
    text-decoration: underline;
    text-transform: none;
}

#footer {
	text-align:				center;
	position:				fixed;
	bottom:	 				0;
	width:					100%;
	min-height: 			70px;
	height: 				auto;
	background-color:		#b6311e;
	padding-top: 			5px;
	color:					#ffffff;
}

#footer p {
	color: #ffffff;
	font-size: 12px;
}


.mobile-toggle {
	display: none;
	color: #d7d6d6;
    padding-left: 23px;
    position: relative;
    cursor: pointer;
}

.mobile-toggle span:before,
.mobile-toggle span:after,
.mobile-toggle span {
    width: 16px;
    height: 2px;
    background: #d7d6d6;
    display: block;
    position: absolute;
    top: 50%;
}
.mobile-toggle span {
    left: 2px;
    top: calc(50% + 3px);
}

.mobile-toggle span:before,
.mobile-toggle span:after {
    content: '';
    left: 0;
}

.mobile-toggle span:before {
    top: -5px;
}
.mobile-toggle span:after {
    top: 5px;
}

#container-inhalt img {
	max-width: 100%;
}






/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#nav {
		background-color: #b6311e;
		height: 33px;
		min-height: 33px;
		overflow: hidden;
		transition: all 0.5s;
		padding-top: 2px;
	}
	#nav-aussen{
		min-height: 44px;
		height: auto;
		box-sizing: border-box;
	}
	#nav ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	#nav.open {
		height: 200px;
		padding-bottom: 8px;
	}
	#nav li {
		opacity: 0;
		display: block;
		margin-top: 0;
		padding-top: 8px;
		transition: all 0.5s;
	}
	#inhalte img {
			max-width: 90%;
	}

	#inhalte {
		padding: 20px;
	}

	#footer {
	text-align:				center;
	position:				fixed;
	bottom:	 				0;
	width:					100%;
	height: 				auto;
	min-height: 			50px;
	background-color:		#b6311e;
	padding-top: 			5px;
	color:					#ffffff;
	}

	#footer p {
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
	}
	#nav li,
	#nav li a {
	    font-size: 18px;
	}
	#nav li.mobile-toggle {
		display: block;
		opacity: 1;
	}
	#nav.open li {
		opacity: 1;
	}
	#banner {
		text-align: center;
	}
	#banner img:first-child {
		float: none;
		max-width: 44%;
		padding: 0;	
	}

	#banner img:last-child {
	    height:75%;
	    width: 75%;
	}
	
	#banner-inhalt {
		width: 100%;
	}

	#banner-inhalt img {
		max-width: 30%;
	}

	#content {
		width: 98%;
		box-sizing: border-box;
	}
	.ganzebreite {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
}

	.spruch-banner {
	font-family: Ubuntu;
	font-size: 0.7em;
	text-align: center;
	font-style: italic;
	font-weight: bold;
   	color: #bf0101;

	}

	.fbook {
	float: right;
	margin-right: 5px;
	margin-bottom: 0px;
	height: 35px;
	width: 65px;

	}
	.bild-klein {
		width: 200px;
	}


	.parent {

	grid-template-columns:  1fr;

	}
img {
	max-width: 100%;
}
.parent5x1 {
grid-template-columns: repeat(2, 1fr);

}

.parent img {
	width: 100%;
}

.spruch {
   	margin-top: 30px;
   	font-size: 1.4em;
}

}

/* everthing bigger than a smartphone */
@media (min-width: 768px) {
	#nav {
		height: auto !important;
	}
	.parent5x1 img {
	min-width: 150px;
	height: auto;
}
	.ganzebreite {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
}
}


/* ende inhalte */


/* Anfang - Light Box */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Ende - Light Box */


/* code is poetry */
