/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/ :root {
	--bs-primary: #004588
}
/*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;
	}
}
/*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;
}
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 > * {}
#start .header-image figcaption .row > div * {
	width: fit-content;
	color: #fff;
	filter: drop-shadow(2px 4px 6px black);
}
#start .header-image figcaption .row > div {
	transform:
		perspective(75em) rotateX(45deg);
}
h1 {
	font-size: 8rem;
	line-height: 1;
	font-family: 'Anton';
	font-weight: 900;
	border-bottom: var(--bs-primary) 20px solid;
	display: inline;
}
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;
	}
}