html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

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

html, body, button {
    font-family: "Rajdhani", sans-serif
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    background: #d9d9d9
}

button {
    cursor: pointer
}

strong {
    font-weight: 700
}

.container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    width: 1400px
}

img, svg {
    max-width: 100%
}

.btn {
    box-shadow: none;
    border: none;
    border-radius: 10px;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 260px
}

.btn.btn-secondary {
    background-color: #ffa200;
    color: #fff
}

.btn.btn-primary {
    background-color: #0094de;
    color: #fff
}

.btn.btn-bordered {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff
}

.section-title {
    color: #0094de;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .section-title {
        font-size: 36px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1024px) {
    .section-title {
        font-size: 48px;
        margin-bottom: 40px
    }
}

.section-title .icon {
    display: block;
    line-height: 24px;
    height: 24px;
    margin-top: 25px
}

.section-title .icon svg {
    fill: #ffa200;
    line-height: 24px;
    height: 24px;
    width: 46px
}

.section-text {
    font-size: 18px;
    line-height: 30px
}

@media screen and (min-width: 768px) {
    .section-text {
        font-size: 15px
    }
}

@media screen and (min-width: 1024px) {
    .section-text {
        font-size: 18px
    }
}

.section-text p {
    margin-bottom: 20px
}

.section-text h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery > .tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.page-header {
    border-top: 6px solid #ffa200;
    color: #fff;
    font-size: 14px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: background-color .3s ease-in-out;
    z-index: 5
}

@media screen and (min-width: 768px) {
    .page-header {
        font-size: 18px
    }
}

.page-header.scrolling {
    background-color: #0094de
}

.top-info {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .top-info {
        padding: 15px 20px
    }
}

.top-info .icon {
    align-items: center;
    display: none;
    height: 20px;
    justify-content: center;
    margin: 0 5px;
    width: 20px
}

@media screen and (min-width: 768px) {
    .top-info .icon {
        display: flex;
        margin: 0 10px 0 0
    }
}

.top-info svg {
    fill: #fff
}

.mail-info {
    align-items: center;
    display: flex
}

.right-info {
    align-items: center;
    display: flex
}

.phone-info {
    align-items: center;
    display: flex
}

.selected-country {
    appearance: none;
    align-items: center;
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    padding: 0
}

.selected-country::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 5px;
    margin-left: 4px;
    position: relative;
    top: -3px;
    transform: rotate(45deg);
    width: 5px
}

.country-selection {
    position: relative;
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .country-selection {
        margin-left: 70px
    }
}

.country-selection .icon {
    display: flex
}

.country-selection:hover .countries {
    display: block
}

.country-selection .countries {
    background-color: #0094de;
    display: none;
    list-style: none;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    right: 9px
}

.country-selection [href] {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

.main-navigation-wrapper {
    background-color: #fff
}

.main-navigation {
    display: flex;
    font-size: 12px;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 10px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .main-navigation {
        font-size: 18px;
        justify-content: flex-end;
        padding: 20px
    }
}

@media screen and (min-width: 1024px) {
    .main-navigation {
        padding: 30px 20px
    }
}

@media screen and (min-width: 1400px) {
    .main-navigation {
        padding: 41px 20px
    }
}

@media screen and (min-width: 768px) {
    .main-navigation .nav-item {
        margin-left: 73px
    }
}

.main-navigation [href] {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.banner-slider-wrapper {
    background: linear-gradient(#d9d9d9, #fff);
    color: #333;
    padding-bottom: 20px;
    position: relative
}

@media screen and (min-width: 768px) {
    .banner-slider-wrapper {
        color: #fff;
        padding-bottom: 0
    }
}

.banner-slider-wrapper .tns-controls {
    display: none
}

.banner-slider-wrapper .tns-nav {
    bottom: 0;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .banner-slider-wrapper .tns-nav {
        bottom: 100px;
        right: 20px;
        transform: translateX(0)
    }
}

@media screen and (min-width: 1024px) {
    .banner-slider-wrapper .tns-nav {
        bottom: 150px
    }
}

@media screen and (min-width: 1400px) {
    .banner-slider-wrapper .tns-nav {
        right: 50%;
        bottom: 241px;
        transform: translateX(680px)
    }
}

.banner-slider-wrapper .tns-nav button {
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    height: 7px;
    margin-left: 22px;
    opacity: .3;
    width: 65px
}

.banner-slider-wrapper .tns-nav button.tns-nav-active {
    opacity: 1
}

.banner-slider-wrapper .tns-nav button:first-child {
    margin: 0
}

.banner-slider-wrapper .tns-item {
    position: relative
}

.banner-slider-wrapper .slider-content {
    padding: 10px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .banner-slider-wrapper .slider-content {
        align-items: center;
        bottom: 0;
        display: flex;
        left: 0;
        padding: 20px;
        position: absolute;
        text-align: left;
        top: 30px;
        width: 100%;
        z-index: 1
    }
}

@media screen and (min-width: 1400px) {
    .banner-slider-wrapper .slider-content {
        top: 0;
        padding: 0 40px
    }
}

.banner-slider-wrapper .inner {
    width: 100%
}

.banner-slider-wrapper h2 {
    font-size: 24px
}

@media screen and (min-width: 768px) {
    .banner-slider-wrapper h2 {
        font-size: 32px
    }
}

@media screen and (min-width: 1024px) {
    .banner-slider-wrapper h2 {
        font-size: 40px
    }
}

@media screen and (min-width: 1400px) {
    .banner-slider-wrapper h2 {
        font-size: 60px;
        line-height: 1.1666666667
    }
}

.banner-slider-wrapper p {
    font-size: 16px;
    margin: 1.5em 0
}

@media screen and (min-width: 768px) {
    .banner-slider-wrapper p {
        font-size: 20px;
        width: 500px
    }
}

@media screen and (min-width: 1024px) {
    .banner-slider-wrapper p {
        font-size: 22px;
        max-width: 100%
    }
}

@media screen and (min-width: 1400px) {
    .banner-slider-wrapper p {
        font-size: 25px;
        margin: 7% 0;
        max-width: 100%;
        line-height: 1.32;
        width: 750px
    }
}

.about-us {
    background: linear-gradient(#fff, #d9d9d9)
}

@media screen and (min-width: 768px) {
    .about-us {
        padding: 0 20px
    }
}

@media screen and (min-width: 1400px) {
    .about-us {
        padding: 0 40px
    }
}

.about-us-content {
    background-color: #fff;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, .161);
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 50px;
    padding: 20px;
    border-radius: 16px
}

@media screen and (min-width: 768px) {
    .about-us-content {
        border-radius: 30px;
        margin: 0 0 -80px;
        padding: 30px;
        position: relative;
        top: -80px
    }
}

@media screen and (min-width: 1024px) {
    .about-us-content {
        align-items: center;
        margin: 0 0 -100px;
        padding: 40px;
        top: -100px
    }
}

@media screen and (min-width: 1400px) {
    .about-us-content {
        align-items: center;
        margin: 0;
        margin: 0 0 -160px;
        top: -160px
    }
}

.about-us-info {
    width: 100%
}

@media screen and (min-width: 768px) {
    .about-us-info {
        padding-right: 10px;
        max-width: 50%;
        width: 50%
    }
}

.about-us-graphic {
    text-align: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .about-us-graphic {
        padding-left: 10px;
        text-align: right;
        max-width: 50%;
        width: 50%
    }
}

.services {
    background: linear-gradient(#d9d9d9, #fff);
    text-align: center;
    padding-bottom: 50px
}

@media screen and (min-width: 768px) {
    .services {
        margin-top: 50px
    }
}

@media screen and (min-width: 1400px) {
    .services {
        background: linear-gradient(#d9d9d9, #d9d9d9 53%, #fff 53%);
        margin-top: 90px;
        padding-bottom: 90px
    }
}

.list-of-services {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

@media screen and (min-width: 768px) {
    .list-of-services {
        padding: 0 10px
    }
}

@media screen and (min-width: 1400px) {
    .list-of-services {
        margin: 0 -10px
    }
}

.list-of-services .service {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .list-of-services .service {
        margin: 0 10px;
        width: calc(25% - 20px)
    }
}

@media screen and (min-width: 1400px) {
    .list-of-services .service {
        margin: 0 20px;
        width: calc(25% - 40px)
    }
}

.list-of-services .service-content {
    box-shadow: 0px 30px 40px rgba(0, 0, 0, .161);
    padding: 15px 20px 33px;
    border-radius: 0 0 20px 20px
}

.list-of-services .service-content h3{
   font-size: 18px;
}

.list-of-services h3 {
    font-size: 22px;
    line-height: 1.3636363636;
    margin-bottom: 23px;

}

.list-of-services h4 {
    font-size: 18px;
    line-height: 1.3636363636;
    margin-bottom: 23px;

}

@media screen and (min-width: 768px) {
    .list-of-services h3 {
        font-size: 18px;
        line-height: 1.5;
        height: 150px
    }

    .list-of-services h4 {
        font-size: 14px;
        line-height: 1.5;
        height: 150px
    }
}

@media screen and (min-width: 1024px) {
    .list-of-services h3 {
        font-size: 22px;
        line-height: 1.3636363636;
        margin-bottom: 23px
    }
    .list-of-services h4 {
        font-size: 18px;
        line-height: 1.3636363636;
        margin-bottom: 140px
    }
}

.list-of-services p {
    font-size: 18px;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .list-of-services p {
        font-size: 15px;
        line-height: 1.5
    }
}

@media screen and (min-width: 1024px) {
    .list-of-services p {
        font-size: 18px;
        line-height: 1.5
    }
}

.list-of-services img {
    width: 100%
}

.gallery {
    background: linear-gradient(#fff, #d9d9d9);
    text-align: center;
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .gallery {
        padding: 0 20px
    }
}

@media screen and (min-width: 1400px) {
    .gallery {
        padding: 0 33px;
        margin-bottom: 90px
    }
}

.gallery-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.gallery-nav button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0
}

.gallery-nav button.gallery-btn-next {
    padding-left: 25px
}

.gallery-nav button.gallery-btn-next svg {
    transform: rotate(180deg)
}

.gallery-nav button.gallery-bn-prev {
    padding-right: 25px
}

.gallery-nav button:hover svg {
    fill: #ffa200
}

.gallery-nav svg {
    fill: #333;
    height: 20px;
    width: 20px
}

.career {
    background: linear-gradient(#d9d9d9, #fff)
}

.career-content {
    border-top: 1px solid #bfbebe;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 50px 10px 0
}

@media screen and (min-width: 768px) {
    .career-content {
        padding: 50px 20px 0;
        margin-bottom: 130px
    }
}

@media screen and (min-width: 1400px) {
    .career-content {
        padding: 0 20px;
        padding-top: 90px;
        margin-bottom: 169px
    }
}

.careers-info {
    width: 100%
}

@media screen and (min-width: 768px) {
    .careers-info {
        padding-right: 10px;
        max-width: 50%;
        width: 50%
    }
}



.career-graphic {
    text-align: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .career-graphic {
        text-align: right;
        padding-left: 10px;
        max-width: 50%;
        width: 50%
    }
}

.impressum {
    background: linear-gradient(#d9d9d9, #fff)
}

.impressum-content {
    border-top: 1px solid #bfbebe;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 50px 10px 0
}

@media screen and (min-width: 768px) {
    .impressum-content {
        padding: 50px 20px 0;
        margin-bottom: 130px
    }
}

@media screen and (min-width: 1400px) {
    .impressum-content {
        padding: 0 20px;
        padding-top: 90px;
        margin-bottom: 169px
    }
}

.impressum-info {
    width: 100%;
    order: 1;
}

@media screen and (min-width: 768px) {
    .impressum-info {
        padding-right: 200px;
        padding-left: 100px;
        max-width: 50%;
        width: 50%;
        order: 2;
    }
}

.impressum-graphic {
    text-align: center;
    width: 100%;
    order: 2;
}

@media screen and (min-width: 768px) {
    .impressum-graphic {
        text-align: right;
        padding-left: 10px;
        max-width: 50%;
        width: 50%;
        order: 1;
    }
}

.technical-support {
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .technical-support {
        margin-bottom: 0;
        padding: 0 20px
    }
}

@media screen and (min-width: 1400px) {
    .technical-support {
        padding: 0 40px
    }
}

.technical-support .container {
    position: relative;
    z-index: 3
}

.technical-support-content {
    justify-content: space-between;
    align-items: center;
    background-color: #0094de;
    border-radius: 20px;
    color: #fff;
    padding: 22px 20px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .technical-support-content {
        display: flex;
        left: 0;
        padding: 22px 30px;
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        text-align: left;
        right: 0
    }
}

.technical-support-info {
    max-width: 848px;
    margin-bottom: 20px
}

.technical-support-info h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .technical-support-info h2 {
        font-size: 38px
    }
}

.technical-support-info p {
    line-height: 27px;
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .technical-support-info p {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    .technical-support-info p {
        font-size: 18px
    }
}

.technical-support-cta {
    text-align: center
}

@media screen and (min-width: 768px) {
    .technical-support-cta {
        text-align: right;
        margin-left: 20px
    }
}

.page-footer {
    background-color: #131313;
    border-bottom: 6px solid #ffa200;
    color: #fff;
    position: relative
}

.page-footer .footer-bg {
    background: transparent url("/images/fiber-optics-abstract-blur-bac_l.png") bottom right no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .2;
    mix-blend-mode: luminosity;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .page-footer {
        padding-top: 130px
    }
}

@media screen and (min-width: 1400px) {
    .page-footer {
        padding-top: 186px
    }
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 10px;
    position: relative;
    width: 100%;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .footer-top {
        padding: 0 20px 50px
    }
}

@media screen and (min-width: 1400px) {
    .footer-top {
        padding: 0 20px 90px
    }
}

.footer-contact-info {
    padding-bottom: 60px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .footer-contact-info {
        max-width: 50%;
        padding-bottom: 0;
        width: 50%
    }
}

.company-name {
    font-size: 30px;
    line-height: 36px
}

.address {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px
}

.contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 36px
}

.contact-info-list li
{
    align-items: center;
    display: flex
}

.contact-info-list .icon {
    height: 18px;
    margin-right: 20px;
    margin-top: -20px;
    width: 18px
}

.contact-info-list svg {
    fill: #ffa200;
    height: 18px
}

.footer-contact-form {
    width: 100%
}

@media screen and (min-width: 768px) {
    .footer-contact-form {
        max-width: 50%;
        width: 50%
    }
}

.footer-contact-form h3 {
    font-size: 30px
}

.footer-contact-form .highlight {
    color: #0094de
}

.footer-contact-form p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px
}

.footer-contact-form form {
    display: flex;
    margin: 0 -6px;
    flex-wrap: wrap
}

.footer-contact-form .form-group {
    padding: 0 6px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .footer-contact-form .form-group {
        max-width: 50%;
        padding: 0 6px;
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .footer-contact-form .form-group.full {
        max-width: 100%;
        width: 100%
    }
}

.footer-contact-form .form-group.submit {
    text-align: right
}

@media screen and (min-width: 768px) {
    .footer-contact-form .form-group.submit {
        max-width: 100%;
        width: 100%
    }
}

.footer-contact-form [type=text], .footer-contact-form [type=email], .footer-contact-form [type=tel] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    height: 52px;
    line-height: 36px;
    margin-bottom: 12px;
    padding: 0 24px;
    width: 100%
}

.footer-contact-form [type=text]::placeholder, .footer-contact-form [type=email]::placeholder, .footer-contact-form [type=tel]::placeholder {
    color: #fff
}

.footer-contact-form textarea {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    height: 110px;
    line-height: 36px;
    margin-bottom: 12px;
    padding: 8px 24px;
    resize: none;
    width: 100%
}

.footer-contact-form textarea::placeholder {
    color: #fff
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .footer-bottom {
        padding: 20px;
        flex-wrap: nowrap;
        justify-content: space-between;
        text-align: left
    }
}

@media screen and (min-width: 1400px) {
    .footer-bottom {
        padding: 20px 0;
        flex: 1;
        margin: 0 20px;
        width: auto
    }
}

.copyright {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .copyright {
        line-height: 36px;
        margin-bottom: 0;
        width: auto
    }
}

.social-icons {
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .social-icons {
        margin: 0
    }
}

.social-icon-links-list {
    display: flex
}

.social-icon-links-list li {
    margin: 0 10px 0 10px
}

@media screen and (min-width: 768px) {
    .social-icon-links-list li {
        margin: 0 0 0 20px
    }
}

.social-icon-links-list [href] {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 43px;
    justify-content: center;
    width: 43px
}

.social-icon-links-list [href]:hover {
    background-color: #ffa200;
    border-color: #ffa200
}

.social-icon-links-list [href]:hover svg {
    fill: #333
}

.social-icon-links-list .icon {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.social-icon-links-list svg {
    max-height: 20px;
    fill: #fff
}

.logo {

    height: 100px;
    padding: 15px;
}

.country {
    font-size: 20px;
    font-weight: 300;
    padding: 5px;
}

.width-100 {
    width: 100%;
}



.cookies {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,.9);
    border-top: 1px solid #ccc;
    padding: 40px 250px 30px 50px;

}

.cookies p {
    margin-bottom: 0;
    font-size: 16px;
}



.button.blue:hover {
    color: #fff;
}

.button:hover {
    background-color: #09f;
    color: #fff;
}

.button.blue {
    border-color: #09f;
    color: #09f;
    font-size: 20px;
    font-weight: 700;

}

.button.blue img{
    vertical-align: middle;
}

.cookies .button {
    position: absolute;
    right: 15px;
    margin: 0;
    padding: 10px;
    top: 10px;
    bottom: 10px;
}


.button {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: all .3s;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 15px 70px 15px 15px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;

}

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

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

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
  }

  #loading-image {
    position: absolute;
    top: 50%;
    left:  45%;
    z-index: 100;
  }

@media only screen and (max-width: 991px) {
    .cookies {
        position: fixed;
        z-index: 1000;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255,255,255,.9);
        border-top: 1px solid #ccc;
        padding: 40px 20px 30px 20px;

    }
    .cookies .button {
        position: relative;
        float: right;
        top: 0;
        display: inline-block;
        margin-top: 15px;

    }
    .button.blue {

        font-size:16px;
        font-weight: 700;

    }

}
@media only screen and (max-width: 500px) {
    .german-font {
        font-size: 10px !important;
    }
    #loading-image {
        position: absolute;
        top: 30%;
        left:  30%;
        z-index: 100;
      }
}

.cookies-hide{
    display:none;
}
@media only screen and (max-width: 700px) {
    .slider-hide{
        display:none;
    }
}
@media only screen and (min-width: 700px) {
    .slider-hide2{
        display:none;
    }
}

.round-image{
    border-radius: 5%;
}

.service a {
    all: unset;
    cursor:pointer;
}

.header-email {
    text-transform: lowercase;
    font-size: smaller;
    font-family: monospace;
}

.custom-button {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin-top: 20px;
    transition: background-color 0.3s ease; /* Adding transition for smooth color change */
}

.custom-button:hover {
    background-color: #e0e0e0; /* Changing background color on hover */
}
