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

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



* {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: 'Open Sans', sans-serif, arial;
	text-align: center;
	background-color: #333;
	color: #444;
	height: 100%;
}


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


h1 {
	color: #0B3D6E;
	font-family: 'Elms Sans', sans-serif, arial;
	font-size: 48px;
	font-size: 3rem;
	font-weight: normal;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
}

h1 b, h1 strong,
h2 b, h2 strong,
h3 b, h3 strong,
.handwriting {
	font-weight: 800;
}

h2 {
	font-family: 'Elms Sans', sans-serif, arial;
	font-size: 3rem;
	font-weight: bold;
	margin: .75rem 0 .5rem 0;
	color: #444;
}
	
h3 {
	font-family: 'Elms Sans', sans-serif, arial;
	font-size: 1.5rem;
	font-weight: normal;
	margin: .5rem 0 1rem 0;
	color: #444;
	position: relative;
	display: inline-block;
	padding-bottom: .75rem;
}

	
h4 {
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	color: #444;
}
	h4 .klein {
		font-size: 16px;
		font-size: 1rem;
		color: #888;
	}



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

main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

	main ul li {
		--bullet-rotation: 0deg;
		position: relative;
		margin-bottom: 12px;
		margin-bottom: .75rem;
		padding-left: 28px;
		padding-left: 1.75rem;
	}

	main ul li:last-child {
		margin-bottom: 0;
	}

	main ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: .2em;
		width: 14px;
		height: 14px;
		background: url(../images/Aufzaehlung_1.svg) no-repeat center / contain;
		transform: rotate(var(--bullet-rotation));
		transform-origin: center;
	}

	main ul li:nth-child(4n+1) { --bullet-rotation:   0deg; }
	main ul li:nth-child(4n+2) { --bullet-rotation:  90deg; }
	main ul li:nth-child(4n+3) { --bullet-rotation: 180deg; }
	main ul li:nth-child(4n+4) { --bullet-rotation: 270deg; }


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

img.svgicon {
	height: 1rem;
	width: 1rem;
	vertical-align: middle;
	margin-right: .25rem;
}

#header {
	height: 30%;
	position: relative;
}
	#body.body_catid_-1 #header {
		height: 60%;
	}


#header_top_cont {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(238, 107, 26, .6);
	padding: 8px 0;
	padding: .5rem 0;
	z-index: 80;		
}
	#header_top_cont .wrapper {
		position: relative;
	}
	
		#banner {
			position: absolute;
			left: 130px;
			bottom: 88px;
		}
	
	
		#header_top a {
			display: inline-block;
			margin-right: 32px;
			margin-right: 2rem;
			padding: 14px;
			text-transform: uppercase;
			color: #eee;
		}
		#header_top a::after {
			content: '';
			width: 0px;
			height: 2px;
			display: block;
			background-color: #eee;
			transition: 300ms;
		}
		
		#header_top a:hover,
		#header_top a.header_top_akt {
			background-color: rgba(238, 107, 26, 1);
			color: #fff;
		}
		#header_top a:hover::after,
		#header_top a.header_top_akt::after {
			width: 100%;
		}
		
		#header_top a .header_top_icon {
			display: inline-block;
			width: 60px;
			height: 60px;
			margin-right: 14px;
			background-repeat: no-repeat;
			background-position: center;
			background-size: 100%;
			vertical-align: middle;
			filter: invert(96%) sepia(9%) saturate(1%) hue-rotate(248deg) brightness(111%) contrast(73%);
		}
		#header_top a .header_top_icon.iconset_1 { background-image: url(../images/icon_manual.svg); background-size: 80%; }
		#header_top a .header_top_icon.iconset_4 { background-image: url(../images/icon_office-space.svg); }
		#header_top a .header_top_icon.iconset_5 { background-image: url(../images/icon_support.svg); }
		#header_top a .header_top_icon.iconset_7 { background-image: url(../images/icon_question.svg); background-size: 80%; }
		
		#header_top a:hover .header_top_icon,
		#header_top a.header_top_akt .header_top_icon {
			filter: invert(89%) sepia(30%) saturate(42%) hue-rotate(100deg) brightness(110%) contrast(105%);
		}
	

#header_topnavi {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 16px 0;
	padding: 1rem 0;
	background-color: transparent;
	font-size: 12px;
	font-size: 1.25rem;
	text-align: right;
}
	
	#header_topnavi .wrapper {
		position: relative;
	}
		
		#header_topnavi a {
			display: inline-block;
			color: #0b3d6e;
			padding: .25rem .5rem;
			margin-left: 1rem;
			vertical-align: middle;
			background-color: rgba(255,255,255,.6);
			border-radius: .25rem;
		}
			#header_topnavi span[class^=icon-] {
				color: #0b3d6e;
				padding: 3px;
			}
			
		#header_topnavi a:hover {
			color: #c5999f;
			background-color: rgba(255,255,255,.9);
		}
			#header_topnavi a:hover span[class^=icon-] {
				color: #315a30;
			}
	

#header_menu_cont {
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	padding: 1rem 0 .5rem 0;
	opacity: 0;
	visibility: hidden;
}	

	#header_menu {
		list-style-type: none;
		margin: 0 0 0 25%;
		padding: 0;
	}
		#header_menu li {
			display: inline-block;
		}
			#header_menu li a {
				display: block;
				font-size: 16px;
				font-size: 1rem;
				padding: 40px 12px 24px 12px;
				padding: 2.5rem .75rem 1.5rem .75rem;
				color: #666;
				text-transform: uppercase;
				position: relative;
				
  				transition: all .5s linear;
			}
			#header_menu li a:before {
				display: block;
				content: ' ';
				width: 80%;
				height: 10px;
				background-color: transparent;
				position: absolute;
				bottom: -10px;
				left: 0;
				transition: all .7s;
			}
			#header_menu li a.header_menu_akt {
				color: #0B3D6E;
				background-color: #f4f4ff;
			}
			#header_menu li a:hover:before,
			#header_menu li a.header_menu_akt:before {
				color: #0B3D6E;
				background-color: #0B3D6E;
				width: 100%;
			}



#header_fullsize {
	/* opacity: 0.65; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	position: relative;
}

	#header_fullsize .wrapper {
		height: 100%;
		position: relative;
	}
	
	
#header_fullsize_mask {
	position: relative;
	width: 100%;
	height: 100%;
}
	#header_fullsize_mask::before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background-color: rgba(0,0,20,0.6); */
		background: linear-gradient(180deg, rgba(255,255,255,.6) 0, rgba(186,141,148,.6) 100%);
		z-index: 70;
	}

		#header_intro_cont {
			position: absolute;
			z-index: 94;
			bottom: 0;
			right: 15%;
			padding: 32px 32px 32px 32px;
			padding: 2rem 2rem 2rem 2rem;
			background-color: rgba(104,136,160,.75);
		}
			
		#textlogo_wrapper {
			display: none;
			position: absolute;
			z-index: 98;
			top: 22%;
			right: 10%;
			padding: 16px;
			padding: 1rem;
			background-color: rgba(59,73,158,.4);
		}

		#header_minilogo_wrapper {
			/* position: absolute;
			z-index: 98;
			bottom: -1rem;
			left: 0; */
			width: 20%;
			min-width: 100px;
			max-width: 150px;
		}				
			#header_minilogo_wrapper #header_minilogo {
				width: 100%;
			}
			

.dk_background-video_cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .dk_background-video_cont .dk_background-video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        height: auto;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .dk_background-video_cont .dk_background-video_text {
        position: relative;
        z-index: 1;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0,0,0,.8);
        top: 80%;
    }




#header_teaser_cont {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(-50%, -40%);
	text-shadow: 5px 4px 8px rgba(0,0,0,.5);
	z-index: 999;
}

	#header_teaser_cont #header_teaser {
		font-family: 'Elms Sans';
		color: #fff;
		font-size: 4rem;
		line-height: 2rem;
	}
		#header_teaser_cont #header_teaser span {
			display: block;
			font-size: 2rem;
			margin-top: 2rem;
		}

#header_claim_cont {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
}
	#header_claim_cont .wrapper {
		position: relative;
		height: 100%;
	}


	#header_claim_cont #header_claim {
		position: absolute;
		left: 0;
		bottom: 10%;
		text-shadow: 5px 4px 8px rgba(0,0,0,.5);
		z-index: 70;
		font-family: 'Elms Sans';
		color: #fff;
		font-size: 1.5rem;
		line-height: 2rem;
		max-width: 70%;
	}
	#body.body_catid_-1 #header_claim_cont #header_claim {
		bottom: 10%;
	}

		#header_claim_cont #header_claim span {
			display: block;
			font-family: 'Elms Sans';
		}

		#header_claim_cont #header_claim span:first-child {
			font-size: 2rem;
			margin-bottom: .5rem;
		}


#header_mainlogo_wrapper {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
}

	#header_mainlogo_wrapper .wrapper {
		position: relative;
		height: 100%;
	}

	#header_mainlogo_wrapper #header_mainlogo {
		position: absolute;
		left: 0;
		bottom: 30%;
		max-width: 40%;
		z-index: 88;
	}

/* --- SCROLLDOWN --- */


#header.scrolldown #header_menu_cont {
	visibility: visible;
	opacity: 1;
}

#header.scrolldown #header_fullsize #header_menu li a {
	padding-top: 32px;
	padding-top: 2rem;
	padding-bottom: 12px;
	padding-bottom: .75rem;
}
#header.scrolldown #header_topnavi a {
	color: #777;
}

	#header.scrolldown #header_topnavi span[class^=icon-] {
		color: #0B3D6E;
	}
	

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




/* --- PATHFINDER --- */

#pathfinder_cont {
	padding: 32px 0;
	padding: 2rem 0;
	background-color: #f5fafd;
	display: none;
}

#pathfinder {
	text-align: left;
	font-size: 12px;
	font-size: 0.75rem;
}
	#pathfinder_prefix {
		display: inline-block;
		margin-right: 8px;
		margin-right: .5rem;
	}
	#pathfinder,
	#pathfinder a {
		color: #666;
	}
	#pathfinder a:hover {
		color: #0B3D6E;
	}


/* --- 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: #F7F7F5;
}
.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: #fff;
}

.dk_grid-01_text.highlight {
	color: #fff;
	background-color: #BA8D94;
	padding: 1rem 0;
	font-size: 2rem;
}
.dk_grid-01_text.highlight.highlight2 {
	background-color: #0B3D6E;
}
	.dk_grid-01_text.highlight h2 {
		color: #fff;
		font-size: 3rem;
	}



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


.dk_grid-01_text .dk_grid-01_text_content {
	overflow: auto;
}

.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: 450px;
	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: 20%;
		transform: translate(-50%);
		left: 50%;
		width: 40% !important;
		background-color: rgba(255,255,255,.8);
		color: #444;
		padding: 0 16px;
		padding: 0 1rem;
	}


.dk_grid-06_header_room {
	padding: 1rem 0;
	margin: 2rem 0 3rem 0;
	background-color: #BA8D94;
}
	.dk_grid-06_header_room h1 {
		color: #fff;
		margin-bottom: 0;
	}


.dk_grid-08_tiles { padding: 4rem 0 4rem 0; }

	.dk_grid-08_tiles_inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 4rem;
	}

		.dk_grid-08_tiles_box {
			overflow: hidden;
			border-radius: 3rem .5rem .5rem .5rem;
			background: #fff;
			box-shadow: 0 6px 16px rgba(0,0,0,.12);
			transition: transform .2s, box-shadow .2s, background .2s;
		}

		.dk_grid-08_tiles_box:hover {
			transform: translateY(-4px);
			box-shadow: 0 12px 24px rgba(0,0,0,.18);
			background: linear-gradient(180deg, #FFFFFF 200px, #ECDFE1 100%);
		}

		.dk_grid-08_tiles_image { height: 220px; position: relative; }
		.dk_grid-08_tiles_image img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.8; transition: opacity .3s; position: relative; z-index: 0; }
		.dk_grid-08_tiles_image::before {
			content: '';
			position: absolute;
			inset: 0;
			background: linear-gradient(180deg, rgba(255,255,255,.4) 0, rgba(186,141,148,.4) 100%);
			z-index: 1;
			pointer-events: none;
		}
		.dk_grid-08_tiles_image img:hover { opacity: 1; }

		.dk_grid-08_tiles_cont { padding: 1rem 1.1rem 1.2rem; }
			.dk_grid-08_tiles_content { padding-left: 2.3rem; }
			.dk_grid-08_tiles_content>p { color: #888; }
			.dk_grid-08_tiles_content>ul { margin: .75rem 0; }

		.dk_grid-08_tiles_title { font-size: 1.25rem; margin: 0 0 .6rem; color: #114276; }
		.dk_grid-08_tiles_content { line-height: 1.5; }

@media (max-width: 1023px) { .dk_grid-08_tiles_inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }
@media (max-width: 760px)  { .dk_grid-08_tiles_inner { grid-template-columns: 1fr; } }


/* --- Footer --- */



#footer_navi {
	background: linear-gradient(180deg, #FFFFFF 0%, #ECDFE1 100%);
	line-height: 160%;
	padding-top: 2rem;
}
	#footer_navi .wrapper {
		padding: 48px 0 24px 0;
		padding: 3rem 0 1.5rem 0;	
		min-height: 200px;
	}
		
	.footer_box {
		display: inline-block;
		margin: 0 3rem 1.5rem 0;
		color: #114276;
		vertical-align: top; 
		text-align: left;
	}
	.footer-box:last-child {
		margin-right: 0;
	}
	
		.footer_box hr {
			margin: 32px 0;
			margin: 2rem 0;
		}
	
		.footer_box a {
			color: #114276;
		}	
		.footer_box a:hover {
			color: #0B3D6E;
		}
		
		.footer_box b {
			display: inline-block;
			color: #BA8D94;
			margin-bottom: 5px;
		}
	
		.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_logo_cont {
		margin-bottom: 80px;
		margin-bottom: 5rem;
	}
		
		#footer_mainlogo {
			width: 350px;
			max-width: 80%;
		}
		
	#footer_linklist {
		list-style-type: none;
		padding: 0;
		margin: 0;
		/* column-count: 2; */
	}

#footer_balken {
	height: 6rem;
	background: url(../images/Balken.svg) repeat-x center;
	background-size: auto 100%;
}

#footer_copyright {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 16px 0;
	padding: 1rem 0;
	margin-bottom: 50px;
	background-color: #333;
	text-align: right;
}
	#footer_copyright,
	#footer_copyright a {
		color: #888;
	}
	#footer_copyright a:hover {
		color: #fff;
	}


/* --- ALLGEMEIN --- */



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

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


.minipic, .minipic_zoom {
	margin: 10px 10px 10px 0;
	max-width: 500px;
}

.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;
}
.minipic_l, .minipic_l_zoom {
	float: left;
	margin: 0 50px 10px 0;
}


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

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




.galerie {
	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: 18%;
		margin: 0 2% 2% 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;
				
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2; /* number of lines to show */
				-webkit-box-orient: vertical;
			}
			.galerie .galerie_coverimg a:hover span {
				background-color: #0B3D6E;
			}
			
	div.dk_grid-04_galerie .wrapper {
		overflow: auto;
	}
	
	
	
	div.dk_grid-04_galerie {
	background-color: #eee;
	}
		div.dk_grid-04_galerie .wrapper {
			overflow: auto;
		}



.list_subcat {
	padding: 0 0 48px 0;
	padding: 0 0 3rem 0;
}
main>div.list_subcat .wrapper {
	margin: 5rem auto 3rem auto;
}

	.list_subcat_item {
		margin: 32px 0 0 0;
		margin: 2rem 0 0 0;
		padding: 16px;
		padding: 1rem;
		background-color: #f4f4f4;
	}
		.list_subcat_item a {
			color: #0B3D6E;
		}
		.list_subcat_item a:hover {
			color: #333;
		}
	
			.list_subcat_item h2 {
				background: none;
				margin: 0 0 10px 0 !important;
			}
				
			.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: 14px;
				font-size: 11px;
				font-size: 0.688rem;
				*/
				color: #666;
				padding: 0 10px 0 200px;
			}
			.list_subcat .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: #f1f1f1;
}
	th {
		background-color: #0B3D6E;
		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,
.list_subcat {
	max-width: 94%;
}

#mobilebar_cont {
	background-color: #0B3D6E;
	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;
}
.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: 48px 0;
	margin: 3rem 0;
	border: 1px #ccc solid;
	border-width: 1px 0 0 0;
}



.cta {
	display: inline-block;
	padding: 8px 16px;
	padding: .5rem 1rem;
	margin: 8px 16px 8px 0;
	margin: .5rem 1rem .5rem 0;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	background-color: #0B3D6E;
	color: #fff;
	text-transform: uppercase;
}
	.cta:hover {
		background-color: #2662b4;
		color: #fff;
	}

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



/*	--- KARTE --- */

#dk_map_cont {
	width: 100%;
	height: 100%;
	min-height: 500px;
}
#dk_map {
	width: 100%;
	height: 100%;
	z-index: 90;
}




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


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

	.responsive_tablet_landscape_hide {
		display: none !important;
	}
	
	.footer_box {
		margin-right: 2rem;
	}
		
	#footer_linklist {
		column-count: 1;
	}
	
	.dk_grid-05_image-fixed_cont {
		width: 70% !important;
	}
	
	#header_top a {
		margin-right: 1rem;
	}

	#header_mainlogo_wrapper #header_mainlogo {
		width: 40%;
		max-width: 40%;
	}

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


@media only screen and (max-width: 1023px) {
	
	body {
		font-size: 16px;
		font-size: 1rem;
	}
	
	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 {
		max-width: 250px !important;
		height: auto !important;
	}
	

	#header_mainlogo_wrapper #header_mainlogo {
		width: 50%;
		max-width: 50%;
	}
			
	.list_subcat_item_cont h2 {
		margin-bottom: 24px !important;
		margin-bottom: 1.5rem !important;
	}
	
	/*
	.start_box {
		width: 49%;
	}
	*/
	
	#header_top a {
		padding: 14px 4px;
	} 
	#header_top a .header_top_icon {
		width: 40px;
		height: 40px;
		margin-right: 6px;
	}
	
	
	#banner {
		left: 100px;
		bottom: 50px;
	}
	
	
	
	.attr_listing ul {
		column-count: 3;
	}
	
	
	
	.galerie .galerie_coverimg {
		width: 32%;
		margin: 0 1% 2% 0;
	}
	
	.footer_box {
		margin-bottom: 48px !important;
		margin-bottom: 3rem !important;
	}
	
	#footer_mainlogo {
		width: 220px;
		max-width: none;
	}
	

	.dk_grid-01_text.highlight {
		padding: 1rem 0;
		font-size: 1.5rem;
	}
		.dk_grid-01_text.highlight h2 {
			font-size: 2rem;
		}
		
	.dk_grid-02_teaser-left_cont.col-6,
	.dk_grid-03_teaser-right_cont.col-6 {
		width: 58.3333%;
	}
	.dk_grid-02_teaser-left_image.col-6,
	.dk_grid-03_teaser-right_image.col-6 {
		width: 41.6667%;
	}
	
	/* last */
	.responsive_tablet_portrait_hide {
		display: none !important;
	}
}




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

@media only screen and (max-width: 760px) {
	
	body {
		font-size: 16px;
		font-size: 1rem;
	}

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

	h1,
	.start_box a span{
		font-size: 38px;
		font-size: 1.75rem;
		margin-bottom: 8px;
		margin-bottom: .5rem;
	}

	h2, h3 {
		font-size: 24px;
		font-size: 1.5rem;
	}
		h3:before {
			bottom: -6px;
		}
	
	.cta {
		font-size: 16px;
		font-size: 1rem;
	}

	.wrapper {
		width: 94%;
	}

	#header_top, #header_menu, #header_pagination {
		display: none;
	}
	
	#header_menu_cont {
		height: 84px;
	}

	img.svgicon {
		width: 2rem;
		height: 2rem;
	}

	
	#header_topnavi {
		padding: 4px 0;
		padding: .25rem 0;
	}
		#header_topnavi a {
			padding: .5rem;
		}

	#header_claim_cont #header_claim {
		max-width: 100%;
	}

	#header_claim_cont #header_claim span:first-child {
		font-size: 1.5rem;
		margin-bottom: .25rem;
	}

	#header_minilogo_wrapper {
		width: 50%;
		min-width: auto;
	}

	
	#header_mainlogo_wrapper #header_mainlogo {
		width: 60%;
		max-width: 60%;
		bottom: 40%;
	}


	#banner {
		left: 20px;
		bottom: 10px;
	}
		
	#header_claim_cont {
		bottom: 10%;
	}
		#header_claim_cont #header_claim {
			font-size: 1rem;
			line-height: normal;
		}
		
	
	.dk_grid-02_teaser-left_image img,
	.dk_grid-03_teaser-right_image img {
		position: initial;
		width: 100%;
	}

	.dk_grid-05_image-fixed_cont {
		width: 90% !important;
		top: 10%;
		padding: 16px;
		padding: 1rem;
	}
	
	.dk_grid-06_header_room .dk_grid-06_header_room_content p:first-child {
		margin-left: 0;
	}
	
	
	
	.galerie .galerie_coverimg {
		width: 48%;
		margin: 0 2% 2% 0;
	}
	
	
	.attr_listing ul {
		column-count: 1;
	}
	
	
	#textlogo_wrapper {
		top: 15%;
	}
		#header_textlogo {
			width: 160px;
		}
		
	
	header {
		height: 50%;
	}
	
	#mobilebar_cont {
		display: block;
	}
	
	#logo_wrapper {
		width: 100%;
		padding-top: 96px;
		padding-top: 6rem;
	}

	
	#pathfinder_prefix {
		display: block;
		margin-right: 0; 
	}

	#content, .list_subcat_item_cont {
		line-height: normal !important;
	}
	
	#footer_navi {
		padding: 25px;
	}
	
	#footer_navi .wrapper {
		background: none;
		padding: 16px;
		padding: 1rem;
	}
	
		.footer_box {
			display: block;
			margin-right: 0;
			margin-bottom: 16px;
			margin-bottom: 1rem;
		}
	
	.poweredby_mcms_online {
		display: block;
	}
	
	#footer_navi .wrapper {
		width: 100%;
	}
	
		.footer_box {
			margin-bottom: 32px;
			margin-bottom: 2rem;
		}
	
		#footer_logo_cont {
			margin: 0;
		}
			#footer_mainlogo {
				width: 100%;
			}
	


	.minipic, .minipic_r, .minipic_l,
	.minipic_zoom, .minipic_r_zoom, .minipic_l_zoom,
	.list_subcat_item_pic img,
	#content_inner img  {
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		margin: 20px 0;
	}

	.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;
	}	
	
	
	.dk_grid-03_teaser-right_cont {
		padding-left: 0;
	}
	.dk_grid-02_teaser-left_cont {
		padding-right: 0;
		padding-bottom: 0;
	}
	.dk_grid-02_teaser-left_image {
		padding-bottom: 32px;
		padding-bottom: 2rem;
	}
	.dk_grid-03_teaser-right_cont {
		padding-top: 8px;
		padding-top: .5rem;
	}
	.dk_grid-02_teaser-left_image img,
	.dk_grid-03_teaser-right_image img {
		width: 100%;
	}
	
	
	.col-6 {
		flex: 100%;
	}
	/*
	.col-row {
		flex-direction: column-reverse;
	}
	.col-6 {
		flex: 100%;
		width: 100%;
	}
	.dk_grid-02_teaser-left_cont.col-6,
	.dk_grid-02_teaser-left_image.col-6,
	.dk_grid-03_teaser-right_cont.col-6,
	.dk_grid-03_teaser-right_image.col-6 {
		width: 100%;
	}
	*/
	   
    .survey {
      width: 100%;
    }
    	.survey .survey_slider label::before {
    		font-size: 12px;
    		font-size: .75rem;
    	}
	
	
	/* last */
	.responsive_smartphone_portrait_hide {
		display: none !important;
	}
}
