/*
Theme Name: SiteOrigin Corp Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp
Description: SiteOrigin Corp Child Theme
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/Lora-VariableFont_wght.ttf') format("truetype");
}
@font-face {
  font-family: 'Lora italic';
  src: url('./fonts/Lora-Italic-VariableFont_wght.ttf') format("truetype");
}
:root {
  --text-color: #3A3C3E;
  --navi-color: #930F0F;
  --color-green: #1e5537;
  --hover-color: rgba(147,15,15,0.9);
  --layer-color: rgba(0,0,0,0.5);
  --linker-color: #FFF;
  --bg-headerslider: #F1EFE7;
  --brehm-beige: #B18B7E;
  --brehm-beigeB: #C9ACA8;
  --font-size-base: 22px;
  --font-size-base-lineheight: 28px;
  --font-size-base-mobil: 16px;
  --font-size-base-lineheight-mobil: 20px;
  --font-size-h1: 60px;
  --font-size-h1-mobil: 30px;
  --font-size-h2: 40px;
  --font-size-h2-mobil: 20px;
  --font-size-h3: 26px;
  --font-size-h1-lineheight: 65px;
  --font-size-h1-lineheight-mobil: 32px;
  --font-size-h2-lineheight: 24px;
  --font-size-h3-lineheight: 35px;
  --font-size-navi: 60px;
  --font-size-navi-lineheight: 75px;
  --font-size-navi-klein: 30px;
  --font-size-navi-lineheight-klein: 45px;
  --font-size-h2-line-height: 45px;
  --color-dark-green: #1E5536;
  --color-dark-brown: #66363B;
  --font-lineheight: 28px;
  --font-primary: 'Lora';
  --font-italic: 'Lora italic';
  --font-weight-base: 500;
  --font-weight-bold: 700;
  --font-size-linker: 20px;
  --font-size-linker-mobil: 16px;
  --font-size-linker-lineheight: 145%;
  --lineheight24: 24px;
  --font-size-footer-mobil: 18px;
  --font-size-footer-lineheight-mobil: 26px;
  --font-lineheight-mobil: 18px;
}
.clearfix {
  clear: both;
  float: none;
}
html,body {
  font-family: var(--font-primary) !important;
  font-size: var(--font-size-base) !important;
  line-height: var(--font-lineheight) !important;
  font-weight: var(--font-weight-base) !important;
  color: var(--text-color) !important;
  min-width: 380px;
  overflow-x: hidden;
}
body.opennavi {
 /* overflow: hidden; */
}
.auto img {
  width: auto !important;
}
#content .corp-container {
  max-width: 100%;
}
header#masthead {
  height: 0;
  padding: 0;
  margin: 0;
}
header.site-header {
  border-bottom: 0;
}
h2.invisible {
	opacity: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	text-indent: -1000ex;
}
.site-header .site-branding .site-title a {
  left: 50%;
  top: 20px;
  width: 90px;
  height: 90px;
  background-image: url(./images/fouraces_logo.svg);
  display: block;
  text-indent: -1000ex;
  font-size: 0;
  background-size: 100%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
fieldset input[type="checkbox"]:focus-visible,
.lsow-module-image a:focus-visible,
fieldset input.wpcf7-submit:focus-visible,
.lsow-block-grid .lsow-module:focus-visible,
fieldset textarea:focus-visible,
fieldset input:focus,
a:focus-visible {
	outline: 2px solid var(--color-dark-green);
	transition: none;
	outline-offset: 4px;
}
.lsow-module-image a.lsow-post-link:focus-visible {
	outline-offset: -14px;
}
fieldset textarea:focus-visible,
fieldset input:focus {
	outline-offset: 0px;
}
fieldset input[type="checkbox"]:focus-visible {
	outline-offset: 14px;
}
.opennavi a:focus-visible,
.spieltisch.linkeseite .panel-layout .panel-grid:last-child a:focus-visible,
.lsow-module-image-info a:focus-visible,
.single a#mobile-menu-button:focus-visible,
.single .site-title a:focus-visible,
.page-id-27 header a:focus-visible,
.muster a:focus-visible,
.karten a:focus-visible,
#mobile-navigation li a:focus-visible,
footer a:focus-visible {
	outline: 2px solid var(--linker-color);
	transition: none;
	outline-offset: 4px;
}
.karten a:focus-visible,
.spieltisch a:focus-visible {
	outline: 2px solid var(--color-dark-brown);
}
header .main-navigation #mobile-menu-button {
  position: absolute;
  right: 0;
  top: 23px;
  z-index: 1000;
}
@media only screen and (min-width: 1024px) {
  .site-header .site-branding .site-title a {
    left: 50%;
    top: 36px;
    width: 123px;
    height: 123px;
  }
  header .main-navigation #mobile-menu-button {
    top: 54px;
  }
}
header #mobile-navigation {
  overflow: hidden;
}
header #mobile-navigation #primary-menu {
  top: 145px;
  position: relative;
}
header .main-navigation #mobile-menu-button .burger span {
  display: block;
  height: 5px;
  width: 24px;
  margin-bottom: 8px;
  background-color: var(--color-dark-green);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.page-id-3 header .main-navigation #mobile-menu-button .burger span,
.page-id-33 header .main-navigation #mobile-menu-button .burger span,
.page-id-27 header .main-navigation #mobile-menu-button .burger span,
.single header .main-navigation #mobile-menu-button .burger span {
  background-color: var(--linker-color);
}
header .corp-container {
  max-width: 1920px;
}
header .main-navigation {
    right: 10%;
    right: 32px;
    position: absolute;
}
@media only screen and (min-width: 768px) {
  header .main-navigation {
      right: 64px;
  }
}
header .main-navigation #mobile-menu-button .burger span:first-child {
  margin-left: 10px;
}
header .main-navigation #mobile-menu-button .burger span:nth-child(3) {
  margin-left: 4px;
}
header .main-navigation #mobile-menu-button .burger span:nth-child(2) {
  width: 38px;
}
header .main-navigation #mobile-menu-button.to-close{
  padding: 8px;
}
header .main-navigation #mobile-menu-button.to-close span:first-child {
  -webkit-transform: translate(-3px,4px) rotate(45deg);
  transform: translate(-3px,4px) rotate(45deg);
  width: 38px;
  margin-left: 0;
  top: 6px;
  position: relative;
  background-color: var(--linker-color);
}
header .main-navigation #mobile-menu-button.to-close span:nth-child(2) {
  -webkit-transform: translate(-4px,-2px) rotate(-45deg);
  transform: translate(-4px,-2px) rotate(-45deg);
  width: 38px;
  margin-left: 0;
  background-color: var(--linker-color);
}
header .main-navigation #mobile-menu-button.to-close span:nth-child(3){
 display: none !important;
}
header #mobile-navigation {
  background-color: var(--color-green);
  height: 2000px;
}
header #mobile-navigation ul li a {
  text-align: center;
  border: 0;
  font-family: var(--font-primary);
  font-size: var(--font-size-navi);
  line-height: var(--font-size-navi-lineheight);
  text-transform: none;
  color: var(--linker-color);
  font-weight: var(--font-weight-bold);
  padding: 5px 0;
}
header #mobile-navigation ul li#menu-item-42 {
  margin-top: 57px;
}
header #mobile-navigation ul li#menu-item-37 a,
header #mobile-navigation ul li#menu-item-42 a {
  font-size: var(--font-size-navi-klein);
  line-height: var(--font-size-navi-lineheight-klein);
}
#content .corp-container {
  padding: 0;
}
.header_pokertisch_spieler,
.content_text .lsow-block-header-expanded .lsow-block-header,
.content_text {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 10px;
}
.content_text .lsow-block-header-expanded .lsow-block-header {
  padding: 0;
}
.single .panel-grid:last-child .content_text:last-of-type {
  padding: 50px 15px;
}
.content_text.content_grid .lsow-block-header {
  margin: 40px auto;
}
.page-id-157 .content_text.content_grid {
  padding-bottom: 60px;
}
.whiter {
  background-color: #FFF !important;
}
.musterer {
  background-image: url(./images/muster.jpg);
  padding: 43px 0;
}
.muster .panel-grid-cell:last-child .sow-image-container img {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-box-shadow: 0 14px 14px 0 rgba(0,0,0,0.25);
  box-shadow: 0 14px 14px 0 rgba(0,0,0,0.25);
  border-radius: 40px;
  max-width: 252px;
  width: 100%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .single .content_text .textwidget h1 {
    margin: 15px 0;
  }
}
.headerslider {
  position: relative;
  height: 895px;
  height: 859px;
  top: 64px;
}
@media only screen and (min-width: 768px) {
  .musterer {
    padding: 86px 0;
  }
  .muster .panel-grid-cell:last-child .sow-image-container img {
    max-width: 303px;
    top: -28px;
    z-index: 2;
    position: absolute;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content_text.content_grid .lsow-block-header {
    margin: 40px auto 60px;
    padding-bottom: 5px;
  }
  .headerslider {
    height: 895px;
  }
  .musterer {
    padding: 86px 0;
  }
  .muster .panel-grid-cell:last-child .sow-image-container img {
    max-width: 363px;
    top: -50px;
  }
}
.page-id-176 .headerslider {
  height: 825px;
}
.page-id-31 .headerslider {
  height: 725px;
}
@media only screen and (min-width: 1150px) {
  .musterer {
    padding: 86px 0;
  }
  .muster .panel-grid-cell:last-child .sow-image-container img {
    max-width: 463px;
    top: -100px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-id-176 .headerslider {
    height: 825px;
  }
  .page-id-31 .headerslider {
    height: 795px;
  }
}
.chipgruen img {
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .chipgruen img {
    left: -10%;
  }
}
.headerslider .panel-layout .panel-grid .panel-last-child {
  background: var(--bg-headerslider);
  z-index: 10;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  opacity: 0;
}
.headerslider .panel-layout .panel-grid:nth-child(2) .panel-last-child {
  z-index: 8;
}
.headerslider .panel-layout .panel-grid:nth-child(3) .panel-last-child {
  z-index: 6;
}
.headerslider .panel-layout .panel-grid:nth-child(4) .panel-last-child {
  z-index: 4;
}
.headerslider .panel-layout .panel-grid.active .panel-first-child,
.headerslider .panel-layout .panel-grid.active .panel-last-child  {
  z-index: 12;
  opacity: 1;
}
.content_text.vertical .panel-grid-cell:first-child .sow-image-container img,
.headerslider .panel-layout .panel-grid-cell .panel-first-child .sow-image-container img {
  max-width: 252px;
  width: 100%;
  border-radius: 40px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 14px 14px 0 rgba(0,0,0,0.25);
  box-shadow: 0 14px 14px 0 rgba(0,0,0,0.25);
}
.headerslider.einzeln .panel-layout .panel-grid-cell .panel-first-child .sow-image-container img,
.headerslider .panel-layout .panel-grid:nth-child(2) .panel-first-child .sow-image-container img{
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  position: relative;
  z-index: 8;
  left: -21px;
  top: 13px;
}
.headerslider .panel-layout .panel-grid:nth-child(3) .panel-first-child .sow-image-container img {
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  position: relative;
  z-index: 6;
  left: -42px;
  top: 28px;
}
.headerslider .panel-layout .panel-grid:nth-child(4) .panel-first-child .sow-image-container img {
  -moz-transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  position: relative;
  z-index: 4;
  left: -61px;
  top: 44px;
}
.content_text.vertical .panel-grid-cell:first-child .sow-image-container {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  margin-top: -30px;
}
.headerslider .panel-layout .panel-grid {
  position: absolute;
  width: 100%;
  height: 635px;
}
@media only screen and (min-width: 1150px) {
  .headerslider .panel-layout .panel-grid {
    height: 855px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerslider .panel-layout .panel-grid {
    height: 895px;
  }
}

.headerslider .panel-layout .panel-grid-cell .panel-first-child {
  margin-left: 78px;
}
.headerslider .panel-layout .panel-grid-cell .panel-first-child,
.headerslider .panel-layout .panel-grid-cell .panel-last-child {
  position: relative !important;
}
.headerslider .panel-layout .panel-grid-cell .panel-last-child {
  width: 100%;
  margin-top: 85px;
}

/*
.headerslider .panel-layout .panel-grid.active .panel-grid-cell .panel-last-child {
  opacity: 1;
}
*/
.headerslider .indicator {
  position: absolute;
  bottom: 130px;
  left: 250px;
  z-index: 120;
}
@media only screen and (min-width: 768px) {
  .headerslider .indicator {
    position: absolute;
    bottom: -12px;
    left: auto;
    right: 35%;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .headerslider {
    height: 846px;
  }
  .headerslider .panel-layout .panel-grid-cell .panel-last-child {
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 45%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .headerslider .panel-layout .panel-grid-cell .panel-first-child,
  .headerslider .panel-layout .panel-grid-cell .panel-last-child {
    margin-left: 50px;
    width: 55%;
    float: left;
  }
  .headerslider .panel-layout .panel-grid-cell .panel-last-child {
    width: 45%;
  }
  .content_text.vertical .panel-grid-cell:first-child .sow-image-container img,
  .headerslider .panel-layout .panel-grid-cell .panel-first-child .sow-image-container img {
    max-width: 322px;
  }
  .headerslider {
    height: 525px;
    top: -58px;
  }
  .headerslider .panel-layout .panel-grid-cell .panel-first-child,
  .headerslider .panel-layout .panel-grid-cell .panel-last-child {
    position: absolute !important;
  }
}
@media only screen and (min-width: 1150px) {
  .headerslider {
    height: 835px;
    top: -58px;
  }
}
@media only screen and (min-width: 1024px) {
  .headerslider {
    height: 605px;
    top: -58px;
  }
  .content_text.vertical .panel-grid-cell:first-child .sow-image-container img,
  .headerslider .panel-layout .panel-grid-cell .panel-first-child .sow-image-container img {
    max-width: 432px;
  }
}
@media only screen and (min-width: 1150px) {
  .content_text.vertical .panel-grid-cell:first-child .sow-image-container img,
  .headerslider .panel-layout .panel-grid-cell .panel-first-child .sow-image-container img {
    max-width: 502px;
  }
  .headerslider {
    height: 715px;
    top: -58px;
  }
}
@media only screen and (min-width: 1200px) {
  .content_text.vertical .panel-grid-cell:first-child .sow-image-container img,
  .headerslider .panel-layout .panel-grid-cell .panel-first-child .sow-image-container img {
    max-width: 572px;
  }
  .headerslider {
    height: 815px;
    top: -58px;
  }
}
.headerslider .indicator ul li {
  float: left;
}
.headerslider .indicator ul li a {
  font-size: 0;
  text-indent: -1000ex;
  background-image: url(./images/fouraces_indicator.svg);
	width: 25px;
  height: 25px;
  display: block;
  background-size: 100%;
}
@media only screen and (min-width: 1024px) {
  .headerslider .indicator ul li a {
    width: 32px;
    height: 32px;
  }
}
.headerslider .indicator ul li a.active {
  background-image: url(./images/fouraces_indicator-fill.svg);
}
.content_header {
  position: relative;
}
.content_header .panel-last-child {
  position: absolute;
  z-index: 10;
  top: 60%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header_pokertisch_spieler .panel-grid-cell .panel-last-child .textwidget h1,
.content_header .textwidget h1,
.content_text .textwidget h1 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h1-mobil);
  line-height: var(--font-size-h1-lineheight-mobil) !important;
  color: var(--color-dark-green);
}
.header_pokertisch_spieler .panel-grid-cell .panel-last-child .textwidget h1 {
  color: var(--linker-color);
}
.content_header .textwidget h1 {
  color: var(--linker-color);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.content_text .textwidget h2 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h2-mobil);
  line-height: var(--font-size-h2-lineheight);
  color: var(--color-dark-green);
  margin-top: 0;
}
.single .panel-grid:nth-last-child(2) .content_text .textwidget h2 {
  margin-top: 16px;
}
.content_text .textwidget h3 {
  font-size: var(--font-size-h3);
  line-height: var(--font-size-h3-lineheight);
  font-weight: 500;
}
.content_text .textwidget h2 strong {
  font-weight: var(--font-weight-base);
}
.content_text.kundenliste .textwidget h2 {
  margin: 31px 0 0 0;
}
.content_text input.wpcf7-submit {
	  font-family: var(--font-primary) !important;
}
.content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-content,
.content_text .so-widget-lsow-accordion .lsow-panel-content em,
.single .content_text .textwidget ul li,
.content_text .textwidget p {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-base);
  font-size: var(--font-size-base-mobil);
  line-height: var(--font-size-base-lineheight-mobil);
}
@media only screen and (min-width: 768px) {
  .content_text .padding_left_desktop.content_logo .textwidget p {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 465px !important;
    padding-left: 30px;
    padding-right: 15px;
  }
}
.content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-title {
  letter-spacing: normal;
}
.content_text.headerslider .dark_brown .textwidget p,
.content_text.padding_left .textwidget p,
.content_text .padding_left .textwidget p,
.content_text.headerslider .textwidget p {
  padding-left: 30px;
  padding-right: 15px;
}
.content_text .padding_left_desktop.content_logo .textwidget p {
  padding-left: 0;
  padding-bottom: 5px;
}
.content_text.headerslider .dark_brown .textwidget p,
.content_text.headerslider .textwidget p {
  padding-right: 40px;
  margin-bottom: 16px;
}
.content_text.headerslider .textwidget a.linker {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .content_text.pakete .panel-layout .panel-grid:nth-child(2) .panel-grid-cell:last-child .textwidget h2 {
    margin-top: 25px;
  }
  .content_text.pakete .textwidget h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content_text .textwidget p {
    max-width: 465px !important;
    padding-right: 0;
  }
  .content_text.headerslider .textwidget a.linker {
    margin-top: 30px;
  }
}
.content_text .dark_brown .textwidget p {
    padding-left: 0;
    padding-right: 0;
}
.single .content_text .textwidget p,
.content_text.nopadding .textwidget p {
  padding-left: 0;
}
.page-id-33 .content_text .textwidget p,
.page-id-3 .content_text .textwidget p {
  padding-left: 0;
}
.content_text .content_logo .textwidget p,
.content_text .textwidget fieldset p,
.single .content_text .textwidget p,
.single .content_text .textwidget ul,
.content_text.content_100 .textwidget p {
  max-width: 1164px !important;
  width: 100%;
  margin: 0 auto;
}
.content_text.content_100 .textwidget p,
.single .content_text .textwidget p {
  margin-bottom: 20px;
}
.single .content_text .textwidget ul {
  padding-left: 20px;
}
.single .content_text .textwidget ul.beitrag-kategorien-liste {
  padding-left: 0;
  max-width: auto !important;
  margin-top: 10px;
}
.single .content_text .textwidget ul.beitrag-kategorien-liste li:first-child {
  margin-left: 0;
}
.content_text .dark_brown .textwidget p {
    color: var(--color-dark-brown);
}
.content_text.content_926 .textwidget a.linker {
  margin-top: 64px;
}
.content_text.content_926 .textwidget p {
  max-width: 926px !important;
}
.content_text.content_impressum .textwidget p a,
.content_text.content_impressum .textwidget p,
.content_text.content_impressum .textwidget h2 {
  color: var(--color-dark-brown);
}
.content_text.content_impressum .textwidget p {
  max-width: 100% !important;
}
.content_text ul {
  margin: 0;
  padding: 0;
}
.single .content_text ul {
/*  margin-left: 20px; */
}
.content_text.headerslider ul li {
  list-style: none;
}
.musterer .content_text .textwidget p,
.musterer .content_text .textwidget h2 {
  color: var(--linker-color);
}
.content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-content,
.content_text.zwei_spalten .textwidget p{
  padding-left: 30px;
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-content,
  .content_text.zwei_spalten .textwidget p{
    padding-left: 55px;
  }
}
.content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-content ul {
  margin: 0;
  padding: 16px 0 27px 20px;
  max-width: 390px;
}
.content_text.zwei_spalten .werbung .textwidget p {
  padding-left: 0;
}
.content_text .lsow-accordion.style3 .lsow-panel {
  border-bottom: 0;
  margin-bottom: 9px;
}
.content_text.eine_spalten .textwidget p{
  max-width: 1049px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.content_text .textwidget p a {
  color: var(--text-color);
  text-decoration: underline;
}
.content_text .textwidget p strong {
  font-weight: var(--font-weight-bold);
}
.content_text .fade_rotation img {
  position: relative;
  right: -200%;
}
.content_text .fade_rotation.links img {
  right: auto;
  left: -200%;
}
.content_text.inview .fade_rotation {
  padding-bottom: 40px;
}
.content_text.inview .fade_rotation.kein_schatten {
  padding-bottom: 0;
}
.content_text.inview .fade_rotation img {
  right: -30px;
  width: 100%;
  max-width: 294px !important;
  border-radius: 40px;
  -webkit-box-shadow: 0 14px 14px 0 rgba(0,0,0,0.25);
  box-shadow: 0 14px 14px 0 rgba(0,0,0,0.25);
  animation: fadeRotateIn 1000ms ease-out forwards;
  position: relative;
  z-index: 10;
  top: 30px;
}
@media only screen and (max-width: 768px) {
  .padding_left .panel-grid-cell:last-child .so-widget-lsow-accordion {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .content_text .lsow-accordion.style3 .lsow-panel {
    margin-bottom: 24px;
  }
  .content_text.inview .fade_rotation img {
    right: 0;
    top: 0;
    max-width: 572px !important;
  }
}
.content_text.inview .fade_rotation.kein_schatten img {
  -webkit-box-shadow: none;
  box-shadow: none;
  animation: fadeRotateInDeg 1000ms ease-out forwards;
}
.content_text .fade_in img {
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.content_text.inview .fade_in img {
  opacity: 1;
}
.content_text.inview .fade_rotation.links img {
  right: auto;
  left: 60px;
  max-width: 252px !important;
  animation: fadeRotateInLinks 1000ms ease-out forwards;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .content_text.inview .fade_rotation.links img {
    max-width: 252px !important;
    margin-bottom: 0;
  }
  .content_text.inview .fade_rotation.links img {
    max-width: 500px !important;
  }
}
.content_text.podcast.inview .fade_rotation img {
    animation: fadeRotateInRechts 1000ms ease-out forwards;
}
@keyframes fadeRotateIn {
  0% {
    opacity: 0;
    /* Startet 150 Pixel weiter links und um -90 Grad gedreht */
    transform: translateX(500px) rotate(90deg);
  }
  100% {
    opacity: 1;
    /* Endet an der Originalposition ohne Rotation */
    transform: translateX(0) rotate(3deg);
  }
}
@keyframes fadeRotateInDeg {
  0% {
    opacity: 0;
    /* Startet 150 Pixel weiter links und um -90 Grad gedreht */
    transform: translateX(500px) rotate(90deg);
  }
  100% {
    opacity: 1;
    /* Endet an der Originalposition ohne Rotation */
    transform: translateX(0) rotate(0);
  }
}
@keyframes fadeRotateInLinks {
  0% {
    opacity: 0;
    /* Startet 150 Pixel weiter links und um -90 Grad gedreht */
    transform: translateX(-500px) rotate(90deg);
  }
  100% {
    opacity: 1;
    /* Endet an der Originalposition ohne Rotation */
    transform: translateX(0) rotate(-3deg);
  }
}
@keyframes fadeRotateInRechts {
  0% {
    opacity: 0;
    /* Startet 150 Pixel weiter links und um -90 Grad gedreht */
    transform: translateX(500px) rotate(90deg);
  }
  100% {
    opacity: 1;
    /* Endet an der Originalposition ohne Rotation */
    transform: translateX(0) rotate(3deg);
  }
}
#Content.content_text h2,
#Design.content_text h2,
#Strategie.content_text h2,
#Analyse.content_text h2 {
  margin-top: 7px;
}
#Content.content_text img,
#Design.content_text img,
#Strategie.content_text img,
#Analyse.content_text img {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #Content.content_text h2,
  #Design.content_text h2,
  #Strategie.content_text h2,
  #Analyse.content_text h2 {
    margin-top: 0;
  }
  #Content.content_text,
  #Design.content_text,
  #Strategie.content_text,
  #Analyse.content_text {
      margin-bottom: 100px;
  }
  #Content.content_text img,
  #Design.content_text img,
  #Strategie.content_text img,
  #Analyse.content_text img {
    max-width: 335px;
    margin-top: -47px;
  }
}
#Content.content_text .textwidget p,
#Design.content_text .textwidget p,
#Strategie.content_text .textwidget p,
#Analyse.content_text .textwidget p {
  max-width: 689px !important;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .content_text.img_515 .panel-grid-cell .sow-image-container img {
    max-width: 515px;
    margin-top: -68px;
  }
  .content_text.img_515 .panel-grid-cell .panel-last-child .sow-image-container img {
    margin-top: 0;
    left: -51px;
    position: relative;
    top: -68px;
  }
  .content_text.img_515.weiter_rechts .panel-grid-cell .panel-last-child .sow-image-container img {
    left: 65px;
    top: -106px;
  }
}
.muster.content_text .textwidget p {
  max-width: 482px !important;
  /* margin-left: 60px; */
}
.content_text.chipgruen img {
  margin-top: 15px;
  max-width: 110px !important;
}
.content_text.width1045 img,
.content_text.width684 img {
  max-width: 684px !important;
  width: 100%;
  margin: 0 auto;
}
.content_text.width1045 img {
  max-width: 1045px !important;
}
.content_text.kundenliste ul li {
  list-style: none;
  font-size: var(--font-size-linker-mobil);
  line-height: var(--font-size-linker);
}
@media only screen and (min-width: 1024px) {
  .content_text.chipgruen img {
    max-width: 245px !important;
  }
  .content_text.kundenliste ul li {
    font-size: var(--font-size-base);
    line-height: var(--font-size-base-lineheight);
  }
  .content_text.kundenliste  {
    padding-top: 44px;
    max-width: 1000px;
  }
}
.main-navigation .menu-hauptnavi-container {
  display: none;
}
.main-navigation #mobile-menu-button {
  display: block;
}
.content_text input.wpcf7-submit,
.single .beitrag-kategorien-liste li,
.content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a,
a.linker {
  margin-top: 22px;
  padding: 8px 6px;
  border: 3px solid var(--color-dark-brown);
  color: var(--linker-color) !important;
  font-size: 15px;
  line-height: var(--font-size-linker-lineheight);
  font-weight: var(--font-weight-bold);
  border-radius: 12px;
  background-color: var(--color-dark-brown);
  display: inline-block;
  text-decoration: none !important;
  text-transform: none;
	margin-bottom: 7px;
}
.wpcf7 form .wpcf7-response-output,
.content_text input.wpcf7-submit {
  margin-top: 10px !important;
}
@media only screen and (min-width: 400px) {
  .content_text input.wpcf7-submit,
  .single .beitrag-kategorien-liste li,
  .content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a,
  a.linker {
    font-size: var(--font-size-linker-mobil);
  }
}
.single .beitrag-kategorien-liste li {
  padding: 12px 16px;
}
.content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a {
  margin-top: 10px;
}
.content_text.werbung a.linker {
  margin-top: 0;
}
@media only screen and (min-width: 500px) {
  .content_text input.wpcf7-submit,
  .single .beitrag-kategorien-liste li,
  .content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a,
  a.linker {
    padding: 12px 10px;
  }
}
@media only screen and (min-width: 1150px) {
  .content_text input.wpcf7-submit,
  .single .beitrag-kategorien-liste li,
  .content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a,
  a.linker {
    padding: 12px 16px;
  }
}


/*
a.linker {
  margin-top: 0;
}
*/
.podcast a.linker {
  margin-top: 25px;
}
.werbung img {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.inview .werbung img,
.werbung.inview img {
  opacity: 1;
}
#content .content_text.werbung {
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content .content_text.werbung img {
    max-width: 150px;
    margin: 20px auto 0;
  }
  #content .content_text.werbung {
    display: block;
  }
  #content .content_text.werbung .panel-grid-cell {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  #content .content_text.werbung {
    display: block;
  }
  #content .content_text.werbung .panel-grid-cell {
    width: 25%;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  a.linker {
    margin-top: 38px;
  }
}

.content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a,
.inverse a.linker {
  background-color: transparent;
  color: var(--color-dark-brown) !important;
}
.content_text input.wpcf7-submit:hover,
.inverse.muster a.linker:hover,
a.linker:hover {
  color: var(--color-dark-brown) !important;
  background-color: var(--linker-color);
}
.content_text .so-widget-lsow-portfolio-default-1398c7c9e37b .lsow-block-grid .lsow-block-inner .lsow-block-column,
.content_text .so-widget-lsow-portfolio-default-1398c7c9e37b-27 .lsow-block-grid .lsow-block-inner .lsow-block-column {
  padding: 0;
}
.content_text .lsow-block .lsow-block-inner {
  overflow: visible;
}
.content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content_text .padding_20 .panel-grid-cell,
  .content_text.padding_20 .panel-grid-cell {
    width: 50% !important;
  }
}
.content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item.lsow-active a,
.content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a:hover,
.inverse a.linker:hover {
  color: var(--linker-color) !important;
  background-color: var(--color-dark-brown);
}
.inverse.muster a.linker {
  border: 2px solid var(--linker-color);
  color: var(--linker-color) !important;
}
.muster.content_text.inverse a.linker {
  margin-top: 30px;
}
.muster.content_text.inverse a.linker:last-child {
  margin-top: 20px;
}
/*
.inverse.muster a.linker:hover {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: var(--linker-color);
}
*/
.lsow-block-header-expanded .lsow-heading {
  margin-bottom: 0 !important;
}
.content_text .lsow-block {
  overflow: visible;
}
.content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item {
  margin: 0 5px;
}
.content_text .schatten .sow-image-container img,
.content_text.schatten .sow-image-container img,
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
  margin: 10px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  width: calc(100% - 20px);
}
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image .lsow-module-thumb{
  border-radius: 20px;
}
@media only screen and (min-width: 1024px) {
  .content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image .lsow-module-thumb{
    border-radius: 40px;
  }
  .content_text .schatten .sow-image-container img,
  .content_text.schatten .sow-image-container img,
  .content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image {
    border-radius: 40px;
  }
  .content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item {
    margin: 0 10px;
  }
}
.content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item.lsow-active::after {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  article.lsow-module {
    width: 100%;
    max-width: 354px;
    margin: 0 auto;
  }
}
.content_text .schatten .sow-image-container img,
.content_text.schatten .sow-image-container img {
  margin-bottom: 20px;
}
.content_text .acc_einruecken .panel-grid-cell:first-child {
  padding-left: 298px;
}

.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image .lsow-module-image-info .lsow-module-entry-info {
  bottom: 0;
  top: auto;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  width: 100%;
  height: 100%;
}

.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image .lsow-module-image-info .lsow-post-title a:hover {
  border-bottom: 0;
}
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image .lsow-module-image-info .lsow-module-entry-info h3 {
  font-size: var(--font-size-h3);
  line-height: var(--font-size-h3-lineheight);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-primary);
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 767px) {
  .content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image .lsow-module-image-info .lsow-module-entry-info h3 {
    top: 80%;
  }
  .content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image .lsow-module-image-info .lsow-module-entry-info {
    bottom: 0;
  }
}
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image .lsow-module-image-info .lsow-module-entry-info b {
  display: block;
  font-size: var(--font-size-h2-mobil);
  line-height: var(--font-size-h3-lineheight);
  font-weight: var(--font-weight-base);
}
.lsow-module .lsow-module-image.active .lsow-module-image-info {
	opacity: 1;
}
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image.active,
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image:hover {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg) scale(1.03);
  -webkit-box-shadow: 0 0 20px 20px rgba(0,0,0,0.25);
  box-shadow: 0 0 20px 20px rgba(0,0,0,0.25);
}
.content_text .lsow-pagination.lsow-load-more-nav a.lsow-load-more.lsow-button:hover,
.content_text .lsow-pagination.lsow-load-more-nav a.lsow-load-more.lsow-button {
  background-color: transparent;
  border: 0;
}
.content_text .lsow-pagination.lsow-load-more-nav a.lsow-load-more.lsow-button {
  background-image: url(./images/Vector.png);
  height: 24px;
  width: 24px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
  text-indent: -1000ex;
  font-size: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .content_text .lsow-pagination.lsow-load-more-nav a.lsow-load-more.lsow-button {
    height: 39px;
    width: 39px;
  }
}
.content_text .lsow-pagination.lsow-load-more-nav {
  position: relative;
}
.content_text .lsow-block .lsow-loading {
  position: absolute;
  top: -45px;
  margin: 0;
}
.spieltisch {
  height: 140vh;
  height: 2000px;
  padding-bottom: 100px;
  padding-top: 30px;
}
.spieltisch.linkeseite {
  height: 1200px;
}
@media only screen and (max-width: 768px) {
  .spieltisch.linkeseite a.linker {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .spieltisch {
    padding-top: 140px;
  }
}
.spieltisch #spieltisch {
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  right: -500%;
  position: absolute;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  width: 1275px;
}
.home .spieltisch.inview #spieltisch {
  /* right: -1260px; */
  left: -210px;
}
@media only screen and (max-width: 767px) {
  .spieltisch.linkeseite .panel-grid-cell:first-child {
    order: 2;
  }
  .spieltisch.linkeseite .panel-grid-cell:last-child {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .home .spieltisch {
    height: 1370px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .spieltisch.inview #spieltisch {
  /*  right: -20%; */
    left: -30px;
  }
  .spieltisch #spieltisch {
    width: 1600px;
    right: -200%;
  }
  .spieltisch.linkeseite {
    height: 900px;
  }
  .spieltisch.linkeseite .karten {
    height: 650px;
  }
}
.spieltisch.linkeseite #spieltisch {
    right: auto;
    left: -300%;
}
.spieltisch.linkeseite #spieltisch .sow-image-container img {
    height: 570px;
    width: auto;
}
.spieltisch.linkeseite.inview #spieltisch {
  right: auto;
  left: -90px;
  top: auto;
  bottom: -160px;
  bottom: 80px;
}
@media only screen and (min-width: 600px) {
    .spieltisch.linkeseite.inview #spieltisch {
      bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
  .spieltisch.linkeseite.inview #spieltisch {
    bottom: -615px;
  }
}
.spieltisch .karten .panel-grid-cell {
  position: absolute;
  left: -200%;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 50px;
}
.spieltisch .karten .panel-grid-cell:nth-child(2) {
  -webkit-transition: all 2500ms ease;
  -moz-transition: all 2500ms ease;
  -ms-transition: all 2500ms ease;
  -o-transition: all 2500ms ease;
  transition: all 2500ms ease;
}
.spieltisch .karten .panel-grid-cell:nth-child(3) {
  -webkit-transition: all 3100ms ease;
  -moz-transition: all 3100ms ease;
  -ms-transition: all 3100ms ease;
  -o-transition: all 3100ms ease;
  transition: all 3100ms ease;
}
.spieltisch .karten .panel-grid-cell:nth-child(4) {
  -webkit-transition: all 3500ms ease;
  -moz-transition: all 3500ms ease;
  -ms-transition: all 3500ms ease;
  -o-transition: all 3500ms ease;
  transition: all 3500ms ease;
}
.spieltisch.linkeseite .karten .panel-grid-cell {
  right: auto;
  left: -200%;
}
.spieltisch.linkeseite .karten .panel-grid-cell,
.spieltisch.linkeseite .karten .panel-grid-cell img,
.spieltisch .karten .panel-grid-cell,
.spieltisch .karten .panel-grid-cell img{
  width: 252px !important;
}
.spieltisch.inview .karten .panel-grid-cell:first-child {
  left: 10px;
  top: -105px;
}
.spieltisch.inview .karten .panel-grid-cell:nth-child(2) {
  left: 10px;
  top: 320px;
}
.spieltisch.inview .karten .panel-grid-cell:nth-child(3) {
  left: 25px;
  top: 740px;
}
.spieltisch.inview .karten .panel-grid-cell:nth-child(4) {
  left: 10px;
  top: 1160px;
}
.spieltisch.linkeseite.inview .karten .panel-grid-cell:first-child {
  right: auto;
  left: 10px;
  bottom: 460px;
  top: auto;
}
.spieltisch.linkeseite.inview .karten .panel-grid-cell:nth-child(2) {
  right: auto;
  left: 50px;
  bottom: -20px;
  top: auto;
}
@media only screen and (min-width: 600px) {

  .home .spieltisch {
    height: 1440px;
  }
  .home .spieltisch .karten {
    height: 1200px;
  }
  .home .spieltisch .karten .panel-grid-cell {
    width: 313px;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:first-child {
    right: auto;
    bottom: auto;
    top: -130px;
    left: 100px;
   }
   .home .spieltisch.inview .karten .panel-grid-cell:nth-child(2) {
     right: auto;
     top: auto;
     left: 50px;
     bottom: 400px;
   }
   .home .spieltisch.inview .karten .panel-grid-cell:nth-child(3) {
     right: auto;
     bottom: auto;
     top: 0;
     left: 430px;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:nth-child(4) {
    right: auto;
    top: auto;
    left: 350px;
    bottom: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .home .spieltisch {
    height: 1240px;
  }
  .home .spieltisch .karten {
    height: 1200px;
  }
  .home .spieltisch .karten .panel-grid-cell img,
  .home .spieltisch .karten .panel-grid-cell {
    width: 313px;
  }
  /*
  .spieltisch.inview .karten .panel-grid-cell:nth-child(4) {
    left: 0;
    top: 0;
  }
  */
  .spieltisch.linkeseite.inview .karten .panel-grid-cell:first-child {
    right: auto;
    left: 60px;
    bottom: 50px;
    top: auto;
  }
  .spieltisch.linkeseite.inview .karten .panel-grid-cell:nth-child(2) {
    right: auto;
    left: 380px;
    top: auto;
    bottom: auto;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:first-child {
    right: auto;
    bottom: auto;
    top: -130px;
    left: 150px;
   }
   .home .spieltisch.inview .karten .panel-grid-cell:nth-child(2) {
     right: auto;
     top: auto;
     left: 100px;
     bottom: 450px;
   }
   .home .spieltisch.inview .karten .panel-grid-cell:nth-child(3) {
     right: auto;
     bottom: auto;
     top: 0;
     left: 480px;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:nth-child(4) {
    right: auto;
    top: auto;
    left: 400px;
    bottom: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1149px) {
  .spieltisch.linkeseite {
    display: block !important;
  }
  .spieltisch.linkeseite .panel-grid-cell {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1150px) {
  .spieltisch.linkeseite.inview #spieltisch {
    left: -460px;
  }
  .spieltisch #spieltisch {
    width: 1100px;
  }
}
@media only screen and (min-width: 1024px) {
  .home .spieltisch {
    height: 1240px;
  }
  .home .spieltisch .karten {
    height: 1100px;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:nth-child(4) {
    right: 17%;
      top: -5%;
  }
  .home .spieltisch.linkeseite.inview .karten .panel-grid-cell:first-child {
    right: auto;
    left: 24%;
    bottom: 30.5%;
    top: auto;
  }
  .home .spieltisch.linkeseite.inview .karten .panel-grid-cell:nth-child(2) {
    right: auto;
    left: -27%;
    top: 19%;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:first-child {
    right: auto;
    bottom: auto;
    top: -240px;
    left: 200px;
   }
   .home .spieltisch.inview .karten .panel-grid-cell:nth-child(2) {
     right: auto;
     top: auto;
     left: 100px;
     bottom: 390px;
   }
   .home .spieltisch.inview .karten .panel-grid-cell:nth-child(3) {
    right: auto;
    bottom: auto;
    top: -50px;
    left: 680px;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:nth-child(4) {
    right: auto;
    top: auto;
    left: 460px;
    bottom: 320px;
  }
}
@media only screen and (min-width: 1150px) {
  .home .spieltisch .karten {
    height: 1150px;
  }
  .home .spieltisch .karten .panel-grid-cell,
  .home .spieltisch .karten .panel-grid-cell img{
    width: 300px !important;
  }
  .home .spieltisch {
    height: 1270px;
  }
  /*
  .home .spieltisch.inview .karten .panel-grid-cell:nth-child(4) {
    right: 17%;
      top: -5%;
  }
  */
  .spieltisch.linkeseite.inview .karten .panel-grid-cell:first-child {
    right: auto;
    left: 310px;
    bottom: auto;
    top: 180px;
  }
  .spieltisch.linkeseite.inview .karten .panel-grid-cell:nth-child(2) {
    right: auto;
    left: 30px;
    top: 60px;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:first-child {
    right: auto;
    bottom: auto;
    top: -280px;
    left: 170px;
   }
   .home .spieltisch.inview .karten .panel-grid-cell:nth-child(2) {
     right: auto;
     top: auto;
     left: 60px;
     bottom: 380px;
   }
   .home .spieltisch.inview .karten .panel-grid-cell:nth-child(3) {
     right: auto;
     bottom: auto;
     top: -50px;
     left: 790px;
  }
  .home .spieltisch.inview .karten .panel-grid-cell:nth-child(4) {
    right: auto;
    top: auto;
    left: 420px;
    bottom: 460px;
  }
}
@media only screen and (min-width: 1300px) {
  .home .spieltisch.inview .karten .panel-grid-cell:first-child {
    left: 170px;
   }
}
.spieltisch .karten .panel-grid-cell img {
  border-radius: 40px;
}
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image:hover .lsow-post-link:after {
  opacity: 0;
}
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image.active .lsow-post-link:before,
.content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image:hover .lsow-post-link:before,
.content_text .lsow-block-header-6 .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover .lsow-image-info:before,
.spieltisch .karten .panel-grid-cell::before {
  background: linear-gradient(to bottom, rgba(217,217,217,0) 0%,rgba(102,54,59,1) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image:hover .lsow-post-link:before {
    background: linear-gradient(to bottom, rgba(153,153,153,0) 0%,rgba(102,54,59,1) 100%);
  }
}
@media only screen and (min-width: 768px) {
  .content_text .lsow-block-header-6 .lsow-grid-container .lsow-grid-item .lsow-module-image:hover .lsow-post-link:before,
  .content_text .lsow-block-header-6 .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover .lsow-image-info:before,
  .spieltisch .karten .panel-grid-cell::before {
    border-radius: 40px;
  }
}
.spieltisch .karten .panel-grid-cell .panel-last-child {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.spieltisch .karten .panel-grid-cell .panel-last-child .textwidget {
  padding-bottom: 45px;
}
.spieltisch .karten .panel-grid-cell .panel-last-child .textwidget h3,
.spieltisch .karten .panel-grid-cell .panel-last-child .textwidget p {
    color: var(--linker-color);
}
.spieltisch .karten .panel-grid-cell .panel-last-child .textwidget h3 {
  margin: 0 0 3px 0;
  font-family: var(--font-primary);
  font-size: var(--font-size-footer-lineheight-mobil);
  line-height: var(--font-size-h3-lineheight);
  font-weight: var(--font-weight-bold);
}
.spieltisch .karten .panel-grid-cell .panel-last-child .textwidget p {
    font-size: var(--font-size-linker);
    line-height: var(--font-size-h3-lineheight);
    text-decoration: none;
}
.spieltisch .karten .panel-grid-cell:nth-child(3),
.spieltisch.linkeseite .karten .panel-grid-cell:first-child,
.spieltisch .karten .panel-grid-cell:first-child {
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.spieltisch .karten .panel-grid-cell:nth-child(2),
.spieltisch.linkeseite .karten .panel-grid-cell:nth-child(2),
.spieltisch .karten .panel-grid-cell:last-child {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media only screen and (min-width: 768px) {
  .spieltisch .karten .panel-grid-cell:nth-child(2),
  .spieltisch.linkeseite .karten .panel-grid-cell:nth-child(2),
  .spieltisch .karten .panel-grid-cell:nth-child(3) {
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .spieltisch .karten .panel-grid-cell:first-child,
  .spieltisch.linkeseite .karten .panel-grid-cell:first-child,
  .spieltisch .karten .panel-grid-cell:last-child {
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
.content_text .listehoch ul li {
  font-style: italic;
  font-size: var(--font-size-h1-mobil);
  line-height: var(--font-size-h3-lineheight);
  font-family: var(--font-italic);
}
.chip {
  width: 276px;
    height: 250px;
    position: absolute;
    right: -200%;
    bottom: -160px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1;
}
.inview .chip {
  right: 10%;
}
/*
.spieltisch .karten .panel-grid-cell,
.spieltisch .karten .panel-grid-cell img{
  width: 252px !important;
}
*/
@media only screen and (max-width: 767px) {
  .inview .chip {
    right: -25px;
  }
  .spieltisch .karten .panel-grid-cell .panel-last-child .textwidget h3 {
    font-size: var(--font-size-h2-mobil);
    line-height: var(--font-size-h3-lineheight);
  }
  .content_text .listehoch ul {
    margin-top: 20px;
    padding: 0 15px 0 45px;
  }
}
.content_text .fade_in.center img {
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .chip {
    width: 164px;
    height: 140px;
    bottom: -54px;
  }
  .content_text .listehoch ul li {
    font-size: var(--font-size-footer-mobil);
    line-height: var(--font-size-base);
  /*  font-family: var(--font-primary); */
    font-style: normal;
  }
}
.panel-grid {
  position: relative;
  overflow: visible;
}

@media only screen and (min-width: 1024px) {
  .content_text .listehoch ul {
    margin-top: -50px;
  }
}
.content_text.podcast .panel-grid-cell:last-child{
  margin-top: -180px;
}
@media only screen and (max-width: 768px) {
  .content_text.podcast .panel-grid-cell:last-child{
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .content_text.podcast .panel-grid-cell:last-child{
    order: 1;
  }
  .content_text.podcast .panel-grid-cell:first-child {
    order: 2;
  }
}
.content_text.zwei_spalten.akkrodion_rechts {
  flex-direction: row-reverse;
}
.content_text .lsow-accordion .lsow-panel,
.content_text .lsow-accordion .lsow-panel .lsow-panel-content,
.content_text .lsow-accordion .lsow-panel.lsow-active .lsow-panel-title {
  background-color: transparent;
}
.content_text .lsow-accordion .lsow-panel:first-child {
  border: 0;
}
.content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-title {
    font-size: var(--font-size-footer-mobil);
    line-height: var(--font-size-h3-lineheight);
    font-weight: 700;
    text-transform: none;
    color: var(--color-dark-green);
    padding: 0 0 0 30px;
}

.content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-title::after {
  display: none;
}
.content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-title::before {
  content: "";
  background-image: url(./images/fouraces_akkordeon_plus.svg);
  width: 24px;
  height: 24px;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 1024px) {
  .content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-title {
      padding: 0 0 0 50px;
  }
  .content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-title {
      font-size: var(--font-size-navi-klein);
      line-height: var(--font-size-h3-lineheight);
  }
  .content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-title::before {
    width: 39px;
    height: 39px;
    top: 0;
  }
}
.content_text .lsow-pagination.lsow-load-more-nav a.lsow-load-more.lsow-button:hover,
.content_text .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .content_text .so-widget-lsow-accordion {
    margin-top: 17px;
  }
}
.content_text .so-widget-lsow-accordion table td {
	padding: 5px;
	vertical-align: top;
}
.content_text .so-widget-lsow-accordion table td:first-child {
	width: 130px;
}
/* Container-Styling */
.content_text.content_cloud {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* Die Wolke */
.content_text.content_cloud ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Die einzelnen Schlagworte */
.content_text.content_cloud ul.tag-cloud li {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
  animation: wabern 6s ease-in-out infinite alternate;
  color: var(--color-dark-green);
}
.tag-cloud li[data-weight="1"] { font-size: 34px; line-height: 24px;}
.tag-cloud li[data-weight="2"] { font-size: 23px; line-height: 24px;}
.tag-cloud li[data-weight="3"] { font-size: 20px; line-height: 24px;}
@media only screen and (min-width: 1024px) {
  .tag-cloud li[data-weight="1"] { font-size: 60px; line-height: 70px;}
  .tag-cloud li[data-weight="2"] { font-size: 40px; line-height: 50px;}
  .tag-cloud li[data-weight="3"] { font-size: 30px; line-height: 40px;}
  .content_text.content_cloud {
    padding: 70px 20px;
  }
}

/* Die Wabern-Animation (Größe, Drehung und leichter Unschärfe-Effekt) */
@keyframes wabern {
  0% {
    transform: scale(1);
    filter: blur(0px);
  }
  50% {
    transform: scale(1.05);
    filter: blur(0.5px); /* Erzeugt einen leicht glühenden/wabernden Effekt */
  }
  100% {
    transform: scale(0.95);
    filter: blur(0px);
  }
}
.content_text.center {
    align-items: center !important;
}
.content_text.vertical {
    align-items: center !important;
    position: relative;
    height: 100vh;
    margin-bottom: -50px;
}
.content_text.vertical .panel-grid-cell:first-child {
  position: absolute;
}
.content_text.vertical .panel-grid-cell:last-child {
  left: 50%;
  position: relative;
}
.trenner.klein {
  padding: 12px 0;
}
.trenner {
  padding: 18px 0;
  position: relative;
  z-index: -1;
  clear: both;
  float: none;
}
.trenner.gross {
  padding: 28px 0;
}
.trenner.podcaster {
  padding: 40px 0;
}
.trenner.gross.handy {
  padding: 98px 0;
}
@media only screen and (min-width: 1024px) {
  .trenner.klein {
    padding: 25px 0;
  }
  .trenner.podcaster,
  .trenner {
    padding: 50px 0;
  }
  .trenner.gross.handy,
  .trenner.gross {
    padding: 75px 0;
  }
}
footer.site-footer {
  position: relative;
}
footer .prefooter {
  background-color: var(--color-dark-brown);
  height: 70px;
}
footer ul#menu-pre-footer-navi {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
footer ul#menu-pre-footer-navi li {
  float: left;
  margin: 21px 10px;
  list-style: none;
}
footer.site-footer {
  margin-top: 0;
}
footer ul.social li a,
footer.site-footer .bottom-bar .corp-container div:only-of-type,
footer ul#menu-pre-footer-navi li a {
  color: var(--linker-color);
  text-transform: uppercase;
}
footer.site-footer .widget ul#menu-footer li {
  text-align: center;
  padding: 10px 0;
}
footer ul.social {
  width: 100%;
  max-width: 240px;
  margin: 8px auto !important;
}
footer ul.social li {
  float: left;
  list-style: none;
  margin: 0 10px;
}
footer ul.social li a {
  background-image: url(./images/instagram.png);
  width: 60px;
  height: 60px;
  display: block;
  text-indent: -1000ex;
  font-size: 0;
  background-size: 100%;
}
footer ul.social li:nth-child(2) a {
  background-image: url(./images/linkedin.png);
}
footer ul.social li:last-child a {
  background-image: url(./images/facebook.png);
}
footer.site-footer .bottom-bar .corp-container div:only-of-type {
  text-align: center;
  text-transform: none;
}
footer.site-footer ul#menu-footer li {
  line-height: var(--font-lineheight);
}
footer.site-footer .widgets {
  padding: 40px 0 37px;
}
footer.site-footer .bottom-bar {
  padding-top: 0;
}
footer.site-footer p {
  text-align: center;
  margin-bottom: 0;
  font-size: var(--font-size-footer-mobil);
  line-height: var(--font-size-footer-lineheight-mobil);
}
footer.site-footer .widgets .widget {
  float: left;
}
footer.site-footer .bottom-bar .site-info,
footer.site-footer .widgets .widget .menu-footer-container ul li a {
  font-size: var(--font-size-footer-mobil);
  line-height: var(--font-size-footer-lineheight-mobil);
}
.single .headerbild {
  width: 100%;
  max-width: 1055px;
  margin: 0 auto;
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  padding: 20px 20px 30px;
  position: relative;
}
.content_text.vertical .panel-grid-cell:first-child .sow-image-container img,
.single .headerbild img {
  border-radius: 20px;
  -webkit-box-shadow: 0 14px 14px 0 rgba(0,0,0,0.25);
  box-shadow: 0 14px 14px 0 rgba(0,0,0,0.25);
}
@media only screen and (min-width: 1024px) {
  .content_text.vertical .panel-grid-cell:first-child .sow-image-container img,
  .single .headerbild img {
    border-radius: 40px;
  }
  .single .headerbild {
    margin: 0 auto -82px;
  }
}
@media only screen and (max-width: 768px) {
  .single .content_text.ueberschrift {
    margin-bottom: 0;
  }
}
.single .content_text.ueberschrift .textwidget p {
  font-size: var(--font-size-linker);
  line-height: var(--lineheight24);
  color: var(--color-dark-brown);
}
.single ul.beitrag-kategorien-liste li {
  list-style: none;
  float: left;
  margin: 10px 20px 10px 0;
}
.pokertisch {
  position: relative;
  margin-top: -85px;
  margin-right: -55px;
}

.wpcf7-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.wpcf7-form fieldset h2 b {
  font-weight: var(--font-weight-base);
  display: block;
}
.wpcf7-form fieldset .wpcf7-list-item-label {
  font-size: var(--font-size-footer-mobil);
  line-height: var(--font-size-navi-lineheight-klein);
  font-weight: var(--font-weight-base);
  position: relative;
}
.wpcf7-form fieldset .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: list-item;
  list-style: none;
}
.content_text .so-widget-lsow-accordion .lsow-panel-content em {
  font-style: normal;
  display: block;
	margin-bottom: 20px;
}
.wpcf7-form fieldset {
  height: 70vh;
  min-height: 800px;
}
.wpcf7-form fieldset fieldset fieldset {
  padding: 0 15px;
}
.wpcf7-form fieldset .wpcf7-list-item-label:before {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: -31px;
  top: 1px;
  background-image: url("./images/fouraces_indicator.svg");
  width: 24px;
  height: 24px;
  background-color: #FFF;
  background-size: 100%;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 150px;
}
.content_text .textwidget .left p {
  padding-left: 0;
}
.content_text .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 8px;
}
.left a.linker {
  margin-top: 10px;
}
.wpcf7-form label {
  color: var(--text-color);
  font-size: var(--font-size-footer-mobil);
  font-family: var(--font-primary);
}
@media only screen and (max-width: 550px) {
  .wpcf7-form fieldset label .wpcf7-list-item-label {
      display: inline-block;
      width: 90%;
      line-height: 32px;
  }
  .wpcf7-form fieldset .wpcf7-list-item-label::before {
    top: 5px;
  }
  .wpcf7-form fieldset input[type="checkbox"] {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content_text .wpcf7-form fieldset img {
    max-width: 170px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .content_text.content_impressum {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .wpcf7-form fieldset {
    height: 70vh;
  }
  .wpcf7-form {
    margin-bottom: 200px;
  }
  .content_text .wpcf7-form fieldset fieldset fieldset a.linker {
    margin-left: 7px;
  }
  .wpcf7-list-item {
    margin: 0 0 0 1em;
  }
  .content_text .textwidget .left p {
    padding-left: 30px;
  }
  .wpcf7-form fieldset .wpcf7-list-item-label:before {
    width: 32px;
    height: 32px;
    left: -37px;
    top: 4px;
  }
  .wpcf7-form fieldset fieldset fieldset {
    padding: 0;
  }
  .wpcf7-form fieldset fieldset fieldset div.left {
    margin-right: 40px;
    padding-right: 0;
  }
  .content_text .wpcf7-form fieldset fieldset fieldset p {
    margin-left: 50px;
  }
  .wpcf7-form fieldset {
    height: 50vh;
  }
  .wpcf7-form fieldset fieldset fieldset div.left {
    width: calc(66% - 20px);
  }
  .wpcf7-form fieldset fieldset fieldset div.right {
    width: calc(34% - 20px);
    padding-top: 20px;
  }
  .wpcf7-form fieldset {
    position: relative;
    height: 50vh;
    width: 100%;
    display: flex;
    min-height: 630px;
  }
  .wpcf7-form fieldset fieldset fieldset div.left {
    order: 1;
  }
  .wpcf7-form fieldset fieldset fieldset div.right {
    order: 2;
  }
  .wpcf7-form label {
    font-size: var(--font-size-base);
  }
}
@media only screen and (min-width: 1024px) {
  .wpcf7-form fieldset .wpcf7-list-item-label {
    font-size: var(--font-size-navi-klein);
    line-height: var(--font-size-navi-lineheight-klein);
  }
}
.wpcf7-form .kontaktdaten label {
  margin-top: 10px;
  display: inline-block;
}
.wpcf7-form fieldset input[type="email"],
.wpcf7-form fieldset input[type="tel"],
.wpcf7-form fieldset input[type="text"],
.wpcf7-form fieldset textarea {
  width: 100%;
  border-color: var(--text-color);
}
.wpcf7-form fieldset input[type="email"].wpcf7-not-valid,
.wpcf7-form fieldset input[type="tel"].wpcf7-not-valid,
.wpcf7-form fieldset input[type="text"].wpcf7-not-valid {
    border-color: red !important;
}
.wpcf7-form fieldset .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form fieldset textarea {
  height: 100px;
}
.wpcf7-form fieldset.fragen {
  width: 100%;
  position: absolute;
  right: -300%;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.wpcf7-form fieldset.fragen.active {
  right: 0;
}
.wpcf7-form fieldset input[type="checkbox"] {
  margin-right: 14px;
}
.wpcf7-form fieldset .wpcf7-list-item {
  display: block;
}

.wpcf7-form fieldset .wpcf7-list-item label.active .wpcf7-list-item-label:before {
  background-image: url("./images/fouraces_indicator-fill.svg");
}
a.linker.zurueck {
  margin-right: 15px;
}
.verlaufer {
  background: linear-gradient(to bottom,  rgba(242,239,231,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 52%,rgba(242,239,231,1) 100%);
}
.bg_gruenweisser,
.verlaufweisser {
  background: linear-gradient(to bottom,  rgba(242,239,231,1) 0%,rgba(255,255,255,1) 100%);
}
.verlaufgruenweisser {
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(242,239,231,1) 100%);
}
.verlaufschnellweisser {
  background: linear-gradient(to bottom,  rgba(241,239,231,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%);
}
.bg_gruenweisser {
  position: relative;
}
.bg_gruenweisser .bg_gruenweiss {
  background: linear-gradient(to bottom, rgba(242, 239, 231, 1) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  min-height: 50vh;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  /*
  .bg_gruenweisser .bg_gruenweiss {
    top: -55px;
  }
  */
  .single .bg_gruenweisser {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.single .site-main.whiter {
  position: relative;
}
.single .site-main.whiter:before {
  background: linear-gradient(to bottom, rgba(242, 239, 231, 1) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  width: 100%;
  min-height: 30vh;
  content: "";
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .single .site-main.whiter:before {
    min-height: 50vh;
  }
}
.pokertisch {
  position: relative;
  top: 0px;
  right: 0;
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  height: 330px;
}
.content_text.img_395 .sow-image-container img {
  max-width: 238px;
  width: 100%;
  margin: -40px auto 20px;
}
.content_text.img_395 .panel-grid-cell:last-child .sow-image-container img {
  margin-top: 40px;
}
.content_text .img_430 .sow-image-container img {
  max-width: 236px !important;
}
@media only screen and (min-width: 1024px) {
  .content_text.img_395 .sow-image-container img {
    max-width: 395px;
    margin: 40px auto;
  }
  .content_text .img_430 .sow-image-container img {
    max-width: 430px !important;
  }
  .content_text.img_395 .panel-grid-cell:last-child .sow-image-container img {
    margin-top: -90px;
  }
}
.pokertisch .sow-image-container {
  position: absolute;
  top: -120px;
  right: -190px;
}
.header_pokertisch {
  position: relative;
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  z-index: 1;
}
.header_pokertisch .sow-image-container  {
  position: absolute;
  top: -700px;
  right: -200px;
}
.header_pokertisch_spieler {
  position: relative;
  z-index: 1;
}
.header_pokertisch_spieler .sow-image-container  {
  position: relative;
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  top: -92px;
  right: 142px;
  width: 869px;
}
.header_pokertisch_spieler.impressum .sow-image-container  {
  width: 575px;
  top: -214px;
  right: 20px;
}
.header_pokertisch_spieler {
  margin-bottom: -50px;
}
@media only screen and (min-width: 768px) {
  .header_pokertisch_spieler {
    margin-bottom: -180px;
  }
  .header_pokertisch_spieler.impressum .sow-image-container,
  .header_pokertisch_spieler .sow-image-container  {
    top: -272px;
    right: 86px;
    width: 1810px;
  }
  .header_pokertisch_spieler.impressum .sow-image-container  {
    top: -730px;
  }
}
.header_pokertisch_spieler .panel-grid-cell .panel-last-child {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.header_pokertisch_spieler .panel-grid-cell .panel-last-child .textwidget {
  position: relative;
  margin-top: 143px;
}
@media only screen and (min-width: 768px) {
  .header_pokertisch_spieler .panel-grid-cell .panel-last-child .textwidget {
    position: absolute;
      top: 15%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.header_pokertisch_spieler.impressum {
  margin-bottom: 0;
}
.single .header_pokertisch_spieler.impressum {
  height: 95px;
    z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .single .header_pokertisch_spieler.impressum {
    height: 255px;
  }
}
.single .headerbild {
  z-index: 3;
}
.content_text ul.livier {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content_text ul.livier li {
  float: left;
  text-align: center;
  margin-right: 3px;
  width: calc(25% -  3px);
}
.content_text ul.livier li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .content_text ul.livier li {
    width: calc(25% -  5px);
  }
  .content_text ul.livier li {
    margin-right: 0;
  }
}
.content_text ul.livier li a {
  margin-top: 0;
}
/*
.single .beitrag-kategorien-liste {
  margin-top: 50px;
}
*/
.content_text .so-widget-lsow-accordion {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .content_text.zwei_spalten ul li {
    font-weight: var(--font-weight-base);
    font-size: var(--font-size-h1-mobil);
    line-height: var(--font-size-h3-lineheight);
    font-style: italic;
  }
  .pokertisch .sow-image-container {
    top: -650px;
    right: -240px;
  }
  footer.site-footer .bottom-bar .corp-container div:only-of-type {
    text-align: right;
  }
  footer.site-footer .widget ul#menu-footer li {
    text-align: right;
  }
  footer.site-footer p {
    text-align: left;
  }
  .content_text .textwidget h2 {
    font-size: var(--font-size-h2);
    line-height: var(--font-size-h2-line-height);
    margin-bottom: 20px;
  }
  .content_text.verlaufweiss .textwidget h2 {
    margin-top: 0;
  }


  .content_text input.wpcf7-submit,
  .single .beitrag-kategorien-liste li,
  .content_text .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a,
  a.linker {
    font-size: var(--font-size-linker);
  }
  .single ul.beitrag-kategorien-liste {
    display: flex;
    justify-content: center;
  }
  .single .content_text.ueberschrift .textwidget p {
    font-size: var(--font-size-h2);
    line-height: var(--font-size-navi-lineheight-klein);
  }
  .content_header.content_karten {
    position: relative;
    margin-top: -275px;
    margin-right: -100px;
  }
  .content_header.content_karten .panel-grid-cell{
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  .single .headerbild {
    top: -105px;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .single .content_text .textwidget ul li {
    font-size: var(--font-size-base);
    line-height: var(--font-size-base-lineheight);
    font-weight: var(--font-weight-base);
  }
  .content_text .textwidget p {
    font-size: var(--font-size-base);
    line-height: var(--font-size-base-lineheight);
    font-weight: var(--font-weight-base);
    max-width: 1165px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .content_text .lsow-accordion.style3 .lsow-panel .lsow-panel-content,
  .content_text .so-widget-lsow-accordion .lsow-panel-content em {
    font-size: var(--font-size-base);
    line-height: var(--font-size-base-lineheight);
    font-weight: var(--font-weight-base);
  }
  .content_text.headerslider .textwidget p {
    font-size: var(--font-size-h1-mobil);
    line-height: var(--font-size-h3-lineheight);
    font-weight: var(--font-weight-base);
    /* padding-left: 57px; */
    margin: 0 !important;
  }
  .header_pokertisch_spieler .panel-grid-cell .panel-last-child .textwidget h1,
  .content_header .textwidget h1,
  .content_text .textwidget h1 {
    font-size: var(--font-size-h1);
    line-height: var(--font-size-h1-lineheight) !important;
    margin-bottom: 30px;
  }
}

.lsow-module-image {
    position: relative;
}
.lsow-module-image a.lsow-post-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.karten .panel-grid-cell {
  position: relative;
  cursor: pointer;
}

.karten .panel-grid-cell a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.karten .panel-grid-cell:hover {
  /* opacity: 0.95; 
  transition: opacity 0.2s ease-in-out; */
}
/*
#cookie-notice #cn-accept-cookie {
	background-color: #FFF !important;
	color: #000 !important;
}
#cookie-notice.cookie-notice-hidden {
	opacity: 0;
} 
*/
