@font-face {
    font-family: 'dosisbold';
	src: url('fonts/dosis/bold/dosis-bold.woff2') format('woff2'),
         url('dosis/bold/dosis-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisextrabold';
    src: url('fonts/dosis/extrabold/dosis-extrabold.woff2') format('woff2'),
		 url('fonts/dosis/extrabold/dosis-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisextralight';
    src: url('fonts/dosis/extralight/dosis-extralight.woff2') format('woff2'),
         url('fonts/dosis/extralight/dosis-extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosislight';
    src: url('fonts/dosis/light/dosis-light.woff2') format('woff2'),
         url('fonts/dosis/light/dosis-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosismedium';
    src: url('fonts/dosis/medium/dosis-medium.woff2') format('woff2'),
         url('fonts/dosis/medium/dosis-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisregular';
    src: url('fonts/dosis/regular/dosis-regular.woff2') format('woff2'),
         url('fonts/dosis/regular/dosis-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosissemibold';
    src: url('fonts/dosis/semibold/dosis-semibold.woff2') format('woff2'),
         url('fonts/dosis/semibold/dosis-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
	box-sizing: border-box;
}

html{
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 25px;
}

body{
	margin: 0;
	padding: 0 0 100px 0;
	font-family: 'dosislight', Arial;
	color: #000;
	background-color: #1e1e1e;
	font-size: 1em;
	line-height: 1.3em;
}

img{
	border: none;
}

p{
	margin-top: 0;
	margin-bottom: 15px;
}

a{
	text-decoration: underline;
	color: #a51c2c;
	cursor: pointer;
}

ul, ol{
	padding-left: 25px;
	margin: 0;
}


h1{
	margin-top: 0;
	font-size: 1.600em;
	margin-bottom: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #262626;
}

.home h1{
	margin-bottom: 0;
}

h2{
	margin-top: 0;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #262626;
}

h3{
	margin-top: 0;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	color: #262626;
}

hr{
	border: none;
	height: 1px;
	margin: 30px 0;
	background-color: #262626;
}

.clrfix:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clear{
	display: block;
	clear: both;
}

.clear_5{
	display: block;
	clear: both;
	height: 5px;
}

.clear_10{
	display: block;
	clear: both;
	height: 10px;
}

.clear_15{
	display: block;
	clear: both;
	height: 15px;
}

.clear_20{
	display: block;
	clear: both;
	height: 20px;
}

.clear_30{
	display: block;
	clear: both;
	height: 30px;
}

.clear_40{
	display: block;
	clear: both;
	height: 40px;
}

.clear_50{
	display: block;
	clear: both;
	height: 50px;
}

.changeable{
	display: block;
	position: relative;
	min-height: 50px;
}

.changeable .edit_content_button{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	cursor: pointer;
	background-color: #f1f1f1;
	color: #2d2d2d;
}

.changeable:hover .edit_content_button{
	display: block;
}

.changeable:hover .edit_content_button:hover{
	background-color: #eeeeee;
}

.scrollload{
	opacity: 0;
}

#meta_edit{
	display: block;
	font-size: 16px;
	background-color: #fff;
	color: #555;
	padding: 20px;
	position: fixed;
	top: -400px;
	right: 0;
	width: 600px;
	border-radius: 0 0 0 10px;
	height: 400px;
	border: solid #ccc;
	border-width: 0 0 1px 1px;
	z-index: 450;
}

#meta_edit_button{
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 0 0 0 10px;
	border: solid #ccc;
	border-width: 0 0 1px 1px;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infobox_fehler {
    background-color: #eee;
    background-image: url("../img/style/icon_fail.png");
    background-position: 20px 20px;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #6d6d6d;
    left: 50%;
    margin-left: -200px;
    min-height: 150px;
    padding: 25px 20px 20px 140px;
    position: fixed;
    top: 30%;
    width: 400px;
    z-index: 999;
}

.infobox_fehler .info_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #6d6d6d;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.infobox_erfolg .info_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #6d6d6d;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.infobox_erfolg{
	position: fixed;
	top: 30%;
	left: 50%;
	border: 2px solid #ccc;
	padding: 25px 20px 20px 140px;
	background-color: #eee;
	color: #6d6d6d;
	margin-left: -200px;
	width: 400px;
	border-radius: 5px;
	z-index: 999;

	background-image: url('../img/style/icon_ok.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
	min-height: 150px;
}

.login_form{
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	margin: 30px auto;
}

/* BEGIN KONTAKTFORMULAR */
#kontakt_form{
	display: block;
	position: relative;
	z-index: 0;
}

.formular_left_wrap, .formular_right_wrap{
	display: block;
	width: 50%;
	float: left;
}

.formular_left_wrap{
	clear: both;
}

.formular_left{
	padding-right: 7.5px;
}

.formular_right{
	padding-left: 7.5px;
}

.plz_input{
	display: block;
	float: left;
	width: 70px;
}

.ort_input{
	margin-left: 80px;
}

#kontakt_form textarea[name=nachricht]{
	height: 300px;
}

.formular_hinweis{
	font-size: 14px;
}

.kontakt_captcha{
	float: right;
	width: 30%;
}

.captcha{
	display: block;
	clear: both;
	width: 140px;
}

.captcha_input{
	display: block;
}

.captcha_input input[type=text]{
	max-width: 150px;
	font-size: 0.9em;
}

.datenschutz_check{
	float: right;
	width: 70%;
	font-size: 16px;
	line-height: 1.2em;
}

.datenschutz_checkbox{
	display: block;
	float: left;
	width: 20px;
}

.datenschutz_checkbox_text{
	margin-left: 30px;
}

.formular_submit_wrap{
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 50%;
}

.formular_submit{
	padding-left: 20px;
}

.formular_submit input[type=submit]{
	width: 100%;
}

.has_submit_holder{
	padding-bottom: 3em;
	margin-bottom: 15px;
}

.datum_input{
	display: block;
	float: left;
	width: 105px;
}

.layout{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.layout:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.nowrap{
	white-space: nowrap;
}


table.auflistung{
	border-collapse: collapse;
	width: 100%;
}

table.auflistung thead tr td{
	border: 1px solid #202d36;
	background-color: #202d36;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
}

table.auflistung tbody tr td{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 10px;
	vertical-align: middle;
	color: #555;
}

table.auflistung tbody tr:nth-child(2n) td{
	background-color: #f0f0f0;
}

table.auflistung tbody tr:hover td{
	background-color: #e8e8e8;
}

table.auflistung tbody tr td.aktion, table.auflistung thead tr td.aktion{
	text-align: right;
}

table.auflistung tbody tr td.aktion.zwei, table.auflistung thead tr td.aktion.zwei{
	width: 90px;
}

table.auflistung tbody tr td.small, table.auflistung thead tr td.small{
	white-space: nowrap;
	width: 1px;
}

.galerie_big_img{
	margin-bottom: 20px;
}

.galerie{
	display: block;
}

.galerie:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.galerie ul{
	display: block;
	margin: 0 0 0 -15px;
	padding: 0;
	list-style-type: none;
}

.galerie ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 50%;
	margin-right: -6px;
	/* height: 110px; */
}

.galerie ul li a{
	display: block;
	margin-left: 15px;
	margin-bottom: 20px;
}

.galerie ul li a img{
	display: block;
	width: 100%;
}

iframe{
	display: block;
}

#menue_bar{
	display: none;
	cursor: pointer;
	position: fixed;
	z-index:999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #a51c2c;
}

#menue_icon{
	font-size: 40px;
	line-height: 47px;
	width: 50px;
	height: 50px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
}

#menue_text{
	font-size: 32px;
	line-height: 49px;
	margin-left: 50px;
	color: #fff;
	height: 50px;
}

.close_mobile_navi{
	cursor: pointer;
}

.ds_checkbox{
	display: block;
	float: left;
}

.ds_checkbox input[type=checkbox]{
	margin: 0;
}

.ds_text{
	font-size: 14px;
	margin-left: 25px;
	line-height: 1.2em;
}

.pflichtfelder{
	display: block;
	float: right;
	color: #aaa;
	font-size: 12px;
	margin-bottom: 20px;
}


.col-1{
	display: block;
	float: left;
	width: 60%;
}

.col-1 > .inner{
	padding-right: 25px;
}

.col-1.right{
	float: right;
	width: 40%;
}

.col-1.right > .inner{
	padding-left: 25px;
	padding-right: 0;
}



.col-2{
	display: block;
	float: left;
	width: 50%;
}

.col-2 > .inner{
	padding-right: 25px;
}

.col-2.right{
	width: 50%
}

.col-2.right > .inner{
	padding-left: 25px;
	padding-right: 0;
}


.content{
	padding: 40px 0;
	background-color: #fff;
	position: relative;
}

.content.rot{
	background-color: #a51c2c;
	color: #fff;
}

.content.rot a{
	color: #fff;
	text-decoration: underline;
}

#footer{
	padding: 40px 0 20px 0;
	background-color: #1e1e1e;
	color: #fff;
	position: relative;
}

#copyright{
	text-align: center;
	padding-bottom: 100px;
	color: #494949;
	font-size: 0.889em;
}

#copyright a{
	color: #494949;
}

.col50{
	display: block;
	float: left;
	width: 50%;
}

.col50 > .inner{
	padding-right: 25px;
}

.col50.right > .inner{
	padding-right: 0;
	padding-left: 25px;
}

.col60{
	display: block;
	float: left;
	width: 60%;
}

.col60 > .inner{
	padding-right: 25px;
}

.col60.right > .inner{
	padding-right: 0;
	padding-left: 25px;
}

.col40{
	display: block;
	float: left;
	width: 40%;
}

.col40 > .inner{
	padding-right: 25px;
}

.col40.right > .inner{
	padding-right: 0;
	padding-left: 25px;
}

.resp_img_right{
	display: block;
	float: right;
	margin-left: 20px;
	width: 100%;
}

#top{
	text-align: center;
	padding: 20px 15px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
}

#top{
	border-bottom: 10px solid #a51c2c
}

.home #top{
	border-bottom: 0;
}

#top_placeholder{
	height: 180px;
}

a#logo{
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
	max-width: 258px;
}

a#logo img{
	display: block;
	width: 100%;
}

#header{
	position: relative;
	/* border-bottom: 30px solid #a51c2c; */
}

#header img{
	display: block;
	width: 100%;
}

#header_content{
	display:grid;
	grid-template-columns: 1fr 500px;
}

#header-image{

}

#header-zitat{
	padding: 20px;
	background-color: #a51c2c;
	color: #fff;
	display:flex;
	align-items: flex-end;
	flex-direction: row;
	flex-basis: 100%;
}

#zitat-text{
	font-size: 50px;
	line-height: 1.1em;
}

#zitat-autor{
	font-size:20px;
	margin-top: 10px;
	font-style: italic;
}

#header_shadow{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background-image: url('../img/style/header_shadow.png');
	background-repeat: repeat-x;
}

#index_header{
    background-image: url("../img/style/parallax_background_praxis.jpg");
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;

	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	padding-top: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

#index_header > img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

#index_header .head{
	text-transform: uppercase;
	font-size: 1.440em;
	font-family: 'dosismedium';
}

#index_header .text{
	font-size: 1.120em;
	font-family: 'dosismedium';
}

#index_header .text a{
	color: #fff;
	text-decoration: none;
}

.go_to_bottom_wrap{
	text-align: center;
	margin-top: 30px;
}

.go_to_bottom_wrap > img{
	display: block;
	max-width: 100%;
	cursor: pointer;
	margin: 0 auto;
}

.index_boxen{
	margin-left: -40px;
	
}

.index_box{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.index_box > .inner{
	margin-left: 40px;
	text-align: center;
	/* border: 1px solid #ccc; */
}

.index_box > .inner > img{
	display: block;
	max-width: 100%;
	margin: 0 auto 15px auto;
}

.index_box > .inner .head{
	text-transform: uppercase;
	font-size: 1.04em;
	font-family: 'dosismedium';
	margin-bottom: 20px;
}

.index_box > .inner .text{
	font-size: 0.720em;
	line-height: 1.4em;
	font-family: 'dosismedium';
	margin-bottom: 30px;
}

.index_box > .inner a.button{
	min-width: 150px;
}

a.button.weiss{
	display: inline-block;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-family: 'dosislight';
	line-height: 1.8em;
}

.google_map{
	display: block;
	float: left;
	width: 42%;
}

.adresse_content{
	margin-left: 45%;
	padding-top: 7px;
}

.adresse_content .head{
	font-family: 'dosissemibold';
	font-size: 1.200em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.adresse_content .kontakt, .adresse_content .sprechzeiten{
	font-size: 0.720em;
	line-height: 1.4em;
}

.adresse_content .kontakt{
	float: left;
}

.adresse_content .sprechzeiten{
	float: right;
}

.adresse_telefon{
	font-size: 1.35em;
	margin-top: 23px;
}

#content_navi{
	display: block;
	position: absolute;
	/* top: 220px; */
	top: 55px;
	left: 15px;
	width: 270px;
	background-color: #ddd;
	padding: 15px;
}

.content.has_navi{
	min-height: 550px;
}

.content.has_navi .layout{
	margin-left: 312px;
	margin-right: auto;
}

#content_navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
}

#content_navi ul li{
	border-top: 1px solid #ddd;
}

#content_navi ul li:first-child{
	border-top: none;
}

#content_navi ul li a{
	display: block;
	color: #000;
	font-size: 0.8em;
	padding: 5px 10px;
	text-decoration: none;
}

#content_navi ul li a:hover, #content_navi ul li.aktiv a{
	background-color: #d5d5d5;
}

#index_extra_text{
	display: none;
	padding-top: 30px;
}

.boxlisting:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.boxlisting.m-5{
	margin-left: -5px;
}

.boxlisting.m-10{
	margin-left: -10px;
}

.boxlisting.m-15{
	margin-left: -15px;
}

.boxlisting.m-20{
	margin-left: -20px;
}

.boxlisting.m-25{
	margin-left: -25px;
}

.boxlisting.m-30{
	margin-left: -30px;
}

.boxlisting.m-35{
	margin-left: -35px;
}

.boxlisting.m-40{
	margin-left: -40px;
}

.boxlisting ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.boxlisting ul li{
	display: inline-block;
	vertical-align: top;
}

.boxlisting ul li > a.inner{
	display: block;
	text-decoration: none;
	color: #000;
}

.boxlisting.m-5 ul li > .inner{
	margin-left: 5px;
	margin-bottom: 5px;
}

.boxlisting.m-10 ul li > .inner{
	margin-left: 10px;
	margin-bottom: 10px;
}

.boxlisting.m-15 ul li > .inner{
	margin-left: 15px;
	margin-bottom: 15px;
}

.boxlisting.m-20 ul li > .inner{
	margin-left: 20px;
	margin-bottom: 20px;
}

.boxlisting.m-25 ul li > .inner{
	margin-left: 25px;
	margin-bottom: 25px;
}

.boxlisting.m-30 ul li > .inner{
	margin-left: 30px;
	margin-bottom: 30px;
}

.boxlisting.m-35 ul li > .inner{
	margin-left: 35px;
	margin-bottom: 35px;
}

.boxlisting.m-40 ul li > .inner{
	margin-left: 40px;
	margin-bottom: 40px;
}

.boxlisting.col-2 ul li{
	width: 50%;
}

.boxlisting.col-3 ul li{
	width: 33.33%;
}

.boxlisting.col-4 ul li{
	width: 25%;
}

.boxlisting.col-5 ul li{
	width: 20%;
}

.boxlisting .boxlisting_image{
	margin: 0 0 10px 0;
}

.boxlisting .boxlisting_image img{
	display: block;
	width: 100%;
}

.boxlisting .boxlisting_titel{
	text-align: center;
	font-weight: bold;
}

.boxlisting .boxlisting_desc{
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2em;
}

@media screen and (max-width: 1200px){
	.content.has_navi .boxlisting.col-4 ul li,
	.content.has_navi .boxlisting.col-5 ul li{
		width: 33.33%;
	}
}

@media screen and (max-width: 1100px){
	.content.has_navi .boxlisting.col-3 ul li, 
	.content.has_navi .boxlisting.col-4 ul li,
	.content.has_navi .boxlisting.col-5 ul li{
		width: 50%;
	}
}

@media screen and (max-width: 800px){
	.boxlisting.col-3 ul li, 
	.boxlisting.col-4 ul li,
	.boxlisting.col-5 ul li{
		width: 50%;
	}
}

@media screen and (max-width: 500px){
	.boxlisting.col-3 ul li, 
	.boxlisting.col-4 ul li,
	.boxlisting.col-5 ul li{
		width: 100%;
	}
}



.fullboxlisting ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.fullboxlisting ul li > .inner{
	position: relative;
}

.fullboxlisting .fullboxlisting_image{
	position: relative;
	z-index: 0;
}

.fullboxlisting .fullboxlisting_image img{
	display: block;
	width: 100%;
}

.fullboxlisting .fullboxlisting_overlay{
	display: block;
	position: absolute;
	z-index: 1;
	
	background-color: rgba(255,255,255,0.7);
	color: #000;
	overflow: hidden;
}

.fullboxlisting .fullboxlisting_overlay.dunkel{
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}

.fullboxlisting .fullboxlisting_overlay.links{
	top: 0;
	left: 0;
	width: 400px;
	height: 100%;
}

.fullboxlisting .fullboxlisting_overlay.rechts{
	top: 0;
	right: 0;
	width: 400px;
	height: 100%;
}

.fullboxlisting .fullboxlisting_overlay.unten{
	bottom: 0;
	left: 0;
	width: 100%;
}

.fullboxlisting .fullboxlisting_overlay.oben{
	top: 0;
	left: 0;
	width: 100%;
}

.fullboxlisting .fullboxlisting_overlay > .inner{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.fullboxlisting .fullboxlisting_overlay.oben > .inner,
.fullboxlisting .fullboxlisting_overlay.unten > .inner{
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}

.fullboxlisting_titel{
	font-family: 'dosisbold';
	font-size: 1.2em;
	margin-bottom: 10px;
}

.fullboxlisting_desc{
	font-size: 0.9em;
	line-height: 1.2em;
}

.fullboxlisting_more{
	margin-top: 15px;
}

.fullboxlisting_more a{
	display: inline-block;
	border: 1px solid #000;
	padding: 5px 20px;
	color: #000;
	text-decoration: none;
	/* text-transform: uppercase; */
}

.fullboxlisting .fullboxlisting_overlay.dunkel .fullboxlisting_more a{
	border: 1px solid #fff;
	color: #fff;
}

@media screen and (max-width: 1000px){
	.fullboxlisting .fullboxlisting_overlay.links,
	.fullboxlisting .fullboxlisting_overlay.rechts,
	.fullboxlisting .fullboxlisting_overlay.unten,
	.fullboxlisting .fullboxlisting_overlay.oben{
		width: 100%;
		height: 100%;
	}

	.fullboxlisting .fullboxlisting_overlay.links > .inner,
	.fullboxlisting .fullboxlisting_overlay.rechts > .inner,
	.fullboxlisting .fullboxlisting_overlay.unten > .inner,
	.fullboxlisting .fullboxlisting_overlay.oben > .inner{
		position: absolute;
		top: 50%;
		left: 50%;
		right: auto;
		bottom: auto;
		transform: translate(-50%, -50%);
	}

	.fullboxlisting_desc{
		font-size: 0.8em;
		line-height: 1.2em;
	}
}

@media screen and (max-width: 700px){
	.fullboxlisting .fullboxlisting_overlay{
		position: relative;
		height: auto;
	}

	.fullboxlisting .fullboxlisting_overlay.dunkel{
		/* background-color: #000; */
	}

	.fullboxlisting .fullboxlisting_overlay.links > .inner, 
	.fullboxlisting .fullboxlisting_overlay.rechts > .inner, 
	.fullboxlisting .fullboxlisting_overlay.unten > .inner, 
	.fullboxlisting .fullboxlisting_overlay.oben > .inner{
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
}

.fullbox_content{
	position: relative; 
	margin-left: 330px;
}

@media screen and (max-width: 800px){
	.fullbox_content{
		position: relative; 
		margin-left: 0;
	}
}

.teamlisting{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 30px;
}

.teamlisting.team-2{
	grid-template-columns: 1fr 1fr 1fr;
}

a.team_image{
	display: block;
	border: 1px solid #ccc;
}

a.team_image img{
	width: 100%;
	display: block;
}

.grid-headline{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'dosissemibold';
	font-size: 2.2em;
	line-height: 1.1em;
	text-align: center;
}

#footer_adressen{
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

#footer_adressen .address{
	display: grid;
	/* grid-template-columns: 1fr; */
	grid-template-columns: 40% 1fr;
	gap: 20px;
}

.address_details{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	font-size: 0.720em;
	line-height: 1.4em;
}

.address_content .head{
	font-family: 'dosissemibold';
	font-size: 1.200em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media screen and (max-width: 870px){
	#footer_adressen .address{
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 550px){
	.address_details{
		grid-template-columns: 1fr;
	}
}

table.two-columns{
	display: block;
}

table.two-columns tr{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

table.two-columns td{
	display: block;
}


table.four-columns{
	display: block;
}

table.four-columns tr{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

table.four-columns td{
	display: block;
}

@media screen and (max-width: 1200px){
	table.four-columns tr{
		grid-template-columns: 1fr 1fr;
	}
}

.resp-img-right{
	float:right; 
	margin-left:20px; 
	margin-bottom:10px; 
	max-width:100%; 
	width:400px;
}

.resp-img-right-400{
	width: 400px;
}

.resp-img-right-500{
	width: 500px;
}

@media screen and (max-width: 1200px){
	.resp-img-right{
		display: block;
		/* margin-left: 0; */
		/* float: none !important; */
		max-width: 40%;
	}
}

@media screen and (max-width: 600px){
	.resp-img-right{
		display: block;
		margin-left: 0;
		float: none !important;
		max-width: 100% !important;
	}
}

.new_gallery{

}

.new_gallery > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.new_gallery > ul > li > a{
	display: block;
}

.new_gallery > ul > li > a > img{
	display: block;
	object-fit: cover;
	width:100%;
	aspect-ratio: 1/1;
}

@media screen and (max-width: 900px){
	.new_gallery > ul {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 600px){
	.new_gallery > ul {
		grid-template-columns: 1fr 1fr;
	}
}

.close_banner{
	padding: 5px 10px;
	color: #a51c2c;
	margin-bottom: 16px;
	background-color: hsl(352, 71.4%, 91.8%);
	font-weight: bold;
}