*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:focus,*:active,*:hover,*{
  outline: none !important;
}
:root {  
  --c-head: #fff;
  --c-body: #fff;
  --c-footer: #666;
  --c-footerLink: #fff;  
  --c-main: #0081C7;
  --c-Sub: #fff;
  --c-special: #0081C7;
  
  --c-lightgrey: #9DA4A6;
  --c-whitegrey: #f1f1f1;
  --c-darkgrey: #2a2a2a;
  --c-grey: #999;
  --c-white: white;
  --c-black: black;
  --c-red: red;
  
  --c-notify: #a90013;
  --c-notifyRGB: rgba(169,0,19,1);
}
::-moz-selection { 
  background: var(--c-black); 
  color: var(--c-white); 
}
::selection { 
  background: var(--c-black); 
  color: var(--c-white); 
}

/**************************************** Start ****************************************/
body{
  overflow-y: scroll;
  line-height:1.4;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;
}
body#page-1 {
  font-family: 'Titillium Web', sans-serif;
}
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-special);
  text-decoration: none;
  opacity: 1;
  transition: all .2s ease;
}
a:hover {
  opacity: .9;
}
p{
  margin: 1em auto;
}
ul{
  margin-left: 22px;
}
iframe{
  width: 100%;
  min-height: 350px;
}
video {
  width: 100%;
}
.button {
  appearance:none;
  text-align: center;
  display: inline-block;
  padding: 10px;
  background: var(--c-special);
  color: var(--c-white);
  line-height: 1;
  font-size: 0.9em;
  cursor: pointer;
  border-radius: 0px;
}

/**************************************** Header ****************************************/
h1,h2,h3,h4,h5,h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  line-height:35px;
}
h1 { 
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
h2 {
  font-size: 1.5em;
  margin-top: 1.66em;
  margin-bottom: 0.83em;
}
h3 { 
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
h4 { 
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
h5 { 
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
h6 { 
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
header .first, 
header .second {
  display: block;
}
/**************************************** Inner ****************************************/
.clr{
  clear: both;
  display: block;
  content: '';
}
.grid{
  opacity:1;
}
.cover{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner,
.articleInner{
  width: 1200px;
  margin: auto;
}
.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;
}

/**************************************** 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;
}
/**************************************** Trigger ****************************************/
.triggerMainEl:last-of-type .articleInner, .pagerTriggerMainEl:last-of-type .articleInner {
  padding-bottom: 2.5em;
}
.triggerWrap{
  background: #eee;
}
.triggerer, .pagerTriggerer {
  background: var(--c-white);
  color: var(--c-darkgrey);
  padding: 1em 1em 0.5em;
  cursor: pointer;
  position: relative;
}
.triggerpager .pagerTriggerer {
  display: flex;
}
.triggerer:after{
  content: '+';
  display: block;
  position: absolute;
  top: 0.4em;
  right: 1em;
  z-index: 5;
  font-size: 2em;
  line-height: 1;
  transition:all .2s ease;
}
.triggerMainEl, .pagerTriggerMainEl {
  margin-bottom: 1em;
}
.triggerMainEl.open, .swiper-slide-thumb-active .pagerTriggerMainEl {
  box-shadow: 0 3px 10px 0 #e5e5e5;
}
.triggerMainEl.open .triggerer:after {
  transform: rotate(45deg);
  transform-origin:center center;
}
.triggerEl{
  display: none;
}
.triggerElInner {
  padding: 0.2em 1em 1em 2.5em;
  line-height: 1.4;
}
.triggerMainEl.open .triggerEl, .swiper-slide-thumb-active .pagerTriggerMainEl .triggerEl{
  display: block;
}
.triggerMainEl.open .triggerer,
.triggerMainEl.open .triggerElInner,
.swiper-slide-thumb-active .pagerTriggerMainEl .pagerTriggerer,
.swiper-slide-thumb-active .pagerTriggerMainEl .triggerElInner{
  transition:all .2s ease;  
}
/*.triggerImage {
  background: var(--c-special);
  border-radius: 50%;
  max-width: 50px;
  padding: 4px;
}*/
.triggerHeadline {
  height: 50px;
  display: flex;
  align-items: center;
  /* margin-left: 0.5em; */
  line-height: 1.4;
  color: var(--c-main);
  font-weight: 600;
}
/*.pagerTriggerer i {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
  transition: all .2s ease;
}*/
.swiper-slide-thumb-active .pagerTriggerer i {
  transform: rotate(90deg);
}
.triggerpager ol {
  list-style: decimal-leading-zero;
}
.triggerpager ol li {
  margin-bottom: 1em;
  background: #fff;
  border-bottom: 1px dashed var(--c-main);
  padding: 0.5em 0;
}
.triggerpager ol li::marker {
  color: var(--c-main);
  font-weight: 500;
}

/**************************************** 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: var(--c-special);
  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: var(--c-special);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-back .content{
  text-align: center;
}

/**************************************** Back BTN ****************************************/
.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 1%;
  text-decoration: none;
  color: #fff;
  border: 0px solid #fff;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 700;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: none;
  z-index:99;
}
.back-to-top:hover {    
  background-color: rgba(135, 135, 135, 0.50);
}
/* 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);
}
/**************************************** LINK-OVERLAY ****************************************/
.overlay-wrap {
  margin-bottom: 12em;
}
.overlay-wrap .linkoverlay {
  position: relative;
  background: var(--c-whitegrey);
  min-height: 300px;
}
.linkoverlay .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 2em;
}
.linkoverlay .content-wrap {
  background: var(--c-special);
  margin: 0 1em;
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
  overflow: hidden;
  min-height: 140px;
  /**min-height: 191px;**/
}
.linkoverlay .content-wrap:hover .header {
  box-shadow: 0 0 10px -2px var(--c-darkgrey);
}
.linkoverlay .header {
  padding: 0.5em 0;
  transition: all .5s;
}
.linkoverlay .header h3 {
  font-size: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--c-white);
}
.linkoverlay .header i {
  margin-right: 0.5em;
}
.linkoverlay .subheader {
  margin: 0.5em 1em 2em;
}
.linkoverlay .link-text {
  background: var(--c-white);
  font-size: .9em;
  font-weight: 400;
  margin: 1em 1.5em 2em;
  padding: 0.2em 0;
}
/**************************************** Cookie Notify ****************************************/
#notify {
  outline: 1px solid #7b92a9;
  text-align: right;
  background: var(--c-notify);
  color: var(--c-white);
  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 {
  text-decoration: none;
}
#notify a:hover {
  text-decoration:underline;
}
#notifyCloser {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "\274c";
  font-size: 3em;
  color: var(--c-black);
  cursor: pointer;
  background: var(--c-white);
  opacity: 1;
  border: 1px solid var(--c-notify);
  line-height: 40px;
  width: 40px;  
  right: -38px;
}
#notifyCloser:after {
  content: '\d7';
  color: var(--c-notify);
}
