/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/********************************************************************/

html {
    font-size: 10px;
}

body, html {
    padding:0;
    margin:0;
    /* font-family:'Dinot', Helvetica sans-serif; */
		font-family: 'AkkuratStd-Regular', sans-serif;
    color:#000000;
    overflow: hidden;
}

/* Typography */
.blockStartText span {
    font-size: 1.3rem;
}

/* INTRO */

header {
    top: 0;
    left: 0;
    width: 100%;
    height: 6em;
    display: flex;
    position:fixed;
    background-color: white;
}

header div {
    width:100%;
    margin-top:10px;
    margin-left:10px;
    min-width: 20%;
}

header > div:first-child {
	width: 10%;
}

header div > nav {
    transform-origin:center;
    width: 100%;
    height: 100%;
    transform: rotate(0deg) translateY(0%); 
    font-style: :none;
}

main {
    /* margin-left: 10em; */
}

.main-inner {
    display: flex;
    height: 100%;
    overflow-x: auto;
    /* margin-left: -0.625em; */
		margin-top: 3em;
}

/* SPALTEN KOMPLETT */

main section {
    flex-shrink: 0;
    width: 90vw;
    height: 100vh;
    overflow-y: auto;
    padding-left: 0.8em;
}

.top {
    height: 3.5em;
    margin-top: 3em;
    cursor: pointer;
    font-style: italic;
    text-align: right;
    margin-right:30px;
}

/* IMAGES */

.blockStart {
    height:100vh;
    padding-top: 60px;
		overflow-x: hidden;
}

/* Shrink wrap strategy 2 */
.easyzoom {
		position: relative;
    display: inline-block;
}
.easyzoom img {
    vertical-align: bottom;
}

.blockStartImage {
    height: 70vh;
    margin-top: 20px;
		overflow: hidden;
    /* background-repeat: none; */
    /* background-size: 143%; */
    /* background-position: center center; */
    /* transition:ease-in-out 1s; */
}

/* #aff .blockStartImage {
    background-image:url('../assets/images/aff_mockupStart.jpg');
} */

/* #fogo .blockStartImage {
    background-image: url('../assets/images/fogolebt_mockupStart.jpg');
}

#vulkanplatz .blockStartImage {
    background-image: url('../assets/images/lebenAmVulkanplatz_mockupStart.jpg');
}

#topTrack100 .blockStartImage {
    background-image: url('../assets/images/topTrack100_mockupStart.jpg');
}

#inPraiseOfShadows .blockStartImage {
    background-image: url('../assets/images/inPraiseOfShadows_mockupStart.jpg');
} */


.blockStartImage:hover {
    background-size: 160%;
}

.blockStart-image.fogo {
    background-image:url('../assets/images/fogolebt_mockupStart.jpg');
}

.blockImage, .blockImage img {
    width: 100%;
    height: auto;
}

.blockImage {
    margin-top: 10px;
}

.blockStart-image:hover {
    background-size:60%;
}

.blockStart-gallery {
    height:412px;
    background-repeat: none;
    background-size: 100%;
    background-position: center center;
    transition:ease-in-out 0.2s;
    margin-top:10px;
}

.blockStart-gallery img {
    width: 100%;
}

.blockStart-gallery:hover {
    background-size:110%;
}

.image01, .image02, .image03 {
    background-repeat: no-repeat;
}


/* blockStartText */

.blockStart-text {
    width:75%;
}

p{
    margin-top: 20px;
}

@media all and (min-width: 600px) {
    html {
        font-size: 16px;
		}
    .blockStart {
    padding-top: 20px;
    }

    .blockStartText span {
        font-size: 1.5rem;
    }

		.blockStartImage {
		    height: 90vh;
		}

    main section {
        width: 40vw;
    }

		.main-inner {
				width: 100vw;
				margin-top: 0em;
		}

    a{
        text-decoration:none;
        color: black
    }
    header {
        position:relative;
        top: 0;
        left: 0;
        width: 7em;
        height: 100%;
        display: inline-block;
    }

    header div {
        width:100%;
        height:33vh;
        margin top: 10px;
				min-width: 70%;

    }

    header div > nav {
        transform-origin:center;
        width: 100%;
        height: 100%;
        transform: rotate(-90deg) translateY(40%);
    }
    
}
