@font-face {
    font-family: "playball-regular";
    src:url("../fonts/playball-regular.ttf")  format('truetype');
}

@font-face {
    font-family: "didact-regular";
    src:url("../fonts/didact-regular.ttf")  format('truetype');
}

* {
margin: 0px;
padding: 0px;
outline: none;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    padding-top: 60px;
    font-size: 62.5%;
    font-family: 'Lato regular', sans-serif;
    background-color: #f9f9f9;
    user-select: none;
}

/*Header*/

#logo {
    height: 80px;
    top: 0px;
    position: fixed;
}

@media only screen and (max-width: 480px) {
    #logo {
        width: 70%;
    }
}
.navbar {
    width: 100%;
    height: 60px;
    background-color: #242B35;
    position: fixed;
    display: flex;
    top: 0;
    justify-content: space-around;
    align-items: center;
    font-size: 2em;
    padding: 10px 0px;
    z-index: 9999;
    border-bottom: 2px solid white;
}

nav ul {
    list-style-type: none;
    width: 100%;
    text-align: right;
}

nav ul li {
    padding: 20px 12px;
    display: inline-block;
}

nav ul li a {
    text-decoration: none;
    color: #eef0f2;
}

nav ul li a:hover {
    color: #06f8ed;
}

nav ul li .current {
    color: #f8c537;
}

#navi-list li a {
    scroll-margin-top: 100px;
}

.hamburger-menu {
    display: none;
    border: 2px solid #eef0f2;
    border-radius: 8px;
    padding: 8px;
}

/*Media-Queries Navigation-Top-Menü*/

@media all and (max-width: 900px) {
    #logo {
        height: 80px;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .navbar {
        flex-direction: column;
        position: fixed;
    }
    
    nav ul {
        text-align:right;
        margin-left: 40%;
        display: none;
        width: 170px;
        background-color: #1a1F25;
    }
    
    nav ul li {
        display: block;
        border-top: 1px solid #1a1f25;
        padding: 15px;
    }
    
    .hamburger-menu {
        display: block;
        position: absolute;
        right: 30px;
        cursor:pointer;
    }

    .active {
        display: block;
        position: relative;
        z-index: 3;
        padding-top: 150px;
    }
}


.menu-line {
    width: 30px;
    height: 3px;
    background-color: #eef0f2;
    border-radius: 100px;
    margin-top: 3px;
    margin-bottom: 6px;
    margin-left: 1px;
    margin-right: 1px;
}


/* Main Container */

#top {
    width: 100%;
    -webkit-background-blend-mode: normal difference;
    background-blend-mode: normal difference;
    background-size: contain;
    text-align: center;
    color: #f4f4f4;
}

#top h1 {
    font-family: "playball-regular", kursiv;
    margin-top: -17vw;
    font-size: 7.2vw;
    color: #f7faf8b0;
}

#bild {
    width: 100%;
    height: auto;
}


/* Inhalt Container */

p {
    font-family: "didact-regular", sans-serif; 
    font-size:18px;
    color:#191919;
    line-height:1.5em; 
}

#zweitexte {
    float: left;
    background-color: #f9f9f9;
    color: #191970;
    font-size: 1.3em;
    margin-left: 140px;
    margin-top: 30px;
}

#zweitexte h1 {
    margin: 30px 0 10px 0;
    font-family: 'Arial', sans-serif;
    scroll-margin-top: 150px;
}

@media only screen and (max-width: 1000px) {
    #zweitexte {
        margin-left: 140px;
    }

    #main #zweitexte {
        width: 70%;
    }
}


#aktuell h3 {
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 3px 3px 8px #000;
}

#main #zweitexte {
    float: left;
    margin-right: 2%;
    color: #191970;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    scroll-margin-top: 180px;
}


/* Overview Container */

#overview {
    border-top: 2px solid silver;
    float: left;
    background-image: url( '../website_museum/img/kolumnsaal.jpeg' );
    background-blend-mode: multiply;
    background-color: #6495ed;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    margin-top: 25px;
    width: 100%;
    text-align: center;
    color: #f4f4f4;
}

#overview h2 {
    font-size: 2.6em;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    scroll-margin-top: 100px;
}

#overview h4 {
    color: #3806bf;
    font-size: 1.7em;
    font-family: 'Arial', sans-serif;
}

#overview .img {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 50px;
}

#overview .img:nth-child(odd) {
    margin-left: 18%;
}

#overview img {
    padding: 5px;
    border: 2px solid #f4f4f4;
    float: left;
    width: 100%;
    max-width: 500px;
}

#overview span {
    font-family: "didact-regular", sans-serif; 
    font-size:18px;
    color: #fff;
    line-height:1.5em;
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: justify;
}


/* Kontakte */

#contacts {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    padding-top: 70px;
    border-top: 2px solid silver;
    background: #f4f4f4;
    scroll-margin-top: 70px;
}

#contacts h5 {
    font-size: 3em;
    color: #4f4f4f;
    text-align: center;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
}

#contacts p {
    font-size: 1.9em;
    color: #4f4f4f;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

#form_input {
    margin-top: 15px;
    margin-left: 70px;
    font-size: 1em;
    padding-left:5%;
}

#form_input label {
    color: #4f4f4f;
    cursor: pointer;
    font-size: 1.7em;
    font-family: 'Rubik', sans-serif;
}

#form_input label > span {
    color: #e87e7e;
}

#form_input input,#form_input textarea {
    margin-bottom: 10px;
    width: 70%;
    padding: 10px 2%;
    border-radius: 30px;
    border: 2px solid silver;
    font-size: 0.9em;
    color: #454545;
}

#form_input input:focus, form_input textarea:focus {
    border-color: #f8c537;
}

#form_input .btn {
    width: 200px;
    float: left; 
    border: none;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 15px;
    margin-right: 20%;
    font-size: 1.9em;
    background-color: #4169e1;
    text-shadow: #454545 0 0 2px;
    border-radius: 20px;
    cursor: pointer;
    color: #f4f4f4;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    }

#form_input .btn:hover {
  background-color: #6495ed;
  color: #191970;
  border-radius: 15px;
  box-shadow: 0 0 5px #6495ed,
              0 0 25px #6495ed,
              0 0 50px #6495ed,
              0 0 100px #6495ed;
}

/*Preise&Eintrittskarten*/

#tickets {
    background-color: #d3d3d3;
    border-top: 2px solid silver;
    width: 100%;
    float: left;
    padding: 70px 0;
}

@media (min-width: 801px) {
    #tickets div {
        width: 25%;
        margin-left: 6%;
        float: left;
    }
}

@media (max-width: 800px) {
    #tickets div {
        width: 80%;
        margin-left: 10%;
        float: left;
    }
}

#tickets .title {
    font-weight: lighter;
    color: #4169e1;
    margin-bottom: 20px;
    font-size: 1.9em;
}

#tickets .heading {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
}

#tickets div {
    width: 25%;
    margin-left: 6%;
    float: left;
}

#tickets p {
    font-family: 'Lato regular', sans-serif;
    color: #191970;
    font-size: 0.95em;
    margin-bottom: 40px;
}


/*Footer*/

#footer {
    min-height: 50px;
    max-width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #242B35;
    position: fixed;
  }
  
#footer ul {
    list-style-type: none;
    float: left;
    margin-top: 15px;
    width: 82%;
}
  
#footer ul li {
    font-size: 1em;
    padding: 0 1%;
    display: inline;
    text-transform: uppercase;
    font-family: 'Lato regular', sans-serif;
    letter-spacing: 1px;
}
  
footer ul li a {
    text-align: center;
    text-decoration: none;
    color: white;
}
  
footer ul li a:hover {
    color: #f8c537;
}
  
#social-media {
    margin-top: 20px;
    position: absolute;
    right: 1%;
    width: 120px;
    z-index: 1;
    bottom: 12px;
}
  
.social-media-size {
    height: 20px;
    width: auto;
    margin-right: 10%;
}
  
.social-media-size:hover {
    transform: scale(1.5);
}
  
#copyright {
    font-size: 1em;
    color: #999;
    margin-right: 3%;
    padding-left: 3%;
    text-transform: uppercase;
    font-family: 'Lato regular', sans-serif;
    letter-spacing: 1px;
}

/*Impressum*/

#impressum {
    width: 100%;
    background-color: #fafafa;
    font-family: 'Lato regular', sans-serif;

    -webkit-background-blend-mode: normal difference;
    background-blend-mode: normal difference;
    background-size: contain;
    color: #484848;
}


#impressum h1 {
    font-family: 'Arial', sans-serif;
    margin-top: 2rem;
    font-size: 3rem;
    text-align: center;
}

#impressum h2 {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    text-align: center;
}

#impressum p {
    font-family: 'Arial', sans-serif;
    color: #484848;
    font-size: 1.3rem;
    text-align: center;
    margin: 1rem 40px 2rem 40px;
}

@media only screen and (max-width: 800px) {
    #impressum {
        margin-left: 100px;
    }

    #impressum h1, h2, p {
        width: 70%;
    }
}

/*Danke-Seite*/

.danke-container {
    display: flex;
    justify-content: center;
    top: 50px;
}

.danke-container > * {
    flex: 1 1 280px;
}

.danke-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.danke-card > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 280px;
}

.danke-media {
    min-height: 400px;
}

.danke-img {
    width: 100%;
    height: 100%;
    margin-left: 20px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.danke-content {
    padding: 1em 2em;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: midnightblue;
}

@media screen and (max-width: 600px) {
    .danke-card {
        margin-top: auto;
        margin-bottom: auto;
    }
}

.danke-content h1 {
    font-size: 1.9em;
    font-weight: bold;
    font-family: 'Lato regular', sans-serif;
}

.button {
    width: 300px;
    float: left; 
    border: none;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 30%;
    margin-top: 15px;
    font-size: 1.9em;
    background-color: #4169e1;
    text-shadow: #454545 0 0 2px;
    border-radius: 20px;
    cursor: pointer;
    color: #f4f4f4;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 3px;
    }

.button:hover {
  background-color: #6495ed;
  color: #191970;
  border-radius: 15px;
  box-shadow: 0 0 5px #6495ed,
              0 0 25px #6495ed,
              0 0 50px #6495ed,
              0 0 100px #6495ed;
}

@media only screen and (max-width: 800px) {
    .button {
        margin-left: 20%;
    }
}

 








