.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*  www.sinfona.de  */
@font-face {
  font-family: 'darkmode-off-medium';
  src: url("../../files/auveo/fonts/darkmode-off-medium.eot");
  src: url("../../files/auveo/fonts/darkmode-off-medium.eot?#iefix") format('embedded-opentype'),
       url("../../files/auveo/fonts/darkmode-off-medium.woff2") format('woff2'),
       url("../../files/auveo/fonts/darkmode-off-medium.woff") format('woff'),
       url("../../files/auveo/fonts/darkmode-off-medium.ttf")  format('truetype'),
       url("../../files/auveo/fonts/darkmode-off-medium.svg#darkmode-off-medium") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'optane-italic';
  src: url("../../files/auveo/fonts/optane-italic.eot");
  src: url("../../files/auveo/fonts/optane-italic.eot?#iefix") format('embedded-opentype'),
       url("../../files/auveo/fonts/optane-italic.woff2") format('woff2'),
       url("../../files/auveo/fonts/optane-italic.ttf")  format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'optane-bold';
  src: url("../../files/auveo/fonts/optane-bold.eot");
  src: url("../../files/auveo/fonts/optane-bold.eot?#iefix") format('embedded-opentype'),
       url("../../files/auveo/fonts/optane-bold.woff2") format('woff2'),
       url("../../files/auveo/fonts/optane-bold.ttf")  format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*  SECTIONS  */
.section.group{
	clear: both;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.5em 4em;
}
#header .section{
  padding-top: 0;
  padding-bottom: 0;
}
#header-top .inside{
  clear: both;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: .25em 4em;
}
.footer .section.group{
  padding-top: 3.5em;
  padding-bottom: 3em;
}

.col{
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child{ margin-left: 0; }
.group:before,
.group:after{ content:""; display:table; }
.group:after{ clear:both;}
.group{ zoom:1; /* For IE 6/7 */ }
.span_12_of_12{
  width: 100%;
  margin-left: 0;
  clear: both;
  float: none;
}
.span_11_of_12{
  	width: 91.5%;
}
.span_10_of_12{
  	width: 83%;
}
.span_9_of_12{
  	width: 74.5%;
}
.span_8_of_12{
  	width: 66%;
}
.span_7_of_12{
  	width: 57.5%;
}
.span_6_of_12{
  	width: 49%;
}
.span_5_of_12{
  	width: 40.5%;
}
.span_4_of_12{
  	width: 32%;
}
.span_3_of_12{
  	width: 23.5%;
}
.span_2_of_12{
  	width: 15%;
}
.span_1_of_12{
  	width: 6.5%;
}
/* MARKIERUNG */
::-webkit-selection {
	background: var(--prim);
	color: var(--white);
	text-shadow: none;
}
::-moz-selection {
	background: var(--prim);
	color: var(--white);
	text-shadow: none;
}
::selection {
	background: var(--prim);
	color: var(--white);
	text-shadow: none;
}
:root{
  --prim: #FE6600;
  --primdunk: #cf4c00;
  --sec: #4C4C4C;
  --secdunk: #373737;
  --bg-og: rgba(254, 102, 0, .95);
  --bg-dark: rgba(76,76,76,.95);
  --white: #fff;
  --grey: #4C4C4C;
}
*{
  box-sizing: border-box;
  transition: all .25s ease-in-out;
}
html, body{
	width: 100%;
	margin: 0;
	padding: 0;
  font: 100%/1.7 'darkmode-off-medium', 'helvetica', sans-serif;
  line-height: 1.5em;
  color: var(--white);
  font-weight: normal;
}
#wrapper {
  overflow: hidden;
}
img, iframe{
	display: block;
	max-width: 100%;
	height: auto;
}
.hero img, .hero video {
  width: 100%;
  height: 100%;
  display: block;
}
picture{
  display: block;
}
p, table{
	margin: 1em 0;
}
table, iframe{
	width: 100%;
}
table{
  margin:0;
}
figure{
  margin:0;
}
a{
  color: var(--white);
  text-decoration: none;
  outline: 0;
  position: relative;
  display: inline-block;
  font-family: 'optane-bold';
}
.invisible, .vis900, .vis530{
  display: none;
}
.bg.white, .bg.white a{
  color: var(--sec);
}
.bg.white .bg h2, .bg.white .bg p{
  color: var(--white);
}
.sub nav ul strong{
  color: var(--prim);
}
header {
  position: absolute;
  z-index: 555;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,.8) 20%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.3) 80%,rgba(255,255,255,0) 100%);
}
header .section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 5em;
}
header .rte {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto !important;
}
header .content-text .nav {
  display: flex;
  justify-content: end;
  align-content: center;
}
header .content-text {
  display: flex;
}
header .span_4_of_12 a {
  width: 260px;
}
.rte {
  width: 100%;
}
.bg.full .section {
  margin: 0;
  padding: 0;
  max-width: none;
}
nav {
  display: flex;
  justify-content: end;
}
nav li:last-child a{
  padding-right: 0;
}
nav li:first-child a{
  padding-left: 0;
}
nav li a, .mod_navigation a{
  font-family: 'darkmode-off-medium';
  background: linear-gradient(to right, var(--prim), var(--prim) 50%, var(--grey) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
nav li a:hover, .mod_navigation a:hover {
  -webkit-text-fill-color: transparent;
  background-position: 0 100%;
  box-shadow: none;
}
.mob-nav{
  cursor: pointer;
  font-size: 1.2em;
}
nav ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
  transition: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_navigation li a, .mod_navigation strong{
  padding: 0 2.5em 0;
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  font-weight: normal;
}
nav li a {
  cursor: pointer;
}
.btn, button{
  padding: .5em 1em;
  color: #fff;
  text-decoration: none !important;
  font-family: 'optane-bold';
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 1.2em;
  margin-top: 1em;
}
a.inline {
  position: relative;
  display: inline-block;
  font-family: 'darkmode-off-medium';
}
.btn::before, button::before, a.inline::before, .imp p a::before {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  content: '';
  transition: width 0.75s ease-in-out, height 0.75s ease-in-out;
}
.btn::before, button::before {
  left: 0;
  top: 0;
  border-top: 5px solid var(--prim);
  border-left: 5px solid var(--prim);
}
a.inline::before, .imp p a::before {
  left: 0;
  bottom: 0;
  border-bottom: 3.5px solid var(--prim);
}
.bg.og .btn::before, button::before {
  border-top: 5px solid var(--sec);
  border-left: 5px solid var(--sec);
}
.btn:hover::before, button:hover::before, a.inline:hover::before, .imp p a:hover::before {
  width: 100%;
  transition: .5s ease-in-out;
}
.imp #footer p a::before {
  content: none;
}
h1, h2, h3, h4, p.headline, .sub .slogan p, .sub h1 .uc, p.subline{
  font-family: 'optane-bold';
  text-transform: uppercase;
  font-weight: normal;
}
h1, .sub .slogan p{
  margin: 0;
  font-size: 1.5em;
  margin-top: 1em;
  line-height: 1.2em;
}
h2, .sub h1 .uc {
  margin: 0;
  font-size: 1.8em;
  line-height: 1.1em;
}
.sub h1 .uc {
  font-size: 1.3em;
}
.sub h1{
  margin-top: 0;
  line-height: normal;
}
.mod_article li:before{
  content: '•';
  font-weight: bold;
  position: absolute;
  left: -1em;
  color: var(--prim);
}
.mod_article li{
  position: relative;
}
.mod_article ul {
  list-style: none;
  padding-left: 0;
  padding-left: 1em;
}
p.headline{
  font-size: 3em;
  margin: 0;
  line-height: 1em;
}
p.kursiv, .sub h1 .kursiv{
  margin: .25em 0 0;
  font-size: 1.4em;
  font-family: 'optane-italic';
}
.sub h1 .kursiv {
  text-transform: none;
  font-size: 1em;
}
.hero, .lp .intro {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.hero .content-text{
  position: absolute;
  width: 1100px;
  bottom: 0;
}
.mod_article .bg.hd, .cbox .bg.hd{
  padding: 1.25em 1em 1em;
}
.hero .bg.og{
  padding: 2.5em 1em 2em 15%;
}
.bg.half figure{
  margin-bottom: 0;
}
.bg.half.rg .section.group, .bg.half.lf .section.group{
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  padding-bottom: 0;
}
.bg.half.lf .section.group{
  padding-left: 0;
  padding-right: 14em;
}
.bg.half.rg .section.group{
  padding-right: 0;
  padding-left: 14em;
}
.pd-top .section.group {
  padding-top: 0;
}
.bg.half .col{
  margin-top: 0;
  margin-bottom: 0;
}
.lf .span_5_of_12 .bg.hd{
  position: relative;
  width: 210%;
  padding-left: 3em;
  left: -3em;
}
.rg .span_5_of_12 .bg.hd {
  width: 190%;
  left: -25em;
  position: relative;
}
.rg .span_5_of_12 .bg.hd div {
  left: 25em;
  position: relative;
}
.bg .span_12_of_12.full .bg.hd {
  left: -35em;
  width: 100%;
  position: relative;
  padding-left: 35em;
}
.half.rg picture {
  display: flex;
  justify-content: end;
}
.rg .span_5_of_12 .bg.hd.og::after{
  background: var(--bg-og);
}
.rg .span_5_of_12 .bg.hd.grey::after{
  background: var(--bg-dark);
}
.bg.og{
  background:	#FE6600;
}
.bg.grey{
  background: #4C4C4C;
}
.bg.white, .cbox{
  background: #fff;
}
.mus.bg.og{
  background-image: url("../../files/auveo/images/inserts/bg_texture_orange.webp");
  background-size: cover;
}
.mus.bg.grey, .footer.bg.grey{
  background-image:url("../../files/auveo/images/inserts/bg_texture_grey.webp");
  background-size: cover;
}
.contact-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 12px 20px;
  border: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.gbox figure{
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
  width: 57.5%;
}
.lf .gbox figure, .rg .gbox .span_5_of_12{
  margin-left: 0;
}
.rg .gbox figure{
  margin-right: 0;
}
.pd-top figure{
  margin-top: 0;
}
.gbox {
  display: flex;
  align-items: center;
}
.rg .gbox .span_5_of_12{
  order: 1;
  padding-bottom: 2.5em;
}
.rg .gbox figure{
  order: 2;
  z-index: 5;
}
#article-22 .scale-bt {
  margin-bottom: 2em;
}
#article-22 .gbox{
  align-items: end;
}
.card {
  perspective: 1000px;
  cursor: pointer;
}
.card h3{
  text-transform: none;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: .75em;
  line-height: 1em;
}
.card p{
  margin-bottom: 0;
}
.card p:last-child, .footer a{
  font-family: 'darkmode-off-medium';
}
.card-inner {
  display: flex;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.card-inner a {
  color: var(--grey);
  height: 100%;
}
.card:hover .card-inner {
  transform: rotateY(180deg);
}
.card-front,.card-back {
  height: 100%;
  backface-visibility: hidden;
  padding: 2em 1.5em;
}
.card-front {
  background: white;
  position: relative;
}
.card-back {
  background: var(--grey);
  color: var(--white);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.card-back a{
  color: var(--white);
  font-size: 1.3em;
  line-height: 1.3em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.wbox .section{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cbox {
  position: relative;
}
.cbox .span_6_of_12 {
  position: absolute;
  margin: 0;
  padding: 3em;
  bottom: 0;
  transform: translateY(-50%);
}
.cbox .bg.hd {
  padding: 1.5em 1.5em 1.5em 11em;
}
.tright{
  text-align: right;
}
h4, p.subline{
  font-size: 1.8em;
  line-height: 1.2em;
  margin-top: 0;
}
.kursiv.txt{
  margin-top: 1.2em;
}
.kursiv.txt + p{
  margin-top: .25em;
}
.sub .slogan p{
  font-size: 3em;
  margin: 0;
}
sup, sub {
   position: relative;
   vertical-align: baseline;
   top: -0.4em;
}
sub { 
  top: 0.4em; 
}
.bg.white .span_7_of_12 p:first-child{
  margin-top: 0;
}
.bg.full.img .section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bg.full.img .col:nth-child(2n+1){
  margin-left: 0;
}
.bg.full.img img{
  max-width: none;
}
.bg.full.img picture {
  overflow: hidden;
}
.bg.hf.lf .section, .bg.hf.mus.lf .span_12_of_12{
  display: flex;
  flex-wrap: wrap;
}
.bg.hf.lf .span_7_of_12 {
  margin-left: 7em;
}
.bg.hf.lf .span_5_of_12 {
  margin-left: 1%;
}
.bg.rg.hf .content-text:first-child {
  margin-bottom: 1em;
}
.bg.hf.rg .span_5_of_12 .bg.hd, #aside .bg.hd {
  background: var(--bg-og);
  position: relative;
}
#aside .bg.hd {
  width: 120%;
  left: -20%;
  padding: 1.25em 1em 1em 17em;
}
.bg.hf.rg .span_5_of_12 .bg.hd {
  width: 170%;
  left: -75%;
  padding: 1.25em 3em 1em;
  transition: none;
  text-align: right;
}
#aside .bg.hd {
  width: 120%;
  left: -40%;
  padding-left: 32.5em;
}
.rg .wbox .span_4_of_12:nth-child(3n+1) {
  margin-left:0;
}
.rg .wbox .span_4_of_12{
  margin-bottom: 2em;
}
.rg .wbox{
  display: flex;
  flex-wrap: wrap;
}
.bg.hf.rg .span_5_of_12 .bg.hd div {
  left: 0;
}
.bg.hf .span_5_of_12, .bg.hf .span_7_of_12{
  width: 45%;
}
.bg.hf.lf .span_5_of_12{
  order:2;
  margin-left: 2%;
}
.bg.hf.lf .span_7_of_12{
  order:1;
  margin-left: 0;
}
.bg.hf.lf .span_5_of_12 .bg.hd {
  left: 0;
  width: 200%;
}
.tbox h3{
  margin-bottom: 0;
}
.tbox{
  margin-top: 2em;
}
#kontakt h4{
  margin-bottom: 0;
}
/*aisde */
#aside .content{
  visibility: hidden;
  opacity: 0;
  transform: translateY(10%);
  z-index: 500;
  transition: none;
  height: 100vh;
  color: #fff;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#aside .content, #aside .content .mo {
  margin-top: 0;
}
body.active-aside #aside .content{
  color: #fff;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
  height: 100vh;
  position: relative;
}
#aside{
  position: fixed;
  z-index: 599;
  transition: none;
}
a.remove::before {
  background: url('../../files/auveo/images/inserts/close.svg');
  height: 35px;
  width: 35px;
  display: inline-block;
  content: '';
  -webkit-mask-size: cover;
  mask-size: cover;
  bottom: -.25em;
  position: relative;
}
#aside .content .mo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
}
hr {
  padding-top: 4em;
  margin-bottom: 2em;
  border: none;
  border-bottom: 1px solid #6c6b6b;
  clear: both;
}
body.active-aside #aside{
  width: 100vw;
  height: 100vh;
  color: #fff;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
  background: -moz-linear-gradient(top, var(--sec) 0%, #282828 100%);
  background: -webkit-linear-gradient(top, var(--sec) 0%,#282828 100%);
  background: linear-gradient(to bottom, var(--sec) 0%,#282828 100%);
  overflow: scroll;
}
body.active-aside #aside .inside {
  width: 100%;
  padding: 1em 3em 3em;
  transition: none;
  height: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  transition: none;
}
body.active-aside .contact-btn, #aside.navigation .aside-contact, #aside.kontakt .aside-hoertest, #aside.hoertest .aside-contact, #aside.hoertest .aside-menu, #aside.navigation .aside-hoertest{
  display: none;
}
.htsina--widget{
  display: none !important;
}
#aside .menu, body.active-aside .contact-btn{
  opacity: 0;
}
#aside.navigation .menu, body.active-aside #aside .content{
  opacity: 1;
}
#aside nav ul, #aside nav {
  display: block;
}
#aside nav li a{
  background: linear-gradient(to right, var(--prim), var(--prim) 50%, var(--white) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
#aside nav li a:hover {
  -webkit-text-fill-color: transparent;
  background-position: 0 100%;
  box-shadow: none;
}
#aside li {
  margin-bottom: 1em;
  font-size: 1.6em;
  padding: 0;
  line-height: 1.6em;
  font-weight: lighter;
}
#aside.kontakt .span_12_of_12:first-child {
  display: flex;
  justify-content: flex-end;
}
#aside .span_3_of_12.close {
  text-align: right;
  color: var(--white);
  margin-top: .25em;
}
#aside .contact, #aside .span_12_of_12.aside-menu{
  margin-top: 1.5em;
}
#aside .span_12_of_12{
  float: left;
}
#aside .content .span_6_of_12:last-child {
  transition: transform .25s ease-in-out, opacity 1s ease-in-out;
}
#aside .level_1 {
  padding: 0;
}
#aside .contact-btn{
  position: fixed;
  right: 2.5em;
  bottom: 5%;
  color: #fff;
  cursor: pointer;
  z-index: 700;
  transition: all .6s ease-in-out;
  padding:1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3em;
  text-transform: uppercase;
  box-shadow: rgba(67,69,70,.4) 0px 8px 24px;
  background-color: rgb(254, 102, 0);
}
#aside .contact-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1.5em;
  border-top: 5px solid var(--white);
  content: '';
  transition: width 0.75s ease-in-out, height 0.75s ease-in-out;
}
#aside .contact-btn:hover::before {
  width: 100%;
  transition: .5s ease-in-out;
}
body.active-aside #aside .contact-btn, #aside.kontakt .menu, #aside.kontakt .aside-menu{
  display: none;
}
#aside .col a, #aside li strong, a[href^="tel:"], a[href^="mailto:"]{
  font-size: 1.3em;
}
#aside .kursiv + p{
  margin-top: 2em;
  line-height: 1.4em;
}
#aside .social{
  margin-top: 3em;
}
.expl {
  font-size: .85em;
}
#aside iframe{
  margin-top: 3em;
}
/* Slider */
.content-swiper {
  width: 100%;
  height: 100%;
  margin-top: 2em;
  padding: 0 10em;
}
.swiper-slide {
  text-align: center;
  float: left;
  margin: 0;
  display: flex;
  justify-content: center;
}
.swiper-slide .span_3_of_12{
  display: flex;
  justify-content: center;
}
.swiper-button-next, .swiper-button-prev {
  display: none;
}
.swiper-pagination {
  bottom: 0;
  position: relative;
  padding-top: 2em;
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet {
  background: var(--white);
}
.swiper-pagination-bullet-active {
  background: var(--prim,var(--prim));
}

/* FOOTER */
#footer {
  position: relative;
  z-index: 625;
}
.footer nav ul{
  display: block;
}
.footer nav li.inserts {
  display: none;
}
.footer a {
  background: linear-gradient(to right, var(--prim), var(--prim) 50%, var(--white) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
.footer a:hover {
  -webkit-text-fill-color: transparent;
  background-position: 0 100%;
  box-shadow: none;
}
.footer nav ul:nth-child(2) li:nth-child(3), .footer nav ul:nth-child(2) li:nth-child(5), .footer nav ul:nth-child(2) li:nth-child(6){
  margin-left: 1.5em;
}
.footer nav li.active{
  color: var(--prim);
}
.comp a, .comp span{
  padding: 0 1em;
  border-left: 1px solid rgba(255,255,255,.5);
}
.comp a:first-child, .comp span:first-child{
  padding-left: 0;
  border-left: none;
}
.comp a.last {
  padding-right: 0;
}
.social img{
  margin-right: 3em;
}
.footer nav a{
  line-height: 2em;
}
.footer .comp{
  display: flex;
  align-items: end;
}
.footer .comp p{
  margin: 0;
}
.imp h3, .imp h2{
  margin-bottom: 0;
  margin-top: 2em;
}
.imp h2{
  margin: 1.5em 0 0 0;
}
.imp h3 + p{
  margin-top: 0;
}
.imp h2 + h3{
  margin-top: 1em;
}
.sub.imp h1{
  color: var(--white);
  font-size: 2em;
}
.imp .bg.hd{
  margin: 3em 0;
  width: 130%;
}
.imp a[href^="tel:"], .imp a[href^="mailto:"] {
  font-size: 1em;
  font-family: 'darkmode-off-medium';
}
.imp a[href^="tel:"]::before, .imp a[href^="mailto:"]::before {
  border-bottom: none;
}
.imp .wbox h3, .imp h2 {
  margin-bottom: .75em;
  margin-top: 0;
}
.fbox .section{
  display: flex;
  align-items: center;
}
.imp .span_7_of_12.content-text {
  font-size: 1.5em;
}
.sub.imp h2{
  margin: 1.5em 0 0 0;
}
/* Imagebilder slide left */
.bg.full.img .lft img, .lf .gbox img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.bg.full.img .lft img.animate-left, .lf .gbox img.animate-left{
	-webkit-animation: slide-in-left 1.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 1.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* Imagebilder slide right */
.bg.full.img .rgt img, .rg .gbox img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.bg.full.img .rgt img.animate-right, .rg .gbox img.animate-right {
	-webkit-animation: slide-in-right 1.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 1.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* Text entrance */
.scale-bt{
  transition: all 1s;
  opacity: 0;
}
.scale-bt.scale{
  opacity: 1;
	-webkit-animation: scale-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  transition: none;
}
@keyframes scale-in-bottom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}
body.active-aside #aside {
	-webkit-animation: scale-up-br 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-br 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-br {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scale-up-br {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
.footer .content-text:last-child .span_12_of_12:first-child{
  display: flex;
}
.footer .content-text:last-child .span_12_of_12:last-child{
text-align: center;
  margin-top: 2em;
}
.author{
  text-align: center;
  font-size: 75%;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}
#footer .author a{
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.author .icon-heart{
  margin-left: .5em;
}
.author .icon-heart:before{
  display: inline-block;
  color: var(--prim);
  content: '❤︎';
  margin-right: .5em;
}
.author:hover .icon-heart::before{
  animation: pulse 2s infinite;
}
@keyframes pulse{
  0%{transform: scale(1);}
  10%{transform: scale(1.3);}
  20%{transform: scale(1);}
  30%{transform: scale(1.1);}
  40%{transform: scale(1);}
  50%{transform: scale(1);}
  100%{transform: scale(1);}
}
/*  Media Queries */
@media only screen and (min-width: 901px){
  .swiper-slide {
    width: 23.5% !important;
    margin: 2% 0 1% 2%;
    text-align: center;
    left: 0 !important;
    transform: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide:first-child, .swiper-slide:nth-child(4n+1){
    margin-left:0;
  }
  .swiper-slide:last-child{
    margin-right:0;
  }
  .swiper-pagination{
    display: none;
  }
  .content-swiper .swiper-wrapper{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    transition: none !important;
    transform: none !important;
  }
  .swiper-slide .span_3_of_12 {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1830px) {
  .bg.full.img .span_8_of_12 img {
    width: 100%;
  }
  .bg.full.img picture{
    height: 500px;
  }
}
@media only screen and (min-width: 1880px) {
  .bg.full.img .span_7_of_12 img {
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .cbox img, .hero img, .bg.full.img .col img{
    width: 100%;
  }
}
@media only screen and (min-width: 2130px) {
  .bg.hf.rg .span_5_of_12 .bg.hd {
    width: 220%;
    left: -120%;
  }
  .bg.hf.lf .span_5_of_12 .bg.hd {
    width: 220%;
  }
}
@media only screen and (max-width: 1770px) {
  .bg.hf.rg .span_5_of_12 .bg.hd {
    width: 130%;
    left: -45%;
    padding-left: 13em;
  }
}
@media only screen and (max-width: 1570px) {
  .content-swiper {
    padding: 0;
  }
}
@media only screen and (max-width: 1480px) {
  .hero .bg.og {
    padding-left: 5%;
  }
  .bg.hf.rg .section, .bg.half.lf .section.group {
    padding-right: 6.5em;
  }
  .bg.half.rg .section.group, .bg.hf.lf .section {
    padding-left: 6.5em;
  }
  .bg.hf.lf .span_7_of_12 {
    margin-left: 0;
  }
  .bg.hf.lf .span_5_of_12 .bg.hd {
    left: 3em;
    width: 130%;
  }
  #aside .bg.hd {
    width: 100%;
    left: -20%;
    padding-left: 16em;
  }
  .bg.hf.rg .span_5_of_12 .bg.hd {
    width: 115%;
    left: -25%;
    padding-left: 8em;
  }
  .cbox .bg.hd {
    padding-left: 6em;
  }
}
@media only screen and (max-width: 1400px) {
  .bg.hf.rg .section, .bg.half.lf .section.group {
    padding-right: 4em;
  }
  .bg.half.rg .section.group, .bg.hf.lf .section {
    padding-left: 4em;
  }
}
@media only screen and (max-width: 1350px) {
  #aside .bg.hd {
    width: 100%;
    left: -10%;
    padding-left: 8em;
  }
  .cbox .bg.hd {
    padding-left: 4em;
  }
}
@media only screen and (max-width: 1310px) {
  .mod_navigation li a, .mod_navigation strong{
    padding: 0 1.5em 0;
  }
  .rg .span_5_of_12 .bg.hd {
    left: -15em;
  }
  .rg .span_5_of_12 .bg.hd div {
    left: 15em;
  }
}
@media only screen and (max-width: 1230px) {
  .cbox .bg.hd {
    padding: 1.5em 1.5em 1.5em 3em;
  }
}
@media only screen and (max-width: 1180px) {
  .bg.half.rg .og {
    left: -10em;
  }
  .rg .span_5_of_12 .bg.hd div {
    left: 10em;
  }
}
@media only screen and (max-width: 1130px) {
  .social img{
    margin-right: 1em;
  }
  .mod_navigation li a, .mod_navigation strong{
    padding: 0 .75em 0;
  }
  .bg .span_12_of_12.full .bg.hd {
    left: -5em;
    padding-left: 5em;
  }
}
@media only screen and (max-width: 1100px) {
  .hero .content-text {
    width: 100%;
  }
  .hero .bg.og {
    padding-left: 3em;
  }
  .bg.hf.lf .span_5_of_12 .bg.hd {
    left: 1em;
    padding-right: 2em;
  }
  .rg .span_5_of_12 .bg.hd {
    left: -8em;
  }
  .rg .span_5_of_12 .bg.hd div {
    left: 8em;
  }
}
@media only screen and (max-width: 1060px) {
  .cbox .span_6_of_12 {
    width: 70%;
    transform: inherit;
    bottom: 9%;
  }
  .cbox img, .hero img {
    max-width: none;
  }
  .cbox .bg.hd {
    bottom: 2em;
  }
  .bg.half.lf .span_5_of_12 .bg.hd{
    position: relative;
    width: 133%;
    padding: 1.25em 1em 1em 3em;
  }
}
@media only screen and (max-width: 1000px) {
  .hero .content-text {
    width: 100%;
  }
  .mod_navigation li a, .mod_navigation strong{
    padding: 0 .5em 0;
  }
  .section.group {
    padding-left: 3em;
    padding-right: 3em;
  }
  .bg.hf.rg .section, .bg.half.lf .section.group {
    padding-right: 3em;
  }
  .bg.hf.lf .span_5_of_12 .bg.hd {
    left: 1em;
  }
  #aside .bg.hd {
    width: 90%;
    left: -8%;
    padding-left: 3em;
  }
}
@media only screen and (max-width: 970px) {
  .bg.half.rg .og {
    left: -5em;
  }
  .rg .span_5_of_12 .bg.hd div {
    left: 5em;
  }
}
@media only screen and (max-width: 930px) {
  .rg .span_5_of_12 .bg.hd {
    width: 150%;
    left: -4em;
    padding-right: 2.5em;
  }
  .rg .span_5_of_12 .bg.hd div {
    left: 4em;
  }
}
@media only screen and (max-width: 900px) {
  .bg.half.rg .og, .bg.hf.rg .span_5_of_12 .bg.hd, #aside .bg.hd {
    left: -3em;
    width: 100%;
  }
  .bg.hf.rg .span_5_of_12 .bg.hd, #aside .bg.hd {
    padding-left: 3em;
  }
  .rg .span_5_of_12 .bg.hd div {
    left: 3em;
  }
  .gbox, .bg.hf.lf .section, .footer .content-text:last-child .span_12_of_12:first-child {
    display: block;
  }
  .gbox .span_5_of_12, .gbox figure, .bg.hf .col{
    width: 100%;
    margin:0;
  }
  .lf .span_5_of_12 .bg.hd, .wbox .span_4_of_12, .footer .content-text:first-child .span_4_of_12:first-child, .rg .span_5_of_12 .bg.hd, .card-back, .bg.half.lf .span_5_of_12 .bg.hd , .footer .content-text:last-child .span_12_of_12:first-child .col {
    width: 100%;
  }
  .rg .span_5_of_12 .bg.hd::after {
    left: -3em;
  }
  .lf .span_5_of_12 .bg.hd, .bg.hf.lf .span_5_of_12 .bg.hd {
    left: 3em;
  }
  .wbox .span_4_of_12, .footer .content-text:first-child .span_4_of_12:nth-child(2), .footer .content-text:last-child .span_12_of_12:first-child .col {
    margin-left: 0;
  }
  .footer .content-text:first-child .span_4_of_12:first-child, .footer .tright{
    text-align: center
  }
  .footer .content-text:first-child p.subline, .bg.lf.hf .content-text:first-child{
    margin-bottom: 1em;
  }
  .footer .content-text:first-child .span_4_of_12:nth-child(2), .footer .content-text:first-child .span_4_of_12:nth-child(3){
    width: 49%;
    display: flex;
    justify-content: center;
    margin-top: 2.5em;
    margin-bottom: 2em;
  }
  .mod_navigation {
    display: none;
  }
  .vis900 {
    display: flex;
  }
  .mob-nav {
    align-content: center;
  }
  .bg.half.lf .section.group {
    padding-right: 0;
  }
  .bg.half.lf .span_5_of_12, .bg.half.rg .span_5_of_12 {
    padding: 0 3em 3em;
  }
  .bg.half.rg .section.group {
    padding-left: 0;
  }
  .bg.half.rg .section, .hero + .bg.half .section {
    padding-top: 0;
  }
  .bg.half.rg .gbox{
    display: grid;
  }
  .bg.white + .bg.white .section{
    padding-top: 2em;
  }
  header .span_4_of_12 a {
    width: 200px;
  }
  .mob-nav{
    font-family: 'darkmode-off-medium';
    background: linear-gradient(to right, var(--prim), var(--prim) 50%, var(--grey) 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    display: flex;
    align-items: center;
  }
  .mob-nav:hover {
    -webkit-text-fill-color: transparent;
    background-position: 0 100%;
    box-shadow: none;
  }
  .mob-nav img{
    margin-left: 1em;
  }
  .tbox {
    margin-top: 1.5em;
    margin-bottom: 4em;
  }
  .span_4_of_12:last-child .tbox {
    margin-bottom: 0;
  }
  #aside .contact-btn {
    right: 1.5em;
  }
  header .content-text, #aside .content .mo{
    margin-top: 1.25em;
  }
  .mod_navigation li a, .mod_navigation strong {
    padding: 0;
  }
  .footer .tright {
  text-align: center;
}
.footer .comp {
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
}
@media only screen and (max-width: 830px) {
  .cbox img{
    left:-10em;
    position: relative;
  }
  .cbox .span_6_of_12 {
    width: 80%;
  }
}
@media only screen and (max-width: 790px) {
  .bg.hf .span_5_of_12, .bg.hf .span_7_of_12{
    width: 100%;
    margin-left: 0;
  }
  .bg.hf.lf .span_5_of_12{
    margin-left: 0;
  }
  .bg.hf .section, .bg.hf.lf .section,  .bg.hf.rg .section{
    display: block;
    padding-left: 3em;
    padding-right: 3em;
  }
  .bg.hf.rg .span_5_of_12 .bg.hd, #aside .bg.hd {
    left: -3em;
     width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .section.group, .bg.hf .section, .bg.hf.lf .section,  .bg.hf.rg .section {
    padding-right: 1.5em;
  }
  .section.group, .cbox .bg.hd, .bg.hf .section, .bg.hf.lf .section,  .bg.hf.rg .section {
    padding-left: 1.5em;
  }
  .bg.half.lf .span_5_of_12, .bg.half.rg .span_5_of_12 {
    padding: 0 1.5em 3em;
  }
  .hero .bg.og {
    padding: 1.5em;
  }
  p.headline, .sub .slogan p {
    font-size: 2.3em;
    line-height: 1em;
  }
  .bg.hf.rg .span_5_of_12 .bg.hd, #aside .bg.hd {
    padding-left: 1.5em;
    left: -1.5em;
  }
  body.active-aside #aside .inside {
    padding: 1em 1.5em 3em;
  }
  .cbox .span_6_of_12 {
    width: 100%;
  }
  .cbox .bg.hd {
    bottom: 1em;
  }
  .rg .span_5_of_12 .bg.hd {
    left: -1.5em;
  }
}
@media only screen and (max-width: 680px) {
  .cbox img {
    left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .bg.half.rg .og {
    left: -3em;
    width: 100%;
  }
  .rg .span_5_of_12 .bg.hd div {
    left: 3em;
    line-height: 1.7em;
  }
  h2, .sub h1 .uc {
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media only screen and (max-width: 630px) {
  .lf .span_5_of_12 .bg.hd, .bg.hf.lf .span_5_of_12 .bg.hd {
    left: 1.5em;
   width: 100%
  }
  #aside .bg.hd {
    padding-left: 3em;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .bg.half.lf .span_5_of_12 .bg.hd{
    position: relative;
    width: 100%;
    left: 1.5em;
    padding: 1em 1em 1em 1.5em;
  }
  .bg.hf.rg .span_5_of_12 .bg.hd, #aside .bg.hd {
    padding-left: 1.5em;
    left: -1.5em;
  }
  .bg.hf.rg .span_5_of_12 .bg.hd {
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 530px) {
  .footer .content-text:first-child .span_4_of_12:nth-child(3), .footer .content-text:first-child .span_4_of_12:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .footer .content-text:first-child .span_4_of_12:nth-child(2){
    margin-bottom: 1em;
  }
  .footer .content-text:first-child .span_4_of_12:nth-child(3){
    margin-top: 1em;
  }
  .footer nav ul:nth-child(2) li:nth-child(3), .footer nav ul:nth-child(2) li:nth-child(5), .footer nav ul:nth-child(2) li:nth-child(6) {
    margin-left: 0;
  }
  .vis530{
    display: block;
  }
  .comp a, .comp span{
    padding: 0;
    border-left: none;
    line-height: 1.9em;
    text-align: center;
  }
  .footer .comp, .author {
    justify-content: start;
  }
  .footer .tright {
    text-align: left;
    margin-bottom: 2em;
  }
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }

  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	   width: 100%;
	}
  header .span_4_of_12 a {
    width: 150px;
  }
  .bg .span_12_of_12.full .bg.hd {
    left: -2em;
    padding-left: 2em;
  }
  .rg .span_5_of_12 .bg.hd div {
    left: 3em;
  }
  #aside .social {
    text-align: center;
  }
  .mob-nav img {
    margin-left: .5em;
  }
  #aside .col a, #aside li strong {
    font-size: 1.1em;
  }
  h2{
    font-size: 1.6em;
  } 
  .sub h1 .uc {
    font-size: 1em;
  }
  .sub h1 .kursiv {
    font-size: .9em;
  }
  .imp .bg.hd {
    width: 106%;
  }
}
@media only screen and (max-width: 350px) {
  #aside .bg.hd {
    padding-left: 1.5em;
    left: -1.5em;
  }
  header .content-text {
    display: block;
    text-align: center;
  }
  header .content-text .col{
    width: 100%;
    margin-left: 0;
  }
  header .content-text .nav {
    justify-content: center;
    display: flex;
    margin-top: 1em;
    background: rgba(255,255,255,.4);
    width: 100%;
    padding: .5em;
  }
  #aside p.subline {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 300px) {
  header .span_4_of_12, header .span_8_of_12{
    width: 100%;
    margin-left: 0;
  }
  header .content-text {
    display: block;
    text-align: center;
  }
  header .content-text .nav {
    justify-content: center;
    margin-top: 1.5em;
  }
}
