/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI Light', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    text-rendering: auto;
    background: url('/images/potsdam2.jpg') no-repeat center center fixed;
    background-size: cover;
}

.burger-menu{
    display: none;
}
.temp-container{
    display: flex;
    justify-content: space-between;
    
}

.card{
    border: solid 1px black;
    padding: 10px;
    margin: 10px;
}


header {
    background-color: transparent;
    color: #fff;
    padding: 20px;
    width: 100%;
    position: relative;
}

#logo {
    position: absolute;
    width: 200px;
    left: 5%;
    font-size: 35px;
    transform: translate(25%, 50%);
}

span{
    color: #1f79ff;
}

a{
    text-decoration: none;
    color: #fff;
}

/*
.navbar{
    position: sticky;
    top: 40px;
    z-index: 9999;
}
*/
.welcome-text-one{
    color: lightgray;
    font-size: 30px;
}
.welcome-text-two{
    color: white;
    font-size: 40px;
    font-weight: 600;
    margin-top: -10px;
}
.welcome-text-three a{
    color: #1f79ff;
    font-size: 30px;
    margin-top: -10px;
}

h1 {
    font-size: 1.5em;
}

nav {
    background-color: rgba(30, 30, 30, .5);
    padding: 20px;
    width: 100%;
    font-size: 18px;
}

nav ul {
    list-style-type: none;
    display: flex;
    justify-content: end;
}

nav a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    margin: 0 10px;
    transition: color 0.3s;
}

nav a:hover {
    color:#1f79ff;
    border-bottom: 2px solid #1f79ff;
}

li{
    text-align: left;
    color: #464646;
}

.active{
    color: #1f79ff;
    border-bottom: 2px solid #1f79ff;
}

a{
    font-weight: 700;
}

#top-boxes {
    display: flex;
    justify-content: center;
    padding: 100px;
}

.box{
    background-color: #fff;
    margin: 0 20px;
    padding: 15px;
    border: 1px solid lightgray;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);
    position: relative;
}

.box img {
    position: relative;
    width: 100%;
    height: 200px;
}

.text-box {
    padding: 10px;
    width: 20%;
}

.text-box a{
    color: #1f79ff;
}

.text-container{
    text-align: center;
    color: #1f79ff;
    font-size: 30px;
    font-weight: 100;
    padding: 50px;
    width: 40%;
}

.text-container h3{
    text-align: center;
    color: gray;
    font-size: 25px;
    font-weight: 100;
}

.container {
    padding: 20px;
    color: #fff;
    font-size: 20px;
}

.placeholder-container {
    background: none;
    padding-bottom: 20%;
}

.linked-container {
    background: none;
    padding: 100px 20%;

}

.linked-container a:hover{
    color: #1f79ff;
    transition: color 0.5s;
}

.welcome-container {
    background: none;
    padding: 12% 15%;
}

.colored-container {
    padding: 30px;
    padding-left: 100px;
    background-color: #fff;
    color: #333;
}

.colored-container a{
    color: #1f79ff;
}

.colored-container h2 h3{
    color: #1f79ff;
}

.half-container{
    width: 50%;
    background-color: #fff;
    color: #000;
    padding: 50px;
}

.frame {
    width: 200px; /* Breite des Rahmens nach Bedarf anpassen */
    height: 150px; /* Höhe des Rahmens nach Bedarf anpassen */
    border: 1px solid gray; /* Rahmenstil und -farbe nach Bedarf anpassen */
    position: relative;
  }
  
  .circle {
    width: 25px; /* Durchmesser des Kreises nach Bedarf anpassen */
    height: 25px;
    background-color: #1f79ff; /* Farbe nach Wunsch ändern */
    border-radius: 50%; /* Wichtig für die Kreisform */
    position: absolute;
    transform: translate(-120%, 0); /* Um den Kreis horizontal zu zentrieren */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }


.footer-content{
    display: flex;
    justify-content: space-around;
    font-size: 16px;
}

.footer a,
.footer-section a {
    color: #1f79ff;
}

footer .copy-text{
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.social_media{
    text-align: center;
}
.social_media a{
    color: rgb(255, 255, 255, 0.6);
    bottom: 25px;
    padding: 0px 25px;
}
.social_media i{

    color: rgb(255, 255, 255, 0.6);
    bottom: 25px;
    font-size: 25px;
}
.social_media i:hover{
    color: rgb(255, 255, 255, 0.8);
    bottom: 25px;
}

.flex-container {
    display: flex;
    justify-content: space-around;
}

.userInput{
    padding: 10px 0;
}
form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    font-weight: 100;
}
input {
    
    width: 50%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid white;
    font-size: 16px;
    color: white;
}



textarea{
    width: 50%;
}



input:focus{
    outline: none;
}

.login{
    margin: 0 auto; /* Hier wird der Inhalt zentriert */
    margin-top: 10em;
    color: white;
    background-color: rgba(30, 30, 30, .3);
    padding: 10px;
  }

  .login h1{
    font-size: 35px;
      color: #1f79ff;
      font-weight: 400;
  }

.colored-container [class="button"]{
    color: #fff;
    background-color: #1f79ff;
    padding: 5px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: black;
}

.overlay label{
    color: #000;
}

#modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 50px;
}

.modal, input{
    color: #000;
    border-bottom: 1px solid black;
}

label{
    font-size: 20px;
}

table{
    padding: 20px;
}

.about-container{
    display: flex;
	justify-content: center;
}

.angebot-container{
    display: flex;
	justify-content: center;
}

.angebot-container, li, h2{
    font-weight: 100;
}

@media (max-width: 900px) {
    nav {
        padding: 10px;
    }

    #logo, 
    .social_media, 
    .footer-section-content,
    .welcome-text-three,
    .non-display{
        display: none;
    }

    .container,
    .colored-container,
    .half-container
     {
        padding: 20px;
    }
    .placeholder-container{
        padding: 80px;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #333;
        text-align: center;
    }

    .nav-list.show {
        display: flex;
        top: 6%;
    }

    .nav-list li {
        margin: 10px 0;
        text-align: center;
    }

    .burger-menu {
        display: block;
        color: #fff;
        text-align: center;
    }
    .about-container, .angebot-container, .box{
        flex-direction: column;
        margin: 10px;
        padding: 10px;
    }
    .angebot-container [class="box"]{
        margin: 30px 0;
    }

    .about-container .text-box, .text-container{
        width: 100%;
    }
    .box{
        width: 80%;
    }
    .temp-container{
        flex-direction: column;
    }
    input, textarea{
        width: 100%;
    }
}