* {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

/*Colors*/
:root {
    --top-header-color: #29bb89;
    --top-header-color-2: #289672;
    --top-header-color-3: #1e6f5c;
    --text-color: #fff;
    --footer-color: #222222;
    --footer-color2: #1f1f1f;
    --font-Lato: 'Lato', sans-serif;
}

/*Layers*/
.header-layer {
    z-index: 1;
}
/*================================================================*/
/*Header-Section*/
/*================================================================*/

/*================================================================*/
/*Top-Header*/
/*================================================================*/
#header-section {
    width: 100%;
    position: fixed;
}

#top-header {
    background-color: var(--top-header-color);
}

#top-header-container {
    width: 80%;
    margin: auto;
    display: flex;
}

#top-header-content {
    line-height: 1em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    float: left;
}

#top-header-content span{
    padding-right: 13px;
}

#top-header-content a {
    color: var(--text-color);
    font-family: var(--font-Lato);
    font-weight: 500;
    text-decoration: none;
}

/*================================================================*/
/*Header*/
/*================================================================*/
#navbar {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 30px 10px;
    transition: 0.4s; 
    position: fixed; 
    width: 100%;
}

#navbar a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    font-family: var(--font-Lato);
}
  
/* Style the logo */
#navbar #logo {
    font-size: 35px;
    font-weight: bold;
    transition: 0.4s;
}

#logo{
    padding: 0 0 !important;
    margin-left: 20px;
    width: 100px;
    margin-top: -10px;
}

#logo img {
    max-width: 100%;
}
/* Links on mouse-over */
#navbar a:hover {
    background-color: #ddd;
    color: black;
}
  
/* Style the active/current link */
#navbar a.active {
    color: dodgerblue;
}
  
/* Display some links to the right */
#navbar-right {
    float: right;
    margin-right: 100px;
}
  
/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
    #navbar {
      padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
    }
    #navbar a {
      float: none;
      display: block;
      text-align: left;
    }
    #navbar-right {
      float: none;
    }

    #navbar-right {
        margin-right: 0;
    }
}
/*================================================================*/
/*First-Section*/
/*================================================================*/
#contact-first-section {
    height: 100%;
    background-image: url(../images/Holstentor.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1000px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contact-first-container{
    width: 100%;
    height: 60vh;
    background-color: transparent;
    background-color: rgba(52,81,104,0.8);
}

.custom-shape-divider-top-1641396441 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color: rgba(52,81,104,0.8);
}

.custom-shape-divider-top-1641396441 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1641396441 .shape-fill {
    fill: #1e6f5c;
}
/*================================================================*/
/*Second-Section*/
/*================================================================*/
#contact-second-section{
    width: 100%;
    height: 100vh;
    background-color: #1e6f5c;
    display: flex;
    align-items: center;
}

#contact-second-section iframe{
    margin-left: 100px;
}
/*================================================================*/
/*Footer*/
/*================================================================*/
#footer-section {
    background-color: var(--footer-color);
    overflow: hidden;
}

#footer {
    padding: 50px 0px;
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

#contact-container{
    display: flex;
    flex-direction: column;
}


#contact-container h1{
    color: var(--text-color);
    font-family: var(--font-Lato);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

#contact-container a{
    color: var(--text-color);
    font-family: var(--font-Lato);
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
}

#contact-container span{
    margin-bottom: 15px;
}

#contact-container p{
    color: var(--text-color);
    font-family: var(--font-Lato);
    font-size: 17px;
    font-weight: 300;
}

.footer-container {
    margin-right: 200px;
}

#footer-logo-container {
    width: 100px;
    margin-bottom: 30px; 
}
#footer-logo {
    max-width: 100%;
}

#footer-menu {
    width: 100%;
    background-color: var(--footer-color2);
}

#footer-menu-content {
    width: 80%;
    padding: 10px 10px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
}

#footer-menu-content span {
    margin-right: 20px;
    color: var(--text-color);
    font-family: var(--font-Lato);
}

#footer-menu-content a{
    color: var(--text-color);
    font-family: var(--font-Lato);
    text-decoration: none;
}

#footer-menu-content .Impressum ::before{
    margin-left: 30px;
    content: '| ';
}

#footer-menu-content .Datenschutzerklaerung ::before{
    margin-left: 30px;
    content: '| ';
}

/*================================================================*/
/*media queries*/
/*================================================================*/
@media screen and (max-width: 970px) {

    .footer-container{
        margin-right:0;
    }

    #footer {
        padding: 50px 0px;
        width: 60%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
}