@charset "utf-8";

@media screen {

* {
	padding: 0;
	margin: 0;
  box-sizing: border-box;
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}


body {
  font-family: "Lato";
	position: relative;
	overflow-x: hidden;
	background-color: #cdd1d0;
	/* background-image: url('img/hintergrund.png');
	background-repeat: repeat-x; */
	background-image: url('img/hintergrund.jpg');
	background-size: 100%;
}
a {
  color: #000;
}
article a,
aside a {
	text-decoration: underline;
}
a:hover {
	color: #555;
}
ul {
  margin-left: 2em;
}

/*****************************
 Clearfix:
*****************************/
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */
/*****************************
 Ende Clearfix
*****************************/

/* Generelle CSS-Regeln: */

.page-wrap {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
#mobileHeader {
	display: none;
}
header .logo {
	max-width: 100%;
}
header .logo-mobil {
	display: none;
}
nav {
	border-top: 3px solid #032f5c;
	margin-top: -4px;
}
nav ul {
	list-style: none;
	text-align: center;
}
nav li {
	display: inline;
	padding: 1em;
}
nav li a {
	padding: 0.5em;
	text-decoration: none;
	font-size: 1.1em;
}
nav li a:hover,
nav li a.aktuell {
	background-color: #016bb0;
	color: #fff;
}
.flexslider {
	width: 90%;
	margin: 0 5% !important;
}
.maincontent {
	width: 90%;
	margin: 4% 5%;
}
aside {
	width: 20%;
	float: left;
	margin-right: 1em;
}
aside p {
	margin-bottom: 1em;
	padding-right: 1em;
}
article {
	width: 75%;
	float: left;
	padding-left: 5%;
	border-left: 2px solid #032f5c;
}
article p,
article h1 {
	padding-bottom: 1em;
}
article img {
	border: thin #016bb0 solid;
	padding: 0.3em;
}
.galerieuebersicht > img {
	width: 40%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}
.galerie img {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 3%;
}
figure {
	text-align: center;
  font-style: italic;
  font-size: 1.1em;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
.siegel,
.rechts {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 300px;
}
em {
	font-style: normal;
	color: #016bb0;
}



}

@media only screen
and (min-width: 901px) and (max-width: 1120px) {

  nav a {
    font-size: 0.9em !important;
  }

}

@media only screen
and (min-width: 918px) and (max-width: 1005px) {

  nav ul {
    margin-left: 0;
  }
	.nav a {
		padding: 10px 20px !important;
	}

}


@media only screen
and (max-width: 918px) {

	div#mobileHeader {
    display: block !important;
		padding: 1em 0;
  }

	.glyphicons {
		font-size: 2em;
	}
	.menu-mobile {
    text-align: center;
		padding-top: 0.5em;
  }
	.menu-mobile img {
    width: 25%;
    margin-top: 0.75em;
	}
  .menu-mobile .glyphicons {
    color: #0b4178;;
  }
  .menu-mobile span {
    width: 20%;
  }
  #mobileMenu ul {
    list-style: none;
    margin: 2em;
  }
	#mobileMenu ul ul {
		margin-top: 0;
	}
  #mobileMenu a {
    color: #000;
  }
  #mobileMenu li {
    border-bottom: 1px solid #44474E;
    background-color: #fff;
    list-style: none;
  }
  #mobileMenu li a {
    text-decoration: none;
    display: block;
    padding: 0.75em 1em;
  }
  #mobileMenu {
    display: none;
  }
  .show {
    display: inherit !important;
    clear: both;
  }
  #mobileMenu a.dir>ul {
    display: none;
  }
  #mobileSearch {
    display: none;
    width: 100%;
    background-color: red;
  }
  #mobileSearch input {
    border: none;
    padding: 0.75em 5%;
    display: block;
    background-color: #ddd;
    width: 100%;
    font-size: 1.2em;
    color: #333;
    font-family: inherit;
  }
	nav {
		display: none;
	}


	@media only screen
	and (max-width: 918px) {

	.flexslider {
		width: 100%;
		margin: 0 !important;
	}
	header .logo {
		display: none;
	}
	header .logo-mobil {
		max-width: 100%;
		display: block;
	}
	header {
		padding-bottom: 1em;
	}
	aside {
		display: none;
	}
	article {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}
	.galerie img {
		width: 40%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}



	}


	@media only screen
	and (max-width: 600px) {

		.siegel,
		.rechts,
		article img {
			float: none;
			display: block;
			padding: 1em;
			width: 100%;
			max-width: 100%;
		}
		.galerie img {
			float: none;
			width: 100%;
		}
		.maincontent {
			margin: 15% 5%;
		}
		.siegel,
		.rechts {
			margin-left: 0;
		}

	}


}
