:root {
	--company_color: #11153c;
	--company_color2: #f3a219;
	--secondary_color: #8D99AF;
	--third_color: #687B99;
	--fourth_color: #586D8E;
	--fifth_color: #e8ecf1;
	--color_six: #7A8BA5;
	--color_seven: #808080;
	--white #fff;
}

body {
	padding: 0;
	font-size: 1.25rem;
	font-weight: 300;
	hyphens: auto;
}

h1 {
	font-size: 4rem;
	font-weight: 400;
}

h2 {
	font-size: 3rem;
	font-weight: 400;
}

h3 {
	font-size: 2rem;
	font-weight: 400;
	color: var(--bs-secondary-color) !important;
}

h4 {
	font-size: 1.5rem;
	font-weight: 400;
}
/*
@media (max-width: 767.98px) {
	h2 {font-size: 3.5rem;}
	h3 {font-size: 2.5rem;}
	h4 {font-size: 1.5rem;}
}
*/
a {
	color: #7f8ea7;
	text-decoration: none;
}
a:hover {color: #11153c;}
strong {font-weight: 600;}
.sale {color: red;}
.cryptmail {display:none;}

.navbar {
  padding: 20px 0;
  transition: 0.4s;
}
.navbar.onscroll {
	padding: 0;
	transition: 0.4s;
}
.navbar.onscroll svg {
	width: 70%;
}

button.btn,
a.btn {
	background: var(--company_color);
	color: white !important;
}
button.btn:hover,
a.btn:hover {
	background: var(--company_color2);
	color: white !important;
}

.bg-light {
  --bs-bg-opacity: 0.9;
}

#myCarousel{
	height:100vh;
	width:100%;
}
.carousel-item {
	height: 100vh;
	min-height: 400px;
}
.carousel-item img {
	height: 100%;
	object-fit: cover;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 5rem;
	height: 5rem;
}
.carousel-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.card h3 {color: #fff !important;}

.card-body {
	background: var(--secondary_color);
	color: #fff;
	padding: 2rem;
}
.card-body.third_color {
	background: var(--third_color);
}
.card-body.fourth_color {
	background: var(--fourth_color);
}
.card-body.color_six {background: var(--color_six);}
.card-body.color_seven {background: var(--color_seven);}

.card {
	overflow: hidden;
}
#portfolio .card img:hover {
	cursor: pointer;
	transform: scale(1.25);
	transition: all 0.3s ease,font-size 0s,line-height 0s;
}

.footer {
	background: var(--fifth_color);
	font-size: .875em;
}
:nth-child(1 of .footer) {padding-top: 4rem; margin-top: 6rem;}
.footer a.btn {
	background: transparent;
	color: var(--company_color);
}

#portfolio, #impressum, #datenschutz {
	padding-top: 200px;
}

/*Floating Back-To-Top Button*/
a#totop.onscroll {
	position: fixed;
    bottom: 25px;
    right: 30px;
	border: solid var(--company_color2);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


/*Rezensionen Slider*/
.footer .container.rez {max-width: 1240px;}
.testimonial-slider-wrapper {
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}

.testimonial-slider {
	overflow: hidden;
}

.testimonial-track {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

.testimonial-item {
	flex: 0 0 33.3333%;
	padding: 15px;
	box-sizing: border-box;
}
/*
.testimonial-box {
	height: 100%;
	padding: 25px;
	background: #8D99AF;
	color: #fff;
	border-radius: 8px;
}

.testimonial-box p:last-child {
	margin-bottom: 0;
	font-weight: 600;
}
*/
.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border: none;
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
}

.slider-btn-prev {
	left: 0;
}

.slider-btn-next {
	right: 0;
}

.slider-btn:disabled {
	opacity: 0.35;
	cursor: default;
}

/* Tablet */
@media (max-width: 991.98px) {
	.testimonial-item {
		flex: 0 0 50%;
	}
}

/* Mobile */
@media (max-width: 767.98px) {
	.testimonial-slider-wrapper {
		padding: 0 40px;
	}

	.testimonial-item {
		flex: 0 0 100%;
	}
}