/* CSS Document */
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* orbitron-regular - latin */
@font-face {
	font-family: 'Orbitron';
	font-style: normal;
	font-weight: 400;
	src: local('Orbitron Regular'), local('Orbitron-Regular'), url('../fonts/orbitron-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/orbitron-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* orbitron-700 - latin */
@font-face {
	font-family: 'Orbitron';
	font-style: normal;
	font-weight: 700;
	src: local('Orbitron Bold'), local('Orbitron-Bold'), url('../fonts/orbitron-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/orbitron-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

a{
	color:rgb(16, 121, 210);
}
a:link{
	text-decoration:none;
}





/* typo */
body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
}
.ers-list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.ers-list li {
	padding-left: 15px;
	background-image: url(../images/layout/list-symbol.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.ers {
	text-transform: lowercase;
}
p .ers {
	font-size: 110%;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #1079d2;
}
#c_main h3, #c_main h2 {
    text-transform: uppercase;
    color: #1079d2;
    font-size: 2rem;
}
#c_main h4 {
	text-transform: uppercase;
	color: #1079d2;
}
a.btn-default:link, a.btn-ers:visited, button.btn-ers {
	background: #1079d2;
	color: white;
	border: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
a.btn-default:hover, button.btn-ers:hover {
	background: #3099f2;
	color: white;
}
button.btn-ers:focus {
	color: white;
}
#slogan1 {
	display: none;
}
.trenner {
	margin-bottom: 60px;
}
figcaption {
	padding: 5px;
	background: #eee;
}
.prod-downloadliste figure {
	margin-bottom: 30px;
}
.prod-downloadliste figcaption {
	background: #2d5c90;
	color: white;
	font-size: 12px;
}
.prod-downloadliste figure span {
	font-size: 15px;
}
.prod-downloadliste figure img {
	border: 1px solid #2d5c90;
}
/* boxes */
#headerend {
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	margin-bottom: 30px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 1000;
	width: 25%;
}
#shcont {
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 31%;
	height: 240px;
	position:relative;
}
#mainnav {
	background: none;
	border: none;
}
#mainnav .container {
	position: relative;
}
#slogan2 {
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	color: #1079d2;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
}
#c_main {
	padding-top: 30px;
	padding-bottom: 30px;
}
#information {
	padding-top: 175px;
	background-image: url(../images/layout/footer-bk2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#information #info-bk {
	background: rgba(0, 0, 0, 0.7);
	height: 420px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	padding-top:50px;
}
#information h2 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
}
#information h3, #information h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}
#information ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#information li {
	border-left: 2px solid white;
	padding-left: 10px;
	line-height: 1;
	margin-bottom: 20px;
}
#information a:link, #information a:visited {
	display: inline-block;
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#information a:hover {
	text-decoration: underline;
	-webkit-transform: scale(1.1) translate(5px, 0);
	transform: scale(1.1) translate(5px, 0);
}
#copyright {
	background: #1079d2;
	color: white;
	height: 88px;
}
#copyright #cr {
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	clear: both;
	padding-top: 5px;
}
br.fbr1, br.fbr2, br.fbr3, br.fbr4 {
	display: inline;
}
span.fbr1, span.fbr2, span.fbr3, span.fbr4 {
	display: none;
}
#copyright .mxinf a:link, #copyright .mxinf a:visited, #copyright a {
    color: white;
}
#mainnav .navbar-nav > li a:link, #mainnav .navbar-nav > li a:visited {
	text-align: center;
	color: black;
}
.navbar-collapse {
	border: none;
}
#mainnav .navbar-nav {
	background: rgba(255, 255, 255, 0.8)
}
#mainnav .navbar-nav ul {
	background: rgba(200, 200, 200, 0.8)
}
.trenner {
	height: 2px;
	border-bottom: 1px dotted #999;
	margin-top: 30px;
	margin-bottom: 30px;
}
.modal-header h4 {
	text-transform: uppercase;
	color: #1079d2;
	font-size: 120%;
}
.modal-body h5 {
	text-transform: uppercase;
	color: #1079d2;
	font-size: 100%;
}
.modal-header{
	position:relative;
	padding-top:60px;
}
.modal-header button{
	position:absolute;
	z-index:100;
	right:15px;
	top:15px;
	background:none;
	border:none;
	font-size:120%;
}


#anfahrtsatz {
	display: none;
}
#backtotop {
	display: none;
}

#anfragehinweis{
	text-align:center;
}
.subhead {
    display: block;
    text-transform: none;
    font-size: 0.8em;
    margin-top: 0.2em;
}

section#information div#info-bk {
    height: initial;
}

section#information div#info-bk .container {
   padding-bottom: 50px;
}
#copyright {
    height: initial; 
    padding-bottom: 10px;
}
#copyright #cr {
    font-size: 14px;
    line-height: 1.8em;
}


#rightnav1{
	display:none;
	position:fixed;
	top:130px;
	right:30px;	
	z-index:1000;
}


#rightnav2{
	position:absolute;
	right:25px;	
	z-index:1000;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	height:80px;
	top:100px;
}

#rightnav2 a{
	display:inline-block;
	width:36px;
}

#rightnav2 img{
	max-width:100%;
	height:auto;
}

#headerflyin{
	position:absolute;
	z-index: 100;
	width:330px;
	top:200px;
	transform:translateX(-120%);
	animation: flyin1 1s 3s forwards;
	justify-content: space-between;
	background-color:rgba(255,255,255,1);
}

#headerflyin > div{
	padding:15px;
}
#headerflyin .hfheader, #headerflyin2 .hfheader{
	color: #1079d2;
	font-weight:bold;
}

#headerflyin2 div{
	margin-bottom:15px;
}

@keyframes flyin1 {
	from{transform:translateX(-120%)}
	to{transform:translateX(5%)}
}

#headerflyin2{
	width:80%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


@media only screen and (min-width:375px) {
	#anfahrtsatz {
		display: inline;
	}
}
/* breakpoint at 480px */
@media only screen and (min-width:480px) {
	#logo {
		width: 20%;
	}
	#slogan2 {
		font-size: 26px;
	}
	#shcont {
		padding-bottom: 20%;
	}
	#information #info-bk {
		height: 400px;
	}
	#copyright #cr span.fbr2 {
		display: inline;
	}
	#copyright #cr br.fbr2 {
		display: none;
	}
	#copyright #cr {
		margin-top: 15px;
	}
}
@media only screen and (max-width:767px) {
	#navbarSupportedContent{
		position: relative;
		z-index: 10000;
		top: 60px;
	}
}
/* Breakpoint at 768px */
@media only screen and (min-width:768px) {
	#logo {
		width: 150px;
		left: 0;
		top: 0;
	}
	#logo img {
		width: 105px;
		height: 92px;
	}
	#shcont {
		padding-bottom: 15%;
		height: 400px;
		border-bottom: 3px solid #1079d2;
	}
	#mainnav {
		height: 92px;
		padding-top:0;
	}
	#navbarSupportedContent {
		margin-top: 30px;
	}
	#mainnav .navbar-nav {
		background: none;
	}
	#mainnav .navbar-nav ul {
		background: white;
	}
	.navbar-right {
		float: right;
	}

	.navbar{
		display:block;
	}


	.navbar-brand{
		padding-top:0;
		padding-bottom:0;
	}
	#shcont {
		min-width: 100%;
		width: 100%;
	}
	#mainnav {
		background: rgba(10, 117, 206, 0.8);
	}
	#mainnav .navbar-nav > li > a:link, #mainnav .navbar-nav > li > a:visited {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid rgba(255, 255, 255, 0);
		color: white;
		font-family: 'Orbitron', sans-serif;
		font-weight: 400;
		font-size: 12px;
		text-transform: uppercase;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#mainnav .navbar-nav > li > a:hover {
		border-bottom: 2px solid rgba(255, 255, 255, 1);
	}
	.dropdown .dropdown-menu {
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		height: 0;
		display: block;
		overflow: hidden;
		opacity: 0;
		border-radius:0;
	}
	#m-produkte.dropdown .dropdown-menu.show {
		height: 270px;
		opacity: 1;
		z-index: 10000;
	}
	#m-unternehmen.dropdown .dropdown-menu.show {
		height: 150px;
		opacity: 1;
		z-index: 10000;
	}
	#m-service.dropdown .dropdown-menu.show {
		height: 120px;
		opacity: 1;
		z-index: 10000;
	}
	#m-kontakt.dropdown .dropdown-menu {
		left:-40px;
	}
	#m-kontakt.dropdown .dropdown-menu.show {
		height: 125px;
		opacity: 1;
		z-index: 10000;
	}
	#m-referenzen.dropdown .dropdown-menu.show {
		height: 125px;
		opacity: 1;
		z-index: 10000;
	}
	#mainnav li.dropdown > a.show {
		background: rgba(0, 0, 0, 0.3);
	}
	#mainnav li.dropdown > a.show:hover {
		border-bottom: 2px solid rgba(255, 255, 255, 0);
	}
	.dropdown .dropdown-menu.show a:link,.dropdown .dropdown-menu.show a:visited{
		padding-top:5px;
		padding-bottom:5px;
	}
	.dropdown .dropdown-menu.show a:hover{
		background-color:#eee;
	}
	
	
	#information {
		padding-top: 175px;
		background-image: url(../images/layout/footer-bk2.png);
		background-position: bottom;
		background-repeat: repeat-x;
	}
	#copyright #cr {
		font-size: 90%;
	}
	#copyright #cr span.fbr4 {
		display: inline;
	}
	#copyright #cr br.fbr4 {
		display: none;
	}
	#copyright #cr {
		margin-top: 15px;
	}
	#info-bk{
		
	}
	#rightnav2{
		height:110px;
		top: 130px;
	}
	#rightnav2 a{
	width:48px;
}
	#headerflyin{
		width:300px;
		left:20px;
		top:120px;
	}
	#headerflyin2{
		display:none;
	}
}
/* Breakpoint at 992px */
@media only screen and (min-width:992px) {
	#shcont {
		padding-bottom: 20%;
		height: 400px;
	}
	#logo {
		width: 140px;
		margin-left: 15px;
	}
	#mainnav .navbar-nav > li > a:link, #mainnav .navbar-nav > li > a:visited {
		font-size: 16px;
	}
	#info-bk {
		padding-top: 50px;
		height: 32px;
	}
	#slogan1 {
		top: 400px;
	}
	
		#rightnav1{
		top:120px;
		display:flex;
		flex-direction: column;
		height:130px;
		justify-content: space-between;
	}
	#rightnav2{
		display:none;
	}
	#navtelefon, #navmail{
		width:50px;
		height:50px;
		background-image:url("../images/layout/icon-telefon.png");
		background-size:cover;
		position:relative;
		cursor:pointer;
	}
	#navmail{
		background-image:url("../images/layout/icon-email.png");
	}
	#navtelefon .flyout, #navmail .flyout{
		position:absolute;
		right:50px;
		top:8px;
		width:0px;
		background-color:white;
		overflow:hidden;
		transition:all 0.7s;
		white-space: nowrap;
	}
	
	
	
	#navtelefon .flyout span, #navmail .flyout span{
		display:inline-block;
		padding:5px;	
		font-face:120%;
	}
	
	#navtelefon.flopen .flyout{
		width:145px;
	}
	
	#navmail.flopen .flyout{
		width:170px;
	}

	#headerflyin{
		width:300px;
		left:20px;
		top:120px;
	}
	
	
}
/* Breakpoint at 1200px */
@media only screen and (min-width:1200px) {
	body {}
	#logo {
		width: 250px;
	}
	#shcont {
		padding-bottom: 20%;
		height: 550px;
	}
	#copyright #cr {
		font-size: 100%;
		margin-top: 30px;
	}
	#copyright #cr span {
		display: inline;
	}
	#copyright #cr br {
		display: none;
	}
	#headerflyin{
		width:300px;
		left:20px;
		top:150px;
	}
}
@media only screen and (min-width:1663px) {
	.container {
		width: 1300px;
	}
	body {
		font-size: 18px;
	}
	#shcont {
		max-width: 2550px;
		height: 600px;
	}
	#headerflyin{
		width:300px;
		left:20px;
		top:150px;
	}
}
@media only screen and (max-width:767px) {
	.navbar-default .navbar-toggle:focus {
		background: none;
	}
	#mainnav .navbar-nav {
		background: rgba(255, 255, 255, 0.9);
		-webkit-box-shadow: 0px 5px 5px #ccc;
		box-shadow: 0px 5px 5px #ccc;
	}
	.navbar-collpse {
		top: 40px;
	}
	.navbar-header button img {
		width: 36px;
		height: 30px;
	}
	.navbar-header button {
		border: none;
	}
	.navbar-header button:hover {
		background: none;
	}
	#logo {
		width: 102px;
		height: 87px;
	}


	.navbar-toggler[aria-expanded=false] #toggle-on {
		display: none;
	}
	.navbar-toggler[aria-expanded=false] #toggle-off {
		display: block;
	}
	.navbar-toggler[aria-expanded=true] #toggle-on {
		display: block;
	}
	.navbar-toggler[aria-expanded=true] #toggle-off {
		display: none;
	}

	li.dropdown a.dropdown-toggle.show:link, li.dropdown a.dropdown-toggle.show:visited {
		background: #ccc;
	}
	#mainnav .navbar-nav ul {
		background: #eee;
	}
	#backtotop {
		width: 64px;
		position: fixed;
		bottom: 60px;
		right: 0;
		z-index: 1000;
		background: rgba(18, 121, 210, 0.8);
	}

	#headerflyin{
		display:none;
	}
	#headerflyin2{
		display:block;
	}

	#logo{
		top:0;
	}

	#mainnav > div.container{
		max-width:100%;
	}

	.navbar-toggler{
		border:none;
	}

	.navbar-toggler img{
		width:48px;
		height:48px;
	}



}
@media only screen and (max-width:479px) {
	h1 {
		font-size: 30px;
	}
}
