@font-face {
    font-family: 'Schrift1';
    src: url("../objekte/outfit.ttf") format('opentype');
}

* {
    text-decoration: none;
    font-family: Schrift1;
    color: black;
    -webkit-tap-highlight-color: transparent;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    color: black;
    font-family: 'Schrift1';
    background-color: #ffffff;
}

/*header*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    z-index: 4;
}

div.header {
    overflow: hidden;
    height: 59px;
    padding: 0;
    margin: 0;
    background-color: rgb(255, 255, 255);
    width: 100%;
    box-shadow: 0 6px 20px rgba(51, 51, 51, 0.1);
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    z-index: 4;
}

div.headerbild {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

img.headerbild {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

div.headertext {
    top: 400px;
    padding: 0 10px;
    position: absolute;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/*footer*/

footer {
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
    margin: 0;
    overflow: hidden;
    padding: 10px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: left;
}

div.footer {
    margin: 5px 50px 30px 50px;
}

/*main*/

main {
    margin: 85px auto 0 auto;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    min-height: calc(100vh - 345px);
}

main.voll {
    width: 98%;
    margin: 0 auto;
}

main.index {
    margin: 0 auto 0 auto;
}

@media screen and (max-width: 1400px) {
    main.index {
        margin: 70px auto 0 auto;
    }
}

#overlay {
    top: 0;
}

div.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: top;
    text-align: center;
}

div.center-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*Layouts*/

div.white {
    margin: 0;
    background-color: rgb(255, 255, 255);
}

div.green {
    margin: 0;
    background: rgb(133, 217, 102);
    background: linear-gradient(90deg, rgba(133, 217, 102, 1) 0%, rgba(79, 148, 55, 1) 100%);
}

div.margin {
    margin: 100px auto;
}

div.textblock {
    margin: 0 5px;
    z-index: 10;
    position: relative;
}

div.width-reduced {
    max-width: 600px;
    margin: 0 auto;
}

article {
    margin: 0 auto;
    padding: 60px 10px;
    overflow: hidden;
    max-width: 1400px;
}

article.green {
    margin: 0 auto;
    padding: 20px 10px;
    overflow: hidden;
    max-width: 1400px;
}

div.split {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: top;
}

div.dp-item {
    margin: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: top;
}

div.dp-img {
    float: left;
}

div.dp-text {
    float: right;
}

img.dp-icon {
    width: 40px;
    height: 40px;
    padding: 6px 30px 6px 6px;
    margin: 13px 30px 0 0;
    border-right: 3px solid black;
}

div.register {
    margin: 50px 0 0 0;
    padding: 5px 20px;
    max-width: 400px;
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
    border-radius: 20px;
}

div.steps {
    padding: 15px;
    margin: 15px 15px;
    max-width: 400px;
    position: relative;
}

div.steps-2 {
    padding: 15px 0 0 0;
    margin: 40px 15px;
    max-width: 400px;
    height: 350px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

div.step {
    margin: 20px 5px 0 5px;
    padding: 35px 0;
    max-width: 400px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
    position: relative;
}

div.step-white {
    border-radius: 0 0 20px 20px;
    margin: 190px 0 0 0;
    padding: 15px 0 5px 0;
    max-width: 400px;
    background-color: rgb(255, 255, 255);
}

img.step {
    width: 50px;
    margin: 20px auto 0 auto;
}

img.step-2 {
    z-index: 1;
    width: 100%;
    height: 220px;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

hr.steps {
    z-index: 5;
    position: absolute;
    top: 235px;
    border-style: none;
    height: 2px;
    background-color: black;
    width: 100%;
}

hr.steps-2 {
    z-index: 5;
    position: absolute;
    top: 50px;
    border-style: none;
    height: 2px;
    background-color: black;
    width: 100%;
}

div.collection {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
    border-radius: 20px;
    margin: 40px 20px 30px 20px;
    padding: 5px 20px;
    text-align: left;
}

img.collection {
    width: 40px;
    margin: 23px 25px 0 0;
    display: inline;
    float: left;
}

div.gallery {
    max-width: 200px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
    margin: 50px 20px 30px 20px;
}

img.gallery {
    width: 50%;
    padding: 40px;
    border-radius: 20px 20px 0 0;
    border-bottom: 3px solid black;
}

img.gallery-2 {
    width: 300px;
    margin: 20px 30px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
}

div.b1 {
    margin: 30px 5px;
    padding: 5px 15px;
    max-width: 400px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
    text-align: center;
}

div.b2 {
    padding: 0 15px;
    margin: 50px 30px 0 30px;
    width: 300px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
}

div.b3 {
    max-width: 600px;
    text-align: left;
    margin: 0 30px;
    padding: 0 10px;
    border-radius: 5px;
}

div.b4 {
    max-width: 600px;
    text-align: left;
    margin: 0 30px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
}

div.advisor {
    width: 430px;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

div.advisorbeschreibung {
    overflow: hidden;
    padding: 0 0 0 15px;
    width: 260px;
}

img.advisor {
    width: 150px;
    height: 150px;
    padding: 0;
    object-fit: cover;
}

article.team {
    max-width: 520px;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
}

div.team-top {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    background: rgb(133, 217, 102);
    background: linear-gradient(90deg, rgba(133, 217, 102, 1) 0%, rgba(79, 148, 55, 1) 100%);
}

div.team-header {
    padding: 0 0 0 10px;
}

img.team-img {
    margin: 0;
    top: 0;
    width: 180px;
    height: 180px;
    object-fit: cover;
}

@media screen and (max-width: 650px) {

    img.team-img {
        width: 150px;
        height: 180px;
        object-fit: cover;
    }

    div.team-header {
        max-width: 200px;
    }

}

div.team-header p {
    color: white;
}

div.team-description {
    overflow: hidden;
    margin: 20px 20px;
    text-align: left;
}

div.team-socialmedia {
    width: 100%;
    margin: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

img.text {
    width: 22px;
    display: inline;
    float: left;
    margin: 0 10px 0 0;
}

img.smartphone {
    width: 250px;
}

img.platzhalter {
    width: 70%;
    margin: 0 auto;
}

img.badges {
    width: 194px;
    margin: 10px;
}

img.badges-2 {
    width: 175px;
    margin: 10px;
}

div.collage {
    margin: 140px auto 0 auto;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

img.collage {
    width: 90%;
    max-width: 500px;
    margin: 0 0 0 0;
}

video.imagevideo {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 6px 20px rgba(225, 225, 225, 0.9);
}

video.imagevideo-2 {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

/*Schrift*/

h1 {
    font-size: 32px;
    color: #6ab64e;
    text-align: center;
}

h1.white {
    color: white;

}

h1.black {
    color: black;
}

h1.right {
    margin: 0 0 20px 0;
    float: right;
    color: black;
}

h1.team {
    margin: 10px 0 0 2px;
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h2.green {
    font-size: 25px;
    color: #6ab64e;
}

h2.dp {
    font-size: 25px;
}

h2.right {
    margin: 0 0 10px 0;
    float: right;
}

h2.team {
    font-size: 25px;
    color: white;
}

h2.center {
    text-align: center;
    text-decoration: none;
}

h3 {
    font-size: 20px;
    text-decoration: none;
}

p {
    text-decoration: none;
}

p.number-green {
    margin: 0;
    font-size: 80px;
    color: #6ab64e;
}

p.s1 {
    font-size: 19px;
}

p.s1w {
    font-size: 19px;
    color: white;
}

p.s1g {
    font-size: 19px;
    color: #6ab64e;
}

div.c3l p.s1 {
    float: left;
}

div.c3r p.s1 {
    float: left;
}

p.s2 {
    font-size: 21px;
}

p.s2g {
    font-size: 21px;
    color: #6ab64e;
}

p.s2w {
    font-size: 21px;
    color: white;
}

p.s3 {
    font-size: 25px;
}

a.number-green {
    font-size: 100px;
    color: #85d966c2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 195px;
}

a.number-green-2 {
    font-size: 100px;
    color: #85d966c2;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
}

p.question {
    font-style: italic;
}

p.lead-white {
    font-size: 40px;
    color: white;
    text-align: center;
}

/* navs */

div.navbuttons {
    padding: 0 0 0 35px;
    float: left;
    transition: 0.4s;
}

div.navimg {
    z-index: -1;
    overflow: hidden;
    width: 100%;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

div.navbuttons a {
    z-index: 2;
    float: left;
    display: block;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding: 16px 10px 19px 10px;
    text-decoration: none;
    font-size: 17px;
    -webkit-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

img.nav {
    z-index: 0;
    width: 154px;
    text-align: center;
    margin: 10px auto 20px auto;
    transition: 0.4s;
}

div.navbuttons a.aktiv {
    color: #6ab64e;
}

div.navbuttons a:hover {
    background-color: #e9e9e9;
}

div.navicon {
    display: none;
}

@media screen and (max-width: 1400px) {
    div.navbuttons a {
        display: none;
    }

    div.nav a.logo {
        display: block;
    }

    div.nav a.icon {
        float: left;
        display: block;
        margin: 2px;
        width: 25px;
        height: 25px;
    }

    div.navicon {
        padding: 0 0 20px 0;
        display: block;
        position: relative;
    }

    img.navicon {
        width: 30px;
        height: 30px;
        float: left;
        margin: 15px 0;
        position: absolute;
        cursor: pointer;
    }

    input.navffb {
        display: none;
    }

    div.nav {
        float: left;
        transition: 0.4s;
    }
}

div.navlist-visible {
    background-color: #fbfbfb;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 90px 0 0 0;
}

div.navlist-invisible {
    display: none;
}

div.navlist-button {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

div.navlist-button-white {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 20px 0;
}

div.navlist-button a.navlist-text {
    height: 0%;
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
}

div.navlist-button a.navlist-text-active {
    height: 0%;
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    color: #85D966;
}

div.navlist-button-white a.navlist-text {
    height: 0%;
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
}

div.navlist-button-white a.navlist-text-active {
    height: 0%;
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    color: #85D966;
}

/*Inputs*/

button {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

input.buttoncolor {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #85D966;
    max-width: 200px;
    padding: 12px 15px;
    border: none;
    color: black;
    font-weight: 300;
    margin: 28px auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 25px;
    font-size: 20px;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-align: center;
    -webkit-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.buttoncolor:hover {
    background-color: #73c057;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.button-white {
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
    background-color: white;
    max-width: 200px;
    padding: 13px;
    border: none;
    color: black;
    font-weight: 300;
    margin: 28px auto;
    border-radius: 25px;
    font-size: 20px;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-align: center;
    -webkit-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input.button-white:hover {
    background-color: #e9e9e9;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

input[type=text] {
    background: none;
    margin: 14px 0;
    border: none;
    border-bottom: 3px solid black;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

/*Social-Media*/

button.smlw {
    margin: 0 10px 0 10px;
    width: 25px;
    height: 25px;
    border: none;
    background-color: transparent;
    background-image: url("../objekte/smi/web.png");
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    background-size: cover;
    cursor: pointer
}

button.smle {
    margin: 0 10px 0 10px;
    width: 25px;
    height: 25px;
    border: none;
    background-color: transparent;
    background-image: url("../objekte/smi/mail.png");
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    background-size: cover;
    cursor: pointer
}

button.smli {
    margin: 0 10px 0 10px;
    width: 25px;
    height: 25px;
    border: none;
    background-color: transparent;
    background-image: url("../objekte/smi/instagram.png");
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    background-size: cover;
    cursor: pointer
}

button.smlf {
    margin: 0 10px 0 10px;
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-image: url("../objekte/smi/facebook.png");
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    background-size: cover;
    border: none;
    cursor: pointer
}

button.smll {
    margin: 0 0 0 10px;
    width: 30px;
    height: 25px;
    background-image: url("../objekte/smi/linkedin.png");
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    background-size: cover;
    border: none;
    cursor: pointer
}

img.background {
    position: absolute;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}