@CHARSET "UTF-8";


/*
font-family:'GeogrotesqueW01-Regular1185161';
font-family:'Neue Haas Unica W01 Light';
font-family:'Neue Haas Unica W01 Regular';
font-family:'Geogrotesque W01 Medium1185174';
font-family:'Neue Haas Unica W01 Medium It';
*/

*:focus {
    outline: none;
}

body {
    font-weight: 100;
    color: #000;
    font-size: 16px;
    margin: 0;
    position: relative;
    font-family:'Neue Haas Unica W01 Regular';
    scroll-behavior: smooth;
}


.container {
    margin: 60px 20px;
    padding: 0 0;
    max-width: none;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1em;
    margin-top: 0;
    font-family:'Geogrotesque W01 Medium1185174';
}

a {
    text-decoration: none;
    color: #000;
}

p {
    margin: 0 0 10px;
    line-height: 1.4em;
}

p a {
    font-weight: 500;
}

.link:after,
p a:after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 20px;
    background-image: url(../img/link.svg);
    background-repeat: no-repeat;
    background-position: 3px 0px;
}

hr {
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

label {
    display: block;
}

strong, b {
    font-family:'Neue Haas Unica W01 Medium It';
}

table {
    border: none !important;
}

td {
    border: none !important;
}

/* header */


.header {
  /*  min-height: 180px; */
      min-height: 65px;
}

.custom-row {
    display: flex;
    justify-content: flex-end;
}

.logged{
    background-image: url(../img/logged-in.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    padding: 10px;
}

.logo {
    left: 0;
}

.logo img {
    width: 125px;
}

.logo-typo {
    top: 33px;
    left: 165px;
}

.toolbar-item {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    background-size: 100%;
    cursor: pointer;
}

.search-button {
	background-image: url(../img/search.svg);
}

.button{
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0;
}

.login-button {
	background-image: url(../img/login.svg);
}

.login-box{
	 margin: 60px auto;
    padding: 0 0;
    max-width: 940px;
}

/* slideout */

.slideout-button {
	width: 25px;
	height: 24px;
	padding: 5px 0 0 0;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
}

.slideout-menu {
    display: none;
}

.slideout-button span {
	display: block;
	height: 3px;
	background: #fff;
	margin-bottom: 7px;
}

.slideout-button .slideout-button-close {
	opacity: 0;
}

.slideout-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 230px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    overflow: auto;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    min-height: 100vh;
}

.slideout-open .slideout-panel {

}

.slideout-menu-open {
    right: -260px;
    display: block;
}

.slideout-button-open span {
    opacity: 1;
    -webkit-transition: 0.0;
    display: block;
    width: 26px !important;
    -moz-transform: rotate(46deg) translate(0,0);
    -ms-transform: rotate(46deg) translate(0,0);
    -webkit-transform: rotate(46deg) translate(0,0);
    transform: rotate(46deg) translate(0,0);
}

.slideout-button-open span:first-child {
    -moz-transform: rotate(-45deg) translate(0,0);
    -ms-transform: rotate(-45deg) translate(0,0);
    -webkit-transform: rotate(-45deg) translate(0,0);
    transform: rotate(-45deg) translate(0,0);
    position: relative;
    top: 10px;
}

.slideout-button-open span:last-child {
    opacity: 0;
}

.side-navigation * {
    font-size: 16px;
    margin-bottom: 0;
}

.side-navigation {
    padding-left: 0;
}

.side-navigation ul {
    padding-left: 10px;
}

.side-navigation li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    float: none;
}

.side-navigation .active {
    font-family:'Neue Haas Unica W01 Medium It';
}

/* elements */
/** tabulator**/


.tabulator-row.tabulator-selectable:hover {
    background-color: #dcdcdc;
}

.tabulator .tabulator-header {
    border-bottom: 3px solid #69AADC;
    background-color: #4f95c9;
}

.tabulator .tabulator-footer {
    border-bottom: 3px solid #69AADC;
    border-top: 3px solid #69AADC;
    background-color: transparent;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow {
    border-top: none;
    border-top: 6px solid  #69AADC;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow {
    border-top: none;
    border-bottom: 6px solid  #69AADC;
}

.tabulator .tabulator-header .tabulator-col {
    background-color: #4f95c9;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
    cursor: pointer;
    background-color: #69AADC;
}

.tabulator {
   border-bottom: 3px solid #69AADC;
}

.tabulator-header-filter input{
	border: 1px solid #69AADC;

}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
    display: table;
}

.tabulator-row .tabulator-cell {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tabulator-col-title{
    font-size: 16px;
    font-weight: normal !important;
}

.tabulator-table * {
    border-color: #dcdcdc !important;
}

.tabulator-headers * {
    border-color: #fff !important;
}


.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow{
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom: 6px solid #fff !important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow {
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom: 6px solid #fff !important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow {
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #fff !important;
}

.row {
  position: relative;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.video-list {
    min-height: 248px;
    width: 280px;
}

.video-box {
    transition: opacity 1s;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.video-box-close {
    opacity: 0;
    z-index: 0;
}

.content {
    transition: opacity 1s;
    position: relative;
    z-index: 1;
}

.content-close {
    opacity: 0;
    z-index: 1;
}

.video-iframe {
    width: 100%;
    min-height: 527px;
}

.video-iframe iframe {
    width: 100%;
    min-height: 525px;
    background: #022747;
}

.search-result {
    min-height: 400px;
}

.search-result section:nth-child(odd) {
    background: #f1f1f1
}


.default-list ul {
    margin: 0;
    padding: 0;
}

.default-list li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}


.default-list li:before {
    content: " – ";
    position: absolute;
    left: 0px;
}

.default-list.white li:before {
    color: #fff;
}

footer li {
    display: inline-block;
    margin-right: 20px;
}

footer li a {
/*     color: #fff; */
}

/* show more */

.toggle.active .show-more {
    display: none;
}

.toggle.active .show-less {
    display: inline;
}

.more-text-toggle.active img {
    transform: rotate(180deg);
}

.two-cols-closed,
.downloads,
.more-text-closed {
    overflow: hidden;
    transition: max-height 0.75s;
    max-height: 0px;
}

.two-cols-open,
.downloads-open,
.more-text-open {
    transition: max-height 0.75s;
    max-height: 1370px !important;
}

.more-text-toggle:after {
    width: 20px;
    height: 12px;
    display: inline-block;
    margin-left: 20px;
    content: " ";
    background: url(../img/arrow_blue.svg) no-repeat;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -webkit-transform: transform 0.2s ease-in-out;
}

.more-text-toggle.active:after {
    transform: rotate(360deg);
}


/* slider */

.owl-carousel {
    right: -1px;
}

.owl-stage-outer {
}

.owl-nav button {
    position: absolute;
    top: 0;
    height: 247px;
    background-color: rgba(110, 158, 209, 0.5);
    background-image: url(../img/slider_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    cursor: pointer;
    filter: FlipV; // flip for ie9
}

.owl-prev {
    left: -31px;
    width: 32px;
    transform: rotate(180deg);
}

.owl-next {
    right: -30px;
    width: 30px;
}

.owl-dots {
    width: 100%;
    text-align: right;
    height: 50px;
    top: -60px;
    right: 20px;
    position: absolute;
}

.owl-dot {
    background: #000;
    width: 20px;
    height: 12px;
    display: inline-block;
    margin: 20px 0 5px 5px;
}



.owl-dot:first-child {
    background: #E6ECF1;
    width: 15px;
}

.owl-dot.active:first-child,
.owl-dot.active {
    background: #4B87C3;
}

.owl-dot.active {

}

.mini-slider .slide-item {
/*     min-width: 440px; */
}


/* boxes */
.login-box input {
    padding: 20px !important;
}


.downloads {
    top: -25px;
}

.download-toggle {
    right: 30px;
}

.arrow-icon {
    width: 15px;
    margin-bottom: -2px;
    margin-right: 5px;
    margin-left: 5px;
    transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -webkit-transform: transform 0.2s ease-in-out;
}

.download-title {
    line-height: 1.2em;
}

.downloads-close {
    display: none;
}

.downloads-open {
    display: block;
}

.downloadLink {
    background-image: url(/bundles/app/img/download_white.svg);
    background-repeat: no-repeat;
}
.video-footer {
    background: url(../img/pixel.gif);
    background-repeat: repeat-x;
    background-position: 50%;
}

.downloads-open .downloads-button-cont {
    background: url(../img/pixel.gif);
    background-repeat: repeat-y;
    background-position: 50%;
    position: relative;
    top: 23px;
}

.downloads-open .downloads-button {
    position: relative;
    top: 22px;
}

.downloads-button-active .downloads-button-open {
    display: inline;
}

.downloads-button-active .downloads-button-close {
    display: none;
}

.downloads-button-active .download-icon {
    transform: rotate(180deg);
}

.next-icon {
    margin: 0;
    transform: rotate(270deg);
}

.prev-icon {
    margin: 0;
    transform: rotate(90deg);
}

.active .download-icon {
    transform: rotate(180deg);
}

.video-footer .border {
    min-height: 25px;
}

.video-number {
    font-size: 74px;
}

.video-thumb img {
    max-width: 440px;
}

.video-thumb-text {
    top: 40px;
}

.video-thumb-sub {
    top: 80px;
}

.video-thumb-title {
    top: 100px;
}


.two-cols .toggle {
    margin-bottom: 0;
}

.two-cols .toggle:before {
    float: right;
    width: 25px;
    height: 20px;
    content: " ";
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -webkit-transform: transform 0.2s ease-in-out;
    margin-left: 20px;
}

.two-cols .toggle.active:after    {
    transform: rotate(0deg);
}

/* tools */

.opacity50 {
    opacity: 0.5;
}

.opacity0 {
    opacity: 0;
}

.no-style {
    list-style: none;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow-hidden {
    overflow: hidden
}

.pointer,
.finger {
    cursor: pointer;
}

.no-border-box {
    box-sizing: initial;
}

.border {
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}

.no-border {
    border-width: 0;
}

.border-color {
    border-color: #6EACD9;
}

.border-grey {
    border-color: #B7B7B7;
}

.border-bottom {
    border-bottom-width: 1px;
}

.border-top {
    border-top-width: 1px;
}

.border-left {
    border-left-width: 1px;
}

.border-right {
    border-right-width: 1px;
}

.border2 {
    border-width: 2px;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.border-box {
    box-sizing: border-box;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.push-index {
    z-index: 2;
}

.away {
    position: absolute;
    left: -3000px;
    top: 0;
    font-size: 0;
}

.bottom {
    bottom: 0;
}

.left {
    left: 0;
}

.right {
    left: auto;
    right: 0;
}

.top {
    bottom: auto;
    top: 0;
}

.cover {
    left: 0;
    right: 0;
}


.center {
    margin-left: auto;
    margin-right: auto;
}

.geo {
    font-family: 'GeogrotesqueW01-Regular1185161';
}

strong,
.bold {
    font-family: 'Neue Haas Unica W01 Medium It';
    font-weight: 100;
}


.geo.bold,
.geo.strong {
    font-family: 'Geogrotesque W01 Medium1185174';
}

.light {
    font-family: 'Neue Haas Unica W01 Light';
}

.thin {
    font-weight: 300;
}

.text14 {
    font-size: 14px;
}

.text16 {
    font-size: 16px;
}

.text16-force * {
    font-size: 16px;
}

.text22 {
    font-size: 22px;
}

.text28 {
    font-size: 28px;
}

.text42 {
    font-size: 42px;
}


.italic {
    font-style: italic;
}

.color {
    color: #4f95c9;
}

.color2 {
    color: #69AADC;
}

.white {
    color: #fff;
}

.sky {
    color: #829EC5;
}

.grey {
    color: #AAAAAA;
}

.red {
    color: red;
}

.orange {
    color: #ff7400;
}

.black {
    color: #595A5A;
}

.green {
    color: #309d00;
}

.white-force * {
    color: #fff;
}

.full-white-bg {
    background-color: rgb(255, 255, 255);
}

.white-bg {
    background-color: rgba(255, 255, 255, 0.95);
}

.color-bg {
    background-color: #4f95c9;
}

.color-bg-vbw {
    background-color: rgb(51, 101, 152);
}

.grey-bg {
    /* background-color: rgb(112, 132, 164); */
    background: #eee;
}
.darkgrey-bg {
	background-color: #385a73;
}
.lightgrey-bg {
    background-color: #f5f5f5;
}

.sky-bg {
    background-color: #E6ECF1;
}

.black-bg {
    background-color: #022747;
}

.red-bg {
    background: rgb(189, 20, 20);
}

.yellow-bg {
    background-color: rgb(255, 205, 50);
}

.no-bg {
    background: none !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-float {
    float: none;
}

.no-dec {
    text-decoration: none;
}

.no-link {
    cursor: default;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.auto-height {
    height: auto;
}

.lineheight0 {
    line-height: 0;
}

.lineheight1 {
    line-height: 1em;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.warning {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2243px%22%20height%3D%2244px%22%20viewBox%3D%220%200%2043%2044%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2041.2%20(35397)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EGroup%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2202-Suche-Desktop%22%20transform%3D%22translate(-66.000000%2C%20-747.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(68.000000%2C%20749.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.1864407%2C8.66666667%20L21.9852321%2C8.66666667%20L21.9852321%2C14.5076038%20L20.7433723%2C25.2524292%20L18.4589636%2C25.2524292%20L17.1864407%2C14.5076038%20L17.1864407%2C8.66666667%20Z%20M17.2937619%2C27.0952917%20L21.8625793%2C27.0952917%20L21.8625793%2C31.6087431%20L17.2937619%2C31.6087431%20L17.2937619%2C27.0952917%20Z%22%20id%3D%22!%22%20fill%3D%22rgb(109%2C170%2C219)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.4600516%2C39.6458171%20C30.2075413%2C39.6458171%2038.9201031%2C30.7707986%2038.9201031%2C19.8229085%20C38.9201031%2C17.0763757%2038.3717572%2C14.460304%2037.3805006%2C12.0820947%20C34.4205326%2C4.98057942%2027.5112836%2C0%2019.4600516%2C0%20C8.71256186%2C0%200%2C8.87501845%200%2C19.8229085%20C0%2C30.7707986%208.71256186%2C39.6458171%2019.4600516%2C39.6458171%20Z%22%20id%3D%22Oval%22%20stroke%3D%22rgb(109%2C170%2C219)%22%20stroke-width%3D%223%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    border: 1px solid #4f95c9;
    padding: 15px 10px 20px 10px;
    padding-left: 70px;
    background-position: 10px 10px;
    color: #4f95c9;
}


