@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Medium.woff2') format('woff2'),
      url('/fonts/Cinzel-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
      url('../fonts/Raleway-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
}

html {
  scrollbar-color: #404040 #F8F5F1;
  scrollbar-width: thin;
}

body {
	font-size: 1rem;
	background-color: #F8F5F1;
	overflow-x: hidden;
  position: relative;
	padding: 0;
	margin: 0;
  color: #404040;
  scrollbar-color: #404040 #F8F5F1;
  scrollbar-width: thin;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-track {
  width: 8px;
  background-color: #F8F5F1;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #404040;
}

html > body {
	font-size: 16px;
	font-size: 1rem;
}

body.loading {
	overflow: hidden;
}

body.is--fixed, body.page-template-template-fixed-page, .is--navi-active, .is--subnavi-active {
  width: 100%;
  height: 100vH;
  overflow: hidden;
}

@media screen and (min-width: 64rem) {
  .is--navi-active {
    width: auto;
    height: auto;
    overflow: visible;
  }
}

html, body, article, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, figure, address, cite,
code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table,
caption, tbody, tfoot, thead, tr, th, td, footer, input, textarea, select {
	border: 0 none;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, ul, ol, label, input, select, textarea, dd, dt, td, th, a, caption, span, figcaption, legend, option, button, h4, h5, h6, strong,
.cli-privacy-content-text, .wt-cli-cookie-description, .wpcf7-response-output {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #404040;
}

@media screen and (min-width: 64rem) {
  p, ul, ol, label, input, select, textarea, dd, dt, td, th, a, caption, span, figcaption, legend, option, button, h4, h5, h6, strong,
  .cli-privacy-content-text, .wt-cli-cookie-description, .wpcf7-response-output {
    font-size: 1.125rem;
  }
}

strong {
  font-weight: 700;
}

h1, h2, h3 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  color: #404040;
  line-height: 1.2;
}

h1 {
  font-size: 2rem;
  text-align: center;
}

h2, h2 a, h2 span {
  font-size: 1.5rem;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 64rem) {
  h1 {
    font-size: 4.625rem;
    line-height: 1;
  }
  
  h2, h2 a, h2 span {
    font-size: 2.5rem;
  } 
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

h3 a,
h3 span {
  font-size: 1.75rem;
}

@media screen and (min-width: 64rem) {
  h3 {
    font-size: 2.75rem;
  }
  
  h3 a,
  h3 span {
    font-size: 2.75rem;
  }
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 2.25rem;
}

h5 {
  font-size: 0.875rem;
}

p + h5 {
  margin-top: 2rem;
}

.loading--overlay.is--active {
  z-index: 1000;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 1;
}

.loading--overlay.is--fadeout {
  z-index: 1000;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  opacity: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

a:hover {
  text-decoration: underline;  
}

.entry-content__inner a {
  position: relative;
  display: inline-block;
}

.entry-content__inner a:hover {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

i, svg {
  display: block;
}

/*------------------------------------------------------------------------------------------------------------------ wordpress editor */

.has-text-align-center, .aligncenter {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

/*------------------------------------------------------------------------------------------------------------------ wordpress editor */

/*------------------------------------------------------------------------------------------------------------------ header*/

.togglenav {
  position: fixed;
  right: 1rem;
  top: 1rem;
  display: block;
  text-decoration: none;
  color: #fff;
  width: calc(2rem + 8px);
  height: calc(2rem + 8px);
  padding: 0.25rem;
  z-index: 21;
  display: block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.togglenav:hover {
  text-decoration: none;
}

@media screen and (min-width: 64rem) {
  .togglenav {
    display: none
  }
}

.togglenav .title {
  display: none;
}

.togglenav__inner {
  width: 2rem;
  height: 1px;
  top: 50%;
  left: 0;
  display: block;
  background-color: #404040;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.togglenav__inner:before, 
.togglenav__inner:after {
  content: "";
  height: 1px;
  width: 2rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  background-color: #404040;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.togglenav__inner:after {
  width: 2rem;
  top: -0.5rem;
}

.has--darkheader .togglenav__inner,
.has--darkheader .togglenav__inner:before,
.has--darkheader .togglenav__inner:after,
.no-header .togglenav__inner,
.no-header .togglenav__inner:before,
.no-header .togglenav__inner:after {
  background-color: #404040;
}

.togglenav.is--active .togglenav__inner,
.togglenav.is--active:before {
  background-color: transparent;
}

.togglenav.is--active .togglenav__inner:before {
  transform: rotate(-135deg);
  top: 0;
  left: 0;
  height: 1px;
  width: 2rem;
  background-color: #404040;
}

.togglenav.is--active .togglenav__inner:after {
  transform: rotate(135deg);
  width: 2rem;
  top: 0;
  left: 0px;
  height: 1px;
  background-color: #404040;
}

header[role="banner"] {
  position: fixed;
  width: 100%;
  z-index: 210;
  border-bottom: 1px solid transparent;
  background-color: #f4f4f2;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.has--darkheader header[role="banner"] {
  background-color: #f4f4f2;
}

.header__inner {
  position: relative;
  width: 100%;
  z-index: 210;
  padding: 1rem;
  max-width: 95rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  height: 15rem;
  justify-content: space-between;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.has--darkheader .header__inner {
  height: 8rem;
}

@media screen and (min-width: 97rem) {
  .header__inner {
    padding: 1rem 0;
  }
}

.logo-general {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translate(-50%, 0);
  z-index: 200;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 25rem;
  opacity: 1;
  z-index: 1;
  max-width: 80%;
}

.logo-general path {
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.logo-general a,
.logo-general svg {
  display: block;
  width: 100%;
}

.logo-general svg {
  margin-left: auto;
  margin-right: auto;
  width: 3rem;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.has--darkheader .logo-general svg {
  width: 2rem;
}

.logo-general a:hover {
  text-decoration: none;
}

.logo-general h1 {
  font-size: 1.75rem;
  margin-top: 1.25rem;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.has--darkheader .logo-general h1 {
  font-size: 1.25rem;
  margin-top: 1rem;
}

@media screen and (min-width: 75rem) {
  .logo-general h1 {    
    font-size: 2.5rem;
  }

  .has--darkheader .logo-general h1 {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.logo-general p {
  position: relative;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.has--darkheader .logo-general p {
  opacity: 0;
  z-index: -1;
}

@media screen and (min-width: 75rem) {
  .logo-general p {
    font-size: 1.125rem;
  }
}

.wrapper--navigation {
  position: fixed;
  text-align: left;
  width: 100vW;
  overflow-y: scroll;
  z-index: 10;
  height: 0;
  top: 0;
  left: 0;
  background-color: #f4f4f2;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.wrapper--navigation.is--active {
  height: 100vH;
}

@media screen and (min-width: 64rem) {
  .wrapper--navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
    background: transparent;
    margin-bottom: 5rem;
  }

  .has--darkheader .wrapper--navigation {
    margin-bottom: 0;
  }

  nav {
    width: 100%;
  }
}

.wrapper--navigation .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 64rem) {
  .wrapper--navigation .menu {
    flex-direction: row;
    align-items: flex-end;
  }
}

.wrapper--navigation .menu > li {
  margin-bottom: 1rem;
}

.wrapper--navigation .menu > li > a {
  font-size: 2rem;
}

@media screen and (min-width: 64rem) {
  .wrapper--navigation .menu > li {
    margin-bottom: 0;
  }

  .wrapper--navigation .menu > li:nth-child(2) {
    margin-right: 40%;
  }

  .wrapper--navigation .menu > li > a {
    padding: 0.25rem 1rem;
    font-size: 1.5rem;
  } 
}

.wrapper--navigation .menu li {
  list-style-type: none;
  position: relative;
}

.wrapper--navigation .menu a {
  padding: 0.25rem 0.25rem;
  display: block;
  font-size: 1rem;
  text-align: center;
}

.wrapper--navigation .menu .menu-item i {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-left: 1.5rem;
  transform: rotate(90deg);
  vertical-align: middle;
}

/*------------------------------------------------------------------------------------------------------------------ header*/

/* ----------------------------------------------------------------------------------------------------------- grid */

.row,
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 64rem) {
  .row,
  .wp-block-columns {
    display: flex;
    flex-wrap: nowrap;
  }
}

.row > *,
.wp-block-columns > * {
  flex: 0 0 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}

.wp-block-columns > .wp-block-column {
  flex-direction: column;
}

.wp-block-columns > .wp-block-column--slider {
  position: relative;
}

.row--end {
  justify-content: flex-end;
}

.row--align-items-center {
  align-items: center;
}

.row--align-items-baseline {
  align-items: baseline;
}

.col--start {
  justify-self: flex-start;
}

.col--end {
  justify-self: flex-end;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
}

.col--align-center {
  text-align: center;
}

.col--align-right {
  text-align: right;
}

.justify--space-between {
  justify-content: space-between;
}

.align-self--center {
  align-self: center;
}

.align-self--end {
  align-self: flex-end;
}

.justify--center {
  justify-content: center;
}

@media screen and (min-width: 48rem) {
  .col-6 {
  flex: 0 0 50%;
  }

  .col-6:first-child {
    padding-right: 15px;
  }

  .col-6:last-child {
    padding-left: 15px;
  }

  .col-2, .col-3, .col-4, .col-5, .col-8 {
    flex: 0 0 48%;
  }

  .col-4 {
    flex: 0 0 32%;
  }
}

@media screen and (min-width: 64rem) {
  .col-2 {
    flex: 0 0 16%;
  }
  
  .col-3 {
    flex: 0 0 24%;
  }

  .col-4 {
    flex: 0 0 32%;
  }

  .col-5 {
    flex: 0 0 40%;
  }

  .col-7 {
    flex: 0 0 57%;
  }

  .col-8 {
    flex: 0 0 65%;
  }

  .col-9 {
    flex: 0 0 74%;
  }
  
  .col-10 {
    flex: 0 0 82%;
  }
}

.wp-block-column + .wp-block-column {
  margin-top: 3rem;
}

@media screen and (min-width: 48rem) {
  .wp-block-column + .wp-block-column {
    margin-top: 0;
  }

  /* .wp-block-column.col-3 + .wp-block-column.col-3 {
    margin-top: 5rem;
  }  */
}

@media screen and (min-width: 64rem) {
  .wp-block-column.col-3 + .wp-block-column.col-3 {
    margin-top: 0;
  } 
}

/* ----------------------------------------------------------------------------------------------------------- grid */

/*------------------------------------------------------------------------------------------------------------------ pageheader*/

.pageheader {
  max-height: 100vH;
  position: relative;
  overflow: hidden;
}

.pageheader__headline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.link--scrolldown {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------ pageheader*/

/*------------------------------------------------------------------------------------------------------------------ content*/

section:first-of-type {
  margin-top: 15rem
}

.entry-content__inner > * {
  max-width: 95rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 5rem;
}

@media screen and (min-width: 97rem) {
  .entry-content__inner > * {
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content__inner > *.has-background {
  margin-top: 0;
}

.entry-content__inner p + p,
.entry-content__inner p + ul,
.entry-content__inner ul + p {
  margin-top: 1rem;
}

section + section {
  margin-top: 5rem;
}

@media screen and (min-width: 64rem) {
  section + section {
    margin-top: 10rem;
  }
}

.wp-block-media-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


.wp-block-media-text__media {
  flex: 0 0 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 48rem) {
  .wp-block-media-text__media {
    flex: 0 0 47%;
    margin-bottom: 0;
  }
}

.wp-block-media-text__content {
  flex: 0 0 100%;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .wp-block-media-text__content {
    flex: 0 0 47%;
    text-align: left;
  }

  .wp-block-media-text.media-text-70-30 > *,
  .wp-block-media-text.media-text-30-70 > * {
    flex: 0 0 100%;
  }

  .wp-block-media-text.media-text-70-30 .wp-block-media-text__media,
  .wp-block-media-text.media-text-30-70 .wp-block-media-text__media {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 64rem) {
  
  .wp-block-media-text.has-media-on-the-right {
    flex-direction: row-reverse;
  }

  .wp-block-media-text.media-text-70-30 .wp-block-media-text__media,
  .wp-block-media-text.media-text-30-70 .wp-block-media-text__media {
    margin-bottom: 0;
  }

  .wp-block-media-text.media-text-70-30 > *:first-child,
  .wp-block-media-text.media-text-30-70 > *:last-child {
    flex: 0 0 68%;
  }

  .wp-block-media-text.media-text-70-30 > *:last-child,
  .wp-block-media-text.media-text-30-70 > *:first-child {
    flex: 0 0 28%;
  }
}

h2 {
  position: relative;
  display: flex;
  align-items: center;
}

h2::after {
  content: "";
  border-top: 2px solid #C19A5B;
  flex: 1 1 26%;
  margin-left: 3rem;
}

h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #C19A5B;
  position: absolute;
  right: calc(100% + 1.5rem);
  top: 50%;
  transform: translate(0, -50%);
}

/*------------------------------------------------------------------------------------------------------------------ content*/

/*------------------------------------------------------------------------------------------------------------------ galleryslider*/

.wp-block-group__inner-container.hammerslide {
  cursor: grab;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  display: block;
  padding-bottom: 3rem;
}

.galleryslider.hammerslide--slide {
  display: block;
}

.hammerslide--slide .hammerslide--slide { 
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;  
}

.galleryslider .slideelement {
  float: left;
  position: relative;
  margin-right: 0;
}

.galleryslider figure {
  position: relative;
  margin-bottom: 0;
}

.galleryslider figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.galleryslider figure img {
  width: 100%;
  height: auto;
}

.container-slider > .hammerslide {
  position: relative;
  overflow: hidden;
}

.sliderslidelink {
  display: none;
}

.slidepanel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translate(-50%, 0);
}

.slidepanel__link {
  width: 12px;
  height: 12px;
  border: 2px solid #C19A5B;
  border-radius: 50%;
  margin-right: 10px;
  z-index: 1;
  position: relative;
}

.slidepanel__link.active {
  background-color: #C19A5B;
}

/*------------------------------------------------------------------------------------------------------------------ galleryslider*/

/*------------------------------------------------------------------------------------------------------------------ collapse*/

.container--collapse {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container--collapse + .container--collapse {
  margin-top: 0;
}

@media screen and (min-width: 48rem) {

  .container--collapse .wp-block-columns {
    justify-content: center;
  }
}

.wp-block-group.collapse--flexible {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;  
}

.entry--collapse.is-active .wp-block-group.collapse--flexible {
  height: auto;
}

.container--collapse .wp-block-image {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/*------------------------------------------------------------------------------------------------------------------ collapse*/

/*------------------------------------------------------------------------------------------------------------------ lightbox*/

.mfp-container button.mfp-arrow {
  width: 4.375rem;
  height: 4.375rem;
  background-color: #1d1d1b;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.mfp-arrow svg {
  display: block;
  width: 2.5rem;
  height: 2rem;
}

.mfp-arrow path {
  fill: #fff;
}

/*------------------------------------------------------------------------------------------------------------------ lightbox*/

/*------------------------------------------------------------------------------------------------------------------ footer */

footer h2:before,
footer h2:after {
  content: none;
}

.wrapper-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 30px solid #C19A5B;
}

footer {
  max-width: 95rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (min-width: 97rem) {
  footer {
    margin-left: auto;
    margin-right: auto;
  }
}

footer strong {
  color: #C19A5B;
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  display: block;
  font-weight: normal;
}

.footer__column--2 {
  margin-top: 2rem;
}

@media screen and (min-width: 48rem) {
  .footer__column--2 {
    margin-top: 0;
  }
}

.container-social figure {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 4rem;
}

.container-social figure:last-child {
  margin-left: 5.25rem;
}

.container-social svg {
  display: block;
}

footer .menu {
  list-style-type: none;
  display: flex;
  flex-direction: row;
}

footer .menu a {
  color: #C19A5B;
}

footer .menu li:last-child {
  margin-left: 1.75rem;
}

/*------------------------------------------------------------------------------------------------------------------ footer */

/*---------------------------------------------------------------------------------------------------------------------------------------- impressum und datenschutz*/

.wrapper.is--collapsable {
  flex: 0 0 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;  
}

.wrapper--imprint,
.wrapper--dataprotection,
.wrapper--contact,
.wrapper--newsletter,
.wrapper--agb {
  flex: 0 0 100%;
}

.wrapper--imprint .entry-content__inner > *,
.wrapper--dataprotection .entry-content__inner > * {
  margin-left: 0;
  margin-right: 0;
}

.wrapper--imprint section:first-of-type,
.wrapper--dataprotection section:first-of-type {
  margin-top: 0;
}

.wrapper--imprint section,
.wrapper--dataprotection section,
.wrapper--contact section,
.wrapper--newsletter section,
.wrapper--agb section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wrapper--imprint p,
.wrapper--dataprotection p,
.wrapper--contact p,
.wrapper--newsletter p,
.wrapper--agb p {
  margin-top: 1rem;
}

.wrapper--imprint strong,
.wrapper--dataprotection strong,
.wrapper--contact strong,
.wrapper--newsletter strong,
.wrapper--agb strong {
  margin-top: 2rem;
  display: inline-block;
}

@media screen and (min-width: 48rem) {

  .wrapper--imprint h2,
  .wrapper--dataprotection h2,
  .wrapper--contact h2,
  .wrapper--newsletter h2,
  .wrapper--agb h2 {
    font-size: 3rem;
  }

}

/*---------------------------------------------------------------------------------------------------------------------------------------- impressum und datenschutz*/

/* ----------------------------------------------------------------------------------------------------------- cookie consent banner */

.cli-bar-message p { 
  font-size: 1rem;
}

.cli-bar-message p a {
  color: #1d1d1b !important;
  font-size: 1rem;
}

.cli-plugin-button, 
.cli-plugin-button:visited, 
.medium.cli-plugin-button, 
.medium.cli-plugin-button:visited {
  font-size: 1rem !important;
}
.cli-privacy-overview h4 {
  color: #1d1d1b !important;
}

.cli-privacy-overview p {
  color: #1d1d1b !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #1d1d1b !important;
  color: #fff;
}

.cli-tab-header a.cli-nav-link {
  text-transform: none !important;
}

.cli-style-v2 .cli-plugin-main-link {
  font-size: 1rem;
}

.table.cookielawinfo-winter thead th {
  background-color: #1d1d1b;
}

.cli-row {
  scrollbar-color: #1d1d1b #fff;
  scrollbar-width: thin;
}

.cli-row::-webkit-scrollbar,
.cli-row::-webkit-scrollbar-track {
  width: 8px;
  background-color: #fff;
  background-color: transparent;
}

.cli-row::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #1d1d1b;
}
