#preloader {
	display: none;
	}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container.navigationContainer {
		max-width: 100%;
		}
	}

.nav-icon-item.langmenu {
	display: none;
	}

@media only screen and (min-width: 992px) {
	.nav-icon-trigger.sidebar-menu_btn.align-middle {
		display: none;
		}
	}
		
@media only screen and (min-width: 481px) {
	.logo a img {
		max-width: 302px;
		}
	}

@media only screen and (max-width: 480px) {
	.logo a img {
		max-width: 250px;
		margin-top: -12px;
		}
	}

@media only screen and (max-width: 420px) {
	.logo a img {
		max-width: 210px;
		margin-top: -6px;
		}
	}

@media only screen and (max-width: 360px) {
	.logo a img {
		max-width: 160px;
		margin-top: -1px;
		}
	}

@media only screen and (max-width: 320px) {
	.logo a img {
		max-width: 130px;
		}
	}

header.header-transparent.header--sticky.fixed .header-nav {
    padding-top: 20px;
	}
	
.header .nav-menu > ul > li > a::after, .header.fixed .nav-menu > ul > li > a::after, .header.header-transparent.fixed .nav-menu > ul > li > a::after, .header.header-transparent.header--dark .nav-menu > ul > li > a::after, .header.header--dark.header-transparent .nav-menu > ul > li > a::after {	
    color: #888;
	}	
	
.header .nav-menu > ul > li > a, .header.fixed .nav-menu > ul > li > a, .header.header-transparent.fixed .nav-menu > ul > li > a, .header.header-transparent.header--dark .nav-menu > ul > li > a, .header.header--dark.header-transparent .nav-menu > ul > li > a, .header .nav-icons > *, .header.fixed .nav-icons > *, .header.header-transparent.fixed .nav-icons > *, .header.header-transparent.header--dark .nav-icons > *, .header.header--dark.header-transparent .nav-icons > * {
    color: #888;
	}
	
.footer {
    background-color: #0a8cc6;
	}
	
.footer .link a {
    color: #FFFFFF;
	}
	
.footer .footer-block h6 {
	display: none;
	}
	
.footer .ptb-60 {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.intro-block-startseite.inner-intro {
	height: 650px;
/*
height: 880px;	
*/
	max-height: 100%;
	padding-top: 0px;
	}
	
.intro-block-startseite.inner-intro.overlay-light .h1 {
    color: #222222;
    text-shadow: none;
	font-size: 40px;
	letter-spacing: 4px;	
	}
	
.intro-block-startseite.inner-intro.overlay-dark .h1 {
    color: #ffffff;
    text-shadow: none;
	font-size: 40px;
	letter-spacing: 4px;	
	padding-left: 25%;
	padding-right: 25%;
	}
	
.intro-block-startseite.inner-intro.overlay-light .h3, .intro-block-startseite.inner-intro.overlay-dark .h3 {
    color: #f49a00;
    text-shadow: none;
	font-size: 24px;
	letter-spacing: 2px;	
	text-transform: none
	}
	
.intro-block-startseite.inner-intro.overlay-light .h3::after, .intro-block-startseite.inner-intro.overlay-dark .h3::after {
	content: "";
	}

.inner-intro .container.headlinecontainer {
	height: 470px;
/*
height: 700px;
*/
}

@media only screen and (max-width: 767px) {
	.intro-block-startseite.inner-intro.bg-image {
		height: auto;
		background-repeat: repeat-y;
		}
	}

@media only screen and (min-width: 768px) {
	.kachelcontainer {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: -50px
		}
	}

.introInner {
	margin-right: 3px; 
	background-color: rgba(0,153,203,0.8);
	height: 230px;
	}
	
.introInner:hover {
	background-color: rgba(0,153,203,1);
	transition: background-color 1s;
	}
	
.eineKachel {
	background-color: rgba(0,153,203,0.75);
	}
		
/*
.eineKachel:hover {
	background-color: rgba(0,153,203,1);
	}
*/

.eineKachel .introInner {
	margin-right: 3px; 
	background-color: transparent;
	height: 230px;
	}
	
.eineKachel .introInner:hover {
	background-color: transparent;
	transition: background-color 1s;
	}

	
.introInnerLast {
	margin-right: 0px; 
	}

@media only screen and (max-width: 767px) {
	.introInner {
		margin-right: 0px; 
		height: auto;
		margin-bottom: 10px;
		}
	}
	
.introInner .introInnerHl {
	height: 160px;
	overflow: hidden;	
	}
	
.introInner .introInnerHl h3 {
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 3px;
	font-size: 20px;
	line-height: 124%;
	padding-top: 40px;
	text-transform: none;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	}
	
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
	.introInner .introInnerHl h3 {
		font-size: 16px;
		}
	}
	
@media only screen and (min-width: 1120px) and (max-width: 1349px) {
	.introInner .introInnerHl h3 {
		font-size: 12px;
		}
	}
	
@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.introInner .introInnerHl h3 {
		font-size: 12px;
		font-weight: normal;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		}
	}
@media only screen and (max-width: 767px) {
	.inner-intro .container.headlinecontainer {
		height: auto;
		}
	.intro-block-startseite.inner-intro.overlay-dark .h1 {
		padding-left: 25px;
		padding-right: 25px;
		}
	.introInner .introInnerHl {
		height: auto;
		overflow: auto;
		}
	.introInner .introInnerHl h3 {
		padding: 20px;
		}
	}
	
@media only screen and (max-width: 499px) {
	.intro-block-startseite.inner-intro.overlay-dark .h1 {
		font-size: 30px;
		padding-left: 25px;
		padding-right: 25px;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		}
	.intro-block-startseite.inner-intro.overlay-dark .h3 {
		font-size: 20px;
		padding-left: 25px;
		padding-right: 25px;
		line-height: 24px;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		}
	}


.introInner .introInnerHl h3::after {
	content: "";
	font-size: 10px;
	}
	
.introInner .introInnerIm {
	background-image: linear-gradient(to right, rgba(0,153,203,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(0,153,203,0) 100%);
	height: 70px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
	}
	
/*
.introInner:hover .introInnerIm {
    background-image: none;
	background-color: #ffffff;
	transition: all 1s;
	}
*/	
.newsteaser-block-startseite, .newsteaser-block-uebersicht {
	margin-top: 53px;
	}
	
.newsteaser-block-startseite .introInner,
.newsteaser-block-uebersicht .introInner {
	margin-right: 3px; 
	background-color: transparent;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
	

.newsteaser-block-startseite .introInner .ntWrapper,
.newsteaser-block-uebersicht .introInner .ntWrapper {
	display: block;
	vertical-align: middle;
	text-align: center;
	height: 230px;
	width: 100%;
	padding-top: 85px;
	}
	
.newsteaser-block-startseite .introInner:hover .ntWrapper,
.newsteaser-block-uebersicht .introInner:hover .ntWrapper {
	background-color: #252525;
	transition: background-color 1s;
	}
	
.newsteaser-block-startseite .introInner .introInnerLast,
.newsteaser-block-uebersicht .introInner .introInnerLast {
	margin-right: 0px; 
	}

.newsteaser-block-startseite .introInner h4,
.newsteaser-block-uebersicht .introInner h4 {
	color: #ffffff;
	text-transform: none;
	font-size: 20px;
	padding: 0px 20px;
	}	

@media only screen and (min-width: 1350px) and (max-width: 1599px) {
	.newsteaser-block-startseite .introInner h4,
	.newsteaser-block-uebersicht .introInner h4	{
		font-size: 16px;
		}
	}
	
@media only screen and (min-width: 1120px) and (max-width: 1349px) {
	.newsteaser-block-startseite .introInner h4 {
		font-size: 12px;
		}
	}
	
@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.newsteaser-block-startseite .introInner h4,
	.newsteaser-block-uebersicht .introInner h4 {
		font-size: 12px;
		font-weight: normal;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		}
	}
@media only screen and (max-width: 767px) {
	.newsteaser-block-startseite .introInner,
	.newsteaser-block-uebersicht .introInner {
		background-size: 100% auto;
		}
	.newsteaser-block-startseite .introInner h4,
	.newsteaser-block-uebersicht .introInner h4 {
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		}
	}
	
@media only screen and (max-width: 499px) {
	.newsteaser-block-startseite .introInner h4,
	.newsteaser-block-uebersicht .introInner h4 {
		font-size: 30px;
		padding-left: 25px;
		padding-right: 25px;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		}
	}

.welcomeBlock .h2 {
	letter-spacing: 6px;
	font-size: 30px;
	color: #717171;
	}

@media only screen and (max-width: 499px) {
	.welcomeBlock .h2 {
		font-size: 22px;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		}
	}
	
.welcomeBlock .h4 {
	text-transform: none;
	color: #f49a00;
	letter-spacing: 3px;
	font-size: 20px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;	
	hyphens: auto;
	}
	
.teaserblock4er {
    padding-bottom: 0px;
	}
	
.teaserblock4er .kachelcontainer {
    margin-top: 0px;
	}
	
.teaserblock4er .kachelcontainer .introInner {
	background: none;
	height: 400px;
	max-height: 400px;
	}
	
.teaserblock4er .kachelcontainer .introInner:hover {
	background: none;
	}

.teaserblock4er .kachelcontainer .introInner .introInnerTop {
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 3px;
	}

.teaserblock4er .kachelcontainer .introInner .introInnerTop img {
	width: 100%;
	height: auto;
	transition: transform 0.5s;
	}
	
.teaserblock4er .kachelcontainer .introInner:hover .introInnerTop img {
	transform: scale(1.2,1.2);
	transition: transform 0.5s;
	}
	
.teaserblock4er .kachelcontainer .introInner .introInnerBottom {
	height: 200px;
	max-height: 200px;
	overflow: hidden;
	color: #ffffff;
	padding: 20px;
	background-color: rgba(0,153,203,0.8);
	}

.teaserblock4er .kachelcontainer .introInner:hover .introInnerBottom {
	background-color: rgba(0,153,203,1);
	}

.teaserblock4er .kachelcontainer .introInner .introInnerBottom h2,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom h3,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom h4,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom h5,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom h6,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom .h2,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom .h3,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom .h4,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom .h5,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom .h6,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom p,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom a,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom li {
	color: #ffffff;
	}
	
	
.teaserblock4er .kachelcontainer .introInner .introInnerBottom h3,
.teaserblock4er .kachelcontainer .introInner .introInnerBottom .h3 {
	line-height: 28px;
	font-weight: bold;	
	min-height: 61px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	}

.teaserblock4er .kachelcontainer .introInner .introInnerBottom p {
	hyphens: auto;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	}

@media only screen and (min-width: 900px) and (max-width: 1299px) {
	.teaserblock4er .kachelcontainer .introInner {
		max-height: 445px;
		}

	.teaserblock4er .kachelcontainer .introInner .introInnerTop {
		height: auto;
		max-height: 200px;
		}

	.teaserblock4er .kachelcontainer .introInner .introInnerBottom h3,
	.teaserblock4er .kachelcontainer .introInner .introInnerBottom .h3 {
		font-size: 18px;
		}
	}
	
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
	.teaserblock4er .kachelcontainer .introInner .introInnerBottom {
		height: 245px;
		max-height: 245px;
		}
	}

@media only screen and (min-width: 900px) and (max-width: 999px) {
	.teaserblock4er .kachelcontainer .introInner .introInnerBottom {
		height: 280px;
		max-height: 280px;
		}
	}

@media only screen and (min-width: 768px) and (max-width: 899px) {
	.teaserblock4er .kachelcontainer .introInner {
		max-height: 400px;
		}

	.teaserblock4er .kachelcontainer .introInner .introInnerTop {
		height: auto;
		max-height: 200px;
		}

	.teaserblock4er .kachelcontainer .introInner .introInnerBottom {
		height: 340px;
		max-height: 340px;
		}

	.teaserblock4er .kachelcontainer .introInner .introInnerBottom h3,
	.teaserblock4er .kachelcontainer .introInner .introInnerBottom .h3 {
		font-size: 18px;
		}
	}

.teaserblock4er .kachelcontainer .row.afterkacheln {
	margin-top: 4rem;
	margin-left: 0px;
	margin-right: 0px;
	height: 30px;
	background-color: rgba(244,154,0,0.6);
	}

@media only screen and (max-width: 768px) {
	.teaserblock4er .kachelcontainer .row.afterkacheln {
		margin-left: -15px;
		margin-right: -15px;
		}
	}

.teaserblock4er .kachelcontainer .introInner .introInnerBottom h3::after {
	content: '';
	font-size: 6px;
	}

.orange {
	color: #f49a00;
	}
	
.bold {
	font-weight: bold;
	}
	
.fs20 {
	font-size: 20px;
	}
	
.orangeBg {
	background-color: #f49a00;
	}
	
.orangeBg h1,
.orangeBg h2,
.orangeBg h3,
.orangeBg h4,
.orangeBg h5,
.orangeBg h6,
.orangeBg .h1,
.orangeBg .h2,
.orangeBg .h3,
.orangeBg .h4,
.orangeBg .h5,
.orangeBg .h6 {
	color: #ffffff;
	}
	
.kontaktblock h3 {
	font-size: 30px;
	font-weight: bold;
	}

.kontaktblock h3::after {
	content: '';
	font-size: 6px;
	}

.teaser4 {
	position: relative;
	}
		
.teaser4 .col-md-3.nf-item.spacing-grid {
	padding-left: 2px;
	padding-right: 2px;
	}
	
.teaser4 .blog-post .post-media {
	margin-bottom: 4px;
	
	}
	
.teaser4 .post-content {
	background-color: #0b8cc6;
	background-color: rgba(0,153,203,0.8);
	transition: background-color 0.5s;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	}
	
	
@media only screen and (min-width: 1200px) {
	.teaser4 .post-content {
		height: 180px;
		max-height: 180px;
		}
	}
	
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.teaser4 .post-content {
		height: 200px;
		max-height: 200px;
		}
	}
	
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.teaser4 .post-content {
		height: 210px;
		max-height: 210px;
		}
	}
	
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.teaser4 .post-content {
		height: 210px;
		max-height: 210px;
		}
	}
	
@media only screen and (max-width: 575px) {
	.teaser4 .blog-post {
		display: block;
		width: 100%;
		}

	.teaser4 .blog-post .post-media img {
		width: 100%;
		height: auto;
		}
	}
	
	
.teaser4 .post-header h5, .teaser4 .post-header h5 a {
	color: #ffffff;
	font-size: 20px;
	line-height: 140%;
	}
	
.teaser4 .post-entry p, .teaser4 .post-entry p a {
	color: #ffffff;
	}

.teaser4 .post-entry p a:hover, .teaser4 .post-entry p a:focus {
	color: #ffffff;
	border-bottom: 1px solid #f49b01;
	}
	
.teaser4 .post-entry p a::after {
	content: '»';
	color: #f49b01;
	margin-left: 5px;
	font-size: 22px;
	}

.teaser4 .footerline, .trennerbild .footerline {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255,155,1,0.5);
	width: 100%;
	height: 40px;
	}
	
.hlblock h3::after {
    content: '';
    font-size: 6px;
}

.hlblock h3 {
    font-size: 30px;
    font-weight: bold;
	margin-bottom: 0px;
	}
	
.teaser6er {
	background-color: #f0f0f0;
	border-top: 3px solid #ffffff;
	}
	
.teaser6er .innerCol {
	border-left: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	padding: 20px 30px;
	}
	
.teaser6er .innerCol .innerContent {	
	border-left: 5px solid #0b8cc5;
	padding: 0px 10px;
	min-height: 100px;
	}
	
.teaser6er .innerCol .innerContent a {	
	font-size: 16px;
	}
	
	
.trennerbild {
	position: relative;
	min-height: 450px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
	
	
	
	
	
.stickerright {
	position: fixed;
	right: 0px;
	top: 20%;
	z-index: 1000;
	width: 200px;
	}
	
.stickerright .mitglied01 {
	background-color: #f49a00;
	border-radius: 15px 0px 0px 15px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: right;
	}
	
.stickerright .mitglied02 {
	background-color: #f49a00;
	border-radius: 15px 0px 0px 15px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	}
	
.stickerright .mitglied02 a {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	}
	
.stickerright .mitglied02 a:hover {
	border-bottom: 1px solid #ffffff;
	}

.mitglied01left	{
	width: 75%;
	text-align: center;
	font-weight: bold;
/*
float: left;
*/
	display: table-cell;
	background-color: #f49a00;
	border-radius: 15px 0px 0px 15px;
	height: 80px;
	text-align: center;
	padding: 20px;
	vertical-align: middle;
	}
	
.mitglied01left	a {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	}
	
.mitglied01left	a:hover {
	border-bottom: 1px solid #ffffff;
	}
	

	
.mitglied01right	{
	width: 25%;
	text-align: center;
	font-weight: bold;
	padding: 20px 10px;
/*
float: left;
*/
	display: table-cell;
	background-color: #ffffff;
	height: 100px;
	font-size: 50px;
	color: #1b8ed3;
	vertical-align: middle;
	}
	
.stickerright .mitglied01right .ion-ios-arrow-forward::before {
	font-size: 50px;
	}

.inner-intro h1 {
/*
	letter-spacing: 10px;
*/
	letter-spacing: 2px;
    line-height: 100%;
	}
	

.teaser4 .blog-post .post-media {
	}
	
.teaser4 .blog-post:hover .post-media {
	}
	

.teaser4 .blog-post .post-media img {
    transition: transform 0.5s;
	}


.teaser4 .blog-post:hover .post-media img {
	transform: scale(1.2,1.2);
	transition: transform 0.5s;
	}
	
.teaser4 .blog-post:hover .post-content {
	background-color: rgba(0,153,203,1);
	transition: background-color 0.5s;
	}
	
	
	
	
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
.noPtb {
	padding-top: 0px;
	padding-bottom: 0px;
	}


.header.header-transparent {
    background-color: rgba(255,255,255,0.9);
	}
	

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.eineKachel .col-md-6 {
		max-width: 80%;
		flex: 0 0 80%;
		}
	.eineKachel .offset-md-3 {
		margin-left: 10%;
		}
	.eineKachel .introInner .introInnerHl h3 {
		font-size: 2.5em;	
		}
	}
	
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.eineKachel .col-md-6 {
		max-width: 80%;
		flex: 0 0 80%;
		}
	.eineKachel .offset-md-3 {
		margin-left: 10%;
		}
	.eineKachel .introInner .introInnerHl h3 {
		font-size: 2.5em;	
		}
	}

@media only screen and (max-width: 575px) {
	.eineKachel .introInner {
		height: auto;
		}
	.eineKachel .introInner .introInnerIm, .eineKachel .introInner .introInnerHl {
		height: auto;
		float: none;
		width: 100%;
		}
	.eineKachel .introInner .introInnerHl {
		padding-top: 20px;
		}
	.eineKachel .introInner .introInnerHl h3 {
		font-size: 2em;	
		}
	}

.page-breadcrumb {
  background: transparent;
  color: #fff!important;
  
}

.page-breadcrumb a, .page-breadcrumb span {color:#fff;}
	
.header.header-transparent .nav-menu > ul > li > a, .header.header-transparent .nav-icons > * {color:#888;}



.sub-dropdown-icon::before {
    line-height: 170%;
	}


.nav-dropdown ul li.active {
	background-color: #000000;
	}
	
.nav-dropdown ul li.active a {
	color: #ffffff;
	}
	
.header.header-transparent.header--sticky .nav-menu > ul.menuLevel1 > li > a::after, .header.header-transparent.header--sticky .nav-menu > ul.menuLevel1 > li:hover > a::after {
    color: rgba(39,49,62,0.50);
    color: rgba(0,0,0,0.50);
}

.header.header-transparent.header--sticky .nav-menu > ul.menuLevel1 > li:hover > a, .header.header-transparent.header--sticky .nav-icons > :hover {
    color: rgba(39,49,62,0.50);
    color: rgba(0,0,0,0.50);
}

h4.newsLatest {
hyphens: auto;
hyphenate-limit-chars: auto 3;
hyphenate-limit-lines: 3;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 3;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 3;
}

.newsteaser-block-startseite .introInner,
.newsteaser-block-uebersicht .introInner {
    background-size: cover;
}

div.blog-post-news {
  width: 100%;
  column-count: 1;
  column-gap: 1.2em;
}

@media only screen and (max-width: 991px) {
	div.blog-post-news {
		width: 100%;
		column-count: 1;
		column-gap: 0;
		}
	}

div.blog-post-news p:first-child {
	font-weight: bold;
	}

.overlay-dark::before {
    background-color: rgba(0,0,0,0.0);
}

.kachelcontainer {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 100px;
}

.newsteaser-block-startseite,
.newsteaser-block-uebersicht {
    margin-top: -96px;
}

.intro-block-startseite.inner-intro {
  height:800px;
}

.newsteaser-block-startseite .introInner .ntWrapper,
.newsteaser-block-uebersicht .introInner .ntWrapper {
  background-color:rgba(7,33,44,0.65);
}

/*
.intro-block-startseite.inner-intro.overlay-dark .h1 {
    text-shadow: 2px 2px 2px #222;
}*/

.newsteaser-block-startseite .introInner:hover .ntWrapper,
.newsteaser-block-uebersicht .introInner:hover .ntWrapper {
  background-color:rgba(7,33,44,1);
}

.articlepages {height:540px!important;}

html > body > div.wrapper > section.osmap > dis.osmap > iframe > html > body {margin:0px!important;}

.overlay-light .page-breadcrumb {
	color: #555555 !important;
	}	
	
.overlay-light .page-breadcrumb a, .overlay-light .page-breadcrumb span {
	color: #555555;
	}	
	
.overlay-light .page-breadcrumb a:hover {
	color: #f49a00;
	}
	

.frame-space-before-extra-large.ptb {
	padding-top: 110px;
	}
	
.frame-space-before-large.ptb {
	padding-top: 70px;
	}
	
.frame-space-before-medium.ptb {
	padding-top: 40px;
	}
	
.frame-space-before-small.ptb {
	padding-top: 20px;
	}
	
.frame-space-before-extra-small.ptb {
	padding-top: 0px;
	}
	
.frame-space-after-extra-large.ptb {
	padding-bottom: 110px;
	}
	
.frame-space-after-large.ptb {
	padding-bottom: 70px;
	}
	
.frame-space-after-medium.ptb {
	padding-bottom: 40px;
	}
	
.frame-space-after-small.ptb {
	padding-bottom: 20px;
	}
	
.frame-space-after-extra-small.ptb {
	padding-bottom: 0px;
	}


.referenzenBlock.frame-space-before-extra-large.ptb {
	margin-top: 0;
	}

.referenzenBlock.frame-space-before-large.ptb {
	margin-top: 0;
	}

.referenzenBlock.frame-space-before-medium.ptb {
	margin-top: 0;
	}

.referenzenBlock.frame-space-before-small.ptb {
	margin-top: 0;
	}

.referenzenBlock.frame-space-before-extra-small.ptb {
	margin-top: 0;
	}

.referenzenBlock.frame-space-after-extra-large.ptb {
	margin-bottom: 0;
	}

.referenzenBlock.frame-space-after-large.ptb {
	margin-bottom: 0;
	}

.referenzenBlock.frame-space-after-medium.ptb {
	margin-bottom: 0;
	}

.referenzenBlock.frame-space-after-small.ptb {
	margin-bottom: 0;
	}

.referenzenBlock.frame-space-after-extra-small.ptb {
	margin-bottom: 0;
	}

	
/*
Anpassung Bezirksgruppen Headerblock Blau
}*/

#c444.articlepages {
    height: 460px !important;
}

.download-item {
    font-size: 18px!important;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding-top:15px;
}

.download-item > i {
    font-size:22px;
    color:#f49a00;
    margin-right:5px;
}

/*News Artikel li */

.blog-post-news > ul > li {
  line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 10px 0;
/*
    color: #888;
*/
    color: #000000;
    letter-spacing: 1px;
}

/* Artikel Listenformate */
::marker {
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0 10px 0;
	color: #888;
 	letter-spacing: 1px;
}

.Default {
  	line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #888;
    letter-spacing: 1px;
}

ol li {
  line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #888;
    letter-spacing: 1px;
}

.introInnerHl h3 {
  word-wrap: break-word;
hyphens: auto;
}

.logoRow .logoCol {
	text-align: center;	
	}

.logoRow .logoCol a {
	width: 100%;
	display: inline-block;	
	}

.page-icon-top-grey {
	-webkit-filter: grayscale(0);
    filter: grayscale(0); 
	}

.page-icon-top-grey:hover {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	}

.text-center {
	text-align: center;
	}

.nav-menu > ul > li > a, .header.no-stick.fixed .nav-menu > ul > li > a, .header.fixed.no-stick .nav-menu > ul > li > a {
    padding: 36px 10px;
  	letter-spacing: -0.01em; 

}

p {
    line-height: 22px; /* vorher 20px */
    font-size: 15px; /* vorher 14px */
    color: #000; /* vorher grau */
}

/*
body {
    font-size: 15px;   vorher 13px 
}
*/

body {
    font-size: 13px; 
}

.accordion-section {
    background-color: #f1f1f1;
}

.accordion-title {
    padding: 15px 20px;
}


.frame-space-after-extra-small {
    margin-bottom: 0.6em;
}

.frame-space-before-extra-small {
    margin-top: 0.6em;
}

@media all and (max-width: 1199px) {
	.newsteaser-block-startseite .kachelcontainer .col-md-4 .news-img-wrap img,
	.newsteaser-block-uebersicht .kachelcontainer .col-md-4 .news-img-wrap img	{
		font-size: 11px;
		padding: 36px 2px;
		}
	}

@media all and (max-width: 991px) {
	.newsteaser-block-startseite .kachelcontainer .col-md-4 .news-img-wrap img,
	.newsteaser-block-uebersicht .kachelcontainer .col-md-4 .news-img-wrap img {
		max-width: 210px
		}
	}

@media all and (max-width: 767px) {
	.newsteaser-block-startseite .kachelcontainer .col-md-4 .news-img-wrap img,
	.newsteaser-block-uebersicht .kachelcontainer .col-md-4 .news-img-wrap img {
		max-width: 315px
		}
	}
	

@media all and (min-width: 992px) and (max-width: 1199px) {
	.nav-menu > ul > li > a {
		font-size: 11px;
		padding-left: 2px;
		padding-right: 2px;
		}
	.nav-icons .nav-icon-item {
		padding-left: 1px;
		padding-right: 1px;
		}
	}

.owl-carousel.content-slider .owl-item h3 {
  	font-size: 24px;
	}

.owl-carousel.content-slider .owl-item p {
  	font-size: 16px;
	}

.newsteaser-block-startseite .kachelcontainer a,
.newsteaser-block-uebersicht .kachelcontainer a {
    font-size: 16px;
    }

.newsteaser-block-startseite .kachelcontainer p,
.newsteaser-block-uebersicht .kachelcontainer p {
    font-size: 14px;
    }
	
section.ttaddress_listview h2 {
	font-size:30px; 
	letter-spacing: 2px; 
	line-height: 38px; 
/*
	font-weight: 400;
	margin-bottom:0px; 
	padding-top: 10px; 
*/
	font-weight:500; 
	color:#004563;
	}

/*

.nav-menu > ul > li > a, .header.no-stick.fixed .nav-menu > ul > li > a, .header.fixed.no-stick .nav-menu > ul > li > a {
    padding: 36px 11px;
    font-size: 11px;
}
*/

.ldbstickerright {
	top: 56px;
	z-index: 10002;
	width: 110px;
	}
	
.stickerright.ldbstickerright .mitglied02 {
    padding: 5px;
	}
	
.stickerright.ldbstickerright .mitglied02 a {
    font-size: 14px;
	}
	
@media all and (max-width: 991px) {
	.ldbstickerright {
		display: none;
		}	

	.stickerright {
		width: 120px;
		}

	.mitglied01left {
		width: 100%;
		padding: 10px;
		}

	.mitglied01right {
		display: none;
		}
				
	.mitglied01left a {
		font-size: 16px;
		}
		
	.stickerright .mitglied02 {
		padding: 5px;
		}
		
	.stickerright .mitglied02 a {
		font-size: 14px;
		}

	}

.referenzenBlock h2 {
	color: #f49a00;
	font-size: 24px;
	}
	
.mb-40 {
	margin-bottom: 40px;
	}

/*Responsive Anpassungen LD*/

@media screen and (max-width: 768px){
  .intro-block-startseite .row.title {
    padding-bottom: 0;
    padding-top: 125px !important;
  }
  
  .trennerbild {
    background-size: cover;
  }
  
  .newsteaser-block-startseite,
	.newsteaser-block-uebersicht  {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .news-single .float-left, .news-single .float-right {
    width: 50% !important;
    font-size: 14px !important;
    line-height: 22px !important;
    
  }
  
  .kontaktblock h3 {
    font-size: 14px;
    line-height: 27px;
  }
  
  .introInnerHl {
    padding-top: 0 !important;
  }
  
  .introInnerH1 h3 {
    font-size: 16px !important;
  }
  
  section:not(#preloader):not(.teaser6er) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  section:not(.newsteaser-block-startseite) .kachelcontainer,
  section:not(.newsteaser-block-uebersicht) .kachelcontainer  {
    margin-top: 0 !important;
  }
  
  .welcomeBlock .h2 {
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 26px;
  }
  
  .welcomeBlock .h4 {
    letter-spacing: 1px;
    font-size: 17px;
  }
  
  section.ttaddress_listview h2 {
    font-size: 24px !important;
  }
  
  .hlblock h3 {
    font-size: 18px;
  }
  
  .newsteaser-block-startseite .introInner h4,
  .newsteaser-block-uebersicht .introInner h4  {
    font-size: 18px;
    overflow-wrap: break-word;
  }
  
  
  /*hier noch ne saubere lösung finden*/
  .ptb-sm-80 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  h1 {
    font-size: 24px !important;
  }
  
  .introInnerHl h3 {
    text-align: center !important;
  }
  
  .owl-carousel.content-slider .owl-item h3 {
     font-size: 18px !important;
  }
  
  .news-single .col-md-12 {
    padding-bottom: 0 !important;
  }
  
  .container > .row.pb-30 > .col-md-4 > a > img {
    float: left !important;
  }
  
  .downloadlist-item {
  font-size: 15px!important;
  }
  

  
}

@media screen and (min-width: 750px) and (max-width: 1100px) {
    .newsteaser-block-startseite .introInner h4,
	.newsteaser-block-uebersicht .introInner h4	{
    line-height: 18px;
  }
  
  .teaser6er .innerCol .innerContent a {
    font-size: 13px;
    word-break: break-word;
    hyphens: auto;
  }
  
  .downloadlist-item {
  font-size: 16px!important;
  }
  
  
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaserblock4er .kachelcontainer .introInner .introInnerBottom {
    max-height: 250px;
  }
  
  .intro-block-startseite .kachelcontainer {
	margin-top: -130px !important;
}
  
  .newsteaser-block-startseite .introInner h4,
  .newsteaser-block-uebersicht .introInner h4  {
    font-size: 15px;
  }
  
  .introInner .introInnerHl h3 {
    font-size: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-dropdown-sub > .nav-menu-item > .nav-dropdown-sub {
    width: 400px;
  }
}

.mb-20 {
	margin-bottom: 20px;
	}

.downloadlist-item {
  font-size: 18px!important;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding-top:15px;
  margin: 15px 0;
}

.passwortLink a, .passwortLink button {
	display: inline-block;
	color: #ffffff;
	background-color: #f49a00;
	text-align: center;
	font-weight: bold;
	padding: 20px 40px;
	margin-top: 30px;
	font-size: 14px;
	}
	
.passwortLink a:hover, .passwortLink button:hover {
	background-color: #986000;
	text-decoration: underline;
	}
	
.news-single p a, .news-single ul li a {
	color: #0b8cc5;
	text-decoration: underline;
	}
	
	
#initHeaderPanel {
	display: block;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #ffffff;
	height: 90px;
	z-index: 10010;
	opacity: 0;
	}
	
.stickerright .mitglied01.mitglied01karriere {
	margin-top: 10px;
	background-color: #1b8ed3;
	}
	
.stickerright .mitglied01.mitglied01karriere .mitglied01left {
	background-color: #1b8ed3;
	}
	
.frame-type-header.frame-layout-0 header h1 {
	font-size:30px; 
	letter-spacing: 2px; 
	line-height: 38px; 
	margin-bottom:0px; 
	padding-top: 10px; 
	font-weight:500; 
	color:#004563;
	}
	
.cookie-consent-container .buttons .btn--primary {
	background: #f49a00 !important;
	border: 2px solid #f49a00 !important;
	}
	
.cookie-consent-container .consent-modal .options {
	margin: 0 0 0 0 !important;	
	}
	
.cookie-consent-container .label input:checked ~ .checkmark {
	background-color: #f49a00 !important;
	}
	
.pwHint {
	font-weight: normal;
	color: #ff0000;
	}
	
.row.newsHeadlineRow {
	padding-bottom: 15px;
	}
	
.row.newsHeadlineRow .newsTeaser {
	font-weight: 500; 
	color:#f49a00; 
	line-height: 38px; 
	font-size:30px; 
	text-transform: uppercase;
	}
	
	
	
	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

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

.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}
.ce-intext.ce-left .ce-gallery {
  margin-bottom: 30px;
}

.ce-row {
  margin-bottom: 20px;
}

.ce-gallery figcaption.image-caption {
	line-height: 18px;
	margin-top: 10px;
}




.frame-type-textmedia .ce-textpic .ce-outer {
	float: unset;
	right: unset;
	}
	
.frame-type-textmedia .ce-textpic .ce-outer .ce-inner {
	float: unset;
	right: unset;
	}
	
.frame-type-textmedia .ce-textpic .ce-outer .ce-inner .ce-column {
	float: unset;
	}
	
.frame-type-textmedia .ce-textpic .ce-outer .ce-inner .ce-column .mejs-container {
	width: 100% !important;
	height: auto !important;
	}

.frame-type-textmedia .ce-textpic .ce-outer .ce-inner .ce-column .mejs-container video.video-embed-item {
	max-width: 100%;
	height: auto;	
	border: 1px solid #dddddd;
	}
	
	
.stickerleft {
	position: fixed;
	left: 0px;
	top: 20%;
	z-index: 1000;
	width: 200px;
	}
	
.stickerleft .bvn .bvnleft {
	display: table-cell;
	width: 25%;
	text-align: center;
	background-color: #1b8ed3;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 10px;
	height: 120px;
	font-size: 50px;
	vertical-align: middle;	
	}

.stickerleft .bvn .bvnleft a {
	color: #ffffff;
	}
	
.stickerleft .bvn .bvnright {
	display: table-cell;
	width: 75%;
	text-align: center;
	background-color: #ffffff;
	border-radius:  0px 15px 15px 0px;
	height: 120px;
	vertical-align: middle;
	padding: 15px 15px 15px 10px;
	}

@media screen and (max-width: 991px) {
	.stickerleft {
		display: none;
		}
	}


.bvn01 {
	display: none;
	}
	
@media screen and (max-width: 991px) {
	.bvn01 {
		width: 100%;
		display: block;
		padding: 0px;
		margin: 0px;
		}
	.bvn01left {
		width: 100%;
		background-color: #ffffff;
		text-align: right;
		display: table-cell;
		vertical-align: middle;
		border-radius: 15px 0px 0px 15px;
		padding: 10px 10px 10px 10px;
		}
	.bvn01left img {
		width: 95%;
		}
	.bvn01right {
		display: none;
		}
	}
	
.bvn01pt {
	margin-top: 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
section.pdfsectionClass {
	padding-top: 10px; 
	background-color: #0a8cc6;
	border-bottom: 2px solid #f49a00;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*
PDF
*/	
	
	
	
@media print {

	
.displaynone {
	display: none !important;
	}

.nopadding {
	padding: 0px !important;
	}
	
.nomargin {
	margin: 0px !important;
	}

section#preloader {
	display: none;
	}
	
div.sidebar-menu {
	display: none;
	}
	
header.header {
	max-height: 105px;
	overflow: hidden;
	}
	
header.header.header-transparent {
	background-color: #ffffff;
	}
	
header.header.header-transparent {
	position: static;
	background-color: #ffffff;
}	

header.header .logo a img.logo-light {
	display: none;
	}
	
header.header .logo a img {
	position: static;
	height: 85px;
	max-height: 85px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	}

header.header .logo a {
	width: auto;
	}

header.header div.nav-menu, header.header div.nav-icons {
	display: none;
	}

footer.footer {
	display: none;
	}

section.intro-block-startseite {
	display: none;
	background-image: none !important;
	}

section.intro-block-startseite.inner-intro {
	max-height: 150px;
	padding: 0px;
	}
section.intro-block-startseite.inner-intro .kachelcontainer {
	margin-top: 0px;
	}
	
section.intro-block-startseite.inner-intro.articlepages {
	height: auto !important;
	}
	
section.intro-block-startseite .headlinecontainer {
	display: none;
	}
	
section.intro-block-startseite .kachelcontainer .eineKachel,
section.intro-block-startseite .kachelcontainer .eineKachel .page-breadcrumb,
section.intro-block-startseite .kachelcontainer .eineKachel .page-breadcrumb span {
	background-color: #ffffff !important;
	color: #444444 !important;
	}

section.intro-block-startseite .kachelcontainer .eineKachel .introInner {
	height: auto;
	padding-top: 30px;
	}
	
section.intro-block-startseite .kachelcontainer .eineKachel .introInner .introInnerHl {
	height: 150px;
	}

section.intro-block-startseite .kachelcontainer .eineKachel .page-breadcrumb a,
section.intro-block-startseite .kachelcontainer .eineKachel .introInner .introInnerHl h3 {
	color: #444444 !important;
	}

section.hlblock, section.teaser6er, section.trennerbild, section.web2pdf_pi1 {
	display: none;
	}

div.stickerleft, div.stickerright, a.scroll-top {
	display: none;
	}

div#initHeaderPanel, div#cookie-consent  {
	display: none;
	}

div.page-navigation	{
	display: none;	
	}
	
section.pdfsectionClass {
	display: none !important;
	}
	
section.newsDetailsNavi {
	display: none;
	}
	
section.pt-60 {
	padding-top: 0px;
	}
	
img.logo-light {
	max-height: 1px;
	overflow: hidden;
	}
	
section.newsteaser-block-startseite, section.teaserblock4er {
	display: none;
	}

section.kontaktblock {
	background-color: #ffffff;
	}
	
section.kontaktblock.ptb {
	padding-top: 30px;
	padding-bottom: 20px;	
	}
	
section.kontaktblock.orangeBg h3 {
	color: #333333;
	}

section.osmap {
	display: none;
	}
	
section.osmap + div.spacer-30 {
	display: none;
	}
	
hr {
	border: none;
	}
	
section.contentSlider {
	display: none;
	}
	
.owl-item .item .container .row .col-md-6 {
	display: none;
	}	
	
.owl-item .item .container .row .col-md-5, .owl-item .item .container .row .col-md-5.offset-md-1 {
	display: block;
	width: 100%;
	}	

.tx-ttaddress .tt_address_list .row {
	display: block;
	}

.tx-ttaddress .tt_address_list .row .team-item-img {
	display: none;
	}
	
section p a, section p a:hover {
	text-decoration: none;
	color: #000000;
	cursor: none;
	}
	
/*
#c2187 .tx-ttaddress .tt_address_list .row {
	display: block;
	}
	
#c2187 .tx-ttaddress .tt_address_list .row .team-item-img {
	display: none;
	width: 200px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	}
	
#c2187 .tx-ttaddress .tt_address_list .row .team-item-img .img-thumbnail {
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: none;
	border-radius: 0.25rem;
	max-width: 100%;
	width: 200px;
	height: auto;
	}
	
#c2187 .tx-ttaddress .tt_address_list .row .team-item-detail {
	display: none;
	}

#c2187 .tx-ttaddress .tt_address_list .row .col-md-4.col-sm-6 {
	max-height: 435px;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
#c2187 .tx-ttaddress .tt_address_list .row .col-md-4.col-sm-6 .team-item {
	max-height: 435px;
	margin: 0px;
	padding: 0px;
	}

#c2187 .tx-ttaddress .tt_address_list .row .col-md-4.col-sm-6 .team-item .vcard {
	max-height: 435px;
	margin: 0px;
	padding: 0px;
	}
	
#c2187 .tx-ttaddress .tt_address_list .row .col-md-4.col-sm-6 .team-item .vcard .team-item-info {
	margin: 0px;
	padding: 0px;
	page-break-before: avoid;
	break-before: avoid;
	}
	
#c2187 .tx-ttaddress .tt_address_list .row .col-md-4.col-sm-6.mb-30 {
	margin-bottom: 10px;
	}


#c2187 .tx-ttaddress .tt_address_list .row .team-item .team-item-img img {
	}
	
#c2187 .tx-ttaddress .tt_address_list .row .team-item .vcard {
	width: 100%;
	text-align: center;
	}
*/
	
.referenzenBlock .logoRow .col-md-4 .logoCol {
	width: 50%;
	float: left;
	}

.newsteaser-block-uebersicht .kachelcontainer .news-img-wrap a img {
	width: 200px;
	max-width: 200px;
	height: auto;
	}
	
.frame-type-textpic .ce-textpic.ce-left div.ce-gallery {
	float: none;
	display: block;
	position: static;
	width: 100%;
	margin-top: 0px;
	}
	
.frame-space-before-extra-small {
	margin-top: 0px;
	}

.frame-space-after-extra-small {
	margin-bottom: 0px;
	}
	
section.teaser4 {
	background-image: none !important;
	}
	
section.teaser4.ptb {
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
section.teaser4 .blog-post .post-media {
	display: none;
	}

}

.stickerright .mitglied02.pdfbtn {
	margin-top: 10px;
	}

.stickerright .mitglied02.pdfbtn a {
	font-size: 15px;
	}	