<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { font-size: 13px; }

#body {
	background-color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;

}
#body .TraminoVorlage {
	margin: 0px ;
}

#body.mainpage #TraminoInhalt { height: auto; }
#TraminoInhalt { height: auto; }

body .button {
	display: inline-flex;
	align-items: center;
	color: #FFF !important;
	background-color: #26399F;
	padding: 0.5rem 0.9rem;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
}

body .button:hover { background-color: #DF1352; }
body .button i { font-size: 1.3em; margin-right: 0.3em; }


.readmorelement[data-readmore] {
	position: relative;
	transition: height 200ms !important;
	overflow: hidden;
}

.readmorelement[data-readmore]:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background: #;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.grey[data-readmore]:after {
	background: -moz-linear-gradient(bottom, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%);
	background: linear-gradient(to top, rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 );
}

.readmorelement[aria-expanded="true"]:after { 
	display: none;
}

.readmore {
	text-align: right;
	font-size: 13px;
	padding: 0 10px 15px 0;
	box-sizing: border-box;
}

.systemreadmore-element { display: block; }
.systemreadmore-element.open { display: block; }
.systemreadmore-button { display: none; text-align: right; }


.guidesoverlay {
	max-width: 600px;
}
.guidesoverlay:after { display: block; content: ""; clear: left; }

.guidesoverlay .image {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
}

.guidesoverlay .image img { width: 100%; height: auto; }

.guidesoverlay .content {
	float: left;
	width: 300px;
}

.guidesoverlay .name {
	color: #0D1F8B;
	font-size: 17px;
	margin: 0 0 10px 0;
}

.guidesoverlay .text { font-size: 16px; }


.font-bold { font-weight: 600; color: #000; }

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.guidesoverlay .headline { font-size: 22px; margin: 0 0 12px 0; }
	.guidesoverlay { margin: 0 0 25px 0; }

	.guidesoverlay .image { width: 130px; margin: 0 18px 0 0; }
	.guidesoverlay .content { width: 300px; }
	.guidesoverlay .name { font-size: 16px; margin: 0 0 8px 0; }
	.guidesoverlay .text { font-size: 15px; }
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.guidesoverlay .headline { font-size: 20px; margin: 0 0 10px 0; }
	.guidesoverlay { display: flex; margin: 0 0 20px 0; }

	.guidesoverlay .image { width: 120px; margin: 0 15px 0 0; }
	.guidesoverlay .content { width: auto; flex: 1; }
	.guidesoverlay .name { font-size: 15px; margin: 0 0 7px 0; }
	.guidesoverlay .text { font-size: 14px; }
}


@media all and (max-width: 767px) {
	.guidesoverlay .headline { font-size: 18px; margin: 0 0 10px 0; }
	.guidesoverlay { display: flex; margin: 0 0 15px 0; }

	.guidesoverlay .image { width: 90px; margin: 0 10px 0 0; }
	.guidesoverlay .content { width: auto; flex: 1; }
	.guidesoverlay .name { font-size: 14px; margin: 0 0 6px 0; }
	.guidesoverlay .text { font-size: 13px; }
}/* NEW */

@media (min-width: 567px) {
	html { font-size: 14px; }
}

@media (min-width: 768px) {
	html { font-size: 15px; }
}

@media (min-width: 1024px) {
	html { font-size: 16px; }
}

@media (min-width: 1280px) {

}


/* OLD */

@media all and (min-width: 1000px) and (max-width: 1250px) {

	/* Abstand Header - Content */
	#body.mainpage #TraminoInhalt { padding-top: 50px; }

	#headlines h2 { font-size: 20px; }


}

@media all and (min-width: 768px) and (max-width: 999px) {
	#body { -webkit-text-size-adjust: 100%; }

	#motive { padding-top: 0px; }



	/* Abstand Header - Content */
	#body.mainpage #TraminoInhalt { padding-top: 0px; }

	#body .motive_content { margin-top: 0px !important; }

	#headlines h2 { font-size: 18px; }


	

}

@media all and (max-width: 767px) {

	#motive_content { margin: 0px; }

	#body .motive_content { display: flex; flex-direction: column; }
	#body .motive_content.tall { margin-top: 0 !important; }
	#body .motive_content.nomargin { margin-top: 0px !important; }

	#body { -webkit-text-size-adjust: 100%; }

	#headlines h2 { font-size: 16px; }


	/* Abstand Header - Content */
	#body.mainpage #TraminoInhalt { padding-top: 0px; }

	#body.mainpage #TraminoInhalt { height: inherit; }

	.systemreadmore-element { display: none; }
	.systemreadmore-element.open { display: block; }
	.systemreadmore-button { display: block; }

	body .TraminoVorlage.T4532 { padding: 0 !important; }

}

@media only print {
.noprint { display: none !important; }

#body .motive_content { margin-top: 0px; }
#main_content { margin: 0px !important; }
#main_content.touren { height: auto !important; margin-left: 0px !important; padding: 0px !important; }

#inhalt #headlines h2 { margin-top: 30px; margin-bottom: 20px;  }

* {
	/* IE4-8 and 9 (deprecated). */
	filter: Gray();
	/* SVG version for IE10, Chrome 17, FF3.5,;
	Safari 5.2 and Opera 11.6 */
	filter: url('#grayscale');
	/* CSS3 filter, at the moment Webkit only. Prefix it for;
	future implementations */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%); /* future-proof */
}

.T632 .box h2 { z-index: 5; }

#inhalt {
	width: 90% !important;
	margin: 0px auto !important;
}

#TraminoInhalt { height: auto !important; margin-left: -20px; }

#TraminoInhalt .block {
	width: 90% !important;
	margin: 0px auto !important;
	display: block !important;
	position:static !important;
}

#main_content .Files {
	float: none !important;
	width: 90% !important;
	margin: 0px auto !important;
}

#main_content .image_tour {
	display: inline-block !important;
	float: left !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}

#main_content .image_tour.noprint { display: none !important; }

#main_content .image_tour:nth-child(2) { margin-top: 0px !important; }

#main_content .image_tour .file_name { float: none !important; }
}</pre></body></html>