/*body {
    background-image: url(css3-background-image.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}*/


.video_wrapper {
   background-image: url( 'bg_image.jpg' );
    background-size: cover;
    
    top: 10px;
    box-shadow: 0 0 0 #333;
    height: 400px;
    width: 100%;
    max-width: 700px;
    
    
     background-position: 50% 50%;
     background-repeat: no-repeat;
    
    
}

.video_wrapper .video_trigger {
    padding: auto;
    text-align: center;
    height: -webkit-calc( 100% - 260px );
    height: -moz-calc( 100% - 260px );
    height: -o-calc( 100% - 260px );
    height: calc( 100% - 260px );
    
    width: -webkit-calc( 100% - 60px );
    width: -moz-calc( 100% - 60px );
    width: -o-calc( 100% - 60px );
    width: calc( 100% - 60px );
   
    position: relative;
    bottom: 0;
    z-index: 9;
    /*background-color: rgba( 0, 0, 0, .6 );*/
    color: #fff;
}
.video_wrapper .video_layer {
    position: relative;
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
	padding-top: 0;
}
.video_wrapper .video_layer iframe {
    border: 0 none transparent;
    height: inherit;
    width: inherit;
      text-align: center;
}
.text-center {
    color:#F0EFEA;
    text-align: center;
	
}
.video_trigger {
     margin: auto;
    height: 20px;
}


                                        /*Fotos Anfang*/
#galerie {
	display: inline-block;
	
}
button {
	
	padding: 0.1em;
	text-align: center;
}

[popover] {
	background: #fffbf0;
	border: #F0EFEA;
	max-width: 20em;
	padding: 1rem;
	margin: 2rem auto;
     height: 520px;
    
}

img {
	padding: 0;
	margin: 0;
	/*width: 100%;*/
	/* Bild passt sich an verfügbaren Raum im li an */
}

figcaption {
	text-align: center;
}



li {
	display: inline-block;
	list-style-type: none;
}

[role=note] {
	border-left: medium solid #c82f04;
	padding-left: 0.5em;
	max-width: 40em;
}

[role=note]:before {
	content: 'Beachten:  ';
	color: #c82f04;
	font-weight: blod; 
}
@media only screen and (min-width: 600px){
.fotoleiste {
	float: right;
	display: inline;
	width: 18%;
	}
.videoleiste{
	 display: inline;
	float: left;
	padding: 10px 5% 10px 5%;
	width: 80%;
	max-width: 1228px;	
	}
}