
/* OVERLAY ANFANG */

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
	background-image:linear-gradient(#efefef,#d8d8d8);
}

.overlay-content {
    position: absolute;
	height: 100%;
	width: 100%;
    text-align: center;

}

.overlay-content a {
	position: absolute;
	left: 21%;
	top: 40%;
	padding-top: 0.8em;
	text-decoration: none;
	text-transform: uppercase !important;
    font-size: 1.4em;
    background-color: #005c63 !important;
	color: #cbecee !important;
    transition: 0.3s;
    width: 58%;
	height: 80px;
    line-height: 1.2em;
	font-family: ultramagnetic,arial, roboto,"droid sans",helvetica,sans-serif;
}

.overlay-content p {
	position: absolute;
	top: 5%;
	padding: 10px;
	font-family: ultramagnetic,arial, roboto,"droid sans",helvetica,sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #4f4f4f;
    display: block;
    transition: 0.3s;
}


.overlay #close {
	font-family: ultramagnetic,arial, roboto,"droid sans",helvetica,sans-serif;
    position: absolute;
	top: 60%;
	width: 58%;
	height: 80px;
	left: 21%;
    font-size: 1.4em;
	background-color: #005c63;
	color: #cbecee;
	text-transform: uppercase !important;
	border-radius: 7px !important;
}


/* OVERLAY ENDE */

/*!
 * smartbanner.js v1.10.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2018 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */

 /*little changes of the original smartbanner-CSS regarding color, background, position and fonts*/

.smartbanner {
    position: fixed;
	z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
	/* background-color: #005c63; */
	background-image:linear-gradient(#efefef,#d8d8d8);
    font-family: ultramagnetic,arial, roboto,"droid sans",helvetica,sans-serif;
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    padding: 1px;
    border: 0;
	font-weight: 700;
    text-align: center
}

.smartbanner__exit::before,
.smartbanner__exit::after {
    position: absolute;
    width: 2px;
    height: 14px;
    background: #4f4f4f;
    content: ' '
}

.smartbanner__exit::before {
    transform: rotate(45deg)
}

.smartbanner__exit::after {
    transform: rotate(-45deg)
}

.smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px
}

.smartbanner__info {
    position: absolute;
    top: 10px;
    left: 103px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    color: #4f4f4f;
    align-items: center
}

.smartbanner__info__title {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 700;
	color: #005c63;
}

.smartbanner__info__author,
.smartbanner__info__price {
    font-size: 11px;
    font-weight: 300;
}

.smartbanner__button {
    position: absolute;
    top: 22px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 10px 10px;
    min-width: 10%;
    border-radius: 5px;
    background-color: #005c63;
    color: #cbecee;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
	text-transform: uppercase !important;
    text-decoration: none
}

.smartbanner__button__label {
    text-align: center
}

.smartbanner__button:hover {
    background: #17BFFF;
}

.smartbanner.smartbanner--android {
    background: #3d3d3d;
    box-shadow: inset 0 4px 0 #88b131
}

.smartbanner.smartbanner--android .smartbanner__exit {
    left: 6px;
    margin-right: 7px;
    width: 17px;
    height: 17px;
    border-radius: 14px;
    background: #1c1e21;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
    color: #b1b1b3;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 17px;
    text-shadow: 0 1px 1px #000
}

.smartbanner.smartbanner--android .smartbanner__exit::before,
.smartbanner.smartbanner--android .smartbanner__exit::after {
    top: 3px;
    left: 8px;
    width: 2px;
    height: 11px;
    background: #b1b1b3
}

.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
    color: #eee
}

.smartbanner.smartbanner--android .smartbanner__icon {
    background-color: transparent;
    box-shadow: none
}

.smartbanner.smartbanner--android .smartbanner__info {
    color: #ccc;
    text-shadow: 0 1px 2px #000
}

.smartbanner.smartbanner--android .smartbanner__info__title {
    color: #fff;
    font-weight: bold
}

.smartbanner.smartbanner--android .smartbanner__button {
    top: 30px;
    right: 20px;
    padding: 0;
    min-width: 12%;
    border-radius: 0;
    background: none;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    color: #d1d1d1;
    font-size: 14px;
    font-weight: bold
}

.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
    background: none
}

.smartbanner.smartbanner--android .smartbanner__button__label {
    display: block;
    padding: 0 10px;
    background: #42b6c9;
    background: linear-gradient(to bottom, #42b6c9, #39a9bb);
    box-shadow: none;
    line-height: 24px;
    text-align: center;
    text-shadow: none;
    text-transform: none
}

.smartbanner.smartbanner--android .smartbanner__button__label:active,
.smartbanner.smartbanner--android .smartbanner__button__label:hover {
    background: #2ac7e1
}

html.view-xs body .smartbanner__info, html.view-s body .smartbanner__info, html.view-m body .smartbanner__info{
width: 40%;
}
 

/* Fix : Smartbanner - KiKA Player App */

/* Mobile Devices all sizes - adjustments */

html.view-xs .overlay, html.view-s .overlay, html.view-m .overlay , html.view-l .overlay{
z-index: 1001;
}

html.view-xs .overlay .overlay-content a, html.view-s .overlay .overlay-content a, html.view-m .overlay .overlay-content a, html.view-l .overlay .overlay-content a{
	border-radius: 7px !important;
}


html.kika-smartbanner.view-xs body #header, html.kika-smartbanner.view-s body #header, html.kika-smartbanner.view-m body #header, html.kika-smartbanner.view-l body #header {
	margin-top: 84px;
}

html.kika-smartbanner.view-xs .bigStage #bigstage, html.kika-smartbanner.view-s .bigStage #bigstage, html.kika-smartbanner.view-m .bigStage #bigstage, html.kika-smartbanner.view-l .bigStage #bigstage {
	margin-top: 84px;
}

html.kika-smartbanner.view-xs body .timsterHeader, html.kika-smartbanner.view-s body .timsterHeader, html.kika-smartbanner.view-m body .timsterHeader, html.kika-smartbanner.view-l body .timsterHeader {
	top: 84px;
} 

html.kika-smartbanner.view-xs body.node-timster, html.kika-smartbanner.view-s body.node-timster, html.kika-smartbanner.view-m body.node-timster, html.kika-smartbanner.view-l body.node-timster{
	background-position-y: 84px;
} 


/*Smartphones with device-height >= 671px, portrait orientation*/

@media screen and (min-device-height: 671px) and (orientation: portrait) {
		
		/*----------------------- Size XS-------------------------- */
		
		html.view-xs .overlay p{
		width: 80%;
		margin-left: 10%;
		}

		html.view-xs .overlay {
		background-image: url("/resources/img/ain-smartbanner/iphone.png");
		background-color: #efefef;
		background-position: 50% 45%;
		background-repeat: no-repeat;
		}

		html.view-xs .overlay .overlay-content #close {
		margin-top: 40%;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		}
		 
		html.view-xs .overlay .overlay-content a {
		padding-top: 14px;	
		margin-top: 50%;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		}
		
		/*----------------------- Size S-------------------------- */
		
		html.view-s .overlay {
		background-image: url("/resources/img/ain-smartbanner/iphone_2x.png");
		background-color: #efefef;
		background-position: 50% 35%;
		background-repeat: no-repeat;
		}

		html.view-s .overlay .overlay-content a {
		padding-top: 14px;	
		margin-top: 30%;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 1.1em;
		}
		
		html.view-s .overlay .overlay-content #close {
		margin-top: 25%;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		}
		
		/*small changes regarding headerGfx position*/
		
		html.kika-smartbanner.view-xs body .headerGfx, html.kika-smartbanner.view-s body .headerGfx{
		margin-top: 110px;
		} 
}

/*Smartphones with smaller device-height; portrait orientation*/
 
@media screen and (max-device-height: 670px) and (orientation: portrait) {
		
		/*----------------------- Size XS-------------------------- */
		
		html.view-xs .overlay p{
		width: 80%;
		margin-left: 10%;
		}

		html.view-xs .overlay {
		background-image: url("/resources/img/ain-smartbanner/iphone.png");
		background-color: #efefef;
		background-position: 50% 48%;
		background-repeat: no-repeat;
		}

		html.view-xs .overlay .overlay-content #close {
		margin-top: 25%;
		top: 65%;
		height: 80px;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		}
		 
		html.view-xs .overlay .overlay-content a {
		margin-top: 45%;	
		padding-top: 14px;	
		top: 35%;
		height: 80px;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		}
		
		html.kika-smartbanner.view-xs body .headerGfx{
		margin-top: 110px;
		} 
} 
   
/*landscape orientation*/
 
@media (orientation: landscape){
		
		/*----------------------- Size S-------------------------- */
		
		html.view-s .overlay .overlay-content #close, html.view-s .overlay .overlay-content a {
		margin-top: 5px !important;
		height: 50px !important;
		}

		html.view-s .overlay .overlay-content a {
		top: 35% !important;
		padding-top: 15px;
		}
		
		html.kika-smartbanner.view-s body.node-kikaninchen .headerGfx{
		margin-top: 70px !important;
		} 
		
		html.kika-smartbanner.view-s body.theme-kkl .headerGfx, html.kika-smartbanner.view-s body .headerGfx{
		margin-top: 110px !important;
		} 
}
 
/* Smartbanner-Fix regarding mobile devices (tablet) size M (and L) */

/*portrait orientation*/

@media (orientation: portrait) {
		
		html.view-m .overlay {
		background-image: url("/resources/img/ain-smartbanner/iphone_2x.png");
		background-color: #efefef;
		background-position: 50% 35%;
		background-repeat: no-repeat;
		}
			
		html.view-m .overlay .overlay-content #close {
		margin-top: 25%;
		}
		
		html.view-m .overlay .overlay-content a {
		margin-top: 30%;
		padding-top: 30px;
		}

		html.view-m .overlay p{
		width: 80%;
		text-align: justify;
		margin-left: 10% !important;
		} 
}

/* landscape orientation*/

@media (orientation: landscape) {
			
		html.view-m .overlay .overlay-content a, html.view-l .overlay .overlay-content a {
		padding-top: 30px;
		}
		
		html.view-m .overlay .overlay-content a{
		top: 35%;
		}
		
		/*Size L with background-image*/
		
		html.view-l .overlay {
		background-image: url("/resources/img/ain-smartbanner/iphone_4x.png");
		background-color: #efefef;
		background-position: 50% 33%;
		background-repeat: no-repeat;
		background-size: 45%;
		}
		
		html.view-l .overlay .overlay-content a {
		margin-top: 16%;
		
		}
		html.view-l .overlay .overlay-content #close {
		margin-top: 13%;
		}
}	

 
