﻿@media (max-width: 749px) { /* max-device-width */

.fancy {
	pointer-events: none;
	cursor: default;
	}
	
.top {
	height: auto !important;
	margin-left: 0px !important;
	width: auto !important;
	left: 0px !important;
	position: relative !important;
	}
	
.flyout a img {display: unset !important;}

.top a img {max-width: unset !important;}	

.Logo {	display: none; }

.suche { display: none;	}
	
#slideshow { 
	/*display: none; */
	opacity: 0.3;
    background-size: cover;
	display: block;
	height: 250px;
	overflow: hidden;	
	right: -92vw;
	
	}

.CONTENTSLIDE img { 
	/*max-width: 100vw;*/
/*	background-position: center !important;
	background-size: cover !important;*/
	width: 100%;
	}	

#faehnchen {
	display: none;
	}
	
.layout25boxLeft, .layout25boxMiddle, .layout25boxRight { width: 100% !important; }
.layout26boxLeft, .layout26boxMiddle, .layout26boxRight { width: 100% !important; }
	
.cycle-slideshow { width: auto !important; min-width: 200px !important; }
	
.ui-accordion-header { font-size: 85% !important; }
	
.titlePics { 
	width: auto !important;
	margin: 0 0 0 0 !important
	}
	
.titleBild { 
	width: auto !important;
	margin: 0 0 0 0 !important
	}
	
.defaultBild { 
	width: auto !important;
	margin: 10px 0 0 0 !important
}
	
	.hotline {
		display: none;
	}
	
	.nav-rechtliches {
		display: none;
	}
	
	/* kacheloption deaktivieren */
	.form-group.darstellung { display: none; }

	/* keine container */
		/* keine container */
	#right-visibility {
		display: block;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid;
		font-size: 13px;
		padding: 5px;
	}
	div.right { display: none; width: 100% !important; max-width: 100% !important; margin-right: 0 !important; top: 0 !important; }
	div.right > .anzeigecontainer { display: none; }
	div.left { display: none !important; }
	
	/* kein hintergrundbild */
	body { background-image: none !important; background-color : #fff !important; }
	
	.outer {
		background-image: none !important;
		border-left: 0 !important;
		position: static !important;
	}
	
	.center {
		background-image: none !important;
		top: 0px !important;
		width: 90% !important;
	    padding: 0 5% !important;
	}
	
	div.wrapper {
		min-width: 0 !important;
		max-width: 100% !important;
		width: auto !important;
	}
	
	div.outer {
		border-right: 0 !important;
		border-left: 0 !important;
		width: auto !important;
		margin-left: 0px;
		left: 0px;		
	}
	
	div.inner {
		border-right: 0 !important;
		border-left: 0 !important;
	/*	width: auto !important;*/
		margin-left: 0px;
		left: 0px;	
		width: 90% !important;
	    padding: 0 5% !important;
		min-width: 5vw !important;
	}
	
	div.footer {
		width: 90% !important;
		padding: 0 5%;
		line-height: 150%;
	}
		
	div.bottom {
		width: 100% !important;
	}
	
	div.bottom-adfc {
		left: 10px !important;
	}
	
	div.bottom-sueden {
		top: -260px !important;
		right: 0 !important;
	}
	
	div.bottom-text {
		padding-top: 10px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	
	.top a img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	.allpics img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	img.allpics {
		max-width: 100% !important;
		height: auto !important;
	}
	
	img.headerr {
		display: inline-block !important;
		width: 100% !important;
	}
	
	.center a img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	.nav {
		width: 100% !important;
		position: relative !important;
		max-height: auto !important;
		height: auto !important;
	}
	
	.nav.closed {
		display: none !important;
	}

	.nav.opened {
		position: relative !important;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 0 !important;
		border: 0 !important;
	-webkit-animation: fadein 1s ease; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s ease; /* Firefox < 16 */
    -ms-animation: fadein 1s ease; /* Internet Explorer */
    -o-animation: fadein 1s ease; /* Opera < 12.1 */
    animation: fadein 1s ease;
    }
@keyframes fadein {
  	0% 	{ opacity: 0; transform: translateY(-200px); }
    100% { opacity: 1; transform: translateY(0); }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  	0% { -moz-opacity: 0; -moz-transform: translateY(-200px); }
    100% { -moz-opacity: 1; -moz-transform: translateY(0); }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  	0% { -webkit-opacity: 0; -webkit-transform: translateY(-200px); }
    100% { -webkit-opacity: 1; -webkit-transform: translateY(0); }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
 	0% { -ms-opacity: 0; -ms-transform: translateY(-200px); }
    100% { -ms-opacity: 1; -ms-transform: translateY(0); }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  	0% { -o-opacity: 0; -o-transform: translateY(-200px); }
    100% { -o-opacity: 1; -o-transform: translateY(0); }
	}

	.nav.opened {
		max-height: 9999px;
	}

	.nav.disable-pointer-events {
		pointer-events: none !important;
	}

	.nav .alt a {
		background: #555;
	}

.nav.opened li {
	display: inline-block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.nav.opened li:hover ul {
	opacity: 1 !important;
	}

.nav.opened li a{
	background-color: #fff !important;
	color: #884b91 !important;
	border: none !important;
	padding: 5px 3px !important;
	margin: 0 !important;
	line-height: 20px !important;
	font-size: 16px !important;
	text-align: left !important;
	font-weight: normal !important;
	}

.nav.opened li.act > a, .nav.opened li a:hover{
	color: #fff !important;
	background-color: #884b91 !important;
	}

.nav ul  {
	display: block !important;
	position: static !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	opacity: 1 !important;
	float: left !important;
	background-color: #ffffff !important;
	}

.nav ul ul {

	}

	.nav li:hover > ul {
		display: block !important;
	}

.nav ul a { text-indent: 5px !important; }
.nav ul ul a { text-indent: 10px !important; }
.nav ul ul ul a { text-indent: 15px !important; }
.nav ul ul ul ul a { text-indent: 20px !important; }


.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	overflow: hidden;
	line-height: 55px;
	font-weight: bold;
	text-decoration: none !important;
	color: #721965 !important;
	text-indent: -9999px;
	font-size: 22px;
	outline: none !important;
	
	background-size: auto auto;
	width: 40px;
	z-index: 10000;
	position: relative;
	left: 5%;
	height: 40px;
	background-size: 200%;
	}
	
.flyout { height: auto; width: auto; }
.flyout .nav { margin-left: 0 !important; z-index: 2000 !important; }
.flyout .nav li { position: static !important; }
	
.dropdown-menu {
		box-shadow: none;
	}
	
.dropdown-menu a:hover {
		background: #721965 !important
	}
	
.txt0 {
	margin-top: 0; 
}
	
.pic4 img { max-width: 100% !important; }
.pic19 { text-align: center !important; max-width: 550px !important; margin: 0 auto !important; }
.pic19a, .pic19b, .pic19c, .pic19d { width: 100% !important; max-width: 100% !important; }
.pic19 div { float: none !important; display: inline-block; vertical-align: top; }
.flyout a img {/*display:none !important;*/ position:static !important;}
.flyout a img.headerr{display: inline-block !important;}

.contentrahmen {
	margin: 0 !important;  
	}

.contentrahmen div {
   float: none !important;
    width: 100% !important; 
    max-width: 100% !important;
    padding-left: 0;
	}
		
select { width: auto !important; }
	
fieldset {
	width: 100% !important;
	padding: 0 !important;
	left: 0 !important;
	max-width: 100% !important;
	min-width: 50%;
	text-align: left !important;
	}

.fld { 
	width: 96% !important;
	margin-left: 0 !important;
	}
	
select.fld, #Erfahren_TXT {
	width: 100% !important;	
	}

.fldplz { 
	width: 20%;
	display: block;
	margin-left: 3px !important;
	}

.fldort {
	width:70%; 
	}

input, textarea {
	max-width: 100%;
	margin-left: 0 !important;
	}

.contentrahmen .checkbox {
    text-align: left;
    margin-left: 0;
    width: 100% !important;
    float: left !important;
	}
	
	

label {
	margin-bottom: 5px;
	text-align: left !important;
	}

iframe {
	width: 100%;
	height: 58vw;
	}
	
table {
	font-size: 0.7em;
	}
	
.layout25image:empty, .div:empty, .txt4:empty, .layout2right:empty {
    display: none !important;
  	}
  	
  	
.pic0 {margin-left: 0;}


.txt41 h3 a {
	width: 100% !important;
	padding: 10px !important;
	line-height: 120%;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	min-height: 7vh !important;
	}

.txt41 h3 {
	font-size: 0 !important; 
	line-height: 0;
	}
	
.layout25boxLeft, .layout25boxMiddle, .layout25boxRight { margin-top: 10px !important; padding-bottom: 10px !important; }

img.allpics { width: 100%; }	

.contentrahmen .view { width: 100% !important; height: 48vw !important;	margin-right: 0; }

.view.breit img { height: 100% !important; width: auto;	max-width: unset !important; }

.contentrahmen .view .mask { width: 100% !important; }
	
	.kachelnkalender .view-first .mask { height: 37% !important; }
	
}


@media (min-width: 750px) {
	/* navigationsknopf verstecken */
	.nav-toggle {
		display: none;
	}
	.nav {
		position: absolute !important;
	}
	
	#right-visibility { display: none; }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("/statimages/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}
