body {
    background-image: url(https://dating.wurfn.com/images/style-2/back.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
	position: relative;
	overflow: hidden;
}
canvas {
    position: absolute;
}

/* Top Bar */
@media screen and (min-width: 1025px) {
    .TopBarMenu {
		height: 30px;
        position: fixed;
        background-color: #273448;
		border-bottom: 1px solid #d3d3d3;
        padding-bottom: 4px;
        left: 0;
        right: 0;
    }
	.siteContact {
		position: absolute;
        top: 0px;
        right: 5px;
        > a {
            color:#fff;
            text-decoration: none;
            font-size: 0.8em;
        }
	}
    .topbar-logo {
        width: 80px;
        height: 22px;
        position: absolute;
        top: 3px;
        left: 5px;        
    }
}

/* Footer Bar */
@media screen and (min-width: 1025px) {
    .FooterBarMenu {
		height: 30px;
        position: fixed;
        background-color: #273448;
		border-top: 1px solid #d3d3d3;
        left: 0;
        right: 0;
        bottom: 0;
        > a {
            color:#fff;
        }
    .footerbar-logo {
        width: 80px;
        height: 22px;    
    }
    .copyright {
        color: #fff;
        text-align: center;
        font-size: 0.8em;
        > a {
            color:#fff;
            text-decoration: none;
        }       
    }
}

/* Allgemein */
.logo-container {
    padding-top: 100px;
}
.logo {
    width: 50%;
    height: 50%;
    border: 0;
}
.title-container h1{
    color: #000;
}
.content-container {
    margin-top: 50px;
}
.content-container .col-6 {
    flex: 0 0 auto;
    width: 25%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 1px 1px 3px #000;
    margin: 15px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
.content-container-image {
    width: 200px;
    height: 175px;
    margin-top: 15px;
}
.content-container-text {
    font-size: 1.0em;
    color: #000;
}
.content-container h2 {
    font-size: 2.2em;
}
button {
    background-color: #ff572a;
    color: #000;
    padding: 5px 10px;
}
button:hover {
    background-color: rgba(255, 127, 50, 1);
    color: #fff;
}
.footer-container {
    margin-top: 50px;
    color: #000;
}
