/* 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 */
}
/* quicksand-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: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('userfonts/quicksand-v36-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('userfonts/quicksand-v36-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('userfonts/quicksand-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('userfonts/quicksand-v36-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('userfonts/quicksand-v36-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('userfonts/quicksand-v36-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* handlee-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: 'Handlee';
  font-style: normal;
  font-weight: 400;
  src: url('userfonts/handlee-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('userfonts/handlee-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('userfonts/handlee-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('userfonts/handlee-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('userfonts/handlee-v19-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('userfonts/handlee-v19-latin-regular.svg#Handlee') format('svg'); /* Legacy iOS */
}




:root {
	--base: #555;
	--main: #5C2860;
	--white: #fff;
	--whiteHover: #e5cce7;
	--mainHover: #657798;
	--bgPage: #f4f4f4;
}


* {
	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: var(--base);
	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 {
	color: var(--main);
	font-size: 48px;
	font-size: 3rem;
	font-weight: normal;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
}

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

h2 {
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
	color: var(--main);
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
	
h3 {
	font-family: 'Handlee', 'Open Sans', sans-serif, arial;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 2rem 0 1rem 0;
	color: var(--main);
	position: relative;
	display: inline-block;
}

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



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


header {
	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(--main);
				position: relative;
				text-transform: uppercase;
				background-color: rgba(255,255,255,.5);
  				transition: all .5s linear;
			}
			#header_menu li a:hover,
			#header_menu li a.header_menu_akt {
				color: var(--white);
				background-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_video_cont {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}            
		#header_fullsize_video {
			position: relative;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			#header_fullsize_video video {
				position: absolute;
				top: 50%;
				left: 50%;
				min-width: 100%;
				min-height: 100%;
				transform: translate(-50%, -50%);
				object-fit: cover;
			}


	#header_fullsize_mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 20;
		background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.5));
	}
	
	#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: 300px;
				max-width: 60%;
			}
			#header_mainlogo_scrolldown {
				max-height: 70px;
				display: none;
			}
			
		#header_intro_cont {
			position: absolute;
			z-index: 94;
			bottom: 10%;
			left: 0;
			max-width: 50%;
		}
			#header_intro h3 {
				color: #fff;
				font-family: 'Quicksand', Arial, Helvetica, sans-serif;
				font-size: 3rem;
				line-height: 120%;
				margin: 0 0 1rem 0;
			}
			#header_intro p {
				color: #fff;
				font-family: 'Quicksand', 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;
		}


/* --- 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: var(--base);
	}


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


.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;
	overflow: auto;
}

.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;
		}


/* --- Footer --- */

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

#footer_navi {
	background-color: var(--main);
	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: #fcc;
		vertical-align: top; 
		text-align: left;
	}
	.footer-box:last-child {
		margin-right: 0;
	}
	.footer_box.fullwidth {
		width: 100%;
	}

	.footer_box_hint {
		font-size: .75rem;
		font-family: 'Handlee', 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: 'Quicksand', 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: 200px;
		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: var(--base);
	}
	#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);
}

.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, .minipic_zoom {
	max-width: 200px;
}
.minipic_r, .minipic_l, .minipic_r_zoom, .minipic_l_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: var(--base);
		}
			.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 {
	padding: 48px 0;
	padding: 3rem 0;
}

	.list_subcat_item {
		margin: 16px 0 0 0;
		margin: 1rem 0 0 0;
		padding: 16px;
		padding: 1rem;
		background-color: #f4f4f4;
		overflow: auto;
	}
		.list_subcat_item a {
			color: var(--main);
		}
		.list_subcat_item a:hover {
			color: #333;
		}
	
			.list_subcat_item h2 {
				background: none;
				margin: .75rem 0 1.5rem 0 !important;
			}
			.list_subcat_item .cont_dat_news {
				display: block;
				color: var(--main);
			}
				
			.list_subcat_item_pic {
				float: left;
				width: 150px;
				height: 100px;
				overflow: hidden;
			}
				.list_subcat_item_pic img {
					max-width: 100%;
				}
				
			.list_subcat_item_cont {

				line-height: 1rem;
				font-size: 1rem;

				color: var(--base);
				padding: 0 1rem 0 200px;
			}
			.list_subcat .clearer {
				display: none;
			}


.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; */
}

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

	.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;
	}
	.dk_grid-07_image-sidebyside_box:first-child {
		margin-top: 6rem;
	}

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

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

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

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

	.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 h2 {
			margin: 0 0 1rem 0;
			font-size: 1.5rem;
		}

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

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

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

	
.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;
	}



.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%; }




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



.cta {
	display: inline-block;
	padding: .5rem 1rem;
	margin: .5rem 1rem .5rem 0;
	font-family: 'Quicksand', 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: var(--mainHover);
		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 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;
}

.dk_map_tooltip {
	background-color: rgba(255,255,255,.9) !important;
	color: #444 !important;
}
	.dk_map_tooltip h3 {
		margin: 0;
	}
	.dk_map_tooltip p {
		margin: .275rem 0 0 0;
	}

.leaflet-control-attribution {
	background-color: rgba(0,0,0,.2) !important;
	color: #999 !important;
}
	.leaflet-control-attribution a {
		color: #ccc !important;
	}


/* -------- Timeline --------- */

.timeline {
	padding: 32px 16px;
	padding: 2rem 1rem;
}

	.timeline_item {
		padding: 20px 0;
		padding: 1.25rem 0;
		position: relative;
		border-left: 2px #bbb solid;
	}
	
		.timeline_item:before {
		    content: '';
		    width: 32px;
		    height: 32px;
		    background-color: var(--main);
		    border: 1px solid #fff;
		    box-shadow: 2px 3px 4px rgba(0,0,0,.4);
		    border-radius: 50%;
		    position: absolute;
		    left: -18px;
		    top: 35px;
		}
		/* .timeline_item.done:before {
			background-color: #29AA16;
		} */
		
		.timeline_item:hover {
			background-color: #f4f4f4;
			border-radius: 0 .5rem .5rem 0;
		}
		
			.timeline_item_content {
				margin: 0 0 0 2rem;
			}
			.timeline_item:nth-child(even) .timeline_item_content {
				margin-left: 3rem;
			}

				.timeline_item_content h4 {
					margin: .5rem 0;
					font-size: 1rem;
				}



/* ---------- 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%;
		}
	*/

	#header_menu li a {
		font-size: 1rem;
	}
	#header_intro_cont {
		max-width: 75%;
	}
	#header_mainlogo_scrolldown {
		max-height: 56px;
	}
			
	.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%;
		}
		.footer_box.footer_box_linklist {
			width: 75%;
		}
		
	.header_tile_cont {
	}
		.header_tile_cont .header_tile {
			width: 140px;
		}
		
    .chronicle_container .chronicle_polaroid {
        width: 250px;
        height: 300px;
	}	
    .chronicle_container .chronicle_title {
        font-size: 1.75rem;
	}
}


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

@media only screen and (max-width: 760px) {
	
	.responsive_smartphone_hide {
		display: none !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: 60%;
			}
	


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

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

	.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;
		}
	
	.col-6 {
		flex: 100%;
	}
	
	.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_mainlogo,
	#footer_mainlogo {
		max-width: 35%;
	}

	#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: 1.5rem;
		}
		#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;
			}


		
	.chronicle_container {
		padding: 0 0 0 1rem;
	}	
		
    .chronicle_container .chronicle_polaroid {
        width: 40%;
        height: 150px;
		padding: 6px 6px 3rem 6px;
	}	
    .chronicle_container .chronicle_title {
        font-size: 1rem;
	}
    .chronicle_container .chronicle_polaroid_text {
        font-size: 1.75rem;
	}
    .chronicle_container .chronicle_info {
        max-width: calc(100% - 45%);
	}
}