/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/resources/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/resources/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/resources/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/resources/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/resources/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/resources/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/resources/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/resources/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/resources/fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/resources/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/resources/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/resources/fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/resources/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/resources/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/resources/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/resources/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/resources/fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/resources/fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/resources/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/resources/fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/resources/fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* old-standard-tt-regular - latin */
@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: url('/resources/fonts/old-standard-tt-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/resources/fonts/old-standard-tt-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/resources/fonts/old-standard-tt-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/resources/fonts/old-standard-tt-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/resources/fonts/old-standard-tt-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/resources/fonts/old-standard-tt-v13-latin-regular.svg#OldStandardTT') format('svg'); /* Legacy iOS */
	font-display: swap;
}
* {
	font-family: 'Roboto', Sans-Serif;
}

.container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0;
}
h1, .h1 {
	font-size: 47px;
  font-family: 'Old Standard TT',TimesNewRoman,'Times New Roman',Times,serif;
}
h2, .h2, .h2 * {
	font-size: 33px;
  font-family: 'Old Standard TT',TimesNewRoman,'Times New Roman',Times,serif;
}
h3 {
	font-size: 27px;
  font-family: 'Old Standard TT',TimesNewRoman,'Times New Roman',Times,serif;
}
h4 {
	font-size: 22px;
  font-family: 'Old Standard TT',TimesNewRoman,'Times New Roman',Times,serif;
}
h5 {
	font-size: 16px;
	font-weight: 300;
	font-family: "Roboto", Sans-Serif;
}
p, .text, li, .innertext *, p a {
	font-size: 18px;
	font-weight: 300;
	font-family: "Roboto", Sans-Serif;
	line-height: 30px;
}
a {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.8px;
	color: #009075;
	text-decoration: inherit;
}
a:hover {
	color: unset;
	text-decoration: underline;
}
.text a:hover {
	color: #009075;
}
.nodeco:hover {
	text-decoration: none!important;
}
.black * {
	color: black;
}
.kleinerstrichweiss.black {
	border-color: black;
}
.rssfooter {
	width: 44px;
	fill: white;
	padding: 6px 6px 6px 0;
}
.headertext.weiss {
	background: rgba(255,255,255,.9);
}
.rssfooter.green {
	width: 44px;
	fill: #009075;
}
.rssfeedgruen:hover {
	text-decoration: none;
}
.textbutton.extra {
	margin-top: 30px;
	margin-right: 15px;
    display: inline-block;
}
.left {
	float: left;
}
.navilogo {
	    position: absolute;
    top: 30px;
    z-index: 99999;
}
.bold {
	font-weight: 600;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
strong {
	font-weight: 500;
}
.galleryimg  {
	width: 100%;
    height: 330px;
    object-fit: cover;
	    margin-bottom: 30px;
}


.mitarbeiteroverlay {
	overflow-y: scroll;
}
.mitarbeiteroverlay div.container {
	    margin-bottom: 150px;
}

/* NAVI */
.naviinhalt {
	overflow: auto;
}
.navigation .naviopener {
	position: absolute;
	float: right;
	right: 0px;
	top: 30px;
	padding: 7.5px;
	cursor: pointer;
	transition: .5s ease-out;
	z-index: 99999;
	border: 2px solid #134D37;
}
.navigation.open .naviopener {
	transition: .5s ease-out;
}
.rssfeedgruen {
	cursor: pointer;
}
.rssfeedgruen.innen:hover {
	opacity: .8;
	color: black;
}
.rssfeed {
	cursor: pointer;
}
.filterselect {
	cursor: pointer;
}
.navistrich {
	display: block;
    border-bottom: 2px solid #134D37;
    width: 30px;
    margin: 8px 0;
    border-radius: 5px;
	transition: .5s ease-out;
}
.overflowbar {
	overflow: hidden;
}
.navigation .naviinhalt {
	position: fixed;
    top: 0;
    width: 100%;
	transition: .5s ease-out;
	background: white;
	z-index: 9;
	overflow: hidden;
	opacity: 0;
	height: 0;
}
.navigation.open .naviinhalt {
	position: fixed;
    right: 0px;
    top: 0;
	padding: 130px 0 30px 0;
    width: 100%;
	transition: .5s ease-out;
	z-index: 9999;
	height: 200px;
	opacity: 1;
}
.navigation #ns1 {
	transition: .5s ease-out;
	position: relative;
	top: 0px;
	transition-delay: .5s;
	 animation-name: closenavv;
   animation-duration: .5s;
	z-index: 9999999;
}
.navigation.open #ns1 {
	transition: .5s ease-out;
	position: relative;
	top: 5px;
	
	 animation-name: opennavv;
   animation-duration: .5s;
   animation-delay: .5s;
	animation-fill-mode: forwards;
}
.navigation #ns2 {
	position: relative;
	right: 0px;
	transition: .5s ease-out;
}
.navigation.open #ns2 {
	position: relative;
	right: -35px;
	transition: .5s ease-out;
}
.navigation #ns3 {
	transition: .5s ease-out;
	position: relative;
	width: 30px;
	bottom: 0;
	transition-delay: .5s;
	 animation-name: closenav;
   animation-duration: .5s;
	z-index: 9999999;
}
.navigation.open #ns3 {
	transition: .5s ease-out;
	position: relative;
	width: 30px;
   animation-duration: 5s;
	bottom: 5px;
	 animation-name: opennav;
   animation-duration: .5s;
   animation-delay: .5s;
	animation-fill-mode: forwards;
	
}
.navigation {
    display: inline-block;
    width: 100%;
    position: fixed;
	z-index: 10;
}
.navibackground {
	    background: rgba(255,255,255,0.9);
    height: 105px;
}
.naviinhalt p {
	color: black;
	padding-right: 70px;
}
.naviinhalt p:hover {
	color: #009075;
}
.naviinhalt a {
	text-decoration: none;
}

.headerbild {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	background-position: center;
}
.headertextoben {
	position: absolute;
	bottom: 10%;
}
.headertextoben.mehrplatz {
	position: absolute;
	bottom: 30%;
}
.headertextoben .headertext:nth-of-type(2) {
	margin-left: 20px;
}
.headertext {
	background: rgb(0,144,117);
background: linear-gradient(0deg, rgba(19,77,55,1) 0%, rgba(0,144,117,1) 100%);
	color: white;
	font-weight: 300;
	    max-width: 670px;
    padding: 50px;
    float: left;
	margin-bottom: 20px;
}
.headertext h1 {
	font-weight: 400;
}
.bildb img {
	height: 630px;
	width: 100%;
	object-fit: cover;
}
.textbildblock .textb {
	padding: 50px;
	position: relative;
	height: 630px;
}
.textbildblock .textb h2 {
	margin-bottom: 30px;
}
.textbildblock .textb h5 {
	margin-bottom: 15px;
}
.kleinerstrichschwarz {
	    display: block;
    width: 65px;
    border-bottom: 2px solid black;
    margin-bottom: 50px;
}
.headertext .kleinerstrichschwarz {
    margin-bottom: 0px;
    margin-top: 65px;
}
.kleinerstrichweiss {
	    display: block;
    width: 65px;
    border-bottom: 2px solid white;
    margin-top: 30px;
}
.textbutton {
	border: 2px solid #009075;
    padding: 5px 15px;
    text-decoration: none;
    color: #009075;
    font-weight: 400;
	position: absolute;
	bottom: 50px;
}
.textbutton.static {
	position: static;
}
.textbutton:hover {
	color: white;
    background: #009075;
}
.header {
	position: relative;
}
.zitatbild {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.zitatbild h1, .zitatbild h5 {
	color: white;
}
.zitatbild h5 {
	margin-bottom: 30px;
}
.greenback {
	    padding: 100px 0;
	background: rgba(19, 77, 55,.7)
}
.dree {
	text-align: center;
}
.dree .kleinerstrichschwarz {
	    margin: 30px auto 50px;
}
.dree h5 {
	margin-bottom: 15px;
}
.dree .text {
	margin-bottom: 80px;
}
.dreebild {
	height: 160px;
	margin-bottom: 0px;
	object-fit: contain;
}
.dree h3 {
	margin-bottom: 15px;
}
.card {
	border: none;
}
.newsoben {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.newstext {
	display: inline-block;
}
.pdf {
	    display: inline-block;
    padding: 0px 25px;
	margin-top: 50px;
}
.pdfdownload {
	text-align: right;
}
.newsinhalt .textbutton {
	position: static;
	margin-top: 50px;
	display: inline-block;
}
.pdficon {
	position: relative;
	top: -8px;
	margin-right: 10px;
}
.pdf a {
	text-decoration: none;
	color: black;
}
.newsinhalt .carousel-item img {
	height: 700px;
	object-fit: cover;
}
.newsinhalt .carousel {
	margin-bottom: 100px;
}
.carousel-control-next, .carousel-control-prev {
	    background: transparent;
    border: none;
    width: 5%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
}
.einzelbild img {
	height: 700px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 100px;
}
.gallery {
	margin-top: 50px;
}
.newsvorschau {
	background: rgb(0,144,117);
background: linear-gradient(0deg, rgba(19,77,55,1) 0%, rgba(0,144,117,1) 100%);
	    display: inline-block;
    width: 100%;
	padding: 100px 0 0 0;
}
.newsvorschau * {
	color: white;
}
.newsvorschau .kleinerstrichweiss {
	margin: 30px 0 50px 0;
}
.archivlink {
    position: relative;
    top: -96px;
	text-decoration: none;
}
.archivlink a:hover {
	text-decoration: none;
}
a[aria-label]:hover:after {
  content: attr(aria-label);
  padding: 4px 15px;
  position: absolute;
  left: -120px;
  top: 110%;
  white-space: nowrap;
  z-index: 20px;
	color: #6E6E6E;
  background:#F7F7F7;
	border-radius: 20px;
}
.footerback a[aria-label]:hover:after {
  left: 0px;
}
.pdf a[aria-label]:hover:after {
  left: 20px;
}
.rss {
	margin-left: 10px;
	position: relative;
	top: -15px;
    cursor: pointer;
}
.newsvorschau .einzelblock {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 100px;
	background-color: unset;
}
.newsvorschau.ohne .einzelblock {
	display: none;
}
.newsvorschau .einzelblock.show {
	display: block;
}
.vorschauoben {
	    display: inline-block;
    width: 100%;
}
.newsvorschau .textbutton {
	    position: static;
    margin-top: 24px;
    display: inline-block;
}
.textbutton:hover {
	cursor: pointer;
}
.newsvorschau h5 {
	margin-bottom: 15px;
}
.newsvorschau h2 {
	margin-bottom: 30px;
}
.textbutton.white {
	border-color: white;
	color: white;
}
.textbutton.white:hover {
	background-color: white;
	color: #009075;
}
.archivlink:hover {
	text-shadow: 2px 2px 4px white;
	color: white;
}
.archivlink {
	float: right;
}
.innernew {
	padding: 0;
}
.foota a {
	display: block;
	font-size: 16px;
	padding: 18px 0;
	font-weight: 400;
	text-decoration: none;
	color: white;
	padding-right: 30px;
}
.footerback {
	display: inline-block;
    width: 100%;
	background:url('/media/footerback.jpg');
	background-size: cover;
	background-position: center;
	padding: 70px 0 100px 0;
}
.obererfooter {
	margin-bottom: 50px;
}
.vermittlerfooter {
    border: 2px solid white;
    padding: 32px !important;
    color: white;
	margin-bottom: 30px;
}
.vermittlerfooter h5 {
	font-weight: 300;
	margin-bottom: 30px;
}
.vermittlerfooter .textbutton {
	    margin-top: 10px;
    display: inline-block;
}
.vermittlerfooter .kleinerstrichweiss {
    margin-top: 30px;
	margin-bottom: 50px;
}
.vermittlerfooter {
	margin-left: 30px;
}
.vermittlerfooter .textbutton {
	margin-right: 11px;
}
.vermittlerfooter .textbutton:last-of-type {
	margin-right: 0px;
}
.foota {
	margin-bottom: 30px;
}
.mapblock {
	display: inline-block;
    width: 100%;
}
.obenmap {
	text-align: center;
}
.obenmap .kleinerstrichschwarz {
	margin: 30px auto 50px;
}
.mapblock .kleinerstrichschwarz {
	margin: 30px 0 50px;
}
.headerbildohne img {
	height: 650px;
	object-fit: cover;
	width: 100%;
}
.mitarbeiter .card img {
	height: 330px;
	object-fit: cover;
	width: 100%;
}
.historieblock {
	display: inline-block;
	width: 100%;
}
.historieblock .textb {
	padding: 50px;
}
.historieblock .bildb img {
    height: 330px;
	filter: grayscale(1);
	transition: .5s;
}
.historieblock .bildb img:hover {
	filter: grayscale(0);
	transition: .5s;
}
.historieblock .bildb {
    position: relative;
}


.historieblock .bildb h1 {
    position: absolute;
    bottom: 50px;
}
.dree .historieblock .kleinerstrichschwarz {
    margin: 30px 0;
}
.historieblock .bildb h1 {
    position: absolute;
    bottom: 70px;
    padding-left: 50px;
}
.mediapadin.strich {
	padding-left: 50px;
}
.dree .historieblock {
    text-align: left;
}
.anlage.borders {
    border: 1px solid black;
    padding: 50px;
}
.anlage .borders.text {
    margin-bottom: inherit;
}
.card-body {
	padding: 0;
}
.greenblock.card .card-body {
	color: white;
}
.greenblock.card .card-body h2 {
	margin: 50px 0 30px;
}
.card {
	background: transparent;
}
.rundesbild {
	width: 100px!important;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}
.greenblock.card {
	margin-bottom: 50px;
}
.nopaddingbuttom {
	padding-bottom: 50px;
}
.mitarbeiter .card-body {
	margin: 30px 0 15px;
	text-align: left;
}
.maptext {
	padding: 55px;
}
.owl-carousel .owl-stage-outer {
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}
.owl-item {
	padding: 0 15px;
}
.owl-stage .card-body h3 {
	    margin: 30px 0 13px;
}
.owl-stage .card-body h5 {
	    margin-bottom: 30px;
}
.owl-stage .card-body .textbutton {
	    position: static;
	margin-top: 40px;
    display: inline-block;
}
.owl-nav {
	position: absolute;
    top: 35%;
    width: 100%;
	display: block!important;
}
.owl-nav button {
	font-size: 100px!important;
}
.owl-prev {
	    position: absolute;
    left: -20px;
}
.owl-next {
	    position: absolute;
    right: -15px;
}
.sliderbild {
	height: 330px;
	object-fit: cover;
	filter: grayscale(1);
}
.sliderbild:hover {
	filter: grayscale(0);
}
:focus {
	outline: none!important;
}
.anlage h2 {
	display: inline-block;
}
.anlage .timer:first-of-type {
	margin-right: 10px;
}
.anlage .timer:nth-of-type(2) {
	margin-right: 10px;
	margin-left: 50px;
}
.inneranlage {
	display: inline-block;
    width: 100%;
	margin: 60px 0;
}
	
.vorschauoben > h2 {
	height:unset!important;
}
.pink {
	color: #FF03E2;
}
.gruen {
	color: #9CCD9A;
}
.obenanlage {
	padding: 50px;
}
.anlage {
	border: 1px solid black;
	position: relative;
}
.inneranlage tr, .inneranlage table, .inneranlage tbody {
	width: 100%;
}
.inneranlage tr {
	border-bottom: 1px solid black;
	height: 80px;
}
.inneranlage td {
	position: relative;
    padding-top: 40px;
}
.inneranlage table tbody td:nth-of-type(2) {
	text-align: right;
}
.downloadtext {
	margin-left: 20px;
	margin-right: 50px;
	text-decoration: none;
	color: black;
}
.downloadicon {
    position: relative;
    top: -7px;
}
.obenanlage a {
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	margin-top: 20px;
}
.obenanlage .second {
	float: right;
}
.obenanlage .second .fl:first-of-type {
	margin-right: 30px;
}
.impressum .kleinerstrichschwarz {
	margin-top: 30px;
}
.erfolgsbilanz {
	    display: inline-block;
    width: 100%;
	margin-bottom: 60px;
	position: relative;
}
.erfolgsbilanz .erfolgsbilanz {
    margin-bottom: 10px;
}
.erfolgsbilanzinner {
	    display: inline-block;
    width: 100%;
    border: 1px solid black;
    padding: 20px;
	position: relative;
}
.erfolgsbilanzinner h5 {
	margin-bottom: 15px;
	font-size: 12px;
}
.erfolgsbilanzinner h4 {
	margin-bottom: 0px;
}
.erfolgsbilanz .link-container {
    display: flex;
    flex-wrap: wrap;
}
.erfolgsbilanz .link-container a {
    font-size: 18px;
    margin-right: 2em;
    margin-bottom: 10px;
}
.erfolgsbilanz .link-container img {
    width: 37px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    margin-right: 0.5em;
}
.trenn {
    border-right: 1px solid black;
    height: 55px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    left: -15px;
}
.pfeil {
    position: absolute;
    right: 20px;
    top: 40%;
    color: #9CCD9A;
    text-decoration: none;
}
.ones {
	    border-bottom: 4px solid #9CCD9A;
    display: block;
    width: 25px;
    transform: rotate(45deg);
}
.twos {
    border-bottom: 4px solid #9CCD9A;
    display: block;
    width: 25px;
    transform: rotate(-45deg);
    position: relative;
    top: 11px;
}
.gblock .textb {
    height: 630px;
}
.back {
	    display: inline-block;
    width: 100%;
	padding: 100px 0;
	background: rgb(19,77,55);
background: linear-gradient(0deg, rgba(19,77,55,1) 0%, rgba(0,144,117,1) 100%);
}
.back * {
	color: white;
}
.back .kleinerstrichschwarz {
	border-color: white;
}
.newsvorschau.ohne {
	background: transparent;
}
.newsvorschau.ohne h5 {
	color: #009075;
}
.newsvorschau.ohne .textbutton {
	color: #009075;
}
.newsvorschau.ohne .textbutton:hover {
	color: white;
}

.newsvorschau.ohne h2, .newsvorschau.ohne .text p {
	color: black;
}
.filterselect {
	    position: absolute;
    top: 0;
    right: 60px;
}
.filterselect , .filterselect * {
	color: black;
	font-family: 'Old Standard TT',TimesNewRoman,'Times New Roman',Times,serif;
}
.mitarbeiteroverlay {
	position: fixed;
    top: 100px;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
	padding: 80px 0;
}
.owl-dots {
	text-align: center;
}
.owl-dot span {
    width: 30px;
    height: 9px;
    display: block;
    margin: 5px;
    background-color: white;
}
.owl-dot.active span {
	    border: 3px solid white;
	    background-color: #009075;
}
.filterselect {
    width: 250px;
    height: 44px;
    padding-left: 15px;
    border: 2px solid #009075;
    padding-right: 10px;
	padding-top: 5px;
    background: url(/resources/img/select.png);
    background-repeat: no-repeat;
    background-position-x: 215px;
    background-position-y: center;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	border-radius: 0!important;
}
.blurnews.blur {
	height: 200px;
    overflow: hidden;
    filter: blur(2px);
	width: 100%;
	transition: .5s;
}
.blurnews {
	height: 100%;
	transition: .5s;
    filter: blur(0px);
	width: 100%;
}
.newsvorschau .meehr {
	text-align: center;
}
.newsvorschau .meehr .textbutton {
	margin: 30px 0;	
	z-index: 9999;
	position: sticky;
}
.weissverlauf {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 9;
}



input, textarea, .anlegerform {
	font-size: 27px!important;
	font-family: 'Old Standard TT',TimesNewRoman,'Times New Roman',Times,serif;
	border: none!important;
	border-bottom: 1px solid #CFC8B7!important;
	border-radius: 0!important;
}
.anlegerform {
	border: none!important;
	    position: relative;
    top: 3px;
	left: 10px;
}
#yform-formular-email, #yform-formular-telefon, #yform-formular-telefon2 {
	width: 49%;
	float: left;
}
#yform-formular-telefon, #yform-formular-telefon2 {
	margin-left: 2%;
}
#yform-formular-betreff {
	    display: inline-block;
    width: 100%;
}
.form-control:focus {
    color: inherit;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
#yform-formular-anleger span,  #yform-formular-anleger label {
	font-size: 27px;
	font-family: 'Old Standard TT',TimesNewRoman,'Times New Roman',Times,serif;
}
#yform-formular-anleger input {
    position: relative;
    margin-right: 20px;
    top: -3px;
    left: 14px;
}
#yform-formular-datenschutz input {
    position: relative;
    margin-right: -17px;
    top: 13px;
    left: 0px;
}
#yform-formular-datenschutz label {
    position: relative;
    left: 15px;
}
#yform-formular-datenschutz a {
        font-size: unset;
    font-weight: 400;
    letter-spacing: unset;
    color: inherit;
    text-decoration: underline;
}
#yform-formular-datenschutz span {
    position: relative;
	left: 26px;
}
.mitarbeiteroverlay {
	overflow-y: scroll;
}

#yform-formular-datenschutz {
    margin: 40px 0;
	width: 50%;
	float: left;
}
.dreierblock .card-body {
	margin-bottom: 50px;
}
.dreierblock .card-body.oben {
	margin-top: 50px;
}
.dreierblock .card-body.unten {
	margin-top: 0px;
	margin-bottom: 50px;
}
.btn-primary {
    background-color: transparent;
    border: 2px solid black;
    color: black;
    border-radius: 0;
	float: right;
	padding: 12px 20px;
	    position: relative;
        top: 35px;
}
.alert-success {
	text-align: center;
}
.spalten {
	margin-top: 100px;
    display: inline-block;
    width: 100%;
}
.spalten .spalt {
	border-left: 1px solid black;
    padding-left: 20px;
    padding-right: 20px;
	border-radius: 0;
	margin-bottom: 20px;
}
.navipunkte p {
	font-size: 16px;
	font-weight: 400;
}
.navigation .search_it-flex {
    display: inline-block;
    position: absolute;
    right: 70px;
	z-index: 99999;
	opacity: 0;
    top: -100px;
	transition: .5s;
}

.navigation.open .search_it-flex {
	top: 30px;
	opacity: 1;
	transition: .5s;
}
.search_it-flex .eingabe {
	border: 2px solid #134D37!important;
    font-size: 12px!important;
    padding: 15px 25px 10px!important;
    height: 47px!important;
    width: 245px!important;
}
.search_it-button {
    background: url(/resources/img/search.png) no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    border: none!important;
    position: absolute;
    right: 5px;
    top: 8px;
}
.navilogo.x {
	display: none;
}
.search_it-modul {
        box-sizing: border-box;
        font-size: 1rem;
        margin: 0 auto;
    }
    .search_it-demotitle {
        font-size: 1.2rem;
        font-weight: bold;
        border-bottom: 1px solid  rgba(0,0,0,0.2);
        color: rgba(0,0,0,0.4);
        margin-bottom: 2rem;
    }
    .search_it-results {
        padding: 0;
        margin: 0;
    }
    .search_it-result {
        background: white;
        border: 1px solid rgba(0,0,0,0.4);
        padding: 30px;
        margin: 1rem 0;
        list-style-type: none;
        list-style-position: inline;
    }
    .search_it-title,
    .search_it-title a {
        font-weight: bold;
        color: rgba(0,180,0,0.7);
    }
.schwarz {
	color: black;
}
    .search_it-result .search_it-teaser {
        color: black;
		margin-bottom: 0;
    }
    .search_it-result .search_it-url {
        color: black;
		margin-bottom: 5px;
		overflow-wrap: break-word;
    }
    .search_it-missing_type,
    .search_it-zero {
        background: rgba(180,0,0,0.05);
        padding: 1rem;
        border: 1px solid rgba(255,0,0,0.7);
        margin: 1rem 0;
        color: rgba(255,0,0,0.7);
    }
    .search_it-request,
    .search_it-type {
        font-weight: bold;
    }

::placeholder {
  color: black!important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: black!important;
}

::-ms-input-placeholder {
  color: black!important;
}
.backbutton {
	    display: inline-block;
    float: right;
	font-size: 16px;
	position: relative;
    top: -20px;
}
.kleinerstrichschwarz.halb {
    display: inline-block;
	float: left;
}
.spalten > div {
	display: inline-block;
}
.blatt .textbutton {
	position: static;
}

.blatt .links {
	float: left;
}
.blatt .rechts {
	float: right;
}
.innergreen .owl-nav {
	filter: brightness(9999)
}
.restlicheseite {
	display: none;
}
.navigation.open .restlicheseite {
	display: block;
	height: 100vh;
	position: fixed;
	top: 200px;
	width: 100%;
}
.ohnetel {
	display: none;
}
.rssfeed {
	float: right;
    position: relative;
    top: -100px;
	margin-left: 20px;
}
.rssfeed .nodeco svg {
	padding: 6px 6px 6px 0;
}
.rssfeed:hover {
        filter: drop-shadow(0px 0px 2px white);
}
.rssfeedfoot:hover {
        filter: drop-shadow(0px 0px 2px white);
	cursor: pointer;
}
.rssfeedfoot {
	display: block;
	padding: 0!important;
	margin-top: 20px;
	bottom:0;
	position:relative;
}
.rssfeedfoot.linkedin {
	margin-top: 73px;
}
.rssfeedgruen {
    float: right;
    position: absolute;
    top: 0px;
	right: 0;
	color: black;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	background-color:#009075;
	transition: transform 1s ease 1.5s, opacity 0.5s ease 1.5s;
	opacity: 1;
    isolation: isolate;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container iframe {
	position: absolute;	
	z-index:1000;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.green-background {
	background: rgb(0,144,117);
	background: linear-gradient(0deg, rgba(19,77,55,1) 0%, rgba(0,144,117,1) 100%);
	display: inline-block;
	width: 100%;
	padding: 100px 0;
	transition: clip-path 1s ease;
	clip-path: inset(0 0 0 0);
}
.green-background.hide .video-container {
	transform: scale(0);
	opacity: 0;
}
.green-background.hide {
	clip-path: inset(0 100% 0 0);
}

#container-notify-text{
		display: flex;        
        height: 50vh;
        margin: auto;        
        align-items:center;
        justify-content:center;
}

div.video-container.active #video-container-notify-text, 
.immobillienkarte.active #container-notify-text {
	display: none !important;
}

.immobillienkarte iframe {	
	min-height: 11630px;	
	height: 100%;
}


#video-container-notify-text {
	text-align:center;
	margin-top:8%;
	margin-left:24%;
	margin-right:24%;
	z-index:9999;
	position:absolute;
}

.card-body #video-container-notify-text {	
	margin-left:17%;
	margin-right:17%;	
}



.storelink {
	text-align: right;
	margin-top: 50px;
}
.obenanlage .storelink a {
    width: unset!important;
}





.concount {
	position: relative;
    top: -110px;
}
.headerbox {
    display: inline-block;
    width: 100%;
    padding: 50px;
}
.headerbox.green {
	background: rgb(0,144,117);
	background: linear-gradient(0deg, rgba(19,77,55,1) 0%, rgba(0,144,117,1) 100%);
	color: white;
}


.headercountdowntext {
	font-weight: 300;
    font-size: 14px;
}

.countdownbox {
	text-align: right;
}
.headerbox .h2 p {
	padding-top: 0px;
	margin: 0;
}
.headercountdown .h1 {
	margin-left: 5px;
}

#countdownbox:hover * {
	color: #9CCD9A;
	border-color: #9CCD9A;
}
.displaynone {
	display: none;
}


.loginopener .loginbutton {
	margin-left: 0;
	opacity: 1;
	transition: 1s;
}
.loginopener.close .loginbutton {
	margin-left: 69%;
	opacity: 0.3;
}
.loginopener.closee .loginbutton {
	display: none;
}
.loginopener.closee {
	display: none;
}
.loginform {
	margin-top: 30px;
	width: 0;
    display: inline-block;
    position: relative;
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	height: unset;
}
.loginform.close {
	width: 100%;
    display: inline-block;
    position: relative;
	opacity: 1;
	height: unset;
}
.loginform .loginsubmit {
	height: 36px;
}
.loginform input.passwort {
    border: none!important;
    background: transparent;
    width: 150px;
    margin-left: 20px;
}
.inverstorlogin {
	border: 2px solid #009075!important;
	background: transparent;
	width: 60%;
	display: flex;
	justify-content: center;
}
.inverstorlogin, .inverstorlogin * {
	height: 36px;
}
.inverstorlogin span {
    color: #009075;
    display: inline-block;
    font-weight: 500;
    height: 100%;
    white-space: nowrap;
    line-height: 2;
	padding-left: 10px;
}
.loginbutton {
	bottom: 0px;
}
.loginopener {
    width: 85%;
    overflow: hidden;
    height: 50px;
    position: absolute;
	margin-top: 16px;
}
.headertext.mediapadin {
	position: relative;
}

.newsletter {
	display: flex;
	justify-content: center;
}

.newsletter #zcampaignOptinForm div {
	
}

.loginsubmit {
	background: #009075;
	font-size: 15px!important;
	color: white!important;
	border: 2px solid #009075!important;
	font-family: 'Roboto', Sans-Serif!important;
	position: absolute;
    right: 50px;
	bottom: 0!important;
}

.loginform input.passwort {
    border: none!important;
    background: transparent;
    width: 108px;
    margin-left: 30px;
    height: 100%;
    position: static;
	font-size: 24px!important;
}
.fail {
    position: absolute;
    bottom: 85px;
}
.fail h5 {
    color: red;
    font-weight: 500;
	font-size: 14px;
}
.butonabsolute {
    position: absolute;
    width: 100%;
    bottom: 50px;
}
.outterlink {
	height: 30px;
}
.card.disabled {
	opacity: 1;
}
.card.disabled a {
	pointer-events: none;
}
.card.disabled .textbutton.static {
	filter: grayscale(1);
	opacity: 0.4;
}
.inverstorlogin input.passwort::placeholder {
    color: #009075 !important;
    font-weight: 500;
    font-family: 'Roboto', Sans-Serif;
    font-size: 1rem;
}
.inverstorlogin input.passwort {
    width: 100%;
    margin-left: 10px;
}
.headertext .fail {
    position: static;
    margin-top: 15px;
} 

.videopopup-img {
    object-fit: contain;
    object-fit: cover;
    max-width: 100%;
    cursor: pointer;
    max-height: 200px;
}

.videopopup-button-container {
    margin-bottom: 50px;
}
.videotext .text {
    margin-bottom: 50px;
}


	.headertext {
		min-height: 350px;
	}


.videotext .outterlink {
	position: relative;
}
.videopopup {
    height: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99;
	overflow: hidden;
    transition: .5s;
	background: rgba(255,255,255,.7);
}

.videopopup.open {
    height: 100%;
}
.videopopup .videoinner {
    background: rgba(255,255,255,.8);
    height: 0;
    width: 0;
	transition: .5s;
	animation-timing-function: ease;
	overflow: hidden;
}
.videopopup.open .videoinner {
    height: unset;
	width: 100%;
	padding: 50px;
	padding-top: 80px;
	    display: flex;
    justify-content: center;
    align-items: center;
	background: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.videopopup.open .outer {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
	max-width: 992px;
}

.xbutton {
    position: absolute;
    top: 20px;
    right: 40px;
    background: white;
    padding: 10px;
	z-index: 99;
	cursor: pointer;
}
.xbutton #ns1 {
    transition: .5s ease-out;
    position: relative;
    top: 5px;
    animation-name: opennavv;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
.xbutton #ns3 {
    transition: .5s ease-out;
    position: relative;
    width: 30px;
    bottom: 5px;
    animation-name: opennav;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
.hundert {
    width: 100%;
    height: 120px;
    position: fixed;
	padding-top: 20px;
    bottom: 0px;
    z-index: 99;
    margin-top: -10px;
	background: rgba(255,255,255,.7);
}
#myBtn {
    margin: 0 auto;
    border: none;
    background: none;
    font-size: 50px;
	transition: .5s;
}
#myBtn a {
    transition: all .3s ease;
    border: 2px solid #009075;
    padding: 5px 20px;
    border-radius: 0px;
    background-color: #009075;
    display: inline-block;
    font-weight: 400;
	position: relative;
    color: white;
	min-width: 259px;
	transition: .5s;
}
#myBtn a:hover {
	font-weight: 600;
}
#myBtn a:after {
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
    border-top: solid 20px #009075;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
}
.hundert .hundertstrich {
    display: block;
    transform: rotate(90deg);
    position: relative;
    top: -19px;
    left: 5px;
    font-size: 35px;
    color: #009075;
    font-family: "Raleway";
}



#hundert2 {
	display: none;
}


#hundert2 #myBtn a:after {
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
    border-top: none;
    border-bottom: solid 20px #009075;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    top: -65%;
    left: 50%;
}



#yform-formular-telefon {
	display: none;
}




.cookie-open-options {
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    border: none;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 5px;
    background: white;
    z-index: 5;
}
.cookie-open-options span {
    width: 100%;
    height: 100%;
    display: block;
    background: url('../../media/cookie-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 50%;
}



.overlay-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 100;
    cursor: pointer;
}
.overlay-container .content-container {
    --distance-top: 105px;
    --corner-cut: 250px;
    margin-top: var(--distance-top);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: fit-content;
    min-width: calc(50% + var(--corner-cut));
    background: rgba(19,77,55, 0.8);
    color: white;
    padding: 50px 0;
    clip-path: polygon(var(--corner-cut) 0, 100% 0%, 100% 100%, 0% 100%);
    height: calc(650px - var(--distance-top));
}
.overlay-container img {
    object-position: left;
    object-fit: contain;
}
.overlay-container .txt-container {
    padding-left: var(--corner-cut);
    padding-right: 15px;
}






@media(min-width:1379px) {
}
@media(max-width:1379px) {
	.mediapadin {
		padding-left: 50px;
		padding-right: 50px;
	}
	.navigation .search_it-flex {
    right: 120px;
	}
	.naviinhalt p {
    padding-right: 40px;
}
	.filterselect {
		right: 110px;
	}
	.rssfeedgruen {
		right: 50px;
	}
	.navigation .naviopener {
		right: 50px;
	}
	.navigation.open .naviinhalt {
		padding: 130px 0px 30px 50px;		
	}
	.minusmargin.xx {
		margin: 0;
	}
	.vermittlerfooter {
		padding-left: 35px;
		padding-right: 35px;
	}
	.headertextoben.mehrplatz {
		margin: 15px;
	}
	.concount {
		padding: 15px;
		position: static;
	}
	.headertext .kleinerstrichschwarz {
		margin-bottom: 0px;
		margin-top: 30px;
	}
	.headertextoben.mehrplatz {
		position: absolute;
		bottom: 20%;
	}
	.headertextoben .headertext:nth-of-type(2) {
		margin-left: 0px;
		float: unset;
		display: inline-block;
	}
	.headertextoben .headertext:first-of-type {
		margin-right: 30px;
	}
	.headertext {
		max-width: 570px;
	}
	h1, .h1 {
    font-size: 39px;
	}
	
	.headertext {
		/* min-height: 320px; */
		min-height: 358.6px;
	}
	.vermittlerfooter {
		min-height: 344.1px;
	}
}

@media(max-width:1231px){
	.vermittlerfooter {
		min-height: 371.4px;
	}
}


@media(max-width:1199px){
	.trenn {
		display: none;
	}
	.erfolgsbilanzinner > div:last-of-type {
		margin-bottom: 0px;
	}
	.erfolgsbilanzinner > div {
		margin-bottom: 30px;
	}
	
	.naviinhalt p {
    padding-right: 18px;
}
	.obenanlage .second {
    float: left;
	margin-top: 30px;
}
	.obenanlage .first {
    width: 100%;
}
.obenanlage a {
    width: 50%;
    margin-top: 20px;
}
	.inneranlage {
		margin-top: 0;
	}
	
	
	.headertext {
    max-width: 461px;
}
		
	h1, .h1 {
    font-size: 30px;
}	
	.headertext {
		/* min-height: 300px; */
		min-height: 337px;
	}
	.vermittlerfooter {
		min-height: inherit;
	}
}

@media(max-width: 1024px) {
	#ifrm {
		margin-top: -65px;
	}
}
@media(min-width:992px){
	
.newsvorschau.ohne h2 {
	height:117px;
	overflow: hidden;
}
	.newstext {
		margin-left: -15px;
		margin-right: -15px;
	}
	.newsvorschau h2 {
    overflow: hidden;
}
	.innernew .text {
		height: 120px;
		overflow: hidden;
	}
.inneranlage .col-md-6 {
	padding: 0 15px;
}

.inneranlage {
	margin-right: -15px;
	margin-left: -15px;
}
.container.dree.mediapadin .text {
	    padding: 0 140px;
}
	.newstext .col-lg-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
.kategorie {
	text-align: right;
}
	.minusmargin {
		    margin-left: -15px;
    margin-right: -15px;
	}
	.gallerybild {
		padding-left: 15px;
		padding-right: 15px;
	}
	.archivlink {
	    float: right;
	}
}

@media(max-width:992px){
    .overlay-container .content-container {
        height: calc(450px - var(--distance-top));
    }
	.inneranlage > div {
		width: 100%;
	}
	.headerbox .h2 p {
    padding-top: 10px;
	}
.mitarbeiteroverlay .container .textbutton {
	    position: static!important;
}
.mitarbeiteroverlay .container {
	display: inline-block
}
.mitarbeiteroverlay img {
	height: 330px!important;
}
.mitarbeiteroverlay .fl, .mitarbeiteroverlay .fr {
	float: unset;
}
	.rssfeedgruen {
    float: right;
}
	.rssfeed {
    float: right;
    position: relative;
    top: -85px;
}
	.blurnews.blur {
		 height: unset;
		 overflow: visible;
		 filter: none!important;
	}
	.meehr, .weissverlauf {
		display: none;
	}
	.headerbildohne img {
    height: 450px;
	}
	.navigation .search_it-flex {
    right: 105px;
}
	.spalten {
    width: 50%;
		display: inline-table;
}
	.spalten .spalt {
    display: block;
    float: unset;
}
	.navigation.open .naviinhalt {
	height: 100%;
	}
	.naviinhalt {
		height: 100%;
    	text-align: center;
	}
	.naviinhalt .left {
		float: unset;
	}
	.filterselect {
		right: 95px;
	}
	.rssfeedgruen {
		right: 35px;
	}
	.mapblock .fr, .mapblock .fl {
    float: unset;
}
	.maptext {
    padding: 55px 0;
}
	.pfeil {
    top: 46%;
	}
	.historieblock .textb {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.gallerybild {
		margin-bottom: 30px;
	}
.newsoben .fl {
	float: unset;
}
.dreebild {
	margin-bottom: 0px;
}
	.dree .card {
		margin-bottom: 30px;
	}
	.mediapadin {
		padding-left: 35px;
		padding-right: 35px;
	}
	.navigation .naviopener {
		right: 35px;
	}
h1, .h1 {
	font-size: 40px;
}
h2, .h2, .h2 * {
	font-size: 33px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
p, .text {
	font-size: 18px;
}
	.textbildblock .textb {
		height: unset;
	}
	.textbutton {
		position: static;
		    margin-top: 30px;
    display: inline-block;
	}
	.bildb img {
		height: 500px;
	}
		.headertext {
		max-width: 540px;
			bottom: 0;
	}
	.vermittlerfooter {
    margin-left: 0px;
}
	.headertextoben {
    position: static;
}
	.headerbild {
    height: 70vh;
	}
	.headertextoben .headertext:nth-of-type(2) {
		width: 100%;
		max-width: 100%;
	}
	.headertextoben .headertext:first-of-type {
		margin-right: 0px;
		width: 100%;
		max-width: 100%;
	}
	.loginopener {
    width: 85%;
    overflow: hidden;
    height: unset;
}
.headertextoben.mehrplatz {
	position: static;
}

	.headertextoben .headertext:nth-of-type(2) {
		margin-top: 20px;
	}

	.footerbox,
	.footerboxx {
		min-width: 420px;	
	}

	
}
@media(max-width:920px){
    .obenanlage a {
    width: 100%;
    margin-top: 20px;
}
}


@media(max-width:768px){
h1, .h1 {
	font-size: 35px;
}
h2, .h2, .h2 * {
	font-size: 33px;
}
	.spalt h2 {
    white-space: break-spaces;
}
	.spalten {
    width: 100%;
}
	.spalten:nth-of-type(2) {
    margin-top: 0;
	}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
p, .text {
	font-size: 18px;
}
	.bildb img {
    height: 450px;
}
	.navigation .search_it-flex {
    right: 95px;
}
	.navilogo {
    display: none;
}
	.navilogo.x {
    display: block;
}
    .galleryimg {
    width: 100%;
    height: 250px;
	}    
    .obenanlage a {
    width: 100%;
    margin-top: 20px;
}
	.headerbox .fl {
		float: unset;
	}
	.headerbox .h2 p {
		margin-bottom: 50px;
	}
	.countdownbox {
    text-align: left;
}
}




@media(min-width:576px){
	.owl-dots {
		display: none;
	}
}
@media(max-width:576px){
    .overlay-container .content-container {

        --corner-cut: 0px;
        width: 100%;
    }
    .overlay-container .txt-container {
        padding-left: 15px;
    }


	.owl-nav {
		display: none!important;
	}
	.kleinerstrichschwarz.halb {
    display: block;
    float: unset;
}
	.backbutton {
    display: block;
    float: unset;
	}
	.navigation .search_it-flex {
    right: 75px;
}
	#yform-formular-anleger input {
		float: left;
	}
	.anlegerform {
		display: block;
		float: left;
		width: 70%;
		position: relative;
		top: -20px;
	}
	#yform-formular-datenschutz {
    width: 80%;
	}
	.btn-primary {
    float: left;
		margin-left: 12px;
	}
	#yform-formular-email, #yform-formular-telefon {
    width: 100%;
		margin: 0;
}
	.filterselect {
		right: 75px;
	}
	.rssfeedgruen {
		right: 15px;
	}
	.back .innertext td {
	display: block;
	margin-bottom: 20px;
}
	.erfolgsbilanzinner > a > div, .erfolgsbilanzinner > div {
		width: 100%;
	}
	.mediapadin {
		padding-left: 15px;
		padding-right: 15px;
	}
    
  .downloadicon {
	max-height: 26px;
}
.downloadtext {
	margin-left: 12px;
    margin-right: inherit;
    font-size: 14.6px;
}
.anlage.borders {
	padding: 25px;
}
    
	.foota {
		float: unset;
	}
	.navigation .naviopener {
	 right: 15px;
	}
	.owl-carousel .owl-stage-outer {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
	.row>* {
		padding: 0;
	}
	.row {
		margin: 0;
	}
.owl-item {
	padding: 0px;
}
h1, .h1 {
	font-size: 23px;
}
h2, .h2, .h2 * {
	font-size: 30px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
p, .text {
	font-size: 18px;
}
	.bildb img {
    height: 400px;
}
	.headerbox {
		padding: 15px;
	}
	
.headertext {
	padding: 15px;
    min-height: unset;
}

.rssfeedfoot.linkedin {
	margin-top: auto;
}

}

@media(max-width:501px){
.textbutton {
	padding: 5px 17px;
	width: 100% !important;
	text-align: center !important;
	margin-top: 15px !important;
}
.footerbox,
.footerboxx {
	width: 100%;
}
}


@media(max-width:450px){
	.navilogo {
		display: none;
	}
	.search_it-flex .eingabe {
    padding: 15px 5px 10px!important;
    width: 165px!important;
}
	.filterselect {
    position: static;
		margin-bottom: 50px;
		float: left;
		margin-right: 15px;
		    width: 230px;
		    background-position-x: 195px;
}
	.rssfeedgruen {
    position: static;
		margin-bottom: 50px;
		float: left;
}
	.navilogo.x {
		display: block;
	}
	.footerlogo {
		max-width: 100%;
	}
	.anlage h2 {
    display: block;
}
	.inneranlage td {
    display: block;
}
	.inneranlage table tbody td:nth-of-type(2) {
    text-align: left;
		padding-top: 10px;
}
	.anlage h2 {
		margin-top: 10px;
	}
	.inneranlage {
    margin: 0px 0 30px;
}
.obenanlage a {
	white-space: normal;
}
	.blatt .textbutton {
		float:unset!important;
		    width: 200px;
	}
	.blatt .textbutton:first-of-type {
		margin-right: 15px;
	}
	.headercountdowntext {
		display: block;
    	margin-bottom: 20px;
	}
	.headercountdown .h1:first-of-type {
		margin-left: 0px;
	}
	* {
		word-break: break-word;
	}
	.textbutton {
		    padding: 5px 17px;
			width: 100% !important;
    		text-align: center !important;
			margin-top: 15px !important;
	}
}


/* APPLE-DEVICE */
@supports (-webkit-touch-callout: none) {
	.blurnews.blur {
		 height: unset;
		 overflow: visible;
		 filter: none!important;
	}
	.meehr, .weissverlauf {
		display: none;
	}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
	.meehr, .weissverlauf {
		display: none;
	}
    }
}
@media not all and (min-resolution:.001dpcm) { 
    @media {
	.weissverlauf {
		display: none;
	}
    }
}


@keyframes opennav{
	100%  {  transform: rotate(45deg); }
}
@keyframes opennavv{
   100%  {  transform: rotate(-45deg); }
}
@keyframes closenav{
	0%  { transform: rotate(45deg); }
	100%  { transform: rotate(0deg); }
}
@keyframes closenavv{
	0%  { transform: rotate(-45deg); }
	100%  { transform: rotate(0deg); }
}


_::-webkit-full-page-media, _:future, :root .safari_only {
	.meehr, .weissverlauf {
		display: none;
	}
}