@font-face {
    font-family: Wayoshi;
    src: url(wayoshi.ttf);
}
@font-face {
    font-family: Calibri;
    src: url(Calibri.ttf);
}
html{
	height: 100%;
}
body{
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deefef+0,0087a0+100 */
background: #deefef; /* Old browsers */
background: -moz-linear-gradient(top,  #deefef 0%, #0087a0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #deefef 0%,#0087a0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #deefef 0%,#0087a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefef', endColorstr='#0087a0',GradientType=0 ); /* IE6-9 */
background-attachment: fixed;

}
.primaryContainer {
	max-width: 813px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#header {
    float: left;
    height: 300px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
}

#content {
    float: left;
    display: inline-block;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
}

#footer {
	
    float: left;
    height: 50px;
    margin-left: 0%;
    margin-top: 20px;
    clear: both;
    width: 100%;
    font-family : Calibri;
    font-size: 1.2em;
    color: #fff;
}

#text {
    float: none;
    height: 100%;
    margin: 0px auto;
    clear: none;
    
    min-height: 0px;
    font-family : Calibri;
    font-size: 1.2em;
    color: #fff;
}
#text img{
	width: 30%;
	height: auto;
	float: left;
}
#text p{
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
	float: left;
	width: 70%;
	line-height: 1.5em;
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
}

#title {
    float: none;
    height: 100%;
    margin: 0px auto;
    clear: none;
    w
    min-height: 0px;
}

#kontakt {
    float: none;
    height: 100%;
    margin: 0px auto;
    clear: none;
    
    min-height: 0px;
    text-align: center;
}

#logo {
	background-image : url(Logo.png);
	background-repeat : no-repeat;
    float: left;
    height: 100%;
    clear: none;
    width: 50%;
}

#quote {
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
    float: left;
    height: 100%;
    margin-top: 60px;
    clear: none;
    width: 50%;
    font-family : Wayoshi;
	font-size : 26px;
	line-height : 34px;
	color : #E43923;
	color : rgb(228, 57, 35);
}
.c1{
transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
	
}
.c2{
transform:rotate(-2deg);
-ms-transform:rotate(-2deg); /* IE 9 */
-webkit-transform:rotate(-2deg); /* Opera, Chrome, and Safari */	
}
.c3{
transform:rotate(2deg);
-ms-transform:rotate(2deg); /* IE 9 */
-webkit-transform:rotate(2deg); /* Opera, Chrome, and Safari */	
}

.video-container {
	clear: both;
	position:relative;
	padding-bottom:56.25%;
	
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media only screen and (max-width: 813px) {
    #kontakt {
        width: 100%;
    }

    #text {
        width: 100%;
    }

    #title {
        width: 100%;
    }
}

@media only screen and (max-width: 666px) {
    #title {
        width: 100%;
    }

    #text {
        width: 100%;
    }

    #kontakt {
        width: 100%;
    }

    #logo {
        width: 100%;
        height: 300px;
        background-position: center center;
    }

    #quote {
	    text-align: center;
	    padding: 0 20px;
	    margin-top: 0px;
        width: 100%;
        font-size : 20px;
	line-height : 34px;
    }

    #header {
        height: auto;
    }
    
    #text img{
	display: none;
	}
	#text p{
	float: none;
	width: 100%;
	line-height: 1.5em;
	padding: 0 20px;
	margin-bottom: 20px;
	}
}

