@charset "UTF-8";
/*
* ELSTERNEST
* Build Date: Juli 2016
* Author: autor
* Copyright (C) 2016 elsternest
*/

/* ------------------------------------- */
/* *. @Import .......................... */
/* ------------------------------------- */
/* custom CSS files */
@import url(font-awesome.min.css);
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css");
@import url(owl.carousel.css);
@import url(animate.css);
@import url(magnific-popup.css);


/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic%7COpen+Sans+Condensed:300,300italic,700%7CCinzel:400,900,700");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,300,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Philosopher:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps");
@import url("https://fonts.googleapis.com/css?family=Hind:400,300,500,600%7cMontserrat:400,700");
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700%7cDroid+Serif:400,700,400italic,700italic%7cYellowtail%7cGreat+Vibes");

/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
html {
  height: 100%;
}

body {
    height: calc(100% - 100px);
    margin: 50px;
    position: absolute;
    width: calc(100% - 100px);
}

body {
    background: white;
    color: #a6a6a6;
    font: 13px/20px "Droid Sans",Arial,Helvetica,sans-serif;
    transition: all 0.3s ease 0s;
}
/* ------------------------------------- */
/* BG ................... */
/* ------------------------------------- */
.bg{
	background:#6caed1;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	z-index:-1;
}
.bg:before{
	content: ' ';
	position:absolute;
	height:100%;
	margin-top:-260px;
	width:600px;
	background:#fff;
	z-index:2;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
/* ------------------------------------- */
/* Borders ................... */
/* ------------------------------------- */
.border-top, .border-bottom, .border-left, .border-right {
    background-color: #fff;
    position: fixed;
    z-index: -2;
}
.border-top {
    height: 50px;
    left: 0;
    top: 0;
    width: 100%;
}
.border-bottom {
    bottom: 0;
    height: 50px;
    left: 0;
    width: 100%;
}
.border-left {
    height: 100%;
    left: 0;
    top: 0;
    width: 50px;
}
.border-right {
    height: 100%;
    right: 0;
    top: 0;
    width: 50px;
}
/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
main {
  display: block;
}
/* ------------------------------------- */
/* Typographie Links................... */
/* ------------------------------------- */

a {
  color: #CDB586;
}

a:hover {
  text-decoration: none;
}
/* remove dotted outline from links, button and input element */
a, a:active, a:focus, 
button, button:focus, button:active, 
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}
input::-moz-focus-inner {
    border: 0;
}
a, a:hover, a:active, a:focus {
  outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
color: inherit;
}
a[href^="mailto"]:link,
a[href^="mailto"]:visited,
a[href^="mailto"]:hover {
text-decoration: none;
color: inherit;
}
/* ------------------------------------- */
/* Typographie ................... */
/* ------------------------------------- */
h1 {
  position: relative;
  margin: 0 0 50px;
  font-family: Cinzel, cursive;
}

h2 {
  margin: 0 0 50px;
}

h3 {
  margin: 0 0 30px;
  font: bold 2.5em/1.1 Open Sans Condensed, sans-serif;
  letter-spacing: 2px;
}

h3 a {
  text-decoration: none;
  color: inherit;
}

h4 {
  margin: 0 0 20px;
  font: bold 1.2857142857em/1.5 Cinzel, cursive;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  color: #888;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

b,
strong {
  font-weight: bold;
}
figure {
  margin: 0 0 30px;
}

figure img {
  width: 100%;
}



/*=============================================>>>>>
= 2. LAYOUT =
===============================================>>>>>*/

.wrapper {
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
    outline: 10px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
    overflow: hidden;
    padding-left: 100px;
}

.no-js .wrapper {
  height: auto;
}

.margin-top {
  margin-top: 100px;
}

.margin-bottom {
  margin-bottom: 100px;
}
.margin-t-b {margin: 30px 0 0;}
.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/*=============================================>>>>>
= 3. ALIGNMENT =
===============================================>>>>>*/
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*=============================================>>>>>
= 4. LOADER =
===============================================>>>>>*/
	#page-loader {
		position: fixed;
		z-index: 999999;
		width: calc(100% - 100px);
		height: calc(100% - 100px);
		background-color: #fff;
	}

	.loader-img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -40px 0 0 -40px;
		text-align: center;
	}
	
	.loader-img img {
		border-radius: 50%;
	}
	
	.loader-img:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 150px;
		height: 150px;
		border-top: 2px solid #6caed1;
		border-right: 2px solid #6caed1;
		border-radius: 50%;
		content: "";
		margin: -75px 0 0 -75px;
		-webkit-animation: rotate 1s linear infinite;
				animation: rotate 1s linear infinite;
	}
	
	@-webkit-keyframes rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
	}

	@keyframes rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
	}

/*=============================================>>>>>
= 5. SITE HEADER =
===============================================>>>>>*/
.site-header {
    background: #013048 none repeat scroll 0 0;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15) inset;
    color: #ffffff;
    height: calc(100% - 102px);
    left: 51px;
    position: fixed;
    transition: all 0.3s ease 0s;
    width: 100px;
    z-index: 100;
}

.site-header .logo {
    padding: 5px;
    position: absolute;
    top: 20px;
}

.site-header .logo a {
  text-decoration: none;
}

.site-header .logo a svg {
  width: 100%;
  height: auto;
}

.site-header .logo a svg path {
  fill: #ffffff;
}

.site-header .btn-nav-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header a {
  color: inherit;
}

/*=============================================>>>>>
= 6. SITE NAV BAR =
===============================================>>>>>*/

.site-nav {
    color: #ffffff;
    height: calc(100% - 102px);
    left: 51px;
    position: fixed;
    transition: all 0.3s ease 0s;
    width: 100px;
    z-index: 110;
}

.site-nav .nav-main {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-nav .nav-social {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.site-nav .nav-social li {
  display: block;
  padding: 5px 0;
}

.site-nav .nav-social li a:hover {
  color: #CDB586;
}

.site-nav a {
  color: inherit;
}

/*=============================================>>>>>
= 7. CONTENT =
===============================================>>>>>*/
.site-content {
  position: relative;
  height: 100%;
}
.no-js .site-content {
  height: auto;
}
.section {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.section .section-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: url("../images/heading-bg.jpg") 50% 50%/cover no-repeat;
  color: #ffffff;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.section .section-left::before {
    background: rgba(0, 0, 0, 0.5) repeat scroll 0 0;
    bottom: 10px;
    border: 10px solid rgba(255, 255, 255, 0.15);
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.section .section-left .section-left-inner {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 100px;
  box-sizing: border-box;
}
.section .section-left h3 {
  margin-bottom: 15px;
  font-size: 1.4285714286em;
}
.section .section-left p,
.section .section-left ul,
.section .section-left ol {
  color: inherit;
}
.section .section-right {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 65%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f9f5ec;
  box-sizing: border-box;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.section .section-right .section-right-inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  z-index: 1;
  padding: 100px;
}
.section .section-right.room {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: #f9f5ec;
}
.section .section-right.room .section-right-inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  z-index: 1;
  padding: 0;
}
.section.section-intro .section-right .section-right-inner {
  padding: 0px;
}
.section.section-intro .section-right {
  width: 100%;
  background: url("../images/1.jpg") 0 50%/cover no-repeat;
}
.section.section-intro .section-right h1 {
    color: black;
    font: 5.14286em/1 Cinzel,cursive;
    margin: 0 0 20px;
    position: relative;
    text-shadow: 1px 1px white;
}
.section.section-intro .section-right h1 span {
    color: #6caed1;
}
.section.section-intro .section-right h3 {
    font: bold 2.0em/1.1 Cinzel,cursive;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-shadow: 1px 1px white;
    color: #cdb586;
}
.section.section-intro .section-right .section-right-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.section-intro .section-right .section-right-inner .container {
   padding-top: 400px;
}
.logoschrift {
    padding-bottom: 10px;
}
.section.section-intro .section-right .bground {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    outline: 10px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
    padding: 30px 50px;
}
.section.section-willkommen .section-right .section-right-inner {
  background-image: url("../images/section-zimmer-bg.jpg");
}
.section.section-zimmer .section-left {
  background-image: url("../images/heading-zimmer-bg.jpg");
}
.section.section-preislist .section-left {
  background-image: url("../images/heading-preislist-bg.jpg");
}
.section.section-kontakt .section-left {
  background-image: url("../images/heading-kontakt-bg.jpg");
}
.section.section-buchung .section-left {
  background-image: url("../images/heading-buchung-bg.jpg");
}
.section.section-kontakt .section-right-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section.section-impressum .section-left {
  background-image: url("../images/heading-section-impressum-bg.jpg");
}
.section.section-datenschutz .section-left {
  background-image: url("../images/datenschutz.jpg");
}
.sections .section .section-left,
.sections .section .section-right {
  opacity: 0;
}
.sections .section.section-out {
  z-index: 10;
}
.sections .section.section-out .section-left,
.sections .section.section-out .section-right {
  opacity: 1;
}
.sections .section.section-in {
  z-index: 6;
}
.sections .section.section-in .section-left,
.sections .section.section-in .section-right {
  opacity: 1;
}
.no-js .section {
  position: relative;
  height: auto;
}
.no-js .section .section-left {
  position: relative;
  width: auto;
  height: auto;
}
.no-js .section .section-left .section-left-inner {
  height: auto;
}
.no-js .section .section-right {
  position: relative;
  width: auto;
  height: auto;
}
.no-js .section.section-intro .section-right {
  background-position: 30% 50%;
}
.no-js .section.section-intro .section-right .section-right-inner {
  height: calc(100vh - 80px);
}
.no-js .section.section-intro .section-right .section-right-inner .intro {
  margin-bottom: 30px;
  padding-right: 0;
}

.no-js .section.section-kontakt .section-right .section-right-inner {
  position: relative;
  height: 50vh;
}
.no-js .sections .section .section-left,
.no-js .sections .section .section-right {
  opacity: 1;
}

/*=============================================>>>>>
= 8. NAVIGATION =
===============================================>>>>>*/
.nav-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: bold 0.8571428571em/1 Cinzel, cursive;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: inherit;
}
.nav-main ul li {
  position: relative;
  padding: 0;
}
.nav-main ul li a {
  position: relative;
  display: block;
  height: 30px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}
.nav-main ul li a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}
.nav-main ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #CDB586;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(3);
      -ms-transform: translate(-50%, -50%) scale(3);
          transform: translate(-50%, -50%) scale(3);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-main ul li:hover a:before {
  background: #CDB586;
}

.nav-main ul li.active a:before {
  opacity: 0;
}
.nav-main ul li.active a:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.nav-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: inherit;
}

.nav-social li {
  display: inline-block;
  padding: 0 5px;
}

.nav-social li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tooltip {
    display: block;
    font-family: "oswald",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 1em;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1070;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: #CDB586;
    border-radius: 10px;
    color: #000;
    min-width: 100px;
    max-width: 100%; 
    padding: 17px 25px 15px 35px;
	box-shadow: 0 0 5px;
    text-align: center;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*=============================================>>>>>
= 9. BUTTONS =
===============================================>>>>>*/
.btn {
/*
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 30px 20px 35px;
  background: #CDB586;
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  font: bold 0.8571428571em/1 Cinzel, cursive;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  */
  text-shadow: none !important;
}



.center .btn-group .btn {
  margin: 0 15px;
}

.right .btn-group .btn {
  margin: 0 0 0 30px;
}

.btn-more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
  border: none;
  font: bold 0.8571428571em/1 Cinzel, cursive;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-more:before, .btn-more:after {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  border-bottom: 1px solid #CDB586;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-more:before {
  bottom: 2px;
}

.btn-more:after {
  top: 100%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.btn-more:hover:before, .btn-more:hover:after {
  width: 100%;
}

.btn-nav-toggle {
  position: relative;
  width: 80px;
  height: 80px;
  background: none;
  border: none;
  cursor: pointer;
}

.btn-nav-toggle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  box-shadow: 0 -10px 0, 0 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-nav-visible .btn-nav-toggle:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*=============================================>>>>>
= 11. COMMON ELEMENTS =
===============================================>>>>>*/
.heading {
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 50px;
}

.heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5px;
  background: #CDB586;
}

.heading h1,
.heading h2 {
  position: relative;
  margin: 0;
  line-height: 1;
}
.heading h2 {
    font-family: Philosopher;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.heading h1 {
  margin-bottom: 20px;
}

.heading p {
  margin: 0;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
  color: inherit;
}

.intro {
  font-style: italic;
  font-size: 1.5em !important;
  color: inherit;
  text-shadow: 1px 1px white;
}
.intro .rotate {
    color: #6caed1;
}
#willkommen .section-right p {
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin: 0 0 30px;
}
#willkommen .section-right p.sig {
    font-family: Bilbo Swash Caps;
    font-size: 36px !important;
    font-weight: 500;
}
.section-header {
    margin-bottom: 60px;
    position: relative;
}
.section-header > h2 {
    color: #6caed1;
    font-family: Philosopher;
    font-size: 48px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    text-align: center;
    z-index: 4;
}
.section-header > p {
    display: block;
    font-family: Bilbo Swash Caps;
    font-size: 26px !important;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.section-header > p {
    color: darkorange;
}
.section-header > p::before {
    margin-right: 10px;
}
.section-header > p::before, .section-header > p::after {
    background: darkorange none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 1px;
    top: 50%;
    vertical-align: middle;
    width: 90px;
}
.section-header > p::after {
    margin-left: 10px;
}
#form-reservation .section-header > h2 {
    color: #6caed1;
    font-family: Philosopher;
    font-size: 36px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    text-align: center;
    z-index: 4;
}
#form-reservation .section-header > p {
    display: block;
    font-family: oswald;
    font-size: 18px !important;
    font-weight: 400;
    position: relative;
    text-align: center;
}
#willkommen .section-right .include-sec {
    border: 1px solid #ece7dd;
    float: left;
    margin: 65px 2% 30px 0;
    padding: 28px 0;
    text-align: center;
    width: 18%;
}
#willkommen .section-right .include-sec span {
    display: block;
    font-size: 16px;
    font-weight: 900;
    margin: 12px 0 0;
    text-transform: uppercase;
}
.room-wrap {
    margin-top: -30px;
}
.room-wrap .room-item {
    margin-top: 30px;
}
.room-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.room-item::before {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 50%);
}
.room-item.event::before {
    left: 0;
    right: auto;
}
.room-item.event .text {
    float: right;
	width: 100%;
}
.room-item .text {
    border: 5px solid rgba(255, 255, 255, 0.1);
    margin: 1%;
    max-width: 49%;
    padding: 25px 15px;
    position: relative;
	text-shadow: 1px 1px black;
}
.room-item .text.grau {
    background-color: rgba(72, 79, 85, 0.8);
}
.room-item .text.pink {
    background-color: rgba(134, 2, 42, 0.8);
}
.room-item .text.braun {
    background-color: rgba(103, 77, 62, 0.8);
}
.room-item .text.gelb {
    background-color: rgba(197, 187, 1, 0.8);
}
.room-item .text.türkis {
    background-color: rgba(3, 129, 105, 0.8);
}
.room-item .text.rot {
    background-color: rgba(149, 28, 11, 0.8);
}
.room-item .text h2 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.room-item .text h2 a {
    color: #fff;
}
.room-item .text h2 a:hover {
    color: #e7c130;
}
.room-item .text .price {
    color: #cdb586;
    display: block;
    font-family: Montserrat;
    margin-top: 7px;
	font-size: 20px;
}
.room-item .text p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 25px;
}
.room-item .text ul {
    color: #fff;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
}
.room-item .text ul li {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}
.room-item .text ul li::before {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 5px;
}
.room-detail_img .room_img-item img, .room-detail_thumbs a img {
    width: 100%;
}
.room-detail_img, .room-detail_img .room_img-item {
    position: relative;
}
.text-center.margin {
    margin: 20px 0 0;
}
.room-item .text .awe-btn {
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 20px;
}
.room-item:hover::before {
    opacity: 1;
}
.widget ul {
    margin: 35px 0 0;
}
.widget ul li {
    margin: 0 0 18px;
    font-size: 20px;
}
.widget ul li i {
    margin: 5px 10px 0 0;
}
.popup {
    background: #fff none repeat scroll 0 0;
    color: #000;
    margin: auto;
    padding: 50px;
    position: relative;
    outline: 5px solid rgba(255, 255, 255, .8);
    outline-offset: 1px;
}

.popup p,
.popup ul,
.popup ol {
  color: inherit;
}



.mfp-bg.room {
  opacity: 0;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mfp-bg.room.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.room.mfp-removing {
  opacity: 0;
}

.mfp-wrap.room .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mfp-wrap.room button.mfp-arrow {
  background: #CDB586;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mfp-wrap.room .mfp-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
  width: 60px;
  height: 60px;
  color: #000000;
}

.mfp-wrap.room .mfp-arrow:before {
  display: none;
}

.mfp-wrap.room .mfp-arrow:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  box-sizing: border-box;
  font: 1.4285714286em/60px FontAwesome;
}

.mfp-wrap.room .mfp-arrow:hover {
  background: #be9f62;
}

.mfp-wrap.room .mfp-arrow-left {
  border-radius: 0 50% 50% 0;
  -webkit-transform: translate(-100px, -50%);
      -ms-transform: translate(-100px, -50%);
          transform: translate(-100px, -50%);
}

.mfp-wrap.room .mfp-arrow-left:after {
  content: '';
  padding-right: 5px;
}

.mfp-wrap.room .mfp-arrow-right {
  border-radius: 50% 0 0 50%;
  -webkit-transform: translate(100px, -50%);
      -ms-transform: translate(100px, -50%);
          transform: translate(100px, -50%);
}

.mfp-wrap.room .mfp-arrow-right:after {
  content: '';
  padding-left: 5px;
}

.mfp-wrap.room button.mfp-close {
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mfp-wrap.room .mfp-close {
  overflow: hidden;
  width: 60px;
  height: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  color: #fff;
  white-space: nowrap;
  text-indent: 100%;
  font: 1.7857142857em/60px FontAwesome;
  text-align: center;
}

.mfp-wrap.room .mfp-close:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-indent: 0;
}

.mfp-wrap.room.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-wrap.room.mfp-ready .mfp-arrow {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mfp-wrap.room.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.mfp-wrap.room.mfp-removing .mfp-arrow-left {
  -webkit-transform: translate(-100px, -50%);
      -ms-transform: translate(-100px, -50%);
          transform: translate(-100px, -50%);
}

.mfp-wrap.room.mfp-removing .mfp-arrow-right {
  -webkit-transform: translate(100px, -50%);
      -ms-transform: translate(100px, -50%);
          transform: translate(100px, -50%);
}

.mfp-wrap.room .mfp-container {
  padding-left: 0;
  padding-right: 0;
}

.mfp-wrap.room .mfp-figure:after {
  display: none;
}

.mfp-wrap.room .mfp-figure .mfp-close {
  top: 30px;
  right: -50px;
}

.mfp-wrap.room .mfp-figure figure {
  border: none;
}

.mfp-wrap.room .mfp-figure figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  background: #000;
  color: #ffffff;
}

.mfp-wrap.room .mfp-figure .mfp-bottom-bar {
  position: relative;
  top: 0;
  margin-top: 0;
}

.mfp-wrap.room .mfp-figure .mfp-bottom-bar .mfp-title {
  padding-left: 15px;
  line-height: 50px;
}

.mfp-wrap.room .mfp-figure .mfp-bottom-bar .mfp-counter {
  right: 15px;
  line-height: 50px;
}

.services-container .hinweis {
    margin: 0 10px 10px 0;
    color: #b19261;
	font-style: italic;
}
.services-container h3 {
    margin-bottom: 30px 0 50px;
    color: #1a2632;
    font: 2em/2em "lora",Arial,Helvetica,sans-serif;
    text-align: center;
}
.services-container h3 span{
    border-bottom: 1px solid black;
    display: inline-block;
    padding: 0 30px;
    position: relative;
}
.services-container h3 span::before {
    background: black none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    max-width: 300px;
    position: absolute;
    transform: translateX(-50%);
    width: 80%;
}
.services-container h3 span::after {
    background: #f9f5ec none repeat scroll 0 0;
    border: 1px solid #b19261;
    bottom: -7px;
    box-shadow: 0 0 0 5px #f9f5ec;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 10px;
}
.services-container #services-box {
    margin-bottom: 60px;
}
.services-container #services-box .owl-item {
    padding-top: 0;
}
.services-container #services-box .item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 0 none;
    padding-top: 0;
}
.services-container #services-box .item::before, .services-container #services-box .item::after {
    display: none;
}
.services-container #services-box .item * {
    transition: all 0.3s ease 0s;
}
.services-container #services-box .item img {
    border: 2px solid #b19261;
    max-width: 100%;
}
.services-container #services-box .item .title {
    color: #b19261;
    font: 1.3em/2.4em "Droid Serif",Arial,Helvetica,sans-serif;
}
.services-container #services-box .item .short-desc {
    padding: 0 5px 15px;
}
.services-container #services-box .item:hover img {
    opacity: 0.8;
}
.services-container #services-box .item:hover .title, .services-container #services-box .item:hover .short-desc {
    background: #f7f7f7 none repeat scroll 0 0;
}
.services-container #services-box .owl-controls {
    bottom: auto;
    top: -26px;
}
.services-container #services-box .owl-controls .owl-buttons div::before, .services-container #services-box .owl-controls .owl-buttons div::after {
    background: #d9d9d9 none repeat scroll 0 0;
}
.services-container #services-box .owl-controls .owl-buttons div.owl-prev {
    left: -165px;
}
.services-container #services-box .owl-controls .owl-buttons div.owl-next {
    right: -165px;
}
.services-container #services-box .owl-controls .owl-buttons div:hover::before, .services-container #services-box .owl-controls .owl-buttons div:hover::after {
    background: #b19261 none repeat scroll 0 0;
}

.price-table-container {
    padding: 0;
	margin-bottom: 50px;
}



caption {
    color: #a6a6a6;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
}

.grau {
    background-color: rgba(72, 79, 85, 0.8);
    color: #fff;
}
.pink {
    background-color: rgba(134, 2, 42, 0.8);
    color: #fff;
}
.braun {
    background-color: rgba(103, 77, 62, 0.8);
    color: #fff;
}
.gelb {
    background-color: rgba(197, 187, 1, 0.8);
    color: #fff;
}
.türkis {
    background-color: rgba(3, 129, 105, 0.8);
    color: #fff;
}
.rot {
    background-color: rgba(149, 28, 11, 0.8);
    color: #fff;
}


.homeimg {
    margin: 0 0 25px;
    overflow: hidden;
}
.homeimg-right {
    background: #dfcdaa none repeat scroll 0 0;
    border: 1px solid #cdb586;
    display: block;
    margin: 6px 0 1px 20px;
    overflow: hidden;
    padding: 6px;
}
.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}
#location .widget ul {
    margin: 0;
}
#location .widget ul li {
    margin: 0 0 18px;
    font-size: 20px;
}
#location .widget ul li i {
    margin: 5px 10px 0 0;
}

#kontakt h3 {
    font: bold 1.5em/1.1 Open Sans Condensed,sans-serif;
    letter-spacing: 2px;
    margin: 0 0 30px;
}

/* ===============================================================
    Date Picker
================================================================*/
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Style Form*/
div.ul-select-wrap {
  min-height: 34px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: 'Roboto', sans-serif;
  padding-top: 3px;
  padding-bottom: 3px;
  height: auto;
}
div.ul-select-wrap:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div.ul-select-wrap::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
div.ul-select-wrap:-ms-input-placeholder {
  color: #999999;
}
div.ul-select-wrap::-webkit-input-placeholder {
  color: #999999;
}
div.ul-select-wrap[disabled],
div.ul-select-wrap[readonly],
fieldset[disabled] div.ul-select-wrap {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareadiv.ul-select-wrap {
  height: auto;
}
div.ul-select-wrap .tag {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 24px 3px 5px;
  font-size: 13px;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #F1F1F1;
  position: relative;
  margin-bottom: 3px;
  margin-top: 3px;
}
div.ul-select-wrap .tag:after {
  content: '';
  width: 8px;
  height: 8px;
  background: url('data:image/gif;base64,R0lGODlhCAAIALMAAAAAAP///56lrZifp6GpsaCosJ+nr52lrJujqpqiqZmhqJigp////wAAAAAAAAAAACH5BAEAAAwALAAAAAAIAAgAAAQhkA1GpVyKLswSQolXHcJxVIxgFEWVHAVBtMtLzSeCGkwEADs=') right 50% no-repeat;
  margin-right: 7px;
  margin-top: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
}
div.ul-select-wrap.tag-block .tag {
  display: block;
}
div.ul-dropdown-wrap {
  min-height: 34px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: 'Roboto', sans-serif;
  height: auto;
  display: inline-block;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  text-align: left;
}
div.ul-dropdown-wrap:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div.ul-dropdown-wrap::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
div.ul-dropdown-wrap:-ms-input-placeholder {
  color: #999999;
}
div.ul-dropdown-wrap::-webkit-input-placeholder {
  color: #999999;
}
div.ul-dropdown-wrap[disabled],
div.ul-dropdown-wrap[readonly],
fieldset[disabled] div.ul-dropdown-wrap {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareadiv.ul-dropdown-wrap {
  height: auto;
}
div.ul-dropdown-wrap:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  border-color: #CBCAC8;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
div.ul-dropdown-wrap:after.up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
div.ul-dropdown-wrap:after.down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
div.ul-dropdown-wrap:after.right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
div.ul-dropdown-wrap:after.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
div.ul-dropdown-wrap .tag {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  border-right: 1px solid #cccccc;
  padding-right: 5px;
}
ul.ul-select {
  list-style: none;
  padding: 0;
  margin: 0;
  background: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #cccccc;
}
ul.ul-select li {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  margin: 1px 0;
}
ul.ul-select li:hover {
  background: #f1f1f1;
}
ul.ul-select li.select {
  background: #f1f1f1;
}
ul.ul-select li.selected {
  font-weight: bold;
}
div.ul-dropdown-wrap.time-picker {
  margin-top: 10px;
  width: 48%;
  margin-left: 4%;
  font-size: 12px;
  min-height: 30px;
}
/* DateTimePicker plugin */
.datetimepicker {
  background: white;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  padding: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  min-width: 200px;
}
.datetimepicker .paging {
  text-align: center;
  padding: 5px;
  font-size: 12px;
  position: relative;
}
.datetimepicker .paging span {
  position: absolute;
  top: 0px;
  display: inline-block;
  height: 100%;
  line-height: 24px;
  width: 20px;
  cursor: pointer;
}
.datetimepicker .paging span i {
  line-height: inherit;
}
.datetimepicker .paging span.prev {
  left: 0px;
}
.datetimepicker .paging span.next {
  right: 0px;
}
.datetimepicker table {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  border-collapse: collapse;
  width: 100%;
}
.datetimepicker table td {
  text-align: center;
  border: 1px solid #eee;
  padding: 3px;
}
.datetimepicker table td.near-month {
  color: #ccc;
}
.datetimepicker table td.cur-date.cur-month {
  background: #D9EDF7;
}
.datetimepicker table thead {
  font-weight: bold;
}
.datetimepicker table thead td {
  border: none;
  border-bottom: 2px solid #eee;
  min-width: 40px;
}
.datetimepicker table tbody td:hover {
  background: #eee;
  cursor: pointer;
}
.datetimepicker table tbody td.unvailable {
  color: #eee;
  background: #F5F5F5;
}
.datetimepicker table tbody td.unvailable:hover {
  background: #F5F5F5;
  cursor: not-allowed;
}
.datetimepicker select {
  width: 48%;
  margin-top: 10px;
  margin-left: 4%;
  border: 1px solid #ccc;
}
.datetimepicker select:first-child {
  margin-left: 0;
}
.datetimepicker .timezone {
  margin-top: 10px;
  color: #666;
  font-size: 11px;
  text-align: center;
}
input[readonly].datetime-picker {
  cursor: pointer;
}


.booking-form {
    background: white none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.125);
    margin: 0 auto;
    padding: 30px;
    position: relative;
}
.booking-form #form-loading {
    background: #555555 none repeat scroll 0 0;
    bottom: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.booking-form #form-loading i {
    font-size: 100px;
}
.booking-form #form-message {
    color: #6caed1;
    font-size: 14px;
    text-align: center;
}
.booking-form .h1 {
    color: #3ec038;
    font-size: 30px;
    padding: 15px 15px 35px;
    text-align: center;
    text-transform: uppercase;
}
.booking-form .logo {
    height: auto;
    max-width: 100%;
}
.booking-form .group {
    border-left: 4px solid #fff;
    padding: 5px 0 5px 10px;
    transition: all 0.2s ease 0s;
}
.booking-form .group::before, .booking-form .group::after {
    content: " ";
    display: table;
}
.booking-form .group::after {
    clear: both;
}
.booking-form .group > label {
    color: #6caed1;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
}
.booking-form .group > label.empty {
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
}
.booking-form .group > div {
    padding: 0 15px;
}
.booking-form .group > div.addon-right {
    position: relative;
}
.booking-form .group > div.addon-right > i {
    color: #555555;
    position: absolute;
    right: 25px;
    top: 9px;
    z-index: 999;
}
.booking-form .group > div .error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
.booking-form .group.active {
    background: #f6f6f6 none repeat scroll 0 0;
    border-left-color: #40c2ff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) inset;
}
.booking-form input[type="submit"] {
    background: #65ca60 none repeat scroll 0 0;
    border: medium none;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: white;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: background 0.15s ease-in-out 0s;
}
.booking-form input[type="submit"]:hover {
    background: #5ac253 none repeat scroll 0 0;
}
.booking-form {
    width: 320px;
}
.booking-form .checkbox label, .booking-form .radio label {
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
}
@media (min-width: 550px) {
.booking-form {
    width: 100%;
}
.booking-form .group > label {
    float: left;
    width: 40%;
}
.booking-form .group > div {
    margin-left: 40%;
}
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arrow-up {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: none;
}
.arrow-down {
    border-bottom-style: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.arrow-right {
    border-bottom-color: transparent;
    border-right-style: none;
    border-top-color: transparent;
}
.arrow-left {
    border-bottom-color: transparent;
    border-left-style: none;
    border-top-color: transparent;
}
.arrow {
    border-color: white;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}
.arrow.up {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: none;
}
.arrow.down {
    border-bottom-style: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.arrow.right {
    border-bottom-color: transparent;
    border-right-style: none;
    border-top-color: transparent;
}
.arrow.left {
    border-bottom-color: transparent;
    border-left-style: none;
    border-top-color: transparent;
}
.ir {
    background-color: transparent;
    border: 0 none;
    overflow: hidden;
}
.ir::before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.checkbox label, .radio label {
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
