<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0px; padding: 0px; font-size: 18px; color:#000; line-height: 22px; font-family: regular, sans-serif; -webkit-tap-highlight-color: rgb(0, 0, 0, 0); -webkit-tap-highlight-color: transparent;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
* { -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
::selection  { background-color: #000; color: #fff; }
::-moz-selection { background-color: #000; color: #fff; }
body { height: 100%;} 
html { height: 100%; -webkit-text-size-adjust: none; }

:focus, :active {
Â&nbsp;Â&nbsp;outline: 0;
}

.weiss	{ color: #FFF;}
.white	{ color: #FFF;}
a.weiss	{ color: #FFF;}

.bold	{
	font-family: regular, sans-serif;
}

.nodesk {
	display: none;
}

.phoneclass {
	display: inline-block;
	position: relative;
	border: 1px solid rgba(246,243,237,1.00);
	text-decoration: none !important;
	padding: 13px 13px 13px 40px;
	margin-bottom: 20px;
}

.phoneclass:before {
	position: absolute;
	content: "\f095";
	left: 10px;
	font-family: 'FontAwesome';
	top: 13px;
	display: inline-block;
}

.phoneclass:hover:before {
	transform: rotate(360deg) scale(1);
	transition: all 0.3s ease-in-out !important;	
}

.phoneclass:hover {
	transition: all 0.3s ease-in-out !important;	
}

h2	{
	font-size: 40px;
	font-family: regular;
	line-height: 44px;
	-moz-hyphens: auto; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
	color: rgba(178,162,130,1.00);
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;	a
}

h1	{
	font-size: 40px;
	font-family: regular;
	line-height: 44px;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	color: rgba(30,147,210,1);

}

h1 + p, h2 + p, h3 + p, h1 + div, h2 + div, h3 + div, h1 + ul, h2 + ul, h3 + ul, p + p, h2 + h3, ul + h3 {
	margin-top: 20px;
}

p + h1, p + h2, p + h3 {
	margin-top: 20px;
}


h3	{
	font-size: 18px;
	line-height: 22px;
	-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
	-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	color: rgba(30,147,210,1);	
}

.contents h3	{
    margin-top: 50px;
	font-size: 28px;
	line-height: 34px;
	-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
	-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	color: rgba(30,147,210,1);	
}

.contents h2 + h3	{
    margin-top: 50px;
}

.contentstab {
    float: left;
    padding-top: 5px;
    font-weight: bold;
    width: 20%;
    margin-right: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.contentstabright {
    width: calc(80% - 40px);
    border-top: 1px solid rgba(30,147,210,1.00);
    padding-bottom: 5px;
    padding-top: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;    
}

#accordion h3 {
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(102,102,102,1);
	margin-bottom: 1px;
	font-weight: 100;
}

#accordion h3:after {
	position: absolute;
	right: 30px;
	content: "\f196";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
}

#accordion h3:hover {
	background-color: rgba(30,147,210,1);
}

#accordion h3.active {
	background-color: rgba(30,147,210,1);
}

#accordion h3.active:after {
	position: absolute;
	right: 30px;
	content: "\f147";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
}

#accordion h3 a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a {
   outline: 0;
}

.clearfix { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.hidden{
     opacity:0;
}

.visible{
     opacity:1;
}

a:link		{
	color: rgba(30,147,210,1);
	text-decoration: underline;
}
	
a:hover		{
	color: rgba(30,147,210,1);
	text-decoration: none;
}

a:active		{
	color: rgba(30,147,210,1);
	text-decoration: none;
}

a:visited		{
	color: rgba(30,147,210,1);
	text-decoration: none;
}

#topfixed	{
	position:fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	background-color: rgba(255,255,255,1.0);
	clear: both;
}

#topfixed2	{
	position: relative;
	width: 100%;
	z-index: 49000;
}

#maxhead	{
	position: relative;
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 15;
	border: 0px solid #000000;
}

#maxli	{
	position: relative;
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 15;
	border: 0px solid #000000;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.shadow {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

#logo	{
	position: relative;
	display: inline-block;
	float: left;
	text-align: right;
	padding: 25px 0px 25px 0px;
	width: 25%;
}

#logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

#logo a {
	text-decoration: none;
}

#welcome	{
	position: relative;
	background-color: rgba(255, 255, 255, 1.0);
	width: 100%;
	padding: 40px 0px 40px 0px;
	z-index: 21;
}

#geo	{
	position: relative;
	background-color: rgba(255, 255, 255, 1.0);
	width: 100%;
	padding: 40px 0px 40px 0px;
	z-index: 22;
}

.scrollout	{
	position: absolute;
	background-color: rgba(246,243,237,0.95);
	width: 120px;
	height: 120px;
	right: 0px;
	top: -50px;
	z-index: +1;
	padding: 42px 0px 0px 0px;
	opacity: 0;	
	text-align: center;
	vertical-align: middle;
	margin: auto;
}


.opentime * {
	color: rgba(255,255,255,1.00);	
}


.opentime	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc(100%);
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	color: rgba(255,255,255,1.00);
	border-top: 0px solid rgba(246,243,237,1.0);
	border-radius: 0px 0px 15px 15px;	
}

.opentime * {
	color: rgba(255,255,255,1.00);	
}


#htz_1:hover &gt; .scrollout, #htz_2:hover &gt; .scrollout, #zentrum:hover &gt; .scrollout, #etzel:hover &gt; .scrollout {
	transform: translateY(-1px) rotate(360deg) scale(1.2);
	transition: all 0.6s ease-in-out;
	opacity: 1;
	border-radius: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);	
}

#htz_1:hover &gt; .opentime, #htz_2:hover &gt; .opentime, #zentrum:hover &gt; .opentime, #etzel:hover &gt; .opentime {
	background-color: rgba(246,243,237,1.0);
	transition: all 0.5s ease-in-out;
}

#htz_1:hover &gt; .opentime *, #htz_2:hover &gt; .opentime *, #zentrum:hover &gt; .opentime *, #etzel:hover &gt; .opentime * {
	color: rgba(30,147,210,1.0);
	transition: all 0.5s ease-in-out;
}

#htz_1:hover &gt; .opentime .clock:before, #htz_2:hover &gt; .opentime .clock:before, #zentrum:hover &gt; .opentime .clock:before, #etzel:hover &gt; .opentime .clock:before {
	color: rgba(30,147,210,1.0);
	transition: all 0.5s ease-in-out;
}

.scrollout:hover {
	background-color: rgba(246,243,237, 1.0);
	transition: all 0.3s ease-in-out;
}

.scrollout a {
	display: inline-block;
	width: 100%;
	color: rgba(30,147,210,1.00) !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.scrollout a:hover {
	text-decoration: none !important;
}

.scrollout a:after {
	content: "\f00c";
	font-size: 15px;
	padding-left: 5px;
	font-family: FontAwesome;
	color: rgba(178,162,130, 1.0);
}

.scrollout a:hover:after {
	color: rgba(30,147,210,1);
}


#htz_1, #htz_2, #zentrum, #etzel	{
	position: relative;
	float: left;
	top: -200px;
	z-index: +1 !important;
	margin-bottom: -200px;
	margin-right: 0px;
	background-color: rgba(30,147,210, 0.8);
	width: calc(25%);
	border-top: 14px solid rgba(222,207,178, 0.8);
	padding: 30px 20px 90px 20px;
-webkit-background-clip: padding;
   -moz-background-clip: padding;
        background-clip: padding-box;
	border-radius: 0px 0px 15px 15px;
}

#htz_1:hover, #htz_2:hover, #zentrum:hover, #etzel:hover {
	background-color: rgba(30,147,210, 1.0);
	border-top: 14px solid rgba(222,207,178, 1.0);	
	transform: scale(1.05, 1.05);
	transition: all 0.3s ease-in-out;
}


#htz_1 p, #htz_2 p, #zentrum p, #etzel p	{
	color: rgba(255,255,255,1.00);
	padding-left: 20px;
	margin-top: 0px;
}

.pin, .clock	{
	color: #f6f3ed;
}

.pin:before	{
	content: "\f041";
	padding-right: 10px;
	margin-left: -20px;
	font-family: FontAwesome;
	color: #f6f3ed;
}

.clock:before	{
	content: "\f017";
	padding-right: 10px;
	margin-left: -25px;
	font-family: FontAwesome;
	color: #f6f3ed;
}


#htz_1 a, #htz_2 a, #zentrum a, #etzel a	{
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}

#htz_1 a:hover, #htz_2 a:hover, #zentrum a:hover, #etzel a:hover	{
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	cursor: pointer;
}


#htz_1 img, #htz_2 img, #zentrum img, #etzel img	{
	max-width: 80%;
	height: auto;
	padding: 30px;
	z-index: -1 !important;
}

#htz_1 img + p, #htz_2 img + p, #zentrum img + p, #etzel img + p	{
	padding-top: 30px;
}

#zentrum {
	width: 25%;
	margin-right: 0px;
}



#starttext {
	width: 75%;
	padding-right: 50px;
}

#folgetext {
	width: 100%;
}

#folgetextspalte {
	width: calc(75% - 20px);
	float: left;
	margin-right: 20px;

/*	column-count: 2; 
	column-gap: 40px;
	column-rule-style:dotted; 
	column-rule-width:1px; 
	column-rule-color: #25654f;

	-webkit-column-count: 2; 
	-webkit-column-gap: 40px;
	-webkit-column-rule-style:dotted; 
	-webkit-column-rule-width:1px; 
	-webkit-column-rule-color: #25654f;	
*/
}

#folgetextspalterechts {
	width: 25%;
	padding-left: 60px;
	border-left: 1px solid rgba(30,147,210,0.2);
}

#folgetextspalterechts i {
	background: rgba(30,147,210,1.00);
	color: rgba(255,255,255,1.00);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding-top: 8px;
	font-size: 13px;
	text-align: center;
	padding-left: -70px;
	margin-right: 10px;
}

#folgetextspalterechts h3, #connect h3 {
	width: 100%;
	border-bottom: 0px solid rgba(30,147,210,1.00);
	margin-left: -45px;
	padding-bottom: 5px;
}

#folgetextspalterechts h3 + p {
	padding-top: 0px;
	margin-top: 0px;
}


#folgetext img.bild, #folgetextspalte img.bild, #folgetextspalterechts img.bild {
	max-width: 100%;
	height: auto;
	clear: both;
}

#folgetext h2, #folgetextspalte h2 {
	max-width: 70% !important;
}

#folgetextspalte ul {
	list-style-position: inside;
	padding-left: 0;	
}


#aktuell	{
	position: relative;
	background-color: rgba(237,237,237,1);
	width: 100%;
	padding: 40px 0px 0px 0px;
	z-index: 21;	
}

#bgbild	{
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 60%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;	
}

#bgbildfolge	{
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	height: 40%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
}

#spacerohnebild	{
	position: relative;
	width: 100%;
	height: 1px;
}

#bgmap	{
	position: relative;
	width: 100%;
	height: 70%;
	min-height: 200px;
}

#bgbildfolge img {
	position: absolute;
	left: 3%;
	height: 95%;
	width: auto;
	z-index: 800;
}

#bresta {
	position: relative;
	margin-top: -140px;
	left: -20px;
	width: calc(30% + 40px);
	height: auto !important;
	z-index: 800;
	padding: 20px 10px 20px 20px;
	background-color: rgba(255,255,255,1.00);
}

#bresta &gt; img {
	position: relative;
	width: 100%;
	height: auto;
}

#bereiche {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 21;
	padding: 40px 0px 40px 0px;	
	
	background: #1e93d2; /* Old browsers */
	background: -moz-linear-gradient(top, #1e93d2 0%, #f6f3ed 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e93d2 0%,#f6f3ed 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e93d2 0%,#f6f3ed 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e93d2', endColorstr='#f6f3ed',GradientType=0 ); /* IE6-9 */	
	
}

#koop {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 33;
	padding: 15px 0px 20px 0px;	
	background-color: rgba(255,255,255,1);
}

#startslider	{
	position: relative;
	width: 100%;
	margin-top: 175px;
    height: 70%;
	z-index: 16;
}

#startsliderbg	{
	position: fixed;
	width: 100%;
	height: 90%;
	z-index: 17;
	overflow: hidden;
	background-image: url("/w_resp/allgemein/images/layout/circles.png");
	background-position: center center;
	background-size: 12%;
	background-repeat: no-repeat;
	display: none;
}

#owl-nested {
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	border: 0px solid #000000;
	top: 29%;
}

.item {
	width: 30%;
}

.iteminner {
	width: 100%;
	padding: 25px;
	background: rgba(246,243,237,0.00);	
}

.iteminner h1, .iteminner p {
	color: rgba(255,255,255,1.00);	
}

#startsliderr	{
	position: fixed;
	width: 100%;
	height: 90%;
	z-index: 17;
	overflow: hidden;
}

#startslider img {
	position: absolute;
	left: 3%;
	height: 95%;
	width: auto;
	z-index: 1;
}

#video-container {
	position: absolute;
	margin: 0 auto;
	min-height:100%;
	min-width:100%;
	overflow: hidden;
}

video {
	width: 100%;
	height: auto;
}

video.fillWidth {
	min-width: 100%;
	min-height: 100%;
}

#contentmap	{
	width: 100%;
    min-height:100% !important; /* browser fill */
    height:auto;                /*content fill */
	z-index: 10;
	margin-bottom: 100px;
	text-align:left;
}

#content	{
	width: 100%;
    min-height:100% !important; /* browser fill */
    height:auto;                /*content fill */
	z-index: 20;
	text-align:center;
}

#notab	{
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	background-color: rgba(255, 255, 255, 0.97);
	z-index: 18;
	color: #FFF;
	padding: 30px 0px 0px 0px;
	margin-bottom: 0px;
	display: none;
}

#sitemap	{
	position: relative;
	padding: 40px 0px 40px 0px;
	z-index: 20;
	width:100%;
	background-color: rgba(30,147,210,1);
	z-index: 21;	
}

#smcenter	{
	position:relative;
	width: 100%;
	margin-left: auto;
	float: left;
	margin-right: auto;	
	padding: 0px 0px 0px 0px;
	height: auto !important;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	z-index: 21;
}

#smcenter ul {
	float:left;
	width: calc(25% - 20px);
	list-style: none;
	margin: 0px 20px 30px 0px;
}

#smcenter li {
	padding-left: 0px;
	text-align: left;
}

#smcenter li.indent {
	padding-left: 15px;
}

#smcenter ul &gt; li &gt; a:before {
	content: "";
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
	font-family: FontAwesome;
	position:absolute;
    margin-left:-20px;
}

#smcenter ul &gt; li:first-child {
	text-align: left;
	color:#fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

#smcenter li:first-child a {
	text-transform: uppercase;
	font-family: semibold;
	font-size: 18px;
	line-height: 22px;	
	display: block; 
	color:#fff; 
	padding-left: 0px;
	text-decoration:none;	
}

#smcenter li a {
	display: block; 
	color:#fff;
	padding-left: 0px;
	text-decoration:none;	
	font-family: regular;
	font-size: 18px;
	line-height: 22px;	
}

#smcenter li a:hover{
	color: rgba(246,243,237,1);
	padding-left: 0px;
}

#smcenter li a.active{
	color: rgba(246,243,237,1);
}

#footer	{
	position: relative;
	width: 100%;
	padding: 20px 0px 20px 0px;
	z-index: 21;
	clear:both;
	background-color: rgba(178,162,130,1.0);
}

#footer #maxli table td p, #footer #maxli table td p a {
	color: #FFFFFF;
	font-size: 18px;
	font-family: regular;
}

#footer #maxli table td p a:hover{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

#footer a {
	text-decoration: underline;
}

#connect	{
	position: relative;
	width: 100%;
	padding: 40px 0px 40px 0px;
	z-index: 21;
	clear:both;
	border-top: 1px solid rgba(30,147,210,1.00);
	color: rgba(30,147,210,1.00) !important;
	background-color: rgba(246,243,237,1.0);
}

#connect *	{
	color: rgba(30,147,210,1.00) !important;
}

#socialmedia	{
	position: relative;
	width: 100%;
	padding: 20px 0px 20px 0px;
	z-index: 18;
	clear:both;
	background-color: rgba(230,230,230,1);
}

#smicons {
	text-align: center;
	width: 100%;
}

#smicons i {
	font-size: 20px;
	color: rgba(102,102,102,0.8);
	padding: 0px 10px 0px 10px;
}

#smicons i:hover {
	color: rgba(102,102,102,1);
}

#godown	{
	position: absolute;
	left:50%;
	bottom: 20px;
	margin-left: -22px;
	margin-bottom: 20px;
	z-index: 500;
}

#scrolltop	{
	position:fixed !important;
	bottom:40px;
	right:20px;
	display: none;
	z-index: 500;
	opacity: 0.8;	
}

#goright	{
	position:fixed;
	right: 20px;
	top: 50%;
	z-index: 19;
	opacity: 0.8;		
}

#goleft	{
	position:fixed;
	left: 20px;
	top: 50%;
	z-index: 19;
	opacity: 0.8;	
}

.disabled	{
	opacity: 0.3;
	cursor: auto;
}

#goleft.disabled:hover, #goright.disabled:hover{
	opacity: 0.3;
	cursor: auto;
}

#scrolltop:hover, #goleft:hover, #goright:hover	{
	opacity: 1.0;
}


#dcont:before{
	content: "\f019";
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: FontAwesome;
	padding-right: 10px;
}

#dcont	{
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	width: 100%;

    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#dcont &gt; ul &gt; li	{
	list-style: none;
	display: inline;
}

#dcont &gt; ul &gt; li:after	{
	content: '';
	padding-right: 20px;
}

#dcont &gt; ul &gt; li:last-child:after	{
	content: '';
	padding-right: 5px;
}


#dcont &gt; ul	{
	width: 100%;
	display: block;
	padding: 5px 0px 0px 10px;
	border-bottom: 0px dotted rgba(30,147,210,1);
	background-color: #f2f2f2;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 2px;
}

#dcont &gt; ul:hover	{
	background-color:rgba(30,147,210,1);
	transition: all 0.3s ease-in-out;
}

#dcont &gt; ul &gt; li:first-child	{
	width: 10%;
}

#dcont &gt; ul &gt; li:nth-child(2)	{
	width: 65%;
}

#dcont &gt; ul &gt; li:last-child	{
	width: 25%;
	text-align: right;
}

#dcont &gt; ul:hover &gt; li, #dcont ul:hover &gt; li &gt; a, #dcont ul:hover &gt; li &gt; i 	{
	color: #fff;
	text-decoration: none;
}

#dcont &gt; ul &gt; li	{
	display: inline-block;
	float: left;
	margin-left: 0px;
	vertical-align: middle;
	padding: 10px;
}

#dcont &gt; ul &gt; li:before	{
    content: '';
	left: 0px;
}

#dcont &gt; ul &gt; li:last-child	{
	float: right;
}

.downloadlinie	{
	border-bottom: 1px solid rgba(30,147,210,1);
}

.buttonpf {
	padding-top: 0px;
	display: inline-block;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:24px;
    text-align: center;
    vertical-align: bottom;
	background-color:rgba(30,147,210,0.5);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-radius: 100%;
	cursor:pointer;
}

.button {
	padding-top: 3px;
	display: inline-block;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:24px;
    text-align: center;
    vertical-align: bottom;
	background-color: rgba(30,147,210,0.8);
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.button:hover, .buttonpf:hover {
	background-color: rgba(30,147,210,1.0);
	transition: all 0.3s ease-in-out;
}

.button &gt; i, .buttonpf &gt; i {
	color: #fff;
}

#menumobil	 {
	display: none;
	background-color: rgba(30,147,210,1);	
}

#hamburger	{
	position: fixed;
	cursor: pointer;
	z-index: 120000;
	border: 0px solid  rgba(185,111,112,1.00);
	display: none;
}


p.textline {
	text-align: left;
	font-size: 14px;
	width: 100%;
	margin-bottom: 30px;
}

.galleryitemlogo {
	position: relative;
	width: calc(16.6% - 20px);
	height: 80px;
	margin-right: 20px;
	float: left;
	border: 0px solid rgba(201,121,122,1.00);
}

.galleryitemlogo img {
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	filter: grayscale(70%);
	-webkit-filter: grayscale(70%);	
}

.galleryitemlogo img:hover {
	transform: scale(1.15, 1.15);
	transition: all 0.3s ease-in-out;
	filter: grayscale(0%);	
	-webkit-filter: grayscale(0%);	

}

.galleryitem &gt; a {
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.galleryitem:hover &gt; a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,0.72);
	transition: all 0.3s ease-in-out;
}

.galleryitem:hover {
	transform: scale(1.05, 1.05);
	transition: all 0.3s ease-in-out;
}



#folgetext .galleryitem 	{
	width: calc(20% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(30,147,210,1);
	border: 0px solid rgba(30,147,210,1);
}

#folgetext .galleryitem:nth-child(5n)	{
	width: calc(20%);
	margin-right: 0px;
}

#folgetext .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}





#folgetextspalte .galleryitem 	{
	width: calc(20% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(30,147,210,1);
	border: 0px solid rgba(30,147,210,1);
}

#folgetextspalte .galleryitem:nth-child(5n)	{
	width: calc(20%);
	margin-right: 0px;
}

#folgetextspalte .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}





#folgetextspalterechts .galleryitem 	{
	width: calc(50% - 10px);
	height: 180px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(30,147,210,1);
	border: 0px solid rgba(30,147,210,1);
}


#folgetextspalterechts .galleryitem:nth-child(2n)	{
	width: calc(50% - 10px);
	margin-right: 0px;
}

#folgetextspalterechts .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}









ul.flexstart	{
	width: 100%;
	padding-left: 0px;
	padding-top: 30px;
	margin-top: 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    text-align: left;
}

.flex-item	{
    border-top: 0px dotted rgba(255,255,255,1.00);    
	width: calc(1/3 * 100% - 10px);
    display: inline-block;
	position:relative;
    margin: 0px 15px 40px 0px;
	float: left;
    background-color: rgba(255,255,255,0.10);
}

.flex-item:nth-child(3n+3) {
    margin: 0px 0px 40px 0px;
}

.newsbild, .newsbild li, .newsbild li .imgdiv {
    position: relative;
    display: block !important;
    height: 200px;
    background-position: center center;
    background-size: cover !important;    
}
    
.newsbild i {
    position: absolute;
    bottom: 20px;
    right: 20px;
}    
    
.flex-item:hover {
    border-top: 0px dotted rgba(39,101,78,1.00);    
    background-color: rgba(255,255,255,1.00);
	transition: all 0.3s ease-in-out;    
}

.flex-item:hover &gt; .newsbild li .imgdiv {
    background-size: 170%;
	transition: all 0.3s ease-in-out;    
    background-position: center center;
}

.newsbild .imgdiv:after {
	content: "" !important;
}

.flex-distance *	{
    font-size: 18px !important;
}

p.date {
    text-align: left;
} 

.quote {
    
}

.flex-distance {
    position: relative;
    padding: 10px 0px 10px 0px;
}

.flexstart h3	{
    font-size: 24px !important;
    margin-bottom: 20px;
}    












#startboxen {
	width: 100%;
}

ul#overview &gt; li:before {
    content: '';
    position: absolute;
	font-size: 15px;
    left: 0px;
	color: rgba(30,147,210,1);
    font-family: 'FontAwesome';
}

ul#overview {
	width: 100% !important;
	list-style: none;
	margin: 0px 0px 0px 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#folgetextspalterechts ul#overview &gt; li {
    position: relative;
	list-style: none;
	float:left;
	width: calc(100%);
	margin: 0px 0px 50px 0px;
	border: 0px solid #ccc;
}

ul#overview li {
	list-style: none;
	float:left;
	width: calc(33.3% - 20px);
	margin: 0px 20px 50px 0px;
	border: 0px solid #ccc;
}

ul#overview li:nth-child(3n) {
	margin: 0px 0px 50px 0px;
	width: calc(33.3%);
}

ul#overview li div.imgdiv {
	position: relative;
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	text-decoration: none;
	opacity: 1;
	background-size: 105%;	
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#overview li div.imgdiv a {
	display: none;
}

ul#overview li div.imgdiv a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}

ul#overview li div.imgdiv a i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: rgba(255,255,255,1);
	font-size: 28px;
}

ul#overview li div.imgdiv a:hover &gt; i {
	color: rgba(30,147,210,1);
	transform: scale(1.05, 1.05);	
}

div.imgdiv:after {
	content: "\f0fe";
	display:inline-block;
	font-size: 35px;
	font-family: FontAwesome;
	position:absolute;
    right: 30px;
    bottom: 30px;
	text-decoration: none;
	color: #fff;
}

ul#overview li div.selfheight {
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
	border-top: 0px solid rgba(30,147,210,1);
	padding-top: 10px;
}

ul#overview li:hover div.selfheight {
	border-top: 0px solid rgba(30,147,210,1);
}

ul#overview li:hover div.selfheight h3.titow {
	color:rgba(30,147,210,1.00);
}

ul#overview li:hover .imgdiv {
	transition: all 0.3s ease-in-out;
    background-size: 120%;
    cursor: pointer;
}







#bereichbuttonscont {
	width: 100%;
	border-top: 0px solid rgba(30,147,210,1);	
	padding-top: 40px;
}

ul#bereichbuttons {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

ul#bereichbuttons &gt; li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(25% - 20px);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: auto 105%;	
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#bereichbuttons &gt; li:nth-child(4n) {
	margin: 0px 0px 0px 0px;
	width: calc(25%);
}

ul#bereichbuttons h3 {
	position: absolute;
	color: rgba(30,147,210,1.00);
	width: calc(100% - 40px);
	display: block;
	padding: 10px;
	top: 20px;
	text-transform: uppercase;
	margin: 0px 20px 0px 20px;
	background-color: rgba(255,255,255,1.00);
}

ul#bereichbuttons &gt; li:hover &gt; a &gt; h3 {
	color:rgba(255,255,255,1.00);
	background-color: rgba(30,147,210,1.00);
	transition: all 0.3s ease-in-out;		
}

ul#bereichbuttons &gt; li:hover &gt; a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.72);
	text-decoration: none;
}

ul#bereichbuttons &gt; li:hover {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}

ul#bereichbuttons &gt; li:hover &gt; a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
}








ul#contentboxen {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#folgetextspalterechts ul#contentboxen &gt; li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(100%);
	margin: 0px 0px 40px 0px;
	border: 0px solid rgba(30,147,210,1);
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

#folgetextspalte ul#contentboxen &gt; li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(33.3% - 20px);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#contentboxen &gt; li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(25% - 20px);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#contentboxen &gt; li:hover &gt; a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
}

ul#contentboxen &gt; li:nth-child(4n) {
	margin: 0px 0px 0px 0px;
	width: calc(25%);
}

#folgetextspalte ul#contentboxen &gt; li:nth-child(3n) {
	margin: 0px 0px 0px 0px;
	width: calc(33.3%);
}

#folgetextspalterechts ul#contentboxen &gt; li:nth-child(3n) {
	margin: 0px 0px 40px 0px;
	width: calc(100%);
}

ul#contentboxen h3 {
	position: absolute;
	color: rgba(30,147,210,1.00);
	width: calc(100% - 40px);
	display: block;
	padding: 10px;
	top: 20px;
	text-transform: uppercase;
	margin: 0px 20px 0px 20px;
	background-color: rgba(255,255,255,1.00);
}

ul#contentboxen &gt; li:hover &gt; a &gt; h3 {
	color:rgba(255,255,255,1.00);
	background-color: rgba(30,147,210,1.00);
	transition: all 0.3s ease-in-out;		
}

ul#contentboxen &gt; li:hover &gt; a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.72);
	text-decoration: none;
}

ul#contentboxen &gt; li:hover {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}






#history ul {
	width: 100% !important;
	list-style: none;
}

#history ul &gt; li:nth-child(odd) {
    position: relative;
	list-style: none;
	text-align: left;
	float:left;
	width: 10%;
}

#history ul &gt; li:nth-child(even) {
    position: relative;
	list-style: none;
	text-align: left;
	float:left;
	width: 90%;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(134,134,134,1.00);
	margin-bottom: 10px;
}









#further {
	border-top: 1px solid rgba(30,147,210,1);
	margin-top: 30px;
	padding-top: 30px;
	display: none;
	width:100%;
	margin-right: 20px;
	margin-bottom: 30px;
}

#gallery 	{
	width: 100%;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#bild 	{
	width: 100%;
	height: 350px;
}

#bild &gt; div{
	width: 100%;
	height: 100%;
}

#gallerysub 	{
	width: 100%;
	padding-top: 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.flip {
	width: calc(50% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.flip:nth-child(2n) 	{
	margin-right: 0%;
}

.flip img {
    width: 100%;
    height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.flip .back *{
    color: #fff;
    text-align: left;
}

.back	{
	padding: 20px 10px 10px 20px;
	color:#FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.flip .back i {
	font-size: 28px;
	cursor: pointer;
	margin-top: 10px;
	vertical-align: absmiddle;
	margin-right: 5px;
}

.back1 {
    background: rgba(30,147,210,1);
}

.flip img:hover {
    animation: zooming 0.5s ease-in-out;
	-webkit-animation: zooming 0.5s ease-in-out;
	-moz-animation: zooming 0.5s ease-in-out;
	-o-animation: zooming 0.5s ease-in-out;
	cursor: pointer;
}

@keyframes zooming {
0% { transform:scale(1) rotate(0deg); }
50% { transform:scale(1.05) rotate(0deg);}
100% { transform:scale(1) rotate(0deg);}
}

@-webkit-keyframes zooming {
0% { -webkit-transform:scale(1) rotate(0deg); }
50% { -webkit-transform:scale(1.05) rotate(0deg); }
100% {-webkit-transform:scale(1) rotate(0deg); }
}

.kasten {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 20px;
	background-color:#fff;
	border: 10px dashed #eee;
	padding: 50px;
}

.kasten &gt; i {
	display:block;
	float: none;
	font-size: 64px;
	color: rgba(30,147,210,1);
	text-align:center;
	margin-bottom: 20px;
}

.kasten h2 {
	color:#000;
}

.kasten &gt; p {
	color: #000;
	padding-bottom: 18px;
}

.kasten:hover { 
	background-color: rgba(30,147,210,1);
	transition: all 0.3s ease-in-out;
	border: 10px dashed rgba(30,147,210,1);
	color: #FFF;
} 

.kasten:hover &gt; i {
	transition: all 0.3s ease-in-out;
	color:#fff;
	margin-bottom: 40px;

	-ms-transform: scale(1.5) rotate(9deg); /* IE 9 */
	-webkit-transform: scale(1.5) rotate(9deg); /* Chrome, Safari, Opera */
	transform: scale(1.5) rotate(9deg);

}

.kasten:hover i {
	transition: all 0.3s ease-in-out;
	color:#fff;
}

.kasten:hover a {
	transition: all 0.3s ease-in-out;
	color:#fff;
	text-decoration:underline;
}

.kasten:hover a:hover {
	transition: all 0.3s ease-in-out;
	color:#fff;
	text-decoration:none;
}

.kasten hr {
	margin: 10px 0px 10px 0px;
}

.kasten:hover &gt; h2, .kasten:hover &gt; p, .kasten:hover &gt; i {
	transition: all 0.3s ease-in-out;
	color:#fff;
}

hr.line {
    border: 0;
    height: 0;
	margin: 20px 0px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.msover {
	cursor: pointer;
}

.meldung {
	padding: 20px;
	background-color: #eee;
	color: #000;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
}

span.meldung &gt; h3 {
	color: #000;
	border: 0px;
}

#camholder {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-top: 40px;
	margin-left: -375px;
	z-index: 1111111111;
}

#newsholder {
	margin-top: 40px;
	max-width: 750px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 40;
	display: none;
}

#newsholder &gt; #camcont strong {
	color: #FFFFFF;
	font-family: semibold;
}

#newsholder &gt; #camcont a {
	color: #FFFFFF;
	text-decoration: underline;
}

#newsholder &gt; #camcont a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#newsholder &gt; #camcont &gt; img {
	max-width: 100%;
	height: auto;
	margin: 30px 0px 30px 0px !important;
}

#camcont {
	margin: 0px;
	padding: 10px 30px 30px 30px;
	width: 100%;
	background-color: rgba(30,147,210,0.9);
	z-index: 1111111111;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}

#camcont h1, #camcont p {
	color: rgba(255,255,255,1.00)
}


#einblenden {	
	width: 50px;
	height: 50px;
	background-color: rgba(30,147,210,1);
	z-index: 11000;
	float: right;
	margin-top: 245px;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
}

#einblenden i {
	font-size: 25px;
	line-height: 25px;
	font-family: FontAwesome;
	color: #fff;
	margin-left: 12px;
	margin-top: 12px;
}

.close {
	text-align: right;
}

.close a {
	text-decoration: none;
	color: #fff;
}

.close a:before {
	content: "\f00D";
	vertical-align: middle;
	display:inline-block;
	font-size: 25px;
	font-family: FontAwesome;
	position:absolute;
	text-decoration: none;
    margin-left:-30px;	
	color: #fff;
}


/* Selector Language */

/* Style The Dropdown Button */
.dropbtn {
    background-color: rgba(30,147,210,1);
    color: white;
    padding: 5px 15px 5px 15px;
    border: none;
    cursor: pointer;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
	position:absolute;
	right: 0px;
	top: 0px;
	z-index: 100001;
	padding-right: 20px;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5fafe;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: black;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: block;
}

 .dropdown-content a.activedd:after, .dropdown-content a:hover:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
    margin-left: 15px;	 
 }


/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: rgba(246,243,237,0.8); color: rgba(30,147,210,1);}
 .dropdown-content a.activedd {background-color: rgba(246,243,237,1.0); color: rgba(30,147,210,1);}
 .dropdown-content a.activedd:hover {background-color: rgba(246,243,237,1.0); color: rgba(30,147,210,1);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(30,147,210,1);
}

.lang {
	padding-left: 20px;
	color: rgba(255,255,255,1.00) !important;
}	
	
.lang .activedd {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}	
	
.lang a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}		

</pre></body></html>