@charset "UTF-8";

@font-face {
    font-family: "Molde Light";
    src: url("/fileadmin/template/Public/fonts/helveticaNeue/5180669/e34c95e8-281c-44ab-aecb-e39d4f0de597.eot?#iefix");
    src: url("/fileadmin/template/Public/fonts/helveticaNeue/5180669/e34c95e8-281c-44ab-aecb-e39d4f0de597.eot?#iefix") format("eot"), url("/fileadmin/template/Public/fonts/helveticaNeue/5180669/1e07d600-3787-4517-bd3d-b140f9e54ec2.woff2") format("woff2"), url("/fileadmin/template/Public/fonts/helveticaNeue/5180669/664c4c08-5d45-4961-969f-b3d4c26cae30.woff") format("woff"), url("/fileadmin/template/Public/fonts/helveticaNeue/5180669/29a1e793-c1c2-4898-8907-3a6083c07356.ttf") format("truetype")
}

@font-face {
    font-family: "Molde Light";
    src: url("/fileadmin/template/Public/fonts/molde/regular/Molde-Light.otf");
}
@font-face {
    font-family: "Molde Thin Condensed";
    src: url("/fileadmin/template/Public/fonts/molde/semicondensed/Molde-SemiCond-UltraLight.otf");
}
@font-face {
    font-family: "Molde Condensed Light";
    src: url("/fileadmin/template/Public/fonts/molde/semicondensed/Molde-SemiCond-Light.otf");
}
@font-face {
    font-family: "Molde Extra Black Condensed";
    src: url("/fileadmin/template/Public/fonts/molde/semicondensed/Molde-SemiCond-Heavy.otf");
}

* {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll;
    min-height: 100%;
    min-width: 100%
}

html.stopScroll {
    overflow: hidden
}

body {
    min-height: 100%;
    min-width: 100%;
    color: #000;
    background-color: #5E5E5D;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, input, textarea, select, button {
    font-family: "Molde Light", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300
}

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

h1 {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-family: "Molde Thin Condensed", Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin-bottom: 30px
}

h2 {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-family: "Molde Thin Condensed", Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin-bottom: 30px
}

h3 {
    font-family: "Molde Thin Condensed", Helvetica, Arial, sans-serif;
    font-size: 39px;
    line-height: 39px;
    color: #000;
    font-weight: 100
}

h4 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #e2001a;
    font-weight: 100
}

@media (min-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 36px
    }

    h2 {
        font-size: 36px;
        line-height: 36px
    }

    h3 {
        font-size: 39px;
        line-height: 39px
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 47px;
        line-height: 47px
    }

    h2 {
        font-size: 47px;
        line-height: 47px
    }

    h3 {
        font-size: 90px;
        line-height: 90px
    }
}

a {
    color: #e2001a;
    text-decoration: none
}

.desktop a:hover {
    background-color: transparent;
    color: #aa0014;
    text-decoration: none
}

a:active, a:focus, button:focus {
    outline: none
}

a img {
    border: none
}

button, span.btn, a.btn {
    display: inline-block;
    background-color: #e2001a;
    color: #fff;
    padding: 10px 35px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    outline: none;
    border: none
}

.desktop button.control:hover, .desktop a.btn:hover, a.btn.active {
    background-color: #aa0014;
    color: #fff;
    cursor: pointer
}

p, address {
    margin-bottom: 30px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.items-row {
    margin-bottom: 100px
}

p:last-child, .items-row:last-child {
    margin-bottom: 0
}

p.zweispaltig {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: justify;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

address {
    font-style: normal;
    text-align: center
}

hr {
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

ul, ol {
    margin-left: 0
}

section ul, section ol {
    margin-left: 19px
}

#content ul.pfeil {
    margin-left: .7em
}

ul.pfeil.referenzen {
    margin-left: .7em
}

ul li {
    margin-bottom: 10px
}

ul.pfeil {
    list-style-type: none
}

ul.zweispaltig {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: justify;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.custom_img100 img, .wrapImg100 img, .img100, .fullWidth {
    width: 100%
}

.ie9 img[src*=".svg"] {
    width: 100%
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    img[src*=".svg"] {
        width: 100%
    }
}

.font-white {
    color: #fff
}

.font-black {
    color: #000
}

.nobr {
    white-space: nowrap
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.clear {
    clear: both
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

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

.hide, .hidden {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

[class^="fa-"]:before, [class*=" fa-"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: .3em;
    font-size: 1.1em;
    line-height: .75em;
    vertical-align: -7.5%
}

.jlink:before, .pdfLink:before, ul.pfeil li:before {
    content: '\f105';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: .1em;
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -7.5%
}

.jlink:before {
    content: '\f105'
}

.pdfLink:before {
    content: '\f1c1';
    padding-right: .3em
}

ul.pfeil li:before {
    padding-right: 0;
    width: .6em;
    margin-left: -0.6em;
    color: #e2001a;
    text-align: center
}

ul.pfeil.referenzen li:before {
    padding-right: .2em;
    color: #e2001a;
    text-align: center
}

.desktop .fadeIn {
    opacity: 0
}

.desktop .fadeIn.inview {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    -moz-transition: opacity .4s ease-in-out .4s;
    -o-transition: opacity .4s ease-in-out .4s;
    -ms-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

.desktop .fadeInTransY {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
}

.desktop .fadeInTransY.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .4s ease-in-out .2s, transform .4s ease-out .2s;
    -moz-transition: opacity .4s ease-in-out .2s, transform .4s ease-out .2s;
    -o-transition: opacity .4s ease-in-out .2s, transform .4s ease-out .2s;
    -ms-transition: opacity .4s ease-in-out .2s, transform .4s ease-out .2s;
    transition: opacity .4s ease-in-out .2s, transform .4s ease-out .2s
}

.chromeframe {
    position: fixed;
    z-index: 999988;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20%;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.chromeframe a {
    color: #ccc
}

.desktop .chromeframe a:hover {
    color: #fff
}

#system-message-container {
    position: relative;
    top: 0;
    left: 0
}

#system-message-container .alert {
    position: fixed;
    margin: 150px 20vw 0 20vw;
    top: 0;
    left: 0;
    width: 60vw;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    z-index: 555;
    box-shadow: 0 0 20px
}

#system-message-container button.close {
    cursor: pointer;
    font-size: 40px;
    padding: 10px 20px;
    float: right;
    background-color: #e2001a;
    color: #fff
}

.desktop #system-message-container button.close:hover {
    background-color: #aa0014
}

#system-message-container .alert-message .alert-heading {
    display: none
}

#system-message-container .alert div {
    margin-bottom: 3px
}

#system-message-container #system-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 555
}

#system-message-container #system-message .alert {
    position: relative;
    top: 20%;
    left: 20%;
    padding: 15px;
    width: 60%;
    margin: 0;
    background: #fff;
    color: #000;
    box-shadow: 0 0 0;
    text-align: center
}

#system-message-container #system-message .close {
    font-size: inherit;
    background-color: #eee;
    padding: 10px 20px;
    color: #000;
    display: inline-block
}

#system-message-container #system-message .close:hover {
    background-color: #ccc;
    color: #000;
    cursor: pointer
}

#system-message-container #system-message .alert-message .alert-heading {
    display: none
}

.alert-heading {
    margin-bottom: 5px
}

.backTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    color: #fff;
    font-size: 25px;
    transform: none;
    background-color: #e2001a;
    border-radius: 50%;
    padding: 4px 8px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: none
}

.backTop i {
    font-size: 22px
}

.backTop img {
    position: relative;
    top: -3px
}

.desktop .backTop:hover {
    cursor: pointer;
    background-color: #aa0014
}

#map_canvas {
    width: 100%;
    height: 500px
}

#map_canvas img {
    max-width: none
}

.custom_background {
    height: 650px;
    background-size: cover;
    background-position: top center
}

@media only screen and (min-width: 1800px) {
    .custom_background {
        height: 750px
    }
}

@media only screen and (max-width: 767px) {
    .custom_background {
        height: 377px
    }
}

.outroTextWrap {
    padding-top: 30px
}

#wrapper {
    background-color: #fff;
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -ms-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    margin-top: 140px;
    height: calc(100% - 140px);
    overflow: hidden
}

.active #wrapper {
    margin-top: 30px
}

#content, #top .moduletable, #bottom .moduletable {
    padding: 40px 0 50px 0
}

.com_sppagebuilder #content {
    padding: 0
}

.com_sppagebuilder.view-form #content {
    padding: 50px 0
}

.com_sppagebuilder.view-form .sp-pagebuilder-column {
    position: relative;
    z-index: 1;
    padding: 25px 0
}

.farbwechsel.moduletable:nth-child(odd) {
    background-color: #fff
}

.farbwechsel.moduletable:nth-child(even) {
    background-color: #fff
}

.farbton1.moduletable {
    background-color: #fff
}

.farbton2.moduletable {
    background-color: #fff
}

.blog.farbwechsel .items-row:nth-child(even) {
    background-color: #fff
}

.blog.farbwechsel .items-row:nth-child(odd) {
    background-color: #fff
}

.blog.farbwechsel .items-row.row-0 {
    padding-top: 0
}

.blog.farbwechsel .items-row {
    margin: 0;
    padding: 40px 0 50px 0
}

.blog.farbwechsel .items-row:last-child {
    padding-bottom: 0
}

table {
    width: 100%;
    margin: 12px -2px 0 -2px
}

tr:nth-child(odd) {
    background: #ddd;
    color: #000
}

tr:nth-child(even) {
    background: #ddd;
    color: #000
}

table tr.backColor {
    background: #999;
    color: #fff
}

table tr.backColor2 {
    background: #777;
    color: #fff
}

table tr:first-child {
    background: #5e5e5d;
    color: #fff
}

td {
    padding: 10px;
    height: 50px;
    text-align: center;
    width: initial !important;
    line-height: initial
}

.desktop tr:nth-child(odd) a:hover, .desktop tr:nth-child(even) a:hover {
    color: #e2001a
}

tr:nth-child(odd) a, .desktop table.containerLink tr:nth-child(odd) a:hover {
    color: #000
}

tr:nth-child(even) a, .desktop table.containerLink tr:nth-child(even) a:hover {
    color: #000
}

.desktop table.containerLink tr.verlinkt:hover {
    background: #e2001a;
    cursor: pointer;
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s
}

.tableinfo {
    display: none
}

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
    table, thead, tbody, th, td, tr {
        display: block;
        height: auto !important
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    table tr {
        padding: 5px
    }

    table tr:first-child {
        display: none
    }

    table tr:nth-child(odd) {
        background: #dddddd
    }

    table tr:nth-child(even) {
        background: #eeeeee
    }

    td {
        border: none;
        position: relative;
        text-align: left;
        padding: 3px 6px
    }

    td .tableinfo {
        width: 66%;
        padding-right: 10px;
        display: inline-block;
        content: attr(data-table)
    }
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=24cd1e119cf7df8786018d7ad4436ab0)
 * Config saved to config.json and https://gist.github.com/24cd1e119cf7df8786018d7ad4436ab0
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.hidden-xs {
    display: none
}

@media (min-width: 768px) {
    .hidden-xs {
        display: inline-block
    }
}

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

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2a {
        width: 20%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

.px-250 {
    padding-left: 250px;
    padding-right: 250px
}

.py-250 {
    padding-top: 250px;
    padding-bottom: 250px
}

.mx-250 {
    margin-left: 250px;
    margin-right: 250px
}

.my-250 {
    margin-top: 250px;
    margin-bottom: 250px
}

.px-225 {
    padding-left: 225px;
    padding-right: 225px
}

.py-225 {
    padding-top: 225px;
    padding-bottom: 225px
}

.mx-225 {
    margin-left: 225px;
    margin-right: 225px
}

.my-225 {
    margin-top: 225px;
    margin-bottom: 225px
}

.px-200 {
    padding-left: 200px;
    padding-right: 200px
}

.py-200 {
    padding-top: 200px;
    padding-bottom: 200px
}

.mx-200 {
    margin-left: 200px;
    margin-right: 200px
}

.my-200 {
    margin-top: 200px;
    margin-bottom: 200px
}

.px-150 {
    padding-left: 150px;
    padding-right: 150px
}

.py-150 {
    padding-top: 150px;
    padding-bottom: 150px
}

.mx-150 {
    margin-left: 150px;
    margin-right: 150px
}

.my-150 {
    margin-top: 150px;
    margin-bottom: 150px
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.mx-100 {
    margin-left: 100px;
    margin-right: 100px
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.px-75 {
    padding-left: 75px;
    padding-right: 75px
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px
}

.mx-75 {
    margin-left: 75px;
    margin-right: 75px
}

.my-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

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

.mx-50 {
    margin-left: 50px;
    margin-right: 50px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px
}

.p-250 {
    padding: 250px
}

.pt-250 {
    padding-top: 250px
}

.pl-250 {
    padding-left: 250px
}

.pr-250 {
    padding-right: 250px
}

.pb-250 {
    padding-bottom: 250px
}

.m-250 {
    margin: 250px
}

.mt-250 {
    margin-top: 250px
}

.ml-250 {
    margin-left: 250px
}

.mr-250 {
    margin-right: 250px
}

.mb-250 {
    margin-bottom: 250px
}

.p-225 {
    padding: 225px
}

.pt-225 {
    padding-top: 225px
}

.pl-225 {
    padding-left: 225px
}

.pr-225 {
    padding-right: 225px
}

.pb-225 {
    padding-bottom: 225px
}

.m-225 {
    margin: 225px
}

.mt-225 {
    margin-top: 225px
}

.ml-225 {
    margin-left: 225px
}

.mr-225 {
    margin-right: 225px
}

.mb-225 {
    margin-bottom: 225px
}

.p-200 {
    padding: 200px
}

.pt-200 {
    padding-top: 200px
}

.pl-200 {
    padding-left: 200px
}

.pr-200 {
    padding-right: 200px
}

.pb-200 {
    padding-bottom: 200px
}

.m-200 {
    margin: 200px
}

.mt-200 {
    margin-top: 200px
}

.ml-200 {
    margin-left: 200px
}

.mr-200 {
    margin-right: 200px
}

.mb-200 {
    margin-bottom: 200px
}

.p-150 {
    padding: 150px
}

.pt-150 {
    padding-top: 150px
}

.pl-150 {
    padding-left: 150px
}

.pr-150 {
    padding-right: 150px
}

.pb-150 {
    padding-bottom: 150px
}

.m-150 {
    margin: 150px
}

.mt-150 {
    margin-top: 150px
}

.ml-150 {
    margin-left: 150px
}

.mr-150 {
    margin-right: 150px
}

.mb-150 {
    margin-bottom: 150px
}

.p-100 {
    padding: 100px
}

.pt-100 {
    padding-top: 100px
}

.pl-100 {
    padding-left: 100px
}

.pr-100 {
    padding-right: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.m-100 {
    margin: 100px
}

.mt-100 {
    margin-top: 100px
}

.ml-100 {
    margin-left: 100px
}

.mr-100 {
    margin-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.p-75 {
    padding: 75px
}

.pt-75 {
    padding-top: 75px
}

.pl-75 {
    padding-left: 75px
}

.pr-75 {
    padding-right: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.m-75 {
    margin: 75px
}

.mt-75 {
    margin-top: 75px
}

.ml-75 {
    margin-left: 75px
}

.mr-75 {
    margin-right: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.p-50 {
    padding: 50px
}

.pt-50 {
    padding-top: 50px
}

.pl-50 {
    padding-left: 50px
}

.pr-50 {
    padding-right: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.m-50 {
    margin: 50px
}

.mt-50 {
    margin-top: 50px
}

.ml-50 {
    margin-left: 50px
}

.mr-50 {
    margin-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.p-40 {
    padding: 40px
}

.pt-40 {
    padding-top: 40px
}

.pl-40 {
    padding-left: 40px
}

.pr-40 {
    padding-right: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.m-40 {
    margin: 40px
}

.mt-40 {
    margin-top: 40px
}

.ml-40 {
    margin-left: 40px
}

.mr-40 {
    margin-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.p-30 {
    padding: 30px
}

.pt-30 {
    padding-top: 30px
}

.pl-30 {
    padding-left: 30px
}

.pr-30 {
    padding-right: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.m-30 {
    margin: 30px
}

.mt-30 {
    margin-top: 30px
}

.ml-30 {
    margin-left: 30px
}

.mr-30 {
    margin-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.p-25 {
    padding: 25px
}

.pt-25 {
    padding-top: 25px
}

.pl-25 {
    padding-left: 25px
}

.pr-25 {
    padding-right: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.m-25 {
    margin: 25px
}

.mt-25 {
    margin-top: 25px
}

.ml-25 {
    margin-left: 25px
}

.mr-25 {
    margin-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.p-20 {
    padding: 20px
}

.pt-20 {
    padding-top: 20px
}

.pl-20 {
    padding-left: 20px
}

.pr-20 {
    padding-right: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.m-20 {
    margin: 20px
}

.mt-20 {
    margin-top: 20px
}

.ml-20 {
    margin-left: 20px
}

.mr-20 {
    margin-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.p-15 {
    padding: 15px
}

.pt-15 {
    padding-top: 15px
}

.pl-15 {
    padding-left: 15px
}

.pr-15 {
    padding-right: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.m-15 {
    margin: 15px
}

.mt-15 {
    margin-top: 15px
}

.ml-15 {
    margin-left: 15px
}

.mr-15 {
    margin-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.p-10 {
    padding: 10px
}

.pt-10 {
    padding-top: 10px
}

.pl-10 {
    padding-left: 10px
}

.pr-10 {
    padding-right: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.m-10 {
    margin: 10px
}

.mt-10 {
    margin-top: 10px
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.p-5 {
    padding: 5px
}

.pt-5 {
    padding-top: 5px
}

.pl-5 {
    padding-left: 5px
}

.pr-5 {
    padding-right: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.m-5 {
    margin: 5px
}

.mt-5 {
    margin-top: 5px
}

.ml-5 {
    margin-left: 5px
}

.mr-5 {
    margin-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.p-0 {
    padding: 0px
}

.pt-0 {
    padding-top: 0px
}

.pl-0 {
    padding-left: 0px
}

.pr-0 {
    padding-right: 0px
}

.pb-0 {
    padding-bottom: 0px
}

.m-0 {
    margin: 0px
}

.mt-0 {
    margin-top: 0px
}

.ml-0 {
    margin-left: 0px
}

.mr-0 {
    margin-right: 0px
}

.mb-0 {
    margin-bottom: 0px
}

@media (min-width: 768px) {
    .sm-px-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .sm-py-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .sm-mx-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .sm-my-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .sm-px-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .sm-py-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .sm-mx-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .sm-my-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .sm-px-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .sm-py-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sm-mx-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .sm-my-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .sm-px-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .sm-py-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .sm-mx-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .sm-my-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .sm-px-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .sm-py-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .sm-mx-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .sm-my-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .sm-px-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .sm-py-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .sm-mx-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .sm-my-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .sm-px-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .sm-py-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .sm-mx-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .sm-my-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .sm-px-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .sm-py-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .sm-mx-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .sm-my-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .sm-px-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .sm-py-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .sm-mx-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .sm-my-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .sm-p-50 {
        padding: 50px
    }

    .sm-pt-50 {
        padding-top: 50px
    }

    .sm-pl-50 {
        padding-left: 50px
    }

    .sm-pr-50 {
        padding-right: 50px
    }

    .sm-pb-50 {
        padding-bottom: 50px
    }

    .sm-m-50 {
        margin: 50px
    }

    .sm-mt-50 {
        margin-top: 50px
    }

    .sm-ml-50 {
        margin-left: 50px
    }

    .sm-mr-50 {
        margin-right: 50px
    }

    .sm-mb-50 {
        margin-bottom: 50px
    }

    .sm-p-40 {
        padding: 40px
    }

    .sm-pt-40 {
        padding-top: 40px
    }

    .sm-pl-40 {
        padding-left: 40px
    }

    .sm-pr-40 {
        padding-right: 40px
    }

    .sm-pb-40 {
        padding-bottom: 40px
    }

    .sm-m-40 {
        margin: 40px
    }

    .sm-mt-40 {
        margin-top: 40px
    }

    .sm-ml-40 {
        margin-left: 40px
    }

    .sm-mr-40 {
        margin-right: 40px
    }

    .sm-mb-40 {
        margin-bottom: 40px
    }

    .sm-p-30 {
        padding: 30px
    }

    .sm-pt-30 {
        padding-top: 30px
    }

    .sm-pl-30 {
        padding-left: 30px
    }

    .sm-pr-30 {
        padding-right: 30px
    }

    .sm-pb-30 {
        padding-bottom: 30px
    }

    .sm-m-30 {
        margin: 30px
    }

    .sm-mt-30 {
        margin-top: 30px
    }

    .sm-ml-30 {
        margin-left: 30px
    }

    .sm-mr-30 {
        margin-right: 30px
    }

    .sm-mb-30 {
        margin-bottom: 30px
    }

    .sm-p-25 {
        padding: 25px
    }

    .sm-pt-25 {
        padding-top: 25px
    }

    .sm-pl-25 {
        padding-left: 25px
    }

    .sm-pr-25 {
        padding-right: 25px
    }

    .sm-pb-25 {
        padding-bottom: 25px
    }

    .sm-m-25 {
        margin: 25px
    }

    .sm-mt-25 {
        margin-top: 25px
    }

    .sm-ml-25 {
        margin-left: 25px
    }

    .sm-mr-25 {
        margin-right: 25px
    }

    .sm-mb-25 {
        margin-bottom: 25px
    }

    .sm-p-20 {
        padding: 20px
    }

    .sm-pt-20 {
        padding-top: 20px
    }

    .sm-pl-20 {
        padding-left: 20px
    }

    .sm-pr-20 {
        padding-right: 20px
    }

    .sm-pb-20 {
        padding-bottom: 20px
    }

    .sm-m-20 {
        margin: 20px
    }

    .sm-mt-20 {
        margin-top: 20px
    }

    .sm-ml-20 {
        margin-left: 20px
    }

    .sm-mr-20 {
        margin-right: 20px
    }

    .sm-mb-20 {
        margin-bottom: 20px
    }

    .sm-p-15 {
        padding: 15px
    }

    .sm-pt-15 {
        padding-top: 15px
    }

    .sm-pl-15 {
        padding-left: 15px
    }

    .sm-pr-15 {
        padding-right: 15px
    }

    .sm-pb-15 {
        padding-bottom: 15px
    }

    .sm-m-15 {
        margin: 15px
    }

    .sm-mt-15 {
        margin-top: 15px
    }

    .sm-ml-15 {
        margin-left: 15px
    }

    .sm-mr-15 {
        margin-right: 15px
    }

    .sm-mb-15 {
        margin-bottom: 15px
    }

    .sm-p-10 {
        padding: 10px
    }

    .sm-pt-10 {
        padding-top: 10px
    }

    .sm-pl-10 {
        padding-left: 10px
    }

    .sm-pr-10 {
        padding-right: 10px
    }

    .sm-pb-10 {
        padding-bottom: 10px
    }

    .sm-m-10 {
        margin: 10px
    }

    .sm-mt-10 {
        margin-top: 10px
    }

    .sm-ml-10 {
        margin-left: 10px
    }

    .sm-mr-10 {
        margin-right: 10px
    }

    .sm-mb-10 {
        margin-bottom: 10px
    }

    .sm-p-5 {
        padding: 5px
    }

    .sm-pt-5 {
        padding-top: 5px
    }

    .sm-pl-5 {
        padding-left: 5px
    }

    .sm-pr-5 {
        padding-right: 5px
    }

    .sm-pb-5 {
        padding-bottom: 5px
    }

    .sm-m-5 {
        margin: 5px
    }

    .sm-mt-5 {
        margin-top: 5px
    }

    .sm-ml-5 {
        margin-left: 5px
    }

    .sm-mr-5 {
        margin-right: 5px
    }

    .sm-mb-5 {
        margin-bottom: 5px
    }

    .sm-p-0 {
        padding: 0px
    }

    .sm-pt-0 {
        padding-top: 0px
    }

    .sm-pl-0 {
        padding-left: 0px
    }

    .sm-pr-0 {
        padding-right: 0px
    }

    .sm-pb-0 {
        padding-bottom: 0px
    }

    .sm-m-0 {
        margin: 0px
    }

    .sm-mt-0 {
        margin-top: 0px
    }

    .sm-ml-0 {
        margin-left: 0px
    }

    .sm-mr-0 {
        margin-right: 0px
    }

    .sm-mb-0 {
        margin-bottom: 0px
    }
}

@media (min-width: 992px) {
    .md-px-250 {
        padding-left: 250px;
        padding-right: 250px
    }

    .md-py-250 {
        padding-top: 250px;
        padding-bottom: 250px
    }

    .md-mx-250 {
        margin-left: 250px;
        margin-right: 250px
    }

    .md-my-250 {
        margin-top: 250px;
        margin-bottom: 250px
    }

    .md-px-225 {
        padding-left: 225px;
        padding-right: 225px
    }

    .md-py-225 {
        padding-top: 225px;
        padding-bottom: 225px
    }

    .md-mx-225 {
        margin-left: 225px;
        margin-right: 225px
    }

    .md-my-225 {
        margin-top: 225px;
        margin-bottom: 225px
    }

    .md-px-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .md-py-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .md-mx-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .md-my-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .md-px-175 {
        padding-left: 175px;
        padding-right: 175px
    }

    .md-py-175 {
        padding-top: 175px;
        padding-bottom: 175px
    }

    .md-mx-175 {
        margin-left: 175px;
        margin-right: 175px
    }

    .md-my-175 {
        margin-top: 175px;
        margin-bottom: 175px
    }

    .md-px-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .md-py-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .md-mx-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .md-my-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .md-px-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .md-py-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .md-mx-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .md-my-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .md-px-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .md-py-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .md-mx-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .md-my-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .md-px-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .md-py-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .md-mx-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .md-my-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .md-px-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .md-py-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .md-mx-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .md-my-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .md-px-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .md-py-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .md-mx-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .md-my-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .md-px-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .md-py-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .md-mx-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .md-my-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .md-px-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .md-py-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .md-mx-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .md-my-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .md-px-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .md-py-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .md-mx-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .md-my-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .md-px-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .md-py-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .md-mx-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .md-my-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .md-px-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .md-py-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .md-mx-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .md-my-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .md-px-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .md-py-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .md-mx-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .md-my-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .md-p-250 {
        padding: 250px
    }

    .md-pt-250 {
        padding-top: 250px
    }

    .md-pl-250 {
        padding-left: 250px
    }

    .md-pr-250 {
        padding-right: 250px
    }

    .md-pb-250 {
        padding-bottom: 250px
    }

    .md-m-250 {
        margin: 250px
    }

    .md-mt-250 {
        margin-top: 250px
    }

    .md-ml-250 {
        margin-left: 250px
    }

    .md-mr-250 {
        margin-right: 250px
    }

    .md-mb-250 {
        margin-bottom: 250px
    }

    .md-p-225 {
        padding: 225px
    }

    .md-pt-225 {
        padding-top: 225px
    }

    .md-pl-225 {
        padding-left: 225px
    }

    .md-pr-225 {
        padding-right: 225px
    }

    .md-pb-225 {
        padding-bottom: 225px
    }

    .md-m-225 {
        margin: 225px
    }

    .md-mt-225 {
        margin-top: 225px
    }

    .md-ml-225 {
        margin-left: 225px
    }

    .md-mr-225 {
        margin-right: 225px
    }

    .md-mb-225 {
        margin-bottom: 225px
    }

    .md-p-200 {
        padding: 200px
    }

    .md-pt-200 {
        padding-top: 200px
    }

    .md-pl-200 {
        padding-left: 200px
    }

    .md-pr-200 {
        padding-right: 200px
    }

    .md-pb-200 {
        padding-bottom: 200px
    }

    .md-m-200 {
        margin: 200px
    }

    .md-mt-200 {
        margin-top: 200px
    }

    .md-ml-200 {
        margin-left: 200px
    }

    .md-mr-200 {
        margin-right: 200px
    }

    .md-mb-200 {
        margin-bottom: 200px
    }

    .md-p-175 {
        padding: 175px
    }

    .md-pt-175 {
        padding-top: 175px
    }

    .md-pl-175 {
        padding-left: 175px
    }

    .md-pr-175 {
        padding-right: 175px
    }

    .md-pb-175 {
        padding-bottom: 175px
    }

    .md-m-175 {
        margin: 175px
    }

    .md-mt-175 {
        margin-top: 175px
    }

    .md-ml-175 {
        margin-left: 175px
    }

    .md-mr-175 {
        margin-right: 175px
    }

    .md-mb-175 {
        margin-bottom: 175px
    }

    .md-p-150 {
        padding: 150px
    }

    .md-pt-150 {
        padding-top: 150px
    }

    .md-pl-150 {
        padding-left: 150px
    }

    .md-pr-150 {
        padding-right: 150px
    }

    .md-pb-150 {
        padding-bottom: 150px
    }

    .md-m-150 {
        margin: 150px
    }

    .md-mt-150 {
        margin-top: 150px
    }

    .md-ml-150 {
        margin-left: 150px
    }

    .md-mr-150 {
        margin-right: 150px
    }

    .md-mb-150 {
        margin-bottom: 150px
    }

    .md-p-100 {
        padding: 100px
    }

    .md-pt-100 {
        padding-top: 100px
    }

    .md-pl-100 {
        padding-left: 100px
    }

    .md-pr-100 {
        padding-right: 100px
    }

    .md-pb-100 {
        padding-bottom: 100px
    }

    .md-m-100 {
        margin: 100px
    }

    .md-mt-100 {
        margin-top: 100px
    }

    .md-ml-100 {
        margin-left: 100px
    }

    .md-mr-100 {
        margin-right: 100px
    }

    .md-mb-100 {
        margin-bottom: 100px
    }

    .md-p-75 {
        padding: 75px
    }

    .md-pt-75 {
        padding-top: 75px
    }

    .md-pl-75 {
        padding-left: 75px
    }

    .md-pr-75 {
        padding-right: 75px
    }

    .md-pb-75 {
        padding-bottom: 75px
    }

    .md-m-75 {
        margin: 75px
    }

    .md-mt-75 {
        margin-top: 75px
    }

    .md-ml-75 {
        margin-left: 75px
    }

    .md-mr-75 {
        margin-right: 75px
    }

    .md-mb-75 {
        margin-bottom: 75px
    }

    .md-p-50 {
        padding: 50px
    }

    .md-pt-50 {
        padding-top: 50px
    }

    .md-pl-50 {
        padding-left: 50px
    }

    .md-pr-50 {
        padding-right: 50px
    }

    .md-pb-50 {
        padding-bottom: 50px
    }

    .md-m-50 {
        margin: 50px
    }

    .md-mt-50 {
        margin-top: 50px
    }

    .md-ml-50 {
        margin-left: 50px
    }

    .md-mr-50 {
        margin-right: 50px
    }

    .md-mb-50 {
        margin-bottom: 50px
    }

    .md-p-40 {
        padding: 40px
    }

    .md-pt-40 {
        padding-top: 40px
    }

    .md-pl-40 {
        padding-left: 40px
    }

    .md-pr-40 {
        padding-right: 40px
    }

    .md-pb-40 {
        padding-bottom: 40px
    }

    .md-m-40 {
        margin: 40px
    }

    .md-mt-40 {
        margin-top: 40px
    }

    .md-ml-40 {
        margin-left: 40px
    }

    .md-mr-40 {
        margin-right: 40px
    }

    .md-mb-40 {
        margin-bottom: 40px
    }

    .md-p-30 {
        padding: 30px
    }

    .md-pt-30 {
        padding-top: 30px
    }

    .md-pl-30 {
        padding-left: 30px
    }

    .md-pr-30 {
        padding-right: 30px
    }

    .md-pb-30 {
        padding-bottom: 30px
    }

    .md-m-30 {
        margin: 30px
    }

    .md-mt-30 {
        margin-top: 30px
    }

    .md-ml-30 {
        margin-left: 30px
    }

    .md-mr-30 {
        margin-right: 30px
    }

    .md-mb-30 {
        margin-bottom: 30px
    }

    .md-p-25 {
        padding: 25px
    }

    .md-pt-25 {
        padding-top: 25px
    }

    .md-pl-25 {
        padding-left: 25px
    }

    .md-pr-25 {
        padding-right: 25px
    }

    .md-pb-25 {
        padding-bottom: 25px
    }

    .md-m-25 {
        margin: 25px
    }

    .md-mt-25 {
        margin-top: 25px
    }

    .md-ml-25 {
        margin-left: 25px
    }

    .md-mr-25 {
        margin-right: 25px
    }

    .md-mb-25 {
        margin-bottom: 25px
    }

    .md-p-20 {
        padding: 20px
    }

    .md-pt-20 {
        padding-top: 20px
    }

    .md-pl-20 {
        padding-left: 20px
    }

    .md-pr-20 {
        padding-right: 20px
    }

    .md-pb-20 {
        padding-bottom: 20px
    }

    .md-m-20 {
        margin: 20px
    }

    .md-mt-20 {
        margin-top: 20px
    }

    .md-ml-20 {
        margin-left: 20px
    }

    .md-mr-20 {
        margin-right: 20px
    }

    .md-mb-20 {
        margin-bottom: 20px
    }

    .md-p-15 {
        padding: 15px
    }

    .md-pt-15 {
        padding-top: 15px
    }

    .md-pl-15 {
        padding-left: 15px
    }

    .md-pr-15 {
        padding-right: 15px
    }

    .md-pb-15 {
        padding-bottom: 15px
    }

    .md-m-15 {
        margin: 15px
    }

    .md-mt-15 {
        margin-top: 15px
    }

    .md-ml-15 {
        margin-left: 15px
    }

    .md-mr-15 {
        margin-right: 15px
    }

    .md-mb-15 {
        margin-bottom: 15px
    }

    .md-p-10 {
        padding: 10px
    }

    .md-pt-10 {
        padding-top: 10px
    }

    .md-pl-10 {
        padding-left: 10px
    }

    .md-pr-10 {
        padding-right: 10px
    }

    .md-pb-10 {
        padding-bottom: 10px
    }

    .md-m-10 {
        margin: 10px
    }

    .md-mt-10 {
        margin-top: 10px
    }

    .md-ml-10 {
        margin-left: 10px
    }

    .md-mr-10 {
        margin-right: 10px
    }

    .md-mb-10 {
        margin-bottom: 10px
    }

    .md-p-5 {
        padding: 5px
    }

    .md-pt-5 {
        padding-top: 5px
    }

    .md-pl-5 {
        padding-left: 5px
    }

    .md-pr-5 {
        padding-right: 5px
    }

    .md-pb-5 {
        padding-bottom: 5px
    }

    .md-m-5 {
        margin: 5px
    }

    .md-mt-5 {
        margin-top: 5px
    }

    .md-ml-5 {
        margin-left: 5px
    }

    .md-mr-5 {
        margin-right: 5px
    }

    .md-mb-5 {
        margin-bottom: 5px
    }

    .md-p-0 {
        padding: 0px
    }

    .md-pt-0 {
        padding-top: 0px
    }

    .md-pl-0 {
        padding-left: 0px
    }

    .md-pr-0 {
        padding-right: 0px
    }

    .md-pb-0 {
        padding-bottom: 0px
    }

    .md-m-0 {
        margin: 0px
    }

    .md-mt-0 {
        margin-top: 0px
    }

    .md-ml-0 {
        margin-left: 0px
    }

    .md-mr-0 {
        margin-right: 0px
    }

    .md-mb-0 {
        margin-bottom: 0px
    }
}

@media (min-width: 1200px) {
    .lg-px-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .lg-py-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .lg-mx-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .lg-my-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .lg-px-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .lg-py-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .lg-mx-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .lg-my-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .lg-px-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .lg-py-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .lg-mx-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .lg-my-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .lg-px-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .lg-py-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .lg-mx-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .lg-my-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .lg-px-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .lg-py-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .lg-mx-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .lg-my-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .lg-px-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .lg-py-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .lg-mx-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .lg-my-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .lg-px-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .lg-py-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .lg-mx-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .lg-my-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .lg-px-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .lg-py-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .lg-mx-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .lg-my-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .lg-px-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .lg-py-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .lg-mx-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .lg-my-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .lg-px-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .lg-py-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .lg-mx-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .lg-my-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .lg-px-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .lg-py-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .lg-mx-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .lg-my-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .lg-px-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .lg-py-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .lg-mx-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .lg-my-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .lg-px-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .lg-py-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .lg-mx-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .lg-my-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .lg-p-200 {
        padding: 200px
    }

    .lg-pt-200 {
        padding-top: 200px
    }

    .lg-pl-200 {
        padding-left: 200px
    }

    .lg-pr-200 {
        padding-right: 200px
    }

    .lg-pb-200 {
        padding-bottom: 200px
    }

    .lg-m-200 {
        margin: 200px
    }

    .lg-mt-200 {
        margin-top: 200px
    }

    .lg-ml-200 {
        margin-left: 200px
    }

    .lg-mr-200 {
        margin-right: 200px
    }

    .lg-mb-200 {
        margin-bottom: 200px
    }

    .lg-p-150 {
        padding: 150px
    }

    .lg-pt-150 {
        padding-top: 150px
    }

    .lg-pl-150 {
        padding-left: 150px
    }

    .lg-pr-150 {
        padding-right: 150px
    }

    .lg-pb-150 {
        padding-bottom: 150px
    }

    .lg-m-150 {
        margin: 150px
    }

    .lg-mt-150 {
        margin-top: 150px
    }

    .lg-ml-150 {
        margin-left: 150px
    }

    .lg-mr-150 {
        margin-right: 150px
    }

    .lg-mb-150 {
        margin-bottom: 150px
    }

    .lg-p-100 {
        padding: 100px
    }

    .lg-pt-100 {
        padding-top: 100px
    }

    .lg-pl-100 {
        padding-left: 100px
    }

    .lg-pr-100 {
        padding-right: 100px
    }

    .lg-pb-100 {
        padding-bottom: 100px
    }

    .lg-m-100 {
        margin: 100px
    }

    .lg-mt-100 {
        margin-top: 100px
    }

    .lg-ml-100 {
        margin-left: 100px
    }

    .lg-mr-100 {
        margin-right: 100px
    }

    .lg-mb-100 {
        margin-bottom: 100px
    }

    .lg-p-75 {
        padding: 75px
    }

    .lg-pt-75 {
        padding-top: 75px
    }

    .lg-pl-75 {
        padding-left: 75px
    }

    .lg-pr-75 {
        padding-right: 75px
    }

    .lg-pb-75 {
        padding-bottom: 75px
    }

    .lg-m-75 {
        margin: 75px
    }

    .lg-mt-75 {
        margin-top: 75px
    }

    .lg-ml-75 {
        margin-left: 75px
    }

    .lg-mr-75 {
        margin-right: 75px
    }

    .lg-mb-75 {
        margin-bottom: 75px
    }

    .lg-p-50 {
        padding: 50px
    }

    .lg-pt-50 {
        padding-top: 50px
    }

    .lg-pl-50 {
        padding-left: 50px
    }

    .lg-pr-50 {
        padding-right: 50px
    }

    .lg-pb-50 {
        padding-bottom: 50px
    }

    .lg-m-50 {
        margin: 50px
    }

    .lg-mt-50 {
        margin-top: 50px
    }

    .lg-ml-50 {
        margin-left: 50px
    }

    .lg-mr-50 {
        margin-right: 50px
    }

    .lg-mb-50 {
        margin-bottom: 50px
    }

    .lg-p-40 {
        padding: 40px
    }

    .lg-pt-40 {
        padding-top: 40px
    }

    .lg-pl-40 {
        padding-left: 40px
    }

    .lg-pr-40 {
        padding-right: 40px
    }

    .lg-pb-40 {
        padding-bottom: 40px
    }

    .lg-m-40 {
        margin: 40px
    }

    .lg-mt-40 {
        margin-top: 40px
    }

    .lg-ml-40 {
        margin-left: 40px
    }

    .lg-mr-40 {
        margin-right: 40px
    }

    .lg-mb-40 {
        margin-bottom: 40px
    }

    .lg-p-30 {
        padding: 30px
    }

    .lg-pt-30 {
        padding-top: 30px
    }

    .lg-pl-30 {
        padding-left: 30px
    }

    .lg-pr-30 {
        padding-right: 30px
    }

    .lg-pb-30 {
        padding-bottom: 30px
    }

    .lg-m-30 {
        margin: 30px
    }

    .lg-mt-30 {
        margin-top: 30px
    }

    .lg-ml-30 {
        margin-left: 30px
    }

    .lg-mr-30 {
        margin-right: 30px
    }

    .lg-mb-30 {
        margin-bottom: 30px
    }

    .lg-p-25 {
        padding: 25px
    }

    .lg-pt-25 {
        padding-top: 25px
    }

    .lg-pl-25 {
        padding-left: 25px
    }

    .lg-pr-25 {
        padding-right: 25px
    }

    .lg-pb-25 {
        padding-bottom: 25px
    }

    .lg-m-25 {
        margin: 25px
    }

    .lg-mt-25 {
        margin-top: 25px
    }

    .lg-ml-25 {
        margin-left: 25px
    }

    .lg-mr-25 {
        margin-right: 25px
    }

    .lg-mb-25 {
        margin-bottom: 25px
    }

    .lg-p-20 {
        padding: 20px
    }

    .lg-pt-20 {
        padding-top: 20px
    }

    .lg-pl-20 {
        padding-left: 20px
    }

    .lg-pr-20 {
        padding-right: 20px
    }

    .lg-pb-20 {
        padding-bottom: 20px
    }

    .lg-m-20 {
        margin: 20px
    }

    .lg-mt-20 {
        margin-top: 20px
    }

    .lg-ml-20 {
        margin-left: 20px
    }

    .lg-mr-20 {
        margin-right: 20px
    }

    .lg-mb-20 {
        margin-bottom: 20px
    }

    .lg-p-15 {
        padding: 15px
    }

    .lg-pt-15 {
        padding-top: 15px
    }

    .lg-pl-15 {
        padding-left: 15px
    }

    .lg-pr-15 {
        padding-right: 15px
    }

    .lg-pb-15 {
        padding-bottom: 15px
    }

    .lg-m-15 {
        margin: 15px
    }

    .lg-mt-15 {
        margin-top: 15px
    }

    .lg-ml-15 {
        margin-left: 15px
    }

    .lg-mr-15 {
        margin-right: 15px
    }

    .lg-mb-15 {
        margin-bottom: 15px
    }

    .lg-p-10 {
        padding: 10px
    }

    .lg-pt-10 {
        padding-top: 10px
    }

    .lg-pl-10 {
        padding-left: 10px
    }

    .lg-pr-10 {
        padding-right: 10px
    }

    .lg-pb-10 {
        padding-bottom: 10px
    }

    .lg-m-10 {
        margin: 10px
    }

    .lg-mt-10 {
        margin-top: 10px
    }

    .lg-ml-10 {
        margin-left: 10px
    }

    .lg-mr-10 {
        margin-right: 10px
    }

    .lg-mb-10 {
        margin-bottom: 10px
    }

    .lg-p-5 {
        padding: 5px
    }

    .lg-pt-5 {
        padding-top: 5px
    }

    .lg-pl-5 {
        padding-left: 5px
    }

    .lg-pr-5 {
        padding-right: 5px
    }

    .lg-pb-5 {
        padding-bottom: 5px
    }

    .lg-m-5 {
        margin: 5px
    }

    .lg-mt-5 {
        margin-top: 5px
    }

    .lg-ml-5 {
        margin-left: 5px
    }

    .lg-mr-5 {
        margin-right: 5px
    }

    .lg-mb-5 {
        margin-bottom: 5px
    }

    .lg-p-0 {
        padding: 0px
    }

    .lg-pt-0 {
        padding-top: 0px
    }

    .lg-pl-0 {
        padding-left: 0px
    }

    .lg-pr-0 {
        padding-right: 0px
    }

    .lg-pb-0 {
        padding-bottom: 0px
    }

    .lg-m-0 {
        margin: 0px
    }

    .lg-mt-0 {
        margin-top: 0px
    }

    .lg-ml-0 {
        margin-left: 0px
    }

    .lg-mr-0 {
        margin-right: 0px
    }

    .lg-mb-0 {
        margin-bottom: 0px
    }
}

@media (min-width: 1600px) {
    .xl-px-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .xl-py-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .xl-mx-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .xl-my-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .xl-px-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .xl-py-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .xl-mx-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .xl-my-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .xl-px-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .xl-py-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .xl-mx-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .xl-my-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .xl-px-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .xl-py-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .xl-mx-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .xl-my-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .xl-px-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .xl-py-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .xl-mx-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .xl-my-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .xl-px-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .xl-py-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .xl-mx-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .xl-my-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .xl-px-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .xl-py-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .xl-mx-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .xl-my-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .xl-px-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .xl-py-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .xl-mx-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .xl-my-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .xl-px-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .xl-py-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .xl-mx-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .xl-my-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .xl-px-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .xl-py-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .xl-mx-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .xl-my-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .xl-px-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .xl-py-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .xl-mx-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .xl-my-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .xl-px-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .xl-py-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .xl-mx-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .xl-my-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .xl-px-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .xl-py-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .xl-mx-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .xl-my-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .xl-p-200 {
        padding: 200px
    }

    .xl-pt-200 {
        padding-top: 200px
    }

    .xl-pl-200 {
        padding-left: 200px
    }

    .xl-pr-200 {
        padding-right: 200px
    }

    .xl-pb-200 {
        padding-bottom: 200px
    }

    .xl-m-200 {
        margin: 200px
    }

    .xl-mt-200 {
        margin-top: 200px
    }

    .xl-ml-200 {
        margin-left: 200px
    }

    .xl-mr-200 {
        margin-right: 200px
    }

    .xl-mb-200 {
        margin-bottom: 200px
    }

    .xl-p-150 {
        padding: 150px
    }

    .xl-pt-150 {
        padding-top: 150px
    }

    .xl-pl-150 {
        padding-left: 150px
    }

    .xl-pr-150 {
        padding-right: 150px
    }

    .xl-pb-150 {
        padding-bottom: 150px
    }

    .xl-m-150 {
        margin: 150px
    }

    .xl-mt-150 {
        margin-top: 150px
    }

    .xl-ml-150 {
        margin-left: 150px
    }

    .xl-mr-150 {
        margin-right: 150px
    }

    .xl-mb-150 {
        margin-bottom: 150px
    }

    .xl-p-100 {
        padding: 100px
    }

    .xl-pt-100 {
        padding-top: 100px
    }

    .xl-pl-100 {
        padding-left: 100px
    }

    .xl-pr-100 {
        padding-right: 100px
    }

    .xl-pb-100 {
        padding-bottom: 100px
    }

    .xl-m-100 {
        margin: 100px
    }

    .xl-mt-100 {
        margin-top: 100px
    }

    .xl-ml-100 {
        margin-left: 100px
    }

    .xl-mr-100 {
        margin-right: 100px
    }

    .xl-mb-100 {
        margin-bottom: 100px
    }

    .xl-p-75 {
        padding: 75px
    }

    .xl-pt-75 {
        padding-top: 75px
    }

    .xl-pl-75 {
        padding-left: 75px
    }

    .xl-pr-75 {
        padding-right: 75px
    }

    .xl-pb-75 {
        padding-bottom: 75px
    }

    .xl-m-75 {
        margin: 75px
    }

    .xl-mt-75 {
        margin-top: 75px
    }

    .xl-ml-75 {
        margin-left: 75px
    }

    .xl-mr-75 {
        margin-right: 75px
    }

    .xl-mb-75 {
        margin-bottom: 75px
    }

    .xl-p-50 {
        padding: 50px
    }

    .xl-pt-50 {
        padding-top: 50px
    }

    .xl-pl-50 {
        padding-left: 50px
    }

    .xl-pr-50 {
        padding-right: 50px
    }

    .xl-pb-50 {
        padding-bottom: 50px
    }

    .xl-m-50 {
        margin: 50px
    }

    .xl-mt-50 {
        margin-top: 50px
    }

    .xl-ml-50 {
        margin-left: 50px
    }

    .xl-mr-50 {
        margin-right: 50px
    }

    .xl-mb-50 {
        margin-bottom: 50px
    }

    .xl-p-40 {
        padding: 40px
    }

    .xl-pt-40 {
        padding-top: 40px
    }

    .xl-pl-40 {
        padding-left: 40px
    }

    .xl-pr-40 {
        padding-right: 40px
    }

    .xl-pb-40 {
        padding-bottom: 40px
    }

    .xl-m-40 {
        margin: 40px
    }

    .xl-mt-40 {
        margin-top: 40px
    }

    .xl-ml-40 {
        margin-left: 40px
    }

    .xl-mr-40 {
        margin-right: 40px
    }

    .xl-mb-40 {
        margin-bottom: 40px
    }

    .xl-p-30 {
        padding: 30px
    }

    .xl-pt-30 {
        padding-top: 30px
    }

    .xl-pl-30 {
        padding-left: 30px
    }

    .xl-pr-30 {
        padding-right: 30px
    }

    .xl-pb-30 {
        padding-bottom: 30px
    }

    .xl-m-30 {
        margin: 30px
    }

    .xl-mt-30 {
        margin-top: 30px
    }

    .xl-ml-30 {
        margin-left: 30px
    }

    .xl-mr-30 {
        margin-right: 30px
    }

    .xl-mb-30 {
        margin-bottom: 30px
    }

    .xl-p-25 {
        padding: 25px
    }

    .xl-pt-25 {
        padding-top: 25px
    }

    .xl-pl-25 {
        padding-left: 25px
    }

    .xl-pr-25 {
        padding-right: 25px
    }

    .xl-pb-25 {
        padding-bottom: 25px
    }

    .xl-m-25 {
        margin: 25px
    }

    .xl-mt-25 {
        margin-top: 25px
    }

    .xl-ml-25 {
        margin-left: 25px
    }

    .xl-mr-25 {
        margin-right: 25px
    }

    .xl-mb-25 {
        margin-bottom: 25px
    }

    .xl-p-20 {
        padding: 20px
    }

    .xl-pt-20 {
        padding-top: 20px
    }

    .xl-pl-20 {
        padding-left: 20px
    }

    .xl-pr-20 {
        padding-right: 20px
    }

    .xl-pb-20 {
        padding-bottom: 20px
    }

    .xl-m-20 {
        margin: 20px
    }

    .xl-mt-20 {
        margin-top: 20px
    }

    .xl-ml-20 {
        margin-left: 20px
    }

    .xl-mr-20 {
        margin-right: 20px
    }

    .xl-mb-20 {
        margin-bottom: 20px
    }

    .xl-p-15 {
        padding: 15px
    }

    .xl-pt-15 {
        padding-top: 15px
    }

    .xl-pl-15 {
        padding-left: 15px
    }

    .xl-pr-15 {
        padding-right: 15px
    }

    .xl-pb-15 {
        padding-bottom: 15px
    }

    .xl-m-15 {
        margin: 15px
    }

    .xl-mt-15 {
        margin-top: 15px
    }

    .xl-ml-15 {
        margin-left: 15px
    }

    .xl-mr-15 {
        margin-right: 15px
    }

    .xl-mb-15 {
        margin-bottom: 15px
    }

    .xl-p-10 {
        padding: 10px
    }

    .xl-pt-10 {
        padding-top: 10px
    }

    .xl-pl-10 {
        padding-left: 10px
    }

    .xl-pr-10 {
        padding-right: 10px
    }

    .xl-pb-10 {
        padding-bottom: 10px
    }

    .xl-m-10 {
        margin: 10px
    }

    .xl-mt-10 {
        margin-top: 10px
    }

    .xl-ml-10 {
        margin-left: 10px
    }

    .xl-mr-10 {
        margin-right: 10px
    }

    .xl-mb-10 {
        margin-bottom: 10px
    }

    .xl-p-5 {
        padding: 5px
    }

    .xl-pt-5 {
        padding-top: 5px
    }

    .xl-pl-5 {
        padding-left: 5px
    }

    .xl-pr-5 {
        padding-right: 5px
    }

    .xl-pb-5 {
        padding-bottom: 5px
    }

    .xl-m-5 {
        margin: 5px
    }

    .xl-mt-5 {
        margin-top: 5px
    }

    .xl-ml-5 {
        margin-left: 5px
    }

    .xl-mr-5 {
        margin-right: 5px
    }

    .xl-mb-5 {
        margin-bottom: 5px
    }

    .xl-p-0 {
        padding: 0px
    }

    .xl-pt-0 {
        padding-top: 0px
    }

    .xl-pl-0 {
        padding-left: 0px
    }

    .xl-pr-0 {
        padding-right: 0px
    }

    .xl-pb-0 {
        padding-bottom: 0px
    }

    .xl-m-0 {
        margin: 0px
    }

    .xl-mt-0 {
        margin-top: 0px
    }

    .xl-ml-0 {
        margin-left: 0px
    }

    .xl-mr-0 {
        margin-right: 0px
    }

    .xl-mb-0 {
        margin-bottom: 0px
    }
}

#header {
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 90px
}

#header #headerwrap {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #fff
}

#header.typ1 {
    position: fixed
}

#header.typ1 {
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -ms-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s
}

#header.typ1.headerSmall {
    height: 90px
}

#header.mobTyp1 {
    position: fixed
}

#header.mobTyp2 {
    position: absolute
}

#header.mobTyp2.animate {
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}

#header.mobTyp2.fixed {
    position: fixed;
    top: -185px
}

#header.mobTyp2.fixed.sichtbar {
    top: 50px
}

.menu-left nav, .menu-right nav {
    position: absolute;
    top: 32px;
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -ms-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s
}

.menu-left #nav .menu_main li, .menu-right #nav .menu_main li {
    padding-bottom: 0
}

.menu-left.typ1.headerSmall nav, .menu-right.typ1.headerSmall nav {
    top: 32px
}

.logo-left #logo, .logo-right #logo {
    position: absolute;
    width: 135px;
    top: 35px;
    height: auto;
    vertical-align: baseline;
    display: block;
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -ms-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s
}

.logo-left.typ1.headerSmall #logo, .logo-right.typ1.headerSmall #logo {
    width: 135px;
    top: 35px
}

.logo-left #logo {
    left: 50px
}

.typ1.headerSmall.logo-left #logo {
    left: 30px
}

.menu-left #nav {
    right: 50px
}

.typ1.headerSmall.menu-left #nav {
    right: 30px
}

.menu-left #nav .menu_main li {
    margin-left: 20px
}

.logo-right #logo {
    right: 50px
}

.mobTyp1.logo-right #logo, .typ1.headerSmall.logo-right #logo {
    right: 30px
}

.menu-right #nav {
    left: 50px
}

.typ1.headerSmall.menu-right #nav {
    left: 30px
}

.menu-right #nav .menu_main li {
    margin-right: 20px
}

.menu-center #nav, .logo-center #logoLink {
    width: 135px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -ms-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s
}

.logo-center #logoLink {
    padding: 0
}

.logo-center #logo {
    width: 135px;
    vertical-align: baseline;
    display: inline-block;
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -ms-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s
}

.typ1.headerSmall.logo-center #logoLink {
    padding-top: 0
}

.typ1.headerSmall.logo-center #logo {
    width: 135px
}

.menu-center #nav .menu_main li {
    padding: 10px;
    padding-bottom: 0
}

.menu-center div#phoneService {
    top: 35px
}

#nav .menu_main li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    position: relative
}

#nav .menu_main li a, #nav .menu_main li span {
    font-family: "Molde Condensed Light", Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

#nav .menu_main li.current a {
    border-bottom: 1px solid #000
}

.desktop #nav .menu_main li a:hover, .desktop #nav .menu_main li span:hover {
    color: #e2001a;
    cursor: pointer
}

.desktop #nav .menu_main li.current > a:hover {
    border-bottom: 1px solid #e2001a
}

#nav .menu_main li ul {
    padding: 0 20px 10px;
    margin-left: -20px;
    position: absolute;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-out 0s;
    -moz-transition: opacity 100ms ease-out 0s;
    -o-transition: opacity 100ms ease-out 0s;
    transition: opacity 100ms ease-out 0s
}

#nav .menu_main li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in 0s;
    -moz-transition: opacity 500ms ease-in 0s;
    -o-transition: opacity 500ms ease-in 0s;
    transition: opacity 500ms ease-in 0s
}

#nav .menu_main li ul li {
    padding: 0;
    float: none;
    display: block;
    line-height: 20px !important;
    text-align: left;
    margin: 0 !important
}

#nav .menu_main li.parent ul li a {
    border-bottom: none !important
}

.logo-left #nav .menu_main li ul li, .logo-right #nav .menu_main li ul li {
    padding-bottom: 15px
}

.mobile #nav {
    display: none
}

.mobile #mobile-nav, .mobile #mobileNavOffner, .mobile #mobileTel {
    display: block
}

.mobile #header {
    height: 90px
}

.mobile #wrapper {
    margin-top: 185
}

.mobile #header .logowrap {
    top: 35px;
    position: absolute;
    z-index: 23
}

.mobile #logo {
    width: 135px !important;
    top: 35px
}

@media screen and (max-width: 1150px) {
    .desktop #nav {
        display: none
    }

    .desktop #mobile-nav, .desktop #mobileNavOffner, .desktop #mobileTel {
        display: block
    }

    .desktop #header {
        height: 90px
    }

    .desktop #wrapper {
        margin-top: 185
    }

    .desktop #header .logowrap {
        top: 35px;
        position: absolute;
        z-index: 23
    }

    .desktop #logo {
        width: 135px !important;
        top: 35px
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 3;
    display: none;
    overflow: hidden;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

#mobile-nav.auf {
    padding-top: 110px;
    height: 100%;
    overflow-y: scroll
}

#mobile-navWrapp {
    opacity: 0;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

#mobile-nav.auf #mobile-navWrapp {
    opacity: 1
}

#mobile-navWrapp ul {
    margin-bottom: 0
}

#mobile-nav .menu-border li {
    list-style-type: none;
    padding-bottom: 0
}

#mobile-nav .menu-border li:last-child {
    border-bottom: none
}

#mobile-nav .menu-border li > a, #mobile-nav .menu-border li > span {
    color: #000;
    font-size: 24px;
    padding: 10px 20px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    font-family: "Molde Condensed Light", Helvetica, Arial, sans-serif
}

.desktop #mobile-nav .menu-border > a:hover, .desktop #mobile-nav .menu-border > span:hover {
    color: #e2001a;
    cursor: pointer
}

#mobile-nav .menu-box li {
    text-align: center;
    list-style-type: none;
    padding-bottom: 0;
    height: 70px;
    border-bottom: 2px #fff solid
}

#mobile-nav .menu-box li:last-child {
    border-bottom: none
}

#mobile-nav .menu-box a, #mobile-nav .menu-box span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 68px;
    display: block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    background: #aa0014
}

.desktop #mobile-nav .menu-box a:hover, .desktop #mobile-nav .menu-box span:hover {
    background: #aa0014;
    cursor: pointer;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

#mobile-navWrapp {
    padding-top: 30px;
    padding-bottom: 30px
}

#mobile-nav .menu-box li.parent {
    padding: 0;
    overflow: hidden;
    height: 68px
}

#mobile-nav .menu-box li.parent.auf {
    height: auto
}

#mobile-nav .menu-box li.parent li {
    padding-bottom: 0
}

#mobile-nav .menu-box li.parent a, #mobile-nav .menu-box li.parent span {
    line-height: 68px
}

#mobile-nav .menu-box li.parent.auf span.separator {
    background-color: #9b0012
}

#mobile-nav .menu-box li.parent.auf a, #mobile-nav .menu-box li.parent.auf span {
    background-color: #9b0012
}

.desktop #mobile-nav .menu-box li.parent.auf a:hover, .desktop #mobile-nav .menu-box li.parent.auf span:hover {
    background: #8b0010;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

#mobile-nav ul.menu-box li ul {
    border-top: 2px #fff solid
}

#mobile-nav .menu-box li.parent a, #mobile-nav .menu-box li.parent span {
    line-height: 68px
}

#mobile-nav .menu-box li.parent li {
    height: auto
}

#mobile-nav .menu-box li.parent li a {
    line-height: inherit;
    padding: 15px 25px
}

#mobileTel {
    background-color: #e2001a;
    color: #000;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 40px;
    z-index: 21;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: none
}

#mobileTel .fa-phone {
    font-size: 25px;
    margin-top: 11px
}

#mobileNavOffner {
    position: absolute;
    width: auto;
    height: 50px;
    line-height: 50px;
    z-index: 50;
    float: none;
    top: 17px;
    display: none
}

#mobileNavOffner.left {
    left: 20px
}

#mobileNavOffner.right {
    right: 20px
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer
}

.c-hamburger:focus {
    outline: none
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 2px;
    background: #000
}

.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: ""
}

.c-hamburger span::before {
    top: -10px
}

.c-hamburger span::after {
    bottom: -10px
}

.c-hamburger-htx span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s
}

.c-hamburger-htx span::before, .c-hamburger-htx span::after {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.c-hamburger-htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.c-hamburger-htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.c-hamburger-htx.is-active span {
    background: none
}

.c-hamburger-htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-hamburger-htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-hamburger-htx.is-active span::before, .c-hamburger-htx.is-active span::after {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.custom_overlay, .custom_overlay_2 {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
    overflow: scroll;
    display: none
}

#overlay, #overlay2 {
    color: #fff;
    width: calc(100% - 192px);
    max-width: 1488px;
    box-sizing: border-box;
    margin: auto
}

#overlayWrapp, #overlay2Wrapp {
    opacity: 0;
    top: -50px;
    position: relative;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    width: 100%;
    max-width: 800px;
    margin: auto
}

.custom_overlay.auf #overlayWrapp, .custom_overlay_2.auf #overlay2Wrapp {
    opacity: 1;
    top: 100px;
    padding-bottom: 100px
}

#overlayClose, #overlay2Close {
    background: url("../images/x-close.svg") no-repeat;
    background-size: cover;
    opacity: .7;
    top: 24px;
    right: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none
}

#overlayClose:hover, #overlay2Close:hover {
    opacity: 1;
    cursor: pointer
}

#overlayWrapp h2, #overlay2Wrapp h2 {
    color: #000;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 40px
}

#overlayWrapp h3, #overlay2Wrapp h3 {
    letter-spacing: 0;
    line-height: 33px;
    text-transform: none;
    margin-bottom: 30px
}

#overlayWrapp h2:after, #overlay2Wrapp h2:after {
    background-color: #000;
    content: "";
    height: 2px;
    width: 90px;
    display: block;
    margin: auto;
    margin-top: 40px
}

#overlayWrapp p {
    text-align: center;
    color: #000
}

.custom_side-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 50%;
    right: -50%;
    background: #ffed00;
    z-index: 99;
    overflow: scroll;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

@media only screen and (max-width: 567px) {
    .custom_side-overlay {
        width: 100%;
        right: -100%
    }
}

.side-overlay_auf .custom_side-overlay {
    right: 0
}

#side-overlay {
    color: #fff;
    width: 80%;
    max-width: 1488px;
    box-sizing: border-box;
    margin: auto
}

#side-overlayWrapp {
    opacity: 0;
    top: 50px;
    right: -80px;
    position: relative;
    width: 100%;
    max-width: 800px;
    padding-bottom: 50px;
    margin: auto;
    -webkit-transition: all 700ms ease .2s;
    -moz-transition: all 700ms ease .2s;
    -o-transition: all 700ms ease .2s;
    transition: all 700ms ease .2s
}

.side-overlay_auf .custom_side-overlay #side-overlayWrapp {
    opacity: 1;
    right: 0
}

#side-overlayClose {
    background: url("../images/x-close-white.svg") no-repeat;
    background-size: cover;
    opacity: .7;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none
}

#side-overlayClose:hover {
    opacity: 1;
    cursor: pointer
}

#side-overlayBack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 700ms ease .2s;
    -moz-transition: all 700ms ease .2s;
    -o-transition: all 700ms ease .2s;
    transition: all 700ms ease .2s
}

.side-overlay_auf #side-overlayBack {
    visibility: visible;
    opacity: .4
}

#side-overlayWrapp h2 {
    color: #fff;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 40px
}

#side-overlayWrapp h3 {
    letter-spacing: 0;
    line-height: 33px;
    text-transform: none;
    margin-bottom: 30px
}

#side-overlayWrapp h2:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    margin: 30px auto 0;
    text-align: center;
    width: 60px
}

#side-overlayWrapp p {
    text-align: center;
    padding-bottom: 30px
}

.custom_pop-overlay, .custom_pop-overlay2, .custom_pop-overlay3 {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 19;
    overflow: scroll;
    display: none
}

#pop-overlay, #pop-overlay2, #pop-overlay3 {
    width: 90%;
    max-width: 1488px;
    box-sizing: border-box;
    margin: auto
}

#pop-overlayWrapp, #pop-overlay2Wrapp, #pop-overlay3Wrapp {
    opacity: 0;
    top: -50px;
    position: relative;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    width: 100%;
    margin: 0 auto 100px auto;
    box-sizing: border-box
}

@media (min-width: 992px) {
    #pop-overlay2Wrapp, #pop-overlay3Wrapp {
        width: 50%
    }
}

.custom_pop-overlay.auf #pop-overlayWrapp, .custom_pop-overlay2.auf #pop-overlay2Wrapp, .custom_pop-overlay3.auf #pop-overlay3Wrapp {
    opacity: 1;
    top: 250px
}

.custom_pop-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 100px;
    height: 50px;
    z-index: 99;
    background-image: url(/images/svg/icon-dreieck-unten-weiss50.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 50% 0;
    -moz-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .75s cubic-bezier(.23, 1, .32, 1) 0s
}

.custom_pop-overlay.auf:before {
    top: 140px
}

#pop-overlayClose, #pop-overlay2Close, #pop-overlay3Close {
    background: url("../images/x-close-white.svg") no-repeat;
    background-size: cover;
    opacity: .7;
    top: -50px;
    right: -4px;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none
}

#pop-overlayClose:hover, #pop-overlay2Close:hover, #pop-overlay3Close:hover {
    opacity: 1;
    cursor: pointer
}

#pop-overlayWrapp h2, #pop-overlay2Wrapp h2, #pop-overlay3Wrapp h2 {
    color: #000;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 40px
}

#pop-overlayWrapp h3, #pop-overlay2Wrapp h3, #pop-overlay3Wrapp h3 {
    letter-spacing: 0;
    line-height: 33px;
    text-transform: none;
    margin-bottom: 30px
}

#pop-overlayWrapp h2:after {
    background-color: #000;
    content: "";
    height: 2px;
    width: 90px;
    display: block;
    margin: auto;
    margin-top: 40px
}

#pop-overlayWrapp p {
    text-align: center;
    padding: 30px 0;
    color: #000
}

#pop-overlay2Wrapp div > h2, #pop-overlay2Wrapp div > p, #pop-overlay3Wrapp div > h2, #pop-overlay3Wrapp div > p {
    text-align: center;
    padding-bottom: 30px 0;
    color: #fff
}

#videoWrapp {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
    top: 104px;
    top: 0;
    left: 0
}

.video-container {
    width: 720px;
    height: 405px;
    position: relative;
    background-color: #000
}

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

#cboxOverlay {
    background: none repeat scroll 0 0 #000;
    z-index: 9 !important
}

.videoClose {
    opacity: .7;
    position: absolute;
    top: -40px;
    right: 0;
    height: 40px;
    width: 30px
}

.videoClose.back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.videoClose .fa-times {
    color: #fff
}

.desktop .videoClose.button:hover {
    opacity: 1;
    cursor: pointer
}

.videoButton {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    color: #e2001a;
    width: 100%
}

.desktop .videoButton:hover {
    cursor: pointer;
    color: #aa0014
}

.videoButtonWrap {
    text-align: center;
    display: inline-block;
    width: 510px
}

.videoButton img {
    width: 100%
}

.videoButtonWrap .fa-play {
    font-size: 30px;
    color: #fff;
    background-color: #e2001a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.videoButtonWrap .fa-play::before {
    margin-left: 15px
}

.desktop .videoButtonWrap .videoButton:hover .fa-play {
    background-color: #fff;
    color: #e2001a
}

li#phoneService {
    background-color: #e2001a;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s
}

div#phoneService {
    position: absolute;
    z-index: 21;
    top: 30px;
    right: 50px;
    background-color: #e2001a;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s
}

#phoneService .fa-phone {
    font-size: 40px;
    margin-top: 17px
}

#phoneService:hover {
    background-color: #ff0421;
    cursor: pointer
}

#phoneService:before {
    pointer-events: none;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    content: '';
    display: block;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background: transparent;
    opacity: 0;
    border: 2px solid #ff0421;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s
}

#phoneService:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

#schnellKontaktOverlay {
    position: fixed;
    top: 30px;
    right: 50px;
    width: 0;
    height: 0;
    min-width: 60px;
    min-height: 60px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 19;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

body.active #schnellKontaktOverlay {
    top: 15px;
    right: 30px
}

body.active #schnellKontaktOverlay.open, #schnellKontaktOverlay.open {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border-radius: 0;
    opacity: 1
}

#schnellKontaktOverlay #schnellKontaktOverlayContainer {
    background: #e2001a;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    z-index: 9;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

#schnellKontaktOverlay.open #schnellKontaktOverlayContainer {
    width: 450px;
    height: 450px;
    margin-top: -225px;
    margin-left: -225px;
    padding: 190px 40px 0 40px
}

#schnellKontaktOverlay #schnellKontaktOverlayContainer p, #schnellKontaktOverlay #schnellKontaktOverlayContainer address {
    color: #000
}

#schnellKontaktOverlay #schnellKontaktOverlayContainer a {
    color: #254194
}

#schnellKontaktOverlay.open #schnellKontaktOverlayContainer p, #schnellKontaktOverlay.open #schnellKontaktOverlayContainer address {
    margin-bottom: 20px;
    white-space: nowrap
}

#schnellKontaktOverlay .custom:before {
    content: '\f095';
    color: #000;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 125px;
    text-align: left;
    font-size: 75px;
    left: 200px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#schnellKontaktOverlayClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px
}

#schnellKontaktOverlayClose .fa-times {
    color: #e2001a;
    font-size: 40px
}

.desktop #schnellKontaktOverlayClose:hover .fa-times {
    color: #ff0421;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    div#phoneService {
        display: none
    }

    #schnellKontaktOverlay {
        background: #e2001a
    }

    #schnellKontaktOverlayClose {
        position: fixed;
        top: 23px;
        right: 27px;
        opacity: 1
    }

    #schnellKontaktOverlayClose .fa-times {
        color: #000
    }

    .desktop #schnellKontaktOverlayClose:hover .fa-times {
        color: #000
    }

    #schnellKontaktOverlay {
        top: 23px;
        right: 15px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.arrowInner .slick-list {
    margin-left: 0;
    margin-right: 0
}

.arrowInner .slick-slide {
    padding-left: 0;
    padding-right: 0
}

.backgroundImg {
    height: calc(100vh - 90px)
}

.backgroundImg .slick-list, .backgroundImg .slick-track {
    height: 100%
}

.backgroundImg .slick-slide {
    background-size: cover;
    background-position: center
}

.backgroundImg .slick-slide.topLeft {
    background-position: top left
}

.backgroundImg .slick-slide.topCenter {
    background-position: top center
}

.backgroundImg .slick-slide.topRight {
    background-position: top right
}

.backgroundImg .slick-slide.bottomLeft {
    background-position: bottom left
}

.backgroundImg .slick-slide.bottomCenter {
    background-position: bottom center
}

.backgroundImg .slick-slide.bottomRight {
    background-position: bottom right
}

.slickInfoBlock {
    opacity: 0;
    padding: 20px;
    -webkit-transition: margin-right .75s ease-out 1s;
    -moz-transition: margin-right .75s ease-out 1s;
    -ms-transition: margin-right .75s ease-out 1s;
    -o-transition: margin-right .75s ease-out 1s;
    transition: margin-right .75s ease-out 1s
}

.slick-current .slickInfoBlock {
    opacity: 1
}

.slickInfoBlock p stong {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    font-size: 76px;
    line-height: 84px;
    font-weight: 100;
    text-transform: uppercase
}

.slickInfoBlock p {
    display: inline-block;
    padding: 0;
    position: relative
}

.slickInfoBlock.left {
    float: left;
    text-align: left
}

.slickInfoBlock.right {
    float: right;
    text-align: right
}

.slickInfoBlock.center {
    display: inline-block
}

.slick-loading .slick-list {
    background: #fff url('../slick/ajax-loader.gif') center center no-repeat
}

.slick-prev, .slick-next {
    z-index: 5;
    height: 100%;
    width: auto;
    top: 0;
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    color: transparent
}

.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .55
}

.slick-prev:before, .slick-next:before {
    font-family: "FontAwesome";
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: inline-block;
    background-color: #e2001a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-prev {
    left: -70px
}

.slick-prev:before {
    content: "\f053";
    text-indent: -4px
}

.slick-next {
    right: -70px
}

.slick-next:before {
    content: "\f054";
    text-indent: 4px;
    right: 0
}

.arrowInner .slick-prev {
    left: 0;
    padding-left: 30px
}

.arrowInner .slick-next {
    right: 0;
    padding-right: 30px
}

.slick-dotted.slick-slider {
    margin-bottom: 50px
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: transparent
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f111";
    width: 20px;
    height: 20px;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #e2001a;
    opacity: .55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #e2001a;
    opacity: .75;
    font-size: 15px
}

.schubladenWrapp {
    border-top: 1px solid #fff;
    padding: 30px 0;
    text-align: center;
    position: relative
}

.schubladenWrapp:first-child {
    border: medium none;
    padding-top: 55px
}

.schubladenWrapp:last-child {
    padding-bottom: 0
}

.schubladen-Contain {
    overflow: hidden
}

.schubladenWrapp h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    text-transform: none;
    color: #000
}

.schubladenWrapp h3, .schubladenWrapp h4 {
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 0;
    color: #000;
    margin-bottom: 0
}

.schubladenWrapp h3 {
    margin-bottom: 40px
}

.introtext {
    padding-bottom: 10px
}

.fulltext {
    display: none;
    text-align: left;
    padding-bottom: 20px
}

.weiterlesen {
    display: inline-block;
    color: #e2001a;
    cursor: pointer;
    position: relative
}

.weiterlesen:hover {
    color: #aa0014
}

.weiterlesen:after {
    font-family: 'FontAwesome';
    display: block;
    line-height: 15px;
    content: "\f078"
}

.weiterlesen.auf:after {
    content: "\f077"
}

.terms {
    display: none
}

form ol {
    margin-left: 0
}

form ol li {
    list-style-type: none;
    width: 100%;
    position: relative
}

input, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0
}

input, textarea, select {
    display: inline-block;
    margin: 0 0 12px 0;
    text-align: left;
    color: #555;
    border: solid 2px #555;
    border-radius: 0;
    width: 100%;
    padding: 7px 12px;
    box-sizing: border-box;
    background: none;
    outline: none
}

textarea {
    min-height: 100px;
    margin-bottom: 0
}

label {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    line-height: 32px
}

.fullFields input, .fullFields textarea, .fullFields select {
    border: solid 3px #f9f9f9;
    background-color: #f9f9f9
}

.sternchen {
    color: inherit;
    display: inline;
    line-height: 15px;
    position: absolute;
    right: -10px;
    top: 0
}

.erklaerung {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px
}

.error, .invalid input, input.invalid {
    border-color: #f00 !important
}

.send_Button {
    display: block;
    background-color: #e2001a;
    color: white;
    border: medium none;
    outline: 0 none;
    text-align: center;
    font-size: 20px;
    width: 100%;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.send_Button.rund {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    padding: 0
}

.desktop .send_Button:hover, .desktop .pbSubmit:hover {
    cursor: pointer;
    background-color: #aa0014
}

.acysubbuttons .button {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.33;
    display: inline-block;
    border: none;
    width: auto;
    color: #fff;
    background-color: #e2001a;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.desktop .acysubbuttons .button:hover {
    color: #fff;
    background-color: #aa0014;
    cursor: pointer
}

input.formTrenner {
    background-color: transparent !important;
    color: #000;
    margin-bottom: 5px;
    border: none;
    padding: 20px 0 0 0;
    font-size: larger
}

input[type='checkbox'] {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 10px
}

input[type='checkbox']:checked {
    background-image: url(../images/input-checkbox-checked.svg);
    background-size: 100%;
    background-repeat: no-repeat
}

input[type='radio'] {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    border-color: #e2001a
}

input[type='radio']:checked {
    background-image: url(../images/input-radio-checked.svg);
    background-size: 100%;
    background-repeat: no-repeat
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down-black.svg);
    background-size: 20px;
    background-position: center right 13px;
    background-repeat: no-repeat
}

@media screen and (min-width: 0\0
) {
    select {
        background: none;
        padding: 5px
    }
}

input[type='file'] {
    border: none
}

#fbuilder input[type='file'] {
    border: 0;
    padding: 20px 0 0 0 !important;
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 0
}

input[type='file']::-webkit-file-upload-button {
    visibility: hidden;
    width: 150px
}

input[type='file']::before {
    content: 'Datei auswählen';
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    text-align: center;
    box-sizing: border-box;
    background-color: #ccc;
    line-height: 40px;
    width: 145px;
    height: 40px;
    position: relative;
    top: -13px
}

.desktop input[type='file']:hover::before {
    background-color: #aaa;
    cursor: pointer
}

input[type='file']:active::before {
    background-color: #999
}

#ausgabeMeldungOvaylay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 90;
    width: 100%;
    height: 100%
}

#ausgabeMeldungOvaylay.on {
    display: block !important
}

#meldungOvaylayWrapp {
    width: 53%;
    margin: auto;
    margin-top: 250px;
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding: 40px
}

#ausgabeMeldungX {
    background-color: #e2001a;
    color: #fff;
    padding: 10px 20px
}

.desktop #ausgabeMeldungX:hover {
    background-color: #aa0014;
    cursor: pointer
}

@media only screen and (max-width: 567px) {
    .left_aligned .fields label {
        height: auto;
        line-height: inherit
    }

    .left_aligned .fields .dfield, .left_aligned .fields label {
        float: none;
        width: 100%
    }

    .pbreak .pbPrevious, .pbreak .pbNext, .pbSubmit {
        margin: 10px 10px 0 0
    }
}

fieldset {
    border: none
}

.popover {
    display: none !important
}

ul.nav-tabs {
    margin-left: 20px
}

#footer {
    margin-top: 0;
    background-color: #5E5E5D
}

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

.menu_bottom li {
    float: left;
    padding: 0;
    padding-right: 15px;
    font-size: 14px;
    line-height: 16px
}

.menu_bottom .item-109 {
    float: right;
    padding-right: 0
}

.menu_bottom .item-110 {
    padding-right: 0
}

.menu_bottom li a, .menu_bottom li span {
    color: #fff;
    font-weight: 300
}

.desktop .menu_bottom li a:hover {
    color: #000
}

footer h3 {
    margin: 40px 0;
    color: #fff
}

.sitemapWrapp {
    display: table;
    width: 100%
}

.moduletable_sitemap {
    display: table-cell;
    vertical-align: top;
    width: 25%
}

.moduletable_sitemap.rechtl {
    text-align: right
}

.menu_sitemap li {
    list-style-type: none;
    font-size: 14px;
    line-height: 16px
}

.moduletable_sitemap.home .typ-alias {
    display: none
}

.moduletable_sitemap.home .typ-alias.item-228 {
    display: block;
    margin-top: 30px
}

.moduletable_sitemap.home > ul > li.typ-component {
    display: none
}

.menu_sitemap li.parent {
    margin-bottom: 0
}

.moduletable_sitemap {
    margin-bottom: 30px
}

.menu_sitemap a, .menu_sitemap span {
    color: #fff
}

.desktop .menu_sitemap a:hover {
    color: #000
}

@media screen and (max-width: 767px) {
    .menu_bottom .item-109 {
        float: left;
        padding-right: 0;
        clear: both
    }

    .sitemapWrapp {
        display: block;
        width: 100%
    }

    .moduletable_sitemap {
        display: block;
        width: 100%;
        text-align: left
    }

    .moduletable_sitemap .parent ul {
        display: none
    }

    .moduletable_sitemap .parent.open ul {
        display: block
    }

    .moduletable_sitemap .parent {
        cursor: pointer
    }
}

@media only screen and (max-width: 567px) {
    .menu_bottom li {
        float: none;
        margin: 5px 0
    }

    .moduletable_sitemap h3 {
        margin: 10px 0 20px 0
    }

    .menu_sitemap li.parent {
        float: none;
        width: 100%
    }

    .menu_sitemap li.parent:last-child {
        text-align: left;
        float: none
    }
}

.sppb-addon-single-image-container {
    position: relative
}

.sppb-addon-single-image-container .sppb-addon-image-overlay-icon {
    display: block
}

.sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon {
    animation: none
}

.sppb-addon-image-overlay {
    background: none !important
}

.sppb-addon-image-overlay-icon {
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: block;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
    border-radius: 0
}

.sppb-addon-image-overlay-icon:focus {
    background: transparent
}

.sppb-addon-image-overlay-icon img {
    width: 10%;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.sppb-addon-image-overlay-icon:hover img {
    transform: scale(1.1)
}

img.mfp-img {
    background: #FFF;
    padding: 40px
}

.control-group {
    display: inline-block;
    width: 100%;
    height: 25vh;
    margin: 10px;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.control {
    font-size: 18px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 45px;
    cursor: pointer
}

.control.control--radio {
    background-color: #fff;
    border-radius: 50%
}

.control.control--radio .control__indicator {
    border-radius: 50%
}

.control.control--radio .control__indicator:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #5E5E5D
}

.control.control--radio input:disabled ~ .control__indicator:after {
    background: #000000
}

.control.control--checkbox {
    background-color: #fff
}

.control.control--checkbox:hover input ~ .control__indicator {
    background: #5E5E5D
}

.control.control--checkbox:hover input:disabled ~ .control__indicator {
    background: #2b2b2a
}

.control.control--checkbox input:focus ~ .control__indicator {
    background: #5E5E5D
}

.control.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #5E5E5D
}

.control.control--checkbox .control__indicator {
    border: none;
    background: #5E5E5D
}

.control.control--checkbox .control__indicator:after {
    top: 2px;
    left: 9px;
    width: 11px;
    height: 21px;
    transform: rotate(45deg);
    border: solid #000000;
    border-width: 0 2px 2px 0
}

.control .control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 4px solid #fff;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.control .control__indicator:after {
    position: absolute;
    display: none;
    content: ''
}

.control:hover input ~ .control__indicator {
    background: #5E5E5D
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control input:focus ~ .control__indicator {
    background: #5E5E5D
}

.control input:checked ~ .control__indicator {
    background: #5E5E5D
}

.control input:checked ~ .control__indicator:after {
    display: block
}

.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #2b2b2a
}

.control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #5E5E5D
}

.control:hover input:checked:focus ~ .control__indicator {
    background: #5E5E5D
}

#wrapper {
    padding-bottom: 45px
}

@media screen and (min-width: 768px) {
    #wrapper {
        padding-bottom: 150px
    }
}

.container {
    position: relative
}

.xs-mb-10 {
    margin-bottom: 10px
}

@media screen and (min-width: 992px) {
    .xs-mb-10 {
        margin-bottom: 0
    }
}

.xs-mb-15 {
    margin-bottom: 15px
}

@media screen and (min-width: 992px) {
    .xs-mb-15 {
        margin-bottom: 0
    }
}

.tar {
    text-align: right
}

@media screen and (min-width: 992px) {
    .tar {
        text-align: left
    }
}

.banner_konfigurator {
    width: 100%;
    height: auto;
    background: #5e5e5d;
    overflow: hidden
}

.banner_konfigurator .inner, .input_konfigurator .inner {
    width: 100%;
    max-width: 1620px;
    margin: auto;
    position: relative
}

.banner_konfigurator figure {
    width: 100%;
    max-width: 110px;
    padding: 35px 0
}

.banner_konfigurator figure img {
    width: 100%;
    display: block
}

.banner_konfigurator .title {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    font-family: "Molde Thin Condensed", Helvetica, Arial, sans-serif
}

.input_konfigurator {
    padding-top: 25px
}

.input_konfigurator h2 {
    margin-bottom: 0
}

.icon_fragezeichen {
    cursor: pointer;
    padding: 25px 0
}

.icon_fragezeichen:hover {
    color: #aa0014
}

#icon_fragezeichen {
    width: 45px;
    height: 54px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

#icon_fragezeichen:hover path {
    fill: #aa0014
}

fieldset, input, textarea, select, #search-clear, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border: none
}

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

input, textarea, select {
    margin-bottom: 0;
    font-size: 18px;
    padding: 0 15px;
    line-height: 50px
}

form[id*=auswahl_] {
    margin-bottom: -20px
}

input[type="submit"] {
    background: #E2001A;
    color: #fff;
    border: none;
    position: relative;
    font-family: "Molde Extra Black Condensed", sans-serif;
    cursor: pointer
}

input[type="submit"]:hover {
    background: #aa0014
}

input[type="search"] {
    background: url("../images/svg/icon-lupe-weiss.svg") #5E5E5D;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: right 15px center;
    position: relative;
    color: #fff;
    border: none
}

input[type="search"]#configcode {
    background: #f9f9f9;
    background-image: none;
    color: #555
}

input[type="search"]#suche_Schlepper {
    background: #f9f9f9;
    color: #555
}

input[type="text"] {
    background: #f9f9f9;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: right 15px center;
    position: relative;
    color: #555;
    border: none
}

.select_Wrapper, .search_Wrapper {
    position: relative;
    margin-bottom: 20px
}

select[name*=select_] {
    background: #5E5E5D;
    color: #fff;
    position: relative
}

.ui-selectmenu-open > .ui-menu {
    height: 183px
}

label.checkbox-inline {
    background-color: #5e5e5d;
    padding: 10px 15px 6px 15px;
    color: #fff;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif
}

label.checkbox-inline input {
    padding-top: 5px;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #fff
}

.select_Wrapper.buttonblog fieldset {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: stretch
}

.select_Wrapper.buttonblog label {
    background-color: #5e5e5d;
    padding: 10px 15px 6px 15px;
    color: #fff;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif;
    display: block;
    flex-basis: 25%;
    -webkit-flex: 0 25%
}

.h50 {
    height: 230px
}

@media screen and (min-width: 768px) {
    .h50 {
        height: 50px
    }
}

.mb15 {
    margin-bottom: 15px
}

.controls {
    display: inline-block;
    width: 100%
}

.controls .control {
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .controls .control {
        margin-bottom: 0
    }
}

table {
    width: calc(100% + 4px);
    margin: 12px 0 0 -2px
}

table tr td {
    position: relative
}

table tr td label.control {
    margin: 0;
    padding: 0
}

table tr td label.control .control__indicator::after {
    top: 51%
}

table tr td label.control.control--checkbox {
    width: 30px;
    height: 30px;
    margin: 0 auto
}

table tr td label.control.control--checkbox .control__indicator {
    background: #fff !important
}

table tr td label.control.control--checkbox .control__indicator:after {
    top: inherit
}

table tr td label.control.control--checkbox input[type="checkbox"]:checked {
    background-image: none
}

table tr td label.control.control--radio {
    width: 30px;
    height: 30px;
    margin: 0 auto
}

table tr td .input-number {
    width: 100px
}

.ui-helper-hidden-accessible {
    display: none
}

.select_Wrapper.radio label.ui-state-active {
    background: #aa0014
}

.select_Wrapper.radio input {
    width: 15px;
    height: 15px
}

.uppercase label {
    text-transform: uppercase
}

.btn {
    text-align: center;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif
}

.btn:hover {
    background-color: #aa0014;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

input.btn-prev {
    position: relative
}

.btn-konfigurator {
    border: none;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif;
    width: 100%;
    margin-bottom: 20px
}

.btn-close {
    background: rgba(0, 0, 0, 0) url("../images/svg/x-close-black.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -3px
}

.btn-close:hover {
    background: rgba(0, 0, 0, 0) url("../images/svg/x-close-red.svg") no-repeat
}

table.table.warenkorb tr:nth-child(2n+1) a {
    color: #000000
}

table.table.warenkorb tr:nth-child(2n+1) a:hover {
    color: #e2001a
}

.btn-group-justified {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.btn-group-justified input, .btn-group-justified button {
    width: 50%;
    width: calc(50% - 10px);
    float: left;
    margin: 0 10px 0 0
}

.btn-group-justified input:nth-child(2), .btn-group-justified button:nth-child(2) {
    margin: 0 0 0 10px
}

.configurator-actions.theme2 {
    display: block;
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .configurator-actions.theme2 {
        margin-top: 150px
    }
}

.configurator-actions.submenu button {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.configurator-actions.submenu button:last-child {
    margin-bottom: 0
}

.configurator-actions.btn-group-fullwidth button.btn {
    width: 100%
}

@media screen and (min-width: 768px) {
    .banner_konfigurator figure {
        max-width: 250px
    }

    .banner_konfigurator .title {
        font-size: 60px;
        right: 0
    }
}

@media screen and (min-width: 1200px) {
    .banner_konfigurator {
        margin-bottom: 150px
    }

    .banner_konfigurator figure {
        max-width: 410px
    }

    .banner_konfigurator .title {
        font-size: 90px
    }
}

.input_konfigurator .container:first-child {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .input_konfigurator .container:first-child {
        margin-bottom: 90px
    }
}

.config-summery h2 {
    margin-bottom: 20px
}

.config-summery table {
    display: none
}

.config-summery table tr td ul {
    text-align: left;
    list-style: none
}

.config-summery ul.custom i.fa-exclamation-triangle {
    color: #e2001a;
    margin-left: 10px
}

.config-summery ul.custom li {
    list-style: none;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif;
    position: relative
}

.config-summery ul.custom li:before {
    border-bottom: 1px dashed #ddd;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 10;
    content: ""
}

.config-summery ul.custom > li:not([data-step="A2"]):after {
    content: "\f14b";
    font: 1.1em/1.45em FontAwesome;
    vertical-align: -7.5%;
    color: #e2001a;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    padding-left: 10px;
    z-index: 15
}

.config-summery ul.custom li span {
    background-color: #fff;
    padding-right: 15px;
    z-index: 15;
    position: relative
}

.config-summery ul.custom li span:first-child {
    color: #e2001a;
    font-family: "Molde Condensed Light", Helvetica, Arial, sans-serif;
    padding-right: 5px
}

.config-summery ul.custom li:hover:after {
    color: #aa0014
}

.config-summery ul.custom li ul {
    margin: 5px 0 0 0;
    padding: 5px 0 0 0
}

.config-summery ul.custom li ul li {
    font-family: "Molde Condensed Light", Helvetica, Arial, sans-serif;
    padding-left: 30px;
    border: none;
    position: relative
}

@media screen and (min-width: 768px) {
    .config-summery ul.custom li ul li {
        padding-left: 10px
    }
}

.config-summery ul.custom li ul li:after {
    content: ""
}

.config-summery ul.custom li ul li:before {
    content: "";
    border: none
}

.config-summery ul.custom li ul li.error:before {
    position: absolute;
    content: "\f071";
    font: 1.1em/1.45em FontAwesome;
    vertical-align: -7.5%;
    display: inline-block;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    color: #e2001a
}

@media screen and (min-width: 768px) {
    .config-summery ul.custom li ul li.error:before {
        left: -15px;
        right: inherit
    }
}

button:hover {
    cursor: pointer
}

#footer {
    position: relative;
    overflow: hidden
}

#footer:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -25px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

@media screen and (min-width: 768px) {
    #footer:before {
        width: 150px;
        height: 150px;
        top: -75px
    }
}

.alert {
    padding: 10px;
    display: block;
    font-family: "Molde Condensed Light", Helvetica, Arial, sans-serif;
    position: relative;
    text-align: center;
    margin-top: 40px
}

.alert.alert-danger {
    background-color: #e2001a;
    color: #fff
}

.alert.alert-danger:after {
    content: "\f071";
    font: 3.9em/1.45em FontAwesome;
    vertical-align: -7.5%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -24px
}

.alert.alert-danger.theme2 {
    background-color: #000
}

.alert.alert-danger.theme2:after {
    content: "\f071";
    font: 2.9em/1.45em FontAwesome;
    vertical-align: -7.5%;
    display: inline-block;
    position: absolute;
    right: -19px;
    top: -26px;
    transform: rotate(16deg);
    color: #e2001a
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes pulse {
    50% {
        background: #e2001a
    }
}

.loading {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: .25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: #e2001a;
    animation: spin 1s infinite linear
}

.loading--double {
    border-style: double;
    border-width: .5rem
}

.loading--absolute {
    position: absolute;
    z-index: 4000;
    bottom: -70px;
    left: 50%;
    transform: translateY(-50%)
}

.text-center {
    position: relative
}

.loading-pulse {
    position: relative;
    width: 11.25px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    animation: pulse 750ms infinite;
    animation-delay: 250ms
}

.loading-pulse:before, .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 30px;
    width: 11.25px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%);
    animation: pulse 750ms infinite
}

.loading-pulse:before {
    left: -22.5px
}

.loading-pulse:after {
    left: 22.5px;
    animation-delay: 500ms
}

.fontWhite {
    color: #fff
}

.fontColor1, .rot {
    color: #e2001a
}

.fontColor2, .gelb {
    color: #ffed00
}

.backColor1 {
    background-color: #e2001a
}

.backColor2 {
    background-color: #ffed00
}

strong, .bold, .jlink, .sppb-readmore {
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.stoll-wort-bildmarke img {
    width: 97%
}

.blogimpr {
    padding: 50px 0 100px 0
}

@media (min-width: 768px) {
    .blogimpr {
        padding: 50px 0 175px 0
    }
}

.sppb-img-responsive {
    max-width: 100%;
    width: 100%
}

.sppb-addon-single-image-container {
    display: block
}

#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
    margin-top: 0
}

.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 50px
}

.sppb-addon-articles {
    margin-bottom: -50px
}

.mb--50 .sppb-row {
    margin-bottom: -50px
}

.pleilGrauOben:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 50px;
    z-index: 99;
    background-image: url(/images/svg/icon-dreieck-unten-grau50.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 50% 0
}

.com_sppagebuilder.view-form .pleilGrauOben:before {
    display: none
}

.sppb-btn-default {
    color: #fff;
    background-color: #e2001a;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.desktop .sppb-btn-default:hover, .desktop .sppb-btn-default:focus, .desktop .sppb-btn-default:active, .sppb-btn-default.active, .open > .dropdown-toggle.sppb-btn-default {
    color: #fff;
    background-color: #aa0014
}

#nav #naviWrapp .menu_main li.item-228 {
    display: none
}

#subheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #e2001a;
    z-index: 120;
    overflow: hidden
}

#subheader.mobTyp2 {
    position: absolute
}

#subheader.mobTyp2.animate {
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}

#subheader.mobTyp2.fixed {
    position: fixed;
    top: -90px
}

#subheader.mobTyp2.fixed.sichtbar {
    top: 0
}

.btn.btn-primary {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px
}

.btn.btn-primary:hover {
    cursor: pointer;
    background-color: #aa0014
}

#header {
    top: 50px
}

.menu_sub {
    float: right
}

.menu_sub li {
    display: inline-block;
    padding-bottom: 0;
    line-height: 50px;
    font-family: "Molde Condensed Light", Helvetica, Arial, sans-serif;
    padding: 0 10px
}

.menu_sub li.logIn {
    background-color: #5cb85c
}

.menu_sub li.logIn .fa-lock::before {
    font: 1.1em/.75em FontAwesome;
    content: "\f13e";
    padding-right: .3em;
    vertical-align: -7.5%;
    display: inline-block;
    color: #fff
}

.menu_sub li a, .menu_sub li span {
    color: #fff
}

.desktop .menu_sub li a:hover, .desktop .menu_sub li span:hover {
    color: #000;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .menu_sub li a, .menu_sub li span {
        display: inline-block;
        visibility: hidden;
        width: 30px
    }

    .menu_sub li a:before, .menu_sub li span:before {
        visibility: visible
    }
}

.slickInfoBlock {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 105%;
    z-index: 1;
    overflow: hidden;
    padding-right: 6%;
    background-color: #e6007e;
    text-align: right;
    position: relative
}

.slickInfoBlock:before {
    content: "";
    width: 110%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #e2001a;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.slickInfoBlock .textWrap {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    padding-bottom: 4%;
    padding-right: 5px
}

.desktop .slickInfoBlock .textWrap a:hover {
    color: #000
}

.slickInfoBlock .textWrap p {
    margin-bottom: 0
}

.slickInfoBlock {
    margin-right: -104%;
    opacity: 1
}

.slick-current .slickInfoBlock {
    margin-right: -5%
}

@media (max-width: 768px) {
    .textBoxOben .slick-slider {
        background-color: #e2001a
    }
}

@media (min-width: 768px) {
    .stoll-wort-bildmarke img {
        width: 50%
    }

    .slickInfoBlock .textWrap {
        padding: 5%
    }

    .slickInfoBlock h3 {
        font-size: 4vw;
        line-height: 4vw
    }

    .slickInfoBlock {
        width: 50%;
        padding-right: 6%;
        margin-right: -5%;
        margin-right: -54%;
        margin-left: auto;
        opacity: 1;
        margin-top: -14%
    }

    .slickInfoBlock.tiefer {
        margin-top: -7%
    }

    .slick-current .slickInfoBlock {
        margin-right: -5%
    }

    .textBoxOben .slickInfoBlock {
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 140px
    }
}

.menu-border {
    padding: 30px 0;
    border-top: 1px solid #ddd
}

.moduletable_mobile-nav .item-174 {
    display: none
}

#mobile-nav .menu-border > li {
    height: 50px;
    overflow: hidden
}

#mobile-nav .menu-border li.open {
    height: auto
}

.frondlader_menu .articleWrapp {
    background-color: #e6e6e6
}

.frondlader_menu ul {
    text-align: center
}

.frondlader_menu ul.zweispaltig {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    text-align: left
}

#mobile-navWrapp .frondlader_menu ul {
    margin-bottom: 15px
}

.frondlader_menu ul li {
    list-style-type: none;
    font-family: "Molde Condensed Light", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 18px
}

#mobile-navWrapp .frondlader_menu ul li {
    padding-bottom: 3px
}

.frondlader_menu a.btn {
    display: block;
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 5px
}

.frondlader_menu a.btn.grau {
    background-color: #5e5e5e
}

.frondlader_menu a.btn.grau:hover {
    background-color: #4e4e4e
}

.frondlader_menu .newsflash-title {
    color: #000;
    font-family: "Molde Condensed Light", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 48px
}

.frondlader_menu .newsflash-title span {
    color: #e2001a
}

.frondlader_menu .item-image {
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.frondlader_menu .item-image img {
    width: 250px
}

.frondlader_menu .item-text {
    padding: 20px
}

.leer {
    display: none
}

@media (min-width: 992px) {
    .stoll-wort-bildmarke img {
        width: 97%
    }

    .leer {
        display: block
    }

    .frondlader_menu ul.zweispaltig {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 0
    }

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

    .frondlader_menu .articleWrapp {
        background-color: transparent
    }

    .frondlader_menu .item-text {
        padding: 0
    }

    .md-backWhite {
        background-color: #fff;
        padding: 10px 15px
    }

    .frondlader_menu a.btn {
        text-align: center;
        padding: 15px;
        border-bottom: 2px solid #fff;
        margin-bottom: 0
    }

    .frondlader_menu a.btn:last-child {
        border-bottom: none
    }

    .frondlader_menu .newsflash-title {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        padding: 15px 0
    }

    .frondlader_menu ul li {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
        padding-bottom: 3px;
        vertical-align: top;
        display: inline-block
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .frondlader_menu ul li {
        font-size: 16px;
        line-height: 16px
    }

    .frondlader_menu .newsflash-title {
        font-size: 29px;
        line-height: 29px
    }
}

.tooltip-Content {
    width: 100%;
    position: relative;
    margin: 30px auto 0 auto
}

.tooltip-Content .backImg {
    width: 100%
}

.tooltip-Content .tooltip {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px
}

.tooltip-Content .tooltip.zIndex {
    z-index: 2
}

.tooltip-icon-plus {
    transition: all .2s ease-out;
    position: relative;
    z-index: 1
}

.tooltip-icon-plus.big {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.topTipWrapp {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1em;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 0;
    transition: opacity .4s ease-out
}

.topTipWrapp.visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto
}

.topTipWrapp p {
    padding-bottom: 0
}

.topTipWrapp p strong {
    color: #e2001a
}

.profiLine #tooltip-1 {
    top: 1%
}

.profiLine #tooltip-1 .tooltip-icon-plus {
    left: 42%
}

.profiLine #tooltip-2 {
    top: 13%
}

.profiLine #tooltip-2 .tooltip-icon-plus {
    left: 0
}

.profiLine #tooltip-3 {
    top: 48%
}

.profiLine #tooltip-3 .tooltip-icon-plus {
    left: 35%
}

.profiLine #tooltip-4 {
    top: 39%
}

.profiLine #tooltip-4 .tooltip-icon-plus {
    left: 54%
}

.profiLine #tooltip-5 {
    top: 4%
}

.profiLine #tooltip-5 .tooltip-icon-plus {
    left: 71%
}

.profiLine #tooltip-6 {
    top: 53%
}

.profiLine #tooltip-6 .tooltip-icon-plus {
    left: 65%
}

.profiLine #tooltip-7 {
    top: 79%
}

.profiLine #tooltip-7 .tooltip-icon-plus {
    left: 41%
}

.profiLine #tooltip-8 {
    top: 92%
}

.profiLine #tooltip-8 .tooltip-icon-plus {
    left: 84%
}

.classicLine #tooltip-1 {
    top: 10%
}

.classicLine #tooltip-1 .tooltip-icon-plus {
    left: 26%
}

.classicLine #tooltip-2 {
    top: 15%
}

.classicLine #tooltip-2 .tooltip-icon-plus {
    left: 60%
}

.classicLine #tooltip-3 {
    top: 19%
}

.classicLine #tooltip-3 .tooltip-icon-plus {
    left: 1%
}

.classicLine #tooltip-4 {
    top: 24%
}

.classicLine #tooltip-4 .tooltip-icon-plus {
    left: 15%
}

.classicLine #tooltip-5 {
    top: 29%
}

.classicLine #tooltip-5 .tooltip-icon-plus {
    left: 23%
}

.classicLine #tooltip-6 {
    top: 82%
}

.classicLine #tooltip-6 .tooltip-icon-plus {
    left: 26%
}

.classicLine #tooltip-7 {
    top: 86%
}

.classicLine #tooltip-7 .tooltip-icon-plus {
    left: 47%
}

.classicLine #tooltip-8 {
    top: 88%
}

.classicLine #tooltip-8 .tooltip-icon-plus {
    left: 74%
}

.classicLine #tooltip-9 {
    top: 93%
}

.classicLine #tooltip-9 .tooltip-icon-plus {
    left: 50%
}

.compactLine #tooltip-1 {
    top: 11%
}

.compactLine #tooltip-1 .tooltip-icon-plus {
    left: 55%
}

.compactLine #tooltip-2 {
    top: 12%
}

.compactLine #tooltip-2 .tooltip-icon-plus {
    left: 44%
}

.compactLine #tooltip-3 {
    top: 14%
}

.compactLine #tooltip-3 .tooltip-icon-plus {
    left: 1%
}

.compactLine #tooltip-4 {
    top: 27%
}

.compactLine #tooltip-4 .tooltip-icon-plus {
    left: 20%
}

.compactLine #tooltip-5 {
    top: 57%
}

.compactLine #tooltip-5 .tooltip-icon-plus {
    left: 69%
}

.compactLine #tooltip-6 {
    top: 62%
}

.compactLine #tooltip-6 .tooltip-icon-plus {
    left: 45%
}

.compactLine #tooltip-7 {
    top: 88%
}

.compactLine #tooltip-7 .tooltip-icon-plus {
    left: 63%
}

.compactLine #tooltip-8 {
    top: 92%
}

.compactLine #tooltip-8 .tooltip-icon-plus {
    left: 25%
}

.moduletable_dgrau {
    background-color: #5e5e5e;
    color: white;
    font-size: 170px;
    padding: 99px 0;
    vertical-align: middle
}

.custom_dgrau {
    position: relative
}

.bannerTilte {
    font-family: "Molde Thin Condensed", Helvetica, Arial, sans-serif;
    font-size: 90px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.sppb-person-image img {
    width: 150px;
    height: 150px;
    border-radius: 100%
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-name {
    font-weight: normal;
    font-size: inherit
}

.sppb-person-information {
    line-height: initial
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-designation {
    color: #000;
    font-size: inherit
}

.bd-traktor .fotoliste {
    padding-bottom: 0
}

.fotogalerienWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px
}

.listeOeffner {
    width: 100%;
    background: url(../images/icon-dreieck-unten-weiss.svg) #5E5E5D;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right 15px center;
    padding: 10px 15px;
    color: #fff;
    outline: none;
    position: relative;
    cursor: pointer
}

.listeOeffner.open {
    background-image: url(../images/icon-dreieck-oben-weiss.svg)
}

#content .linkList #content .grid {
    margin-left: 0
}

.linkList {
    list-style-type: none;
    padding-bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 9
}

.linkList.open {
    display: block
}

.linkList li {
    padding: 0;
    margin: 0
}

.linkList li a {
    padding: 10px 15px;
    color: #000;
    display: block;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #DDDDDD
}

.linkList li a:hover {
    background: #bbb;
    color: #000
}

.pdfDownload {
    position: absolute;
    top: 13px;
    right: 17px;
    color: #fff;
    opacity: .7;
    font-family: "Molde Light", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: auto;
    visibility: visible
}

.desktop .pdfDownload:hover {
    color: #fff;
    opacity: 1
}

.pswp__caption .pdfDownload, .pdfDatei {
    display: none
}

.pswp__caption .pdfDownload.sichtbar {
    display: block
}

.smartphone .pswp__caption .pdfDownload.sichtbar {
    display: none
}

.controls .control {
    border-right: 1px solid #fff
}

.controls .control:last-child {
    border-right: none
}

.controls .control.active {
    font-family: "Molde Extra Black Condensed", Helvetica, Arial, sans-serif
}

.icon-download:before {
    margin-right: 22px
}

.flagge {
    width: 25px;
    height: 15px;
    margin-right: 15px;
    box-sizing: content-box
}

#footerPfeil {
    width: 100%;
    height: 50px;
    background-image: url(../../../images/svg/icon-dreieck-unten-dunkelgrau50-neg.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-top: -50px
}

#footerPfeil:before {
    content: '';
    background-color: #5E5E5D;
    width: calc(50% - 50px);
    height: 100%;
    display: block;
    float: left
}

#footerPfeil:after {
    content: '';
    background-color: #5E5E5D;
    width: calc(50% - 50px);
    height: 100%;
    display: block;
    float: right
}

#footer {
    position: relative;
    z-index: 1
}

#footer .item-174 {
    display: none
}

#footer .parent > a, #footer .parent > span, #footer .text-bigger {
    font-size: 18px
}

#footer .parent > a, #footer .parent > span {
    margin-bottom: 10px;
    display: block
}

@media (min-width: 992px) {
    .md-backgroungSize-75 {
        background-size: auto 75px !important
    }

    .pleilGrauOben:before {
        margin-left: -75px;
        width: 150px;
        height: 75px;
        background-size: auto 75px !important
    }

    #footerPfeil.md-height-75 {
        height: 75px;
        margin-top: -75px
    }

    #footerPfeil.md-height-75:before {
        width: calc(50% - 75px)
    }

    #footerPfeil.md-height-75:after {
        width: calc(50% - 75px)
    }
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.btn-sm {
    padding: 9px;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
}

.input-number {
    font-size: 15px;
    padding: 0 10px;
    line-height: 33px;
}

.border-bottom {
    border-bottom: 1px dashed #ddd;
    padding: 5px 0px;
}
