@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?stsype");
  src: url("../fonts/icomoon/icomoon.eot?stsype#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?stsype") format("truetype"), url("../fonts/icomoon/icomoon.woff?stsype") format("woff"), url("../fonts/icomoon/icomoon.svg?stsype#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/cormorant.woff");
  font-weight: 500;
  }
  
@font-face {
  font-family: 'Quint';
  src: url("../fonts/quint.woff");
  font-weight: 300;
  }  
  
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

#nachricht {
	font-family: "Cormorant", Arial, sans-serif;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3;
	color: #191919;
	padding:10px;
	background-color: #cfcdad;
	border-color:#a01d03;
	box-shadow: 2px 2px 2px #555;
	border-width:4px;
	border-style:solid;
	border-radius: 10px;	
	text-align: center;
	width: 94%;
	max-width: 600px;
}

#kauflink {
	font-family: "Cormorant", Arial, sans-serif;
	background-color: #f8f6f5;
	border-color:#ebd389;
	border-width:3px;
	border-style:solid;
	border-radius: 10px;
	box-shadow: 0px 0px 7px 2px #999;
	padding:10px;
	max-width: 600px;
}

#affirmation {
	font-family: "Quint", sans-serif;
	text-shadow: 2px 1px 3px #555;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3;
	color: #ca2404;
	border-radius: 10px;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	box-shadow: 2px 2px 2px #555;
	padding:12px;
	margin-top:8px;
	background-color: #f1cc01;
}

#rahmen {
	
	border: 20px solid transparent;
	border-image: url("../rahmen.png") 30 30 round;
	
}

table {
  width: 100%;
}

.bg-glkeks {
	position: relative;
	background-image: url(../glueckskeks.png);
	background-repeat: no-repeat;
	overflow:hidden;	
	margin: auto;
	-o-background-size: 100% auto, auto;
	-moz-background-size: 100% auto, auto;
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	width: 300px;
	height: 260px;
}

.tr-glkeks {
	position: absolute;
	margin: 5px;
	left: 50px; top:20px;
	font-size: 80%;
	padding: 10px;
	font-weight: normal;
	text-align:center;
	width: 80%;
	background-color: #fff2bc;
	border-radius: 4px;
	opacity: 0;
	box-shadow: 0px 0px 4px 2px #999;
}

 .bg-glkeks:hover .tr-glkeks {
        opacity: 1;
		-webkit-transition: all 1s ease-in-out 0s;
		-moz-transition: all 1s ease-in-out 0s;
		-o-transition: all 1s ease-in-out 0s;
		transition: all 1s ease-in-out 0s;
		-webkit-transform:translate(0,25px);
		color: #ca2404;
    }


.kleiner {
	font-size:0.8em;
	line-height: 1.2em;
	
}

#bildschatten {
	float:right;
	margin-left:15px;
	margin-top:8px;
	max-width:300px;
	width: 50%;
	border-radius: 8px;
	box-shadow: 2px 2px 3px #333;
}

#igingbild {
	float:right;
	margin-left: 15px;
	max-width:200px;	
	width: 50%;
}

#liebeskarte {
	box-shadow: 0px 0px 7px #777; 
	border-radius: 15px ! important;	
}

#stdbild {
	float:right;
	margin-left: 15px;
	max-width:300px;	
	width: 50%;
}

#stdbild2 {
	float:right;
	box-shadow: 2px 2px 4px #777; 
	border-radius: 8px;
	margin-left: 15px;
}


body {
  font-family: "Cormorant", Arial, sans-serif;
  font-weight: 400;
  font-size:1.8em;
  color: #dfd7c2;
  background: #5f1102;
  position: relative;
  background-image: url(../hintergrund-body.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	-o-background-size: 100% auto, auto;
	-moz-background-size: 100% auto, auto;
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	overflow-x: auto;
	overflow-y: auto;
}


img.rahmen {
 border: 30px solid transparent;
 border-image: url("../rahmen.png") 30 30 round;
}



.kartnav {
	float:left;
	margin-right: 12px;
}




@media screen and (max-width: 768px) {
  body {
    overflow-x: auto;
    overflow-y: auto;
  }
}

.fh5co-overflow {
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  height: 100% !important;
}

/* Links */
a {
  color: #de2400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  text-shadow: 1px 1px 1px #333;
  
}
a:hover, a:active, a:focus {
  color: #efc904;
  outline: none;
  text-decoration: none;
  text-shadow: 1px 1px 1px #111;
}

p {
  margin: 0 0 30px 0;
}

.tabresp {
	width: 95% !important;
	max-width: 350px !important;
	
}

h1, h2 {
  color: #eecc1a;
  font-family: "Quint", Times, serif;
  font-size: 1.7em;  letter-spacing: 0px;
  text-shadow: 1px 1px 1px #333;
  font-weight: 300;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b5b09d;
}

h3, h4, h5, h6 {
  color: #355dba;
  font-family: Arial, sans-serif;
  font-size: 115%;
  letter-spacing: 0px;
  font-weight: 400;
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 5px;
  padding-top:20px;
  margin-bottom: 25px;
}

.buttonstart {
	background-color: #c93d3d;
	border-radius:5px;
	color: #f2e3e3;
	padding:6px;
	min-width:150px;
}

 .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 47px;
  border: 0;
  background-image: url('../slidebutton.png');
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 50px;
  height: 47px;
  border: 0;
  background: url('../slidebutton.png');
  cursor: pointer;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #b88732;
  outline: none;
  opacity: 1;
}

/*----MS Edge Browser CSS Start----*/
@supports (-ms-ime-align:auto) {
	.slider {
        width: 100%;
		height: 3px;
		border-radius: 2px;
		background: #b88732;
  }
  }
/*----MS Edge Browser CSS End----*/


	
sub {
display: none;
font-size: 15px;
}

/* Markierung */
::-webkit-selection {
  color: #fff;
  background: #666;
}
/* Markierung */
::-moz-selection {
  color: #fff;
  background: #666;
}
/* Markierung */
::selection {
  color: #fff;
  background: #666;
}

/* 2. scrollbar entfernen */
#wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 5;
  
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Cormorant", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #cb9a46;
  color: #fff;
  border: 2px solid #cb9a46;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ff6540 !important;
  border-color: #ff6540 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #cb9a46;
  border: 2px solid #cb9a46;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #cb9a46;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.link-with-icon {
  padding-right: 20px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link-with-icon:hover {
  padding-right: 30px;
}
.link-with-icon:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 12px;
}

.form-control {
  -webkit-appearance: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #cb9a46;
}

.form-group label {
  font-weight: normal;
}

/* Seite */
.boxed #fh5co-page {
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  font-family: "Cormorant", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #470d02;
  font-weight; 400;
	background-image: url(../hintergrund-inhalt.jpg);
	background-repeat: repeat-y;
	-o-background-size: 100% auto, auto;
	-moz-background-size: 100% auto, auto;
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	height: 100% !important;
	
}

.boxed #fh5co-page img {
	
	max-width:100%; 
	height:auto ! important;
	border-radius: 8px;
	
}
@media screen and (max-width: 1200px) {
  .boxed #fh5co-page {
    max-width: 1000px;
  }
}
.boxed #fh5co-page .container {
  max-width: 940px;
  width:90%;
  margin: 0 auto;
  padding-top: 0px;
  
}
@media screen and (max-width: 1200px) {
  .boxed #fh5co-page .container {
    max-width: 960px;
    width:90%;
  }
}

/* Navi zentrieren */
#fh5co-header {
  padding: 0px 0;
  margin-bottom: 10px;
  text-align:center;
}

/* Tarotkarten Logo */

#fh5co-header #fh5co-logo {
  float: left;
  margin-left: 0px;
  padding-bottom:0px;
  margin-bottom:0px;
  max-width:250px;
  width:50%;
}

/* Navi zentrieren durch float entfernen*/
#fh5co-header #fh5co-main-nav {
  
  
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #fh5co-header #fh5co-main-nav {
    display: none;
    max-width: 680px;
  }
}
#fh5co-header #fh5co-main-nav ul {
  margin: 0px 0 0 0;
  padding: 0;
}
#fh5co-header #fh5co-main-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
}
/* Links */
#fh5co-header #fh5co-main-nav ul li a {
  font-size: 1em;
  text-decoration: none;
  color: #de2400;
  font-weight: 400;
  padding: 15px 7px;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #333;
}
/* Navi Link hover */
#fh5co-header #fh5co-main-nav ul li a:hover, #fh5co-header #fh5co-main-nav ul li a:active, #fh5co-header #fh5co-main-nav ul li a:focus {
  text-decoration: none;
  color: #efc904;
  text-shadow: 1px 1px 1px #111;
}
#fh5co-header #fh5co-main-nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header #fh5co-main-nav ul li.cta a {
  padding: 10px 20px;
  background: #cb9a46;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header #fh5co-main-nav ul li.cta a:hover {
  background: #ff5d35;
}
#fh5co-header #fh5co-main-nav ul li.has-sub > div > a {
  position: relative;
  padding-right: 19px;
}
#fh5co-header #fh5co-main-nav ul li.has-sub > div > a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  color: #b3b3b3;
}
/* Links */
#fh5co-header #fh5co-main-nav ul li.has-sub > div > a:hover:after {
  color: #e45c5c;
}

/* Navi Text linksbündig */
#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu {
  position: relative;
  padding: 15px 7px;
   text-align:left;
}

/* Hintergrund Navi Dropdown */
#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap {
  position: absolute;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  background: #bdb091;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(240, 230, 160, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(240, 230, 160, 0.6);
  -ms-box-shadow: 0px 0px 10px 0px rgba(240, 230, 160, 0.6);
  -o-box-shadow: 0px 0px 10px 0px rgba(240, 230, 160, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(240, 230, 160, 0.6);
  padding: 20px;
  width: 190px;
  left: 50%;
  margin-left: -95px;
  margin-top: 17px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 6px;
  
}
#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap ul {
  padding: 0;
  margin: 0;
}
#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap ul li {
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1.5;
}

/* Navi Linientrenner */

#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu .dropdown-menu-wrap ul li a {
  display: block;
  padding: 5px 0px;
  border-bottom: 1px solid #c48f39;
  margin-bottom: 0px;
}
#fh5co-header #fh5co-main-nav ul li.has-sub .drop-down-menu.active .dropdown-menu-wrap {
  margin-top: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}
#fh5co-header #fh5co-main-nav ul li.active > a {
  color: #3a3f72;
}
#fh5co-header #fh5co-main-nav ul li.has-sub.active .drop-down-menu > a {
  color: #3a3f72;
}
#fh5co-header #fh5co-main-nav ul li.has-sub.active .drop-down-menu > a:after {
  color: #3a3f72;
}

/* Abstand zur Navi hohe Auflösung */
#fh5co-intro {
  padding: 0em 0;
}

/* Abstand zur Navi im Handyformat */
@media screen and (max-width: 768px) {
  #fh5co-intro {
    padding: 0em 0;
  }
}

.fh5co-lead {
  font-size: 20px;
  line-height: 1.5;
  
}

#map {
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.fh5co-map-form {
  margin-top: -80px;
  position: relative;
  z-index: 10001;
  margin-bottom: 100px;
}

.fh5co-map {
  position: relative;
}
.fh5co-map form, .fh5co-map .row {
  padding-top: 0;
  margin-top: 0;
}

.fh5co-service {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.fh5co-service h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.fh5co-service img {
  margin-bottom: 20px;
}

/* Icon pentagon */
.fh5co-icon-pentagon {
  height: 24px;
  width: 40px;
  position: relative;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #cb9a46;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-icon-pentagon:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: -10px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.fh5co-icon-pentagon:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -10px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.fh5co-service-icon {
  height: 46px;
  width: 90px;
  margin-bottom: 60px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-service-icon:before {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  top: -30px;
  border-bottom: 30px solid #cb9a46;
}
.fh5co-service-icon:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  bottom: -30px;
  border-top: 30px solid #cb9a46;
}
.fh5co-service-icon i {
  font-size: 46px;
  line-height: 46px;
  color: #fff;
}

.fh5co-form-control:focus, .fh5co-form-control:active {
  outline: none;
  border: none;
}

.fh5co-form-locator {
  max-width: 500px;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  background: #fff;
  padding: 20px !important;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  float: left;
}
.fh5co-form-locator .selectize-control {
  float: left;
  width: 32%;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .fh5co-form-locator {
    position: relative;
    margin-left: 0;
    left: 0;
    max-width: inherit !important;
    width: 100%;
  }
}
.fh5co-form-locator .input-field {
  margin-right: 2%;
  line-height: 1.5;
  padding: 11px 20px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.fh5co-form-locator .input-field:focus, .fh5co-form-locator .input-field:active {
  border: 1px solid #b3b3b3;
  outline: none;
}
.fh5co-form-locator input, .fh5co-form-locator select {
  margin: 0;
  width: 32%;
  float: left;
}
.fh5co-form-locator input[type="submit"] {
  width: 32%;
  background: #666;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 20px !important;
  border: none;
  float: right;
  font-size: 16px;
}
.fh5co-form-locator input[type="submit"]:hover, .fh5co-form-locator input[type="submit"]:focus, .fh5co-form-locator input[type="submit"]:active {
  background: #c3c3c3 !important;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 16px !important;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 14px 10px 14px 15px;
  display: inline-block;
  background: #666;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fh5co-location-result-label {
  float: left;
  width: 50%;
  margin-top: 10px;
}

.fh5co-location-result-options {
  float: right;
  width: 50%;
}
.fh5co-location-result-options .input-field {
  width: 100%;
  line-height: 1.5;
  padding: 11px 20px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.fh5co-location-result-options .input-field:focus, .fh5co-location-result-options .input-field:active {
  border: 1px solid #b3b3b3;
  outline: none;
}
.fh5co-location-result-options .input-field.search {
  position: relative;
  background: transparent;
}
.fh5co-location-result-options .col-1, .fh5co-location-result-options .col-2, .fh5co-location-result-options .col-3 {
  float: left;
  vertical-align: middle;
}
.fh5co-location-result-options .col-1 {
  width: 10%;
  margin-right: 2%;
  margin-top: 10px;
}
.fh5co-location-result-options .col-2 {
  width: 22%;
  margin-right: 2%;
}
.fh5co-location-result-options .col-3 {
  float: right;
  width: 64%;
}

.fh5co-table .fh5co-social {
  margin-top: 10px;
  width:95%;
}
.fh5co-table .fh5co-social li {
  float: left;
  margin-right: 10px;
}
.fh5co-table thead {
  background: #2595ff;
  color: #fff;
  width:95%;
}
.fh5co-table thead tr th, .fh5co-table thead tr td {
  border-bottom: none;
}
.fh5co-table thead tr th {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.fh5co-table tbody tr th, .fh5co-table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width:95%;
}
.fh5co-table tbody tr:first-child th, .fh5co-table tbody tr:first-child td {
  border-top: none;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
/* Links */
.owl-dots .owl-dot > span {
  background: #e45c5c !important;
}
.owl-dots .owl-dot.active > span {
  background: transparent !important;
  border: 2px solid #e45c5c;
}
.owl-dots .owl-dot:hover > span {
  background: transparent !important;
  border: 2px solid #e45c5c;
}

#fh5co-footer {
  clear: both;
  line-height: 1.5;
  margin-top: 10px;

}
#fh5co-footer h3 {
  font-size: 20px;
}
#fh5co-footer .fh5co-footer-link {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-link li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
}
#fh5co-footer .fh5co-copyright {
  margin-top: 20px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  border-top: 1px solid #555;
}
#fh5co-footer .fh5co-copyright p {
  margin-bottom: 0px;
}
#fh5co-footer .fh5co-footer-widget {
  margin-bottom: 40px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  text-align: center;
  height: 30px;
  width: 30px;
  color: #fff;
  padding-top: 4px;
  text-decoration: none !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li.facebook a {
  background: #cb9a46;
}
.fh5co-social li.twitter a {
  background: #cb9a46;
}
.fh5co-social li.linkedin a {
  background: #cb9a46;
}
.fh5co-social li.message a {
  background: #cb9a46;
}

.img-bordered {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.ul_style_1 {
  padding: 0;
  margin: 0;
}
.ul_style_1 li {
  padding: 0;
  padding-left: 30px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  position: relative;
  list-style: none;
}
.ul_style_1 li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
  position: absolute;
  top: .1em;
  left: 0;
  font-size: 20px;
  color: #cb9a46;
}

#fh5co-page, #fh5co-offcanvas {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

#fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  height: 100%;
  right: 0;
  overflow-y: auto;
  z-index: 1003;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
  -moz-transform: translateX(278px);
  -webkit-transform: translateX(278px);
  -ms-transform: translateX(278px);
  -o-transform: translateX(278px);
  transform: translateX(278px);
}
.offcanvas-visible #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
    
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 1em;
  font-family: Arial, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Mini Navi Link Hover */
#fh5co-offcanvas ul li a:hover {
  color: #cb9a46;
}
#fh5co-offcanvas ul li.active > a {
  color: #cb9a46;
}
#fh5co-offcanvas ul li.has-sub.active > .drop-down-menu > a {
  color: #cb9a46;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background: #FCEDDA;
  border: 2px solid #FCEDDA;
  color: #fff !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fffdfb;
  border: 2px solid #fffdfb;
  text-decoration: none;
  color: #fff !important;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}
#fh5co-offcanvas ul li .dropdown-menu-wrap ul {
  margin-top: 10px;
}
#fh5co-offcanvas ul li .dropdown-menu-wrap ul li {
  line-height: 1.2;
}
#fh5co-offcanvas ul li .dropdown-menu-wrap ul li a {
  padding-left: 30px;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
/* Mini Navi */
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
/* Mini Navi Kreuz Schließen */
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #cb9a46;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
/* Mini Navi */
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
/* Mini Navi */
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* Mini Navi Strich Mitte */
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #666;
  background: #cb9a46;
  transition: all .2s ease-out;
}
/* Mini Navi 2 Striche */
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #cb9a46;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: relative;
  float: right;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 10px;
  }
}

.owl-nav {
  position: absolute;
  top: 43%;
  width: 100%;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .owl-nav {
    display: none;
  }
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
}
.owl-nav .owl-prev {
  left: 20px;
}
.owl-nav .owl-next {
  right: 20px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  background: none !important;
  font-size: 26px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: none;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i {
  background: none;
  font-size: 26px;
}

.fh5co-contact-info p, .fh5co-contact-info address {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
    padding-top: 0px;
  }
}

.padded-top {
  padding-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .padded-top {
    padding-top: 0em;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}


.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0.9;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
  opacity: 0.8;
  
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #f7ca56;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.7;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
  opacity:1;
}

.sfl {
	min-width: 100px;
	border-radius: 5px;
	text-align:center;
	margin: 0, auto;
}

.tabresp {
	max-width: 100% !important;
	width: 400px !important;
	background-color: #c3c3c3;
	
}

.tabresp th,td {
  padding: 0.2em 0.5em;
}

.eingfeld {
	width: 100%;
	max-width:500px;
}

textarea {
	font-family: "Cormorant", Arial, sans-serif;
	text-align: center;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3;
	color: #191919;
	padding:10px;
	background-color: #cfcdad;
	border-color:#a01d03;
	box-shadow: 2px 2px 2px #555;
	border-width:4px;
	border-style:solid;
	border-radius: 10px;	
	text-align: center;
	width: 94%;
	max-width: 600px;
	
}

hr {
	width: 100%;
  border-top: 1px solid #333;
  margin-bottom: 10px;
	
}


/*# sourceMappingURL=style.css.map */
