/*
Theme Name: Turminal
Author: Anja
Version: 1.0.0
*/
/********** FONTS *************/
@font-face {
    font-family: "Gilroy";
    font-weight: 600;
    src:
        url("assets/fonts/GilroySemiBold/font.woff2") format("woff2"),
        url("assets/fonts/GilroySemiBold/font.woff") format("woff");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 700;
    src:
        url("assets/fonts/GilroyBold/font.woff2") format("woff2"),
        url("assets/fonts/GilroyBold/font.woff") format("woff");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 300;
    src:
        url("assets/fonts/GilroyLight/font.woff2") format("woff2"),
        url("assets/fonts/GilroyLight/font.woff") format("woff");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 800;
    src:
        url("assets/fonts/GilroyExtraBold/font.woff2") format("woff2"),
        url("assets/fonts/GilroyExtraBold/font.woff") format("woff");
}

/********** GENERAL **********/

.BorlabsCookie {
	height: 100%;
	width: 100%;
}
body {
    overflow-x: hidden;
}
* {
    font-family: Gilroy, sans-serif;
}
.custom-container {
    max-width: 1148px !important;
}

h1,
h4,
h2 {
    font-size: 57px;
    letter-spacing: -0.74px;
    line-height: 58px;
    font-weight: 900;
}

p {
    font-size: 21px;
    letter-spacing: 0.25px;
    line-height: 26px;
}

.padding-section-top {
    padding-top: 70px;
}
.custom-padding-top-footer {
    padding-top: 35px;
}
.gray-color {
    color: #54575a;
}

.red-color {
    color: #a8343a;
}

.gray-background {
    background-color: #54575a;
}

.light-gray-background {
    background-color: #ced2d2;
}
.offcanvas-header .navbar-brand {
    margin-top: 20px;
}
.burgandy-color {
    color: #a8343a !important;
}

.burgandy-background {
    background-color: #a8343a;
}

.site-logo {
    height: 37px;
    width: 230px;
}
.btn-close {
    padding: 12px !important;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}
.btn-close img {
    width: 37px;
    height: 37px;
    margin-top: 10px;
}
.navbar {
    height: 109px;
    padding-bottom: 31px;
    padding-top: 36px;
}

.navbar-toggler-icon {
    width: 37px;
    height: 37px;
    position: relative;
    top: -2px;
}

.navbar-toggler-icon {
    background-image: url("assets/images/Gruppe 870 (1).png");
    rotate: 270deg;
}

.navbar-toggler-icon:focus-visible,
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.offcanvas-header button:focus,
select:focus,
select:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler {
    border: none;
}

.turminal-menu {
    width: 100%;
    margin-left: 138px;
}

.turminal-menu-2 {
    max-width: 150px;
    width: 100%;
}

.turminal-menu a {
    color: #54575a;
    font-weight: 800;
    font-size: 18px;
    text-align: left;
    line-height: 21.6px;
    letter-spacing: -0.07px;
    padding-right: 47px;
    padding-bottom: 0;
}

.turminal-menu a,
.turminal-menu a:hover,
.turminal-menu-2 a,
.turminal-menu-2 a:hover {
    text-decoration: none;
}

.turminal-menu-2 a {
    color: #54575a;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin-left: 29px;
}

.menu-item {
    display: flex;
    align-items: flex-end;
}

.current_page_item a {
    color: #a8343a;
}

.disturber {
	width: 140.017px;
    height: 140.017px;
    position: fixed;
    top: 200px;
    right: 40px;
    z-index: 2000;
    border-radius: 50%;
    transform: matrix(0.99, -0.16, 0.16, 0.99, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.disturber:hover {
    scale: 1.2;
}
.disturber-content p {
    color: #fff !important;
    font-size: 28px;
    letter-spacing: -0.2px;
    font-weight: 400;
    line-height: 35px;
}
.disturber-content span {
    font-weight: 300;
}

.header-container p {
    color: white;
    margin-bottom: 1.5rem;
}

/********************** FOOTER *******************/
.copyright-text p {
    margin-bottom: 0;
}

.copyright-text a {
    text-decoration: none;
}
.copyright-text a:hover {
    text-decoration: underline;
}
.footer-content {
    height: 562px;
}

.footer-content p {
    margin-top: 37px;
}

.footer-text p {
    color: white;
}

.kontakt-title {
    max-width: 222px;
}

.wincasa {
    height: 46px;
}

.map {
    position: absolute;
    left: 50%;
    right: 0;
    width: 50%;
    height: 562px;
    padding-right: 0;
    padding-left: 0;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
    height: 562px;
}

.copyright {
    height: 192px;
}

.copyright p,
.copyright a,
.copyright a:hover {
    font-size: 17px;
    line-height: 22px;
    color: #54575a;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-right: 6px;
}

.carousel-item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 694px !important;
    overflow: hidden;
}

.carousel-item-home {
    background-position: right center !important;
    background-size: 1330px 694px !important;
}

.header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 783px;
    height: 100%;
    background-color: #a73439; /* Adjust opacity as needed */
    color: white;
    padding: 20px;
    opacity: 0.8;
}

.header-container {
    position: relative;
    width: 100%;
    height: 694px;
    display: grid;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    height: 100%;
    background-color: rgba(167, 52, 57, 0.9);
    align-items: flex-start;
    justify-content: end;
    z-index: 2;
    padding-top: 167px;
    padding-right: 3em;
}

.overlay-container {
    max-width: 336px;
    align-self: self-start;
    justify-self: self-end;
}

#carousel-home .carousel {
    position: relative;
    width: 100%;
    height: 100%;
    justify-self: end;
}

#carousel-home .carousel-inner {
    height: 100%;
}

#carousel-home .carousel-item {
    height: 100%;
}

#carousel-home .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.disturber-content p {
    margin-top: 16px;
}

.kontakt-title {
    margin-top: 1rem;
}

/***************** QUERIES ***********************/

@media only screen and (max-width: 1400px) {
    .turminal-menu {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .offcanvas.offcanvas-start {
        width: 60%;
    }

    .offcanvas {
        background-color: #a8343a;
    }

    .turminal-menu {
        margin-top: 105px;
    }

    .turminal-menu-2 {
        margin-top: 43px;
    }

    .turminal-menu a,
    .turminal-menu-2 a,
    .current-menu-item a {
        display: block;
        height: 60px;
        font-size: 33px;
        color: white;
        margin-bottom: 23px;
    }

    .turminal-menu,
    .turminal-menu-2,
    .turminal-menu-2 a {
        margin-left: unset;
    }

    .carousel-item,
    .header-container {
        height: 550px !important;
    }

    .overlay {
        width: 60%;
    }

    .footer-content,
    .map,
    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
        height: 605px;
    }

    .overlay {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .row-100 {
        height: 100% !important;
    }

    .padding-section-top-footer {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-container {
        max-width: unset;
        padding-left: 1em;
        padding-right: 1em;
    }

    .footer-content {
        height: 859px;
    }

    .kontakt-title {
        max-width: unset;
    }
    .custom-padding-top-footer {
        padding-bottom: 35px;
    }
    .offcanvas-body {
        padding: 0 1em;
    }

    .map,
    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
        height: 450px;
    }

    .map {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
        top: 35%;
    }

    .kontakt-title {
        padding-top: 16px !important;
    }

    .footer-text {
        padding-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    h4,
    h2 {
        font-size: 45px;
        letter-spacing: -0.58px;
        line-height: 46px;
    }

    .header-container {
        height: 915px !important;
    }

    #carousel-home .carousel,
    .overlay {
        width: 100%;
    }

    .carousel-item,
    #carousel-home .carousel {
        height: 415px !important;
    }
    .custom-padding-top-footer {
        padding-bottom: 32px;
    }
    .overlay {
        opacity: 1;
        top: 414px;
        height: 500px;
        padding-top: 18px;
        justify-content: center;
        padding-right: unset;
        background-color: #a73439;
    }

    .footer-content {
        /*         height: 652px; */
        height: 636px;
    }

    .footer-content p {
        margin-top: 20px;
    }

    .padding-section-top {
        padding-top: 32px;
    }

    .footer-text {
        /* 		height: 408px; */
        height: auto;
    }

    .map,
    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
        height: 246px;
    }

    .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
        top: 50%;
    }

    .wincasa {
        max-width: 221px;
    }
}

@media only screen and (max-width: 576px) {
    .offcanvas.offcanvas-start {
        width: 100%;
    }
    .disturber-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .disturber {
        top: 150px;
    }
    /* 	.footer-text{
		height:425px;
	} */
    .heading-component {
        padding-top: 23px !important;
        padding-bottom: 0 !important;
    }

    .site-logo {
        height: 25px;
        width: 173px;
    }

    .navbar {
        height: 73px;
        padding-top: unset;
        padding-bottom: 0;
    }

    .header-container {
        height: 734px !important;
    }
    .overlay {
        top: 244px;
        height: 490px;
    }

    .carousel-item,
    #carousel-home .carousel {
        height: 244px !important;
    }
    .navbar-toggler-icon {
        width: 25px;
        height: 25px;
        top: unset;
    }
    .btn-close img {
        width: 25px;
        height: 25px;
        margin-top: 0px;
    }
    .offcanvas-header .navbar-brand {
        margin-top: 0px;
    }
    .kontakt-title {
        padding-top: 8px !important;
    }
}

@media only screen and (max-width: 392px) {
    /* 	.footer-content {
		height: 700px;
	} */

    .footer-text {
        /* 		height: 475px; */
        height: auto;
    }

    #map .map {
        height: 275px;
    }
}

@media only screen and (min-width: 576px) {
	.disturber{
		width: 241.183px;
  height: 241.183px;
}
	}
}
