@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/dosis-v11-latin-300.eot');
  src: url('fonts/dosis-v11-latin-300.eot?#iefix') format('embedded-opentype'),
       url('fonts/dosis-v11-latin-300.woff2') format('woff2'),
       url('fonts/dosis-v11-latin-300.woff') format('woff'),
       url('fonts/dosis-v11-latin-300.ttf') format('truetype'),
       url('fonts/dosis-v11-latin-300.svg#Dosis') format('svg');
}

html,
body {
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	height: 100%;
}

/* --- IE Flexbox-Bug ------- */
/* https://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/ */
body {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

#header, #footer {
	flex-shrink: 0;
}

#container {
	flex: 1 0 auto;
}
/* --- IE Flexbox-Bug ------- */

/* footer on bottom of page */
#wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* #container { flex: 1; } done in bugfix */
/* footer on bottom of page */

.bg-beige,
.container-fluid {
	background-color: #ddd7d2;
}

.bg-light-beige {
	background-color: #eae7e5;
}

.bg-black {
	background-color: #000;
}

nav.navbar {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}

nav .navbar-brand img {
	height: 40px;
}

nav .navbar-nav a.nav-link.main {
	margin-right: 3rem;
}

nav .navbar-nav a.nav-link.lang {
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}

a,
.navbar-light .navbar-nav .nav-link {
	color: #000;
}

a:hover,
a.active,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #b30734; 
}

a:focus, button:focus { outline: none; }

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.4;
}

h1 { font-size: 1.9rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }

.mod_article:first-of-type div.block:first-of-type {
	padding-top: 140px;
}

.mod_article div.block:last-of-type {
	/* 53 + 67 = 120 */
	margin-bottom: 53px;
}

.image-block {
	/* 53 + 67 = 120 */
	margin: 67px 0 75px 0;
	box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.35);
}

.image-block .col-bg {
	min-height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#leistungen .image-block .col-bg,
#services .image-block .col-bg { background-image: url('/files/asandco/img/leistung.jpg'); }

#strategie .image-block .col-bg,
#strategy .image-block .col-bg { background-image: url('/files/asandco/img/strategie.jpg'); }

#was-uns-auszeichnet .image-block .col-bg,
#what-sets-us-apart .image-block .col-bg { background-image: url('/files/asandco/img/auszeichnung.jpg'); }

.image-block .col-text {
	padding: 75px;
}

.image-block .col-text h1 {
	font-size: 5rem;
	line-height: 1;
	margin: 2rem 0 6rem 0;
}

footer {
	background-color: #000;
	color: #fff;
	line-height: 1.6rem;
	padding: 60px 0 20px;
	margin-top: 60px;
}

footer div.block:last-of-type {
	margin-bottom: 0;
}

footer h1 {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

footer a {
	color: #fff;
}

footer a:hover {
	text-decoration: none;
	color: #b30734;
}

footer .col-links {
	line-height: 1;
}

footer .col-links a {
	margin-bottom: 1.4rem;
	display: block;
}

footer hr {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* content */
#asandco div.block:first-of-type {
	padding-bottom: 70px;
	margin-bottom: 5rem;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.55);
}

#asandco div.block:first-of-type img {
	width: 100%;
	max-width: 680px;
	padding: 0 15px;
	margin-bottom: 40px;
}

/* tools */
.text-size-09 {
	font-size: 0.9rem;
	line-height: 1rem;
}

/* responsive */
@media (max-width: 991.98px) {
	nav .navbar-nav a.nav-link.main {
		margin-right: 1rem;
	}

	.image-block .col-bg {
		min-height: 350px;
	}

	.image-block .col-text {
		padding: 40px;
	}

	.image-block .col-text h1 {
		font-size: 3rem;
		margin: 1rem 0 2.5rem 0;
	}
}

@media (max-width: 575.98px) {
	.mod_article div.block:last-of-type {
		margin-bottom: 30px;
	}

	.image-block {
		margin: 30px 0 40px 0;
		box-shadow: none;
	}

	.image-block .col-bg {
		min-height: 250px;
	}

	footer {
		line-height: 1.3rem;
		padding: 30px 0 10px;
	}

	footer h1 {
		margin-bottom: 1rem;
	}

	footer .col-links a {
		margin-bottom: 0.4rem;
	}
}