/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    src: url('fonts/Poppins-Regular.ttf') format('ttf');
}


@font-face {
    font-display: swap;
    font-family: 'Poppins-Bold';
    font-style: normal;
    src: url('fonts/Poppins-Bold.ttf') format('ttf');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins-Light';
    font-style: normal;
    src: url('fonts/Poppins-Light.ttf') format('ttf');
}

body {
    overflow-wrap: anywhere;
}

.button {
    background-color: #FF523F !important;
    border-radius: 10px;
    font-size: medium;
    border: #FF523F;
}

.faq-akkordeon .panel {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.align_left .panel-title > a > span:after {
    content: "\f105";
    right: 0;
    margin-right: 0;
    transform: translateY(-50%) rotate(90deg);
}

.panel-title.active > a span:after {
    transform: translateY(-50%) rotate(-90deg);
}

.footer-content-block .row-parent {
    padding: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer {
    padding: 36px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.footer h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer p {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-content-block {
    background-color: black !important;
}

.btn-container a {
    background-color: #f1c40f;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btn-container a:hover {
    background-color: #d4ac0d;
}

.trustpilot {
    margin: 20px 0;
}

.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.rating img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.trustscore {
    margin-top: 10px;
    font-size: 14px;
}

.footer-flex {
    display: flex;
    justify-content: space-around;
    text-align: left;
    margin-top: 40px;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    margin: 0 20px;
    min-width: 200px;
}

.footer-column p, .footer-column a {
    font-size: 14px;
    margin: 5px 0;
}

.sitelinks a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

.sitelinks a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-flex {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 20px;
    }
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.footer-bottom .copyright p {
    font-size: 14px;
    margin: 0;
}

.footer-bottom .social-icons ul {
    list-style-type: none;
    display: flex;
}

.footer-bottom .social-icons li {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    border-radius: 50%;
}

.footer-bottom .social-icons li.social-137955 {
    background-color: #3b5998; /* Example for Facebook */
}

.footer-bottom .social-icons li.social-984129 {
    background-color: #00acee; /* Example for Twitter */
}

.footer-bottom .social-icons li.social-173147 {
    background-color: #dd4b39; /* Example for Google+ */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .social-icons ul {
        justify-content: center;
        margin-top: 10px;
    }
}


@media (min-width: 601px) {


    .image-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 75vh;
        margin: 0;
    }

    .image-container {
        position: relative;
        width: 300px;
        height: 300px;
        overflow: visible;
    }

    .box {
        position: absolute;
        background-color: #e0e0e0;
        border-radius: 10px;
    }

    .box1 {
        width: 275px;
        height: 180px;
        top: -8%;
        left: -50%;
    }

    .box2 {
        width: 180px;
        height: 300px;
        top: -35%;
        right: -7%;
    }

    .box3 {
        width: 225px;
        height: 240px;
        bottom: -38%;
        left: -34%;
    }

    .box4 {
        width: 150px;
        height: 130px;
        bottom: -14%;
        right: 3%;
    }
}

@media (min-width: 1145px) {
    .punkt-5::after {
        content: '';
        position: absolute;
        left: -36px;
        top: 100%;
        transform: translateY(-100%);
        width: 22px;
        height: 22px;
        border: 2px solid #000;
        border-radius: 50%;
        background-color: white;
    }

        .punkte .icon-box-icon::after {
            content: '';
            position: absolute;
            left: -36px;
            top: 20px;
            transform: translateY(-100%);
            width: 22px;
            height: 22px;
            border: 2px solid #000;
            border-radius: 50%;
            background-color: white;
        }
    }



@media (max-width: 600px) {

    h1 {
        font-size: 25px !important;
    }

    .image-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 30vh;
        margin: 0;
    }

    .image-container {
        position: relative;
        width: 300px;
        height: 300px;
        overflow: visible;
    }

    .box {
        position: absolute;
        background-color: #e0e0e0;
        border-radius: 10px;
    }

    .box1 {
        width: 138px;
        height: 90px;
        top: 17%;
        left: 7%;
    }

    .box2 {
        width: 90px;
        height: 150px;
        top: 4%;
        right: 14%;
    }

    .box3 {
        width: 113px;
        height: 120px;
        bottom: 10%;
        left: 15%;
    }

    .box4 {
        width: 75px;
        height: 65px;
        bottom: 21%;
        right: 19%;
    }
}


/*.edgePoints {*/
/*    position: relative;*/
/*}*/
/*.edgePoints::before, .edgePoints::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 10px; !* Größe des Kreises *!*/
/*    height: 10px; !* Größe des Kreises *!*/
/*    border: 2px solid black; !* Farbe und Dicke der Kreis-Border *!*/
/*    border-radius: 50%; !* Macht das Element rund *!*/
/*    background-color: white; !* Farbe im Inneren des Kreises (hohl) *!*/
/*}*/
/*.edgePoints::before {*/
/*    top: -5px; !* Platzierung am oberen Rand *!*/
/*    left: -10px; !* Position links von der Border *!*/
/*    transform: translateY(-50%);*/
/*}*/
/*.edgePoints::after {*/
/*    bottom: -5px; !* Platzierung am unteren Rand *!*/
/*    left: -10px; !* Position links von der Border *!*/
/*    transform: translateY(50%);*/
/*}*/
#post-155 {
    background-color: #141618;
}


/* Stil für die CF7-Labels und Inputs */
label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
}

input, textarea {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #444;
    background-color: #2c2c2c;
    color: #ddd;
    transition: border-color 0.3s ease;
    font-size: 16px;
}

input:focus, textarea:focus {
    border-color: #3498db;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type="file"] {
    display: none;
}

label[for="file-upload"] {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

label[for="file-upload"]:hover {
    background-color: #2980b9;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input[type="submit"] {
    background-color: #e74c3c;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
    background-color: #c0392b;
}

input.wpcf7-submit {
    background-color: #FF523F !important;
    margin-top: 13px !important;
}

.form-content {
    h2 {
        color: white !important;
        margin-bottom: 15px;
    }
}

@media (min-width: 960px) {
    .form-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 959px) {
    input, label {
        width: 100%;
    }

    .input-group div{
        width: 100% !important;
    }
}

.form-footer {
    input, label {
        text-transform: uppercase !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }
}

.form-container {
    padding: 15px;
    border-radius: 15px;
    border: solid 2px;
}

.icon-Text-Left {
    text-align: left;
}

.button-colorchange {
    background-color: #333333 !important;
}

.wpcf7-submit {
    width: 100% !important;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f8f8;
    font-size: 14px;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }

    .hide-on-pc, .hide-on-tablet {
        color: white !important;
        margin-top: 10%;
    }
}

@media (min-width: 768px) {
    .hide-on-pc, .hide-on-tablet {
        display: none;
    }
}

/* Styling for the contact links and icons */
.contact-item a {
    padding: 10px;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}

.contact-item a img {
    margin-right: 5px;
    transform: translateY(25%);
}

.footer-last {
    padding: 0 0 0 15px !important;
}

.btn .fa, .btn-link .fa {
    vertical-align: baseline;
}

.footer-flex strong {
    color: white !important;
}

.menu-bloginfo a{
padding-left: 10px;
}

/* Modal Styling */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-content {
    background: #2c2c2c;
    padding: 25px;
    border-radius: 12px;
    width: 50%;
    color: white;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
    overflow-y: scroll;
    height: 600px;
    overflow-x: hidden !important;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ff4c4c;
}

/* Kontaktformular Styling */
.full-page-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form-container {
    background: #333;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    color: white;
    text-align: left;
}

.form-content h2 {
    color: white;
    margin-bottom: 15px;
    font-size: 22px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #ddd;
}

.input-group {
    display: flex;
    gap: 15px;
}

.input-group input {
    flex: 1;
}

.input-group div{
    width: 50%;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 8px;
    border: 1px solid #555;
    background-color: #444;
    color: #ddd;
    transition: border-color 0.3s ease;
    font-size: 16px;
}

input:focus, textarea:focus {
    border-color: #3498db;
    outline: none;
}

textarea {
    resize: vertical;
}

.wpcf7-list-item {
margin-bottom: 30px;
}

@media (max-width: 975px) {
    .modal-content {
        width: 100%;
        padding: 20px;
    }

    .form-container {
        padding: 15px;
    }

    input, textarea {
        font-size: 14px;
        padding: 8px;
    }

    .input-group {
        flex-direction: column;
    }
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.file-upload-label,
.wpcf7-form-control.wpcf7-submit {
    flex: 1;
    padding: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload-label {
    background-color: #3498db;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.file-upload-label:hover {
    background-color: #2980b9;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #c0392b;
}

@media (max-width: 978px) {
    .form-footer {
        flex-direction: column;
    }
    .file-upload-label,
    .wpcf7-form-control.wpcf7-submit {
        width: 100%;
        margin-bottom: 10px;
    }
}


body:not(.uncode-unmodal-overlay-visible) .main-wrapper {
    z-index: 2004 !important;
}

form h3, form p, form a, form span {
    color: white !important;
}


.wpcf7-list-item-label {
    font-size: 15px !important;
}