/* =================================
   LAYOUT
   ================================= */
.page {
  min-height: 100%;
  position: relative;
  width: 100%;
}






/* BLUE BLOCK CSS */
.fullwidth-bg {
  position: relative;
  margin-top: 1px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

.fullwidth-bg .article-div {
  padding: 60px 0;
}

.fullwidth-bg .article-div:after {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(229, 229, 229, 0.53);
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
}

/* CSS CLASS */
.fullwidth-div {
  background: rgba(204, 192, 0, 0.52);
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
}
.win-os .ct-nr-0 .fullwidth-div {
  width: calc(100vw - 17px);
}


  /* =================================
     Width Setter Models
     ================================= */

/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/
article {
  overflow: hidden;
  max-width: 100%;
}

.sectiondiv {
  padding: 0 0 0 0;
  /*overflow: hidden;
  max-width: 100%;*/
}

/* fullwidth - bg help! */
.sectiondiv {
  position: relative;
  z-index: 1;
}

.article-div, .iwsetter, .fullwidth-div > div {
  max-width: 1000px; /* Max Page Size */
  padding: 0 20px; /* GOLBAL 20px sides */
  margin: 0 auto;
}

.subpage {
}

.subpage.sp-1 {
}

.subpage.sp-2 {
}


.alt-one {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alt-two .content-wrapper, .two-col {
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  column-count: 2;
  column-gap: 80px;
}

/*
******** 50% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-1 .article-div > section {
  width: 50%;
  float: left;
}

.subpage.page-grid-1 .article-div > section:nth-child(odd) {
  padding-right: 10px;
}

.subpage.page-grid-1 .article-div > section:nth-child(even) {
  padding-left: 10px;
}

/*
******** 33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-2 .article-div > section {
  width: calc(33.3333% - (2 * 20px / 3));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1 ) {
  margin-left: 0px;
}

/*
******** 25% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-3 .article-div > section {
  width: calc(25% - (3 * 20px / 4));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1 ) {
  margin-left: 0px;
}

/*
******** 33%/66% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-4 .article-div > section:nth-child(odd) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-4 .article-div > section:nth-child(even) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-4 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


/*
******** 66%/33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-5 .article-div > section:nth-child(even) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-5 .article-div > section:nth-child(odd) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-5 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


.subpage.page-grid .article-div:after, .subpage.page-grid:after {
  clear: both;
  display: block;
  content: "";
}

.subpage.page-grid .article-div {
  clear: both;
}

.subpage.page-grid .article-div > section > .sectiondiv {
  /*background: #eee url(/layout/test_bullseye.svg) no-repeat center center / auto 100% ;*/
}

.subpage.page-grid .article-div > section > .sectiondiv > .content-block {
  padding: 10px;
  background: rgba(255, 206, 238, 0.13);
}


.column-blocks > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-block-1 > div > .co-bl-inn {
  flex-basis: calc(50% - 10px);

}

.col-block-2 > div > .co-bl-inn {
  flex-basis: calc(33.1% - 10px);
}

.col-block-3 > div > .co-bl-inn {
  flex-basis: calc(25% - 10px);
}

.col-block-4 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(33.1% - 10px);
}

.col-block-4 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(66.666% - 10px);
}

.col-block-5 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(33.333% - 10px);
}

.col-block-5 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(66.666% - 10px);
}

.col-block-6 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(75% - 10px);
}

.col-block-6 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(25% - 10px);
}

.col-block-7 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(75% - 10px);
}

.col-block-7 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(25% - 10px);
}

.co-bl-inn {
  /*border:1px dotted red;*/
}

/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/
/*
header {
  position: fixed;
  z-index: 50;
  width: 100%;
  top:0;
  left:0;
}
*/


.fullheight {
  min-height: 100vh;
}
.halfheight {
  min-height: 50vh;
}

.navi-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  width:50vw;
  z-index: 10;
}

#menubox {
  background: #fff;
  width:50vw;
  height:100%;
  position: fixed;
  right: 0;
  top:0;

  opacity: 0;
  pointer-events: none;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#menubox > div {
  height:50vh;
  padding: 0 0 20px 40px;
}
#menubox a {
  width: 100%;
  display: block;
  font-weight: 300;
 /* text-transform: uppercase;*/
  color:#000;
  line-height: 1;
  padding-bottom:30px;
}

#menubox.is-active {
  opacity: 1;
  pointer-events: auto;

}

.navitext {
  padding:20px 0 0 40px;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.more {
  display: none;
}

.content-area {
  height: 100vh; width:50vw;overflow: hidden;

}
.content-area, .content-area p {
  font-weight: 300;
  letter-spacing: 0.04em;
}
.content-area-pad {
  padding:50vh 40px 100px 40px;
}
.content-area-pad[data-page="news"] {
  padding:50vh 40px 0px 40px;
}
.sliderbox {
  width:100%;height: 120%;position: absolute;pointer-events: none;
}
.news-outer-frame .inline-image {
  max-width: unset !important;
  width: 80%;
  height: auto;
}


.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 18px 0 0;
  position: relative;
  overflow: auto;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


.ss-scroll {
  background: rgba(0, 0, 0, 0.5) !important;
  width: 7px !important;
  border-radius: 4px;

}


.page.floader {
  opacity: 0.001;
  transition: opacity 0.45s linear;
}

.page  {
  opacity: 1;
  transition: opacity 0.45s linear;
}

/* font-sizes */
html,body,input, textarea, select, button {
  font-size:1vw;
}
#menubox a {
  font-size:240%;
}

@media (max-width: 1024px) {
  html,body,input, textarea, select, button {
    font-size: calc(1024px / 100);
  }
  /*
  #menubox a {
    font-size: calc((1024px / 100) * 5);
  }

   */
}
/*
@media (min-width: 99999px) {
  html,body,input, textarea, select, button {
    font-size: calc(99999px / 100);
  }
}
 */

.colorboxx {
  background: #ffff80;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  transition: background-color 0.9s ease-in-out;
}
.newsboxx {
  min-height: 50vh;
  position: relative;
  width: 100%;

}

.news-outer-frame {
  overflow: hidden;
  width: 100%;
  margin-left:-40px;
  width: calc(100% + 160px);
  padding-left:40px;
  padding-right:120px;
}


.newsboxx .paddy {
  padding: 80px 0;
}
.newsboxx:last-child {
  padding-bottom: 0px;
}
.newsboxx.vii {
  background: #ddd666;
}

.news-img {
  display: block;
  width:80%;
  margin-top:20px;

}

body, a, .hamburger:hover {

  cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' height='25' width='25'%3E%3Ccircle cx='12.5' cy='12.5' r='7.25' fill='black' /%3E%3C/svg%3E") 10 10, auto;

}

a:hover {
  opacity: 0.7;
}

.newsboxx a.stdlink {
  text-decoration: underline;
}

.newsboxx .bef {
  position: absolute;
  left: -100px;
  width: 200%;
  height: 100%;

  z-index: -1;
  opacity: 0.5;
}