/*-------------------------------------------------------------------------------------

  Copyright (c) 2014 Pixelzauber GmbH, Switzerland
  CSS definition for basic layout

-------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,600;0,700;1,400&display=swap");

:root {
  --color-black: rgb(0, 0, 0);
  --color-white: rgb(255, 255, 255);
  --color-pink: rgb(255, 29, 153);
  --color-blue: rgb(75, 165, 255);
  --color-orange: rgb(255, 102, 0);
  --color-green: rgb(138, 187, 59);
  --color-petrol: rgb(0, 176, 172);
  --color-dark-green: rgb(92, 142, 100);
  --color-gold: rgb(226, 188, 115);
  --color-gold-25: rgb(226, 188, 115);
  --font-main: "Mulish", Arial, Helvetica, sans-serif;
}

/* Start CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html {
  height: 100%;
  font-size: 16px;
  line-height: 23px;
}
body {
  height: 100%;
  line-height: 1;
}
body ol,
body ul {
  list-style: none;
  margin-bottom: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active {
  outline: none;
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
ul,
ol {
  padding: 0;
  margin-left: 25px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 8px;
}

/*-----------------------------------------------
 *  Layout
 *---------------------------------------------*/
header,
section,
nav,
article,
main,
footer {
  position: relative;
  float: left;
  width: 100%;
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.content {
  position: relative;
  margin: 0;
  width: 100%;
}
.column-left,
.spalte-links {
  float: left;
  width: calc(100% - 400px);
}
.column-right,
.spalte-rechts {
  float: right;
  width: 378px;
}
.goTop {
  cursor: pointer;
}
.goMore {
  cursor: pointer;
}

.block,
.block_05,
.block_10,
.block_15,
.block_20,
.block_25,
.block_30,
.block_33,
.block_35,
.block_40,
.block_45,
.block_50,
.block_55,
.block_60,
.block_65,
.block_66,
.block_70,
.block_75,
.block_80,
.block_85,
.block_90,
.block_95,
.block_100 {
  float: left;
  height: auto;
}
.block {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0 -11px;
  width: calc(100% + 22px);
}
.block > .block {
  margin: 0 11px;
  display: block;
}
.block.border {
  margin: 11px;
}
.block.half {
  width: calc(50% - 22px);
}
.block.third {
  width: calc(33.3333% - 22px);
}
.block.two-third {
  width: calc(66.6666% - 22px);
}
.block.quarter {
  width: calc(25% - 22px);
}
.block.three-quarter {
  width: calc(75% - 22px);
}
.block.fifth {
  width: calc(20% - 22px);
}
.block.two-fifth {
  width: calc(40% - 22px);
}
.block.three-fifth {
  width: calc(60% - 22px);
}
.block.four-fifth {
  width: calc(80% - 22px);
}
.block.full {
  width: calc(100% - 22px);
}
.block.addr {
  float: right;
  margin: 0 11px;
  width: calc(40% - 22px);
}
.block.form {
  margin: 0 11px;
  width: calc(60% - 22px);
}
.block_05 {
  width: 5%;
}
.block_10 {
  width: 10%;
}
.block_15 {
  width: 15%;
}
.block_20 {
  width: 20%;
}
.block_25 {
  width: 25%;
}
.block_30 {
  width: 30%;
}
.block_33 {
  width: 33.3333%;
}
.block_35 {
  width: 35%;
}
.block_40 {
  width: 40%;
}
.block_45 {
  width: 45%;
}
.block_50 {
  width: 50%;
}
.block_55 {
  width: 55%;
}
.block_60 {
  width: 60%;
}
.block_65 {
  width: 65%;
}
.block_66 {
  width: 66.6666%;
}
.block_70 {
  width: 70%;
}
.block_75 {
  width: 75%;
}
.block_80 {
  width: 80%;
}
.block_85 {
  width: 85%;
}
.block_90 {
  width: 90%;
}
.block_95 {
  width: 95%;
}
.block_100 {
  width: 100%;
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1100px auto;
}
#copyright {
  position: fixed;
  bottom: 40px;
  right: 14px;
  width: 20px;
  height: 500px;
  z-index: 3;
}
#copyright .rotate {
  display: block;
  width: 500px;
  height: 20px;
  -webkit-transform: rotate(90deg) translatex(-20px);
  -webkit-transform-origin: left bottom;
  -moz-transform: rotate(90deg) translatex(-20px);
  -moz-transform-origin: left bottom;
  -o-transform: rotate(90deg) translatex(-20px);
  -o-transform-origin: left bottom;
  -ms-transform: rotate(90deg) translatex(-20px);
  -ms-transform-origin: left bottom;
  transform: rotate(90deg) translatex(-20px);
  transform-origin: left bottom;
}
#copyright .rotate .rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.frame-top,
.frame-bottom {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  z-index: 100;
  background: var(--color-gold);
  background: linear-gradient(
    90deg,
    var(--color-pink) 0,
    var(--color-pink) 16.66%,
    var(--color-blue) 16.66%,
    var(--color-blue) 33.33%,
    var(--color-orange) 33.33%,
    var(--color-orange) 50%,
    var(--color-green) 50%,
    var(--color-green) 66.66%,
    var(--color-petrol) 66.66%,
    var(--color-petrol) 83.33%,
    var(--color-dark-green) 83.33%,
    var(--color-dark-green) 100%
  );
}
.frame-bottom {
  top: inherit;
  bottom: 0;
}

header {
  position: fixed;
  float: left;
  padding: 65px 0 20px 80px;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 33.33%;
  max-width: 480px;
  background-color: var(--color-white);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50;
}

.logo {
  float: left;
  margin: 0;
  width: 100%;
}
.logo img {
  float: left;
  width: 100%;
  height: auto;
}

.navigation {
  float: left;
  margin: 100px 0 0 0;
  width: 100%;
}

main {
  margin-left: 480px;
  padding: 240px 0 80px 50px;
  width: 45%;
  max-width: 680px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  position: fixed;
  float: left;
  padding: 0 20px 30px 80px;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 33.33%;
  max-width: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 60;
}

#navMobile {
  position: fixed;
  right: -100%;
  top: 90px;
  width: 100%;
  height: calc(100% - 90px);
  min-height: calc(100% - 90px);
  background: var(--color-gold);
  z-index: 50;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: none;
  overflow-x: hidden;
  overflow-y: auto;
}
#navMobile.open {
  right: 0;
}

#goUp {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 10px;
  height: 46px;
  width: 46px;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-gold);
  background-image: url("../images/icon_up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto, auto;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100000;
}
#react-cookie-banner {
  position: fixed;
  padding: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: rgb(231, 120, 21);
  z-index: 100000;
}

/* Standard Images */
.image-wrapper,
.image-wrapper-left,
.image-wrapper-right,
.image-wrapper-big {
  float: right;
  margin: 0 0 10px 30px;
  width: 40%;
  max-width: 280px;
  height: auto;
}
.image-wrapper-left {
  float: left;
  margin: 4px 30px 10px 0;
}
.image-wrapper-big {
  float: left;
  margin: 4px 0 0 0;
  width: 100%;
  max-width: inherit;
}
.image-wrapper-right {
  float: right;
  margin: 4px 0 10px 30px;
}
.image-wrapper img,
.image-wrapper-left img,
.image-wrapper-right img,
.image-wrapper-big img {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

/* Images */
.imgFrame,
.imageFrame {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.05);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.imgFrame::before,
.imageFrame::before {
  content: "";
  display: block;
  padding-top: 70%;
}

/* Video */
.responsive-iframe {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 0px;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------
 *  Text Basics
 *---------------------------------------------*/
body {
  font-family: var(--font-main);
  color: var(--color-black);
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  -webkit-text-size-adjust: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-main);
  margin: 20px 0 10px 0;
  font-size: 42px;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.1em;
}
h1,
.h1 {
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 1.4rem;
}
h4,
.h4 {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-weight: 400;
  font-size: 1rem;
}
.first {
  margin-top: 0;
}
.center {
  text-align: center;
}

p {
  line-height: 1.3em;
  margin-bottom: 8px;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  color: var(--color-black);
  text-decoration: underline;
}
a:hover {
  color: var(--color-gold);
  text-decoration: underline;
}
a.active {
}
a[name],
a[name]:hover {
  color: var(--color-black);
  text-decoration: none;
}

em {
  font-style: italic;
}

pre {
  padding: 10px 19px;
  margin: 18px 0 12px 0;
  line-height: 20px;
  width: auto;
  color: rgb(0, 0, 160);

  border: 1px solid rgb(200, 200, 200);
  background-color: rgb(240, 240, 240);

  overflow: auto;
  overflow-y: hidden;
}

sup {
  line-height: 1em;
}

blockquote {
  display: inline-block;
  position: relative;
  padding: 20px 28px 18px 28px;
  margin: 11px 22px;
  width: auto;
  max-width: calc(100% - 44px);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  color: rgb(110, 110, 110);
  border-radius: 8px;
  background-color: rgb(241, 241, 241);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote::before,
blockquote::after {
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 1;
  font-size: 80px;
}
blockquote::before {
  content: "\201C";
  top: 10px;
  left: -20px;
}
blockquote::after {
  right: -16px;
  bottom: 0;
  content: "\201D";
}
blockquote cite {
  left: 40px;
  margin-bottom: 8px;
  font-size: 1em;
  color: rgb(179, 179, 179);
}
blockquote cite:before {
  content: "\2014 \2009";
}

ol,
ul {
  margin: 0;
  padding: 0 0 15px 0;
  width: 100%;
}
ul ul,
ol ol {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul li {
  list-style: none;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 18px;
}
ul li::before {
  float: left;
  content: "\25CF";
  color: var(--color-gold);
  margin: 0 0 -10px -14px;
  display: block;
  font-size: 0.8em;
}
ol li {
  margin-left: 30px;
  line-height: 1.5em;
  list-style: decimal;
}
@media print {
  ol {
    margin: 0 0 0 24px;
    padding: 0;
    list-style: decimal;
  }
  ul {
    margin: 0 0 0 17px;
    padding: 0;
    list-style: disc;
  }
  ol li,
  ul li {
    margin: 0;
    padding: 0;
    background: none;
  }
}

b,
strong {
  font-weight: 700;
}

hr {
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
  height: 0;
  border: 0;
  border-top: 1px dotted rgb(0, 0, 0);
}

table {
  margin-bottom: 10px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
table th {
  border-bottom: 1px dotted rgb(0, 0, 0);
  font-weight: 400;
  padding: 4px 0;
  text-align: left;
}
table td {
  line-height: 1.3em;
  padding: 4px 0;
}
table.none,
table.none td {
  padding: 0px;
  margin-bottom: 0px;
}
table.zebra thead tr {
  background-color: rgb(233, 233, 233);
}
table.zebra tbody tr:nth-child(even) {
  background-color: rgb(243, 243, 243);
}

.column {
  column-count: 2;
  column-gap: 30px;
}

/*-----------------------------------------------
 *  Text Customising
 *---------------------------------------------*/
.content a.pdf,
.content a.doc,
.content a.xls,
.content a.ppt,
.content a.jpg,
.content a.zip,
.content a.mp4,
.content a.xd {
  background-color: transparent;
  background-position: 0 3px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 0;
}
.content a.pdf {
  background-image: url("../images/icon_files_pdf.svg");
}
.content a.doc {
  background-image: url("../images/icon_files_doc.svg");
}
.content a.xls {
  background-image: url("../images/icon_files_xls.svg");
}
.content a.ppt {
  background-image: url("../images/icon_files_ppt.svg");
}
.content a.jpg {
  background-image: url("../images/icon_files_img.svg");
}
.content a.zip {
  background-image: url("../images/icon_files_zip.svg");
}
.content a.mp4 {
  background-image: url("../images/icon_files_mp4.svg");
}
.content a.xd {
  background-image: url("../images/icon_files_xd.svg");
}
.content a.none,
.content a:hover.none {
  background: none;
  padding-right: 0px;
  padding-left: 0px;
}

p.button {
  padding: 20px 0 30px 0;
}
p.button a {
  padding: 8px 30px;
  cursor: pointer;
  color: var(--color-black);
  background: none;
  background-color: var(--color-gold);
  border: 2px solid var(--color-gold);
  text-decoration: none;
  border-radius: 3px;
}
p.button a:hover {
  color: var(--color-white) !important;
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
}

blockquote {
  padding: 40px 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
}
blockquote::before {
  top: -12px;
  left: -15px;
  height: 60px;
  width: 60px;
  content: "";
  background-image: url(../images/icon_quote.svg);
  background-size: 60px auto;
  background-repeat: no-repeat;
}
blockquote::after {
  right: inherit;
  bottom: inherit;
  content: "";
}

.toggle {
  float: left;
  margin-bottom: 25px;
  padding: 10px 0 0 0;
  width: 100%;
  border-bottom: 1px solid rgb(209, 209, 209);
  cursor: pointer;
}
.toggle h3 {
  margin: 0;
  padding: 10px 0 10px 30px;
  text-transform: none;
  line-height: 1em;
  background: transparent url(../images/icon_nav_forward.svg) left center no-repeat;
  background-size: 16px auto;
}
.toggle .display {
  display: none;
  position: relative;
  float: left;
  padding: 10px 0;
  margin-left: 30px;
  width: calc(100% - 30px);
}
.toggle.open h3 {
  background: transparent url(../images/icon_nav_down.svg) left center no-repeat;
  background-size: 16px auto;
}

.portrait {
  position: absolute;
  padding: 6px;
  top: 50px;
  right: 0px;
  width: 34%;
  max-width: 170px;
  transform: rotate(4deg);
  background: var(--color-white);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.portrait img {
  float: left;
  width: calc(100% - 10px);
}

footer a {
  text-decoration: none;
}

#copyright {
  font-size: 0.9em;
  color: rgba(51, 51, 51, 0.25);
}
#copyright a {
  text-decoration: none;
  color: rgba(51, 51, 51, 0.25);
}
#copyright a:hover {
  color: var(--color-gold);
}

#react-cookie-banner {
  font-size: 1.1em;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
#react-cookie-banner a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
#react-cookie-banner a:hover {
  color: rgb(200, 200, 200);
}
#react-cookie-banner .button {
  float: right;
  margin: 0;
  margin-top: -20px;
}
#react-cookie-banner .button a {
  text-decoration: none;
}

/**
 * socialmedia
 *
 */
ul.socialmedia {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  margin: 11px 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
ul.socialmedia li {
  display: inline;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}
ul.socialmedia li:hover,
ul.socialmedia li:active {
}
ul.socialmedia li::before {
  content: none;
}
ul.socialmedia li a {
  display: inline-block;
  padding-left: 34px;
  width: 34px;
  height: 34px;
  background-size: 34px auto;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li.youtube a {
  background-image: url(../images/icon_socialmedia_youtube.svg);
}
li.linkedin a {
  background-image: url(../images/icon_socialmedia_linkedin.svg);
}
li.linkedin:hover a {
  background-image: url(../images/icon_socialmedia_linkedin_gold.svg);
}
li.xing a {
  background-image: url(../images/icon_socialmedia_xing.svg);
}
li.facebook a {
  background-image: url(../images/icon_socialmedia_facebook.svg);
}
li.facebook:hover a {
  background-image: url(../images/icon_socialmedia_facebook_gold.svg);
}
li.twitter a {
  background-image: url(../images/icon_socialmedia_twitter.svg);
}
li.whatsapp a {
  background-image: url(../images/icon_socialmedia_whatsapp.svg);
}
li.instagram a {
  background-image: url(../images/icon_socialmedia_instagram.svg);
}
li.pinterest a {
  background-image: url(../images/icon_socialmedia_pinterest.svg);
}
li.mail a {
  background-image: url(../images/icon_socialmedia_mail.svg);
}

/*-----------------------------------------------
 *  Navigation
 *---------------------------------------------*/
.navigation ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
  font-size: 22px;
}
.navigation ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
  line-height: 1;
}
.navigation ul li::before {
  content: none;
}
.navigation ul li a {
  float: left;
  display: block;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: auto;
  text-decoration: none;
}
.navigation ul li.active a {
  font-weight: 700;
}

/*  Navigation Mobile  */
.navMobileIcon {
  display: none;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  outline: 0;

  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;

  background-color: transparent;
}
.navMobileIcon:hover,
.navMobileIcon:focus {
  background-color: transparent;
  outline: none;
}
.navMobileIcon span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-black);
}
.navMobileIcon span:before,
.navMobileIcon span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-black);
  content: "";
}
.navMobileIcon span:before {
  top: -8px;
}
.navMobileIcon span:after {
  bottom: -8px;
}

.navMobileIconX span {
  transition: background 0s 0.3s;
}
.navMobileIconX span:before,
.navMobileIconX span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.navMobileIconX span:before {
  transition-property: top, transform;
}
.navMobileIconX span:after {
  transition-property: bottom, transform;
}

.navMobileIconX.is-active span {
  background: none;
}
.navMobileIconX.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.navMobileIconX.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.navMobileIconX.is-active span:before,
.navMobileIconX.is-active span:after {
  transition-delay: 0s, 0.3s;
}

#navMobile ul {
  position: relative;
  float: left;
  margin: 50px 0 0 0;
  padding: 0;
  width: 100%;
}
#navMobile ul li {
  position: relative;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  list-style: none;
  background-image: none;
}
#navMobile ul li::before {
  content: none;
}
#navMobile ul li a {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px 20px;
  width: calc(100% - 40px);
  display: block;
  font-size: 30px;
  text-decoration: none;
  color: var(--color-black);
  font-weight: 400;
}

/* Level 2 */
#navMobile ul li ul {
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
  border: none;
  display: none;
}
#navMobile ul li ul li {
  padding: 0;
  border-bottom: none;
}
#navMobile ul li ul li a {
  position: relative;
  float: left;
  margin: 0;
  padding: 8px 0 8px 35px;
  width: calc(100% - 35px);
  display: block;
  text-transform: none;
  font-size: 1.1em;
  color: rgb(0, 0, 0);
}

/* Level 3 */
#navMobile ul li ul li ul li a {
  padding: 5px 0 5px 50px;
  font-size: 1em;
}

#navMobile a.starter_active,
#navMobile a.active {
  font-weight: 700;
}

#navMobile ul li .openSubmenu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

#navMobile ul li.level-1 > ul.menu {
  display: none;
}
#navMobile ul li.level-1.starter_active > ul.menu,
#navMobile ul li.level-2 > ul.menu {
  display: block;
}
#navMobile ul li.level-1 .plus {
  background-image: url("../images/icon_nav_plus.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 26px auto;
}
#navMobile ul li.level-1 .minus {
  background-image: url("../images/icon_nav_minus.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 26px auto;
}

/*-----------------------------------------------
 *  Formular
 *---------------------------------------------*/
form,
fieldset {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
fieldset {
  margin: 0 0 10px 0;
  width: 100%;
}
label,
legend {
  float: left;
  margin: 0 11px;
  padding-top: 13px;
  width: calc(30% - 22px);
}
.group {
  float: left;
  margin: 0;
  padding: 6px 0;
  width: 70%;
}
/*
fieldset .group {
	float: right;
	margin: 0 15px;
	width: calc(70% - 30px);
}
fieldset .group label {
	margin: 0 0 5px 0;
	width: 100%;
}
*/
.required {
  color: rgb(190, 0, 0);
}
select,
input,
textarea {
  float: left;
  margin: 0 11px 5px 11px;
  padding: 10px 11px;
  width: calc(70% - 22px);
  min-

  border-radius: 3px;
  border: 2px solid var(--color-gold);
  background-color: var(--color-white);
  outline: none;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.plz {
  margin-right: 5px;
  width: 100px;
}
input.ort {
  margin-left: 0;
  width: calc(70% - 127px);
}
select {
  padding: 10px 50px 10px 7px;
  background-image: url("../images/icon_down.svg");
  background-position: calc(100% - 11px) center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select:required:invalid {
  color: rgb(179, 179, 179);
}
select option[value=""][disabled] {
  display: none;
}
select option,
select:required:invalid option {
  color: rgb(51, 51, 51);
}
textarea {
  padding-top: 10px;
  height: 124px;
}
/*
input[type="text"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  -webkit-padding-before: 2px;
  -webkit-padding-after: 2px;
}
*/

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		background-image: url('../images/bg_select.png');
		background-position: right center;
		background-repeat: no-repeat;
	}
}
select {
	background-image: url('../images/bg_select.png');
	background-position: right center;
	background-repeat: no-repeat;
}
select::-ms-value {
	background: none;
}
*/
::-webkit-input-placeholder {
  color: rgb(179, 179, 179);
}
:-moz-placeholder {
  color: rgb(179, 179, 179);
  opacity: 1;
}
::-moz-placeholder {
  color: rgb(179, 179, 179);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgb(179, 179, 179) !important;
}
::-ms-input-placeholder {
  color: rgb(179, 179, 179);
}
::placeholder {
  color: rgb(179, 179, 179);
}
select.placeholder {
  color: rgb(179, 179, 179);
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  float: left;
  margin-top: 10px;
  cursor: pointer;
  color: var(--color-black);
  width: calc(35% - 22px);

  border: none;
  border-radius: 3px;
  background-color: var(--color-gold);
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}

.container {
  display: block;
  position: relative;
  margin: 4px 11px 4px 11px;
  padding: 0 0 0 35px;
  width: calc(100% - 22px);
  min-height: 24px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group.rail .container {
  width: auto;
  margin-right: 33px;
}
.group.rail .container:last-child {
  margin-right: 0;
}
.container input {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  width: 0;
  height: 0;
}
.checkmark,
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid var(--color-gold);
  background-color: var(--color-white);
  border-radius: 3px;
}
.radiomark {
  border-radius: 50%;
}
.error .checkmark,
.error .radiomark {
  border: 1px solid rgb(190, 0, 0);
}

.checkmark:after,
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.container:hover input ~ .checkmark:after,
.container input:checked ~ .checkmark:after,
.container:hover input ~ .radiomark:after,
.container input:checked ~ .radiomark:after {
  display: block;
}
.container:hover .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--color-gold-25);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container .checkmark:after,
.container:hover input:checked ~ .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--color-gold);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container:hover .radiomark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-gold-25);
}
.container .radiomark:after,
.container:hover input:checked ~ .radiomark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-gold);
}

.switch {
  position: relative;
  display: inline-block;
  margin: 7px 11px;
  padding: 0;
  width: 56px;
  height: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(190, 0, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgb(0, 148, 5);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 15px;
}

.slider.round:before {
  border-radius: 50%;
}

form p {
  /* Pflichtfeld */
  float: left;
  margin-right: 11px;
  margin-left: calc(30% + 11px);
  width: calc(70% - 22px);
}
div.error {
  display: none;
  float: left;
  margin: 0;
  width: 100%;
  color: rgb(190, 0, 0);
}

/* Form stretched */
form.stretched label {
  display: none;
}
form.stretched label.container {
  display: block;
}
form.stretched legend {
  margin-bottom: 5px;
  width: calc(100% - 30px);
}
form.stretched fieldset .group {
  width: calc(100% - 30px);
}
form.stretched fieldset .group label {
  display: block;
}
form.stretched input[type="text"],
form.stretched input[type="number"],
form.stretched input[type="url"],
form.stretched input[type="tel"],
form.stretched input[type="email"],
form.stretched input[type="password"],
form.stretched select,
form.stretched textarea {
  width: calc(100% - 30px);
}
form.stretched input[type="submit"],
form.stretched input[type="button"],
form.stretched input[type="reset"] {
  width: calc(50% - 30px);
}
form.stretched p {
  float: left;
  margin: 11px;
  width: calc(100% - 22px);
}

.block.addition {
  margin-top: -10px;
  height: 0px;
  overflow: hidden;
}

/*-----------------------------------------------
 *  Search
 *---------------------------------------------*/
.navSearchIconX {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 38px;
  right: 30px;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;

  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;

  background-color: transparent;
}
.navSearchIconX span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: none;
}
.navSearchIconX span:before,
.navSearchIconX span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  content: "";
}
.navSearchIconX span:before {
  top: 0;
  transform: rotate(45deg);
}
.navSearchIconX span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.search form {
  margin: 0;
  padding: 8px;
  margin-left: calc(50% - 300px);
  width: 584px;
  background: rgb(241, 241, 241);
  /*
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	*/
}
.search input {
  float: left;
  border: none;
  margin: 0;
  padding: 5px 10px;
  height: 44px !important;
  width: calc(100% - 44px);
  color: rgba(51, 51, 51, 1);
  border: none;
  background: transparent;
}
.search input:focus {
  color: rgba(51, 51, 51, 1);
}
.search input[type="submit"] {
  float: left;
  margin: 0;
  padding: 0;
  height: 44px !important;
  width: 44px;
  background: transparent url("../images/icon_search.svg") center no-repeat;
  background-size: 25px auto;
  box-shadow: none;
}
.search input[type="submit"]:hover {
  border: none;
}

.searchForm {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.searchForm input {
  float: left;
  margin: 0;
  height: 50px;
  width: 66.6666%;
}
.searchForm input[type="submit"] {
  float: left;
  margin: 0;
  height: 50px;
  width: 33.3333%;
}
.searchResult {
  float: left;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 100%;
  cursor: pointer;
}
.searchResult h3,
.searchResult p {
  margin: 0;
}
.searchResult p .resultPath {
  color: rgb(150, 150, 150);
}

/*-----------------------------------------------
 *  Loader
 *---------------------------------------------*/
.loader {
  position: relative;
  margin: 0 auto;
  top: 35%;
  width: 60px;
  height: 70px;
  text-align: center;
}
.loader > div {
  background-color: var(--color-gold);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out;
}
.loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loader .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes loader {
  0%,
  60%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  30% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes loader {
  0%,
  60%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  30% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*-----------------------------------------------
 *  Module
 *---------------------------------------------*/
/*  Headlines  */
.headlines {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0;
  width: calc(100% + 22px);
}
.headlines > .block {
  margin: 0 11px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.headlines > .block:hover {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  background-color: rgb(255, 255, 255);
}
.headlines .imgFrame {
  margin-bottom: 12px;
}

/*-------------------------------------------------------------------------------------
  CSS DEFINITIONS FOR FancyBox
-------------------------------------------------------------------------------------*/
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

/*-----------------------------------------------
 *  Responsive
 *---------------------------------------------*/
@media only screen and (max-width: 1480px) {
  header {
    padding-left: 5%;
  }
  main {
    padding-left: 2%;
    margin-left: 33.33%;
  }
  footer {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .background {
    background-size: 65% auto;
  }
  .navigation {
    margin-top: 60px;
  }
  main {
    padding-top: 190px;
  }
  .portrait {
    top: 60px;
    right: -40px;
  }

  h1,
  h2,
  h3,
  h4 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media only screen and (max-width: 980px) {
  .desktop,
  .background,
  .navigation,
  #copyright {
    display: none;
  }
  .mobile,
  .navMobileIcon {
    display: block;
  }
  header {
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: inherit;
    width: 100%;
    max-width: inherit;
    height: 90px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  .logo {
    margin: 25px 0 0 20px;
    width: calc(100% - 90px);
    max-width: 300px;
  }
  main {
    margin: 100px 0 0 0;
    padding: 40px 20px;
    width: 100%;
    max-width: inherit;
  }

  footer {
    position: relative;
    padding: 30px 20px 40px 20px;
    bottom: inherit;
    width: 100%;
    max-width: inherit;
    background-color: var(--color-gold-25);
  }
  .portrait {
    top: 60px;
    right: 0;
  }
}

@media only screen and (max-width: 580px) {
  /* Formulare */
  label,
  legend {
    margin: 5px 0 0 0;
    width: 100%;
  }
  label {
    margin-bottom: 8px;
  }
  label.noCaption {
    width: calc(100% - 25px);
  }
  input,
  textarea,
  select {
    margin: 0 0 5px 0;
    font-size: 1.1em;
    width: 100% !important;
    height: inherit;
    padding: 10px 3% !important;
  }
  input[type="submit"],
  input[type="button"],
  input[type="resete"] {
    padding: 15px 0;
    height: auto;
  }
  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
    width: auto !important;
  }
  .container,
  .group {
    margin: 0 0 5px 0;
    width: 100%;
  }
  form p {
    margin: 0 0 5px 0;
    width: 100%;
  }

  .search input {
    width: calc(100% - 44px) !important;
  }
  .search input[type="submit"] {
    width: 44px !important;
  }

  .block_05,
  .block_10,
  .block_15,
  .block_20,
  .block_25,
  .block_30,
  .block_33,
  .block_35,
  .block_40,
  .block_45,
  .block_50,
  .block_55,
  .block_60,
  .block_65,
  .block_66,
  .block_70,
  .block_75,
  .block_80,
  .block_85,
  .block_90,
  .block_95,
  .block_100 {
    margin: 0;
    width: 100%;
  }
  .block,
  .block.half,
  .block.third,
  .block.two-third,
  .block.quarter,
  .block.three-quarter,
  .block.fifth,
  .block.two-fifth,
  .block.three-fifth,
  .block.four-fifth,
  .block.full,
  .block.addr,
  .block.form {
    margin: 0;
    width: 100%;
  }

  /* Texte */
  h1 {
  }
  h2 {
  }
  h3 {
  }

  blockquote {
    margin: 11px 0;
    padding: 25px;
    max-width: calc(100% - 50px);
  }
  blockquote::before,
  blockquote::after {
    font-size: 60px;
  }
  blockquote::before {
    left: -10px;
  }
  blockquote::after {
    right: -20px;
  }

  /*
	blockquote {
		padding: 15px 0 15px 35px;
	}
	blockquote:before {
		left: 0px;
	}
	*/
  .column {
    column-count: 1;
    column-gap: 0;
  }
}
