/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('userfonts/poppins-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('userfonts/poppins-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('userfonts/poppins-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('userfonts/poppins-v21-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('userfonts/poppins-v21-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('userfonts/poppins-v21-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsBold';
  font-style: normal;
  font-weight: 800;
  src: url('userfonts/poppins-v21-latin-800.eot'); /* IE9 Compat Modes */
  src: url('userfonts/poppins-v21-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('userfonts/poppins-v21-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('userfonts/poppins-v21-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('userfonts/poppins-v21-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('userfonts/poppins-v21-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* saira-condensed-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Saira Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('userfonts/saira-condensed-v11-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('userfonts/saira-condensed-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('userfonts/saira-condensed-v11-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('userfonts/saira-condensed-v11-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('userfonts/saira-condensed-v11-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('userfonts/saira-condensed-v11-latin-regular.svg#SairaCondensed') format('svg'); /* Legacy iOS */
	} 

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn.mcms.online/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://cdn.mcms.online/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://cdn.mcms.online/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://cdn.mcms.online/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://cdn.mcms.online/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://cdn.mcms.online/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

:root {
	--main: #e7171f;
	--white: #fff;
	--whiteHover: #fbc9c9;
	--mainHover: #a82024;
	--bgPage: #101010;
}


* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	font-size: 16px;
	font-size: 1rem;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif, arial;
	text-align: center;
	background-color: var(--bgPage);
	color: #666;
	height: 100%;
}


img { border: 0; }
a, .rot { color: var(--main); text-decoration: none; }
a:hover { color: #333; }
a[href^=tel] { cursor: default; pointer-events: none; }
p { margin: 0 0 16px 0; margin: 0 0 1rem 0; }


h1 {
	font-size: 3rem;
	font-weight: normal;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	margin: 0 0 1rem 0;
}

h1 b, h1 strong,
h2 b, h2 strong,
h3 b, h3 strong,
.handwriting {
	font-family: 'PoppinsBold';
}

h2 {
	font-family: 'PoppinsBold', Arial, Helvetica, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: normal;
	margin: 0 0 1.5rem 0;
	color: #000;
	position: relative;
	text-transform: uppercase;
}
	h2 .klein {
		font-size: 1.5rem;
	}
	
h3 {
	font-family: 'Poppins', 'Open Sans', sans-serif, arial;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 32px 0 24px 0;
	margin: 2rem 0 1.5rem 0;
	color: #333;
	position: relative;
}

header, main, footer {
	text-align: left;
}



.wrapper {
	margin: 0 auto;
	width: 1400px;
}


#header {
	height: 40%;
}
	#header.header_cat_-1 {
		height: 60%;
	}


#header_menu_cont {
	position: absolute;
	z-index: 99;
	top: 5%;
	width: 100%;
}	
	#header_menu {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: right;
	}
		#header_menu li {
			display: inline-block;
			position: relative;
		}
			#header_menu li a .submenu_icon {
				font-size: .75rem;
				margin-left: .25rem;
				color: #eee;
			}
		/*
		#header_menu>li.hasSubMenu>a::after {
			content: '▼';
			font-size: 0.75rem;
			color: var(--white);
			margin-left: 0.5rem;
		}
			*/

			#header_menu li a {
				display: block;
				font-family: 'Saira Condensed', 'Open Sans', sans-serif, arial;
				font-size: 1.25rem;
				padding: .75rem;
				color: var(--white);
				position: relative;
				text-transform: uppercase;
				
  				transition: all .5s linear;
			}
			#header_menu li a:hover,
			#header_menu li a.header_menu_akt {
				color: var(--main);
			}

			
			#header_menu li ul {
				position: absolute;
				top: 100%;
				left: 0;
				background-color: var(--main);
				margin: 0;
				padding: 0;
				text-transform: none;
				text-align: left;
				display: none;
			}
				#header_menu li ul li {
					display: block;
				}
					#header_menu li ul li a {
						font-size: 1.125rem;
						line-height: 1.4;
						padding: .25rem .5rem;
					}
					#header_menu li ul li a:hover {
						background-color: var(--whiteHover);
						color: var(--mainHover);
					}
			
			#header_menu li:hover ul {
				display: block;
			}



#header_fullsize {
	/* opacity: 0.65; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}
	#header_fullsize_mask {
		height: 100%;
		background: rgba(0,0,0,.2);
	}
	
	#header_fullsize .wrapper {
		height: 100%;
		position: relative;
	}

		#logo_wrapper {
			position: absolute;
			z-index: 95;
			top: 0;
			left: 0;
		}
			#header_mainlogo,
			#header_mainlogo_scrolldown {
				max-height: 120px;
				max-width: 60%;
			}
			#header_mainlogo_scrolldown {
				max-height: 65px;
				display: none;
			}
			
		#header_intro_cont {
			position: absolute;
			z-index: 94;
			bottom: 10%;
			left: 0;
			max-width: 50%;
		}
			#header_intro h3 {
				color: #fff;
				font-family: 'PoppinsBold', Arial, Helvetica, sans-serif;
				font-size: 3rem;
				line-height: 120%;
				margin: 0 0 1rem 0;
			}
			#header_intro p {
				color: #fff;
				font-family: 'Poppins', Arial, Helvetica, sans-serif;
				font-size: 1rem;
			}
			
		#header_alarm {
			background-color: var(--main);
			color: #fff;
			font-size: 1.5rem;
			font-family: 'Saira Condensed', sans-serif;			
			padding: .5rem 0;
		}
			#header_alarm .wrapper {
				position: relative;
				padding-left: 6rem;
				text-align: left;
			}
				#header_alarm a {
					color: #fff;
				}

				#header_alarm #header_alarm_icon {
					position: absolute;
					bottom: -1rem;
					left: 0;
					z-index: 98;
				}
					#header_alarm #header_alarm_icon>img {
						height: 5rem;
					}
				#header_alarm #header_alarm_text #header_alarm_link {
					font-size: 1rem;
					padding: 0 .5rem;
					margin-left: 1rem;
					background-color: rgb(255, 149, 149);
					color: #444;
					border-radius: 5px;
				}
				#header_alarm #header_alarm_text #header_alarm_link:hover {
					background-color: #fff;
				}
			

/* --- SCROLLDOWN --- */


#header.scrolldown #header_fullsize #header_menu_cont {
	position: fixed;
	top: 0;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
			
	#header.scrolldown #header_fullsize #logo_wrapper {
		top: 6px;
	}
		#header.scrolldown #header_fullsize #header_mainlogo {
			display: none;
		}
		#header.scrolldown #header_fullsize #header_mainlogo_scrolldown {
			display: block;
		}

	#header.scrolldown #header_fullsize #header_menu>li>a {
		color: #333;
	}
	#header.scrolldown #header_fullsize #header_menu li a:hover,
	#header.scrolldown #header_fullsize #header_menu li a.header_menu_akt {
		color: var(--main);
	}


/* --- PAGE --- */	


#page {
	/* padding: 40px 0 0 0; */
	background-color: #FFFFFB;
	overflow: auto;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
	#page p {
		line-height: 150%;
	}


.content_newsdat {
	color: #999;
	text-align: right;
	margin-bottom: -32px;
	margin-bottom: -2rem;
}




/* --- PATHFINDER --- */


#pathfinder {
	text-align: left;
	font-size: 12px;
	font-size: 0.75rem;
	color: #aaa;
	padding: 1rem 0;
}
	#pathfinder_prefix {
		display: inline-block;
		margin-right: 16px;
		margin-right: 1rem;
	}
	#pathfinder,
	#pathfinder a {
		color: #999;
	}
	#pathfinder a:hover {
		color: #666;
	}


/* --- GRID-ELEMENTE --- */

main>div[class^="dk_grid-"] {
	margin-bottom: 3rem;
}

.dk_grid-01_text:nth-child(even),
.dk_grid-02_teaser-left:nth-child(even),
.dk_grid-03_teaser-right:nth-child(even) {
	background-color: #f9f9f9;
}
.dk_grid-01_text:nth-child(odd),
.dk_grid-02_teaser-left:nth-child(odd),
.dk_grid-03_teaser-right:nth-child(odd) {
	background-color: #ffffff;
}



.dk_grid-01_text,
.dk_grid-04_galerie {
	padding: 32px 0;
	padding: 2rem 0;
}

.dk_grid-01_text h2:empty {
	display: none;
}



.dk_grid-02_teaser-left_cont {
	padding: 32px 32px 32px 0;
	padding: 2rem 2rem 2rem 0;
}
.dk_grid-03_teaser-right_cont {
	padding: 32px 0 32px 32px;
	padding: 2rem 0 2rem 2rem;
	
}


.dk_grid-02_teaser-left_image,
.dk_grid-03_teaser-right_image {
	overflow: hidden;
	position: relative;
}
.dk_grid-02_teaser-left_image img,
.dk_grid-03_teaser-right_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
	object-position: center;
}


.dk_grid-05_image-fixed {
	position: relative;
	height: 60vh;
	overflow: hidden;
}
	.dk_grid-05_image-fixed_image {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
		.dk_grid-05_image-fixed_image::before {
			content: ' ';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: .3;
			background: #000;
		}
		
	.dk_grid-05_image-fixed_cont {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50% !important;
		transform: translate(-50%, -50%);
		background-color: rgba(255,255,255,.6);
		color: #444;
		padding: 2rem;
		font-size: 0.9rem;
		line-height: 1.4;
	}
		.dk_grid-05_image-fixed_cont p:last-child {
			margin-bottom: 0;
		}

.dk_grid-06_header_room .dk_grid-06_header_room_content p:empty {
	display: none;
}


/* --- Footer --- */

#footer_banner {	
	background-color: var(--main);
}
	#footer_banner .wrapper {
		font-family: 'Saia Condensed', sans-serif;
		padding: 2rem 0;
		color: #fff;
	}

#footer_navi {
	line-height: 160%;
}
	#footer_navi .wrapper {
		padding: 48px 0 24px 0;
		padding: 3rem 0 1.5rem 0;	
		min-height: 200px;
	}

	#footer_navi hr {
		border-color: #bbb;
		margin: 2rem 0;
	}

	.footer_spacer {
		margin-bottom: 3rem;
	}
		
	.footer_box {
		display: inline-block;
		margin: 0 96px 24px 0;
		margin: 0 6rem 1.5rem 0;
		color: #bbb;
		vertical-align: top; 
		text-align: left;
	}
	.footer-box:last-child {
		margin-right: 0;
	}
	.footer_box.fullwidth {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.footer_box_hint {
		font-size: .75rem;
		font-family: 'Saia Condensed', sans-serif;
		line-height: 120%;
		color: #aaa;
	}
		.footer_box_hint p {
			margin-bottom: .5rem;
		}
	
		.footer_box a {
			color: #fff !important;
		}	
		.footer_box a:hover {
			color: #ddd !important;
		}
		
		.footer_box strong,
		.footer_box b {
			display: inline-block;
			color: #fff;
			margin-bottom: .5rem;
			font-family: 'Poppins', Arial, Helvetica, sans-serif;
			font-weight: normal;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
	
		.footer_box span[class^=icon-] {
			font-size: 24px;
			font-size: 1.5rem;
			vertical-align: middle;
			margin-right: 7px;
		}
		.footer_box a:hover span[class^=icon-] {
			text-shadow: 2px 3px 4px rgba(0,0,0,.6);
		}
		
		
		
	#footer_mainlogo {
		width: 300px;
		max-width: 80%;
	}
		
	#footer_linklist {
		list-style-type: none;
		padding: 0;
		margin: 0;
		column-count: 3;
	}

#footer_copyright {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 1rem 0 3rem 0;
	text-align: right;
	background-color: #000;
}
	#footer_copyright,
	#footer_copyright a {
		color: #666;
	}
	#footer_copyright a:hover {
		color: #fff;
	}


/* --- ALLGEMEIN --- */



.center { text-align: center; }
.hidden, .tpl_catbez { display: none; }

.messagebox {
	margin: 10px;
	padding: 10px;
	border-left: 6px #a00 solid;
	background-color: #fcc;
	color: #333;
}
	.messagebox_g {
		border-color: #0a0;
		background-color: #cfc;
	}


.minipic, .minipic_zoom {
	margin: 10px 10px 10px 0;
	width: 24%;
	aspect-ratio: 1/1;
	object-fit: cover;
	box-shadow: 5px 7px 15px rgba(0,0,0,0.2);
}
	.minipic.micropic {
		width: 14%;
	}

.galerie .minipic,
.galerie .minipic_zoom {
	margin: 16px 0 0 0;
}

.minipic_r, .minipic_r_zoom {
	float: right;
	margin: 0 0 10px 50px;
	
	box-sizing: content-box;
	/* padding-right: 40px;
	background-color: rgba(255,200,200,.8); */
}
.minipic_l, .minipic_l_zoom {
	float: left;
	margin: 0 50px 10px 0;
}
.minipic_c, .minipic_c_zoom {
	display: block;
	margin: 2rem auto;
	max-width: 100%;
}


.minipic, .minipic_r, .minipic_l, .minipic_c,
.minipic_zoom, .minipic_r_zoom, .minipic_l_zoom, .minipic_c_zoom {
	max-width: 400px;
}

/*
.galerie .minipic {
	margin: 0 5px 20px 0;
}
*/




.galerie {
	/*
	float: right;
	margin: 0 5% 5% 0;
	width: 60%;
	*/
	margin-top: 50px;
}
	.galerie .minipic_zoom {
		/*
		box-shadow: none;
		width: 45%;
		margin: 0 4% 4% 0;
		object-fit: cover;
		height: 200px;
		margin: 0;
		*/
	}

	.galerie .galerie_coverimg {
		float: left;
		width: 45%;
		margin: 0 4% 4% 0;
		/* overflow: hidden; */
		background-position: center;
		background-size: cover;
		box-shadow: 1px 2px 3px #888;
		height: 200px;
	}
		.galerie .galerie_coverimg a {
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
			color: #666;
		}
			.galerie .galerie_coverimg a span {
				position: absolute;
				left: 0;
				bottom: 0;
				display: block;
				padding: 4px 6px;
				background-color: rgba(104,136,160,.75);		
				color: #fff;
			}
			.galerie .galerie_coverimg a:hover span {
				background-color: #324B5E;
			}
			
	div.dk_grid-04_galerie .wrapper {
		overflow: auto;
	}



.list_subcat,
.dk_grid-07_image-sidebyside {
	/*
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
	*/
    padding: 4rem 0;
	background: url(../images/background_light.jpg) no-repeat center center;
	background-size: cover;
}

.list_subcat .wrapper,
.dk_grid-07_image-sidebyside_inner {
	column-count: 2;
	column-gap: 1.5rem;
}

	.list_subcat_item,
	.dk_grid-07_image-sidebyside_box {
		position: relative;
		min-height: 200px;
		background-size: cover;
		background-position: center;
		overflow: hidden;
		border-radius: .5rem;
		transition: all 0.3s ease;
		margin-top: 1.5rem;
	}
	.list_subcat_item:first-child,
	.dk_grid-07_image-sidebyside_box:first-child {
		margin-top: 6rem;
	}

	.list_subcat_item:nth-child(odd),
	.dk_grid-07_image-sidebyside_box:nth-child(odd) {
		height: 400px;
	}

	.list_subcat_item:nth-child(even),
	.dk_grid-07_image-sidebyside_box:nth-child(even) {
		height: 350px;
	}

		.list_subcat_item_pic,
		.dk_grid-07_image-sidebyside_image {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

			.list_subcat_item_pic img,
			.dk_grid-07_image-sidebyside_image img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

	.list_subcat_item_cont,
	.dk_grid-07_image-sidebyside_cont {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 1.5rem;
		background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,.0));
		color: #fff;
	}
	
	.dk_grid-07_image-sidebyside_cont {
		pointer-events: none;		
	}

		.list_subcat_item_cont h2,
		.dk_grid-07_image-sidebyside_cont h2 {
			margin: 0 0 1rem 0;
			font-size: 1.5rem;
		}

			.list_subcat_item_cont h2,
			.list_subcat_item_cont a,
			.dk_grid-07_image-sidebyside_cont h2,
			.dk_grid-07_image-sidebyside_cont a {
				color: #fff;
				text-decoration: none;
			}
			.list_subcat_item_cont a:hover,
			.dk_grid-07_image-sidebyside_cont a:hover {
				color: var(--main);
			}

		.list_subcat_item_cont p,
		.dk_grid-07_image-sidebyside_cont p {
			margin: 0;
			font-size: 0.9rem;
			line-height: 1.4;
		}

	.list_subcat_item:hover,
	.dk_grid-07_image-sidebyside_box:hover {
		transform: translateY(-5px);
		box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	}

	

.list_subcat_classic .list_subcat {
	padding: 3rem 0;
	background: none;
}

	.list_subcat_classic .list_subcat_item {
		margin: 0 0 3rem 0;
		height: auto;
	}
		.list_subcat_classic .list_subcat_item a {
			color: var(--main);
		}
		.list_subcat_classic .list_subcat_item a:hover {
			color: var(--mainHover);
		}
	
			.list_subcat_classic .list_subcat_item h2 {
				color: var(--main);
				margin: 0 0 10px 0 !important;
			}
			.list_subcat_classic .list_subcat_item .cont_dat_news {
				display: block;
				color: #666;
			}
				
			.list_subcat_classic .list_subcat_item_pic {
				width: 300px;
				height: 200px;
				overflow: hidden;
			}
				.list_subcat_classic .list_subcat_item_pic img {
					max-width: 100%;
					border-radius: .5rem;
				}
				
			.list_subcat_classic .list_subcat_item_cont {
				left: 320px;
				line-height: .75rem;
				font-size: .75rem;
				color: #666;
				padding: 1rem;
				background: none;
			}



.clearer {
    display: none;
}




.klein {
	font-size: 11px;
	font-size: 0.688rem;	
}
.blass {
	color: #888;
}



table {
	width: 100%;
}
table.zebra tr:nth-child(even) {
	background-color: rgba(200, 200, 200, .2);
}
	th {
		background-color: var(--main);
		color: #fff;
		font-weight: bold;
		padding: .5rem .25rem;
	}



.fullsize {
	width: 99%;
}
.float_r {
	float: right;
	margin: 0 0 10px 20px;
}
.clearer {
	clear: both;
}

#content_fotomaterial {
	display: none;
}




.wrapper {
	max-width: 96%;
}

#mobilebar_cont {
	background-color: var(--main);
	display: none;
	padding: 10px 0;
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
	position: relative;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);	
}
	#mobilebar_cont #mobilebar_akt {
		padding: 8px 14px;
		padding: .5rem 0.875rem;
		color: #fff;
	}
	#mobilebar_cont #mobilebar_icon {
		float: right;
		cursor: pointer;
	}
	#mobilebar {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: none;
	}
		#mobilebar li {
			border-top: 1px #aaa solid;
		}
			#mobilebar li a {
				display: block;
				padding: 6px 25px;
				color: #555;
			}
			#mobilebar li a.mobilebar_akt {
				background-color: #444 !important;
				color: #fff;
			}
			#mobilebar li a:hover {
				background-color: #777 !important;
				color: #fff;
			}
			
			#mobilebar li.depth0 a,
			#mobilebar li.depth1 a {
				padding-left: 30px;
				font-size: 16px;
				font-size: 1rem;
				color: #fff;
			}
			#mobilebar li.depth2 {
				background-color: rgba(255, 255, 255, .2);
			}
				#mobilebar li.depth2 a {
					padding-left: 45px;
					font-size: 14px;
					font-size: 0.875rem;
					color: #eee;
				}
				
			#mobilebar li.depth3 {
				background-color: rgba(255, 255, 255, .4);
			}
				#mobilebar li.depth3 a {
					padding-left: 60px;
					font-size: 13px;
					font-size: 0.813rem;	
				}
	


.col-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.col-1 { width: 8.3333%; }
.col-2 { width: 16.6667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.3333%; }
.col-5 { width: 41.6667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.3333%; }
.col-8 { width: 66.6667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.3333%; }
.col-11 { width: 91.6667%; }
.col-12 { width: 100%; }
.col-padding-right { padding-right: 2rem; }
.col-padding-left { padding-left: 2rem; }




hr {
	margin: 48px 0;
	margin: 3rem 0;
	border: 1px #ccc solid;
	border-width: 1px 0 0 0;
}



.cta {
	display: inline-block;
	padding: .5rem 1rem;
	margin: .5rem 1rem .5rem 0;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	background-color: var(--main);
	color: #eee;
	box-shadow: 2px 3px 5px rgba(0,0,0,.3);
}
	.cta:hover {
		background-color: #fff;
	}

	.cta span[class^=icon-] {
		margin-right: 8px;
	}

	.cta.cta_mini {
		font-size: 1rem;
		padding: .25rem .5rem;
	}
	

/* ------- FORMBUILDER ------- */


.formbuilder_form {
	background-color: #fff;
	padding: 16px;
	padding: 1rem;
}
	.formbuilder_form div {
		padding: 16px;
		padding: 1rem;
	}
		.formbuilder_form div label {
			display: inline-block;
			width: 200px;
			vertical-align: middle;
		}
		.formbuilder_form div label.fullsize {
			width: 100%;
		}
		.formbuilder_form div input[type="text"],
		.formbuilder_form div input[type="email"],
		.formbuilder_form div input[type="date"],
		.formbuilder_form div textarea,
		.formbuilder_form div select {
			font-size: 20px;
			font-size: 1.25rem;
			padding: 5px;
			border: 1px #777 solid;
			border-radius: 4px;
			background-color: #f4f4f4;
			vertical-align: middle;
		}
		.formbuilder_form div textarea {
			width: calc(100% - 200px) !important;
			vertical-align: middle;
		}
		.formbuilder_form div input[type="submit"] {
			font-size: 16px;
			font-size: 1rem;
			padding: 8px 16px;
			padding: .5rem 1rem;
			border: 1px #777 solid;
			border-radius: 4px;
			background-color: #237f52;
			color: #fff;
			cursor: pointer;
			box-shadow: 2px 3px 5px rgba(35, 127, 82, .3);
		}
		.formbuilder_form div input:invalid {
			box-shadow: 1px 1px 10px 2px rgba(255,0,0,.5);
		}
		.formbuilder_form div input[type="submit"]:disabled {
			background-color: #999;
		}
		.formbuilder_form div input[type="submit"]:hover {
			box-shadow: 2px 3px 5px rgba(35, 127, 82, .6);
		}

		.formbuilder_form span.required {
			font-weight: bold;
			margin-left: .25rem;
			color: var(--main);
		}


/*	--- KARTE --- */

#dk_map_cont {
	width: 100%;
	height: 600px;
	max-height: 60vh;
}
#dk_map {
	width: 100%;
	height: 100%;
	z-index: 90;
}

.leaflet-tooltip {
	background-color: rgba(0,0,0,.4) !important;
	color: #fff !important;
}
.leaflet-control-attribution {
	background-color: rgba(0,0,0,.2) !important;
	color: #888 !important;
}


/* ---------- RESPONSIVE ----------*/
.responsive_smartphone_only {
	display: none;
}


/* ---------- TABLET ----------*/

 
@media only screen and (max-width: 1024px) {

	.responsive_tablet_portrait_hide {
		display: none !important;
	}
	
	body {
		font-size: 16px;
		font-size: 1rem;
	}
	footer {
		font-size: 14px;
		font-size: 0.875rem;
	}
	
	h1 {
		font-size: 32px;
		font-size: 2rem;
	}
	
	h2, h3 {
		font-size: 24px;
		font-size: 1.5rem;
		background-position: 0 0;
		padding: 6px 0 0 0;
	}
		h2:before {
			bottom: -8px;
			bottom: -.5rem;
		}
	
	.wrapper {
		max-width: 96%;
	}

	.minipic, .minipic_r, .minipic_l, .minipic_zoom, .minipic_r_zoom, .minipic_l_zoom {
		width: 40%;
	}
	
	/*
	#minilogo_wrapper {
		display: none;
	}
	#logo_wrapper {
		top: 20%;
		right: 5%;
		z-index: 90;
	}
	#logo_wrapper {
		display: none;
	}	
	*/
	
	/*
	#logo_wrapper {
		width: 40%;
	}
		#header_mainlogo {
			width: 100%;
		}
	*/
			
	.list_subcat_item_cont h2 {
		margin-bottom: 24px !important;
		margin-bottom: 1.5rem !important;
	}
	
	/*
	.start_box {
		width: 49%;
	}
	*/
	
	.footer_box {
		width: 33%;
		margin: 0;
		padding: 0 32px 0 0;
		padding: 0 2rem 0 0;
	}
		#footer_mainlogo {
			width: 100%;
		}
		
		
	.header_tile_cont {
	}
		.header_tile_cont .header_tile {
			width: 140px;
		}
}

.leaflet-container a {
	color: var(--main) !important;
}
	.leaflet-control-attribution {
		background-color: rgba(0,0,0,.1) !important;
		color: #999 !important;
	}
	.leaflet-control-attribution a {
		color: #888 !important;
	}
	.leaflet-control-attribution .leaflet-attribution-flag {
		display: none !important;
	}


/* ---------- EASYEINSATZ ---------- */

	.easyeinsatz_missionlist {
		margin: .25rem 0;
	}

		.easyeinsatz_missionlist .easyeinsatz_missionlist_missiontype {
			border-left: .5rem #aaa solid;
		}

		.easyeinsatz_missionlist .easyeinsatz_missionlist_image {
			width: 100%;
			height: 100%;
			min-width: 100px;
			min-height: 70px;
			max-width: 100px;
			max-height: 70px;
			overflow: hidden;
			background-color: #bbb;
			object-fit: cover;
		}
		

		
	.easyeinsatz_missionmap {
	}
		#dk_map_cont.easyeinsatz_missionmap_detail {
			height: 100%;
			max-height: none;
		}

		.easyeinsatz_missionmap .leaflet-container {
			font-family: 'Open Sans', sans-serif, arial;
			font-size: .75rem;
		}

		.easyeinsatz_missionmap .easyeinsatz_missionlist_cta {
			display: inline-block;
			padding: .25rem .5rem;
			background-color: var(--main);
			color: var(--white) !important;
			margin-top: .75rem;
		}

		.easyeinsatz_missionmap .easyeinsatz_missionlist_cta:hover {
			background-color: var(--mainHover);
		}


	.easyeinsatz_missiondetails,
	.easyeinsatz_vehicledetails {
	}

		.easyeinsatz_missiondetails .easyeinsatz_missiondetails_infotable_row,
		.easyeinsatz_vehicledetails .easyeinsatz_vehicledetails_infotable_row {
			position: relative;
			padding: 16px;
			padding: 1rem;
			background-color: #f4f4f4;
			margin: 0 0 .25rem 0;
			padding-left: 200px;
		}

		.easyeinsatz_missiondetails .easyeinsatz_missiondetails_infotable_row label,
		.easyeinsatz_vehicledetails .easyeinsatz_vehicledetails_infotable_row label {
			position: absolute;
			top: 1rem;
			left: 1rem;
			font-size: .825rem;
			color: #777;
		}

		.easyeinsatz_missiondetails_images,
		.easyeinsatz_vehicledetails_images {
			margin-top: 2rem;
		}
			.easyeinsatz_missiondetails_images .minipic,
			.easyeinsatz_vehicledetails_images .minipic {
				max-width: 200px;
				max-height: 200px;
				margin-right: 1rem;
			}




.news_timeline_cont {
	/* text-align: center; */
}
	.news_timeline_cont .news_timeline_year {
		display: inline-block;
		margin: 1rem;
	}
	.news_timeline_cont .news_timeline_year:first-child {
		margin-left: 0;
	}
		.news_timeline_cont .news_timeline_year a {
			padding: 1rem 1.5rem;
			background-color: #ddd;
			border-radius: 8px;
		}
		.news_timeline_cont .news_timeline_year a:hover,
		.news_timeline_cont .news_timeline_year a.active {
			background-color: var(--main);
			color: var(--white);
		}
			
		.news_timeline_cont .news_timeline_year a span {
			color: #aaa;
			font-size: small;
		}
		.news_timeline_cont .news_timeline_year a:hover  span,
		.news_timeline_cont .news_timeline_year a.active  span {
			color: #ccc;
		}



.accordion {
	margin: 1rem 0;
}
	.accordion .accordion_item {
		border: 1px #ccc solid;
		border-radius: .5rem;
		margin-bottom: 1rem;
		overflow: hidden;
	}
		.accordion .accordion_item .accordion_item_header {
			background-color: #eee;
			padding: 1rem;
			cursor: pointer;
			position: relative;
		}

			.accordion .accordion_item .accordion_item_header .accordion_icon_image {
				display: inline-block;
				width: 100px;
				height: 100px;
				object-fit: cover;
				margin-right: 2rem;
				background-color: #ccc;
			}

			.accordion .accordion_item .accordion_item_header h3 {
				display: inline-block;
				margin: 0;
				vertical-align: top;
				line-height: 1.5rem;
			}

			.accordion .accordion_item .accordion_item_header .accordion_icon {
				float: right;
				font-size: 1.5rem;
				color: #666;
				transform: rotate(0deg);
			}
			.accordion .accordion_item.active .accordion_item_header .accordion_icon {
				transform: rotate(180deg);
			}
			
		.accordion .accordion_item .accordion_item_content {
			display: none;
			padding: 1rem;
			background-color: #f9f9f9;
			color: #444;
			line-height: 1.5;
		}


.dk_360degrees_cont {
	width: 100%;
	margin: 2rem 0;
	overflow: hidden;
}

	.dk_360degrees_cont .dk_360degrees_panorama {
		width: 100%;
		height: 600px;
	}

	.dk_360degrees_cont .dk_360degrees_panorama .pnlm-panorama-info {
		bottom: 1.5rem;
	}
		.dk_360degrees_cont .dk_360degrees_panorama .pnlm-info a {
			display: block;
			background-color: var(--main);
			color: var(--white);
			padding: .5rem 1rem;
			border-radius: .25rem;
			margin-top: .5rem;
		}


/* ---------- SMARTPHONE ---------- */

@media only screen and (max-width: 760px) {
	
	.responsive_smartphone_hide {
		display: none !important;
	}
	.responsive_smartphone_only {
		display: block !important;
	}
	
	.responsive_linebreak_before {
		display: block;
	}
	
	body {
		font-size: 0.9rem;
	}

	.wrapper {
		max-width: 100%;
	}
	
	a[href^=tel] {
		cursor: pointer;
		pointer-events: auto;
	}

	h1,
	.start_box a span{
		font-size: 21px;
		font-size: 1.313rem;
	}

	h2, h3 {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	.cta {
		font-size: 16px;
		font-size: 1rem;
	}

	.wrapper {
		width: 94%;
	}

	#header_top, #header_menu, #header_minilogo, #sidebar, #header_pagination {
		display: none;
	}
	
	/*
	#textlogo_wrapper {
		top: 15%;
	}
		#header_textlogo {
			width: 160px;
		}
	*/
		
	
	header {
		height: 50%;
	}
	
	#mobilebar_cont {
		display: block;
	}
	
	#logo_wrapper {
		width: 100%;
		padding: 1rem;
	}

	
	#pathfinder_prefix {
		display: block;
	}

	#content, .list_subcat_item_cont {
		line-height: normal !important;
	}
	
	#footer_navi {
		padding: 2rem 0;
	}
	
	#footer_navi .wrapper {
		background: none;
		padding: 16px;
		padding: 1rem;
	}
	
		.footer_box {
			display: block;
			margin-bottom: 16px;
			margin-bottom: 1rem;
			padding: 0;
		}
		
		#footer_linklist {
			column-count: 2;
		}
	
	.poweredby_mcms_online {
		display: block;
	}
	
	#footer_navi .wrapper {
		width: 100%;
	}
	
		.footer_box {
			width: 100%;
			margin-bottom: 48px;
			margin-bottom: 3rem;
		}
	
		#footer_logo_cont {
			margin: 0;
		}
			#footer_mainlogo {
				max-width: 80%;
			}
	


	.minipic, .minipic_r, .minipic_l,
	.minipic_zoom, .minipic_r_zoom, .minipic_l_zoom,
	#content_inner img  {
		width: 44% !important;
	}

	.minipic_r, .minipic_r_zoom {	
		margin-right: 0;
		padding-right: 0;
		margin-left: .5rem;
	}	

	/*
	.list_subcat_item {
		margin-right: 0;		
		padding-left: 10px;
		padding-right: 10px;		
		overflow: visible;
	}

	.list_subcat_item_cont {	
		padding: 10px;
	}

	.list_subcat_item_pic {
		position: static;
		margin-bottom: -5px;
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.list_subcat_item_pic img {
		width: 100% !important;
		max-width: 100% !important;
	}	
	
	
	.start_box {
		width: 100%;
		float: none;
	}
		.start_box a {
			width: 100%;
		}
		
		
	.opt_immosync_list {
		column-count: 2;
	}
	*/
	.list_subcat .wrapper,
	.dk_grid-07_image-sidebyside_inner {
		column-count: 1;
	}
		.list_subcat_item:first-child,
		.dk_grid-07_image-sidebyside_box:first-child {
			margin-top: 0;
		}


	.list_subcat_classic .list_subcat_item_pic {
		position: inherit !important;
		width: 100%;
		height: auto;
		overflow: visible;
	}
	
	.list_subcat_classic .list_subcat_item_cont {
		position: inherit !important;
		left: 0;
		padding: 1rem;
	}


	
	.col-6 {
		flex: 100%;
	}


	.col-m-1 { width: 8.3333%; }
	.col-m-2 { width: 16.6667%; }
	.col-m-3 { width: 25%; }
	.col-m-4 { width: 33.3333%; }
	.col-m-5 { width: 41.6667%; }
	.col-m-6 { width: 50%; }
	.col-m-7 { width: 58.3333%; }
	.col-m-8 { width: 66.6667%; }
	.col-m-9 { width: 75%; }
	.col-m-10 { width: 83.3333%; }
	.col-m-11 { width: 91.6667%; }
	.col-m-12 { width: 100%; }

	.col-m-first { order: -1; }
	.col-m-last { order: 1; }
	.col-m-nopadding-right { padding-right: 0; }
	.col-m-nopadding-left { padding-left: 0; }


	
	.dk_grid-03_teaser-right_cont {
		padding-left: 0;
	}
		.dk_grid-03_teaser-right_image {
			margin-top: 2rem;
		}
			.dk_grid-03_teaser-right_image img {
				position: static;
			}

	.dk_grid-02_teaser-left_cont {
		padding-right: 0;
	}
		.dk_grid-02_teaser-left_image {
			margin-bottom: 2rem;
		}
			.dk_grid-02_teaser-left_image img {
				position: static;
			}

	.dk_grid-05_image-fixed_cont {
		padding: 1rem;
		width: 80% !important;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	#header_fullsize .wrapper {
		width: 100%;
	}

	#header_menu_cont {
		top: 0;
		left: 0;
	}
	#header.scrolldown #header_fullsize #logo_wrapper {
		display: none;
	}

	#header_intro_cont {
		bottom: 0;
		padding: 0 1rem ;
		max-width: 100%;
		background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,.0));
	}
		#header_intro h3 {
			font-size: 2rem;
		}
		#header_intro p {
			font-size: .75rem;
		}
	
	#header_alarm {
		font-size: 1rem;
	}
		#header_alarm .wrapper {
			padding-left: 3.5rem;
		}
			#header_alarm #header_alarm_icon {
				bottom: -0.3rem;
			}
				#header_alarm #header_alarm_icon img {
					height: 3rem;
				}
			#header_alarm #header_alarm_text #header_alarm_link {
				display: none;
			}

			
	.easyeinsatz_missiondetails .easyeinsatz_missiondetails_infotable_row,
	.easyeinsatz_vehicledetails .easyeinsatz_vehicledetails_infotable_row {
		padding-left: 160px;
	}

	#dk_map_cont.easyeinsatz_missionmap_detail {
		height: 70vh;
	}
	.easyeinsatz_missiondetails_images .minipic {
		width: 30% !important;
		max-width: 30% !important;
	}

	/* .easyeinsatz_missionlist .easyeinsatz_missionlist_tableheader {
		display: none;
	}
		.easyeinsatz_missionlist thead { display:none; }
		.easyeinsatz_missionlist, .easyeinsatz_missionlist tbody, .easyeinsatz_missionlist tr, .easyeinsatz_missionlist td { display:block; width:100%; }
		.easyeinsatz_missionlist td { padding:8px 0; border-bottom:1px solid #eee; }
		.easyeinsatz_missionlist td:before { content: attr(data-label); display:block; width:120px; } */

	.easyeinsatz_missionlist .responsive_smartphone_only>td {
		display: block;
		width: 100%;
		padding: .5rem;
		overflow: auto;
		margin-bottom: .5rem;
	}
		.easyeinsatz_missionlist .responsive_smartphone_only>td div {
			margin: .5rem 0;
		}
			.easyeinsatz_missionlist .responsive_smartphone_only>td .easyeinsatz_missionlist_missiontype {
				padding-left: .5rem;
			}

			.easyeinsatz_missionlist .responsive_smartphone_only>td .minipic {
				width: 30% !important;
				background-color: #ddd;
			}



}