/* Doctolib Styles */
/* Farben: Blau #3e6886
Rot #9a012d */
@media only screen and (min-width: 1200px) {
	.DLBUTTON {
	position:fixed;
	transform: rotate(-90deg);
	top:300px;
	z-index:10000;
	color:white;
	right:-48px;
	background-color:#3e6886;
	width:200px;
	height:35px;
	border-radius:8px 8px 0 0px;
	text-align:center;
	font-size:16px;
	line-height:35px;
	/*-webkit-box-shadow: -5px 5px 15px -1px #000000; 
	box-shadow: -5px 5px 15px -1px #000000;*/
	}
	
	.DLBUTTON:hover {
	position:fixed;
	transform: rotate(-90deg);
	top:300px;
	z-index:10000;
	color:white;
	right:-48px;
	background-color:#9a012d;
	width:200px;
	height:35px;
	border-radius:8px 8px 0 0px;
	text-align:center;
	font-size:16px;
	line-height:35px;
	-webkit-box-shadow: -5px 5px -15px -15px #000000; 
	box-shadow: -5px 5px -15px -15px #000000;
	}
}

@media only screen and (max-width: 1199px) {

	.DLBUTTON {
	position:fixed;
	right:30%;
	top:0px;
	z-index:10000;
	color:white;
	background-color:#9a012d;
	width:40%;
	height:35px;
	border-radius:0px 0px 8px 8px;
	text-align:center;
	font-size:16px;
	line-height:35px;
	/*-webkit-box-shadow: -5px 5px 15px -1px #000000; 
	box-shadow: -5px 5px 15px -1px #000000;*/
	}

}