textarea:focus,
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus,
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: none;
  outline: none;
}

input[rel="impdata"]{
	display:none;
}

body{
	font-family: 'Arial','Helvetica','sans-serif';
	font-weight: 200;
	font-size: 1em;
	background-color: #262626;
	line-height: normal;
	padding: 0;
	margin: 0;
	/*margin-top:2.1em;*/
}

a{ color: #307bbf; }
a:hover{ text-decoration: none; }

.dropdown-menu-right{
    right: 0;
    left: auto;
}

.btn-primary,.bg-primary{
	background-color:#307bbf !important;
	border-color: #307bbf !important;
}

#nav-top{
	background-color:#307bbf;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
}

#footer{
	color:#000;
	clear:both;
	min-height:100px;
	color:#7f7f7f;
	padding-bottom:20px;
}

#footer div h3{
	margin-bottom: 10px;
	font-size: 1.4em;
	font-variant: small-caps;
	color: #d5d5d5;
}

#footer div menu{
	margin:0;
	padding:0;
	list-style-type: none;
}

#footer div menu li a{
	color:#7f7f7f;
	display: block;
	padding:5px;
	border-bottom:1px solid #595959;
	text-decoration: none;
}

#footer div menu li a:hover{
	color:#d5d5d5;
	background: #595959;
}

#footer div menu li:last-child a{
	border:none;
}

#footer a{ color:#7f7f7f; }

.dropdown-menu{
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
}

.btn-group-block{ display: flex; flex:1; }
.btn-group-block > .btn{ flex:1; }

.nowrap { white-space: nowrap; }
.table-borderless td, .table-borderless th { border-bottom: 1px solid transparent; }

.clickable-row{ cursor:pointer; }

b, strong{ font-weight: bold; }
a,button,a:focus,button:focus{ outline:none; }

.card {
	border-radius: 2px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
}

/*.card .card-header, .card .card-footer{
	background-color: #ffffff;
}*/

#toggle-sidebar{   
	color: rgba(255,255,255,1);
    font-size: 1.3rem;
    line-height: 1;
    background-color: rgba(255,255,255,.2);
    border: 1px solid transparent;
    border-radius: .25rem;
	cursor: pointer;
	border-width: 1px;
	border-color: rgba(255,255,255,.5);
	border-image: initial;
	margin-right:10px;
}

#wrapper{
	background-color: #fafafa;
	color:#000;
}

#sidebar .list-group{
	background:#e9ecef;
	border-radius:.25em;
}

#sidebar .list-group>.list-group-item{
	border:none;
	border-color: #fafafa!important;
/*	border-radius:0;*/
	background:none;
	border-bottom:1px solid rgba(0,0,0,.125);
	padding:.5em;
	padding-left: .75em;
	padding-right: .75em;
}

#sidebar .list-group>.list-group-item:first-child{ /*border-radius:0;*/ }
	
#sidebar .list-group>.list-group-item:last-child{
	border:none;
	/*border-radius:0;*/
}

#sidebar .list-group>.list-group-item.active,#sidebar .list-group>.list-group-item.active:hover { background-color:#307bbf; }
#sidebar .list-group>.list-group-item:hover{ background:rgba(0,0,0,.06); }

.card-sidebar{
	padding:.75em 0;
	border-bottom:1px solid rgba(0,0,0,0.125);
}

.card-sidebar .card-header{
	padding-left:.75em;
	padding-right:.75em;
	text-transform: uppercase;
}
.card-sidebar .card-body{
	padding:.75em;
}

@media screen and (max-width: 992px) {
	#sidebar {
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	
	#sidebar { left: -80%; }
	#sidebar.active { left: 0%; }

	#sidebar {
		position: fixed;
		top: 0px;
		width: 70%;
		height:100%;
		overflow:auto;
		background:#fafafa;
		box-shadow: 0 0 10px #000;
		padding:20px 20px 0 20px;
		z-index: 1050;
	}
}

.form-control-icon{
	position:absolute;
	/*margin-top:1px;*/
	margin-left:10px;
	height:2.1em;
	display:flex;
	align-items:center;
}

.form-control-xs{
	width:100px !important;
}

.list-amenities > li{
	width:33%;
}

@media screen and (max-width: 576px) {
	.form-control-xs{
		width:100%;
	}
	.list-amenities > li{
		width:100%;
	}
}

#navmain{ margin:0; }
#navmain .card{margin:0;border:none;}
#navmain .card-header{margin:0;border-radius:0px;padding:.5em; background-color: #fafafa;}
#navmain .card-header:nth-last-child{border-bottom:none;}
#navmain .nav-link{ padding:1px 10px 1px 15px;border-radius:0;color:#fff; }

#snackbar-container{}
.snackbar {
    background-color: #262626;
    color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 0;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
    transform: translateY(200%);
}

.snackbar.snackbar-opened {
    padding: 14px 15px;
    height: auto;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
    transform: none;
}

.snackbar-danger  { border-bottom:4px solid #c9302c; }
.snackbar-success { border-bottom:4px solid #449d44; }
.snackbar-warning { border-bottom:4px solid #449d44; }
.snackbar-item{}
.snackbar-item>i{ float:left; }
.snackbar-item>div{ margin-left:20px; }

.header-xmas{
	min-height:80px;
	background-color:#d4e5f7 !important;
	background-image: url(../../../tpl/binzer-traum.de/images/header-bar-xmas.png);
	background-repeat: no-repeat;
	background-position:left top;
}

.header-spring{
	min-height:80px;
	background-color: #a9d4ff !important;
	background-image: url(../../../tpl/binzer-traum.de/images/header-bar-spring.png);
	background-repeat: no-repeat;
	background-position:left top;
}

.header-summer{
	min-height:80px;
	background-color:#cda98c !important;
	background-image: url(../../../tpl/binzer-traum.de/images/header-bar-summer.png);
	background-repeat: no-repeat;
	background-position:left top;
}

.header-autumn{
	min-height:80px;
	background-color:#cee8f5 !important;
	background-image: url(../../../tpl/binzer-traum.de/images/header-bar-autumn.png);
	background-repeat: no-repeat;
	background-position:left top;
}

.header-winter{
	min-height:80px;
	background-color:#3d4f66 !important;
	background-image: url(../../../tpl/binzer-traum.de/images/header-bar-winter.png);
	background-repeat: no-repeat;
	background-position:left top;
}

.header-halloween{
	min-height:60px;
	background-color:#191814 !important;
	background-image: url(../../../tpl/binzer-traum.de/images/header-bar-halloween.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.slick-slide{
	position: relative;
}

.slick-slide-caption{
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
	padding:.6em 1em;
	color:#ffffff;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	/*background-color: rgba(0,0,0,.3);*/
	line-height: 1em;
}

.calendar-table td{ }
.calendar-table .disabled{
	background-color: rgba(204,0,0,.1) !important;
	text-decoration: none !important;
	border-radius:0px !important;
}
.calendar-table .in-range{ background-color: rgba(0,153,0,.2) !important; }
.calendar-table .active{ background-color: rgba(0,153,0,1) !important;}

#page-facebook .btn{ border-radius:2px; }
#page-facebook .btn-primary{ background-color:#4080ff !important; }
#page-facebook .btn-primary:hover{ background-color:#3d6ad6 !important; }
#page-facebook .card{ box-shadow: none !important; }
#page-facebook .card .card-footer{ background-color:#ffffff !important; }


.navbar-facebook{ 
	/*background-color:#e9ebee !important;*/ 
	background-color:#ffffff !important;
	border: 1px solid #dddfe2;
    border-radius: 4px;
	box-shadow: none !important;
	margin: 0 15px;
}
.navbar-facebook .text-light{ color:#4b4f56 !important; }
.navbar-facebook .text-light:hover{ color:#888c92 !important; }
.navbar-facebook .breadcrumb { 
	background-color:#ffffff !important;
	font-size:.8em;
	border-radius:0;
	margin-bottom:0;
	border-top:1px solid #dddfe2;
	margin:0 15px;
}

.autocols{
	column-count:3;
}

@media screen and (max-width: 1200px) {
	.autocols{
		column-count:2;
	}
}

@media screen and (max-width: 767px) {
	.autocols{
		column-count:1;
	}
}