:root {
  --rot:#D00244;
  --grau:#F2EFEF;
  --dunkelrot:#9c0021;
}
html, body{
	background:#fff;
	/* font-family:"Frutiger LT W02_47 Light Cond","Arial Narrow",Arial;	 */
	font-family:"Inclusive Sans",Arial;	
	font-size:17px;
	line-height:28px;
	margin:0px;
	padding:0px;
	height:100%;
	letter-spacing:0em;
}
#outer_container{
	width:100%;
	min-height:100%;
  	position:relative;
}
#container{
	max-width:1400px;
	margin:0px auto 0px auto;
	padding-bottom:100px;
}
#logo{
	position:absolute;
	top:20px;
	right:35px;	
	width:129px;
	z-index:200;
}
#logo img{
	width:100%;
	height:auto;	
}
#logo svg{
	width:100%;
	height:auto;	
}
nav {	
	color:var(--rot);
	display:block;
	position:relative;
	left:190px;
	width:1024px;
	height:auto;
	letter-spacing:0.01em;
	line-height:25px;
	font-size:15px;
}
.nav_main_point{
	display:inline-block;
	width:15.4%;
	height:100%;
	border-left:#000 1px solid;
	padding:9px 0px 0px 1%;
	cursor:pointer;
	color:#000;
	text-transform:uppercase;
}
.nav_main_point:hover{
	color:var(--rot);	
}
.selected{
	text-transform:uppercase;
	color: var(--rot);
}
#mobilenav_button{
	display:none;
	height:92px;
	overflow:hidden;
	z-index:20;
}
#mobilenav_button_close{
	margin:9px 0px 0px 15px;
	height:83px;
	overflow:hidden;
	/*opacity:0.4;*/
}
#mobilenav_button img{
	max-width:48px;
	height:auto;
	margin:9px 0px 0px 0px;
	cursor:pointer;
}
#mobilenav_button .svgimg{
	max-width:48px;
	height:auto;
	margin:9px 0px 0px -5px;
	cursor:pointer;
	stroke:#000;
}
#mobilenav_button_close img{
	max-width:48px;
	height:auto;
	cursor:pointer;
}
#mobilenav_button_close .svgimg{
	max-width:48px;
	height:auto;
	margin:0px 0px 0px -5px;
	cursor:pointer;
	stroke:var(--rot);
}
#mobilenav_button img:hover{
	/*opacity:0.4;*/
}
#mobilenav_button .svgimg:hover{
	stroke:var(--rot);
}
#suchfeld{
	position:absolute;
	top:0px;
	left:70%;	
	height:34px;	
	/*background:rgba(222,222,222,1.0);*/
	background:var(--grau);
	width:0%;
	transition:width 250ms ease-in-out;
	overflow:hidden;
	z-index:20;
}
.InputfieldHeader{
	display:none;	
}
.InputfieldMaxWidth{
	/* font-family:"Frutiger LT W02_47 Light Cond"; */
	font-weight:400;
	
	font-size:18px;
	line-height:24px;
	background:none;
	border:none;
	width:95%;
	height:29px;
	padding:5px 2px 0px 8px; 
	outline: none;
}
.news_block{
	color:#000;
	font-size:15px;
	line-height:19px;
	height:160px;
	border-top:#000 1px solid;	
	padding:8px 0px 0px 18px;
	transition:height 250ms ease-in-out;
}
.news_block_first{
	border-top:none;
	padding:0px 0px 0px 18px;
}
.news_hitzone{
	background:rgba(200,0,0,0.2);
}
.news_block img{
	width:16px;
	height:auto;
	vertical-align:text-top;	
	opacity:1.0;
}
.news_block .svgimg{
	fill:#000;
	width:16px;
	height:auto;
	vertical-align:text-top;	
	opacity:1.0;
}
.news_block a{
    display: block;
}
.news_block a:hover{
	color:var(--rot);
}
.news_block a:hover > img{
	opacity:1.0;
}
.news_block a:hover > .svgimg{
	fill:var(--rot);
}
#mobilenav{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:0%;
	margin:0px;
	color:#000;
	background:#fff;	
	transition:height 250ms ease-in-out;
	overflow:hidden;
	z-index:10;
}
.mobile_navlist{
	height:auto;
	margin:0px 16px 0px 16px;	
	border-top:1px #000 solid;
}
.mobile_navpoint{
	position:relative;
	display:block;
	font-size:18px;
	line-height:0px;
	text-transform:uppercase;
	letter-spacing:0.01em;
	padding:0px 0px 0px 2px;
	border-bottom:1px #000 solid;	
}
.mobile_navpoint_inner{
	display:inline-block;
	line-height:24px;
	width:85%;
	margin:0px;
	vertical-align:top;
	overflow:hidden;
	padding:7px 0px 6px 0px;
	cursor:pointer;
}
.mobile_navpoint_inner:hover{	
	color:var(---rot);
	background:var(--grau);		
}
.mobile_navlist_small{
	font-size:16px;
	line-height:24px;
	letter-spacing:0.01em;
	padding:3px 0px 2px 2px;
	border-top:1px #000 solid;	
	border-bottom:1px #000 solid;	
	margin-top:0px;
	margin-bottom:35px;
}
.mobile_navpoint_small{
	display:inline-block;
	margin-right:20px;
}
.mobile_navpoint_small:hover{
	background:var(--grau);			
}
.mobile_subgroup{
	display:none;
	margin:3px 0px 10px 0px;
	overflow:hidden;
}
.mobile_subpoint{
	/*font-family:"Frutiger LT W02_47 Light Cond";*/
	font-weight:400;
	
	line-height:22px;
	color:#000;
	padding:5px 0px 7px 0px;	
	cursor:pointer;
}
.mobile_subpoint:hover{
	background:var(--grau);		
}
.mobile_show{
	display:block;
	visibility:show;
}
.mobile_hide{
	display:none;
	visibility:hidden;
}
.mobile_selected{
	/*font-family:"Frutiger LT W02_67 Bold Cond";*/
	/*font-weight:700;*/
	
	text-transform:uppercase;
	color:var(--rot);	
}
.mobile_arrow{
	display:inline-block;
	height:37px;
	width:15%;
	line-height:0px;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
}
.mobile_arrow img{
	margin-top:3px;
	width:100%;
	max-width:30px;
	height:auto;
}
#mobile_nav_suchfeld{	
	height:36px;	
	/*background:rgba(222,222,222,1.0);*/
	background:var(--grau);
	width:0%;
	transition:width 250ms ease-in-out;
	overflow:hidden;
	z-index:20;
}	
#mobile_suchfeld{
		
}
a {
	text-decoration:none;
	color:inherit;	
}
strong{
	/*font-family:"Frutiger LT W02_67 Bold Cond";*/
	font-weight:700;
}
hr {
	border:none;
	margin-bottom:28px;	
}
#lupe_icon{
	display:inline-block;
	vertical-align:text-bottom;
	overflow:hidden;
	width:22px;
	height:22px;	
	z-index:19;
}
#lupe_icon:hover > img{
	/*transform:translateY(-22px);*/
}
#lupe_icon:hover > .svgimg{
	/*transform:translateY(-22px);*/
	fill:var(--rot);
}
#lupe_icon .svgimg{
	fill:#000;
}
#suche.suche_aktiv .svgimg{
	fill:var(--rot);
}
#topspace{
	height:100px;	
}
#inhalt{
	display:block;
	position:relative;
	left:190px;
	width:auto;	
	max-width:1024px;
}
#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	height:40px;
}
#footer_container{
	max-width:1400px;
	margin:0px auto 0px auto;
	height:100%;
}
#footer_inhalt{
	font-size:14px;
	line-height:24px;
	color:#000;
	position:relative;
	left:190px;
	max-width:1024px;
	height:100%;
}
#footer_first{
	display:inline-block;
	width:32%;
	border-left:#000 1px solid;	
	padding-left:5px;
	height:100%;
}
#footer_second{
	display:inline-block;
	width:49%;
	border-left:#000 1px solid;	
	padding-left:5px;
	height:100%;
}
#footer_inhalt a{
	padding:0px 18px 8px 4px;
}
#footer_inhalt a:hover{
	color:var(--rot);
}
#subnavigation{
	position:absolute;
	left:0px;
	font-size:13px;
	line-height:18px;
	display:block;
	width:160px;	
	border-top:#000 1px solid;
	padding-top:8px;
	text-transform: uppercase;
}
.nav_sub_point{
	margin:0px 0px 0px 18px;
	padding-bottom:8px;
	cursor:pointer;
	color:#000;
	height:auto;
	max-width:142px;
}
.nav_sub_point:hover{
	color:var(--rot);	
}
.selectedsub{
	text-transform:uppercase;
	color:var(--rot);	
	letter-spacing:0.0em;
}
#subnavigation_breit{
	position:absolute;
	left:0px;
	font-size:13px;
	line-height:18px;
	display:block;
	width:345px;	
	border-top:#000 1px solid;
	padding-top:8px;
	text-transform:uppercase;
	z-index:100;
}
#subnavigation_breit_col1{
	vertical-align:top;
	display:inline-block;
	width:182px;
}
#subnavigation_breit_col2{
	vertical-align:top;
	display:inline-block;
	width:162px;
}
.standard_linie{
	/*font-family:"Frutiger LT W02_45 Light";*/
	font-weight:400;
		
	font-size:18px;
	line-height:28px;
	letter-spacing:0.01em;
	border-left:#000 1px solid;
	margin:42px 0px 0px 49.5%;
	width:49%;
}
.standard_linie p{
	margin:0px 20px 12px 15px;
}
.standard_text{
	margin-left:12px;
}
.text_container{
	margin:45px 0px 0px 0px;	
}
.text_links{
	/*font-family:"Frutiger LT W02_45 Light";*/
	font-weight:400;
	display:inline-block;
	padding-right: 15px;
	width:47.9%;
	border-left:0px #777 solid;
	text-align:right;
	vertical-align:top;
}
.text_rechts{
	/*font-family:"Frutiger LT W02_45 Light";*/
	font-weight:400;
	display:inline-block;
	padding-left: 15px;
	width:47%;
	border-left:1px #777 solid;
	vertical-align:top;
}
.text_links_2{
	/*font-family:"Frutiger LT W02_45 Light";*/
	font-weight:400;
	
	display:inline-block;
	padding-right: 2%;
	width:47.5%;
	height:100%;
	text-align:right;
	vertical-align:top;
}
.text_rechts_2{
	/*font-family:"Frutiger LT W02_45 Light";*/
	font-weight:400;
	
	display:inline-block;
	padding-left: 2%;
	width:47%;
	border-left:1px #777 solid;
	vertical-align:top;
}
.square_3{
	position:relative;
	display:inline-block;
	width:32.72%;	
	margin: 0px 3px 3px 0px;
	line-height:0px;
	cursor:pointer;
	overflow:hidden;
	outline:none;
	transition:opacity 150ms ease-in-out;
	transition:box-shadow 150ms ease-in-out;
	aspect-ratio: 1 / 1;
}
.square_3:hover{
	color:var(--rot);	
}
.square_3 img{
	width:100%;
	height:auto;	
	line-height:0px;
}
.square_4{
	position:relative;
	display:inline-block;
	width:24.44%;	
	background:var(--grau);
	margin: 0px 3px 3px 0px;
	line-height:0px;
	cursor:pointer;
	overflow:hidden;
	outline:none;
	transition:opacity 150ms ease-in-out;
	transition:box-shadow 150ms ease-in-out;
}
.square_4:hover{
	color:var(--rot);	
}
.hover:hover{
}
.square_4 img{
	width:100%;
	height:auto;	
	line-height:0px;
}
.square_4_title{
	position:absolute;
	top:0px;	
	font-size:14px;
	line-height:20px;
	padding:7px 15px 6px 10px;
	letter-spacing:0.05em;
	background:var(--grau);
}
.square_5{
	position:relative;
	display:inline-block;
	width:19.6%;	
	background:var(--grau);
	margin: 0px 3px 3px 0px;
	line-height:0px;
	cursor:auto;
	overflow:hidden;
	outline:none;
}
.square_5 img{
	width:100%;
	height:auto;	
	line-height:0px;
}
.person_abstand{
	display:block;
	height:70px;
}
.person_specialtext{
	font-size:15px;
	line-height:22px;
	color:#fff;
	background:var(--rot);	
}
.square_5_stay{
	display:block;
	width:100%;
	position:absolute;
	top:0px;	
	font-size:15px;
	line-height:20px;
	height:50%;
	letter-spacing:0.03em;
	color:#000;
	overflow:hidden;
}
.square_5_text{
	display:block;
	width:100%;
	position:absolute;
	top:0px;	
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03em;
	color:#fff;
	background:var(--rot);
	overflow:hidden;
	height:0%;
	transition:height 250ms ease-in-out;
}
.square_5:hover > .square_5_text{
	height:100%;
}
.person_name{
	/*font-family:"Frutiger LT W02_67 Bold Cond";*/
	font-weight:700;
	font-size:15px;
	line-height:20px;
	margin:8px 4px 0px 9px;	
}
.square_5_text p{
	margin:0px 4px 10px 9px;	
}
.square_5 a{
	text-decoration:underline;	
}
.emptysquare{
	background:none;	
}				
h1{
	width:33%;
	/*font-family:"Frutiger LT W02_57 Condensed";*/
	font-weight:700;
	font-size:46px;
	line-height:52px;
	text-align:right;
	border-top:#000 1px solid;
	padding-top:8px;
	vertical-align:top;
	color:var(--rot);
}
h2 {
	width:33%;
	/*font-family:"Frutiger LT W02_57 Condensed";*/
	font-weight:700;
	font-size:38px;
	line-height:44px;
	text-align:right;
	/*border-top:#999 1px solid;*/
	/*padding-top:6px;*/
	vertical-align:top;
	color:var(--rot);
}
#inhalt ul{
	list-style:outsie;
	list-style-type:square;
	margin:0px 0px 20px 20px;	
}
p {
	margin:0px 0px 16px 0px;
}
.mailsign{
	font-size:90%;
}
.arrow_up{
	border-bottom:#999 1px solid;
	width:18px;	
	cursor:pointer;
	line-height:0px;
	padding:3px;
	margin:20px 0px 10px 0px;
}
.arrow_up:hover img{
	opacity:0.6;
}
.arrow_up img{
	width:100%;
	height:auto;	
	opacity:0.4;
}
.dimm{
	filter:brightness(0.965);	
}
@media (max-width: 1500px) {
	#container{	max-width:1310px; }
	nav { width:930px; }
	#topspace{ height:80px;	}
	#inhalt{ max-width:930px; }
	#footer_container{	max-width:1310px; }
	#footer_inhalt{ max-width:930px; }
	#subnavigation_breit{ width:325px; }
	#subnavigation_breit_col2{ width:143px; }
}
@media (max-width: 1190px) {
	nav {	
		left:0px;
		margin:0px auto 0px auto;	
	}
	#inhalt{
		left:0px;
		margin:0px auto 0px auto;	
	}
	.text_links{ 
		width:47.7%;
	}
	#footer_inhalt{
		left:0px;
		margin:0px auto 0px auto;	
	}
	#subnavigation{	display:none; }
	#subnavigationspace{ display:none; }
	#subnavigation_breit{ display:none; }
}	
@media (max-width: 1500px) {
	.news_block{ height:145px; }
}

@media (max-width: 1100px) {
	#suchfeld{
		left:66.1%;		
		max-width:120px;
	}
}
@media (max-width: 1000px) {
	#suchfeld{ max-width:100px; }
}
@media (max-width: 960px) {
	nav{ display:none; }
	#topspace { display:none; }
	#mobilenav_button{ display:block; }
	#mobilenav{ display:block; }
	#container{ margin:0px 15px 0px 15px; }
	nav { margin:0px auto 0px 0px; }
	h1{ width:307px; font-size:45px; line-height:47px; }
	#inhalt{ margin:0px auto 0px 0px; }
	#footer_container{ margin:0px 15px 0px 15px; }
	#footer_inhalt{ margin:0px auto 0px 0px; }
	#footer_first{ width:298px; }
	#footer_second{ width:auto; }
	.standard_linie p{
		margin:0px 5px 12px 15px;
	}
	#logo{ right:20px; }
}
@media (max-width: 720px) {
	.text_links{ 
		display:block;
		width:95%;
		max-width:670px;
		border-left-width:1px;
		text-align:left;
		padding:0px 0px 20px 15px;
	}
	.text_rechts{ 
		display:block;
		width:95%;
		max-width:670px;
	}
	.square_3{
		width:49%;	
	}	
	h1{ 
		width:43%;
		margin-right:8%; 
	}
	.square_4{
		width:32.6%;	
	}
	.standard_linie{ margin:36px 0px 0px 0px; width:98%;}
	.standard_linie p{
		margin:0px 5px 12px 12px;
	}
}
@media (max-width: 640px) {
	.square_4{
		width:48.5%;	
	}
	h1{ 
		width:52%;
		margin-right:8%; 
	}
}
@media (max-width: 600px) {
	#footer{ display:none; }
	h1{ 
		width:100%;
		margin-right:0%; 
	}
}
@media (max-width: 480px) {
	.text_links{ padding-left:12px; }
	.text_rechts{ padding-left:12px; }
	.square_3{ width:100%; margin:0px 0px 3px 0px; }	
	h1{ width:100%; margin:0px 0px 30px 0px; }
}
@media (max-width: 400px) {
	.square_4_title{ font-size:14px; line-height:20px; padding:7px 15px 6px 10px; letter-spacing:0.04em; }
	h1{ width:307px; font-size:40px; line-height:41px; }
}
@media (max-width: 360px) {

}
@media (max-width: 310px) {
	.square_4{ width:100%; margin:0px 0px 3px 0px; }
}
@media print {
  	.nav_main_point{ visibility:hidden; }
  	#mobilenav_button{ visibility:hidden; }
  	.swiper-button-prev{ visibility:hidden; }
  	.swiper-button-next{ visibility:hidden; }
}