/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html {
	overflow-y: scroll;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
}
*, *:before, *:after, div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0 0 10em 0;
	color: rgb(65,70,70);
	height: 100%;
	font: 400 16px/24px 'Lato', sans-serif;
	;
}
table, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0em;
	vertical-align: top;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
	color: rgb(9,83,138);
}
strong { font-weight:700;}
/**/
.bg {	background-image: url(../images/schluchsee-10-2010-023.jpg); background-position: center top; background-size:cover;
}
header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	text-align: center;
}
.logo {
	margin: 0 auto;
	padding: 1vmax;
}
.logo img { width:80%; height:auto; max-width:800px;}
/*----------------------------------------------------------------*/
.bild {
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.bild .links { width:36%; float:left; height:auto;}
.bild .rechts { width:63%; height:auto; float:right; }

/*----------------------------------------------------------------*/
.content {
	padding: 3em 2em;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
footer {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #09538A;
	padding: 1em 0 0.25em 0;
	bottom: 0px;
	color: #fff;
}
.center {
	max-width: 1200px;
	margin: 0 auto 20em;
	padding: 0 3em 5em;
	background: url(../images/bg-center.png) no-repeat center bottom;
	background-size: 95%;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #000;
}
/*----------------------------------------------------------------*/
.galerie {
	position: relative;
	width: auto;
}
.galerie ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}
.galerie ul li {
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 32%;
}
.galerie ul li img, .galerie ul li a {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.galerie ul li a {
	display: block;
	margin: 1%;
}
.galerie ul li img {
	border: 3px double rgb(255,255,255);
	width: 100%;
	height: auto;
}
.galerie ul li a img:hover {
	border: 3px solid rgb(150,166,61);
}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
}
h1, .h1 {
	font-size: 1.75em;
	font-size: calc(1em + 0.75vmax);
	color: rgb(9,83,138);
}
h2 {
	font-size: 1.5em;
	font-size:calc(1em + 0.5vmax);
}
h3 {
	font-size: 1.125em;
	font-size: calc(0.75em + 0.5vmax);
	font-weight: 700;
}
.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 1em;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.image {
	border: 1px solid rgb(195,178,31);
}
.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 20px;
}
/*----------------------------------------------------------------*/
#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0;
	padding: 0;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
input, textarea {
	position: relative;
	border: 1px solid #345188;
	width: 95%;
	padding: 0px 5px;
	color: #333;
	height: 30px;
	font: 400 16px/24px 'Open Sans', sans-serif;
	border-radius: 3px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}
.check {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;
}
textarea {
	height: 150px;
}
input:focus, textarea:focus {
	border: 1px solid red; background:#fff;
}
.send {
	color: #fff;
	margin: 0 auto;
	width: auto;
	cursor: pointer;
	padding: 6px 55px 4px;
	height: 43px;
	background-color: rgb(9,83,138);
	border: 1px solid rgb(255,255,255);
	border-radius: 3px;
	font-weight: bold;
}
.send:hover, .send:focus {
	color: rgb(9,83,138);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(74,28,112);
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 6px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;
}
.pflicht {
	color: #FF0000;
}
/*----------------------------------------------------------------*/
/*                MEDIA QUERY            */
/*----------------------------------------------------------------*/

@media only screen and (max-width: 550px) {
.galerie ul li {	width: 47%;}

}
@media only screen and (max-width: 759px) {
header, .bild, .content, footer {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}
.center { background:none; padding:0 0.5em; margin:0 auto;}
.bg { position:relative; height:75vw;}
.left, .right {
	float: none;
	width: auto;
	height: auto;
	position: relative;
	margin:0 0 1em 0;
}
.logo { margin:0; padding:0.75em 0.5em 0.5em; text-align:left;}
header {
	 margin-bottom:0.5em; background-image:url(../images/bg-header.jpg);
}
.content {	padding: 2em 1.5em;}
.galerie li {	width: 45%;}

footer { padding:0.5em; } footer .center, footer .left, footer .right { padding:0; margin:0 0 1em 0;}
/*--------------------------------------------------------------*/
/*---------------------------------------------------------------*/  
nav {
	z-index: 100;
}
nav, nav ul, nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	postition: relative;
}
.sep { display:none;}
nav ul li a {
	text-decoration: none;
	padding: 0;
	margin: 2px 0;
	display: block;
	font-size: 1.2rem;
	line-height: 45px;
	text-align: center;
	color: rgb(255,255,255); text-transform:uppercase;
}
nav a:hover, nav a:focus, nav .aktiv {
	background-color: rgb(255,255,255);
	color: #70706F;
}
nav .aktiv:focus {
	color: #000;
}
nav a img {
	display: none;
}
#menuToggle {
	display: block;
	position: fixed;
	top: 1em;
	right: 1em !important;
	width: 43px;
	z-index: 10;
	padding: 7px 0 3px 5px;
	-webkit-user-select: none;
	user-select: none;
	background-color: rgb(9,83,138);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
#menuToggle input {
	display: block;
	width: 43px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 200 !important; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}
/* Just a quick hamburger */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background-color: rgb(255,255,255);
	z-index: 3;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
/* Transform all the slices of hamburger into a crossmark */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #fff;
}
/*hide the middle one */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
/* the last one go the other direction */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
}
/*	 * Make this absolute positioned at the top right of the screen	 */
#menu {
	position: absolute;
	width: 250px;
	margin: -50px 0 0 -197px;
	padding: 60px 20px 20px 20px;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */	  
	transform-origin: 0% 0%;
	transform: translate(-300%,-300%);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	background-color: rgb(9,83,138);
	background-size: 500%;
}
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
}
/*  ////////////////////////////////////////////////////////////////////////////  */
}
@media only screen and (min-width: 760px) {
.bg {position:fixed; z-index:-1; left:0; right:0; top:0; bottom:0;}
/*-------------------------------------------------------------------*/
#menuToggle input {
	display: none;
}
#menuToggle {
	margin: 0 auto;
	position: relative;
}
.scrolled nav {top:0; position:fixed; z-index:50; background-color:#fff; max-width:1104px; box-shadow:0 0 5px rgb(9,83,138); border-radius:0 0 1em 1em;}
nav {
	margin: 0 auto;
	position: relative;
	line-height: 2.25rem;
	width: 100%;
	padding: 0.75rem;
	font-size: 1.25rem;
}
nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0px;
	display:flex; justify-content:center;
}
nav ul li {
	padding: 0;
	margin: 0 0.125em;
	text-align: center;
	display: inline-block;
	color: rgb(9,83,138);
	flex:0 1 auto;
}
nav a {
	text-decoration: none;
	display: block;
	padding: 0 0.5vw;
	margin: 0 0.5vw;
	color: rgb(79,79,79);
	position: relative;
	font-weight: 700;
}
nav a:hover { text-decoration:underline;}
nav a.aktiv { 	color: rgb(9,83,138);}
nav a.aktiv:before { content:url(../images/bg-navi-aktiv.png); position:absolute; left:0; width:100%; top:-1em;text-align:center;
 
}
/*--------------------------------------------------------------*/
form .left {
	width: 47%;
	margin-right: 2%;
}
form .right {
	width: 47%;
	margin-left: 2%;
}
input, textarea {
	width: 100%;
}
}
@media (max-width: 870px) { nav {font-size:1.125rem;}nav a {font-weight:400;}}
@media only screen and (min-width: 960px) {
.column { -moz-column-count: 2;-moz-column-gap: 4em;
 	       -webkit-column-count: 2; -webkit-column-gap: 4em; 
		   column-count:2; column-gap:4em; 
		   text-align:justify; word-wrap: break-word; }
}
/*---------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#gallery {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 30px;
}
#gallery .item {
	margin: 10px !important;
}
#gallery .item img {
	display: block;
	width: 100%;
	height: auto;
}

::-moz-selection { background-color: #C2D6F9; color:#000;}
::selection { 	background-color: #C2D6F9; color:#000;}
