body {
	background-color:#000000;
	color: #FFFFFF;
}

@font-face {
    font-family: iHeartit;
    src: url("https://cdn.mordinner.de/fonts/iHeartit-Regular.otf") format("opentype");
}

h1 {
	font-family: iHeartit;
	line-height: 2em;
}

#spiel-name-default {
	display:none;
}

#spiel-name-special:after {
	content: "Tödlich Hochzei";
}

h3 {
	font-family: 'Diversal Brush';
}

p, .center-container {
	margin:auto;
	max-width:500px;
}

.text-left {
	text-align:left;
}

hr {
	border-top: 1px solid #c00;
	opacity:1.0;
}

img#title {
	width:100%;
}

.navbar {
	padding-left:20px;
	padding-right:20px;
}

a.footer {
	text-decoration:none;
	color:white;
}

a.footer:hover {
	text-decoration:none;
	color:#999
}

.carousel-caption {
	border-radius: 0.5em;
    background-color: rgba( 0, 0, 0, 0.6 );
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	border-radius: 0.3em;
    background-color: rgba( 0, 0, 0, 0.6 );
}

#paypal-button-container {
	background-color: white;
	padding: 5px;
	border-radius: 5px;
}

#logo-footer svg {
	height: 16px;
	width: 89px;
}

#logo-header svg {
	width: 139px;
	height:25px;
}

#logo-main-forOne svg {
	width: 200px;
	height: 36px;
}
