@charset "UTF-8";
/* Mobile Menu */
@import "u-new-nav.css";

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: block;
    overflow-x: hidden;
    min-height: 100%;
    height: auto;
    font-size: 16px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
}

body:before {
    content: "lg";
    display: none;
}

* {
    text-shadow: 0 0 1px transparent;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="radio"],
input[type="button"],
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
}

.img-responsive {
    width: auto !important;
    height: auto !important;
}

textarea {
    resize: none;
}

a,
a:hover,
a:focus,
button:hover,
button:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    outline: none;
}

#pc-cookie-notice {
    padding: 20px 0 20px !important;
    font-size: 15px !important;
}

#pc-cookie-notice #pc-button {
    top: 21px !important;
}

#pc-cookie-notice #pc-button button {
    background: #da0719 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #da0719;
    margin: 0;
    line-height: 1.3em;
    font-size: 30px;
    margin-bottom: 0;
}

h2 {
    font-size: 27px;
    margin-bottom: 0;
}

h3 {
    font-size: 25px;
    margin-bottom: 0;
}

h4 {
    font-size: 23px;
    margin-bottom: 0;
}

h5 {
    font-size: 21px;
    margin-bottom: 0;
}

h6 {
    font-size: 19px;
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    opacity: 0.7;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

ol {
    padding-left: 18px;
}

ul {
    padding-left: 15px;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.full-height {
    height: 100%;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.kunstlauf-color {
    color: #00779e;
}

.eistanz-color {
    color: #0091bd;
}

.syncronicedskating-color {
    color: #439bb8;
}

.eisschnelllauf-color {
    color: #6d9cae;
}

.shorttrack-color {
    color: #497d8a;
}

.labelerror {
    color: #da0719 !important;
}

.error {
    border: 1px #da0719 solid !important;
    background: #fed8db !important;
}

/* Bootstrap overwrite */
ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

.alert.alert-danger {
    border: 1px #da0719 solid !important;
    background: #fed8db !important;
    padding: 10px;
    margin-bottom: 20px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 0px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

.mob-lang {
    display: none !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .row-eq-height {
        display: block;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
.container {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-bottom: 20px;
}

.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}

#hamburger {
    display: block;
    width: 40px;
    height: 36px;
    margin: 15px 20px 0 20px;
    position: fixed;
    float: right;
    top: 0;
    right: 0;
    z-index: 20000;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #da0719 !important;
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    position: absolute;
    left: 5px;
}

#hamburger:before {
    top: 5px;
}

#hamburger:after {
    bottom: 5px;
}

#hamburger span {
    top: 50%;
    margin-top: -3px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
}

html.mm-opening #hamburger:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    top: 15px;
}

html.mm-opening #hamburger:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    bottom: 15px;
}

.detailnews-wrapper a,
.detailveranstaltung-wrapper a {
    color: #da0719;
    text-decoration: none !important;
}

.detailnews-wrapper a:hover,
.detailveranstaltung-wrapper a:hover {
    opacity: 0.8;
}

/*****************************************************************************************************************

	HOME

 *****************************************************************************************************************/
.quickslider-container {
    background: #f2f2f2;
}

.quickslider-container .quickslider-wrapper {
    margin: 30px 0 10px 0;
}

.quickslider-container .quickslider-wrapper img {
    margin-bottom: 15px;
}

.quickslider-container .quickslider-wrapper .quicktitel {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.quickslider-container .quickslider-wrapper .slick-prev {
    left: -30px;
}

.quickslider-container .quickslider-wrapper .slick-next {
    right: -30px;
}

.quickslider-container .quickslider-wrapper .slick-next,
.quickslider-container .quickslider-wrapper .slick-prev {
    width: 30px;
    height: 30px;
}

.quickslider-container .quickslider-wrapper .slick-prev:before {
    font-size: 30px;
    color: transparent;
    border-right: none;
    border-left: none;
    background: url("/static/img/svg/arrow-left-white.svg");
    background-position: 0 0;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 36px;
    height: 42px;
    top: 0;
    left: 0;
}

.quickslider-container .quickslider-wrapper .slick-next:before {
    font-size: 30px;
    color: transparent;
    border-left: none;
    border-right: none;
    background: url("/static/img/svg/arrow-right-white.svg");
    background-position: 0 0;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 36px;
    height: 42px;
    top: 0;
    right: 0;
}

.home .content {
    margin: 50px 0 300px 0;
}

section.main.scroll .discipline-list {
    margin-top: 80px;
}

.discipline-list {
    margin: 0;
}

.discipline-list .discipline-list__container {
    position: relative;
    padding: 0;
    border-left: 5px solid #497d8a;
    cursor: pointer;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .discipline-list .discipline-list__container {
        margin-bottom: 5px;
    }
}

.discipline-list .discipline-list__container > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.discipline-list .discipline-list__container.figure_skating {
    border-color: #00779e;
}

.discipline-list .discipline-list__container.figure_skating path {
    fill: #00779e;
}

.discipline-list .discipline-list__container.synchronized_skating {
    border-color: #439bb8;
}

.discipline-list .discipline-list__container.synchronized_skating path {
    fill: #439bb8;
}

.discipline-list .discipline-list__container.speed_skating {
    border-color: #6E9DAE;
}

.discipline-list .discipline-list__container.speed_skating path {
    fill: #439bb8;
}

.discipline-list .discipline-list__container.short_track {
    border-color: #4A7E8B;
}

.discipline-list .discipline-list__container.short_track path {
    fill: #6d9cae;
}

.discipline-list .discipline-list__container .discipline-list__container__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.discipline-list .discipline-list__container .discipline-list__container__title .title__background img {
    width: 95%;
    max-width: 350px;
}

@media only screen and (max-width: 480px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__background img {
        width: 100%;
    }
}

.discipline-list .discipline-list__container .discipline-list__container__title .title__text {
    position: absolute;
    top: 10px;
    left: 5px;
}

@media only screen and (max-width: 991px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text {
        top: 10px;
        left: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text {
        top: 5px;
        left: 5px;
    }
}

.discipline-list .discipline-list__container .discipline-list__container__title .title__text h1 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text h1 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1200px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text h1 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text h1 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 480px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text h1 {
        font-size: 14px;
    }
}

.discipline-list .discipline-list__container .discipline-list__container__title .title__text h1.alt-title {
    display: none;
}

@media only screen and (max-width: 767px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text h1.alt-title {
        display: block;
    }
}

.discipline-list .discipline-list__container .discipline-list__container__title .title__text h1.none-alt-title {
    display: block;
}

@media only screen and (max-width: 767px) {
    .discipline-list .discipline-list__container .discipline-list__container__title .title__text h1.none-alt-title {
        display: none;
    }
}

.discipline-list .discipline-list__container:hover .discipline-list__container__slider {
    opacity: 0.7;
}

.discipline-list .discipline-list__container .discipline-list__container__slider {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.discipline-list .discipline-list__container .discipline-list__container__slider .slider__image {
    display: block !important;
    width: 101% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.discipline-list .discipline-list__container .discipline-list__container__slider,
.discipline-list .discipline-list__container .slider__image {
    height: 65vh;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .discipline-list .discipline-list__container .discipline-list__container__slider,
    .discipline-list .discipline-list__container .slider__image {
        height: 40vh;
    }
}

@media only screen and (max-width: 480px) {
    .discipline-list .discipline-list__container .discipline-list__container__slider,
    .discipline-list .discipline-list__container .slider__image {
        height: 43vh;
    }
}

/*****************************************************************************************************************

	HEADER

 *****************************************************************************************************************/
header.page-header {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

header.page-header .logo {
    width: 300px;
    height: 72px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0);
}

header.page-header > .container > .row {
    margin-bottom: 0;
}

header.page-header .nav-menu-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 40px 0;
    border-left: 1px solid #da0719;
    cursor: pointer;
}

header.page-header .nav-menu-wrapper .menupunkt {
    width: 55px;
    height: 35px;
    padding-left: 20px;
}

header.page-header .nav-menu-wrapper span {
    padding-left: 20px;
    color: #666666;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: 5px;
}

header.page-header .margin-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 22px 0;
}

header.page-header .margin-wrapper .logo {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.page-header .topnavi-wrapper nav {
    overflow: hidden;
}

header.page-header .topnavi-wrapper nav ul {
    list-style: none;
    width: auto;
    float: right;
    margin: 0;
    padding: 0;
}

header.page-header .topnavi-wrapper nav ul li {
    display: inline-block;
}

header.page-header .topnavi-wrapper nav ul li a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 30px;
    color: #666666;
    font-size: 17px;
    font-weight: 600;
}

header.page-header .topnavi-wrapper nav ul li:first-child a {
    padding-left: 0;
}

header.page-header .topnavi-wrapper nav ul li:last-child a {
    padding-right: 0;
}

header.page-header .box-wrapper .icon-wrapper {
    float: right;
    margin-bottom: 5px;
    cursor: pointer;
}

header.page-header .box-wrapper .icon-wrapper .popover {
    cursor: default;
}

header.page-header .box-wrapper .icon-wrapper a {
    z-index: 1000;
    display: inline-block;
    position: relative;
}

header.page-header .box-wrapper .icon-wrapper a .icon {
    display: inline-block;
}

header.page-header .box-wrapper .icon-wrapper .icon {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    position: relative;
    z-index: 1000;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

header.page-header .box-wrapper .icon-wrapper .icon:hover,
header.page-header .box-wrapper .icon-wrapper .icon:focus {
    text-decoration: none;
    opacity: 0.7;
}

header.page-header .box-wrapper .icon-wrapper .icon.active {
    z-index: 1200;
}

header.page-header .box-wrapper .lang-wrapper {
    float: right;
}

header.page-header .box-wrapper .lang-wrapper .lang {
    color: #666666;
    font-weight: 600;
}

header.page-header .box-wrapper .lang-wrapper .active {
    color: #da0719;
}

header.page-header .box-wrapper .lang-wrapper .slash {
    margin: 0 5px;
    color: #666666;
}

header.page-header .popover {
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    top: 56px;
}

header.page-header #mailpopup-wrapper,
header.page-header #nlpopup-wrapper,
header.page-header #loginpopup-wrapper {
    display: none;
}

header.page-header.scroll {
    position: fixed;
}

header.page-header.scroll .margin-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
}

header.page-header.scroll .margin-wrapper .logo {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 202px;
    height: 50px;
}

header.page-header.scroll .nav-menu-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
}

header.page-header.scroll .popover {
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    top: 38px !important;
}

/* Tablet */
@media only screen and (max-width: 992px) {
    header.page-header .topnavi-wrapper nav ul li a {
        padding: 0 10px;
        font-size: 13px;
    }

    header.page-header .logo {
        width: 185px;
        height: 46px;
    }

    header.page-header .box-wrapper .icon-wrapper .icon {
        margin-right: 18px;
    }

    header.page-header.scroll .margin-wrapper .logo {
        width: 185px;
        height: 46px;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    header.page-header .margin-wrapper {
        margin: 10px 0;
    }

    header.page-header .nav-menu-wrapper {
        padding: 20px 0;
    }

    header.page-header .logo {
        width: 202px;
        height: 50px;
    }
}

/* Mobile */
@media only screen and (max-width: 480px) {
    header.page-header .logo {
        width: 100%;
    }
}

/*****************************************************************************************************************

	STANDARD

 *****************************************************************************************************************/
.content {
    margin: 160px 0 300px 0;
}

.no-top-margin {
    margin-top: 15px !important;
}

section.main.scroll .head-slider-wrapper {
    margin-top: 80px;
}

.head-slider-wrapper {
    position: relative;
    max-height: 350px;
    overflow: hidden;
}

.fullscreen-head-slider-wrapper {
    overflow-x: hidden;
    background-color: #f2f2f2;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullscreen-head-slider-wrapper .slide {
    padding-top: 79px;
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-wrapper {
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 17px;
}

.breadcrumb-wrapper .main {
    background: none !important;
}

.breadcrumb-wrapper a {
    color: #666666;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.breadcrumb-wrapper a:hover,
.breadcrumb-wrapper a:focus {
    color: #666666;
    text-decoration: none;
    opacity: 0.7;
}

.breadcrumb-wrapper ul.breadcrumbs {
    width: 100%;
    height: 24px;
    list-style: none;
}

.breadcrumb-wrapper ul.breadcrumbs li {
    float: left;
    margin-right: 5px;
}

.breadcrumb-wrapper ul.breadcrumbs li.active a {
    font-weight: 600;
}

.breadcrumb-wrapper ul.breadcrumbs li:before {
    content: '>';
}

.breadcrumb-wrapper ul.breadcrumbs li:first-child:before {
    content: none;
}

.toplink {
    position: fixed;
    display: block;
    overflow: hidden;
    cursor: pointer;
    bottom: -80px;
    right: 30px !important;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.toplink:hover {
    opacity: 0.7 !important;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .home .content {
        margin: 50px 0 150px 0;
    }

    .content {
        margin: 100px 0 150px 0;
    }

    .head-slider-wrapper {
        display: none !important;
    }

    .wrapper {
        overflow: hidden;
    }
}

/*****************************************************************************************************************

	SNIPPET

 *****************************************************************************************************************/
.snippet-wrapper {
    padding: 15px 0 0 0;
    max-height: 90px;
    background: #fff;
}

.snippet-wrapper .block {
    display: inline-block;
    padding: 0 5px 15px 5px;
}

.snippet-wrapper .float {
    float: left;
    width: 15%;
}

/* Tablet */
@media only screen and (max-width: 992px) {
    .snippet-wrapper .table {
        margin-bottom: 0;
    }

    .snippet-wrapper .table .table-cell {
        padding: 0 5px;
    }

    .snippet-wrapper .table .table-cell img {
        height: 25px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .snippet-wrapper {
        max-height: none;
    }

    .snippet-wrapper .table {
        display: block;
        margin-bottom: 0;
        height: auto;
    }

    .snippet-wrapper .table .table-cell {
        display: block;
        padding: 0 5px;
    }

    .snippet-wrapper .table .table-cell img {
        height: 40px;
        margin-bottom: 40px;
    }
}

/*****************************************************************************************************************

	FOOTER

 *****************************************************************************************************************/
footer {
    background-color: #666666;
    color: #fff;
    padding: 40px 0;
}

footer .footer-table {
    display: table;
}

footer .footer-table .footernav {
    display: table-row;
}

footer .footer-table .footernav ul {
    display: table-cell;
    list-style: none;
    margin-bottom: 40px;
    padding: 0 0 0 10px;
    margin: 0;
    border-left: 1px solid #c2c2c2;
}

footer .footer-table .footernav ul li {
    margin-top: 40px;
    display: block;
}

footer .footer-table .footernav ul li a {
    color: #c2c2c2;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer-table .footernav ul li a:hover,
footer .footer-table .footernav ul li a:focus {
    text-decoration: none;
    color: #fff;
}

footer .footer-table .footernav ul li ul {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

footer .footer-table .footernav ul li ul li {
    width: 100%;
    margin-top: 0;
}

footer .footer-table .footernav ul li ul li a {
    padding-right: 10px;
    font-weight: 400;
    text-transform: initial;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer-table .footernav ul li ul li a:hover,
footer .footer-table .footernav ul li ul li a:focus {
    text-decoration: none;
    color: #fff;
}

footer .footer-table .footernav ul li:first-child {
    margin-top: 0;
}

footer .row-eq-height {
    position: relative;
}

footer .address {
    padding-bottom: 140px;
}

footer .address span {
    display: block;
    font-size: 17px;
}

footer .address span a {
    color: #fff;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

footer .address span a:hover,
footer .address span a:focus {
    opacity: 0.7;
    text-decoration: none;
}

footer .address .firma {
    font-weight: 700;
    text-transform: uppercase;
}

footer .socialmedia {
    position: absolute;
    bottom: 0;
}

footer .socialmedia a {
    display: block;
    margin-top: 20px;
}

/* Tablet */
@media only screen and (max-width: 992px) {
    footer .address span {
        font-size: 15px;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    footer .address span {
        font-size: 16px;
    }
}

/*****************************************************************************************************************

	NAVIGATION

 *****************************************************************************************************************/
ul.nav li {
    list-style: none;
    float: left;
    padding: 5px 10px;
}

ul.nav li:first-child {
    padding-left: 0;
}

.mobile-lang {
    border-bottom: 1px solid #da0719;
}

.mobile-lang li {
    display: inline-block;
    width: 49%;
}

.mobile-lang li a {
    background: none !important;
}

.mobile-lang li a.active {
    color: #da0719;
}

.wrapper.openmenu .overlay,
.wrapper.openmenu .overlay-wrapper .navigation-wrapper,
.wrapper.openmenu .schweiff-wrapper,
.wrapper.openmenu .schweiff {
    display: block;
}

.wrapper.openmenu .main {
    background: none;
}

.wrapper .overlay,
.wrapper .overlay-wrapper .navigation-wrapper,
.wrapper .schweiff-wrapper,
.wrapper .schweiff {
    display: none;
}

.wrapper .main {
    background: url("/static/img/svg/schweiff.svg") center bottom -1px no-repeat;
    background-size: 103% auto;
}

.main {
    position: relative;
    min-height: 1200px;
    /**********************************************************************************************************************/
    /* Navigation */
    /**********************************************************************************************************************/
}

.main .navigation-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 190;
    padding-left: 10px;
    padding-right: 10px;
}

.main .navigation-wrapper .nav-menu-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
    border-left: 1px solid #fff;
    cursor: pointer;
    z-index: 200;
}

.main .navigation-wrapper .nav-menu-wrapper .menupunkt {
    width: 55px;
    padding-left: 20px;
}

.main .navigation-wrapper .nav-menu-wrapper span {
    padding-left: 20px;
    background: url("/static/img/svg/close.svg") right center no-repeat;
    background-size: 50% 50%;
    width: 150px;
    display: inline-block;
    font-size: 24px;
    color: #666666;
    font-weight: 600;
    position: relative;
    top: 5px;
}

.main .navigation-wrapper .mainnav {
    position: relative;
    padding-bottom: 200px;
    z-index: 190;
}

.main .navigation-wrapper .mainnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main .navigation-wrapper .mainnav ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 20px 15px 20px;
    background-size: 30px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.main .navigation-wrapper .mainnav ul li a:hover {
    color: #439bb8;
}

.main .navigation-wrapper .mainnav ul li ul.subnav {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main .navigation-wrapper .mainnav ul li.active a {
    color: #439bb8;
    font-weight: 700;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav {
    max-height: 2000px;
    padding: 0;
    margin: 0;
    text-shadow: none;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    padding: 5px 5px 5px 35px;
    background: #439bb8;
    background-size: 30px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li ul.subsubnav {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    margin: 0;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus a {
    color: #fff;
    font-weight: 700;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav {
    max-height: 2000px;
    border-bottom: 3px solid #fff;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li a {
    background: #67afc7;
    font-weight: 600;
    padding: 5px 5px 5px 50px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li ul.subsubsubnav,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li ul.subsubsubnav {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    margin: 0;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li.active a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li.active a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li:focus a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li:focus a {
    color: #fff;
    font-weight: 700;
    background: #8cc3d5;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li.active ul.subsubsubnav,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li.active ul.subsubsubnav,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li:focus ul.subsubsubnav,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li:focus ul.subsubsubnav {
    max-height: 2000px;
    padding: 0;
    margin: 0;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li.active ul.subsubsubnav li a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li.active ul.subsubsubnav li a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li:focus ul.subsubsubnav li a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li:focus ul.subsubsubnav li a {
    background: #8cc3d5;
    font-weight: 600;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li.active ul.subsubsubnav li ul,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li.active ul.subsubsubnav li ul,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li:focus ul.subsubsubnav li ul,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li:focus ul.subsubsubnav li ul {
    display: none;
}

.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li.active ul.subsubsubnav li:focus a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li.active ul.subsubsubnav li:focus a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li.active ul.subsubnav li:focus ul.subsubsubnav li:focus a,
.main .navigation-wrapper .mainnav ul li.active ul.subnav li:focus ul.subsubnav li:focus ul.subsubsubnav li:focus a {
    color: #fff;
    font-weight: 700;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.main.scroll .navigation-wrapper .nav-menu-wrapper {
    padding: 20px 0;
}

/**********************************************************************************************************************/
/* Overlay */
/**********************************************************************************************************************/
.overlay-wrapper {
    position: relative;
}

.overlay-wrapper .schweiff-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.overlay-wrapper .schweiff-wrapper .nav-bg {
    position: absolute;
    width: 150px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    width: 30%;
    z-index: 170;
}

.overlay-wrapper .schweiff-wrapper .schweiff {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 180;
    background: url("/static/img/svg/schweiff.svg") center bottom -1px no-repeat;
    background-size: 103% auto;
}

.overlay-wrapper .schweiff-wrapper .container {
    position: relative;
    display: block;
    height: 100%;
    z-index: 170;
}

.overlay-wrapper .schweiff-wrapper .container .row {
    height: 100%;
}

.overlay-wrapper .schweiff-wrapper .container .row .bg-white {
    background: #fff;
    height: 100%;
    border-bottom: 1px solid #666666;
}

.overlay-wrapper .schweiff-wrapper .container .row .bg-white .nav-menu-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    padding: 40px 0;
    border-left: 1px solid #da0719;
}

.overlay-wrapper .schweiff-wrapper .container .row .bg-white .nav-menu-wrapper .menupunkt {
    width: 90px;
    padding-left: 20px;
}

.overlay-wrapper .schweiff-wrapper .container .row .bg-white .nav-menu-wrapper span {
    padding-left: 20px;
}

.overlay-wrapper .overlay {
    top: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 150;
    background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1600px) {
    .overlay-wrapper .schweiff-wrapper .nav-bg {
        width: 20%;
    }
}

@media only screen and (max-width: 768px) {
    .main .navigation-wrapper .mainnav {
        padding-top: 80px;
    }

    .main .navigation-wrapper .no-padding {
        margin-left: 0;
    }

    .main .navigation-wrapper .nav-menu-wrapper {
        padding: 20px 0;
    }

    .main .navigation-wrapper .nav-menu-wrapper span {
        font-size: 19px;
    }

    header.page-header .nav-menu-wrapper span {
        font-size: 19px;
    }
}

/*****************************************************************************************************************

	AREABRICKS

 *****************************************************************************************************************/
/*****************************************************************************************************************

	GALLERY

 *****************************************************************************************************************/
.single-gallery-slider-wrapper .gallery {
    display: none;
}

.single-gallery-slider-wrapper .gallery-link {
    display: block;
    position: relative;
}

.single-gallery-slider-wrapper .gallery-link .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.single-gallery-slider-wrapper .gallery-link .icon:hover,
.single-gallery-slider-wrapper .gallery-link .icon:focus {
    text-decoration: none;
    opacity: 0.7;
}

/*****************************************************************************************************************

	SITEMAP

 *****************************************************************************************************************/
.sitemap-wrapper ul {
    list-style: none;
    list-style-image: url(/static/img/bullet-point.png);
    padding: 0 0 0 20px;
}

/*****************************************************************************************************************

	SPORTARTVERLINKUNG

 *****************************************************************************************************************/
.sportartverlinkung-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.sportartverlinkung-wrapper .eiskunstlauf {
    background: #00779e;
}

.sportartverlinkung-wrapper .eistanz {
    background: #0091bd;
}

.sportartverlinkung-wrapper .synchronizedskating {
    background: #439bb8;
}

.sportartverlinkung-wrapper .eisschnelllauf {
    background: #6d9cae;
}

.sportartverlinkung-wrapper .shorttrack {
    background: #497d8a;
}

.sportartverlinkung-wrapper .float {
    float: left;
    width: 33%;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.sportartverlinkung-wrapper .float a {
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 4em;
}

/* Small Desktop */
@media only screen and (max-width: 1200px) {
    .sportartverlinkung-wrapper .float {
        height: 60px;
    }

    .sportartverlinkung-wrapper .float a {
        font-size: 14px;
    }
}

/* Tablet */
@media only screen and (max-width: 992px) {
    .sportartverlinkung-wrapper .float {
        width: 50%;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .sportartverlinkung-wrapper .float {
        width: 100%;
        height: 80px;
    }

    .sportartverlinkung-wrapper .float a {
        font-size: 20px;
    }
}

/*****************************************************************************************************************

	DOWNLOALISTE

 *****************************************************************************************************************/
.downloadliste-wrapper a {
    display: block;
    margin-bottom: 10px;
}

.downloadliste-wrapper a img {
    margin-right: 10px;
}

/*****************************************************************************************************************

	DOWNLOADÜBERSICHT

 *****************************************************************************************************************/
.downloaduebersicht-wrapper .row {
    margin-top: 0;
}

.downloaduebersicht-wrapper .down-col-xs-4 {
    width: 33.3333%;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.downloaduebersicht-wrapper .down-col-xs-4 .down-wrapper .title-wrapper {
    display: table;
    width: 100%;
    height: 70px;
    min-height: 70px;
    font-size: 18px;
}

.downloaduebersicht-wrapper .down-col-xs-4 .down-wrapper .title {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    height: 70px;
    min-height: 70px;
    height: 100%;
    cursor: pointer;
    overflow: auto;
    background: url("/static/img/svg/arrow-down-white.svg") center bottom -7px no-repeat;
    background-size: 30px 30px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.downloaduebersicht-wrapper .down-col-xs-4 .down-wrapper .title:hover,
.downloaduebersicht-wrapper .down-col-xs-4 .down-wrapper .title:focus {
    text-decoration: none;
    opacity: 0.7;
}

.downloaduebersicht-wrapper .down-col-xs-4 .down-wrapper .doc-list {
    display: block;
    clear: both;
    -webkit-transition: max-height 0s ease-in-out;
    -moz-transition: max-height 0s ease-in-out;
    -o-transition: max-height 0s ease-in-out;
    -ms-transition: max-height 0s ease-in-out;
    transition: max-height 0s ease-in-out;
    max-height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f2f2f2;
}

.downloaduebersicht-wrapper .down-col-xs-4 .down-wrapper .doc-list .abstand {
    padding: 30px 20px 20px 20px;
}

.downloaduebersicht-wrapper .down-col-xs-4 .down-wrapper .doc-list .abstand a {
    display: block;
    padding-left: 30px;
    text-align: left;
    font-weight: 600;
    background: url("/static/img/svg/download.svg") no-repeat;
    background-size: 25px 25px;
    padding-bottom: 15px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.downloaduebersicht-wrapper .down-col-xs-4 .down-wrapper .doc-list.open {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 5000px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .downloaduebersicht-wrapper .down-col-xs-4 {
        width: 100%;
        margin-bottom: 0;
    }
}

/*****************************************************************************************************************

	TEAM

 *****************************************************************************************************************/
.team-wrapper .row {
    margin-top: 20px;
}

.team-wrapper .box {
    background: none;
    margin-left: 0;
    margin-right: 0;
}

.team-wrapper .box .info {
    padding: 10px;
}

.team-wrapper .box .info h5,
.team-wrapper .box .info span {
    display: block;
    text-align: center;
}

.team-wrapper .box .info h5 {
    font-size: 19px;
}

.team-wrapper .box .img-wrapper {
    position: relative;
    overflow: hidden;
}

.team-wrapper .box .img-wrapper .team-overlay.top {
    top: 100%;
}

.team-wrapper .box .img-wrapper:hover .team-overlay.top,
.team-wrapper .box .img-wrapper:focus .team-overlay.top {
    top: 0;
}

.team-wrapper .box .img-wrapper .team-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    overflow: hidden;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-wrapper .box .img-wrapper .team-overlay .bottom {
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: auto;
}

.team-wrapper .box .img-wrapper .team-overlay .bottom span {
    display: block;
    font-size: 14px;
}

.team-wrapper .box .img-wrapper .team-overlay .bottom a {
    font-size: 14px;
    color: #fff;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

/* Mobile */
@media only screen and (max-width: 992px) {
    .team-wrapper .box {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .team-wrapper .box .img-wrapper img {
        margin-left: auto;
        margin-right: auto;
    }
}

/*****************************************************************************************************************

	TITEL

 *****************************************************************************************************************/
.title-wrapper h1 {
    text-transform: uppercase;
}

.title-wrapper h2 {
    text-transform: uppercase;
}

.title-wrapper h3 {
    text-transform: uppercase;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 21px;
    }
}

/*****************************************************************************************************************

	TEXTE

 *****************************************************************************************************************/
.wysiwyg-wrapper {
    margin-bottom: 30px;
}

.wysiwyg-wrapper a {
    color: #da0719;
}

.wysiwyg-wrapper ul {
    list-style: none;
    list-style-image: url(/static/img/svg/bullet-point.svg);
    padding: 0 0 0 20px;
}

/*****************************************************************************************************************

	VIDEO

 *****************************************************************************************************************/
.video-wrapper .video {
    display: block;
    position: relative;
}

.video-wrapper .video .overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.video-wrapper .video .overlay img {
    width: 60px;
    height: 60px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*****************************************************************************************************************

	LIVESTREAM

 *****************************************************************************************************************/
.livestream-wrapper .video {
    display: block;
    position: relative;
}

.livestream-wrapper .video .overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.livestream-wrapper .video .overlay img {
    width: 60px;
    height: 60px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*****************************************************************************************************************

	ACCORDION

 *****************************************************************************************************************/
.accordion-wrapper .panel-group .panel {
    border-radius: 0px;
    border-color: #da0719;
    border: 0px;
    border-bottom: 1px solid #da0719;
    background-color: transparent;
    margin-bottom: 10px;
}

.accordion-wrapper .panel-group .panel + .panel {
    margin-top: 0;
}

.accordion-wrapper ul {
    padding-left: 25px;
}

.accordion-wrapper .panel-default > .panel-heading {
    background-color: #f2f2f2 !important;
}

.accordion-wrapper .panel-default > .panel-heading .panel-title a {
    display: block;
    position: relative;
    color: #da0719;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.accordion-wrapper .panel-default > .panel-heading .panel-title a .more-less {
    top: 0;
    right: -5px;
    color: #212121;
    position: absolute;
    width: 15px;
    height: 100%;
}

.accordion-wrapper .panel-default > .panel-heading .panel-title a .more-less.plus {
    background: url("/static/img/svg/plus.svg") center center no-repeat;
    background-size: 15px 15px;
}

.accordion-wrapper .panel-default > .panel-heading .panel-title a .more-less.minus {
    background: url("/static/img/svg/minus.svg") center center no-repeat;
    background-size: 15px 15px;
}

.accordion-wrapper .panel-default .panel-body .doclist {
    display: block;
    margin-bottom: 10px;
}

.accordion-wrapper .panel-default .panel-body .doclist img {
    margin-right: 10px;
}

/*****************************************************************************************************************

	TABLES

 *****************************************************************************************************************/
@media (max-width: 767px) {
    .tables-wrapper .table-wrap table,
    .tables-wrapper .table-wrap thead,
    .tables-wrapper .table-wrap tbody,
    .tables-wrapper .table-wrap th,
    .tables-wrapper .table-wrap td,
    .tables-wrapper .table-wrap tr {
        display: block;
    }

    .tables-wrapper .table-wrap thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tables-wrapper .table-wrap td {
        border: none;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

    .tables-wrapper .table-wrap td:before {
        position: absolute;
        top: 8px;
        left: 15px;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #da0719;
        text-transform: uppercase;
    }

    .tables-wrapper .table-wrap td:first-child {
        padding-top: 17px;
    }

    .tables-wrapper .table-wrap td:last-child {
        padding-bottom: 16px;
    }

    .tables-wrapper .table-wrap td:first-child:before {
        top: 17px;
        color: #da0719;
        text-transform: uppercase;
    }

    .tables-wrapper .table-wrap td:before {
        content: attr(data-title);
    }

    .tables-wrapper .table tbody tr {
        border-top: 1px solid #da0719;
    }

    .tables-wrapper .table tbody tr td {
        border-bottom: 1px solid #da0719;
    }
}

.tables-wrapper .table-wrap {
    background: #fff;
}

.tables-wrapper .table tbody tr:nth-child(even),
.tables-wrapper .table tbody tr:nth-child(odd) {
    background: #fff;
}

@media (min-width: 768px) {
    .tables-wrapper .table thead tr th,
    .tables-wrapper .table tbody tr td {
        padding: 5px;
    }

    .tables-wrapper .table thead tr th {
        color: #da0719;
        text-transform: uppercase;
        padding: 5px;
        border-bottom: 2px solid #da0719;
    }

    .tables-wrapper .table tbody tr:last-child {
        border-bottom: 2px solid #da0719;
    }

    .tables-wrapper .table tbody tr td {
        border-bottom: 1px solid #da0719;
        border-right: 1px solid #da0719;
    }

    .tables-wrapper .table tbody tr td:first-child {
        border-right: 2px solid #da0719;
    }

    .tables-wrapper .table tbody tr td:last-child {
        border-right: 1px solid #fff;
    }

    .tables-wrapper .table thead tr th:first-child {
        border-right: 2px solid #da0719;
    }

    .tables-wrapper .table thead tr th {
        border-right: 1px solid #da0719;
    }

    .tables-wrapper .table thead tr th:last-child {
        border-right: 1px solid #fff;
    }
}

/*****************************************************************************************************************

	VERANSTALTUNGEN

 *****************************************************************************************************************/
.veranstaltungen-wrapper a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.veranstaltungen-wrapper a:hover,
.veranstaltungen-wrapper a:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
}

.veranstaltungen-wrapper a.weiterlesen {
    color: #da0719;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.veranstaltungen-wrapper a.weiterlesen:hover,
.veranstaltungen-wrapper a.weiterlesen:focus {
    text-decoration: none;
    opacity: 0.7;
}

.veranstaltungen-wrapper .row {
    margin-top: 0 !important;
}

.veranstaltungen-wrapper .row:nth-child(2) .border {
    border-top: 1px solid #da0719;
    border-bottom: 1px solid #da0719;
}

.veranstaltungen-wrapper .border {
    border-bottom: 1px solid #da0719;
    padding: 25px 0 30px 0;
}

.veranstaltungen-wrapper h3 {
    color: #da0719;
    font-weight: 700;
    text-transform: uppercase;
}

.veranstaltungen-wrapper .active {
    font-weight: 700;
}

.veranstaltungen-wrapper #filter {
    padding-top: 10px;
    display: block;
    position: relative;
}

.veranstaltungen-wrapper #filter .date {
    margin-bottom: 0;
}

.veranstaltungen-wrapper .start,
.veranstaltungen-wrapper .end,
.veranstaltungen-wrapper .sendfilter {
    border: 1px solid #c2c2c2;
    margin-bottom: 15px;
    width: 100%;
    padding: 5px;
    height: 43px;
    margin-bottom: 0;
    font-size: 16px;
}

.veranstaltungen-wrapper .kategorieauswahl {
    margin: 30px 0 10px 0;
    padding: 5px;
}

.veranstaltungen-wrapper .kategorieauswahl .global a {
    margin-right: 50px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.veranstaltungen-wrapper .kategorieauswahl .global a:hover,
.veranstaltungen-wrapper .kategorieauswahl .global a:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart a {
    margin-right: 10px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart a:hover,
.veranstaltungen-wrapper .kategorieauswahl .sportart a:focus {
    text-decoration: none;
    opacity: 0.7;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .verband-color {
    color: #da0719;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .verband-color:hover,
.veranstaltungen-wrapper .kategorieauswahl .sportart .verband-color:focus {
    color: #da0719;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .kunstlauf-color {
    color: #00779e;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .kunstlauf-color:hover,
.veranstaltungen-wrapper .kategorieauswahl .sportart .kunstlauf-color:focus {
    color: #00779e;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .eistanz-color {
    color: #0091bd;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .eistanz-color:hover,
.veranstaltungen-wrapper .kategorieauswahl .sportart .eistanz-color:focus {
    color: #0091bd;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .syncronicedskating-color {
    color: #439bb8;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .syncronicedskating-color:hover,
.veranstaltungen-wrapper .kategorieauswahl .sportart .syncronicedskating-color:focus {
    color: #439bb8;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .eisschnelllauf-color {
    color: #6d9cae;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .eisschnelllauf-color:hover,
.veranstaltungen-wrapper .kategorieauswahl .sportart .eisschnelllauf-color:focus {
    color: #6d9cae;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .shorttrack-color {
    color: #497d8a;
}

.veranstaltungen-wrapper .kategorieauswahl .sportart .shorttrack-color:hover,
.veranstaltungen-wrapper .kategorieauswahl .sportart .shorttrack-color:focus {
    color: #497d8a;
}

section.veranstaltungen-wrapper.more {
    padding-top: 50px;
}

section.veranstaltungen-wrapper.more > header h1 {
    color: #666666;
}

section.veranstaltungen-wrapper > header {
    margin-bottom: 30px;
    border-bottom: 1px solid #666666;
}

section.veranstaltungen-wrapper > header h1 {
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    section.veranstaltungen-wrapper > header h1 {
        font-size: 22px;
    }
}

section.veranstaltungen-wrapper article {
    padding: 25px 10px 0;
}

section.veranstaltungen-wrapper article header,
section.veranstaltungen-wrapper article main {
    padding-right: 0;
    padding-left: 0;
}

section.veranstaltungen-wrapper article header h1 {
    font-size: 22px;
    text-transform: uppercase;
}

section.veranstaltungen-wrapper article header .date {
    font-size: 20px;
    margin-bottom: 20px;
}

section.veranstaltungen-wrapper article main {
    border-bottom: 1px solid #da0719;
}

section.veranstaltungen-wrapper article main .row {
    padding-bottom: 30px;
}

section.veranstaltungen-wrapper.filtered article:last-child main {
    border-bottom: none;
}

section.veranstaltungen-wrapper .pagination__list {
    list-style: none;
}

section.veranstaltungen-wrapper .pagination__list .pagination__list__item {
    float: left;
    margin: 0 0 0 30px;
}

section.veranstaltungen-wrapper .pagination__list .pagination__list__item:first-child {
    margin-left: 0;
}

section.veranstaltungen-wrapper .pagination__list .pagination__list__item a {
    height: 20px;
    line-height: 20px;
}

section.veranstaltungen-wrapper .pagination__list .pagination__list__item a img {
    width: 20px;
    height: 20px;
}

aside.veranstaltungen-wrapper.filter.mobile {
    display: none;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    aside.veranstaltungen-wrapper.filter.mobile {
        display: block;
    }
}

aside.veranstaltungen-wrapper.filter.mobile .clear {
    clear: both;
}

aside.veranstaltungen-wrapper.filter.mobile .event-filter {
    padding: 0;
    background-color: transparent;
}

aside.veranstaltungen-wrapper.filter.mobile .filter-field {
    width: 50%;
    float: left;
}

aside.veranstaltungen-wrapper.filter.mobile .filter-field:nth-child(2n) {
    padding-left: 10px;
}

@media only screen and (max-width: 480px) {
    aside.veranstaltungen-wrapper.filter.mobile .filter-field {
        width: 100%;
        padding: 0 !important;
        float: none;
    }
}

.event-filter {
    padding: 10px;
    background-color: #f2f2f2;
}

.event-filter h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.event-filter .filter-field {
    margin-bottom: 10px;
}

.event-filter .filter-field label {
    display: block;
    padding-bottom: 5px;
}

.event-filter .filter-field input,
.event-filter .filter-field select {
    width: 100%;
    height: 43px;
    padding: 5px 10px;
    margin-bottom: 0;
    border: 1px solid #c2c2c2;
    color: #da0719;
    font-size: 16px;
}

.event-filter .filter-field.control {
    margin-top: 20px;
}

.event-filter .filter-field.control input {
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #da0719;
}

.event-filter .filter-field.control input:hover {
    color: #da0719;
    background-color: #fff;
    border-color: #da0719;
}

.event-filter .filter-field.control a.reset {
    display: block;
    height: 43px;
    padding: 0 10px;
    line-height: 43px;
    text-align: center;
    color: #da0719;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    transition: all 0.3s ease-in-out;
}

.event-filter .filter-field.control a.reset:hover {
    color: #fff;
    background-color: #da0719;
    opacity: 1;
}

/*****************************************************************************************************************

	NEWS

 *****************************************************************************************************************/
.news-wrapper a {
    color: #da0719;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.news-wrapper a:hover,
.news-wrapper a:focus {
    text-decoration: none;
    opacity: 0.7;
}

.news-wrapper .row {
    margin-top: 0 !important;
}

.news-wrapper .row:nth-child(2) .border {
    border-top: 1px solid #da0719;
    border-bottom: 1px solid #da0719;
}

.news-wrapper .border {
    border-bottom: 1px solid #da0719;
    padding: 25px 0 30px 0;
}

.news-wrapper h3 {
    color: #da0719;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

.news-wrapper .date {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.news-wrapper .active {
    font-weight: 700;
}

.news-wrapper #filter {
    padding-top: 10px;
    display: block;
    position: relative;
}

.news-wrapper #filter .date {
    margin-bottom: 0;
}

.news-wrapper .start,
.news-wrapper .end,
.news-wrapper .sendfilter {
    border: 1px solid #c2c2c2;
    margin-bottom: 15px;
    width: 100%;
    padding: 5px;
    height: 43px;
    margin-bottom: 0;
    font-size: 16px;
}

.news-wrapper .kategorieauswahl {
    margin: 30px 0 10px 0;
    padding: 5px;
}

.news-wrapper .kategorieauswahl .global a {
    margin-right: 50px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.news-wrapper .kategorieauswahl .global a:hover,
.news-wrapper .kategorieauswahl .global a:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
}

.news-wrapper .kategorieauswahl .sportart a {
    margin-right: 10px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.news-wrapper .kategorieauswahl .sportart a:hover,
.news-wrapper .kategorieauswahl .sportart a:focus {
    text-decoration: none;
    opacity: 0.7;
}

.news-wrapper .kategorieauswahl .sportart .verband-color {
    color: #da0719;
}

.news-wrapper .kategorieauswahl .sportart .verband-color:hover,
.news-wrapper .kategorieauswahl .sportart .verband-color:focus {
    color: #da0719;
}

.news-wrapper .kategorieauswahl .sportart .kunstlauf-color {
    color: #00779e;
}

.news-wrapper .kategorieauswahl .sportart .kunstlauf-color:hover,
.news-wrapper .kategorieauswahl .sportart .kunstlauf-color:focus {
    color: #00779e;
}

.news-wrapper .kategorieauswahl .sportart .eistanz-color {
    color: #0091bd;
}

.news-wrapper .kategorieauswahl .sportart .eistanz-color:hover,
.news-wrapper .kategorieauswahl .sportart .eistanz-color:focus {
    color: #0091bd;
}

.news-wrapper .kategorieauswahl .sportart .syncronicedskating-color {
    color: #439bb8;
}

.news-wrapper .kategorieauswahl .sportart .syncronicedskating-color:hover,
.news-wrapper .kategorieauswahl .sportart .syncronicedskating-color:focus {
    color: #439bb8;
}

.news-wrapper .kategorieauswahl .sportart .eisschnelllauf-color {
    color: #6d9cae;
}

.news-wrapper .kategorieauswahl .sportart .eisschnelllauf-color:hover,
.news-wrapper .kategorieauswahl .sportart .eisschnelllauf-color:focus {
    color: #6d9cae;
}

.news-wrapper .kategorieauswahl .sportart .shorttrack-color {
    color: #497d8a;
}

.news-wrapper .kategorieauswahl .sportart .shorttrack-color:hover,
.news-wrapper .kategorieauswahl .sportart .shorttrack-color:focus {
    color: #497d8a;
}

.home .newstitle {
    text-transform: uppercase;
}

.home .news-wrapper .row:nth-child(2) .border {
    border-top: none;
    border-bottom: 1px solid #da0719;
}

.home a.more-news {
    display: block;
    margin: 30px 0;
    color: #da0719;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.home a.more-news:hover,
.home a.more-news:focus {
    text-decoration: none;
    opacity: 0.7;
}

.detailnews-wrapper ul {
    margin-left: .5em;
    list-style-position: inside;
}

/*****************************************************************************************************************

	GLOBALE VERANSTALTUNGEN BOX

 *****************************************************************************************************************/
.globale-veranstaltungenbox-wrapper {
    margin-top: 50px;
    background: #f2f2f2;
    padding: 50px 10px 10px 10px;
    margin-bottom: 30px;
}

.globale-veranstaltungenbox-wrapper .kalender {
    position: absolute;
    top: -110px;
}

.globale-veranstaltungenbox-wrapper .border {
    border-bottom: 1px solid #da0719;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.globale-veranstaltungenbox-wrapper .col-xs-8:last-child .border {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.globale-veranstaltungenbox-wrapper a.liste {
    padding-top: 20px;
    color: #da0719;
    display: block;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.globale-veranstaltungenbox-wrapper a.liste:hover,
.globale-veranstaltungenbox-wrapper a.liste:focus {
    text-decoration: none;
    opacity: 0.7;
}

.globale-veranstaltungenbox-wrapper .date .day {
    font-size: 44px;
    color: #da0719;
    font-weight: 600;
    margin-right: 15px;
    line-height: 1em;
}

.globale-veranstaltungenbox-wrapper .date .month {
    color: #da0719;
    font-size: 22px;
    text-transform: uppercase;
}

.globale-veranstaltungenbox-wrapper .date .time {
    color: #da0719;
}

.globale-veranstaltungenbox-wrapper .date .dash {
    color: #da0719;
    margin-left: 10px;
}

/* Tablet */
@media only screen and (max-width: 992px) {
    .globale-veranstaltungenbox-wrapper .date .day {
        font-size: 30px;
    }

    .globale-veranstaltungenbox-wrapper .date .month {
        font-size: 15px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .globale-veranstaltungenbox-wrapper .date .day {
        font-size: 44px;
    }

    .globale-veranstaltungenbox-wrapper .date .month {
        font-size: 22px;
    }
}

/*****************************************************************************************************************

	PAGINATION

 *****************************************************************************************************************/
.pagination {
    border-radius: 0px;
}

.pagination a:hover:not(.active) {
    background: none;
    color: #da0719;
}

.pagination li:focus {
    color: #000;
    background: none;
}

.pagination li:first-child > a,
.pagination li:last-child > a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination li a {
    border: none;
    color: #000;
}

.pagination li a:focus {
    color: #000;
    background: none;
}

.pagination > .active a {
    background: none;
    color: #000;
    font-weight: 700;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*****************************************************************************************************************

	MAGNIFIC

 *****************************************************************************************************************/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
		 * Remove all paddings around the image on small screen
		 */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-arrow-left:before {
    border-left: none;
    border-right: none;
    margin-left: 31px;
    margin-right: 0;
    width: 36px;
}

.mfp-arrow-left:after {
    border-right: none;
    border-left: none;
    background: url("/static/img/svg/arrow-left.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 36px;
    height: 42px;
    top: 0;
    left: 0;
    margin-left: 31px;
    margin-right: 0;
}

.mfp-arrow-right:before {
    border-left: none;
    border-right: none;
    margin-right: 31px;
    margin-left: 29px;
    width: 36px;
}

.mfp-arrow-right:after {
    border-left: none;
    border-right: none;
    background: url("/static/img/svg/arrow-right.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 36px;
    height: 42px;
    top: 0;
    right: 0;
    margin-right: 31px;
    margin-left: 29px;
}

/*****************************************************************************************************************

	POPOVER

 *****************************************************************************************************************/
.popover {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #f2f2f2;
    max-width: 290px;
}

.popover > .arrow {
    display: none;
}

.popover h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.popover span {
    display: block;
    margin-bottom: 5px;
}

.popover span a {
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.popover span a:hover,
.popover span a:focus {
    text-decoration: none;
    opacity: 0.7;
}

.popover .firma {
    font-weight: 700;
    text-transform: uppercase;
}

.popover-content {
    padding: 19px 24px;
}

.popover.bottom {
    margin: -15px 0 0 0;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    line-height: 1.5em;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    line-height: 1.5em;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    line-height: 1.5em;
}

#nlpopup-wrapper button,
#loginpopup-wrapper button,
#nlpopup-wrapper input,
#loginpopup-wrapper input {
    border: 1px solid #c2c2c2;
    margin-bottom: 15px;
    width: 240px;
    padding: 5px;
}

#nlpopup-wrapper select,
#loginpopup-wrapper select {
    border: 1px solid #c2c2c2;
    margin-bottom: 15px;
    width: 240px;
    height: 30px;
    padding: 5px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
}

#nlpopup-wrapper button[type="submit"],
#loginpopup-wrapper button[type="submit"],
#nlpopup-wrapper input[type="submit"],
#loginpopup-wrapper input[type="submit"] {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#nlpopup-wrapper button[type="submit"]:hover,
#loginpopup-wrapper button[type="submit"]:hover,
#nlpopup-wrapper input[type="submit"]:hover,
#loginpopup-wrapper input[type="submit"]:hover,
#nlpopup-wrapper button[type="submit"]:focus,
#loginpopup-wrapper button[type="submit"]:focus,
#nlpopup-wrapper input[type="submit"]:focus,
#loginpopup-wrapper input[type="submit"]:focus {
    text-decoration: none;
    opacity: 0.7;
    background: #666666;
    color: #fff;
}

/*****************************************************************************************************************

	SLICK

 *****************************************************************************************************************/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*****************************************************************************************************************

	SLICK THEME

 *****************************************************************************************************************/
/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
    background: transparent;
    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: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Icons */
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*****************************************************************************************************************

	MOBILE MENU

 *****************************************************************************************************************/
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

.mm-menu > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    background-image: linear-gradient(45deg, #7d1c22 0%, #c71f27 100%);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.mm-menu > .mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.mm-menu > .mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
}

.mm-menu > .mm-panel.mm-highest {
    z-index: 1;
}

.mm-menu .mm-list {
    padding: 20px 0;
}

.mm-menu > .mm-list {
    padding-bottom: 0;
}

.mm-menu > .mm-list:after {
    content: '';
    display: block;
    height: 40px;
}

.mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px;
}

.mm-panel > .mm-list:first-child {
    padding-top: 0;
}

.mm-list,
.mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-list {
    font: inherit;
    font-size: 15px;
}

.mm-list a,
.mm-list a:hover {
    text-decoration: none;
}

.mm-list > li {
    position: relative;
}

.mm-list > li > a,
.mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    display: block;
    padding: 15px 10px 15px 19px;
    margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    position: relative;
    left: auto;
}

.mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
}

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-subopen {
    background: transparent;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0;
}

.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px;
}

.mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
}

.mm-list > li.mm-spacer {
    padding-top: 40px;
}

.mm-list > li.mm-spacer.mm-label {
    padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
}

.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
}

.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -11px;
    left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 40px;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
    height: 25px;
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu {
    background: #da0719;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list > li:after {
    border-color: #fff;
}

.mm-menu .mm-list > li > a.mm-subclose {
    background: #c2c2c2;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: #fff;
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: #fff;
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-opened {
    overflow: hidden;
    position: relative;
}

html.mm-opened body {
    overflow: hidden;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
    }
}

/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.mm-buttonbar:after {
    content: '';
    display: block;
    clear: both;
}

.mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-buttonbar > a {
    text-decoration: none;
}

.mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.mm-buttonbar > input:checked + label {
    border-color: transparent !important;
}

.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
    border-left: none;
}

.mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%;
}

.mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%;
}

.mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%;
}

.mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%;
}

.mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
}

.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px;
}

.mm-footer .mm-buttonbar > * {
    border-left: none;
}

.mm-list > li > .mm-buttonbar {
    margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: #333333;
}

.mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}

em.mm-counter + a.mm-subopen {
    padding-left: 40px;
}

em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
    margin-right: 80px;
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
}

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.mm-menu.mm-hasfooter > .mm-panel:after {
    height: 80px;
}

.mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
    padding-top: 30px;
}

.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
}

.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0;
}

.mm-header .mm-next,
.mm-header .mm-close {
    padding-left: 10px;
    padding-right: 20px;
    right: 0;
}

.mm-header [href].mm-prev:before,
.mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px;
}

.mm-header [href].mm-next:after,
.mm-header [href].mm-close:after {
    margin-left: 5px;
    margin-right: -2px;
}

.mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
}

.mm-header [href].mm-close:after {
    content: 'x';
}

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px;
}

.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
    padding-top: 20px;
}

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-menu.mm-hasheader > .mm-panel {
    padding-top: 80px;
}

.mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px;
}

.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px;
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}

.mm-list li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
    top: 8.5px;
}

.mm-menu .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
    box-sizing: border-box;
}

.mm-list > li.mm-search {
    padding: 10px;
    margin-top: -20px;
}

.mm-list > li.mm-subtitle + li.mm-search {
    margin-top: 0;
}

div.mm-panel > div.mm-search {
    padding: 0 0 10px 0;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
    margin-top: 0;
}

.mm-menu > .mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mm-search {
    padding: 10px;
}

.mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
}

.mm-search input::-ms-clear {
    display: none;
}

.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0;
}

.mm-menu .mm-noresultsmsg:after {
    border: none !important;
}

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
}

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px;
}

.mm-menu.mm-hassearch > .mm-panel {
    padding-top: 70px;
}

.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
    margin-top: -10px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0;
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
    position: absolute;
    left: -10000px;
}

label.mm-toggle,
label.mm-check {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
    content: '';
    display: block;
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px;
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle,
.mm-menu.mm-vertical .mm-list > li label.mm-check {
    bottom: auto;
    margin-bottom: 0;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
    top: 5px;
}

.mm-menu.mm-vertical .mm-list > li label.mm-check {
    top: 5px;
}

label.mm-toggle,
label.mm-check {
    right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
    margin-right: 70px;
}

label.mm-check + a,
label.mm-check + span {
    margin-right: 50px;
}

a.mm-subopen + label.mm-toggle,
a.mm-subopen + label.mm-check {
    right: 50px;
}

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
    margin-right: 100px;
}

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
    margin-right: 80px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle,
em.mm-counter + a.mm-subopen + label.mm-check {
    right: 90px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
    margin-right: 140px;
}

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
    margin-right: 120px;
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}

.mm-menu label.mm-toggle:before {
    background: #333333;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-30%);
    -moz-transform: scale(0.7, 0.7) translateX(-30%);
    -ms-transform: scale(0.7, 0.7) translateX(-30%);
    -o-transform: scale(0.7, 0.7) translateX(-30%);
    transform: scale(0.7, 0.7) translateX(-30%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(30%);
    -moz-transform: scale(0.7, 0.7) translateX(30%);
    -ms-transform: scale(0.7, 0.7) translateX(30%);
    -o-transform: scale(0.7, 0.7) translateX(30%);
    transform: scale(0.7, 0.7) translateX(30%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-30%);
    -moz-transform: scale(0.7, 0.7) translateY(-30%);
    -ms-transform: scale(0.7, 0.7) translateY(-30%);
    -o-transform: scale(0.7, 0.7) translateY(-30%);
    transform: scale(0.7, 0.7) translateY(-30%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(30%);
    -moz-transform: scale(0.7, 0.7) translateY(30%);
    -ms-transform: scale(0.7, 0.7) translateY(30%);
    -o-transform: scale(0.7, 0.7) translateY(30%);
    transform: scale(0.7, 0.7) translateY(30%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translateX(100%);
    -moz-transform: scale(1.5, 1.5) translateX(100%);
    -ms-transform: scale(1.5, 1.5) translateX(100%);
    -o-transform: scale(1.5, 1.5) translateX(100%);
    transform: scale(1.5, 1.5) translateX(100%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    transition-property: transform, left;
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translateX(-30%);
    -moz-transform: scale(0.7, 0.7) translateX(-30%);
    -ms-transform: scale(0.7, 0.7) translateX(-30%);
    -o-transform: scale(0.7, 0.7) translateX(-30%);
    transform: scale(0.7, 0.7) translateX(-30%);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
    }
}

.mm-menu.mm-front.mm-fullscreen.mm-top,
.mm-menu.mm-front.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
    }
}

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 0 !important;
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.mm-menu.mm-front.mm-top {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.mm-menu.mm-front.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mm-menu.mm-front.mm-top,
.mm-menu.mm-front.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
//*/
/*****************************************************************************************************************

	SECURE

 *****************************************************************************************************************/
form .form-group label {
    display: inline-block;
    width: 80px;
}

form button,
form input {
    border: 1px solid #c2c2c2;
    margin-bottom: 15px;
    width: 240px;
    padding: 5px;
}

form button[type="submit"] {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

form button[type="submit"]:hover,
form button[type="submit"]:focus {
    text-decoration: none;
    opacity: 0.7;
    background: #666666;
    color: #fff;
}

/* Small Desktop */
@media only screen and (max-width: 1200px) {
    body:before {
        content: "md";
    }
}

/* Tablet */
@media only screen and (max-width: 992px) {
    body:before {
        content: "sm";
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    body:before {
        content: "xs";
    }

    .mob-lang {
        width: 48%;
        display: inline-block !important;
        position: relative;
        border-bottom: none;
    }

    .mob-lang a {
        color: #ffffff !important;
        padding: 20px 0 15px 0 !important;
        font-size: 13px;
        text-align: center;
        border-bottom: none;
        font-size: 18px;
    }

    .mob-lang:after {
        border-bottom-width: 0 !important;
    }

    #mobilenav .first {
        border-top: 1px solid white;
    }
}

/* IE 10  */

#dc-consent {
    --dcc-body-w: 800px;
}

#dc-consent h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

#dc-consent a {
    color: #ffffff;
    text-decoration: underline;
}

#dc-consent .dcc-footer {
    margin-top: var(--dcc-my);
}