﻿#body {
	font-size: 170%;
}
#main_page {
	width: 100%;
}

#logo {
	width: 150px;
	height: 90px;
	margin-top: 20px;
}
#breadcrumb {
	height: auto;
	width: auto;
}
.language {
	display: none;
}
.lang_mobile {
	float: left;
	color: white;
	padding-top: 5px;
}
a:hover.lang_mobile {
	color:white;
	text-decoration:none;
}
.menu_mobile {
	color: white;
	font-size: 17px;
	float: right;
	position: relative;
	padding-right: 10px;
	padding-top: 3px;
}
.main_container {
	float: left;
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.content {
	width: 100%;
	padding: 0px 20px 20px 20px;
	margin: 0px 0 10px 0;
}
.right_content {
	width: 100%;
	padding: 0px 20px 20px 20px;
	margin: 0px 0 10px 0;
}
.container_1 {
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.container_2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.img_box, .text_box {
	width: 100%;
	height: auto;
}
.img_box {
	text-align: center;
}
.image {
	margin-top: 20px;
}
#img_inhaber {
	margin-top: 5%;
}
#mon_video_box {
	margin-left: 0px; 
	margin-top: 20px;
}

#mon_video {
	width: 100%; 
	height: 100%;
}
#special_img_diagramm {
    width: 100%;
}
.container_1 .img_box {
	-webkit-order: 2;
	order: 2;
	text-align: center;
}
.container_1 .text_box {
	-webkit-order: 1;
	order: 1;
}
.container_2 .img_box {
	-webkit-order: 2;
	order: 2;
	text-align: center;
}
.container_2 .text_box {
	-webkit-order: 1;
	order: 1;
}
.article_box {
	box-sizing: border-box;
	padding: 10px 12px 10px 12px;
	background-color: #F3F3F3;
	box-shadow:3px 3px 3px 3px #999999;
	border-radius: 10px;
	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: 100%;
}
.glossar {
	color: #6A8A20;
	font-style: italic;
}
footer {
	background-color: #363636;
	clear: both;
	height: 250px;
	padding: 10px 30px 30px 0;
	width: auto;
}
.sitemap li {
	border-top: 1px solid #555555;
	display: block;
	float: left;
	margin-left: 5%;
	position: relative;
	width: 40%;
}
.sitemap a {
	border-bottom: 1px solid #555555;
	color: white;
	display: block;
	font-size: 12px;
	padding: 8px 0;
	text-decoration: none;
}
.sitemap a:hover {
	color: white;
	text-decoration: none;
}
.sitemap li:after {
	border-bottom: 1px solid #6a6a6a;
	display: block;
	position: relative;
}
.sitemap li:before {
	border-top: 1px solid #6a6a6a;
	display: block;
	position: relative;
}
.top {
	border-top: 0px !important;
}
.top_handy {
	border-top: 0px !important;
}
.copyright {
	color:white;
	background-color: black;
	float: right;
	font-size: 10px;
	height: 30px;
	padding-right: 30px;
	padding-top: 7px;
	width: 100%;
}
#footer_desktop {
	display: none;
}
/*bootstrap*/
.container-fluid {
	border-radius: 0px !important;
	min-height: 30px !important;
}
.navbar {
	border-radius: 0 !important;
	min-height: 30px !important;
}
.collapse.navbar-collapse {
	min-height: 30px !important;
}
.nav {
	min-height: 30px !important;
}
.navbar-nav {
	min-height: 30px !important;
}
.navbar-inverse {
	min-height: 30px !important;
}
.navbar-nav > li > a {
	padding-bottom: 0px !important;
	padding-top: 5px !important;
}
.navbar-toggle collapsed {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.navbar-toggle {
	margin-top: 4px !important;
	padding-top: 4px !important;
	margin-bottom: 0px !important;
}

