/*
Theme Name: Kalium - Child Theme
Theme URI: https://laborator.co/themes/kalium/
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium — Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/

/*
Import extern CSS
*/
@import "css/detailseite.css";
@import "css/modal.css";
@import "css/preistabelle.css";
@import "css/resavio.css";
@import "css/freizeit.css";
@import "css/campingplatz.css";
@import "css/job.css";
@import "css/kontakt.css";
@import "css/accordion.css";
@import "css/weglot.css";


/*
Allgemein
*/
.wrapper a:after {
    background: none !important;
}

/*body, .wrapper {
    background: linear-gradient(180deg, rgb(151 86 136 / 3%) 0%, rgba(141, 88, 132, 0) 100%), linear-gradient(0deg, rgb(141 88 132 / 0%), rgba(141, 88, 132, 0.08)), #FFFFFF;
}*/

* {
    scroll-behavior: smooth;
}


/*
Hover Zoom
*/
a.hover-zoom:hover img, a.btn-secondary--icon-lupe:hover::before {
    transform: scale(1.5) rotate(-5deg);
    transition: all .2s ease-in-out;
}

a.btn-secondary--icon-lupe:hover::before {
    transform: scale(1.25) rotate(-5deg);
    transition: all .2s ease-in-out;
}


/*
Font Styling
*/
/*p br {
    line-height: 100px;
}
*/
.text-align--right {
    text-align: right;
}

.text-small {
    font-size: 12px;
}


/*
Links
*/
a.btn-primary {
    padding: 12px 25px;
    background-color: #965587;
    color: #f8f8f8;
    border-radius: 5px;
}

a.btn-secondary {
    text-decoration: underline;
}

a.btn-secondary--icon-lupe {
    display: flex;
}

a.btn-secondary--icon-lupe::before {
    content: url('img/icon-zoom.svg');
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.popup-wrapper {
    margin: 25px 0 20px 0;
}

.popup-wrapper a.btn-secondary--icon-lupe:nth-child(even){
    margin: 10px 0;
}

section.unterkunft-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}

section.unterkunft-links a {
    margin: 5px 15px 5px 0;
}

.short-link a::before, .short-link span::before {
    display: inline-block;
    width: 65px;
}

.short-link.short-link--mail a::before {
    content: 'E-Mail:';
}

.short-link.short-link--fax span::before {
    content: 'Fax:';
}

.short-link.short-link--nummer a::before {
    content: 'Telefon:';
}


/* Footer */
.site-footer .footer-bottom-content {
    margin-bottom: 100px !important;
}

.copyrights.site-info > p {
    display: none;
}

.copyrights.site-info .footer--logo .footer--logo-img {
    width: 250px;
}

.copyrights.site-info .footer--logo a::after {
    background: transparent;
}


.footer--links p a::after {
    content: '  |  ';
    display: contents;
    color: #404040 !important;
}

.footer--links p a:last-child:after {
    content: '' !important;
}

@media (min-width: 768px) {
    .copyrights.site-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .copyrights.site-info .footer--links {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .copyrights.site-info .footer--links {
        text-align: left;
    }
}


/* iFrame Map */
.google-maps--iframe iframe form.map-booking__form{
    display: none;
}