@charset "UTF-8";
/* CSS Document */

body{
font-size:18px;
text-rendering:optimizelegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family:'Lato', sans-serif;
font-weight:400;
background-color:#fff;
color:#252525;
}

a {
	cursor: pointer;
}
.zentriert {
	text-align: center;
}
.space-top-bottom-20 {
	margin-top:20px;
	margin-bottom:20px;
}
.space-bottom-20 {
	margin-bottom:20px;
}

.xschatten img{
	 -moz-box-shadow: 0px 0px 15px 0 rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0px 0px 15px 0 rgba(204, 204, 204, 0.6);
	box-shadow: 0px 0px 15px 0 rgba(204, 204, 204, 0.6);
}

.show-on-desktop-576,
.show-on-desktop-768,
.show-on-desktop-992{
	display:none;
}

@media (min-width: 576px) {
.show-on-desktop-576{
	display:block;
}
}
@media (min-width: 768px) {
.show-on-desktop-768{
	display:block;
}
}
@media (min-width: 992px) {
.show-on-desktop-992{
	display:block;
}
}

/* Für Elemente mit Hintergrund über die volle Breite und Inhalt zentriert */
/* hierfür wurde der neue Wrapper "innerbox" eingesetzt*/
  
.innerbox,
.ui-accordion-content div:first-child{
margin: 0 auto;
display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
width:100%;
}

/* weiterer neuer Wrapper fuer extra Fullscreen-Bildhintergründe im Artikel*/
.extra-wrapper {
	width:100%;
}

/*mind. sm*/
@media (min-width: 576px) {
  .innerbox {
    max-width: 540px;
  }
}

/*mind. md*/
@media (min-width: 768px) {
  .innerbox {
    max-width: 720px;
  }
}

/*mind. lg*/
@media (min-width: 992px) {
  .innerbox {
    max-width: 960px;
  }
}
/*mind. xl*/
@media (min-width: 1200px) {
	.innerbox {
    	max-width: 1140px;
	}
}






/* Für Elemente, deren Inhalte nicht geboxt sein sollen sondern die über die ganze Breite gehen sollen */
/* die row muss die klasse "row-full" erhalten*/

.row-full .innerbox{
width:inherit;
	max-width:inherit;
}
.row.row-full {
	display:block;

}



p {
	margin: 17px 0;
}
#container {
	font-size:1.15rem;
	line-height:150%;
	
	}
#footer {
	
	
	}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	font-family:'Cabin Sketch', sans-serif;
	font-weight:700;
	color:#000;
	line-height:110%;
	}

h1 {
	font-size: 2.2rem;
	margin-top: 30px;
    margin-bottom: 15px;
}

h2 {
	font-size: 2.2rem;
    margin-top: 30px;
    margin-bottom: 6px;
	}
h3 {
	font-size: 1.8rem;
    margin-bottom: 6px;
	}
h4 {
	font-size: 1.1rem;
    margin-bottom: 12px;
	}
h5 {
	font-size: 1.0rem;
    margin-bottom: 12px;
	}
h6 {
	font-size: 1.0rem;
    margin-bottom: 12px;
	}

@media (min-width: 768px) {
	h1,h2,h3,h4,h5,h6 {
	line-height:115%;
	}
	h1 {
	font-size: 2.6rem;
	margin-top: 30px;
    margin-bottom: 15px;
	}
	h2 {
	font-size: 2.6rem;
    margin-top: 30px;
    margin-bottom: 6px;
	}
	h3 {
	font-size: 2.0rem;
    margin-bottom: 6px;
	}
}


@media (min-width: 992px) {
	h1,h2,h3,h4,h5,h6 {
	line-height:130%;
	}
	h1 {
	font-size: 3.2rem;
	margin-top: 30px;
    margin-bottom: 15px;
	}
	h2 {
	font-size: 3.2rem;
    margin-top: 30px;
    margin-bottom: 6px;
	}
	h3 {
	font-size: 2.4rem;
    margin-bottom: 6px;
	}
}



a {
	color:#ccc;
	}

.bg-rot a {
	color:#fff;
}

.do-not-flex {display:block;}


/* HEADER ------------- */

.headerbild-article .innerbox {
	position:relative;
}

.headerbild,
.headerbild img {
	width:100%;
}

.headerbild figure {
	line-height:0;
}

.headerbild {
	max-height:900px;
	/*max-height:40vw;
	min-height:900px;*/
}
.headerinnerboxed {
	position: absolute;
	    width: calc(100% - 15px);
}

@media (min-width: 576px) {
	.headerinnerboxed {
    	width: 540px;
    	left: calc(50% - 270px);
	}
}
@media (min-width: 768px) {
	.headerinnerboxed {
    	width: 720px;
    	left: calc(50% - 360px);
	}
}
@media (min-width: 992px) {
	.headerinnerboxed {
   		width: 960px;
    	left: calc(50% - 480px);
	}
}
@media (min-width: 1200px) {
	.headerinnerboxed {
    	width: 1140px;
    	left: calc(50% - 570px);
	}
}

.headerstoerer {
	max-height:640px;
	 height: calc(100% - 15px);
}
.headerclaim {
	height:300px;
	display:none;
}
.parodist .headerclaim {
	height:400px;
}
.referenzen .headerclaim {
	height:400px;
}
.backstage .headerclaim {
	height:400px;
}
.kontakt .headerclaim {
	height:400px;
}
.headerstoerer img {
	position:absolute;
	right:0;
	bottom:0;
	width:75px;
	height:75px;
}

@media (min-width: 350px) {
	.headerstoerer img {
	width:100px;
	height:100px;
	}
}

@media (min-width: 576px) {
	.headerstoerer {
		height:90%;
	}
	.headerclaim {
	display:block;
	}
	.headerstoerer img {
		width:130px;
		height:130px;
	}
}
@media (min-width: 767px) {
	.headerstoerer {
		height:90%;
	}
	
	.headerstoerer img {
		width:186px;
		height:186px;
	}
}
.headerclaim img {
	position: absolute;
    right: 23px;
    top: 12%;
    bottom: inherit;
    width: 30%;
}

@media (min-width: 992px) {
	.headerstoerer {
		height:90%;
	}
}
@media (min-width: 992px) {
.headerclaim img {
	position:absolute;
	right:0;
	bottom:5%;
	top:inherit;
	width:inherit;
	height:inherit;
}
	.referenzen .headerclaim {
	height:300px;
}
}

@media (min-width: 1200px) {
	.referenzen .headerclaim {
	height:400px;
}
		.home .headerclaim {
	height:350px;
}
			.kontakt .headerclaim {
	height:500px;
}
}


/* Desktop-Navigation ------------- */

.wrapper-desktop-navigation {
	display:none;
}
@media (min-width: 992px) {
	.wrapper-desktop-navigation {
	display:flex;
}
}
.wrapper-desktop-navigation {
	
}



.desktop-navigation {
	margin-top:300px;
	position: absolute;
    z-index: 10;
	font-size:1.4em;
	font-family:'Cabin Sketch', sans-serif;
	font-weight:700;
}

.desktop-navigation li a,
.desktop-navigation li a:hover{
}

.desktop-navigation li a {
	text-decoration:none;
	color:#ccc;
}
.desktop-navigation .rot.active {
	color:#ff576c;
}
.desktop-navigation .blau.active {
	color:#3e71b2;
}
.desktop-navigation .rot:hover {
	color:#ff576c;
}
.desktop-navigation .blau:hover {
	color:#3e71b2;
}
.desktop-navigation li a,
.desktop-navigation li strong{
	display:inline-block;
	padding:10px 16px 6px;
	background-image: url("../images/layout/hintergruende/bg-desktop-navigation.jpg");
	background-repeat: no-repeat;
	margin-bottom:15px;
}

.desktop-navigation li.home a,
.desktop-navigation li.home strong {
	    background-position: -24px -89px;
}
.desktop-navigation li.parodist a,
.desktop-navigation li.parodist strong {
	    background-position: -54px -129px;
}
.desktop-navigation li strong{

}




/*-----------------------------------*/

/* --------- Logo------------*/
.logo {
	margin-top: 13px;
    margin-left: 7px;
    position: absolute;
    z-index: 10;
    background-image: url(../images/layout/sonstiges/Logo_PetervonKron-der-stimmenimitator-weiss.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 69px;
    width: 67px;
}

@media (min-width: 350px) {
	.logo {
	margin-top: 13px;
    margin-left: 7px;
	height: 96px;
    width: 91px;
	}
}
@media (min-width: 767px) {
.logo {
	margin-top:37px;
	margin-left: 12px;
	height:150px;
	width:145px;
}
}
@media (min-width: 992px) {
	.logo {
		margin-top:70px;
		margin-left: -10px;
		height:150px;
		width:145px;
	}
}
.logo a{
	display:block;
	height:100%;
}




/*bei großer Breite*/


@media (min-width: 1500px) {
	
	.wrapper-desktop-navigation .innerbox,
	.logo-wrapper .innerbox{
		max-width:inherit;
	}
	.desktop-navigation{
		left:190px;
	}
	.logo {
		left:190px;
		margin-left:-36px;
	}
	.headerstoerer,
	.headerclaim{
		width:100%;
		left:inherit;
		right:11%;
	}
}



/* ------- Artikel mit rotem Hintergrund ---*/



.bg-rot {
	background-image: url("../images/layout/hintergruende/kachel-rot.jpg");
	background-size:100% auto;
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:40px;
}

@media (min-width: 768px) {
	.bg-rot {
	padding-top:40px;
	}
}
.typo-weiss,
.typo-weiss h1,
.typo-weiss h2,
.typo-weiss h3,
.typo-weiss h4,
.typo-weiss h5,
.typo-weiss h6{
	color:#fff;
}

/* ------- Artikel mit beigem Hintergrund ---*/
.bg-beige {
	background-image: url("../images/layout/hintergruende/kachel-beige.jpg");
	background-repeat:repeat;
	padding-top:10px;
	padding-bottom:40px;
}
@media (min-width: 768px) {
	.bg-beige {
	padding-top:40px;
	}
}

.typo-rot h1,
.typo-rot h2,
.typo-rot h3,
.typo-rot h4,
.typo-rot h5,
.typo-rot h6{
	color:#cf030e;
}
.typo-blau h1,
.typo-blau h2,
.typo-blau h3,
.typo-blau h4,
.typo-blau h5,
.typo-blau h6{
	color:#296ab2;
}

/* --------- Artikel mit braunem Hintergrund -----*/
.bg-braun {
	background-image: url("../images/layout/hintergruende/kachel-braun.jpg");
	background-repeat:repeat;
	padding-top:40px;
	padding-bottom:40px;
	background-size:cover;
}
@media (min-width: 768px) {
	.bg-braun {
		background-size:auto;
	}
}

/* ------- Artikel mit blauem Hintergrund ---*/

.bg-blau {
	background-image: url("../images/layout/hintergruende/kachel-blau.jpg");
	background-size:100% auto;
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:40px;
}
@media (min-width: 768px) {
	.bg-blau {
	padding-top:40px;
	}
}

/* ---- Buttons ----- */
.button{
	display:inline-block;
	margin-top:17px;
	    text-decoration: none;
        padding: 8px 13px 6px;
    font-family: 'Cabin Sketch', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.0rem;
    letter-spacing: 0.02rem;
	background-color:#ccc;
}
.button:after {
	content: "»";
    font-family: 'Cabin Sketch', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    padding-left: 6px;
	vertical-align: middle;
}
.bg-rot .button{
    background-color: rgba(96, 16, 26, 0.5);
}
.bg-rot .button:hover{
 background-color: rgba(96, 16, 26, 0.7);
}
.bg-blau .button{
    background-color: rgba(14, 48, 86, 0.5);
}
.bg-blau .button:hover{
 background-color: rgba(14, 48, 86, 0.7);
}
.bg-beige .typo-blau .button{
    background-color: rgba(12, 55, 102, 0.7);
}
.bg-beige .typo-blau .button:hover{
    background-color: rgba(12, 55, 102, 0.9);
}

.bg-beige .typo-rot .button{
    background-color: rgba(170, 28, 28, 0.8);
}

.bg-beige .typo-rot .button:hover{
 background-color: rgba(170, 28, 28, 1.0);
}




/* --------- News auf Startseite ------- */
.bg-news{
background-color:rgba(96, 16, 26, 0.5);
	padding:30px;
}
.news-startseite ul {
	
}
.news-startseite ul li{
    margin-bottom: 17px;
}
.news-startseite ul li:before {
	content: "»";
    font-family: 'Cabin Sketch', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    padding-right: 10px;

    position: absolute;
    padding-top: 0px;
}
.news-startseite ul li a{
	color:#fff;
	text-decoration:none;
	display: block;
	text-indent: 25px;
}
.news-startseite ul li a:hover{
	color:#e29a9d;
}


/* ------- Colorbox Audiofiles ----- */
.audiofiles .content-player{
	margin:50px;
}
.audiofiles .back{
	display:none;
}


/* --- Extrabehandlung für Aktikel mit weiteren Hintergründen im extra-wrapper */

.extra-bg {
	padding-top:0;
	padding-bottom:0;
}

.extra-bg.video-bg .extra-wrapper .innerbox{
	padding-top:10px;
	padding-bottom:40px;
	}
@media (min-width: 768px) {
	.extra-bg.video-bg .extra-wrapper .innerbox{
	padding-top:40px;
	padding-bottom:40px;
	}
	
}
@media (min-width: 992px) {
	.extra-bg.video-bg .extra-wrapper {
	background-image: url("../images/layout/hintergruende/bg-video-auf-startseite.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	}
	
}



/* ------- Presse -------*/
.zitat {
	font-weight:600;
	line-height: 130%;
	font-size:1.0rem;
}
@media (min-width: 576px) {
	.zitat {
		font-size:inherit;
		line-height: inherit;
	}
}
@media (min-width: 768px) {
	.zitat {
	
	}
}
.quelle {
	text-transform: uppercase;
	font-size:0.9rem;
	line-height:130%;
}
@media (min-width: 576px) {
	.quelle {
		line-height: inherit;
	}
}
.presse-content {
	padding-top:10px;
	padding-bottom:40px;
}
@media (min-width: 768px) {
.presse-content {
	padding-top:40px;
	padding-bottom:40px;
}	
}


.presse-zeitung-rechts,
.presse-zeitung-links{
	padding:0;
}
.presse-zeitung-rechts figure {
	height:100%;
	text-align:right;
	    display: flex;
    justify-content: right;
    align-items: flex-end;
}
.extra-bg .extra-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}


/* ------- Referenzen Slider ---------*/

.referenzen-slider .slide p{
padding-left:5px;
	padding-right:5px;
	display:inline-block;
	font-weight:300;
	margin: 8px 0;

}
.referenzen-slider .slide strong{
fonbt-weicht:900;

}
.referenzen-slider .slide{
text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.2rem;
}


/* -------- Footer ---------*/

.footer {
	color:#bba8a1;
	font-size:1.0rem;
	padding-top:20px;
	padding-bottom:80px;
}
.footer p{
	line-height:30px;
	margin: 0;
}
.footer a {
	color:#bba8a1;
	text-decoration:none;
}
.footer a:hover {
	font-style: italic;
}
.footer h5{
	color:#9b6551;
	font-size: 1.7rem;
	    margin-top: 47px;
    margin-bottom: 13px;
}


/* ----- Bildergalerie ----- */

.bildergalerie .rsts-skin-default.rsts-type-fade .rsts-slide {
	background-image: url("../images/layout/hintergruende/kachel-blau.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}

.bildergalerie .mod_rocksolid_slider {
	margin-top: 27px;
    margin-bottom: 48px;
}

.bildergalerie .rsts-skin-default .rsts-nav-thumbs {
 
    padding-top: 25px;
}

/* ----- Punktnavigation Slider --------*/

.rsts-nav-bullets {
	    position: relative !important;
    margin-top: 50px !important;
    text-align: center !important;
}
#presse .rsts-next,
#presse .rsts-prev,
#rezensionen .rsts-next,
#rezensionen .rsts-prev,
#show-highlights .rsts-next,
#show-highlights .rsts-prev{
    position: absolute;
    top: 50%;
    right: 0!important;
    width: 35px;
    height: 24px;
	border:0 none !important;
	 -webkit-box-shadow: 0 0 0 !important;
    -moz-box-shadow:  0 0 0 !important;
    box-shadow:  0 0 0 !important;
}
#presse .rsts-prev,
#rezensionen .rsts-prev,
#show-highlights .rsts-prev{
	    right: auto;
    left: 0 !important;
}
#presse .rsts-next,
#rezensionen .rsts-prev,
#show-highlights .rsts-prev{
	    content: "»";
    font-family: 'Cabin Sketch', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    padding-right: 10px;
    position: absolute;
    padding-top: 0px;
}
.rsts-skin-default .rsts-nav-bullets a {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    margin: 12px 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    outline: none;
    text-align: left;
    text-indent: -999px;
    background-color: #fff;
    background-color: #cfc0b8;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 #777;
    -moz-box-shadow: 0 0 0 #777;
    box-shadow: 0 0 0 #777
}
.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active {
    background-color: #1f6fc0;
    -webkit-box-shadow: inset 0 0 0 0 rgba(255,255,255,0.5),inset 0 0 0 0 rgba(0,0,0,0.3),0 0 0 0 #555;
    -moz-box-shadow: inset 0 0 0 0 rgba(255,255,255,0.5),inset 0 0 0 0 rgba(0,0,0,0.3),0 0 0 0 #555;
    box-shadow: inset 0 0 0 0 rgba(255,255,255,0.5),inset 0 0 0 0 rgba(0,0,0,0.3),0 0 0 10 #555;
}
.typo-rot .rsts-nav-bullets a:hover,
.typo-rot .rsts-nav-bullets a.active {
    background-color: #dd202f;
}
#presse .rsts-skin-default .rsts-nav,
#rezensionen .rsts-skin-default .rsts-nav,
#show-highlights .rsts-skin-default .rsts-nav{
    position: absolute;
    right: 95px;
    bottom: 12px;
    left: 0;
    text-align: right
}

/* -------- Kundenrezensionen --------- */
.rezensionen-content,
.show-highlights-content{
	padding-top:40px;
	padding-bottom:40px;
}

.rezensionen-fotos-rechts,
.rezensionen-fotos-links{
	padding:0;
}
.rezensionen-fotos-rechts figure {
	height:100%;
	text-align:right;
	    display: flex;
    justify-content: right;
    align-items: center;
}
#rezensionen .cetext.slide,
#show-highlights .content-text.slide,
#presse .content-text.slide{
	padding: 0 35px;
}
@media (min-width: 768px) {
#rezensionen .content-text.slide,
#show-highlights .content-text.slide,
#presse .content-text.slide{
	padding: 0 80px;
}
}

#rezensionen .rsts-next,
#show-highlights .rsts-next{
background-image: url("../images/layout/sonstiges/pfeile-blau-rechts.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-size: 35px,24px;
}
#rezensionen .rsts-prev,
#show-highlights .rsts-prev {
background-image: url("../images/layout/sonstiges/pfeile-blau-links.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-size: 35px,24px;
}
#presse .rsts-next {
background-image: url("../images/layout/sonstiges/pfeile-rot-rechts.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-size: 35px,24px;
}
#presse .rsts-prev {
background-image: url("../images/layout/sonstiges/pfeile-rot-links.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-size: 35px,24px;
}
#bildergalerie .rsts-next,
#bildergalerie .rsts-thumbs-next{
background-image: url("../images/layout/sonstiges/pfeile-weiss-rechts.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-size: 20px,15px;
	background-color:#315a88;
}
#bildergalerie .rsts-prev,
#bildergalerie .rsts-thumbs-prev{
background-image: url("../images/layout/sonstiges/pfeile-weiss-links.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-size: 20px,15px;
	background-color:#315a88;
}

#bildergalerie .rsts-thumbs-next{
    background-size: 24px,17px;
}

#bildergalerie .rsts-thumbs-prev{
    background-size: 24px,17px;
}
#bildergalerie .rsts-thumbs-crop {
		width:80% !important;
		margin:0 auto;
	}
@media (min-width: 768px){
	#bildergalerie .rsts-thumbs-crop {
		width:90% !important;
		margin:0 auto;
	}
}



/*-------------- Akkordeon ------------*/
.ce_accordion {
	/*margin-bottom:20px;*/
}

.interview .ui-state-active {
    color: #296ab2;
    outline: none;
}
.interview .toggler {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
	padding-left:15px;
    font-size: 1.4rem;
    font-weight: 700;
	font-family:'Cabin Sketch', sans-serif;
    /*border-top: 1px solid #ddd;
    border-right: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-left: 0px solid #ddd;*/
    cursor: pointer;
    /*padding-left: 35px;*/
    background-position: 0 17px;
    outline: none;
}
.interview .toggler span{
	padding-left:30px;
}
.interview .toggler:before {
	content: "»";
    font-family: 'Cabin Sketch', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    padding-right: 10px;

    position: absolute;
    padding-top: 0px;
}
.interview .ui-accordion-content {

}
.interview .ui-accordion-content div {
	
}

.interview-akkordeon .content-image img {
	padding-top:16px;
	padding-bottom:30px;
	padding-left:30px;
}
.interview .ce_accordionStart {
	width:100%;
}
.interview-akkordeon {
	padding-left:0;
}
@media (min-width: 992px){
	.interview-akkordeon {
	padding-left:15px;
	}
}

#hoerproben .content-player{
	border-radius: 75px;
    padding: 20px;
    background-color: rgba(41,80,125,0.075);
	
}
@media (min-width: 767px){
#hoerproben .content-player.col-md-6{
max-width:calc(50% - 30px);
	margin-left:15px;
	margin-right:15px;
	
}
}


.sharebuttons {
	opacity:0.5;
}


/*-------------- Audiofiles Startseite Lightbox-------------*/

.audiofiles .innerbox {
	max-width: inherit;
}
.audiofiles .extra-wrapper .innerbox .content-player {
    margin: 0;
	padding-top:250px;
	padding-bottom:15px;
}
#cboxLoadedContent #container .container-fluid {
	padding:0;
}
#cboxLoadedContent #container .audiofiles.eins {
	background-color:#f00;
	background-image: url("../images/layout/hintergruende/lightbox-bg-2.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}
#cboxLoadedContent #container .audiofiles.zwei {
	background-color:#f00;
	background-image: url("../images/layout/hintergruende/lightbox-bg-1.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}
#cboxLoadedContent #container .audiofiles.drei {
	background-color:#f00;
	background-image: url("../images/layout/hintergruende/lightbox-bg-3.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}


#impressum a {
	color:#3e71b2;
}
#impressum h2{
	font-family:'Lato', sans-serif;
font-weight:400;
	font-weight:700;
	font-size:1.4rem;
	color:#252525;
}
#datenschutz h2{
	font-family:'Lato', sans-serif;
font-weight:400;
	font-weight:700;
	font-size:1.5rem;
	color:#252525;
}
#datenschutz h3{
	font-family:'Lato', sans-serif;
font-weight:400;
	font-weight:700;
	font-size:1.3rem;
	color:#252525;
}
#datenschutz h4{
	font-family:'Lato', sans-serif;
font-weight:700;
	font-size:1.2rem;
	color:#252525;
	margin-top:20px;
	margin-bottom:10px;
}

#datenschutz a {
	color:#3e71b2;
}



/* ----------- Element Slider 100 Stimmen -----*/

#hundert-stimmen .content-text p{
	color:#252525;
	color:#fff;

}
#hoerproben-intro {
	padding-bottom:0;
}
#hundert-stimmen{
padding-top:0;
	padding-bottom:0;
}
#hundert-stimmen .extra-wrapper {
	background-color: rgba(41,80,125,0.075);
}


.video-content video {
	max-width: 100%;
    height: auto;
}
