* {
    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;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
/*================================================================*/
/*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*/
/*================================================================*/
/*
#main-first-section { 
    background: url(/images/Schiff.jpeg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
     -o-background-size: cover;
    background-size: cover;
}
*/
/*
#full-background {
    background: url( /images/Schiff.jpeg  ) no-repeat top center fixed; 
    background-size: auto 100vmax;
}
*/

#main-first-section { 
    height: 100vh;
}

#full-background {
      /* The image used */
  background-image: url("/images/Schiff.jpeg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main-first-container {
    height: 100vh;
    width: 100%;
    display: flex;
    background-color: rgba(52,81,104,0.2);
    overflow: hidden;
}

#main-first-content{
    position: relative;
    left: 10%;
    top: 58%;
    color: var(--text-color);
    font-family: var(--font-Lato);
    max-height: 700px;
    
}

#main-first-content p{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5em;
    text-shadow: 0.2em 0.3em 0.3em rgba(0, 0, 0, 0.47);
}

#main-first-content h1{
    font-size: 70px;
    font-weight: 800;
    line-height: 2em;
    text-shadow: 0.2em 0.3em 0.3em rgba(0, 0, 0, 0.47);
}

#main-first-content h2{

    font-size: 37px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 20px;
    text-shadow: 0.2em 0.3em 0.3em rgba(0, 0, 0, 0.47);
}

/*================================================================*/
/*Second-Section*/
/*================================================================*/
#main-second-section{
    min-height: 80vh;
    background-color: #1e6f5c;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

#main-second-container{
    width: 90%;
    padding-bottom: 20vh;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-around;
    margin-top: 20vh;
}

.main-second-content-container{
    min-width:300px;
    max-width: 600px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    color: var(--text-color);
    margin-bottom: 10vh;
}
.main-second-content-container h1 {
    font-size: 50px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 60px;
}

.main-second-content-container p {
    font-weight: 500;    
    font-size: 22px;
}

.number{
    font-weight: 700;    
    font-size: 30px;
    margin-right: 60px; 
}

.word{
    font-weight: 700;    
    font-size: 30px;
}
/*================================================================*/
/*Third-Section*/
/*================================================================*/
#main-third-section{
    min-height: 80vh;
    background-color: #289672   ;
    display: flex;
    justify-content:center;
    overflow: hidden;
}

#main-third-container{
    width: 90%;
    padding-bottom: 20vh;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10vh;
    justify-content: space-around;
}

.main-third-content-container{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    color: var(--text-color);
    width: 50%;
    max-width: 600px;
    position: relative;
    margin-bottom: 10vh;
}
.main-third-content-container h1 {
    font-size: 50px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 60px;
}

.main-third-content-container p {
    margin-top: 50px;
    font-weight: 500;    
    font-size: 22px;
}

.main-third-content-container li {
    font-weight: 500;    
    font-size: 22px;
    line-height: 1.2em;
}

/*================================================================*/
/*Transition-mainsecond-mainthird-Section*/
/*================================================================*/

#transition-mainsecond-mainthird-section {
    overflow: hidden;
}

#transition-mainsecond-mainthird-background {
    height: 100%;
    background-image: url(../images/Holstentor.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1000px;
    
}

.custom-shape-divider-top-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1 .shape-fill {
    fill: #1e6f5c;
}

.custom-shape-divider-top-2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 50vh;
}

.custom-shape-divider-top-2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotate(180deg);
    
}

.custom-shape-divider-top-2 .shape-fill {
    fill: #289672;
}

/*================================================================*/
/*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: 1200px) {
    #main-first-container {
        
    }
    
    #main-first-content{
        left: auto;
        top: 45%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 970px) {

    .footer-container{
        margin-right:0;
    }

    #footer {
        padding: 50px 0px;
        width: 60%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 520px) {
    
    #main-first-content{
        position: relative;
        left: 10%;
        top: 45%;
        color: var(--text-color);
        font-family: var(--font-Lato);
        max-height: 700px;
    }

    #main-first-content p{
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.5em;
    }
    
    #main-first-content h1{
        font-size: 3rem;
        font-weight: 800;
        line-height: 2em;
    }
}