.wrapper .content {
	max-width: 1200px;
	margin: 0 auto;
}



/* itemslist */ 

.vrilistitemcat,
.vriliststartfrom {
    display: none !important;
}

.vriclistheadt {
	padding: 0 0 0 20px;
}



/* itemdetails */

.vri-itemdet-infocat,
.vrilegendediv span.vrilegenda:nth-child(2),
.vri-itemdet-price-startfrom,
.vri-search-closingtext {
    display: none;
}

.vri-avcals-container {
    position: relative;
}

.kalenderueberlagerung { /* damit der belegungskalender nicht klickbar ist */
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.btn.booknow {
	background: #000;
	border: 0;
	border-radius: 4px;
	margin: 10px 0 0 0;
	font-size: .9em;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	padding: 13px 15px;
}

.vricontinue {
	padding: 9px 15px;
}




.vriemptycartdivcontainer {
	display: none;
}

.vri-oconfirm-summary-item-cell-descr {
	width: 50%;
}

.vri-oconfirm-summary-item-cell-days {
	width: 10%;
}

.vri-oconfirm-summary-item-cell-tot {
	width: 38%;
}

.vri-oconfirm-item-action {
	text-align: right;
}

.vri-oconfirm-summary-item-head-cell.vri-oconfirm-summary-item-cell-net,
.vri-oconfirm-summary-item-cell-net,
.vri-oconfirm-summary-item-head-cell.vri-oconfirm-summary-item-cell-tax,
.vri-oconfirm-summary-item-cell-tax,
.vricontinuerentdiv {
	display: none !important;
}

.vri-save-order-block {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.vri-oconfirm-paym-block {
	margin: 40px 0 -20px 0;
}


.paypalbutton {
	width: 100%;
	height: auto;
	max-width: 350px;
}

.vri-offline-cc-entry input {
	border: solid 1px #ddd;
	font-size: 20px;
	padding: 5px 10px;
	margin-bottom: 13px;
}

.vri-offline-cc-entry select {
	font-size: 20px;
	padding: 10px;
}

#offlineccsubmit {
	background: #e9111e;
	border: none;
}

#offlineccsubmit {
	background-color: #e9111e;
	border: none;
}

#offlineccsubmit:hover {
	background-color: #A40F18;
}


#payment-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.75);
	backdrop-filter: blur(3px);
	z-index:99999;

	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.payment-loader{
	width:60px;
	height:60px;
	border:6px solid #ddd;
	border-top:6px solid #2c7be5;
	border-radius:50%;
	animation:spin 1s linear infinite;
	margin-bottom:20px;
}

@keyframes spin{
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(360deg); }
}

.payment-text{
	font-size:18px;
	color:#333;
	font-weight:600;
}

.vriordcancbox {
	display: none;
}























@media (max-width: 680px) {

  .vriclistheadt {
    padding: 0;
    text-align: center;
  }
  
  .vri-list-item-inner, .vri-result-item-inner {
    flex-direction: column;
  }

  .vri-list-item-block, .vri-search-result-block > form {
    margin: 10px 0 90px 0;
    background-color: #202020;
    color: white;
    border: none;
  }

  .vri-result-item-img img, 
  .vri-list-item-img img,
  .vri-list-item-img {
    margin: 0;
    padding: 0;
  }


}
																								