/*



          /\
         /**\
        /****\   /\
       /      \ /**\
      /  /\    /    \
     /  /  \  /      \
    /  /    \/ /\     \
   /  /      \/  \/\   \
__/__/_______/___/__\___\______________________________

Made with Passion by GIPFELGOLD // www.gipfelgold.com
_______________________________________________________
*/


/* Version 251209 */


/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 ROOT
___________________________________________________________________________*/

/*
@font-face {
    font-family: 'pointlessregular';
    src: url('/wp-content/themes/gipfelgold-s-1504-child/assets/fonts/pointless-webfont.woff2') format('woff2'),
        url('/wp-content/themes/gipfelgold-s-1504-child/assets/fonts/pointless-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

:root {
    --braun: #2c1f05;
    --graubraun: #342f2a;
    --gruen: #424a17;
    --beige: #f0efec;
    --beige2: #eae9e5;
	--cookiebot: #342f2a;
}

/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 FONTS
___________________________________________________________________________*/

/*h1 {
	     word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}*/

h1, h2, h3, h4, h5, h6, p, li, a, i {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
 /*
body,
html {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.625em;
}*/


h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}
h5, .h5 {}
h6, .h6 {}



/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 HEADER
___________________________________________________________________________*/


#header-outer.at-top.transparent .row .col.span_3 {
    margin-right: 0;
}

/* Startzustand */
#gg #header-outer #logo img {
    width: 180px;    /* FIXE BREITE statt auto */
    opacity: 1;
    transition: opacity 0.2s ease, width 0.2s ease;
}

/* Fade-out + Breite animiert auf 0 */
#gg #header-outer.at-top.transparent #logo img {
    opacity: 0;
    width: 0px;
}

@media only screen and (max-width: 640px) {
    #gg #header-outer #logo img {
        opacity: 0 !important;
        width: 0px !important;
    }
}

#header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
    height: 33px;
}

.nav-telefon a {
    border: 2px solid var(--braun);
    border-radius: 5px;
    padding: 5px 27px 3px 27px !important;
    margin-right: 10px;
}

@media (max-width: 1000px) {
    .nav-telefon a {
        border: none;
        border-radius: 0;
        padding: 6px 5px 6px 20px !important;
        margin-top: 4px;
        margin-right: 0;
    }
}

/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 FANCY BOXES
___________________________________________________________________________*/

#angebot .nectar-fancy-box[data-style="parallax_hover"].overlay_2C1F05 .bg-img:after {
    background-color: rgba(44,31,5,0.3);
    background: linear-gradient(to bottom,  rgba(44,31,5,0) 0%,rgba(44,31,5,0) 31%,rgba(44,31,5,1) 100%);
}
#angebot .nectar-fancy-box[data-style="parallax_hover"][data-align="bottom"] .meta-wrap .inner {
    padding-bottom: 12%;
    width: 90%;
    padding-right: 0;
    padding-left: 3%;
}

/*/////////////////////////////////////////////////////////////////// CONTACT FORM 7 */

/* Purfit */

.rpcf7-contact-form .rpcf7-row {
    margin-bottom: 0;
}

.rpcf7-contact-form input[type="text"],
.rpcf7-contact-form input[type="email"],
.rpcf7-contact-form input[type="tel"] {
    margin-bottom: 15px;
}


.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    color: var(--grau);
}


/* Anpassung der Checkbox-Größe */
.rpcf7-contact-form input[type="checkbox"] {
    display: block;
    margin-bottom: 1em;
    float: left;
    margin-right: 1em;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    padding: 10px;
    width: 100%;
    font-size: 18px !important;
    font-family: inherit;
    color: var(--dunkelgrau);
    background-color: rgba(0,0,0,0.025);
    border: 2px solid rgba(0,0,0,0.1);
    line-height: 1.5em;
    font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--blau);
}

input[type=submit] {
    text-transform: uppercase;
    color: var(--dunkelgrau);
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.6em;
    font-weight: 600 !important;
}

/* Standards*/


/* Basis-Styles für das Kontaktformular mit Präfix */
.rpcf7-contact-form .rpcf7-row {
    overflow: hidden;
    clear: both;
    /* Abstand zwischen den Zeilen */
}

.rpcf7-contact-form .rpcf7-column {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

/* Entfernt den linken Abstand von der ersten Spalte */
.rpcf7-contact-form .rpcf7-column:first-child {
    padding-right: 10px;
    padding-left: 0;
}

/* Entfernt den rechten Abstand von der zweiten Spalte */
.rpcf7-contact-form .rpcf7-column:last-child {
    padding-left: 10px;
    padding-right: 0;
}

/* Anpassungen für Mobilgeräte */
@media (max-width: 768px) {
    .rpcf7-contact-form .rpcf7-column {
        width: 100%;
        float: none;
        padding: 0;
    }
}

/* Stil für das Nachrichtenfeld, um es auf volle Breite zu strecken */
.rpcf7-contact-form textarea {
    width: 100%;
    margin-bottom: 20px;
    /* Abstand nach der Textarea */
}



/* Anpassung für das Einverständnis-Label */
.rpcf7-contact-form label {
    display: block;
    margin-bottom: 10px;
}

.rpcf7-row p {
    padding-bottom: 0 !important;
}

.wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}



/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 FOOTER
___________________________________________________________________________*/


/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 PAUSCHALEN
___________________________________________________________________________*/

.nectar-scrolling-text-inner__text-chunk h2 em {
    font-family: Quattrocento !important;
}

.pauschalentext {
    font-size: clamp(18px, 2vw, 24px) !important;
    line-height: 1.5em;
    margin-top: 1em;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 FOOTER
___________________________________________________________________________*/

#footerbottom a {
    color: #ffffff;
}

#footerbottom a:hover {
    color: var(--beige);
}

.footer-menu ul,
.footer-horz-menu ul {
    margin: 0;
}

.footer-menu ul li,
.footer-horz-menu ul li {
    list-style: none;
}

.footer-menu ul li {
    list-style: none;
    padding: 5px 0;
}

.footer-horz-menu ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-horz-menu ul li a {
    opacity: 1;
}


/*/////////////////////////////////////////////////////////////////////////////////// reCAPTCHA */

body:not(.page-id-6) .grecaptcha-badge {
    display: none !important;
}
.grecaptcha-badge {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    bottom: 70px !important;
}

/* Formular */

.light .wpcf7-acceptance span {
  color: #ffffff !important;
}
.wpcf7-acceptance span {
  line-height: 1.25em
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .rpcf7-contact-form .rpcf7-column:last-child {
    padding-left:0;
    padding-right: 10px;
    padding-top: 30px
  }
}


/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 COOKIEBOT
___________________________________________________________________________*/


#CybotCookiebotDialog {
    max-height: 310px !important;
}

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog {
        max-height: 310px;
    }
}

@media screen and (min-width: 601px) {
    #CybotCookiebotDialog {
        max-width: 600px !important;
    }
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
    font-size: 12px !important;
    line-height: 1.25em !important;
}

.CookiebotWidget,
#CookiebotWidget {
    display: none !important;
}


#CybotCookiebotDialogHeader {
    border-bottom: none !important;
    padding: 0.25em !important;
}


h2#CybotCookiebotDialogBodyContentTitle {
    font-size: clamp(20px, 3vw, 30px) !important;
}

#CybotCookiebotDialogPoweredbyImage,
#CybotCookiebotDialogPoweredbyCybot {
    display: none !important;
}


#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom-color: var(--cookiebot) !important;
    color: var(--cookiebot) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: var(--cookiebot) !important;
    border-color: var(--cookiebot) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    border-color: var(--cookiebot) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline {
    background: transparent !important;
    color: var(--cookiebot) !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
    padding: 0.5em !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-color: var(--cookiebot) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
    height: 22px !important;
    width: 48px !important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: var(--cookiebot) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
    bottom: 2px !important;
    height: 18px !important;
    left: 2px !important;
    width: 18px !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: var(--cookiebot) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: var(--cookiebot) !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: var(--cookiebot) !important;
}

#CybotCookiebotDialog a:hover:after,
#CybotCookiebotDialog a:hover:before,
#CybotCookiebotDialog button:hover:after,
#CybotCookiebotDialog button:hover:before {
    border-color: var(--cookiebot) !important;
}

#CybotCookiebotDialog ul li {
    list-style: inherit;
}

table.CookieDeclarationTable {
    background-color: transparent !important;
}

table.CookieDeclarationTable tr:nth-child(2n+1) {
    background-color: transparent !important;
}