@font-face { 
  font-family: 'Corporate';
  src: url('fonts/corporatesot-regular-webfont.ttf') format('truetype'); 
}
@font-face { 
  font-family: 'CorporateBold';
  src: url('fonts/corporatesot-bold-webfont.ttf') format('truetype'); 
}
@font-face { 
  font-family: 'corporate_s_otlight';
  src: url('fonts/corporatesot-light-webfont.ttf') format('truetype'); 
}


*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:focus,*:active,*:hover,*{
  outline: none !important;
}

body{
  overflow-y: scroll;
  font-family: 'Corporate',verdana;  
  line-height:1.4;
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
img, svg{
  max-width:100%;
  height:auto;
}
table{
  width:100%;
}
a{
  color: #444;
}
h1 {
  font-family: 'CorporateBold',verdana;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clr{
  clear: both;
  display: block;
  content: '';
}

.cover{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner,.articleInner{
  width: 800px;
  margin: auto;
}
.articleInner{
  padding: 5em 0;
}
.articleInner .articleInner{
  width: auto;
  padding:0;
}
.noInner .articleInner {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* Flex mittig */
.flex .colWrap{
  display: flex;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/* Flex Col3 */
.flex .threeCols .thirty.col12{
  margin:0;
}
.flex .threeCols .thirty {
  width: 33.4%;
  overflow:hidden
}
/**/



/*RTE start*/
.align-left,
.csc-header-alignment-left,
.csc-textpic-left{
  text-align:left;
}
.align-center,
.csc-header-alignment-center,
.csc-textpic-above{
  text-align:center;
}
.align-right,
.csc-header-alignment-right,
.csc-textpic-right{
  text-align:right;
}
.align-justify{
  text-align:justify;
}
/*RTE end*/

/* Back BTN*/
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 1%;
  text-decoration: none;
  background-color: rgba(224,227,230,0.3);
  font-size: 10px;
  border-radius: 50%;
  font-weight: 700;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
}

.back-to-top:hover {    
  background-color: rgba(135, 135, 135, 0.50);
}

/* HEADFIX START */
#mainHeader.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 949;
}
/* HEADFIX END */

/* bgImage START */
.bgImage{
  background-repeat: no-repeat;
  background-position:  center center;
  background-size: cover;
  /*background-attachment: fixed;*/
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


/* bgImage END */

/* PARALLAX START */
.parallax{
  position: relative;
  overflow: hidden;
  background: #333;
}
.parallax .articleInner{
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.2em;
}
.parallaxImg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
/* PARALLAX END */

/* SWIPER START */
.swiper-slide{
  line-height: 0;
}
.swiperPager{
  position: absolute;
  bottom:10px;
  left: 0;
  z-index: 3;
  
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: rgba(255,255,255,0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
}
.swiperCaption{
  position: absolute;
  z-index: 3;
  line-height: 1.2;
  color: #fff;
  
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiperButton{
  
  position: absolute;
  top: 50%;
  z-index: 3;
    margin-top: -20px;
    width: 40px;
  height: 40px;
  background: rgba(255,255,255,0);
  transition: background 0.2s;
}
.swiper-container.active:hover .swiperButton{
  background: rgba(255,255,255,1);
}
.swiperNext{
  right:0;
}
.swiperPrev{
  left:0;
}
.bgSlide{
  min-height: 400px;
}

/* SWIPER END */
.twoCols .fifty{
  width: 49%;
}
.twoCols .fifty.col11{
  margin-right: 2%;
}

.twoCols .thirty{
  width:30%;
}
.twoCols .thirty.col11{
  margin-right: 2%;
}
.twoCols .seventy{
  width:68%;
}

.threeCols .thirty{
  width:32%;
}
.threeCols .thirty.col12{
  margin-left: 2%;
  margin-right: 2%;
}

.fourCols .twentyfive{
  width: 23.5%;
}
.fourCols .twentyfive.col11{
  margin-right: 2%;
}
.fourCols .twentyfive.col13{
  margin-left: 2%;
  margin-right: 2%;
}

/* Trigger */
.triggerMainEl:last-of-type .articleInner{
  padding-bottom: 2.5em;
}
.triggerWrap{
  background: #eee;
}
.triggerer{
  background: #ddd;
  padding: 0.5em 1em;
  cursor: pointer;
  position: relative;
}
.triggerer:after{
  content: '+';
  display: block;
  position: absolute;
  top: 0.4em;
  right: 1em;
  z-index: 5;
  font-size: 2em;
  line-height: 1;
}
.triggerMainEl.open .triggerer:after{
  transform: rotate(45deg);
  transform-origin:center center;
}
.triggerEl{
  display: none;
}
.triggerElInner{
  padding:1em;
}
.triggerMainEl.open .triggerEl{
  display: block;
}

/* Cookie Notify */
#notify { 
  outline: 1px solid #7b92a9; 
  text-align:right; 
  border-bottom:1px solid red;
  background:#fff; 
  position:fixed;
  top:0px; 
  z-index:9999; 
  width:100%; 
  font-size:12px; 
  padding:10px; 
  text-align: center;
}
#notify a {
  color:#000; 
  text-decoration:none;
}
#notify a:hover {
  text-decoration:underline;
}
#notifyCloser {
  position: absolute;
  top: 0;
  bottom: 0;
  right:0;
  content: "\274c";
  font-size: 2em;
  color: #000;
  cursor:pointer;
  background:#f2f2f2;
  width:2em;
  opacity: 1;
}
#notifyCloser:after {
  content: '\d7';
}
/* FIELDS */
.btn,button,input[type="button"],input[type="submit"]{
  
  -webkit-appearance:none;
  appearance:none;
  
  text-align: center;
  display: inline-block;
  padding: 10px;
  background: #222;
  color: #fff;
  line-height: 1;
  font-size: 0.9em;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0px;
}
input[type="password"],input[type="text"],input[type="email"],input[type="tel"],input[type="datum"],input[type="search"],textarea{
  
  -webkit-appearance:none;
  appearance:none;
  
  width: 100%;
  padding:10px;
  resize: vertical;
  
  border: 1px solid #ddd;
  border-radius: 0px;
  
  color: #555;
}