/*
Theme Name: Kurtenbach
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1737130749
Updated: 2025-01-17 16:19:09

*/

/* Desktop Layout: Side-by-side columns above 981px */
@media (min-width: 981px) {


    html, body {
        height: 100%;
        margin: 0;
      }

      #main-content {
        min-height: calc(100vh - 280px);
        display: flex;
        flex-direction: column;
      }

      .et-l--footer {
        margin-top: auto;
      }



    .fixed-menu {
        position: fixed;
        left: 15px;
        top: 0;
        height: 100%;
        width: 265px !important;
        color: white;
        padding: 0;
        margin: 0 !important;
        box-sizing: border-box;
        z-index: 9999; /* optional if overlap issues occur */
        opacity: 1;
        transition: all 0.2s ease-in;
    }
    .fixed-menu.hidden {
        opacity: 0.1;
    }

    .fixed-menu .et-menu {
        display: block !important;
        padding: 0;
        margin: 0;
        margin-left: 25px !important;
        list-style: none;
    }

    .fixed-menu .et-menu > li {
        display: block !important;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .fixed-menu .et-menu > li > a {
        display: inline-block !important;
        box-sizing: border-box;
        padding: 10px 15px;
        font-size: 20px !important;
        color: #000;
        background: transparent;
        text-decoration: none;
        transition: all 0.2s ease-in;
    }

    .fixed-menu .et-menu > li > a:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

    .fixed-menu .et-menu > li.current-menu-item > a,
    .fixed-menu .et-menu > li.current_page_item > a {
        background-color: #000 !important;
        color: #fff !important;
    }

    .content-area {
        margin-left: 280px;
        padding: 10px;
        box-sizing: border-box;
    }

    .et_pb_row {
        display: flex !important;
        flex-direction: row !important;
    }

    .jtg-title {
        top: unset !important;
        bottom: 20px !important;
        font-size: 25px !important;
        line-height: 26px !important;
        font-weight: bold !important;
        color: white !important;
        text-align: center;
    }

    .modula-item .sold,
    .modula-item .reserved,
    .modula-item .wontsell {
      position: absolute;
      right: 12px;
      bottom: 10px;
      width: 20px;
      height: 20px;
      z-index: 10;
      border-radius: 50%;
    }

    .modula-item .sold {
      background: rgba(255, 0, 0, 0.7);
    }

    .modula-item .reserved {
      background: rgba(255, 238, 0, 0.726);
    }

    .modula-item .wontsell {
      background: rgba(0, 0, 0, 0.651);
      border: 1px solid rgba(255, 255, 255, 0.308);
    }



}

/* Mobile Layout: Stacked layout below 981px */
@media (max-width: 980px) {
    .et_pb_row {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .fixed-menu {
        width: 100% !important;
        position: relative !important;
        margin-bottom: 0 !important;
        height: 120px;
    }

    .content-area {
        width: 100% !important;
        position: relative !important;
    }

    #mainmenu {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: transparent !important;

    }

    #mobile_menu1 {
        border: none !important;
        /* padding: 10px 0 !important; */
        background-color: #ffffff8e !important;
        backdrop-filter: blur(10px); /* Blur effect applied to elements underneath */
        -webkit-backdrop-filter: blur(10px); /* For Safari support */
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        margin-left: 10vw !important;
        margin-right: 10vw !important;
        width: 80vw !important;
    }


    #mobile_menu1 a {
        text-align: center  !important;
        font-size: 20px !important;
    }

    #mainlogo {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 200px;
        width: 100vw;
        text-align: center;
    }

    #mainlogo span {
        /* transform: translateX(50%); */
        width: 100px !important;
      }

      .jtg-title {
        top: unset !important;
        bottom: 10px !important;
        font-size: 10px !important;
        line-height: 10px !important;
        font-weight: bold !important;
        color: white !important;
        text-align: center;
    }

    .modula-item .sold,
    .modula-item .reserved,
    .modula-item .wontsell {
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 13px;
      height: 13px;
      z-index: 10;
      border-radius: 50%;
    }

    .modula-item .sold {
      background: rgba(255, 0, 0, 0.7);
    }

    .modula-item .reserved {
      background: rgba(255, 238, 0, 0.726);
    }

    .modula-item .wontsell {
      background: rgba(0, 0, 0, 0.651);
      border: 1px solid rgba(255, 255, 255, 0.308);
    }
}



p.description {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

.jtg-title::after {
    content: none !important;
    /* Removes the content */
    display: none !important;
    /* Ensures the pseudo-element is not displayed */
    visibility: hidden !important;
    /* Ensures it's not visible */
    opacity: 0 !important;
    /* Sets it to be fully transparent */
    height: 0 !important;
    /* Removes any height it might contribute */
    width: 0 !important;
    /* Removes any width it might contribute */
}

.modula-item:hover .figc {
    background-color: rgba(0, 0, 0, 0.5);
    /* Add semi-transparent black background */
    visibility: visible !important;
    /* Ensure it remains visible on hover */
    opacity: 1 !important;
    /* Ensure it is fully visible */
    transition: background-color 0.3s ease, visibility 0.3s, opacity 0.3s;
    /* Smooth transitions */
}


#sold,
#reserved,
#wontsell {
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
}

#sold {
    background-color: rgba(255, 0, 0, 0.8);
}
#reserved {
    background-color: rgba(255, 217, 0, 0.8);
}
#wontsell {
    background-color: rgba(0, 0, 0, 0.8);
}


/* General form container styling */
.contact-form {
    /* background: #fafafa; */
    /* border: 1px solid #504f4f; */
    /* border-radius: 8px; */
    /* padding: 20px; */
    margin-top: 30px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

/* Form labels */
.contact-form label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.contact-form p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Input fields */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    background: #fff;
}

/* Focus styles for inputs */
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    border-color: #0073e6;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.5);
}

/* Textarea */
.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* Submit button */
.contact-form input[type="submit"] {
    background-color: #252525;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    float: right;
}

.contact-form input[type="submit"]:hover {
    background-color: #000000;
}

/* Hidden fields (not visible but accessible for accessibility purposes) */
.contact-form input.wpcf7-hidden {
    display: none !important;
}

/* Error message styling */
.wpcf7-response-output {
    margin: 15px 0 15px 0 !important;
    padding: 10px !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    color: #ffffff;
    font-weight: bold;
    background-color: #c51022;
}

/* Success message styling */
.wpcf7-form.sent .wpcf7-response-output {
    background-color: #138a2e;
}

/* Success message styling */
.wpcf7-form.sent p {
    display: none;
}

/* Accessibility improvements */
.contact-form .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.contact-form p.buy {
    font-size: 23px;
    color: rgb(37, 37, 37);
    padding-bottom: 20px !important;
}


/*  Details Page  */

body.page-id-2708 hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #b4b4b4;
}

body.page-id-2708 h2 {
        margin-top: 20px;

}

p.caption {
    font-size: 16px;
    color: rgb(0, 0, 0);
}
p.feelfree {
    font-size: 16px;
    color: rgb(0, 0, 0);
}
p.status {
    font-size: 16px;
    font-weight: bold !important;
    color: rgb(122, 122, 122);
}
p.status.green {
    color: rgb(6, 165, 14);
}
.media-details p.description {
    display: block !important;
    visibility: unset !important;
    font-size: 20px;
    color: rgb(31, 31, 31);
    height: unset !important;
    width: unset !important;
    overflow: unset !important;
}

.resizable-image {
    margin: 0;
    transition: all 0.3s ease !important;
    display: block;
    max-height: initial;
    cursor: pointer;
}

.resizable-image.enlarged {
    margin: auto;
    max-height: 90vh;
    margin-top: -50px !important;
}

.media-details h2 {
    margin-top: 30px !important;
    font-weight: bold;

}

footer a {
    color: white;
}

.et_pb_scroll_top.et-pb-icon {
	text-align: center;
	background: rgb(0,0,0);
	text-decoration: none;
	position: fixed;
	z-index: 99999;
	bottom: 100px;
	right: 0px;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	display: none;
	cursor: pointer;
	font-size: 30px;
	padding: 5px;
	color: #fff;
}

#tabelle_projekte tr td,
#tabelle_lebenslauf tr td,
#tabelle_ausstellungen tr td {
    vertical-align: top;
    padding-bottom: 5px;
}



/* NEWSLETTER  */

/* General form container styling */
.tnp.tnp-subscription {
    margin: 0 !important;
    margin-top: 30px !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Form labels */
.tnp label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

/* Input fields */
.tnp input[type="text"],
.tnp input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    background: #fff;
}

/* Focus styles for inputs */
.tnp input[type="text"]:focus,
.tnp input[type="email"]:focus {
    border-color: #0073e6;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.5);
}

/* Privacy checkbox */
.tnp-privacy-field {
    margin-bottom: 15px;
}

.tnp-privacy-field label {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
}

.tnp-privacy-field input[type="checkbox"] {
    margin-right: 8px;
}

/* Submit button */
.tnp input[type="submit"] {
    background-color: #252525;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: left;
}

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

/* Accessibility improvements */
.tnp input[type="hidden"] {
    display: none;
}
