/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/ :root {
  --bs-primary: #4a4b4b;
  --bs-secondary: #9d9d9c;
}
body, #wrapper, #top-bar, #header, #top-bar.transparent-top-bar.scrolled, #header.transparent-header.scrolled #header-wrap, #wrapper .card, #wrapper .info-box {
  background-color: #faf1e6;
}
#wrapper #footer {
  background-color: #eee0d0;
}
#wrapper #copyrights {
  background-color: #e1d0c0;
}
#header.scrolled {
  box-shadow: 1px 8px 6px rgba(0, 0, 0, .25);
}
div.rahmen {
  border: 1px solid #999;
  padding: 10px;
}
div.rahmen p:last-child {
  margin-bottom: 0;
}
/*Position plan IT Logo*/
#copyrights p.planit a.logo {
  transform: translate(0px, 5px);
}
/*Social Media Icons */
.icon-facebook:before {
  font-size: 230% !important;
}
.icon-youtube:before {
  content: url("../images/youtube.svg");
  transform: translate(-1px, -1px);
}
/*Scharfes Sliderbild */
@media (min-width: 1800px) {
  .header-image .img-fluid {
    min-width: 1920px;
  }
}
h1 {
  font-size: 5rem;
  line-height: 1;
  display: inline;
}
h1, h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  background-image: url(../images/halle-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: fit-content;
  margin: 0 auto 1rem auto;
  padding: 40px 0 0px 0 !important;
}
#wrapper .section-title h2::after {
  background: transparent;
}
.btn {
  border: none !important;
}
/*Mobilmenü: Kompletter Navigationspunt (komplette Breite) klappt Subnavigation aus */
/*@media (max-width: 991px) {
#mainnav .mobile-toggle, #mainnav .mobile-toggle.openmenu {
	width: 100% !important;
	z-index: 2;
    pointer-events: auto;}
	
#mainnav .nav .dropdown-toggle {width: 0px;
    position: absolute;
    z-index: 1;
    pointer-events: none;}
	
}*/
section a[href$=".pdf"] {
  background-image: url(../images/pdf-file.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 26px;
  min-height: 24px;
  display: inline-block;
  width: fit-content;
  margin-right: 16px;
  transition: all .2s ease;
}
section a[href$=".pdf"]:hover {
  opacity: .75;
}
table {
  width: 100%;
}
table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, .025)
}
table td:last-child {
  text-align: right;
}
.preis {
  color: var(--bs-primary);
  text-align: center;
}
.preis .summe {
  font-weight: 700;
  font-size: 150%;
}
h3.modell {
  margin-bottom: 0;
}
img.hersteller-logo {
  width: auto;
  height: 50px;
}
figure.header-image {
  max-height: 100vh;
}
#top-bar:not(.scrolled) .top-links a span, #top-bar:not(.scrolled) .top-links a:before {
  color: #fff;
}
/*nav#nav:not(.scrolled) #logo a img {
	visibility: hidden;
}
nav#nav:not(.scrolled) #logo a {
	background-image: url(../images/grandijoos-logo-weiss.svg);
	background-size: contain;
	background-repeat: no-repeat;
}*/
nav#nav:not(.scrolled) #logo a img {
  filter: brightness(5);
}
img.kontaktperson {
  max-width: 250px;
  border-radius: 100%;
  margin-right: 25px;
}
#copyrights p.planit {
  float: right;
  text-align: left;
  line-height: 25px;
}
#copyrights p.planit span {
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}
#copyrights p.planit a.logo {
  content: url(../images/planit-white.svg);
}
#copyrights p.planit a.logo {
  transform: translate(0px, 5px);
}
#copyrights p.planit a.logo {
  text-align: left;
  text-indent: -9999px;
  content: url(../images/planit-black.svg);
  position: relative;
  height: 25px;
  margin-left: 1rem;
}
#start .header-image figcaption .row > div * {
  width: fit-content;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
  margin-left: auto;
  margin-right: auto;
}
#start .header-image figcaption .row > div {
  transform:
    perspective(75em) rotateX(45deg);
}
a.whatsapp {
  background-image: url(../images/whatsapp-logo-weiss.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 7.5px center;
  padding-left: 42px;
}
@media (max-width: 1199px) {
  #top-bar {
    height: 0px;
    min-height: unset !important;
    visibility: hidden;
  }
  #top-bar * {
    display: none;
  }
}
@media (min-width: 768px) {
  .kontakt {
    display: flex;
  }
}
@media (max-width: 1000px) AND (min-width: 768px) {
  img.kontaktperson {
    max-width: 145px;
  }
}
@media (max-width: 575px) AND (min-width: 400px) {
  #start .header-image img {
    transform: translate(-33%, 0);
    height: auto;
    max-height: 90vh;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
  #start .header-image figcaption .row > div > * {
    margin: auto;
    display: block;
  }
}
@media (max-width: 396px) {
  .mieten-button {
    display: none;
  }
}
.modell .marke {
  font-size: 0;
}
b, strong {
  font-weight: 600;
}
figcaption .subheadline {
  font-size: clamp(1rem, 3vw, 350%);
}
.btn {
  border-radius: 0;
}
@media (min-width: 1199px) {
  .navbar-brand.standard-logo > img {
    transform: scale(1.5);
    transform-origin: bottom center;
  }
}
#top-bar.transparent-top-bar.add-border-bottom.scrolled {
  border-bottom: none;
}
#top-bar .top-links {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 6px;
}
.btn {
  padding: 0.75rem 1rem;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.justify-content-space-between {
  justify-content: space-between;
}
.btn-primary {
  background-image: url(../images/quadrat.svg);
  background-size: 275px;
  background-repeat: no-repeat;
  background-position: top right;
}
ul.icon-list {
  list-style: none;
}
@media (min-width: 768px) {
  ul.icon-list {
    display: flex;
    column-gap: 15px;
    justify-content: space-between;
  }
}
ul.icon-list li {
  background-repeat: no-repeat;
  padding: 8px 0 8px 55px;
  margin-bottom: 10px;
  font-weight: 600;
  background-size: auto 35px;
  font-size: 120%;
  align-content: center;
  background-position: center left;
  line-height: 1.2;
}
.header-image .row > div {
  min-width: fit-content;
  max-width: 100%;
}