html, body {
			background-color: #000;
			background-image: url('../images/bg_h_o_f.jpg');
			background-position: top center;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
        }


#container {
            padding: 0 20px 50px;
        }

.error {
            color: red;
        }

a {
            word-wrap: break-word;
        }


code {
            font-size: 0.8em;
        }


#player2-container .mejs__time-buffering, #player2-container .mejs__time-current, #player2-container .mejs__time-handle,

#player2-container .mejs__time-loaded, #player2-container .mejs__time-hovered, #player2-container .mejs__time-marker,
#player2-container .mejs__time-total {
            height: 2px;
        }


#player2-container .mejs__time-total {
            margin-top: 9px;
        }

#player2-container .mejs__time-handle {
            left: -5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ffffff;
            top: -5px;
            cursor: pointer;
            display: block;
            position: absolute;
            z-index: 2;
            border: none;
        }

#player2-container .mejs__time-handle-content {
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
        }
hr {
	border: 1px solid #e9b039;
}	
/*Hintergründe*/
.bg-black {
	background-color: #000;
}
.bg-dark-trans {
	background-color: rgba(0,0,0,.4);
}

.bg-dark-trans-dark {
	background-color: rgba(0,0,0,.75);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(233,176,57, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #e9b039;
}
.color-red {
	color: #e9b039;
}
.border-red {
	border: 2px solid #e9b039;
 }