@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #e2e2e2;
}
/* ##################        ID        ##################  */

#wrapper {
	max-width: 834px;
	width: 100%;
	margin: 0 auto;
}
#rahmen {
	padding: 15px;
	font-family: arial, helvetica, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}
span, font {
	font-family: arial, helvetica, sans-serif !important;
	font-size: 1em !important;
}
#head_logo {
	width: 80px;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	height: 80px;
}

#logo {
height: inherit;
width: inherit;
		display: flex;
	justify-content: center;
	align-items: center;
}

#head_logo img {
	width: 100%;
}
#head_text {
	width: 80%;
	float: left;
}
#head_info {
	margin: 15px 0;
}
#header_suche p {
	margin-bottom: 0;
}
#imgCarousel img{
		border-radius: 5px;
}
#header_img img {
	width: 100%;
	margin-top: 10px;
	border-radius: 5px;
}
#box_icons {
	text-align: right;
	margin-bottom: -5px;
	display: none;
}
#box_1 p:last-child, #box_2 p:last-child, #box_3 p:last-child, #box_4 p:last-child, #box_5 p:last-child, #box_6 p:last-child {
	margin-bottom: 0px;
}
#icon_text {
	position: relative;
	margin-right: 15px;
	top: -4px;
}
#footer p a {
	color: #009fe3;
}
#video{
	position: relative;
padding-bottom: 56.25%;
}
iframe{
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, ul li {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

h1 {
	font-size: 2em;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.65em;
	margin-bottom: 15px;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: .9em;
	margin-bottom: 15px;
}
h6 {
	font-size: .85em;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0 0 15px 30px;
}
ul ul {
	margin: 0 0 0 15px;
}
li {
	margin-bottom: 0.2em;
}
a {
	text-decoration: none;
	color: #009fe3;
}
a:hover {
	color: #000000;
}
td {
    min-width: 180px;
}
tr{
	vertical-align: top;
}

/* ##################        CLASS        ##################  */
.leer {
	margin: 0 5px;
}
.box_head {
	width: 100%;
}
.box {
	background-color: #fff;
	margin: 12px 0;
	padding: 24px;
	border-radius: 5px;
}
.btn {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	width: 100%;
	padding: 5px 0px;
	background-color: #009fe3;
	border-radius: 5px;
}
.icons {
	height: 20px;
	margin-right: 10px;
}
.br, .br_2 {
	display: none;
}
.clear {
	clear: both;
}
.carousel-control-next, .carousel-control-prev {
display: none;
}
.carousel {
    margin-top: 12px;
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
opacity: .5;
transition: opacity .6s ease;
border-radius: 10px;
border: 1px solid #fff;
}


@media only screen and (max-width: 568px) {
#head_logo {
	float: none;
}
#head_text {
	width: 100%;
	float: none;
}
.br {
	display: block;
}
.leer {
	display: none;
}
	tr{
		line-height: 2;
	}
}

@media only screen and (max-width: 389px) {
#box_icons {
	text-align: left;
}
.br_2 {
	display: block;
}
}
