body, html {
	height:100%;
	margin:0;
}
.hero-background{
	background-image: url("img/panorama-webcam-anbieter-terra-hd.webp");
	background-size:cover;
	min-height:100vh;
}
.custom-avatar img{
	width:100px !important;
}
.click{
	cursor:pointer;
}
.white-text{
	color:white;
}
.kontakt-link{
	background-color:black !important;
	color:white !important;
}
.no-margin-top{
	margin-top:0px;
}
.margin-right{
	margin-right:5px;
}
.margin-right-big{
	margin-right:10px;
}
.margin-bottom{
	margin-bottom:5px;
}
.background-green{
	background-color:#21b93a;
	color:white;
}
.label-custom{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	line-height:1.5;
	font-size:.875rem;
	vertical-align:middle;
	white-space:nowrap;
	border-radius:2px;
	text-transform:uppercase;

}

#action_container{
	position:fixed;
	z-index:99;
	top:0;
	right:0;
	margin:20px;
	-animation: fadein 3s;
	-moz-animation: fadein 3s;
	-webkit-animation: fadein 3s;
	-o-anomation: fadein 3s;
}

@keyframes fadein {
	0% { opacity: 0; }
	25% { opacity: 0; }
	50% { opacity: 0; }
	75% { opacity: 0; }
	100% { opacity: 1; }
}
