/* ===================================
    custom - Architecture
====================================== */
/* font */
/* Antonio (Variable Font) */


@media (max-width: 767px) {
  header .navbar-brand .mobile-logo {
    max-height: 36px; /* oder kleiner, je nach Wunsch */
  }
}



#eure-vorteile {
  scroll-margin-top: 80px !important;
}



.slider-overlay-wrapper {
  position: absolute;
  inset: 0; /* ersetzt top: 0; left: 0; width/height */
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-overlay {
  max-width: 500px;
  height: auto;
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 700; /* Oswald unterstützt mehrere Gewichtsstufen */
  font-style: normal;
}


@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 700;
    font-style: normal;
}

/* Plus Jakarta Sans (Variable Font) */
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 800;
    font-style: italic;
}

/* Raleway (Variable Font) */
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Italic-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 700;
    font-style: italic;
}


.shadow-funky {
  color: white;
  text-shadow:
    2px 2px 0 #ff00cc,
    -2px -2px 0 #00ffff,
    2px -2px 0 #ffcc00,
    -2px 2px 0 #00ff99;
}

.shadow-retro {
  text-shadow:
    rgba(240, 46, 170, 0.4) 0px 5px,
    rgba(240, 46, 170, 0.3) 0px 10px,
    rgba(240, 46, 170, 0.2) 0px 15px,
    rgba(240, 46, 170, 0.1) 0px 20px,
    rgba(240, 46, 170, 0.05) 0px 25px;
}

.shadow-pop-base-color {
  color: white;
  text-shadow: 8px 8px 0 rgba(239, 153, 31, 0.6);
}

.shadow-tricky {
  color: #fff;
  text-shadow:
    0 0 5px rgba(255, 0, 255, 0.6),
    0 0 10px rgba(255, 0, 255, 0.4),
    2px 2px 1px rgba(0, 0, 0, 0.5);
}

.shadow-ci {
  color: white;
  text-shadow:
    0 0 4px rgba(245, 156, 0, 0.6),
    0 0 8px rgba(245, 156, 0, 0.4),
    2px 2px 2px rgba(0, 0, 0, 0.4);
}










.navbar-nav .nav-link,
.navbar-nav .dropdown-item,
.navbar-nav a.d-inline-block {
  min-height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  padding: 12px 16px;
  text-decoration: none;
}

.navbar-nav .dropdown-menu a {
  margin-bottom: 4px; /* etwas Abstand zwischen den Dropdown-Links */
}


.pt-120px {
  padding-top: 160px !important;
}


.unterstrichen {
  display: inline-block;
  background-image: url('images/unterstrich.webp');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;/* passt sich der Textbreite an */
  padding-bottom: 0.3em; /* Platz für den Unterstrich */


}


@media (max-width: 991.98px) {
  .navbar.bg-transparent {
    background-color: transparent !important;
  }
}





/* variable --base-color: #efff02; */
:root {     
    
    --base-color: #ef991f;
    --dark-gray:#404040;
    --medium-gray:#1F1F1F;
    --extra-medium-gray:#707070;
    --alt-font: 'Antonio', sans-serif;
    --neu-font: 'Quicksand', sans-serif;
    --alt-font2: 'Oswald', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
    --very-light-brown: #F2EFEB;
    --floral-white: #fff8e7;
} 

.neu-font {
  font-family: var(--neu-font);
}
.bold-font {
  font-family: 'Anton', sans-serif;
}


.alt-font2 {
  font-family: var(--alt-font2);
}



.bald {
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px;
  line-height: initial;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.raleway {
  font-family: "Raleway", sans-serif;
  font-style: normal;
}

html {
    overflow-x: hidden;
}
body{
    line-height: 30px;
}

.unreadable {
  filter: blur(10px); /* Erhöhen für stärkeren Effekt */
  pointer-events: none; /* Verhindert, dass der Text markiert werden kann */
}




/* reset */
.word-break-normal {
    word-break: normal;
}

.pb-140px {
  padding-bottom: 140px !important;
}

.slim-after-caption{
  background-color:#260 !important;
  color: #fff !important;
  font-size: 16px;
  white-space: nowrap;
}

.slim-before-caption{
  background-color:#600 !important;
  color: #fff !important;
  font-size: 16px;
  white-space: nowrap;
}

/* Columns */
.nav-grid [class^=col-] {

  text-align: center;
}

/* bg color */
.bg-blue-whale {
    background-color: #152833;
}

.preis {
  padding: 20px 25px 20px 30px;
  margin-bottom: 30px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn.btn-light-gray {
  background-color: #dedede;
  color: var(--black);
}

.preis.preis-warning {
  background-color: #fff1dc;
  color: #434343;
  border-color: #000;
}

.bg-very-light-brown {
  background-color: var(--very-light-brown);
}




/* Columns */
.recht-grid [class^=col-] {
  background-color: #fff;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
    }

/* header */ 
header .widget-text {
    font-size: 15px;
}
header .navbar-brand {
    padding: 28px 0;
}
header.sticky .disable-fixed .navbar-brand {
    padding: 18px 0;
}
header .navbar-brand img {
    max-height: 60px;
}
.hamburger-logo img {
    max-height: 85px;
}
.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 15px;
    font-weight: 600;
}
header.sticky .navbar {
    min-height: 70px;
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 55px;
    line-height: 50px;
}
header .elements-social ul li {
    margin-right: 25px;
    margin-left: 0;
}
header .elements-social ul li a {
    width: auto;
    height: auto;
}
/* revolution slider */
#architecture-slider .tp-splitted {
    text-align: inherit !important;
}
.magic-cursor-base-color #ball-cursor:before, .magic-cursor-base-color #ball-cursor:after {
    color: var(--dark-gray);  
}
/* tag */
.blog-comment li .btn-reply:hover {
    color: var(--dark-gray);
}
.tag-cloud a:hover, .tag-cloud a.active {
    border-color: var(--white);
}
.blog-comment li .btn-reply {
    border: 1px solid var(--extra-medium-gray);
    background-color: transparent;
}
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
.categories-btn {
    padding: 4px 18px;
    border-radius: 24px;
}
/* first letter block  */ 
.first-letter-block {
    line-height: 88px;
}
/* top right bottom left */
.top-25 {
    top: 25%;
}
.right-18 {
    right: 18%;
}
/* text color */ 
.text-nero-grey {
    color: #1F1F1F;
}
.text-charcoal {
    color: #282828;
}
/* bg color */ 
.bg-nero-grey {
    background-color: #1F1F1F;
}
.bg-dark-gray-transparent {
    background-color:rgba(25, 25, 25,.7);
}
.bg-charcoal-grey {
    background-color: #3E3E3E;
}
.bg-base-color-transparent {
    background-color: rgba(239, 255, 2,.2);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-4%, #101010), to(transparent));
    background: linear-gradient(to top, #101010 -4%, transparent 100%);
}
.bg-gradient-dark-gray-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 25, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(25, 25, 25, .9) 20%, transparent 90%);
}
/* border color */
.border-color-charcoal-grey {
    border-color: #3E3E3E !important;
}
/* slider navigation*/
.slider-navigation-style-07 {
    left: 58.4%;
}
/* btn */ 
.btn.btn-base-color, .btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);  
}
.btn.btn-link {
    padding: 0 0 2px;
    font-weight: 600;
}
.btn { 
    font-family: var(--primary-font);
}
/* page title */
.page-title-extra-small h1 {
    font-size: 5.375rem;
    line-height: 5.5rem;
}
.page-title-extra-small h2 {
    font-size: 13px;
    line-height: 26px;
}
/* footer */
footer .footer-logo img {
    max-height: 70px;
}
footer .elements-social li {
    margin: 0 15px 0 0;
}
.video-icon-extra-large .video-icon {
    width: 170px;
    height: 170px;
    font-size: 16px;
}
/* magic cursor */
.magic-drag-cursor #ball-cursor:before {
  font-size: 15px;
}
/* media query responsive */
@media (max-width: 1430px) {
    .architecture-number {
        display: none !important;
    }
}
@media (orientation: landscape) and (max-width: 1080px) {
    .architecture-slider-text-row {
        margin-top: 200px !important;
    }
}
@media (orientation: landscape) and (max-width: 850px) {
    .architecture-slider-text-row { 
        margin-bottom: 200px !important;
    }
}
@media (orientation: landscape) and (max-width: 768px) {
    .architecture-slider-text-row {
        margin-top: 200px !important;
        margin-bottom: 200px !important; 
    }
}
@media (max-width: 991px) {
    .interactive-banner-style-06 .interactive-banners-content {
        transform: translateY(calc(100% - 100px));
    }
    .md-right-0 {
        right: 0;
    }
    header .navbar-brand {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .video-icon-extra-large .video-icon {
        width: 120px;
        height: 120px;
    }
    .slider-navigation-style-07 {
        left: 0;
    }
    .interactive-banner-style-06 .interactive-banners-content {
        transform: translateY(calc(100% - 110px));
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 38px;
        line-height: 34px;
    }
}





