@font-face { font-family: Pacifico; src: url('../fonts/pacifico-regular.ttf'); }

body{
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important
}

body.gap{
	margin-top: 125px;
}

@media(min-width: 768px)
{
	.modal-dialog.modal-lg{
		min-width: 730px;
	}
}

@media(max-width:767px){
	body{
		margin-top: 125px;
	}
}

/*----------------------------------Admin----------------------------------*/

.admin{
	margin-top: 50px;
}

/*----------------------------------Footer----------------------------------*/

#footer{
	margin-top: 50px;
	margin-bottom: 20px;
}

/*----------------------------------Verleih---------------------------------*/

.verleih-div {
	margin: auto;
	padding: auto;
}

.img-thumb{
	padding-top: 10px;
	height: 200px;
	object-fit: contain;
}

.edit-img-thumb {
	padding-top: 10px;
	height: 100px;
	object-fit: contain;
}

.verleih-block{
	margin: 20px;
	padding: 0px;
	border-radius: 4px;
	width: 280px;
	min-height: 300px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	box-shadow: 0 2px 55px rgba(0,0,0,0.1);
}

.verleih-block-inner{
	width: 280px;
	min-height: 250px;
	padding: 23px;
	padding-bottom: 0px;
}

.top {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.top ul{
	padding-left: 0px;
	padding-right: 0px;
	height: 40px;
}

.middle {
	margin-bottom: 10px;
	height: 240px;
}

.middle img {
	max-width: 100%;
	margin: 15px auto;
}

.middle ul{
	padding-left: 0px;
	padding-right: 0px;
}

.bottom {
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.bottom ul{
	padding-left: 0px;
	padding-right: 0px;
	height: 40px;
}

.submit-area{
	height: 50px;
	width: 100%;
}

.submit-area button{
	width: 85%;
}

.submit-area .not-visible{
	display: none;
	visibility: collapse;
	z-index: -9999;
}

.edit-remove {
	position: absolute;
	top: 10px;
	right: 10px;
}

.edit-image {
	max-width: 100%;
	margin: 15px auto;
}

.edit-info {
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.edit-member {
	text-align: center;
	width: 100%;
}

.verleih-info {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 2px 10px;
	border-radius: 20px;
}

.verleih-info:hover{
	text-decoration: underline;
}

.verleih-details {
	margin: 20px;
	margin-top: 0px;

	opacity: 1;
}

.hover_hand{
	cursor: pointer;
	cursor: hand;
}

@media(max-width: 1034px)
{
	.verleih-block{
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media(max-width:991px){
	.verleih-block{
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width: 340px){
	.verleih-block{
		width: 210px;
	}
}


/*--------------------------------Admin Form--------------------------------*/

#formAdd{
	margin: auto 20% auto 20%;
}

.form-add{
	margin-top: 30px;
}

/*--------------------------------Admin Table-------------------------------*/

.active2{
	background-color: #cfd0d0;
}

.active3{
	background-color: #a9a9a9;
}

.btn-remove{
	margin-top: -40px;
	margin-right: 20px
}

.btn-add{
	margin-top: -40px;
	margin-right: 20px
}

.table-show{
	overflow: auto;
}

li.myupload span {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	background: #fff;
}

li.myupload span input {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

li.myupload span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ccc;
	font-size: 54px
}

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

/*---------------------------Glyphicon Input-Addon--------------------------*/

.inner-addon {
	position: relative;
}

.inner-addon:hover #addon{
	color: #333;
}

.inner-addon .glyphicon {
	position: absolute;
	padding-left: 12.5px;
	padding-top: 17px;
	pointer-events: none;
	left: 0px;
	color: #777;
}

.left-addon input {
 padding-left: 30px;
}

@media(max-width:767px){
	.inner-addon{
		padding-left: 14px;
	}

	.inner-addon .glyphicon {
		padding-left: 26.5px;
		padding-top: 10px;
	}
}

/*------------------------------Navigation Bar------------------------------*/

#menu.navbar-default {
	padding: 20px;
	padding-right: 40px;

	transition: background-color .4s ease;
	-webkit-transition: background-color .4s ease;

	background-color: rgba(66,66,66, 0);
	border-color: rgba(231, 231, 231, 0);
	max-height: 90px;
}

#menu.navbar-default.sv {
	background-color: rgba(66,66,66, .6);
	border-bottom: solid 1px;
	border-bottom-color: rgba(231, 231, 231, .5);
}

#menu.navbar-default.on {
	background-color: rgba(66,66,66, 1);
	border-bottom: solid 1px;
	border-bottom-color: rgba(231, 231, 231, .5);
}

#menu-container{
	margin-right: 18px;
}

#menu a.navbar-brand {
	font-size: 40px;
	font-weight: 600;
	color: #eee;
	padding-top: 8px;
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
	background-color: transparent;
}

#menu.navbar-default.on .navbar-nav > li > a {
	color: #ddd;
}

#menu.navbar-default .navbar-nav > li > a:hover,
#menu.navbar-default .navbar-nav > li > a:focus {
	color: #3498db;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #3498db !important;
	background-color: transparent;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}

a:focus {
	outline: none;
	outline-offset: none;
}

.dropdown-inner-box {
	padding: 0px;
}

.dropdown-header {
	text-align: center;
	font-size: 16px;
	padding: 0px !important;
}

.dropdown-content-text {
	text-align: center;
	font-size: 15px;
	list-style-type: none;
}

.dropdown-inner-box a:hover{
	text-decoration: none;
}

@media (min-width: 768px) {
	.navbar-nav.navbar-center {
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
	}
}

@media(max-width:768px){
	#menu.navbar-default.sv {
		background-color: rgba(66,66,66, 1);
		border-bottom: solid 1px;
		border-bottom-color: rgba(231, 231, 231, .5);
	}
	#navbar-collapse{
		margin-top: 10px;
		overflow-x: hidden;
		background-color: rgba(66,66,66, 1);
	}
	.navbar-default#menu{
		padding-right: 20px;
	}

	#menu-container{
		margin-right: 0px;
	}
}

/*---------------------------------Searchbar--------------------------------*/

.searchbar-wrapper{

	display: block;

	transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform:translateY(100%);
	outline: none;

	width: 100%;
	height:90px;
	top: -180px;

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	bottom: 0px;
	z-index: 1040;
	color: #777;
	background-color: #fff;

	transition: all 0.35s cubic-bezier(0.29,0.63,0.44,1);
	padding: 0 10px;
	box-sizing: border-box;
}

.searchbar-wrapper.on{
	top: -90px;
}

.searchbar-table{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 90px;
	box-sizing: border-box;

	-ms-transform: translateY(100%);
	-webkit-overflow-scrolling(touch);
	color: #777;

	font-size: 20px;
}

.searchbar-tablecell{
	display: table-cell;
	vertical-align: middle;
}

.searchbar-form{
	width: 90%;
	box-sizing: border-box;
}

.searchbar-iconcell{
	width: 40px;
	box-sizing: border-box;
}

.searchbar-button{
	background: none;
	border: none;
	display: inline-block;
	color: #777;
	padding: 0 10px;
	height: 80px;
	box-sizing: border-box;
}

.searchbar-input{
	-webkit-appearance: textfield;
	background: none;
	border: none;
	width: 100%;
	padding: 0 10px;
	height: 80px;
	color: #777;
	box-sizing: border-box;
}

.text-right{
	text-align: right !important;
}

/*---------------------------------Dropdown---------------------------------*/

ul.dropdown-menu{
	border-style: none !important;
	overflow:hidden;
	background-color:rgba(66,66,66,.5);
	min-width: 250px;
	padding: 14px 14px 0;
	color: #ddd !important;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	left: 50% !important;
	margin-left: -120px;

	.help-block{
		font-size:12px;
	}
}

#menu.navbar-default.sv .dropdown-menu{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-style: none;
	background-color:rgba(66,66,66,.6);
}

#menu.navbar-default.on .dropdown-menu{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-style: none;
	background-color: rgba(66,66,66, 1) !important;
}

.dropdown ul .bottom{
	background-color:rgba(66,66,66,.2);
	border-top:1px solid rgba(231, 231, 231, .5);
	padding:14px;
	clear:both;
}

.dropdown-menu li a{
	background-color: transparent !important;
	color: #ddd;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus{
	background-color: transparent !important;
	color: #3498db;
}

@media(min-width: 768px){

	ul.dropdown-menu{
		margin-top: 24px !important;
	}

	#menu.navbar-default.sv .dropdown-menu{
		margin-top: 24.8px !important;
	}

	#menu.navbar-default.on .dropdown-menu{
		margin-top: 24.8px !important;
	}
}

@media(max-width: 767px){

	.navbar-right{
		overflow: hidden;
	}

	.dropdown ul{
		background-color: inherit;
		margin-left: 15px;
		margin-right: 15px;
	}
	.dropdown ul .bottom{
		background-color: inherit;
		border-top:0 none;
	}

	.dropdown-menu a{
		text-align: left;
	}
}

/*----------------------------Dropdown Animation----------------------------*/

.open > .dropdown-menu{
	transform: opacity(1, 1);
	-webkit-transform: opacity(1, 1);
	
	visibility: visible;
	opacity:1;
}

.dropdown-menu{
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-webkit-transform: opacity(1, 0);

	display: block; 
	visibility: collapse;
	opacity:0; 
}

@media(max-width:768px){
	.dropdown-menu{
		transition: none;
		-webkit-transition: none;
		-webkit-transform: none;
	}
}

/*-------------------------------Dropdown Cart------------------------------*/

.dpBooking-Categories{
	padding-left: 0px;
	max-height: 400px;
	overflow-y: auto;
}

.dpBooking-Categories li{
	margin-bottom: 18px;
	list-style: none;
}

.dpBooking-Categories img{
	float: left;
	margin-right: 12px;
	width: 70px;
	height: 70px;
}

.dpBooking-Categories .item-name{
	display: block;
	font-size: 16px;
}
.dpBooking-Categories .item-price{
	margin-right: 8px;
}

.dpBooking-Categories .item-quantity{
	color: #ABB0BE;
}

.img-thumb2 {
	object-fit: contain;
	max-width: 100%;
}

/*-----------------------------------Login----------------------------------*/

.body_login {
	margin-top: 125px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
}

.form-signin, .form-signup {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signup .form-signup-heading,
.form-signin .checkbox, .form-signup .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox, .form-signup .checkbox{
	font-weight: normal;
}
.form-signin .form-control, .form-signup .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus, .form-signup .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"], .form-signup input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"], .form-signup input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin .btn, .form-signup .btn {
	margin-bottom: 10px;
}

/*----------------------------------Checkbox--------------------------------*/

.checkbox-container {
	display: block;
	position: relative;
	margin-bottom: 12px;
	font-weight: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 2px;
	height: 15px;
	width: 15px;
	background-color: #eee;
	margin-left: -20px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 4.5px;
	top: 0.5px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checktext {
	text-align: left;
	margin-left: 50%;
}

/*------------------------Side Bar---------------------*/

.dropdown-container {
	width: 125px;
}

.search-container {
	width: 125px;
}

.search-container input {
	width: 100%;
}

@media screen and (min-width:992px){
	.collapse-results{display:block}
	.btn-collapse{visibility: collapse}
}
@media screen and (max-width:991px){
	.collapse-results{display:none}
	.btn-collapse{
		visibility: visible; 
		margin-left: auto; 
		margin-right: auto;
		margin: 0px;

		background:none!important;
		color:rgb(125, 125, 125);
		border:none; 
		padding:0!important;
		font: inherit;
		cursor: pointer;}
}