/*
Theme Name: Andreas Kiesewetter
Theme URI: http://www.madebymuse.de
Description: Theme für Andreas Kiesewetter
Author URI: http://www.madebymuse.de
Version: 1.0
*/

* {
  font-synthesis: none !important;
}

@font-face {
  font-family: 'Outfit';
  src: url('css/Outfit/Outfit-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
}



@media all and  (max-height: 500px) and (orientation:landscape) {
  .isAndroid #noLandscape, .ios #noLandscape{
    display: block !important;
  }
}
#swiper-281::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
  z-index: 10;
}
.site-branding svg .st1 {
  fill: #c5a85d;
}
#jsx-iframe-f6087c0a9b .paypal-button {
  border-radius: 40px !important;
  max-width: 320px !important;
  background: #c5a85d !important;
}
#jsx-iframe-f6087c0a9b .paypal-button-container{
  min-width: unset !important;
  max-width: unset !important;
}
#noLandscape{
  display: none;
  background: radial-gradient(ellipse at center, #bca66c 0%,#8a794a 100%);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 4000000000;
  transform: translateZ(4px);
  -webkit-transform: translateZ(4px);
}
#noLandscape img {
    width: 130px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media all and  (max-height: 500px) and (orientation:landscape) {
  .isAndroid #noLandscape, .ios #noLandscape{
    display: block !important;
  }
}

*, :after, :before {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -webkit-appearance: none;
}

@media (pointer: none), (pointer: coarse) {
    #muse_cursor, #muse_cursor .muse-cursor-icon { display: none !important; visibility: hidden; opacity: 0; }
    * { cursor: auto !important; }
}
@media (pointer: text) {
    * { cursor: text !important; }
}

p:empty {
  display: none;
}

html, body{
  	margin: 0;
	padding: 0;
	perspective: unset;
	-webkit-perspective: unset;
  -webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-rendering: optimizeLegibility;

}
.isAndroid{
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body{
	font-size: 19px;
	font-family: 'Outfit', sans-serif;
	color: #fff;
	background: #f4f1ea;
	-webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  -webkit-overflow-scrolling: touch;
	font-weight: 400;
	min-height: 100vh;
	line-height: 1.59em;
  background: #0b121c;
}

.content-section{
  padding: 70px 0;
  width: 86%;
  max-width: 1480px;
  position: relative;
  margin: 0px auto;
}
p{
		letter-spacing: 1px;
		font-weight: 300;
    font-size: 21px;
    line-height: 1.5;
}
#derweinmacher .sow-image-container img {
  _aspect-ratio: .9;
  object-fit: cover;
  margin-top: -50px;
  object-position: top center;
}
.sm-image{
  width: 55%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 5%;
}
#derweinmacher .sm-image img {
  margin-top: 0px;
}
#fritzante_text{
  position: relative;
}
#fritzante_text::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed #434343;
  position: absolute;
  bottom: -13%;
  opacity: .5;
}
#derweinmacher .sm-image img{  
  aspect-ratio: unset;
}
.content-section-s {
  max-width: 1160px;
}
strong {
  font-weight: 600;
}
.textwidget p a {
  color: #1f4892;
  text-decoration: none;
}
/*MASTHEADER START*/
#pg-10-0 {
  position: sticky;
  top: 0;
  z-index: 2;
}
.home .post-content > .panel-layout > .panel-grid:not(#pg-10-0){
  position: relative;
  z-index: 3;
  background: #232323;
  color: #fff !important;
}
#mastheader {
    position: fixed;
    width: 100%;
    z-index: 210000;
    top: 0px;
	  left:0;
    opacity: 0;
	  transform: translateY(0px);
    transition: all .2s cubic-bezier(.455,.03,.515,.955), top .7s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: all .2s cubic-bezier(.455,.03,.515,.955), top .7s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
    background: transparent;
	  height: 145px;
}
#mastheader.loaded{
  top:0;
  opacity: 1;

}
#mastheader.nav-up {
  top: -150px;
  position: fixed;
  transition: all .2s cubic-bezier(.455,.03,.515,.955), top .7s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: all .2s cubic-bezier(.455,.03,.515,.955), top .7s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
}

#mastheader.scrolledfull {
  background: #232323;
  height: 130px;
  transition: all .2s cubic-bezier(.455,.03,.515,.955), top .2s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
}
body:not(.home) #mastheader {
background: #232323;
}
body:not(.home) #mastheader.scrolledfull {
box-shadow: 0px 4px 30px -22px rgba(0,0,0,0.5);
}

.flex-control-thumbs img {
  background: #fff;
}
.inner-mastheader {
  position: relative;
  height: 100%;
  width: 86%;
  margin: 0px auto;
  max-width: 1480px;
}

.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#menu-main-menu {
  position: relative;
  min-height: 100% !important;
  align-items: center;
}


hr {
  border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
  border-top: 1px solid;
  margin: -15px 0;
}

nav ul {
  padding: 0;
	margin: 0;
	text-align: left;
}
nav ul li {
    list-style: none;
    display: block;
    position: relative;
    text-align: left;
    margin: 0 !important;
    padding: 0 0 0 4% !important;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}
nav ul li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 4.5vw;
  font-size: clamp(34px,4.5vw,42px);
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out all, 0.1s ease-in color;
  -moz-transition: 0.3s ease-in-out all, 0.1s ease-in color;
  -o-transition: 0.3s ease-in-out all, 0.1s ease-in color;
  -ms-transition: 0.3s ease-in-out all, 0.1s ease-in color;
  transition: 0.3s ease-in-out all, 0.1s ease-in color;
  line-height: 1.6;
  position: relative;
  z-index: 200;
  text-align: left;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
}
nav ul li a:hover,
.current-menu-item a{
  color: #fff;
}
#weine{
  position: relative;
}
.sticky {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: inline-block;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.parallax {
  background-position: center;
  height: 100vh;
  width: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
.parallax::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
  z-index: 10;
}
.nG-hide {
  display: none !important;
}
.nGY2 .nGY2GThumbnailImage{
  width: 100% !important;
  height: 100% !important;
}
#mug_334, #mug_432 {
  margin-top: -3px;
}
#impressionen .textwidget > div:last-child {
  width: 90%;
  margin: auto;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  text-align: center;
}
#impressionen .textwidget > div:last-child a {
  text-decoration: none;
  font-size: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.parallax .panel-grid-cell {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%,-50%);
}
.parallax .panel-grid-cell h2 {
  color: #fff !important;
  margin-bottom: -10px !important;
}
.parallax .panel-grid-cell h2 + p {
  font-size: 28px;
}
.parallax .panel-grid-cell h2 + p strong {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#pl-10 > .panel-grid {
  position: relative;
  z-index: 10 !important;
}
.sticky img {
  width: auto;
  max-height: 85vh;
  margin: auto;
  /* filter: drop-shadow(0px 0px 3px rgba(255,255,255,.5)); */
}
.sticky_column .so-panel:not(.panel-first-child) img{  
  opacity: 0;
}
.sticky_column .so-panel img{  
  transition: 0.6s ease;
}
.sticky {
  background: #a3ac8f;
  /* background: url('/wp-content/uploads/2025/11/grain2.jpg');
  background-size: cover; */
}
.sticky:after {
  content: "";
  background: url('/wp-content/uploads/2025/11/grain.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .55;
  mix-blend-mode: overlay;
}
#weine .panel-layout .panel-grid-cell:first-of-type {
  position: sticky;
  height: 100vh;
  top: 0;
}
#weine .text_column .so-panel:first-of-type {
  padding-top: 0;
}
/* #weine {
  background: #e3e5dd;
} */
#weine .text_column .so-panel {
  padding-top: 20%;
}
#weine .text_column .so-panel:last-child {
  padding-top: 0%;
  padding-bottom: 20%;
}
.column_flow p {
  width: 49%;
}
#wein {
  max-width: 960px;
  padding-top: 0;
}
.column_flow .textwidget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#derweinmacher {
  padding-top: 100px;
}
.column_flow p:first-child {
  width: 47%;
  hyphens: auto;
-webkit-hyphens: auto;
}
.column_flow p:last-child {
  width: 47%;
hyphens: auto;
-webkit-hyphens: auto;
}
.nGY2GThumbnailTitle{
  display: none !important;
}
.text_column h4 {
  background: #c5a85d;
  color: #232323;
  width: 40px;
  height: 40px;
  font-weight: 500 !;
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
  border-radius: 100%;
  transform: rotate(-7deg) !important;
  margin-bottom: -20px;
}
#weine .text_column {
  width: calc(57% + (100% - 52%) / 2);
  max-width: calc(1480px + (100% - 1480px) / 2);
  padding-left: 7%;
}
#weine .text_column h2 {
  font-size: 36px;
}
.sticky .sow-image-container{
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: 80vh;
  display: flex;
  position: absolute;
  inset: 10%;
}

nav ul li a::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #c5a85d;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
nav ul li a:hover::after,
nav ul li a.active::after {
  
  width: 100%;
}

nav ul li a.actives{
  color: #c5a85d;
}

.mobilMenu .text {
  position: absolute;
  letter-spacing: .6px;
  top: 13px;
  font-size: 24px;
  left: 64px;
  font-weight: 300;
  font-family: Outfit;
  color: #393339;
}
.mobilMenu {
  position: fixed;
  left: 5%;
  top: 29px;
  z-index: 2000000;
  height: 60px;
  width: 65px;
  padding: 15px 0;
  display: none;
}
#nav-icon {
  width: 40px;
  height: 32px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1f4892;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon.open span,
.sticky #nav-icon.open span,
.normalizeLogo #nav-icon span{
  background: #fff !important;
}
.whiteNavigationItem #nav-icon span,
.whiteNavigationItem2 #nav-icon span{
  background: #fff !important;
}
.whiteNavigationItem #nav-icon.open span,
.whiteNavigationItem2 #nav-icon.open span{
  background: #fff !important;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.wpcf7, .wpcf7 table, .wpcf7 tbody, .wpcf7 tr{
	width: 100%;
}
.wpcf7 td {
    padding-top: 20px !important;
    padding-right: 0 !important;
}
.wpcf7 br {
    display: none;
}
.wpcf7 ::placeholder {
    font-size: 24px;
    font-weight: 800;
    opacity: .2;
    letter-spacing: .6px;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  background: #fff;
	border: none;
  padding: 9px;
  width: 100%;
  margin-bottom: 5px;
	font-family: 'Outfit', sans-serif;
	box-sizing: border-box;
	font-size: 14px;
	resize: none;
	border-bottom: 1px solid #646466;
  outline: none !important;
}
.wpcf7 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
	padding: 8px;
}
.select-wrapper {
      position: relative;
}

.home #buch img{
transform: rotateY(0deg);
transform-style: preserve-3d;
display: block;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
}
.home #buch .sow-image-container:hover img,
.home #buch .sow-image-container.hovered img{
transform: rotateY(180deg);
}
.home #buch .sow-image-container{
position: relative;
}
.home #buch .sow-image-container::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/2023/12/buchback.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
transform-style: preserve-3d;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
transition: all 1.2s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all 1.2s cubic-bezier(.455,.03,.515,.955);
    transition-delay: 0s;
}
.home #buch .sow-image-container:hover::after,
.home #buch .sow-image-container.hovered::after{
  transform: rotateY(0deg);
}

.select-wrapper::before {
    content: "\e64b";
    font-family: 'themify';
    font-size: 16px;
    position: absolute;
    right: 11px;
    top: 6px;
    color: #0c2d5f;
    z-index: 100;
    font-weight: bold;
}
.wpcf7-form-control.wpcf7-submit {
  display: block;
  text-align: left;
  max-width: 200px;
  color: #27348b !important;
  border: 2px solid #27348b;
  text-align: center;
  padding: 16px 20px;
    padding-right: 20px;
  border-radius: 46px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
    transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpcf7-form-control.wpcf7-submit:hover{
  color: #fff !important;
  background-color: #27348b;
}
.wpcf7 label {
  color: #646466;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
input[type="checkbox"] {
  display: inline !important;
  width: 20px !important;
  padding: 30px !important;
  height: 20px !important;
  appearance: auto !important;
  max-width: unset !important;
  display: inline !important;
  margin-left: 0;
}
input[type='text'], input[type='submit'],
input[type='email'], input[type='tel'],
input[type='date']{
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}
.wpcf7-list-item-label {
  font-size: 14px;
  text-transform: none;
  margin-left: 2px;
  position: relative;
  top: -3px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.nav-bg-holder {
  position: absolute;
  right: 0;
  width: calc(100% - 350px);
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
#menu-main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.site-branding {
  max-width: 220px;
  position: absolute;
  width: 100%;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: 0.4s ease-in-out all;
  -moz-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  -ms-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
#mastheader.scrolledfull .site-branding {
  max-width: 190px;
}
.site-branding g path {
  fill: #fff;
}
/* 
.scrolledfull .site-branding g path {
  fill: #000;
}
.scrolledfull nav ul li a{
  color: #000 !important;
} */
.more-btn {
  transform: scale(.8);
  transform-origin: left top;
}
/* HEROSECTION */

  #hero {
    height: 100vh;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background: #0b121c;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: 1.25s ease-in-out opacity;
      -moz-transition: 1.25s ease-in-out opacity;
      -o-transition: 1.25s ease-in-out opacity;
      -ms-transition: 1.25s ease-in-out opacity;
      transition: 1.25s ease-in-out opacity;
    } 

    #hero.loaded {
      opacity: 1;
    }
#herotext {
  color: #fff;
  position: absolute;
  z-index: 100;
  bottom: 20%;
  left: 7%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
#herotext strong {
  text-transform: uppercase;
  letter-spacing: .2px;
  border-bottom: 3px solid #c5a85d;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
}
#herotext h2{
  font-size: 52px;
  line-height: 1.3;
  max-width: 720px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -10px !important;
}

#buch .textwidget,
#netzwerk-suedbaden .textwidget,
#derautor .textwidget,
#keyspeaker .textwidget,
#leistungen .textwidget,
#weinerbe .textwidget,
#events .textwidget,
#partner .textwidget,
.secco .textwidget{
  position: relative;
}
#netzwerk-suedbaden .so-widget-image {
  max-width: 90%;
  margin: auto !important;
}
#leistungen p,
#weinerbe p,
#events p,
#partner p {
  line-height: 1.65;
}
#werdegang{
  position: relative;
}
.content-section-start {
  padding-top: 220px;
}

.content-section-start .panel-grid-cell .panel-grid-cell:first-of-type {
  width: 42% !important;
  position: sticky;
  top: 130px;
}
.content-section-start .panel-grid-cell .panel-grid-cell:last-of-type {
  width: 50% !important;
  padding-right: 7%;
  padding-top: 100px;
}
.content-section-imgs {
  padding-bottom: 30px;
  margin-top: 30px;
}

#werdegang ul {
  margin: 0;
  padding: 15px 20px;
  margin-bottom: 60px;
}
#werdegang ul li {
  margin-bottom: 40px;
  letter-spacing: .5px;
  opacity: 0;
  transition: 1s ease-in-out;
  transform: translateY(0px);
}
#werdegang ul li.visible{
  opacity: 1;
  transform: translateY(0px);
}
.content-section-start img,
.content-section-imgs img {
  width: 100%;
}
.content-section-imgs{
  overflow-x: hidden;
}
#buch h4,
#netzwerk-suedbaden h4,
#derautor h4,
#keyspeaker h4,
#leistungen h4,
#weinerbe h4,
#events h4,
#partner h4,
#werdegang h4,
.secco h4{
  font-weight: 300;
  font-size: 120px;
  position: absolute;
  top: -30px;
  margin: 0;
  left: -50px;
  z-index: -1 !important;
  opacity: .05 !important;
}
#derautor h2{
  margin-top: 0;
}
#derautor .textwidget {
  position: absolute;
  right: 0;
  width: 48%;
  padding-right: 10%;
  top: 55%;
  transform: translateY(-50%);
}
#derautor {
  position: relative;
}
form.checkout.woocommerce-checkout h3 {
  font-weight: 500;
  font-size: 20px !important;
  letter-spacing: .5px;
  border-bottom: 2px solid;
  display: inline-block !important;
}
#order_review_heading + input[name="terms"] {
  display: none !important;
}
.woocommerce-checkout .shop_table {
  background-color: transparent !important;
  border-color: #2F3640 !important;
}
.woocommerce-checkout .shop_table th, .woocommerce-checkout .shop_table td{
  border-color: #2F3640 !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent !important;
  border-radius: 5px;
  border: 1px solid #2F3640 !important;
}
.woocommerce-billing-fields input,
.shipping_address input {
  border: 1px solid #2F3640 !important;
  padding: 10px 4px;
  background: transparent;
  color: #fff !important;
  min-width: 70px !important;
  border-radius: 3px;
}
#order_comments {
  border: 1px solid #2F3640 !important;
  padding: 20px;
  background: transparent;
  color: #fff !important;
  min-width: 70px !important;
  border-radius: 3px;
  min-height: 90px;
}
#customer_details label {
  font-size: 17px;
}
.mobile-back, .mobile-cart{
  display: none;
  
}
h1,h2{
margin-bottom: 15px;
font-size: 48px;
text-transform: uppercase;
  letter-spacing: 1px;
line-height: 1.2;
color: #c5a85d;
font-weight: 600;
}
.wp-block-heading {
  width: 90%;
  margin: -20px auto 30px;
}
#herotext h2 {
  margin-top: 30px;
}
#herotext h2 em{
  font-style: normal;
  position: relative;
  font-style: normal;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
  border: 1px solid #222933 !important;
  padding: 12px;
  border-radius: 5px;
}
#herotext h2 em::after {
  background: url('/wp-content/themes/kiesewetter/css/stripe.svg');
    background-repeat: repeat;
  background-repeat: repeat;
  background-repeat: repeat;
  background-repeat: no-repeat;
  width: 100%;
  height: 140%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -116%;
  z-index: -1;
  opacity: .9;
  transform: rotate(-2deg);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all .75s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all .75s cubic-bezier(.455,.03,.515,.955);
}
#herotext.loaded h2 em::after {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
transition-delay: 1s;
}
#herotext h2{
  transform: translateY(40px);
  opacity: 0;
  transition: all .6s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955);
}
#herotext.loaded h2{
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .3s;
}
#herotext.loaded h2:last-of-type{
  transition-delay: .575s;
}
#keypeaker-img .so-widget-image {
  border-radius: 14px;
  overflow: hidden;
}
#keypeaker-img {
  width: 76%;
}
#leistungen {
  padding-top: 0 !important;
  padding-bottom: 0px;
}
#calltoContact .textwidget p a {
  color: #fff !important;
  font-size: 24px;
  position: relative;
  padding-left: 33px;
  line-height: 1.6;
}
#calltoContact .textwidget .contacts p {
  padding-top: 8px;
  margin-bottom: 8px;
}
#calltoContact .textwidget .contacts p a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#calltoContact {
  margin-top: 40px;
}
#calltoContact .textwidget p a span {
  color: #c5a85d;
  font-size: 33px;
  position: absolute;
  top: 2px;
  left: 0;
}
body{
  background: #232323 !important;
}
.social > p:first-of-type {
  padding-left: 0px !important;
  padding-right: 10px;
}
.textwidget h2, .textwidget h4, .textwidget p{
  transform: translateY(40px);
  opacity: 0;
  transition: all .6s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955);
}
.textwidget.visible h2, .textwidget.visible h4, .textwidget.visible p{
  transform: translateY(0px);
  opacity: 1;
}
#dermarkenmacher {
  padding-top: 100px;
}
.more-btn {
  background: #c5a85d;
  color: #0b121c !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: .9rem 2.75rem;
  display: inline-block;
  margin-top: 20px;
  border-radius: 80px;
  transition: all .5s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all .5s cubic-bezier(.455,.03,.515,.955);
  border: 2px solid #c5a85d;
}
.more-btn:hover {
  background:transparent;
  color: #c5a85d !important;
  
}

.single .woocommerce {
  padding-top: 160px;
  width: 100%;
  margin: auto;
}

.woocommerce-product-gallery .flex-viewport {
  background: #fff;
}
.cart_totals h2{
  font-size: 28px;
}
.input-text.qty {
  border: 1px solid #2F3640 !important;
  padding: 10px 4px;
  background: transparent;
  color: #fff !important;
  min-width: 70px !important;
  border-radius: 3px;
}

.toggle-box input[type=checkbox]{
	height: 0 !important;
	width: 0 !important;
	visibility: hidden;
  padding: 0 !important;

}
.toggle-box label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: grey;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  top: 0;
}

.toggle-box label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 21px;
	height: 21px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.toggle-box {
  max-width: 70px;
  max-height: 32px;
  position: relative;
  width: 70px;
  height: 32px;
}
.toggle_label {
  font-size: 17px;
  font-weight: 300;
  margin-left: 16px;
  width: calc(100% - 100px);
}
#switch {
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th, .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
  border-bottom: 1px solid #222933;
  font-weight: 500;
  letter-spacing: .5px;
}
.product-name a {
  color: #fff;
}
.button.wp-element-button {
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  background: #222933 !important;
  color: #cfcfcf !important;
  border: 1px solid #28303A !important;
  letter-spacing: .5px;
}
.iconic-engraving-field {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
#iconic-engraving {
  display: block;
  width: 100%;
  min-height: 100px;
  border: 1px solid #222933;
  background: transparent !important;
  color: #fff;
  padding: 15px;
  margin-top: 6px;
  border-radius: 5px;
  line-height: 1.4;
}
.initial_hidden label {
  font-size: 16px;
  margin-top: 15px;
  display: block;
}
.initial_hidden {
  padding: 0 6px;
  display: none;
}
.toggle-box input:checked + label {
	background: #c5a85d;
}
.iconic-engraving-field {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.toggle-box input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.toggle-box label:active:after {
	width: 130px;
}
#switch {
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}
.toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.toggle-box {
  display: block;
}
.toggle_label {
  font-size: 17px;
  font-weight: 300;
  margin-left: 16px;
}

.woocommerce-cart #ueberuns,
.woocommerce-checkout #ueberuns{
  padding-top: 200px;
  width: 90%;
  margin: auto;
}
.woocommerce-cart #ueberuns .woocommerce,
.woocommerce-checkout #ueberuns .woocommerce {
  width: 90%;
  margin: auto; 
}
.single .quantity, .single .product_meta {
  display: none !important;
}
.single .woocommerce h2 {
  margin-top: 0 !important;
  font-size: 42px;
  margin-bottom: 20px !important;
}
.woocommerce p a {
  color: #fff;
}
.single .woocommerce {
  padding-top: 130px;
}
.single .woocommerce-Price-amount.amount {
  color: #c5a85d;
  font-weight: 600;
  font-size: 28px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  border: 1px solid #000;
  margin-top: 10px !important;
  margin-right: 10px !important;
  width: 23% !important;
}
.single .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 42% !important;
}
.single .summary.entry-summary {
  width: 50% !important;
}
.price {
  margin-bottom: -10px;
}
.wc-gzd-additional-info.tax-info {
  font-size: 14px;
}
.wc-gzd-additional-info {
  margin-top: 6px !important;
}
.button.wc-forward.wp-element-button {
  background: transparent !important;
  color: #c5a85d;
  font-weight: 500;
  padding: 20px;
  border-left: 2px solid;
  border-radius: 0 !important;
}
.button.wc-forward.wp-element-button:hover {
  background: #c5a85d !important;
  border-color: #c5a85d !important;
  color: #0b121c !important;
}
nav ul li:first-of-type {
  padding-left: 0 !important;
}
.single .single_add_to_cart_button,
.woocommerce-cart .checkout-button.button.wc-forward.wp-element-button,
#place_order{
  background: #c5a85d !important;
  color: #0b121c !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: .9rem 2.75rem !important;
  display: inline-block !important;
  margin-top: 20px !important;
  border-radius: 80px !important;
  transition: all .5s cubic-bezier(.455,.03,.515,.955) !important;
  -webkit-transition: all .5s cubic-bezier(.455,.03,.515,.955) !important;
  border: 2px solid #c5a85d !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
}
.single .single_add_to_cart_button:hover,
.woocommerce-cart .checkout-button.button.wc-forward.wp-element-button:hover,
#place_order:hover{
  background: transparent !important;
  color: #c5a85d !important;
}
.form-row.place-order.wc-gzd-place-order {
  text-align: right;
}

dl.variation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
  font-size: 16px;
}
dl.variation .variation-Widmung p {
  margin-top: 0 !important;
  font-size: 16px;
}
.pswp.pswp--supports-fs {
  z-index: 1000000;
}
.tabs.wc-tabs {
  display: none;
}
.pswp__caption__center {
  display: none;
}
.woocommerce-product-gallery__image.flex-active-slide {
  pointer-events: none;
}
#tab-description p:last-of-type{
  padding-top: 30px;
  position: relative;
}
.woocommerce-message::before{
  top: 1px !important;
}

.woocommerce-message {
  border: 2px solid #c5a85d !important;
  background: transparent !important;
  color: #fff !important;
  padding: 0px 0 0px 61px !important;
  line-height: 3.2 !important;
  font-size: 18px !important;
  border-radius: 4px !important;
  margin-bottom: 40px !important;
}
.ti-shopping-cart {
  font-size: 20px;
  -webkit-text-stroke: .3px;
}

#tab-description p:last-of-type::before {
  content: "";
  height: 1px;
  width: 80px;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}
#tab-description p {
  max-width: 1024px;
}
#tab-description h2 {
  font-size: 28px;
}

.widget_sow-image .so-widget-image{
  opacity: 0;
  transform: translateX(30px);
  transition: all 1.2s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all 1.2s cubic-bezier(.455,.03,.515,.955);
}
.widget_sow-image.visible .so-widget-image{
  opacity: 1;
  transition-delay: .1s;
  transform: translateX(0px);
}

#leistungen .textwidget,
#weinerbe .textwidget,
#events .textwidget,
#partner .textwidget{
  max-width: 84%;
  margin: 0px auto;
}
#event-tbl,
#partner-tbl {
  width: 84%;
  margin: 30px auto 0;
}
#partner-tbl img {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: auto;
	display: block;
}
#leistungen .textwidget p,
#weinerbe .textwidget p,
#events .textwidget p,
#partner .textwidget p{
  max-width: 840px;

}
#keyspeaker > .panel-grid-cell {
  padding-top: 10vh;
  padding-bottom: 16vh;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#pg-10-3{
  overflow-x: clip;
}
#keyspeaker .textwidget {
  padding-right: 8.25%;
  margin: 0px auto;
}
#leistungen {
  padding-top: 120px;
}
#keyspeaker {
  position: relative;
}

#keypeaker-img .so-widget-image {
  margin: 00px auto;
  mix-blend-mode: lighten;
}

#keypeaker-img .panel-grid-cell:first-of-type{
  margin-top: -50px;
}

#keyspeaker:after {
  content: "";
  background: url('/wp-content/uploads/2023/12/akbg.jpg');
  width: 80%;
  height: calc(100% + 180px);
  position: absolute;
  background-size: cover;
  background-position: 60% 30%;
  _right: -14%;
  right: -5%;
  top: 0vh;
  mix-blend-mode: lighten;
  opacity: .5;
}

#buch,
#netzwerk-suedbaden,
.secco{
  max-width: 80%;
  margin: 0px auto;
}
#buch .panel-grid,
#netzwerk-suedbaden .panel-grid{
  align-items: center !important;
}
#buch .panel-grid-cell:first-of-type,
#netzwerk-suedbaden .panel-grid-cell:first-of-type{
  width: 60% !important;
  padding-right: 5%;
}
#buch .panel-grid-cell:last-of-type,
#netzwerk-suedbaden .panel-grid-cell:last-of-type{
  padding-left: 3%;
}

.secco .panel-grid-cell .panel-grid-cell:last-of-type{
  width: 60% !important;
  padding-right: 5%;
}
.secco .panel-grid-cell .panel-grid-cell:first-of-type{
  padding-left: 3%;
}

.slow-scrolling{
  margin-top: -60px;
}


.social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.social p {
  color: #fff !important;
  font-size: 24px;
  position: relative;
  padding-left: 60px;
  line-height: 2;
}
.social p span {
  margin-top: -4px;
}
.social {
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}
.social::before {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100% - 510px);
  height: 1px;
  background: #fff;
  top: 52%;
}
.social p {
  padding-left: 45px;
}
.contacts a {
  padding-left: 56px !important;
}

.metafooter-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 250;
  letter-spacing: .5px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.metafooter-inner a {
  color: #fff;
}
#metafooter {
 width: 86%;
  max-width: 1480px;
  margin: 40px auto 40px;
  opacity: .35;
}
#mug_423{
  margin-top: -3px !important;
}
#swiper-281 {
  height: 100vh !important;
}
.swiper-wrapper {
  height: 100vh !important;
}
.swiper-wrapper img {
  height: 100vh !important;
  object-fit: cover;
}
#keypeaker-img .so-widget-image {

  mix-blend-mode: lighten;
  width: 90%;
}

#dasbuch .sow-image-container {
  width: 100%;
  padding-left: 5%;
  padding-right: 3%;
  margin-top: 30px;
}


.woocommerce-product-gallery .flex-viewport {
  border: 1px solid #000;
  _padding: 10%;
  box-sizing: border-box !important;
}


#kw-imgs .textwidget{
  height: 200px;
  margin: 0 auto;
  position: relative;
  transform: translate3d(0, 0, 0);
  display: flex;
  width: 100%;
  overflow: hidden;
  
  margin: auto;
  padding-top: 0 !important;
}
#keypeaker-imgs{
  padding-top: 0 !important;
  position: relative;
}


#kw-imgs::before {
  content: "";
  background: linear-gradient(to right, rgba(11, 18, 28,0.95) 0%,rgba(11, 18, 28,0) 100%);
  height: 130%;
  width: 20%;
  top: -15%;
  left: -2%;
  position: absolute;
  z-index: 1;
}
#kw-imgs {
  width: 72%;
  margin: 0 auto 40px;
  position: relative;
}
#kw-imgs::after {
  content: "";
  background: linear-gradient(to left, rgba(11, 18, 28,0.95) 0%,rgba(11, 18, 28,0) 100%);
  height: 130%;
  width: 20%;
  top: -15%;
  right: -2%;
  position: absolute;
  z-index: 1;
}

#kw-imgs .move {
  height: 100%;
  transform: translate3d(0, 0, 0);
  display: flex;
  animation: moveSlideshow 42s linear infinite;
  min-width: 1475px;
}

#kw-imgs .move > img {
  height: 190px;
  width: auto;
  margin: 0 10px;
  border-radius: 4px;
}

#kw-imgs:hover  .move{
  animation-play-state: paused;
}

@keyframes moveSlideshow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
    /*The width of the page needs to be taken into consideration*/
  }
}

body:not(.home) nav ul li:not(.hide_on_home, .carticon) {
  display: none;
}

.home .hide_on_home{
  display: none;
}
.ti-arrow-left {
  -webkit-text-stroke: 1px;
  position: relative;
  top: 2px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border: 1px solid #222933;
}

.legal-text {
  max-width: 100%;
  margin: 0px auto;
  padding-top: 100px;
}
.legal-text a {
  color: #fff !important;
  text-decoration: underline !important;
}

.woocommerce-Tabs-panel small {
  display: block;
}
.woocommerce-product-gallery__image > a > img,
.flex-control-thumbs img{
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.cart-count {
  background: #c5a85d;
  color: #111;
  width: 20px !important;
  height: 20px !important;
  display: block;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  padding: 2px;
  position: absolute;
  transform: scale(.8);
  z-index: 2;
  right: 15px;
  top: -5px;
}


.dbl-img-row {
  max-width: 84%;
  margin: 30px auto 0;
}
.dbl-img-row .widget-title {
  font-weight: 300;
  font-size: 15px;
  margin-top: 5px;
}

#events #event-tbl .textwidget,
#partner-tbl .textwidget{
  width: 100% !important;
  max-width: unset !important;
}
#partner-tbl .so-panel:not(:last-of-type) {
  border-bottom: 1px solid #343434;
}
#partner-tbl .textwidget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	padding-top: 20px;
  padding-bottom: 20px;
}
#partner-tbl .textwidget p:last-child {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4%;
}
#partner-tbl .textwidget p:first-child {
  width: 250px;
  margin-top: 0;
  margin-bottom: 0;	
}
#partner-tbl .textwidget a {
  color: #c5a85d;
}
#partner-tbl {
  margin-top: 0;
}
#event-tbl .sow-image-container {
  height: 0;
  padding-bottom: 56.5%;
  overflow: hidden;
  position: relative;
}
#event-tbl .sow-image-container img {
  width: 104%;
  height: 104%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  display: block;
}
#event-tbl .panel-grid-cell {
  background: #c5a85d;
  color: #000;
}
#event-tbl .panel-grid-cell .textwidget{
  padding: 0 15px;
}

#weinerbe, #partner{
  padding-top: 0;
}
#events #event-tbl .textwidget p, #events #partner-tbl .textwidget p {
  line-height: 1.4;
}

#events #event-tbl .textwidget p:last-child {
  border-top: 1px solid #b09348;
  padding-top: 15px;
  margin-top: -5px;
  font-size: 18px;
  font-weight: 500;
}

@media all and  (max-width: 1265px){
  .nav-bg-holder {
    width: calc(100% - 250px);
  }
  .site-branding {
    max-width: 190px;
  }
  nav ul li {
    padding: 0 0 0 4% !important;
  }
  #herotext h2 {
    _font-size: 48px;
  }
}

@media all and  (max-width: 1147px){
  nav ul li a {
    font-size: 16px;
  }
  /* #buch, #netzwerk-suedbaden,
  #leistungen .textwidget, #keyspeaker .textwidget,
  .secco .textwidget, #weinerbe .textwidget, #events .textwidget, #partner .textwidget {
    max-width: 92%;
  }
  #keyspeaker {
    width: 88%;
  } */
  
  nav ul li {
    padding: 0 0 0 4% !important;
  }
  .nav-bg-holder {
    width: calc(100% - 240px);
  }
}
@media all and  (max-width: 1088px){
	.dbl-img-row .panel-grid-cell {
  width: 100% !important;
}
.carticon{
  display: none !important;
}
  body:not(.home) .mobile-back, .mobile-cart{
    display: block !important;
    transition: all .2s cubic-bezier(.455,.03,.515,.955), top .2s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: all .2s cubic-bezier(.455,.03,.515,.955), top .2s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
  }
  body:not(.home) .mobilMenu{
    display: none !important;
  }
  .mobile-back {
    position: fixed;
    right: calc(9% + 16px);
    z-index: 1000000000;
    top: 51px;
  }
  .mobile-cart {
    position: fixed;
    right: calc(9% + 76px);
    z-index: 1000000000;
    top: 51px;
  }
  .mobile-back.scrolledfull, .mobile-cart.scrolledfull{
    top: 45px;
  }
  .mobile-cart a .ti-shopping-cart{
    font-size: 36px;
  }
  .mobile-back a,
  .mobile-cart a {
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    display: block;
    position: relative;
  }

  .nav-bg-holder {
    width: 100% !important;
    position: relative;
    right: 0;
    top: 0;
    transform: unset;
  }
  .cart-count{
    right: 25px;
  }
  .navbar.navbar-fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #232323;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all .7s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all .7s cubic-bezier(.455,.03,.515,.955);
  }
  #menu-main-menu {
    flex-flow: column;
  }
  #menu-main-menu li {
    padding-left: 0 !important;
    padding: 10px 0 !important;
  }
  #menu-main-menu li a {
    font-size: 26px;
    padding: 5px 0;
  }
  .navbar.navbar-fixed-top > .container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar.navbar-fixed-top.visible{ 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .mobilMenu {
    position: fixed;
    right: 5%;
    left: auto;
    top: 42px;
    z-index: 2000000;
    height: 60px;
    width: 65px;
    padding: 15px 0;
    display: block;
    transition: all .2s cubic-bezier(.455,.03,.515,.955), top .2s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: all .2s cubic-bezier(.455,.03,.515,.955), top .2s cubic-bezier(.455,.03,.515,.955), opacity .6s cubic-bezier(.455,.03,.515,.955);
  }
  .mobilMenu.scrolledfull {
    top: 34px;
  }
  #nav-icon span{
    background: #fff !important;
  }
  #herotext h2 {
    font-size: clamp(34px,5vw,40px);
  }
.site-branding {
  max-width: 190px;
  z-index: 1000;
}
#buch .panel-grid-cell,
#buch .panel-grid-cell:first-of-type,
#netzwerk-suedbaden .panel-grid-cell,
#netzwerk-suedbaden .panel-grid-cell:first-of-type,
#secoo .panel-grid-cell,
.secco .panel-grid-cell:first-of-type{
  width: 100% !important;
  padding: 0 !important;
}
#buch .panel-grid,
#netzwerk-suedbaden .panel-grid,
.secco .panel-grid{
  flex-flow: column !important;
}
#derautor .textwidget {
  position: static;
  right: 0;
  width: 100%;
  padding-right: 0;
  top: 55%;
  transform: unset;
}
#distance-right .panel-grid {
  flex-flow: column-reverse;
}
#distance-right .panel-grid .panel-grid-cell {
  width: 100%;
}
#distance-right {
  width: 92%;
  margin: 0px auto;
  position: relative;
  max-width: 700px;
}
#derautor {
  width: 90%;
  margin: 0px auto;
}
#keyspeaker {
  width: 90%;
}
#keyspeaker .textwidget {
  padding-right: 0;
  margin: 0;
}
#keyspeaker > .panel-grid-cell {
  padding-top: 16vh;
  padding-bottom: 8vh;
  width: 92%;
}
#buch .panel-grid-cell:last-of-type,
#netzwerk-suedbaden .panel-grid-cell:last-of-type,
.secco .panel-grid-cell:last-of-type{
  max-width: 700px;
}
#distance-right .panel-grid-cell:first-of-type {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#buch, #netzwerk-suedbaden, #leistungen .textwidget, #keyspeaker .textwidget, .secco, #weinerbe .textwidget, #events .textwidget, #partner .textwidget {
  max-width: unset;
}
#buch h4, #netzwerk-suedbaden h4, #derautor h4, #keyspeaker h4, #leistungen h4, #werdegang h4, .secco h4, #weinerbe h4, #events h4, #partner h4 {
  font-weight: 300;
  font-size: 100px;
  position: absolute;
  top: -30px;
  margin: 0;
  left: -50px;
  z-index: -1;
  opacity: .05;
  white-space: nowrap;
}
.secco .panel-grid-cell .panel-grid-cell:last-of-type{
  width: 100% !important;
}
#keyspeaker .panel-grid-cell .panel-grid-cell,
.secco .panel-grid-cell .panel-grid-cell {
  width: 100% !important;
  max-width: 700px !important;
  margin: auto;
}
#keyspeaker .panel-grid-cell .panel-grid {
  flex-flow: column;
}
#keyspeaker::after {
  content: "";
  background: url('/wp-content/uploads/2023/12/akbg.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  width: 80%;
  height: calc(100% + 180px);
  position: absolute;
  background-size: cover;
  background-position: 50% 27%;
  _right: -14%;
  right: -5%;
  top: 0vh;
  mix-blend-mode: lighten;
  opacity: .5;
}
.inner-mastheader {
  position: relative;
  height: 100%;
  width: 86%;
  margin: 0px auto;
  max-width: 1480px;
}
.mobilMenu {
  right: 6%;
}
  #herotext {
    color: #fff;
    position: absolute;
    z-index: 100;
    bottom: 15%;
    left: 50%;
    width: 86%;
  }
.metafooter-inner{
  max-width: 94%;
}
.content-section-start .panel-grid-cell .panel-grid{
  flex-flow: column-reverse;
}
.content-section-start .panel-grid-cell .panel-grid-cell:last-of-type, .content-section-start .panel-grid-cell .panel-grid-cell:first-of-type {
  width: 84% !important;
  max-width: 700px;
  margin: auto;
  padding-right: 0;
}
.content-section-imgs {
  width: 84%;
  margin: 30px auto 0;
  max-width: 700px;
}
#dasbuch .sow-image-container {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 30px;
}
.content-section.content-section-start{
  width: 100%;
}
#event-tbl .panel-grid-cell {
  width: 48% !important;
}
#event-tbl {
  flex-wrap: wrap !important;
  justify-content: space-between;
}
  #event-tbl, #partner-tbl {
  width: 100%;
  }
}

.placeholder_img_mobile{
  display: none !important;
}
#partner-tbl .textwidget p:last-child {
  width: calc(100% - 280px);
}

@media all and  (max-width: 991px){
  #weine .panel-layout .panel-grid{
    flex-flow: column !important;
  }
  .sticky {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  display: inline-block;
  inset: unset !important;
  overflow: visible;
  width: 100% !important;
  padding-top: 5%;
  padding-bottom: 8%;
}
.sticky_column .so-panel:not(.panel-first-child) img{
  opacity: 1 !important;
}
.sticky .sow-image-container {
  z-index: 2;
  flex-flow: unset;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto !important;
  max-height: unset!;
  display: flex;
  position: static;
  inset: unset !important;
}
  #weine .panel-layout .panel-grid-cell:first-of-type {
  position: static;
  height: auto !important;
  top: 0;
  width: 100%;
}
  #weine .panel-layout .panel-grid-cell:last-of-type {
  width: 100%;
}
  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: -2px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .woocommerce-message {
    display: flex;
    flex-flow: column-reverse;
    padding: 30px 20px 20px !important;
    text-align: center;
  }
  .single .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100% !important;
    clear: none;
  }
  #tab-description {
    border: 1px solid #000;
    padding: 20px 25px;
  }
.post-content > .panel-layout > .panel-grid {
  overflow-x: hidden !important;
}

#buch h4, #derautor h4, #keyspeaker h4, #leistungen h4, #netzwerk-suedbaden h4, .secco h4, #weinerbe h4, #events h4, #partner h4 {
  font-weight: 300;
  font-size: 90px;
  position: absolute;
  top: -30px;
  margin: 0;
  left: -20px;
  z-index: -1;
  opacity: .05;
}
.home #buch img, .home #netzwerk-suedbaden img, .home .secco img {
  max-width: 660px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#derautor .textwidget {
  position: static;
  right: 0;
  width: 100%;
  padding-right: 0;
  top: 55%;
  transform: unset;
}
#leistungen > .panel-grid-cell, .secco > .panel-grid-cell,  #derautor > .panel-grid-cell, #dermarkenmacher > .panel-grid-cell, .secco > .panel-grid-cell, #weinerbe > .panel-grid-cell, #events > .panel-grid-cell, #partner > .panel-grid-cell {
  width: 100%;
  margin: 0px auto;
}
  .secco .panel-grid-cell .panel-grid-cell:last-of-type {
    width: 92% !important;
    padding-right: 0;
  }
  .sticky{
    display: none !important;
  }
  #weine .text_column .so-panel {
  padding-top: 30px !important;
}
#weine .text_column .so-panel:last-child {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
#fritzante_text::after {
  display: none !important;
}
.placeholder_img_mobile{
  display: block !important;
}
.placeholder_img_mobile img {
  width: 100% !important;
  height: auto !important;
  min-width: unset !important;
  display: block;
}
#weine .text_column {
  width: 86% !important;
  max-width: unset !important;
  padding-left: 0;
  margin: auto;
}
.placeholder_img_mobile{
  background: #a3ac8f;
  background-size: cover;
}
}

.ios .legal-text p{
  hyphens: auto;
 -webkit-hyphens: auto;
}

@media all and  (max-width: 860px){
.column_flow .textwidget {
  flex-flow: column;
}
.column_flow p:first-child,
.column_flow p:last-child{
  width: 100% !important;
  hyphens: unset !important;
  -webkit-hyphens: unset !important;
}
#derweinmacher .panel-grid {
  flex-flow: column !important;
}
#derweinmacher .panel-grid .panel-grid-cell{
  width: 100% !important;
}
  #derweinmacher .panel-grid .panel-grid-cell .textwidget h2, #derweinmacher .panel-grid .panel-grid-cell .textwidget p {
    text-align: left !important;
  }
.sm-image{
  position: absolute;
  z-index: 20;
  width: 40%;
  right: 0;
  bottom: 0;
}
  .dbl-img-row {
    max-width: unset;
    margin: 30px auto 0;
    flex-flow: column;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
#derweinmacher .panel-grid .panel-grid-cell:last-child {
  padding-right: 12.5%;
  margin-top: 70px;
}
#derweinmacher {
  padding-top: 30px;
}
}

@media all and  (max-width: 780px){
  .legal-text {
    max-width: 94%;
  }
  #herotext h2 {
    
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
  .inner-mastheader {
    position: relative;
    height: 100%;
    width: 84%;
    margin: 0px auto;
    max-width: 1480px;
  }
  #distance-right {
    width: 100%;
  }
  .mobilMenu {
    right: 8%;
  }
  #buch h4, #derautor h4, #keyspeaker h4, #leistungen h4, #werdegang h4, .secco h4, #netzwerk-suedbaden h4, #weinerbe h4, #events h4, #partner h4 {
    font-weight: 300;
    font-size: 60px;
  }
#herotext h2 {
  font-size: clamp(29px,4vw,36px);
}
#herotext h2 {
  margin-top: 20px;
}
#herotext h2 {
  font-weight: 600;
}
  .placeholder_img_mobile {
    background: #a3ac8f;
    background-size: auto;
    background-size: cover;
    margin-left: -8%;
    margin-right: -8%;
  }
#herotext {
  color: #fff;
  position: absolute;
  z-index: 100;
  bottom: 20%;
  left: 50%;
  text-align: left;
  max-width: 84%;
  transform: translateX(-50%);
  width: 100%;
}
#herotext h2 em::after {
  transform: scaleY(.6);
  transform-origin: top;
  _display: none;
}
h1, h2 {
  font-size: 36px;
}
/* #distance-right .panel-grid-cell:last-of-type {
  width: 81% !important;
  margin: 0px auto;
} */

/* , , #keyspeaker */
footer, #pg-10-3, #keypeaker-img{
  overflow-x: clip !important;
}
.home #buch img, #netzwerk-suedbaden img, .secco img{
  margin-bottom: 20px !important;
}
#keyspeaker::after {
  content: "";
  background: url('/wp-content/uploads/2023/12/akbg.jpg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  width: 110%;
  height: calc(100% + 180px);
  position: absolute;
  background-size: cover;
  background-position: 50% 27%;
  _right: -14%;
  right: -5%;
  top: 0vh;
  mix-blend-mode: lighten;
  opacity: .5;
}
#herotext {
  backdrop-filter: blur(3px);
}
#keypeaker-img {
  flex-flow: column;
}
#keypeaker-img .panel-grid-cell {
  margin-top: 0 !important;
  width: 92%;
  margin: auto;
  margin-top: auto;
}
#keypeaker-img .slow-scrolling {
  transform: unset !important;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
#keypeaker-img {
  padding-top: 0;
}
#keyspeaker {
  padding-bottom: 0;
}
#pg-10-4{
  overflow-x: hidden;
}
.content-section-start .panel-grid-cell .panel-grid-cell:last-of-type {
  padding-top: 30px;
}
#werdegang ul {
  margin-bottom: 20px;
}
#keypeaker-img .so-widget-image {
  mix-blend-mode: lighten;
  width: 100%;
}
#partner-tbl .textwidget {
  display: flex;
  flex-wrap: wrap;
  align-items: safe;
  flex-flow: column;
}
#partner-tbl .textwidget p:first-child {
  width: 100%;
}
#partner-tbl .textwidget p:last-child {
  width: 100% !important;
  padding-left: 0;
  margin-bottom: 20px;
}
}

#impressionen .textwidget > div:last-child a.more-btn {
  text-decoration: none;
  font-size: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
  transform-origin: center top !important;
}
.ios.woocommerce-checkout input[type="checkbox"] {
  padding: 10px !important;
}
.ios .parallax{
  background-attachment: scroll !important;
  background-position: center !important;
}
@media all and  (max-width: 690px){
  .parallax {
  height: 70vh;
  }
  .single .woocommerce {
    padding-top: 85px;
  }
  .button.wc-forward.wp-element-button {
    display: block !important;
    width: 100%;
    margin-top: 10px;
  }
  .woocommerce-message {
    line-height: 1.8 !important;
    padding: 34px 20px 20px !important;
    display: flex;
    flex-flow: column-reverse;
    text-align: center !important;
  }
  .mobile-cart {
    top: 57px;
    right: calc(6% + 66px);
  }
  .mobile-back.scrolledfull, .mobile-cart.scrolledfull {
    top: 49px;
  }
  .mobile-back{
    top: 56px;
  }
  .mobile-cart a .ti-shopping-cart{
    font-size: 28px;
  }
  .mobile-back a,
  .mobile-cart a {
    font-size: 28px;
  }
  .woocommerce-cart #ueberuns, .woocommerce-checkout #ueberuns {
    padding-top: 200px;
    width: 94%;
    margin: auto;
  }
  .wp-block-heading {
    width: 90%;
    margin: -60px auto 20px;
  }
  .toggle_label {
    
    line-height: 1.2;
  }
    #event-tbl .panel-grid-cell {
    width: 100% !important;
  }
  #event-tbl .panel-grid-cell:not(:last-of-type) {
  margin-bottom: 40px;
}
  #tab-description h2,
  .cart_totals h2 {
    font-size: 24px;
  }
  #partner-tbl .textwidget p:first-child img {
  width: 100%;
}
  .single_add_to_cart_button.button.alt.wp-element-button,
  .checkout-button.button.alt.wc-forward.wp-element-button {
    width: 100%;
  }
  #place_order {
    width: 100%;
  }
  .content-section-imgs .panel-grid {
    flex-flow: column;
  }
  .content-section-imgs .panel-grid-cell {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .social::before{
    display: none;
  }
  .hz-divider {
    display: block;
    height: 0;
    visibility: hidden;
  }
  .social p {
    width: 100% !important;
    text-align: center;
    padding: 0 !important;
      padding-left: 0px;
      margin: 10px auto;
  }
  #keyspeaker {
    padding-top: 30px;
  }
  #calltoContact .textwidget p a span {
    position: static !important;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  #calltoContact .textwidget p a {
    display: block;
    text-align: center;
    margin: ;
    padding: 0 !important;
  }
  .ti-mobile {
    margin-bottom: 10px !important;
  }

  #derautor img{
  margin-left: -10%;
  margin-right: -10%;
  width: 120% !important;
  max-width: unset;
  transform: unset !important;
}
  #keyspeaker {
    padding-top: 30px;
  }
  .metafooter-inner > div {
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #calltoContact .textwidget p a, .social p {
    color: #fff !important;
    font-size: 18px;
  }
  .social::before {
    width: calc(100% - 380px);
  }
  .mobilMenu {
    transform: scale(.9);
  }
  .site-branding {
    max-width: 160px !important;
  }
  #hero{
    background-position: 80% 50% !important;
  }
  #impressionen .textwidget > div:last-child a.more-btn {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#weinerbe,
#events,
#partner {
  padding-top: 40px;
}
.content-section{
  width: 90% !important;
}
#calltoContact .textwidget .contacts p a {
  display: block;
  flex-wrap: wrap;
  align-items: center;
}
#weinerbe,
#events,
#partner {
  padding-top: 40px;
  padding-bottom: 20px !important;
}
  h1, h2, .single .woocommerce h2 {
    font-size: 28px !important;
  }
  .iconic-engraving-field {
    border-bottom: none !important;
  }
  #tab-description {
    border: none;
      border-top-width: medium;
      border-top-style: none;
      border-top-color: currentcolor;
    padding: 30px 0px 0;
    border-top: 1px solid #000;
  }
  #leistungen {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  #calltoContact .textwidget p a span {
    color: #c5a85d;
    font-size: 27px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .contacts a {
    padding-left: 46px !important;
  }

  .more-btn {
    transform: scale(.85);
    transform-origin: top left;
  }

  #herotext h2 {
    font-size: clamp(24px,4vw,48px);
  }
  #herotext {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  }
  #buch h4, #derautor h4, #keyspeaker h4, #leistungen h4, #werdegang h4, .secco h4,  #netzwerk-suedbaden h4, #weinerbe h4, #events h4, #partner h4  {
    font-weight: 300;
    font-size: 50px;
    left: -10px;
  }
  #menu-main-menu li a {
    font-size: 21px;
    padding: 5px 0;
  }
  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    
    top: 5px !important;
  }
  .shop_table.shop_table_responsive th, .shop_table.shop_table_responsive td,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
  font-size: 17px !important;
}
.mobile-back {
  right: calc(9%);
}
.mobilMenu {
  right: 6%;
}
body:not(.home) .mobile-cart {
  right: calc(9% + 50px);
}
.parallax .panel-grid-cell h2 + p {
  font-size: 22px;
}
#pg-10-0 {
  top: 0 !important;
  position: static !important;
}
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {

  font-weight: 500 !important;
}
.shop_table.shop_table_responsive {
  border: 1px solid #222933 !important;
}
.shop_table.shop_table_responsive th, .shop_table.shop_table_responsive td{
  border-color: #222933 !important;
  font-weight: 500 !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
  font-weight: 500 !important;
}
.woocommerce table.shop_table th{
  font-weight: 500 !important;
}



/* .nGY2GThumbnail.nGY2GThumbnail_l1{
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
}
.nGY2GThumbnail.nGY2GThumbnail_l1.visible{
  opacity: 1 !important;
} */

.nGY2GThumbnailImage.nGY2TnImg{
  transition: opacity 0.2s ease-out !important;
  -webkit-transition: opacity 0.2s ease-out !important;
}