@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/fileadmin/templatefiles/fonts/maven-pro-v40-latin-regular.woff2") format("woff2"),
    url("/fileadmin/templatefiles/fonts/maven-pro-v40-latin-regular.woff") format("woff");
}

@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("/fileadmin/templatefiles/fonts/maven-pro-v40-latin-700.woff2") format("woff2"),
    url("/fileadmin/templatefiles/fonts/maven-pro-v40-latin-700.woff") format("woff");
}

@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url("/fileadmin/templatefiles/fonts/maven-pro-v40-latin-900.woff2") format("woff2"),
    url("/fileadmin/templatefiles/fonts/maven-pro-v40-latin-900.woff") format("woff");
}

:root {
  --gc-green: #244d00;
  --gc-green-dark: #183300;
  --gc-black: #262626;
  --gc-white: #ffffff;
  --gc-gray: #f1f1f1;
  --gc-width: 90rem;
  --gc-gutter: clamp(1rem, 2vw, 2rem);
  --gc-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gc-black);
  background: var(--gc-white);
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0;
}

#oben,
#header,
#inhaltsbereich,
#footer {
  float: left;
  clear: both;
  width: 100%;
}

.rahmen {
  width: 70%;
  margin: 0 auto;
}

.rahmen .rahmen {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

.skip-link {
  position: absolute;
  top: 1rem;
  left: -9999px;
  z-index: 200;
  padding: 0.75rem 1rem;
  background: var(--gc-green-dark);
  color: var(--gc-white);
  text-decoration: none;
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.site-header__utility {
  background: var(--gc-black);
}

.site-header__utility-wrap,
.site-header__main-wrap {
  width: min(calc(100% - 2 * var(--gc-gutter)), var(--gc-width));
  margin: 0 auto;
}

.utility-nav,
.site-navigation__list,
.site-navigation__sublist,
.breadcrumb__list,
.site-footer__list,
.site-footer__legal-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.utility-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.utility-nav__link {
  position: relative;
  display: block;
  padding: 0.9rem 1.25rem 0.9rem 2rem;
  color: var(--gc-white);
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
}

.utility-nav__link::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 0.5rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.utility-nav__link[title="Fitting Center"]::before {
  background-image: url("/fileadmin/templatefiles/images/top-navi-fitting-center.png");
}

.utility-nav__link[title="Golf Akademie"]::before {
  background-image: url("/fileadmin/templatefiles/images/top-navi-golfakademie.png");
}

.utility-nav__link[title="Webcam"]::before {
  background-image: url("/fileadmin/templatefiles/images/top-navi-webcam.png");
}

.utility-nav__link[title="Startzeiten buchen"]::before {
  background-image: url("/fileadmin/templatefiles/images/top-navi-startzeiten.png");
}

.utility-nav__link[title="Aktuelles"]::before {
  background-image: url("/fileadmin/templatefiles/images/top-navi-aktuelles.png");
}

.utility-nav__item.is-current .utility-nav__link::after,
.utility-nav__item.is-active .utility-nav__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  border-top: 5px solid var(--gc-white);
  border-bottom: 5px solid var(--gc-white);
}

.site-header__main {
  background: var(--gc-white);
}

.site-header__main-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
}

.site-navigation {
  position: relative;
  align-items: flex-end;
}

.site-brand {
  flex: 0 0 auto;
  width: clamp(8.125rem, 12vw, 11.25rem);
  margin-left: auto;
  padding: 1.25rem 0;
  text-align: right;
}

.site-brand__link {
  display: inline-block;
}

.site-brand__logo {
  width: 100%;
  height: auto;
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 30;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gc-black);
  cursor: pointer;
}

.nav-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle__icon,
.nav-toggle__icon::before,
.nav-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  width: 2.8rem;
  height: 3px;
  background: currentColor;
  transition: 0.3s ease;
}

.nav-toggle__icon {
  top: 1.85rem;
}

.nav-toggle__icon::before {
  top: -0.7rem;
}

.nav-toggle__icon::after {
  top: 0.7rem;
}

.nav-is-open .nav-toggle__icon {
  background: transparent;
}

.nav-is-open .nav-toggle__icon::before {
  top: 0;
  transform: rotate(-45deg);
}

.nav-is-open .nav-toggle__icon::after {
  top: 0;
  transform: rotate(45deg);
}

.site-navigation {
  flex: 1 1 auto;
}

.site-navigation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  flex: 1 1 auto;
}

.site-navigation__item {
  position: static;
}

.site-navigation__link,
.site-navigation__trigger {
  position: relative;
  display: block;
  padding: 1.25rem;
  margin-left: 1.25rem;
  color: var(--gc-black);
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.site-navigation__item:first-child .site-navigation__link,
.site-navigation__item:first-child .site-navigation__trigger {
  margin-left: 0;
}

.site-navigation__item.is-active > .site-navigation__link,
.site-navigation__item.is-current > .site-navigation__link,
.site-navigation__item.is-active > .site-navigation__trigger,
.site-navigation__item.is-current > .site-navigation__trigger {
  color: var(--gc-green);
}

.site-navigation__item.is-active > .site-navigation__link::before,
.site-navigation__item.is-current > .site-navigation__link::before,
.site-navigation__item.is-active > .site-navigation__trigger::before,
.site-navigation__item.is-current > .site-navigation__trigger::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 0.625rem);
  width: 1.125rem;
  height: 1.5rem;
  margin-left: -0.5625rem;
  background: url("/fileadmin/templatefiles/images/navi-act.png") center / contain no-repeat;
}

.site-navigation__item:not(.is-active):not(.is-current):hover > .site-navigation__link::before,
.site-navigation__item:not(.is-active):not(.is-current):focus-within > .site-navigation__link::before,
.site-navigation__item:not(.is-active):not(.is-current):hover > .site-navigation__trigger::before,
.site-navigation__item:not(.is-active):not(.is-current):focus-within > .site-navigation__trigger::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 0.625rem);
  width: 2px;
  height: 0.625rem;
  margin-left: -1px;
  background: var(--gc-black);
}

.site-navigation__sublist {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  padding: 0 5%;
  list-style: none;
  background: linear-gradient(90deg, rgba(36, 77, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
  display: flex;
  align-items: stretch;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.site-navigation__item:hover > .site-navigation__sublist,
.site-navigation__item:focus-within > .site-navigation__sublist,
.site-navigation__item.is-subnav-open > .site-navigation__sublist {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-navigation__subitem {
  display: block;
  flex: 0 0 auto;
}

.site-navigation__sublink {
  display: block;
  position: relative;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.site-navigation__subitem:last-child .site-navigation__sublink {
  margin-bottom: 0;
}

.site-navigation__sublink::before,
.site-navigation__sublink::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 10px;
  margin-left: -1px;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}

.site-navigation__sublink::before {
  top: -10px;
}

.site-navigation__sublink::after {
  bottom: -10px;
}

.site-navigation__subitem.is-active .site-navigation__sublink::before,
.site-navigation__subitem.is-current .site-navigation__sublink::before,
.site-navigation__subitem:hover .site-navigation__sublink::before,
.site-navigation__subitem.is-active .site-navigation__sublink::after {
  opacity: 1;
}

.site-navigation__subitem.is-active .site-navigation__sublink::before,
.site-navigation__subitem:hover .site-navigation__sublink::before {
  top: 0;
}

.site-navigation__subitem.is-active .site-navigation__sublink::after {
  bottom: 0;
}

.site-main {
  padding-top: 0;
}

.unavi-toggle {
  display: none;
}

#header {
  margin: 180px 0 100px 0;
}

#header > .frame {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

#header .rahmen {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

#header .ce-gallery {
  margin: 0;
  max-height: calc(100vh - 280px);
  width: 100%;
  float: left;
  clear: both;
}

#header .ce-gallery .ce-column,
#header .ce-gallery .ce-column .image {
  width: 100%;
  float: left;
  clear: both;
}

#header .ce-gallery img {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
}

#header .frame-bildslider {
  overflow: hidden;
  overflow-y: visible;
  height: calc(100vh - 186px);
}

#header .frame-bildslider > .rahmen {
  width: 100%;
  margin: 0;
}

#header .frame-bildslider .ce-gallery {
  opacity: 0;
  margin: 0;
  max-height: calc(100vh - 280px);
  height: 100%;
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
}

#header .frame-bildslider .ce-gallery .owl-stage-outer,
#header .frame-bildslider .ce-gallery .owl-stage,
#header .frame-bildslider .ce-gallery .owl-item {
  height: 100%;
  transition: 0.5s;
}

#header .frame-bildslider .ce-gallery .owl-item.active {
  opacity: 1 !important;
}

#header .frame-bildslider .ce-row,
#header .frame-bildslider .ce-column,
#header .frame-bildslider .image {
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#header .frame-bildslider img {
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#header .ce-textpic {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  overflow: visible;
}

#header .ce-textpic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 3px;
  bottom: -10px;
  background: #262626;
  z-index: 5;
}

#header .ce-textpic::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  right: 0;
  margin: 10px 0 0;
  height: 3px;
  background: #262626;
  z-index: 5;
}

#header .ce-bodytext {
  position: absolute;
  top: 93%;
  left: 30px;
  z-index: 50;
}

#header .ce-bodytext h2 {
  font-weight: 900;
  font-size: 70px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  text-shadow: 0 0 30px #fff;
}

#header .ce-bodytext h3 {
  font-weight: 900;
  font-size: 50px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  color: #244d00;
}

#header .frame-bildslider a {
  position: relative;
  z-index: 10;
}

.frame-bildslider {
  overflow: hidden;
}

.frame-bildslider > .rahmen {
  width: 120%;
  margin: 0 0 0 -10%;
}

.frame-bildslider .owl-item {
  transition: 0.5s;
}

.frame-bildslider .owl-item.active,
.frame-bildslider .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
  opacity: 0.2;
}

.frame-bildslider .owl-item.active ~ .owl-item.active {
  opacity: 1;
}

.frame-bildslider a {
  position: relative;
  z-index: 10;
}

.frame-type-html.frame-layout-3 iframe {
  height: 450px;
}

#inhaltsbereich > div {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 100px;
}

#inhaltsbereich > div:last-of-type {
  margin-bottom: 0;
  padding-bottom: 100px;
}

#inhaltsbereich > .frame-type-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#inhaltsbereich > .frame-type-header + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#inhaltsbereich .frame-layout-1 {
  position: relative;
  margin: 0 !important;
  padding: 0 0 100px;
}

#inhaltsbereich .frame-layout-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #e1e1e1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
}

#inhaltsbereich .frame-layout-2 {
  position: relative;
  padding: 100px 0 0;
}

#inhaltsbereich .frame-kontakt + .frame-layout-2,
#inhaltsbereich .frame-layout-1 + .frame-layout-2,
#inhaltsbereich .tx_cn-multicontent.frame-layout-1 + script + .frame-layout-2,
#inhaltsbereich .tx_cn-multicontent.frame-layout-1 + script + .frame-bg-grau {
  padding-top: 0;
  margin-top: 0 !important;
}

#inhaltsbereich .frame-layout-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #e1e1e1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 170px;
}

:where(#inhaltsbereich) header {
  margin: 0 0 20px;
  float: left;
  clear: both;
  width: 100%;
}

#inhaltsbereich .frame-style-accordion > .rahmen > header {
  margin: 0 0 20px;
}

.frame-bg-golf,
.frame-sponsoren.frame-layout-3 + .frame-sponsoren.frame-layout-3 {
  position: relative;
  left: auto;
  width: 100%;
  max-width: none;
  padding: 100px 0;
  background: url("/fileadmin/templatefiles/images/bg-golfplatz.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 0 !important;
}

#inhaltsbereich .frame-sponsoren.frame-layout-3 + .frame-sponsoren.frame-layout-3 {
  margin-bottom: 100px !important;
}

#inhaltsbereich .frame-bg-golf + .frame-default,
#inhaltsbereich .frame-bg-grau + .frame-default {
  margin-top: 100px !important;
}

#inhaltsbereich .frame-bg-golf + .frame-default.frame-layout-2 {
  margin-top: 0 !important;
}

.frame-bg-golf h1,
.frame-bg-golf h2,
.frame-bg-golf h3,
.frame-bg-golf h4,
.frame-bg-golf a,
.frame-sponsoren.frame-layout-3 + .frame-sponsoren.frame-layout-3 a,
.frame-sponsoren.frame-layout-3 + .frame-sponsoren.frame-layout-3 h2,
.frame-sponsoren.frame-layout-3 + .frame-sponsoren.frame-layout-3 h3 {
  color: #fff !important;
}

.frame-bg-golf a,
.frame-sponsoren.frame-layout-3 + .frame-sponsoren.frame-layout-3 a {
  font-weight: 700;
}

.frame-bg-grau,
.frame-sponsoren.frame-layout-3 {
  position: relative;
  left: auto;
  width: 100%;
  max-width: none;
  background: #e1e1e1;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 100px 20px;
}

.frame-bg-golf > .rahmen,
.frame-bg-grau > .rahmen {
  width: 70%;
  max-width: 90rem;
  margin: 0 auto;
}

#inhaltsbereich .frame-sponsoren.frame-layout-3 {
  margin-top: 0 !important;
}

.frame-bg-grau.frame-type-header {
  padding-top: 0;
  padding-bottom: 0;
}

#inhaltsbereich .frame-bg-grau.frame-type-header h2 {
  line-height: normal;
}

#inhaltsbereich .frame-bg-grau + .frame-bg-golf,
#inhaltsbereich .frame-bg-golf + .frame-bg-grau,
#inhaltsbereich .frame-bg-grau + .frame-layout-2,
#inhaltsbereich .frame-bg-grau + .frame-bg-grau,
#inhaltsbereich .frame-layout-1 + .frame-bg-grau {
  margin-top: 0 !important;
}

#inhaltsbereich .frame-bg-grau + .frame-layout-2,
#inhaltsbereich .frame-bg-grau + .frame-bg-grau,
#inhaltsbereich .frame-layout-1 + .frame-bg-grau {
  padding-top: 0 !important;
}

#inhaltsbereich .frame-bg-grau .tx_cn-columns[data-cols="2"] .row > div > div {
  width: 96%;
  margin-left: 1%;
  margin-right: 1%;
}

#inhaltsbereich .frame-bg-grau .tx_cn-columns[data-cols="2"] .row > div:nth-child(odd) > div {
  margin-right: 4%;
  margin-left: 0;
}

#inhaltsbereich .frame-bg-grau .tx_cn-columns[data-cols="2"] .row > div:nth-child(even) > div {
  margin-left: 4%;
  margin-right: 0;
}

#inhaltsbereich h2,
#inhaltsbereich h3,
#inhaltsbereich h4 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

#inhaltsbereich h1 {
  font-size: 40px;
  font-weight: 900;
  color: #262626;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
  float: left;
  clear: both;
  width: 100%;
}

#inhaltsbereich h2 {
  font-size: 40px;
  font-weight: 900;
  color: #262626;
  line-height: 1em;
  float: left;
  clear: both;
  width: 100%;
}

#inhaltsbereich h3 {
  font-size: 20px;
  font-weight: 700;
  color: #262626;
  float: left;
  clear: both;
  width: 100%;
}

#inhaltsbereich h1 + h2,
#inhaltsbereich h2 + h3 {
  font-size: 20px;
  color: var(--gc-green);
}

#inhaltsbereich h2 + h3 {
  font-weight: 900;
  margin-top: 0 !important;
}

#inhaltsbereich p,
#inhaltsbereich li,
#inhaltsbereich td,
#inhaltsbereich th {
  font-size: 1rem;
}

#inhaltsbereich p {
  margin: 0 0 10px;
}

#inhaltsbereich .ce-bodytext h3 {
  margin-top: 30px;
}

#inhaltsbereich .ce-textpic,
#inhaltsbereich p {
  float: left;
  clear: both;
  width: 100%;
}

#inhaltsbereich .ce-bodytext a {
  color: var(--gc-green);
}

.ce-textpic.ce-left.ce-intext .ce-gallery {
  margin: 0 50px 10px 0;
}

.ce-textpic.ce-right.ce-intext .ce-gallery {
  margin: 0 0 10px 50px;
}

#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext {
  /*display: flow-root;
  overflow: visible;*/
  display: flex;
  align-items: center;
}

#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-gallery {
  width: 350px;
  clear: none;
}

#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery {
  float: left;
}

#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-gallery {
  float: right;
}

#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery .ce-outer,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery .ce-inner,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery .ce-row,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery .ce-column,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery .image,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-gallery .ce-outer,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-gallery .ce-inner,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-gallery .ce-row,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-gallery .ce-column,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-gallery .image {
  width: 100%;
}

#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-bodytext,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-bodytext {
  float: left;
  clear: none;
  width: calc(100% - 400px);
}

#inhaltsbereich .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery .image::after,
#inhaltsbereich .ce-textpic.ce-nowrap.ce-right.ce-intext .ce-gallery .image::after {
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
}

#inhaltsbereich .frame-bg-grau .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery {
  width: 250px;
}

#inhaltsbereich .frame-bg-grau .ce-textpic.ce-nowrap.ce-left.ce-intext .ce-gallery + .ce-bodytext {
  width: calc(100% - 300px);
}

#inhaltsbereich > .frame-default.frame-type-textmedia.frame-layout-0:first-child .ce-textpic.ce-nowrap.ce-right.ce-intext,
#inhaltsbereich > .frame-default.frame-type-textmedia.frame-layout-0:first-child + .frame-bg-grau.frame-type-textmedia.frame-layout-0 .ce-textpic.ce-nowrap.ce-left.ce-intext {
  display: block;
}

#inhaltsbereich > .frame-default.frame-type-textmedia.frame-layout-0:first-child .ce-bodytext > header,
#inhaltsbereich > .frame-default.frame-type-textmedia.frame-layout-0:first-child + .frame-bg-grau.frame-type-textmedia.frame-layout-0 .ce-bodytext > header {
  margin: 0 0 20px;
}

#inhaltsbereich .ce-gallery .image {
  position: relative;
  margin: 0 10px 10px 0;
}

#inhaltsbereich .ce-gallery .image a {
  position: relative;
  z-index: 10;
}

#inhaltsbereich .ce-gallery .image img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

#inhaltsbereich .ce-gallery,
#inhaltsbereich .ce-gallery .ce-row {
  overflow: visible;
}

#inhaltsbereich .ce-gallery .image::after {
  content: "";
  position: absolute;
  background: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  border: 3px solid #262626;
}

#inhaltsbereich .tx_cn-multicontent .ce-textpic.ce-left.ce-above .ce-gallery[data-ce-images="1"] figure.image {
  display: table;
  width: auto;
}

#inhaltsbereich .frame-bg-golf .ce-gallery .image::after {
  border-color: #fff;
}

#inhaltsbereich .frame-layout-3 .ce-gallery .image {
  position: static;
  margin: 0;
}

#inhaltsbereich .frame-layout-3 .ce-gallery,
#inhaltsbereich .frame-layout-3 .ce-gallery .ce-row {
  overflow: hidden;
}

#inhaltsbereich .frame-layout-3 .ce-gallery .image::after {
  display: none;
}

#inhaltsbereich a[title="button"] {
  background: none;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  margin-top: 40px;
  float: left;
  clear: both;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

#inhaltsbereich .text-center a[title="button"] {
  display: inline-block;
  float: none;
}

#inhaltsbereich a[title="button"]::before,
#inhaltsbereich a[title="button"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #244d00 0%, #000 100%);
  z-index: -1;
}

#inhaltsbereich a[title="button"]::after {
  right: 100%;
  background: #244d00;
  transition: 0.5s;
  opacity: 0;
}

#inhaltsbereich a[title="button"]:hover::after {
  right: 0;
  opacity: 1;
}

.frame-ampel {
  position: relative;
  z-index: 1;
}

.frame-ampel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 50px;
  margin: -25px 0 0;
  background: #e1e1e1;
  z-index: -1;
}

.frame-ampel header {
  margin: 0;
}

#inhaltsbereich .frame-ampel h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  float: none;
  clear: none;
  width: auto;
  line-height: 1.1;
}

#inhaltsbereich .frame-ampel p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  float: none;
  clear: none;
  width: auto;
  line-height: 1.1;
}

.frame-ampel > .rahmen {
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.frame-ampel > .rahmen > .frame {
  float: none;
  clear: none;
  flex: 1 1 25%;
  width: auto;
  min-width: 0;
  padding: 0 15px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}

.frame-ampel > .rahmen > .frame:first-of-type {
  flex-basis: 25%;
  border-left: 0;
}

.frame-ampel > .rahmen > .frame:last-of-type {
  flex-basis: 25%;
  border-right: 0;
}

.frame-ampel .ce-textpic {
  display: flex;
  align-items: center;
  overflow: visible;
}

#inhaltsbereich .frame-ampel .ce-gallery {
  flex: 0 0 65px;
  width: 65px !important;
  margin: 0 10px 0 0 !important;
  clear: none;
}

#inhaltsbereich .frame-ampel .ce-gallery .ce-outer,
#inhaltsbereich .frame-ampel .ce-gallery .ce-inner,
#inhaltsbereich .frame-ampel .ce-gallery .ce-row,
#inhaltsbereich .frame-ampel .ce-gallery .ce-column,
#inhaltsbereich .frame-ampel .ce-gallery .image {
  width: 100%;
  margin: 0;
}

#inhaltsbereich .frame-ampel .ce-gallery .image::after {
  display: none;
}

.frame-ampel .ce-bodytext {
  display: block;
  float: none;
  clear: none;
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}

.frame-ampel .ce-bodytext header {
  display: block;
  margin: 0;
  float: left;
  clear: both;
  width: 100%;
}

#inhaltsbereich .frame-ampel .ce-bodytext h3 {
  margin: 0;
  display: block;
  float: none;
  clear: none;
  width: auto;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  line-height: 1;
}

#inhaltsbereich .frame-ampel .ce-bodytext > p {
  margin: 2px 0 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  white-space: nowrap;
  line-height: 1;
}

.frame-ampel img {
  border-radius: 0 !important;
}

#inhaltsbereich .frame-news,
#inhaltsbereich .frame-yt-grau {
  padding: 50px 30px 60px;
  width: calc(90% - 60px) !important;
  background: linear-gradient(45deg, #244d00 40%, #3c8000 100%);
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: 5%;
  margin-right: 5%;
}

#inhaltsbereich .frame-yt-grau {
  padding: 50px 30px 90px;
  background: #e1e1e1;
}

.frame-news {
  min-height: 300px;
}

.frame-news > .rahmen {
  width: 100%;
  margin: 0;
}

.frame-news .ce-bodytext {
  float: left;
  clear: both;
  width: 100%;
}

#inhaltsbereich .tx_cn-multicontent .tx_cn-columns .row > div > div.frame-news {
  width: calc(96% - 60px) !important;
  margin: 0;
}

#inhaltsbereich .frame-news a {
  color: #fff;
  font-weight: 700;
}

.frame-news::after,
.frame-yt-grau::after {
  content: "";
  position: absolute;
  background: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
  border: 3px solid #262626;
  pointer-events: none;
}

#inhaltsbereich .frame-news,
#inhaltsbereich .frame-news a,
#inhaltsbereich .frame-news h1,
#inhaltsbereich .frame-news h2,
#inhaltsbereich .frame-news h3 {
  color: #fff;
}

#inhaltsbereich .frame-news h1,
#inhaltsbereich .frame-news h2,
#inhaltsbereich .frame-yt-grau h1,
#inhaltsbereich .frame-yt-grau h2 {
  font-size: 20px;
  line-height: 1;
}

#inhaltsbereich .frame-news h2,
#inhaltsbereich .frame-yt-grau h2 {
  margin-bottom: 12px;
}

#inhaltsbereich .frame-news h2 + p,
#inhaltsbereich .frame-yt-grau h2 + p {
  margin-top: 0;
}

.frame-yt.frame-layout-1 .yt-max-width,
.frame-yt-grau.frame-layout-1 .yt-max-width {
  width: 100%;
}

.frame-yt.frame-layout-3 .yt-max-width,
.frame-yt-grau.frame-layout-3 .yt-max-width {
  width: 100%;
}

.frame-yt .yt-max-width,
.frame-yt-grau .yt-max-width {
  max-width: 100%;
  width: 750px;
  float: left;
  clear: both;
}

.frame-yt .yt-container,
.frame-yt-grau .yt-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.frame-yt iframe,
.frame-yt-grau iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frame-yt.frame-type-html.frame-layout-3 iframe,
.frame-yt-grau.frame-type-html.frame-layout-3 iframe {
  height: 100%;
}

.mediaconsent {
  margin: 10px 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

/*.frame-type-html > .rahmen > [data-type] {*/
/*  display: none;*/
/*}*/

.mapsoverlay > [data-type] {
  display: block;
}

.frame-yt .yt-container.mediaconsent .mapsoverlay,
.frame-yt-grau .yt-container.mediaconsent .mapsoverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(225, 225, 225, 0.96);
}

.mapsoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(245, 245, 245);
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  padding: 10px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  color: #262626;
}

.mapsoverlay p {
  float: none;
  clear: none;
  max-width: 100%;
  margin: 0 0 12px 0;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mapsoverlay a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.frame-yt .yt-container.mediaconsent .mapsoverlay p,
.frame-yt .yt-container.mediaconsent .mapsoverlay a,
.frame-yt .yt-container.mediaconsent .mapsoverlay button,
.frame-yt-grau .yt-container.mediaconsent .mapsoverlay p,
.frame-yt-grau .yt-container.mediaconsent .mapsoverlay a,
.frame-yt-grau .yt-container.mediaconsent .mapsoverlay button {
  pointer-events: auto;
}

.frame-yt .yt-container.mediaconsent .mapsoverlay a,
.frame-yt-grau .yt-container.mediaconsent .mapsoverlay a {
  color: #244d00;
  text-decoration: underline;
}

#inhaltsbereich .frame-news a[title="button"] {
  transition: 0.3s;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -92px;
}

#inhaltsbereich .frame-news a[title="button"]:hover {
  color: #262626;
}

#inhaltsbereich .frame-news a[title="button"]::before,
#inhaltsbereich .frame-news a[title="button"]::after {
  background: #262626;
}

#inhaltsbereich .frame-news a[title="button"]::after {
  background: #fff;
  box-shadow: inset 0 0 0 2px #262626;
}

.frame-willkommen {
  color: #fff;
  z-index: 1;
  position: relative;
  margin: 0 !important;
  padding: 50px 0;
}

.frame-willkommen > .rahmen {
  width: calc(90% - 200px) !important;
  padding: 100px;
  float: left;
  clear: both;
  position: relative;
  margin: 0 5%;
  background: url("/fileadmin/user_upload/Startseite/background-green-logo.jpg") center center no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.frame-willkommen > .rahmen::after {
  content: "";
  position: absolute;
  background: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
  border: 3px solid #262626;
  z-index: -1;
}

.frame-willkommen h1,
.frame-willkommen h2,
.frame-willkommen h3 {
  color: #fff !important;
}

.frame-willkommen .ce-bodytext {
  width: 50%;
}

.frame-text-down .ce-bodytext {
  float: left;
  clear: none;
  width: calc(100% - 400px);
  margin-top: 50px;
  background: transparent;
  padding: 0;
  box-sizing: content-box;
}

#inhaltsbereich .frame-text-down .ce-bodytext h2,
#inhaltsbereich .frame-text-down .ce-bodytext h3 {
  line-height: normal;
}

.frame-text-down .ce-gallery {
  float: left;
  clear: none;
  width: 350px;
  margin: 0 50px 0 0;
}

.frame-text-down .ce-gallery .image {
  margin: 0;
}

.frame-text-down .ce-gallery .image::after {
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
}

.frame-text-down .ce-textpic {
  display: block !important;
  overflow: visible;
}

.frame-grid-gallery > .rahmen {
  width: 90%;
}

.frame-grid-gallery .ce-textpic {
  overflow: visible;
  position: relative;
}

.frame-grid-gallery .ce-gallery {
  float: left;
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 17px;
  grid-template-areas:
    "grid-column-1 grid-column-1 grid-column-1 grid-column-2 grid-column-3 grid-column-3 grid-column-4"
    "grid-column-1 grid-column-1 grid-column-1 grid-column-2 grid-column-3 grid-column-3 grid-column-7"
    "grid-column-5 grid-column-5 grid-column-6 grid-column-6 grid-column-3 grid-column-3 grid-column-7"
    "grid-column-5 grid-column-5 grid-column-6 grid-column-6 grid-column-3 grid-column-3 grid-column-8";
  height: 800px;
}

.frame-grid-gallery .ce-gallery .ce-row:nth-child(1) {
  grid-area: grid-column-1;
}

.frame-grid-gallery .ce-gallery .ce-row:nth-child(2) {
  grid-area: grid-column-2;
}

.frame-grid-gallery .ce-gallery .ce-row:nth-child(3) {
  grid-area: grid-column-3;
}

.frame-grid-gallery .ce-gallery .ce-row:nth-child(4) {
  grid-area: grid-column-4;
}

.frame-grid-gallery .ce-gallery .ce-row:nth-child(5) {
  grid-area: grid-column-5;
}

.frame-grid-gallery .ce-gallery .ce-row:nth-child(6) {
  grid-area: grid-column-6;
}

.frame-grid-gallery .ce-gallery .ce-row:nth-child(7) {
  grid-area: grid-column-7;
}

.frame-grid-gallery .ce-gallery .ce-row:nth-child(8) {
  grid-area: grid-column-8;
}

.frame-grid-gallery .ce-gallery > * {
  position: relative;
  margin: 0;
}

#inhaltsbereich .frame-grid-gallery .ce-gallery .image {
  position: static;
  margin: 0;
}

#inhaltsbereich .frame-grid-gallery .ce-gallery .image::after {
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
}

.frame-grid-gallery .ce-gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left top;
}

.frame-grid-gallery a[title="button"] {
  position: absolute !important;
  bottom: -30px;
  right: 40px;
}

.frame-bodytext-black {
  margin: 50px 0;
}

.frame-bodytext-black .ce-textpic {
  overflow: visible;
  position: relative;
}

#inhaltsbereich .frame-bodytext-black .ce-textpic.ce-nowrap.ce-left.ce-intext,
#inhaltsbereich .frame-bodytext-black .ce-textpic.ce-nowrap.ce-right.ce-intext {
  display: block;
}

#inhaltsbereich .frame-bodytext-black .ce-gallery {
  float: left;
  clear: both;
  width: 27%;
  margin: 0;
}

#inhaltsbereich .frame-bodytext-black + .frame-bodytext-black .ce-gallery {
  float: right;
}

.frame-bodytext-black .ce-gallery .ce-row,
.frame-bodytext-black .ce-gallery .ce-column,
.frame-bodytext-black .ce-gallery .ce-row .image {
  float: left;
  clear: both;
  width: 100%;
}

.frame-bodytext-black .ce-gallery img {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
}

.frame-bodytext-black .ce-bodytext {
  background: #262626;
  color: #fff;
  padding: 30px;
  position: absolute;
  left: 25%;
  top: 70px;
  right: 10%;
  overflow: visible;
}

#inhaltsbereich .frame-bodytext-black + .frame-bodytext-black .ce-bodytext {
  right: 25%;
  left: 10%;
  text-align: right;
}

#inhaltsbereich .frame-bodytext-black + .frame-bodytext-black .ce-bodytext h2,
#inhaltsbereich .frame-bodytext-black + .frame-bodytext-black .ce-bodytext h3 {
  text-align: right;
}

#inhaltsbereich .frame-bodytext-black .ce-bodytext a[title="button"] {
  position: absolute;
  top: 100%;
  margin: 10px 0 0;
  left: 0;
}

#inhaltsbereich .frame-bodytext-black + .frame-bodytext-black .ce-bodytext a[title="button"] {
  left: auto;
  right: 0;
}

.frame-bodytext-black .ce-bodytext h2,
.frame-bodytext-black .ce-bodytext h3 {
  color: #fff !important;
}

#inhaltsbereich > div.frame-bg-hotel {
  background: url("/fileadmin/templatefiles/images/bg-bachhof-resort.png") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  position: relative;
}

#inhaltsbereich > div:last-of-type.frame-bg-hotel {
  margin-bottom: 100px;
}

.frame-bg-hotel .ce-textpic {
  position: relative;
  z-index: 10;
}

.frame-bg-hotel h2,
.frame-bg-hotel h3,
.frame-bg-hotel .ce-bodytext {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5);
}

.frame-bg-hotel .ce-bodytext {
  margin-top: 150px;
}

#inhaltsbereich .frame-bg-hotel .ce-textpic.ce-right.ce-intext.ce-nowrap {
  display: block;
}

#inhaltsbereich .frame-bg-hotel .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
  float: right;
  width: 300px;
}

#inhaltsbereich .frame-bg-hotel .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
  float: left;
  width: calc(100% - 350px);
}

.frame-bg-hotel a[title="button"] {
  text-shadow: none;
}

.frame-bg-hotel::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: -10px;
  right: 0;
  border-top: 3px solid #262626;
  border-left: 3px solid #262626;
  border-bottom: 3px solid #262626;
}

.frame-bg-hotel h2,
.frame-bg-hotel h3 {
  color: #fff !important;
}

#inhaltsbereich .frame-bg-hotel a[title="button"] {
  color: #fff;
  transition: 0.3s;
}

#inhaltsbereich .frame-bg-hotel a[title="button"]:hover {
  color: #262626;
}

#inhaltsbereich .frame-bg-hotel a[title="button"]::after {
  background: #fff;
  opacity: 1;
}

#inhaltsbereich .frame-bg-hotel a[title="button"]::before {
  background: #262626;
}

.frame-tigers .ce-textpic {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #00004c 0%, #6b88d3 100%);
  padding: 30px;
  width: calc(100% - 60px);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}

.frame-tigers .ce-textpic > div:first-child {
  margin-right: 40px;
}

.frame-tigers .ce-bodytext strong {
  font-size: 30px;
}

.frame-tigers .ce-bodytext,
.frame-tigers .ce-bodytext a {
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
}

.frame-tigers .ce-bodytext a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#inhaltsbereich .frame-top-info + .frame-tigers {
  margin-top: -50px !important;
}

.frame-top-info .ce-textpic {
  background: linear-gradient(45deg, #244d00 40%, #3c8000 100%);
  padding: 30px;
  width: calc(100% - 60px);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.frame-top-info.frame-layout-1 .ce-textpic {
  background: linear-gradient(45deg, #900 40%, #c00 100%);
}

.frame-top-info.frame-layout-1::before {
  display: none;
}

#inhaltsbereich .frame-top-info .ce-gallery {
  width: 200px;
  margin-right: 30px;
}

#inhaltsbereich .frame-top-info .ce-gallery .image::after {
  display: none;
}

.frame-top-info .ce-bodytext {
  float: left;
  clear: none;
  width: calc(100% - 230px);
}

.frame-top-info .ce-bodytext,
.frame-top-info .ce-bodytext h1,
.frame-top-info .ce-bodytext h2,
.frame-top-info .ce-bodytext h3,
.frame-top-info .ce-bodytext a {
  color: #fff !important;
}

.frame-top-info .ce-bodytext a {
  font-weight: 700;
}

.frame-top-info .ce-bodytext h1,
.frame-top-info .ce-bodytext h2 {
  margin-bottom: 30px;
}

#inhaltsbereich .frame-kontakt {
  position: relative;
  background: none !important;
  padding: 0 0 100px 0 !important;
  margin: 0 !important;
}

#inhaltsbereich .frame-kontakt .ce-bodytext h3 {
  margin: 0;
}

#inhaltsbereich .frame-kontakt::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #e1e1e1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100px;
}

#inhaltsbereich .frame-kontakt > .rahmen {
  box-sizing: content-box;
  float: left;
  clear: both;
  width: calc(70% - 80px);
  margin: 0 15%;
  padding: 40px;
  position: relative;
  z-index: 1;
}

#inhaltsbereich .frame-kontakt > .rahmen::after,
#inhaltsbereich .frame-kontakt > .rahmen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -1;
}

#inhaltsbereich .frame-kontakt > .rahmen::after {
  top: 10px;
  left: 10px;
  bottom: -10px;
  right: -10px;
  box-shadow: inset 0 0 0 3px #262626;
}

#inhaltsbereich .frame-kontakt > .rahmen::before {
  background: #f2f2f2;
}

#inhaltsbereich .frame-kontakt .ce-bodytext h2 {
  margin-bottom: 20px;
}

#inhaltsbereich .frame-kontakt .ce-gallery {
  margin-bottom: 70px;
  overflow: hidden;
}

#inhaltsbereich .frame-kontakt .col-40 .ce-textpic.ce-left.ce-above .ce-gallery {
  width: auto !important;
  float: left !important;
  clear: both;
}

#inhaltsbereich .frame-kontakt a {
  background: none;
  padding: 0;
  color: #262626;
}

#inhaltsbereich .frame-kontakt h3 {
  font-size: 16px;
}

#inhaltsbereich .frame-kontakt .row > div > div {
  margin: 0 !important;
  width: 100% !important;
}

#inhaltsbereich .frame-kontakt .col-60 {
  width: 55% !important;
  margin-left: 5%;
}

#inhaltsbereich .frame-kontakt .col-40 figure.image,
#inhaltsbereich .frame-grau-col-50 .col-50 figure.image {
  display: table !important;
  overflow: visible;
}

#inhaltsbereich .frame-kontakt .ce-gallery .image::after,
#inhaltsbereich .frame-grau-col-50 .ce-gallery .image::after {
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
}

#inhaltsbereich a[title="pdf"] {
  padding: 5px 10px 5px 40px;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
  color: #262626;
  z-index: 1;
  float: left;
  clear: both;
}

#inhaltsbereich a[title="pdf"]:hover {
  color: #fff;
}

#inhaltsbereich a[title="pdf"]::before {
  content: "";
  height: 20px;
  width: 20px;
  background: url("/fileadmin/templatefiles/images/pdf-before.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -10px 0 0;
}

#inhaltsbereich a[title="pdf"]:hover::before {
  background: url("/fileadmin/templatefiles/images/pdf-before-w.png") center center no-repeat;
  background-size: cover;
}

#inhaltsbereich a[title="pdf"]::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  background: #262626;
  transition: 0.5s;
  z-index: -1;
}

#inhaltsbereich a[title="pdf"]:hover::after {
  right: 0;
}

#inhaltsbereich .frame-bg-golf a[title="pdf"]::before {
  background: url("/fileadmin/templatefiles/images/pdf-before-w.png") center center no-repeat;
  background-size: cover;
}

#inhaltsbereich .frame-bg-golf a[title="pdf"]:hover::before {
  background: url("/fileadmin/templatefiles/images/pdf-before.png") center center no-repeat;
  background-size: cover;
}

#inhaltsbereich .frame-bg-golf a[title="pdf"]::after {
  background: #fff;
}

#inhaltsbereich .frame-bg-golf a[title="pdf"]:hover {
  color: #262626 !important;
}

#inhaltsbereich table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

#inhaltsbereich th,
#inhaltsbereich td {
  padding: 0.8rem 0.9rem;
  border: 1px solid #d7d7d7;
  text-align: left;
}

#inhaltsbereich .contenttable {
  margin-top: 0;
}

#inhaltsbereich .contenttable th,
#inhaltsbereich .contenttable td {
  padding: 0 18px 8px 0;
  border: 0;
}

#inhaltsbereich .contenttable .text-right {
  text-align: right;
}

#inhaltsbereich .tx_cn-multicontent .row {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}

#inhaltsbereich .tx_cn-multicontent .row > div {
  display: block;
  float: left;
  flex: none;
}

#inhaltsbereich .frame-grau-col-50 .image {
  margin-bottom: 20px;
}

#inhaltsbereich .frame-grau-col-50 .ce-gallery {
  overflow: hidden;
}

#inhaltsbereich .frame-grau-col-50 .ce-textpic.ce-left.ce-above .ce-gallery {
  width: auto;
  float: left;
  clear: both;
}

.frame-grau-col-50 .col-50 {
  width: calc(48% - 40px) !important;
  padding: 20px;
  margin: 0 2% 0 0;
  background: #f2f2f2;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}

.frame-grau-col-50 > .rahmen > header {
  margin: 0;
}

.frame-grau-col-50 .col-50::after {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: -10px;
  right: -10px;
  border: 3px solid #262626;
  pointer-events: none;
}

.frame-grau-col-50 .col-50 .rahmen {
  position: relative;
  z-index: 20;
}

.frame-grau-col-50 .col-50:nth-child(2) {
  margin: 0 0 0 2%;
}

.frame-grau-col-50 .col-50 > * {
  width: calc(100% - 20px) !important;
  float: left;
  clear: both;
  margin: 0 10px !important;
  padding: 10px 0;
}

#inhaltsbereich .frame-grau-col-50 .col-50 .ce-textpic.ce-left.ce-below .ce-gallery {
  width: 230px !important;
  float: left;
  clear: both;
  margin-top: 10px !important;
}

#inhaltsbereich .frame-grau-col-50 .col-50 .ce-textpic.ce-left.ce-below .ce-gallery .ce-row {
  width: 230px !important;
  float: left;
  clear: both;
}

#inhaltsbereich .frame-grau-col-50 .col-50 .ce-textpic.ce-left.ce-below .ce-gallery .ce-column {
  width: 110px !important;
  float: left;
  clear: none;
  margin-right: 10px !important;
}

#inhaltsbereich .frame-grau-col-50 .col-50 .ce-textpic.ce-left.ce-below .ce-gallery .ce-column + .ce-column {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#inhaltsbereich .frame-grau-col-50 .col-50 .ce-textpic.ce-left.ce-below .ce-gallery figure.image,
#inhaltsbereich .frame-grau-col-50 .col-50 .ce-textpic.ce-left.ce-below .ce-gallery .image img {
  width: 100px !important;
  height: 100px !important;
}

.frame-bg-grau > .rahmen,
.frame-bahnen-gesamt > .rahmen,
.frame-bg-grau .frame-type-shortcut > .rahmen,
.frame-bahnen-gesamt .frame-type-shortcut > .rahmen {
  display: flow-root;
}

#inhaltsbereich .frame-type-shortcut > .rahmen > .frame {
  float: left;
  clear: both;
  width: 100%;
}

.frame-praesidium > .rahmen {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

#inhaltsbereich .frame-praesidium > .rahmen > .frame {
  width: 47%;
  float: left;
  clear: none;
  margin-right: 6%;
}

#inhaltsbereich .frame-praesidium > .rahmen > .frame:nth-child(2) {
  margin: 0;
}

.frame-praesidium .ce-gallery,
.frame-praesidium .ce-gallery *:not(.image),
.frame-vorstand .ce-gallery,
.frame-vorstand .ce-gallery *:not(.image) {
  width: 100%;
  margin: 0;
  float: left;
  clear: both;
}

.frame-praesidium .ce-gallery .image,
.frame-vorstand .ce-gallery .image {
  width: calc(100% - 10px);
  float: left;
  clear: both;
}

#inhaltsbereich .frame-vorstand > .rahmen > .frame {
  width: 23%;
  float: left;
  clear: none;
  margin-right: 2%;
}

#inhaltsbereich .frame-vorstand > .rahmen > .frame_last-child {
  margin: 0;
}

.frame-praes-historie .ce-bodytext {
  font-size: 24px;
  text-transform: uppercase;
}

#inhaltsbereich .frame-praes-historie ul {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

#inhaltsbereich .frame-praes-historie li {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  padding-top: 10px;
  display: inline-block;
  float: left;
  clear: none;
}

#inhaltsbereich .frame-praes-historie li:first-child strong {
  min-width: 150px;
}

.frame-praes-historie li:last-child {
  margin-right: 0;
}

.frame-praes-historie li::before {
  display: none;
}

.frame-praes-historie .ce-bodytext strong {
  color: #262626;
  background: #fff;
  font-weight: 800;
  padding: 10px 20px;
  float: left;
  margin-top: -10px;
}

#inhaltsbereich .frame-club-historie-resp {
  display: none;
}

#inhaltsbereich .frame-club-historie-resp > .rahmen > .frame {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 10px 0;
  background: #244d00;
  position: relative;
  padding: 20px 20px 10px 70px !important;
  color: #fff;
}

#inhaltsbereich .frame-club-historie-resp > .rahmen > .frame header > * {
  color: #fff;
  margin: 0;
  padding: 15px;
  background: #183300;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  display: inline-block;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  text-align: right;
}

#inhaltsbereich .frame-club-historie-resp > .rahmen > .frame header {
  margin: 0;
}

#inhaltsbereich .frame-club-historie > .rahmen > header,
#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-header {
  width: 100%;
  margin: 0;
  padding: 0;
}

#inhaltsbereich .frame-club-historie > .rahmen > header h2 {
  color: #262626;
}

#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut {
  float: left;
  clear: none;
  width: 33%;
}

#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame {
  box-sizing: content-box;
  width: calc(100% - 100px);
  margin: 5px;
  padding: 20px 20px 10px 70px;
  background: #244d00;
  color: #fff;
  position: relative;
}

#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame > .rahmen {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame > .rahmen header {
  margin: 0;
}

#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame > .rahmen header h3 {
  color: #fff;
  margin: 0;
  padding: 10px 15px;
  background: #183300;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  display: inline-block;
  line-height: normal;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  text-align: right;
}

#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame > .rahmen .ce-textpic {
  width: 100%;
  overflow: hidden;
}

#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame > .rahmen .ce-bodytext,
#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame > .rahmen p {
  width: 100%;
}

#inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame > .rahmen p {
  line-height: normal;
}

.frame-bahnen-gesamt,
.frame-bahnen-gesamt h2,
.frame-praes-historie,
.frame-praes-historie h2 {
  color: #fff;
}

#inhaltsbereich .frame-bahnen-gesamt h2 {
  color: #fff !important;
}

#inhaltsbereich > div:last-of-type.frame-bahnen-gesamt {
  margin-bottom: 0 !important;
}

.frame-bahnen-gesamt,
.frame-praes-historie {
  position: relative;
  left: auto;
  width: 100%;
  max-width: none;
  background: url("/fileadmin/templatefiles/images/bg-bahnen.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.frame-bahnen-gesamt a,
.frame-praes-historie a {
  background: none !important;
  color: #fff !important;
}

.frame-praes-historie .ce-bodytext,
.frame-praes-historie .ce-bodytext li,
.frame-praes-historie .ce-bodytext ul,
.frame-praes-historie .frame-type-header h2,
#inhaltsbereich .frame-praes-historie .frame-type-header h2 {
  color: #fff;
}

.frame-bahnen-gesamt > .rahmen {
  width: 70%;
  max-width: 90rem;
  margin: 0 auto;
}

.frame-bahnen-gesamt .ce-gallery {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.frame-bahnen-gesamt .ce-gallery .ce-row {
  width: 16%;
  position: relative;
  text-align: center;
  clear: none;
  margin: 0 0 2rem;
}

.frame-bahnen-gesamt .ce-gallery .ce-row .ce-column {
  display: inline-block;
  float: none;
}

.frame-bahnen-gesamt .ce-gallery figure.image {
  position: relative;
}

.frame-bahnen-gesamt .ce-gallery figure.image > a {
  position: relative;
  display: inline-block;
}

.frame-bahnen-gesamt .ce-gallery figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  font-size: 40px;
  position: absolute;
  top: 33%;
  left: 50%;
  padding: 20px;
  text-align: center;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  margin: 0 0 0 -40px;
  border-radius: 100%;
  line-height: 1;
  font-weight: 900;
  text-shadow: 3px 3px #ccc;
  transition: 0.3s;
  z-index: 1;
}

.frame-bahnen-gesamt > .rahmen > .frame:first-child .ce-bodytext {
  display: none;
}

.frame-3-spaltig {
  overflow: visible;
}

.frame-3-spaltig .ce-textpic {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: auto;
}

.frame-3-spaltig .ce-gallery {
  filter: grayscale(1);
  transition: 0.5s;
}

.frame-3-spaltig .ce-textpic:hover .ce-gallery {
  filter: grayscale(0);
}

#inhaltsbereich .frame-3-spaltig .ce-gallery .image::after {
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
}

.frame-3-spaltig .ce-gallery a {
  position: relative;
  z-index: 10;
}

.frame-3-spaltig .ce-bodytext {
  position: absolute;
  text-align: center;
  left: 20px;
  right: 30px;
  top: 100%;
  margin-top: -60px;
}

#inhaltsbereich .frame-3-spaltig .ce-bodytext a[title="button"] {
  margin-top: 0;
  display: inline-block;
  float: none;
}

#inhaltsbereich .frame-3-spaltig .ce-bodytext a[title="button"]::after {
  background: #262626;
}

#inhaltsbereich .frame-3-spaltig.frame-type-shortcut .rahmen {
  text-align: center;
}

.frame-type-shortcut .frame-3-spaltig {
  width: calc(33% - 20px);
  float: none;
  display: inline-block;
  clear: none;
  transition: 0.3s;
}

.frame-type-shortcut .frame-3-spaltig:hover {
  transform: scale(1.1);
}

.frame-type-shortcut .frame-3-spaltig:nth-child(2) {
  margin: 0 30px;
}

#inhaltsbereich .frame-type-shortcut.frame-3-spaltig > .rahmen > .frame-3-spaltig {
  width: calc(33% - 20px);
  float: none;
  display: inline-block;
  clear: none;
}

#inhaltsbereich .frame-type-shortcut.frame-3-spaltig > .rahmen > .frame-3-spaltig:nth-child(2) {
  margin: 0 30px;
}

.frame-bahnen-gesamt .ce-gallery .ce-row:hover figcaption {
  filter: invert(1);
}

.frame-bahnen-gesamt .ce-gallery .image::after {
  display: none;
}

#inhaltsbereich .frame-sponsoren .ce-gallery .image::after {
  display: none;
}

#inhaltsbereich .frame-sponsoren .image {
  margin: 0;
}

#inhaltsbereich .tx_cn-multicontent .ui-accordion-header {
  text-transform: uppercase;
}

#inhaltsbereich .tx_cn-multicontent .ui-accordion-content {
  width: 100%;
}

.frame-sponsoren,
.frame-sponsoren .ce-textpic {
  overflow: visible !important;
}

.frame-sponsoren .ce-gallery,
.frame-sponsoren .ce-gallery * {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  overflow: visible !important;
}

.frame-sponsoren .ce-row {
  clear: none;
  margin: 5px;
  width: calc(25% - 10px);
  position: relative;
  transition: 0.3s;
}

.frame-sponsoren .ce-row:hover {
  transform: scale(1.1);
  z-index: 20;
}

.frame-sponsoren .ce-row:hover img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.frame-sponsoren img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.frame-type-menu_subpages ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.frame-type-menu_subpages li {
  margin: 0;
}

.frame-type-menu_subpages a {
  display: block;
  min-height: 100%;
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--gc-green);
  background: linear-gradient(180deg, rgba(36, 77, 0, 0.08), rgba(36, 77, 0, 0.02));
  color: var(--gc-black);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(20, 32, 10, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.frame-type-menu_subpages a:hover,
.frame-type-menu_subpages a:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(20, 32, 10, 0.12);
  border-color: var(--gc-gold);
}

.site-footer {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  /*width: 90%;*/
  padding: 40px 5%;
  background: linear-gradient(90deg, var(--gc-green) 0%, #000 100%);
  color: var(--gc-white);
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  background: var(--gc-black);
}

.site-footer::before {
  top: 0.65rem;
  left: 0.65rem;
  right: 0;
  height: 3px;
}

.site-footer::after {
  top: 0.65rem;
  left: 0.65rem;
  bottom: 0;
  width: 3px;
}

.site-footer > .frame {
  display: inline-block;
  float: left;
  clear: none;
  width: auto;
  position: relative;
  z-index: 1;
}

.site-footer > .frame .rahmen {
  width: 100%;
  margin: 0;
}

.site-footer > .frame .ce-textpic {
  margin: 0;
}

.site-footer > .frame .ce-bodytext header {
  margin: 0;
}

.site-footer > .frame .ce-bodytext h2 {
  margin: 0 0 20px;
  color: var(--gc-white);
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer > .frame hr {
  display: none;
}

.site-footer > .frame .ce-bodytext ul {
  list-style: none;
  padding: 0;
  margin: 0 50px 0 0;
  display: inline-block;
  float: left;
}

.site-footer > .frame .ce-bodytext ul:last-child {
  margin: 0;
}

.site-footer > .frame .ce-bodytext li {
  margin: 0;
  line-height: 1.2;
}

.site-footer > .frame .ce-bodytext a {
  color: var(--gc-white);
  text-decoration: none;
}

.site-footer .ql {
  display: inline-block;
  float: right;
}

.site-footer .ql .qnavi {
  position: relative;
  margin: 23px 0 0;
  padding: 0 0 0 11rem;
  list-style: none;
  text-align: right;
}

.site-footer .ql .qnavi::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 146px;
  height: 37px;
  background: url("/fileadmin/templatefiles/images/website-by-conceptnet.png") center center no-repeat;
  background-size: contain;
}

.site-footer .ql .qnavi li + li {
  margin-top: 0.3rem;
}

.site-footer .ql .qnavi a {
  color: var(--gc-white);
  text-decoration: none;
}

@media (max-width: 1200px) {
  .frame-bildslider .owl-item {
    opacity: 1 !important;
  }
}

@media (max-width: 1130px) {
  .nav-toggle {
    display: block;
    order: 2;
    margin-left: auto;
    position: relative;
    width: 60px;
    height: 60px;
  }

  .site-header__main-wrap {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0.25rem 0 1rem;
    position: static;
  }

  .site-brand {
    order: 1;
    width: 100px;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    text-align: left;
  }

  .site-navigation__list {
    order: 3;
  }

  .site-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .nav-toggle__icon,
  .nav-toggle__icon::before,
  .nav-toggle__icon::after {
    width: 45px;
    height: 3px;
  }

  .nav-toggle__icon {
    left: 7px;
    top: 50%;
    margin-top: -1px;
  }

  .nav-toggle__icon::before {
    left: 0;
    top: 0;
    transform: translateY(-12px);
  }

  .nav-toggle__icon::after {
    left: 0;
    top: 0;
    transform: translateY(12px);
  }

  .site-navigation.is-open {
    margin-bottom: 0.25rem;
  }

  .site-navigation > .site-brand {
    position: absolute;
    top: 20px;
    left: 1rem;
    width: 100px;
    margin: 0;
    text-align: left;
    z-index: 5;
  }

  .site-navigation__list {
    display: none;
    width: 100%;
    padding: 20px 0 200px;
    margin-top: 0;
    background: var(--gc-white);
    box-shadow: var(--gc-shadow);
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 40;
  }

  .site-navigation.is-open .site-navigation__list {
    display: block;
  }

  .site-navigation__item {
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #fff;
  }

  .site-navigation__link,
  .site-navigation__trigger {
    position: relative;
    margin: 0;
    padding: 10px 20px;
    background: var(--gc-green);
    color: var(--gc-white);
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }

  .site-navigation__item.is-active > .site-navigation__link,
  .site-navigation__item.is-current > .site-navigation__link,
  .site-navigation__item.is-active > .site-navigation__trigger,
  .site-navigation__item.is-current > .site-navigation__trigger {
    background: var(--gc-green-dark);
    color: var(--gc-white);
  }

  .site-navigation__item > .site-navigation__link::before,
  .site-navigation__item > .site-navigation__trigger::before {
    display: none;
  }

  .site-navigation__item.is-active > .site-navigation__link::before,
  .site-navigation__item.is-current > .site-navigation__link::before,
  .site-navigation__item.is-active > .site-navigation__trigger::before,
  .site-navigation__item.is-current > .site-navigation__trigger::before,
  .site-navigation__item:not(.is-active):not(.is-current):hover > .site-navigation__link::before,
  .site-navigation__item:not(.is-active):not(.is-current):focus-within > .site-navigation__link::before,
  .site-navigation__item:not(.is-active):not(.is-current):hover > .site-navigation__trigger::before,
  .site-navigation__item:not(.is-active):not(.is-current):focus-within > .site-navigation__trigger::before {
    display: none;
  }

  .site-navigation__sublist {
    position: static;
    float: left;
    clear: both;
    min-width: 0;
    width: calc(100% - 4px);
    padding: 2px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #306600;
    margin: 0;
    margin-bottom: 0;
    display: none;
    border-top: 2px solid #fff;
    box-sizing: border-box;
  }

  .site-navigation.is-open .site-navigation__item.has-children.is-subnav-open .site-navigation__sublist {
    display: block;
  }

  .site-navigation__subitem {
    display: list-item;
    flex: none;
    margin: 2px;
    float: left;
  }

  .site-navigation__sublink {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    color: var(--gc-white);
    background: rgba(255, 255, 255, 0.2);
    text-align: left;
  }

  .site-navigation__sublink::before,
  .site-navigation__sublink::after {
    display: none !important;
  }

  .site-navigation__item.has-children > .site-navigation__trigger {
    float: left;
    clear: both;
    padding-right: 48px;
  }

  .site-navigation__item.has-children > .site-navigation__trigger > .unavi-toggle {
    background: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .site-navigation__item.has-children.is-subnav-open > .site-navigation__trigger > .unavi-toggle {
    transform: rotate(0deg);
  }

  .top-navi {
    width: 100%;
    padding: 0;
    background: #262626;
  }

  .site-navigation > .top-navi {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .site-navigation > .top-navi > .site-header__utility-wrap {
    width: 100%;
    margin: 0;
  }

  .site-navigation > .top-navi ul {
    width: 100%;
  }

  .site-navigation > .top-navi li {
    width: 100%;
    clear: both;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .site-navigation > .top-navi a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 10px 5%;
    position: static;
    text-align: left;
    box-sizing: content-box;
  }

  .site-main {
    padding-top: 0;
  }
}

@media (max-width: 1000px) {
  html,
  body {
    overflow-x: hidden;
  }

  #header {
    overflow-x: hidden;
  }

  .utility-nav {
    display: block;
  }

  .utility-nav__link {
    padding: 0.7rem 1rem;
    text-align: center;
  }

  .utility-nav__link::before,
  .utility-nav__item.is-current .utility-nav__link::after,
  .utility-nav__item.is-active .utility-nav__link::after {
    display: none;
  }

  .site-navigation > .top-navi a::before {
    display: inline-block;
    position: static;
    width: 20px;
    height: 20px;
    margin: 0 10px -5px 0;
  }

  .site-navigation > .top-navi a::after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: none;
  }

  .site-navigation > .top-navi .utility-nav__item.is-current .utility-nav__link::after,
  .site-navigation > .top-navi .utility-nav__item.is-active .utility-nav__link::after {
    background: rgba(110, 109, 109, 0.3);
    border: 0;
  }

  #header .frame-bildslider > .rahmen {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .site-main {
    padding-top: 0;
  }

  #header .ce-bodytext {
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  #header .ce-bodytext h2 {
    font-size: 2.2rem;
  }

  #header .ce-bodytext h3 {
    font-size: 1.2rem;
  }

  .frame-bg-golf > .rahmen,
  .frame-bg-grau > .rahmen {
    width: calc(100% - 2 * var(--gc-gutter));
  }

  .site-footer > .frame .ce-bodytext {
    display: block;
  }

  .site-footer > .frame .ce-bodytext ul {
    display: block;
    float: left;
    margin: 0 0 0.8rem;
  }

  .site-footer .ql {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
  }

  .site-footer .ql::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 30px;
    height: 3px;
    background: #fff;
    top: 0;
  }

  .site-footer .ql .qnavi {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
  }

  .site-footer .ql .qnavi::after {
    position: static;
    display: block;
    margin: 0 0 0.75rem;
  }

  #inhaltsbereich .frame-club-historie {
    display: none;
  }

  #inhaltsbereich .frame-club-historie-resp {
    display: block;
  }
}

@media (max-width: 890px) {
  #inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame,
  #inhaltsbereich .frame-club-historie-resp > .rahmen > .frame {
    width: 100%;
    padding: 20px 20px 10px 60px;
  }

  #inhaltsbereich .frame-club-historie > .rahmen > .frame-type-shortcut > .rahmen > .frame header h3,
  #inhaltsbereich .frame-club-historie-resp > .rahmen > .frame header > * {
    padding: 10px;
    margin: 0;
  }
}

@media (max-width: 630px) {
  #inhaltsbereich .frame-praesidium > .rahmen > .frame {
    width: 80%;
    margin: 0 10% !important;
  }

  #inhaltsbereich .frame-praesidium > .rahmen > .frame:first-child {
    margin-bottom: 30px !important;
  }

  #inhaltsbereich .frame-vorstand > .rahmen > .frame {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  #inhaltsbereich .frame-praesidium > .rahmen > .frame {
    width: 100%;
    margin: 0 !important;
  }

  #inhaltsbereich .frame-vorstand > .rahmen > .frame {
    width: 60%;
    margin: 0 20%;
  }
}
