@font-face {
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SF-Pro-Text-Regular.otf');
    src: local('SF Pro Text Regular'), local('SF-Pro-Text-Regular'),
    url('../fonts/SF-Pro-Text-Regular.otf') format('otf')
}

@font-face {
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/SF-Pro-Text-Light.otf');
    src: local('SF Pro Text Light'), local('SF-Pro-Text-Light'),
    url('../fonts/SF-Pro-Text-Light.otf') format('otf')
}

html {
    font-family: 'SF Pro Text', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.35296;
    scroll-behavior: smooth;
    color: #1d1d1f;
    -webkit-overflow-scrolling: touch;
}

* {
    font-family: 'SF Pro Text', sans-serif;
    user-select: none;
}

body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow-x: hidden;
    background-color: #f5f5f5;
    -webkit-overflow-scrolling: touch;
}

a {
    color: #4a4d51;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    color: rgba(0,0,0,.56);
}

h1, h2.headline {
    font-size: 48px;
}

h1 {
    margin-top: 0;
}

.side_menu_heading {
    font-size: 20px;
    font-weight: bolder;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

p {
    margin-bottom: 1.7rem;
}

footer {
    height: fit-content;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 100px;
}

footer hr {
    margin: 20px auto 80px 0;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.l_icon {
    width: 60px !important;
    height: 60px !important;
}

.xl_icon {
    width: 150px !important;
    height: 150px !important;
}

.s_icon {
    height: 25px !important;
    width: 25px !important;
}

.box_t {
    padding-top: 80px;
}

.box_tb > .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.box_st {
    padding-top: 50px;
}


.box_tb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.box_stb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box_b {
    padding-bottom: 80px;
}

.box_sb {
    padding-bottom: 50px;
}

.box_xsb {
    padding-bottom: 25px;
}


.bold_label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_intro {
    letter-spacing: .05em; font-size: 22px
}

.contact_link {
    letter-spacing: .1em; font-size: 22px
}

.placeholder {
    height: 66px;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

::-webkit-scrollbar:hover {
    background: #c6c7ca
}

::-webkit-scrollbar-thumb {
    background: #777779;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.action_button, .action_button_small {
    font-family: 'SF Pro Text', sans-serif;
    font-weight: 300;
    font-size: 24px;
    height: 40px;
    box-sizing: border-box;
    width: 40px;
    line-height: 40px;
    padding: 0 !important;
    border-radius: 100%;
    background-color: #1d1d1f;
    border: none;
    outline: none;
    color: white;
    user-select: none;
    background-image: url("../images/angle-right-white.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.action_button:hover + .action_label{
    color: #777 !important;
}

.action_label {
    position: relative;
    display: inline-block;
    color: #1d1d1f;
    box-sizing: border-box;
    letter-spacing: .05em;
    line-height: 40px;
    height: 40px;
    user-select: none;
}

.short_intro_text {
    letter-spacing: .05em;
    color: #666;
    display: block;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.action_button:hover, .action_button_small:hover {
    border-bottom: none;
    color: white;
}

select {
    display: block;
    color: black !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    padding: .375rem .75rem;
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #d6d6d6 !important;
    outline: none !important;
    background: rgba(255,255,255,.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius-bottomright: .5em;
    -moz-border-radius-topright: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

select:hover {
    border-color: #888
}

select:focus {
    outline: none !important
}

.bg_white {
    background-color: white !important;
}

.nav_logo {
    position: relative;
    left: 10px;
    display: inline-block;
    margin: 0;
    width: auto;
    max-height: 25px;
}

.main_nav_logo_item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 50px !important;
    height: 30px !important;

}

input[type="text"], input[type="number"], input[type="email"], input[type="date"], textarea {
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: .375rem .75rem;
    color: black !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255,.4);
    background-clip: padding-box;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem
}

select, input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, textarea:focus {
    outline: none !important
}

input[type="number"] {
    display: inline-block;
    width: 50px
}

.main_picture {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    max-width: 1500px;
    background-image: url("../images/main.jpg");
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.intro_picture {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    max-width: 1500px;
    background-image: url("../images/intro.jpg");
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.gallery_img {
    display: block;
    position: relative;
    min-height: 350px;
    width: 45%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.icon_container {
    position: relative;
    width: fit-content;
    text-align: center;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}

.icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.icon_support {
    background-image: url("../images/calendar-check.svg");
}
.icon_apple {
    background-image: url("../images/apple.svg");
}
.icon_linux {
    background-image: url("../images/linux.svg");
}
.icon_windows {
    background-image: url("../images/windows.svg");
}
.icon_wifi {
    background-image: url("../images/wifi.svg");
}
.icon_tachometer {
    background-image: url("../images/tachometer-alt.svg");
}
.icon_tools {
    background-image: url("../images/tools.svg");
}
.icon_desktop {
    background-image: url("../images/desktop.svg");
}
.icon_teacher {
    background-image: url("../images/chalkboard-teacher.svg");
}
.icon_tv {
    background-image: url("../images/tv.svg");
}
.icon_world {
    background-image: url("../images/globe-europe.svg");
}
.icon_server {
    background-image: url("../images/server.svg");
}
.icon_trash {
    background-image: url("../images/trash-solid.svg");
}
.icon_database {
    background-image: url("../images/database.svg");
}
.icon_save {
    background-image: url("../images/shield-alt.svg");
}
.icon_backup {
    background-image: url("../images/folder-open.svg");
}
.icon_search {
    background-image: url("../images/search-location.svg");
}
.icon_user {
    background-image: url("../images/users.svg");
}
.icon_cloud {
    background-image: url("../images/cloud.svg");
}
.icon_mail {
    background-image: url("../images/envelope-open.svg");
}
.icon_home {
    background-image: url("../images/home.svg");
}
.icon_phone {
    background-image: url("../images/phone.svg");
}
.icon_code {
    background-image: url("../images/code.svg");
}
.icon_web {
    background-image: url("../images/laptop-code.svg");
}
.icon_gear {
    background-image: url("../images/cog.svg");
}
.icon_tear {
    background-image: url("../images/sad-tear.svg");
}
.icon_attention {
    background-image: url("../images/exclamation-triangle.svg");
}
.icon_keyboard {
    background-image: url("../images/keyboard.svg");
}
.icon_mouse {
    background-image: url("../images/mouse.svg");
}
.icon_hdd {
    background-image: url("../images/hdd.svg");
}
.icon_flag {
    background-image: url("../images/flag-checkered.svg");
}
.icon_check {
    background-image: url("../images/check.svg");
}
.icon_text {
    display: block;
    position: relative;
    text-align: center;
}

.rotate {
    animation: rotation 4000ms infinite linear;
}

.rotate_bw {
    animation: rotation_bw 4000ms infinite linear;
}

.pulse {
    animation: pulse 2000ms infinite;
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation_bw {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.overview_box {
    display: block;
    position: absolute;
    width: 200px;
    height: 100px;
    top: -25px;
    left: -25px;
    animation: appear 200ms ease-in-out;
    z-index: 99;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23)
}

@keyframes appear {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    90% {
        opacity: 1;
    }

    95% {
        box-shadow: none;
    }

    to {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23)
    }
}

/* Hamburger CSS */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
    width: 40px;
    height: 20px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    height: 20px;
    width: 40px;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

.typing_animation{
    letter-spacing: .05em;
    color: #666;
    margin-bottom: 2rem;
    font-size: 24px;
}
.typing_animation::after{
    content: '|';
    animation-name: blinking;
    animation-duration: .71s;
    animation-iteration-count: infinite;
}
@keyframes blinking{
    from{
        color: transparent;
    }
    to{
        color: #666;
    }
}

.social_image {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1d1d1f;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23)
}

.social_image:hover {
    -webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.16), 0 1px 11px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.16), 0 1px 11px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.16), 0 1px 11px rgba(0, 0, 0, 0.23)
}

.facebook {
    background-size: 60%;
    background-image: url('../images/facebook-f-white.svg');
}

.instagram {
    background-size: 60%;
    background-image: url('../images/instagram-white.svg');
}

.business_card_image {
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto 30px auto;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23)
}

.business_card_image_max {
    background-image: url("../images/maximilianhagn.jpg")
}

.business_card_image_alfred {
    background-image: url("../images/alfredhagn.jpg")
}

.preview_image_container {
    width: 200px;
    height: 200px;
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23)
}

.preview_product_container {
    display: block;
    position: relative;
    flex-basis: 35%;
    width: 200px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
    margin-bottom: 50px;
}

.preview_product_container:hover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

.product_title {
    display: block;
    font-size: 18px;
    font-weight: bolder;
    min-height: 2.5em;
}

.product_description {
    display: block;
    font-size: 13px;
    letter-spacing: 0.02em;
    margin: 10px 0 10px 0;
    min-height: 6em;

}

.product_price {
    text-align: right;
    display: block;
    font-size: 16px;
    font-weight: bolder;
}

.product_image {
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    min-height: 100px;
    margin: 40px auto 20px auto;
    height: auto;
}

.preview_image {
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px
}

.parallax {
    height: 50vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform:translatez(0);
}

.services_1 {
    background-image: url("../images/1.jpg")
}

.services_2 {
    background-image: url("../images/2.jpg")
}

.services_3 {
    background-image: url("../images/3.jpg")
}

.services_4 {
    background-image: url("../images/4.jpg")
}

.services_5 {
    background-image: url("../images/5.jpg")
}

.main_navigation_container, .mobile_navigation_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    border-bottom: 1px solid rgba(0,0,0,0.16);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    z-index: 99;
    top: 0;
    left: 0;
    color: rgba(0,0,0,1);
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0
}

.box, .configurator_banner {
    padding: 20px;
    box-shadow: -8px -4px 8px 0px #fff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 inset, -4px -4px 4px 0px #fff inset;
    isolation: isolate;
    border-radius: 15px;
    overflow: hidden;
    border: 0;
    font-size: 16px;
    transition: 500ms all;
    margin-bottom: 15px;
    color: #717175;
    outline: none;
}

.box:hover {
    box-shadow: -8px -4px 8px 0px #fff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 , -4px -4px 4px 0px #fff ;
}

.mobile_navigation_container {
    display: none;
    z-index: 150;
}

.main_navigation_item {
    position: relative;
    display: block;
    height: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 25px;
    padding: 20px 15px;
    cursor: pointer
}

.active {
    opacity: 0.56 !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 300;
    cursor: default;
}

.main_navigation_text {
    padding-bottom: 5px
}

.main_navigation_item:hover .main_navigation_text {
    animation: all 300ms;
    color: rgba(0,0,0,.6);
}

.configurator_banner {
    margin-top: 50px;
    margin-left: 50px;
    top: 100px;
    right: 0;
    position: -webkit-sticky;
    position: sticky;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 170px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 1.5rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.03);

}

.configurator_banner_small {
    display: none;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 10px
}

.other_producer {
    display: none
}

.side_menu_container {
    font-size: 14px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    text-align: right;
    right: 50px;
    top: 250px;
    background-color: rgba(255,255,255,0.97);
    z-index: 99
}

.side_menu_list {
    display: block;
    position: absolute;
    -webkit-margin-before: 0 !important;
    margin-block-start: 0 !important;
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
    right: 50px;
    top: -150px;
    list-style: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.line_separator {
    border-color: rgba(207, 207, 208, 1);
    border-width: thin;
    margin: 50px 0 50px 0
}

.admin_table tr td {
    padding: 5px 20px;
    border-bottom: 1px solid lightgray
}

@media (min-width: 600px) and (max-width: 62em) {
    .main_navigation_container {
        font-size: 14px !important
    }

    .main_navigation_item {
        padding: 20px 10px !important
    }

    .main_picture {
        height: 550px !important
    }
}

@media (min-width: 601px) {
    .main_navigation_container {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width: 600px) {
    .box_t {
        padding-top: 40px;
    }
    .box_st {
        padding-top: 20px;
    }
    .box_tb {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .box_stb {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .box_b {
        padding-bottom: 40px;
    }
    .box_sb {
        padding-bottom: 20px;
    }
    .box_xsb {
        padding-bottom: 10px;
    }

    .preview_product_container {
        flex-basis: 80% !important;
    }
    h1, .headline {
        font-size: 42px !important;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    .contact_intro {
        letter-spacing: .05em; font-size: 16px
    }

    .contact_link {
        letter-spacing: .1em; font-size: 16px
    }

    .main_navigation_container {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
        font-size: 12px;
        width: 100% !important;
        display: none
    }


    .display_flex {
        display: flex !important;
    }

    .main_picture {
        height: 400px
    }

    .main_navigation_item {
        padding: 20px 7px
    }

    .mobile_navigation_container {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: flex-end !important;
        height: 65px !important
    }

    .toggle_nav {
        border: none;
        background-position: center;
        background-color: transparent;
        background-repeat: no-repeat;
        -webkit-background-size: 60% 60%;
        -moz-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        height: 30px;
        width: 30px;
        margin-right: 20px;
        outline: none;
        background-image: url("../images/bars.svg")
    }

    .main_navigation_container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        top: 65px !important;
        height: 200px !important;
        font-size: 16px
    }

    .main_navigation_item {
        padding: 5px;
    }

    .parallax {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center;
        -webkit-background-size: auto auto;
        -o-background-size: auto;
        background-size: auto;
        height: 350px !important;
    }

    .main_picture {
        top: 30px;
        background-position: 50% 50%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        height: 400px !important
    }

    .services_1 {
        background-position: 40% 40%;
        -webkit-background-size: 130% 130%;
        -moz-background-size: 130%;
        -o-background-size: 130%;
        background-size: 130%
    }

    .services_2 {
        background-position: 60% 60%;
        -webkit-background-size: 140% 140%;
        -moz-background-size: 140%;
        -o-background-size: 140%;
        background-size: 140%
    }

    .services_3 {
        background-position: 40% 40%;
        -webkit-background-size: 110% 110%;
        -moz-background-size: 110%;
        -o-background-size: 110%;
        background-size: 110%
    }

    .services_4 {
        background-position: 40% 40%;
        -webkit-background-size: 110% 110%;
        -moz-background-size: 110%;
        -o-background-size: 110%;
        background-size: 110%
    }

    .services_5 {
        background-position: 40% 40%;
        -webkit-background-size: 110% 110%;
        -moz-background-size: 110%;
        -o-background-size: 110%;
        background-size: 110%
    }
}

@supports (-webkit-touch-callout: none ) {
    @media (max-width: 600px) {
        .parallax {
            height: 350px !important;
        }
        .main_picture {
            height: 400px !important
        }
    }
    @media (min-width: 601px) {
        .parallax, .main_picture {
            height: 600px !important;
        }
    }

    .parallax {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center;
        -webkit-background-size: auto auto;
        -o-background-size: auto;
        background-size: auto;
    }

    .main_picture {
        top: 30px;
        background-position: 50% 50%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }

    .services_1 {
        background-position: 40% 40%;
        -webkit-background-size: 130% 130%;
        -moz-background-size: 130%;
        -o-background-size: 130%;
        background-size: 130%
    }

    .services_2 {
        background-position: 60% 60%;
        -webkit-background-size: 140% 140%;
        -moz-background-size: 140%;
        -o-background-size: 140%;
        background-size: 140%
    }

    .services_3 {
        background-position: 40% 40%;
        -webkit-background-size: 110% 110%;
        -moz-background-size: 110%;
        -o-background-size: 110%;
        background-size: 110%
    }

    .services_4 {
        background-position: 40% 40%;
        -webkit-background-size: 110% 110%;
        -moz-background-size: 110%;
        -o-background-size: 110%;
        background-size: 110%
    }

    .services_5 {
        background-position: 40% 40%;
        -webkit-background-size: 110% 110%;
        -moz-background-size: 110%;
        -o-background-size: 110%;
        background-size: 110%
    }
}

@media (max-width: 1000px) {
    .side_menu_container {
        display: none !important
    }
}

@media (max-width: 62em) {
    .configurator_banner {
        display: none
    }

    .configurator_banner_small {
        display: block !important
    }
}

@media (min-width: 1600px) {
    .box_tb > .col-xs-12 {
        max-width: 1600px !important;
    }
}


.collapsible {
    background-color: #efefef;
    color: #1d1d1f;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
}
.collapsible-active, .collapsible:hover {
    background-color: #ccc;
}
.collapsible-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 !important;
    max-width: 100%;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: left
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem
    }

    .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
        text-align: left
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem
    }

    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
        text-align: left
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem
    }

    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
        text-align: left
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1
    }
}
