.bild{
    max-width: 100%;
    height: auto;
}

.event{
    border-bottom: 1px solid #ccc;
    padding: 8px 8px !important;
}

.margin-top-64 {
	margin-top: 64px;
}

.spinner {
	height: 24px;
	width: 24px;
	animation: rotate 1s infinite linear;
	border: 4px solid #9e9e9e;
	border-radius: 50%;
	border-right-color: transparent
}
.bgimage{
    background-image:url(../images/bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.w3-content{
    background: rgba(255,255,255,0.9);
    box-shadow: 6px 0 7px -2px rgba(153, 153, 153, 0.8), -6px 0 4px -2px rgba(153, 153, 153, 0.8);
}
.pool-orange{
    background-color: #EF8D36;
}
@keyframes rotate {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg) }
}