@font-face {
    font-family: 'clear_sans';
    src: url('clearsans-regular-webfont.eot');
    src: url('clearsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('clearsans-regular-webfont.woff') format('woff'),
         url('clearsans-regular-webfont.ttf') format('truetype'),
         url('clearsans-regular-webfont.svg#clear_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clear_sans';
    src: url('clearsans-medium-webfont.eot');
    src: url('clearsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('clearsans-medium-webfont.woff') format('woff'),
         url('clearsans-medium-webfont.ttf') format('truetype'),
         url('clearsans-medium-webfont.svg#clear_sans_mediumregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'clear_sans';
    src: url('clearsans-italic-webfont.eot');
    src: url('clearsans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('clearsans-italic-webfont.woff') format('woff'),
         url('clearsans-italic-webfont.ttf') format('truetype'),
         url('clearsans-italic-webfont.svg#clear_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'clear_sans';
    src: url('clearsans-mediumitalic-webfont.eot');
    src: url('clearsans-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('clearsans-mediumitalic-webfont.woff') format('woff'),
         url('clearsans-mediumitalic-webfont.ttf') format('truetype'),
         url('clearsans-mediumitalic-webfont.svg#clear_sans_mediumitalic') format('svg');
    font-weight: bold;
    font-style: italic;
}



/*--------------------------------------------------------------
# Normalize & box-sizing
--------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
  box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%!important;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	font-weight: normal!important;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #6d6f70;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*   ----------------------------- */

.vbox-overlay{--vbox-tools-color:#fff;--vbox-title-background:#101010;--vbox-title-width:'auto';--vbox-title-radius:0;--vbox-share-background:#101010;--vbox-share-width:'auto';--vbox-share-radius:0;--vbox-padding:0}.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-share,.vbox-title{line-height:1;position:fixed;z-index:98;text-align:center;margin:0 auto;color:var(--vbox-tools-color)}.vbox-title{font-size:12px;background-color:var(--vbox-title-background);width:var(--vbox-title-width);border-radius:var(--vbox-title-radius);padding:12px 54px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.vbox-share{font-size:24px;padding:0 .35em;background-color:var(--vbox-share-background);width:var(--vbox-share-width);border-radius:var(--vbox-share-radius)}.vbox-link-btn,button.vbox-link-btn,button.vbox-link-btn:active,button.vbox-link-btn:focus,button.vbox-link-btn:hover{border:none!important;background:0 0!important;box-shadow:none!important;color:inherit!important;padding:6px 12px;outline:0;display:inline-block;cursor:pointer}.vbox-share a{color:inherit!important;padding:6px 12px;display:inline-block}.vbox-share svg{z-index:10;vertical-align:middle}.vbox-close{cursor:pointer;position:fixed;top:0;right:0;z-index:99;padding:6px 15px;color:#000;color:var(--vbox-tools-color);border:0;font-size:24px;display:flex;align-items:center;opacity:.8;transition:opacity .2s}.vbox-close:hover{opacity:1}.vbox-left-corner{cursor:pointer;position:fixed;left:0;top:0;overflow:hidden;line-height:1;font-size:12px;z-index:99;display:flex;align-items:center;color:var(--vbox-tools-color)}.vbox-num{display:inline-block;padding:12px 15px}.vbox-left{left:0}.vbox-right{right:0}.vbox-top{top:0}.vbox-bottom{bottom:0}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99;opacity:.8;transition:opacity .2s}.vbox-next:hover,.vbox-prev:hover{opacity:1}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:var(--vbox-tools-color);border-right-color:var(--vbox-tools-color);text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-inline,.venoratio{position:relative;width:100%;margin:0 auto}.venoratio::before{display:block;padding-top:var(--vb-aspect-ratio);content:""}.venoratio>*{position:absolute;top:0;left:0;width:100%;height:100%;padding:var(--vbox-padding)}.venoratio-1x1{--vb-aspect-ratio:100%}.venoratio-4x3{--vb-aspect-ratio:calc(3 / 4 * 100%)}.venoratio-16x9{--vb-aspect-ratio:calc(9 / 16 * 100%)}.venoratio-21x9{--vb-aspect-ratio:calc(9 / 21 * 100%)}.venoratio-full{--vb-aspect-ratio:calc(100vh - 100px)}.vbox-child.vbox-inline,.vbox-child.venoratio{max-width:100%}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%;padding:30px 0}.vbox-content{opacity:0}.vbox-content{text-align:center;width:100%;position:relative;overflow:hidden;padding:20px 4%;display:flex;align-items:center;justify-content:center;min-height:100%}.vbox-container img{max-width:100%;height:auto}.vbox-child{box-shadow:0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width:100%;text-align:initial;padding:var(--vbox-padding)}.vbox-child img{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:block}.vbox-grab .vbox-child img{cursor:grab}.vbox-child>iframe{border:none!important}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-preloader{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.vbox-preloader .vbox-preloader-inner{opacity:1;transition:opacity .2s}.vbox-hidden{display:none}.vbox-preloader.vbox-hidden .vbox-preloader-inner{opacity:0}.vbox-backdrop{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:translateZ(-1px);-moz-transform:translateZ(-1px);-o-transform:translateZ(-1px);transform:translateZ(-1px);z-index:0}.vbox-tooltip{position:relative;display:inline-block}.vbox-tooltip .vbox-tooltip-text{visibility:hidden;color:#fff;text-align:center;padding:0;position:absolute;z-index:1;bottom:100%;left:0;opacity:0;transition:opacity .3s;margin-bottom:2px;font-family:sans-serif}.vbox-top .vbox-tooltip .vbox-tooltip-text{bottom:auto;top:100%;margin-bottom:0;margin-top:2px}.vbox-tooltip-inner{padding:5px 10px;background-color:rgba(0,0,0,.9);border-radius:6px;font-size:10px}.vbox-tooltip:hover .vbox-tooltip-text{visibility:visible;opacity:1}.vbox-overlay{--sk-size:40px;--sk-color:#333}.sk-center{margin:auto}.sk-plane{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);animation:sk-plane 1.2s infinite ease-in-out}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:'';display:block;width:25%;height:25%;background-color:var(--sk-color);border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{100%{transform:rotate(360deg)}}@keyframes sk-chase-dot{100%,80%{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,100%{transform:scale(1)}}.sk-bounce{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-bounce-dot{width:100%;height:100%;border-radius:50%;background-color:var(--sk-color);opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s infinite cubic-bezier(.455,.03,.515,.955)}.sk-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,100%{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{width:var(--sk-size);height:var(--sk-size);display:flex;justify-content:space-between}.sk-wave-rect{background-color:var(--sk-color);height:100%;width:15%;animation:sk-wave 1.2s infinite ease-in-out}.sk-wave-rect:nth-child(1){animation-delay:-1.2s}.sk-wave-rect:nth-child(2){animation-delay:-1.1s}.sk-wave-rect:nth-child(3){animation-delay:-1s}.sk-wave-rect:nth-child(4){animation-delay:-.9s}.sk-wave-rect:nth-child(5){animation-delay:-.8s}@keyframes sk-wave{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;animation:sk-pulse 1.2s infinite cubic-bezier(.455,.03,.515,.955)}@keyframes sk-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.sk-flow{width:calc(var(--sk-size) * 1.3);height:calc(var(--sk-size) * 1.3);display:flex;justify-content:space-between}.sk-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;animation:sk-flow 1.4s cubic-bezier(.455,.03,.515,.955) 0s infinite both}.sk-flow-dot:nth-child(1){animation-delay:-.3s}.sk-flow-dot:nth-child(2){animation-delay:-.15s}@keyframes sk-flow{0%,100%,80%{transform:scale(.3)}40%{transform:scale(1)}}.sk-swing{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-swing 1.8s infinite linear}.sk-swing-dot{width:45%;height:45%;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--sk-color);border-radius:100%;animation:sk-swing-dot 2s infinite ease-in-out}.sk-swing-dot:nth-child(2){top:auto;bottom:0;animation-delay:-1s}@keyframes sk-swing{100%{transform:rotate(360deg)}}@keyframes sk-swing-dot{0%,100%{transform:scale(.2)}50%{transform:scale(1)}}.sk-circle{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle 1.2s infinite ease-in-out both}.sk-circle-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-fade-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-fade-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle-fade 1.2s infinite ease-in-out both}.sk-circle-fade-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-fade-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-fade-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-fade-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-fade-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-fade-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-fade-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-fade-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-fade-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-fade-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle-fade{0%,100%,39%{opacity:0;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{width:var(--sk-size);height:var(--sk-size)}.sk-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;animation:sk-grid 1.3s infinite ease-in-out}.sk-grid-cube:nth-child(1){animation-delay:.2s}.sk-grid-cube:nth-child(2){animation-delay:.3s}.sk-grid-cube:nth-child(3){animation-delay:.4s}.sk-grid-cube:nth-child(4){animation-delay:.1s}.sk-grid-cube:nth-child(5){animation-delay:.2s}.sk-grid-cube:nth-child(6){animation-delay:.3s}.sk-grid-cube:nth-child(7){animation-delay:0s}.sk-grid-cube:nth-child(8){animation-delay:.1s}.sk-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,100%,70%{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}.sk-fold{width:var(--sk-size);height:var(--sk-size);position:relative;transform:rotateZ(45deg)}.sk-fold-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-fold-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--sk-color);animation:sk-fold 2.4s infinite linear both;transform-origin:100% 100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotateZ(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotateZ(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotateZ(270deg)}.sk-fold-cube:nth-child(2):before{animation-delay:.3s}.sk-fold-cube:nth-child(4):before{animation-delay:.6s}.sk-fold-cube:nth-child(3):before{animation-delay:.9s}@keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}100%,90%{transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wander{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-wander-cube{background-color:var(--sk-color);width:20%;height:20%;position:absolute;top:0;left:0;--sk-wander-distance:calc(var(--sk-size) * 0.75);animation:sk-wander 2s ease-in-out -2s infinite both}.sk-wander-cube:nth-child(2){animation-delay:-.5s}.sk-wander-cube:nth-child(3){animation-delay:-1s}@keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)}100%{transform:rotate(-360deg)}}



.vbox-close {
    margin-right: 7px;
    font-size: 24px!important;
}

.vbox-close * {
    font-size: 24px!important;
}

.vbox-close-icon,
.vbox-close-icon * {
    color: #fff!important;
}

.vbox-child img {
    width: 100%;
}


body {
	width: 100%;
	height: 100%;
	background: #FFF;
}

body.templ9 {
	background: #000;
}

* {
	font-family: 'clear_sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
}

.hidden {
	visibility: hidden;
}

.clear {
	clear: both;
}

.displayNone {
	display: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatNone {
	float: none;
}

.center {
	text-align: center;
}

.caption {
	line-height: 1em;
}
 
.lazy {
  display: none;
}

.kkGrey {
	font-weight: normal;
	color: #000000;
}

.kkBlack {
	font-weight: bold;
	color: #000;
}

.caption {
	font-size: 0.8em;
}

p,
hr, 
.caption  {
	padding: 0 0 1.3em 0;
	margin: 0;
}

table {
	padding: 0;
	margin: 0 0 1.3em 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0 0.5em 0 0;
}

p.up {
	margin-top: -0.65em;
}

h1 + .textblock > p.up {
	margin-top: -1.4em;
}

hr {
	display: block;
	float: left;
	color: #000;
	background-color: #000;
	width: 100%;
	text-align: center;
	margin: 0.5em auto 1.4em auto;
	padding: 0 0 0 0;
	border: none;
	height: 1px;
}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-weight: bold;
}

h1, 
h2 {
	margin: 0 0 1em 0;
	padding: 0;
}

h1, 
h1 * {
	font-size: 21px;
	line-height: 1em;
	font-weight: bold;
}

h1 em, 
h1 em * {
	font-size: 17px;
	font-style: normal;
}

h2, 
h2 * {
	font-size: 18px;
	line-height: 1.1em;
	font-weight: bold;
}

h2 a.normal,
h2 a.normal * {
    font-weight: normal;
}

h3, 
h4 {
	margin: 0 0 0 0;
	padding: 0;
}

h3,
h3 *,
h4,
h4 * {
	font-size: 15px;
}

.textblock + h2,
.textblock + h1 {
	margin-top: 1em;
}

em, cite {
	font-style: italic;
}

cite {
	font-size: 1.3em;
}

strong, 
strong em, 
strong a, 
strong .caps {
	font-weight: bold;
}

a strong {
}

a  {
	/* color: #000; */
    color: rgb(255,102,102);  /*2024*/
	text-decoration: underline;
}

a:hover,
a:hover * {
	text-decoration: none;
	/* color: #f5ec00; */
	/* color: rgb(43,5,140); /*2020*/
	/* color: rgb(42,175,220);  /*2021*/
	/* color: rgb(227,67,88);  /*2021b*/
	/* color: rgb(142,186,110);  /*2022*/
	/* color: rgb(46,196,106);  /*2023*/
    color: rgb(255,102,102);  /*2024*/
    color: #000;
	
}

a:active,
a:focus {
	outline: none
}

img {
	max-width: 100%;
	height: auto;
}

#content .img-inline {
	padding: 0 0 0 1em;
}

#content .img-va-middle {
	vertical-align: middle;
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 920px;
	height: 100%;
	padding: 30px;
}

#website {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 48px;
}

#logo {
	float: left;
	width: 360px;
	height: auto;
	margin-left: 0px;
}

#subline {
	float: left;
	width: 100%;
	padding-bottom: 22px;
	font-size: 14px;
	line-height: 14px;
	color: #000;
}

#subline.empty {
	min-height: 1em;
	padding-bottom: 0;
}

#headerPic {
	float: right;
}

#menu1 {
	float: left;
	width: 100%;
	height: 58px;
    /* no borders kk20 2026
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
    */
	padding: 22px 0 0 0;
}

.menu1-ul {
	float: left;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0; 
}

.menu1-menu-item {
	float: left;
	display: inline;
	list-style: none;
	padding: 0 30px 0 1px; 
	margin: 0; 
}

.menu1-menu-item a,
.menu1-menu-item b {
	float: left;
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	color: #000;
}

.menu1-menu-item a:hover {
	/* color: #f5ec00; */
	/* color: rgb(43,5,140);  /*2020*/
	/* color: rgb(42,175,220);  /*2021*/
	/* color: rgb(227,67,88);  /*2021b*/
	/* color: rgb(142,186,110);  /*2022*/
	/* color: rgb(46,196,106);  /*2023*/
    color: rgb(255,102,102);  /*2024*/
}

.menu1-menu-item ul {
	display: none;
}

.menu2-ul {
	list-style: none;
	padding: 0;
	margin: 0; 
}

.menu2-menu-item {
	list-style: none;
	padding: 0 30px 1em 1px; 
	margin: 0; 
}

.menu2-menu-item a,
.menu2-menu-item b {
	text-decoration: none;
	font-size: 14px;
	color: #000;
}

.menu2-menu-item a:hover {
	/* color: #f5ec00; */
	/* color: rgb(43,5,140);  /*2020*/
	/* color: rgb(42,175,220);  /*2021*/
	/* color: rgb(227,67,88);  /*2021b*/
	/* color: rgb(142,186,110);  /*2022*/
	/* color: rgb(46,196,106);  /*2023*/
    color: rgb(255,102,102);  /*2024*/
}

.act,
.actPath {
	font-weight: bold;
	/* color: #f5ec00; */
	/* color: rgb(43,5,140);  /*2020*/
	/* color: rgb(42,175,220)!important;  /*2021*/
	/* color: rgb(227,67,88)!important;  /*2021b*/
	/* color: rgb(142,186,110)!important;  /*2022*/
	/* color: rgb(46,196,106)!important;  /*2023*/
    color: rgb(255,102,102)!important;  /*2024*/
}

#languageChanger {
	position: absolute;
	right: 0;
	bottom: -1.8em;
}

#languageChanger a {
	text-decoration: none;
}

#content {
	float: left;
	width: 100%;
}

#footer {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.js #footer {
	position: absolute;
	left: 0;
	bottom: 0;
}

.col {
	float: left;
	width: 25%;
	padding: 0 1.8% 0 0;
}

.ct4_1_4 {
	width: 25%;
}

.ct4_3_4 {
	width: 75%;
}

.col h1,
.col h1 * {
	font-size: 17px;
}

.col h2,
.col h2 * {
	font-size: 15px;
}

.col h2 {
	margin-bottom: 1.3em;
}

.col img {
	max-width: 200px;
	padding-bottom: 1.4em;
}

.col .withCaption img {
	padding-bottom: 0;
}

.col * {
	line-height: 1.4em;
}

.gallery {
	float: left;
	width: 102%;
	margin-bottom: 50px;
}

.gallery ul,
.gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery li {
    display: inline;
    float: left;
	 width: 20%;
	 padding: 0 1.8% 1.8% 0;
}

.videoArea {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto;
	border-bottom: 1.3em solid #fff;
	visibility: hidden;
	overflow: hidden;
}

.videoArea_special2017 {
	width: 99.9%;
	padding-bottom: 32.61%;
}

.videoArea_16_9 {
	width: 100.1%;
	padding-bottom: 56.25%;
}

.templ9 .videoArea {
	border-bottom: 1px solid #000!important;
}

.videoArea_special2017 .mejs-container .mejs-controls {
  display: none!important;
}

.videoArea_16_9 .mejs-container .mejs-controls {
  display: block!important;
}

.videoArea_16_9 .mejs__time-float-current {
    font-size: 10px;
}

.templ9 .autocontinue,
.templ9 .autocontinue * {
	text-align: right;
	text-decoration: none;
}

.templ9 .autocontinue {
	font-size: 16px;
	min-width: 6em;
	padding: 0px 2px 2px 2px;
}

.templ10 .autocontinue,
.templ10 .autocontinue * {
	color: #fff;
}

.templ9 .mejs__unmute,
.templ9 .mejs__mute {
	background-color: transparent;
	width: 30px;
	height: 30px;
	padding: 5px;
    padding-right: 40px!important;
}

.templ9 .mejs__unmute > button,
.templ9 .mejs__mute > button {
	 background-image: url(../assets/player/mejs-controls-black.svg);
	 background-image: url(../assets/player/mejs-controls.svg);
}

.templ11 .mejs__unmute > button,
.templ11 .mejs__mute > button {
	 background-image: url(../assets/player/mejs-controls.svg);
}

.templ9 .mejs__unmute > button {
	/*  width: 12px; */
}

.templ9 .mejs__button.mejs__unmute > button,
.templ9 .mejs__button.mejs__mute > button {
	margin: 0px 0 0 0px;
}

.mejs__time {
    color: #fff!important;
}

.mejs__time * {
    color: #fff!important;
    line-height: 0;
}

.sl-overlay {
	background-color: #000000;
	opacity: 0.8;
}

.sl-wrapper .sl-image .sl-caption {
	background: none;
}

.sl-prev, 
.sl-next, 
.sl-close {
	color: #ffffff;	
}

.logogrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5%;
    grid-row-gap: 10px;
    align-items: center;
    margin-bottom: 30px;
} 

.logogrid .textblock {
    position: relative;
    grid-column: span 5;
    display: inline-block;
    width: 100%;
    height: 1em;
    margin: 2em 0 1em 0;
}

.logogrid .textblock p {
    position: absolute;
}

.logogrid .single-logo {
    padding-bottom: 1em;
}

.logogrid .kombi-logo {
    grid-column: span 2;
    padding-bottom: 1em;
}






@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff2') format('woff2'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
    font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider {
    margin: 0;
    padding: 0;
}










/* ** keep the good old orange somewhere ** 




.templ8 .o, .templ8 .orange, .templ8 .o *, .templ8 .orange *,
.templ8 .caption, .templ8 .caption * {
	color: #e66900!important;
}

.templ8 .g {
	color: #696969;
}

.templ8 .caption {
	line-height: 1em;
}

.templ8 p, .templ8 hr, .templ8 .caption,
.templ8 h1.dafter, .templ8 h2.dafter, .templ8 h3.dafter, .templ8 h4.dafter, .templ8 h5.dafter, .templ8 h6.dafter  {
	padding-bottom: 1.3em;
}

.templ8 hr {
	height: 1px;
	background: url(line.png) repeat-x;
	margin: 0.7em 0 1em 0;
}

.templ8 h1.dbefore, .templ8 h2.dbefore, .templ8 h3.dbefore, .templ8 h4.dbefore, .templ8 h5.dbefore, .templ8 h6.dbefore {
	margin-top: 2em;
}

.templ8 h1, .templ8 h2 {
	font-size: 1.6em;
}
.templ8 h3, .templ8 h4 {
	font-size: 1.3em;
}
.templ8 h5, .templ8 h6 {
	font-size: 1em;
}

.templ8 h1, .templ8 h3, .templ8 h5,
.templ8 h1 .caps, .templ8 h3 .caps, .templ8 h5 .caps,
.templ8 h1 sup, .templ8 h3 sup, .templ8 h5 sup {
	color: #e66900;
}

.templ8 h2, .templ8 h4, .templ8 h6,
.templ8 h2 .caps, .templ8 h4 .caps, .templ8 h6 .caps,
.templ8 h2 sup, .templ8 h4 sup, .templ8 h6 sup {
	color: #696969;
}

.templ8 strong, .templ8 strong em, .templ8 strong a, .templ8 strong .caps {
	font-weight: bold;
	color: #696969!important;
}

.templ8 #content a strong {
	color: #e66900!important;
}

.templ8 #content a  {
	color: #e66900;
	text-decoration: none;
}

.templ8 a:hover {
	text-decoration: underline;
}


.templ8 p,
.templ8 p .caps {
	color: #e66900;
}
*/

@media screen and (max-width: 939px) {

	.templ9 .mejs__unmute,
	.templ9 .mejs__mute {
		 /* margin-top: 5px; */
	}

	.templ9 .mejs__unmute > button,
	.templ9 .mejs__mute > button {
		 background-image: url(../assets/player/mejs-controls.svg);
	}

	.templ9 .mejs__unmute > button {
		/* width: 20px; */
	}
	
}

@media screen and (max-width: 919px) {

	#wrapper {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.col {
		width: 50%;
	}
	
	.col img {
		width: 100%;
	}
	
}

@media screen and (max-width: 850px) {

	#menu1 {
		padding-top: 11px;
	}

	.menu1-ul {
		display: none;
	}
	
	#rd-menu-opener {
		display: block!important;
		float: right;
		width: 42px;
	}
	
	.rdMenuVisible #rd-menu-opener {
		display: none!important;
	}
	
	.rdMenuVisible #menu1 {
		height: auto;
	}
	
	.rdMenuVisible .menu1-ul {
		display: block!important;
	}

	.menu1-menu-item {
		display: block;
		width: 100%;
		padding-bottom: 1.3em;
	
}

@media screen and (max-width: 640px) {

	#logo {
		width: 100%;
	}
	
	#headerPic {
		display: none;
	}
	
	.col {
		width: 100%;
	}
	
	.col img {
		width: 50%;
	}
	
}