/*
Theme Name: Sonnenschutz mit System
Author: Janice Barbosa
Author URI: https://janice-dev.de
Description: Twenty Twenty-Five child theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vdh-blocktheme
Tags: custom
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus-visible) {
  outline-width: 2px!important;
  outline-style: solid!important;
  outline-color: var(--wp--preset--color--orange)!important;
  outline-offset: 6px!important;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation
  .wp-block-navigation-submenu
  .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation
  .wp-block-navigation-item
  ul.wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

:where(.wp-block-columns.has-background) {
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #f9f9f9;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 150%;
  overflow-x: hidden;
  width: 100%;
}

header {
  background-color: #f9f9f9;
  width: 100%;
  position: relative;
  top: 0px;
  z-index: 50;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
}

main {
  background-color: #f9f9f9;
  min-height: 50.8em;
  width: 100%;
  word-wrap: break-word;
  z-index: -1;
}

/*------------------------------- Links -------------------------------*/
a,
.my-back-button {
  cursor: pointer;
}

main a {
  word-break: break-word;
}

#dark-link a {
  color: #1f1f1f;
}

a[href^="tel"] {
  color: inherit;
}

.text-seite a:hover,
.three-row-div a:hover,
#dark-link a:hover {
  color: #ff8b00;
}

/*--- Call to Action- Buttons -----------------------------------------*/

.submit-kontakt {
  background-color: var(--wp--preset--color--orange) !important;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 5px !important;
  font-weight: 600 !important;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 4px 6px -6px #222 !important;
  border-color: var(--wp--preset--color--orange) !important;
}

.submit-kontakt:hover {
  background-color: var(--wp--preset--color--weiss) !important;
  border-color: var(--wp--preset--color--grau) !important;
}

.submit-button:hover,
#searchsubmit:hover {
  cursor: pointer;
}

button:focus {
  outline-color: #605f61;
}

.footer-kontakt button.my-back-button:active,
.sticky-div button.my-back-button:active {
  color: #aeaeae;
}

.sticky-div span {
  font-size: 80%;
}

/*------------------------------- Schrift -------------------------------*/
@font-face {
  font-family: "geometria-light";
  font-style: normal;
  font-weight: normal;
  src: url("geometria-light-webfont.woff2") format("woff2"),
    url("geometria-light-webfont.woff") format("woff");
}

h1,
h2 {
  padding: 1em 0 1em 0;
  text-align: center;
}

h4 {
  padding: 0.5em 0 0.5em 0;
}

#h2-produkt {
  display: block;
  text-align: left;
  padding-bottom: 0.5em;
}

#h2-produkt-mini {
  display: none;
}

#h2-produkt i,
.text-seite i {
  color: #ff8b00;
}

/*------------------------------- Misc -------------------------------*/
.screen-reader-text {
  display: none;
}

/*-- "Honeypot" unsichtbar machen https://wordpress.org/support/topic/wpform-lite-widget-generates-random-field/ --*/
.wpforms-field-hp {
  display: none !important;
}

.my-back-button {
  background-color: transparent;
  border: none;
  color: #cccccc;
  padding: 0.1em;
  text-align: center;
  text-decoration: none;
  font-family: "geometria-light", Arial, sans-serif;
}

.img-caption {
  background-color: #464344;
  padding: 0.2em;
  position: absolute;
  z-index: 20;
}
/*------------------------------- Hauptmenu -------------------------------*/
#sticky-top-navigation {
  display: none;
  position: fixed;
  text-align: right;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  -moz-box-shadow: 0 4px 6px -6px #222;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px -6px #222;
}

.sticky-top-navigation-logo {
  text-align: center;
}

.sticky-mobile-top-nav {
  position: fixed;
  top: 0;
  right: 0;
}

.mobile-top-nav {
  position: relative;
  z-index: 100;
}

#head-container-mini {
  -moz-box-shadow: 0 4px 6px -6px #222;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px -6px #222;
  margin-bottom: 0.5%;
  padding-top: 0.25%;
  position: fixed;
  top: -1px;
  width: 100%;
  z-index: 200;
}

#head-container-mini .logo-div {
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  margin-bottom: 1%;
}

#head-container-mini .logo {
  margin-left: 5%;
}

#head-container-mini #logok_mini,
.sticky-logo {
  width: 13em;
}

#head-container-mini .main-nav ul {
  margin-left: 2em;
  text-align: left;
}

#head-container-mini .sub-menu {
  margin-left: 0em !important;
}

.sub-menu li {
  margin-right: 0em !important;
}

ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
  position: relative !important;
  box-shadow: none!important !important;
  -webkit-box-shadow: none !important;
}

nav.main-nav {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  /*margin-left: 5%;*/
}

.menu-hauptmenue-container {
  /*flex: 4;*/
}

.main-nav ul,
ul#menu-hauptmenue-2,
ul#menu-hauptmenue-3 {
  font-weight: bold;
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  padding: 0;
}

/* https://teamtreehouse.com/community/spaces-between-links */
.main-nav li {
  display: inline;
  margin-right: 8%;
  text-transform: uppercase;
}

.main-nav li:last-child {
  margin-right: 0;
}

.main-nav li a {
  border-bottom: 0.5em solid transparent;
  color: black;
  display: inline-block;
  /*padding-bottom: 0.7em;*/
  text-decoration: none;
}

.head-container .main-nav ul {
  border-top: 1px solid #f0f0f0;
  padding-top: 0.25em;
}

.main-parent-menu a:hover {
  border-bottom: 0.5em solid #f68b1f;
}

/* https://www.youtube.com/watch?v=AShql_Ap1Yo */
.current_page_item > span > a:link,
.current_page_item > span > a:visited {
  border-bottom: 0.5em solid #f68b1f;
}

.current-menu-ancestor > span > a:link,
.current-menu-ancestor > span > a:visited {
  border-bottom: 0.5em solid #f68b1f;
}

#main-nav-mini {
  display: none;
}

/* ------------------------------ Responsive Menu --------------------*/
.top-navigation {
  display: none;
}
/*    
        .navigation-items, .sticky-navigation-items{
            display: none;
        }

        .sticky-navigation-items ul{
            list-style-type: none;
        }*/
/*------------------------------- Logo -------------------------------*/
.logo-div,
#sticky-top-navigation .sticky-top-navigation-logo {
  /*       -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
                flex-basis: auto;
                flex-shrink: 0;*/
  width: 100%;
}

.logo {
  width: 19em;
  height: auto;
  margin-left: 43%;
}

#logok {
  display: none;
}

#logok_mini {
  display: none;
  width: 19em;
}

.top-logo {
  width: 18em;
}

.top-logo-container {
  width: 100%;
}
/*------------------------------- Sub Menu ----------------------*/
.sub-menu {
  display: none;
  text-align: left !important;
}

.menu-item-has-children {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-item-has-children .main-parent-menu,
.menu-item-has-children ul.sub-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#menu-hauptmenue li.menu-item-has-children:hover .sub-menu,
#menu-hauptmenue-1 li.menu-item-has-children:hover .sub-menu {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ffffff;
  display: block;
  font-size: 0.9em;
  padding: 0 1em 0 1em;
  position: absolute;
  top: 100%;
  width: 25em;
  z-index: 100;
  -webkit-box-shadow: 0 4px 8px -6px #222;
  box-shadow: 0 4px 8px -6px #222;
  border-radius: 1px;
}

ul#menu-hauptmenue
  > .menu-item-has-children
  > .main-parent-menu
  > a:nth-of-type(1) {
  cursor: default !important;
}

.sub-menu li {
  display: block;
}

/*------------------------------- Fixed Footer Menu -------------------------------*/
/* https://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/ */
nav.sticky-nav {
  background-color: #464344;
  bottom: 0px;
  clear: both;
  height: 2.5em;
  padding-top: 0.25em;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 4px 8px -6px #000 inset;
  box-shadow: 0 4px 8px -6px #000 inset;
}

.sticky-nav ul,
.footer-nav {
  list-style-type: none;
  overflow: hidden;
}

.sticky-nav li,
.footer-nav li {
  display: inline;
  padding-right: 2%;
}

.sticky-nav li a,
.footer-nav li a {
  color: #cccccc;
  display: inline-block;
  text-decoration: none;
}

.sticky-nav li a:hover,
.footer-nav li a:hover,
.my-back-button:hover {
  color: white;
}

nav.sticky-nav ul li.current-menu-item a:link,
nav.footer-nav ul li.current-menu-item a:link,
nav.sticky-nav ul li.current-menu-item a:visited,
nav.footer-nav ul li.current-menu-item a:visited {
  color: #f68b1f;
}

/*------------------------------- Fixed Footer -------------------------------*/
footer {
  background-color: #464344;
  color: white;
  font-size: 0.9em;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  width: 100%;
}

/*------------------------------- Page Footer -------------------------------*/
.footer-container {
  background-color: #242325;
  border-top: 1.5em solid #464344;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "geometria-light", Arial, sans-serif;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  padding: 1em 5% 1em 5%;
}

.footer-links {
  -webkit-flex: 2;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.vdh-info,
.vdh-info a,
.vdh-info-spn {
  color: white;
  -webkit-flex: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-kontakt {
  -webkit-flex: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

/*------------------------------- Search -------------------------------*/
.search-div {
  -webkit-flex-item-align: end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5em 0.5em 0.5em 0;
  text-align: right;
}

.search-div-container {
  position: relative;
}

.head-search-div {
  position: absolute;
  bottom: 0;
  padding: 0.5em 0.5em 0.5em 0;
  right: 0;
  text-align: right;
}

.search-div input#s,
.head-search-div input#s {
  line-height: 2em;
  width: 25%;
  -webkit-transition: width 1s; /* Safari */
  -o-transition: width 1s;
  transition: width 1s;
}

.search-div input#s:focus,
.head-search-div input#s:focus {
  width: 75%;
}

.search-div input#searchsubmit,
.head-search-div input#searchsubmit {
  background-color: #f9f9f9;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  height: 2.2em;
  width: 2.2em;
}

.search-result {
  background-color: #f5f5f5;
  margin-bottom: 1em;
  padding: 0.5em;
}

.search-hr {
  border: 0;
  border-top: 1px solid #ff8b00;
  width: 30%;
}
/*------------------------------- Startseite -------------------------------*/
/*------------------------------- Slideshow -------------------------------*/
.slideshow-div {
  height: 50em;
  position: relative;
  z-index: -1;
}

/*
        essential styles:
        these make the slideshow work
        */

#slides {
  list-style-type: none;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 4s;
  -o-transition: opacity 4s;
  transition: opacity 4s;
}

.showing {
  opacity: 1;
  z-index: 2;
}

/*
        non-essential styles:
        just for appearance; change whatever you want
        */

.slide {
  background: #333;
  color: #fff;
  font-size: 40px;
  height: 100vh;
  padding: 40px;
  width: 100vw;
  background-attachment: fixed;
  background-color: #f5f5f5;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide:nth-of-type(1) {
  background-image: url("https://staging.janicebarbosa.de/wp-content/uploads/2018/08/1_SL-Roll-UP-C-P1030414.jpg");
  background-position: top center;
}

.slide:nth-of-type(2) {
  background-image: url("https://staging.janicebarbosa.de/wp-content/uploads/2018/08/2_SL_Schirme-Besichtigung-2016-09-01-IMG_0170.jpg");
  background-position: top;
}

.slide:nth-of-type(3) {
  background-image: url("https://staging.janicebarbosa.de/wp-content/uploads/2018/08/3_SL_Eventsegel-Nachtaufnahme-IMG_0620bearbeitet.jpg");
  background-position: center;
}

.slide:nth-of-type(4) {
  background-image: url("https://staging.janicebarbosa.de/wp-content/uploads/2018/08/4_SL_B-600_final.jpg");
  background-position: center;
}

/*------------------------------- Startseite Sections-------------------------------*/
.two-row-intro-sec {
  border-top: 0.5em solid #f68b1f;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.half-intro {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 8% 0 8%;
  padding-bottom: 2em;
}
/*
        .half-intro:nth-child(1){
        padding-bottom: 2em;
        }

        .half-intro:nth-child(2){
        background-image: url('https://medienprojekt.janicebarbosa.de/wp-content/uploads/2018/07/placeholder_segel.jpeg');
        background-size: cover;
        background-position: center;
        }*/

.half-intro-icon {
  /*        background-image: url('VDH-SMS-transparent.png');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 10em;*/
}

.icon-large-arrow {
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

/* Übergangstext in orange */
#h3 {
  background-color: #464344;
  color: #ff8b00;
  font-family: geometria-light, Arial, sans-serif;
  padding: 1em 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

.three-row-div {
  background-color: #464344;
  color: #f5f5f5;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  width: 100%;
}

#white-rows {
  background-color: #f9f9f9;
  color: #464344;
}

.three-row-intro-text,
.three-row-intro-img,
.two-row-intro-text,
.two-row-intro-img,
.one-column-img {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 4% 0 4%;
}

.three-products-article {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.two-service-article {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.three-products-text {
  padding: 1em;
}

.three-products-img img {
  border: 1px solid transparent;
  height: 25em;
  width: 100%;
  object-fit: cover;
  /* https://caniuse.com/#feat=object-fit */
  -o-object-fit: cover;
}

.two-service-img {
  text-align: center;
}

.two-service-img img {
  width: 12em;
  height: auto;
}

/* three columns */
.h3-container {
  border-bottom: 1px solid #ff8b00;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  width: 100%;
}

.three-h3 {
  -webkit-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.h3-icon {
  color: #ff8b00;
  -webkit-flex-basis: 5%;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
}

/* two columns */
.two-column-h3-container {
  border-bottom: 1px solid #ff8b00;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 1em;
  width: 50%;
}

.two-column-h3-container .three-h3 {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  text-align: left;
}

.two-column-h3-container .h3-icon {
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  padding-right: 5%;
}

/*------------------------------- Blog -------------------------------*/
.eintrag-container {
  width: 100%;
}

.eintrag-container:last-child {
  margin-bottom: 1.5em;
}

.eintrag-sec {
  -moz-box-shadow: 0 4px 6px -6px #222;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  background-color: #fcfcfc;
  border: 1px solid #cecece;
  border-top-color: #ff8b00;
  box-shadow: 0 4px 6px -6px #222;
  clear: both;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.5em;
  width: 70%;
}

.eintrag-sec:nth-of-type(n + 2) {
  margin-top: 1.5em;
}

.eintrag-sec img {
  float: left;
  margin-right: 2em;
}

.eintrag-datum {
  text-align: right;
}

/*------------------------------- Kontakt -------------------------------*/
.kontakt-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kontakt-sec {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kontakt-info-kurz {
  background-color: white;
  border: 1px solid #cecece;
  border-top: 0.625em solid #ff8b00;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
  margin: 0 auto;
  padding: 1em;
  width: 50%;
}

.kontakt-beschr-text {
  padding-top: 1em;
  width: 80%;
  margin: 0 auto;
}

.kontaktformular {
  display: block;
  margin: 0 auto;
  padding-top: 0.25em;
  width: 80%;
}

.kontaktformular input {
  display: block;
  height: 2em;
  margin-bottom: 1em;
  width: 45%;
}

.kontaktformular input:nth-child(-n + 2) {
  display: inline;
}

#kontakt-submit {
  width: 90%;
}

/* Plugin Mitteilungsfeld */
.wpforms-form textarea.wpforms-field-medium {
  min-height: 10em;
  resize: none;
  width: 90%;
}

.kontakt-img {
  /*        background-image: url('https://medienprojekt.janicebarbosa.de/wp-content/uploads/2018/07/placeholder_segel.jpeg');
        background-size: cover;
        background-position: center;*/
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*------------------------------- Produkte Uebersicht-------------------------------*/
.produkte-div {
  background-color: #464344;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  min-height: 30em;
}

.produkte-sec {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: white;
}

.produkte-intro-text {
  padding: 1em 0 1em 0;
  width: 84%;
  margin: 0 auto;
}

.produkte-intro-text-p {
  padding-bottom: 1.5em;
}

.produkte-intro-text h3 {
  color: #ff8b00;
  font-size: 1.5em;
}

.produkte-intro-service {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

/* Intro Bild für die Produkte Übersichtsseite */
.produkte-img {
  background-image: url("https://staging.janicebarbosa.de/wp-content/uploads/2018/08/960.png");
  background-size: cover;
  background-position: center;
  height: 40em;
  /*        width: 80%;
        margin: 0 auto;
        margin-top: 1em;*/
}

.h3-schwarz {
  font-family: geometria-light, Arial, sans-serif;
  padding: 1em 0 1em 0;
  text-align: center;
}

.one-column-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20em;
  padding-bottom: 1.5em;
}

.one-column-sec {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 1em 0 1em 5%;
}

.text-seite {
  padding: 0 4% 1.5em 4%;
}

.text-seite a {
  color: #333333;
}

/*------------------------------- Produkt Detailansicht -------------------------------*/

.produkt-container {
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 38em;
  margin-bottom: 1em;
  width: 100%;
}

.produkt-container div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.produkt-container a {
  color: #ff8b00;
}

.produkt-left {
  /*border-right: 1px solid #CECECE;*/
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0 0 0;
}

.produkt-right {
  max-width: 100%;
}

.ms-slide .ms-sl-selected {
  width: 100%;
}

.produkt-right-text {
  padding: 0.5em 10% 2em 1em;
}

.produkt-right-text hr,
.trenner {
  border: 0;
  border-top: 1px solid #ff8b00;
  margin: 0 auto;
}

.trenner {
  padding: 0 0 1em 0;
  margin-top: 1em;
}

.produkt-video {
  /*margin-left: 12%;*/
  text-align: center;
}

.produkt-video iframe,
.produkt-video video {
  padding: 1em 0 1em 0;
  width: 100%;
  height: 25em;
}

.produkt-video video {
  -o-object-fit: fill;
  object-fit: fill;
}

.produkt-left-container-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*            text-align: right;*/
  padding-left: 7%;
}

.produkt-left-container-1 img {
  border: 1px solid #cecece;
  height: 8.12em;
  margin: 0 1em 0.25em 0;
  width: 8.12em;
  object-fit: cover;
  /* https://caniuse.com/#feat=object-fit */
  -o-object-fit: cover;
}

.produkt-left-container-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.produkt-image {
  height: auto;
}

.produkt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* https://caniuse.com/#feat=object-fit */
  -o-object-fit: cover;
}

.produkt-vorschlag-container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em 0 1em 0;
}

.produkt-vorschlag-container2 {
  background-color: #464344;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 1em;
}

.produkt-vorschlag-container2 a {
  text-decoration: none;
}

.vorschlag-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.produkt-vorschlag-img img {
  height: 5em;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.produkt-vorschlag-text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: white;
  -webkit-box-flex: 3 !important;
  -ms-flex: 3 !important;
  flex: 3 !important;
  padding: 0.2em;
  padding-left: 0.5em;
}

.material-icons {
  vertical-align: text-bottom;
}

.gruppe {
  background-color: var(--wp--preset--color--grau);
  color: var(--wp--preset--color--weiss);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gruppe-text {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 1.5em 2% 1em 2%;
}

.gruppe-text a:hover {
  color: var(--wp--preset--color--orange);
}

.gruppe img,
.product-query-image img {
  width: 100%;
  height: 20em;
  object-fit: cover;
  -o-object-fit: cover;
}

.gruppe ul {
  list-style-type: none;
}

.gruppe-titel,
.product-query-title {
  border-bottom: 1px solid var(--wp--preset--color--orange);
  margin: 0 auto;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  text-align: left;
  width: 95%;
}

.gruppe-titel i {
  color: var(--wp--preset--color--orange);
}

.product-query {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: var(--wp--preset--spacing--40);
  grid-row-gap: var(--wp--preset--spacing--40);
}

@media (max-width: 1024px) {
  .product-query {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 Column) */
@media (max-width: 600px) {
  .product-query {
    grid-template-columns: 1fr;
  }
}

.product-query-content {
  margin-block-start: initial;
}

.product-query-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 1.2rem;
  align-items: center;
  column-gap: 0.5rem;
}

/*------------------------------- Leistungen -------------------------------*/

.leistungen-div {
  background-color: #464344;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  min-height: 30em;
}

.leistungen-sec {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: white;
}

.leistungen-intro-text {
  /*        padding: 1em 8% 1em 1em;*/
  padding: 1em 0 1em 0;
  width: 84%;
  margin: 0 auto;
}

.leistungen-intro-text h3 {
  color: #ff8b00;
  font-size: 1.5em;
}

.full-intro-icon {
  text-align: center;
}

.leistungen-img {
  background-image: url("https://medienprojekt.janicebarbosa.de/wp-content/uploads/2018/07/placeholder_segel.jpeg");
  background-size: cover;
  background-position: center;
  height: 40em;
}

.two-column-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-colum-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.two-column-sec {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-height: 5em;
  padding-top: 1.5em;
  text-align: center;
}

/*      
        .two-column-div > div:first-of-type{
            background-color: #F5F5F5;
        }*/

.two-column-text {
  margin: 0.5em 20% 1.5em 20%;
  text-align: left;
}

.two-column-icon img {
  height: 5em;
  margin: 0 auto;
  width: 5em;
}
/*------------------------------- 404-Error -------------------------------*/
.error
        
        /*------------------------------- Edit -------------------------------*/
        .post-edit-link {
  text-decoration: none;
}
#menu-icon {
  color: black;
}

/*------------------------------ media queries -------------------------------*/

@media all and (max-width: 1410px) {
  .half-intro-icon {
    background-size: 7em;
  }

  .half-intro:nth-child(1) {
    padding-bottom: 1em;
  }

  .main-nav li {
    margin-right: 6%;
  }

  .head-search-div > .searchform > div {
    max-width: 10em;
  }

  .logo {
    margin-left: 40%;
  }
}

@media all and (max-width: 1174px) {
  .two-row-intro-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-intro:nth-child(2) {
    display: none;
  }

  /*Startseite */
  .main-nav li {
    margin-right: 4%;
  }

  .produkte-div {
    min-height: 10em;
  }
  .three-row-div {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .two-row-intro-img,
  .two-row-intro-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /*Änderungen*/
  .three-row-intro-img,
  .three-row-intro-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .three-row-intro-img,
  .two-row-intro-img {
    padding: 0px;
  }

  .three-row-intro-text,
  .two-row-intro-text {
    padding: 0 4% 0 1%;
  }

  .two-service-img img {
    width: 8em;
  }

  .half-intro {
    padding: 0 1em 0 1em;
  }

  .one-column-sec {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 1em 4% 1em 4%;
  }
}

@media all and (max-width: 1024px) {
  /*--- große Tablets ---*/
  /*--- Logo ---*/

  .logo-link {
    /*        position: absolute;*/
    top: 0;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 50;
  }
  /*--- display none ---*/
  div.sticky-div .menu-footer-menue-container,
  .knt-btn,
  .kontakt-img,
  .produkt-vorschlag-container1,
  #logog,
  .search-div input#searchsubmit {
    display: none;
  }

  /*--- Slides ---*/
  .slideshow-div {
    height: 40em;
  }

  .slide {
    background-position: center center;
    background-size: 40em;
  }

  /*--- Search ---*/

  #logok {
    display: inline;
  }

  .search-div input#s {
    background-image: url("../images/search_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
  }

  /*--- Startseite ---*/
  /*    .produkte-div{
        min-height: 10em;
    }
    .three-row-div{
        display: flex;
    }

    .three-row-intro-img, .three-row-intro-text, .two-row-intro-img, .two-row-intro-text{
        flex-direction: column;
        flex: 1;
    }

    .three-row-intro-img, .two-row-intro-img{
        padding: 0 1% 0 4%;
    }

    .three-row-intro-text, .two-row-intro-text{
        padding: 0 4% 0 1%;
    }

    .two-service-img img{
        width: 8em;
    }

    .half-intro{
        padding: 0 1em 0 1em;
    }*/

  /*--- Sticky Nav ---*/

  nav.sticky-nav .my-back-button .material-icons {
    margin-right: 0;
    display: block;
    font-size: 30px;
  }

  .head-container {
    display: none;
  }

  /*--- Responsive nav ---*/
  #menu-icon:active {
    color: #ff8b00;
  }

  .top-navigation {
    display: block;
    font-size: 1.2em;
    min-height: 10em;
    text-align: center;
  }

  #menu-icon {
    background-color: transparent;
    color: black;
    font-size: 4em;
  }

  #menu-hauptmenue-2,
  #menu-hauptmenue-3 {
    background-color: #6a6869;
    text-align: left;
    width: 100%;
  }

  ul#menu-hauptmenue-2 ul.sub-menu,
  ul#menu-hauptmenue-3 ul.sub-menu {
    display: block;
    font-size: 1em;
    text-align: left;
    width: 100%;
  }

  ul#menu-hauptmenue-2 li,
  ul#menu-hauptmenue-3 li {
    border-bottom: 1px solid grey;
    padding: 0.2em 0 0.2em 0.75em;
    text-align: left;
    width: inherit;
  }

  ul#menu-hauptmenue-2 a,
  ul#menu-hauptmenue-3 a {
    color: white;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    /*        width: 100%;*/
  }

  ul#menu-hauptmenue-2 a:hover,
  ul#menu-hauptmenue-3 a:hover {
    color: var(--wp--preset--color--orange);
    border-bottom: 5px solid var(--wp--preset--color--orange);
  }

  ul#menu-hauptmenue-2 ul.sub-menu a,
  ul#menu-hauptmenue-3 ul.sub-menu a {
    text-transform: none;
  }

  ul#menu-hauptmenue-2 ul.sub-menu li,
  ul#menu-hauptmenue-3 ul.sub-menu li {
    border: none;
    padding-left: 1.5em;
  }

  ul#menu-hauptmenue-2,
  ul#menu-hauptmenue-3 {
    font-weight: normal;
  }

  .top-navigation-search-div,
  #sticky-top-navigation-search-div {
    padding: 0.2em 0 0.2em 0;
  }
  .top-navigation-search-div input,
  #sticky-top-navigation-search-div input {
    line-height: 2em;
    border: 1px solid #464344;
  }
  .top-navigation-search-div input#searchsubmit,
  #sticky-top-navigation-search-div input#searchsubmit {
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    height: 2.2em;
    width: 2.2em;
    vertical-align: middle;
  }

  .top-navigation-search-div form.searchform div,
  #sticky-top-navigation-search-div form.searchform div {
    text-align: center;
  }

  .top-navigation-search-div form.searchform input#s,
  #sticky-top-navigation-search-div form.searchform input#s {
    width: 85%;
  }
  /*---Produkte Uebersicht ---*/

  .produkte-intro-text {
    /*padding: 1em 4% 1em 4%;*/
  }

  /*---Leistungen---*/
  /*.leistungen-img,*/
  #h2-produkt {
    text-align: center;
  }

  .two-column-text {
    margin: 0.5em 8% 1.5em 8%;
  }

  .leistungen-div {
    /*        display: block;*/
    min-height: 10em;
  }

  .leistungen-intro-text {
    /*    padding: 1em 4% 1em 4%;*/
  }
  /*---Produkte Detail---*/
  .produkt-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .produkt-right-text {
    border-top: 1px solid #ff8b00;
    padding: 0.5em 4% 1em 4%;
  }

  .produkt-left {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;*/
    max-width: 100%;
  }

  .produkt-left-container-1,
  .produkt-left-container-2 {
    text-align: center;
  }

  .produkt-left-container-1 {
    padding: 1em 0 0 0;
  }

  .produkt-image img,
  .produkt-image {
    height: 40em;
  }

  .gruppe-text {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .produkt-right-text .h3-schwarz {
    padding-top: 0;
  }

  .produkt-video {
    /*    margin-left: 25%;*/
  }

  #h2-produkt-mini {
    display: block;
    padding: 0.5em 0 0 0;
  }

  #h2-produkt-mini .material-icons {
    color: orange;
  }

  /*--- Links ---*/
  /* https://www.youtube.com/watch?v=AShql_Ap1Yo */
  .current_page_item ul a:link,
  .current_page_item ul a:visited {
    color: white !important;
  }

  .current_page_item a:link,
  .current_page_item a:visited {
    color: #f68b1f !important;
  }

  li.current-menu-ancestor > a:link,
  li.current-menu-ancestor > a:visited {
    color: #f68b1f !important;
  }
}

@media all and (max-width: 745px) {
  /*--- mittelgroße Tablets ---*/
  /*--- Slides ---*/
  .slideshow-div {
    height: 35em;
  }

  .slide {
    background-position: center;
    background-size: 35em;
  }

  .two-column-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /*--- Startseite ---*/
  /*.three-row-intro-img{
        padding: 0 1% 0 0;
    }*/

  ..three-row-intro-text {
    padding: 0 1% 0 0.2em;
  }

  /*--- Produkte ---*/
  .produkte-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .produkte-img {
    height: 20em;
  }

  .produkt-image img,
  .produkt-image {
    height: 25em;
  }

  .one-column-sec {
    padding: 1em 5% 1em 5%;
  }
  /*--- Produkte Detail --*/
  .produkt-right-text {
    padding: 0.5em 4% 0.5em 4%;
  }

  .gruppe-text {
    padding: 0.5em 2% 0.5em 2%;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .gruppe-text {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .produkt-left-container-1 img {
    margin: 0 0.25em 0 0.25em;
  }
}

@media screen and (max-width: 479px) {
  /*--- Smartphones ---*/
  /*--- Startseite ---*/
  .slideshow-div {
    height: 30em;
  }

  .slide {
    background-position: top center;
    background-size: 30em;
  }

  .icon-large-arrow {
    height: 25px;
    width: 25px;
  }

  /*---Text ---*/
  h1 {
    font-size: 1.6em;
  }

  h1,
  h2 {
    padding: 0.5em 0 0.5em 0;
  }

  /*.three-products-text{
        padding: 0.2em;
     }*/

  .three-row-intro-text,
  .two-row-intro-text {
    padding: 0 0.5em 0 0.2em;
  }

  .h3-container {
    padding-bottom: 0.25em;
  }

  #h3 {
    padding-top: 0.5em;
  }

  /*--- Abstände ---*/
  .produkte-intro-text,
  .leistungen-intro-text {
    padding: 1em;
    width: 95%;
  }

  .produkte-intro-text {
    padding: 0em;
  }

  .three-row-div {
    padding: 1em 0 0.5em 0;
  }

  .one-column-sec {
    padding: 0.6em 0.5em 0.5em 0.5em;
  }

  .half-intro:nth-child(1) {
    padding-bottom: 0.5em;
  }

  .two-column-sec {
    min-height: 3em;
    padding-top: 0.5em;
  }

  .two-column-h3-container {
    padding-bottom: 0.5em;
  }

  .trenner {
    padding-bottom: 0.5em;
    margin-top: 0.5em;
  }
  /*-- Kontakt --*/
  .kontakt-info-kurz {
    width: 75%;
  }

  .one-column-sec {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  /*--- img ---*/
  .produkt-left-container-1 img {
    height: 6em;
    width: 6em;
  }
}

@media all and (max-width: 391px) {
  /*--- Startseite ---*/
  .slideshow-div {
    height: 15em;
  }

  .slide {
    background-position: top center;
    background-size: 15em;
  }

  .slide:nth-of-type(2) {
    background-image: url("https://medienprojekt.janicebarbosa.de/wp-content/uploads/2018/07/slide_kita.jpg");
    background-position: bottom;
  }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    _:-webkit-full-screen,
    .three-products-article {
      -webkit-flex-basis: 30%;
    }
  }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) and (min-width: 1174px) {
  @media {
    _:-webkit-full-screen,
    .three-products-article {
      width: 30%;
    }

    _:-webkit-full-screen,
    .two-service-article {
      width: 50%;
    }

    _:-webkit-full-screen,
    div.produkt-left,
    div.produkt-right {
      width: 50%;
    }

    _:-webkit-full-screen,
    div.produkt-left-container-1 {
      width: 20%;
    }

    _:-webkit-full-screen,
    div.produkt-left-container-2 {
      width: 80%;
    }

    _:-webkit-full-screen,
    div.produkt-left {
      width: 55%;
    }

    _:-webkit-full-screen,
    div.produkt-right {
      width: 45%;
    }
  }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) and (max-width: 1174px) {
  @media {
    _:-webkit-full-screen,
    section.two-row-intro-img {
      width: 40em;
    }
  }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) and (max-width: 745px) {
  @media {
    _:-webkit-full-screen,
    section.two-row-intro-img {
      width: 20em;
    }
  }
}

@media print {
  a {
    color: black !important;
  }

  #head-container-mini,
  nav.top-navigation,
  nav#sticky-top-navigation,
  .slideshow-div,
  .icon-large-arrow,
  hr,
  .two-service-img,
  .footer-links,
  .footer-kontakt,
  div.search-div,
  .sticky-div. iframe,
  i.material-icons {
    display: none !important;
  }

  .head-container {
    display: block !important;
  }
}

/** --- Relaunch --- **/

a {
  text-underline-offset: 5px;
}

.mega-menu-item a:hover {
  border-bottom: none!important;
  color: var(--wp--preset--color--orange) !important;
}

@media screen and (min-width: 576px) {
  .mega-menu-item a:hover {
    border-bottom: 5px solid var(--wp--preset--color--orange) !important;
    color: var(--wp--preset--color--orange) !important;
  }
}

.mega-sub-menu a:hover {
  border-bottom: initial !important;
}

.nav-container {
  width: 100%;
  position: relative;
}

.header-search {
  position: absolute;
  right: 0;
  z-index: 9999;
}

.header-search .wp-block-search__button {
  background-color: initial;
  color: var(--wp--preset--color--dunkelgrau);
  font-size: 26px;
  padding: 0.5rem;
}

.header-search .wp-block-search__input {
  border-radius: initial;
  font-size: initial;
  border-color: var(--wp--preset--color--grau);
}

.mega-current_page_item .mega-menu-link {
  border-bottom: 5px solid var(--wp--preset--color--orange) !important;
}

.mega-sub-menu .mega-menu-link {
  color: #222 !important;
  font-size: 16px !important;
}

@media only screen and (max-width: 993px) {
  .nav-container {
    justify-content: flex-end;
    font-size: 16px !important;
  }
  .nav-container .mega-menu-wrap {
    margin-right: 50px !important;
  }
  .nav-container a {
    font-size: 16px !important;
  }
}

.sticky-nav {
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.5rem var(--wp--preset--spacing--40);
  font-size: var(--wp--preset--font-size--small);
}

.sticky-div,
.sticky-div .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: initial;
  align-items: center;
  column-gap: 1rem;
}

.sticky-div a,
.sticky-div {
  color: var(--wp--preset--color--hellgrau);
}

.sticky-div .menu a {
  font-size: var(--wp--preset--font-size--small) !important;
}

.sticky-div .menu a:hover {
  color: #cccccc;
  text-decoration: underline;
}

.sticky-nav .btn {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  column-gap: 0.5rem !important;
  all: unset;
  appearance: none;
  cursor: pointer;
  color: #cccccc;
}

.sticky-div span {
  display: flex;
  align-items: center;
}

#my-back-button {
  display: none !important;
}

@media screen and (min-width: 576px) {
  #my-back-button {
    display: flex !important;
  }
}

footer {
  position: relative;
  z-index: 10;
}

footer p {
  margin: initial;
  margin-block-start: initial !important;
  row-gap: 1rem;
}
@media only screen and (max-width: 768px) {
  footer .nav-block h2 {
    text-align: left;
  }
  footer .nav-block .wp-block-navigation {
    justify-content: flex-start;
  }
  footer .tools {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer a {
  text-decoration: underline;
}

footer .tools a {
  text-decoration: initial !important;
}

footer .wp-block-navigation {
  margin-block-start: initial !important;
}

main .wp-element-button {
  box-shadow: 0 4px 6px -6px #222;
}

main .wp-element-button:hover {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
  transition: background-color 0.2s ease-out;
}

main .wp-block-separator {
  margin-block-start: initial;
}

main .entry-group,
main .entry-content {
  margin-block-start: initial;
}

strong {
  font-weight: 600;
}

/** additional classes **/
.img-100 {
  height: 100%;
}

.img-100 img {
  height: 100%;
  object-fit: cover;
}

.wpforms-form .wpforms-one-half {
  padding: initial !important;
  margin-left: initial !important;
}

.wpforms-field {
  width: 100% !important;
  max-width: initial !important;
}

.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-container input {
  width: 100% !important;
}

.wpforms-field-checkbox li {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-right: initial !important;
  cursor: pointer;
}

.wpforms-field-checkbox li input {
  width: 14px !important;
}

.products-template-default.single p, .variants-template-default.single p  {
  margin-top: initial;
}

.products-template-default .query-produkte > .wp-block-group {
  padding-left: initial;
  padding-right: initial;
}

.products-template-default .query-produkte .wp-block-post > .wp-block-group {
  margin: 0 auto;
  margin-bottom: 0.5em;
  margin-top: 1.2rem;
}

.products-template-default .query-produkte .wp-block-post .wp-block-read-more {
  margin-block-start: 1.2rem;
}

mark {
  background-color: initial;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle ~ button.mega-close:before {
  filter: drop-shadow(0px 0px 1px black);
}

body.search .clickable-query,
body.search .clickable-query a {
  pointer-events: auto !important;
}

body.search main.wp-block-group,
body.search main.wp-block-group a {
  pointer-events: auto !important;
  z-index: 1;
}
body.search main.wp-block-group::before,
body.search main.wp-block-group::after {
  display: none !important;
}

.query-produkte .wp-block-post-title a{
  text-decoration: underline;
}

.query-produkte .wp-block-post-title a:hover{
  text-decoration: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.footer-cookie {
  text-decoration: initial;
}

.footer-cookie:hover {
  text-decoration: underline;
}