*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:focus,*:active,*:hover,*{
  outline: none !important;
}
:root {
  --c-default: #333;
  --c-special: #ccc;

  --c-purple: #711060;
  --c-brown: #A96241;
  --c-lightgrey: #F2F2F2;
  --c-darkgrey: #1D1D1D;
  --c-white: white;
  --c-black: black;

  --c-notify: #a90013;
  --c-notifyRGB: rgba(169,0,19,1);
  --main-padding: 15px; 
}
::-moz-selection { 
  background: var(--c-purple); 
  color: var(--c-white); 
}
::selection { 
  background: var(--c-purple); 
  color: var(--c-white); 
}

/**************************************** Start ****************************************/
body{
  overflow-y: scroll;
  line-height:1.4;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;
}
body.ps-active {
  transform: translateX(260px);
}
body.ps-active-right {
  transform: translateX(-260px);
}
img, svg{
  max-width:100%;
  height:auto;
}
table{
  width:100%;
}
a {
  color: var(--c-darkGrey);
  text-decoration: none;
  opacity: 1;
  transition: all .2s ease;
}
a:hover {
  opacity: .9;
}
p{
  margin: 1em auto;
}
ul, ol{
  margin-left: 17px;
}
iframe{
  width: 100%;
  min-height: 350px;
}
video {
  width: 100%;
}
.button {
  font-family: bagatela, serif;
  appearance: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  min-width: 275px;
  background: var(--c-brown);
  color: var(--c-white);
  line-height: 1;
  font-size: 1.125em;
  cursor: pointer;
  border-radius: 0px;
  transition: all .3s ease;
}
.button:hover {
  background: var(--c-purple);
}

/**************************************** Scroll Slider Div ***************************************/
.mouse {
  max-width: 25px;
  width: 100%;
  height: auto;
}
.scroll {
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.650, -0.550, 0.250, 1.500);
  animation-iteration-count: infinite;
  transform-origin: 50% 20.5px;
  will-change: transform;
}
.scroll-link {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@keyframes scroll {
  0%, 20% {transform: translateY(0) scaleY(1);}
  10% {opacity: 1;}
  100% {transform: translateY(36px) scaleY(2); opacity: 0.01;}
}

/**************************************** Header ****************************************/
h1,h2,h3,h4,h5,h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  line-height:35px;
  font-family: bagatela, serif;
}
h1 { 
  font-size: 3.75em;
  margin-top: 0.67em;
  margin-bottom: 0;
  line-height: 1;
  color: var(--c-purple);
}
h2 {
  font-size: 2.625em;
  margin-bottom: 0.83em;
  color: var(--c-purple);
}
.parallaxCaption h2 {
  margin-bottom: 0;
}
.parallaxColumns h2 {
  color: var(--c-white);
  margin-bottom: 1em;
}
h3 { 
  font-size: 1.625em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--c-brown);
  line-height: 1;
}
h3.subheader, .parallaxCaption h3 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: .5em;
}
.headerCaption h3 {
  margin-top: .2em;
}
.parallaxColumns h3 {
  color: var(--c-purple);
  line-height: 1.2;
}
h4 { 
  font-size: 1.25em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
h5 { 
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
h6 { 
  display: none;
}
header .first, 
header .second {
  display: block;
}
/**************************************** Inner ****************************************/
.clr{
  clear: both;
  display: block;
  content: '';
}
.grid{
  opacity:1;
}
.cover{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.inner,
.articleInner,
.grid-layout-100 {
  max-width: 1280px;
  width: 100vw;
  margin: auto;
}
.grid-layout-110 {
  max-width: 992px;
  width: 100vw;
  margin: auto;
}
.grid-layout-120 {
  max-width: 85vw;
  width: 100vw;
  margin: auto;
}
#mainHeader .inner {
  max-width: 85vw;
}
.articleInner .articleInner{
  width: auto;
  padding:0;
}
.frame-layout-10 .articleInner,
.noInner .articleInner {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* Flex mittig */
.flex{ 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/**************************************** Back BTN ****************************************/
.back-to-top, .fast-support {
  position: fixed;
  bottom: 62px;
  right: 4%;
  text-decoration: none;
  color: var(--c-white);
  background: var(--c-brown);
  font-size: 18px;
  font-weight: 700;
  height: 41px;
  width: 41px;
  line-height: 41px;
  text-align: center;
  display: block;
  z-index: 99;
}
.fast-support {
  bottom: 114px;
  display: inline;
  animation: brownpulse 1.5s infinite;
  font-family: 'bagatela', serif;
  font-size: 1.8em;
  font-weight: 400;
}
.back-to-top:hover, .fast-support:hover {    
  background-color: var(--c-purple);
}
.fast-support:hover {    
  animation: purplepulse 1s infinite;
}
/**************************************** Animation ****************************************/
@keyframes brownpulse {
    0% {box-shadow: 0 0 0 0 rgba(169,98,65, 0.8);}
   80% {box-shadow: 0 0 0 10px rgba(169,98,65, 0);}
  100% {box-shadow: 0 0 0 0 rgba(169,98,65, 0);}
}
@keyframes purplepulse {
    0% {box-shadow: 0 0 0 0 rgba(113,16,96, 0.8);}
   80% {box-shadow: 0 0 0 10px rgba(113,16,96, 0);}
  100% {box-shadow: 0 0 0 0 rgba(113,16,96, 0);}
}

/* close BTN Start */
.close:before{
  content:' ';
}
#closebtn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
#closebtn span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#closebtn span:nth-child(1) {top: 0px;}
#closebtn span:nth-child(2) {top: 9px;}
#closebtn span:nth-child(3) {top: 18px;}
#closebtn:hover span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}
#closebtn:hover span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#closebtn:hover span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}

/**************************************** Panel ****************************************/
.panel {
  position: fixed;
  top: 0;
  width: 220px;
  height: 100%;
  padding: 20px;
  background-color: #333;
  color: #fff;
  box-shadow: inset 0 0 5px 5px #222;
}
#right-panel .inner, 
#right-panel .articleInner,
#left-panel .inner,
#left-panel .articleInner{
  width:100%;
  margin:0;
  padding:0;
}
#left-panel {
  left: 0;
  transform: translateX(-260px);
}
#right-panel {
  right: 0;
  transform: translateX(260px);
}

/**************************************** Numbers ****************************************/
.numbers{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
}
.numbers div{
  width: 20%;
  flex-grow: 1;
  text-align: center;
}
.numbers .head{
  text-align: right;
}
.count{
  font-weight: 700;
}

/**************************************** Brauner Rahmen ****************************************/
.brownFrame {
  border: 1px solid var(--c-brown);
  margin: 0 .5em 0 .5em;
  padding: 0 1em 1em;
  height: 100%;
}

/**************************************** Ausrichtung (mitte) ****************************************/
.positionCenter .colWrap {
  align-items: center;
}

/**************************************** Trigger ****************************************/
.triggerMainEl {
  background: var(--c-white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: var(--c-white);
  padding: 1em;
  margin: 1em 0 0;
  cursor: pointer;
}
.triggerer {
  position: relative;
  display: flex;
}
.triggerer header {
  margin-left: .75em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.triggerer h3 {
  margin: 0;
}
.triggerer:before {
  content: '?';
  font-family: 'bagatela', serif;
  background: var(--c-purple);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  font-size: 2em;
  min-height: 41px;
  min-width: 41px;
  line-height: 1;
  transition: all .2s ease;
}
.triggerEl {
  display: none;
}
.triggerElInner {
  padding: 1em 0 0;
  color: var(--c-default);
}
/* open */
.triggerMainEl.open .triggerEl {
  display: block;
}
.triggerMainEl.open {
  transition:all .2s ease;  
  color: var(--c-darkgrey);
  padding: 1em 1em 0;
}
.triggerMainEl.open .triggerer h3 {
  color: var(--c-purple);
}
.triggerMainEl.open .triggerer:before {
  background: var(--c-brown);
  color: var(--c-white);
}

/**************************************** Flip ****************************************/
.card {
  position: relative;
  transform-style: preserve-3d;
  min-height: 400px;
  perspective: 800px;
  transition: 0.5s;
  z-index: 1;
}
.card::before {
  content: "\00BB";
  margin-right: 6px;
  position: relative;
  z-index: 2;
}
.card.flip .card-front {
  transform: rotateX(-180deg);
}
.card.flip .card-back {
  transform: rotateX(0deg);
}
.card-front {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  transform: rotateX(0deg);
  transition: 0.5s;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  transform: rotateX(180deg);
  transition: 0.5s;
  background: blue;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-back .content{
  text-align: center;
}

/**************************************** Cookie Notify ****************************************/
#notify {
  outline: 1px solid #7b92a9;
  text-align: right;
  background: var(--c-notify);
  color: var(--sub-bg-color);
  position: fixed;
  bottom: 1em;
  right: 4em;
  z-index: 9999;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  width: 95%;
  max-width: 24em;
  padding: 1em;
}
#notify .inner {
  display: unset;
  width: 100%;
}
#notify a {
  color: var(--sub-bg-color);
  text-decoration: none;
}
#notify a:hover {
  text-decoration:underline;
}
#notifyCloser {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "\274c";
  font-size: 3em;
  color: #000;
  cursor: pointer;
  background: var(--sub-bg-color);
  opacity: 1;
  border: 1px solid var(--c-notify);
  line-height: 40px;
  width: 40px;  
  right: -38px;
}
#notifyCloser:after {
  content: '\d7';
  color: var(--c-notify);
}
