@font-face {
    font-family: 'avenir-book';
    font-style: normal;
    src: url("/font/avenir-book.woff2") format("woff2"), url("/font/avenir-book.woff") format("woff"), url("/font/avenir-book.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'avenir-roman';
    font-style: normal;
    src: url("/font/avenir-roman.woff2") format("woff2"), url("/font/avenir-roman.woff") format("woff"), url("/font/avenir-roman.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'avenir-medium';
    font-style: normal;
    src: url("/font/avenir-medium.woff2") format("woff2"), url("/font/avenir-medium.woff") format("woff"), url("/font/avenir-medium.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'avenir-heavy';
    font-style: normal;
    src: url("/font/avenir-heavy.woff2") format("woff2"), url("/font/avenir-heavy.woff") format("woff"), url("/font/avenir-heavy.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'avenir-black';
    font-style: normal;
    src: url("/font/avenir-black.eot?#iefix") format("embedded-opentype"), url("/font/avenir-black.woff2") format("woff2"), url("/font/avenir-black.woff") format("woff"), url("/font/avenir-black.ttf") format("truetype");
    font-display: swap
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

span.denise {
    color: red;
    border-bottom: solid 4px red
}

sup.tt-none {
    text-transform: none
}

.pb2 {
    padding-bottom: 20px
}

.relative {
    position: relative
}

.red-bg {
    background-color: red;
    color: white;
    padding: 0 5px;
    font-family: "avenir-black", "lucida-sans", sans-serif
}

.srt,
.form__label--hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.mt0 {
    margin-top: 0rem
}

.mb1 {
    margin-bottom: .3rem
}

.mb2 {
    margin-bottom: 1rem
}

.mb3 {
    margin-bottom: 2rem
}

.mb4 {
    margin-bottom: 3.5625rem
}

.mb5 {
    margin-bottom: 4.5rem
}

.mt4 {
    margin-top: 3.5625rem
}

a[href*=mydomain] {
    font-weight: bold
}

.centered,
.grid {
    float: none;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 769px) {
    [class^="grid__col--"].content-margin-x {
        margin: 0 auto;
        float: none
    }
}

.center-align {
    text-align: center
}

[class^="btn--"],
.panel--padded--centered,
.panel--centered {
    text-align: center
}

.right-align {
    text-align: right
}

.left-align {
    text-align: left
}

.justify-align {
    text-align: justify
}

.centered,
.grid {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.center-margin {
    margin: 0 auto
}

hr {
    display: block;
    height: 1px;
    margin: 64px;
    border: none;
    background-color: black
}

.icn--nav-toggle:before {
    display: block;
    content: '';
    position: absolute
}

.centered,
.grid {
    float: none;
    margin-left: auto;
    margin-right: auto
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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.5rem
}

sub {
    bottom: -0.25rem
}

img {
    border: 0
}

li {
    list-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0
}

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

figure {
    margin: 0rem 0px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35rem 0.625rem 0.75rem
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

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

body {
    color: #3e4d54;
    font-size: 24px;
    font-size: 1.5rem;
    right: 0;
    top: 20px;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    line-height: 1.3333333333
}

@media only screen and (min-width: 1210px) {
    #desktop-line-break {
        display: block
    }
}

.figcaption.uppercase {
    text-transform: uppercase
}

@media (min-width: 1px) and (max-width: 768px) {
    .figcaption.uppercase {
        font-size: 13px;
        font-size: .8125rem
    }
}

.header-img .figcaption.uppercase {
    text-transform: uppercase
}

@media (min-width: 1px) and (max-width: 768px) {
    .header-img .figcaption.uppercase {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.icon-content .iconbox h3.figcaption {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1.5px;
    font-family: "avenir-black", "lucida-sans", sans-serif
}

@media (min-width: 1px) and (max-width: 768px) {
    .icon-content .iconbox h3.figcaption {
        margin-top: 70px;
        margin-bottom: 20px
    }
}

.iconbox h2 {
    padding-bottom: 20px
}

.iconbox .grid__col--3 {
    margin-top: 50px
}

.service-link h4 {
    margin: 10px 0
}

h4 {
    color: #0062a3;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    font-size: 14px;
    font-size: .875rem
}

h4.link-a {
    margin: 0.7em 0
}

@media (min-width: 1px) and (max-width: 768px) {
    h4.link-a {
        margin: 0.8em 0
    }
}

.footer h4 {
    color: white
}

.footer .jutu {
    position: absolute;
    bottom: 6px
}

.footer .jutu h5 {
    color: white;
    letter-spacing: .4px;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    font-size: 14px;
    font-size: .875rem;
    padding: 0;
    margin: 0
}

.footer .jutu h5 a {
    color: white
}

a {
    color: #3e4d54;
    text-decoration: none;
    font-family: "avenir-book", "lucida-sans", sans-serif
}

p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    color: #3e4d54
}

@media (min-width: 1px) and (max-width: 768px) {
    p {
        font-size: 17px;
        font-size: 1.0625rem;
        text-align: left;
        line-height: 1.7
    }
}

.imprint h1 {
    font-size: 1.5rem;
    padding: 20px 0;
    color: #3e4d54
}

.imprint h2 {
    font-size: 1rem;
    padding: 20px 0 0 0;
    color: #3e4d54
}

.imprint h3 {
    font-size: 1rem;
    padding: 10px 0 0 0;
    color: #3e4d54
}

.imprint p {
    font-family: "avenir-book", "lucida-sans", sans-serif;
    line-height: 1.5em;
    font-size: 0.7em;
    padding: 0 0 30px 0;
    color: #3e4d54
}

.imprint ul.index {
    padding-top: 0.5em
}

.imprint li {
    font-size: 0.8181818182em;
    line-height: 30px;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    padding-bottom: 7px;
    color: #3e4d54;
    text-transform: none
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase
}

img {
    width: 100%;
    height: auto
}

input,
textarea {
    display: block;
    padding: 15px;
    width: 100%;
    outline: 0;
    border: 0
}

input:focus,
textarea:focus {
    transition: .3s
}

button {
    outline: 0
}

footer {
    border-top: 1px solid #ebecec
}

footer p {
    font-size: .6666666667rem;
    margin-top: 1.375rem
}

.panel--centered,
.panel {
    padding-top: 1.3333333333rem
}

@media (min-width: 769px) {

    .panel--centered,
    .panel {
        padding-bottom: 1rem
    }
}

@media (min-width: 769px) {

    .panel--padded--centered,
    .panel--padded {
        margin-top: 9vh
    }
}

.t-margin {
    margin-top: 5vh
}

.padding-b {
    padding-bottom: 70px;
    padding-top: 35px
}

.icon-content-2 .padding-b {
    padding-bottom: 10px;
    padding-top: 70px
}

.grid {
    width: 95%
}

@media (min-width: 1px) and (max-width: 768px) {
    .grid {
        width: 100%
    }
}

[class*="grid__col--"]>.grid {
    width: 100%
}

@media (min-width: 1146px) {
    .grid {
        max-width: 1550px
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .about-me .grid {
        width: 100%
    }
}

.grid.imprint {
    padding: 0 10px;
    overflow-wrap: break-word
}

@media (min-width: 769px) {
    .grid__col--1 {
        width: 6.5%
    }

    .grid__col--2 {
        width: 15%
    }

    .grid__col--3 {
        width: 23.5%
    }

    .grid__col--4 {
        width: 32%
    }

    .grid__col--5 {
        width: 40.5%
    }

    .grid__col--6 {
        width: 49%
    }

    .grid__col--7 {
        width: 57.5%
    }

    .grid__col--8 {
        width: 66%
    }

    .grid__col--9 {
        width: 74.5%
    }

    .grid__col--10 {
        width: 83%
    }

    .grid__col--11 {
        width: 91.5%
    }

    .grid__col--12 {
        width: 100%
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    [class^="grid__col--"] {
        margin-top: 0rem;
        margin-bottom: 0rem
    }
}

@media (min-width: 769px) {
    [class^="grid__col--"] {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }

    [class^="grid__col--"]+[class^="grid__col--"] {
        margin-left: 2%
    }
}

div.bg-grey:nth-child(1),
div.bg-grey:nth-child(2),
[class^="grid__col--"].bg-grey {
    padding: 0px;
    padding: 0px;
    background-color: #f0f8ff;
    background-color: #afd5f75c
}

.grid-container {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: auto;
    padding: 0px;
    position: absolute;
    width: 100%;
    z-index: -100
}

@media (min-width: 1px) and (max-width: 768px) {
    .iconbox .grid__col--4 section h3+h3 {
        margin-top: 60px
    }
}

.grid-item {
    height: 1.5rem;
    margin: 0px 0;
    text-align: center;
    font-size: 24px;
    color: black
}

.grid-item p {
    font-size: 24px;
    line-height: 32px
}

.grid-item:nth-child(odd) {
    background: #eee
}

.grid-item:nth-child(even) {
    background: #bbb
}

#faq {
    margin-top: 80px
}

.headline-primary--grouped,
.headline-primary,
h1 {
    color: #0062a3;
    font-size: 40px;
    font-size: 2.5rem
}

.headline-primary--grouped span.h1book,
.headline-primary span.h1book,
h1 span.h1book {
    font-size: 35px;
    font-size: 2.1875rem
}

@media (min-width: 1px) and (max-width: 768px) {

    .headline-primary--grouped,
    .headline-primary,
    h1 {
        font-size: 30px;
        font-size: 1.875rem
    }

    .headline-primary--grouped span.h1book,
    .headline-primary span.h1book,
    h1 span.h1book {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.headline-secondary--grouped,
.headline-secondary,
h2 {
    color: #0062a3;
    letter-spacing: .4px;
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.5
}

@media (min-width: 1px) and (max-width: 768px) {

    .headline-secondary--grouped,
    .headline-secondary,
    h2 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: 30px
    }
}

.headline-tertiary--grouped,
.headline-tertiary,
h3 {
    color: #0062a3;
    letter-spacing: .4px;
    margin-top: .4166666667rem;
    margin-bottom: 1.875rem;
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: uppercase;
    line-height: 1.5
}

.error.headline-tertiary--grouped,
.error.headline-tertiary,
h3.error {
    text-transform: none;
    color: #3e4d54
}

.small.headline-tertiary--grouped,
.small.headline-tertiary,
h3.small {
    margin: 0;
    font-size: 1rem;
    padding-bottom: 10px
}

@media (min-width: 1px) and (max-width: 768px) {

    .headline-tertiary--grouped,
    .headline-tertiary,
    h3 {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media (min-width: 769px) {

    .nav__item--current,
    .nav__item {
        display: inline-block;
        margin: 0 15px
    }

    .nav__item--current ul li,
    .nav__item ul li {
        padding: 5px
    }
}

@media (min-width: 769px) and (min-width: 769px) and (max-width: 953px) {

    .nav__item--current,
    .nav__item {
        margin: 0 8px
    }
}

@media (min-width: 769px) {
    li.drop-downmenu {
        position: relative;
        text-transform: uppercase
    }

    li.drop-downmenu .nav__item--current {
        padding: 0 0px;
        line-height: 2rem;
        text-align: left;
        background-color: #0062a3
    }

    li.drop-downmenu .nav__item--current a {
        border-top: 6px solid transparent
    }

    li.drop-downmenu li {
        display: block;
        padding-right: 10px;
        margin: 0 0;
        border-bottom: 1px solid #0062a3
    }

    li.drop-downmenu li:hover {
        background-color: #cbebff
    }

    li.drop-downmenu li a {
        color: #0b0b0b;
        text-align: left;
        width: 100%;
        display: block;
        padding-left: 8px;
        font-size: 18px;
        font-size: 1.125rem
    }

    li.drop-downmenu li.nav__item--current {
        border-top: 0px
    }

    li.drop-downmenu li.nav__item--current a {
        color: white;
        text-transform: uppercase
    }
}

@media (min-width: 769px) {
    li.drop-downmenu ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0;
        list-style: none
    }

    li.drop-downmenu:hover ul.klima {
        display: block;
        z-index: 100;
        height: 175px;
        left: -7px;
        width: 353px
    }

    li.drop-downmenu:hover ul.kaelte {
        display: block;
        z-index: 100;
        height: 175px;
        left: -7px;
        width: 287px
    }
}

.nav__item--current a,
.nav__item a {
    font-family: "avenir-book", "lucida-sans", sans-serif;
    text-align: center;
    font-size: 19px;
    font-size: 1.1875rem;
    display: block;
    color: #7a7a7a
}

@media (min-width: 1px) and (max-width: 768px) {

    .nav__item--current a,
    .nav__item a {
        font-size: 16px;
        font-size: 1rem;
        border-bottom-color: #0062a3;
        padding-top: .3333333333rem;
        padding-bottom: .3333333333rem
    }
}

@media (min-width: 953px) and (max-width: 1157px) {

    .nav__item--current a,
    .nav__item a {
        font-size: 16px
    }

    .nav__item--current a .nav__item--current,
    .nav__item a .nav__item--current,
    .nav__item--current a .nav__item,
    .nav__item a .nav__item {
        display: inline-block;
        margin: 0 8px
    }
}

@media (min-width: 769px) and (max-width: 953px) {

    .nav__item--current a,
    .nav__item a {
        font-size: 16px
    }

    .nav__item--current a .nav__item--current,
    .nav__item a .nav__item--current,
    .nav__item--current a .nav__item,
    .nav__item a .nav__item {
        display: inline-block;
        margin: 0 10px
    }
}

.nav__item a:hover {
    border-color: #cbebff
}

[class^="btn--"],
.form__btn {
    padding: 15px 30px;
    border: 0;
    border-radius: .4em;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    transition: opacity .3s;
    display: block
}

[class^="btn--"]:hover,
.form__btn:hover {
    opacity: .75
}

[class^="btn--"]:active,
.form__btn:active {
    opacity: initial
}

.icn--nav-toggle {
    line-height: 0;
    cursor: pointer
}

.headline-primary {
    margin-top: 6.875rem;
    margin-bottom: 3.3333333333rem;
    padding: 0;
    font-family: "avenir-black", "lucida-sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.5
}

.headline-primary .h1book {
    font-family: "avenir-book", "lucida-sans", sans-serif;
    font-size: 36px
}

@media (min-width: 1px) and (max-width: 768px) {
    .headline-primary {
        margin-top: 90px;
        margin-bottom: 50px;
        line-height: 1.3;
        letter-spacing: 1.3px
    }
}

.headline-primary--grouped {
    margin-bottom: 0
}

.headline-secondary {
    margin-top: 2.2083333333rem;
    margin-bottom: 1.6666666667rem
}

.headline-secondary.mt0 {
    margin-top: 0px
}

.headline-secondary.textphone {
    margin: 0;
    padding: 27px 3px 37px 3px
}

.headline-secondary.top {
    margin-top: 6.25rem;
    margin-bottom: .4166666667rem
}

.headline-secondary--grouped {
    margin-top: .4166666667rem;
    margin-bottom: 2.25rem
}

@media (min-width: 1px) and (max-width: 768px) {
    .headline-secondary.top {
        margin-top: 5rem;
        margin-bottom: 1.25rem
    }
}

.headline-tertiary--grouped {
    margin-top: .4166666667rem;
    margin-bottom: 2.25rem
}

section.impressum p,
section.impressum ul {
    font-size: 70%;
    line-height: 31px
}

section.impressum h2 {
    margin-top: 2em;
    font-size: 80%;
    margin-bottom: 0rem
}

.form__label {
    display: block;
    margin-bottom: .4166666667rem
}

.form__input {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.1111111111rem;
    border-bottom: 6px solid #d6d7d9;
    border-radius: .4em;
    background: #ebecec;
    color: #000;
    font-family: "avenir-book", "lucida-sans", sans-serif
}

.form__input:focus {
    border-color: #52bab3
}

.form__btn {
    background: #52bab3
}

.btn--default {
    background-color: #52bab3
}

.btn--success {
    background-color: #5ece7f
}

.btn--error {
    background-color: #e67478
}

.btn--warning {
    background-color: #ff784f
}

.btn--info {
    background-color: #9279c3
}

[class^="btn--"] {
    margin-bottom: 1.5rem
}

@media (min-width: 1px) and (max-width: 768px) {
    [class^="btn--"] {
        width: 100%
    }
}

@media (min-width: 769px) {
    [class^="btn--"] {
        width: auto;
        display: inline-block
    }

    [class^="btn--"]+[class^="btn--"] {
        margin-left: 20px
    }
}

.nav {
    margin-top: -11px;
    margin-bottom: .5416666667rem
}

@media (min-width: 1px) and (max-width: 768px) {
    .nav {
        margin-top: 0px;
        background-color: rgba(255, 255, 255, 0.8);
        transition: all 0.5s ease;
        margin-bottom: 0rem
    }
}

.nav__item a {
    color: #7a7a7a
}

.nav__item--current a {
    color: #83a4b8;
    text-transform: uppercase
}

li.nav__item:last-child a {
    border-bottom: 0
}

.nav .is-collapsed-mobile {
    text-align: right
}

@media (min-width: 769px) {
    nav {
        text-align: right;
        margin-top: -40px
    }
}

@media (min-width: 769px) and (min-width: 769px) {
    nav {
        margin-top: 0px
    }
}

[class^="grid__col--12"].menu {
    margin-top: 0;
    margin-bottom: 0
}

.icn--nav-toggle {
    width: 25px;
    height: 17px;
    position: absolute;
    top: 120px;
    right: 6%;
    border-top: solid 3px #797e83;
    border-bottom: solid 3px #797e83
}

@media (min-width: 1px) and (max-width: 768px) {
    .icn--nav-toggle {
        top: 73px
    }
}

.icn--nav-toggle:before {
    width: 25px;
    height: 3px;
    background: #999da1;
    top: 4px
}

.font-icon {
    position: relative
}

.font-icon .grid__col--12 {
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px
}

.font-icon ul {
    margin-top: 5px;
    padding: 0 20px
}

.font-icon li {
    display: inline-block
}

.font-icon li.en-icon {
    width: 38px;
    margin-right: 30px
}

@media (min-width: 1px) and (max-width: 768px) {
    .font-icon li.en-icon {
        margin-right: -20px
    }
}

.font-icon svg {
    background-color: transparent;
    margin-left: 8px
}

@media (min-width: 1px) and (max-width: 768px) {

    .font-icon li.mail.top,
    .font-icon li.phone,
    .font-icon li.whatsapp {
        display: none
    }

    .font-icon .en-icon {
        width: 35px
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .font-icon .grid__col--12 {
        top: 96px;
        right: 20px
    }

    svg#Ebene_1 {
        margin-right: 0px
    }
}

.download-icon {
    background-color: #0062a3;
    float: left;
    width: 74px;
    height: 95px
}

.download-icon svg {
    text-align: center;
    padding-left: 5px;
    padding-top: 5px
}

.icon-border .service-icon {
    justify-content: space-around
}

.icon-border .service-icon div {
    width: 50px
}

@media (min-width: 1px) and (max-width: 768px) {
    .icon-border .service-icon div {
        justify-content: space-around;
        width: 45px
    }
}

.bg-line {
    border-top: 2px solid #e7eef2
}

.bg-line img {
    width: 100%;
    height: 45px
}

.download li h2.headline-secondary {
    padding-left: 95px;
    margin-bottom: 2.9166666667rem
}

.item-download a {
    text-decoration: underline;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    font-family: "SourceSansPro-Regular", arial, sans-serif
}

.flex {
    display: flex
}

@media (min-width: 1px) and (max-width: 768px) {
    .sm-flex {
        display: flex
    }
}

@media (min-width: 769px) {
    .md-flex {
        display: flex
    }
}

@media (min-width: 1146px) {
    .lg-flex {
        display: flex
    }
}

.flex-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

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

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

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

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

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

.self-center {
    align-self: center
}

.self-baseline {
    align-self: baseline
}

.self-stretch {
    align-self: stretch
}

.justify-start {
    justify-content: flex-start
}

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

.justify-center {
    justify-content: center
}

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

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

.content-start {
    align-content: flex-start
}

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

.content-center {
    align-content: center
}

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

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

.content-stretch {
    align-content: stretch
}

.flex-auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}

.flex-none {
    flex: none
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-last {
    order: 99999
}

.l-header {
    margin-top: 0;
    border-top: 15px solid #0062a3;
    height: 10 0px
}

.l-header svg {
    margin-top: 22px;
    margin-left: .4166666667rem;
    width: 195px;
    height: 97px
}

@media (min-width: 1px) and (max-width: 768px) {
    .l-header {
        height: 99px
    }

    .l-header svg {
        margin-top: 4px
    }
}

header [class^="grid__col--3"] {
    position: absolute
}

@media (min-width: 1px) and (max-width: 768px) {
    header [class^="grid__col--3"] {
        position: static;
        margin: 0 auto;
        margin-top: 0px
    }
}

.svg-image {
    width: 255px;
    height: auto;
    margin-top: 10px;
    padding-left: 10;
    padding-right: 0
}

@media (min-width: 1px) and (max-width: 768px) {
    .svg-image {
        width: 220px;
        height: auto;
        margin-top: 0px;
        margin-left: 7px
    }
}

.navbar {
    position: relative
}

@media (min-width: 769px) {
    .navbar {
        margin-top: 2.25rem;
        margin-bottom: 0
    }
}

ul .nav__item:last-child {
    margin-right: 0
}

.navbar {
    position: relative
}

@media (min-width: 769px) {
    .navbar {
        margin-top: em(0px);
        margin-bottom: 0
    }

    .navbar a {
        text-decoration: none
    }
}

@media (min-width: 1px) and (max-width: 768px) {

    .menu1 .nav__item .call a,
    .nav__item .contact a {
        display: inline-block;
        text-decoration: none;
        font-family: font-family--primary;
        color: white;
        font-weight: normal;
        text-align: center;
        font-size: 14px;
        font-size: em(14px);
        display: block;
        padding: 0.3em;
        background-color: #0062a3;
        border-top: 2px solid white;
        border-bottom: 3px solid white
    }
}

.nav .nav__item--current.contact a {
    background-color: white;
    color: #0b0b0b;
    font-family: font-family--primary;
    border-bottom: 2px solid #0062a3;
    margin-bottom: 3px
}

@media (min-width: 769px) {
    .menu1 .nav__item.call {
        display: none
    }
}

.nav {
    margin-top: em(15px);
    margin-bottom: em(0px);
    letter-spacing: .4px
}

@media (min-width: 769px) {
    .nav {
        float: right
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .nav {
        margin-top: 0px;
        background-color: #3e4d54;
        text-align: center
    }
}

.nav__item a {
    color: #0b0b0b
}

.nav__item--current a {
    text-transform: uppercase;
    border-top: 6px solid #0062a3
}

@media (min-width: 1px) and (max-width: 768px) {
    .nav__item--current a {
        border-radius: 0px
    }
}

li.drop-downmenu ul.kaelte li.nav__item--current,
li.drop-downmenu ul.kaelte li.nav__item,
li.drop-downmenu ul.klima li.nav__item--current,
li.drop-downmenu ul.klima li.nav__item {
    border-bottom: 1px solid #0062a3
}

li.drop-downmenu ul.kaelte li.nav__item--current a,
li.drop-downmenu ul.kaelte li.nav__item a,
li.drop-downmenu ul.klima li.nav__item--current a,
li.drop-downmenu ul.klima li.nav__item a {
    border-top: 0px solid transparent
}

ul .nav__item:last-child {
    margin-right: 0
}

@media (min-width: 1px) and (max-width: 768px) {
    ul.nav-bg {
        background-color: #e7eef2
    }

    .menu1 {
        text-align: left
    }

    .menu1 ul {
        padding-left: 0
    }

    .menu1 ul li {
        border-bottom: 1px solid #0062a3
    }

    .menu1 ul li.nav__item--current {
        background-color: #0062a3
    }

    .menu1 ul li.nav__item--current a {
        text-transform: uppercase
    }

    .menu1 ul li.nav__item ul.kaelte,
    .menu1 ul li.nav__item ul.klima {
        background-color: #eff9ff
    }

    .menu1 ul li.nav__item ul.kaelte.nav__item--current,
    .menu1 ul li.nav__item ul.klima.nav__item--current {
        background-color: green
    }

    .menu1 ul li.nav__item ul.kaelte.nav__item--current a,
    .menu1 ul li.nav__item ul.klima.nav__item--current a {
        color: #cbebff
    }

    .menu1 ul li a {
        text-align: left;
        padding-left: 25px;
        text-transform: none;
        line-height: 27px
    }

    .menu1 .drop-downmenu {
        border-bottom: 0
    }

    .menu1 .drop-downmenu li {
        background-color: white
    }

    .hamburger1 {
        height: 30px;
        margin-bottom: 15px;
        margin-top: 25px;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        justify-items: center;
        z-index: 120
    }

    .hamburger1 div {
        background-color: #0062a3;
        position: relative;
        width: 35px;
        height: 3px;
        margin-top: 7px;
        transition: all 0.2s ease-in-out
    }

    #toggle1:checked+.hamburger1 .top {
        transform: rotate(-45deg);
        margin-top: 22.5px
    }

    #toggle1:checked+.hamburger1 .meat {
        transform: rotate(45deg);
        margin-top: -3px
    }

    #toggle1:checked+.hamburger1 .bottom {
        transform: scale(0)
    }

    #toggle1:checked~.menu1 {
        height: 651px
    }

    #toggle1 {
        display: none
    }

    .nav__item--current a {
        text-transform: uppercase;
        font-family: "avenir-book", "lucida-sans", sans-serif;
        color: #cbebff
    }

    .smart-menu .nav__item--current a {
        color: white;
        text-decoration: none
    }

    .smart-menu .nav__item--current.contact a {
        color: white;
        background-color: #0062a3;
        text-decoration: none
    }

    .grid.p-menu1 {
        height: 100%;
        width: 100%
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .nav__item--current.drop-downmenu li.nav__item a {
        text-transform: none;
        color: #0b0b0b
    }
}

@media (min-width: 1px) and (max-width: 768px) {

    ul.kaelte li,
    ul.klima li {
        padding-left: 30px
    }
}

@media (min-width: 769px) {
    .smart-menu {
        margin-top: 90px
    }

    .smart-menu a {
        color: black;
        text-decoration: none;
        text-transform: none
    }

    .smart-menu .grid.p-menu1 {
        position: relative;
        height: 45px;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        margin: auto
    }
}

.smart-menu .smart-menu .nav__item--current a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0062a3
}

.smart-menu .smart-menu .nav__item--current .grid.p-menu1 {
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%
}

.smart-menu .smart-menu .nav__item--current .grid.p-menu1 nav #navbar {
    position: absolute
}

.menu1 {
    width: 100%;
    background-color: white;
    margin: 0;
    display: grid;
    grid-template-rows: 1fr repeat(4, 0.5fr);
    padding: 0;
    list-style: none;
    clear: both;
    width: auto;
    text-align: right;
    height: 0px;
    overflow: hidden;
    transition: height .4s ease;
    z-index: 120;
    transition: all 0.3s ease
}

@media (min-width: 769px) {
    .menu1 {
        background-color: transparent;
        height: 251px;
        padding-top: 14px
    }
}

.menu1 ul {
    padding: 0
}

#navbar #toggle1 {
    display: none
}

.menu1 li a:first-child {
    margin-top: 0
}

.menu1 li a:last-child {
    margin-bottom: 0
}

li .link1 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: font-family--primary
}

li .link1:hover {
    background-color: #fff;
    color: black;
    transition: all 0.3s ease
}

ul.menu-icon-link {
    padding: 15px 0
}

ul.menu-icon-link .nav__item.call {
    display: inline-block;
    border-bottom: 0;
    width: 31%
}

ul.menu-icon-link .nav__item.call img {
    height: 30px;
    width: 21px;
    margin: 0
}

ul.menu-icon-link .nav__item.call a {
    display: block;
    border-bottom: 0
}

@media (min-width: 1px) and (max-width: 768px) {
    ul.menu-icon-link .contact-hidden {
        display: none
    }
}

ul.menu-icon-link .nav__item.contact {
    display: inline-block;
    border-bottom: 0;
    width: 31%;
    padding: 0
}

ul.menu-icon-link .nav__item.contact a {
    text-align: center;
    padding: 0
}

@media (min-width: 769px) {
    ul.menu-icon-link .nav__item.contact {
        display: none
    }
}

ul.menu-icon-link .nav__item.contact img {
    display: inline;
    height: 30px;
    margin: 0;
    padding: 0
}

ul.menu-icon-link .nav__item.call {
    display: inline-block;
    border-bottom: 0;
    width: 31%;
    padding: 0
}

@media (min-width: 769px) {
    ul.menu-icon-link .nav__item.call {
        display: none
    }
}

ul.menu-icon-link .nav__item.call img {
    height: 36px;
    width: 30px;
    margin: 0;
    padding: 0
}

ul.menu-icon-link .nav__item.call a {
    text-align: center;
    padding: 0
}

ul.menu-icon-link .nav__item.whatsapp {
    display: inline-block;
    width: 30%;
    border-bottom: 0;
    padding: 0
}

@media (min-width: 769px) {
    ul.menu-icon-link .nav__item.whatsapp {
        display: none
    }
}

ul.menu-icon-link .nav__item.whatsapp img {
    display: inline-block;
    height: 33px;
    margin: 0;
    padding: 0
}

ul.menu-icon-link .nav__item.whatsapp a {
    text-align: center;
    padding: 0
}

.footer {
    padding-top: 25px;
    padding-bottom: 50px;
    position: relative;
    box-shadow: inset 0 -36px 0 0 #054f7d
}

.footer [class^="grid__col--"] ul li {
    color: white;
    line-height: 1.75rem;
    font-size: .9166666667rem;
    text-transform: none;
    padding-left: 0;
    margin-bottom: 2px
}

.footer [class^="grid__col--"] ul li a {
    color: white;
    letter-spacing: 0.3px
}

@media (min-width: 1px) and (max-width: 768px) {
    .footer {
        box-shadow: inset 0 -50px 0 0 #054f7d
    }
}

.footer.bg {
    background-color: #0062a3
}

.footer [class^="grid__col--"] {
    padding-left: 0;
    padding-right: 0;
    color: white
}

@media (min-width: 1px) and (max-width: 768px) {
    .footer {
        padding-left: 20px
    }

    .footer [class^="grid__col--"] {
        margin-bottom: 30px
    }
}

.footer .icon-footer figure {
    height: 50px;
    margin-bottom: 17px
}

.footer .icon-footer figure li {
    display: block
}

.footer .icon-footer figure img {
    height: 55px
}

@media (min-width: 1px) and (max-width: 768px) {
    .footer .icon-footer ul {
        text-align: center
    }

    .footer .icon-footer ul li {
        display: inline-block;
        padding-right: 20px
    }

    .footer .icon-footer ul li img {
        height: 55px
    }
}

.logo-footer {
    flex: none;
    text-align: center;
    margin-bottom: 20px
}

.logo-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.logo-footer li {
    float: left;
    text-align: center;
    margin: 5px 10px
}

@media (min-width: 769px) {
    .logo-footer li.last {
        display: none
    }
}

.logo-footer figure {
    max-height: 100%;
    margin: 0 auto
}

.logo-footer img {
    width: auto;
    height: 55px
}

.logo-footer .last {
    padding-bottom: 20px
}

@media (min-width: 769px) {
    .logo-footer {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center
    }

    .logo-footer ul li {
        width: 100px;
        float: left;
        text-align: center;
        margin: 20px
    }
}

[class^="grid__col--"].copyright {
    position: relative;
    padding-left: 0
}

.copyright p {
    color: white;
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 60%;
    margin: 0;
    line-height: 2.3333333333rem
}

@media (min-width: 1px) and (max-width: 768px) {
    .copyright p {
        bottom: 7px
    }
}

.contact li {
    display: inline-block;
    font-size: 75%;
    color: #7B99C6;
    margin-right: .3333333333rem
}

@media (min-width: 1px) and (max-width: 768px) {

    .leadbox section.list,
    .leadbox section {
        text-align: center;
        padding-left: 0
    }

    .leadbox section.list p,
    .leadbox section p {
        text-align: center
    }
}

.content1 ul.link-site {
    font-family: "avenir-book", "lucida-sans", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #3e4d54;
    margin-bottom: 5px
}

.content1 ul.link-site li {
    line-height: 0em;
    padding: 0
}

.content1 ul.link-site li::before {
    background: none
}

.content1 ul.link-site li a {
    line-height: 0px
}

.content1 ul.link-site li h4 {
    line-height: 1.3em
}

.content1 ul.link-site li h4.link-a {
    margin: 0.5em 0
}

.content1 ul li,
.area ul li {
    font-family: "avenir-book", "lucida-sans", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #3e4d54;
    line-height: 2em;
    padding-left: 20px;
    position: relative
}

.leadbox li::before,
.content1 li::before {
    content: "• ";
    color: #3e4d54;
    padding-right: 6px
}

.leadbox li::before,
.content1 li::before {
    content: "";
    background: url(/img/flocke.png) 0 0 no-repeat;
    background-size: 30%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -20px;
    top: 8px
}

.iconbox ul li {
    font-family: "avenir-book", "lucida-sans", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: white;
    line-height: 2em;
    padding-left: 25px;
    position: relative
}

@media (min-width: 1px) and (max-width: 768px) {
    .iconbox ul li {
        padding-left: 5px
    }
}

.icon-content-2 .iconbox section ul li {
    font-family: "avenir-book", "lucida-sans", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #0b0b0b;
    line-height: 2em;
    padding-left: 25px;
    position: relative
}

.iconbox ul li::before {
    content: "";
    background: url(/img/flocke.png) 0 0 no-repeat;
    background-size: 30%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -20px;
    top: 10px
}

.accordion-item-body-content ul li.faqlist:before {
    content: "";
    background: url(/img/flocke.png) 0 0 no-repeat;
    background-size: 30%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -23px;
    margin-top: 5px
}

.iconbox ul li.item-download {
    color: white;
    font-size: 17px;
    font-size: 1.0625rem
}

.iconbox ul li.item-download::before {
    content: "";
    background: none
}

.iconbox ul li.item-download a {
    color: white;
    font-size: 17px;
    font-size: 1.0625rem
}

.advantage ul li::before {
    content: "";
    background: url(/ab/img/standort.png) 0 0 no-repeat;
    background-size: 30%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -20px;
    top: 6px
}

.about-me .grid__col--10 {
    display: flex;
    background-color: #cbebff;
    padding: 0
}

@media (min-width: 1px) and (max-width: 768px) {
    .about-me .grid__col--10 {
        display: block
    }
}

.about-me .grid__col--10 .content {
    padding-left: 30px;
    padding-bottom: 33px;
    padding-top: 20px;
    padding-right: 18px;
    text-align: left;
    background-color: #0062a3;
    color: white
}

.about-me .grid__col--10 .content h3 {
    margin: 0;
    padding-bottom: 20px;
    color: white;
    text-transform: none
}

.about-me .grid__col--10 .content p {
    line-height: 1.5;
    color: white;
    padding-top: 20px
}

.about-me .grid__col--10 .service-icon.content {
    flex-direction: column;
    justify-content: space-around;
    background-color: #83a4b8
}

.about-me .grid__col--10 .service-icon.content div {
    width: 35px
}

@media (min-width: 1px) and (max-width: 768px) {
    .about-me .grid__col--10 .service-icon.content div {
        width: 50px
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .about-me .grid__col--10 .service-icon.content {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding-bottom: 10px
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .about-me .grid__col--10 .leadbox {
        display: block
    }
}

.area p {
    padding-bottom: 3vw
}

.content1 {
    text-align: left;
    padding: 30px 48px 0 48px
}

.content1 figure img {
    display: block
}

@media (min-width: 1px) and (max-width: 768px) {
    .content1 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.content1 p {
    margin-bottom: 14px
}

.content1 ul {
    margin-bottom: 40px
}

.grid__col--6.bg-grey.col1-img {
    border-left: none
}

.content1.col1 {
    text-align: left;
    padding: 30px 48px 0 48px
}

.content1.col1 figure img {
    display: block
}

.content1.col1 h2.headline-secondary {
    margin-top: 0
}

@media (min-width: 1px) and (max-width: 768px) {
    .content1.col1 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.content1.col1 p {
    margin-bottom: 14px
}

@media (min-width: 1px) and (max-width: 768px) {
    .content1.col1 h3 {
        margin-bottom: 20px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.content1.col1 ul {
    margin-bottom: 20px
}

.content2 .arrow {
    color: #0062a3;
    font-family: "avenir-book", "lucida-sans", sans-serif
}

.content3 h2 {
    margin-bottom: 30px
}

.content3 [class^="grid__col--"] {
    padding-left: 0;
    padding-right: 0
}

.content3 li {
    height: 80px;
    line-height: 80px;
    color: white;
    background-color: #0062a3;
    text-transform: uppercase;
    margin-bottom: 26px
}

.icon-content {
    background-color: #0062a3
}

.icon-content h2,
.icon-content h3,
.icon-content p {
    color: white
}

.img--wrap {
    border: 1px solid #d6d7d9;
    padding: .5rem
}

.img--avatar {
    display: block;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem
}

@media (min-width: 769px) {
    .img--hero {
        margin-bottom: em(42px)
    }
}

.grid__col--6.daikin-img {
    position: relative
}

.grid__col--6.daikin-img figcaption {
    position: absolute;
    font-size: 0.5em;
    color: white;
    padding: 5px
}

.grid__col--6 img,
.header-img figure img {
    display: block
}

.bg-icon {
    position: absolute;
    z-index: -10;
    width: 25%;
    left: 26vw;
    top: 33vh;
    transition: transform 0.2s cubic-bezier(0, 0, 0, 5) 0s;
    will-change: transform;
    transform: translate3d(100px, 0px, 20vh)
}

@media (min-width: 1px) and (max-width: 768px) {
    .bg-icon {
        width: 65%;
        left: 0;
        top: 23vh
    }
}

.bg-icon2 {
    position: absolute;
    z-index: -10;
    width: 35%;
    left: 16vw;
    top: 28vh;
    transition: transform 0.5s cubic-bezier(0, 0, 0, 8) 0s;
    will-change: transform;
    transform: translate3d(0px, 0px, 50vh);
    transform: rotate(61deg)
}

@media (min-width: 1px) and (max-width: 768px) {
    .bg-icon2 {
        width: 65%;
        left: 0;
        top: 23vh
    }
}

.bg-icon3 {
    position: absolute;
    z-index: -10;
    width: 35vw;
    left: 35vw;
    top: -11vh;
    transition: transform 0.5s cubic-bezier(0.87, -0.09, 1, 1) 0s;
    will-change: transform;
    transform: translate3d(0px, 0px, 5px)
}

@media (min-width: 1px) and (max-width: 768px) {
    .bg-icon3 {
        width: 60vw;
        left: -100px;
        top: 2vh
    }
}

.logo-company {
    position: absolute;
    bottom: -10px;
    margin-left: 9%
}

@media (min-width: 1px) and (max-width: 768px) {
    .logo-company {
        margin-left: 10px;
        bottom: -48px
    }
}

.logo-company .logo-fig-head {
    display: inline-block;
    padding-left: 0
}

.main-img {
    padding-left: 0;
    padding-right: 0
}

.header-img {
    position: relative;
    z-index: -20;
    max-width: 2500px;
    margin: 0 auto
}

.header-img.imprint {
    filter: grayscale(100%)
}

.header-img [class^="grid__col--"] {
    padding-left: 0;
    padding-right: 0
}

.header-img [class^="grid__col--"] img {
    display: block
}

.header-img .header-link {
    position: absolute;
    right: 0
}

@media (min-width: 1425px) {
    .header-img .header-link {
        bottom: 30px
    }
}

@media (min-width: 1300px) and (max-width: 1425px) {
    .header-img .header-link {
        bottom: 27px
    }
}

@media (min-width: 1150px) and (max-width: 1299px) {
    .header-img .header-link {
        bottom: 26px
    }
}

@media (min-width: 950px) and (max-width: 1150px) {
    .header-img .header-link {
        bottom: 19px
    }
}

@media (min-width: 769px) and (max-width: 950px) {
    .header-img .header-link {
        bottom: 15px
    }
}

@media (min-width: 669px) and (max-width: 768px) {
    .header-img .header-link {
        bottom: 10px
    }
}

@media (min-width: 569px) and (max-width: 669px) {
    .header-img .header-link {
        bottom: 8px
    }
}

@media (min-width: 460px) and (max-width: 568px) {
    .header-img .header-link {
        bottom: 5px
    }
}

@media (min-width: 395px) and (max-width: 459px) {
    .header-img .header-link {
        bottom: 4px
    }
}

@media (min-width: 360px) and (max-width: 394px) {
    .header-img .header-link {
        bottom: 2px
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    .header-img .header-link {
        bottom: 0px
    }
}

.iconbox figure {
    width: 30px;
    margin: 0 auto
}

figure {
    position: relative
}

.header-img .headline,
.headline {
    text-align: right;
    line-height: 27px
}

.header-img .headline h3,
.headline h3 {
    bottom: -30px;
    text-align: right;
    display: block;
    height: 38px;
    background-color: #0062a3;
    line-height: 35px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    letter-spacing: 0.5px;
    margin: 0;
    right: 0
}

@media (min-width: 1px) and (max-width: 768px) {

    .header-img .headline h3,
    .headline h3 {
        height: 30px;
        line-height: 30px;
        padding-left: 0px
    }
}

.svg-footer {
    display: none
}

.accordion {
    margin: 0rem auto
}

.accordion-item {
    background-color: #e7eef2;
    background-color: #e7eef282;
    color: #111;
    margin-top: 1rem;
    border-radius: 0.1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25)
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    color: #0062a3
}

.accordion-item-header.active::after {
    content: "\2212"
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid #0062a3
}

.accordion-item-body-content ul {
    padding-left: 20px
}

.accordion-item-body-content ul li {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 31px;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    text-transform: none
}

.accordion-item h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #0062a3;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    text-align: left;
    text-transform: none
}

.accordion-item h3.faq-headline {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.45em;
    margin: 5px;
    text-align: left
}

.accordion-item-body p,
.accordion-item-body li.faqlist {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7;
    font-family: "avenir-book", "lucida-sans", sans-serif;
    text-align: left;
    padding-bottom: 15px;
    padding-left: 5px;
    color: #3e4d54
}

@media (min-width: 1px) and (max-width: 768px) {

    .accordion-item-body p,
    .accordion-item-body li.faqlist {
        font-size: 17px;
        font-size: 1.0625rem;
        text-align: left;
        line-height: 1.5;
        padding-bottom: 15px
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .is-displayed-mobile {
        display: inline-block
    }

    .is-hidden-mobile {
        display: none
    }
}

@media (min-width: 769px) {
    .is-displayed-mobile {
        display: none
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .is-collapsed-mobile {
        visibility: collapse;
        padding: 0;
        height: 0;
        margin: 0;
        line-height: 0;
        transition: all 0.0s
    }
}
/*# sourceMappingURL=application.css.map */