/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("../font/font.css?12345");
@import url('fontello.css?85961126');
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}


/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}
body,
table td,
table th {
    font-size: 16px;
    line-height: 1.429;
    font-family: "Barlow", sans-serif;
    color: #1d1d1d;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
nav strong,
.h1, .h2, .h3, .h4, .h5, .h6,.legend,
h1, h2, h3, h4, h5, h6 {
    display: block;
    position:relative;
    line-height:1.2;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 9 3 4;
    hyphenate-limit-chars: 9 3 4;
}
h1,
.h1,
.ui-accordion .ui-accordion-header.h1 {
    font-size: 2.188em;
    line-height: 1.2;
    margin: 2.5rem 0 1.25rem;
    font-weight: 300;
    font-family: "Barlow", sans-serif;
    color: #0093d2;
}
nav strong,
h2,
.h2,
.ui-accordion .ui-accordion-header.h2 {
    font-size: 1.563em;
    margin: 2.5rem 0 1.25rem;
    font-weight: 500;
}

h3,
.h3,
.ui-accordion .ui-accordion-header.h3 {
    font-size: 1.33em;
    margin: 1.25rem 0;
    font-weight: 600;
}

h4,
.h4,
.ui-accordion .ui-accordion-header.h4 {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 1.25rem 0;
}
.sectionHead {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

h1 a {
    color: #0093d2;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration:none;
    color: #1a1a1a;
}
.bg_light h1 a,
.bg_light h1 {
    color: #0093d2;
}


@media (min-width:960px) {
    /*body,
    table td,
    table th {
        font-size:20px;
    }*/
    h1,
    .h1 {
        font-size: 3.125em;
    }
    h2,
    .h2 {
        font-size: 1.875em;
    }
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	overflow: visible; /* 2 */
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid rgba(29,29,29,.1);
	margin: 1em 0;
	padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}


nav ul,
ul.noList,
ul.ok {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ok > li {
    position: relative;
    padding-left: 30px;
}

ul.ok > li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: vc3_fontello;
    content: '\2713';
    color: #0093d2;
}
ul.ok > li h3,
ul.ok > li .h3 {
    margin: 0;
}
@media (min-width:640px) {
    ul.columns {
        column-count: 2;
        column-gap: 40px;
    }
    ul.columns li {
		width: 100%;
        display: inline-block;
    }

}
@media (min-width:960px) {
    ul.columns {
        column-count: 3;
        column-gap: 40px;
    }
}
/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
    color: #1a1a1a;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/* Firefox required */
input:required {
    box-shadow: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
    background: none;
    border: none;
    padding: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}



/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.no-js .noJsHidden,
.js .jsHidden,
.hidden,
.versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 719px) {
	.visible-xs,
	.visible-xs-block {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 720px) and (max-width: 960px) {
	.visible-sm,
	.visible-sm-block {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 960px) and (max-width: 1279px) {
	.visible-md,
	.visible-md-block {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1280px) {
	.visible-lg,
	.visible-lg-block  {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	.hidden-lg {
		display: none !important;
	}
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print,
	.visible-print-block {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
	.visible-print-inline {
		display: inline !important;
	}
	.visible-print-inline-block {
		display: inline-block !important;
	}
	.hidden-print {
		display: none !important;
	}
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/*
 * Focus
 */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
    outline: 0;
    box-shadow: 0 0 .05rem .25rem rgba(13,110,253,.25);
}

.noMargin {
	margin: 0;
}
.vc3-icon.noMargin:before {
	margin: 0;
}

.noMarginChildren > *:first-child {
	margin-top: 0;
}
.noMarginChildren > *:last-child {
	margin-bottom: 0;
}

.hint {
	font-size: .8125em;
	color: #757575;
}
.smallText {
    font-weight: normal;
    font-size: .8125em;
}
.alignCenter,
.center {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}

.dateText {
    font-size: .625em;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0093d2;
}

.attrList {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.attrList li {
	float: left;
	display: flex;
}
.attrList li:after {
    content: '/';
    color: inherit;
    margin: 0 10px;
}
.attrList li:last-child:after {
    display: none;
}
.attrList li a {
    color: inherit;
    text-decoration: none;
}
.propList {
	padding: 10px;
	background: #f3f3f3;
	border-radius: 10px;
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
	text-transform: none;

}
.propList li:after {
	content: ', ';
	color: inherit;
	margin: 0;
}

.btn {
    position: relative;
    text-decoration: none;
    font-weight: 700;
    color: #1f1f1f;
    padding: 0 0 4px;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .75rem;
    line-height: 1.667;
    text-align: left;
}
.btn:not(.btnRaised):not(.btnOutlined):before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e9e9e9;
}
.box .btn {
    display: block;
}
.box .btn:before {
    display: none;
}
.btnRaised,
.btnOutlined {
    display: inline-block;
    padding: calc(.833em - 1px) calc(1.667em - 1px);
    transition: background 0.2s, color 0.2s;
    border: 1px solid #0084bd;
    border-radius: 1.667em;
}
.btnRaised {
    color: #fff;
    background: #0093d2;
    border-color: #0084bd;
}
.btnOutlined {
    border-color: #0084bd;
}
.btnRaised:before {
    display: none;
}
.btnRaised.disabled,
.btnRaised:disabled {
    color: #aaa;
    background: #ebebeb;
}

.btn .vc3-icon {
    border-radius: 1em;
    height: 1.25em;
    line-height: 1.25;
    width: auto;
    color: inherit;
    position: relative;
    text-shadow: none;
    text-align: center;
    transition: all .3s;
}
.btn.btnRaised.btnIconOnly,
.btn.btnOutlined.btnIconOnly {
    padding: 10px;
}
.btn.btnRaised.btnIconOnly .vc3-icon,
.btn.btnOutlined.btnIconOnly .vc3-icon{
    width: 1.25em;
    display: block;
}
.btn.btnRaised.btnIconOnly .vc3-icon:before,
.btn.btnOutlined.btnIconOnly .vc3-icon:before {
    margin: 0 auto;
    display: block;
}
.btnRaised .vc3-icon,
.btnOutlined .vc3-icon {
    background: none !important;
    color: inherit;
}
.btn.btnIconLow .vc3-icon,
.btn.btnLow .vc3-icon {
    height: 1em;
    width: 1em;
    background: none !important;
    color: inherit;
}
.btn .vc3-icon:before {
    line-height: 1.25em;
    margin: 0;
}
.btnIconRight.btnRaised .vc3-icon:before,
.btnIconLeft.btnRaised .vc3-icon:before,
.btnIconTop.btnRaised .vc3-icon:before,
.btnIconBottom.btnRaised .vc3-icon:before {
    display: block;
}
.btn.btnIconRight .vc3-icon {
    margin-left: .5em;
}
.btn.btnIconLeft .vc3-icon {
    margin-right: .5em;
}
.btn.btnIconRight {
    padding-right: 20px;
}
.btn.btnRaised.btnIconRight,
.btn.btnOutlined.btnIconRight {
    padding-right: 40px;
}
.btn.btnIconRight .vc3-icon {
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    margin-top: -.625em;
}
.btn.btnRaised.btnIconRight .vc3-icon,
.btn.btnOutlined.btnIconRight .vc3-icon {
    right: 20px;
    top: 50%;
}
.btn.btnIconLeft {
    padding-left: 20px;
}
.btn.btnRaised.btnIconLeft,
.btn.btnOutlined.btnIconLeft {
    padding-left: 40px;
}
.btn.btnIconLeft .vc3-icon {
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    margin-top: -.625em;
}
.btn.btnRaised.btnIconLeft .vc3-icon,
.btn.btnOutlined.btnIconLeft .vc3-icon {
    left: 20px;
    top: 50%;
}
.btn.btnRaised.btnIconRight .vc3-icon,
.btn.btnOutlined.btnIconRight .vc3-icon {
    margin-left: 5px;
}
.btn.btnRaised.btnIconLeft .vc3-icon,
.btn.btnOutlined.btnIconLeft .vc3-icon {
    margin-right: 5px;
}

ul.taxFilter input:checked + label.btn,
.bg_light .btn.active {
    color: #0093d2;
}
ul.taxFilter input:checked + label.btn:before,
.bg_light .btn.active:before {
    background: #0093d2;
}

.btn.left {
    float:left;
}
.btn.right {
    float:right;
}

.center {
    text-align: center;
}

.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    margin-right: -1rem;
	margin-bottom: -.5rem;
}
.btnWrap.center {
    justify-content: center;
}
.btnWrap .btn {
    margin-right: 1rem;
	margin-bottom: .5rem;
    flex: 0 1 auto;
}

/* Content: IFRMAE YUMPU */
.responsiveEmbed {
	position: relative;
	padding-bottom: 62.5%;
	height:0;
	overflow: hidden;
	max-width: 100%;
}
.responsiveEmbed iframe,
.responsiveEmbed object,
.responsiveEmbed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*
 * SlideDown / SlideUp
 */
.slideDownTrigger {
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.slideDownTrigger .on {
    display: none;
}
.slideDownTrigger .vc3-icon:last-child {
    -webkit-transition: transform .3s;
    transition: transform .3s;
    display: block;
    float: right;
}

.slideDownTriggerInline .ivc3-con:last-child {
    float: none;
    display: inline-block;
}

.slideDownTarget {
    max-height: 0;
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s, visibility .3s;
    overflow: hidden;
    visibility: hidden;
}
.slideDownTargetTeaser {
    max-height: 40px;
}

.slideDownTargetTeaser + .slideDownTrigger {
    margin-top: -40px;
    min-height: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: .714rem 0 0;
    line-height: 40px;
    line-height: calc(40px - .714rem);
}
.slideDownTargetTeaser + .slideDownTrigger:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.slideDownTrigger[aria-expanded="true"] .on {
    display: inline;
}
.slideDownTrigger[aria-expanded="true"] .off {
    display: none;
}
.slideDownTrigger[aria-expanded="true"] .vc3-icon:last-child {
    transform: rotate(180deg);
}
.slideDownTarget[aria-hidden="false"],
.slideDownTargetWrap[aria-hidden="false"] .slideDownTarget {
    max-height: 10000px;
    transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, visibility .3s;
    visibility: visible;
    animation: 0s linear 0.3s 1 normal both running delay-overflow;
}
.slideDownTargetTeaser + .slideDownTrigger[aria-expanded="true"] {
    margin-top: 0;
}

/* ignore start */
@keyframes delay-overflow {
    from {
        overflow: hidden;
    }
    to {
        overflow: visible;
    }
}


@keyframes slideInFromLeft {
    0% {
        transform: translateY(-200%);
    }
    50% {
        transform: translateY(-200%);
    }
    60% {
        transform: translateY(50%);
    }
    70% {
        transform: translateY(-25%);
    }
    80% {
        transform: translateY(12.5%);
    }
    90% {
        transform: translateY(-6.25%);
    }
    100% {
        transform: translateY(0);
    }
}

/* ignore end */
