/* open-sans-300 - latin */
/* open-sans-300 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v34-latin-300italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v34-latin-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Open Sans';
	background: #fbfafa;
}

a {
	color: #008ad1
}

h1 {
	font-size: 2rem;
	letter-spacing: -1.15px;
	font-weight: 700;
	margin-bottom: 1.2rem;
}

h2 {
	font-size: 1.6rem;
	letter-spacing: -0.55px;
	font-weight: 700;
	margin-bottom: 1rem;
}

h3 {
	font-size: 1.2rem;
	letter-spacing: -0.35px;
	font-weight: 300;
	margin-bottom: .8rem;
	margin-top: .55rem;
}

.container {
	display: flex;
	justify-content: center;
}

.home__address,
.home__contact,
.home__title {
	padding: 0 1rem;
}

.home {
	padding: 0 1rem;
	width: 100%;
	max-width: 1024px;
}

.home__title,
.home__logo {
	text-align: center;
	margin: 2rem 0;
}

.home__logo {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 2rem;
}

.home__title h1 {
	background-color: #72460c;
	color: #fff;
	display: inline;
}

.home__journey h2,
.home__imprint h2 {
	background-color: #099ae5;
	display: inline;
	color: #fff;
}

.home__imprint h2 {
	background-color: #8fd52a;
}

.home__journey,
.home__imprint {
	margin-top: 68px;
	text-align: center;
}

.home__address {
	margin-top: 1rem;
	user-select: all;
}

.home__contact {
	margin-top: 1rem;
}

.home__legal {
	margin-top: 1rem;
}

.home__footer {
	margin: 1rem 0;
	text-align: center;
}

.slider-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.route-planner {
	margin: 1rem 0;
	text-align: center;
	display: none;
}

.button {
	background-color: #000;
	display: inline-block;
	border: 1px solid #000;
	padding: 12px 18px;
	border-radius: 3px;
	margin: 8px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: border-radius .25s;
	font-size: .9rem;
}

.button:hover {
	border-radius: 15px;
	text-decoration: underline;
}

div.text {
	margin: 1rem 0;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 1.8rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.1rem;
	}

	.home {
		padding: 0;
		width: 100%;
	}
	
	.home__logo img {
		max-height: 120px;
	}
	
	.home__title,
	.home__logo {
		margin: 1rem 0;
	}

	.home__logo {
		margin-top: 0;
		margin-bottom: 1rem;
	}	
	
	.button {
		font-size: .8rem;
	}	
}

@media only screen and (max-width: 516px) {
	.route-planner {
		display: inline-block;
	}	
}


.slider * {
	user-select: none;
}

.slider {
  margin: 0 auto;
  max-width: 100%;
  height: 450px;
}

.slide_viewer {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  flex: 1;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 450px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -440px;
}

.previous_btn {
  bottom: 0;
  left: 80px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 80px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 50px;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  width: 50px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 30px;
  }
  .next_btn {
    right: 30px;
  }
  
	.previous_btn, .next_btn {
	  opacity: 0.8;
	}  
  
  .slide_buttons {
	  display: none;
  }
}