/*
Theme Name: Klostermuehle
Author: Portalworks
Version: 1.0.1
*/

/***************************************************************
                           FONTS
***************************************************************/

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/roboto-v30-latin-regular.woff2") format("woff2");
}

/* roboto-500 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/roboto-v30-latin-500.woff2") format("woff2");
}

/***************************************************************
                           ROOT
***************************************************************/

:root {
    --font-primary: "Roboto", sans-serif;
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --third-color: #e6ebef;
}

/***************************************************************
                      BODY AND HTML
***************************************************************/
html {
    scroll-padding: 65px;
}

body {
    font-family: var(--font-primary);
    color: var(--primary-color);
    background: var(--secondary-color);
}

/***************************************************************
                    PRE-DEFINED CLASSES
***************************************************************/

a {
    color: var(--primary-color);
}

.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-paragraph {
    font-size: 22px;
    line-height: 1.25;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 400;
}

.btn {
    border-radius: 32px;
    border: 1.5px solid var(--primary-color);
    padding: 14px 80px 14px 34px;
    line-height: 1;
    font-weight: 500;
    font-size: 28px;
    position: relative;
}

.btn::after {
    content: "";
    right: 31px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.237" height="23" viewBox="0 0 13.237 23"><path id="Pfad_49" data-name="Pfad 49" d="M100.486,516.5a1.736,1.736,0,0,1-1.228-2.963L107.8,505l-8.537-8.537a1.736,1.736,0,1,1,2.455-2.455l9.764,9.764a1.736,1.736,0,0,1,0,2.455l-9.764,9.764A1.732,1.732,0,0,1,100.486,516.5Z" transform="translate(-98.749 -493.5)" fill="%23000"/></svg>');
    background-size: 13px 23px;
    width: 13px;
    height: 23px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.btn:hover,
.btn:focus {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.btn:hover::after,
.btn:focus::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.237" height="23" viewBox="0 0 13.237 23"><path id="Pfad_49" data-name="Pfad 49" d="M100.486,516.5a1.736,1.736,0,0,1-1.228-2.963L107.8,505l-8.537-8.537a1.736,1.736,0,1,1,2.455-2.455l9.764,9.764a1.736,1.736,0,0,1,0,2.455l-9.764,9.764A1.732,1.732,0,0,1,100.486,516.5Z" transform="translate(-98.749 -493.5)" fill="%23fff"/></svg>');
}

.editor ul,
.editor ol,
.editor p,
.editor2 ul,
.editor2 ol,
.editor2 p,
.contact-section .first-text {
    font-size: 20px;
    margin-bottom: 20px;
}

.editor2 ul,
.editor2 ol,
.editor2 p {
    margin-bottom: 0px;
}

.editor h5,
.editor2 h5 {
    font-size: 28px;
    margin-bottom: 24px;
}

.editor a {
    border-radius: 22px;
    border: 1.5px solid var(--primary-color);
    padding: 10px 52px 10px 23px;
    line-height: 1;
    font-weight: 500;
    font-size: 19px;
    position: relative;
    text-decoration: none;
    margin-bottom: 36px !important;
    color: var(--primary-color);
    transition: 0.3s all;
}

.editor a::after {
    content: "";
    right: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.237" height="23" viewBox="0 0 13.237 23"><path id="Pfad_49" data-name="Pfad 49" d="M100.486,516.5a1.736,1.736,0,0,1-1.228-2.963L107.8,505l-8.537-8.537a1.736,1.736,0,1,1,2.455-2.455l9.764,9.764a1.736,1.736,0,0,1,0,2.455l-9.764,9.764A1.732,1.732,0,0,1,100.486,516.5Z" transform="translate(-98.749 -493.5)" fill="%23000"/></svg>');
    background-size: 9px 15.5px;
    width: 9px;
    height: 15.5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.editor a:hover,
.editor a:focus {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.editor a:hover::after,
.editor a:focus::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.237" height="23" viewBox="0 0 13.237 23"><path id="Pfad_49" data-name="Pfad 49" d="M100.486,516.5a1.736,1.736,0,0,1-1.228-2.963L107.8,505l-8.537-8.537a1.736,1.736,0,1,1,2.455-2.455l9.764,9.764a1.736,1.736,0,0,1,0,2.455l-9.764,9.764A1.732,1.732,0,0,1,100.486,516.5Z" transform="translate(-98.749 -493.5)" fill="%23fff"/></svg>');
}

.editor p.button-editor {
    margin-bottom: 40px;
}

.section-404 {
    min-height: 400px;
}

/***************************************************************
                       NAVIGATION
***************************************************************/

#navbar-main .navbar-brand {
    font-size: 20px;
    font-weight: 500;
}

#navbar-main {
    padding: 17.5px 0px;
    transition: 0.3s all;
}

#navbar-main .nav-link {
    font-size: 18px;
    color: var(--primary-color);
    padding: 4px 8px;
}

#navbar-main .nav-item {
    padding: 0px 8px;
    background: var(--secondary-color);
    z-index: 1;
}

.navbar-toggler-icon {
    filter: invert(0%) sepia(6%) saturate(0%) hue-rotate(94deg) brightness(100%)
        contrast(106%);
}

.navbar-toggler {
    border: none;
    padding: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas-header {
    padding: 28px 18px;
}

#navbar-main .nav-item:last-child {
    padding: 0px 0px 0px 12.5px;
}

#navbar-main .nav-item:last-child .nav-link {
    border-radius: 21px;
    border: 1px solid var(--primary-color);
    padding: 5px 22px;
    line-height: 1.2;
	margin: 10px 0px;
	text-align: center;
	display: inline-block;
}

#navbar-main .nav-item:last-child .nav-link:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.btn-close:focus {
    box-shadow: none;
}

/***************************************************************
                         HERO
***************************************************************/

.hero-section .img-box {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.hero-section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .text-block {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.hero-section .text-block h1 {
    font-size: 40px;
    z-index: 2;
    color: var(--secondary-color);
    position: relative;
    max-width: 1160px;
}

/***************************************************************
                    REITER STITFUNG
***************************************************************/

.reiter-stitfung-section .text-block .img-box {
    height: auto;
    max-width: 100%;
    width: auto;
}

.reiter-stitfung-section .text-block .img-box img {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    max-height: 62px;
}

.reiter-stitfung-section .image-block {
    padding-top: 48px;
}

.reiter-stitfung-section .image-block .img-box {
    aspect-ration: 132/100;
    width: 100%;
    height: 100%;
}

.reiter-stitfung-section .image-block .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reiter-stitfung-section .arrow-down-block {
    padding-top: 30px;
}

.reiter-stitfung-section .arrow-down-block .img-box {
    width: auto;
    max-width: 100%;
    height: auto;
}

.reiter-stitfung-section .arrow-down-block .img-box img {
    max-height: 65px;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/***************************************************************
                     RAUMANGEBOT
***************************************************************/
.raumangebot-section {
    background: var(--third-color);
}

#raumangebotTab {
    border: none;
    padding-top: 70px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    padding: 8px;
    border-radius: 0;
}
#raumangebotTab .img-box{
	width: auto;
	height: auto;
}
#raumangebotTab .img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
	aspect-ratio: 14/10;
    max-height: 300px;
	min-width: 172.85px;
	max-width: 420px;
	display: block;
}

.swiper-button-next-rooms,
.swiper-button-prev-rooms {
    top: 45px;
    color: var(--primary-color);
    widows: 34px;
    height: 34px;
    font-weight: 900;
}

.swiper-button-prev-rooms {
    left: auto;
    right: 70px;
}

.swiper-button-next-rooms::after,
.swiper-button-prev-rooms::after {
    font-size: 34px;
}

#raumangebotTab .room-name {
    color: var(--primary-color);
    padding-top: 8px;
}

.raumangebot-section .room-block {
    padding-top: 60px;
}

.raumangebot-section .room-block .text-box {
    background: var(--secondary-color);
    padding: 8px;
}

.raumangebot-section .room-block .text-box .room-title-box {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 500;
}

.raumangebot-section .room-block .text-box {
    font-size: 20px;
}

.raumangebot-section .room-table td {
    font-size: 14px;
    vertical-align: top;
    padding-top: 4.5px;
    padding-bottom: 4.5px;
}

.raumangebot-section .room-table td:first-child {
    white-space: nowrap;
    padding-right: 10px;
}

.raumangebot-section .room-table tr {
    border-top: 0.5px solid var(--primary-color);
}

.raumangebot-section .room-table tr:last-child {
    border-bottom: 0.5px solid var(--primary-color);
}

.raumangebot-section .img-box-plan {
    height: 300px;
    width: 100%;
}

.raumangebot-section .img-box-plan img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.raumangebot-section .room-text-box {
    margin-bottom: 36px;
    font-size: 16px;
}

#myTabContent .right-box-room img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	aspect-ratio: 16/10;
	min-height: 160.2px;
}

.raumangebot-section .right-box-room .btn-box {
    background: var(--secondary-color);
}
/***************************************************************
                       VERPFLEGUNGSANGEBOT
***************************************************************/
.verpflegungsangebot-section .img-box {
    width: 100%;
    height: 100%;
}
.verpflegungsangebot-section .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.verpflegungsangebot-section .title-box {
    padding-bottom: 30px;
}

/***************************************************************
                            BILD
***************************************************************/

.bild-section .img-box {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
}

.bild-section .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-button-next-bilds,
.swiper-button-prev-bilds {
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.4);
    font-weight: 900;
    width: 40px;
    height: 40px;
}

.swiper-button-next-bilds {
    right: 0;
}
.swiper-button-prev-bilds {
    left: 0;
}
.swiper-button-next-bilds::after,
.swiper-button-prev-bilds::after {
    font-size: 20px;
}

/***************************************************************
                            CONTACT
***************************************************************/

.contact-section {
    background: var(--third-color);
}

.contact-section .title-box,
.privacy-section .title-box {
    padding-bottom: 30px;
}

.contact-section .section-paragraph {
    padding-bottom: 40px;
}

.contact-section .img-box {
    width: auto;
    max-width: 100%;
    height: 50px;
    margin-bottom: 30px;
}

.contact-section .img-box img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

/***************************************************************
                        FOOTER
***************************************************************/
footer {
    padding: 40px 0px;
}

footer .second-box {
    list-style-type: none;
    gap: 18px;
}

footer .second-box li {
    position: relative;
    font-size: 18px;
    line-height: 1;
}

footer .second-box li:first-child::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 1.5px;
    height: 100%;
    background: var(--primary-color);
    transform: translateY(-50%);
    display: none;
}

footer .img-box {
    width: auto;
    max-width: 100%;
    height: 50px;
}

footer .img-box img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer-rights {
    font-size: 12px;
}
/***************************************************************
                    PRIVACY SECTION
***************************************************************/
.privacy-section {
    background: var(--third-color);
}
/***************************************************************
                       RESPONSIVE
***************************************************************/
/***************************************************************
                      RESPONSIVE SM
***************************************************************/
@media only screen and (min-width: 576px) {
    /**************************************
            BODY AND HTML
    **************************************/

    html {
        scroll-padding: 74px;
    }

    /**************************************
            PRE-DEFINED CLASSES
    **************************************/
    .section-title h2 {
        font-size: 58px;
    }

    /**************************************
                NAVIGATION
    **************************************/
    #navbar-main .navbar-brand {
        font-size: 26px;
    }

    /**************************************
                HERO
    **************************************/
    .hero-section .text-block h1 {
        font-size: 50px;
    }

    .hero-section .text-block {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

/***************************************************************
                      RESPONSIVE MD
***************************************************************/
@media only screen and (min-width: 768px) {
    /**************************************
             REITER STITFUNG
    **************************************/
    .reiter-stitfung-section .image-block {
        padding-top: 70px;
    }
    /**************************************
                FOOTER
    **************************************/
    .footer-rights {
        font-size: 14px;
    }
}

/***************************************************************
                      RESPONSIVE LG
***************************************************************/
@media only screen and (min-width: 992px) {
    /**************************************
            BODY AND HTML
    **************************************/

    html {
        scroll-padding: 77px;
    }

    /**************************************
            PRE-DEFINED CLASSES
    **************************************/
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-paragraph {
        font-size: 32px;
    }

    .editor {
        max-width: 620px;
    }

    .editor ul,
    .editor ol,
    .editor p,
	.editor2 ul,
    .editor2 ol,
    .editor2 p,
    .editor3 ul,
    .editor3 ol,
    .editor3 p,
    .contact-section .first-text {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .editor2 ul,
    .editor2 ol,
    .editor2 p {
        margin-bottom: 0px;
    }

    .editor ul li:last-child,
    .editor ol li:last-child,
    .editor p:last-child,
	.editor2 ul li:last-child,
    .editor2 ol li:last-child,
    .editor2 p:last-child {
        margin-bottom: 0px;
    }

    .section-title h2 {
        font-size: 69px;
    }

    .section-404 {
        min-height: 700px;
    }

    /**************************************
                NAVIGATION
    **************************************/
    #navbar-main .navbar-brand {
        font-size: 28px;
    }

    #navbar-main .header-line {
        content: "";
        height: 2px;
        background: var(--primary-color);
        bottom: 11px;
        width: 100%;
    }

    .offcanvas-body {
        top: 3px;
    }
	
	#navbar-main .nav-item:last-child {
		display: flex;
	}

	#navbar-main .nav-item:last-child .nav-link {
		margin: auto 0px;
	}
    /**************************************
                HERO
    **************************************/
    .hero-section .text-block h1 {
        font-size: 60px;
    }

    .hero-section .text-block {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    /**************************************
            RAUMANGEBOT
    **************************************/
    .reiter-stitfung-section .image-block {
        padding-top: 90px;
    }

    .reiter-stitfung-section .arrow-down-block {
        padding-top: 48px;
    }

    .raumangebot-section .room-table td {
        font-size: 20px;
    }

    .raumangebot-section .room-block .text-box {
        padding: 20px;
    }

    /**************************************
            VERPFLEGUNGSANGEBOT
    **************************************/

    .verpflegungsangebot-section .img-box {
        width: calc(100% - 12px);
        height: 100%;
        position: absolute;
    }

    .editor h5 {
        font-size: 36px;
    }
    .editor a {
        margin-bottom: 46px !important;
    }

    /**************************************
                    FOOTER
    **************************************/

    footer .second-box li:first-child::after {
        display: block;
    }
}

/***************************************************************
                      RESPONSIVE XL
***************************************************************/
@media only screen and (min-width: 1200px) {
    /**************************************
            BODY AND HTML
    **************************************/

    html {
        scroll-padding: 80px;
    }

    /**************************************
            PRE-DEFINED CLASSES
    **************************************/
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-paragraph {
        font-size: 44px;
    }

    .section-title h2 {
        font-size: 79px;
    }

    /**************************************
                NAVIGATION
    **************************************/
    #navbar-main .navbar-brand {
        font-size: 30px;
    }

    #navbar-main .nav-link {
        font-size: 22px;
        padding: 6px 10px;
    }

    #navbar-main .nav-item {
        padding: 0px 10px;
    }

    #navbar-main .nav-item:last-child {
        padding: 0px 0px 0px 10px;
    }

    #navbar-main .header-line {
        bottom: 12px;
    }

    /**************************************
                HERO
    **************************************/
    .hero-section .text-block h1 {
        font-size: 66px;
    }

    /**************************************
            REITER STITFUNG
    **************************************/
    .reiter-stitfung-section .image-block {
        padding-top: 100px;
    }

    /**************************************
                RAUMANGEBOT
    **************************************/
    .raumangebot-section .title-box {
        padding-bottom: 60px;
    }

    .raumangebot-section .room-block {
        padding-top: 90px;
    }

    .raumangebot-section .room-block .text-box {
        padding: 30px;
    }
    .raumangebot-section .right-box-room .btn-box {
        background: transparent;
    }
    .raumangebot-section .room-block .text-box .room-title-box {
        font-size: 36px;
    }

    /**************************************
            VERPFLEGUNGSANGEBOT
    **************************************/
    .verpflegungsangebot-section .title-box {
        padding-bottom: 90px;
    }

    /**************************************
                 CONTACT
    **************************************/
    .contact-section .title-box,
    .privacy-section .title-box {
        padding-bottom: 70px;
    }
    .contact-section .section-paragraph {
        padding-bottom: 90px;
    }
    .contact-section .first-text {
        margin-bottom: 45px;
    }

    /**************************************
                 FOOTER
    **************************************/

    .footer-rights {
        font-size: 18px;
    }
}

/***************************************************************
                      RESPONSIVE XXL
***************************************************************/
@media only screen and (min-width: 1400px) {
    /**************************************
            BODY AND HTML
    **************************************/

    html {
        scroll-padding: 90px;
    }

    /**************************************
              PRE-DEFINED CLASSES
    **************************************/
    .container-xl {
        max-width: 1782px;
    }

    .container-sm {
        max-width: 1294px;
    }

    .container-md {
        max-width: 1754px;
    }

    .container-lg {
        max-width: 1676px;
    }

    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-title h2 {
        font-size: 99px;
    }

    /**************************************
                NAVIGATION
    **************************************/
    #navbar-main .navbar-brand {
        font-size: 36px;
    }

    #navbar-main .nav-link {
        font-size: 26px;
        padding: 8px 12.5px;
    }

    #navbar-main .nav-item {
        padding: 0px 12.5px;
    }

    #navbar-main .nav-item:last-child {
        padding: 0px 0px 0px 12.5px;
    }

    #navbar-main .header-line {
        bottom: 14px;
    }

    /**************************************
                HERO
    **************************************/
    .hero-section .text-block h1 {
        font-size: 77px;
    }

    .hero-section .text-block {
        padding-left: 128px;
        padding-right: 128px;
        padding-bottom: 100px;
        padding-top: 100px;
    }

    /**************************************
            REITER STITFUNG
    **************************************/
    .reiter-stitfung-section .image-block {
        padding-top: 123px;
    }

    .reiter-stitfung-section .image-block .row > * {
        padding-right: 35px;
        padding-left: 35px;
    }

    .reiter-stitfung-section .image-block .row .col-md-4:last-child {
        padding-right: 12px;
        padding-left: 35px;
    }

    .reiter-stitfung-section .image-block .row .col-md-4:first-child {
        padding-left: 12px;
        padding-right: 35px;
    }

    .reiter-stitfung-section .arrow-down-block {
        padding-top: 90px;
    }

    /**************************************
                RAUMANGEBOT
    **************************************/

    .raumangebot-section .room-block {
        padding-top: 150px;
    }

    .raumangebot-section .room-block .text-box {
        padding: 40px;
    }
    .raumangebot-section .room-block .text-box .room-title-box {
        font-size: 40px;
    }
    .raumangebot-section .room-text-box {
        font-size: 20px;
    }

    /**************************************
            VERPFLEGUNGSANGEBOT
    **************************************/

    .verpflegungsangebot-section .title-box {
        padding-bottom: 140px;
    }

    /**************************************
                 Contact
    **************************************/
    .contact-section .title-box,
    .privacy-section .title-box {
        padding-bottom: 115px;
    }
    .contact-section .section-paragraph {
        padding-bottom: 145px;
    }
    .contact-section .first-text {
        margin-bottom: 65px;
    }
}
