/*
 Theme Name:   b65plus
 Description:  TYPORY Main Theme
 Author:       MOLOTOW™ Web Development
 Author URI:   https://www.molotow-web.com
 Template:     hello-elementor
 Version:      1.11.7
 Text Domain:  b65plus
*/

body, html {
    overflow-x: hidden !important;
}
/* Form Style */
body .nf-before-form-content {
    display: none;
}
body .nf-form-content {
    padding: 0;
}
body .nf-form-content input:not([type=button]),
body .nf-form-content textarea {
    background: #ffffff;
    border: 1px solid transparent;
    color: #235A76;
    border-radius: 50px;
}
body .nf-form-content input:not([type=button]):focus {
    color: #235A76;
}
body .nf-form-content button,
body .nf-form-content input[type=button],
body .nf-form-content input[type=submit] {
    background-color: #E98F49;
    color: white;
    font-weight: bold;
    height: auto;
    line-height: 1;
    padding: 10px 30px;
}

#nf-form-2-cont .field-wrap label,
#nf-form-2-cont .ninja-forms-req-symbol,
#nf-form-3-cont .field-wrap label,
#nf-form-3-cont .ninja-forms-req-symbol,
#nf-form-4-cont .field-wrap label,
#nf-form-4-cont .ninja-forms-req-symbol {
    font-size: 23px;
    color: white;
}
#nf-form-2-cont #nf-field-11-container,
#nf-form-3-cont #nf-field-11-container,
#nf-form-4-cont #nf-field-11-container {
    margin-bottom: -15px;
    margin-top: 40px;
    color: white;
}

#nf-form-2-cont #nf-field-14,
#nf-form-3-cont #nf-field-14,
#nf-form-4-cont #nf-field-14 {
    border-top-left-radius: 0;
}

#nf-form-2-cont,
#nf-form-3-cont,
#nf-form-4-cont {
    color: white;
}
body .nf-form-content button:hover,
body .nf-form-content input[type=button]:hover,
body .nf-form-content input[type=submit]:hover {
    background: #55A5A8;
    border-color: #55A5A8;
    color: white;
}

/* Sprachwechsler */
body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal {
    margin-right: 16px !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal:last-child {
    margin-right: 0 !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal a {
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 28px;
    color: white !important;
    background-color: #235A76;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    padding: 0;
    text-align: center;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal.wpml-ls-current-language a,
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal a:hover {
    background-color: #E98F49;
}

/* Headline with line on top */
.line h1,
.line h2,
.line h3,
.line h4,
.line h5,
.line h6,
.line p,
.line-container {
    position: relative;
}
.line h1:before,
.line h2:before,
.line h3:before,
.line h4:before,
.line h5:before,
.line h6:before,
.line p:before,
.line-container:before {
    content: "";
    display: block;
    width: 136px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    left: -44px;
    top: -34px;
    background-color: #E98F49;
}
@media only screen and (max-width: 1023px) {
    .line h1:before,
    .line h2:before,
    .line h3:before,
    .line h4:before,
    .line h5:before,
    .line h6:before,
    .line p:before,
    .line-container:before {
        left: -30px;
        top: -28px;
    }
}
@media only screen and (max-width: 767px) {
    .line h1:before,
    .line h2:before,
    .line h3:before,
    .line h4:before,
    .line h5:before,
    .line h6:before,
    .line p:before,
    .line-container:before {
        width: 80px;
        left: -15px;
        top: -15px;
    }
}

/* Breadcrumbs */
#breadcrumbs {
    border: 1px solid #235a76;
    border-radius: 50px 50px 50px 0px;
    margin-bottom: 1px;
    padding: 4px 15px;
    opacity: 0;
}
.elementor-editor-active #breadcrumbs {
    opacity: 1;
}
#breadcrumbs .breadcrumb_last {
    font-weight: 900;
}

/* Beitragsbild */
.post-featured-img:after {
    content: "";
    display: block;
    width: 871px;
    height: 62px;
    position: absolute;
    left: calc(100% - 122px);
    top: 122px;
    background-image: url("/wp-content/uploads/2025/09/lines.png");
    background-size: 871px auto;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
    .post-featured-img:after {
        width: 435px;
        height: 32px;
        left: calc(100% - 82px);
        top: 32px;
        background-size: 435px auto;
    }
}