body{
    margin: 0;
    background-color: rgb(255, 255, 255) ;
}
body, html{
    overflow-x: hidden;
}
.imp{
    background-color: #650000;
    color: white;
    display: flex;
    height: 35px;
    right: 0;
    left: 0;
    top: 0;
}
.instaimg{
    position: absolute;
    top: 5px;
    right: 25px;
    width: 23px;
    height: auto;
}
.DTS{
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lucida Sans';
    margin-left: 25px;
    text-decoration: none;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.nav{
    display: flex;
    position: fixed;
    width: 100%;
    height: 85px;
    -webkit-box-shadow: 5px 20px 24px 1px rgba(66, 68, 90, 1);
    -moz-box-shadow: 5px 20px 24px 1px rgba(66, 68, 90, 1);
    box-shadow: 5px 20px 24px 1px rgba(66, 68, 90, 1);
    box-sizing: border-box;
    background-color: #ffffff;   
}
.willkommen{
    display: none;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-links{
    display: flex;
    gap: 20px;
}
.left{
    margin-right:auto;
    padding-left: 20px;
}
.right{
    margin-left: auto;
    padding-right: 20px;
}
.navimg{
    width: 90px;
    margin: 0 30px;
}
.nav-links a{
    text-decoration: none;
    color: #003056;
    font-size: 32px;
    font-family: 'Lucida Sans';
    font-weight: 500;
    display: flex;
    gap: 20px;
}
.nav-links a:hover{
    color: #650000;
}
.countdown{
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: 600px;
}
.countdown a:hover{
    color: #650000;
}
#demo{
    text-decoration: none;
    color: #003056;
    font-size: 32px;
    font-family: 'Lucida Sans';
    font-weight: 500;
}
.dropdown{
    display: none;
}
.kontakt-info{
  text-decoration: none;
  color: #003056;
  font-size: 24px;
  font-family: 'Lucida Sans';
  font-weight: 600;
  display: flex;
  margin: 20px 20px auto 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0.2px solid #000000;
  border-radius: 8px;
  background-color: #edecec;
  justify-content: center;
  text-align: center;
}
.website-info{
  text-decoration: none;
  color: #003056;
  font-size: 24px;
  font-family: 'Lucida Sans';
  font-weight: 600;
  display: flex;
  margin: 150px 20px auto 20px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
    .nav-links a {
      font-size: 24px;
      padding: 0 10px;
    }
  
    .countown {
      margin-left: auto;
      margin-right: 20px;
    }
  
    .navimg {
      width: 70px;
      margin: 0 15px;
    }
}
    @media screen and (max-width: 768px) {
        .imp {
            display: flex;              
            justify-content: space-between; 
            align-items: center;        
            padding: 5px;
            width: 100%;   
        }
      
        .DTS {
            margin-left: 18px;
        }
        
        .instaimg {
          position: relative;
          top: auto;
          right: 18px;
          margin: 5px;
        }
      
        .nav {
          flex-direction: column;
          height: 120px;
          padding: 10px 0;
        }
      
        .navbar {
          justify-content: space-between;
        }
      
        .nav-links {
          flex-direction: column;
          align-items: center;
          gap: 10px;
          padding: 10px 0;
          display: none;
        }
      
        .countown {
          margin: 10px 0;
        }
      
        .nav-links a,
        #demo {
          font-size: 20px;
        }
        .willkommen{
            display: block;
            text-align: center;
            text-decoration: none;
            color: #003056;
            font-size: 18px;
            font-family: 'Lucida Sans';
            font-weight: 500;
            margin-left: -20px;
        }
        .dropdown{
            display: block;
            float: right;
            overflow: hidden;
            z-index: 9999;
            margin-right: 20px;
        }
        .dropdown .dropbtn {
            font-size: 36px;
            padding: 10px 10px;
            border: black;
            outline: none;
            color: rgb(0, 0, 0);
            background-color: inherit;
            font-family: inherit; /* Important for vertical align on mobile phones */
            margin: 0; /* Important for vertical align on mobile phones */
          }
          .dropbtn .dropdown i {
            display: inline-block;
            line-height: 1;
          }
        /* Dropdown content (hidden by default) */
    .dropdown-content {
        display: none;
        position: absolute;
        border-radius: 8px;
        right: 5px;
        top: calc(100% + 5px);
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 9999;
      }
      
      /* Links inside the dropdown */
      .dropdown-content a {
        float: none;
        color: #003056;
        font-family: 'Lucida Sans';
        font-size: 20px;
        font-weight: 500;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
        border-bottom: 1px solid #000000;
      }
    
      .dropdown-content a:last-child {
        border-bottom: none;
      }
      
      /* Add a grey background color to dropdown links on hover */
      .dropdown-content .dropbtn a:hover {
        background-color: #ddd;
      }
      
      /* Show the dropdown menu on hover */
      .dropdown:hover .dropdown-content {
        display: block;
      }
      .website-info{
        margin-top: 200px;
      }
    }
