/*
Theme Name: Ab in den Urlaub - Blog
Description: Ladezeitenoptimierung - Ab in den Urlaub Blog
Author: 10xStudio
Author URI: https://10xstudio.co/
Text Domain: aidu-blog
Version: 0.2.0
*/
:root {
    --text-font: "Open Sans", sans-serif;
    --heading-font: "Open Sans", sans-serif;
    --tablet: 960px;
    --mobile: 600px;
    --content-width: 1280px;
}

html,
body,
div,
span,
object,
iframe,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    border-radius: 0px 2px 2px 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: subpixel-antialiased;
}

body * {
    box-sizing: border-box;
}

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

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

/*sanitazion pause*/
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*changed added */
html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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, strong > span {
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    border-radius: 0px 2px 2px 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

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: not-allowed
}

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-appearance: textfield;
    box-sizing: content-box
}

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=78.75em&xxlarge=120em"
}

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

/*paket 2 & 3 changed*/
body {
    padding: 0;
    margin: 0;
    font-family: var(--text-font);
    font-weight: normal;
    line-height: 1.5;
    color: #222222;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    width: 100%;
    border-radius: 0
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1
}

[data-whatinput='mouse'] button {
    outline: 0
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    font-weight: 300;
    font-size: 14px;
    line-height:1.5;
}

.entry-content p, .seo-text-section p  {
    margin-bottom: 2rem;
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0
}

h1,
.h1 {
    font-size: 2rem
}
@media screen and (min-width: 40em) {
    h2,
    .h2 {
        font-size: 1.71429rem
    }
}
@media screen and (max-width: 40em) {
    h2,
    .h2 {
        font-size: 1.3rem
    }
}


h3,
.h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

h4,
.h4 {
    font-size: 1rem
}

h5 {
    font-size: .92857rem
}

h6 {
    font-size: .85714rem
}

@media screen and (min-width: 40em) {
  /*  h1,
    .h1 {
        font-size: 2.85714rem
    }

    h2,
    .h2 {
        font-size: 2.28571rem
    }*/

    h4,
    .h4 {
        font-size: 1rem
    }

    h5 {
        font-size: 1.14286rem
    }

    h6 {
        font-size: 1rem
    }
}

/*paket 2 changed*/
a {
    color: #0E97C2;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}
/*
a:hover,
a:focus {
    color: #24427b
}*/

a img {
    border: 0
}

hr {
    max-width: 80.42857rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.42857rem auto;
    clear: both
}

ul,
ol,
dl {
    line-height: 1.5;
    margin-bottom: 2rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 2rem;
    padding: .64286rem 1.42857rem 0 1.35714rem;
    border-left: 1px solid #cacaca
}

blockquote {
    line-height: 1.5;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .92857rem;
    color: #8a8a8a
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #2a4d8f;
    cursor: help;
    border-bottom: 1px dotted #000
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: .14286rem .35714rem .07143rem
}

kbd {
    padding: .14286rem .28571rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #000;
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 17.5px;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

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

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

    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 60em) {
    .large-text-left {
        text-align: left
    }

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

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

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 78.75em) {
    .xlarge-text-left {
        text-align: left
    }

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

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

    .xlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    .h2,
    h3,
    .h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    .h2,
    h3,
    .h3 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px;
    margin: 0 0 1rem 0;
    font-size: 22px;
    background-color: #ff8f16;
    color: #fff
}

[data-whatinput='mouse'] .button {
    outline: 0
}

/*changed*/
.button:not(.button--ajax-load-more):hover,
.button:not(.button--ajax-load-more):focus {
    background-color: #e58114;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #2a4d8f;
    color: #fff
}

.button.primary:hover,
.button.primary:focus {
    background-color: #223e72;
    color: #fff
}

.button.secondary {
    background-color: #0284d2;
    color: #fff
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #026aa8;
    color: #fff
}

.button.success {
    background-color: #3adb76;
    color: #fff
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #fff
}

.button.warning {
    background-color: #ffae00;
    color: #fff
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #fff
}

.button.alert {
    background-color: #E2001A;
    color: #fff
}

.button.alert:hover,
.button.alert:focus {
    background-color: #b50015;
    color: #fff
}

.button.hollow {
    border: 1px solid #2a4d8f;
    color: #2a4d8f
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
    background-color: transparent
}

.button.hollow:hover,
.button.hollow:focus {
    border-color: #152748;
    color: #152748
}

.button.hollow.primary {
    border: 1px solid #2a4d8f;
    color: #2a4d8f
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    border-color: #152748;
    color: #152748
}

.button.hollow.secondary {
    border: 1px solid #0284d2;
    color: #0284d2
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #014269;
    color: #014269
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert {
    border: 1px solid #E2001A;
    color: #E2001A
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #71000d;
    color: #71000d
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #e58114;
    color: #fff
}

/*sanitazion changed*/
.button.dropdown::after {
    content: '';
    width: 0;
    height: 0;
    border: inset .4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 10px;
    display: inline-block
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em
}

/*paket 2 changed*/
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.78571rem;
    padding: .57143rem;
    border: 1px solid #adc6f2;
    margin: 0 0 1.14286rem;
    font-family: inherit;
    font-size: 1.14286rem;
    color: #222222;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    border: 1px solid #adc6f2;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(42, 77, 143, 0.4)
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(42, 77, 143, 0.4)
}

input::placeholder,
textarea::placeholder {
    color: rgba(42, 77, 143, 0.4)
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type='submit'],
[type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type='search'] {
    box-sizing: border-box
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1.14286rem
}

[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    margin-left: .57143rem;
    margin-right: 1.14286rem;
    margin-bottom: 0;
    vertical-align: baseline
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
    cursor: pointer
}

label > [type='checkbox'],
label > [type='radio'] {
    margin-right: .57143rem
}

[type='file'] {
    width: 100%
}

/*paket 2 changed*/
label {
    display: block;
    margin: 0;
    font-size: 1.14286rem;
    font-weight: 300;
    line-height: 1.8;
    color: #222222;
}

label.middle {
    margin: 0 0 1.14286rem;
    padding: .64286rem 0
}

.help-text {
    margin-top: -.57143rem;
    font-size: .92857rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1.14286rem
}

.input-group > :first-child {
    border-radius: 0 0 0 0
}

.input-group > :last-child > * {
    border-radius: 0 0 0 0
}

.input-group-label,
.input-group-field,
.input-group-button {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #2a4d8f;
    border: 1px solid #adc6f2;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.85714rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

legend {
    margin-bottom: .57143rem;
    max-width: 100%
}

.fieldset {
    border: 0;
    padding: 1.42857rem;
    margin: 1.28571rem 0
}

/*paket 2 & 3 changed*/
.fieldset legend {
    background: #fff;
    padding: 0 .21429rem;
    margin: 0;
    margin-left: -.21429rem
}

/*paket 2 changed*/
select {
    height: 2.78571rem;
    padding: .57143rem;
    border: 1px solid #adc6f2;
    margin: 0 0 1.14286rem;
    font-size: 1.14286rem;
    font-family: inherit;
    line-height: normal;
    color: #222222;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1.14286rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.71429rem
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    background-color: rgba(226, 0, 26, 0.1);
    border-color: #E2001A
}

.is-invalid-label {
    color: #E2001A
}

.form-error {
    display: none;
    margin-top: -.57143rem;
    margin-bottom: 1.14286rem;
    font-size: .85714rem;
    font-weight: bold;
    color: #E2001A
}

.form-error.is-visible {
    display: block
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 40em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 40em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 60em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 60em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width: 60em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 60em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 60em) and (max-width: 78.6875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 60em), screen and (min-width: 78.75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 78.75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 78.6875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 78.75em) and (max-width: 119.9375em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 78.6875em), screen and (min-width: 120em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table
}

.clearfix::after {
    clear: both
}

.accordion {
    list-style-type: none;
    background: #fff;
    margin-left: 0
}

.accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0
}

/*paket 2 changed*/
.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .85714rem;
    color: #222222;
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0
}

:last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #e6e6e6
}

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem
}

.is-active > .accordion-title::before {
    content: '–'
}

/*paket 2 changed*/
.accordion-content {
    padding: 1rem;
    display: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fff;
    color: #222222;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    text-align: center;
    border-radius: 50%;
    background: #2a4d8f;
    color: #fff
}

.badge.secondary {
    background: #0284d2;
    color: #fff
}

.badge.success {
    background: #3adb76;
    color: #fff
}

.badge.warning {
    background: #ffae00;
    color: #fff
}

.badge.alert {
    background: #E2001A;
    color: #fff
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem 0
}

.breadcrumbs::before,
.breadcrumbs::after {
    content: ' ';
    display: table
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    color: #000;
    font-size: .78571rem;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    color: #cacaca;
    content: "/";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}

/*paket 2 changed*/
.breadcrumbs a {
    color: #0E97C2;
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0
}

.button-group::before,
.button-group::after {
    content: ' ';
    display: table
}

.button-group::after {
    clear: both
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 22px
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded {
    margin-right: -1px
}

.button-group.expanded::before,
.button-group.expanded::after {
    display: none
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
    margin-right: -6px
}

.button-group.primary .button {
    background-color: #2a4d8f;
    color: #fff
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #223e72;
    color: #fff
}

.button-group.secondary .button {
    background-color: #0284d2;
    color: #fff
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #026aa8;
    color: #fff
}

.button-group.success .button {
    background-color: #3adb76;
    color: #fff
}

.button-group.success .button:hover,
.button-group.success .button:focus {
    background-color: #22bb5b;
    color: #fff
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #fff
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #fff
}

.button-group.alert .button {
    background-color: #E2001A;
    color: #fff
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #b50015;
    color: #fff
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    width: 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0
    }
}

@media screen and (min-width: 60em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0
    }
}

@media screen and (max-width: 40em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    position: relative;
    color: #2a4d8f;
    background-color: #fff
}

.callout > :first-child {
    margin-top: 0
}

.callout > :last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #d9e3f4
}

.callout.secondary {
    background-color: #d3eeff
}

.callout.success {
    background-color: #e1faea
}

.callout.warning {
    background-color: #fff3d9
}

.callout.alert {
    background-color: #ffd4d9
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover,
.close-button:focus {
    color: #000
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block !important
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: transform 0.15s linear
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu-parent > a {
    position: relative
}

.is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2a4d8f;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

/*sanitazion changed*/
.js-drilldown-back > a::before {
    content: '';
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #2a4d8f transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem
}

/*paket 3 changed*/
.dropdown-pane {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10
}

.dropdown-pane.is-open {
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2a4d8f transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical > li > a::after {
    right: 14px;
    margin-top: -3px
}

.dropdown.menu.vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2a4d8f transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.dropdown.menu.vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2a4d8f;
    border-left-style: solid;
    border-right-width: 0
}

@media screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #2a4d8f transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #2a4d8f transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #2a4d8f;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width: 60em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #2a4d8f transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #2a4d8f transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #2a4d8f;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width: 78.75em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #2a4d8f transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xlarge-vertical > li > a::after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #2a4d8f transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #2a4d8f;
        border-left-style: solid;
        border-right-width: 0
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fff;
    border: 1px solid #cacaca
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2a4d8f transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2a4d8f;
    border-left-style: solid;
    border-right-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1.14286rem;
    overflow: hidden
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #2a4d8f;
    color: #fff
}

.label.secondary {
    background: #0284d2;
    color: #fff
}

.label.success {
    background: #3adb76;
    color: #fff
}

.label.warning {
    background: #ffae00;
    color: #fff
}

.label.alert {
    background: #E2001A;
    color: #fff
}

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 40em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section > :last-child {
    margin-bottom: 0
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

.menu {
    margin: 0;
    list-style-type: none
}

.menu > li {
    display: table-cell;
    vertical-align: middle
}

[data-whatinput='mouse'] .menu > li {
    outline: 0
}

.menu > li > a {
    display: block;
    padding: 20px;
    line-height: 1
}

.menu input,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
    vertical-align: middle
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
    vertical-align: middle
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
    margin-right: .25rem;
    display: inline-block
}

.menu > li {
    display: table-cell
}

.menu.vertical > li {
    display: block
}

@media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
        display: table-cell
    }

    .menu.medium-vertical > li {
        display: block
    }
}

@media screen and (min-width: 60em) {
    .menu.large-horizontal > li {
        display: table-cell
    }

    .menu.large-vertical > li {
        display: block
    }
}

@media screen and (min-width: 78.75em) {
    .menu.xlarge-horizontal > li {
        display: table-cell
    }

    .menu.xlarge-vertical > li {
        display: block
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 20px
}

.menu.simple a {
    padding: 0
}

.menu.align-right::before,
.menu.align-right::after {
    content: ' ';
    display: table
}

.menu.align-right::after {
    clear: both
}

.menu.align-right > li {
    float: right
}

.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed
}

.menu.expanded > li:first-child:last-child {
    width: 100%
}

.menu.icon-top > li > a {
    text-align: center
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu .active > a {
    color: #fff;
    background: #2a4d8f
}

/*sanitazion changed*/
.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding: 0 20px;
}

.menu-centered {
    text-align: center
}

.menu-centered > .menu {
    display: inline-block
}

.no-js [data-responsive-menu] ul {
    display: none
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    margin: 0;
    overflow: hidden;
    list-style: none
}

.orbit-slide {
    width: 100%;
    max-height: 100%
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5)
}

.orbit-previous,
.orbit-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
    outline: 0
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #cacaca;
    border-radius: 50%
}

.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.orbit-bullets button.is-active {
    background-color: #8a8a8a
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::before,
.pagination::after {
    content: ' ';
    display: table
}

.pagination::after {
    clear: both
}

.pagination li {
    font-size: 1rem;
    margin-right: .07143rem;
    border-radius: 0;
    display: none
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block
}

@media screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    color: #000;
    display: block;
    padding: .21429rem .71429rem;
    border-radius: 0
}

/*changed deleted*/
.pagination a:hover,
.pagination button:hover {
}

/*changed*/
.pagination.current {
    background: #0e97c2;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
    min-width: 40px;
    padding: 10px 16px;
    font-family: 'Open Sans', sans-serif;
}

/*changed*/ /*added*/
.page-numbers.dots {
    min-height: 40px;
    padding: 0;
    margin: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/*changed*/
.pagination li a {
    color: #0e97c2;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none !important;
}

/*changed*/
.pagination li a.prev,
.pagination li a.next {
    display: flex;
    color: #0e97c2;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    min-height: 40px;
    min-width: 84px;
}

/*changed*/
.pagination li a.prev span,
.pagination li a.next span {
    border: none;
    background: inherit;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    column-gap: 10px;
    -webkit-box-pack: center;
    justify-content: center;
    width: max-content;
    padding: 10px 16px;
    border-radius: 0.25rem;
    transition: all 100ms linear 0s;
    color: rgb(14, 151, 194);
}

/*changed*/
.pagination li a.prev {
    margin-right: 10px;
}

/*changed*/
.pagination li a.next {
    margin-left: 10px;
}

/*changed*/
.pagination li.first-number:before {
    content: '';
}

/*changed to be deleted*/
.pagination li:not(.first-number) > span:not(.prev):not(.next),
.pagination li:not(.first-number) > a:not(.prev):not(.next) {
}

/*changed to be deleted*/
.pagination li:not(.first-number) > span:not(.prev):not(.next):before,
.pagination li:not(.first-number) > a:not(.prev):not(.next):before {
}

/*changed*/
.pagination .disabled {
    color: #c9c9c9;
    cursor: not-allowed;
}

/*changed*/
.pagination .disabled:hover {

}

.pagination .ellipsis::after {
    content: '\2026';
    padding: .21429rem .71429rem;
    color: #000
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: 0.5rem
}

.pagination-next a::after,
.pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: 0.5rem
}

.progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0
}

.progress.primary .progress-meter {
    background-color: #2a4d8f
}

.progress.secondary .progress-meter {
    background-color: #0284d2
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #E2001A
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #2a4d8f
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #2a4d8f;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #24417a
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.45);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #cacaca;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto
}

[data-whatinput='mouse'] .reveal {
    outline: 0
}

@media screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns,
.reveal .comments-area .logged-in-as,
.comments-area .reveal .logged-in-as,
.reveal .columns {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 80.42857rem
    }
}

@media screen and (min-width: 40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }
}

.reveal.collapse {
    padding: 0
}

@media screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 80.42857rem
    }
}

@media screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 80.42857rem
    }
}

@media screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 80.42857rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width: 40em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight: bold;
    font-size: 1rem
}

.switch-input {
    opacity: 0;
    position: absolute
}

.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all 0.25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0
}

input:checked ~ .switch-paddle {
    background: #2a4d8f
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .71429rem
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .85714rem
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.14286rem
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: #fff;
    border: 1px solid #e6e6e6
}

.tabs::before,
.tabs::after {
    content: ' ';
    display: table
}

.tabs::after {
    clear: both
}

.tabs.vertical > li {
    width: auto;
    float: none;
    display: block
}

.tabs.simple > li > a {
    padding: 0
}

.tabs.simple > li > a:hover {
    background: transparent
}

.tabs.primary {
    background: #2a4d8f
}

.tabs.primary > li > a {
    color: #fff
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
    background: #2e549c;
}

.tabs-title {
    float: left
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: .85714rem
}

.tabs-title > a:hover {
    background: #fff
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
    background: #e6e6e6
}

.tabs-content {
    background: #fff;
    transition: all 0.5s ease;
    border: 1px solid #e6e6e6;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: solid 4px #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem
}

.thumbnail:hover,
.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(42, 77, 143, 0.5)
}

.title-bar {
    background: #000;
    color: #fff;
    padding: .5rem
}

.title-bar::before,
.title-bar::after {
    content: ' ';
    display: table
}

.title-bar::after {
    clear: both
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left {
    float: left
}

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip {
    background-color: #000;
    color: #fff;
    font-size: 80%;
    padding: .75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + .6495rem);
    max-width: 10rem !important;
    border-radius: 0;
    display: none !important;
}

.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    border-color: transparent transparent #000;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    border-color: #000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto
}

.tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    border-color: transparent transparent transparent #000;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    border-color: transparent #000 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-bar {
    margin-left: -8.5px;
    padding: 0
}

.top-bar::before,
.top-bar::after {
    content: ' ';
    display: table
}

.top-bar::after {
    clear: both
}

.top-bar,
.top-bar ul {
    background-color: transparent
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%
}

@media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto
    }
}

@media screen and (max-width: 60em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width: 78.6875em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width: 119.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        width: 100%
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center;
}

.align-self-middle {
    align-self: center;
}

.align-stretch {
    align-items: stretch;
}

.align-self-stretch {
    align-self: stretch;
}

.small-order-1 {
    order: 1;
}

.small-order-2 {
    order: 2;
}

.small-order-3 {
    order: 3;
}

.small-order-4 {
    order: 4;
}

.small-order-5 {
    order: 5;
}

.small-order-6 {
    order: 6;
}

@media screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1;
    }

    .medium-order-2 {
        order: 2;
    }

    .medium-order-3 {
        order: 3;
    }

    .medium-order-4 {
        order: 4;
    }

    .medium-order-5 {
        order: 5;
    }

    .medium-order-6 {
        order: 6;
    }
}

@media screen and (min-width: 60em) {
    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 78.75em) {
    .xlarge-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}
@media all and (min-width: 1143px) {

body .row:not(.breadcrumb-row) {
    max-width: 1126px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
}
    .row.breadcrumb-row {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-flow: row wrap;
        padding-left: 10px;
    }
}

@media all and (max-width: 1142px) {
    body .row {
        max-width: 738px;
        margin-left: auto;
        margin-right: auto;
        width:100%;
    }
}
/*to do - find a better specifity*/
.row .row {
    max-width: none;
    margin-left: -.71429rem !important;
    margin-right: -.71429rem!important;
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-left: -.71429rem;
        margin-right: -.71429rem
    }
}

@media screen and (min-width: 60em) {
    .row .row {
        margin-left: -.71429rem;
        margin-right: -.71429rem
    }
}
@media all and (max-width: 1142px) {
    body .row {
        max-width: 738px;
    }
}
.row.expanded {
    max-width: none
}

.row.collapse > .column,
.row.collapse > .columns,
.comments-area .row.collapse > .logged-in-as {
    padding-left: 0;
    padding-right: 0
}

.column,
.columns,
.comments-area .logged-in-as {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: .71429rem;
    padding-right: .71429rem;
    min-width: initial
}

@media screen and (min-width: 40em) {
    .column,
    .columns,
    .comments-area .logged-in-as {
        padding-left: .71429rem;
        padding-right: .71429rem
    }
}

@media screen and (min-width: 60em) {
    .column,
    .columns,
    .comments-area .logged-in-as {
        padding-left: .71429rem;
        padding-right: .71429rem
    }
}

.column.row.row,
.row.row.columns,
.comments-area .row.row.logged-in-as {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns,
.row .comments-area .row.row.logged-in-as,
.comments-area .row .row.row.logged-in-as {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0;
}

.small-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12,
.comments-area .logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-1 > .column,
.small-up-1 > .columns,
.comments-area .small-up-1 > .logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2 > .column,
.small-up-2 > .columns,
.comments-area .small-up-2 > .logged-in-as {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-3 > .column,
.small-up-3 > .columns,
.comments-area .small-up-3 > .logged-in-as {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-4 > .column,
.small-up-4 > .columns,
.comments-area .small-up-4 > .logged-in-as {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-5 > .column,
.small-up-5 > .columns,
.comments-area .small-up-5 > .logged-in-as {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-6 > .column,
.small-up-6 > .columns,
.comments-area .small-up-6 > .logged-in-as {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-7 > .column,
.small-up-7 > .columns,
.comments-area .small-up-7 > .logged-in-as {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-8 > .column,
.small-up-8 > .columns,
.comments-area .small-up-8 > .logged-in-as {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-up-9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-9 > .column,
.small-up-9 > .columns,
.comments-area .small-up-9 > .logged-in-as {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
}

.small-up-10 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-10 > .column,
.small-up-10 > .columns,
.comments-area .small-up-10 > .logged-in-as {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.small-up-11 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-11 > .column,
.small-up-11 > .columns,
.comments-area .small-up-11 > .logged-in-as {
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%
}

.small-up-12 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-12 > .column,
.small-up-12 > .columns,
.comments-area .small-up-12 > .logged-in-as {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-collapse > .column,
.small-collapse > .columns,
.comments-area .small-collapse > .logged-in-as {
    padding-left: 0;
    padding-right: 0
}

.small-uncollapse > .column,
.small-uncollapse > .columns,
.comments-area .small-uncollapse > .logged-in-as {
    padding-left: .71429rem;
    padding-right: .71429rem
}

@media screen and (min-width: 40em) {
    .medium-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-1 > .column,
    .medium-up-1 > .columns,
    .comments-area .medium-up-1 > .logged-in-as {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-2 > .column,
    .medium-up-2 > .columns,
    .comments-area .medium-up-2 > .logged-in-as {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-3 > .column,
    .medium-up-3 > .columns,
    .comments-area .medium-up-3 > .logged-in-as {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-4 > .column,
    .medium-up-4 > .columns,
    .comments-area .medium-up-4 > .logged-in-as {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-5 > .column,
    .medium-up-5 > .columns,
    .comments-area .medium-up-5 > .logged-in-as {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-6 > .column,
    .medium-up-6 > .columns,
    .comments-area .medium-up-6 > .logged-in-as {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-7 > .column,
    .medium-up-7 > .columns,
    .comments-area .medium-up-7 > .logged-in-as {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-8 > .column,
    .medium-up-8 > .columns,
    .comments-area .medium-up-8 > .logged-in-as {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .medium-up-9 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-9 > .column,
    .medium-up-9 > .columns,
    .comments-area .medium-up-9 > .logged-in-as {
        -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }

    .medium-up-10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-10 > .column,
    .medium-up-10 > .columns,
    .comments-area .medium-up-10 > .logged-in-as {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .medium-up-11 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-11 > .column,
    .medium-up-11 > .columns,
    .comments-area .medium-up-11 > .logged-in-as {
        -ms-flex: 0 0 9.09091%;
        flex: 0 0 9.09091%;
        max-width: 9.09091%
    }

    .medium-up-12 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-12 > .column,
    .medium-up-12 > .columns,
    .comments-area .medium-up-12 > .logged-in-as {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
}

@media screen and (min-width: 40em) {
    .medium-expand {
        flex: 1 1 0;
    }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns,
.comments-area .row.medium-unstack > .logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 40em) {
    .row.medium-unstack > .column,
    .row.medium-unstack > .columns,
    .comments-area .row.medium-unstack > .logged-in-as {
        flex: 1 1 0;
    }
}

@media screen and (min-width: 40em) {
    .medium-collapse > .column,
    .medium-collapse > .columns,
    .comments-area .medium-collapse > .logged-in-as {
        padding-left: 0;
        padding-right: 0
    }

    .medium-uncollapse > .column,
    .medium-uncollapse > .columns,
    .comments-area .medium-uncollapse > .logged-in-as {
        padding-left: .71429rem;
        padding-right: .71429rem
    }
}

@media screen and (min-width: 60em) {
    .large-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-1 > .column,
    .large-up-1 > .columns,
    .comments-area .large-up-1 > .logged-in-as {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-2 > .column,
    .large-up-2 > .columns,
    .comments-area .large-up-2 > .logged-in-as {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-3 > .column,
    .large-up-3 > .columns,
    .comments-area .large-up-3 > .logged-in-as {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-4 > .column,
    .large-up-4 > .columns,
    .comments-area .large-up-4 > .logged-in-as {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-5 > .column,
    .large-up-5 > .columns,
    .comments-area .large-up-5 > .logged-in-as {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-6 > .column,
    .large-up-6 > .columns,
    .comments-area .large-up-6 > .logged-in-as {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-7 > .column,
    .large-up-7 > .columns,
    .comments-area .large-up-7 > .logged-in-as {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-8 > .column,
    .large-up-8 > .columns,
    .comments-area .large-up-8 > .logged-in-as {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .large-up-9 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-9 > .column,
    .large-up-9 > .columns,
    .comments-area .large-up-9 > .logged-in-as {
        -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }

    .large-up-10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-10 > .column,
    .large-up-10 > .columns,
    .comments-area .large-up-10 > .logged-in-as {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .large-up-11 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-11 > .column,
    .large-up-11 > .columns,
    .comments-area .large-up-11 > .logged-in-as {
        -ms-flex: 0 0 9.09091%;
        flex: 0 0 9.09091%;
        max-width: 9.09091%
    }

    .large-up-12 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-12 > .column,
    .large-up-12 > .columns,
    .comments-area .large-up-12 > .logged-in-as {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
}

@media screen and (min-width: 60em) {
    .large-expand {
        flex: 1 1 0;
    }
}

.row.large-unstack > .column,
.row.large-unstack > .columns,
.comments-area .row.large-unstack > .logged-in-as {
    flex: 0 0 100%;
}

@media screen and (min-width: 60em) {
    .row.large-unstack > .column,
    .row.large-unstack > .columns,
    .comments-area .row.large-unstack > .logged-in-as {
        flex: 1 1 0;
    }
}

@media screen and (min-width: 60em) {
    .large-collapse > .column,
    .large-collapse > .columns,
    .comments-area .large-collapse > .logged-in-as {
        padding-left: 0;
        padding-right: 0
    }

    .large-uncollapse > .column,
    .large-uncollapse > .columns,
    .comments-area .large-uncollapse > .logged-in-as {
        padding-left: .71429rem;
        padding-right: .71429rem
    }
}

@media screen and (min-width: 78.75em) {
    .xlarge-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .xlarge-offset-0 {
        margin-left: 0%
    }

    .xlarge-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .xlarge-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .xlarge-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .xlarge-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .xlarge-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .xlarge-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .xlarge-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .xlarge-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .xlarge-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .xlarge-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .xlarge-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .xlarge-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .xlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-1 > .column,
    .xlarge-up-1 > .columns,
    .comments-area .xlarge-up-1 > .logged-in-as {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-2 > .column,
    .xlarge-up-2 > .columns,
    .comments-area .xlarge-up-2 > .logged-in-as {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-3 > .column,
    .xlarge-up-3 > .columns,
    .comments-area .xlarge-up-3 > .logged-in-as {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .xlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-4 > .column,
    .xlarge-up-4 > .columns,
    .comments-area .xlarge-up-4 > .logged-in-as {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-5 > .column,
    .xlarge-up-5 > .columns,
    .comments-area .xlarge-up-5 > .logged-in-as {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .xlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-6 > .column,
    .xlarge-up-6 > .columns,
    .comments-area .xlarge-up-6 > .logged-in-as {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .xlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-7 > .column,
    .xlarge-up-7 > .columns,
    .comments-area .xlarge-up-7 > .logged-in-as {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .xlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-8 > .column,
    .xlarge-up-8 > .columns,
    .comments-area .xlarge-up-8 > .logged-in-as {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .xlarge-up-9 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-9 > .column,
    .xlarge-up-9 > .columns,
    .comments-area .xlarge-up-9 > .logged-in-as {
        -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }

    .xlarge-up-10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-10 > .column,
    .xlarge-up-10 > .columns,
    .comments-area .xlarge-up-10 > .logged-in-as {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .xlarge-up-11 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-11 > .column,
    .xlarge-up-11 > .columns,
    .comments-area .xlarge-up-11 > .logged-in-as {
        -ms-flex: 0 0 9.09091%;
        flex: 0 0 9.09091%;
        max-width: 9.09091%
    }

    .xlarge-up-12 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-12 > .column,
    .xlarge-up-12 > .columns,
    .comments-area .xlarge-up-12 > .logged-in-as {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
}

@media screen and (min-width: 78.75em) and (min-width: 78.75em) {
    .xlarge-expand {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns,
.comments-area .row.xlarge-unstack > .logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 78.75em) {
    .row.xlarge-unstack > .column,
    .row.xlarge-unstack > .columns,
    .comments-area .row.xlarge-unstack > .logged-in-as {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 78.75em) {
    .xlarge-collapse > .column,
    .xlarge-collapse > .columns,
    .comments-area .xlarge-collapse > .logged-in-as {
        padding-left: 0;
        padding-right: 0
    }

    .xlarge-uncollapse > .column,
    .xlarge-uncollapse > .columns,
    .comments-area .xlarge-uncollapse > .logged-in-as {
        padding-left: .71429rem;
        padding-right: .71429rem
    }
}

.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column.align-top,
.align-top.columns,
.comments-area .align-top.logged-in-as {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.column.align-bottom,
.align-bottom.columns,
.comments-area .align-bottom.logged-in-as {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.column.align-middle,
.align-middle.columns,
.comments-area .align-middle.logged-in-as {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.column.align-stretch,
.align-stretch.columns,
.comments-area .align-stretch.logged-in-as {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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-loading .slick-list {
    background: #fff url("./../img/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/../../assets/fonts/slick.eot");
    src: url("./fonts/../../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../assets/fonts/slick.woff") format("woff"), url("./fonts/../../assets/fonts/slick.ttf") format("truetype"), url("./fonts/../../assets/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: 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;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

figure {
    margin: 0
}

body {
    -webkit-overflow-scrolling: touch
}

/*paket 2 changed*/
html,
body {
    font-size: 14px;
    color: #222222;
}

/*paket 2 changed*/
a {
    color: #0E97C2;
    transition: all .2s ease-in-out
}

/*paket 2 changed*/
/*
a:hover {
    color: #0E97C2;
}*/

.main-wrapper a:not(.button):not(.crumbs-link):not(.link):hover {
    text-decoration: underline
}

.h1,
.h2,
.h3,
.h4 {
    display: block
}

h1,
.h1,
h2,
.h2,
h4,
.h4,
.h1,
.h2,
.h2,
.h4 {
    line-height: 1.1;
    margin-bottom: 0.5em
}

table {
    width: 100% !important;
    margin: 1rem 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #222
}

table caption {
    font-weight: bold !important;
    padding: .66667rem .83333rem .83333rem !important
}

table thead,
table tbody,
table tfoot {
    border: 1px solid #222;
}

table tbody tr td {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    color: #222;
}

table tbody tr td span {
    color: #222;
}

table tbody tr:last-child td {
    border-bottom: none !important
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
    padding: .66667rem 1.8rem .83333rem !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #222
}

table thead th span,
table thead td span,
table tfoot th span,
table tfoot td span {
    color: #222
}

table thead th,
table thead td {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

table tbody th,
table tbody td {
    padding: 12px .83333rem 12px 1.8rem !important
}

table thead {
    font-size: 16px !important;
    font-weight: 600 !important
}

table tbody {
    font-size: 14px !important
}

.table-scrollable {
    width: 100% !important;
    overflow-x: auto !important
}

.main-wrapper {
    font-size: 16px;
    position: relative;
    margin-bottom: 50px
}

.main-wrapper section {
    margin-bottom: 20px
}

#footer {
    margin-top: 50px
}

#footer .footer-social-nav,
#footer .footer-meta-nav {
    list-style-type: none
}

#footer .footer-social-nav li,
#footer .footer-meta-nav li {
    display: inline-block;
    padding: 0 10px 0 0
}

#footer .footer-social-nav li:last-child,
#footer .footer-meta-nav li:last-child {
    padding: 0
}

.block-wrapper-style_newsletter {
    display: none
}

@font-face {
    font-family: "aidu-icons";
    src: url("../assets/fonts/aidu-icons.eot");
    src: url("../assets/fonts/aidu-icons.eot#iefix") format("embedded-opentype"), url("../assets/fonts/aidu-icons.ttf") format("truetype"), url("../assets/fonts/aidu-icons.woff") format("woff"), url("../assets/fonts/aidu-icons.svg#aidu-icons") format("svg")
}

@font-face {
    font-family: aiduicons;
    src: url("../wp-content/themes/aidu-blog/icons/aiduIcons.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

/*changed*/
[class^="aidu-icon--"],
[class*=" aidu-icon--"] {
    font-family: 'aidu-icons';
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*changed*/
.aidu-icon--chevron--left:before {
    content: "\f053";
    font-family: 'aidu-icons';
    font-weight: normal;
    margin-right: 7.31px;
}

/*changed*/
.aidu-icon--chevron--left:after {
    content: 'Zurück';
    font-family: 'aidu-icons', sans-serif;
    font-weight: 700;
}

/*changed*//*pagination mobile*/
@media all and (max-width: 40em) {
    .aidu-icon--chevron--left:after, .aidu-icon--chevron--right:before {
        display: none;
    }

    a.prev.page-numbers, a.next.page-numbers {
        min-width: 1px;
        min-height: 1px;
        line-height: 1;
        padding: 0;
        margin: 0;
    }

    ul.pagination__list {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .pagination li {
        display: block;
    }

    .pagination li a, .pagination li span:not(.page-numbers.dots) {
        padding: 10px;
        margin: 0;
        min-width: 1px;
    }

    span.page-numbers.dots {
        padding: 0;
        margin: 0;
    }

    span.aidu-icon--chevron--right, span.aidu-icon--chevron-left {
        min-width: 1px;
        margin: 0;
    }

    .pagination li a.prev, .aidu-icon--chevron--left.disabled {
        margin-right: 1px;
        min-width: 1px;
    }

    .pagination li a.next {
        margin-left: 1px;
        min-width: 1px;
    }
}

/*changed*/
.aidu-icon--chevron--right:before {
    content: 'Weiter';
    margin-right: 7.31px;
    font-family: 'aidu-icons', sans-serif;
    font-weight: 700;
}

/*changed*/
.aidu-icon--chevron--right:after,
.hotel-offer__price:after {
    content: "\f054";
    font-family: 'aidu-icons';
    font-weight: normal;
}

.aidu-icon--chevron--up:before {
    content: "\f077"
}

.aidu-icon--chevron--down:before {
    content: "\f078"
}

.aidu-icon--search:before,
.searchform:before {
    content: "\f002"
}

.aidu-icon--close:before {
    content: "\f00d"
}

.aidu-icon--th:before {
    content: "\f00a"
}

/*changed*/
.aidu-icon--th-list:before /*, .button--ajax-load-more:before*/
{
    content: "\f00b";
    font-family: 'aidu-icons';
    font-weight: normal;
}

/*added*/
.button--ajax-load-more:after {
    content: "\f078";
    margin-left: 8px;
    font-family: 'aidu-icons';
    font-weight: normal;
}

/*changed*/
.aidu-icon--angle--right:before {
    content: '\f105';
}

/*changed*/
.aidu-icon--angle--left:before {
    content: '\f105';
    transform: rotate(180deg)
}

.aidu-icon--facebook:before {
    content: '\f082'
}

.aidu-icon--facebook_rounded:before {
    content: '\e902'
}

.aidu-icon--twitter:before {
    content: '\f099'
}

.aidu-icon--youtube:before {
    content: '\f167'
}

.aidu-icon--youtube_rounded:before {
    content: '\e906'
}

.aidu-icon--instagram:before {
    content: '\f16d'
}

.aidu-icon--instagram_rounded:before {
    content: '\e903'
}

.aidu-icon--whatsapp:before {
    content: '\f232'
}

.aidu-icon--whatsapp_rounded:before {
    content: '\e905'
}

.aidu-icon--rss:before {
    content: '\f09e'
}

.aidu-icon--download:before,
.link--download:before {
    content: '\f019'
}

.aidu-icon--star:before {
    content: '\f005'
}

.aidu-icon--mail:before {
    content: '\f0e0'
}

.aidu-icon--newsletter_rounded:before {
    content: '\e90b'
}

.aidu-icon--link-copy_rounded:before {
    content: '\e907'
}

.aidu-icon--share:before {
    content: '\e908'
}

.aidu-icon--bulletpoint:before {
    content: '\e909'
}

.aidu-icon--pinterest:before {
    content: '\e90a'
}

.button {
    text-decoration: none;
    font-weight: normal;
    border: 0;
    padding: 10px 20px
}

/*changed*/
.button--ajax-load-more {
    background: #ff8f16;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 10px;
    padding: 10px 16px;
}

/*added*/
.button--ajax-load-more:hover {
    background-color: #e58114;
    color: #fff;
}

@media screen and (max-width: 40em) {
    /*changed*/
    .button--ajax-load-more {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width: 40em) {
    /*changed*/
    .button--ajax-load-more {
        width: auto;
        min-width: 1px;
    }
}

/*changed*/
.button--ajax-load-more:before {
    display: none;
}

.button--submit {
    font-size: 20px;
    width: 100%;
    font-weight: 700;
}

.link--download:before {
    font-family: "aidu-icons";
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
    border: none;
    border-bottom: 1px solid #adc6f2
}

[type="text"].error,
[type="password"].error,
[type="date"].error,
[type="datetime"].error,
[type="datetime-local"].error,
[type="month"].error,
[type="week"].error,
[type="email"].error,
[type="number"].error,
[type="search"].error,
[type="tel"].error,
[type="time"].error,
[type="url"].error,
[type="color"].error,
textarea.error {
    border-bottom: 1px solid #E2001A;
    color: #E2001A
}

.form fieldset {
    border-bottom: 1px solid #adc6f2;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.form fieldset:last-of-type {
    border-bottom: 0;
    padding-bottom: 0
}

.form label {
    margin-bottom: 3px;
    cursor: pointer;
    padding: 0 10px
}

.form label input[type='radio'],
.form label input[type='checkbox'] {
    margin-bottom: 0;
    margin-top: 7px;
    float: left
}

.form label input[type='radio'] + span,
.form label input[type='checkbox'] + span {
    display: block;
    margin-left: 21px
}

.form .error label {
    color: #E2001A
}

.form .error label * {
    color: #E2001A
}

.form .error-message {
    color: #E2001A;
    margin-bottom: 15px;
    display: inline-block
}

.form__field--input label {
    cursor: inherit
}

.form__field--input span {
    margin-bottom: 3px;
    display: block
}

form.accordion {
    padding: 20px;
    margin: 20px 0
}

.headline--small-margin {
    margin-bottom: 0.2em
}

.js-ajax-loader {
    display: none
}

.loader {
    display: block;
    margin: 20px auto;
    text-align: center;
    position: relative
}

.loader > span,
.loader:before,
.loader:after {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    width: 30px;
    height: 30px;
    background-color: #2a4d8f;
    border-radius: 100%;
    display: block;
    animation: sk-bouncedelay 2.5s infinite ease-in-out
}

.loader > span {
    display: inline-block;
    animation-delay: 0.3s
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0
}

.loader:before {
    left: calc(50% - 50px)
}

.loader:after {
    right: calc(50% - 50px);
    animation-delay: 0.6s
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        opacity: 0;
        transform: scale(0)
    }
    40% {
        opacity: 1;
        transform: scale(1)
    }
}

.breadcrumb {
    padding: 0;
}

.breadcrumb * {
    font-size: 14px
}

/*changed added*/
@media screen and (min-width: 40em) {
    .breadcrumb__intro {
        font: 400 12px/12px 'Open Sans' !important;
        margin-right: 10px;
    }
}

@media screen and (max-width: 40em) {
    .breadcrumb__intro {
        display: none;
    }
}

/*changed*/ /*added*/
.breadcrumb__list {
    display: flex;
    flex-direction: row;
    margin: 1.5rem 0;
    flex-wrap: nowrap;
}

/*changed*/ /*added*/
.breadcrumb__list li.crumbs-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*changed*/ /*added*/
a.crumbs-link, .breadcrumb__delimiter, breadcrumb__delimiter > i {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

/*changed*/ /*added*/
.breadcrumb__list > .breadcrumb__delimiter {
    margin-top: -2.5px;
}

/*changed*/ /*added*/
.breadcrumb__list li:not(:first-child) a.crumbs-link span, .breadcrumb__list li:first-child a span.breadcrumb-home {
    font: 400 14px/1em 'Open Sans', sans-serif;
    margin-top: -3px;
}

/*changed*/ /*added*/
a.crumbs-link:hover {
    text-decoration: underline;
}

/*changed*/
.breadcrumb__list li a {
    color: #0e97c2;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* changed to be deleted */
.breadcrumb__list li a:hover {
}

/*changed to be deleted */
.breadcrumb__list li a.crumbs-current {
}

/*changed*/
.breadcrumb__delimiter > i:before {
    color: #222222;
    margin-top: -1px;
}

/*changed*/ /*added*/
li.crumbs-list-item > span {
    color: #222222;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-top: -4px;
}

@media screen and (max-width: 40em) {
    li.crumbs-list-item > span.post-crumb {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(10vw);
    }
}

@media screen and (min-width: 40em) {
    .breadcrumb__list li:first-child a {
        font-size: 24px
    }
}

.breadcrumb__delimiter {
    margin: 0 1rem;
}

/*changed*/
.breadcrumb__delimiter > i:before {
    color: #222222;
}

/*added*/
li.crumbs-list-item > span {
    color: #222222;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.social_media {
    margin-left: 23px
}

.social_media a {
    color: #888;
    font-size: 30px
}

.social_media a:focus,
.social_media a:hover {
    text-decoration: none !important;
    color: #6BBC00
}

.aidu-main-navigation-section {
    background: #0284d2;
    color: #fff;
    position: relative;
    padding-bottom: 15px
}

.home .aidu-main-navigation-section {
    margin-bottom: 30px
}

.aidu-main-navigation-section a {
    color: #fff
}

.aidu-main-navigation-section .gutter-header .column,
.aidu-main-navigation-section .gutter-header .columns,
.aidu-main-navigation-section .gutter-header .comments-area .logged-in-as,
.comments-area .aidu-main-navigation-section .gutter-header .logged-in-as,
.aidu-main-navigation-section .gutter-header .columns {
    padding-left: 5px;
    padding-right: 5px
}

/*paket 2 changed*/
.aidu-main-navigation__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px 0
}

.aidu-main-navigation__title:not(.aidu-main-navigation__title--home) {
    text-transform: uppercase
}

.aidu-main-navigation__title--bold {
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (min-width: 40em) {
    .aidu-main-navigation__title {
        margin: 20px 0
    }
}

.aidu-main-navigation__search {
    position: relative;
    margin-top: 10px
}

@media screen and (min-width: 78.75em) {
    .aidu-main-navigation__search {
        margin-top: 0
    }
}

.aidu-main-navigation__search form {
    width: 100%
}

#main-navigation .main-menu-ul > li {
    padding: 0
}

.secondary-nav {
    background: #f4f8fe;
    margin-bottom: 15px
}

.secondary-nav .menu {
    margin: 0;
    overflow-x: auto;
    max-width: calc(100vW - 40px);
    -webkit-overflow-scrolling: touch
}

.secondary-nav .menu::-webkit-scrollbar {
    display: none
}

.secondary-nav .menu > li {
    min-width: 0
}

/*paket 2 changed*/
.secondary-nav .menu > li > a {
    padding: 15px 10px;
    font-size: 15px;
    color: #0E97C2;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    position: relative;
}

/*paket 2 changed*/
@media all and (max-width: 40em) {
    .secondary-nav .menu > li > a {
        font-size: 15px;
    }
}

/*paket 2 changed*/
.secondary-nav .menu > li:hover > a,
.secondary-nav .menu > li.current-menu-item > a,
.secondary-nav .menu > li.current-menu-parent > a {
    background: none;
    color: #0E97C2;
}

/*paket 2 changed*/
.secondary-nav .menu > li:hover > a {
    color: #0E97C2;
}

.secondary-nav .menu > li.current-menu-parent > a,
.secondary-nav .menu > li.current-menu-item > a {
    font-weight: bold
}

.secondary-nav .menu > li.current-menu-parent > a:hover,
.secondary-nav .menu > li.current-menu-item > a:hover {
    color: #2a4d8f
}

.secondary-nav .menu > li.current-menu-parent > a:after,
.secondary-nav .menu > li.current-menu-item > a:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #2a4d8f
}

.top-bar > div {
    overflow: hidden
}

.top-bar ul {
    overflow-x: auto;
    margin: 0 -10px;
    -webkit-overflow-scrolling: touch
}

.top-bar ul::-webkit-scrollbar {
    display: none
}

.top-bar ul li {
    display: table-cell;
}

@media screen and (min-width: 40em) {
    .top-bar .top-bar-left {
        width: 100%
    }
}

.searchform {
    position: relative
}

.searchform:before {
    font-family: "aidu-icons";
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #0284d2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 20px;
    padding: 0 10px;
    z-index: 10
}

.searchform__input {
    border: 0;
    margin: 0;
    padding: 0 10px 0 40px;
    height: 34px
}

.searchform__input:focus {
    border: 0
}

.searchform__submit {
    border: 0;
    background: transparent;
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    width: 40px;
    z-index: 10
}

.menu > li > a {
    font-size: 16px;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    position: relative;
    text-decoration: none !important
}

@media screen and (min-width: 40em) {
    .menu > li > a {
        font-size: 24px
    }
}

/*paket 2 changed*/
.menu.main-menu-ul {
    font-family: 'Open Sans', sans-serif;
    margin-left: -10px
}

.menu.main-menu-ul > li > a {
    padding: 10px
}

.menu.main-menu-ul > li > a:after {
    opacity: 0;
    display: block;
    left: 10px;
    right: 10px;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 5px;
    background: #fff
}

@media screen and (min-width: 40em) {
    .menu.main-menu-ul > li > a:after {
        height: 2px;
        left: 20px;
        right: 20px
    }
}

.menu.main-menu-ul > li > a:hover:after {
    opacity: 1
}

.menu.main-menu-ul > li.current-menu-parent > a:after,
.menu.main-menu-ul > li.current-menu-item > a:after {
    opacity: 1
}

@media screen and (min-width: 40em) {
    .menu.main-menu-ul {
        margin-left: -20px
    }

    .menu.main-menu-ul > li > a {
        padding: 10px 20px
    }
}

.article {
    position: relative;
    margin: 0 0 10px;
    width: 100%
}

@media screen and (min-width: 40em) {
    .article {
        margin: 0 10px 10px 0;
        float: left
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .article {
        width: calc(1 / 2 * (100% - 10px))
    }

    .article:nth-of-type(2n) {
        margin-right: 0
    }

    .article:nth-of-type(2n+1) {
        clear: both
    }
}

@media screen and (min-width: 64em) {
    .article {
        width: calc(1 / 3 * (100% - 20px))
    }

    .article:nth-of-type(3n) {
        margin-right: 0
    }

    .article:nth-of-type(3n+1) {
        clear: both
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home .article,
    .page-template:not(.paged) .article,
    .post-type-archive:not(.paged) .article {
        margin-right: 10px;
        clear: none
    }

    .home .article:nth-of-type(1),
    .page-template:not(.paged) .article:nth-of-type(1),
    .post-type-archive:not(.paged) .article:nth-of-type(1) {
        width: 100%;
        margin-right: 0
    }

    .home .article:nth-of-type(2),
    .page-template:not(.paged) .article:nth-of-type(2),
    .post-type-archive:not(.paged) .article:nth-of-type(2) {
        clear: both
    }

    .home .article:nth-of-type(2n+1),
    .page-template:not(.paged) .article:nth-of-type(2n+1),
    .post-type-archive:not(.paged) .article:nth-of-type(2n+1) {
        margin-right: 0
    }

    .home .article:nth-of-type(2n+2),
    .page-template:not(.paged) .article:nth-of-type(2n+2),
    .post-type-archive:not(.paged) .article:nth-of-type(2n+2) {
        clear: both
    }
}

@media screen and (min-width: 64em) {
    .home .article,
    .page-template:not(.paged) .article,
    .post-type-archive:not(.paged) .article {
        margin-right: 10px;
        clear: none
    }

    .home .article:nth-of-type(3n+3),
    .page-template:not(.paged) .article:nth-of-type(3n+3),
    .post-type-archive:not(.paged) .article:nth-of-type(3n+3) {
        margin-right: 0
    }

    .home .article:nth-of-type(3n+1),
    .page-template:not(.paged) .article:nth-of-type(3n+1),
    .post-type-archive:not(.paged) .article:nth-of-type(3n+1) {
        clear: both
    }

    .home .article:nth-of-type(1),
    .page-template:not(.paged) .article:nth-of-type(1),
    .post-type-archive:not(.paged) .article:nth-of-type(1) {
        width: calc(2 / 3 * (100% - 5px))
    }

    .home .article:nth-of-type(2),
    .home .article:nth-of-type(3),
    .page-template:not(.paged) .article:nth-of-type(2),
    .page-template:not(.paged) .article:nth-of-type(3),
    .post-type-archive:not(.paged) .article:nth-of-type(2),
    .post-type-archive:not(.paged) .article:nth-of-type(3) {
        margin-right: 0
    }
}

.article__image img {
    width: 100%
}

.article__headlines {
    position: absolute;
    top: 20px;
    left: 0
}

.article h2,
.article .h2,
.article__cat {
    padding: 6px 10px;
    margin: 0 10px 0 0;
    font-size: 18px;
    line-height: 24px;
    border-radius: 0px 2px 2px 0px;
    background: rgba(255, 255, 255, 0.85);
    color: #222222;
}

.article__cat {
    background: #2a4d8f;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px 2px 2px 0px;
    margin-bottom: 10px;
}

.article a {
    display: block
}

/*changed*/
.pagination {
    margin-top: 10px;
    padding: 8px 0;
    text-align: center;
}

.press-conta-section .pagination,
.press-releases-section .pagination {
    margin-top: 0px
}

.press-conta-section .pagination:before,
.press-releases-section .pagination:before {
    content: '';
    height: 1px;
    border-bottom: 1px dotted #adc6f2;
    top: 0;
    width: 100%;
    margin-bottom: 15px
}

.pagination__list {
    display: inline-block;
    margin: 0
}

/*changed deleted*/
.pagination a:hover,
.pagination button:hover {
}

/*changed*/ /*CHECK IF PROBLEM IS HERE*/
.page-numbers.current {
    background: #0e97c2;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
    min-width: 40px;
    padding: 10px 16px;
    font-family: 'Open Sans', sans-serif;
}

/*changed*/
.pagination li a,
.pagination li span:not(.page-numbers.dots) {
    min-height: 40px;
}

/*changed*/ /*added*/
@media screen and (min-width: 40em) {
    .pagination li a,
    .pagination li span:not(.page-numbers.dots) {
        padding: 10px 16px;
        min-width: 40px;
        margin: 0 5px;
    }
}

/*changed*/ /*added*/
.pagination li a:hover:not(.prev):not(.next), .pagination li span:hover:not(.page-numbers.dots):not(.page-numbers.current) {
    border-radius: 4px;
    background-color: #f5f5f5;
}

/*changed*/ /*added*/
.page-numbers.dots {
    min-height: 40px;
    padding: 0;
    margin: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/*changed*/
.pagination li a {
    color: #0e97c2;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none !important;
}

/*changed*/
.pagination li a.prev,
.pagination li a.next {
    display: flex;
    color: #0e97c2;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    min-height: 40px;
}

@media all and (min-width: 40em) {
    .pagination li a.prev,
    .pagination li a.next, .aidu-icon--chevron--left.disabled {
        min-width: 84px;
    }

    .pagination li a.prev, .aidu-icon--chevron--left.disabled {
        margin-right: 10px;
    }

    .pagination li a.next {
        margin-left: 10px
    }
}

/*changed*/
.aidu-icon--chevron--left.disabled {
    display: flex;
    font: 700 14px/20px 'Open Sans';
    min-height: 40px;
}

/*changed*/
.pagination li a.prev span,
.pagination li a.next span {
    border: 0px;
    background: inherit;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    column-gap: 10px;
    -webkit-box-pack: center;
    justify-content: center;
    width: max-content;
    padding: 10px 16px;
    border-radius: 0.25rem;
    transition: all 100ms linear 0s;
    color: rgb(14, 151, 194);
}

/*changed*/
.pagination li.first-number:before {
    content: '';
}

/*changed to be deleted*/
.pagination li:not(.first-number) > span:not(.prev):not(.next),
.pagination li:not(.first-number) > a:not(.prev):not(.next) {
}

/*changed to be deleted*/
.pagination li:not(.first-number) > span:not(.prev):not(.next):before,
.pagination li:not(.first-number) > a:not(.prev):not(.next):before {
}

.seo-text-section h1,
.seo-text-section .h1,
.seo-text-section h2,
.seo-text-section .h2 {
    font-size: 20px;
}

.social-media-bar {
    background: #4A4A4A
}

.social-media-bar__wrapper {
    z-index: 500
}

.social-media-bar__nav {
    background: #4A4A4A;
    margin: 0;
    list-style: none
}

.social-media-bar .social-media-links {
    margin: 0;
    list-style-type: none
}

.social-media-bar .share-link {
    display: block;
    width: 44px;
    color: #fff;
    padding: 7px 10px;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    margin-bottom: 0
}

@media screen and (max-width: 39.9375em) {
    .social-media-bar,
    .social-media-bar.sticky {
        width: 100% !important;
        -ms-transform: none;
        transform: none
    }
    .social-media-bar__wrapper {
        position: fixed;
        bottom: 0;
        width: 100%
    }
    .social-media-bar__label {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 0;
        color: #fff;
        background: #1d3664;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px
    }
    .social-media-bar__label:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-left-color: #1d3664;
        border-width: 23px;
        margin-top: -23px
    }
    .social-media-bar__nav {
        text-align: center
    }
    .social-media-bar li {
        display: inline-block
    }
    .social-media-bar .teaser .reserve-button-wrapper {
        width: 65%
    }
    .social-media-bar .teaser .reserve-button-wrapper .teaser-link {
        width: 100%
    }
    .social-media-bar .teaser .share-link {
        width: auto;
        padding: 0;
        font-size: inherit;
        line-height: inherit
    }
    .social-media-bar .teaser .share-link .share-icon.aidu-icon--link-copy_rounded {
        margin: 0
    }
    .social-media-bar .teaser .share-link .share-link-text {
        font-size: 14px
    }
}

@media screen and (min-width: 40em) {
    .social-media-bar {
        display: none
    }
    .social-media-bar.is-stuck {
        display: block;
        max-width: 100% !important;
        width: 100%
    }
    .social-media-bar__wrapper {
        /*position: fixed;
        top: 0;
        width: 100%*/
        display:none;
    }
    .social-media-bar__nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: #fff;
        padding: 2px 0
    }
    .social-media-bar__nav .text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 15px;
        font-size: 18px
    }
    .social-media-bar .social-media-links .share-item {
        display: inline-block
    }
    .social-media-bar.social-media-bar-desktop-offer {
        background-color: #4A4A4A
    }
    .social-media-bar.social-media-bar-desktop-offer .teaser {
        color: #fff
    }
    .social-media-bar.social-media-bar-desktop-offer .teaser .teaser-links {
        background-color: #4A4A4A;
        padding-top: 0;
        padding-bottom: 0
    }
    .social-media-bar.social-media-bar-desktop-offer .teaser .teaser-link {
        width: auto;
        padding: 2px 30px
    }
    .social-media-bar.social-media-bar-desktop-offer .teaser .reserve-button-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
    .social-media-bar.social-media-bar-desktop-offer .teaser .text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 15px;
        font-size: 18px
    }
    .social-media-bar.social-media-bar-desktop-offer .teaser .share-items-desktop {
        width: 70%;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .social-media-bar.social-media-bar-desktop-offer .teaser .share-items-desktop .share-item {
        margin-right: 0
    }
    .social-media-bar.social-media-bar-desktop-offer .teaser .share-items-desktop .share-link {
        color: #fff;
        padding: 8px 10px 4px 10px
    }
}

@media screen and (max-width: 40em) {
    .reserve-button {
        margin-right: 0.71429rem
    }
}

.clipboard-success {
    display: none;
    background-color: #888;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 45px;
    text-align: center;
    z-index: 99999
}

.press-contact {
    padding: 15px 0;
    position: relative
}

.press-contact:before {
    content: '';
    height: 1px;
    border-bottom: 1px dotted #adc6f2;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    width: calc(100% - 20px)
}

.press-contact h2,
.press-contact .h2 {
    font-size: 18px
}

.press-contact__job {
    display: block;
    margin-bottom: 20px
}

.press-contact:nth-of-type(1):before {
    display: none
}

.press-contact__image {
    margin-bottom: 20px
}

@media screen and (min-width: 40em) {
    .press-contact__image {
        margin-bottom: 0
    }
}

.press-release {
    padding: 15px 0;
    position: relative
}

.press-release:before {
    content: '';
    height: 1px;
    border-bottom: 1px dotted #adc6f2;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    width: calc(100% - 20px)
}

.press-release h2,
.press-release .h2 {
    font-size: 18px
}


.press-release:nth-of-type(1):before {
    display: none
}

.press-release__date {
    display: block;
    margin-bottom: 3px
}

.press-release__image {
    margin-bottom: 20px
}

@media screen and (min-width: 40em) {
    .press-release__image {
        margin-bottom: 0
    }
}

.press-media {
    padding: 15px 0;
    position: relative
}

.press-media:before {
    content: '';
    height: 1px;
    border-bottom: 1px dotted #adc6f2;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    width: calc(100% - 20px)
}

.press-media h2,
.press-media .h2 {
    font-size: 18px
}

.press-media:nth-of-type(1):before {
    display: none
}

.press-media__image {
    margin-bottom: 20px
}

.press-media .download .label {
    background: transparent;
    color: inherit;
    font-weight: bold;
    display: inline;
    font-size: inherit;
    padding: 0
}

.press-media .download span {
    margin-right: 20px
}

.author {
    padding: 15px 0;
    position: relative
}

.author:before {
    content: '';
    height: 1px;
    border-bottom: 1px dotted #adc6f2;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    width: 100%
}

.author h2,
.author .h2 {
    font-size: 18px
}

.author:nth-of-type(1):before {
    display: none
}

.author__image {
    margin-bottom: 20px
}

@media screen and (min-width: 40em) {
    .author__image {
        margin-bottom: 0
    }
}

.gm-map {
    margin-bottom: 20px
}

.recent-posts {
    margin-bottom: 20px;
}

.recent-posts .headline {
    font-size: 18px;
    background-color: #fff;
    padding: 10px 15px;
    margin: 0
}

.recent-posts .list {
    gap: 16px;
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.recent-posts .list-item {
    box-shadow: 0px 0.2660040855407715px 1.2635194063186646px 0px rgba(87, 87, 87, 0.0364), 0px 0.8934523463249207px 4.243898868560791px 0px rgba(87, 87, 87, 0.0536), 0px 4px 19px 0px rgba(87, 87, 87, 0.09);
    border-radius: 5px;
}

@media all and (max-width: 1280px) {
    .recent-posts ul.list {
        margin-left: 0;
    }
}

.recent-posts .image {
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.recent-posts .link-text {
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    color: #222222;
}

.recent-posts .link-text:hover, a > .link-text {
    text-decoration: none;
}

@media screen and (max-width: 40em) {
    .grecaptcha-badge {
        bottom: 55px !important
    }
}

.layout-parts .newsletterAgbWrapper {
    display: block !important
}

.layout-parts #newsletterInput {
    height: auto
}

.layout-parts .section_trust .list .trust-ssl .icon .icon-ssl-lock {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 40em) {
    .layout-parts .block-wrapper-style_quickLinks label,
    .layout-parts .section_quickLinks {
        color: #fff
    }

    .layout-parts label {
        line-height: 1
    }
}

.layout-parts .hotline-wrapper {
    font-size: 18px !important
}

.newest-articles-section {
    margin: 20px 0
}

/*paket 3 changed*/
.back-to-top, .page-template a.back-to-top {
    position: fixed;
    right: 21px;
    bottom: 1.4rem;
    z-index: 10000;
    display: flex;
    align-items: center;
    padding: 9px 16px 7px !important;
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 24px, rgba(0, 0, 0, 0.1) 0px 8px 24px;
    color: rgb(255, 255, 255);
    background-color: rgb(89, 89, 89);
    opacity: 1;
    text-decoration: none;
}

@media all and (min-width: 60em) {
    .back-to-top, .page-template a.back-to-top {
        min-width: max-content;
        justify-content: space-between;
        text-decoration: none;
    }

    .MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-1pm2gmj.back-to-top-img {
        margin: -1px 8px 0 0;
    }
}

a.back-to-top:hover, .page-template a.back-to-top:hover {
    color: #fff;
    text-decoration: none;
}

.back-to-top-text {
    text-decoration: none;
    font: 700 14px / 24px "Open Sans";
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 0;
}

.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-1pm2gmj.back-to-top-img {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 60em) {
    .back-to-top-text {
        display: none;
    }
    .back-to-top, .page-template a.back-to-top {
        width: 40px;
        height: 40px;
        border-radius: 0.25rem;
        padding: 0 !important;
        justify-content: center;
        text-decoration: none;
		opacity: 1;
    }
}

.tag-articles-section__description {
    margin-top: 20px
}

.keyvisual-slider__slide {
    background-size: cover;
    background-position: center center;
    overflow-x: hidden
}

@media screen and (max-width: 40em) {
    .keyvisual-slider__slide {
        background: none !important;
    }

    .keyvisual-slider__slide:after {
        position: absolute;
        width: 100%;
        content: "";
        background-image: url("/wp-content/uploads/2020/01/1578387909_Titelbild_EarlyBook_2020_Easy-Resize.com_.jpg");
        top: 0;
        left: 0;
        height: 60%;
        background-position: center;
    }

    .keyvisual-slider__slide__content {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 40em) {
    .keyvisual-slider__slide {
        min-height: 350px
    }
}

.keyvisual-slider__slide__content {
    min-height: 350px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 55px;
    position: relative
}

/*fixing headings issues in deals */
.keyvisual-slider__slide__content .teaser-icon.show-for-small-only {
    display: none !important;
}

@media screen and (min-width: 120em) {
    .keyvisual-slider__slide__content {
        padding-left: 0;
        padding-right: 0
    }
}

.keyvisual-slider__slide__content__info {
    background: rgba(255, 255, 255, 0.85);
    padding: 15px 30px;
    color: #2a4d8f;
    margin-bottom: 10px
}

.keyvisual-slider__slide__content .headline *,
.keyvisual-slider__slide__content .subline *,
.keyvisual-slider__slide__content__info * {
    margin-bottom: 0
}

.keyvisual-slider__slide__content__info {
    margin-bottom: 0;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media screen and (min-width: 40em) {
    .keyvisual-slider__slide__content__info .button {
        font-size: 20px;
        line-height: 24px
    }
}

.keyvisual-slider__slide__content__price {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    margin-left: 20px
}

.keyvisual-slider__slide__content__price span {
    font-weight: normal;
    font-size: 22px
}

.keyvisual-slider__slide__content .teaser-icon {
    position: absolute;
    right: 10px;
    border: 3px solid white;
    bottom: 10px;
    border-radius: 50%
}

#newsletter__confirm-sidebar {
    width: 150px;
    display: inline-block
}

@media screen and (max-width: 60em) {
    #newsletter__confirm-sidebar {
        width: 65px
    }
}
@media screen and (max-width: 1142px) {
    #modalExitIntent, div.inline__newsletter, #modalPopup {
        flex-direction: column;
    }
    li.inline__newsletter-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%!important;
    }
    form .register-row {
        display:flex;
        flex-direction: row;
    }
}
@media screen and (max-width: 641px) {
    form .register-row {
        flex-direction:column;
    }
}

.inline {
    color: #22417B
}

.inline__newsletter {
    width: 100%;
    z-index: 600;
    height: auto;
    padding: 0;
    border: none;
    background-color: transparent
}

.inline__newsletter-teaserpic {
    width: 100%
}

.inline__newsletter-inner {
    background-color: #fff;
    border: 1px solid #22417B
}

.inline__newsletter-title {
    color: #6BBC00;
    font-size: 38px;
    line-height: 44px;
    margin: 2rem 0 1rem
}

.inline__newsletter-content {
    position: relative;
    padding-bottom: 17px;
}

.inline__newsletter-header {
    text-align: right
}

.inline__newsletter-header--button {
    font-size: 16px;
    color: #000;
    right: 1px;
    top: 0;
    padding: 4px;
    position: relative;
    background-color: #fff
}

.inline__newsletter-list {
    list-style-type: none
}

.inline__newsletter-item {
    font-size: 20px;
    line-height: 1.5;
}
.inline__newsletter-item span {
    vertical-align: middle;
    margin-right: 10px
}

.inline__newsletter-item span:before {
    color: #6BBC00
}

@media screen and (max-width: 60em) {
    .inline__newsletter-item {
        font-size: 16px;
        line-height: 24px
    }
}

.inline__newsletter-icon {
    position: absolute;
    top: -65px;
    right: 0;
    width: 130px;
    height: 130px;
    background-color: #22417B;
    border-radius: 50%;
    text-align: center
}

.inline__newsletter-icon > i::before {
    content: "\f126";
    font-family: aiduicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 80px;
    line-height: 130px
}

@media screen and (max-width: 60em) {
    .inline__newsletter-icon {
        top: -34.5px;
        right: -0.71429rem;
        width: 69px;
        height: 69px
    }

    .inline__newsletter-icon > i::before {
        font-size: 44px;
        line-height: 69px
    }
}

.inline__newsletter-button {
    background-color: #ff8f16;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
    text-align: center
}

@media screen and (min-width: 40em) {
    .inline__newsletter-email {
        padding-right: 20px
    }
}

/*paket 2 changed*/
.inline__newsletter-email input {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: 34px;
    font-size: 16px;
    margin: 0;
    border: 1px solid #8A9FC7
}

.inline__newsletter-confirm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 2rem
}

.inline__newsletter-confirm label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-rendering: optimizeLegibility
}

.inline__newsletter-info {
    padding-left: 17px;
}

.popup-layer {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500
}

html.is-reveal-open {
    height: auto
}

.widget {
    color: #22417B
}

.widget__newsletter {
    width: 100%;
    z-index: 10;
    height: auto;
    display: block;
    margin-bottom: 2rem;
    padding: 0;
    border: none;
    background-color: transparent
}

.widget__newsletter-inner {
    position: relative;
    background-color: #fff
}

.widget__newsletter-inner ul {
    list-style-type: none;
    margin-left: 0
}

.widget__newsletter-inner ul span:before {
    /*color: #6BBC00;*/
    margin-right: 5px
}

@media screen and (min-width: 40em) {
    .widget__newsletter-inner.inline {
        padding: 0.7rem 2.5rem
    }
}

.widget__newsletter-inlineimage {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    height: 95px
}

.widget__newsletter-title {
    color: #6BBC00;
    font-size: 32px;
    line-height: 38px;
    display: inline-block;
    margin: 1rem 0 1rem
}

@media screen and (min-width: 40em) {
    .widget__newsletter-title.inline {
        font-size: 23px;
        line-height: 27px
    }
}

.widget__newsletter-bullet {
    position: relative;
    margin-left: 23px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px !important
}

.widget__newsletter-bullet::before {
    font-family: "aidu-icons";
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e909';
    font-size: 17px;
    position: absolute;
    left: -23px;
    top: -2px;
    color: #6BBC00
}

.widget__newsletter-header {
    text-align: right
}

.widget__newsletter-header--button {
    font-size: 16px;
    color: #000;
    right: 0;
    top: 0;
    padding: 4px;
    position: relative;
    background-color: #fff
}

.widget__newsletter-list {
    list-style-type: none
}

.widget__newsletter-item {
    font-size: 22px;
    line-height: 48px
}

.widget__newsletter-icon {
    position: absolute;
    top: -34.5px;
    right: 0.71429rem;
    width: 69px;
    height: 69px;
    text-align: center
}

@media screen and (min-width: 40em) {
    .widget__newsletter-icon.inline {
        position: relative;
        top: 1rem;
        right: auto;
        width: 90px;
        height: 90px
    }

    .widget__newsletter-icon.inline > i::before {
        font-size: 54px;
        line-height: 90px
    }
}

/*changed*/
.widget__newsletter-button {
    background-color: #ff8f16;
    color: #fff;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}

/*paket 2 changed*/
.widget__newsletter-email {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: 34px;
    font-size: 16px;
    margin-bottom: 1rem;
    border: 1px solid #8A9FC7;
}

.widget__newsletter-confirm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0.5rem
}

.widget__newsletter-form .widget__newsletter-confirm {
    padding-bottom: 0.5rem
}

.widget__newsletter-form .widget__newsletter-confirm label {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0
}

.widget__newsletter-form .widget__newsletter-confirm label {
    margin-right: 0
}

.widget__newsletter-form .widget__newsletter-confirm.sidebar {
    margin: 1rem 0 0
}

.widget__newsletter-form .widget__newsletter-info {
    margin: 0;
    padding-bottom: 1rem
}
.widget__newsletter-info > p, .inline__newsletter-info > p {
    font-size: 12px;
}
.widget__newsletter-info > p {
    padding-left: calc(13px + 0.57143rem)
}
.inline__newsletter-info > p {
    padding-left: calc(0.57143rem - 3px);
}
.widget__newsletter-confirm {
    margin-top: 1rem;
}
.inline__newsletter-confirm label {
    margin-bottom: 8px!important;
}

.widget__sharing {
    margin-bottom: 2rem
}

@media screen and (max-width: 60em) {
    .newsletter__fields {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.newsletter__response {
    margin-bottom: 20px
}

@media screen and (max-width: 60em) {
    .single-page article .widget__newsletter-image {
        margin: 0
    }
}

.newsletter-content-box {
    margin: 20px 0
}

.widget__sharing .widget__sharing-inner {
    margin: 0
}

.widget__sharing-inner {
    position: relative;
    background-color: #fff
}

.widget__sharing-title {
    font-size: 18px;
    padding: 0.5rem 0;
    display: inline-block
}

.widget__sharing-list {
    margin: 0;
    list-style-type: none;
    text-align: center
}

.widget__sharing-item:not(:last-child) {
    border-right: 2px solid #f6f6f6;
}

.widget__sharing-item a {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 64px;
    color: #22417B
}

.main-wrapper .widget__sharing-item a:not(.button):not(.crumbs-link):hover {
    text-decoration: none;
    color: #fff;
    background-color: #22417b
}

.teaser {
    margin: 0 auto 10px auto;
    position: relative
}

@media screen and (min-width: 40em) {
    .teaser {
        width: 100%;
        margin-bottom: 20px
    }
}

.teaser .label {
    font-size: 10px;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 3px
}

@media screen and (min-width: 40em) {
    .teaser .label {
        font-size: 14px;
        line-height: 16px
    }
}

.teaser .share-pinterest {
    position: absolute;
    right: 10px;
    top: 2px;
    color: rgba(255, 255, 255, 0.7)
}

.teaser .share-pinterest:focus,
.teaser .share-pinterest:hover {
    text-decoration: none !important;
    color: #fff
}

.teaser .share-pinterest .pinterest-pin-it {
    font-size: 35px
}

.teaser .image {
    height: 150px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

@media screen and (min-width: 40em) {
    .teaser .image {
        height: 250px
    }
}

.teaser .teaser-content {
    padding: 25px 10px 5px 10px;
    height: auto;
    bottom: 0;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #F6F6F6
}

@media screen and (min-width: 40em) {
    .teaser .teaser-content {
        padding: 25px 20px 20px 20px;
        min-height: 162px
    }
}

.teaser .teaser-icon {
    position: absolute;
    right: 10px;
    border: 3px solid white;
    top: -30px;
    border-radius: 50%
}

@media screen and (min-width: 40em) {
    .teaser .teaser-icon {
        right: 45px
    }
}

.teaser .title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px
}

@media screen and (min-width: 40em) {
    .teaser .title {
        font-size: 24px;
        line-height: 28px
    }
}

.teaser .text {
    font-size: 14px;
    margin-bottom: 0
}

@media screen and (min-width: 40em) {
    .teaser .text {
        font-size: 16px;
        line-height: 28px
    }
}

.teaser .price-wrapper {
    font-size: 20px;
    text-align: right
}

.teaser .price {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600
}

.teaser .teaser-links {
    border-bottom-color: #c7c7c7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
}

@media screen and (min-width: 40em) {
    .teaser .teaser-links {
        padding: 20px
    }
}

.teaser .teaser-buttons {
    border-top: 1px solid #F6F6F6;
    padding-top: 5px
}

.teaser .button {
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 0
}

.teaser .teaser-link {
    width: 65%
}

@media screen and (min-width: 40em) {
    .teaser .teaser-link {
        width: 35%;
        font-size: 20px;
        line-height: 1.2
    }
}

.teaser .share-items-desktop {
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    list-style-type: none;
    margin: 0
}

.teaser .share-items-desktop .share-item {
    margin-right: 10px
}

.teaser .share-items-desktop .share-link {
    color: #888;
    font-size: 30px
}

/*paket 2 changed*/
.teaser .share-items-desktop .share-link:focus,
.teaser .share-items-desktop .share-link:hover {
    color: #0E97C2;
    text-decoration: none !important
}

/*paket 2 changed*/
.teaser .button-share-offer-mobile {
    background-color: #fff;
    color: #0E97C2;
    border: 1px solid #0E97C2;
    width: 30%;
}

/*paket 3 added*/
.offer-teaser {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

@media screen and (min-width: 40em) {
    .teaser .button-share-offer-mobile {
        display: none
    }
}

.teaser .button-share-offer-mobile:focus,
.teaser .button-share-offer-mobile:hover {
    background-color: #ff8f16;
    border-color: #fff;
    color: #fff
}

.teaser .share-offer-mobile {
    display: none
}

@media screen and (max-width: 40em) {
    .teaser .share-offer-mobile {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 500;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center
    }

    .teaser .share-offer-mobile.visible {
        display: block
    }

    .teaser .share-offer-mobile .share-inner {
        width: 60%;
        margin: 30% auto 0 auto;
        background-color: #fff;
        font-size: 14px;
        position: relative
    }

    .teaser .share-offer-mobile .share-mobile-close-button {
        position: absolute;
        right: 0;
        top: -31px;
        background-color: #fff;
        width: 30px;
        height: 30px
    }

    .teaser .share-offer-mobile .share-headline {
        font-size: 24px;
        border-bottom: 1px solid #c7c7c7;
        padding: 13px 0 13px 13px;
        text-align: left
    }

    .teaser .share-offer-mobile .share-items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        list-style-type: none
    }

    .teaser .share-offer-mobile .share-item {
        height: 120px;
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .teaser .share-offer-mobile .share-item:nth-child(1) {
        border-right: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7
    }

    .teaser .share-offer-mobile .share-item:nth-child(2) {
        border-bottom: 1px solid #c7c7c7
    }

    .teaser .share-offer-mobile .share-item:nth-child(3) {
        border-right: 1px solid #c7c7c7
    }

    .teaser .share-offer-mobile .share-link {
        color: #2a4d8f
    }

    .teaser .share-offer-mobile .share-link:focus,
    .teaser .share-offer-mobile .share-link:hover {
        text-decoration: none !important
    }

    .teaser .share-offer-mobile .share-link:focus-text,
    .teaser .share-offer-mobile .share-link:hover-text {
        text-decoration: underline
    }

    .teaser .share-offer-mobile .share-icon {
        display: block;
        font-size: 40px
    }

    .teaser .share-offer-mobile .share-icon.aidu-icon--link-copy_rounded {
        margin-top: 5px;
        margin-bottom: 12px
    }

    .teaser .share-offer-mobile .aidu-icon--close {
        font-size: 22px
    }

    .teaser .share-offer-mobile .aidu-icon--facebook,
    .teaser .share-offer-mobile .aidu-icon--whatsapp {
        padding-left: 5px
    }
}

.teaser.top-teaser {
    border: 1px solid #2a4d8f
}

@media screen and (max-width: 60em) {
    .teaser.top-teaser {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
}

.teaser.top-teaser .title {
    font-size: 25px
}

.reserve-offer {
    margin-bottom: 0
}

.inline__sharing {
    width: 100%;
    z-index: 600;
    height: auto;
    display: none;
    padding: 0;
    border: none;
    background-color: transparent
}

.inline__sharing-header {
    text-align: right
}

.inline__sharing-header--button {
    font-size: 16px;
    color: #22417B;
    right: 1px;
    top: 0;
    padding: 4px;
    position: relative;
    background-color: #fff
}

.inline__sharing-inner {
    position: relative;
    background-color: #fff;
    border: 1px solid #22417B
}

.inline__sharing-title {
    font-size: 38px;
    line-height: 44px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block
}

.inline__sharing-list {
    margin: 0;
    list-style-type: none;
    text-align: center
}

.inline__sharing-item:not(:last-child) {
    border-right: 2px solid #f6f6f6
}

.inline__sharing-item a,
.inline__sharing-item button {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 64px;
    color: #22417B;
    padding: 10px 0
}

.inline__sharing-item a:hover,
.inline__sharing-item button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #22417b
}

.inline__sharing .share-mobile.share-offer-popup {
    display: none
}

@media screen and (max-width: 40em) {
    .inline__sharing .share-mobile.share-offer-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 500;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center
    }

    .inline__sharing .share-mobile.share-offer-popup.visible {
        display: block
    }

    .inline__sharing .share-mobile.share-offer-popup .share-inner {
        width: 60%;
        margin: 30% auto 0 auto;
        background-color: #fff;
        font-size: 14px;
        position: relative
    }

    .inline__sharing .share-mobile.share-offer-popup .share-mobile-close-button {
        position: absolute;
        right: 0;
        top: -31px;
        background-color: #fff;
        width: 30px;
        height: 30px
    }

    .inline__sharing .share-mobile.share-offer-popup .share-headline {
        font-size: 24px;
        border-bottom: 1px solid #c7c7c7;
        padding: 13px 0 13px 13px;
        text-align: left
    }

    .inline__sharing .share-mobile.share-offer-popup .share-items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        list-style-type: none
    }

    .inline__sharing .share-mobile.share-offer-popup .share-item {
        height: 120px;
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .inline__sharing .share-mobile.share-offer-popup .share-item:nth-child(1) {
        border-right: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7
    }

    .inline__sharing .share-mobile.share-offer-popup .share-item:nth-child(2) {
        border-bottom: 1px solid #c7c7c7
    }

    .inline__sharing .share-mobile.share-offer-popup .share-item:nth-child(3) {
        border-right: 1px solid #c7c7c7
    }

    .inline__sharing .share-mobile.share-offer-popup .share-link {
        color: #2a4d8f
    }

    .inline__sharing .share-mobile.share-offer-popup .share-link:focus,
    .inline__sharing .share-mobile.share-offer-popup .share-link:hover {
        text-decoration: none !important
    }

    .inline__sharing .share-mobile.share-offer-popup .share-link:focus-text,
    .inline__sharing .share-mobile.share-offer-popup .share-link:hover-text {
        text-decoration: underline
    }

    .inline__sharing .share-mobile.share-offer-popup .share-icon {
        display: block;
        font-size: 40px
    }

    .inline__sharing .share-mobile.share-offer-popup .share-icon.aidu-icon--link-copy_rounded {
        margin-top: 5px;
        margin-bottom: 12px
    }

    .inline__sharing .share-mobile.share-offer-popup .aidu-icon--close {
        font-size: 22px
    }

    .inline__sharing .share-mobile.share-offer-popup .aidu-icon--facebook,
    .inline__sharing .share-mobile.share-offer-popup .aidu-icon--whatsapp {
        padding-left: 5px
    }
}

@media screen and (max-width: 40em) {
    .inline__sharing .share-mobile.share-offer-popup {
        display: block;
        background-color: transparent;
        position: static
    }
}

.reveal .inline__sharing-list {
    margin: 0
}

@media screen and (min-width: 40em) {
    .reveal.without-overlay {
        height: 100%
    }
}

.keyvisual-mobile-wrapper .keyvisual-mobile {
    padding-top: 10px
}

.keyvisual-mobile-wrapper .keyvisual-mobile h1,
.keyvisual-mobile-wrapper .keyvisual-mobile .h1 {
    font-size: 2rem;
    margin-bottom: 5px
}

.keyvisual-mobile-wrapper .keyvisual-mobile__subline {
    font-size: 14px
}

.keyvisual-mobile-wrapper .keyvisual-mobile h2,
.keyvisual-mobile-wrapper .keyvisual-mobile .h2 {
    margin-bottom: 0
}

.infobox {
    padding: 20px;
    background-color: #fff;
    color: #6BBC00;
    margin-bottom: 30px
}

@media screen and (max-width: 60em) {
    .infobox {
        margin-top: 30px
    }
}

.infobox .headline {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block
}

@media screen and (min-width: 40em) {
    .infobox .headline {
        font-size: 24px;
        margin-bottom: 18px
    }
}

.infobox .infobox-bullets {
    margin-bottom: 10px;
    list-style-type: none;
    margin-left: 0
}

.infobox .infobox-bullet {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 28px;
    position: relative
}

.infobox .infobox-bullet::before {
    font-family: "aidu-icons";
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e909';
    font-size: 17px;
    position: absolute;
    left: -28px;
    top: -2px
}

.infobox .icon {
    padding-right: 10px;
    font-size: 17px;
    position: relative;
    top: 2px
}

.promoter-teaser .teaser-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    top: -40px
}

@media screen and (min-width: 40em) {
    .promoter-teaser .teaser-icon {
        width: 120px;
        height: 120px;
        top: -60px;
        right: 40px
    }
}

.promoter-teaser .teaser-icon img {
    max-width: 85%;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.promoter-teaser .aidu-icon--chevron--right {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-right: 20px
}

@media screen and (min-width: 40em) {
    .promoter-teaser .aidu-icon--chevron--right {
        font-size: 14px;
        top: 0
    }
}

@media screen and (min-width: 40em) {
    .promoter-teaser .teaser-link {
        width: 60%
    }
}

.promoter-detail-teaser .share-items {
    display: none
}

@media screen and (min-width: 40em) {
    .promoter-detail-teaser .teaser-link {
        width: 58%
    }
}

.introtext.introtext-has-more {
    position: relative
}

.introtext.introtext-has-more::after {
    content: '';
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f6f6f6);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5em
}

.introtext.introtext-has-more.introtext-more-visible::after {
    height: 0
}

.introtext-more {
    display: none
}

.introtext-show {
    color: #6BBC00;
    font-weight: 600;
    margin: 10px 0;
    transition: opacity 1s
}

.introtext-show.introtext-show-hidden {
    opacity: 0
}

.introtext-show .icon {
    margin-right: 10px
}

.content-module--image .caption {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300
}

.container-position-relative {
    position: relative;
    max-width: 100%
}

.pinterest-detail-image {
    position: absolute;
    right: 10px;
    top: 2px;
    text-decoration: none;
    outline: none;
    width: 35px;
    height: 43px;
    overflow: hidden
}

.pinterest-detail-image i {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.7)
}

.pinterest-detail-image:hover {
    text-decoration: none !important;
    outline: none
}

.pinterest-detail-image:hover i {
    color: #fff
}

/*changed*/
.slick-arrow, .secondary-arrows .prev, .secondary-arrows .next {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 50;
    line-height: 1;
    opacity: 1;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    background-color: #2a4d8f;
}

/*changed*/
.slick-arrow:hover, .secondary-arrows .prev:hover, .secondary-arrows .next:hover {
    background-color: #e9e9e9;
}

.slick-arrow:hover > i, .secondary-arrows .prev:hover > i.left, .secondary-arrows .next:hover > i.right {
    color: #222222;
}

/*changed*/
@media screen and (min-width: 40em) {
    .slick-arrow {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        background-color: #0e97c2;
        bottom: auto;
    }
}

/*changed*/
.slick-arrow > i, .secondary-arrows .prev > i.left, .secondary-arrows .next > i.right {
    color: #fff;
    font-size: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

/*changed*/
@media screen and (min-width: 40em) {
    .slick-arrow > i {
        font-size: 30px;
    }
}

/*changed*//*added*/
.secondary-arrows .left.aidu-icon--angle--left, .secondary-arrows .right.aidu-icon--angle--right {
    transform: rotate(0deg);
}

/*added*/
/*changed*/
.secondary-arrows i {
    border: none;
    padding: 0;
    display: flex;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

/*changed*//*added*/ /*Check why was it transparent or blue*/
.secondary-arrows .next, .secondary-arrows .prev {
    padding: 0 !important;
    background-color: transparent;
}

.slick-arrow.arrow-left {
    left: 0
}

.slick-arrow.arrow-right {
    right: 0
}

/*changed*/
.slick-arrow--small {
    width: 32px;
    height: 32px;
    background-color: #2a4d8f;
    opacity: 1;
    border-radius: 50%;
    top: calc(50% - 16px);
}

/*changed*/
.slick-arrow--small > i {
    font-size: 25px;
}

.slick-slider {
    overflow: hidden
}

.slick-list {
    margin: 0 -5px
}

.slick-slide {
    margin: 0 5px
}

.slick-dots {
    bottom: 13px
}

.slick-dots li {
    margin: 0
}

@media screen and (min-width: 40em) {
    .slick-dots {
        bottom: 23px
    }
}

.slick-dots li button::before {
    font-size: 35px;
    color: #fff;
    opacity: 0.6
}

@media screen and (min-width: 40em) {
    .slick-dots li button::before {
        font-size: 45px
    }
}

.slick-dots li.slick-active button:before {
    color: #6BBC00;
    opacity: 1
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before {
    color: #6BBC00
}

.press-distributor {
    background: #f4f8fe;
    padding: 15px 10px
}


.press-distributor .button {
    width: 100%
}

@media screen and (max-width: 40em) {
    .press-distributor {
        margin-top: 30px
    }
}

.single-page article img {
    display: block
}

.single-page article img,
.single-page article img.alignleft,
.single-page article img.aligncenter,
.single-page article img.alignright {
    margin: 0 0 10px
}

.single-page article img.aligncenter {
    margin: 0 auto 10px
}

@media screen and (min-width: 40em) {
    .single-page article img.alignleft {
        float: left;
        margin: 0 10px 10px 0
    }

    .single-page article img.aligncenter {
        margin: 0 auto 10px
    }

    .single-page article img.alignright {
        float: right;
        margin: 0 0 10px 10px
    }
}

@media screen and (max-width: 40em) {
    .single-page article div.alignleft,
    .single-page article div.aligncenter,
    .single-page article div.alignright {
        width: 100% !important;
        margin: 0 0 10px
    }

    .single-page article div.aligncenter {
        margin: 0 auto 10px
    }
}

@media screen and (min-width: 40em) {
    .single-page article div.alignleft,
    .single-page article div.aligncenter,
    .single-page article div.alignright {
        width: auto
    }

    .single-page article div.alignleft {
        float: left;
        margin: 0 10px 10px 0
    }

    .single-page article div.aligncenter {
        margin: 0 auto 10px
    }

    .single-page article div.alignright {
        float: right;
        margin: 0 0 10px 10px
    }
}

.single-page article .instagram-media {
    margin-bottom: 30px !important
}

.single-page article h1,
.single-page article .h1,
.single-page article h2,
.single-page article .h2,
.single-page article h4,
.single-page article .h4,
.single-page article h5,
.single-page article h6 {
    margin-bottom: 16px
}

.single-page .entry-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 35px
}

@media screen and (max-width: 39.9375em) {
    .single-page .entry-header {
        min-height: 168px;
    }
}

@media screen and (min-width: 40em) {
    .single-page .entry-header {
        min-height: 350px
    }
}

@media screen and (min-width: 40em) {
    .single-page .entry-header {
        margin-bottom: 80px
    }
}

.single-page .entry-header.no-image {
    margin-bottom: 0
}

.single-page .entry-header__date {
    margin-bottom: 5px;
    display: block
}

@media screen and (min-width: 40em) {
    .single-page .entry-header__content {
        min-height: 350px;
        display:flex
    }

    .single-page .entry-header__content-box {
        margin-bottom: -55px
    }

    .single-page .entry-header__content-box.single-page__content-box {
        margin-bottom: 40px;
    }

    .single-page .entry-header__content-box .picto {
        background-color: #F6F6F6;
        border-radius: 50%;
        padding: 5px
    }

    .single-page .entry-header__content-box .picto img {
        width: 100px
    }
}

@media screen and (max-width: 40em) {
    .single-page .entry-header__content {
        min-height: 168px
    }

 /* This is causing a bug
   .single-page .entry-header__content-box {
        margin-bottom: 35px;
    } */

    .single-page .entry-header__content-box .picto {
        background-color: #F6F6F6;
        border-radius: 50%;
        padding: 3px;
        margin-right: 15px
    }

    .single-page .entry-header__content-box .picto img {
        width: 54px
    }
}

.single-page .entry-header__content-item {
    display: inline-block
}

.single-page .entry-header__content .entry-header__content-headline,
.single-page .entry-header__content .entry-header__content-subline,
.single-page .entry-header__content .entry-header__content-info {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 8px 30px;
    border-radius: 2px;
}
@media screen and (max-width: 40em) {
    .keyvisual-slider__slide__content .headline,
    .keyvisual-slider__slide__content .subline {
        padding: 0;
    }
}
@media screen and (min-width: 40em) {
    .keyvisual-slider__slide__content .headline,
    .keyvisual-slider__slide__content .subline {
        padding: 8px 30px;;
    }
}
.keyvisual-slider__slide__content .headline,
.keyvisual-slider__slide__content .subline {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
}
/*changed 14.12.22*/
.single-page .entry-header__content-headline,
.keyvisual-slider__slide__content .headline,
.keyvisual-slider__slide__content .subline {
    line-height: 1.2;
}

.single-page .entry-header__content-headline.h1-more-margin {
    margin-bottom: 28px
}

@media screen and (min-width: 40em) {
    .single-page .entry-header__content-headline, .keyvisual-slider__slide__content .headline {
        font-size: 30px;
        margin-bottom: 16px;
    }
}

.single-page .entry-header__content-subline, .keyvisual-slider__slide__content .subline {
    font-size: 16px;
    line-height: 28px;
}

h3.vc_custom_heading {
    font-size: 18px;
}

@media screen and (max-width: 40em) {
    .single-page .entry-header__content-headline {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .keyvisual-slider__slide__content .headline {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .keyvisual-slider__slide__content .subline {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h3.vc_custom_heading {
        font-size: 16px;
    }

    h2.vc_custom_heading {
        font-size: 18px;

    }
}

.single-page .entry-header__content-info {
    margin-bottom: 0
}

.single-page .entry-header__content-info .social_media {
    margin-left: 23px
}

.single-page .entry-header__content-info .social_media a {
    color: #888;
    font-size: 30px
}

.single-page .entry-header__content-info .social_media a:focus,
.single-page .entry-header__content-info .social_media a:hover {
    text-decoration: none !important;
    color: #6BBC00
}

.single-page .entry-header__content-info a {
    font-size: 20px
}

.single-page .entry-header__content-info > * {
    margin-bottom: 0;
    vertical-align: middle
}

.single-page .entry-header__content-price {
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    margin: 15px 0 15px 25px
}

@media screen and (min-width: 40em) {
    .single-page .entry-header__content-price {
        margin: 0 0 0 25px
    }
}

.single-page .entry-header__content-price > span {
    font-weight: normal;
    font-size: 22px
}

.single-page .entry-header.entry-header-two-row .entry-header__content-item.picto {
    position: relative;
    height: 80px;
    width: 80px
}

@media screen and (min-width: 40em) {
    .single-page .entry-header.entry-header-two-row .entry-header__content-item.picto {
        height: 200px;
        width: 200px
    }
}

.single-page .entry-header.entry-header-two-row .entry-header__content-item.picto img {
    max-width: 85%;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 40em) {
    .single-page .entry-header.entry-header-two-row .entry-header__content-item.picto img {
        width: auto;
        padding: 20px
    }
}

.single-page .entry-content:after {
    content: '';
    display: table;
    clear: both
}

.single-page .entry-content p:last-of-type {
    margin-bottom: 0px
}

.single-page .entry-content img {
    margin-bottom: 0
}

.single-page .entry-content .content-module--image .caption {
    margin-top: 6px;
    font-size: 18px
}

.single-page .entry-content .wp-caption-text {
    margin-top: 6px;
    font-size: 18px;
    text-align: center
}

.single-page .entry-footer {
    font-size: 14px;
    margin: 30px 0 10px
}

.single-page .entry-footer span:after {
    content: ' | '
}

.single-page .entry-footer span:last-child:after {
    display: none
}

.single-page .additional-data {
    clear: both
}


@media sreen and (max-width: 39.9999em) {
.single-page h2,
.single-page .h2 {
        font-size: 22px;
        font-weight: 600;
    margin-bottom: 20px;
        line-height: 1.2;
}
}

@media screen and (min-width: 40em) {
    .single-page .content-left {
        padding-right: 40px
    }
    .single-page h2,
    .single-page .h2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
}

.single-page.single-page--press-release .entry-header {
    min-height: 0;
    margin-bottom: 0
}

.content-module {
    margin-bottom: 60px
}

.content-module .column .content-module--image,
.content-module .columns .content-module--image,
.content-module .comments-area .logged-in-as .content-module--image,
.comments-area .content-module .logged-in-as .content-module--image {
    margin-bottom: 20px
}

@media screen and (min-width: 40em) {
    .content-module .column:nth-last-child(-n+2) .content-module--image,
    .content-module .columns:nth-last-child(-n+2) .content-module--image,
    .content-module .comments-area .logged-in-as:nth-last-child(-n+2) .content-module--image,
    .comments-area .content-module .logged-in-as:nth-last-child(-n+2) .content-module--image {
        margin-bottom: 0
    }
}

@media screen and (max-width: 40em) {
    .content-module .column:last-of-type .content-module--image,
    .content-module .columns:last-of-type .content-module--image,
    .content-module .comments-area .logged-in-as:last-of-type .content-module--image,
    .comments-area .content-module .logged-in-as:last-of-type .content-module--image {
        margin-bottom: 0
    }
}

.comments-area {
    padding-top: 30px
}

@media screen and (max-width: 60em) {
    .comments-area textarea[rows] {
        max-height: 100px
    }
}

.comments-area .button--submit {
    padding: 16px 25px;
    border-radius: 2px;
}

.comments-area .required {
    color: #8a9fc7
}

.comments-area .required--info {
    font-size: 12px;
    display: block;
    margin-bottom: 20px
}

.comments-area .form--comment {
    margin-bottom: 20px
}

@media screen and (max-width: 60em) {
    .comments-area .form--comment .column p,
    .comments-area .form--comment .columns p,
    .comments-area .form--comment .logged-in-as p {
        margin-bottom: 0px
    }

    .comments-area .form--comment .column p input,
    .comments-area .form--comment .columns p input,
    .comments-area .form--comment .logged-in-as p input,
    .comments-area .form--comment .column p textarea,
    .comments-area .form--comment .columns p textarea,
    .comments-area .form--comment .logged-in-as p textarea {
        margin-bottom: 5px
    }

    .comments-area .form--comment .required--info {
        margin-bottom: 5px
    }
}

@media screen and (min-width: 40em) {
    .comments-area .form--comment > .row:first-child > .column p,
    .comments-area .form--comment > .row:first-child > .columns p,
    .comments-area .form--comment > .row:first-child > .logged-in-as p {
        margin-bottom: 7.5px
    }

    .comments-area .form--comment > .row:first-child > .column p input,
    .comments-area .form--comment > .row:first-child > .columns p input,
    .comments-area .form--comment > .row:first-child > .logged-in-as p input,
    .comments-area .form--comment > .row:first-child > .column p textarea,
    .comments-area .form--comment > .row:first-child > .columns p textarea,
    .comments-area .form--comment > .row:first-child > .logged-in-as p textarea {
        margin-bottom: 0
    }

    .comments-area .form--comment > .row:first-child > .column p:last-child,
    .comments-area .form--comment > .row:first-child > .columns p:last-child,
    .comments-area .form--comment > .row:first-child > .logged-in-as p:last-child {
        margin-bottom: 0
    }

    .comments-area .form--comment > .row:first-child > .column p:last-child input,
    .comments-area .form--comment > .row:first-child > .columns p:last-child input,
    .comments-area .form--comment > .row:first-child > .logged-in-as p:last-child input,
    .comments-area .form--comment > .row:first-child > .column p:last-child textarea,
    .comments-area .form--comment > .row:first-child > .columns p:last-child textarea,
    .comments-area .form--comment > .row:first-child > .logged-in-as p:last-child textarea {
        margin-bottom: 0
    }

    /*changed*/
    .comments-area .form--comment .comment-form-comment {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        position: relative;
    }

    .comments-area .form--comment .comment-form-comment {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        position: relative;
    }

    /*changed*/
    .comments-area .form--comment .comment-form-comment textarea {
        background-color: white;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        color: #595959;
        font-family: var(--text-font);
        font-size: 16px;
        line-height: 22px;
        min-height: 136px;
        padding: 17px 12px;
    }

    /*added*/
    .comments-area .form--comment .comment-form-comment label {
        position: absolute;
        top: 13px;
        left: 12px;
        font-family: var(--text-font);
        font-size: 16px;
        line-height: 22px;
        color: #595959;
        transition: all 200ms ease-in-out 0s;
    }

    /*changed*/
    .comments-area .form--comment .required--info {
        color: #595959;
        font-family: var(--text-font);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-top: 8px;
        margin-bottom: 2rem;
    }

    /*added*/
    textarea#comment:focus + label, textarea#comment:not(:placeholder-shown) + label {
        background-color: #ffffff;
        color: #0e97c2;
        font-size: 12px;
        line-height: 16px;
        padding-left: 5px;
        padding-right: 5px;
        top: -10px;
    }

    /*added*/
    textarea#comment:focus {
        border: 2px solid #0e97c2;
    }

    /*added*/
    .comment-form-comment.error > label {
        background-color: #ffffff;
        color: #ff000a;
        font-family: var(--text-font);
        font-size: 12px;
        line-height: 16px;
        left: 12px;
        padding-left: 5px;
        padding-right: 5px;
        position: absolute;
        top: -10px;
        transition: all 200ms ease-in-out 0s;
    }

    .comment-form-comment.error > textarea {
        background-color: white;
        border: 1px solid #ff000a;
        border-radius: 4px;
        color: #595959;
        font-family: var(--text-font);
        font-size: 16px;
        line-height: 22px;
        min-height: 136px;
        padding: 17px 12px;
    }
}

/*changed*/ /*added*/
@media screen and (max-width: 40em) {
    .comments-area .form--comment .comment-form-comment {
        position: relative;
    }

    /*changed*/
    .comments-area .form--comment .comment-form-comment textarea {
        background-color: white;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        color: #595959;
        font-family: var(--text-font);
        font-size: 16px;
        line-height: 22px;
        min-height: 136px;
        padding: 17px 12px;
    }

    /*added*/
    .comments-area .form--comment .comment-form-comment label {
        position: absolute;
        top: 13px;
        left: 12px;
        font-family: var(--text-font);
        font-size: 16px;
        line-height: 22px;
        color: #595959;
        transition: all 200ms ease-in-out 0s;
    }

    /*changed*/
    .comments-area .form--comment .required--info {
        color: #595959;
        font-family: var(--text-font);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-top: 8px;
        margin-bottom: 2rem;
    }

    /*added*/
    textarea#comment:focus + label, textarea#comment:not(:placeholder-shown) + label {
        background-color: #ffffff;
        color: #0e97c2;
        font-size: 12px;
        line-height: 16px;
        padding-left: 5px;
        padding-right: 5px;
        top: -10px;
    }

    /*added*/
    textarea#comment:focus {
        border: 2px solid #0e97c2;
    }

    /*added*/
    .comment-form-comment.error > label {
        background-color: #ffffff;
        color: #ff000a;
        font-family: var(--text-font);
        font-size: 12px;
        line-height: 16px;
        left: 12px;
        padding-left: 5px;
        padding-right: 5px;
        position: absolute;
        top: -10px;
        transition: all 200ms ease-in-out 0s;
    }

    .comment-form-comment.error > textarea {
        background-color: white;
        border: 1px solid #ff000a;
        border-radius: 4px;
        color: #c8c8c8;
        font-family: var(--text-font);
        font-size: 16px;
        line-height: 22px;
        min-height: 136px;
        padding: 17px 12px;
    }
}

/*changed*//*added*/
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
    position: relative;
    margin-bottom: 24.5px;
}

/*changed*//*added*/
.comment-form-author > label, .comment-form-email > label, .comment-form-url > label {
    position: absolute;
    top: 13px;
    left: 12px;
    font-family: var(--text-font);
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    transition: all 200ms ease-in-out 0s;
}

/*changed*//*added*/
.comment-form-author > input[type="text"], .comment-form-email > input[type="text"], .comment-form-url > input[type="text"] {
    background-color: white;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    color: #595959;
    font-family: var(--text-font);
    font-size: 16px;
    line-height: 22px;
    min-height: 56px;
    padding: 17px 12px;
}

/*changed*//*added*/
.comment-form-author.error > input[type="text"], .comment-form-email.error > input[type="text"], .comment-form-url.error > input[type="text"] {
    background-color: white;
    border: 1px solid #ff000a;
    border-radius: 4px;
    color: #595959;
    font-family: var(--text-font);
    font-size: 16px;
    line-height: 22px;
    min-height: 56px;
    padding: 17px 12px;
}

/*changed*//*added*/
input#author:focus + label, input#author:not(:placeholder-shown) + label, input#email:focus + label, input#email:not(:placeholder-shown) + label, input#url:focus + label, input#url:not(:placeholder-shown) + label {
    background-color: #ffffff;
    color: #0e97c2;
    font-size: 12px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
    top: -10px;
}

/*changed*//*added*/
input#author:focus, input#email:focus, input#url:focus {
    border: 2px solid #0e97c2;
}

.comments-area .comment-list {
    list-style: none;
    margin: 0px 0 30px
}

.comments-area .comment-list > li {
    padding: 30px 20px;
    border-bottom: 1px solid #8a9fc7
}

.comments-area .comment-list > li > ol > li {
    padding: 30px 20px;
    border-bottom: 1px solid #8a9fc7
}

.comments-area .comment-list > li > ol > li:last-child {
    border-bottom: none
}

.comments-area .comment-list > li:nth-child(odd) {
    background-color: #fff
}

.comments-area .comment-list ul,
.comments-area .comment-list ol {
    list-style: none
}

/*paket 2 changed*/
.comments-area .comment__author {
    color: #222222;
    display: block;
    font-family: var(--text-font);
    font-size: 18px;
    line-height: 22px
}

.comments-area .comment__metadata {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px
}

.comments-area .comment__list-inline {
    list-style: none;
    margin: 0 0 20px
}

.comments-area .comment__list-inline li {
    display: inline;
    float: left;
    line-height: 1
}

.comments-area .comment__list-inline li:not(:first-child) {
    border-left: 1px solid rgba(42, 77, 143, 0.5);
    margin-left: 5px;
    padding-left: 5px
}

.comments-area .comment__list-inline li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px
}

.comments-area .comment__list-inline:after {
    content: '';
    display: table;
    clear: both
}

.comments-area .comment .children {
    margin-left: 40px
}

body.home #comments-section {
    display: none
}

.hotel-offers {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both
}

.hotel-offer {
    font-size: 12px;
    text-decoration: none !important;
    color: inherit;
    margin-bottom: 20px
}

.hotel-offer:hover {
    color: inherit
}

.hotel-offer__image {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-right: 10px
}

.hotel-offer__image img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: inherit;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.hotel-offer__content {
    margin-left: 90px;
    min-height: 80px;
    padding-bottom: 25px;
    position: relative
}

.hotel-offer__content h4,
.hotel-offer__content .h4,
.hotel-offer__content .h4 {
    margin: 0 5px 0 0;
    display: inline
}

.hotel-offer__category {
    font-size: 14px;
    line-height: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap
}

.hotel-offer__destination {
    display: block
}

.hotel-offer__offer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0
}

.hotel-offer__price {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0 0 0 10px
}

.hotel-offer__price span {
    font-size: 15px;
    font-weight: bold
}

.hotel-offer__price:after {
    font-family: "aidu-icons";
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px
}

#shortcode input[type='email'] {
    max-height: 26px;
    font-size: 12px;
    width: 94%;
    float: left;
    margin: 0;
    margin-bottom: 1.3333333rem
}

@media screen and (max-width: 40em) {
    #shortcode input[type='email'] {
        width: 90%
    }
}

#shortcode button {
    position: relative;
    width: 5%;
    height: 26px
}

#shortcode button:after {
    position: absolute;
    top: 4px;
    left: 15px;
    font-family: "aidu-icons";
    content: "\f054"
}

@media screen and (max-width: 40em) {
    #shortcode button {
        width: 10%
    }
}

#shortcode label[for] {
    cursor: auto
}

#shortcode label[for] input[type='checkbox'] {
    vertical-align: text-top
}

@media screen and (max-width: 60em) {
    #shortcode label[for] input[type='checkbox'] {
        width: 4%;
        margin: 0
    }
}

#shortcode label[for] span {
    font-size: 0.9em;
    width: 97%;
    float: right
}

@media screen and (max-width: 60em) {
    #shortcode label[for] span {
        width: 95%
    }
}

#shortcode label[for] span.accordion__content {
    float: none;
    margin-left: 3%;
    margin-top: 1.3333rem;
    display: inline-block;
    overflow: hidden;
    max-height: 0em;
    position: relative
}

@media screen and (max-width: 60em) {
    #shortcode label[for] span.accordion__content {
        margin-left: 5%
    }
}

@media screen and (max-width: 60em) {
    #shortcode .newsletterAgbWrapper {
        display: inline-block;
        margin-top: 1.3333333rem
    }
}

#shortcode #signup-response {
    font-size: 0.9em
}

#shortcode input[name='newsletterAgb']:checked ~ .accordion__content {
    overflow: visible;
    display: inline-table
}

.header-section {
    margin-bottom: 30px
}

@media screen and (min-width: 40em) {
    .header-section {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 60em) {
    .header-section.offer-header-section {
        margin-bottom: 20px
    }

    .header-section.offer-header-section__separator {
        color: #c7c7c7
    }
}

.offer-mobile-header .image {
    height: 150px;
    background-position: center;
    background-size: cover
}

@media screen and (min-width: 40em) {
    .offer-mobile-header .image {
        height: 200px
    }
}

.offer-mobile-header .title {
    padding-top: 15px;
    font-size: 24px
}

@media screen and (max-width: 60em) {
    .offer-mobile-header .title {
        margin-bottom: 5px
    }
}

.offer-mobile-header .text {
    font-size: 14px
}

.promoter-introtext {
    font-size: 14px
}

@media screen and (min-width: 40em) {
    .promoter-introtext {
        font-size: 16px
    }
}

@media screen and (min-width: 40em) {
    .promoter-teaser-headline {
        font-size: 32px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 40em) {
    .promoter-overview .entry-header__content {
        position: relative
    }
}

@media screen and (min-width: 40em) {
    .promoter-overview .entry-header__content-box {
        margin-bottom: 55px
    }
}

@media screen and (min-width: 40em) {
    .promoter-overview .entry-header.entry-header-two-row .entry-header__content-item.picto {
        position: absolute;
        bottom: -55px;
        right: 0
    }
}

/*
    This css allows to create a simple tooltip.
    It is created to solve the issue with the following description:

    -------- DESCRIPTION -----------
    On the "https://wordpress-645093-3280765.cloudwaysapps.com/" pages the hover effect
    on the telefone tooltip icon in the header navigation is not working.
    The function should be working, as on this page: "https://www.ab-in-den-urlaub.de/".
    ----------------------------------

    Code usage:

    --------- USAGE ----------
    <span
        data-tooltip-text="text shown in tooltip"
        data-tooltip-location="bottom">
        <!-- if you put some html tags here, -->
        <!-- a tooltip appears on hover -->
    </span>
    --------------------------

    ------ LOCATION OPTIONS -----

    data-tooltip-location="top" (default)
    data-tooltip-location="bottom"
    data-tooltip-location="left"
    data-tooltip-location="right"
    -----------------------------
*/
span[data-tooltip-text],
span.pure-css-tooltip {
    position: relative;
    z-index: 10;
    cursor: help;
}

/* Positioning and visibility settings of the tooltip */
span[data-tooltip-text]:before,
span.pure-css-tooltip > .pure-css-tooltip-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px);
    pointer-events: none;
    transition: 0.2s;
    transition-delay: 0.6s;
    will-change: transform;
}

/*paket 2 changed*/
/* The actual tooltip with a dynamic width */
span[data-tooltip-text]:before,
span.pure-css-tooltip > .pure-css-tooltip-content {
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(
            30deg,
            rgba(59, 72, 80, 0.44),
            rgba(59, 68, 75, 0.44),
            rgba(60, 82, 88, 0.44)
    );
    transform: translate(-50%, -5px) scale(0.5);

    background: #fff;
    border: none;
    color: #222222;
    min-width: 30px;
    pointer-events: auto;
    margin: 0.1em;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    padding: 0.7em 1em;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    font: 12px/1.4 'Open Sans', Helvetica, Geneva, Tahoma, sans-serif;
}

/* fix for attribute style*/
span[data-tooltip-text]:before {
    content: attr(data-tooltip-text);
    white-space: pre-wrap;
}

/* fix for div style */
span.pure-css-tooltip > .pure-css-tooltip-content a {
    color: #00c !important;
    text-decoration: underline !important;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: var(--text-font);
    vertical-align: baseline;
    background: none transparent;
}

span.pure-css-tooltip > .pure-css-tooltip-content .icon-tick-2,
span.pure-css-tooltip > .pure-css-tooltip-content .icon-arrow-right {
    display: inline-block;
    margin-right: 0.5em;
    width: 1.6em;
    text-align: center;
    height: 1.6em;
    line-height: 1.8;
    border-radius: 50%;
    font-size: 0.7rem;
    background: #ff8f16;
    color: #fff;
    vertical-align: text-top;
    line-height: 1.5em;
    white-space: normal;
    border: none;
}

/* Tooltip becomes visible at hover */
span[data-tooltip-text]:hover:before,
span.pure-css-tooltip:hover > .pure-css-tooltip-content {
    visibility: visible;
    opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
span[data-tooltip-text]:hover:before,
span.pure-css-tooltip:hover > .pure-css-tooltip-content {
    transition-delay: 0.2s;
    transform: translate(-50%, -5px) scale(1);
}

/* LEFT */
/* Tooltip + arrow */
span[data-tooltip-location="left"]:before,
span[data-tooltip-location="left"].pure-css-tooltip
> .pure-css-tooltip-content {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
}

/* Tooltip */
span[data-tooltip-location="left"]:before,
span[data-tooltip-location="left"].pure-css-tooltip
> .pure-css-tooltip-content {
    transform: translate(-5px, 50%) scale(0.5);
}

span[data-tooltip-location="left"]:hover:before,
span[data-tooltip-location="left"].pure-css-tooltip:hover
> .pure-css-tooltip-content {
    transform: translate(-5px, 50%) scale(1);
}

/* RIGHT */
span[data-tooltip-location="right"]:before,
span[data-tooltip-location="right"].pure-css-tooltip
> .pure-css-tooltip-content {
    left: calc(100% + 5px);
    bottom: 50%;
}

span[data-tooltip-location="right"]:before,
span[data-tooltip-location="right"].pure-css-tooltip
> .pure-css-tooltip-content {
    transform: translate(5px, 50%) scale(0.5);
}

span[data-tooltip-location="right"]:hover:before,
span[data-tooltip-location="right"].pure-css-tooltip:hover
> .pure-css-tooltip-content {
    transform: translate(5px, 50%) scale(1);
}

/* BOTTOM */
span[data-tooltip-location="bottom"]:before,
span[data-tooltip-location="bottom"].pure-css-tooltip
> .pure-css-tooltip-content {
    top: calc(100% + 5px);
    bottom: auto;
}

span[data-tooltip-location="bottom"]:before,
span[data-tooltip-location="bottom"].pure-css-tooltip
> .pure-css-tooltip-content {
    transform: translate(-50%, 5px) scale(0.5);
}

span[data-tooltip-location="bottom"]:hover:before,
span[data-tooltip-location="bottom"].pure-css-tooltip:hover
> .pure-css-tooltip-content {
    transform: translate(-50%, 5px) scale(1);
}

/*wp-bakery fixes*/

.entry-content.content > .vc_row.wpb_row.vc_row-fluid > .wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_btn3-container.vc_btn3-center > a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom.vc_btn3-block {
    font-weight: 500 !important;
}
article .entry-content.content .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom.vc_btn3-block {
    font-size: 12px;
    font-weight: 700;
}
/*content width aligned with images (825px) in articles on desktop*/

@media all and (min-width: 1143px) {
    article .entry-content.content .wpb_text_column.wpb_content_element, article .entry-content.content .vc_btn3-container.vc_btn3-center, article .entry-content.content h2, article .entry-content.content h3, /*article .entry-content.content .vc_row-fluid*/ {
        max-width: 825px;
        margin-left: auto;
        margin-right: auto;
    }
}
/*aligning post content*/

.vc-row {
    margin-right: -15px;
    margin-left: -15px;
}

/*fixes 01.2023*/

@media all and (max-width: 40em) {
    #comments-section .h2, .comments-area .h2 {
        font-size: 16px;
    }
}
.widget__newsletter-confirm.row, .inline__newsletter-confirm.row {
    flex-wrap: nowrap !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#adup_bottom {
    margin-bottom: 22px !important;
}
#main li {
    font-size: 14px;
    font-weight: 300;
}
p.comment-form-url {
    display:none;
}
#main table, #ms_gutschein_next_steps p {
    font-family: var(--text-font);
}
.register-row{
    display:flex;
    flex-direction: row;
}

/*from old layoutparts*/

@font-face {
    font-family: aiduicons;
    src: url("/wp-content/themes/aidu-blog/icons/aiduIcons.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.layout-parts button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

.layout-parts * {
    box-sizing: border-box;
}

@media (max-width: 2560px) {

    .layout-parts input,
    html {
        font: 12px/1.4 Arial, Helvetica, Geneva, Tahoma, sans-serif
    }
}

@media (min-width: 2561px) {

    .layout-parts input,
    html {
        font: 14px/1.4 Arial, Helvetica, Geneva, Tahoma, sans-serif
    }
}

.layout-parts form.mask-link button {
    border: 0;
    outline: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: pointer;
    font-size: 1em
}

@media (min-width: 320px) {

    body,
    html {
        overflow-x: hidden
    }
}

.layout-parts .checkbox input:disabled:not(:checked) + [class*=icon-]:before,
.layout-parts .radio input:disabled:not(:checked) + [class*=icon-]:before {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    display: block
}

.layout-parts label.overlay-close-label {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    background: rgba(255, 255, 255, .4)
}

.layout-parts input[type=checkbox].toggle-checkbox {
    display: none !important
}


@media (min-width: 560px) and (max-width: 1142px) {

    .layout-parts .section_trust .trust,
    .layout-parts .section_trust .trust:first-child {
        float: left;
        width: 240px;
        margin: 0 calc((50% - 240px) / 2);
        padding: 0 0 2em;
        display: none;
    }
}

@media (min-width: 1143px) {

    .layout-parts .section_trust .list.trust-elements-4 .trust,
    .layout-parts .section_trust .list.trust-elements-4 .trust:first-child {
        width: 25%;
        display: none;
    }

    .layout-parts .section_trust .trust,
    .layout-parts .section_trust .trust:first-child {
        float: left;
        width: 20%;
        margin: 0
    }

    .layout-parts .section_trust .trust.trust-ssl .icon,
    .layout-parts .section_trust .trust:first-child.trust-ssl .icon {
        width: 50px
    }

    .layout-parts .section_trust .content {
        width: 100%;
        padding: 0 20px 0 0
    }

    .layout-parts .section_trust .info {
        width: calc(100% - 90px)
    }
}

footer.layout-parts #quickLinks.section_quickLinks .qlItem .quicklinks-tab-box:checked ~ li:nth-of-type(2) ul {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

/*social icons*/
footer.layout-parts .block-wrapper-style_copy > .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 12px 32px;
}

.footer__social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}


@media (max-width: 599px) {
    .footer__social-icons {
        justify-content: center;
        flex-basis: 100%;
    }

    #copy.section_copy {
        margin: 0 auto;
    }


    footer.layout-parts .block-wrapper.no-columns.block-wrapper-style_copy {
        padding-bottom: 0;
    }
}

@media all and (max-width: 599px) {
    footer.layout-parts .block-wrapper-style_copy > .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 16px;
    }
}

@media (min-width: 768px) {
    footer.layout-parts #quickLinks.section_quickLinks .qlItem li:nth-of-type(2) ul {
        display: flex;
    }
}

.layout-parts .section_quickLinks .qlItem .quicklinks-tab-box:checked ~ li:nth-of-type(1) {
    border-bottom: none
}

.layout-parts input[type=checkbox].toggle-checkbox:checked + .overlay-close-label {
    display: block
}

.layout-parts .section_quickLinks .qlItem li {
    margin: 0
}

.layout-parts .section_quickLinks .qlItem li ul li {
    border-bottom: none;
}

.layout-parts .section_quickLinks .qlItem li ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.layout-parts .section_quickLinks .qlItem li ul li a:hover {
    text-decoration: underline
}

.layout-parts nav#navigation-main form button:focus {
    outline: 0
}

@media (min-width: 470px) {
    .layout-parts .section_quickLinks .qlItem li label {
        display: none
    }

    .layout-parts .section_quickLinks .qlItem li label:after {
        content: ''
    }

    .layout-parts .section_quickLinks .qlItem li ul,
    .layout-parts .section_quickLinks .qlItem li > strong {
        display: block;
    }
}

#quickLinks * {
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    max-width: max-content;
}

@media (min-width: 1143px) {

    .layout-parts .section_quickLinks .qlItem li li,
    .layout-parts .section_quickLinks .qlItem li ul li form button,
    .layout-parts .section_quickLinks .qlItem li > strong {
        text-align: left

    }
}

@media (min-width: 560px) {
    .layout-parts .section_quickLinks .qlItem {
        width: 50%;
    }

    .layout-parts .section_quickLinks .qlItem > li:nth-of-type(1) {
        border-bottom: none
    }
}

@media (min-width: 1143px) {
    .layout-parts .section_quickLinks .qlItem {
        width: 25%
    }
}

@media (min-width: 470px) {
    .layout-parts .section_copy .imprint {
        display: none
    }
}

@media (max-width: 2560px) {

    .layout-parts input,
    html {
        font: 12px/1.4 'Open Sans', Helvetica, Geneva, Tahoma, sans-serif
    }
}

@media (min-width: 2561px) {

    .layout-parts input,
    html {
        font: 14px/1.4 'Open Sans', Helvetica, Geneva, Tahoma, sans-serif
    }
}

@media (min-width: 320px) {

    body,
    html {
        overflow-x: hidden
    }
}

@media (min-width: 1143px) {
    .layout-parts .section_header .title-image {
        float: left;
        width: 25%
    }
}

@media (max-width: 1142px) {
    .layout-parts.second-header .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 738px
    }

    .layout-parts .section_header #navigation-main > .title-image.in-menu-side {
        min-height: 60px;
        display: flex;
        padding: 20.11px;
        border-bottom: none;
    }

    .layout-parts .section_header #navigation-main > .title-image.in-menu-side > .load-wrapper {
        display: none;
    }
}

@media (min-width: 1143px) {
    .layout-parts .block-wrapper-style_header:not(.booking) {
        border-bottom: 39px solid #0d1f5b
    }
}

@media (max-width: 1142px) {
    .layout-parts.second-header .section_header .title-image .load-wrapper {
        max-width: 139px
    }

    .layout-parts:not(.second-header) .section_header .title-image .load-wrapper {
        max-width: 223px
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .layout-parts.second-header .section_header .title-image .load-wrapper > a img {
        width: 139px;
        margin: .5em 0
    }

    .layout-parts:not(.second-header) .section_header .title-image .load-wrapper > a img {
        height: 2.7em;
        margin: .5em 0
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1143px),
(-ms-high-contrast: none) and (min-width: 1143px) {
    .layout-parts.second-header .section_header .title-image .load-wrapper > a img {
        min-width: 139px;
    }

    .layout-parts:not(.second-header) .section_header .title-image .load-wrapper > a img {
        height: 3.2em
    }
}

@media (min-width: 1143px) {
    .layout-parts.second-header .section_header .title-image {
        min-width: 139px;
        padding: 1.5em 0 .5em
    }
}

@media (min-width: 768px) {
    .layout-parts.second-header .section_header .title-image .load-wrapper > a {
        max-width: 116px;
    }

    .layout-parts.second-header .section_header .title-image img {
        width: 116px;
    }

    .layout-parts:not(.second-header) .section_header .title-image {
        padding: .5em 0 .25em
    }
}

@media (max-width: 767px) {
    .layout-parts.second-header .section_header .title-image .load-wrapper > a {
        max-width: 90px;
    }

    .layout-parts.second-header .section_header .title-image img {
        width: 90px;
    }

    footer.layout-parts #quickLinks.section_quickLinks .qlItem li:nth-of-type(2) ul {
        display: flex;
        margin-top: 20px;
        align-items: center;
        max-height: 0px;
        overflow: hidden;
    }
    footer .footer-placeholder {
        display:none;
    }
}

@media (min-width: 1143px) {

    .layout-parts .section_header .title-image,
    .layout-parts .section_header section#navigation {
        min-height: 6.5em
    }

    .layout-parts .section_header .title-image {
        position: absolute;
        padding: 1.2em 0 0;
        width: auto
    }

    .layout-parts.second-header .section_header .title-image .load-wrapper > a {
        width: 139px;
    }

    .layout-parts .section_header .title-image .load-wrapper > a {
        width: 210px;
        height: 5.1em;
    }
}

.layout-parts nav#navigation-main form button {
    background: 0 0;
    border: 0;
    width: 100%;
    padding: 0;
    cursor: pointer
}

@media (min-width: 1143px) {
    .layout-parts nav#navigation-main {
        display: block;
        padding: 0
    }

    .layout-parts nav#navigation-main form {
        height: auto
    }

    .layout-parts nav#navigation-main > ul {
        position: absolute;
        bottom: -39px;
        left: 0;
        width: 100%;
        padding: 0;
        font-weight: 400
    }

    .layout-parts nav#navigation-main > ul > li {
        display: inline-block;
        position: relative
    }

    .layout-parts nav#navigation-main > ul > li:nth-child(n+6) .sub-menu {
        left: auto;
        right: 0
    }
}

@media (min-width: 1143px) and (min-width: 2561px) {
    .layout-parts nav#navigation-main > ul > li:nth-child(5) {
        position: initial
    }

    .layout-parts nav#navigation-main > ul > li:nth-child(5) .sub-menu {
        left: auto;
        right: 0
    }
}

@media (min-width: 1143px) {
    .layout-parts.second-header nav#navigation-main.top-bar2 > ul:not(#menu-button-right) > li > a {
        font: 400 14px/20px 'Open Sans';
        letter-spacing: 1px;
    }

    .layout-parts:not(.second-header) nav#navigation-main > ul > li > a {
        font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
        font-size: 16.8px;
        font-size: 1.4rem;
        padding: .1em .3em;
        line-height: 2em;
        text-align: center
    }

    .layout-parts nav#navigation-main > ul > li a {
        position: relative
    }

    .layout-parts nav#navigation-main > ul > li:hover > .sub-menu,
    .layout-parts nav#navigation-main > ul > li > a {
        display: block
    }

    .layout-parts nav#navigation-main > ul > li:hover + li > a:before,
    .layout-parts nav#navigation-main > ul > li:hover:before,
    .layout-parts nav#navigation-main > ul > li:hover > a:before {
        display: none
    }

    .layout-parts nav#navigation-main > ul > li:hover > a {
        font-weight: 600;
    }
}

@media (max-width: 1142px) {
    .layout-parts nav#navigation-main.top-bar2 > ul:not(#menu-button-right) li a {
        font: 400 16px/22px 'Open Sans';
        text-align: left;
    }

    .layout-parts:not(.second-header) nav#navigation-main > ul li a {
        display: block;
        font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
        position: relative;
        padding: 5px 5px 5px 0;
        font-size: 14.4px;
        font-size: 1.2rem;
        height: 31px
    }
}

@media (min-width: 2561px) {
    .layout-parts:not(.second-header) nav#navigation-main > ul > li > a {
        font-size: 1rem
    }
}

.layout-parts:not(.second-header) nav#navigation-head-sub .item-social a {
    width: 1em;
    height: 1em;
    margin: .3em .1em
}

@media (max-width: 1142px) {
    .layout-parts:not(.second-header) nav#navigation-head-sub {
        font-size: 12px;
        font-size: 1rem
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub .item-social ul {
        font-size: 2.1em
    }
}

@media (min-width: 1143px) {
    .layout-parts:not(.second-header) nav#navigation-head-sub {
        background: 0 0;
        font-size: 9.6px;
        font-size: .8rem;
        margin-top: 3px
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub a {
        color: #fff
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub > ul {
        background: #002873;
        margin-top: -8px;
        position: relative;
        float: right;
        padding: .1em 0;
        max-height: 3.3em
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub ul li form {
        display: inline-block;
        padding: 0
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub ul li form button {
        padding: 0;
        font-size: 18px;
        font-size: 1.5rem
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub ul li form button:hover {
        background: #fff
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub .item-service {
        padding: 0
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub .item-social {
        display: none
    }

    /*The code below is buggy*/

    /* .layout-parts:not(.second-header) nav#navigation-head-sub > ul > li {
         display: inline-block;
         margin: 2px 3px 2px 4px
     } */

    .layout-parts:not(.second-header) nav#navigation-head-sub > ul > li > a {
        padding: 5px
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub > ul > li:hover {
        z-index: 10001
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub > ul > li:hover > a {
        background: #fff;
        color: #002873
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub > ul > li:before {
        content: "";
        display: block;
        width: 1px;
        height: 1.2rem;
        position: absolute;
        top: 1px;
        left: -4px;
        background-color: #607aab
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub > ul > li.item-social {
        margin: 0 5px 0 7px
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub > ul > li.item-social:before {
        top: 12px;
        left: -7px
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub > ul > li:first-child:before {
        display: none
    }

    .layout-parts:not(.second-header) nav#navigation-head-sub .themeworld {
        font-size: .9rem;
        font-weight: 400;
        padding: 0
    }
}

svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-1pm2gmj {
    user-select: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.layout-parts.second-header .toggle-sidebars .open-main-navigation:before {
    display: none !important;
}
.layout-parts:not(.second-header) .toggle-sidebars .open-main-navigation:before {
    font-size: .8em;
    font-family: aiduicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f169"
}

/*apparently just a svg is not enough - it needs this pseudoelement to close*/
.layout-parts.second-header #toggle-navigationMain:checked ~ section#navigation .close-main-menu:before {
    position: fixed;
    right: 3px;
    z-index: 999;
    background: transparent;
    width: 30px;
    height: 30px;
    content: '';
}
.layout-parts:not(.second-header) #toggle-navigationMain:checked~section#navigation .close-main-menu:before {
    position: fixed;
    right: 3px;
    z-index: 999;
    background: #002873;
    width: 38px;
    height: 35px
}
@media (min-width: 1143px) {
    .layout-parts .toggle-sidebars {
        display: none
    }
}

@media (min-width: 1143px) {
    .layout-parts .close-main-menu {
        display: none
    }
}

@media (max-width: 1142px) {
    .layout-parts.second-header #header > .title-image {
        padding: 0;
        position: static;
    }

    .layout-parts:not(.second-header) section#navigation {
        background: #002873;
        position: fixed;
        z-index: 999999;
        right: -87%;
        top: 0;
        height: 100%;
        width: calc(100% - 48px);
        max-width: 330px;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 0 2px rgba(0, 0, 0, .4)
    }

    .layout-parts #toggle-navigationMain:checked ~ section#navigation {
        right: 0
    }

    .layout-parts section#navigation nav#navigation-main a {
        color: #fff
    }
}

@media (min-width: 1143px) {
    .layout-parts section#navigation {
        float: left;
        width: 100%;
        padding: 0
    }
}

.icon-arrow-right:before {
    content: "\f116"
}

.icon-phone:before {
    content: "\f17b"
}

.icon-ssl-lock:before {
    content: "\f190"
}

.icon-tick-2:before {
    content: "\f19d"
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: aiduicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/*No idea if from now on is header or footer or wtf*/
.layout-parts a,
.layout-parts div,
.layout-parts form,
.layout-parts img,
.layout-parts label,
.layout-parts li,
.layout-parts span,
.layout-parts strong,
.layout-parts ul,
body,
html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
    background: 0 0
}

.layout-parts ul {
    list-style: none
}

.layout-parts button,
.layout-parts input {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.layout-parts strong {
    font-weight: 700
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
    height: 100%;
    color: #002873
}

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

@media (max-width: 2560px) {

    .layout-parts input,
    html {
        font: 400 12px/1.4 'Open Sans', sans-serif
    }
}

@media (min-width: 2561px) {

    .layout-parts input,
    html {
        font: 400 14px/1.4 'Open Sans', sans-serif
    }
}

.layout-parts.second-header ._styling-h5 {
    color: #222222;
    margin: 0;
    padding: 0;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.4em
}
.layout-parts:not(.second-header) ._styling-h5 {
    color: #002873;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4em
}

.layout-parts a,
.layout-parts a:link,
.layout-parts a:visited {
    color: #0E97C2;
    text-decoration: underline;
    cursor: pointer
}

.layout-parts a:active,
.layout-parts a:hover {
    color: #0E97C2;
    text-decoration: underline
}

.layout-parts:not(.second-header) input {
    padding: .3em;
    width: 100%;
    background: #fff;
    color: #222222;
    display: inline-block;
}
.layout-parts.second-header input {
    padding: .3em;
    width: 100%;
    border: 1px solid #c6d7f5;
    padding: .3rem;
    background: #fff;
    color: #002873;
    display: inline-block
}

.layout-parts.second-header input::-moz-placeholder {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    opacity: 1
}
.layout-parts:not(.second-header) input {
    padding: .3em;
    width: 100%;
    border: 1px solid #c6d7f5;
    padding: .3rem;
    background: #fff;
    color: #002873;
    display: inline-block
}

.layout-parts input::-ms-input-placeholder,
.layout-parts input::placeholder,
.layout-parts input::-webkit-input-placeholder {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.layout-parts input[type=checkbox] {
    width: auto;
    border: 0
}

/*Back to header ???*/
body,
html {
    min-width: 320px
}

@media (min-width: 320px) {

    body,
    html {
        overflow-x: hidden
    }
}

.layout-parts.second-header .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
}
.layout-parts:not(.second-header) .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 768px) {
    .layout-parts.second-header .container {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }
    .layout-parts:not(.second-header):not(footer) .container {
        width: 738px
    }
}

@media (min-width: 1143px) {
    .layout-parts.second-header .container {
        max-width: 1248px;
        padding: 0 16px;
        width: 100%;
    }

    footer.layout-parts .container {
        max-width: 1280px;
        margin: 0 auto;
    }
    .layout-parts:not(.second-header):not(footer) .container {
        width: 1126px
    }
}
@media (min-width:2561px) {
    .layout-parts:not(.second-header):not(footer) .container {
        width: 1150px
    }
}
.layout-parts.second-header .section_header .title-image {
    position: relative;
    padding-right: 5px
}

@media (min-width:1143px) {
    .layout-parts:not(.second-header) .section_header .title-image {
        float: left;
        width: 25%
    }
}

@media (max-width: 1142px) {
    .layout-parts.second-header .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 738px
    }
}

@media all and (min-width: 768px) {
    footer.layout-parts .block-wrapper.no-columns.block-wrapper-style_quickLinks .container {
        padding: 64px 56px 72px;
    }
}

@media all and (max-width: 767px) {
    footer.layout-parts .block-wrapper.no-columns.block-wrapper-style_quickLinks .container {
        padding: 48px 16px 60px;
    }

    .layout-parts .section_quickLinks .qlItem > li:nth-of-type(1) {
        margin-bottom: 0;
    }
}

.layout-parts [data-tooltip] {
    cursor: help
}


.layout-parts .block-wrapper-style_header {
    background: #002873
}

@media (min-width: 1143px) {
    .layout-parts .block-wrapper-style_header:not(.booking) {
        border-bottom: 39px solid #0d1f5b
    }
}

.layout-parts .section_header {
    position: relative
}

.layout-parts .section_header .title-image {
    float: left;
    width: 60%;
    padding-top: .45em;
    z-index: 1;
    padding-left: 0
}

.layout-parts .section_header .title-image .load-wrapper {
    max-width: 16em
}

.layout-parts.second-header .section_header .title-image .load-wrapper > a {
    display: block;
    overflow: hidden;
    width: 139px;
    min-width: 139px;
}

.layout-parts.second-header .section_header .title-image img {
    width: 139px;
}

@media (min-width: 768px) {
    .layout-parts.second-header .section_header .title-image {
        padding: .5em 0 .25em
    }
}

@media (max-width: 767px) {
    .layout-parts .section_header .title-image {
        min-height: 4em;
        clear: both;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1143px) {
    .layout-parts:not(.second-header) .section_header .title-image {
        width: 22%;
        padding: 1.5em 0 .5em
    }
    .layout-parts.second-header .section_header .title-image img {
        min-width: 139px;
        margin-left: 0px;
        padding-top: 0;
		margin-top: -3px;
    }
}

@media (min-width: 768px) {
    .layout-parts.second-header .section_header .title-image .load-wrapper > a {
        min-width: 139px;
    }
}


.layout-parts .sub-menu {
    position: absolute;
    left: 0;
    display: none;
    z-index: 999999;
    background: #fff;
    color: #222222;
    text-align: left;
    box-shadow: 0 3px 10px -6px rgba(0, 0, 0, .5);
}

@media screen and (min-width: 1143px) {

    .top-bar .menu-item-has-children .sub-menu,
    .top-bar2 .menu-item-has-children .sub-menu {
        opacity: 0;
        visibility: hidden;
        flex-direction: column;
        position: absolute;
        width: max-content;
        background: #fff;
        left: -52px;
        z-index: 9999;
        margin-top: 20px;
        transition: visible .5s, opacity .5s;
    }

    .layout-parts nav#navigation-main.top-bar2 .sub-menu {
        width: max-content;
        margin-top: 35px;
        padding: 1.5rem 2rem;
        border-radius: 5px;
    }

    #menu-main-menu ul.sub-menu:after {
        display: none;
    }

    #menu-main-menu ul.sub-menu:before {
        opacity: 0;
        content: " ";
        height: 60px;
        display: block;
        width: 100%;
        margin-top: -55px;
        position: absolute;
    }

    #menu-main-menu > .menu-item-has-children:after {
        content: '';
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 250ms ease;
        transition: transform 250ms ease;
    }

    #menu-main-menu > li:hover:after {
        -webkit-transform: scaleX(0.2);
        -moz-transform: scaleX(0.2);
        -ms-transform: scaleX(0.2);
        transform: scaleX(0.2);
    }
}

/*submenu styling for mobile devices*/
@media screen and (max-width: 1142px) {
    .sub-menu li.back-link-wrapper {
        display: none !important;
    }

    .menu-item-has-children.show-sub-menu > ul, .menu-item-has-children.show-sub-menu > ul, .menu-item-has-children.show-sub-menu > ul {
        max-height: 100vh !important;
        background: #fff !important;
    }

    .menu-item-has-children.show-sub-menu:after {
        transform: rotate(180deg);
    }

    .menu-item-has-children.show-sub-menu {
        font-weight: 700;
    }

    .layout-parts #navigation-main #menu-main-menu li .sub-menu {
        position: static;
        display: flex;
        flex-direction: column;
        box-shadow: none;
        width: 100%;
        height: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s;
        z-index: 1;
    }

    .layout-parts #navigation-main #menu-main-menu li .sub-menu:after {
        display: none;
    }
}

.layout-parts nav#navigation-main.top-bar2 .sub-menu li, .top-bar .sub-menu li,
.top-bar2 .sub-menu li {
    padding: 16px 16px 16px 32px;
}

.layout-parts nav#navigation-main.top-bar2 .sub-menu li:hover, .layout-parts nav#navigation-main.top-bar2 .sub-menu li:active, .layout-parts nav#navigation-main.top-bar-2 .sub-menu li:focus {
    background: #f5f5f5;
    color: #0E97C2;
}

.layout-parts nav#navigation-main .sub-menu li:hover > a,
.layout-parts nav#navigation-main .sub-menu li:active > a,
.layout-parts nav#navigation-main .sub-menu li:focus > a {
    color: #0E97C2;
}

@media screen and (max-width: 768px) {
    .layout-parts nav#navigation-main .sub-menu li, .top-bar .sub-menu li,
    .top-bar2 .sub-menu li {
        padding: 16px 16px 16px 64px;
    }
}

.layout-parts nav#navigation-main.top-bar2 .sub-menu li a,
.layout-parts nav#navigation-main.top-bar2 #menu-main-menu li .sub-menu li a {
    color: inherit;
    font: 400 14px/20px 'Open Sans';
}

.layout-parts nav#navigation-main {
    width: 100%;
    color: #fff;
    background: #002873;
    display: inline-block;
    padding-bottom: 5px
}

.layout-parts nav#navigation-main a {
    text-decoration: none;
    color: #fff
}

.layout-parts nav#navigation-main form:not(.mask-link) {
    height: 31px
}

.layout-parts.second-header nav#navigation-main ul {
    padding: 0;
}

.layout-parts:not(.second-header) nav#navigation-main ul {
    padding: 0 15px;
    -webkit-font-smoothing: antialiased;
}

.layout-parts.second-header nav#navigation-main.top-bar2 > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: center;
}

@media (min-width: 1143px) {
    .layout-parts nav#navigation-main {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .layout-parts nav#navigation-main > ul#menu-main-menu > li {
        margin-right: 32px;
    }

    .layout-parts nav#navigation-main.top-bar2 > ul > li:nth-child(n+6) .sub-menu {
        right: -70px
    }
}

@media (min-width: 1143px) and (min-width: 2561px) {
    .layout-parts nav#navigation-main > ul > li:nth-child(5) {
        position: initial
    }

    .layout-parts nav#navigation-main > ul > li:nth-child(5) .sub-menu {
        left: auto;
        right: 0
    }
}

.layout-parts .section_quickLinks .qlItem li label strong {
    color: #fff;
}

.layout-parts .toggle-sidebars,
.layout-parts section#navigation {
    position: relative
}

.layout-parts .toggle-sidebars .toggle-sidebar-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1rem;
}

/**.layout-parts .toggle-sidebars .toggle-sidebar-wrapper > * {
    position: relative;
    width: 200px;
    text-decoration: none;
    display: inline-block
}**/

.layout-parts .toggle-sidebars .toggle-sidebar-wrapper .phone {
    background: #002873;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 2rem;
    text-align: center;
    border-radius: .2em;
    margin-left: .25em;
}

.layout-parts .close-main-menu .label,
.layout-parts .toggle-sidebars .open-main-navigation .label {
    display: none
}

footer.layout-parts #quickLinks .qlItem li:nth-of-type(2) ul {
    flex-direction: column;
    gap: 10.86px;
}

footer.layout-parts #quickLinks .qlItem {
    display: flex;
    flex-direction: column;
}
@media all and (max-width: 767px) {
    footer.layout-parts #quickLinks .qlItem {
        align-items: center;
    }
}

footer.layout-parts #quickLinks .social.qlItem {
    display: none
}

@media (min-width: 1143px) {
    .layout-parts .toggle-sidebars {
        display: none
    }
}

.layout-parts .close-main-menu {
    background: #002873;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 2rem;
    text-align: center;
    border-radius: .2em;
    margin: 5px 5px 5px auto
}

.layout-parts.second-header .close-main-menu:before {
    content: "" !important;
}
.layout-parts:not(.second-header) .close-main-menu:before {
    font-size: .8em;
    font-family: aiduicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f129";
}

@media (min-width: 1143px) {
    .layout-parts .close-main-menu {
        display: none
    }
}

@media (max-width: 1142px) {
    .layout-parts.second-header section#navigation {
        background: #002873;
        font-size: 14.4px;
        position: fixed;
        z-index: 999999;
        right: -107%;
        top: 0;
        height: 100%;
        width: calc(100% - 48px);
        max-width: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 0 2px rgba(0, 0, 0, .4)
    }

    .layout-parts #toggle-navigationMain:checked ~ section#navigation {
        right: 0
    }

    .layout-parts section#navigation nav#navigation-main a {
        color: #fff
    }
}

@media (min-width: 1143px) {
    .layout-parts section#navigation {
        float: left;
        width: 100%;
        padding: 0
    }
}

.layout-parts .block-wrapper-style_trust {
    display: none;
}

.layout-parts .section_trust .trust {
    color: #fff;
    width: 250px;
    margin: 0 auto 2em;
    display: none;
}

/* 10x Footer Fix */


.layout-parts .section_trust .trust:first-child {
    margin: 1em auto 2em
}

.layout-parts .section_trust .trust.trust-pci .icon {
    background-position: 10px 0;
    height: 60px;
    margin: .25em 0 0;
    background-size: 60px
}

.layout-parts .section_trust .trust.trust-ssl .icon {
    text-align: center
}

.layout-parts .section_trust .trust.trust-ssl .icon:before {
    font-size: 4em
}

.layout-parts .section_trust .trust.trust-ngg .icon {
    text-align: right;
    height: 50px;
    width: 80px;
    margin-top: .25em
}

.layout-parts .section_trust .trust.trust-drv .icon {
    background-size: contain;
    background-position: 0 6px;
    height: 70px
}

.layout-parts .section_trust .headline {
    display: block;
    margin: 0 1em .5em 0;
    color: #d0d0d0
}

.layout-parts .section_trust .content {
    display: -ms-flexbox;
    display: flex
}

.layout-parts .section_trust .icon {
    background-repeat: no-repeat;
    display: inline-table;
    width: 80px
}

.layout-parts .section_trust .info {
    width: calc(100% - 70px);
    margin-left: 10px
}

@media (min-width: 560px) and (max-width: 1142px) {

    .layout-parts .section_trust .trust,
    .layout-parts .section_trust .trust:first-child {
        float: left;
        width: 240px;
        margin: 0 calc((50% - 240px) / 2);
        padding: 0 0 2em
    }
}

@media (min-width: 1143px) {

    .layout-parts .section_trust .list.trust-elements-4 .trust,
    .layout-parts .section_trust .list.trust-elements-4 .trust:first-child {
        width: 25%;
        display: none;
    }

    .layout-parts .section_trust .trust,
    .layout-parts .section_trust .trust:first-child {
        float: left;
        width: 20%;
        margin: 0
    }

    .layout-parts .section_trust .trust.trust-ssl .icon,
    .layout-parts .section_trust .trust:first-child.trust-ssl .icon {
        width: 50px
    }

    .layout-parts .section_trust .content {
        width: 100%;
        padding: 0 20px 0 0
    }

    .layout-parts .section_trust .info {
        width: calc(100% - 90px)
    }
}

.layout-parts .block-wrapper-style_quickLinks {
    background: #002873;
    text-align: center;
}

@media all and (max-width: 1142px) {
    .layout-parts .block-wrapper-style_quickLinks, .layout-parts .block-wrapper-style_quickLinks .container {
        width: 100%;
        max-width: 100%;
    }
}

.layout-parts .section_quickLinks {
    color: #fff;
    display: flex;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

@media all and (max-width: 767px) {
    .layout-parts .section_quickLinks {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}

.layout-parts .section_quickLinks .qlItem li > strong {
    padding: 0;
    display: none
}

.layout-parts .section_quickLinks .qlItem .quicklinks-tab-box:checked ~ li svg {
    transform: rotate(0deg);
}

.layout-parts .section_quickLinks .qlItem li label {
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.layout-parts .section_quickLinks .qlItem li label svg {
    transform: rotate(180deg);
}

.layout-parts .section_quickLinks .qlItem li ul li form button {
    background: 0 0;
    border: 0;
    padding: 0;
    font-size: 1em;
    cursor: pointer;
    color: #fff;
    text-align: center
}

.layout-parts .section_quickLinks .qlItem li ul li form button:hover {
    text-decoration: underline
}

.layout-parts .section_quickLinks .qlItem li ul li form button:focus {
    outline: 0
}

@media (min-width: 768px) {
    .layout-parts .section_quickLinks .qlItem li label {
        display: none
    }

    .layout-parts .section_quickLinks .qlItem li label:after {
        content: ''
    }

    .layout-parts .section_quickLinks .qlItem li ul,
    .layout-parts .section_quickLinks .qlItem li > strong {
        display: block
    }
}

@media (min-width: 1143px) {

    .layout-parts .section_quickLinks .qlItem li li,
    .layout-parts .section_quickLinks .qlItem li ul li form button,
    .layout-parts .section_quickLinks .qlItem li > strong {
        text-align: left
    }
}

@media all and (min-width: 768px) {
    .layout-parts .section_quickLinks .qlItem > li:nth-of-type(1) {
        padding: 0;
        margin-bottom: 20px;
    }
}

.layout-parts .section_quickLinks .qlItem:last-child > li:nth-of-type(1) {
    border-bottom: none
}

@media (min-width: 768px) {
    .layout-parts .section_quickLinks .qlItem {
        width: max-content;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .layout-parts .section_quickLinks .qlItem {
        width: 50%;
        /* 10x Footer Fix */
        min-height: 250px;
    }

    .layout-parts .section_quickLinks .qlItem > li:nth-of-type(1) {
        border-bottom: none
    }
}

@media (min-width: 1143px) {
    .layout-parts .section_quickLinks .qlItem {
        width: max-content;
    }
}

.layout-parts .block-wrapper-style_copy {
    background: #0b2658;
    min-height: 56px;
}

.layout-parts .section_copy {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    max-width: 220px;
    margin: 0 auto 0 auto;
    line-height: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    grid-column: 2;
}

.layout-parts .section_copy a {
    color: #fff
}

@media (min-width: 470px) {
    .layout-parts .section_copy .imprint {
        display: none
    }
}

/*button im header*/

.layout-parts.second-header nav#navigation-main.top-bar2 ul.main-menu-ul-right > li {
    background: #ff8f16;
    border-radius: 4px;
    padding: 10px 16px;
}
.layout-parts.second-header nav#navigation-main.top-bar2 ul.main-menu-ul-right > li#menu-item-71863 > a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 959px) {
    .back-to-top, .page-template a.back-to-top {
        right: 24px;
		bottom: 1.5rem;
    }
}
@media (max-width: 639px) {
    .back-to-top, .page-template a.back-to-top {
        bottom: 3rem;
    }
}