@font-face {
    font-family: 'Cocon';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/cocon-bold-webfont.eot'); /* IE9 Compat Modes */
    src: local('Cocon Bold'), local('Cocon-Bold'),
    url('../fonts/cocon-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/cocon-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/cocon-bold-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/cocon-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/cocon-bold-webfont.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.header,
.quiqqer-fu-login-container h2,
.content-header > h1,
.quiqqer-locationview-header-title,
.quiqqer-locationview-sidebar-entry header {
    color: #f67425;
    font-weight: 600;
    padding-bottom: 14px;
    position: relative;
    text-transform: uppercase;
}

.header:after,
.quiqqer-fu-login-container h2:after,
.content-header > h1:after,
.quiqqer-locationview-header-title:after,
.quiqqer-locationview-sidebar-entry header:after {
    background: #6ac056;
    bottom: 0;
    clear: both;
    content: '';
    height: 6px;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100px;
}

.content-header > h1 {
    text-align: left;
}

input[type='submit'], input[type='reset'], input[type='button'], button, .button, .tpl-businessPro-row .button {
    font-weight: bold;
}

input, textarea, select {
    background-color: #fff;
    line-height: normal;
}

input:focus {
    background: #fff;
}

.fa {
    transition: none;
}

h1 {
    font-size: 36px;
}

h1.brick-title {
    text-align: left;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    .header:after,
    .quiqqer-fu-login-container h2:after,
    .content-header > h1:after,
    .quiqqer-locationview-header-title:after,
    .quiqqer-locationview-sidebar-entry header:after {
        bottom: 4px;
        height: 4px;
        width: 80px;
    }
}

.tpl-businessPro-row .button.button-primary-outline {
    background: none;
    border-color: #d54113;
    color: #d54113;
}

.tpl-businessPro-row .button.button-secondary-outline {
    background: none;
    border-color: #666;
    color: #666;
}

.tpl-businessPro-row .button.button-secondary-outline:hover {
    border-color: #d54113;
    color: #d54113;
}

/****************/
/* Fix Abstände */
/****************/
.control-header,
.control-body,
.control-template {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.content-body, .content-template {
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding-bottom: 0;
    padding-top: 0;
}

/********************/
/* Freizeit Top Bar */
/********************/
.freizeit-topBar {
    height: 80px;
    position: relative;
    z-index: 1001;
}

.freizeit-topBar-wrapper {
    display: flex;
    position: relative;
    height: 100%;
}

.freizeit-topBar-logo {
    padding: 10px 0;
}


.freizeit-topBar-right {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.freizeit-topBar-map {
    display: none;
}

@media screen and (min-width: 768px) {
    .freizeit-topBar-map {
        border-right: 1px solid #eee;
        flex-shrink: 0;
        margin-right: 2rem;
        padding-right: 1rem;
    }
}

.freizeit-topBar-map a {
    display: flex;
    padding: 10px;
}

.freizeit-topBar-map a img {
    max-height: 100%;
}

.freizeit-topBar-search .quiqqer-searchControl,
.freizeit-topBar-search .quiqqer-searchControl form {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .main-content {
        padding-top: 0;
    }
}

/* user */
.freizeit-topBar-user .quiqqer-frontendUsers-userIcon {
    align-items: center;
    display: flex;
    height: 100%;
    margin-left: 2rem;
}

.freizeit-topBar-user .quiqqer-frontendUsers-userIcon-icon {
    background-color: #fff;
    border: 1px solid #999;
    color: #999;
    font-size: 18px;
    height: 38px !important;
    line-height: 36px;
    width: 38px !important;
}

.freizeit-topBar-user .quiqqer-frontendUsers-userIcon-icon:hover {
    border-color: #d54113;
    color: #d54113;
}

.freizeit-topBar-user .quiqqer-frontendUsers-userIcon-letter {
    font-size: 20px;
    height: 38px !important;
    line-height: 36px !important;
    width: 38px !important;
}

/* user menu */
.freizeit-topBar-user .qui-contextmenu-container {
    padding: 0;
}

.freizeit-topBar-user .qui-contextitem {
    position: relative;
}

.freizeit-topBar-user .qui-contextitem:before {
    background-color: #f67425;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.freizeit-topBar-user .qui-contextitem.qui-contextitem-active:before {
    opacity: 1;
}

.freizeit-topBar-user .qui-contextitem-icon {
    color: #666;
    width: 40px;
}

.freizeit-topBar-user .qui-contextitem-text {
    color: inherit;
    width: calc(100% - 40px);
}

.freizeit-topBar-user .qui-contextitem-active {
    background-color: #fff;
    color: #f67425;
}

.freizeit-topBar-user .qui-contextitem-active .qui-contextitem-icon,
.freizeit-topBar-user .qui-contextitem-active .qui-contextitem-text {
    color: #f67425;
}


/***************/
/* Page header */
/***************/
.page-header {
    padding: 2rem 0;
    overflow: initial !important;
}

.page-header picture {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-header-container {
    position: relative;
}

/* Startseite */
.page-1 .page-header {
    align-items: center;
    display: flex;
    height: auto;
    min-height: 60vh;
    padding: 4rem 0;
}

.page-1 .freizeit-control-content {
    display: block;
}

@media screen and (max-width: 767px) {
    .page-1 .page-header {
        padding: 2rem 0;
    }
}

/* small header */
.type-freizeit-attraktionen-registration-types-registerAttraction .page-header,
.type-quiqqer-frontend-users-types-profile .page-header {
    height: 200px;
}

/********/
/* Menü */
/********/
.header-bar {
    box-shadow: none;
}

.quiqqer-menu-megaMenu-list-item {
    font-size: 0.85em;
    padding: 0 !important;
}

.quiqqer-menu-megaMenu .fa-angle-down {
    font-size: inherit;
}

.quiqqer-menu-megaMenu-list-item a {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    transition: none;
}

.quiqqer-menu-megaMenu-list-item a .fa {
    transition: none;
}

.quiqqer-menu-megaMenu-list-item:hover,
.quiqqer-menu-megaMenu-list-item.quiqqer-menu-megaMenu-list-item--current a,
.header-bar-inner .quiqqer-menu-megaMenu-list-item:hover a,
.header-bar-inner .quiqqer-menu-megaMenu-list-item:hover a:link,
.header-bar-inner .quiqqer-menu-megaMenu-list-item:hover a:active,
.header-bar-inner .quiqqer-menu-megaMenu-list-item:hover a:visited,
.header-bar-inner .quiqqer-menu-megaMenu-list-item:hover a:hover {
    background: #f67425 !important;
    color: #fff !important;
}

.quiqqer-menu-megaMenu-list-item-menu {
    font-weight: normal;
    min-width: 180px;
}

.quiqqer-menu-megaMenu-list-item-menu .quiqqer-menu-megaMenu-children-simple {
    width: 100%;
}

.quiqqer-menu-megaMenu-children-simple-entry a {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    padding: 12px 25px 12px 23px;
    transition: none;
}

.quiqqer-menu-megaMenu-children-simple-entry {
    border-bottom: none !important;
    border-left: 5px solid #f7f7f7;
    border-top: none;
    transition: none !important;
}

.quiqqer-menu-megaMenu-children-simple-entry:hover {
    border-left-color: #f67425;
}

.quiqqer-menu-megaMenu-children-simple-entry a:hover {
    color: #f67425 !important;
}

/* header bar / nav map icon */
@media screen and (max-width: 767px) {
    .header-bar-inner-nav {
        order: 2;
    }
}

.freizeit-header-bar-mapUrl {
    display: block;
    height: 100%;
    padding: 10px 0;
}

.freizeit-header-bar-mapUrl img {
    max-height: 100%;
}

/*****************/
/* Payment popup */
/*****************/
.fa-payment-reminder.full-size {
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    transition: 0.3s all;
    width: 100% !important;
}

.fa-payment-reminder.full-size .qui-window-popup-content {
    height: auto !important;
}

.fa-payment-reminder .qui-window-popup-title {
    display: none;
}

.fa-payment-reminder .custom-close {
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.fa-payment-reminder .custom-close:hover {
    color: #f67425;
}

.fa-payment-reminder .header {
    margin: 2rem 0 3rem;
    text-align: center;
}

.fa-payment-reminder .header:after {
    left: calc(50% - 50px);
}

.fa-payment-reminder .pay-button {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}


.fa-validate-changes .fa-validate-changes-content span {
    margin-right: 20px;
}

/*****************************/
/* Header - Freizeit Control */
/*****************************/
.page-header-container {
    align-items: center;
    display: flex;
    height: 100%;
    top: 0 !important;
}

.freizeit-control {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.freizeit-control-header {
    background: #5aba4b;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    max-width: 400px;
    padding: 14px 20px;
    text-transform: uppercase;
    width: 100%;
}

.freizeit-control-form {
    background: rgba(246, 116, 35, 0.9);
    border-top: 3px solid #d54113;
    display: inline-block;
    max-width: 700px;
    padding: 2rem 2rem 1rem;
    width: 100%;
}

.freizeit-control .button.quiqqer-locations-search-locations-submit:hover,
.freizeit-control .button.quiqqer-locations-search-locations-submit:active,
.freizeit-control .button.quiqqer-locations-search-locations-submit:focus {
    border-color: #fff;
    color: #fff;
}

.quiqqer-locations-search-locations-search > div {
    width: 100%;
}

.quiqqer-locations-search-locations-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.quiqqer-locations-search-locations-submit .fa {
    margin-right: 10px;
}

.freizeit-baustein-header a {
    font-size: 15px;
    padding: 4px 10px;
}

@media screen and (min-width: 768px) {
    .freizeit-control-form .quiqqer-locations-search-locations form {
        flex-wrap: nowrap;
    }

    .quiqqer-locations-search-locations-categories {
        width: 270px;
    }

    .freizeit-control-form .quiqqer-locations-search-locations-search {
        max-width: 250px;
    }

    .freizeit-control-form .quiqqer-locations-search-locations-zip {
        max-width: 150px;
    }

    .freizeit-control-form .quiqqer-locations-search-locations-categories,
    .freizeit-control-form .quiqqer-locations-search-locations-zip,
    .freizeit-control-form .quiqqer-locations-search-locations-submit {
        flex-grow: 1;
    }

    .quiqqer-locations-search-locations form input,
    .quiqqer-locations-search-locations form select {
        max-width: 100%;
    }

}

.freizeit-control-content {
    display: none;
    margin: 0 auto;
    max-width: 460px;
    text-align: center;
}

.freizeit-control-content-header {
    color: #fff;
    display: inline-block;
    font-family: 'Cocon';
    font-size: 35px;
    margin-top: 35px;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    width: 100%;
}

.freizeit-control-content-header strong {
    color: #61bc4d;
}

.freizeit-control-content-text {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    opacity: 0.8;
    text-shadow: 1px 1px #000;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .freizeit-control-header {
        font-size: 18px;
    }
}

/*******************************/
/* Neueste Attraktionen Slider */
/*******************************/
.quiqqer-locations-list-slider-child-content {
    background: #fcfcfc;
    border: 1px solid #ddd;
    font-size: 0.9em;
    padding: 1rem;
}

/* Fix: transparent to white transition if text is to long */
.quiqqer-locations-list-slider-child-content {
    overflow: hidden;
}

.quiqqer-locations-list-slider-child-content:after {
    background: linear-gradient(0, #fff 0, transparent);
    bottom: 1px;
    content: '';
    height: 1rem;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
}

/******************************/
/* Category slider startseite */
/******************************/
.page-1 .freizeit-category-slider .qui-control-childrenlist-4er-entry-content-footer {
    display: none;
}

/*************************/
/* Locations list - list */
/*************************/
.button.quiqqer-locations-list-entry-content-buttonLink {
    background: none;
    border: none;
    color: #d54113;
    font-size: 14px;
    padding: 0;
}

.button.quiqqer-locations-list-entry-content-buttonLink:hover {
    color: #f67425;
}

div.quiqqer-locations-list-entry-content-short {
    margin-bottom: 5px;
}

/**********/
/* Footer */
/**********/
.page-footer {
    border-top: none;
}

.page-footer a.button:hover {
    text-decoration: none;
}

.page-footer h2, .page-footer h3, .page-footer h4, .page-footer h5 {
    color: #f67425 !important;
}

.page-footer-brick {
    padding-bottom: 10px;
}

.page-footer-brick .control-content {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .freizeitattraktionen-rechtliches p {
        text-align: left !important;
    }
}

.page-footer-copyright {
    border-top: 1px solid #484848;
}

.page-footer-copyright-left {
    font-size: 14px;
    opacity: 0.7;
}


.footer-login-button.button {
    background: none;
    font-weight: bold;
    margin-right: 30px;
    padding: 4px 30px;
}

.button.footer-login-button__login {
    border: 2px solid #f67425;
    color: #f67425;
}

.button.footer-login-button__login:hover,
.button.footer-login-button__login:active,
.button.footer-login-button__login:focus {
    background: rgba(246, 116, 37, 0.15);
    color: #f67425;
}

.button.footer-login-button__logout {
    border: 2px solid #9a9a9a;
    color: #9a9a9a;
}

.button.footer-login-button__logout:hover,
.button.footer-login-button__logout:active,
.button.footer-login-button__logout:focus {
    background: rgba(246, 116, 37, 0.15);
    border-color: #f67425;
    color: #f67425;
}


@media screen and (max-width: 767px) {
    .footer-login-button {
        float: left;
    }
}

/** Login / logout popup
 ===================================== */
/* login */
.freizeit-attraktionen-login-dialog {
    outline: none;
}

.freizeit-attraktionen-login-dialog .message-information {
    padding: 10px;
}

.freizeit-attraktionen-login-dialog .qui-window-popup-title {
    background: none;
    padding: 0;
}

.freizeit-attraktionen-login-dialog .quiqqer-frontendUsers-loginWindow-close {
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.freizeit-attraktionen-login-dialog .quiqqer-frontendUsers-loginWindow-close:hover {
    background: none;
    color: #f67425;
}

.freizeit-attraktionen-login-dialog .quiqqer-frontendUsers-loginWindow-logo {
    display: none;
    margin: 2rem auto;
    max-height: 200px;
}

.quiqqer-fu-login-container h2 {
    margin-top: 2rem;
    text-align: center;
}

.quiqqer-fu-login-container h2:after {
    left: calc(50% - 50px);
}

.freizeit-attraktionen-login-dialog .qui-window-popup-content {
    padding: 20px 40px;
}

.quiqqer-frontendUsers-loginWindow .quiqqer-frontendUsers-login {
    height: auto !important;
}

.freizeit-attraktionen-login-dialog .quiqqer-frontendUsers-login .quiqqer-fu-login-container {
    padding: 0;
}


/* disable ugly autofill background */
.quiqqer-auth-login-container input,
.quiqqer-fu-login-email input {
    box-shadow: 0 0 0 30px #fff inset;
}

/*
 because of disabling autofill background
 :focus is simulated by box.shadow
 */
.quiqqer-auth-login-container input[type="text"]:focus,
.quiqqer-auth-login-container input[type="password"]:focus,
.quiqqer-fu-login-email input[type="text"]:focus,
.quiqqer-fu-login-email input[type="password"]:focus {
    box-shadow: 0 0 0 30px #f5f5f5 inset;
}

.quiqqer-fu-login-email label .label {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
}

.freizeit-attraktionen-login-dialog .quiqqer-fu-login-email label .icon {
    width: 50px;
}

.freizeit-attraktionen-login-dialog .quiqqer-fu-login-email label input {
    padding-left: 50px;
}

.quiqqer-fu-login-email-buttons button {
    font-weight: bold;
}

/************************************/
/* Freizeit-Attraktion registrieren */
/************************************/
.type-freizeit-attraktionen-registration-types-registerAttraction .page-header-container,
.type-freizeit-attraktionen-registration-types-registerAttraction .template-breadcrumb {
    display: none;
}

.type-freizeit-attraktionen-registration-types-registerAttraction .header {
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .type-freizeit-attraktionen-registration-types-registerAttraction .header {
        font-size: 1.25rem;
    }
}

/* form */
.section-divider {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    margin-bottom: 2rem;
}

.form-text {
    display: block;
    margin-top: .5rem;
}

.form-text .fa {
    margin-right: 5px;
}

.form-group {
    display: flex;
    margin-bottom: 1.5rem;
}

.form-group.form-group__map {
    flex-wrap: wrap;
}

.form-group > label {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
    width: 300px;
}

.form-group .form-input {
    flex-grow: 1;
    width: 100%;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group textarea,
.form-group select {
    margin: 0;
    width: 100%;
}

.controls-upload-buttons .qui-button:disabled {
    background: #d54113;
    color: #fff;
}


@media screen and (max-width: 1100px) {
    .form-group label {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .section-divider {
        margin-bottom: 1rem;
    }

    .form-group {
        flex-wrap: wrap;
        margin-bottom: 0.75rem;
    }

    .form-group label {
        flex-grow: 1;
    }
}

/* Opening hours */
.quiqqer-locations-openinghours-list-entry {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin: 1rem 0;
    padding: 1rem;
    position: relative;
}

.quiqqer-locations-openinghours-list-entry-time {
    position: relative;
}

.quiqqer-locations-openinghours-entry {
    display: flex;
    flex-wrap: wrap;
}

.quiqqer-locations-openinghours-entry .quiqqer-locations-openinghours-entry-select {
    margin-bottom: 1rem;
    margin-right: 0;
    width: 100%;
}

.quiqqer-locations-openinghours-entry-select div.qui-select {
    border-width: 1px;
    float: none;
    max-width: 100%;
    width: 100%;
}

.quiqqer-locations-openinghours-entry-times {
    margin-bottom: 1rem;
}

.quiqqer-locations-openinghours-entry .quiqqer-locations-openinghours-entry-times label {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
    width: auto !important;
}

.quiqqer-locations-openinghours-entry-times .time-input {
    margin: 0;
    max-width: initial;
}

.quiqqer-locations-openinghours-entry-options label {
    align-items: center;
    display: flex;
}

.quiqqer-locations-openinghours-entry-options span:first-child {
    order: 2;
}

.quiqqer-locations-openinghours-entry-options input {
    order: 1;
}

/* remove */
.quiqqer-locations-openinghours-list-entry-remove .fa {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    height: 20px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    right: 6px;
    text-align: center;
    top: -10px;
    transition: 0.2s all ease-out;
    width: 20px;
}

.quiqqer-locations-openinghours-list-entry:hover .quiqqer-locations-openinghours-list-entry-remove .fa {
    border-color: #d54113;
    color: #d54113;
}

.quiqqer-locations-openinghours-list-entry:hover .quiqqer-locations-openinghours-list-entry-remove .fa:hover {
    background: #d54113;
    color: #fff;
}

/* button */
.quiqqer-locations-openinghours-add button {
    background: #d54113;
    border: 2px solid #d54113;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}

.quiqqer-locations-openinghours-add button:hover,
.quiqqer-locations-openinghours-add button:active,
.quiqqer-locations-openinghours-add button:focus {
    background: #fff !important;
    color: #d54113 !important;
}

/* upload form */
.form-input {
    max-width: 100%;
    overflow: auto; /* fix for upload form (long file names) */
}

.qui-form-upload {
    display: flex;
    flex-wrap: nowrap;
}

.qui-form-upload:hover,
.qui-form-upload .controls-upload-form-fileinfo:hover {
    background-color: #f0f0f0;
    color: inherit;
}

.qui-form-upload button {
    height: auto;
    line-height: 100%;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 40px;
}


/***********/
/* Profile */
/***********/
.type-quiqqer-frontend-users-types-profile .page-header-container {
    display: none;
}

.quiqqer-frontendUsers-profile-container {
    overflow: hidden;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.quiqqer-frontendUsers-controls-profile .quiqqer-frontendUsers-controls-profile-categories {
    padding-right: 20px;
}

.quiqqer-frontendUsers-controls-profile .quiqqer-frontendUsers-controls-profile-categoryContent {
    padding-left: 20px;
}

.quiqqer-fupc-category {
    margin-bottom: 2em;
}

.quiqqer-fupc-category:last-child {
    margin-bottom: 0;
}

.quiqqer-fupc-category-header {
    line-height: 30px;
}

.quiqqer-fupc-category .quiqqer-fupc-category-header {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 30px;
}

.quiqqer-fu-profile-categories-category-items {
    clear: both;
    float: left;
    width: 100%;
}

.quiqqer-fupc-category-items-item {
    border: 1px solid #ddd;
    border-bottom: none;
    clear: both;
    color: #333;
    display: flex;
    float: left;
    line-height: 40px;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.quiqqer-fupc-category.quiqqer-fupc-category--open .quiqqer-fupc-category-header {
    border-bottom: none !important;
}

.quiqqer-fupc-category--open .quiqqer-fupc-category-items-item {
    background: #fff;
}

.quiqqer-fupc-category .quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item--active,
.quiqqer-fupc-category .quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item:hover {
    background: #fff;
    color: #d54113;
}

.quiqqer-fupc-category--open .quiqqer-fupc-category-items-item:last-child {
    border-bottom: 1px solid #ddd;
}

.quiqqer-fupc-category--open .quiqqer-fupc-category-items-item:first-child {
}

.quiqqer-fupc-category-items-item:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item--active,
.quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item:hover {
    background: none;
}

.quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item--active:before,
.quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item:hover:before {
    background: #d54113;
    width: 4px;
}

.quiqqer-fupc-category-items-item .fa {
    font-size: 13px;
    line-height: 40px;
}

/* Attraktionen  */
button#revert-changes {
    background: transparent;
    border-color: #3e3e3e;
    color: #3e3e3e;
    margin-right: 1rem;
}

/* Attraktionen: upload */
.uploadForm-file-entry {
    align-items: flex-start;
    background: #f5f5f5;
    border: 1px solid #ddd;
    display: flex;
    margin: 1rem 0;
    padding: 1rem;
    position: relative;
}

.uploadForm-file-entry img {
    margin-right: 1rem;
    max-height: 100px;
    max-width: 120px;
}

.uploadForm-file-entry-fileName {
    word-break: break-all;
}

/* remove */
.uploadForm-file-entry .delete-file-button {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    cursor: pointer;
    height: 20px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    right: 6px;
    text-align: center;
    top: -10px;
    transition: 0.2s all ease-out;
    width: 20px;
}

.uploadForm-file-entry:hover .delete-file-button {
    border-color: #d54113;
    color: #d54113;
}

.uploadForm-file-entry:hover .delete-file-button:hover {
    background: #d54113;
    color: #fff;
}

/* Kundendaten */
.quiqqer-frontendUsers-userdata-section, .quiqqer-frontendUsers-userdata-address, .quiqqer-frontendUsers-userdata-address-additional {
    max-width: 100% !important;
}

.quiqqer-frontendUsers-userdata-section .package-intranet-profile-birthday [name="birth_month"],
.quiqqer-frontendUsers-userdata-section .quiqqer-frontendUsers-userdata-email-edit {
    margin-bottom: 6px;
    margin-top: 6px;
}

/* Adresse */
.quiqqer-frontendUsers-userdata-invoiceaddress button {
    margin-bottom: 6px;
    margin-top: 6px;
}

.quiqqer-frontend-users-address .quiqqer-frontend-users-address-description-button {
    float: right;
    font-size: inherit;
    line-height: inherit;
    margin-top: 20px;
    max-width: initial;
    padding: 6px 16px !important;
}

.quiqqer-frontend-users-address-list-entry {
    border: 1px solid #ddd;
}

.quiqqer-frontend-users-address-container-content .quiqqer-frontend-users-address-create,
.quiqqer-frontend-users-address-container-content .quiqqer-frontend-users-address-edit {
    max-width: 100%;
}

/* Password */
.quiqqer-frontendUsers-controls-profile-categoryContentAnimation .quiqqer-frontendUsers-saveButton {
    margin-left: 0;
    width: auto;
}

/* avatar */
.quiqqer-frontendUsers-userAvatar-gravatar {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .quiqqer-frontendUsers-controls-profile .quiqqer-frontendUsers-controls-profile-categoryContent {
        padding-left: 0;
    }

    .quiqqer-frontendUsers-controls-profile-categoryContent {
        margin-top: 2rem;
    }
}

/*********************/
/* qui confirm popup */
/*********************/
.qui-window-popup .qui-window-popup-title {
    display: none;
}

.qui-window-popup .submit-body {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.qui-window-popup .submit-body .texticon {
    font-size: 40px;
    margin-bottom: 1rem;
    margin-right: 0;
}

.qui-window-popup .submit-body .textbody {
    width: 100%;
}

.qui-window-popup .submit-body .textbody h2:first-child {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    text-align: center;
}

.qui-window-popup .qui-window-popup-buttons {
    background-color: #fff;
    height: auto !important;
}

.qui-window-popup .qui-window-popup-buttons:after {
    display: none;
}

.qui-window-popup .qui-window-popup-buttons button {
    margin-left: 10px;
    margin-right: 10px;
}

/*****************************/
/* Children list: 3er (news) */
/*****************************/
.qui-control-childrenlist-3er {
    width: 100%;
}

.qui-control-childrenlist-3er-entry {
    flex: 1 1 auto !important;
}

.qui-control-childrenlist-3er-entry .qui-control-childrenlist-3er-entry-image {
    margin-bottom: 0;
}

.qui-control-childrenlist-3er-entry-image a {
    align-items: center;
    display: flex;
    height: 100%;
}

/*
Diese Eigenschaften machen die News auf der Startseite kaputt, möglicherweise sind sie nicht mehr nötigt
*/
.qui-control-childrenlist-3er-entry-image a picture {
    /*height: 100%;*/
}

.qui-control-childrenlist-3er-entry-image a picture img {
    /*height: 100%;*/
    /*object-fit: cover;*/
}
/* END */

.qui-control-childrenlist-3er-entry-content {
    border: 1px solid #ddd;
    padding: 1rem;
}

.qui-control-childrenlist-3er-entry .qui-control-childrenlist-3er-entry-content h1 {
    font-size: 1.1em;
    font-weight: bold;
}

.qui-control-childrenlist-3er-entry-content-short {
}

.qui-control-childrenlist-3er-entry .qui-control-childrenlist-3er-entry-content-footer {
    font-size: 0.8em;
    margin-top: auto;
}

.qui-control-childrenlist-3er-entry .qui-control-childrenlist-3er-entry-content-footer-authorDate {
    float: left;
    font-size: 1em;
    font-style: normal;
    margin-bottom: 0;
}

.qui-control-childrenlist-3er-entry-content-footer-authorDate .fa {
    color: #999;
    margin-right: 5px;
}


.qui-control-childrenlist-3er-entry .qui-control-childrenlist-3er-entry-content-footer-button.button {
    background: none;
    border: none;
    color: #d54113;
    display: inline;
    float: right;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .qui-control-childrenlist-3er .qui-control-childrenlist-3er-entry {
        border-bottom: none;
    }
}

/******************************/
/* Sidebar menu (custom html) */
/******************************/
.freizeit-sidebarNav {
    padding-left: 0;
}

.freizeit-sidebarNav-entry {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
}

.freizeit-sidebarNav-entry:last-child {
    border-bottom: none;
}

.freizeit-sidebarNav-entry .fa {
    position: initial;
    text-align: left;
    width: 40px;
}

.freizeit-sidebarNav-entry a {
    color: inherit;
    display: block;
    flex-grow: 1;
    padding: 1rem 0;
}

.freizeit-sidebarNav-entry:hover .fa {
    color: #f67425;
}

/*****************/
/* location page */
/*****************/
.quiqqer-locationview-sidebar-entry header {
    margin-bottom: 0.5rem;
}

.quiqqer-locationview-sidebar-entry header:after {
    bottom: 4px;
    height: 3px;
    width: 70px;
}

/************************************/
/* Karte - Stardort suche Seitentyp */
/************************************/
.locator-controltype-locator .page-header {
    display: none;
}

.locator-controltype-locator .grid-container.main-content {
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
}

.locator-controltype-locator .grid-container.main-content > div[role="main"] > .content-template,
.locator-controltype-locator .grid-container.main-content > div[role="main"] + .content-template,
.locator-controltype-locator .grid-container.main-content .quiqqer-locations-locator {
    margin-bottom: 0;
    margin-top: 0;
}

.locator-controltype-locator .freizeit-category-button-open {
    display: none;
    padding: 1rem 20px;
}

.locator-controltype-locator .freizeit-category-button-open button {
    display: block;
    width: 100%;
}

/* Sidebar filter */
.locator-controltype-locator .quiqqer-locations-locator-filters {
    background: #d54113;
    margin-right: 0;
    max-width: 350px;
    padding: 2rem 1rem;
    position: initial;
    width: 100%;
}

.freizeit-category-filter-title {
    color: #fff;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
}


.locator-controltype-locator .quiqqer-locations-locator-filter-wrapper {
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 4px 2px 10px #71230c;
    margin-left: 1rem;
    margin-right: 0.5rem;
    padding: 10px 1rem;
}

/* category tree */
.locator-controltype-locator .quiqqer-locationcategories-filter-tree ul {
    overflow: initial;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-tree ul > li {
    position: relative;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-entry[data-level="1"] > label {
    border-bottom: 1px solid #ddd;
    margin-left: 15px;
    padding: 15px 0;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-entry[data-level="1"]:last-child > label {
    border-bottom: none;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-entry[data-level="2"] {
    margin-left: 15px;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-entry[data-level="2"]:first-child {
    margin-top: 10px;
}

/* font awesome checkbox */
.locator-controltype-locator .quiqqer-locationcategories-filter-entry input {
    display: none;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-entry > input[type="checkbox"] + label:before {
    color: #999;
    content: "\f096";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    width: 30px;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-entry > input[type="checkbox"] + label:hover:before {
    color: inherit;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-entry > input[type="checkbox"]:checked + label:before {
    color: #69c056;
    content: "\f046";
    display: inline-block;
}

.locator-controltype-locator .quiqqer-locationcategories-filter-entry > input[type="checkbox"]:checked + label:hover:before {
    color: #54a04b;
}

/* END font awesome checkbox */

.locator-controltype-locator .quiqqer-locationcategories-filter-entry-catImage {
    height: 50px;
    left: -35px;
    margin-right: 0;
    position: absolute;
    top: 3px;
}

/* search */
.locator-controltype-locator .quiqqer-locations-locator-search {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #fff;
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 0.5rem;
    margin-top: 2rem;
    padding: 1rem;
}

.locator-controltype-locator .quiqqer-locations-locator-search .qui-suggests-container {
    color: #333;
}

.locator-controltype-locator .quiqqer-locations-locator-search-label-input,
.locator-controltype-locator .quiqqer-locations-locator-search-label-country,
.locator-controltype-locator .quiqqer-locations-locator-search-label-radius {
    font-weight: normal;
    width: 100%;
}

.locator-controltype-locator .quiqqer-locations-locator-search-label-input,
.locator-controltype-locator .quiqqer-locations-locator-search-label-country {
    margin-bottom: 1rem;
}

.quiqqer-locations-locator-search-reset-wrapper {
    margin-left: 1rem;
    margin-right: 0.5rem;
    margin-top: 2rem;
    padding: 0 1rem;
}

.quiqqer-locations-locator-search-reset-wrapper .quiqqer-locations-locator-search-reset {
    border-color: #fff;
    width: 100%;
}

.quiqqer-locations-locator-search-reset:hover,
.quiqqer-locations-locator-search-reset:focus,
.quiqqer-locations-locator-search-reset:active  {
    color: #fff;
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

/* close category filter button */
.freizeit-category-button-close {
    color: #fff;
    display: none;
    font-size: 1.75rem;
    line-height: 20px;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 20px;
}

/* karte & locator list wrapper */
.locator-controltype-locator .quiqqer-locations-locator-wrapper {
    display: flex;
}

/* Karte */
.locator-controltype-locator .quiqqer-locations-locator-map {
    flex-grow: 1;
    height: calc(100vh - 160px) !important; /* 160px = topbar + nav */
    margin-bottom: 0;
    border: none;
}

/* Locator list */
.locator-controltype-locator .quiqqer-locations-locator-list-wrapper {
    flex-shrink: 0;
    padding: 1rem;
    width: 400px;
}

.locator-controltype-locator .quiqqer-locations-locator-list-locations-entry {
    background-color: #f5f5f5;
}

.locator-controltype-locator .quiqqer-locations-locator-list-locations-entry-details-image {
    margin-bottom: 1rem;
    width: 80px;
}

.locator-controltype-locator .quiqqer-locations-locator-list-locations-entry-details-name {
    display: block;
}

.locator-controltype-locator .quiqqer-locations-locator-list-locations-entry-details-address {
    float: left;
}

@media screen and (max-width: 1800px) {
    .locator-controltype-locator .quiqqer-locations-locator-wrapper {
        flex-direction: column;
    }

    .locator-controltype-locator .quiqqer-locations-locator-list-wrapper {
        width: 100%;
    }

    .locator-controltype-locator .quiqqer-locations-locator-list-locations ul {
        display: flex;
        flex-wrap: wrap;
    }

    .locator-controltype-locator .quiqqer-locations-locator-list-locations ul li {
        margin-right: 1rem;
        width: calc(50% - 0.5rem);
    }

    .locator-controltype-locator .quiqqer-locations-locator-list-locations ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .locator-controltype-locator .quiqqer-locations-locator-list-locations ul li {
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .locator-controltype-locator .freizeit-category-button-open {
        display: block;
    }

    /* Category filter mobile is hidden: open as slide out menu per button click */
    .locator-controltype-locator .quiqqer-locations-locator-filters {
        padding-top: 1.5rem;
        height: 100%;
        left: -100%;
        max-width: 100%;
        min-height: 100%;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .freizeit-category-button-close {
        display: block;
    }

    .locator-controltype-locator .quiqqer-locations-locator-map {
        height: 100vh !important;
    }
}

/*********/
/* Order */
/*********/
.quiqqer-order-ordering-buttons-backToShop {
    display: none;
}

.quiqqer-order-ordering-step h1 {
    margin-top: 1rem;
}

.quiqqer-order-basket-articles-article-title,
.quiqqer-order-profile-orders-order-articles-article-title {
    font-weight: bolder;
}

.quiqqer-order-ordering-step tr,
.quiqqer-order-ordering-step tr:only-child,
.quiqqer-order-ordering-step tr:nth-child(2n+1) {
    background-color: transparent;
}

/******************/
/* Site type news */
/******************/
.news-title {
    text-align: left;
    padding: 1rem 0 2rem;
}

.news-title h1 {
    margin-bottom: 10px;
    font-size: 26px;
}

.news-entry-date-and-author {
    margin-bottom: 0;
    font-size: 0.9em;
}

.news-entry-date-and-author .news-entry-time {
    display: inline;
    margin-left: 1rem;
    font-size: inherit;
}
