
/*partyraum*/
.partyraum {
	width: 100%;
	height: auto;
}

.inhalt {
	width: 100%;
	height: 100vh;
}

#links {
	background-image: url(../_uploads/_text/_Bilder/_rez/Party_Func.jpg);
	background-size: cover;
    background-position: center;
	width: 30%;
	height: 100vh;
	float: left;
}

#rechts {
    display: inline-block;
	width: 60%;
    padding: 5vw 5%;
	float: right;
	height: auto;
	background-color: #000;
    
    color: white;
	font-family: 'FontL' !important;
	font-size: 1vw;
}

#rechts font {
    width: 100%;
	color: #00ff00;
	text-transform: uppercase;
	font-family: 'FontB' !important;
	font-size: 1.5vw;
    display: inline-block;
    
    margin: .5vw 0;
    padding: 0;
}

/*partyraum ende*/

/*media options*/
@media only screen and (min-width: 1000px) and (max-width: 1500px) {

#rechts font {
	font-size: 3vw;
}

#rechts{
	font-size: 1.5vw;
}
}

@media only screen and (min-width: 150px) and (max-width: 1000px) {

.inhalt {
	width: 100%;
	height: auto;
}

#links {
	width: 100%;
	float: none;
	height: 50vh;
}

#rechts {
	width: 80%;
    text-align: center;
    margin: 0 10%;
	float: left;
    
    font-size: 4vw;
    padding: 0;
    line-height: 5vw;
}

#rechts font {
	width: 100%;
	font-size: 6vw;
    line-height: 7vw;
    margin: 10vw 0 3vw 0;
    padding: 0;
}

}

