@charset "utf-8";

@media screen {

* {
	padding: 0;
	margin: 0;
  box-sizing: border-box;
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
  font-family: "Roboto Condensed";
	position: relative;
	overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
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: 1300px;
	margin: 0 auto;
}
.logo-header {
	margin: 0.75em 0;
}
.logos img {
	float: left;
	height: 20px;
	padding-left: 2em;
}
.logos div,
.logos {
	float: left;
}
nav.top-menu {
	float: right;
	padding-right: 2em;
}
nav.top-menu ul {
	list-style: none;
}
nav.top-menu li {
	display: inline;
	padding-left: 2em;
}
.slider {
	width: 100%;
	position: relative;
}
.slider img {
	width: 100%;
}
.nav-ribbon {
	position: absolute;
	z-index: 999;
	top: 6em;
	width: 100%;
	background-color: #0476D9;
	opacity: 0.9;
	color: #eee;
	display: flex;
  align-items: center;
}
.nav-ribbon img {
	float: left;
	margin: 1rem 3em;
	width: 250px;
	height: auto;
}
.mainmenu {
	float: right;
	margin-left: 18em;
}
.mainmenu ul {
	list-style: none;
	height: 3rem;
	line-height: 3rem;
	white-space: nowrap;
}
.mainmenu li {
	display: inline;
}
.mainmenu a {
	color: #eee;
	padding-right: 2em;
}
#mobileHeader {
	display: none;
}
article {
	margin: 3em 2em;
}
article h1,
article p {
	margin-bottom: 1em;
}
article h2 {
  margin-top: 1em;
  font-size: 1.2em;
}
article p {
	font-size: 1.1em;
}
article .box {
	width: 50%;
	padding: 3em;
	margin: 2em 0;
	float: left;
	border: 1px solid #0476D9;
}
article .boxwrap {

}
article .trenner {
	border-right: 1px solid #0476D9;
}
article .mehr {
	font-weight: bold;
}
article a {
	text-decoration: underline;
}
article a:hover {
	color: #444;
}
.infobox {
	float: right;
	width: 20%;
	border: 1px solid #0476D9;
	padding: 1em;
	margin: 1em;
	background-color: #e3f2ff;
}
.infobox h2 {
	font-size: 1.1em;
}
.infobox p {
	font-size: 0.9em;
}
.fotos {
	clear: both;
}
.fotos img {
	padding-right: 2em;
	margin-bottom: 2em;
}
.siegel {
	float: right;
	padding: 0 0 1em 2em;
}

/* Nur die Parameter für mobiles Menü: */

@media only screen
and (max-width: 900px) {
  div#mobileHeader {
    display: block !important;
  }
  header {

  }
	.logos {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		padding: 1em 0;
	}
	.logos img {
		float: none;
		padding: 0;
	}
	.logos div {
    float: left;
    width: 33%;
	}
	.glyphicons {
		font-size: 2em;
	}
	nav.top-menu {
		display: block;
		text-align: center;
		padding: 0;
		float: none;
	}
	nav.top-menu ul {
		margin: 0;
	}
	nav.top-menu li {
		padding: 0 0.5em;
	}
	.nav-ribbon {
		display: none;
	}
  .logo img {
    margin: 2em 0 1.5em 0;
    width: 75%;
  }
  .menu-mobile {
    text-align: center;
		padding-top: 0.5em;
  }
	.menu-mobile img {
    width: 25%;
    margin-top: 0.75em;
	}
  .menu-mobile .glyphicons {
    color: #0476D9;
  }
  .menu-mobile span {
    width: 20%;
  }
  #mobileMenu ul {
    list-style: none;
    margin: 2em;
  }
  #mobileMenu a {
    color: #000;
  }
  #mobileMenu li {
    border-bottom: 1px solid #0476D9;
    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;
  }
  .sidemenu {
    display: none;
  }
}

@media only screen
and (max-width: 900px) {

article {
	width: 94%;
	margin: 3%;
}
article .box {
	width: 100%;
}
.infobox {
	float: none;
	width: 90%;
	margin: 2em auto;
}
.siegel {
	float: none;
	padding: 2em 0 1em 0;
	display: block;
	margin: 0 auto;
}

}
