@import url(https://fonts.googleapis.com/css2?family=Open+Sans&family=Righteous&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Caveat&family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap);

/*font-family: 'Caveat', cursive;
font-family: 'Montserrat', sans-serif;*/

/*Version 3 mit Hover*/

.szenentitelelacontainer3 {
width: 500px;
height: 202px;
margin: auto;
}

.szenentitelelaborder3 {
width: 210px;
height: 122px;
margin: auto;
border: 1px solid #c6b967;
padding: 5px;
margin-left: 15px;
float: left;
}

.szenentitelelabild3 {
width: 204px;
height: 116px;
margin: auto;
padding: 3px;
float: left;
}

.szenentitelelabild3 .hover {
width: 204px;
height: 116px;
background: #1d2727;
font-family: Montserrat, sans-serif;
font-size: 20px;
color: #c6b967;
text-transform: uppercase;
text-align: center;
vertical-align: bottom;
opacity: 0;
transition: 1s;
}

.szenentitelelabild3:hover .hover {
opacity: 0.9;
transition: 1s;
}

.szenentitelelaheadlinebox3 {
width: 500px;
min-height: 100px;
border-bottom: 2px solid #c6b967;
margin-bottom: -80px;
margin-top: 5px;
}

.szenentitelelaheadline3 {
width: 500px;
height: auto;
font-family: Dancing Script, cursive;
font-size: 50px;
text-align: center;
margin: auto;
margin-bottom: -10px;
padding: 3px;
color: #46a29f;
}

.szenentitelelainfo3 {
width: 490px;
min-height: auto;
padding: 2px;
font-family: Montserrat, sans-serif;
font-size: 10px;
text-transform: uppercase;
background: #1d2727;
color: #46a29f;
margin: auto;
text-align: right;
}


/*Version 2*/

.szenentitel2elacontainer {
width: 500px;
margin: auto;
}

.szenentitel2containerklein {
width: auto;
height: auto;
float: left;
}

.szenentitel2elaheadlinebox {
width: 500px;
height: auto;
border-bottom: 2px solid #c6b967;
margin-bottom: 2px;
}

.szenentitel2elaheadline {
width: 500px;
height: auto;
color: #c6b967;
margin: auto;
text-align: center;
font-family: Caveat, cursive;
font-size: 35px;
margin-bottom: -10px;
}

.szenentitel2elaiconbox {
width: auto;
height: auto;
padding: 2px;
background: #46a29f;
float: left;
font-size: 13px;
margin: auto;
margin-top: 2px;
margin-left: 2px;
color: #1d2727;
}

.szenentitel2elainfo {
min-width: auto;
height: auto;
padding: 2px;
text-transform: uppercase;
background: #1d2727;
color: #46a29f;
margin-top: 2px;
margin-left: 1px;
text-align: center;
font-family: Montserrat, sans-serif;
font-size: 9px;
float: left;
}


/*Version 1*/
.szenentitel1ela {
width: 500px;
height: auto;
border: 1px solid #fff;
padding: 10px;
margin: auto;
background: #1d2727;
}

.szenetitel1headlineobenela {
width: 500px;
font-family: 'Righteous', cursive;
font-size: 25px;
color: #c6b967;
margin: auto;
text-transform: lowercase;
margin-bottom: -5px;
opacity: 0.7;
}

.szenentitel1titelela {
width: 500px;
text-transform: uppercase;
font-family: Open Sans, sans-serif;
font-size: 25px;
background: #46a29f;
color: #c6b967;
opacity: 0.7;
text-align: center;
}

.szenentitel1infosela {
width: 500px;
text-transform: lowercase;
font-size: 12px;
font-family: Open Sans, sans-serif;
background: #46a29f;
color: #fff;
text-align: left;
margin-top: 2px;
text-decoration: cursive;
padding: 1px;
}

.szenetitel1headlineuntenela {
width: 500px;
font-family: 'Righteous', cursive;
font-size: 25px;
color: #c6b967;
margin: auto;
text-transform: lowercase;
text-align: left;
transform: rotate(180deg);
margin-top: -5px;
opacity: 0.7;
}