/*------------------------------------------------------------------
jo's büro für Gestaltung | Custom CSS
Version: 1.0;
Author: jo's büro für Gestaltung | Designbüro & Agentur
Author URI: https://jos-creative.de/

/*-----------------------------------------------------------------*/

/*------------------------------------------------------------------
[ Custom CSS]
*/


/*.tnp-subscription input.newsletter.tnp-submit{
    position: relative!important;
    display: inline-block!important;
    margin: 1rem 0 0 0!important;
    padding: .7rem 5rem .8rem 2rem!important;
    color: var(--darkblue)!important;
    text-align: center!important;
    font-family: 'VSVLeila-Bold'!important;
    font-size: 2rem!important;
    font-weight: bold!important;
    line-height: 1.3!important;
    text-decoration: none!important;
    white-space: nowrap!important;
    border: 1px solid var(--darkblue)!important;
    border-radius: 2rem!important;
    cursor: pointer!important;
    transition: all 0.25s ease-out!important;
    background: transparent!important;
    z-index: 1!important;
 }
.newsletter.tnp-subscription input[type=text], input[type=email] {
    margin-top: 2rem!important;
    padding: .5rem!important;
    font-family: 'VSVLeila-Bold'!important;
    font-size: 1.4rem!important;
    font-weight: bold!important;
    color: #000 !important;
    border: 1px solid #000!important;
    border-width: 0 0 1px 0!important;
    background: none!important;
    border-radius: 0!important;
    width: 100%!important;
    outline: none!important;
    resize: none!important;
}*/

.button.section-cta {
    border: #fff 1px solid;
    backdrop-filter: blur(3px);
    border-radius: 50px;
    padding: 3px 15px;
    height: 4rem;
    color:#000;
    transition: all 0.5;
}

.button.section-cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1.4rem;
    width: 2.9rem; 
    height: 100%;
    background: none;
    background-size: 2.9rem;
    transition: all 0.25s ease-out;
    filter: none;
    z-index: -1;
}


.button:hover::before {
    border:0px;
}

.form-portraits img {
    width:150px!important;
    border-radius: 200px!important;
    border: 1px solid #fff!important;
    margin-right:20px;
}

.wpcf7-form-control-wrap select {
    height:40px;
    padding: .2rem 5rem .3rem 2rem;
    border-radius: 25px;
    border-color: #fff;
    color:#fff;
    font-size: 14px;
    filter: none;
    background-color: black;
}

.small-text p{
    font-size: 1.4rem!important;
}

.kat-menu p{
    font-size: 1.4rem!important;
    line-height: 0.5!important;
}

.freigabe {
    max-width:420px;
    padding:25px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    margin-bottom: 20px;
    color:#fff;
}

.freigabe label {
    font-size: 10px;
}
.freigabe .wpcf7-list-item-label{
    font-size: 16px;
    font-weight: 600;
    color: #009de0;
    margin-left:30px;
}

.line {
    position: relative;
    width: 360px;
    margin-left:auto;
    margin-right: auto;
    min-height:60px;
    right: 0;
    border: 0px;
    border-left: 1px solid #009de0;
    border-style: dashed;
    top: 10%;
    bottom: 10%;
    text-align: left;
    font-size:12px;
    padding-left:20px;
    color: #009de0;
    vertical-align: middle;
    height:auto;
}

.post-password-form {
    background-color: #000;
    color:#fff;
}

.elementor-page-5382 {
    background-color: #000;
    color:#fff; 
    padding:25px;
}

.responsive-video {
    position: relative;
    max-width: 100%;
    height: 300px;
    background-image: url('../images/videomaske_optin.png'); /* Hintergrundbild */
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}