@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
    font-family: 'Roboto Slab', serif;
	background-image: url(FestwochenendeHintergrund.jpg);
	    background-repeat: no-repeat;
	background-position: fixed;
	background-size: cover;
	background-color: #000000;
	
}

.navbar {
    font-family: 'Oswald', sans-serif;
	color:hsla(0,0%,0%,1.00);
	background:hsla(0,0%,100%,1.00); 
	font-size: 1.8em;
	text-decoration: none;
	padding-left: 30px;
	
}
.nav-item {
	padding-right: 10px;
}
.nav-link {
	color: hsla(0,0%,0%,1.00) !important;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
	background: hsla(0,0%,100%,1.00);
	display: inline-block;
	padding: 0.2em;
	padding-right: 0.4em;
	text-transform: uppercase;
}

h1 {
	margin: 15px;
}

h2, h3, h4 {
	margin-left: 15px;
}

p {
	color: hsla(0,0%,100%,1.00);
	margin-left: 15px;
}

li {
	color: hsla(0,0%,100%,1.00);
}

p b {
		background: hsla(0,0%,100%,1.00);
color:hsla(0,0%,0%,1.00);
	    font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;

}

.butp {
	background: hsla(342,89%,44%,1.00);
color: hsla(0,0%,100%,1.00);
	    font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.butp:hover {
	background: hsla(257,47%,6%,1.00);
color: hsla(0,0%,100%,1.00);
	
	text-transform: uppercase;
	text-decoration: none;
}

.col-md-6 {
	margin-bottom: 25px;
}

.platzer {
	min-height: 50px;
}