
:root {
    --primary-dark: #9a9d89;
    --primary-light: #b6b9a5;
    --secondary-dark: #dd937f;
    --secondary-light: #dfbfaa;
    --third-light: #dcd3c3;
}

.portrait-wrapper img {
    width: 115vw;
    height: auto;
    margin-bottom: -5rem;
    margin-left: -3rem;
}

html, body{
    overflow-x: hidden;
}

h1, h2{
    color: var(--secondary-dark) !important;
}

.bg-gradient-primary-to-secondary {
    background: linear-gradient(45deg, var(--primary-dark), var(--secondary-dark)) !important;
}

.resume li {
    padding-bottom: 8px;
}

.ueber-mich-portrait {
    max-height: 500px;
}

section#kontakt {
    position: relative;
    padding: 5rem 0;
    background-image: url("../images/blumen.jpg");
    background-position: center;
    background-size: cover;
}

section#kontakt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.kontakt-content {
    position: relative;
    z-index: 1;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: var(--primary-dark);
}

#psychotherapie{
    background-color: #f2eee2 !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

iframe {
    border: none;
    max-width: 100%;
}

@media screen and (min-width: 576px) {
    
}

@media screen and (min-width: 996px) {

    h1{
        font-size: calc(1.625rem + 3.5vw) !important;
    }

    .portrait-wrapper img {
        width: 115%;
        height: auto;
        margin-bottom: -5rem;
        margin-left: 0rem;
    }

    .portrait-wrapper {
        margin-top: -50px;
    }

    section#kontakt {
        padding: 12rem 0;
    }

    
    .portrait-wrapper {
        margin-top: -50px;
    }

}

@media screen and (min-width: 1200px) {
    .portrait-wrapper img{
        margin-top: -220px;
    }
    h1{
        font-size: 70px !important;
    }
    .portrait-wrapper img {
        width: 100%;
    }
}
