@import url('bootstrap-icons.css');
@import url('lightbox.min.css');
@import url('vegas.min.css');
@import url('fonts.css');
@import url('form.css');

:root {
  --bs-primary: #b4a194;
  --bs-secondary: #666666;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--bs-secondary);
  height: 100%;
	background-color: #f5f5f5;
	background-image: url('../img/bg.jpg');
	background-position: center;
	background-size: auto;
	background-attachment: fixed;
}

/* TYPOGRAPHY */
h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
  font-weight: 600;
  margin: 30px 0;
  line-height: 1.5;
	text-align: center;
	position: relative;
	z-index: 2;
	font-family: 'Libre Baskerville', 'Montserrat', sans-serif;
}
h1, .h1 {
  margin-top: 0;
  font-size: 45px;
	color: var(--bs-primary);
}
h2, .h2 {
  font-size: 40px;
}
h3, .h3 {
  font-size: 35px;
}
h4, .h4 {
  font-size: 30px;
} 
h5, .h5 {
  font-size: 25px;
} 
h6, .h6 {
  font-size: 20px;
}

h1 small, .h1 small, 
h2 small, .h2 small, 
h3 small, .h3 small, 
h4 small, .h4 small, 
h5 small, .h5 small, 
h6 small, .h6 small {
  font-weight: 300;
	color: var(--bs-secondary);
}

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 {
  font-size: 65%;
  display: block;
  font-weight: 300;
}

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

hr {
  display: block;
  margin: 30px 0;
}

.ul {
  list-style-image: url('../img/ul.png');
}
.ul li {
  margin-bottom: 5px;
}
.ul li:last-child {
  margin-bottom: 0 !important;
}

.divider {
	margin: 30px auto;
	display: auto;
	border-top: 2px solid var(--bs-secondary);
	border-bottom: 2px solid var(--bs-secondary);
	height: 10px;
	width: 100%;
	max-width: 250px;
	opacity: 0.25;
}
.bg-primary .divider,
.bg-secondary .divider {
	border-color: var(--bs-white);
}

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

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

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

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

/* background */
.bg-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white);
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary a {
	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);
}

/* infoline */
.infoline {
	background-color: var(--bs-primary);
	color: var(--bs-white);
	padding: 10px 30px;
	font-size: 16px;
}
.infoline p {
	margin: 0;
}
.infoline a {
	color: var(--bs-white);
}
.infoline a:hover {
	color: var(--bs-white);
	opacity: 0.75;
}

/* header */
.header {
	min-height: 400px;
	display: block;
	position: relative;
}
.header-logo {
	width: 100%;
	max-width: 420px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.header-fader {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* nav */
.navbar {
	border-radius: 0;
	background-color: var(--bs-primary) !important;
	padding: 15px;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	min-height: 80px;
	justify-content: center;
	z-index: 800;
}
.navbar-brand {
	display: none;
	padding: 0;
}
.navbar-brand img {
	width: 100%;
	max-width: 200px;
}
.navbar-nav {
  width: 100%;
}
.nav-item {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
.nav-link {
	color: var(--bs-white);
	margin-left: 10px;
	padding: 5px 15px !important;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	border: 2px solid transparent;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
	color: var(--bs-white) !important;
	border-color: var(--bs-white);
}

.navbar-toggler {
	margin: 5px 0 5px auto;
	border: none;
	padding: 0;
	font-size: 38px;
	color: var(--bs-white);
	box-shadow: none !important;
}

.navbar.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1293px;
	margin: 0 auto;
}

/* main */
.main {
	background-color: var(--bs-white);
	box-shadow: 0 0 20px 0 rgba(33,33,33,0.25);
	position: relative;
}

/* section */
.section {
	padding: 30px;
}
.section#section-ueber {
	margin-top: 80px;
}

/* footer */
.footer {
	padding: 60px 30px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	position: relative;
	margin-top: 30px;
}
.footer a {
	color: var(--bs-white);
}
.footer a:hover,
.footer a:focus,
.footer a.active {
	color: var(--bs-white);
	opacity: 0.5;
}

.footer .footer-nav {
	text-align: end;
}
.footer .footer-nav a {
	margin-right: 15px;
}
.footer .footer-nav a:last-child {
	margin-right: 0;
}
.footer .footer-img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	display: block;
}
.footer .to-top {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -25px;
	right: 30px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.footer .to-top:hover,
.footer .to-top:focus {
	opacity: 1;
	background-color: var(--bs-secondary);
}

/* parallax */
.parallax {
	display: block;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;
}

/* card */
.card {
	border-radius: 0;
	border: 2px solid var(--bs-secondary);
	margin-top: 30px;
	color: var(--bs-secondary);
}
.card.card-w-icon {
	margin-top: 80px;
}
.card-icon {
	border: 2px solid var(--bs-secondary);
	background-color: var(--bs-white);
	border-radius: 50%;
	height: 100px;
	width: 100px;
	margin: -50px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	color: var(--bs-secondary);
}
.card-title {
	font-size: 18px;
	margin: 15px 0;
	color: var(--bs-secondary) !important;
}
.card-text {
	color: var(--bs-secondary) !important;
	font-size: 16px;
	line-height: 1.5;
}
.card-body {
	color: var(--bs-secondary);
	min-height: 328.8px;
}
.card-body .ul li {
	font-size: 16px;
}

/* accordion */
.accordion-button {
	box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* modal */
.modal-content {
	border-radius: 0;
}
.modal-header {
	padding: 30px;
}
.modal-body {
	padding: 30px;
}
.modal-title {
	font-size: 22px;
}

/* galerie */
.gallery-group-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}
.gallery-group-item .gallery-group-link {
	position: relative;
	border: 5px solid var(--bs-white);
}
.gallery-group-item .gallery-group-link:first-child {
	transform: rotate(-5deg);
	z-index: 1;
}
.gallery-group-item .gallery-group-link:first-child::before {
	content: 'Vorher';
	position: absolute;
	top: -35px;
	left: 0;
	font-size: 16px;
	font-weight: 600;
}
.gallery-group-item .gallery-group-link:last-child {
	margin: 100px 0 0 -100px;
	transform: rotate(5deg);
	z-index: 2;
}
.gallery-group-item .gallery-group-link:last-child::before {
	content: 'Nachher';
	position: absolute;
	bottom: -35px;
	right: 0;
	font-size: 16px;
	font-weight: 600;
}
.gallery-group-item .gallery-group-img {
	width: 100%;
	max-width: 180px;
}

/* map */
#map {
	filter: grayscale(100%);
}

/* ccom19 */
.ccm-settings-summoner {
	display: none;
}

/* mobil */
@media (max-width: 1399.98px) { }
@media (max-width: 1199.98px) { 
	/* section */
	.section {
		padding: 30px;
	}
}
@media (max-width: 991.98px) {
	/* typography */
	h1, .h1 {
		font-size: 36px;
	}
	h2, .h2 {
		font-size: 32px;
	}
	h3, .h3 {
		font-size: 30px;
	}
	h4, .h4 {
		font-size: 28px;
	} 
	h5, .h5 {
		font-size: 22px;
	} 
	h6, .h6 {
		font-size: 18px;
	}
	
	/* header */
	.header {
		min-height: 300px;
	}

	/* nav */
	.nav-link {
		margin-left: 0;
		padding: 5px 10px !important;
		text-align: start;
		margin-top: 10px;
	}
}
@media (max-width: 767.98px) { }
@media (max-width: 575.98px) { }









