/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v12-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v12-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v12-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v12-latin-700.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Montserrat', sans-serif;
    background: white;
}



.icon-top {
    background: white;
}

.icon-top a {
    color: burlywood;
    font-size: 15px;
    transition: color 1s ease;
}

.icon-top a:hover {
    color: grey;
}

.icon-top span {
    color: burlywood;
    font-size: 12px;
}


/*navbar*/

.navbar {
    background: #bcd979;
    padding: 10px 20px;
    transition: padding 2s ease;
}

.navbar-background {
    padding: 2px 20px;
}

.navbar-brand {
    color: green;
    font-size: 15px;
    transition: all 1s ease;
}

.navbar-brand:hover {
    background: #9bc53d;
    color: white;
}

.bar1,
.bar2,
.bar3 {
    width: 23px;
    height: 3px;
    margin: 5px;
    background: green;
    transition: all 0.5s ease;


}

.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-5px, -8px);
}


.nav-link {
    color: green;
    font-size: 15px;
    padding: 10px 20px !important;
    border-radius: 5px;
    transition: background 2s ease;
}

.nav-link:hover {
    background: #9bc53d;
    color: white;
}

.nav-active {
    color: white;
    font-size: 15px;
    padding: 10px 20px !important;
    background: rgba(155, 197, 61, 0.8);
}

.nav-item {
    text-transform: uppercase;
     !important;
}

.zuruck a {
    color: white;
    font-size: 16px;
    background: rgba(155, 197, 61, 0.5);
    padding: 10px 20px !important;
    text-align: center;
    position: absolute;
    left: 50%;
}

.text-muted a {
    color: #9Bc533;
}




/*titel*/

.title h2 {
    color: #9bc53d;
    margin-top: 100px;

}

.title h3 {
    color: grey;
    margin-top: 30px;

}

.title-underline {
    height: 2px;
    width: 450px;
    background: #9bc53d;
    margin: 0 auto;
    margin-top: 30px;
}



/*ueber mich*/


.skills-icon {
    background: transparent;
    transition: all 1s ease;
    /* clip-path:polygon(0 0, 50% 0, 100% 100%, 0 100%)*/
}

.skills-icon:hover {
    background: transparent;
}

.skills-icon span {
    color: #9bc53d;
    font-size: 70px;
    transition: all 1s ease-in-out;
    margin: auto;

}

.skills-icon:hover span {
    color: #d3d3d3;

}

#willkommen {
    background: white;
    background-size: cover;
}




.header {
    color: var(blue);
}

.height-max {
    min-height: calc(100vh - 149px);
    background: url('../img/main.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.title-heading {
    background: rgba(255, 255, 255, 0.4);
    border-left: 0.3 solid var(#9bc53d);

}

.title {
    font-weight: 700;
    font-size: 1.9rem;
}

.text-uppercase {
    color: #9bc53d;
}

.logo {
    color: white;
    font-size: 18px;

}

.text-uppercase_title {
    color: white;
}


@media (min-width:768px) {
    .title {
        font-size: 3rem;
    }

}

@media (max-width:992px) {
    
   

    .height-max {
        height: auto;
        background: url('../img/main.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }

    .parallax_1 {
        /* The image used */
        background: url("../img/parallax_1.jpg");
        height: auto;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_2 {
        /* The image used */
        background-image: url("../img/parallax_2.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_3 {
        /* The image used */
        background-image: url("../img/parallax_3.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_4 {
        /* The image used */
        background-image: url("../img/parallax_4.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

}

@media (max-width:1200px) {
    

    .height-max {
        height: auto;
        background: url('../img/main.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }

    .parallax_1 {
        /* The image used */
        background: url("../img/parallax_1.jpg");
        height: auto;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_2 {
        /* The image used */
        background-image: url("../img/parallax_2.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_3 {
        /* The image used */
        background-image: url("../img/parallax_3.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_4 {
        /* The image used */
        background-image: url("../img/parallax_4.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

}

@media (max-width:576px) {
    
   
    
    .height-max {
        height: auto;
        background: url('../img/main.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }

    .parallax_1 {
        /* The image used */
        background: url("../img/parallax_1.jpg");
        height: auto;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_2 {
        /* The image used */
        background-image: url("../img/parallax_2.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_3 {
        /* The image used */
        background-image: url("../img/parallax_3.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax_4 {
        /* The image used */
        background-image: url("../img/parallax_4.jpg");

        /* Set a specific height */
        height: 500px;

        /* Create the parallax scrolling effect */
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .title h3 {
        color: grey;
        margin-top: 30px;
        font-size: 18px;
    }

    .title-heading {
        font-size: 20px;
    }

    .parallax_1 {
        height: 250px;
    }

    .text-uppercase {
        font-size: 22px;
    }

    .text-muted a {
        font-size: 18px;
    }

    .font-weight-bold {
        font-size: 20px;
    }

    .height-max {
        min-height: 250px;
    }



}


#psychotherapie {
    background-color: white;
}

#copyright {
    background-color: lightyellow;
}


.parallax_1 {
    /* The image used */
    background-image: url("../img/parallax_1.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_2 {
    /* The image used */
    background-image: url("../img/parallax_2.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_3 {
    /* The image used */
    background-image: url("../img/parallax_3.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_4 {
    /* The image used */
    background-image: url("../img/parallax_4.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*project gallery section */

.img-container {
    position: relative;
    /*overflow: hidden;wegen hidden bleibt während dem zoom in quadrat
    background: linear-gradient (rgba(188,217,121,0.9), rgba(188,217,121,0.9));*/
    z-index: auto;
}


.img-container img {
    opacity: 1;
    transition: all 2s ease-in-out;
    z-index: auto;

}

.img-container:hover {
    opacity: 1;
    transform: scale(2);
    transition: all 2s ease-in-out;
    z-index: 9999999;
}

.centered {
    text-align: center;
}
