/*
	Theme Name: Haus Alpengruss
	Theme URI: https://www.haus-alpengruss.de/
	Description: Ein Wordpress-Theme für das Haus Alpengruss
	Author: Hellmedia GmbH, Kirchanschöring, DE
	Author URI: https://www.hellmedia.de
	Tags: Basis, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* Fonts */

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans-v17-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url("fonts/open-sans-v17-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/open-sans-v17-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/open-sans-v17-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/open-sans-v17-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/open-sans-v17-latin-300.svg#OpenSans")
      format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("fonts/open-sans-v17-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/open-sans-v17-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/open-sans-v17-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/open-sans-v17-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/open-sans-v17-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url("fonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/open-sans-v17-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/open-sans-v17-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/open-sans-v17-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/open-sans-v17-latin-600.svg#OpenSans")
      format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/open-sans-v17-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/open-sans-v17-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/open-sans-v17-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/open-sans-v17-latin-700.svg#OpenSans")
      format("svg");
  /* Legacy iOS */
}

/* spartan-200 - latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/spartan-v3-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/spartan-v3-latin-200.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/spartan-v3-latin-200.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/spartan-v3-latin-200.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/spartan-v3-latin-200.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/spartan-v3-latin-200.svg#Spartan")
      format("svg"); /* Legacy iOS */
}

/* spartan-regular - latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/spartan-v3-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/spartan-v3-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/spartan-v3-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/spartan-v3-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/spartan-v3-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/spartan-v3-latin-regular.svg#Spartan")
      format("svg"); /* Legacy iOS */
}

/* spartan-700 - latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/spartan-v3-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/spartan-v3-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/spartan-v3-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/spartan-v3-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/spartan-v3-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/spartan-v3-latin-700.svg#Spartan")
      format("svg"); /* Legacy iOS */
}

/**********************************************************************************************/
/* Grundlegende Definitionen
/**********************************************************************************************/

/* Struktur */

html {
  font-family: "Roboto", Arial;
  font-size: 16px;
  box-sizing: border-box;
  word-break: break-word;
  white-space: normal;
}
*,
:after,
:before {
  box-sizing: inherit;
  position: relative;
}
:focus {
  outline: 0;
}
body {
  color: #111;
  margin: 0;
  line-height: 1.8;
  font-weight: 300;
}
@media (max-width: 75rem) {
  body {
    overflow-x: hidden;
    background: #fff;
  }
  main {
    margin-top: 4.4rem;
  }
}
.wrapper {
  background: rgb(238, 238, 238);
  background: linear-gradient(180deg, #fff 0%, #eee 100%);
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  overflow-x: hidden;
}
article > * {
  margin: 1.5em 0;
}

header b {
  font-weight: 200;
  color: #333333;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -1px;
  display: block;
  position: relative;
}
header span {
  margin: -3em 3em;
  font-size: 0.7em;
  color: #888;
}
@media (max-width: 75rem) {
  header span {
    display: none;
  }
  nav header a,
  nav[data-xx] header a {
    left: 2rem;
    color: #333333;
    /*font-family: 'Open Sans';*/
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
}

.logo {
  height: 5rem;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 75rem) {
  .logo {
    height: 3rem;
    margin-left: 1rem;
  }
}

.contentbackground,
.footerbackground,
.bottomlinebackground,
.headerlinebackground,
.headerbackground {
  padding: 2rem 50px 0;
}
.contentbackground {
  padding-bottom: 2rem;
}
.headerbackground {
  color: #fff;
  min-height: 4.4rem;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 20;
  /*transition: background-color 1.5s ease;*/
}
@media (max-width: 75rem) {
  .headerbackground {
    max-height: 120px;
    background: #fff;
  }
}
/* .sticky {
  background-color: #685353;
  position: fixed;
  top: 0;
  max-height: 120px;
  z-index: 50;
} */
.bottomlinebackground {
  background: #64696c;
  padding: 0rem 15% !important;
  color: #fff;
  font-weight: 300;
  font-size: 0.9em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .bottomlinebackground {
    display: block;
  }
}
.bottomlinebackground a {
  color: #fff;
}
.bottomlinebackground h3 {
  color: #fff;
  font-size: 23px;
}
.footerbackground {
  background: #2c3033;
  padding: 0.2rem 15% !important;
  font-size: 0.8em;
}

section,
section[data-xx],
footer {
  margin: auto;
  padding: 0 calc(1rem + 250px);
  width: 100%;
  background: transparent;
}
@media (max-width: 90rem) {
  section,
  section[data-xx],
  footer {
    margin: auto;
    padding: 0 4%;
    width: 100%;
    background: transparent;
  }
}
footer {
  color: #fff;
  clear: both;
  box-sizing: border-box;
}

.clear {
  clear: both;
  display: block;
}

/* Überschriften */

h1,
h2,
h3,
h4,
h5,
h6,
.has-large-font-size {
  margin: 1rem 0 1rem;
  font-weight: normal;
  /*letter-spacing: 0.6rem;
	color: #3c2823;*/
  font-family: "Spartan", Arial, Sans Serif;
  display: block;
  word-break: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}
h1,
h1[data-xx] {
  font-size: 1.6em;
  line-height: 1.4;
  padding: 1.4em 0 0.2em;
  z-index: -1;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 90rem) {
  h1 {
    font-size: 2.6em;
  }
}
h2,
h2[data-xx] {
  font-size: 1.3em;
  line-height: 1.2;
  padding: .5em 0 0.4em;
}
@media (min-width: 90rem) {
  h2 {
    font-size: 1.9em;
  }
}
h3,
h3[data-xx] {
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  padding-top: 0.8rem;
}
@media (min-width: 90rem) {
  h3 {
    font-size: 1.6em;
  }
}
h4,
h4[data-xx] {
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: -0.05rem;
}
h5,
h5[data-xx] {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}
h6,
h6[data-xx] {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
}
/* @media (max-width:42rem){
	h1 {
		font-size: 12vw;
	}
	h2,h2[data-xx], .has-large-font-size{
	font-size:8vw;
	line-height:1.2;
	}
	h3,h3[data-xx]{
	font-size:1.2rem;
	line-height:1.3;
	letter-spacing:-.05rem
}
} */

/* Getwid Advanced Heading h2 */

.wp-block-getwid-advanced-heading {
  margin: 4rem 0 2rem;
  display: block;
}
.wp-block-getwid-advanced-heading h2 {
  position: relative;
  display: inline-block !important;
  margin-bottom: 0;
  padding-right: 1.07143rem;
  padding-top: 0px;
  background-color: inherit;
  z-index: 2;
  margin-top: 0px;
  text-transform: none;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
.wp-block-getwid-advanced-heading:before,
.wp-block-getwid-advanced-heading:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  height: 0;
  border-top-width: 1px;
  border-color: #c00000;
  border-top-style: solid;
}
.wp-block-getwid-advanced-heading:before {
  top: 46%;
}
.wp-block-getwid-advanced-heading:after {
  top: 54%;
}

/* Links */

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
  color: #685353;
}
.has-background-dim > a {
  color: #fff;
}
/*.current-menu-item a, nav .current-menu-ancestor a, nav .current-menu-ancestor ul a  {
	background-color: #ffffff;
	color: #685353;
}*/

/* Schriftstile */

b,
strong {
  font-weight: 700;
}

.has-medium-font-size {
  font-family: "Alata", Arial, Sans Serif;
  font-size: 1.3em;
}
.has-large-font-size {
  font-weight: 100;
  margin: 20px 0;
  line-height: 1.1;
}

code,
code[data-xx] {
  display: inline-block;
  background: #f4f5f6;
  border: 1px solid #e3e6e8;
  padding: 0 0.5rem;
  color: #454f54;
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: monospace;
  border-radius: 2px;
  text-transform: none;
  font-weight: 300;
}
pre code,
pre[data-xx] code {
  padding: 2rem;
  border: none;
  border-left: 4px solid #679;
  border-radius: 0;
  width: 100%;
  display: block;
}
span {
  /*display:block;
	font-family:'Open Sans';
	font-size: 0.9em;*/
  width: auto;
}
/*span span:not(:first-child){
	margin:1rem -1rem 0
}*/
span.wpcf7-list-item {
  display: inline;
  margin: 0px;
}

/* Zitatblöcke */

blockquote,
.wp-block-getwid-testimonial {
  /*background-color: #eee;*/
  padding: 2em;
  font-style: italic;
  quotes: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

blockquote p {
  font-size: 2.5em;
  line-height: 1.2em;
  font-family: "Spartan", Arial, Sans Serif;
}

.wp-block-columns blockquote,
.wp-block-columns .wp-block-getwid-testimonial {
  margin: 0px;
}

/* Horizontale Linien */

hr {
  border: none;
  width: 20%;
  height: 3px;
  margin: 0 auto;
}

hr.is-style-wide {
  border: none;
  width: 100%;
  height: 1px;
}

/* Listen */

ol,
ol[data-xx],
ul,
ul[data-xx] {
  padding-left: 2rem;
  margin: 0 0 2rem;
}
ol ol,
ol ul,
ol[data-xx] ol,
ol[data-xx] ul,
ul ol,
ul ul,
ul[data-xx] ol,
ul[data-xx] ul {
  margin-bottom: 0;
}
ul,
ul[data-xx] {
  list-style: disc;
}
ul ul,
ul[data-xx] ul {
  list-style: circle;
}
ol,
ol[data-xx] {
  list-style: decimal;
}
ol ol,
ol[data-xx] ol {
  list-style: lower-alpha;
}
ul.features {
  list-style: none;
  padding-left: 0px;
}
ul.features li:before {
  list-style: none;
  content: "✓";
  padding-right: 10px;
  font-size: 1.3em;
  font-weight: 700;
}

/* Tabellen */

table,
table[data-xx] {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
  text-align: left;
  overflow: hidden;
  font-size: 0.9em;
}
table td,
table th,
table[data-xx] td,
table[data-xx] th {
  border-bottom: 2px solid #e3e6e8;
  padding: 0.3rem;
  vertical-align: top;
}
.bottomlinebackground table td,
.bottomlinebackground table th,
.bottomlinebackground table[data-xx] td,
.bottomlinebackground table[data-xx] th {
  padding: 0rem;
  vertical-align: top;
}
table th,
table[data-xx] th {
  font-weight: 700;
  color: #454f54;
}
table th:before,
table[data-xx] th:before {
  content: "";
  width: 100%;
  height: 10000%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #f4f5f6;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
table th:hover:before,
table[data-xx] th:hover:before {
  opacity: 1;
  visibility: visible;
}
table tr td:first-child {
  white-space: nowrap;
}

table td,
table[data-xx] td {
  border-bottom-width: 1px;
}
table tbody tr:hover,
table[data-xx] tbody tr:hover {
  background: #f4f5f6;
}

/* Bilder */

img,
amp-img {
  border: 0;
  /* Universal settings */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: auto;
  -webkit-filter: saturate(0.8);
  filter: saturate(0.8);
  position: relative;
}

/* .wp-block-image::after, .wp-block-cover::after, .teaserbox::after {
	position: absolute;
	display: block;
	content:"";
	left: 0rem;
	top: 0rem;
	right: -0.1rem;
	bottom: 0rem;
	background: url('img/fuzzy-border.png') center center/100% 100% no-repeat;
	z-index: 6;
} */

.wp-block-image img {
  height: 100%;
}

figure {
  margin: 0px;
}

.wp-post-image {
  width: 100%;
}
.thumb {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
figcaption {
  display: block;
  clear: both;
  text-align: center;
  font-size: 0.7em;
  z-index: 10;
}
@media (max-width: 1000px){
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: .2em .3em .3em;
line-height: 1.2;
}
}
/* Grid */

[data-col="1/12"] {
  width: 8.33333333%;
}
[data-col="2/12"],
[data-col="1/6"] {
  width: 16.66666667%;
}
[data-col="3/12"],
[data-col="1/4"] {
  width: 25%;
}
[data-col="4/12"],
[data-col="2/6"],
[data-col="1/3"] {
  width: 33.33333333%;
}
[data-col="5/12"] {
  width: 41.66666667%;
}
[data-col="6/12"],
[data-col="3/6"],
[data-col="2/4"],
[data-col="1/2"] {
  width: 50%;
}
[data-col="7/12"] {
  width: 58.33333333%;
}
[data-col="8/12"],
[data-col="4/6"],
[data-col="2/3"] {
  width: 66.66666667%;
}
[data-col="9/12"],
[data-col="3/4"] {
  width: 75%;
}
[data-col="10/12"],
[data-col="5/6"] {
  width: 83.33333333%;
}
[data-col="11/12"] {
  width: 91.66666667%;
}
[data-col="1/1"] {
  width: 100%;
}
[data-col] {
  display: inline-block;
  padding: 1rem;
  vertical-align: top;
  float: left;
}
@media (max-width: 80rem) {
  [data-col]:not([data-fx]) {
    width: 100%;
  }
}

/**********************************************************************************************/
/* Formulare und Buttons
/**********************************************************************************************/

/* Buttons */

[data-btn],
button,
button[data-xx],
input[type="submit"] {
  background-color: #685353;
  border: none;
  border-radius: 0%;
  /* border-radius: 28px; */
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  float: right;
}
[data-btn]:before,
button:before,
button[data-xx]:before,
input[type="submit"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  /* background:#679 */
}
[data-btn]:not(:disabled):hover,
button:not(:disabled):hover,
button[data-xx]:not(:disabled):hover,
input[type="submit"]:not(:disabled):hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: #b95b0f;
}
[data-btn]:not(:disabled):hover:active,
button:not(:disabled):hover:active,
button[data-xx]:not(:disabled):hover:active,
input[type="submit"]:not(:disabled):hover:active {
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
[data-btn][data-primary],
button[data-primary],
button[data-xx][data-primary],
input[type="submit"][data-primary] {
  border-color: #5a6987;
  background: #679;
  color: #fff;
  font-weight: 700;
}
[data-btn][data-primary]:not(:disabled):hover,
button[data-primary]:not(:disabled):hover,
button[data-xx][data-primary]:not(:disabled):hover,
input[type="submit"][data-primary]:not(:disabled):hover {
  background: #5a6987;
}
[data-btn][data-round],
button[data-round],
button[data-xx][data-round],
input[type="submit"][data-round] {
  border-radius: 4rem;
}
@media (max-width: 75rem) {
  [data-btn][m-full],
  button[m-full],
  button[data-xx][m-full],
  input[type="submit"][m-full] {
    width: 100%;
  }
}
[data-btn].disabled,
[data-btn]:disabled,
button.disabled,
button:disabled,
button[data-xx].disabled,
button[data-xx]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
  border-color: #e3e6e8;
  background: #e3e6e8;
  color: #abb5ba;
  cursor: default;
}

a.button,
.wp-block-button__link {
  border-radius: 0%;
}
a.wp-block-button__link:hover,
a:hover {
  color: #ffffff;
}

/* Formulare */

.wpcf7 {
  padding: 1rem;
}
.wpcf7 p {
  padding-bottom: 0px;
}
label,
label[data-xx] {
  display: inline-block;
  width: 45%;
  font-weight: 400;
  float: left;
  clear: both;
  margin-top: 0.5rem;
}
label:first-child,
label[data-xx]:first-child {
  margin-top: 0;
}
label.datenschutz,
label.agb {
  clear: none;
  width: 80%;
  margin-bottom: 1rem;
  margin-top: 0px;
  padding-left: 10px;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]),
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"])[data-xx],
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"])[class^="user-"] {
  display: inline-block;
  background: 0 0;
  width: 55%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #fff;
  font-weight: 300;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  /* background: #ddd; */
}
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):focus,
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):hover,
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"])[data-xx]:focus,
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"])[data-xx]:hover,
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"])[class^="user-"]:focus,
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"])[class^="user-"]:hover {
  border-color: #fff;
  outline: 0;
  background-color: #ffffff77;
  color: inherit;
}
input.wpcf7-submit {
  clear: both;
}
textarea,
textarea[data-xx],
textarea[class^="user-"] {
  display: inline-block;
  background: 0 0;
  width: 55%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  border-radius: 0;
  min-height: 8rem;
  border: 1px solid #fff;
  padding-right: 2rem;
  min-height: 120px;
  color: inherit;
  font-family: inherit;
  /* background: #ddd; */
}
textarea:focus,
textarea:hover,
textarea[data-xx]:focus,
textarea[data-xx]:hover,
textarea[class^="user-"]:focus,
textarea[class^="user-"]:hover {
  border-color: #fff;
  outline: 0;
  background-color: #ffffff77;
  color: inherit;
}
select,
select[data-xx],
select[class^="user-"] {
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: block;
  width: 55%;
  border: 1px solid #fff;
  /* background:#ddd; */
  /* height:8rem; */
  font-weight: 300;
  text-indent: 0.5rem;
  line-height: 1.2;
  margin: 0.5rem 0 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #000;
  font-family: inherit;
}
select:focus,
select:hover,
select[data-xx]:focus,
select[data-xx]:hover,
select[class^="user-"]:focus,
select[class^="user-"]:hover {
  border-color: #fff;
  outline: 0;
  background-color: #ffffff77;
}
input[type="checkbox"],
input[type="checkbox"][data-xx],
input[type="checkbox"][class^="user-"],
input[type="radio"],
input[type="radio"][data-xx],
input[type="radio"][class^="user-"] {
  z-index: 2;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  cursor: pointer;
  /* background:#ddd; */
  float: left;
  color: inherit;
}
input[type="checkbox"] + label,
input[type="checkbox"][data-xx] + label,
input[type="checkbox"][class^="user-"] + label,
input[type="radio"] + label,
input[type="radio"][data-xx] + label,
input[type="radio"][class^="user-"] + label {
  width: auto;
  text-transform: none;
}
input[type="checkbox"] + label:before,
input[type="checkbox"][data-xx] + label:before,
input[type="checkbox"][class^="user-"] + label:before,
input[type="radio"] + label:before,
input[type="radio"][data-xx] + label:before,
input[type="radio"][class^="user-"] + label:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #abb5ba;
  /* background:#ddd; */
  vertical-align: middle;
  margin-right: 1rem;
}
input[type="checkbox"] + label:after,
input[type="checkbox"][data-xx] + label:after,
input[type="checkbox"][class^="user-"] + label:after,
input[type="radio"] + label:after,
input[type="radio"][data-xx] + label:after,
input[type="radio"][class^="user-"] + label:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 1.6rem;
  height: 1.6rem;
  left: 2px;
  top: 4px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type="radio"] + label,
input[type="radio"][data-xx] + label,
input[type="radio"][class^="user-"] + label {
  font-size: 1.4rem;
  font-weight: 200;
}
input[type="radio"] + label:before,
input[type="radio"][data-xx] + label:before,
input[type="radio"][class^="user-"] + label:before {
  border-radius: 100%;
}
input[type="radio"]:checked + label:before,
input[type="radio"][data-xx]:checked + label:before,
input[type="radio"][class^="user-"]:checked + label:before {
  background: #679;
  border-color: #679;
}
input[type="radio"]:checked + label:after,
input[type="radio"][data-xx]:checked + label:after,
input[type="radio"][class^="user-"]:checked + label:after {
  opacity: 1;
  visibility: visible;
  background: #679;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0.5rem;
}
input[type="checkbox"] + label,
input[type="checkbox"][data-xx] + label,
input[type="checkbox"][class^="user-"] + label {
  font-size: 1.4rem;
  font-weight: 200;
}
input[type="checkbox"] + label:before,
input[type="checkbox"][data-xx] + label:before,
input[type="checkbox"][class^="user-"] + label:before {
  border-radius: 2px;
}
input[type="checkbox"] + label:after,
input[type="checkbox"][data-xx] + label:after,
input[type="checkbox"][class^="user-"] + label:after {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center center;
  border-radius: 100%;
  background-size: 100%;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"][data-xx]:checked + label:before,
input[type="checkbox"][class^="user-"]:checked + label:before {
  background: #679;
  border-color: #679;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"][data-xx]:checked + label:after,
input[type="checkbox"][class^="user-"]:checked + label:after {
  opacity: 1;
  visibility: visible;
  left: 2px;
  top: 0.5rem;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media(max-width: 800px) {
  form p label, form p span input, form p span select, form p span textarea {
    display: block !important;
    width: 100% !important;
  }
}
/**********************************************************************************************/
/* Navigation
/**********************************************************************************************/

nav,
nav[data-xx] {
  color: #ffffff;
  /*padding:0 23rem;
	*/
  z-index: 4000;
  min-height: 4.4rem;
  /*position: fixed;
	*/
  width: 100%;
  display: block;
}
nav[data-fx],
nav[data-xx][data-fx] {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
nav label,
nav[data-xx] label {
  margin: auto;
  display: block;
  width: 100%;
}
nav label > input,
nav[data-xx] label > input {
  display: none;
}
nav ul,
nav[data-xx] ul {
  /*padding:0 2rem;
	*/
  position: absolute;
  top: 0;
  right: 10rem;
  padding: 20px;
  margin: 0;
  font-size: 0;
  text-align: right;
  float: right;
  background: #fff;
  box-shadow: 8px 8px 8px 1px rgba(0, 0, 0, 0.5);
}
nav ul li,
nav[data-xx] ul li {
  /*display: inline-block;*/
  font-size: 1.3rem;
  /*padding: 0 .7rem;*/
}
@media (min-width: 60.1rem) {
  .headerbackground {
    padding-top: 0;
  }
  nav ul {
    position: absolute;
    width: 450px;
    top: 110px;
    left: 1rem;
    box-shadow: 8px 8px 8px 1px rgba(0, 0, 0, 0.5);
    background: #fff;
    z-index: 5;
  }
  nav ul li:hover ul,
  nav ul ul:hover,
  nav[data-xx] ul li:hover ul,
  nav[data-xx] ul ul:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
    pointer-events: auto;
  }
}
nav ul a,
nav[data-xx] ul a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 20px;
  display: block;
  color: #ffffff;
  /*background: #f93634;*/
  box-sizing: border-box;
  transition: 0.4s all ease;
  /*border-radius: 27px;*/
  font-size: 0.8em;
  line-height: 23px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  font-family: "Spartan", Arial, Sans Serif;
}
/*@media (min-width:60.1rem){
	nav ul a:not(:only-child),nav[data-xx] ul a:not(:only-child){
		background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22red%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M14.83%2016.42L24%2025.59l9.17-9.17L36%2019.25l-12%2012-12-12z%22%2F%3E%3C%2Fsvg%3E);
		background-repeat:no-repeat;
		background-position:90% 50%;
		background-size:2rem;
		padding-right:4rem
}
}*/
/*nav ul a:hover,nav[data-xx] ul a:hover, nav ul .current_page_item a, nav ul .current-menu-item a{
	color:#f93634;
	background-color: #ffffff;
}
@media (min-width:60.1rem){
	nav ul .current_page_item a{
		color:#f93634;
		background: #ffffff;
	}
}*/
nav ul li ul,
nav[data-xx] ul li ul {
  padding: 10px;
  margin: 0;
  z-index: 2;
  text-align: left;
  min-width: 100%;
}
@media (min-width: 60.1rem) {
  nav ul li ul,
  nav[data-xx] ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 148%;
    right: 0;
    /*box-shadow:0 1px 4px 0 rgba(0,0,0,.2);*/
    /*-webkit-transform:translate3d(0,-2rem,0);
		transform:translate3d(0,-2rem,0);
		pointer-events:none;*/

    box-sizing: border-box;
    transition: 0.4s all ease;
    /*border-radius: 27px;*/
    font-size: 13px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    background: #685353;
  }
}
nav ul li ul li,
nav[data-xx] ul li ul li {
  display: block;
  /*border-left:4px solid transparent*/
}
nav ul li ul li:hover,
nav[data-xx] ul li ul li:hover {
  /*border-color:#679;

	background-color:#f4f5f6*/
}
/*nav ul li ul li:hover a,nav[data-xx] ul li ul li:hover a{
	-webkit-transform:translate3d(.5rem,0,0);
	transform:translate3d(.5rem,0,0)
}*/
nav ul li ul li a,
nav[data-xx] ul li ul li a {
  text-transform: uppercase;
  /*padding:.5rem 2rem .5rem 1.6rem;*/
  border: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
}
nav header:after,
nav header:before,
nav[data-xx] header:after,
nav[data-xx] header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4rem;
  height: 4.4rem;
  display: none;
  background-size: 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}
nav header:before,
nav[data-xx] header:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M6%2036h36v-4H6v4zm0-10h36v-4H6v4zm0-14v4h36v-4H6z%22%2F%3E%3C%2Fsvg%3E);
}
nav header:after,
nav[data-xx] header:after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M38%2012.83L35.17%2010%2024%2021.17%2012.83%2010%2010%2012.83%2021.17%2024%2010%2035.17%2012.83%2038%2024%2026.83%2035.17%2038%2038%2035.17%2026.83%2024z%22%2F%3E%3C%2Fsvg%3E);
  opacity: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav header a,
nav[data-xx] header a {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: row;
  left: 1rem;
  top: 0rem;
  width: 450px;
  height: 150px;
  padding: 1em;
  background: #fff;
  cursor: pointer;
  z-index: 3;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: 8px -33px 8px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 75rem) {
  nav header a,
  nav[data-xx] header a {
    position: absolute;
    left: 2rem;
    top: 0rem;
    padding: 0.5em;
    height: 4.4rem;
    box-shadow: none;
  }
}
nav header a amp-img,
nav[data-xx] header a amp-img {
  height: 2rem;
  vertical-align: middle;
  top: -1px;
  margin-right: 1rem;
}
@media (max-width: 75rem) {
  body {
    padding-top: 4.4rem;
  }
  nav,
  nav[data-xx] {
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  nav header,
  nav[data-xx] header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  nav header:after,
  nav header:before,
  nav[data-xx] header:after,
  nav[data-xx] header:before {
    display: block;
  }
  nav label,
  nav[data-xx] label {
    height: 4.4rem;
  }
  @media (max-width: 75rem) {
    nav header a,
    nav[data-xx] header a {
      padding: 0.5em;
      width: 100%;
      z-index: 0;
      position: absolute;
      left: 0;
      top: 0;
    }
  }
  nav label > ul,
  nav[data-xx] label > ul {
    position: fixed;
    top: 4.4rem;
    right: 0;
    bottom: 0;
    padding: 0;
    padding-top: 20px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    /*border-top:1px solid #eee;*/
    text-align: left;
    background: #fff;
    /* box-shadow: 8px 8px 8px 1px rgba(0, 0, 0, 0.5); */
    overflow-x: visible;
    overflow-y: auto;
    z-index: 50;
    max-width: 100%;
    width: 100vw;
  }
  nav label > ul li,
  nav[data-xx] label > ul li {
    /*display:block;*/
    /*border-top:1px solid #e3e6e8;*/
    width: 100%;
  }

  nav label input:checked ~ ul,
  nav[data-xx] label input:checked ~ ul {
    -webkit-transform: none;
    transform: none;
  }
  nav label input:checked ~ header:before,
  nav[data-xx] label input:checked ~ header:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
  nav label input:checked ~ header:after,
  nav[data-xx] label input:checked ~ header:after {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  nav label ul li ul,
  nav[data-xx] label ul li ul {
    display: block;
    width: 100%;
    padding: 0px;
  }

  nav label ul li ul li,
  nav[data-xx] label ul li ul li {
    border-color: #e3e6e8;
  }
}

/**********************************************************************************************/
/* Kleinzeugs und Hilfsklassen
/**********************************************************************************************/

mark {
  display: inline-block;
  font-size: 1.1rem;
  border-bottom: 1px solid #e3e6e8;
  border-radius: 1.5rem;
  background: #f4f5f6;
  color: #679;
  padding: 0.2rem 1.2rem;
  margin: 0 0.5rem 0.5rem 0;
}
[data-att],
[data-dtt]:disabled,
[data-tt] {
  overflow: visible;
}
[data-att]:after,
[data-dtt]:disabled:after,
[data-tt]:after {
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  background: #454f54;
  border-radius: 3px;
  color: #fff;
  /*font-family:sans-serif;*/
  font-size: 1.2rem;
  line-height: 2.5;
  font-weight: 300;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 0 1rem;
  -webkit-transform: translate(-50%, -95%);
  transform: translate(-50%, -95%);
  text-transform: none;
}
[data-att]:hover:after,
[data-dtt]:disabled:hover:after,
[data-tt]:hover:after {
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: translate(-50%, calc(-100% - 5px));
  transform: translate(-50%, calc(-100% - 5px));
}
[data-tt]:after {
  content: attr(data-tt);
}
[data-dtt]:disabled:after {
  content: attr(data-dtt);
}
[data-att]:after {
  content: attr(href);
}
:after,
:before,
a,
button,
input,
ul,
li,
select,
textarea,
tr,
ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[data-full] {
  width: 100%;
}
[data-hide] {
  display: none;
}
[data-serif] {
  font-family: serif;
}
[data-sans] {
  font-family: sans-serif;
}
[data-mono] {
  font-family: monospace;
}
[data-fs="xs"] {
  font-size: 1.1rem;
}
[data-fs="s"] {
  font-size: 1.2rem;
}
[data-fs="m"] {
  font-size: 1.4rem;
}
[data-fs="l"] {
  font-size: 1.6rem;
}
[data-fs="xl"] {
  font-size: 2.4rem;
}
[data-mt="0"] {
  margin-top: 0;
}
[data-mt="2"] {
  margin-top: 2rem;
}
[data-mt="4"] {
  margin-top: 4rem;
}
[data-mt="8"] {
  margin-top: 8rem;
}
[data-mb="0"] {
  margin-bottom: 0;
}
[data-mb="2"] {
  margin-bottom: 2rem;
}
[data-mb="4"] {
  margin-bottom: 4rem;
}
[data-mb="8"] {
  margin-bottom: 8rem;
}
[data-pt="0"] {
  padding-top: 0;
}
[data-pt="2"] {
  padding-top: 2rem;
}
[data-pt="4"] {
  padding-top: 4rem;
}
[data-pt="8"] {
  padding-top: 8rem;
}
[data-pb="0"] {
  padding-bottom: 0;
}
[data-pb="2"] {
  padding-bottom: 2rem;
}
[data-pb="4"] {
  padding-bottom: 4rem;
}
[data-pb="8"] {
  padding-bottom: 8rem;
}
[data-pa="0"] {
  padding: 0;
}
[data-pa="2"] {
  padding: 2rem;
}
[data-txt="l"] {
  text-align: left;
}
[data-txt="r"] {
  text-align: right;
}
[data-txt="c"] {
  text-align: center;
}
[data-txt="j"] {
  text-align: justify;
}

/**********************************************************************************************/
/* Custom
/**********************************************************************************************/

.textlarge {
  width: 100%;
  text-align: right;
  font-size: 1.5em;
  color: #000;
  padding-right: 15px;
}

/* Video-Container (zum responsiven Einbinden von Videos) */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-getwid-media-text-slider-slide-content {
  position: unset;
}

/* Banner im Contentbereich */

.banner {
  min-height: 60vh !important;
}
@media (max-width: 600px) {
  .banner {
    min-height: 40vh !important;
  }
}
.home .banner {
  min-height: 80vh !important;
}

/* Container mit Vollbreite, aber Inhaltspadding */

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2rem 15%;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
p.alignfull {
  padding-left: 9rem;
  padding-right: 9rem;
}

.alignwide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2rem 38%;
  box-sizing: border-box;
}
@media (max-width: 90rem) {
  .alignwide {
    padding: 1.2rem 5%;
  }
}

/* Container mit Vollbreite ohne Inhaltspadding */

.vollebreite {
  padding: 0;
}

/* Infoleiste */

div.infoleiste {
  padding: 10px 80px;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Spartan", Arial, Sans Serif;
}

.infoleiste p a:not([data-btn])::before,
.infoleiste p a[data-xx]:not([data-btn])::before {
  background: none;
}


.infoleiste h3 {
  display: none;
}

.infoleiste * {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.infoleiste p {
  margin: 0px;
}
div.infoleiste a:hover {
  color: white !important;
}

@media (max-width: 80rem) {
  div.infoleiste {
    padding: 20px 10px;
  }
  .infoleiste * {
    font-size: 1rem;
  }
}

@media (max-width: 50rem) {
  .infoleiste #text-3 {
    display: none;
  }
}

@media (max-width: 380px) {
  .infoleiste #text-6 {
    display: none;
  }
  .infoleiste * {
    font-size: 0.9rem;
  }
}

.infobox {
  padding: 0px;
  text-align: center;
}

/* @media (max-width:75rem){
	.infobox {
		width:50%;
	}
} */

.infobox ul {
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.infobox .lang-item img {
  /* Sprachen-Fahne */
  width: 20px !important;
  height: 14px !important;
}

/* Spalten-Block ohne Innenabstand */

.keinmargin .wp-block-column {
  margin-left: 0px;
}
.keinmargin .wp-block-group__inner-container {
  padding: 3.1rem;
}
@media (max-width: 600px) {
  .keinmargin .wp-block-group__inner-container {
    padding: 0.5rem;
  }
}

/* 3-Spalten-Block (zum besseren Skalieren des Standardblocks mit drei Spalten)*/

@media (max-width: 900px) and (min-width: 600px) {
  .dreispalter {
    display: block;
  }
  .dreispalter .wp-block-column {
    flex-basis: 100% !important;
  }
}

/* Cards */

.card h4 {
  font-weight: 400;
}
.card {
  background: #fff;
  display: block;
  padding: 0.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 0 0 2rem 0;
}
/* .card hr,.card hr[data-xx]{
	margin:1rem 0
} */
.card > amp-img,
.card > amp-img[data-xx],
.card > amp-img[class^="i-amp"],
.card > amp-img[class^="-amp"] {
  width: calc(100% + 4rem);
  max-width: none;
  margin: 0 0 2rem -2rem;
  display: block;
}
.card > amp-img:first-child,
.card > amp-img[data-xx]:first-child,
.card > amp-img[class^="i-amp"]:first-child,
.card > amp-img[class^="-amp"]:first-child {
  margin: -2rem 0 2rem -2rem;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.card > amp-img:last-child,
.card > amp-img[data-xx]:last-child,
.card > amp-img[class^="i-amp"]:last-child,
.card > amp-img[class^="-amp"]:last-child {
  margin: 0 0 -2rem -2rem;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.card .wp-block-columns {
  margin-bottom: 0px;
}

/* Flipboxen */

.flipboxen a {
  color: #fff;
}
.flipboxen p a:not([data-btn]):before {
  display: none;
}
.flipboxen .wp-block-column {
  background-color: transparent;
  height: 100px;
  width: 100px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flipboxen .wp-block-column .wp-block-media-text {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: inherit;
}

.flipboxen .wp-block-column:hover .wp-block-media-text {
  transform: rotateY(180deg);
  cursor: pointer;
}

.flipboxen .wp-block-column .wp-block-media-text .wp-block-media-text__media,
.flipboxen .wp-block-column .wp-block-media-text .wp-block-media-text__content {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flipboxen .wp-block-column .wp-block-media-text .wp-block-media-text__media {
  background-color: transparent;
  color: black;
}

.flipboxen
  .wp-block-column
  .wp-block-media-text
  .wp-block-media-text__media
  img {
  width: 90px;
}

.flipboxen .wp-block-column .wp-block-media-text .wp-block-media-text__content {
  background-color: #c00000;
  color: #fff;
  grid-column: auto;
  transform: rotateY(180deg);
}

/* Teaserblock */

.teaserblock figure a:after {
  height: 0px;
}
.teaserblock figcaption /* Für die Teaserblöcke (Bild und Link-Balken drunter) */ {
  text-align: left;
  margin-top: -8px;
  padding: 10px;
  font-size: 1.1em;
  font-weight: 400;
  color: #fff;
  background: #77263c;
}
.teaserblock figcaption a {
  color: #fff;
}

/* Nach oben überlappen */
.ueberlappend {
  margin-top: -120px;
  z-index: 10;
}
.ueberlappt {
  padding-bottom: 150px !important;
}

/* Shine */

.shine {
  margin: 0px;
  position: relative;
  transition: 0.4s all ease;
}
.shine .wp-block-column {
  display: block;
  position: relative;
  overflow: hidden;
}
.shine .wp-block-column::after,
.shine .wp-block-column::before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  pointer-events: none;
}
.shine .wp-block-column::after {
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}
.shine .wp-block-column::after {
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}
.shine .wp-block-column:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.shine .wp-block-column:hover::before {
  -webkit-animation: shine 0.8s;
  animation: shine 0.8s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes shine {
  100% {
    left: 160%;
  }
}

@keyframes shine {
  100% {
    left: 160%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
  }
}

/* Fuzzy Hover */

.fuzzyhover .wp-block-column:hover::after {
  position: absolute;
  display: block;
  content: "";
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  background: url("img/rahmen_v1.png") center center/100% 100% no-repeat;
  z-index: 6;
}

.fuzzyhover2 .wp-block-column:hover::after {
  position: absolute;
  display: block;
  content: "";
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  background: url("img/rahmen_v2.png") center center/100% 100% no-repeat;
  z-index: 6;
}

.fuzzyhover3 .wp-block-column:hover::after,
.fuzzyhover figure:hover::after,
.fuzzyhover a:hover::after {
  position: absolute;
  display: block;
  content: "";
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  background: url("img/rahmen_v3.png") center center/100% 100% no-repeat;
  z-index: 6;
}

/* Vergrößerungs-"+"-Hover */

.plushover .wp-block-column:hover a::after,
.plushover figure:hover a::after {
  position: absolute;
  display: block;
  content: "";
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  background: url("img/vergroesserung.png") center center/50px 50px no-repeat;
  z-index: 2;
}

/* Zoomin */

.zoomin .wp-block-column .wp-block-cover,
.zoomin figure,
.zoomin a {
  overflow: hidden;
}

.zoomin figure {
  font-size: 0;
  line-height: 0;
}

.zoomin .wp-block-column:hover .wp-block-cover img,
.zoomin figure:hover img,
.zoomin a:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  transition: transform 2s, -webkit-transform 2s;
}

.zoomin .wp-block-cover__inner-container,
.zoomin .wp-block-cover__inner-container {
  z-index: 30;
}

/* 1px margin */

.px1margin .wp-block-column:not(:first-child) {
  margin-left: 1px;
}
.px1margin.alignfull {
  margin-bottom: 1px;
}

/* "Letzte Posts"-Block */

.wp-block-latest-posts a {
  display: block;
  width: 100%;
}
.wp-block-latest-posts h3 {
  min-height: 2.6em;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: -0.05rem;
}
.wp-block-latest-posts .beitragslink {
  display: block;
  width: 100%;
  padding: 1em 0;
  background: #000000;
  color: #fff;
  text-align: center;
}

/* Beitragsloop */

.beitragsloop {
  border-bottom: 3px #ddd dotted;
  padding: 0 0 1rem;
  position: relative;
}
.beitragsloop img {
  width: 100%;
  margin: 2rem 0 0;
}
.beitragsloop h3 {
  font-size: 1.3rem;
  margin-top: 0.4rem;
}

/* Zweispalten Infoblock BilderLinks */

.wp-block-lazyblock-zweispalten-infoblock-bilderlinks {
  margin: 3rem 0;
}

.zweispalten_info_bl_column {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
}
.zweispalten_info .spalterechts {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .zweispalten_info .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}
@media (min-width: 768px) and (max-width: 781px) {
  .zweispalten_info .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
  }
}
.zweispalten_info .bildlinksoben {
  width: 90%;
  padding-bottom: 275px;
  padding-top: 3rem;
}

.zweispalten_info .bildlinksunten {
  width: 100%;
}

.zweispalten_info .wrap {
  overflow: hidden;
}

.zweispalten_info .bildlinksunten .wrap {
  position: absolute;
  width: 80%;
  bottom: 0;
  right: 0;
}

.zweispalten_info .bild {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s;
}

.zweispalten_info .bild a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  padding-top: 25%;
  z-index: 5;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
}
.zweispalten_info .bild a .h2 {
  font-size: 33px;
  line-height: 39px;
}
.zweispalten_info .bild a .h3 {
  font-size: 16px;
  line-height: 22px;
}
.zweispalten_info .bildlinksunten .bild a {
  padding-top: 40%;
}
.zweispalten_info .bildlinksoben .bild a {
  z-index: 0;
}

.zweispalten_info .bildrechts {
  overflow: hidden;
  margin-bottom: 3rem;
  order: 1;
  height: 250px;
  width: 80%;
  margin-left: 10%;
}
@media (min-width: 768px) {
  .zweispalten_info .bildrechts {
    height: 370px;
    margin-left: 5%;
  }
}
@media (min-width: 1200px) {
  .zweispalten_info .bildrechts {
    width: 400px;
    margin-left: 15%;
  }
}

/* Vierteaser + Zweiteaser-Blocks */

.wp-block-lazyblock-vierteaser-linkshoch,
.wp-block-lazyblock-vierteaser-rechtshoch,
.wp-block-lazyblock-zweiteaser-linksweit,
.wp-block-lazyblock-zweiteaser-rechtsweit {
  clear: both;
  margin: 0px -1% 0px -10px;
}

.wp-block-lazyblock-vierteaser-linkshoch > div,
.wp-block-lazyblock-vierteaser-rechtshoch > div,
.wp-block-lazyblock-zweiteaser-linksweit > div,
.wp-block-lazyblock-zweiteaser-rechtsweit > div {
  margin-right: -10px;
}

.wp-block-lazyblock-vierteaser-linkshoch .teaserbox,
.wp-block-lazyblock-vierteaser-rechtshoch .teaserbox,
.wp-block-lazyblock-zweiteaser-linksweit .teaserbox,
.wp-block-lazyblock-zweiteaser-rechtsweit .teaserbox {
  float: left;
  min-height: 400px;
  min-width: 33%;
  border: 1px #fff solid;
  border-right: 0px;
  border-bottom: 0px;
  background-size: cover;
}

.wp-block-lazyblock-vierteaser-linkshoch .teaserbox.hoch,
.wp-block-lazyblock-vierteaser-rechtshoch .teaserbox.hoch {
  height: 800px;
}

.wp-block-lazyblock-vierteaser-rechtshoch .teaserbox.hoch {
  float: right;
  margin-right: 1%;
}

@media (max-width: 950px) {
  .wp-block-lazyblock-vierteaser-rechtshoch .teaserbox.hoch {
    float: left;
  }
}

.wp-block-lazyblock-vierteaser-linkshoch .teaserbox.weit,
.wp-block-lazyblock-vierteaser-rechtshoch .teaserbox.weit,
.wp-block-lazyblock-zweiteaser-linksweit .teaserbox.weit,
.wp-block-lazyblock-zweiteaser-rechtsweit .teaserbox.weit {
  width: 66%;
}

@media (max-width: 950px) {
  .wp-block-lazyblock-vierteaser-linkshoch .teaserbox,
  .wp-block-lazyblock-vierteaser-rechtshoch .teaserbox,
  .wp-block-lazyblock-zweiteaser-linksweit .teaserbox,
  .wp-block-lazyblock-zweiteaser-rechtsweit .teaserbox {
    width: 100% !important;
  }
}

.wp-block-lazyblock-vierteaser-linkshoch .text-center,
.wp-block-lazyblock-vierteaser-rechtshoch .text-center,
.wp-block-lazyblock-zweiteaser-linksweit .text-center,
.wp-block-lazyblock-zweiteaser-rechtsweit .text-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-transform: uppercase;
}

.wp-block-lazyblock-vierteaser-linkshoch .text-center h3,
.wp-block-lazyblock-vierteaser-rechtshoch .text-center h3,
.wp-block-lazyblock-zweiteaser-linksweit .text-center h3,
.wp-block-lazyblock-zweiteaser-rechtsweit .text-center h3 {
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.wp-block-lazyblock-vierteaser-linkshoch .text-center h2,
.wp-block-lazyblock-vierteaser-rechtshoch .text-center h2,
.wp-block-lazyblock-zweiteaser-linksweit .text-center h2,
.wp-block-lazyblock-zweiteaser-rechtsweit .text-center h2 {
  color: #fff;
  margin-top: 0px;
}

.wp-block-lazyblock-vierteaser-linkshoch .text-center .button,
.wp-block-lazyblock-vierteaser-rechtshoch .text-center .button,
.wp-block-lazyblock-zweiteaser-linksweit .text-center .button,
.wp-block-lazyblock-zweiteaser-rechtsweit .text-center .button {
  color: #fff;
  /* border: 1px #fff solid; */
  background: #000;
  padding: 10px;
  margin: 0px 20%;
}

.wp-block-lazyblock-vierteaser-linkshoch .text-center:hover .button,
.wp-block-lazyblock-vierteaser-rechtshoch .text-center:hover .button,
.wp-block-lazyblock-zweiteaser-linksweit .text-center:hover .button,
.wp-block-lazyblock-zweiteaser-rechtsweit .text-center:hover .button {
  color: #3c3c3b;
  background: #fff;
}

/* Zweispalten 2 BilderLinks */

.zweispalten_2bilderlinks_bl_column {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
}
.zweispalten_2bilderlinks .spalterechts {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .zweispalten_2bilderlinks .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}
@media (min-width: 768px) and (max-width: 781px) {
  .zweispalten_2bilderlinks .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
  }
}
.zweispalten_2bilderlinks .bildlinksoben {
  /*width: 90%;*/
  padding-bottom: 400px;
  padding-top: 2rem;
  margin-left: 1.5rem;
}
.zweispalten_2bilderlinks .bildlinksoben .bild {
  height: 166px;
  width: 240px;
  z-index: 1;
  border: 8px solid #f9f8f7 !important;
}

.zweispalten_2bilderlinks .bildlinksunten {
  width: 100%;
}

.zweispalten_2bilderlinks .wrap {
  overflow: hidden;
}

.zweispalten_2bilderlinks .bildlinksunten .wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
.zweispalten_2bilderlinks .bildlinksunten .bild {
  min-height: 500px;
}
.zweispalten_2bilderlinks .bild {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .zweispalten_2bilderlinks .bildlinksunten .bild {
    min-height: 300px;
  }
  .zweispalten_2bilderlinks .bildlinksoben {
    padding-bottom: 200px;
  }
}

/* Zweispalten 2 BilderRechts */

.zweispalten_2bilderrechts_bl_column {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
}
.zweispalten_2bilderrechts .spaltelinks {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .zweispalten_2bilderrechts .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}
@media (min-width: 768px) and (max-width: 781px) {
  .zweispalten_2bilderrechts .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
  }
}
.zweispalten_2bilderrechts .bildrechtsoben {
  position: absolute;
  right: 0;
  padding-bottom: 400px;
  padding-top: 2rem;
  margin-right: 1.5rem;
}
.zweispalten_2bilderrechts .bildrechtsoben .bild {
  height: 166px;
  width: 240px;
  z-index: 1;
  border: 8px solid #f9f8f7 !important;
}

.zweispalten_2bilderrechts .bildrechtsunten {
  width: 100%;
}

.zweispalten_2bilderrechts .wrap {
  overflow: hidden;
}

.zweispalten_2bilderrechts .bildrechtsunten .wrap {
  position: relative;
  width: 100%;
  bottom: -100px;
  right: 0;
}
.zweispalten_2bilderrechts .bildrechtsunten .bild {
  min-height: 500px;
}
.zweispalten_2bilderrechts .bild {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .zweispalten_2bilderrechts .bildrechtsunten .bild {
    min-height: 300px;
  }
  .zweispalten_2bilderrechts .bildrechtsoben {
    padding-bottom: 200px;
  }
}

/* Slider mit Hintergrundbild und überlappendem Text (.verschoben-rechts) */

@media (min-width: 992px) {
  .verschoben-rechts
    figure.wp-block-getwid-media-text-slider-slide-content__media {
    padding-left: 15% !important;
  }
}
.verschoben-rechts
  figure.wp-block-getwid-media-text-slider-slide-content__media {
  margin-bottom: 20px;
}

.wp-block-getwid-media-text-slider-slide-content__content {
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.5);
}

.wp-block-group__inner-container {
  padding: 1.8em;
}

.verschoben-rechts {
  margin-top: 3rem !important;
}

.angebote-slider {
  padding-top: 1rem !important;
  padding-bottom: 3rem !important;
}

.angebote-slider .layer {
  padding: 1rem 0;
}

/* Footer-Button */

.footerButtonRight {
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (max-width: 840px) {
  .footerButtonRight {
    display: none;
  }
}

.footerbutton {
  background-color: transparent;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  border: 1px #fff dotted;
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  float: right;
}

.footerbutton:hover {
  transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  background: #fff;
}

.footerbutton h2 {
  font-size: 1.6rem;
  padding-top: 30px;
  margin-bottom: 0rem;
}

.footerbutton h3 {
  font-size: 1rem;
  margin-top: 0px;
  color: #685353;
}

/* Covid Button */
.wp-block-buttons.alignright {
  text-align: right;
}
.wp-block-buttons.alignleft {
  text-align: left;
}
.covid-button a {
  width: 250px;
  height: 250px;
  border-radius: 100% !important;
}
.button-covid {
  position: absolute;
  right: -30px;
  bottom: -37vh;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background-color: white;
}
.button-covid:hover {
  background-color: white !important;
}
.button-covid a {
  color: #998d85;
  font-weight: 700;
}

/* Bannerboxen (Störer) */

.bannerboxen {
  top: 200px;
  position: absolute;
  right: 50px;
  width: 30%;
  z-index: 1;
  font-size: 0.8rem;
}
@media (max-width: 80rem) {
  .bannerboxen {
    top: 200px;
    position: absolute;
    right: 10px;
    width: 40%;
    z-index: 2;
  }
}
@media (max-width: 600px) {
  .bannerboxen {
    top: 40px;
    position: absolute;
    right: 10px;
    width: 50%;
    z-index: 2;
  }
}
.bannerbox {
  width: 100%;
  right: 20px;
  bottom: 20px;
  background: #fff;
  padding: 20px;
}

.bannerbox::after {
  position: absolute;
  display: block;
  content: "";
  left: -15px;
  top: -15px;
  width: 70px;
  height: 70px;
  background: url("img/x.png") center center/70px 70px no-repeat;
  z-index: 2;
}

/* Header-Buttons */

.headerbuttons {
  width: 396px;
  height: 20px;
  position: absolute;
  top: calc(60vh - 268px);
  right: 20px;
  z-index: 2;
}

.home .headerbuttons {
  top: calc(80vh - 268px);
}

.headerbuttons .headerbutton {
  display: none;
  position: absolute;
  width: 143px;
  height: 136px;
  text-align: center;
  font-size: 1.7rem;
  font-family: "Spartan", Arial, Sans Serif;
}

.headerbuttons .headerbutton:first-child {
  display: flex;
  top: 60px;
  left: 66px;
  justify-content: center;
  flex-direction: column;
  background: url(https://relaunch.alpenhof.de/wp-content/themes/alpenhof/img/header-button-braun.png)
    center center/100% 100% no-repeat;
  z-index: 2;
}
.headerbuttons .headerbutton:first-child a {
  color: #fff;
}

.headerbuttons .headerbutton:last-child {
  display: flex;
  position: absolute;
  top: 142px;
  left: 138px;
  justify-content: center;
  flex-direction: column;
  background: url(https://relaunch.alpenhof.de/wp-content/themes/alpenhof/img/header-button-weiss.png)
    center center/100% 100% no-repeat;
}

/* Awards */

.awards {
  padding: 10px !important;
}

.awards img {
  filter: grayscale(100%);
}

.awards img:hover {
  filter: grayscale(0%);
}

.awards .wp-block-image .aligncenter {
  padding: 15px;
}

@media (min-width: 782px) and (max-width: 1200px) {
  .awards .wp-block-image .aligncenter {
    padding: 0px;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .awards .wp-block-column {
    flex-basis: 20% !important;
  }
}

@media (max-width: 599px) {
  .awards .wp-block-column {
    flex-basis: 25% !important;
  }
}

/* Schwarz-Weiße Bilder */

.bw img {
  filter: grayscale(100%);
}

/* Automatischer Banner-Image-Zoom - damit der Zoom funktioniert, muss ein Div .image-zoom um den Cover-Block fürs Bannerbild gelegt werden! */

.image-zoom {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0px;
  margin-top: 0px;
  box-sizing: border-box;
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.image-zoom .wp-block-cover {
  /* background:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(https://kruxor.com/images/pexels-photo-709552.jpg) no-repeat center; */
  display: inline-block;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  /*z-index: -1;*/
  animation: 60s ease 0s normal none infinite running zoomin;
  -webkit-animation: 60s ease 0s normal none infinite running zoomin;
  -o-animation: 60s ease 0s normal none infinite running zoomin;
  -moz--o-animation: 60s ease 0s normal none infinite running zoomin;
}

@keyframes zoomin {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* Mapcover */

.ol-attribution {
  /*OSM-Attribution-Text*/
  font-size: 0.8em;
}

.wp-block-cover.mapcover .wp-block-cover__inner-container .ol-popup a,
.wp-block-cover.mapcover .wp-block-cover__inner-container .ol-popup div {
  color: #000;
  font-size: 0.8em;
}

/* Gallerie-Block */

.blocks-gallery-grid.columns-2 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  margin-right: 1px;
  margin-bottom: 1px;
}

/* Slider-Block */

.wp-block-getwid-template-post-featured-image a {
  width: 100%;
}

.wp-block-getwid-template-post-featured-image img {
  display: block;
  object-fit: cover;
  height: 250px;
  width: 100%;
}

/**********************************************************************************************/
/* Gutenberg Farbpalette (!important nach Bug bei Update auf 5.5)
/**********************************************************************************************/

.has-lightgrey-background-color {
  background-color: #64696c;
}
.has-darkgrey-background-color {
  background-color: #2c3033;
}
.has-red-background-color {
  background-color: #8e2225 ;
}
.has-weiss-background-color {
  background-color: #fff;
}
.has-black-background-color {
  background-color: #000;
}
.has-lightgrey-color {
  color: #64696c;
}
.has-darkgrey-color {
  color: #2c3033;
}
.has-red-color {
  color: #8e2225 ;
}
.has-weiss-color {
  color: #fff;
}
.has-black-color {
  color: #000;
}


/**********************************************************************************************/
/* Projektspezifische Styles
/**********************************************************************************************/

/* Karten-Bugfix */

@media (max-width: 720px) {
  .ums_map_opts {
    margin-bottom: -30px;
  }
}

@media (max-width: 1060px) {
  div.alignfull.formular {
    padding: 10px;
  }
}

.copyright {
  float: left;
  padding: 0 1rem;
}

.social-media-footer {
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.social-media-footer > div {
  margin-left: 10px;
}

label.nl-label:before,
label.nl-label:after {
  display: none !important;
}
.nl-right input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
}
.row.checkbox-inline {
  display: inline-block;
}

.dirs-booking * {
  z-index: 1;
}

.anfrageformular h1 {
  padding-top: 2.5em;
}

hr {
  border: 0;
  width: 20%;
  height: 25px;
  margin: 0 auto;
  background: transparent
    url(https://www.haus-alpengruss.de/wp-content/themes/alpengruss/img/fuzzyline.png)
    center center/100% 100% no-repeat !important;
}
.wp-block-separator {
  border-top: 0px solid;
  border-bottom: 0px solid;
}
.wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
  border: 4px #fff solid;
}
.header ul li:last-child {
  background: #2c3033;
}
.header ul li:last-child:hover {
  background: #64696c;
}

.has-large-font-size {
    font-size: 1.7em;
}

i.fas.fa-dog {
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

/**********************************************************************************************/
/* Custom Linkstyles (am Ende der Datei, damit !important vermieden wird)
/**********************************************************************************************/

nav ul a {
  color: #2c3033;
  border-bottom: 1px #2c3033 solid;
  padding: 12px 20px;
  margin: 0 30px;
}
nav ul a:hover,
nav .current-menu-item a {
  color: #64696c;
}
/*a::after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
}
a:hover::after, a:active::after, .current_page_item > a::after, .current-menu-item > a::after, .current-menu-parent > a::after  {
	width: 100%;
	text-decoration: none;
}*/

a:hover {
  color: #8e2225;
}
.headerbuttons .headerbutton:first-child a:hover {
  color: #b95b0f;
}
.header ul li:last-child a {
  color: #fff;
  border-bottom: 0px;
}
#menu-item-217::after {
  display: block;
  content: "";
  background: url(img/neue_fewo.png) no-repeat;
  width: 38px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 7px;
}

.nopointer a:hover {
  cursor: default;
}

/* a.button,
a.wp-block-button__link,
.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  background: url(img/fuzzy-button_black.png) center center/100% 100% no-repeat !important;
  border: 0px !important;
  color: #fff !important;
  padding-right: 50px;
}

a.button:hover,
a.wp-block-button__link:hover {
  background: url(img/fuzzy-button_graygreen.png) center center/100% 100%
    no-repeat !important;
  border: 0px !important;
  color: #fff !important;
} */
