/* DEVELOPMENT */


.otgs-development-site-front-end {
    display: none;
}

/* BREADCRUMB */
.breadcrumb, 
.breadcrumb * {
    color: var(--wp--preset--color--darkblue);
    text-decoration: none;
}

.breadcrumb a:hover{
    font-weight: 500;
    letter-spacing: -0.2px;
}



/* FRONTPAGE */

li.glide__slide {
    max-height: 350px;
}

.intern-icon span {
    display: none;
}

.intern-icon a:before {
    background-image: url("../img/lock.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    position: relative;
    margin-bottom: 4px;
}




/* KITA SLIDER */
.splide__slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* FEATURED IMAGE BANNER */
.featured-image-banner img {
    width: 100%!important;
}

.featured-image-banner {
    position: relative;
    height: 200px;
}

.featured-image-banner span.caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

/* LISTS */

.arrow-list ul {
    list-style: none;
    padding-left: 0;
}

.arrow-list ul li {
    margin: 6px 0;
    text-indent: -25px;
    position: relative;
    padding-left: 25px;
}

.arrow-list li:before {
    content: '';
    margin-right: 5px;
    height: 20px;
    width: 10px;
    background-image: url("../img/arrow-right-blue.svg");
    padding-left: 10px;
    background-position-y: 2px;
    background-repeat: no-repeat;
    display: inline-block;
    top: 1px;
    position: relative;
}


.arrow-list ul li div {
    display: inline-block;
}

/* GENERAL STYLES */

html {
    scroll-padding-top: 160px; /* Adjust this value to match your header height */
}

header .wp-block-navigation-item a {
    border-bottom: 3px solid transparent;
    transition: border-color 0.25s ease-in-out;
}

header .current-menu-item a,
header .wp-block-navigation-item a:hover {
    border-bottom: 3px solid #144196;
}

header .wp-block-navigation-submenu  a span {
    border-bottom: 3px solid transparent;
}

header .wp-block-navigation-submenu .current-menu-item a span,
header .wp-block-navigation-submenu  a:hover span{
    border-bottom: 3px solid #0096DC;
}

header .wp-block-navigation-submenu {
    border: none!important;
}

header .wp-block-navigation-submenu li {
    background-color: #144196!important;
    color: white;
}

a {
    color: var(--wp--preset--color--darkblue);
    text-decoration: none;
    font-weight: 500;
}

.heading-arrow {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 40px;
    border-bottom: 2px solid rgba(237,237,237,100);
}

.heading-arrow:after {
    content: " ";
    position: absolute;
    bottom: -28px;
    width: 74px;
    height: 50px;
    background: url("../img/arrow-white.svg");
    left: 50%;
    transform: translateX(-50%);
}

.heading-arrow-grey {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 40px;
    border-bottom: 2px solid rgba(170, 170, 170, 100);
}

.heading-arrow-grey:after {
    content: " ";
    position: absolute;
    bottom: -28px;
    width: 74px;
    height: 50px;
    background: url("../img/arrow-grey.svg");
    left: 50%;
    transform: translateX(-50%);
}

/* KITA LOOPS */

.kita-loop .type-kita h3 + p,
.kita-loop .type-kita .address + p{
    display: none;
}

.kita-loop h3 a,
.kita-loop h3 a:visited {
    color: var(--wp--preset--color--darkblue);
}

.kita-loop .address {
    margin-top: 5px;
}

/* SINGLE KITA */
.single-kita .wp-block-heading {
    color: var(--wp--preset--color--darkblue);
}

#kita-navigation .first-row {
    background-color: var(--wp--preset--color--darkblue);
    color: white;
    padding: 10px 20px;
}

#kita-navigation .first-row h1 {
    font-size: 25px;
}

#kita-navigation .first-row * {
    margin: 0;
    padding: 0;
}

#kita-navigation .item {
    padding: 15px 20px;
}

#kita-navigation .item:nth-of-type(even) {
    background-color: #ffffff;
}

#kita-navigation .item:nth-of-type(odd) {
    background-color: #F5F5F5;
}

#kita-navigation .item.url {
    background-color: var(--wp--preset--color--darkblue);
    
}

#kita-navigation .item.url a {
    color: white;
}

#kita-navigation a:hover {
    font-weight: 700;
}

/*


#kita-nav h1 {
    margin-bottom: 10px;
}

#kita-nav p {
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

#kita-nav a {
    text-decoration: none;
    color: var(--wp--preset--color--darkblue);
    font-weight: 500;
}

#kita-nav a:hover {
    font-weight: 700;
}
*/

a.mail {
    text-decoration: none;
    color: var(--wp--preset--color--darkblue);
}

a.mail:hover {
    font-weight: 500;
}

.management-list {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.management-image img {
    aspect-ratio: 1 / 1;
/*    width: 100%;*/
    height: auto;
/*    max-width: 100%;*/
    display: block;
    max-height: 240px;
    object-fit: cover;
}

.management-info h3 {
    margin-bottom: 0;
}

.management-info p {
    margin-top: 0;
}

.management-image {
    position: relative;
}

.management-image figcaption {
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0;
    font-size: 13px;
    color: white;
    text-shadow: 0 0 7px black;
}

.single-kita .splide p.caption {
    margin-top: 3px;
    font-size: 13px;
    text-align: right;
}

.contact-box .kita-name {
    font-weight: 700;
    color: var(--wp--preset--color--darkblue);
}

/* FOOTER */
#footer-nav a {
    text-decoration: none;
}


/* PASSWORD FORM */
.partner-password-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vh;
    background-color: #f8f9fa;
}

.form-box {
    background: #ffffff;
    padding: 2rem;
/*    border-radius: 12px;*/
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.custom-post-password-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-post-password-form label {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
}

.custom-post-password-form input[type="password"] {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
/*    border-radius: 6px;*/
/*    width: 100%;*/
}

.custom-post-password-form button {
    background: var(--wp--preset--color--darkblue);
    color: white;
    border: none;
    padding: 10px;
    font-size: 1rem;
/*    border-radius: 6px;*/
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}


.intern-icon-blue {
    background-image: url("../img/lock-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}


/* FORMS */

/* Ninja Forms Custom Styles */

/* General form styling */
.ninja-forms-form-wrap {
    background-color: none; /* Light grey-blue background */
/*    padding: 20px;*/
    border-radius: 0;
    color: #144196;
}

/* Input fields and dropdowns */
.ninja-forms-field {
    background-color: #F5F5F5; /* Light grey-blue input background */
    border: 2px solid #c0c0c0; /* Dark blue border */
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
}

.nf-field-label {
    margin-bottom: 5px!important;
}

.ninja-forms-field:focus {
    outline: none;
    border-color: #0096DC; /* Accent blue for focus */
    box-shadow: 0 0 5px #0096DC;
}

.nf-field-element select {
    appearance: none;
    background-color: #F5F5F5;
    border: 2px solid #c0c0c0;
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
    background-image: url("../img/arrow-down-blue.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.nf-fu-progress {
    height: 8px;
    width: 155px;
}

.nf-fu-fileinput-button {
    color: white;
    font-weight: 500;
    background-color: #144196;
    border: unset;
}

/* Buttons */
.ninja-forms-field[type="submit"] {
    background-color: #144196; /* Dark blue button */
    background-image: unset;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

.ninja-forms-field[type="submit"]:hover {
    background-color: #0096DC; /* Accent blue on hover */
}


.bewerben-mobile {
    display: none!important;
}
