

.scrollToTop-booking {
  position: fixed;
  bottom: 170px;
  z-index: 1015;
}

.scrollToTop-booking a {
	color:#fff;

}

.scrollToTop-mail {
  position: fixed;
  bottom: 60px;
  z-index: 1015;  
}

.scrollToTop-phone {
  position: fixed;
  bottom: 115px;
  z-index: 1015;
}


.scrollToTop-phone,
.scrollToTop-mail,
.scrollToTop-booking,
.scrollToTop {
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background:#c20e1a;
  right: 0px; 
}

.scrollToTop-phone.active,
.scrollToTop-mail.active,
.scrollToTop-booking.active {  
  z-index: 1055; 
}

.scrollToTop-phone i{
  line-height: 50px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
 
}

.scrollToTop-mail i {
  line-height: 45px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
 
}

.scrollToTop-booking i {
  line-height: 45px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
 
}


.scrollToTop-phone .iconfont-phone2,
.scrollToTop-mail .iconfont-at-symbol {
  font-size: 24px;
 
}

.scrollToTop-phone .fa-close,
.scrollToTop-mail .fa-close,
.scrollToTop-booking .fa-close {
  font-size: 24px;
}


.hidden-content-booking,
.hidden-content-phone,
.hidden-content-mail,
.hidden-content  {
	display:none;
}


.onclick-menu-mail,
.onclick-menu-phone,
.onclick-menu-booking {
  position: fixed;
  right:60px;
  z-index: 1050;
  
  width:240px;
  height: 50px;  
  background-color:#3c3f43;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align:center; 
}

.onclick-menu-booking {
  bottom: 170px;
}

.onclick-menu-phone {
  bottom: 115px;
}

.onclick-menu-mail {
  bottom: 60px;
}

.btn-onlclick {
	line-height:50px;
	font-size:18px;
	color:#fff;
	font-weight:500;
	text-align:center;

}

.btn-onlclick:hover {
	color:rgba(255,255,255, 0.75);
}




@media (max-width: 1200px) {
  .scrollToTop,
  .scrollToTop-phone,
  .scrollToTop-mail,
  .scrollToTop-booking {
    width: 40px;
    height: 40px;
  }

  .scrollToTop i,
  .scrollToTop-booking i {
    line-height: 40px;
    font-size: 20px;
  }
  
  .scrollToTop-booking .iconfont-close {
    line-height: 40px;
    font-size: 17px;
  }  
  
  .scrollToTop-phone i,
  .scrollToTop-mail i {
    line-height: 40px;
    font-size: 17px !important;
  }  

	.onclick-menu {
	  bottom: 135px;
	} 

	.scrollToTop-booking {
	  bottom: 140px;
	}
	
	.onclick-menu-phone,
	.scrollToTop-phone {
	  bottom: 95px;
	}
	
	.onclick-menu-mail,
	.scrollToTop-mail {
	  bottom: 50px;
	}


	.onclick-menu-phone,
	.onclick-menu-mail {
	  	height: 40px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	
	}


	.btn-onlclick {
		line-height:40px;
		font-size:20px;
		margin-right:10px;
	}

  
}

@media (max-width: 991px) {

  .scrollToTop-booking,
  .scrollToTop-phone,
  .scrollToTop-mail{
	  display:none;
  }

	.onclick-menu {
	  bottom: 7px;
	} 
  
  .scrollToTop-booking {
	  bottom: 7px;
	  right: 7px;
  }  

	.scrollToTop {
	  bottom: 50px;
	  right: 7px;
	}
	
	.onclick-headline {
		font-size:21px;
	}	
	
	.infobox {
		font-size:16px;
	}

	.onclick-menu {
		min-height:320px;
	}

  
}


