/**
 * Preparser-CSS fuer bpb.de
 *
 * 1.4.0        2018-11-14  Ulrich Santo
 *              - fsk-Playbutton
 * 1.3.0        2018-09-04  Ulrich Santo
 *              - CSS fuer linkvorschau
 * 1.2.0        2018-07-31  Ulrich Santo
 *              - CSS fuer iFrame-Dsgvo
 * 1.1.0        2018-05-22  Ulrich Santo
 *              - CSS fuer den lokalen Youtube-Iframe
 * 1.0.0        2018-01-03  Nils Heldt
 *              - Einfuehren der Versionierung
 *              - Vornehmen von Anpassungen fuer CSS-Rebrush
 *
 * @package     Drupal-bpb
 * @subpackage  Frontend
 * @author      Nils Heldt
 */


.zoombutton {
    margin-top:     -23px !important;
    text-align:     right !important;
}

.zoombuttonLink {
    outline: 0;

}

.imagezoom {
    background-color: #e6e6e6;
}

span.mediaicon-preparser-220 {
	position: absolute;
	left: 180px;
	top: 5px;
	width: 33px;
	height: 34px;
}

span.mediaicon-preparser-620 {
	position: absolute;
	left: 580px;
	top: 5px;
	width: 33px;
	height: 34px;
}

span.mediaicon-preparser-220.photo {
	background: url("../images/icon_photo_small.png") no-repeat;
}

span.mediaicon-preparser-620.photo {
	background: url("../images/icon_photo_small.png") no-repeat;
}

span.mediaicon-preparser-220.video {
	background: url("../images/icon_video_small.png") no-repeat;
}

span.mediaicon-preparser-620.video {
	background: url("../images/icon_video_small.png") no-repeat;
}


.kasten {
    background-color:#f3f3f3;
	width:598px;
    border:1px solid #666;
	padding:10px;
	margin: 10px 10px 10px 0px;
    
    /* GLAMUS BEGIN */
	
    /*font-size:100%;*/
    
    
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(165, 165, 165, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px 20px 15px;
    margin: 0;
    
    
    
    
    
    /*GLAMUS END */
	
}


.kasten span {
    color:#666666;
}

.kasten h3 {
    /* GLAMUS BEGIN
    color:#666666;
    font-weight:bold;
    font-size:100%;
    GLAMUS END */
}



.kasten .redline {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 5px;
    background: #951632;
}

/**
 * Fuer den lokal als DIV angezeigten Youtube-Iframe der erst mit Klick geladen wird.
 */
 
div.youtube-iframe svg {
    pointer-events: none;
}
 
.youtube-container {
    position:relative;
    width:auto;
}

.youtube-iframe {
    position:relative;
    width:auto;
    box-sizing: border-box;
}

.youttube-ds {
    position: absolute;
    left: 3%;
    bottom: 3%;
    width:auto;
    color:#fff;
    font-weight:bold;
    overflow:hidden;    
    font-size:22px;
    background-color:#ddd;
    background-color: rgba(50,50,50, 0.6);
    padding:2%;
    padding-left:3%;
    padding-right:3%;
    text-shadow: 1px 1px #777777;
}
    
.youttube-title {
    position: absolute;
    left: 3%;
    top: 3%;
    width:auto;
    color:#dddddd;
    font-weight:bold;
    overflow:hidden;    
    font-size:22px;
    background-color:#ddd;
    background-color: rgba(50,50,50, 0.6);
    padding:2%;
    padding-left:3%;
    padding-right:3%;
    text-shadow: 1px 1px #777777;
}

.youttube-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
}

.youttube-play:hover .ytp-large-play-button-bg{
    fill: #ff0000;
}

.dsgvo-background {
    background: url("../images/dsgvo_background.png") repeat;
    border:1px solid;
    box-sizing: border-box;
}


.dsgvo-background-noborder {
    border:none !important;
    background:#fff;
}

.dsgvo-title {
    display:block;
    padding-top:20px;
    background:none;
    text-align:left;
    font-size:20px;
    padding-bottom:22px;
    margin-left:20px;
    margin-right:20px;
}

.dsgvo-text {
    display:block;
    background:none;
    font-size:16px;
    text-align:left;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
}

input.dsgvo-hinweis-checkbox {
    position:absolute;
    top:14px;
    left:10px;    
}



.dsgvo-hinweis {
    position:relative;
    border:1px solid #444;
    background-color:#eeeeee;
    width:100%;
    padding:10px;
    margin-top:5px;
    margin-bottom:10px;
    box-sizing: border-box;
}

.dsgvo-hinweis-top {
    position: absolute !important; 
    bottom: 0px !important; 
    left: 0 !important; 
    width: auto !important;
    height: 36px !important;
    overflow:hidden;
    z-index:100;
    padding-top: 4px;
    margin-bottom: 0px;
}

.dsgvo-hinweis-top input.dsgvo-hinweis-checkbox {
    top:8px;
}


.dsgvo-hinweis-top:hover input.dsgvo-hinweis-checkbox {
    top:14px;
}


.dsgvo-hinweis-top .dsgvo-hinweis-text-float {
    display:block;
}

.dsgvo-hinweis-top:hover .dsgvo-hinweis-text-float {
    display:none;
}

.dsgvo-hinweis-top:hover {
    width: 100% !important; 
    height: auto !important;
    padding-top: 10px;
}

.dsgvo-hinweis-top .dsgvo-hinweis-text {
    display:none;
}

.dsgvo-hinweis-top:hover .dsgvo-hinweis-text {
    display:block;
}

.dsgvo-hinweis-top:hover .dsgvo-hinweis-text {
    display:block;
}

span.dsgvo-hinweis-text {
    margin-left:25px;
    display:inline-block;
    float:left;
}

span.dsgvo-hinweis-text-float {
    margin-left: 25px;
    display: inline-block;
    float: left;
}


/**
 * CSS fuer die Linkvorschau bei Mouse-Over
 */
 /*border:1px #eeeeee solid;*/
#linkvorschau {
    width:300px;
    background-color: #ffffff;
    opacity: 1.0;     
    box-shadow: 10px 20px 40px -10px rgba(0, 0, 0, 0.4), 0 0 0px #000000;
    z-index:10000;
    position:absolute;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    cursor: pointer;
}

#linkvorschau.mitbild {
}

#linkvorschau.ohnebild {    
    box-shadow: 10px 20px 40px -10px rgba(0, 0, 0, 0.6), 0 0 0px #000000;    
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;                
}

#linkvorschau img {
    width:100%;
}

#linkvorschau.hochkant {
    width:auto;
}
    
#linkvorschau.hochkant .linkvorschauimage {
    float:right;
    height:250px;
}

#linkvorschau.hochkant .linkvorschautext {
    float:right;
    height:220px;
    width:270px;
}

#linkvorschau.hochkant img {
    height:250px;
    width:auto;   
}
    
#linkvorschau .linkvorschautext {
    padding:15px;
}



#linkvorschau .linkvorschautext {
    
}

#linkvorschau h3 {
    color: #000;
    font-size: 16px;
    font-weight:bold;
    clear:both;
}

#linkvorschau p {
    font-size: 15px;
    color: #000;
    font-weight:normal;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
 
         
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
} 

div.fsk-playbutton {
    position:absolute;
    top: 50%;
    left: 50%;
    width:84px;
    height:84px;
    margin-top:-42px;
    margin-left:-42px;
    background-image:url(../images/start0.png); 
    background-repeat: no-repeat; 
    background-position: center center;
}

div.fsk-playbutton:hover {
    background-image:url(../images/start1.png); 
}