html {
  scroll-behavior: smooth;
}

h1,
.headline {
	font-size: 150%;
	text-align: center;
	color: #183036;
}

.headline {
	text-align: left;
}

h2 {
	fonts-ize: 130%;
	color: #183036;
}

h3 {
	font-size: 115%;
	color: #183036;
}

h1,
h2,
h3,
p,
span,
a,
address,
div {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-style: normal;
}

a {
	color: #183036;
}

a:hover {
	color: #31a09c;
	text-decoration: underline;
}

p,
span {
	color: #183036;
}

.label {
	display: inline-block;
	width: 130px;
	float: left;
	clear: left;
}

.text {
	display: inline-block;
	width: calc( 100% - 145px );
}

.flex {
    display: flex;
    gap: 30px;
    padding: 60px 0;
}

.mobile-only {
	display: none;
}

@media only screen and (max-width: 800px) {

	.flex {
		display: block;
	}
	
	.mobile-only {
		display: block;
	}
}

hr {
    height: 0px;
    border: 1px solid #31a09c;
    margin: 30px auto;
    overflow: visible;
}

.wrap { 
	margin: 0 auto; 
	max-width: 1140px; 
	position: relative; 
	width: 100%; 
}

#page-logo {
	margin: 30px 0;
}

#page-logo img {
	width: 120px;
	height: auto;
}

section {
	overflow: hidden;
	padding-bottom: 60px;
}

section .image {
	width: calc( 50% - 15px );
	padding-right: 15px;
	float: left;
}

section .contact {
	width: calc( 50% - 15px );
	float: right;
	padding-left: 15px;
	text-align: left;
}

.footer {
	text-align: center;
}

.footer a {
	color: #183036;
}

.footer a:hover {
	color: #F4B500;
}

#impressum,
#datenschutz {
	display: none;
}

#impressum h2,
#datenschutz h2 {
	text-align: left;
}


@media only screen and (max-width: 1140px) {

	.wrap {
		width: calc( 100% - 30px );
		padding: 0 15px;
	}

}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/roboto-v30-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v30-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/roboto-v30-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/roboto-v30-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-700 - italic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/roboto-v30-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}