@charset "UTF-8";
/* CSS Document */
/*
BLAU: 0094c6
HELLBLAU: e5f4f9
DUNKELBLAU: 00569a
*/
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
* {
  outline:none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
::-moz-selection {
 color: #fff;
 background: #00569a;
}
::selection {
  color: #fff;
  background: #00569a;
}
a, a[href^="tel:"], span.telefon {
	color:#00569a;
	transition: all ease .25s;
}
a[href^="tel:"], span.telefon {
	text-decoration: none;
}
body {
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-size:62.5%;
}
*, p, li, td {
	font-size:1.8rem;
}
h1, h1 span, h2, h3, h4, h5, h6, h1 a {
	font-size: 3rem;
	font-weight: normal;
}
h1, h2, h3 {
	color:#00569a;
}
h4 {
	font-size: 1.8rem;
	font-weight: bold;
}
img {
	max-width:100%;
	height:auto;
}
h1 a, h1 a:hover, h1 a:focus, h1 a:active {
	color:#fff;
	text-decoration: none;
}
.text-center {
	text-align: center;
}
.panel-kontakt {
	background-color: #e5f4f9;
	border-radius:10px;
	padding:15px;
}
.bg-hellblau {
	background-color:#e5f4f9;
}
.bg-blau {
	background-color:#0094c6;
}
.bg-blau * {
	color:#fff;
}
.col-1, .col-2, .col-3 {
	padding-left:0;
	padding-right:0;
}
ul {
	padding-left:15px;
}
li {
	list-style: none;
	margin-bottom: 0;
	position: relative;
	display: block;
	padding-left: 12px;
}
li:before {
	left:7.5px;
	width:16px;
	content: url('../img/haken-blau.svg');
	display: block;
	height: 12px;
	position: absolute;
	transform: translateX(-22px);
	float: left;
}
section {
	padding-bottom:60px;
	padding-top:60px;
}
section.bilder, section.header {
	padding-bottom:0;
	padding-top:0;
}
.header {
	background-image: url('../img/header-geologisches-buero.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	height:248px;
}
.col-h1 {
	height:165px;
}
.col-h2 {
	
}
.col-h1 h1 {
	font-size: 36px;
	line-height:1.2;
	margin-top: 35px;
	text-shadow: 0px 0px 5px rgba(0, 50, 100, 1),  0px 0px 25px rgba(0, 50, 100, 1);
}
.col-h2 h2 {
	font-size: 20px;
	text-shadow: 0px 0px 5px rgba(0, 50, 100, 1),  0px 0px 10px rgba(0, 50, 100, 1),  0px 0px 15px rgba(0, 50, 100, 1),  0px 0px 20px rgba(0, 50, 100, 1);
}
.footer {
	color:#fff;
	padding-bottom:30px;
	padding-top:30px;
}
.footer a {
	color:#fff;
}
.hidden-desktop {
	display:none;
}
@media (max-width:1279px) {
	.br-1 {
		display:block;
	}
	.span-2 {
		display:none;
	}
	.col-h1 {
		height: 160px;
	}
}
@media (max-width:991px) {
	section {
		padding-bottom:30px;
		padding-top:7.5px;
	}
	section.bilder, section.header {
		padding-bottom:0;
		padding-top:0;
	}
	.col-h1 .hidden-desktop {
		display:block;
	}
	.col-h1 h1 {
		margin-top: 12.5px;
	}
	.container {
		width:100%;
	}
	.col-h1.text-center, .col-h2.text-center {
		text-align: left;
	}
}
@media (max-width:639px) {
	.header {
		background-position: right 30px;
		background-size: 1280px 124px;
		height:auto;
	}
	.col-h1.text-center {
		height:153px;
		text-align: left;
	}
	.col-h1 h1 {
		font-size: 24px;
	}
	.col-h2 {
		background-color:#00569a;
	}
}
@media (max-width:479px) {
	.col-h2 .hidden-desktop {
		display:block;
	}
	.col-h2 span {
		display:none;
	}
	.col-h2 h2 {
		font-size:1.8rem;
	}
	h1, h1 span, h2, h3, h4, h5, h6 {
		font-size: 2.4rem;
	}
}


