*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:focus,*:active,*:hover,*{
  outline: none !important;
}
:root {
  --c-default: #333;
  --c-special: #ccc;

  --c-blue: #3498db;
  --c-lightgrey: #9DA4A6;
  --c-darkgrey: #2a2a2a;
  --c-white: white;
  --c-black: black;

  --c-notify: #a90013;
  --c-notifyRGB: rgba(169,0,19,1);
  --main-padding: 15px; 
}
::-moz-selection { 
  background: var(--c-black); 
  color: var(--c-white); 
}
::selection { 
  background: var(--c-black); 
  color: var(--c-white); 
}

/**************************************** Start ****************************************/
body{
  overflow-y: scroll;
  transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;

  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #878c8d;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
img, svg{
  max-width:100%;
  height:auto;
}
img.gal-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#page-1 img.gal-img {
  aspect-ratio: unset;
  object-fit: unset;
}
#page-35 img.gal-img,
#page-43 img.gal-img{
  border-radius: 10px;
}
table{
  width:100%;
}
tr:first-child {
  background: var(--c-blue);  
  color: #fff;
}
a{
  color: #444;
  text-decoration: none;
  opacity: 1;
  transition: all .2s ease;
}
a:hover {
  opacity: .9;
}
p{
  margin: 1em auto;
}
ul{
  margin-left: 17px;
}
iframe{
  width: 250%;
  min-height: 450px;
  border: 0;
}
video {
  width: 100%;
}
.button {
  appearance:none;
  text-align: center;
  display: inline-block;
  background: #222;
  color: #fff;
  line-height: 1;
  font-size: 0.9em;
  cursor: pointer;
  border-radius: 50px;
  padding: 1em 3em;
  border: 0;
  margin: 5px 0px;
}
.button:hover {
  background: #fff;
  color: var(--c-blue);  
}

/**************************************** Header ****************************************/

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #151517;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
  color: #3498db;
}
h1, .heading-1 {
  font-size: 50px;
  line-height: 1;
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 60px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  h1, .heading-1 {
    font-size: 110px;
    line-height: 0.65455;
  }
}
h2, .heading-2 {
  letter-spacing: -.025em;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 48px;
    line-height: 1.45833;
  }
}
h3, .heading-3 {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  h3, .heading-3 {
    font-size: 36px;
    line-height: 1.33333;
  }
}
h4, .heading-4 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.025em;
  padding-top: 12px;
}
@media (min-width: 1200px) {
  h4, .heading-4 {
    font-size: 24px;
    line-height: 1.25;
  }
}
h5, .heading-5 {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  h5, .heading-5 {
    font-size: 18px;
    line-height: 1.44444;
  }
}
h6, .heading-6 {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: .080em;
  color: #3498db;
  font-weight: 400;
  letter-spacing: .60em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h6, .heading-6 {
    font-size: 16px;
    line-height: 1.5;
  }
}

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,
.grid-layout-100{
  width: 1200px;
  margin: auto;
}
.frame .inner {
  z-index: 2;
  position: relative;
}
.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 ****************************************/
#right-panel-link,
.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 1%;
  text-decoration: none;
  color: var(--c-white);
  background: var(--c-blue);
  border: 0px solid #fff;
  font-size: 30px;
  font-weight: 700;
  height: 55px;
  width: 55px;
  line-height: 60px;
  text-align: center;
  display: none;
  z-index:99;
}
.back-to-top:hover {    
  background-color: rgba(135, 135, 135, 0.50);
}
.back-to-top [class*='fa-']:before {
    font-size: 36px;
}

/* 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: 500px;
  height: 100%;
  padding: 20px;
  background-color: #333;
  color: #fff;
  box-shadow: inset 0 0 5px 5px #222;
}
#right-panel .inner, 
#right-panel .articleInner{
  width:100%;
  margin:0;
  padding:0;
}
.panel h2 {
  color: #fff;
}
#right-panel {
  right: 0;
  transform: translateX(500px);
}
body.ps-active {
  transform: translateX(500px);
}
body.ps-active-right {
  transform: translateX(-500px);
}
.fadeInRight {
    opacity:0;
    margin-right: 300px;
    max-width:100%;
}
#right-panel-link{
  bottom: 67px;
  right: 1%;  
}
#right-panel-link [class*='fa-']:before {
    font-size: 29px;
}
button#close-panel-bt {
    margin-top: 5em;
}

/**************************************** Numbers ****************************************/
.numbers{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center; 

  background: rgba(255,255,2555,1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  border-radius: 5px;
  padding: 5em 0;
  margin-top: 60px;
  height: 100%;
  width: 100%;
}
.numbers div{
  width: 20%;
  flex-grow: 1;
  text-align: center;
}
.numbers .head{
  text-align: right;
}
.numbers .count{
  font-weight: 700;
  display: block;
  font-size: 36px;
  color: var(--c-blue);
}
.numbers .icon {
  font-size: 24px;
  position: relative;
  z-index: 2;
  margin: 1em 0;
  display: block;
}
.numbers .icon::after {
  content: '';
  background: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.numbers p {
  margin: 0;
}
.numbers [class*='fa-']:before {
    font-size: 24px;
}
/**************************************** Trigger ****************************************/
.triggerMainEl {
  background: var(--c-default);
  color: var(--c-white);
  padding: 0.5em 1em;
  margin: 1px 0;
  cursor: pointer;
}
.triggerMainEl:hover {
  background: var(--c-special);
  color: var(--c-default);  
}
.triggerer {
  position: relative;
}
.triggerer h2{
  margin: 0;
}
.triggerer:after {
  content: '+';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  font-size: 2em;
  line-height: 1;
  transition:all .2s ease;
}
.triggerEl {
  display: none;
}
.triggerElInner {
  padding: 1em 0;
  color: var(--c-default);
}
/* open */
.triggerMainEl.open .triggerEl {
  display: block;
}
.triggerMainEl.open {
  transition:all .2s ease;  
  background: var(--c-special);
  color: var(--c-default);
}
.triggerMainEl.open .triggerer:after {
  transform: rotate(45deg);
  transform-origin:center center;
  color: var(--c-special);
}

/**************************************** Flip ****************************************/
.card {
  position: relative;
  transform-style: preserve-3d;
  min-height: 200px;
  perspective: 800px;
  transition: 0.5s;
  z-index: 1;
  aspect-ratio: 3/2;
}
/*.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%;
  position: absolute;
  background-repeat: no-repeat;
  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;
  background-size: contain;
  border-radius: 10px;
}
.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: #f6f6f6;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 25px;
}
.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);
}
