@import url('fontawesome.min.css');
@import url('lightbox.min.css');
@import url('vegas.min.css');

:root {
	--bs-primary: #CC0000;
	--bs-secondary: #333333;
	--bs-tertiary: #f5f5f5;
}

html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	color: var(--bs-secondary);
	background-color: var(--bs-white);
	height: 100%;
}

/* typography */
h1, .h1 {
	margin: 0 0 15px 0;
	color: var(--bs-primary);
	font-weight: 300;
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin: 0 0 15px 0;
	color: var(--bs-secondary);
	font-weight: 300;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
	color: var(--bs-secondary);
	display: block;
	font-size: 65%;
	font-weight: 300;
	margin-left: 15px;
}

h1, .h1 {
	font-size: 22px;
}
h2, .h2 {
	font-size: 20px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}

p {
  margin: 15px 0;
  text-align: justify;
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .25s;
}
a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}

small {
	display: block;
	font-size: 65%;
	font-weight: 300;
}

strong, b, .fw-bold {
	font-weight: 400;
}

hr {
	margin: 30px 0;
}

.mh-auto {
	min-height: auto !important;
}

ul li {
	list-style-type: disclosure-closed;
	margin-bottom: 15px;
}

.icon {
	display: block;
	width: 45px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.icon.icon-verwaltung {
	background-image: url('../img/verwaltung.png');
}
.icon.icon-vermietung {
	background-image: url('../img/vermietung.png');
}
.icon.icon-verkauf {
	background-image: url('../img/verkauf.png');
}

/* images */
img.float-end {
	width: 100%;
	max-width: 320px;
	margin: 0 0 15px 30px;
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
}
img.float-start {
	width: 100%;
	max-width: 320px;
	margin: 0 30px 15px 0;
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
}

/* button */
.btn {
	border-radius: 0;
	box-shadow: none !important;
	border: none;
}

.btn-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #ea0000 !important;
	color: var(--bs-white) !important;
}

.btn-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #555555 !important;
	color: var(--bs-white) !important;
}

/* background */
.bg-white {
	background-color: var(--bs-white);
}
.bg-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white);
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary a {
	color: var(--bs-white);
}

.bg-tertiary {
	background-color: var(--bs-tertiary) !important;
}

/* CONTAINER */
.container {
	max-width: 1100px;
}

/* INFOLINE */
.infoline {
	display: block;
	position: relative;
	padding: 15px 25px;
	background-color: var(--bs-white);
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
	z-index: 1;
}
.infoline p {
	margin: 0;
}
.infoline a {
	color: var(--bs-secondary);
}
.infoline i {
	display: inline-block;
	width: 35px;
}
.infoline img {
	width: 100%;
	max-width: 180px;
}
.infoline .slogan {
	font-weight: 500;
}

/* HEADER */
.header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	position: relative;
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 38px;
	font-weight: 400;
	color: var(--bs-white);
	text-shadow: 2px 2px 7px rgba(11,11,11,1);
}
.header::before {
	content: '';
	background-color: var(--bs-secondary);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.05;
	z-index: 1;
}
.header-text {
	display: block;
	position: relative;
	z-index: 2;
}

/* SUBNAV */
.subnav {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: -80px;
	z-index: 1;
}
.subnav-item {
	display: block;
	width: 100%;
	background-color: var(--bs-white);
	color: var(--bs-secondary);
	padding: 15px;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	margin: 5px;
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
	margin-bottom: 20px;
}
.subnav-item:nth-child(1) {
	margin-right: 0;
}
.subnav-item:nth-child(3) {
	margin-left: 0;
}
.subnav-item:hover {
	box-shadow: 0 12.5px 10px -5px rgba(33,33,33,0.25);
}

/* NAV */
.navbar {
	background-color: var(--bs-white) !important;
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
	z-index: 1;
}
.nav-item {
	list-style: none;
	margin-bottom: 0;
}
.nav-link {
	font-weight: 300;
	padding: 5px 10px !important;
	color: var(--bs-secondary);
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
	color: var(--bs-primary) !important;
}

.navbar-brand img {
	max-width: 200px;
}
.nav-infos {
	padding: 10px !important;
}

.dropdown-toggle::after {
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}
.dropdown-toggle:hover::after,
.dropdown-toggle:focus::after,
.dropdown-toggle.active::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CC0000' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
.dropdown-menu {
	border-radius: 0;
	border: none;
	box-shadow: 0 7.5px 5px 0 rgba(33,33,33,0.25);
	padding: 0;
	width: 220px;
}
.dropdown-item {
	font-weight: 300;
	padding: 10px 15px;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	background-color: var(--bs-white);
	color: var(--bs-primary);
}

.dropdown-menu li {
	border-bottom: 2px solid var(--bs-tertiary);
	list-style: none;
}
.dropdown-menu li:last-child {
	border-bottom: none;
}

.navbar-toggler {
	border-radius: 0;
	border: none;
	padding: 0;
	box-shadow: none !important;
}

/* MAIN */
.main {
	display: block;
	position: relative;
	background-color: var(--bs-white);
}

/* SECTION */
.section {
	padding: 25px;
	margin: 45px 0;
}

.section-split {
	padding: 0;
}
.section-img {
	display: block;
	position: relative;
	height: 100%;
	min-height: 275px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-img.h-auto {
	min-height: 100%;
}
.section-text {
	padding: 45px;
}

/* FOOTER */
.footer {
	display: block;
	position: relative;
	padding: 20px 25px;
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	line-height: 1.5;
}
.footer h3 {
	color: var(--bs-white);
	margin-bottom: 5px;
}
.footer a {
	color: var(--bs-white);
}
.footer a:hover {
	opacity: 0.5;
}
.footer i {
	display: inline-block;
	min-width: 25px;
}
.footer-soz {
	font-size: 32px;
}

/* MAP */
.map {
	margin-bottom: -6px;
}
.map-outer {
	background-color: var(--bs-tertiary);
}

/* CARD */
.card {
	margin-bottom: 15px;
	border-radius: 0;
	border: none;
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
	transition: all .25s;
}
a.card:hover {
	box-shadow: 0 12.5px 10px -5px rgba(33,33,33,0.25);
}
.card-title {
	font-size: 20px;
	color: var(--bs-secondary) !important;
	margin: 0;
	font-weight: 300;
}
.card-text {
	font-size: 16px;
	color: var(--bs-secondary) !important;
	margin: 0;
}

/* TEAM */
.team-card {
	display: block;
	position: relative;
	padding: 15px;
	background-color: var(--bs-white);
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
	margin-bottom: 30px;
}
.team-img {
	display: block;
	position: relative;
	margin: 0 auto 15px auto;
	width: 100%;
	max-width: 220px;
}
.team-infos {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
}
.team-infos small {
	font-size: 13px;
	min-height: 40px;
}
.team-kontakt i {
	display: inline-block;
	width: 25px;
}

/* REFERENZEN */
.referenz-card {
	display: block;
	position: relative;
	padding: 15px;
	background-color: var(--bs-white);
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
	margin-bottom: 15px;
}
.referenz-img {
	display: block;
	position: relative;
	margin: 0 auto 15px auto;
	width: 100%;
}

/* FORM */
.form-group {
	margin-bottom: 15px;
}
.form-control,
.form-select {
	border-radius: 0;
}
.form-control:focus,
.form-select:focus {
	border-color: var(--bs-secondary);
	box-shadow: 0 7.5px 10px -5px rgba(33,33,33,0.25);
}
.form-check-input:checked {
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
	box-shadow: none !important;
}

.has-error .form-control,
.has-error .form-select {
	border-color: var(--bs-primary);
}
.has-error label {
	color: var(--bs-primary);
}

#danke {
	display: none;
}

.ccm-settings-summoner {
	display: none !important;
}


/* MOBIL */
@media (max-width: 1399.98px) {  }
@media (max-width: 1199.98px) {
	/* HEADER */
	.header-link {
		font-size: 26px;
		padding: 30px;
	}
}
@media (max-width: 991.98px) {
	/* images */
	img.float-start,
	img.float-end {
		float: none;
		max-width: 100%;
		margin: 0 0 15px 0;
		height: 320px;
		object-fit: cover;
	}

	/* NAV */
	.navbar {
		padding: 15px 15px;
	}
	.nav-item {
		text-align: start;
	}
	.nav-link {
		padding: 10px 0 !important;
	}
	.navbar-brand {
		font-size: 13px;
		font-weight: 400;
	}
	.navbar-brand a {
		color: var(--bs-secondary);
	}
	.navbar-brand i {
		display: inline-block;
		width: 22px;
	}

	.dropdown-menu {
		width: 100%;
		box-shadow: none;
	}

	/* SUBNAV */
	.subnav {
		margin-top: -60px;
	}
	.subnav-item {
		font-size: 16px;
		padding: 10px;
	}

	/* INFOLINE */
	.infoline {
		padding: 30px 15px;
		font-size: 20px;
	}
	
	/* HEADER */
	.header {
		min-height: 250px;
		font-size: 28px;
	}
	.header-link {
		font-size: 22px;
		padding: 15px;
	}

	/* SECTION */
	.section {
		padding: 15px;
		margin: 15px 0;
	}
	.section-text {
		padding: 0;
	}
	.section-img {
		width: 100%;
		min-height: 300px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767.98px) { 
	/* HEADER */
	.header {
		min-height: 200px;
		font-size: 20px;
	}
	.header-link {
		display: none;
	}

	/* SUBNAV */
	.subnav-item {
		font-size: 13px;
		padding: 10px 5px;
	}

	/* SECTION */
	.section-img {
		min-height: 250px;
	}
 }
@media (max-width: 575.98px) {  
	/* images */
	img.float-start,
	img.float-end {
		height: 240px;
	}

	/* HEADER */
	.header {
		min-height: 150px;
	}

	/* SECTION */
	.section-img {
		min-height: 200px;
	}
}