/*
Theme Name: Mera Dookie Child Theme 2023
Theme URI: https://blumeblau.com
Description: Ein blumeblau child-Theme für das WordPress Standard Theme Twenty Twenty-One.
Author: Melchior Pfalzgraff
Author URI: https://blumeblau.com/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


/* oswald-300 - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/oswald-v49-latin-300.eot');
    /* IE9 Compat Modes */
    src: url('fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/oswald-v49-latin-300.svg#Oswald') format('svg');
    /* Legacy iOS */
}


/* oswald-regular - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/oswald-v49-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/oswald-v49-latin-regular.svg#Oswald') format('svg');
    /* Legacy iOS */
}

body {
    color: #69757F;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.wpcf7-form label,
.caption {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.site-logo .custom-logo {
    max-width: 150px;
    max-height: 150px;
}

.primary-navigation a {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.primary-navigation a:hover,
.primary-navigation a:link,
.primary-navigation a:visited {
    color: #69757F;
    text-decoration: none;
}

.primary-navigation .current-menu-item>a:first-child,
.primary-navigation .current_page_item>a:first-child,
.primary-navigation .current-menu-item>a:first-child:hover,
.primary-navigation .current_page_item>a:first-child:hover,
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none;
}

.has-background-white .site .primary-navigation a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.primary-navigation .current_page_item a,
.primary-navigation a:hover,
.primary-navigation .current_page_item a:link,
.primary-navigation .current_page_item a:visited {
    background: #69757F;
    color: #fff;
    border-radius: 100px;
}

.has-background-white .site .primary-navigation .gelb a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.primary-navigation .gelb.current_page_item a,
.primary-navigation .gelb a:hover,
.primary-navigation .gelb.current_page_item a:link,
.primary-navigation .gelb.current_page_item a:visited {
    background: #efbe4a;
}

.primary-navigation .current_page_item a:after,
.primary-navigation a:hover:after {
    content: "";
    display: block;
    background: url(images/menu_drip.png) no-repeat;
    width: 25px;
    height: 28px;
    position: absolute;
    right: 10px;
    bottom: -25px;
    background-size: 25px 28px;
}

.primary-navigation .gelb.current_page_item a:after,
.primary-navigation .gelb a:hover:after {
    background: url(images/menu_drip_gelb.png) no-repeat;
    background-size: 25px 28px;
}

.wp-custom-logo .site-header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.primary-navigation .primary-menu-container>ul>.menu-item {
    margin-right: 10px;
}

.site-main {
    padding-top: 0px;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a {
    padding: 9px 20px;
}

.projekteslider a,
.wannadosslider a {
    text-decoration: none;
    color: #69757F;
}

.projekteslider,
.wannadosslider {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 60px;
    text-align: center;
}

.related h3 {
    text-align: center;
    margin-bottom: 40px;
}

.projekteitem {
    width: calc(100% / 3 - 40px);
    position: relative;
}

.wpcf7-form label {
    text-transform: uppercase;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    border: 1px solid #69757F;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
    outline: none;
}

.wpcf7-submit,
input[type=submit],
input[type=submit]:not(:hover):not(:active):not(.has-background) {
    background: #69757F;
    color: #fff;
    border-radius: 100px;
    padding: 9px 20px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.wpcf7-form p {
    margin-bottom: 30px;
}

.singular .entry-title {
    color: #69757F;
}

.singular.single-projekte .entry-title,
.singular.single-wanna-dos .entry-title {
    font-size: 50px;
}

.singular .entry-header {
    border-bottom: 0px;
    margin-bottom: 0px;
}

input[type=checkbox],
input[type=radio] {
    width: 22px;
    height: 22px;
    border: 2px solid var(--form--border-color);
    border-color: #69757F;
    margin-bottom: -5px;
}

input[type=checkbox]:after {
    border: 2px solid #69757F;
    border-top: 0;
    border-left: 0;
}

input[type=checkbox]:focus {
    outline: none;
}

.dsform .wpcf7-list-item-label {
    font-size: 12px;
}

.dsform .wpcf7-list-item {
    margin: 0px;
}

.flex-end {
    justify-content: flex-end;
}

.site-footer {
    padding-top: 0;
    padding-bottom: calc(1.7 * var(--global--spacing-vertical));
    max-width: var(--responsive--alignfull-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15%;
    padding-right: 15%;
    background: #69757F;
    color: #fff;
}

footer .site-logo .custom-logo,
.site-footer>.site-info .site-name {
    display: none;
}

.site-footer>.site-info {
    color: #fff;
    font-family: Oswald;
    line-height: var(--global--line-height-body);
    border-top: 0px;
    justify-content: center;
}

.site-footer>.site-info .privacy-policy,
.impressum {
    text-transform: uppercase;
}

.impressum {
    margin: 20px;
}

.site-footer>.site-info .privacy-policy,
.site-footer>.site-info .powered-by {
    margin-left: 0px;
}

footer a {
    text-decoration: none;
}

.site-footer>.site-info a:link,
.site-footer>.site-info a:visited,
.site-footer>.site-info a:active {
    color: #fff;
}

.projekteitem img {
    margin: 0 0 1em;
}

.entry-header .post-thumbnail {
    width: var(--responsive--alignfull-width);
}

.single .site-main>article>.entry-footer {
    display: none;
}

.slick-next {
    right: 25px !important;
    background-color: transparent !important;
}

.slick-prev {
    left: 25px !important;
    z-index: 1;
    background-color: transparent !important;
}

.slick-slide img {
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}

.submitform p {
    text-align: center;
}

.wpcf7-file {
    color: transparent;
}

.wpcf7-file::-webkit-file-upload-button {
    visibility: hidden;
}

.wpcf7-file::before {
    content: 'Datei auswählen';
    color: white;
    display: inline-block;
    background: #69757F;
    border: 2px solid #69757F;
    border-radius: 100px;
    padding: 9px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10pt;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
}

.wpcf7-file:active {
    outline: 0;
}

.wpcf7-file:hover::before {
    border-color: #69757F;
}

.wpcf7-file:active::before {
    background-color: #69757F;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none;
}


/* Ändern Sie die Farbe des Pfeils im Inneren des Kreises */

.slick-prev::before,
.slick-next::before {
    color: #efbe4a !important;
    opacity: 1 !important;
    /* Hier können Sie die gewünschte Farbe setzen */
    display: block;
    margin-left: -2px;
    margin-top: -2px;
    line-height: 1.1 !important;
}


/* Erstellen Sie einen Kreis um den Pfeil */

.slick-prev,
.slick-next {
    background-color: #fff !important;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    margin-left: -2px;
    display: block !important;
}


/* Zentrieren Sie den Pfeil horizontal im Kreis */

.slick-prev {
    left: 20px !important;
    /* Anpassen, um den Pfeil horizontal zu zentrieren */
}

.slick-next {
    right: 20px !important;
    /* Anpassen, um den Pfeil horizontal zu zentrieren */
}

.cc-btn+.cc-btn {
    border-radius: 100px;
}

.projekteslider .slick-slide {
    margin-left: 30px;
    margin-right: 30px;
}

.projekteslider .slick-list {
    margin-left: -30px;
    /* px size of slide space */
    width: calc(100% + 60px);
    /* add double the px size of slide space */
}


/* style.css oder Customizer > Zusätzliches CSS */

.link-card {
    display: flex;
    max-width: 650px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    font: 400 15px/1.45 system-ui, sans-serif;
    text-decoration: none;
    background: #fff;
}

.link-card img {
    width: 100%;
    object-fit: cover;
}

.link-card .text {
    padding: 1rem;
    flex: 1 1 auto;
}

.link-card strong {
    display: block;
    margin: 0 0 .4rem;
    font-size: 17px;
}

.link-card p {
    margin: 0 0 .6rem;
    color: #555;
    font-size: 14px;
}

.link-card .domain {
    font-size: 12px;
    color: #888;
}

@media (min-width: 822px) {
    .alignwide,
    .site-header {
        max-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1640px);
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer>.site-info .privacy-policy+.powered-by {
        margin-left: 0px;
    }
    .namecolumn {
        display: flex;
        gap: 10px;
    }
    .wpcf7 input[type="email"],
    input[type=text] {
        width: 100%;
    }
    .projekteitem .caption {
        position: absolute;
        z-index: 2;
        text-align: center;
        top: 0px;
        left: 0;
        right: 0;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(105, 117, 127, 0.8);
        color: #fff;
        opacity: 0;
        transition: 0.5s;
    }
    .projekteitem:hover .caption {
        opacity: 1;
    }
    .projekteitem img {
        margin: 0px;
    }
    .projekteitem .wp-block-image {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .wpcf7 input[type=file] {
        max-width: 100%;
    }
    .wpcf7-form input[type=text],
    .wpcf7-form input[type=email],
    .wpcf7-form textarea {
        width: 100%;
    }
    .related .slick-prev,
    .related .slick-next {
        top: 40%;
    }
    .projekteitem {
        width: 100%;
    }
     :root .is-huge-text,
     :root .has-huge-font-size {
        font-size: 35px;
    }
    .singular .entry-title {
        font-size: 35px;
    }
    .singular .entry-header {
        margin-top: 90px !important;
    }
    .home .site-main {
        padding-top: 75px;
    }
    .site-footer>.site-info .privacy-policy,
    .site-footer>.site-info .powered-by {
        margin-left: 0px;
        display: block;
    }
    .impressum {
        margin-left: 0px;
        display: block;
    }
    .mobile-order-1 {
        order: 1;
    }
    .mobile-order-2 {
        order: 2;
    }
    .mobile-order-3 {
        order: 3;
    }
    .mobile-none {
        display: none;
    }
    .menu-button-container #primary-mobile-menu .dropdown-icon {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
    }
    .primary-navigation .primary-menu-container>ul>.menu-item>a {
        margin-top: 5px;
    }
    .menu-button-container #primary-mobile-menu {
        color: #69757F;
    }
}