.titelback{
	margin:0;
	margin-bottom:-7.7%;
	padding:0;
	width: 100%;
	height:auto;
bottom:0;
}
.terminlink {
	position:fixed;
	top: 10%;
	right:0;
	display:block;
	text-align:center;
	background-color: #63758b;
	color:#fff;
	font-size:14px;
	overflow:hidden;
	width:124px;
	height: 42px;
	border-radius:6px 0 0 6px;
	text-decoration:none!important;
	border-top: #fff 1px solid ;
	border-bottom: #fff 1px solid ;
	border-left: #fff 1px solid ;
	padding:4px 4px 0 2px;
	  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.2);
	line-height:1.1;
	z-index: 5500;
}
.terminlink a{
color: #fff;
text-decoration:none!important;
}
.terminlink:hover {
color: #fc9c06;
}
.terminlink img{
	width:100%;
	height:auto;
}
.languageswitch{
	background-color: #333;
	color:#fff;
	text-align: right;
	width: 40px;
	padding:5px 10px;
	position: relative;
	position:left;
	z-index: 10000;
}
.languageswitch a{
	text-decoration: none;
	color:#fff;
}
.languageswitch a:hover{
	color:#FA0287;
	
}
a.languageswitch a:active{
	color:#fff;
}