/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.2px;
}
h1, h2, h3, h4 {
	color: #1f526b;
	font-weight: 300;
	line-height: 1.25;
	-webkit-letter-spacing: 0.2px;
	-moz-letter-spacing: 0.2px;
	-ms-letter-spacing: 0.2px;
	letter-spacing: 0.2px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
a {
	color: #4e849e;
}
a:hover {
	color: #4e849e;
	text-decoration: none;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #e2e3e4;
}
p {
	color: #2d3237;
	line-height: 1.5;
	-webkit-letter-spacing: 0.2px;
	-moz-letter-spacing: 0.2px;
	-ms-letter-spacing: 0.2px;
	letter-spacing: 0.2px;
	font-size: 1em;
}
.display-4 {
    font-size: 2.5rem;
}
.hrblue {
	border-top: 2px solid #4e849e;
}

@-moz-document url-prefix() {
 .form-control {
 height: auto;
}
}
.panel-primary {
	background-color: #2c3e50;
	color: #fff;
}
.panel-primary>.panel-heading {
	color: #fff;
	font-size: 20px;
	background-color: #2c3e50;
	border-color: #2c3e50;
}
.btn-warning {
	background-color: transparent;
	border-color: #bdc3c7;
}
.navbar {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 4px 0px;
}
.slidecontainer {
	width: 100%;
}
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 25px;
	background: #cbcbd1;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
.slider:hover {
	opacity: 1;
}
 .slider::-webkit-slider-thumb {
 -webkit-appearance: none;
 appearance: none;
 width: 25px;
 height: 25px;
 background: #2b4961;
 cursor: pointer;
}
 .slider::-moz-range-thumb {
 width: 25px;
 height: 25px;
 background: #2b4961;
 cursor: pointer;
}
.footer-copyright {
	background-color: #2d3237;
	color: #fff;
	font-size: 0.875em;
}
.page-footer {
	background: #1b4459;
	color: #2d3237;
}
.page-footer .container {
	padding-bottom: 3em;
	padding-top: 1em;
}
.footer-content {
	padding-top: 3em;
}
.footer-nav-container {
	color: #fff;
}
.footer-nav-container img {
	height: 32px;
	width: auto;
	margin-right: 8px;
	margin-left: 8px;
}
.footer-social img {
	height: 32px;
}
.copyright-container p {
	color: #FFFFFF;
}
.copyright-container {
	padding-top: 30px;
}
.image-container {
	background-color: #FFFFFF;
	position: relative;
}
.image-container img {
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.image-container-header img {
    height: 400px;
	margin-top: 50px;
}
.image-container {
	background-color: #FFFFFF;
	position: relative;
}
.image-content-container {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.image-content-container h1 {
	color: white;
	font-size: 2.5em;
	line-height: 1.25;
	font-weight: 300;
}
.image-content-container h4 {
	color: white;
	font-size: 2.0em;
	line-height: 1.25;
	font-weight: 300;
}
.btn {
	border-radius: 5px;
	font-weight: 300;
	cursor: pointer;
	width: 100%;
	min-height: 40px;
	font-size: 1em;
}
.btn-medium {
	color: #FFFFFF;
	background: #4f849e;
	border-color: #4f849e;
}
.btn-medium:hover {
	color: #FFFFFF;
	background: #1b4459;
	border-color: #1b4459;
}
.custom-file-label {
	color: #495057;
	background-color: #fff;
	border-radius: 5px;
}
.custom-file-label::after {
	content: "Durchsuchen";
	background-color: #e9ecef;
}
#reused_form h3 {
	margin-top: 2.5rem;
}

.form-control::-webkit-input-placeholder {
 color: #bbb;
}
.form-group {
	margin-bottom: .45rem;
	margin-top: 1.2rem;
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
 border-color: #e2e3e4;
}
.bg-light {
	background-color: #f5f5f5!important;
}
.cookie-container {
    min-height: 70px;
    background-color: rgba(45,50,55,0.9);
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
	display: none;
}
.cookie-container button {
    height: 34px;
    width: 100%;
    border-radius: 5px;
    border-color: #2d3237;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #2d3237;
}
.cookie-container p {
    font-size: 0.875em;
    line-height: 20px;
    color: #f0f0f0;
    font-weight: 400;
	padding: 20px 0 5px 0;
}
.cookie-container a {
    color: #f5f5f5;
    font-weight: 700;
}
.custom-control-input-green:focus~.custom-control-label::before {
  border-color: #4f849e !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
  border-color: #4f849e !important;
  background-color: #4f849e !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
  border-color: #4f849e !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
  background-color: #d6f5dd !important;
  border-color: #d6f5dd !important;
}
#spinner {
	display: none;
}
@media only screen and (max-width: 768px) {
.h2, h2 {
	font-size: 1.7rem;
}
.h3, h3 {
	font-size: 1.5rem;
}
.image-container-header img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.image-content-container h1 {
	font-size: 1.8em;
	line-height: 1.25;
}
.image-content-container h4 {
	font-size: 1.5em;
	line-height: 1.25;
}
.justify-content-center-mobile {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.hidden-mobile {
	display: none;
}
}
