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

:root {
	--bs-primary: #01487e;
	--bs-secondary: #333333;
	--bs-tertiary: #009fe3;
}

html, body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	color: var(--bs-secondary);
}

/* TYPOGRAPHY */
h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
  font-weight: 300;
  margin: 30px 0 30px 0;
  line-height: 1.5;
}
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;
  margin-left: 30px;
	color: var(--bs-tertiary);
}

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;
}

/* SEO */
.seo {
	margin-top: 26px;
}
.seo .seo-link {
	transition: none;
}

/* BUTTONS */
.btn {
	border-radius: 0;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-primary {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	background-color: var(--bs-tertiary);
	color: var(--bs-white);
}

.btn-secondary {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
	background-color: var(--bs-tertiary);
	color: var(--bs-white);
}

/* INFOLINE */
.infoline {
	display: block;
	position: relative;
	background-color: var(--bs-white);
	padding: 20px 0;
}
.infoline img {
	width: 100%;
	max-width: 250px;
}
.infoline.navIsFixed {
	margin-bottom: calc(83.8px + 45px);
}

/* NAV */
.navbar {
	background-color: var(--bs-primary) !important; 
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav {
	width: 100%;
}
.nav-item {
	width: 100%;
	text-align: center;
}
.nav-link {
	padding: 27.5px 20px !important;
	color: var(--bs-white);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
	background-color: var(--bs-tertiary);
	color: var(--bs-white) !important;
}

.navbar-brand {
	padding: 20px;
	background-color: var(--bs-white);
	margin: 0;
	display: none;
}
.navbar-brand img {
	width: 100%;
	max-width: 200px;
}

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

.navbar.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 800;
	box-shadow: 0 0 10px 0 rgba(33,33,33,0.5);
}
.navbar.fixed-top .navbar-brand {
	display: block;
}

/* SECTION */
.section {
	display: block;
	position: relative;
	padding: 60px 0;
	margin: 45px 0;
	overflow: hidden;
}
.section.bg-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white);
}
.section.bg-primary h2 small {
	color: var(--bs-white);
}
.section.bg-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white);
}
.section.bg-lr-primary {
	background-image: url('../img/section_bg_lr.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-size: auto;
}
.section.bg-rl-primary {
	background-image: url('../img/section_bg_rl.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-size: auto;
}
.section.bg-lr-secondary {
	background-image: url('../img/section_bg_lr_secondary.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-size: auto;
}
.section.bg-rl-secondary {
	background-image: url('../img/section_bg_rl_secondary.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-size: auto;
}
.section.bg-lr-tertiary {
	background-image: url('../img/section_bg_lr_tertiary.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-size: auto;
}
.section.bg-rl-tertiary {
	background-image: url('../img/section_bg_rl_tertiary.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-size: auto;
}

/* SPACER */
.spacer {
	display: block;
	position: relative;
	height: 45px;
}

/* DIVIDER */
.divider {
	display: block;
	position: relative;
	height: 5px;
	background-color: var(--bs-primary);
}

/* FOOTER */
.footer {
	display: block;
	position: relative;
	padding: 45px 0;
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	line-height: 1.5;
}
.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 a {
	margin-right: 15px;
	font-weight: 600;
}
.footer .footer-nav a:last-child {
	margin-right: 0;
}
.footer .footer-developer {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	line-height: 1.25;
	font-size: 16px;
}
.footer .footer-developer img {
	width: 100%;
	max-width: 40px;
	margin-right: 5px;
}

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

/* CARD */
.card {
	display: block;
	position: relative;
	border-radius: 0;
	border-color: var(--bs-primary);
	background-color: var(--bs-white);
	margin: 15px 0;
}
.card-body {
	padding: 30px;
}
.card-img {
	border-radius: 0;
}
.card-icon {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-around;
	font-size: 32px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.card-title {
	font-weight: 600;
	color: var(--bs-tertiary);
	line-height: 1.5;
}
.card-text {
	line-height: 1.5;
	font-size: 16px;
}

.card-services .card-icon {
	margin: 0 auto 15px auto;
}
.card-services .card-title {
	text-align: center;
}
.card-services .card-text {
	min-height: 72px;
	text-align: justify;
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

.card-impressionen::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('../img/image-zoom.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0px;
	background-color: rgba(255,255,255,0.75);
	opacity: 0;
	transition: all .25s;
}
.card-impressionen:hover::after {
	opacity: 1;
	background-size: 60px;
}

/* CONTACT INFO */
.contact-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 40px;
}
.contact-img {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--bs-primary);
	border-radius: 50%;
	margin-right: 20px;
}
.contact-icon {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-around;
	font-size: 32px;
	min-width: 70px;
	min-height: 70px;
	border-radius: 50%;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	margin-right: 20px;
}
.contact-title {
	font-weight: 600;
	color: var(--bs-tertiary);
	line-height: 1.5;
	display: block;
}
.contact-text {
	display: block;
	line-height: 1.5;
	font-size: 22px;
}

/* CTA's */
.maps-cta {
	display: block;
	position: relative;
	padding: 20px;
	text-align: center;
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	margin-top: 20px;
	font-weight: 600;
	font-size: 25px;
}
.maps-cta:hover {
	color: var(--bs-white);
	background-color: var(--bs-tertiary);
}
.maps-cta img {
	width: 100%;
	max-width: 220px;
	display: block;
	margin: 0 auto 15px auto;
}

/* LIGHTBOX */
.lb-outerContainer {
  border-radius: 0;
}
.lightbox .lb-image {
  border: none;
  border-radius: 0;
}
.lb-dataContainer {
  padding-top: 15px;
}
.lb-data .lb-details {
	line-height: 1.5 !important;
}
.lb-caption {
	font-size: 22px !important;
}
.lb-number {
	font-size: 16px !important;
}

/* FORM */
.form-group {
	margin-bottom: 15px;
}
.form-label {
	font-weight: 600;
}
.form-control {
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-color: var(--bs-secondary);
	border-width: 1px;
}
.form-control:focus {
	border-color: var(--bs-tertiary);
	box-shadow: none;
}

.has-error .form-control {
	border-color: var(--bs-danger);
}
.has-error .form-label,
.has-error .help-block {
	color: var(--bs-danger);
}

#danke {
	display: none;
}

/* MOBIL */
@media (max-width: 1399.98px) { 
	/* CARD */
	.card-services .card-title {
		min-height: 54px;
	}
	.card-services .card-text {
		min-height: 100px;
	}
}
@media (max-width: 1199.98px) { 
	/* CARD */
	.card-services .card-text {
		min-height: 120px;
	}
}
@media (max-width: 991.98px) { 
	/* TYPOGRAPHY */
  h1, .h1 {
    font-size: 34px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 22px;
  } 
  h5, .h5 {
    font-size: 18px;
  } 
  h6, .h6 {
    font-size: 18px;
  }
	
	/* INFOLINE */
	.infoline img {
		max-width: 200px;
	}
	.infoline.navIsFixed {
		margin-bottom: calc(84.1px + 30px);
	}
	
	/* NAV */
	.navbar {
		padding-top: 26.05px;
		padding-bottom: 26.05px;
	}
	.nav-item {
		text-align: start;
	}
	.nav-link {
		padding: 10px 15px !important;
	}
	
	.navbar.fixed-top {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	/* SECTION */
	.section {
		padding: 45px 0;
		margin: 30px 0;
	}
	
	.section.bg-lr-primary,
	.section.bg-rl-primary,
	.section.bg-lr-secondary,
	.section.bg-rl-secondary,
	.section.bg-lr-tertiary,
	.section.bg-rl-tertiary {
		background-image: none;
	}
	
	.section.bg-lr-primary::after,
	.section.bg-rl-primary::after,
	.section.bg-lr-secondary::after,
	.section.bg-rl-secondary::after,
	.section.bg-lr-tertiary::after,
	.section.bg-rl-tertiary::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: -1;
		display: block;
		height: 400px;
		width: 100%;
	}
	.section.bg-lr-primary::after,
	.section.bg-rl-primary::after {
		background-color: var(--bs-primary);
	}
	.section.bg-lr-secondary::after,
	.section.bg-rl-secondary::after {
		background-color: var(--bs-secondary);
	}
	.section.bg-lr-tertiary::after,
	.section.bg-rl-tertiary::after {
		background-color: var(--bs-tertiary);
	}
	
	.section-img {
		margin-bottom: 30px;
	}
	
	/* CARD */
	.card-services .card-text {
		min-height: 96px;
	}
}
@media (max-width: 767.98px) { 
	/* TYPOGRAPHY */
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 18px;
  } 
  h5, .h5 {
    font-size: 18px;
  } 
  h6, .h6 {
    font-size: 18px;
  }
	
	/* INFOLINE */
	.infoline.navIsFixed {
		margin-bottom: calc(84.1px + 15px);
	}
	
	/* SECTION */
	.section {
		padding: 30px 0;
		margin: 15px 0;
	}
	
	.section.bg-lr-primary::after,
	.section.bg-rl-primary::after,
	.section.bg-lr-secondary::after,
	.section.bg-rl-secondary::after,
	.section.bg-lr-tertiary::after,
	.section.bg-rl-tertiary::after {
		height: 300px;
	}
	
	/* CARD */
	.card-services .card-title,
	.card-services .card-text {
		min-height: auto;
	}
}
@media (max-width: 575.98px) { 
	/* SECTION */
	.section {
		padding: 15px 0;
		margin: 15px 0;
	}
	
	.section.bg-lr-primary::after,
	.section.bg-rl-primary::after,
	.section.bg-lr-secondary::after,
	.section.bg-rl-secondary::after,
	.section.bg-lr-tertiary::after,
	.section.bg-rl-tertiary::after {
		height: 230px;
	}
	
	/* CONTACT INFO */
	.contact-text {
		font-size: 18px;
	}
}

