* {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body  {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
.clearall{
	clear: both;
}
a.pdf:link, a.pdf:visited {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #BFBFBF;
	color: #242424;
	height: 50px;
	margin: 0 0 0 0;
	padding: 30px 0 0 55px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	background-image: url(../images/icon_pdf.svg);
	float: left;
	clear: left;
	background-size: 35px 43px;
}
a.pdf:hover, a.pdf:active {
	color: #DD3122;
}
a.mp3:link, a.mp3:visited {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #BFBFBF;
	color: #242424;
	height: 50px;
	margin: 0 0 0 0;
	padding: 30px 0 0 55px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	background-image: url(../images/icon_mp3.svg);
	float: left;
	clear: left;
	background-size: 35px 43px;
}
a.mp3:hover, a.mp3:active {
	color: #DD3122;
}
#container {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto auto 0;
    overflow: hidden;
}
.landing_box {
    width: 32.8%;
    padding: 0 0 0 0;
    margin: 0 0.8% auto 0;
    overflow: hidden;
    float: left;
    display: block;
    background-color: #F4ADF7;
    height: calc(100vh);
}
.landing_box.nomarginright {
    padding: 0 0 0 0;
    margin-right: 0%;
}
header {
    display: block;
    background-color: #FFFFFF;
    overflow: visible;
    width: 100%;
    position: fixed;
    padding: 0 0 0 0;
    margin: 0;
    z-index: 50;
}
.headerbild img  {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: left;
    width: 100%;
    height: auto;
}
#bild_container  {
    display: block;
    margin: 0 auto 0 auto;
    padding: 127px 0 0 0;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
    z-index: 1;
}
#icon_smk  {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 2;
    position: absolute;
    right: 0px;
    bottom: 120px;
}
#icon_svit  {
    width: 112px;
    height: 74px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 2;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
#icon_verkauf  {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 2;
    position: absolute;
    left: 10%;
    bottom: 30px;
    transform: rotate(-15deg);
}
#icon_verkauf_2 {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 150px;
    transform: rotate(-10deg);
}
#icon_verkauf_2 img{
	width: 100%;
	height: auto;
}
#buehrerpartner_logo {
    height: 59px;
    width: 300px;
    display: block;
    clear: none;
    margin: 12px 30px 0px auto;
    padding-top: 10px;
    float: right;
    position: absolute;
    right: 0px;
}
#menu_box  {
    display: block;
    margin: 0 auto 0 auto;
    width: 360px;
    height: auto;
    z-index: 30;
    position: absolute;
    bottom: 45px;
    left: 10%;
    right: 10%;
}
a.home_weiter_box:link, 
a.home_weiter_box:visited {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.4em;
    width: 110px;
    height: 35px;
    display: block;
    text-decoration: none;
    margin: 0 20px 0 0;
    padding: 7px 10px 0 50px;
    text-align: left;
    background-color: #B63240;
    background-color:rgba(182,50,65,0.8);
    text-transform: uppercase;
    background-image: url(../images/icon_flash_r.svg);
    background-position: 15px center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
}
a.home_weiter_box:hover,
a.home_weiter_box:active,
a.home_weiter_box:focus {
	text-decoration: none;
	background-color: #5D8FC9;
	transition: background-color 0.4s ease-out;
}
a.home_weiter_box.nomarginright {
    margin-right: 0px;
}
nav#head_navi_l {
    display: block;
    margin: 20px 0 0 20px;
    float: left;
}
nav#head_navi_l ul{
	display: block;
	float: left;
	margin-top: 0px;
}
#suchenbox{
	margin: 4px 0 0 30px;
	float: left;
	width: auto;
}
#suchenbox input{
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: .05em;
	border-radius: 5px;
	padding: 3px 10px;
	box-shadow: none;
	border: 1px solid #ddd;
	display: block;
	float: left;
}
#suchenbox a:link,
#suchenbox a:visited{
	display: block;
	float: left;
	width: 18px;
	height: auto;
	margin: 2px 0 0 10px;
}
#suchenbox a:focus,
#suchenbox a:hover,
#suchenbox a:active{

}
#suchenbox img{
	width: 100%;
	height: auto;
}
nav#head_navi_l li{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #474747;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
    display: inline-block;
    text-decoration: none;
    list-style-image: none;
    background-image: none;
    width: auto;
    float: left;
    text-transform: uppercase;
    height: 34px;
}
nav#head_navi_l ul a:link, 
nav#head_navi_l ul a:visited {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #808080;
    display: inline-block;
    margin: 0px;
    padding: 2px 0 0 50px;
    width: auto;
    transition: background-color 0.4s ease-out;
    background-image: url(../images/icon_home.svg);
    background-position: 0px 0px;
    background-size: 34px 26px;
    background-repeat: no-repeat;
    height: 34px;
}
nav#head_navi_l ul a:hover,
nav#head_navi_l ul a:active,
nav#head_navi_l ul a:focus {
    color: #B63240;
    display: inline-block;
    height: 34px;
}
nav#navi_box {
    text-align: center;
    margin: 20px auto 0 auto;
    float: left;
    width: 100%;
    border-top: 2px solid #B63240;
    overflow:visible;
}
nav#navi_box ul{
    margin: 0 0 0 0;
    display: block;
    height: auto;
    width: auto;
    text-align: center;
    overflow:visible;
}
nav#navi_box li{
	position: relative;
	box-sizing: border-box;
	height: 36px;
	display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #304057;
    margin: 15px 5px 0 5px;
    padding: 3px 0 0 0;
    list-style-type: none;
    text-transform: uppercase;
    text-decoration: none;
    list-style-image: none;
    background-image: none;
	overflow: visible;
	position: relative;
}
nav#navi_box a:link,
nav#navi_box a:visited,
nav#navi_box a:focus,
nav#navi_box a:hover,
nav#navi_box a:active{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #304057;
    text-decoration: none;
    height: 25px;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    letter-spacing: 0.04em;
    height: 31px;
}

nav#navi_box li:last-child a:link,
nav#navi_box li:last-child a:visited,
nav#navi_box li:last-child a:focus{
  color: #B63240;
  text-decoration: none;
}
nav#navi_box li:hover a:link,
nav#navi_box li:hover a:visited,
nav#navi_box li:hover a:focus,
nav#navi_box li:hover a:hover,
nav#navi_box li:hover a:active,
nav#navi_box li.this_activated a:link,
nav#navi_box li.this_activated a:visited,
nav#navi_box li.this_activated a:focus,
nav#navi_box li.this_activated a:hover,
nav#navi_box li.this_activated a:active,
nav#navi_box li.activated_parent a:link,
nav#navi_box li.activated_parent a:visited,
nav#navi_box li.activated_parent a:focus,
nav#navi_box li.activated_parent a:hover,
nav#navi_box li.activated_parent a:active{
    color: #B63240;
    text-decoration: none;
    border-bottom: 5px solid #B63240;
}
nav#navi_box ul.ebene_2{
	display: none;
	box-shadow: 10px 10px 10px 1px #505050;
}
nav#navi_box li.this_activated ul.ebene_2,
nav#navi_box li:hover ul.ebene_2{
	background-color: white;
	display: block;
	position: absolute;
	width: auto;
	top: 36px;
	left: 0;
	padding: 0 0 5px 0;
	z-index: 100;
}
nav#navi_box ul.ebene_2 li{
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
}
nav#navi_box .ebene_2 li a:link, 
nav#navi_box .ebene_2 li a:visited {
    display: block;
    width: auto;
	height: auto;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #304057;
    font-size: 12px;
    text-decoration: none;
	padding: 0 10px;
	text-align: left;
    margin: 0 0 0 0;
    border-bottom: 0px solid white;
    letter-spacing: 0.04em;
	white-space: nowrap;
}
nav#navi_box .ebene_2 li a.l_this_activated:link, 
nav#navi_box .ebene_2 li a.l_this_activated:visited,
nav#navi_box .ebene_2 li a.l_activated_parent:link, 
nav#navi_box .ebene_2 li a.l_activated_parent:visited,
nav#navi_box .ebene_2 li a:hover,
nav#navi_box .ebene_2 li a:active,
nav#navi_box .ebene_2 li a:focus {
    color: #B63240;
    text-decoration: none;
    border-bottom: 0px solid white;
}
div {
	text-decoration: none;
	margin-top: 0px;
}
p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #304057;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0px;
    line-height: 1.5em;
    text-align: left;
}
.adress_box p {
    margin: 0 0 0 0;
    padding: 0px;
}
#footer_center p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #304057;
    font-size: 16px;
    margin: 0 0 0px 0;
    padding: 8px 0 0 0;
    line-height: 1.5em;
    text-align: center;
    overflow: hidden;
}
#footer_center a:link,
#footer_center a:visited {
	color: #304057;
	text-decoration: none;
	font-weight: 400;
}
#footer_center a:hover,
#footer_center a:active {
	color: #B63240;
	text-decoration: none;
}
figcaption p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #304057;
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 0px;
    line-height: 1.7em;
    text-align: left;
}
.textbox_grau p   {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #304057;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul {
	margin: 0 0 0 0;
	padding-top: 0px;
	padding-left: 0px;
}
ul li {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #304057;
	font-size: 18px;
	line-height: 1.4em;
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 12px;
	margin-bottom: 0px;
	padding: 0 0 8px 20px;
	background-repeat: no-repeat;
	background-image: url(../images/dot.png);
	background-position: left 8px;
}
ol > li {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #304057;
	font-size: 18px;
	line-height: 1.4em;
	display: list-item;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
	margin-bottom: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 2em;
}
ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 1em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
p.kursiv{
	font-style: italic
}
.bold {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #304057;
}
.adresse .bold  {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: none;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
th, td {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	text-align: left;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #5A5351;
}
tr:nth-child(even){background-color: #E5E1D6;
}
th {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
	color: white;
	border-bottom-style: none;
	margin-bottom: 10px;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #B63240;
	text-decoration: underline;
	font-weight: 400;
}
a:hover, a:active {
	color: #B63240;
	text-decoration: none;
}
main {
    margin: 0 auto auto 0;
    width: 100%;
    display: block;
    float: left;
    padding-top: 80px;
}
#search,
.record_box {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 15% 15px 15%;
	padding-top: 0px;
}
#search .record_box {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #6E7989;
}
#search .record_box p{
	margin-bottom: 0px;
}
.record_box_team  {
    display: block;
    margin: 0 auto 70px auto;
    width: 92%;
    padding: 0px;
    overflow: hidden;
    height: auto;
}
.spalte_l  {
    display: block;
    margin-top: 0;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 0px;
    width: 48%;
    padding: 0px;
    overflow: hidden;
    height: auto;
    float: left;
}
.spalte_r  {
    display: block;
    margin: 0 0 70px 0;
    width: 48%;
    padding: 0px;
    overflow: hidden;
    height: auto;
    float: left;
}
.textbox_grau {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 15px 15px 13px 15px;
	background-color: #F4F3F4;
	height: auto;
}
a.zurueck_box:link, 
a.zurueck_box:visited {
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #242424;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 30px;
	display: inline-block;
	float: right;
	background-image: url(../images/flash_back.png);
	background-repeat: no-repeat;
	background-position: left center;
}
 a.zurueck_box:hover,
 a.zurueck_box:active,
 a.zurueck_box:focus {
	text-decoration: none;
	display: inline-block;
	color: #DD3122;
}
a.anfrage_box:link, 
a.anfrage_box:visited {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 5px 14px 5px 14px;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    background-color: #5BA365;
}
 a.anfrage_box:hover,
 a.anfrage_box:active,
 a.anfrage_box:focus {
	text-decoration: none;
	display: inline-block;
	background-color: #D30066;
	transition: background-color 0.4s ease-out;
	color: #FFFFFF;
}
a.mehr_box:link, 
a.mehr_box:visited {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 5px 14px 5px 14px;
    display: inline-block;
    float: left;
    text-transform: none;
    background-color: #6E7989;
}
 a.mehr_box:hover,
 a.mehr_box:active,
 a.mehr_box:focus {
	text-decoration: none;
	display: inline-block;
	background-color: #B63240;
	transition: background-color 0.4s ease-out;
	color: #FFFFFF;
}
a.plus_icon:link, 
a.plus_icon:visited {
	display: block;
	z-index: 5;
	position: relative;
}
 a.plus_icon: hover,
 a.plus_icon: active,
 a.plus_icon: focus {
    text-decoration: none;
    background-image: url(../images/icon_plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 113px 113px;
    z-index: 5;
    color: #5BA365;
}
#video_box {
    overflow: hidden;
    width: 60%;
    margin-bottom: 0px;
    background-color: #9DE4B6;
    height: auto;
}
.images_landing_box {
    overflow: hidden;
    width: 32.8%;
    margin-bottom: 0px;
    position: absolute;
    top: 0px;
    z-index: 0;
    padding-top: 160px;
}
.images_landing_box img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0px;
    height: calc(100vh - 160px);
}
.images_box {
    overflow: hidden;
    width: 40%;
	position: relative;
    height: auto;
    margin: 0;
}
main#home .images_box {
	width: 10%;
}
.images_box.left {
	margin-right: 5%;
	float: left;
	overflow: hidden;
}
.images_box.right {
	margin-left: 5%;
	float: right;
}
.images_box figcaption{
	box-sizing: border-box;
	padding: 5px 0;
	position: absolute;
	color: black;
	text-decoration: none;
	top: 12px;
	left: -53px;
	background-color: #B63240;
	transform: rotate(-45deg);
	width: 200px;
	height: 36px;
	text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}
.images_box img{
	width: 100%;
	height: auto;
}
.images_portrait {
	display: block;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	width: 260px;
	border-radius: 50%;
	height: 260px;
	float: left;
	margin-right: 50px;
	clear: left;
}
figure {
    margin-top: 0;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    width: 22%;
    display: block;
    float: left;
    height: auto;
}
figure.nomarginright {
    padding: 0 0 10px 0;
    margin-right: 0px;
}
figcaption {
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
}
hr.trenner {
    padding: 0px;
    margin: 2px 15% 25px 15%;
    height: 1px;
    border-top: 1px solid #304057;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    float: left;
    width: 70%;
}
hr.trenner_detail {
	padding: 0px;
	margin: 5px 0px 5px 0;
	height: 1px;
	border-top: 2px solid #304057;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 100%;
	float: left;
}
hr.trenner_content {
	margin: 15px 15% 30px 15%;
	border-top: 1px solid #304057;
	height: 1px;
	width: 70%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
div.trenner {
	margin-bottom: 10px;
	margin-left: 0px;
	height: 1px;
}
h1  {
    font-family: 'Roboto Condensed', sans-serif;
    color: #304057;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align: left;
    line-height: 1.2em;
    font-weight: 700;
    vertical-align: 0px;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
    color: #304057;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 1.15em;
	width: auto;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #304057;
	font-size: 19px;
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 1.15em;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000000;
	font-size: 16px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 500;
	margin-top: 0px;
	line-height: 1.15em;
	letter-spacing: 1px;
	word-spacing: 0.1em;
}

/* ---F O O T-- */

footer {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #5BA365;
    float: none;
    height: auto;
}
footer #footer_stripe {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0 20px 0;
    width: 100%;
    margin: 0 0 10px 0;
    background-color: #6E7989;
}
footer #footer_center {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding-top: 0px;
    height: 51px;
    position: relative;
}
footer .adress_spalte {
    padding: 0 0 0 0;
    float: left;
    display: block;
    width: 300px;
    margin: 0 0 0 0;
    overflow: visible;
    z-index: 0;
    position: relative;
}
footer .adress_box {
    padding: 0 0 0 0;
    float: none;
    display: block;
    width: 70%;
    margin: 0 15% 0 15%;
    overflow: visible;
    z-index: 0;
    position: relative;
}
footer .adress_svit_logo {
    float: right;
    width: 112px;
    height: 76px;
}
footer .adress_jubi_logo {
    float: right;
    width: 100px;
    height: 100px;
}
footer .adress_icon {
    width: 36px;
    height: 36px;
    top: 0px;
    right: 0px;
    overflow: visible;
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    float: right;
    margin-right: 20px;
}
footer .adress_icon.second {
    margin-right: 71px;
}    
footer .adress_icon.third {
    margin-right: 126px;
}
footer .adresse {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.6em;
    padding: 0px;
    width: auto;
    text-align: left;
    overflow: visible;
}
footer .adresse a:link, footer .adresse a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
footer .adresse a:hover, footer .adresse a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li{
	display: inline-block;
	width: 32%;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 23px;
	margin-left: 0px;
	background-image: none;
	list-style-image: none;
	list-style: none;	
}
.gallery li:nth-child(3n){
	margin-right: 0;	
}
.gallery img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
.gallery.team li{
	overflow: hidden;
	position: relative;
}
.gallery.team li div.textdiv1{
	position: static;
	bottom: 0;
	width: 100%;
	left: 0;
}
.gallery.team li div.textdiv2{
	display: block;
	box-sizing: border-box;
	padding: 3px 10px 0 10px;
	width: 100%;
	background-color: #6E7989;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 18px;
	height: 78px;
	bottom: -78px;
	position: absolute;
	transition: bottom ease 500ms;
}
.gallery.team li img.teamimg1{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	opacity: 1;
	transition: opacity ease 500ms;
	float: left;
}
.gallery.team li img.teamimg2{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	opacity: 0;
	transition: opacity ease 500ms;
	float: left;
}
.gallery.team li:hover img.teamimg1{
	opacity: 1;
}
.gallery.team li:hover img.teamimg2{
	opacity: 1;
}
.gallery.team li div.namediv{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #304057;
    font-size: 18px;
}
.gallery.team li div.textdiv1{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #304057;
    font-size: 18px;
}
.gallery.team li:hover div.textdiv2{
	left: 0;
	bottom: 0;
}
.gallery.team li .textdiv2 a:link,
.gallery.team li .textdiv2 a:visited{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 18px;
	text-decoration: underline;
}
.gallery.team li .textdiv2 a:focus,
.gallery.team li .textdiv2 a:hover,
.gallery.team li .textdiv2 a:active{
	text-decoration: none;
}
.gallery.team li .imgcontainer{
}
a#menubutton:link,
a#menubutton:visited,
a#menubutton:focus,
a#menubutton:hover,
a#menubutton:active{
	display: none;
}
.table{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.tablerow{
	display: table-row;
	border-bottom: 1px solid #ddd;
}
.tablecell{
	display: table-cell;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #304057;
    font-size: 18px;
    padding: 2px 0 3px 0;
}
.tablecell.col_1{
	font-weight: 400;
	color: black;
}
#glossar{
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 15% 15px 15%;
	padding-top: 0px;
}
#glossar h1{
	width: 100%;
	border-bottom: 1px solid black;
	margin: 20px 0 20px 0;
}
#glossar h2{
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
#glossar h2.activated,
#glossar h2:hover{
	text-decoration: underline;
}
#glossar p{
	font-weight: 14px;
	font-size: 16px;
	margin: 0 0 20px 0;	
}
#search .infobox_content_text_navi{
	font-family: "Source Sans Pro", sans-serif;
}
#pricehubble iframe,
#pricehubble{
	width: 100%;
	height: 1200px;
	border: 0px;
}
@media screen and (min-width: 1400px) {
	#icon_verkauf_2 {
	    right: 0%;
	}
	.gallery.team li div.textdiv2{
		height: 78px;
		bottom: -78px;
	}
	nav#navi_box li{
		font-size: 20px;
		margin: 15px 14px 0 14px;
		padding: 0 0 0 0;
	}
	#icon_smk  {
	    right: 180px;
	    bottom: 20px;
	}
}
@media screen and (min-width: 1900px) {
	#icon_verkauf_2 {
	    right: 15%;
	}
}
@media screen and (max-width: 1024px) {
	h1 {
	    font-size: 30px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	ul li,
	ol > li,
	p {
	    font-size: 16px;
	}
	main{
		padding: 40px 5px 0 5px;
		position: relative;
		display: block;
		box-sizing: border-box;
	}
	footer #footer_center{
		text-align: center;
		height: auto;
	}
	footer .adress_icon.second,
	footer .adress_icon.third,
	footer .adress_icon{
		display: inline-block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		margin: 5px 13px;
	}
	footer #footer_stripe{
		display: block;
		box-sizing: border-box;
		padding: 10px 5px 10px 5px;
	}
	#glossar,
	#search,
	.record_box,
	footer .adress_box,
	hr.trenner_content,
	hr.trenner {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#icon_svit,
	#menu_box,
	nav#head_navi_l {
		display: none;
	}
	#icon_smk{
		bottom: 0px;
		max-width: 40%;
		height: auto;
	}
	#icon_verkauf {
		bottom: 20px;
		max-width: 27%;
		height: auto;
	}
	#icon_verkauf_2 {
		top: 10px;
		right: auto;
		left: 10px;
		max-width: 25%;
		height: auto;
	}
	#icon_verkauf img,
	#icon_smk img{
		width: 100%;
		height: auto;
	}
	.flex-direction-nav{
		display: none;
	}
	header{
		position: static;
		padding-bottom: 10px;
		overflow: hidden;
	}
	#bild_container{
		padding-top: 0;
	}
	a#menubutton:link,
	a#menubutton:visited,
	a#menubutton:focus,
	a#menubutton:hover,
	a#menubutton:active{
	    display: block;
	    margin: 20px 0 0 20px;
	    float: left;
	}
	nav#navi_box ul.ebene_1{
		padding: 10px 0;
		display: none;
	}
	nav#navi_box li{
		height: auto;
		width: 100%;
		display: block;
		padding: 0;
		margin: 10px 0 0 0;
		float: none;
		height: auto;
	}
	nav#navi_box ul.ebene_2,
	nav#navi_box li.activated_parent ul.ebene_2,
	nav#navi_box li.this_activated ul.ebene_2,
	nav#navi_box li:hover ul.ebene_2{
		width: 100%;
		padding: 0;
		margin: 0;
		display: block;
		float: none;
		box-shadow: none;
		text-align: center;
		position: static;		
	}
	nav#navi_box a:link,
	nav#navi_box a:visited,
	nav#navi_box a:focus,
	nav#navi_box a:hover,
	nav#navi_box a:active{
		border-bottom: 0px;
		padding: 0;
		margin: 0;
		width: auto;
		height: auto;
		display: inline-block;
	}
	nav#navi_box li:hover a:link,
	nav#navi_box li:hover a:visited,
	nav#navi_box li:hover a:focus,
	nav#navi_box li:hover a:hover,
	nav#navi_box li:hover a:active,
	nav#navi_box li.this_activated a:link,
	nav#navi_box li.this_activated a:visited,
	nav#navi_box li.this_activated a:focus,
	nav#navi_box li.this_activated a:hover,
	nav#navi_box li.this_activated a:active,
	nav#navi_box li.activated_parent a:link,
	nav#navi_box li.activated_parent a:visited,
	nav#navi_box li.activated_parent a:focus,
	nav#navi_box li.activated_parent a:hover,
	nav#navi_box li.activated_parent a:active{
		border-bottom: 0px;
		padding: 0;
		margin: 0;
	}
	nav#navi_box ul.ebene_2 li{
		width: 100%;
		border-bottom: 0px;
		padding: 0;
		margin: 0;
		display: block;
	}
	nav#navi_box ul.ebene_2 li a:link, 
	nav#navi_box ul.ebene_2 li a:visited{
		border-bottom: 0px;
		padding: 0;
		margin: 0 5px;
		width: auto;
		display: inline-block;
	}
	nav#navi_box .ebene_2 li a.l_this_activated:link, 
	nav#navi_box .ebene_2 li a.l_this_activated:visited,
	nav#navi_box .ebene_2 li a.l_activated_parent:link, 
	nav#navi_box .ebene_2 li a.l_activated_parent:visited,
	nav#navi_box .ebene_2 li a:hover,
	nav#navi_box .ebene_2 li a:active,
	nav#navi_box .ebene_2 li a:focus {
		border-bottom: 0px;
		padding: 0;
		margin: 0 5px;
	}
	#buehrerpartner_logo{
		max-width: 70%;
		margin-right: 0;
	}
	#buehrerpartner_logo img{
		width: 100%;
		height: auto;
	}
	footer .adress_spalte {
		width: auto;
		clear: left;
	}
	.gallery li,
	.gallery li:nth-child(3n){
		width: 44%;
		margin-right: 2%;
	}
	.gallery li:nth-child(2n){
		margin-right: 0;	
	}
	.gallery.team li div.namediv,
	.gallery.team li div.textdiv1,
	.gallery.team li:hover div.textdiv2{
	    font-size: 16px;
	}
}
@media screen and (max-width: 700px) {
	main#home .images_box,
	.images_box,
	.images_box.right,
	.images_box.left{
		display: block;
		float: none;
		width: 100%;
		max-width: 570px;
		margin: 0;
	}
	main#home .images_box{
		text-align: center;
	}
	main#home .images_box img{
		width: 40%;
	}
	.gallery li,
	.gallery li:nth-child(3n),
	.gallery li:nth-child(2n){
		width: 100%;
		margin-right: 0;
	}
}