body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #555;
	font-size: 1.1rem;
}

* {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

h1, h2, h3, p, a, button {
	position: relative;
	z-index: 1;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.8rem;
}

.container-fluid {
	padding: 0;
}

section {
	padding-top: 80px;
	padding-bottom: 50px;
}

a {
	color: #5eb8c8;
}

a:hover {
	color: #4b93a0;
}

ul.triangles {
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
}

ul.triangles li {
	margin-left: 1em;
}

ul.triangles li:before {
	content: "";
	border-color: transparent #5eb8c8;
	border-style: solid;
	border-width: 0.45em 0 0.45em 0.65em;
	display: block;
	height: 0;
	width: 0;
	left: -1.4em;
	top: 1.2em;
	position: relative;
}

.section-header h2 {
	text-align: center;
	font-size: 2.4em;
	margin-top: 20px;
	margin-bottom: 50px;
}

section h3 {
	margin-top: 70px;
	margin-bottom: 30px;
}

a.btn-primary, input.btn-primary {
	background-color: #5eb8c8;
	color: #fff;
	border: none;
}

a.btn-primary:hover, input.btn-primary:hover,
a.btn-primary:focus, input.btn-primary:focus {
	background-color: #4b93a0;
}

.masthead, .page-header {
	background-image: url('../img/intro.jpg');
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}

.masthead {
	height: 100vh;
	min-height: 500px;
}

.masthead-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	transform-origin: top left;
}

.page-header {
	height: 400px;
	min-height: 400px;
}

.nav-tabs {
	margin-bottom: 20px;
}

#nav-tab .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #555;
}

#nav-tab .nav-item.show .nav-link, #nav-tab .nav-link.active {
	color: #5eb8c8;
	background-color: transparent;
	border-color: transparent transparent #5eb8c8;
	border-bottom: 3px solid !important;
	font-weight: bold;
}

.team-image {
	height: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

.team-image img {
	width: 100%;
	height: 100%;
}

.parallax {
	height: 500px;
	margin-top: 30px;
	margin-bottom: 50px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card {
	height: 100%;
}

.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.card img.card-img-top {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter: grayscale(1);
}

.card:hover img.card-img-top {
	filter: grayscale(0);
}

.card h6.card-subtitle {
	color: #9e9e9e;
	font-size: 0.75rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.card a.card-link {
	text-transform: uppercase;
	color: #5eb8c8;
	font-size: 1.1rem;
}

.card a.card-link:hover {
	color: #4b93a0;
}

.section-image {
	width: 100%;
	margin: -5% 0 -15%;
}

.section-image.section-image-absolute {
	position: absolute;
}

.section-image.section-image-absolute.section-image-right {
	right: 0;
}

.section-image.section-image-absolute.section-image-left {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	left: 0;
}

section#kontakt {
	padding-bottom: 0;
}

.job-offer-collapse[aria-expanded="false"]:before {
	content: "Offene Stellen anzeigen";
}

.job-offer-collapse[aria-expanded="true"]:before {
	content: "Offene Stellen ausblenden";
}

.card.job-offer {
	width: 100%;
	max-width: 600px;
	padding: 20px;
}

.card.job-offer .row {
	margin-left: 0;
	margin-right: 0;
}

.card.job-offer .logo-header {
	margin-bottom: 40px;
}

.card.job-offer .logo-header .col img {
	padding: 15px;
}

@media only screen and (min-width: 768px) {
	.card.job-offer .logo-header .col img {
		padding: 25px;
	}
}

.card.job-offer img {
	width: 100%;
	height: auto;
}

form .website {
	display: none;
}

.opening-hours li {
	color: #bbb;
	list-style-type: none;
	padding: 3px 10px;
	margin: 10px 0;
}

.opening-hours li:before {
	visibility: hidden;
}

.opening-hours li.today {
	color: #555;
}

.opening-hours li.today:before {
	visibility: visible;
}

#google-maps {
	width: 100%;
	height: 500px;
	margin-top: 40px;
}

#impressum h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}
