html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------- START --------- */
/* --------- START --------- */
/* --------- START --------- */
/* --------- START --------- */


html, body {
    position:relative;
    background:white;
    color:black;
    width:100vw;
    height:100vh;
    font: 25px Helvetica, Arial, sans-serif; 
    cursor:auto;
}

.clear {clear:both;}

a {color:black; text-decoration: none;}
.text a {text-decoration:underline;}

section{
    position:relative;
    width:96vw;
    padding:10px 2vw 250px 2vw;
    z-index:99;

}


h1 {
    position:relative;        
    font-size: 6vw;
    color: black;
    
}

h2 {
    font-size:2.3vw;
    margin-bottom:0.5vw;
}

p {font-size:1.3vw;
    line-height:1.7vw;
    text-transform:none;}

p a {text-decoration: underline;}
p a:hover {text-decoration: none;}

a.link {
    position:absolute;
    bottom: 40px;
    left: 0vw;
    text-decoration:underline;

}

a.link:hover {
        text-decoration:none;

    
}

/* ---- DETAILSEITE --- */

.block {
    position:relative;
    padding:20px 0 40px 0;
}
.text {
    width:28vw;
    float:left;
    left:0;
    position:relative;
    /*margin:0 0 55px 0;*/
}

.text span {
    width: 10vw;
    display: inline-block;}

.bild {
    width:66vw;
    height:45vw;
    float:right;
    right:0;
    position:relative;
    font-size:1.5vw;
    text-transform:none;
    background:black;
    overflow:hidden;
    /*margin:0 0 55px 0;*/
}
.bild .fullscreen {
    width:100%;
    min-height:100%;
    height:auto;
    overflow:hidden;
}

.bild .left {
    float:left;
    width:50%;
    position:relative;
    min-height:100%;
    height:auto;
    overflow:hidden;
}


.bild .right {
    float:right;
    width:50%;
    position:relative;
    min-height:100%;
    height:auto;
    overflow:hidden;
}

.bild .half {
    height:50%;
    width:auto;
    min-height: inherit;
    max-width:50%;
    overflow:hidden;
}



/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media (max-device-width: 750px) {
    .text {
        font-size:7vw;
        float:none;
        width:96vw;
        margin:0 0 2vw 0;
    }
    .bild {
        float:none;
        width:96vw;
        height:65vw;
       /* padding-left:1vw;*/
    
    }
    .block {
        padding-bottom:20px;    
    }
    
    p {
        font-size:2.8vw;
        line-height:3.2vw;
    }
    
    h1 {
        font-size:9vw;
    }
    
    h2 {
        font-size:4.6vw;
    }
}
