html {
  scroll-behavior: smooth;
}

.full-wrapper img {
	width: 100%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
} 

.partner {
    background: #f5f5f5;
    margin-top: 0px;
    padding-top: 20px;
}

#kontaktform {
    padding: 35px 30px 0px 30px;
}

#kontaktform h2 {
    text-align: left;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.kontakt-info {
    line-height: 37px;
    font-size: 18px;
	max-width: 600px;
	margin:0 auto;
}

#home {
	position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.buchung {
    background: rgb(247,175,2,0.7);
    position: absolute;
	z-index:9;
	color: #333;
    top: 25%;
    padding: 25px;
    border-radius: 2px;
	width: 400px;
	left: 20px;
}

.buchung.mobile {
    background: rgb(247,175,2,0.7);
    /* position: absolute; */
    /* z-index:9; */
    color: #333;
    /* top: 25%; */
    padding: 25px;
    border-radius: 2px;
    max-width: 600px;
    width: 100%;
    /* left: 20px; */
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
	display: none;
}

.col-form-label {
	font-weight: bold;
}

.buchung #formular {
    padding-top: 0px;
}
 
#aboutus {
    background: #f5f5f5;
    padding: 30px 10px;
}


.about {
    max-width: 1100px;
    margin: 0 auto;
}

h1 {
	text-align: center;
	margin-bottom: 50px;
}

.crossfade h3 {
		color: #fff;
		font-weight: bold;
		text-shadow: 0 0 5px black;
		text-transform: uppercase;
		font-size: 40px;
	}

header {
	padding: 10px;
	background: #fff;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #d6d6d6;
    background: #eaeae2;
}

.logo img{
	max-width: 190px;
	transition: all ease 0.5s;
}

.logo.smaller img{
	max-width: 160px;
}

.navigation.desktop a {
	color: #293c7a;
	margin: 0px 10px;
	font-size: 22px;
    border-bottom: 1px solid #293c7a;
	transition: all ease 0.5s;
    cursor: pointer;
}

.navigation.desktop a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.contact {
	font-size: 30px;
	color: #293c7a;
}

.contact i{
	font-size: 30px;
	margin-right: 10px;
	color: #293c7a;
}

.info-small {
	font-size: 12px;
	color: #444;
}

.hero {
	position: relative;
	text-align: center;
	color: white;
	/*height: 100vh;*/
	/*background: url("hero2.jpg") no-repeat center center fixed ;*/
	background-blend-mode: hue;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0; 
}

.brand-text-wrapper.centered{
	font-family:'Open Sans', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#formular {
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
}

.formular {
	max-width:600px;
	margin: 0 auto;
}

.button-row {
	margin-top: 30px;
	text-align: center;
}

.btn-primary {
	background-color: #293c7a;
}

h2 {
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.about {
	margin-top: 80px;
}

.about h5 {
	margin-top: 15px;
}

.about .col-md {
	text-align: center;
}

.fa-circle:before {
	content: "\f111";
	color: #f7af02;
}

footer {
	margin-top: 80px;
}

.upper {
	background: #f7af02;
	padding: 30px 0px;
}

.upper h2{
	margin: 0;
}

.lower {
	background: #444;
	padding: 30px 0px;
	color: #fff;
	text-align: center;
}

.lower a {
	color: #f7af02;
}

.navigation.mobile {
	text-align:center;
	display: none;		
}

.navigation.mobile a{
	color: #293c7a;
	margin: 0px 10px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	transition: all ease 0.5s;
}

.half-circle {
	width: 70px;
	height: 40px;
	background-color: #293c7a;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border: 0px solid;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: rotate(180deg);
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
}

.small-text,
.partner {
	padding: 15px;
}

.partner {
	background: #f5f5f5;
}

.partner img{
	padding: 5px;
	max-width: 200px;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close,
.close2	{
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus	{
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.textblock {
    margin-top: 66px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 70px;
	padding-left: 15px;
	padding-right: 15px;
}

.textblock ul {
	text-align:left;
	margin-top: 50px;
	color: #293c7a;
    font-weight: bold;
}

.textblock ul li{
	padding: 10px 0px;
}

.textblock h2 {
	position: relative;
    text-align: center;
}

.textblock h2 {
 overflow: hidden;
 text-align: center;
}

.textblock h2:before,
.textblock h2:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}

.textblock h2:before {
 right: 0.5em;
 margin-left: -50%;
}

.textblock h2:after {
 left: 0.5em;
 margin-right: -50%;
}


@media only screen and (max-width: 992px) { 
	.head .col-md-5 {
		display: none;
	}
	
	.head .col-md-3,
	.head .col-md-4
	{
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.navigation.mobile {
		display: block;
		margin-top: 20px;
		text-align: left;
	}
	
	
	
}

.crossfade > figure {
  animation: imageAnimation 24s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) {
  background-image: url('hero2.jpg');
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('hero3.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('hero4.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('hero3.jpg');
}


@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

.test {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-transform: uppercase;
}

.map {
	margin-top: 100px;
}

.map img{
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.about .col-md {
		margin-bottom: 20px;
	}
	
	.logo img {
		max-width: 140px;
		transition: all ease 0.5s;
	}
	
	.contact,
	.contact i	{
		font-size: 22px;
	}
	
	.navigation.mobile {
		display: block;
		margin-top: 20px;
		text-align: center;
	}
	
	.partner .col-md-3{
		width: 50%;
	}
	
	.hero {
		/*height: 720px;*/
		margin-top: 17%;
	}
	
	.hero h1 {
		font-size: 27px;
	}
	
	.brand-text-wrapper.centered {
		top: 66%;
	}
	
	.kontakt-info {
		line-height: 37px;
		font-size: 18px;
		max-width: 600px;
		margin: 0 auto;
		margin-top: 60px;
		text-align: center;
	}
	
	#kontaktform h2 {
		text-align: center;
		margin-bottom: 30px;
		text-transform: uppercase;
	}
	
	.buchung.mobile {
		background: rgb(247,175,2,0.7);
		position: relative;
		z-index: 9;
		color: #333;
		top: 0;
		padding: 25px;
		border-radius: 2px;
		max-width: 600px;
		width: 100%;
		left: 0;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
		display: block;
	}
	
	.buchung.mobile {
		display: block;
	}
	
	.no-mobile {
		display: none;
	}
	
	.fa-stack-1x {
		line-height: inherit;
		font-size: 0.8em;
	}
	
	.fa-stack-2x {
		font-size: 1.5em;
	}
	
	.fa-stack {
		display: inline-block;
		height: 1.5em;
		line-height: 1.5em;
		position: relative;
		vertical-align: middle;
		width: 2em;
	}
	
	.about .row.align-items-center:nth-child(3) {
		margin-top: 0px!important;
	}
	
	.textblock .row .col-md:nth-child(3) ul {
		margin-top: 0px;
	}
	
	.textblock .row .col-md:nth-child(2) ul {
		margin-bottom: 0px;
	}
	
	.about {
		margin-top: 20px;
	}
	
	.w-100 {
		width: 160%!important;
		margin: 0 auto;
		height: 100%;
	}
	
}

@media only screen and (max-width: 577px) { 
	.head .col-md-3,
	.head .col-md-4
	{
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.partner{
		text-align:center;
	}
	
	.buchung {
		width: 90%;
	}
	
	h1 {
		text-align: center;
		margin-bottom: 50px;
		font-size: 32px;
	}
	
	.textblock {
		padding-top: 15px;
	}
	
	.map {
		margin-top: 10px;
	}
  
}

.cc-window.cc-floating.cc-type-info.cc-theme-edgeless.cc-bottom.cc-right.cc-color-override--1588655054 {
	z-index: 9999;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #333;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.cc-color-override--1588655054 .cc-btn {
	color: rgb(0, 0, 0);
	background-color: #f7af02!important;
	border-color: transparent;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px;
	
}

.cc-compliance {
	margin-top: 20px;
}

.crossfade > figure {
  animation: imageAnimation 24s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) {
  background-image: url('hero2.jpg');
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('hero3.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('hero4.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('hero3.jpg');
}


@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

.test {
	position: absolute;
	top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
	text-transform: uppercase;
	display: none;
}
form i{
	font-size: 14px;
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
form input, form select {
	padding-left: 40px!important;
}
.textblock ul {

  list-style: none;

}

 

.textblock ul li:before {

  content: '✓';

  color: green;

  padding:5px;

  float: left;

  line-height: 15px;

  font-size: 23px;

}
.carousel-item {
 /* height: 100vh;*/
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 /* max-height: 685px!important;*/
}
.carousel {
  width: auto;
 /* max-height: 712px;*/
  overflow: hidden;
}
.carousel .item img {
  max-height: 712px;
  min-width: auto;
}   
.taxi2 {
	display: none;
}

.carousel-inner img {
    width: auto;
}