#columnCenter {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto !important;
}

#contentBody #contentInner {
	padding: 0 0 3rem 0;
} 
#contentBody {
	padding: 2rem 2.5rem;
	padding: 2rem 0 0 0;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: visible;
	z-index: 80;
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#logo {
	display: block;
}
#logo img {
	height: auto;
}
#content {
	padding: 0;
}
#content #bereiche {
	margin-left: 0;
	margin-right: 0;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0;	
}
#columnOne {
	box-sizing: border-box;
}	

.bildgaltitle {
	margin-bottom: 0.7rem;
}

#content ul {
/*	list-style-image: url('images/li-pkt.png');*/
}

nav ul {
	margin: 0;
	padding: 0;
}

#languageChange {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 10;
	list-style-type: none;
}

/*BX Slider  Firefox BUG*/
.bx-clone {
   display: none !important;
}



p iframe {
	border: 0; height: auto; width: 100%;
}

#footer #footerinner,
#footer {
  	display: flex;
  	display: -webkit-flex: 1; /* Safari 6.1+ */
	display: -ms-flex: 1; /* IE 10 */ 
  	flex-wrap: wrap;
  	align-items: stretch;
  	justify-content: flex-start;
  	justify-content: space-between;
	
}
#footerinner {
	padding: 0.5rem 1rem;
}

#footnav ul {
	padding: 1rem 1rem 1rem 0;
}
#footnav ul li {
	display: block;	
	margin-right: 0;
	box-sizing: border-box;
}


#contentslider {
	margin: 0;
	padding: 0;
}
#contentslider .bereichhg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	z-index: -1;
}
#contentslider .bereichimg {
	position: absolute;
	bottom: 5%;
	left: 60%;
	width: 30%;
	height: auto;
	border: 3px solid rgba(255,255,255,0.8);
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}
#contentslider .bereichtext {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 30%;
	margin-left: 0.25%;
	padding-bottom: 0;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	background: rgba(255,255,255,0.85);	
	overflow: hidden;
}
#contentslider .bereichtext p {
	padding: 1.5rem;
}
#contentslider .bereichtext strong {
	position: relative;
	padding: 1.5rem;
	box-sizing: border-box;
	display: block;
	width: 100%;
	background: rgba(204,203,7,0.8);
	font-size: 2rem;
	color: rgba(0,0,0,0.1);
	text-align: center;
	font-weight:normal;
	
	animation-name: btstrong2;
	animation-duration: 1200ms;
	animation-delay: 1s;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
#contentslider .bereichtext button {
	margin: 1rem;
	float: right;
	background: rgba(204,203,7,0.8);
	border-radius: 0.5rem;
	border: 1px solid #fff; 
	padding: 0.3rem 1rem;
}
@keyframes btgroesse {
  0% {padding-bottom: 0;}
  100% {padding-bottom: 1rem;}
}

@keyframes btstrong {
  0% {font-size: 0;padding:0 1.5rem;background: rgba(204,203,7,0.0);}
  50% {font-size: 2rem;padding:0.75rem 1.5rem;background: rgba(204,203,7,0.5);}
  100% {font-size: 2rem;padding:1.5rem 1.5rem;background: rgba(204,203,7,0.8);}
}
@keyframes btstrong2 {
  0% {color: rgba(0,0,0,0.1);}
  50% {color: rgba(0,0,0,0.5);}
  100% {color: rgba(0,0,0,1.0);}
}



.bx-wrapper {
   animation: fade-in 3s ease;
}

.equalHW {
	flex: 1;
}


#suchform {
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 90;
	line-height: 1rem;
}
#suchform form {
	margin: 3px 0 0 0;
	padding: 0;
	display: inline;
}

body.searchform #mainWrapper {
	padding: 107px auto 0 auto;
}
#suchform input[type=text] {
    width: 8rem;
    border-radius: 0.2rem;
    font-size: 1rem;
    margin-right: -30px;
    padding: 0 40px 0 0.5rem;
    line-height: 1.8rem;
}

#suchform input[type=text]:focus {
    width: 17em;
}
#suchform .sendbutton {
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
}


input[type=text] {
    width: 12rem;
    box-sizing: border-box;
    border: 1px solid #9EA3A8;
    border-radius: 0.5em;
    font-size: 1em;
    margin-right: -50px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 0.5rem 40px 0.5rem 1rem;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=email] {
  	min-width: 12rem;
    box-sizing: border-box;
    border: 1px solid #9EA3A8;
    border-radius: 0.5em;
    font-size: 1em;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-right: 1rem;
}

input[type=text]:focus {
    width: 25em;
}

.sendbutton {
	background: url(images/searchicon.png) no-repeat center center;
	width: 30px;
	height: 30px;
	border: 0;
	vertical-align: middle;
}


.pw-edit-modal:hover, .pw-edit:hover {
	background: url(images/bearbeiten-front.png) no-repeat right top rgba(255,255,255,0.01);
}

.breadcrumbs {
	padding: 0.5rem 1rem;
}
body.home .breadcrumbs {
	display: none;
}

div.privacywire {
	z-index: 10000 !important;
	background: #3C586D !important;
	color: #fff;
}
div.privacywire a {
	color: #fff;
}
.allow-necessary {
	display: none;
}
.allow-all {
	background: #CACD38 !important;
}
.privacywire-buttons {
	padding: 1rem 0;
}
.privacywire-buttons button {
	border: 0;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	background-color: buttonface;
	color: #000;
	padding: 0.3rem 0.5rem;
}
.privacywire-text ul li {
	list-style-type: none;
}
button.privacywire-show-options {
	background: transparent !important;
	border: 0 !important;
}

#googlekarte {
	padding-bottom: 2rem;
	
}
#mapunload {
	background: url(images/maps-unload.png) no-repeat center center #d6dbdd;
	background-size: auto 100%;
	position: relative;
	width: 100%;
	height: 400px;
}
#mapunloadtext {
	position: absolute;
	left: 50px;
	top: 210px;
	max-width: 400px;
	z-index: 10;
	font-size: 1.5rem;
}
#content #mapunloadtext button,
#content #mapunloadtext p {
	color: #56534b !important;
}

#videounload {
	background: url(images/video-hg.png) no-repeat top center #d5e9e9;
	background-size: 400px auto;
	position: relative;
	width: 100%;
	height: 400px;
}
#videounload2 {
	position: relative;
	width: 100%;
	height: 400px;
	text-align: center;
}
#videounloadtext {
	position: absolute;
	left: 0;
	top: 130px;
	z-index: 10;
	font-size: 1.5rem;
	padding: 1rem;
}
#videounloadtext2 {
	text-align: center;
	font-size: 1.5rem;
}
#videounloadtext2 button,
#videounloadtext2 p {
	color: #fff !important;
	text-align: center;
}
#content #videounloadtext button,
#content #videounloadtext p {
	color: #56534b !important;
}
#content #videounloadtext button {
	padding: 0 !important;
	text-align: center;
}


body.login [type="submit"]  {
	border: 2px solid #fff;
	border-radius: 0.5em;
	color: #fff;
	padding: 0.5em 1em !important;
	font-size: 1.2em !important;
	font-weight: normal;
}

#editadresse label {
	min-width: 15rem;
	display: inline-block;
}
#padloper-adresseditform .InputfieldSubmit {
	display: inline-block;
	margin-right: 1rem;
}
.editUserMeldung {
	padding: 0.5rem 1rem;
	background: #ccc;
}
.editUserMeldungError {
	background: red;
	color: #fff;
}

.pw-edit-buttons {
	z-index: 1000 !important;
}

.hideloading .pagKH {
	display: none;
}

#newdata.hideloading {
	display: none;
}

.hideelement {
   animation: fade-out 1s ease-out;
   animation-fill-mode: forwards;
}

#newdata.showloading {
	display: block;
}


@keyframes fade-out {
    from {opacity: 1;}
    to {opacity: 0;}
}


#mainnavdesk .sf-menu ul li a.verl11276 {
	display: none;
}

#pageHeader {
	padding: 0.5rem 1rem 0.5rem 0;
}


#mainnavdesk a {
	text-transform: uppercase;	
}

#FormBuilderViewport_anfrage_de {
	max-width: 60rem;
}

.displayNone {
	display: none;	
}

.anker {
	font-size: 15px;
	font-style: italic;
	color: #ccc;
	border-radius: 0.7rem;
	display: none;
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0.5rem 1rem;
	background: rgba(0,0,0,0.8);
	z-index: 100;
}
article:hover .anker {
	display: block;
}