* {
    font-family: 'Courier New', monospace; 
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    color: rgb(55,61,42);
    max-width: 100%; 
    
}


body {
    margin: 0px;
}

div.Impressum {
    padding: 50px 70px;
}

@media only screen and (max-width: 800px) {
    div.Impressum {
        padding: 20px;
        text-align: left;}
}

h5 {
    text-align: right;
}

h6 {
    font-size: 24px;
}

h2 {
    padding: 40px 0px 10px 0px;
}

h3 {
    padding: 30px 0px 10px 0px;

}



a {
    color: rgb(55,61,42);
    text-decoration: none;
}

a:link {
    color: rgb(55,61,42);
}

a:visited {
    color: rgb(55,61,42);
    text-decoration: none;
}

a:hover {
    color: rgb(255,69,0);
    text-decoration: none;
}

div.danke {
    background-image: url("../Bilder/Theater_1.png");
    background-position: top;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    height: 1000px;
    margin: 0px;
    padding-top: 200px;
    padding-left: 55%;
    padding-right: 50px;
    border: solid 1px black;
}

.kasten p{
    color: white;
    margin-bottom: 100px;
}

.rueckkehr a {
    color: white;
    text-decoration: none;
}

.rueckkehr a:link {
    color: white;
}

.rueckkehr a:visited {
    color: white;
    text-decoration: none;
}

.rueckkehr a:hover {
    color: rgb(255,69,0);
    text-decoration: none;
}

.kasten h6 {
    font-size: 22px;
    color: white;
}

span.rueckkehr {
    margin-left: 100px;
    border: solid 1px white;
    padding: 8px;
}





