/* Colors */

@charset "utf-8";

/* :root {
	--bs-body-font-size: 1.125rem;
	/* Bootstrap verwendet rem-basierte Schriftgrößen */
/* } */

:root {
	--bs-primary: #2C4E6B;
	--bs-btn-bg: #2C4E6B;
}

*/ html,
body {
	height: 100%;
	margin: 0;
}

body {
	overflow-x: hidden;
	font-family: "Source Sans 3", sans-serif;
}

p {
	font-weight: 400;
}

a {
	text-decoration: none;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	text-decoration: none;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

button,
button:hover {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.text-content a {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

h2 {
	margin-bottom: 18px;
}

h3 {
	margin-bottom: 12px;
}

*,
::after,
::before {
	box-sizing: border-box;
}

/* Z-Index */

/* Fonts */
.font-1 {
	font-family: "Lato", sans-serif;
}

.font-2 {
	font-family: "Source Sans 3", sans-serif;
}

.font-3 {
	font-family: "Montserrat", sans-serif;
}

/* Font sizes */

.big-title {
	font-size: 50px;
}

.header-title {
	font-size: 70px;
}

@media all and (max-width: 1200px) {
	.big-title {
		font-size: 50px;
	}

	.header-title {
		font-size: 60px;
	}
}

@media all and (max-width: 500px) {
	.big-title {
		font-size: 30px;
	}

	.header-title {
		font-size: 30px;
	}
}

/* Colors */

a {
	color: #333;
}

.bg-light-blue,
.btn-primary:hover,
.btn-primary:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #486883;
}

.bg-blue,
.btn-primary {
	background-color: #2C4E6B;
}

.bg-dark-blue {
	background-color: #173854;
}

.light-blue-color,
.nav-link:hover {
	color: #486883;
}

.blue-color,
a:hover,
.btn-outline-light:hover,
.nav-link,
.accordion-button {
	color: #173854;
}

.border-light.blue,
.btn-primary:hover {
	border-color: #486883;
}

.border-blue,
.btn-primary {
	border-color: #2C4E6B;
}

.accordion-button:not(.collapsed) {
	color: #FFFFFF;
	background-color: #2C4E6B
}

.accordion-button:focus {
	box-shadow: none;
}

/* Content */

#header {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#headerCarouselWrapper {
	aspect-ratio: 16 / 9;
	height: auto;
}

.travel-box {
	height: 450px;
}

.team-member row {
	min-height: 400px;
}

.team-member img {
	height: 400px;
}

@media all and (max-width: 450px) {
	.team-member img {
		height: auto;
	}
}

footer img {
	height: 200px;
}

.text-content {}

.text-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.text-content ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	display: flex;
	align-items: center;
}

.text-content ul li svg {
	height: 30px;
	margin-right: 14px;
}

@media all and (max-width: 2500px) {
	#start-header {
		height: auto;
	}
}

@media all and (max-width: 1600px) {
	.wrapper {
		background-size: auto 900px;
	}

	#start-header {
		height: auto;
	}

	.slide-prev {
		left: -24px;
	}

	.slide-next {
		left: 102%;
	}
}

@media all and (max-width: 1399px) {
	.slide-prev {
		left: -45px;
	}

	.slide-next {
		left: 104%;
	}
}

@media all and (max-width: 1199px) {
	.wrapper {
		background-size: auto 800px;
	}

	.slide-prev {
		left: 0px;
	}

	.slide-next {
		left: 100%;
	}
}

@media all and (max-width: 991px) {
	.wrapper {
		background-size: 100% 400px;
	}

	.slide-prev {
		left: -50px;
	}

	.slide-next {
		left: 108%;
	}
}

@media all and (max-width: 768px) {
	.wrapper {
		background-size: auto 400px;
	}

	.slide-prev {
		left: 0px;
	}

	.slide-next {
		left: 100%;
	}
}

.p-big {
	padding: 80px;
}

.p-large {
	padding: 150px;
}

.p-largest {
	padding: 200px;
}

@media all and (max-width: 1600px) {
	.p-large {
		padding: 150px;
	}

	.p-largest {
		padding: 180px;
	}
}

@media all and (max-width: 1199px) {
	.p-big {
		padding: 30px;
	}

	.p-large {
		padding: 110px;
	}

	.p-largest {
		padding: 150px;
	}
}

@media all and (max-width: 991px) {
	.p-largest {
		padding: 100px;
	}
}

@media all and (max-width: 768px) {
	.p-largest {
		padding: 80px;
	}

	p-big,
	.p-large {
		padding: 50px;
	}
}