@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 : 100vw;
    height : 100vh;
    overflow-y : scroll;
    overflow-x : hidden;
    max-width : 100% !important;
}

header {
    /*padding: 20px;*/
    /*padding: 0;*/
    /*min-height: 80px;*/
    padding: 0;
    z-index: 99;
    background: #fff;
    display: inline-block;
    width: 100%;
    min-height: 80px;
    position: fixed;
    top: 0;
}

.c7n-logo h1 a {
    color: #f39c12;
    vertical-align: middle;
    font-size: 3rem;
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: 'Roboto', arial, sans-serif;
    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;
}

h1 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
}

h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 15px 0px;
}

/* START BANNER in Index-File */
.c7n-banner-image {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    padding: 0px;
    margin-top: 80px;
}

.c7n-banner-image img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover';
}

/* END BANNER in Index-File */
/* START PLACES BOXES in HOME */
.c7n-home-loop {
    margin-bottom: 30px;
}

img.c7n-homeboxes {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    font-family: 'object-fit:cover';
    position: relative;
}

.c7n-homeboxes + h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: calc(100% - 30px);
    background: #F19001;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    opacity: .6;
}

/* END PLACES BOXES in HOME */
/* START NEWS BOXES in HOME */
.c7n-news-container {
    padding: 0px;
}

.c7n-news-container-content {
    padding: 15px;
}

.c7n-news-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit:cover';
    padding-bottom: 15px;
}

/* END NEWS BOXES in HOME */
/* START Img before Footer */
#c7n-background-img {
    background-image: url("/images/content/subpage_banner/banner_saisonmiete.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px 0px 300px 0px #0d0d0d;
}

.c7n-jscounter {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 2rem;
    position: relative;
}

.c7n-bannertext {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 60px;
    left: 51%;
    transform: translate(-50%,-50%);
}

/* END Img before Footer */
/* START footer section */
footer {
    padding: 5em 0em;
    background-color: #0d0d0d;
    color: #ffffff;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffffffcc;
    text-decoration: none;
}

div#c7n-footer-bottom {
    padding-top: 20px;
}

ul.footer-list {
    margin-left: -22px;
}

img.social-media-icon {
    opacity: 1;
}

img.social-media-icon:hover {
    opacity: 0.8;
}

/* END FOOTER section */
/* START BRANDS from MediaDir */
.c7n-brands {
    height: 200px;
    vertical-align: middle;
    display: inline-block;
    line-height: 200px;
}

.c7n-brands img {
    vertical-align: middle;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain';
    top: 0;
    bottom: 0;
    margin: auto;
}

.c7n-brands img:hover {
    opacity: 0.8;
}

/* END BRANDS from MediaDir */
#c7n-content {
    min-height: calc(100vh - 337px);
}

.c7n-content-container {
    text-align: center;
    padding-top: 40px;
}

.c7n-content-container h1 {
    text-align: center;
    padding-bottom: 40px;
}

/* START Subscribe to Newsletter-Button */
button.c7n-black-button {
    background-color: #0d0d0d;
    /* Green */
    border: 2px solid #0d0d0d;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bolder;
}

button.c7n-black-button:hover {
    background: #ffffff;
    color: #0d0d0d;
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}

#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(117, 190, 57, 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 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a {
    color: rgba(29,29,29,1);
    border-bottom: 1px solid rgba(29,29,29,1);
}

#cookie-note a:hover {
    text-decoration: none;
    color: rgba(244, 171, 0,1);
    border-bottom: 1px solid rgba(244, 171, 0,1);
}

#cookie-note button {
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgb(244, 171, 0);
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

#cookie-note button:hover {
    background-color: rgba(244, 171, 0, 0.8);
}

#browser-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(117, 190, 57, 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;
    top: -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;
    position: absolute;
    z-index: 9999;
}

#browser-note.c7n-show {
    top: 0px !important;
    opacity: 1;
}

::-moz-selection {
    background : #0d0d0dcc;
    text-shadow : none;
    color : #ffffff;
}

::selection {
    background : #0d0d0dcc;
    text-shadow : none;
    color : #ffffff;
}

/* START SET PADDING ODF BOOTSTRAP */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
}

.row {
}

.container, .container-fluid {
}

.c7n-content-tpl {
    padding-bottom: 30px;
}

.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;
}

/* END SET PADDING ODF 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 {
    width: 30px;
    height: auto;
    z-index: 200;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 15px);
    -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;
}

#c7n-scroll-down img {
    height: auto;
    width: 30px;
}

/*ss4u changes*/
div#navTrigger {
    color: #F19001;
    cursor: pointer;
    font-size: 45px;
    margin-top: 15px;
    margin-right: 0;
    padding-right: 15px;
    display: inline-block;
    text-align: right;
    width: 100%;
}

#navTrigger:before {
    content: "\f0c9";
}

#navTrigger.c7n-active:before {
    content: "\f00d";
}

.c7n-small {
    webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 2px 10px 1px #4C4C4C;
    box-shadow: 0px 2px 10px 1px #4C4C4C;
}

.lazy h1 {
    text-align: center;
    margin-top: 60px;
    word-wrap: break-word;
    margin-bottom: 20px;
}

#clx-dropdown-navigation ul li a.starter_active, #clx-dropdown-navigation ul li a.active, .clx-mobile-navigation .clx-navigation li.level-1.starter_active a.starter_active, .clx-mobile-navigation .clx-navigation li ul li.active a.active {
    background-color: #F19001;
    color: #fff !important;
}

.clx-mobile-navigation.c7n-open {
    right: 0;
}

.c7n-logo {
    padding-top: 16px;
}

#mediadir {
    display: inline-block;
    width: 100%;
}

.c7n-media-heading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.c7n-media-heading h2 {
    margin: 0;
    padding: 10px 0 0 0;
    color: #ddd;
}

.c7n-media-box i {
    font-size: 40px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

.c7n-media-box h3, .table-responsive {
    text-align: center;
}

.c7n-mediadir-boxcontent .no-gutters>.col, .c7n-mediadir-boxcontent .no-gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.c7n-map .map {
    height: 250px;
}

.c7n-mediadir-boxcontent .c7n-media-box:hover {
    background-color: yellow;
}

.c7n-media-heading strong {
    font-weight: 600;
}

.c7n-mediadir-boxcontent .table-responsive table, .c7n-mediadir-boxcontent .table-responsive table td {
    border: none;
}

/*map*/
form p, form > fieldset > div.row, form > fieldset > div.newsletter {
    display: inline-block;
    width: 100%;
    padding: 0 15px 15px 15px;
    text-align: left;
    position: relative;
    margin: 0;
}

#contactForm {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
}

.contact label, #contactFrame legend {
    display: none;
}

.contact textarea, #contactFrame .contact input, #contactFrame .contact select {
    width: 100%;
    padding-left: 10px;
    padding: 15px 10px;
}

#contactFrame #coreCaptchaCode {
    width: 66.666%;
    border: 1px solid rgb(169,169,169);
}

#contactFrame .contact select {
    /* height: 33px; */
}

#coreCaptchaImage {
    width: 33.333%;
}

#contactFrame input.contactFormClass_button {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0;
    text-transform: uppercase;
}

label.c7n-media-captcha, #coreCaptchaLabel {
    display: block;
}

html {
    overflow: hidden;
}

#contactFrame input.contactFormClass_button:hover {
    background: #f39c12;
    color: #ffffff;
}

#contactFormError {
    padding-left: 15px;
}

@-moz-document url-prefix() {
    #contactForm #contactFrame {
        column-count: 2;
        display: contents;
    }
}

/*END*/
@media (min-width: 576px) {

    #contactForm {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
    }
}

@media (min-width: 768px) {
    #contactFrame input.contactFormClass_button {
        width: auto;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media print {
    @page {
        margin: 2cm
    }

    * {
        background: transparent !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    a:after {
        content: " ( " attr(href) ") ";
        font-style: italic;
    }

    #clx-dropdown-navigation, #clx-mobile-navigation, #clx-open-mobile-navigation, #clx-close-mobile-navigation, #c7n-scroll-down, aside, form, .c7n-button, .c7n-share-buttons, #cookie-note, .swal-overlay {
        display: none !important;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@-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%);
    }
}
