body {
    background-color: white;
    color: black;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}






#datenraum p,
#loesungen p,
#funktionen p,
#versprechen p {
    text-align: justify;
}

body,
ul,
li,
div {
    box-sizing: border-box;
}

.gradient {
    /* background: #833ab4;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

    /* background: #794897; */
    background: #e472aa;
    /* background: linear-gradient(90deg, rgba(121, 72, 151, 1) 0%, rgba(187, 90, 158, 1) 50%, rgba(228, 114, 170, 1) 100%); */
    /* background: linear-gradient(90deg, rgba(228, 114, 170, 1) 0%, rgba(187, 90, 158, 1) 50%, rgba(121, 72, 151, 1) 100%); */
    background: linear-gradient(90deg, rgba(228, 114, 170, 1) 0%, rgba(187, 40, 158, 1) 37%, rgba(121, 72, 151, 1) 100%);
    /* background: linear-gradient(90deg, rgba(121, 72, 151, 1) 0%, rgba(228, 114, 170, 1) 75%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* #794897   #bb5a9e  #e472aa */

}


#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1em;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: background-color 0.3s ease;
    letter-spacing: 3px;
}

#menu a {
    color: black;
    text-decoration: none;
    padding: 0 10px;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600;
}

#menu a:hover,
#menu a:focus,
#menu a:active {
    color: black;
    text-decoration: none;
}

.menu-list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.menu-item {
    padding: 24px 15px;
}

.menu-item:first-child {
    padding-left: 5px;
}

.menu-item:last-child {
    margin-left: auto;
    padding-right: 5px;
}

#logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    margin: auto;
}

#burger-menu-content {
    display: none;
}

.burger-icon {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.burger-icon div {
    height: 3px;
    background-color: black;
}

#burger-menu {
    display: none;
}

#welcome,
#herausforderung,
#loesungen,
#funktionen,
#versprechen,
#kontakt,
#impressum {
    padding-left: 45px;
    padding-right: 48px;
}



#seperator {
    margin-top: 100px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-color: #343a40; */
    background-color: #f4f4f4;

}

#seperator h1 {
    text-align: center;
    font-weight: 400;
    font-size: 35px;
}

#loesungen {
    background-color: #f4f4f4;
}


#leistungen {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#funktionen {
    padding-top: 50px;
    padding-bottom: 50px;
}

#herausforderung {
    padding-top: 50px;
    padding-bottom: 50px;
}

#loesungen {
    padding-top: 50px;
    padding-bottom: 50px;
}

#versprechen {
    margin-bottom: 45px;
    padding-top: 50px;
    padding-bottom: 50px;
}


.funktionen-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.funktionen-container .block {
    flex-basis: calc(50% - 20px);
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 20px;
}

@media screen and (max-width: 1023px) {
    .funktionen-container .block {
        flex-basis: 100%;
    }
}

.funktionen-container .block h3 {
    margin-top: 0;
}

.funktionen-container .block ul {
    padding-left: 20px;
}

.funktionen-container .block li {
    margin-bottom: 10px;
}

#impressum h2,
.block h2 {
    margin-top: 0;
    font-weight: 400;
}

.block p {

    font-weight: 300;
}

#profil {
    margin-top: 20px;
}

#profil h1 {
    margin-top: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 84px;
}

#profil p {
    font-weight: 300;
}

#hero-shot {
    height: 33vh;
    /* background-image: url('hero-shot.jpg'); */
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
    #hero-shot {
        height: 50vh;
        /* background-image: url('hero-shot.jpg'); */
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.menu-active {
    color: #e472aa !important;
}

@media screen and (max-width: 1023px) {
    .menu-list {
        display: none;
    }

    #menu {
        background-color: #a6bccf;
        padding-left: 20px;
        padding-right: 20px;
        height: 60px;
    }

    .block {
        flex-basis: 100%;
    }

    #logo {
        left: 25px;
        top: 30px;
        transform: translateY(-50%);
    }

    #burger-menu {
        display: flex;
        position: absolute;
        right: 25px;
        top: 30px;
        transform: translateY(-50%);
    }


    #burger-menu-content {
        display: none;
        flex-direction: column;
        background: black;
        position: absolute;
        right: 0px;
        top: 47px;
        left: 0px;
        background-color: white;
        width: 100%;
        list-style-type: none;
        padding-top: 20px;
        padding-bottom: 10px;
        z-index: 100;
        padding-inline-start: 28px;
    }



    #burger-menu-content li {
        height: 60px;
    }

    #burger-menu-content a {
        color: black;
        font-size: 20px;
        text-decoration: none;
        padding: 0px 0px;
    }

}


#kontakt {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
    /* min-height: 1200px; */
}

#kontakt h2 {
    
    width: 50%;
}

#kontakt .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#kontakt input,
#kontakt textarea {
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    /* padding: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 10px;
}

#kontakt textarea {
    height: 150px;
}


.button-wrapper {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

#kontakt input[type="submit"] {
    max-width: 200px;
    cursor: pointer;
    font-weight: 800;
    background: transparent;
    color: #e472aa;
    border: 1px solid #e472aa;
    padding: 10px 20px;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-text-fill-color: #272c30 !important;
}

@media screen and (max-width: 1023px) {
    #kontakt .form-row {
        flex-direction: column;
    }

    #kontakt .form-row input {
        width: 100%;
    }
}

input[type="text"],
input[type="email"],
textarea {
    /*border: none;*/
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #757575;
    background: transparent;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    color: black;
}

#kontakt input:focus,
#kontakt textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: black;
    color: black;
}

#kontakt h3 {
    font-weight: 300;
    font-size: 16px;
}

#impressum {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    align-items: center;
}

.impressum-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.impressum-col {
    flex: 1;
    font-weight: 300;
}

.impressum-col:last-child {
    align-self: flex-end;
}

.impressum-logo {
    text-align: right;
}

.impressum-logo img {
    height: 20px;
    width: auto;
}

.impressum-col span {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}


.impressum-left a {
    font-size: 14px;
    letter-spacing: 3px;
    color: black;
    text-decoration: none;
}

.impressum-left a:first-of-type {
    padding-right: 40px;
}


@media screen and (max-width: 1023px) {
    .impressum-section {
        flex-direction: column;
        align-items: center;
    }

    .impressum-col {
        text-align: center;
    }

    .impressum-logo {
        text-align: center;
    }

    .impressum-col {
        align-self: center;
    }

    .impressum-col:last-child {
        margin-top: 30px;
        align-self: center;
    }
}

#contact-form {
    margin-top: 20px;
}

#kontakt span {
    color: #757575;
}