@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%; */
    min-height               : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
}

body {
    width: 100%;
    /* height: 100%; */
    min-height: 100%;
    font-size: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 300;

/* GRADIENT */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e8ed+25,93dfed+50,d0e8ed+75 */
background: #d0e8ed; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkMGU4ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM5M2RmZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNkMGU4ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #d0e8ed 25%, #93dfed 50%, #d0e8ed 75%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#d0e8ed), color-stop(50%,#93dfed), color-stop(75%,#d0e8ed)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, #d0e8ed 25%,#93dfed 50%,#d0e8ed 75%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, #d0e8ed 25%,#93dfed 50%,#d0e8ed 75%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, #d0e8ed 25%,#93dfed 50%,#d0e8ed 75%); /* IE10 preview */
background: linear-gradient(to bottom, #d0e8ed 25%,#93dfed 50%,#d0e8ed 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e8ed', endColorstr='#d0e8ed',GradientType=0 ); /* IE6-8 */


}


p {
    font-size:1.2em;
}

strong{
    font-weight:bold;
}

body.cke_editable {
    background-color : #FFFFFF;
}

#PoweredByFooter {
    display: none;
}

div#preview-content {
    padding-bottom: 0 !important;
}

::-moz-selection { background : rgb(38,161,219); text-shadow : none; color : #ffffff; }

::selection { background : rgb(255,255,255); text-shadow : none; color : #272727; }


input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    outline: none;
    border-color: transparent;
    background-color: rgba(250, 108, 166, .8);
    color:#ffffff;
}

input[type="reset"]:hover{
  background-color:#525252;
  color:#ffffff;
}

/* HEADER | START */
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 54px;
    min-height: 54px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(250, 108, 166, 0.8);
    font-size: 18px;
    top:0;
    /*padding-bottom: 140px; */
}

header.minimized {
    background-color: rgba(234, 132, 179, 1);
    padding-bottom: 0px;
    padding-top: 0px;
    max-height: 54px;
    font-size: 18px;
}

header.minimized img{
    max-height: 75px;
}

h1, h3, h4, h5, h6, .h1, .h3, .h4, .h5, .h6 {
    padding: 10px 0 10px 0;
    line-height: 1.4;
    color: #151515;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.2em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    padding: 10px 0 10px 0;
    line-height: 1.4;
    color: #151515;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.0em;
}

#home-page-wrapper {
    float: left;
    width: 100%;
    min-height: 194px;
    padding: 45px 15px 0px 15px;
    margin: 0 0 0px 0;
    /* background: #fff; */
}

#home-page {
    float: left;
    padding: 0;
    text-align: center;
}

#home-page h1 {
    color: #f56ca6;
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding-bottom: 16px;
}

#home-page-wrapper p {
    margin-top: 16px;
}

#home-page p {
    font-size: 1.2em;
    color: #272727;
    text-align: center;
    margin-top: 28px;
    line-height: 28px;
}

.dash {
    position: relative;
    text-align: center;
}

.dash::after {
    background-color: #f56ca6;
    right: 0;
    margin: 0 auto;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    margin-top: 15px;
    width: 175px;
    content: "";
}

h1.dash-left {
    position: relative;
}

.fa {
    font-size: 1.6em;
    color: #fff;
    float: left;
    margin-top: -5px;
    padding: 4px 10px 0px 10px;
}

.invisible {
    display: none
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a.info-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 20px;
    min-width: 172px;
    display: inline-block;
    margin: 0 auto;
}

a.button.more::before {
    font-family: 'FontAwesome',sans-serif;
    content: "\f105\00a0";
    font-size: 17px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 45px;
    /* margin-top: -15px; */
    margin-top:0px;
    width: 100%;
}
/* HEADER | ENDE */

/* LOGO | START */
.logo {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
}

header img{
    margin-left: 3%;
}
/* LOGO | ENDE */

/* FOOTER TOP | START */
#c7n-footer-top {
    min-height: 261px;
    background-color: #231f20;
    float: left;
    width: 100%;
    padding-top: 25px;
    font-size: 0.8em;
    color: #fff;
    line-height: 25px;
}

#c7n-footer-top ul {
    margin-left: 0;
    margin-top: 10px;
}

#c7n-footer-top ul li {
    margin-left: 0;
    margin-top: 0px;
}

footer h5 {
    font-size: 1.4em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0 10px 0;
    line-height: 1.4;
}

footer h5:after {
    color:FF00FF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    display: table;
    float: left;
    width: 100%;
    bottom: 0;
    position: absolute;
}

#c7n-footer-top i.fa {
    font-size: 16px;
    margin: 0;
    padding: 5px 0 0 0;
    margin-right: 0.3em;
}

#c7n-footer-top a, #c7n-footer-top i::before {
    color: #8c8c8c;
}


@media only screen and (max-width:767px){
  #c7n-footer-top .col-12 {
    padding-bottom: 20px;
  }
  #gallery .h1 {

  }
  #calendar li.nav-item {
      left: 0;
  }
}

@media only screen and (min-width:767px){
  #c7n-footer-top .col-12 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width:768px){
    #c7n-footer-top {
        font-size: 0.8em;
    }
    #calendar li.nav-item {
      left: 18.7%;
  }
}

@media only screen and (min-width:992px){
    #c7n-footer-top {
        font-size: 0.9em;
    }
}

@media only screen and (min-width:1200px) {
    #c7n-footer-top {
        font-size: 1em;
    }
/*    .event-button {
        margin-top: 23px;
    }*/
    #calendar li.nav-item {
      left: 125px;
  }
  .event-button {
      display: flex;
  }
}
/* FOOTER TOP | ENDE */

/* FOOTER BOTTOM | START */
div#c7n-footer-bottom {
    float: left;
    width: 100%;
    /* background-color: #f16caa; */
    padding-top: 3px;
    padding-bottom: 3px;
}

div#c7n-footer-bottom p {
    float: left;
    width: 100%;
    /* background-color: #f16caa; */
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
}

#c7n-footer-bottom {
    float: left;
    width: 100%;
    min-height: 26px;
    background-color: #e984b3;
    padding-top: 8px;
    padding-bottom: 8px;
}

#c7n-footer-bottom p a {
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-decoration: none;
}

.half-circle {
    float: left;
    width: 100%;
    position: relative;
}

.half-circle:before {
    content: '';
    font-family: fontAwesome;
    position: absolute;
    font-size: 25px;
    color: #fff;
    height: 30px;
    width: 60px;
    background: #e985b6;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    text-align: center;
    padding-top: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.half-circle .c7n-footer-disc {
    content: '\f077';
    font-family: fontAwesome;
    position: absolute;
    font-size: 21px;
    color: #ccc;
    height: 30px;
    width: 53px;
    background: white;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    text-align: center;
    padding-top: 27px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 999;
    background: transparent;
}

.half-circle .c7n-footer-disc a {
    color: transparent;
}
/* FOOTER BOTTOM | ENDE */

/* GOOGLE MAPS | START */
#google-maps #c7n-map {
    width: 100%;
    height: 500px;
    z-index: 1;
}

.map{
    height:500px;
}

@media only screen and (max-width:767px){
  #google-maps #c7n-map {
      width: 100%;
      height: 350px;
      z-index: 1;
  }
}
/* GOOGLE MAPS | ENDE /*

/* GALLERY | START */
.gallery-bar {
    float: left;
    width: 100%;
    background-color: rgba(202,50,75, .80);
    padding: 10px 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.gallery-button {
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 20px;
    min-width: 172px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
}

.gallery-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.gallery-container-android .gallery-slide,
.gallery-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.gallery-swiper-container {
    width: 100%;
    height: 100%;
    }

.gallery-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-text {
    position: absolute;
    /*top: 250px;*/
    color: #ffffff;
    text-shadow: 0px 0px 10px #272727;
}
.headline-lg {
    font-size: 3em;
    margin-bottom: 30px;
}

.headline-sm {
    font-size: 1em;
}


.swiper-container .swiper-slide{
    width: auto;
}

.swiper-container .swiper-slide img{
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper .gallery-swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* GALLERY | ENDE */

/* PRODUCTS | START */
#product-boxes {
    padding-bottom: 30;
    float: left;
    min-width:100%;
}

#product-boxes .middlebox, #product-boxes .firstbox, #product-boxes .lastbox, .first.col-md-3.col-sm-12 {
    padding: 0;
}

#product-boxes>div:nth-child(odd) .product-box {
    /* background: #fff; */
}

#product-boxes>:nth-child(even) .product-box {
    /* background: #fff; */
}

.product-box:hover {
    /* background-color: #ca324b!important; */
    /* color: #fff; */
}

.product-box {
    margin: 0!important;
    padding-top: 65px;
    padding-bottom: 50px;
    text-align: center;
}

.product-box {
    position: relative;
    width: 100%;
    min-height: 350px;
    /* max-height: 350px; */
    padding: 20px 30px 20px 30px;
    margin: 0 28px 19px 0;
    overflow: hidden;
    /* background: #FFF; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-box h3 {
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding-bottom: 17px;
}

.product-box:hover h3 {
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding-bottom: 17px;
    /* color: #FFFFFF; */
}
.product-box:hover h3::after {
    background-color: #f56ca6;
}

.product-box p {
  /*font-size: 1.0em !important;*/
    text-align: center;
    line-height: 28px;
    padding-top: 19px;
}

.dash {
    position: relative;
}

.dash::after {
    background-color: #f56ca6;
    right: 0;
    margin: 0 auto;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    margin-top: 13px;
    width: 175px;
    content: "";
}

.home-box:hover h3 {
    /* color: #fff; */
}

#home-page .button.invert.more, .product-box .button.invert.more {
    margin-top: 21px;
    margin-bottom: 24px;
    text-decoration: none;
}

.button.invert.more {
    color: #272727;
    background-color: transparent;
    border: 1px solid #272727;
    font-weight: 500;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase;
    min-width: 172px;
    padding: 5px 20px;
    width: auto;
    font-size: 1.2em;
}

.product-box:hover .button.invert.more {
    /* color: #fff; */
    /* border: 1px solid #fff; */
}


@media only screen and (max-width:767px){}
@media only screen and (min-width:767px){}
@media only screen and (min-width:992px){}
@media only screen and (min-width:1200px){}

/* PRODUCTS | ENDE */

/* CONTENT | START */
/* CONTENT | ENDE */

/* SLIDER | START */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-headline h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-align: center;
    padding: 0px 10px 0px 10px
}

.slider-text {
    background-color: rgba(255, 255, 255, 0.5);
    color: #272727000;
    text-align: center;
    padding: 0px 10px 0px 10px
}

.slider-headline h1{
    position:absolute;
    left:10%;
    top: 25%
}

.slider-text{
    position:absolute;
    left:15%;
    top: 28%
}
/* SLIDER | ENDE */

/* GALLERY | START */
.c7n-news-article,
.c7n-paging,
.c7n-navtree,
.c7n-filter,
.c7n-category,
.c7n-file,
.c7n-product,
.c7n-employee,
.c7n-gallery-image,
.c7n-case,
.c7n-content-tpl {
    padding-top: 30px;
}

.c7n-image-square {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.c7n-image-square img{
display: none;
}

.c7n-image-square::after {
    content: " ";
    display: block;
    padding-bottom: 100%;
}

.c7n-image-overlay {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}

.c7n-image-overlay p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    padding: 15px;
    margin: 0;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.5em;
    width: 100%;
    height: auto;
    background-color: rgba(74,74,74, .80);
}

a .c7n-image-overlay p,.c7n-image-overlay p a{
    color: #ffffff !important;
}

.c7n-image-overlay p a:hover{
    color: rgba(255,255,255,0.8) !important;
}

#c7n-gallery-content {
    padding-top: 75px;
    padding-bottom: 100px;
}
/* GALLERY | ENDE */

/* SIDEBAR BOXES | START */
h1.dash-left{position:relative; padding-left: 15px;}
h1.dash-left::after {
    background-color:#ca324b;
    content:"";
    height:1px;
    left:15px;
    position:absolute;
    bottom:0;
    margin-top:15px;
    width:175px
}

.banner-small {
  padding-top: 30px;
    width: 100%;
}

#page-content h2 {
    font-size:1.4em;
}

#page-content h3,.sidebar-boxes h3 {
    font-size:24px
}

#page-content h4 {
    font-size:21px
}

#page-content {
    padding-top: 30px;
    padding-bottom: 45px;
    /* background: #ffffff; */
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}

#page-content p {
    margin-bottom:20px!important
}

.sidebar {
    background:#efefef;
    margin-bottom:30px;
    padding:10px 20px
}

.sidebar span {border-bottom:1px solid rgba(99,99,99,.25);
    text-transform:uppercase;
    float:left;width:100%;
    padding:10px 0;
    color:#636363;
    font-size:18px
}

.sidebar h3 {
    float:left;
    width:100%;
    color:#ca324b
}

.sidebar .buttons {
    text-align:left;
    margin-top:10px;
    margin-bottom:5px
}

.sidebar .button.invert.more {
    text-align:center;
    margin:10px 0 5px
}

.sidebar.bg-dark {
    background-color:#272727
}

.sidebar.bg-red {
    background-color:#ca324b
}

.sidebar.white {
    color:#fff
}

.sidebar.white span {
    color:#fff;
    border-color:rgba(255,255,255,.41)
}

.sidebar.white h3 {
    color:#fff
}

.sidebar.white .button.invert.more {
    color:#fff;
    border-color:#fff
}

.sidebar-boxes {
    padding-left:15px;
    margin-top:22px
}

.sidebar.top-color {
    padding:0
}

.sidebar.top-color span {
    padding:15px 20px;
    background-color: rgba(202,50,75, 1);
    color:#fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size:33px
}

.sidebar.top-color .box-content {
    float:left;
    width:100%;
    padding:0 20px 10px 20px
}

.modern-sidebar .sidebar {
    margin-bottom: 0;
}

.sidebar.white {
    color: #fff;
}

.sidebar.bg-dark {
    background-color: #272727;
}

.sidebar {
    background: #efefef;
    margin-bottom: 30px;
    padding: 10px 20px;
}

.content, .sidebar-boxes, .sidebar {
    float: left;
    width: 100%;
}

.button.invert.more {
    color: #ffffff;
    background-color: #e984b3;
    border: 1px solid #ffffff;
    font-weight: 500;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase;
    min-width: 172px;
    padding: 5px 20px;
    width: auto;
    font-size: 14px;
}

.language-bar ul {
    list-style: none;
    cursor: default;
}

.language-bar li {
    display: inline;
}

.language-bar a {
    border: 1px solid #ea84b3;
    padding: 7px 10px;
    margin: 2px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    color: rgba(255,255,255,1);
}

.language-bar a.current {
    boder: 1px solid #fff;
    background: #ea84b3;
}

.language-bar a:hover {
    boder: 1px solid #fff;
    background: #ea84b3;
}

.language-bar {
    text-align: center;
}


/* NEW CODE FOR INTERLAKEN-CLASSICS */

.button.invert.more:hover{
    background-color:#ff94c2;
}


.intro {
        Background-color: rgba(245, 108, 166, 0.8);
        text-align: center;
        width: 100%;
        position: relative;
        /* margin-top: -80px; */
    }

.intro a{
        color:#fff;
        text-decoration:underline;
    }

.intro h2{
    color:#fff;
    padding:20px;
    margin-bottom:0px;
    font-size: 1.6em;
}

.home-box{
    padding: 0px;
}

div#product-boxes img {
    height: 250px;
    object-fit: cover;
}


/* PARTNER LOGOS */
.col-lg-2.col-md-3.col-sm-4.col-6 img {
    width: 100%;
    max-height: 70px;
    object-fit: contain;
    height: 100%;
}


/* SLIDER */

div#mainslider {
    position: sticky;
    /* max-height: 70%;
    overflow: hidden;
    object-fit: cover; */
}

.swiper-mainslider.swiper-container-horizontal {
    height:840px;
    overflow:hidden;
}
.swiper-mainslider.swiper-container-horizontal img{
    object-fit:cover;
    cursor: -webkit-grab;
}

/* CALENDAR OVERVIEW */
#calendar,.tab-content {
    width: 100%;
    float: left;
}
#calendar {
    margin: 20px 0;
}
#calendar .event {
    width: 100%;
    float: left;
    margin: 20px 0;
}
#calendar .event .event-date {
    display: none;
    color: #fff;
    float: left;
    /*font-family: "bebas_neueregular",sans-serif;*/
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    /*background-color: #e984b3;*/
    height: 150px;
}
#calendar .event .event-date .weekday,
#calendar .event .event-date .day,
#calendar .event .event-date .month {
    width: 100%;
    display: inline-block;
    background: #ea84b3;
    margin-top: -1px;
}
#calendar .event .event-image,
#calendar .event .event-content {
    display: inline-block;
    float: left;
}
#calendar .event .event-bgimage {
    height: 146px;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#calendar .event .event-bgimage img {
    height:100%;
    object-fit:cover;
}
#calendar .event .event-content {
    text-align: left;
}
#calendar .event .event-date .weekday {
    font-size: 2.2em;
    line-height: 1em;
}
#calendar .event .event-date .day {
    font-size: 5em;
    line-height: 1em;
}
#calendar .event .event-date .month {
    font-size: 2em;
    line-height: 1em;
}
#calendar .event a.button.light {
    padding: 3px 18px;
    border: 1px solid #f56ca6;
    background-color: #fff;
    min-width: 134px;
    width:auto;
    float: left;
    text-transform: uppercase;
    color: #f56ca6;
    margin-right: 10px;
    font-weight: bold;
}
#calendar .event a.button.dark {
    padding: 4px 18px;
    color: #fff;
    background-color: #e984b3;
    min-width: 64px;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    float: left;
}
#calendar .event .event-content h3 {
    padding-top: 0;
    line-height: 24px;
    color: #f56ca6;
    margin-bottom: 0;
}
#calendar .event .event-content p {
    margin-bottom: 40px !important;
}
.event-button {
    width: 100%;
    float: left;
}

/*new css*/

#calendar .nav-item a {
    margin-right: 15px;
    z-index: 999999;
    line-height: 15px;
    padding: 7px 30px;
    font-weight: bold;
    text-transform: uppercase;
}
#calendar ul:before {
    content: '';
    border-bottom: 2px solid #fff;
    width: 100%;
    float: left;
    position: relative;
    top: 17px;
    z-index: -1;
}
.nav-tabs .nav-link {
    background-color: #B5E4ED;
    color: #495057;
    border: 1px solid #fff;
}
.nav-tabs {
    border: none;
    width: 100%;
    float: left;
}
#calendar li.nav-item {
      position: relative;
}
#calendar .nav-item a {
   border-radius: 0
}

@media screen and (min-width: 1024px){
#calendar .event .event-date .weekday {
    font-size: 2.4em;
}
#calendar .event .event-date .day {
    font-size: 5.3em;
}
#calendar .event .event-date .month {
    font-size: 2.2em;
}
}
@media screen and (min-width: 576px){
#calendar .event {
    position: relative;
}
#calendar .event .event-content {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
}
/*.event-button {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*}*/
}
@media (min-width: 545px) and (max-width: 1023px) {
    #calendar .event .event-content p {
         margin-bottom: 32px !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
#calendar .event .event-date {
    height: 141px;
}
.event-button {
    margin-top: 0;
}
#calendar .event .event-bgimage {
    height: 136px;
}
}
@media screen and (max-width: 992px){
.swiper-mainslider.swiper-container-horizontal {
    overflow:hidden;
    height: 300px;
}

}

@media screen and (max-width: 748px) {
.home-box, #home-content {
    padding:15px;
}

div#product-boxes img {
height: 150px;
object-fit: cover;
}

.intro h2{
    font-size:1.4em;
}
}
@media screen and (max-width: 488px) {
    #calendar .event a.button.light {
        margin-bottom: 15px;
    }
    #calendar .event .event-content p {
        margin-bottom: 25px !important;
    }
    
}

@media screen and (max-width: 992px) {
    div#product-boxes img {
    height: 180px;
    object-fit: cover;
}
}
@media screen and (max-width: 395px) {
    #calendar .event .event-content h3 {
        font-size: 21px;
        line-height: 21px;
    }
}


/*
.dash-left {
    padding-left: 15px !important;
}

.dash-left:after{
    left:15px !important
}

*/


.col-xs-12.c7n-news-filter {
    display:none;
}

img.img-responsive {
    width: 100%;
}

img {
    max-width: 100%;
}

.full-size-banner img{
    width:100%;
}

div#contactFeedback {
    color: #151515 !important;
    font-size: 1.2em;
}


/*new css*/

.headlines .event .event-bgimage img {
    width: 100%;
}

.headlines .event .event-content h3, .headlines .event .event-content p {
    text-align: center;
}

.headlines .event-button {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.headlines .event .event-bgimage {
    height: 250px !important;
}

.headlines .event .event-date {
    margin-top: 20px;
    margin-bottom: 20px;
}

.headlines .event .event-content h3 {
    line-height: 1.4 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .headlines .event a.button.light {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .headlines.event a.button.light {
        margin-bottom: 20px;
    }
    
    /*.headlines .event .event-content {*/
    /*    padding-top: 20px;*/
    /*}*/
    .headlines .event .event-content {
        width: 100%;
        height: 100%;
    }
    .headlines .event a.button.light {
        display: inline-block;
    }
    .headlines .event-button {
        text-align: center;
    }
    .headlines .event a.button.light, .headlines .event a.button.dark {
        width: auto !important;
        float: none !important;
    }
    .headlines .event a.button.dark {
        padding: 6px 18px;
    }
}