﻿body {
	font-size: 100%;
}
#main_page {
	width: 90%;
	margin: auto auto auto auto;
	padding: 0 0 0 0;
	top: 20px;
}
.selected {
	font-weight:bold !important;
}

#logo {
	width: 300px;
	height: 150px;
	margin-bottom: 30px;
}
#breadcrumb {
	height: 30px;
	width: 100%;
}
.language {
	color: white;
	float: right;
	padding-top: 5px;
}
a:hover.language {
	color:white;
	text-decoration:none;
}
.lang_mobile {
	display: none;
}
.menu_mobile {
	display: none;
}
.main_container {
	height:100%;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	display: flexbox;
	display: -ms-inline-flexbox;
}
.content {
	border-radius: 10px;
	position: relative;
	width: 75%;
	border: 1px #808080 solid;
	padding: 10px 20px 20px 20px;
	margin: 10px 0 10px 0;
	min-height:500px;
}
.right_content {
	border-radius: 10px 10px 10px 10px;
	width: 25%;;
	padding: 10px 20px 20px 20px;
	margin: 10px 0 10px 5px;
	border: 1px #808080 solid;
}
.container_1 {
	display: -ms-flex;
	display: flex;
	display: -ms-inline-flexbox;
	display: box;
}
.container_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	display: box;
	display: -ms-inline-flexbox;
}
.img_box {
	width: 40%;
	height: auto;
	text-align: center;
}
.text_box {
	width: 60%;
	height: auto;
	margin-right: 20px;
}
.small_text_box {
	width: 40%;
	height: auto;
}

.text_box_left {
	text-align: left;
	margin-right: 20px;
}

#text_impressum {
	width: 40%;
}
#text_contact {
	width: 25%;
	margin-top: 100px;
}
#text_referenzen {
	width: 40%;
	margin-left: 50px;
}
#text_schall {
	width: 60%;
}
.image {
	margin-top: 10%;
}
#img_referenzen {
	margin-top: 30%;
}
#img_inhaber {
	margin-top: 25%;
}
#img_labyrinth {
	margin-top: 20%;
}

#img_fragezeichen4{
	margin-left:10px;
	height: 207px;
	margin-top: 110px;
}

#img_box_diagramm {
	margin-right: 10px;
    margin-top: 200px;
    width: 50%;
}
#special_img_haus{
	margin-left: 20px;
    margin-top: 130px;
}
#img_fragezeichen2{
	height: 207px;
	margin-top: 110px;
}
#special_img_diagramm {
	height: 207px;
    margin-top: 100px;
    width: 95%;
}
#special_img_baustelle2{
	margin-top:120px;
}
#mon_video_box {
	margin-left: 50px; 
	margin-top: 100px;
}

.embed-video {
	position: relative; 
	padding-top: 56.25%; /* ratio 16x9 */
	width: auto;
	overflow: hidden; 
	margin: 30px;
}
.embed-video iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

#mobile_img_handy {
	margin-top:100px;
}
.container_1 .img_box {
	-webkit-order: 1;
	order: 1;
	-ms-order:1;
	-ms-flex-order: 1;
}
.container_1 .text_box {
	-webkit-order: 2;
	order: 2;
	-ms-order:2;
	-ms-flex-order: 2;
}
.container_2 .img_box {
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	-ms-flex-order: 2;
	text-align: center;
}
.container_2 .text_box {
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	-ms-flex-order: 1;
}
.article_box {
	box-sizing: border-box;
	padding: 10px 12px 10px 12px;
	background-color: #F3F3F3;
	border-radius: 10px;
	box-shadow:3px 3px 3px 3px #999999;
	height: auto;
	outline: medium none !important;
	width: 100%;
}
.right_article_box {
	box-sizing: border-box;
	padding: 10px 12px 10px 12px;
	background-color: #F3F3F3;
	border-radius: 10px;
	box-shadow:3px 3px 3px 3px #999999;
	height: auto;
	outline: medium none !important;
	width: 100%;
	float: right;
}
article {
	display: block !important;
	width: auto;
	height: auto;
}
.glossar {
	color: #6A8A20;
	font-style: italic;
}
footer {
	background-color: #363636;
	clear: both;
	bottom: 20px;
	height: 30px;
	width: auto;
	margin-bottom: 2px;
}
.copyright {
	color: white;
	float: right;
	margin-left: 10px;
	margin-top: 3px;
	margin-right: 10px;
}
.impressum {
	color: white;
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}
a:hover.impressum {
	color:white;
	text-decoration:none;	
}
#footer_mobile, copyright_mobile {
	display: none;
}


/*Bootstrap*/
.container-fluid {
	border-radius: 0px !important;
	height: 30px !important;
	min-height: 30px !important;
}
.collapse.navbar-collapse {
	height: 30px !important;
	min-height: 30px !important;
}
.nav {
	height: 30px !important;
	min-height: 30px !important;
}
.navbar-nav {
	height: 30px !important;
	min-height: 30px !important;
}
.navbar-inverse {
	height: 30px !important;
	min-height: 30px !important;
}
.navbar-nav > li > a {
	padding-bottom: 0px !important;
	padding-top: 5px !important;
}

