/*



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

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


/* Version 221011 */


/*


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

                                 ROOT
___________________________________________________________________________*/


:root {
    --gelb:#FDBF00;
    --rot:#E44200;
    --hellblau:#8E9ABB;
    --blau:#295180;
    --dunkelblau:#011525;
    --pink:#D8046B;
    --lila:#4F375C;
    --braun:#714948;
    --hellgruen:#CDD987;
    --gruen:#91B508;
    --dunkelgruen:#415923;
}


/*


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

                                 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;
}
/* Konfigurator */

#vpc-price-container span,
.vpc-action-buttons { display: none !important; }



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

/* Basis-Styles für das Kontaktformular mit Präfix */
.rpcf7-contact-form .rpcf7-row {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px; /* 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 der Checkbox-Größe */
.rpcf7-contact-form input[type="checkbox"] {
    display: inline-block;
    margin-bottom: 20px; /* Abstand nach der Checkbox */
}

/* 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;
}
.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  color: white;
}


/*


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

                                 WPML
___________________________________________________________________________*/

/* WPML */
@media only screen and (max-width: 999px) {
  .secondary-header-items {
    display: none !important;
  }
  .wpml-ls-first-item {
    margin-right: 20px !important;
  }
}


/*


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

                                 INTROTEXT Startseite
___________________________________________________________________________*/


#introtext h1 {}
#introtext h2,
#introtext h3{
  font-size: 1em;
  line-height: 1.35em;
  font-weight: 400;
}
#introtext {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


/*


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

                                 FOOTER
___________________________________________________________________________*/

/*/////////////////////////////////////////////////////////////////////////////////// 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
  }
}
