@charset "UTF-8";

@font-face {
    font-family: 'FontAwesome';
    src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 300;
    background-color: #FFFFFF;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color: #FFFFFF;
}

header {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    width: 100%;
    height: 50px;
    z-index: 999;
}

main {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 280px);
    top: -50px;
    margin-bottom: -50px;
}

footer {
    position: relative;
    width: 100%;
    min-height: 260px;
    background-color: #1D1D1D;
    /*color: #ACADB2;*/
    color: #cbcbcd;


    
    
    

}

i.fa.fa-facebook {
    font-size: 1.2rem;
    padding-left: 5px;
}

i.fa.fa-facebook:hover {
    color: #3b5998;
}

i.fa {
    padding-right: 5px;
}

section#c7n-footer-top {
    position: relative;
    width: 100%;
    min-height: 220px;
    height: 100%;
    padding: 15px;
}

.c7n-footer-box {
    margin: 15px;
    font-size: .9rem;
}


@media (min-width: 768px) {
    section#c7n-footer-top {
        padding: 0px;
    }

    .c7n-footer-box {
        margin: 0px;
    }
}

section#c7n-footer-bottom {
    position: relative;
    width: 100%;
    min-height: 60px;
    border-top: 1px solid #373737;
    line-height: 30px;
}

.c7n-footer-box {
    text-align: center;
}

li.c7n-footer-li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

li {
    display: inline-block;
    padding: 0px;
    margin: 0px 20px;
}

ul {
    padding: 0px;
    margin: 0px;
}

.c7n-footer-bottom-left,
.c7n-footer-bottom-right {
    text-align: center;
}

.c7n-footer-bottom-left a,
.c7n-footer-bottom-right a {
    color: #cbcbcd;
}

@media (min-width: 768px) {
    .c7n-footer-bottom-left {
        text-align: left;
    }

    .c7n-footer-bottom-right {
        text-align: right;
    }
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}

/* CUSTOM | START */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    position: relative;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
}

h1,
.h1 {
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: 600;
}

h2,
.h2 {
    color: #000;
    font-size: 2.2rem;
    font-weight: 600;
}

h3,
.h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
}

h4,
.h4 {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
}

h5,
.h5 {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
}

h6,
.h6 {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.1rem;
}

p,
.c7n-content-tpl ul {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #000;
}

.c7n-content-tpl ul {
  list-style: none; /* Remove default bullets */
  display: inline-block;
}

.c7n-content-tpl ul li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

a,
a:hover {
    display: inline-block;
    text-decoration: none;
    cursor: pointer !important;
}

a {
    color: #727377;
    /* font-size: 1rem; */
}

a:hover {
    color: #ACADAA;
}

.c7n-content-tpl a {
    color: #000;
    font-weight: 400;
}

@media (max-width: 575px) {
    .c7n-content-tpl a {
        color: #000;
        font-weight: 400;
        display: flex;
        line-height: normal;
    }
}

.img-icon {
    position: relative;
    width: 50px !important;
    height: 50px;
    top: -5px;
}

.c7n-content-tpl a:hover {
    color: #66002C;
}

.c7n-footer-box h4 {
    /*color: #ACADB2;*/
    color: #cbcbcd;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    text-transform: inherit;
}

.c7n-footer-box i {
    color: #cbcbcd;
}

.c7n-footer-box a {
    color: #cbcbcd;
}

.c7n-footer-box a:hover {
    color: #ACADAA;
}

.c7n-headline {
    text-align: center;
}

.c7n-top-headline {
    position: relative;
    text-align: center;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.75rem;
    color: #000;
    margin-bottom: 10px;
}

.c7n-slider-headline {
    text-align: center;
    display: none;
}

.c7n-slider-top-headline {
    position: relative;
    text-align: center;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.75rem;
    color: #000;
    margin-bottom: 10px;
    display: none;
}

.c7n-button {
    text-align: center;
    margin-top: 30px;
}

.c7n-button-red {
    position: relative;
    height: 45px;
    display: inline-block;
    background-color: #4d2d68;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    font-size: 1rem;
    border-radius: 25px;
    text-decoration: none;
    display: block;
    padding: 0px 20px;
}

.c7n-button-red:hover {
    background-color: #66002C;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

.c7n-dash {
    background: url(/themes/mso_2026/images/layout/custom/dash.svg) no-repeat 50% 50%;
    height: 25px;
    padding: 0px;
    margin: 0px auto;
    margin-bottom: 45px;
    margin-top: 0px;
}

::-moz-selection {
    background: #4d2d68;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #4d2d68;
    text-shadow: none;
    color: #ffffff;
}

@media (max-width: 575px) {
    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) {
    h2,
    .h2 {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 1.8rem;
    }
}
/* CUSTOM | END */

/* COOKIE-NOTE | START */
#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(0, 69, 125, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29, 29, 29, 0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29, 29, 29, 0.25 !important);
    box-shadow: 0px 2px 10px 0px rgba(29, 29, 29, 0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p {
    color: #FFFFFF;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a {
    color: rgb(95, 182, 255);
    border-bottom: 1px solid rgb(95, 182, 255);
}

#cookie-note a:hover {
    text-decoration: none;
    color: rgba(95, 182, 255, .8);
    border-bottom: 1px solid rgba(95, 182, 255, .8);
}

#cookie-note button {
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(164, 0, 72);
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

#cookie-note button:hover {
    background-color: rgba(164, 0, 72, 0.8);
}
/* COOKIE-NOTE | END */

/* START SET PADDING OF BOOTSTRAP */
section#c7n-footer-bottom a,
section#c7n-footer-bottom {
    font-size: 0.875rem;
}


@media (min-width: 576px) {
    .container {
        max-width: unset;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    section#c7n-footer-bottom {
        position: relative;
        width: 100%;
        height: 60px;
        border-top: 1px solid #373737;
        line-height: 59px;
    }

    .c7n-footer-box {
        text-align: left;
        padding: 45px 0px;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.c7n-content-tpl {
    padding: 0px 15px;
    width: 100%;
}


.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;

    clear: both;
}

.c7n-article-link {
    color: #4d2d68;
}

.c7n-article-link:hover {
    color: #4d2d68cc;
}

.article-content {
    padding: 45px 0px;
}

article.c7n-news {
    margin-bottom: 30px;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-sm {
    width: 50%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 45px;
}
/* END SET PADDING OF BOOTSTRAP */

.c7n-share-buttons,
.c7n-share-buttons li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.c7n-share-buttons li a {
    list-style: none;
    display: block;
    border: 1px solid #000000;
    padding: 8px;
}

#c7n-scroll-down {
    position: relative;
    width: 15px;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
    cursor: pointer !important;
    z-index: 200;
    bottom: 45px;
    margin-bottom: -35px;
    left: 50%;
}

#c7n-scroll-down img {
    height: auto;
    width: 20px;
}

.clx-contact-form-checkox-group .col-1,
.clx-checkbox .col-1 {
    flex: 0 0 5%;
    padding-right: 0;
}

.clx-contact-form-text {
    font-weight: bold;
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(-20%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0%);
    }
}

/* HOME-CONTENT | START */
section#home-slider {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 50vh;
    background-color: #ACADB2;
}

section#home-welcome {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 45px 0;
}

section#home-news {
    position: relative;
    padding: 45px 0;
    background-color: #F5F5F5;
}

section#home-events {
    position: relative;
    padding: 45px 0;
    background-color: #FFFFFF;
}

section#home-welcome img {
    /*width: 100%;*/
}
/* HOME-CONTENT | END */

/* SLIDER-IMAGE | START */
.slider-image {
    position: relative;
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.slider-logo-box {
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 100vh;
    width: 100%;
    text-align: center;
    z-index: 100;
}

img.slider-logo {
    width: 100%;
    top: 10%;
    position: relative;
    max-height: 200px;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

@media (min-width: 576px) {
    section#home-slider {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        background-color: #ACADB2;
    }

    img.slider-logo {
        width: 100%;
        top: 25%;
        position: relative;
        max-height: 50%;
        height: 100%;
        object-fit: contain;
        padding: 20px;
        opacity: 0.9;
    }

    .slider-image {
        position: relative;
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    img.slider-logo {
        width: 100%;
        top: 25%;
        position: relative;
        max-height: 50%;
        height: 100%;
        object-fit: contain;
        padding: 20px;
        opacity: 0.9;
    }
}

@media (min-width: 992px) {
    img.slider-logo {
        width: 100%;
        top: 25%;
        position: relative;
        max-height: 50%;
        height: 100%;
        object-fit: contain;
        padding: 20px;
        opacity: 0.9;
    }
}

@media (min-width: 1200px) {
    img.slider-logo {
        width: 100%;
        top: 25%;
        position: relative;
        max-height: 50%;
        height: 100%;
        object-fit: contain;
        padding: 20px;
        opacity: 0.9;
    }
}
/* SLIDER-IMAGE | END */

/* NEWS | START */
.c7n-news-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    padding: 5px 10px 5px 10px;
}

.c7n-news-text {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    padding: 5px 10px;
    word-break: break-word;
}

.c7n-news-box:after {
    position: absolute;
    content: ' ';
    border-top: 2px solid #4d2d68;
    display: block;
    padding: 0px 5px;
    width: 100%;
    bottom: 0px;
}

.c7n-news-box {
    position: relative;
    width: 100%;
    min-height: 450px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

img.c7n-news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-left: 5px solid #4d2d68;
}

figure.c7n-news-image {
    background-size: contain;
    background-repeat: no-repeat;
}

figure {
    margin: 0px;
}

.c7n-news-datetime {
    font-size: .9rem;
    padding: 0px 10px;
    color: #4d2d68;
    font-weight: 500;
}
/* NEWS | END */

/* EVENTS | START */
/* EVENTS | END */

@media (min-width: 576px) {

    .c7n-news-box,
    .c7n-events-box {
        height: 450px;
    }
}

@media (min-width: 768px) {

    .c7n-news-box,
    .c7n-events-box {
        height: 450px;
    }
}

@media (min-width: 992px) {

    .c7n-news-box,
    .c7n-events-box {
        height: 400px;
    }
}

@media (min-width: 1200px) {

    .c7n-news-box,
    .c7n-events-box {
        height: 400px;
    }
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    border: 2px solid #4d2d68;
    color: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 0px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
    border: 2px solid #FFFFFF;
}

.slick-dots {
    bottom: 0px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}


.c7n-header-title h1 {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

@media (min-width: 576px) {
    .c7n-header-title h1 {
        font-size: 2.5em;
    }
}

@media (min-width: 768px) {
    .c7n-header-title h1 {
        font-size: 3.2em;
    }
}

@media (min-width: 992px) {
    .c7n-header-title h1 {
        font-size: 3.5em;
    }
}

@media (min-width: 1200px) {
    .c7n-header-title h1 {
        font-size: 3.5em;
    }
}

@media (min-width: 1600px) {
    .c7n-header-title h1 {
        font-size: 4em;
    }
}

.sidebar-left {
    position: absolute;
    height: 100%;
    left: 45px;
    top: 0px;
}

.sidebar-right {
    position: absolute;
    height: 100%;
    right: 45px;
    top: 0px;
}

.sidebar-instrument {
    width: 300px;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 575px) {
    .c7n-header-image {
        height: 200px;
    }
}

@media (min-width: 576px) {
    .c7n-header-image {
        height: calc(70vh - 70px);
    }
}

@media (min-width: 768px) {
    .c7n-header-image {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .c7n-header-image {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .c7n-header-image {
        height: 350px;
    }
}

div.youtube-container-small {
    max-width: 100%;
    width: 600px;
    left: 0;
}

div.youtube-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 13px 14px 0px rgba(50, 50, 50, 0.75)
}

.youtube-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.c7n-lehr-content {
    color: #ffffff !important;
    font-size: 1.2rem;
    font-weight: 400;
}

.c7n-header-image:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 12%, rgba(0, 0, 0, 0.1) 24%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 99%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 12%, rgba(0, 0, 0, 0.1) 24%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 99%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 12%, rgba(0, 0, 0, 0.1) 24%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.c7n-detail-img {
    margin: 0px;
    padding: 0;
}

input#contactFormFieldId_113 {
    border: 1px solid rgb(0, 69, 125);
    border-radius: 2px;
}

input#contactFormFieldId_120 {
    border: 1px solid rgb(0, 69, 125);
    border-radius: 2px;
}

input#contactFormFieldId_121 {
    border: 1px solid rgb(0, 69, 125);
    border-radius: 2px;
}

input#contactFormFieldId_113:focus {
    border: 1px solid rgb(164, 0, 72);
    outline: 0;
}

input#contactFormFieldId_120:focus {
    border: 1px solid rgb(164, 0, 72);
    outline: 0;
}

input#contactFormFieldId_121:focus {
    border: 1px solid rgb(164, 0, 72);
    outline: 0;
}

.clx-contact-form-field.clx-checkbox input {
    margin-left: 15px;
}

body.musikwoche2020 .clx-contact-form-field.clx-checkbox {
    padding: 0px 15px;
}

body.musikwoche2020 .clx-captcha {
    padding-top: 45px;
}

#coreCaptchaCode {
    width: 25%;
}

#coreCaptchaImage {
    width: unset;
    height: 40px;
}


/* Forms */
fieldset.row legend {
  padding: 15px;
}







/* SEARCH | BEGIN */
#c7n-functions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}



@media (max-width: 767px) {
    #c7n-open-search,
    #c7n-close-search {
        height: 100%;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        padding: 0 20px;
        cursor: pointer;
        top: 0px;
        position: relative;
    }
}

@media (min-width: 768px) {
    #c7n-open-search,
    #c7n-close-search {
        height: 100%;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        padding: 0 20px;
        cursor: pointer;
        top: 0px;
        position: relative;
    }
}



#c7n-open-search.c7n-active,
#c7n-close-search.c7n-active {
    display: flex;
}

#c7n-open-search svg,
#c7n-close-search svg {
    width: auto;
    height: 15px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.c7n-searchbutton:hover .c7n-svg-line {
    stroke: rgb(255, 255, 255, 0.6);
}

#clx-search line.c7n-svg-line,
#clx-search g.c7n-svg-line {
    stroke: rgb(0, 157, 165);
}

@media (max-width: 575px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: calc(50vh - 75px);
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 4em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

@media (min-width: 576px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: calc(100vh - 75px);
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 4em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

@media (min-width: 768px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: calc(60vh - 75px);
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 4em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

@media (min-width: 992px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: calc(100vh - 75px);
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 8em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

@media (min-width: 1200px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: calc(100vh - 120px);
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 4em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

#c7n-eyecatcher {
    width: 100%;
    height: 65vh;
    overflow: hidden;
    position: relative;
}

#c7n-eyecatcher.c7n-partner #cycle-slider:after {
    background-color: rgba(0, 0, 0, 0);
}

#c7n-search {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 69, 125, .9);
    z-index: 997;
    left: 0;
    top: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

#c7n-search.c7n-open {
    opacity: 1;
    visibility: visible;
}

#clx-search {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#c7n-search form,
#clx-search form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#c7n-search .c7n-searchterm,
#clx-search .clx-searchterm {
    width: calc(100% - 30px - 100px);
    padding: 0 30px;
    line-height: 60px;
    font-weight: 300;
    border: 2px solid #ffffff;
    font-size: 1.2em;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    vertical-align: bottom
}

#clx-search .clx-searchterm {
    border: 2px solid rgba(75, 75, 75, 0.3);
    color: rgb(0, 157, 165);
    outline: 0;
}

#c7n-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(222, 222, 222, 1);
}

#c7n-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(222, 222, 222, 1);
}

#c7n-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(222, 222, 222, 1);
}

#c7n-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(222, 222, 222, 1);
}

#clx-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(222, 222, 222);
}

#clx-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(222, 222, 222);
}

#clx-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(222, 222, 222);
}

#clx-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgb(222, 222, 222);
}

.clx-search-article a:hover {
    color: rgba(0, 157, 165, 0.8);
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 157, 165, 0.8);
}

article.clx-search-article {
    margin-bottom: 30px;
}

#c7n-search .c7n-searchbutton,
#clx-search .clx-searchbutton {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    border: 2px solid rgba(255, 255, 255, 0);
    cursor: pointer;
}

#c7n-search .c7n-searchbutton svg,
#clx-search .clx-searchbutton svg {
    width: auto;
    height: 60px;
    padding: 10px;
}

@media (min-width: 576px) {

    #c7n-open-search svg,
    #c7n-close-search svg {
        height: 15px;
    }

    #c7n-search .c7n-searchterm,
    #clx-search .clx-searchterm {
        font-size: 1.4em;
    }
}

@media (min-width: 768px) {

    #c7n-open-search svg,
    #c7n-close-search svg {
        height: 15px;
    }

    #c7n-search .c7n-searchterm,
    #clx-search .clx-searchterm {
        font-size: 1.6em;
    }
}

@media (min-width: 992px) {

    #c7n-open-search svg,
    #c7n-close-search svg {
        height: 15px;
    }

    #c7n-search .c7n-searchterm,
    #clx-search .clx-searchterm {
        font-size: 1.8em;
    }
}

@media (min-width: 1200px) {

    #c7n-open-search svg,
    #c7n-close-search svg {
        height: 15px;
    }

    #c7n-search .c7n-searchterm,
    #clx-search .clx-searchterm {
        font-size: 2em;
    }
}

.cycle-pager-element:hover:before,
.cycle-pager-element.cycle-pager-active:hover:before,
#c7n-open-search:hover .c7n-svg-line,
#c7n-close-search:hover .c7n-svg-line {
    opacity: 0.7;
}

.clx-search-form-field.clx-buttons {
    text-align: center;
    margin-top: 30px;
}

article.clx-search-article {
    margin-bottom: 45px;
}

input.c7n-searchterm:focus {
    border-radius: 0;
    outline: 0;
}

.clx-search-form-field {
    padding-bottom: 60px;
}

article.clx-search-article {
    margin-bottom: 45px;
}

article.clx-search-article a {
    color: #000;
}

article.clx-search-article a:hover {
    color: #4d2d68;
    border-bottom: none;
}

.clx-search-article a:hover {
    border-bottom: none;
}

/* SEARCH | END */

/* EYECATCHER | BEGIN */
@media (max-width: 575px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: calc(50vh - 75px);
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 4em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

@media (min-width: 576px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: calc(100vh - 75px);
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 4em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

@media (min-width: 768px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: height: 100vh;
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 4em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

@media (min-width: 992px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 8em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

@media (min-width: 1200px) {
    section#c7n-eyecatcher.c7n-home-slider {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    .cycle-pager-element:before {
        content: "\f10c";
        font-family: "FontAwesome";
        color: rgb(255, 255, 255);
        line-height: 4em;
        font-size: 0.9em;
        padding: 0 7.5px;
        display: block;
    }
}

#c7n-eyecatcher {
    width: 100%;
    height: 65vh;
    overflow: hidden;
    position: relative;
}

#cycle-slider {
    width: 100%;
    height: 100% !important;
}

#cycle-slider img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}

#c7n-eyecatcher.c7n-partner #cycle-slider:after {
    background-color: rgba(0, 0, 0, 0);
}

.cycle-pager {
    z-index: 999;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
}

.cycle-pager-element {
    display: inline-block;
    width: auto;
}

.cycle-pager-element:hover:before,
.cycle-pager-element.cycle-pager-active:hover:before {
    color: rgb(219, 11, 62);
    cursor: pointer;
}

.cycle-pager-element.cycle-pager-active:before {
    content: "\f111";
    color: rgb(125, 161, 66);
}

.cycle-pager-element.cycle-pager-active:before {
    /* color: #red; */
}
/* EYECATCHER | END */
