html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

html {
    scroll-behavior: smooth;
}


section {
    min-height: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

p {
    color: #535353;
    font-size: 30px;
    font-family: Poppins;
    
}

a {
    color: #ffffff;
    font-size: 30px;
    font-family: Poppins;
}
h1 {
    font-family: "Oswald";
    color: #ffffff;
    font-size: 100px;
}

h2 {
    font-family: Oswald;
    font-size: 100px;
}

h3 {
    color: #000000;
    font-size: 50px;
    font-family: Poppins;
}

hr {
    width: 100px;
    height: 10px;
    background: #ffffff;
    border: 0;
    margin: 0 auto 40 auto;
    border-radius: 10px;

}

#logo, li, img, a {transition: all 200ms; -webkit-transition: all 200ms; -moz-transition: all 200ms; -o-transition: all 200ms;}

/* HEADER ********************************************/

header {
    width: 100%;
    min-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.479);
}

#name {
    float: left;
    margin: 60px 0px 0px 60px;
   
}

#top {
    margin: 0;
    display: grid;
    place-items: center;
    margin-top: 30px;
}

#top ul {
    list-style-type:none;
    display:inline;
}


#top ul li {
    float: left;
    margin-right: 70px;
    position: relative;

}

#top ul li hr {
    width: 100px;
    height: 3px;
    border: 0;
    padding: 0;
    background-color: #ffffff;
    margin: 0;
}

#top ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    margin-top: 0;
    background-color: #9b9b9b5d;
    border-radius: 5px 5px 10px 10px;
}

#top ul li:hover ul {
    display: block
}

#top ul li ul li {
    margin-right: 0;
    width: 160px;
    margin-top: 10px;
}

#top ul li ul li a {
    padding: 16px 20px;
    color: #ffffff;
}

#top a:hover {
    color: #d4d4d4;
    opacity: 0.8;
}


/* events ***********************************************/
#Rockenberg {
    background:url(img/Buhne3.jpeg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color:  #fff;
    text-decoration: none;
}

.hero {
    background: #fff;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}

.hero h1 {
    margin: 0;
    font-size: 2.5em;
}

.hero p {
    font-size: 1.2em;
}

.events {
    padding: 20px;
    margin: auto 300px auto 300px;

}

.events h2 {
    color: #fff;
    margin-top: 200px;
}

.event-card {
    display: flex;
    background: #f0f0f0;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0.9;
    height: 350px;
}

.events :hover {
    opacity: 1;
    scale:99%;
}

.event-card img {
    height: 350px;
    width: 350px;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
}

.event-details {
    padding: 20px;
    margin-left: 50px;
    text-align: left;
}

/* Teaser ********************************************/
.teaser-section {
    margin-top: 20px;
}

.teaser-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.teaser-image {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
}

.teaser-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teaser-container:hover .teaser-overlay {
    opacity: 1;
}

.teaser-text {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-image {
    width: 100%;
    border-radius: 10px;
}
/* feedback ********************************************/

#feedback{
    background:url(img/Buhne4.jpeg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
} 

#feedback h2 {
    color: #ffffff;
    margin: 0;
}

#feedback p {
    margin-bottom: 100px;
}

#feedback hr{
    margin-bottom: 100px;
    color: #ffffff;

}

#topcheater {
    margin: 0;
    padding: 0%;
    width: 0;
}


form input, textarea {
    font-family: Poppins;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 2px solid;
    border-color: #494949;
    outline: #a2f4fa 2px;
    opacity: 80%;

}

form input {
    width: 552px;
    height: 30px;
}

form textarea {
    width: 550px;
    height: 200px;
    resize: none;
}

.input_text {
    color: #494949;
    font-family: Poppins;
}

.button:hover {
    background-color: #9b9b9b;
    color: #ffffff;
}

/* footer ********************************************/

#footer {
    background-color: #000000;
    min-height: 20px;
    margin: 0;

}

#footer p {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
}