.right {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align:right;
}
.basler, .logo {
	display: none;
}
.mob {
	display: block;
	width: 100%;
}
.mob img {
	margin: 5px
}
.logomob {
	display: block;
	padding: 0 0 50px 0;
}
.scroll {
	display:block;
	margin: 0 0 0 60px;
}
	
	
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
 0% {
top:0px;
}
 50% {
top:10px;
}
 100% {
top:0px;
}
}

/* Standard syntax */
@keyframes example {
 0% {
top:0px;
}
 50% {
top:10px;
}
 100% {
top:0px;
}
}
.scroll a:link, .scroll a:visited {
	color: #fff;
	text-decoration: none;
	position: relative;
	-webkit-animation-name: example; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: 3; /* Chrome, Safari, Opera */
	-webkit-animation-direction: reverse; /* Chrome, Safari, Opera */
	animation-name: example;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: reverse;
	padding: 15px;
}
.scroll a:hover, .scroll a:active, .scroll a:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4;
}
.horbottom {
	margin: 0 auto;
	height: auto;
	width: 100%;
	top: 450px;
	margin: 0 0 0 0;
	left: 0;
	z-index: 4;
	position: absolute;
}
.horbottominner {
	width: 228px;
	margin: 0;
	height: auto;
	padding: 1%;
	color: #a7a8aa;
}

section div a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}
section div {
	margin: 0 0 20px 0;
}
section div:nth-child(1) a:link, section div:nth-child(1) a:visited {
	background: url(../pics/bg-home-links-visp.png) no-repeat;
}
section div:nth-child(2) a:link, section div:nth-child(2) a:visited {
	background: url(../pics/bg-home-links-kids.png) no-repeat;
}
section div:nth-child(3) a:link, section div:nth-child(3) a:visited {
	background: url(../pics/bg-home-links-zermatt.png) no-repeat;
}
section div:nth-child(4) a:link, section div:nth-child(4) a:visited {
	background: url(../pics/bg-home-links-sea.png) no-repeat;
}

.newslink{
	margin:-10px 0 5px 0;}
