html{
	height: 100%;
}

body {
    background-image: url("../images/bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    }

h2 {
    font-size: 3.4em;
    font-weight: 700;
    line-height: 1.0em;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    }

h3{
	font-size: 4.4em;
	font-weight: 700;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0
}

.socials{
	font-size: 3em;
	margin-bottom: 30px;
}

p {
    font-size: 2.2em;
    line-height: 1.1em;
    margin-bottom: 8px;
    margin-top: 0;
    }

a {
	color: #ffffff;
    text-decoration: none;
    }

a:hover {
    color: #E6FC25;
    }

hr {
    background-color: #c2c2c2;
    border-top: 0px solid #c2c2c2;
    margin: 15px 0;
    }

.logo{
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.box{
	max-width: 1400px;
	margin: 0 auto;
	height: 75%;
	display: block;

}

.blickfang{
	float: left;
	bottom: 0;
	position: relative;
    height:170px;
    bottom: -webkit-calc(-100% + 170px);
    bottom:calc(-100% + 170px);
}

.construction{
	float: right;
	text-align: right;
	bottom: 0;
	position: relative;
    height:354px;
    bottom: -webkit-calc(-100% + 354px);
    bottom:calc(-100% + 354px);
}

	.kontakt.mobile{
		display: none;
	}

	.kontakt.desktop{
		display: block;
	}

.kontakt{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 4%;
	color: #ffffff;
	text-shadow: 0 0 3px #000;
	font-size: 2em;
}

@media (max-width:1366px) {
	.box {
	    height: 70%;
	    max-width: 1200px;
	    }

	h2 {
	    font-size: 3.0em
	    }

	h3 {
	    font-size: 4.0em
	    }

	.socials {
	    font-size: 2.4em;
	    margin-bottom: 20px;
	    }

	p {
	    font-size: 1.8em
	    }

	.kontakt {
	    font-size: 1.3em
	    }
    }
@media (max-width:1024px) {
	.box {
	    height: 65%;
	    max-width: 960px;
	    }

	h2 {
	    font-size: 2.6em
	    }

	h3 {
	    font-size: 3.6em
	    }

	.socials {
	    font-size: 2.0em;
	    margin-bottom: 10px;
	    }

	p {
	    font-size: 1.4em
	    }

	.kontakt {
	    font-size: 1.0em
	    }

	.blickfang {
	    bottom: -webkit-calc(-100% + 122px);
	    bottom: calc(-100% + 122px);
	    height: 122px;
	    }

	.construction {
	    bottom: -webkit-calc(-100% + 266px);
	    bottom: calc(-100% + 266px);
	    height: 266px;
	    }
    }

@media (max-width:768px) {
	body {
	    background-position: 35% top
	    }

	.box {
	    height: 75%;
	    max-width: 740px;
	    }

	h2 {
	    font-size: 2.4em
	    }

	h3 {
	    font-size: 3.4em
	    }

	.socials {
	    font-size: 1.8em;
	    margin-bottom: 10px;
	    }

	p {
	    font-size: 1.2em
	    }

	.kontakt {
	    font-size: 1.0em
	    }

	.blickfang {
	    bottom: -webkit-calc(-100% + 110px);
	    bottom: calc(-100% + 110px);
	    height: 110px;
	    }

	.construction {
	    bottom: -webkit-calc(-100% + 252px);
	    bottom: calc(-100% + 252px);
	    height: 252px;
	    }
    }

@media (max-width:640px) {
	body {
	    background-position: 35% top
	    }

	.logo{
		padding-top: 20px;
	}

	.logo img{
		width: 60%;
	}

	.box {
	    height: 62%;
	    max-width: 530px;
	    }

	h2 {
	    font-size: 1.2em
	    }

	h3 {
	    font-size: 2.0em
	    }

	.socials {
	    font-size: 1.4em;
	    margin-bottom: 10px;
	    }

	p {
	    font-size: 1.2em
	    }

	.kontakt {
	    font-size: 0.9em
	    }

	.blickfang {
	    bottom: -webkit-calc(-100% + 90px);
	    bottom: calc(-100% + 90px);
	    height: 90px;
	    }

	.construction {
	    bottom: -webkit-calc(-100% + 170px);
	    bottom: calc(-100% + 170px);
	    height: 170px;
	    }
    }

@media (max-width:480px) {
	body {
	    background-position: 35% top
	    }

	.logo{
		padding-top: 20px;
	}

	.logo img{
		width: 60%;
	}

	.box {
	    height: 64%;
	    max-width: 460px;
	    }

	h2 {
	    font-size: 1.0em
	    }

	h3 {
	    font-size: 1.8em
	    }

	.socials {
	    font-size: 1.2em;
	    margin-bottom: 10px;
	    }

	p {
	    font-size: 1.0em
	    }

	.kontakt {
	    font-size: 0.9em
	    }

	.blickfang {
	    bottom: -webkit-calc(-100% + 74px);
	    bottom: calc(-100% + 74px);
	    height: 74px;
	    }

	.construction {

	    bottom: -webkit-calc(-100% + 144px);
	    bottom: calc(-100% + 144px);
	    height: 144px;
	    }
    }

@media (max-width:360px) {
	body {
	    background-position: 35% -80px
	    }

	.logo{
		padding-top: 10px;
	}

	.logo img{
		width: 70%;
	}

	.box {
	    margin-top: 60%;
	    height: 55%;
	    max-width: 330px;

	    }

	h2 {
	    font-size: 1.0em
	    }

	h3 {
	    font-size: 1.6em
	    }

	.socials {
	    font-size: 1.2em;
	    margin-bottom: 10px;
	    }

	p {
	    font-size: 1.0em;
	    line-height: 1.2em;
	    }

	.kontakt.mobile{
		background-color: #333;
    display: block;
    padding: 5%;
    text-align: right;
    width: 90%;
    position: absolute;
    bottom:0;
	}

	.kontakt.desktop{
		display: none;
	}

	.kontakt {
	    font-size: 0.9em
	    }

	.blickfang {
	    height: auto;
	    bottom:auto;
	    text-align: right;
	    float:right;
	    }

	.construction {
	    bottom:auto;
	    height: auto;
	    }
    }
 @media (max-width:320px) {
	 .box {
	    margin-top: 15%;
	    	    max-width: 300px;

	    }
	 }