
#banner2{
    background-image: url("images/carusell1.png") !important;
 background-color: #cccccc; /* Used if the image is unavailable */
 height: 600px; /* You must set a specified height */
 background-position: center; /* - Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
position: relative;
}

.bannertext{
color: rgb(255, 255, 255);
background-color: rgba(0, 0, 0, 0.5);
padding: 16px;
position: absolute; 
text-align: center;/* Achtung "absolute" braucht immer ein relativ im Eltern-Element */
 top: 70%;
 bottom: 0px;
}

/** Größere Monitore **/
@media only screen and (min-width: 570px) {
#banner2 { display:none;
}
}

/** Kleinere Monitore **/
@media only screen and (max-width: 600px) {
#banner1, #einleitung { display:none;
}

/* Textausrichtung in der unteren Hälfte */




#banner2 .container span{
background-color: rgba(80, 85, 150, 0.2);
text-shadow: 1px 1px rgb(66, 64, 145);
padding: 5px;
margin: -15px;
color: #fff;
position:absolute;
bottom:0;
} 
}
/*******
.card{
    margin-right: 4cm;
    margin-top: 2cm;
}

.col-6{
    margin-right: -1.3cm;
    margin-left: 5.6cm;
}

.card-img-top{
    width: 40%;
    margin-left: 4cm;
}

.card-img-top-1{
width: 100%;


}

*****/
.card{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;

}

*{
    padding : 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;

}

body{
    font-family: montserrat, verdana, sans serif ;
}

.logo{
    color: white;
    font-size: 35px;
    line-height:80px;
    padding: 0 100px;
    font-weight: bold;
	text-decoration: none;
}

nav ul{
    float: right;
    margin-right: 20px;
	text-decoration: none;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin:0 5px;
}

nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
	text-decoration: none;
}

a.active,a:hover{
    background: #1b9bff;
    transition: .5s;
	text-decoration: none;
}

.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}


@media (max-width: 952px){
.logo{
        font-size: 1.5rem;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
		text-decoration: none;
    }
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        background: #2c3e50;
        top: 80px;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 1rem;
		text-decoration: none;
    }
    a:hover,a.active{
        background: none;
        color: #0082e6;
    }
    #check:checked ~ ul{
        left: 0;
    }
}



figure{
    margin-left: 500px;
    margin-top: 100px;
}

text{
    color: black;
    margin-top: 50px;
    font-size: larger;
}




/***
.card-body{
    margin-left: 580px;
    margin-right: 400px;
}

.card-bodys{
    margin-top: 30px;
}

.card-bodyss{
    margin-left: 100px;
}

.d-block{
    height: 1000px;
}
****/
.episode >.col-lg-4{
	background-color:  #0082e6;
	padding: 10px;
	border: solid 4px #fff;
}

.rahmen{
border: 1px solid #333;
}