
@font-face {

    font-family: Open-Sans-Regular;
    src: url(https://psychologische-praxis-lehnert.com/fonts/OpenSans-Regular.ttf);
}


@font-face {

    font-family: Open-Sans-Light;
    src: url(https://psychologische-praxis-lehnert.com/fonts/OpenSans-Light.ttf);
}


@font-face {

    font-family: OpenSans-SemiBold;
    src: url(https://psychologische-praxis-lehnert.com/fonts/OpenSans-SemiBold.ttf);
}


body{

    font-family: Open-Sans-Regular;
    margin: auto;
}


.ppl-main{

    width: 100%;
    position: relative;
    height: 100vh;
}

.ppl-main h1{
    font-size: 35px;
    margin-bottom: 0px;
}

.ppl-main h2{
    font-size: 42px;
    margin: 5px 0 20px;
}

.ppl-main h3{

    font-size: 22px;
}


p{

    display: block;
    font-size: 15px;
    line-height: 23px;
}

strong{

    font-family: OpenSans-SemiBold;
    font-weight: bold;
}



#ppl_video {

    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.ppl-content-new{

    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px 0;
    text-align: center;
    text-shadow: 2px 2px 2px #2763CE;
}

.ppl-desc-new{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 25px 0 0;
    text-align: center;
    text-shadow: 2px 2px 2px #2763CE;

}

.ppl-desc-new p{

    font-size: 22px;
    line-height: 30px;
}

.ppl_address_new{

    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    text-align: left;
    text-shadow: 2px 2px 2px #2763CE;

}

.ppl_address_new p{

    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 0;
}

.ppl_address_new a{

    color: white;
}


.ppl_desc_sub{

    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-align: left;
    text-shadow: 2px 2px 2px #2763CE;

}

.ppl_desc_sub p{

    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 0;
}

.ppl_desc_sub a{

    color: white;
}

.ppl_imprint_new{

    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 25px 0 0;
    text-align: center;
}


.ppl_imprint_new a{

    color: #fff;
    text-shadow: 1px 1px 1px #2763CE;
    text-decoration: none;
    margin: 0 10px;
}

.ppl-content {

    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #f1f1f1;
    width: 400px;
    padding: 15px 25px;
}

.ppl_address{

    margin-bottom: 20px;
}

.ppl_address p{

    margin: 0;
}

.ppl-desc p{

    font-size: 16px;
    line-height: 24px;
}

#kp_cookie{

    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.85);
    color: #fff;
    width: 100%;
    padding: 10px 50px 5px;
    z-index: 20000;
}

#kp_cookie a{

    margin-right: 20px;
    color: #fff;
}

#kp_cookie p{

    padding-top: 5px;
    margin: 0;
}

#kp_cookie button:first-child{

    margin-right: 10px;
}

#kp_cookie button:hover{

    cursor: pointer;
}


.ppl_btn_info{

    background-color: orange;
    border: none;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 15px;
}

.ppl_btn_accept{

    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 15px;
}

.ppl_imprint{

    display: flex;
    justify-content: space-around;
}

.ppl_imprint button:hover{

    cursor: pointer;
}

#sai_pp_wroc{

    float: right;
    margin-bottom: 25px;

}

#sai_pp_wroc a{

    text-decoration: none;
    font-size: 18px;
    color: #0068a1;
    margin-right: 20px;

}


#sai_pp_wroc a:hover{

    text-decoration: underline;
}

#sai_pp_wroc span{

    font-size: 30px;
    color: #0068a1;
}

.ppl-main-datenshutz{

    padding: 40px 5%;
}


@media (max-width: 1199px) {

    .ppl-main{

        width: 100%;
        position: relative;
        height: auto;
    }

    .ppl-main h1{
        font-size: 22px;
        margin-bottom: 0px;
    }

    .ppl-main h2{
        font-size: 28px;
        margin: 5px 0 20px;
    }

    .ppl-main h3{

        font-size: 22px;
    }


    .ppl-content-new{

        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 0;
        width: 100%;
    }

    .ppl-desc-new{

        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        padding: 25px 0 0;
        text-align: center;

    }

    .ppl-desc-new p{

        font-size: 20px;
        line-height: 28px;
    }

    .ppl_address_new{

        position: absolute;
        top: 470px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 90%;
    }

    .ppl_address_new p{

        font-size: 16px;
        line-height: 20px;
        margin: 5px 0 0;
    }


    .ppl_desc_sub{

        position: absolute;
        top: 390px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        text-align: center;
        width: 90%;

    }

    .ppl_desc_sub p{

        font-size: 16px;
        line-height: 20px;
        margin: 5px 0 0;
    }

    .ppl_imprint_new{

        position: absolute;
        top: 580px;
        left: 50%;
        transform: translateX(-50%);
        padding: 25px 0 0;
        text-align: center;
        width: 90%;
    }


    .ppl_imprint_new a{

        margin: 0 10px;
    }


}


@media (max-width: 767px) {

    .ppl-desc-new{

        width: 90%;

    }

    .ppl-desc-new p{

        font-size: 16px;
        line-height: 24px;
    }

}


@media (min-width: 768px) and (max-width: 991px){

    .ppl-desc-new{

        width: 60%;

    }

    .ppl-desc-new p{

        font-size: 18px;
        line-height: 26px;
    }

}

