@import url("https://use.typekit.net/hma4zpg.css");
@import url(//db.onlinewebfonts.com/c/214350dbc23e3237aca81ef0e5033dd6?family=PingFang+SC);

@font-face {
    font-family: gotham-narrow-light;
    src: url("fonts/GothamNarrow-Light.otf") format("opentype");
}

@font-face {
    font-family: gotham-narrow-book;
    src: url("fonts/GothamNarrow-Book.otf") format("opentype");
}

@font-face {
    font-family: gotham-narrow-bold;
    src: url("fonts/GothamNarrow-Bold.otf") format("opentype");
}

@font-face {
    font-family: gotham-narrow-medium;
    src: url("fonts/GothamNarrow-Medium.otf") format("opentype");
}

html {
 -webkit-overflow-scrolling: touch;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    overflow-x: hidden;
    width: 100%;
    font-family: sans-serif;
    line-height: 1.5;
    font-family: gotham-narrow-light, sans-serif;
    font-weight: 300;
    font-size: 18px;
}

a.anchor {
    display: block;
    position: relative;
    top: -79px;
    visibility: hidden;
}

.active {
    text-decoration: underline;
}

.appear {
    animation: appear 1s;
}

@keyframes appear {
    from {opacity: 0.0;}
    to {opacity: 1.0;}
}

#navbar a {
    color: #3d3d3d;
    text-decoration: none;
}


#welcomemenu a {
    color: white;
    text-decoration: none;
}


#bg1 {
    height: 80vh;
    background-image: url(img/bg21.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


#bg3 {
    height: 80vh;
    background-image: url(img/bg23.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#bg4 {
    height: 80vh;
    background-image: url(img/bg27.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}



h1 {
    font-family: gotham-narrow-light, sans-serif;
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 100;
}

h2 {
    font-family: gotham-narrow-light, sans-serif;
    font-size: 30px;
    letter-spacing: -2px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: -5px;
}

.heading {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.bluedot {
    color: #00b1ff;
    background-color: #0086fb;
    width: 7px;
    float: left;
    height: 90px;
    margin-right: 10px;
}

p {
    text-align: left;
}

#navlogo {
    height: 100px;
    margin-top: -100px;
    margin-left: 30px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
}

#navbar {
    position: fixed;
    height: 80px;
    background-color: white;
    color: white;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: gotham-narrow-light, sans-serif;
    top: -80px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
    z-index: 2;
}

#navcontent {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#logo {
    float: left;
    position: relative;
    margin-left: 50px;
}

#logoimg {
    height: 400px;
}

#menu {
    float: right;
    position: relative;
    margin-right: 50px;
    margin-top: -85px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.menuitem {
    display: inline;
    padding: 10px;
    margin: 5px;
    width: 200px;
    height: 200px;
}

#welcome {
    height: 100vh;
    background-color: #008db9;
    background-size: cover;
    text-align: center;
    font-size: 80px;
    font-weight: 300;
    color: white;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    border-bottom: 5px solid white;
}

#welcometext {
    
}

#welcomemenu {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    position: absolute;
       top: 70%;
    left: 50%;
       transform: translate(-50%, -50%);
}

@keyframes zoom {
    from {
        width: 320px;
    }
    to {
        width: 640px;
    }
}


.cell {
    display: table-cell;
    vertical-align: middle;
}

#welcomewir {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    display: table;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

#welcomewir:hover {
    background-color: white;
    color: #008db9;
}


#welcomepartner {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    display: table;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

#welcomepartner:hover {
    background-color: white;
    color: #008db9;
}

#welcomeleistungen {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    display: table;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

#welcomeleistungen:hover {
    background-color: white;
    color: #008db9;
}

#welcometeam {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    display: table;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

#welcometeam:hover {
    background-color: white;
    color: #008db9;
}

#welcomekontakt {
    float: left;
    width: 120px;
    height: 120px;
    display: table;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

#welcomekontakt:hover {
    background-color: white;
    color: #008db9;
}

#about {
    background-color: white;
    display: flex;
    color: #3d3d3d;
}

#aboutimg {
    width: 30%;
    background-color: #e0f7fc;
    position: relative;
    z-index: 1;
    border-top: 5px #008db9 solid;
}

#eubio {
    display: none;
}

#svg1 {
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
    width: 90%;
    max-height: 100%;
}

#bioimg {
    max-width: 80%;
    width: 400px;
}


#abouttext {
    width: 50%;
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 80px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    border-top: 5px #008db9 solid;
}



#prtnr {
    background-color: #008db9;
    display: flex;
    color: white;
}

#partnertext {
    width: 50%;
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
    color: white;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 5px #ffffff solid;
}

#svg2 {
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
    width: 90%;
    max-height: 100%;
}

#partnerimg {
    width: 30%;
    background-image:url(img/bg33c.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    border-bottom: 5px #ffffff solid;
}



#lstgn {
    background-color: white;
    display: flex;
    color: #3d3d3d;
}

#svg3 {
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
    width: 90%;
    max-height: 100%;
}

#leistungentext {
    width: 50%;
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
    color: #3d3d3d;
    padding-top: 50px;
    padding-bottom: 80px;
        border-top: 5px solid #008db9;

}

#leistungenimg {
    width: 30%;
    background-image: url(img/bg31b.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-top: 5px solid #008db9;

}

#lstgtable {
    border: none;
    width: 100%;
}

#svg4 {
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
    width: 90%;
    max-height: 100%;
}

#team {
    background-color: #008db9;
    display: flex;
    color: white;
    padding: 0;
    margin: 0;
}

#teamtext {
    width: 50%;
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
    color: white;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 5px white solid;
}

#teamtxt {
    width: calc(80% + 20px);
} 

#emi {
    background-color: white;
    width: 100%;
}

#emitxt {
    width: calc(50% - 10px);
    float: left;
}

#hermann {
    background-color: white;
    width: 100%;
}

#hermanntxt {
    width: calc(50% - 10px);
    float: right;
}

#teamimg {
    width: 30%;
    background-image: url(img/bg34.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    border-bottom: 5px #ffffff solid;
}

#kontakt {
    background-color: white;
    display: flex;
    color: #3d3d3d;
}

#svg5 {
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
    width: 90%;
    max-height: 100%;
}

#kontakttext {
    width: 50%;
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
    color: #3d3d3d;
    padding-top: 50px;
    padding-bottom: 80px;
    border-top: 5px #008db9 solid;
}

#kontaktimg {
    width: 30%;
    background-image: url(img/contactimg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    border-top: 5px #008db9 solid;
}

.row {
    
}

.lefttd {
    width: 25px;
}

.righttd {
    text-align: left;
    padding: 5px;
}


#footer {
    height: 65px;
    background-color: #008db9;
    color: white;
}

#footer a {
    color: white;
}

#impdat {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
}

#impressum {
    float: left;
    margin-top: 20px;
}

#datenschutz {
    float: right;
    margin-top: 20px;
} 

#copyright {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: center;
    height: 30px;
    background-color: #008db9;
    color: white;
    padding-top: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  background-color: #3d3d3d;
  overflow-x: hidden;
  transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#toggle {
    display: none;
         margin-top: 13px;
        margin-left: 30px;
    color: #3d3d3d;
}



#svglogo {
    max-width: 80%;
    /*animation: fill1 0.5s ease forwards 2s;*/
    animation: appear 3s;
    position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
}

/*

#svglogo path:nth-child(1){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 2s ease forwards, fill1 1s ease forwards 0.3s;
}

#svglogo path:nth-child(2){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 2s ease forwards 0.3s, fill1 1s ease forwards 0.5s;
}

#svglogo path:nth-child(3){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 0.6s, fill1 1s ease forwards 0.8s;
}

#svglogo path:nth-child(4){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 0.9s, fill1 1s ease forwards 1.1s;
}

#svglogo path:nth-child(5){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 1.1s, fill1 1s ease forwards 1.3s;
}

#svglogo path:nth-child(6){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 1.2s, fill1 1s ease forwards 1.5s;
}

#svglogo path:nth-child(7){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 1.3s, fill1 1s ease forwards 1.7s;
}

#svglogo path:nth-child(8){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 1.4s, fill1 1s ease forwards 1.9s;
}

#svglogo path:nth-child(9){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 1.5s, fill1 1s ease forwards 2.1s;
}

#svglogo path:nth-child(10){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 1.6s, fill1 1s ease forwards 2.3s;
}

#svglogo path:nth-child(11){
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    animation: line-anim 1.5s ease forwards 1.7s, fill1 1s ease forwards 2.5s;
}

@keyframes line-anim{
    to{
        stroke-dashoffset: 0;
    }
}

@keyframes fill1 {
    from {
        fill: transparent;
    }
    to {
        fill: white;
    }
}

*/

@media screen and (max-width: 1300px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
    #toggle {
        display: none;
        float: left;

    }  
    #menu {
        margin-right: 30px;
        display: block;
    }
    
    #navlogo {
        margin-left: 0px;
    }
    .menuitem {
        padding: 5px;
    margin: 5px;
    width: 150px;
    height: 150px;
    }
        #bg1 {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }
    
    #bg4 {
        background-attachment: scroll;
        background-size: cover;
    }
    
    #bg3 {
        background-attachment: scroll;
        background-size: cover;
    }
}

@media screen and (max-width: 900px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
    #toggle {
        display: block;
        float: left;

    }  
    #menu {
        margin-right: 30px;
        display: none;
    }
    
    #navlogo {
        margin-left: -25px;
        height: 80px;
    }
    .menuitem {
        padding: 5px;
    margin: 5px;
    width: 150px;
    height: 150px;
    }
    
    #welcomemenu {
        display: none;
    }
    
    #about {
        display: block;
    }
    
    #aboutimg {
        width: 100%!important;
        position: inherit;
        z-index: 299;
        float: none;
        display: none;
    }
    
    #abouttext {
        width: 80%!important;
        text-align: center;
        float: none;
        border-top: none;
    }
    
    #partnerimg {
        width: 100%!important;
        position: inherit;
        z-index: 299;
        float: none;
        display: none;
    }
    
    #partnertext {
        width: 80%!important;
        text-align: center;
        float: none;
    }
    
    #leistungenimg {
        width: 100%!important;
        position: inherit;
        z-index: 299;
        float: none;
        display: none;
    }
    
    #leistungentext {
        width: 80%!important;
        text-align: center;
        float: none;
    }
    
    #teamimg {
        width: 100%!important;
        position: inherit;
        z-index: 299;
        float: none;
        display: none;
    }
    
    #teamtext {
        width: 80%!important;
        text-align: center;
        float: none;
    }
    
    #kontaktimg {
        width: 100%!important;
        position: inherit;
        z-index: 299;
        float: none;
        display: none;
    }
    
    #kontakttext {
        width: 80%!important;
        text-align: center;
        float: none;
    }
    
    #emitxt {
        text-align: left;
        width: 100%;
        float: none;
        margin-bottom: 50px;
    } 
    
    #hermanntxt {
        text-align: left;
        width: 100%;
        float: none;
    }
    
    #bg1 {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        height: 40vh;
    }
    
    #bg4 {
        background-attachment: scroll;
        background-size: cover;
        height: 40vh;
    }
    
    #bg3 {
        background-attachment: scroll;
        background-size: cover;
        height: 40vh;
    }
    
    
    #welcometext {
        width: 100%;
        position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
    }
    
    #svglogo {
        margin-top: 0;
    }
    
    #eubio {
        display:block;
        background-color: #e0f7fc;
        text-align: center;
        border-top: #008db9 5px solid;
    }
    
    
}