@charset "utf-8";
/* CSS Document */

/*header*/
.header {
	background-image: url(../_uploads/_text/_Bilder/_rez/Home_BG.jpg);
	background-size: cover;
    background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
}

#logo {
	margin: 0 auto;
	display: block;
	margin-top: 30vh;
}

/*header ende*/

/*info*/
.info {
	position: absolute;
	margin-top: 80vh;
	width: 100%;
}

#scrollbox {
	widht: 100%;
    height: 20vh;
	background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    
}

#scrollbox h1 {
	text-align: center;
	color: #00ff00;
	text-transform: uppercase;
	font-family: 'FontN' !important;
	font-size: 2vw;
}

#pfeil{
	margin: 0 auto;
	display: block;
}


#scrollbox:hover #pfeil{
    -webkit-animation: wiggle 0.5s;
	-moz-animation: wiggle 0.5s;
	animation: wiggle 0.5s;
}

.inhalt {
	width: 100%;
    margin: 0;
    padding: 0;
	height: auto;
    background-color: #000;
    display: block;
}

#links {
	background-image: url(../_uploads/_text/_Bilder/_rez/Home_Func.jpg);
	background-size: cover;
    background-position: center;
    
    display: block;
    float: left;
    
    width: 30%;
    height: 100vh;
    
    margin: 0;
    padding: 0;

}

#rechts {
    display: block;
    float: right;
    
	width: 60%;
    height: auto;
    
    padding: 5vw 5%;
    margin: 0;
    
	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;
}

#Res{
     width: 30%;
     margin-right: 1vw;
     margin-top: 3vw;
     float: left;
}

.fb-like{
    margin: 1vw 0;
    width: 20%;
    margin-right: 80%;
}

/*info ende*/

/*media options*/
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
 
    
#logo {
    width: 30vw;
    height: auto;
}
    
#rechts font {
	font-size: 3vw;
}

#rechts{
	font-size: 1.5vw;
}
    
}

@media only screen and (min-width: 150px) and (max-width: 1000px) {

    #logo {
        width: 50vw;
        height: auto;
    }

    #scrollbox h1 {
        font-size: 4vh;
    }

    #links {
        width: 100%;
        height: 50vh;
        margin-bottom: 20vw;
    }

    #rechts {
        width: 80%;
        text-align: center;
        float: left;
        display: inline-block;

        font-size: 4vw;
        padding: 0 10%;
        margin: 0;
        line-height: 5vw;
    }

    #rechts font {
        width: 100%;
        font-size: 6vw;
        line-height: 7vw;
        padding: 10vw 0 3vw 0;
    }
    
    #Res{
         width: 70%;
         margin: 5vw 15%;
         margin-bottom: 0;
    }
    
    .fb-like{
        width: 100%;
        height: 5vh;
        margin: 2vw 0;
        margin-bottom: 10vw;
    }
}

