article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 14px;
}

.fbicon img{
	width: 125px;
	height: auto;
}

.instaicon img{
	width: 125px;
	height: auto;
    position: relative;
    top: 10px;
}

.premiere{
	
}

.premiere img{
	
}

.epkstyle img{
	width: 100%;
	height: auto;	
}

html, body {
	height: 100%;
}

.column__img:hover {
    opacity: 1;
}

main.blurry {
    transition: all 0.5s;
    filter: blur(15px) brightness(0.6);
}

#social{
	left: 0;
    width: 65px;
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 75px;
    margin-right: 5px;
    background: #FFF;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

#social img{
	transition: all 0.3s;
	margin: 0;
	width: 45px;
	height: auto;
}

#social img:hover{
	margin: 0;
	width: 41px;
	margin: 2px;
}

.becky{
	width: 25px !important;
    height: auto !important;
    float: unset !important;
    vertical-align: middle;
	margin-right: 10px;
}

.amazon{
    width: 75px !important;
    height: auto !important;
    float: unset !important;
    vertical-align: middle;
    margin-left: 5px;
}

#wrapper, #social-stream{
    width: 50vw;
    height: auto;
    position: relative;
    margin-left: -5vw;
}

.honkey{
	width: 100%;
	display: contents;
}

.honkey img{
	width: 100%;
	height: auto;
}

.mirjadates hr{
    height: 1px;
    background-color: #e2277b;
    border: none;
    margin: 15px 0px;
    clear: both;
}

.mirjadates{
	
}

.terminetc a{
    font-weight: bold;
    text-decoration: underline;
}

.terminetc p{
	margin: 0 0 5px 0px;
}

.terminevent{
    color: #e2277b;
    font-size: 3.5vh;
    margin-top: 10px;
}

.termindatum a{
	cursor: pointer;
    background: #FFFFFF;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    float: right;
    color: #e2277b;
}

.termindatum a:hover{
    background: #e2277b;
    color: #FFFFFF;
}
.termindatum h3{
    width: 30%;
    position: relative;
    display: inline;
}

#hoerbuecher{
	width: 100%;
    display: contents;	
}

.disc {
    width: 100%;
    display: contents;
}

h6{
	font-size: 2vw;
    color: #e2277b;
	margin: 0;
}

.disc img{
	width: 50%;
	height: auto;
	float: right;
}

.disc hr{
    height: 1px;
    background-color: #e2277b;
    border: none;
    margin: 15px 0px;
    clear: both;
}

#logo {
    height: 150px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: auto;
    z-index: 2000;
}

#logo img {
    height: 100%;
    width: auto;
}

#footer {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    position: fixed;
    z-index: 2000;
	color: #FFF;
    text-align: center;
    font-size: 100%;
	padding: 5px 0 10px 0;
}

#footer a{
	color: #FFFFFF;
	text-transform: uppercase;
}

#footer a:hover{
	color: #e2277b;
}


body {
    --color-text: #000000;
    --color-link: #000000;
    --color-link-hover: #e2277b;
    --color-menu-text: #252528;
    color: var(--color-text);
    background-color: var(--color-bg);
    font-family: fieldwork-hum, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../images/splash.jpg);
    background-size: cover;
}

main {
	width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    align-items: center;
}

.js main {
	overflow: hidden;
}

.cursor {
	display: none;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: 0;
}

.frame {
	padding: 1rem;
	text-align: center;
	position: relative;
	z-index: 1000;
	grid-area: 1 / 1 / 2 / 2;
	align-self: start;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
}

.frame__links {
	display: inline;
}

.frame__github,
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
}

.content, 
.content__move {
	width: 100%;
	height: 100vh;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	align-items: center;
	grid-area: 1 / 1 / 2 / 2;
	justify-self: center;
	position: relative;
	will-change: transform;
}

.content--first {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/bgsplash.jpg);
    background-size: cover;
}

.content__move {
	background: var(--color-bg-move);
}

.columns {
	grid-area: 1 / 1 / 2 / 2;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: 100%;
	grid-gap: 1.5rem;
	padding: 0 8vw;
}

.column {
	position: relative;
	align-self: start;
	will-change: transform;
}

.column--bottom {
	align-self: end;
}

.column__img {
	width: 100%;
	display: block;
	opacity: 0.75;
	background-size: cover;
	background-position: 50% 50%;
	height: 25vw;
}

.column__img:nth-child(odd) {
	height: 30vw;
}

.column__img:not(:last-child) {
	margin-bottom: 1.5rem;
}

.menu {
	grid-area: 1 / 1 / 2 / 2;
	width: 100vw;
	height: 100vh;
	padding: 10vh 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.menu__item {
	display: flex;
	font-weight: 800;
	font-size: 16vw;
	line-height: 1.1;
	cursor: pointer;
	padding-bottom: 1rem;
	color: #FFFFFF;
    text-shadow: 1px 2px 10px #000000;
}

.menu__item:hover {
	-webkit-text-fill-color: #e2277b;
	text-fill-color: #e2277b;
	color: #e2277b;
	-webkit-text-stroke: 2px #e2277b;
	text-stroke: 2px #e2277b;
}

.item {
	position: relative;
}

.js .item {
	grid-area: 1 / 1 / 2 / 2;
	opacity: 0;
	pointer-events: none;
}

.js .item--current {
	opacity: 1;
	pointer-events: auto;
}

.item__img {
	height: 300px;
	width: 100%;
	flex: none;
	background-size: cover;
	background-position: 50% 25%;
	opacity: 1;
}

.item__content {
	padding: 2rem;
	height: calc(100vh - 300px);
	overflow: auto;
}

.item__content-title {
	font-size: 2.5rem;
	margin: 0;
	line-height: 1.2;
	pointer-events: none;
}

.menu__item span,
.item__content-title span {
	display: inline-block;
	white-space: pre;
	pointer-events: none;
	will-change: transform;
}

.item__content-subtitle {
	font-weight: normal;
	margin: 0;
	font-size: 1.5rem;
}

.item__content-text {
	margin: 2vh 0 4rem 0;
	position: relative;
	line-height: 1.5;
}

.item__content-text::after {
	content: '';
	width: 2rem;
	height: 0;
	position: absolute;
	background: currentColor;
	top: calc(100% + 3rem);
}

.item__content-back {
    cursor: pointer;
    background: #3a3a3a;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    text-align: right;
    color: #FFF;
    padding-right: 8vw;
    line-height: 3;
    text-transform: uppercase;
    font-size: 2.5vh;
	font-weight: 900;
    z-index: 1000;
}

@media screen and (min-width: 53em) {
	.frame {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 3rem 4rem;
		pointer-events: none;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title ...'
							'... ...'
							'links links';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
		font-weight: normal;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.menu__item {
		font-size: 9vh;
	}
	.item {
		height: 100%;
		width: 100%;
		display: flex;
	}
	.item__img {
		height: 100%;
		width: 45%;
		background-position: 50% 50%;
	}
	.item__content {
		padding: 10vh 8vw 0 8vw;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		overflow: scroll;
	}
	.item__content-title {
		font-size: 4vw;
		color: #e2277b;
	}
	.item__content-subtitle {
		font-size: 2vw;
	}
	.item__content-text {
		margin-bottom: 15vh;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
	.menu__item{
	    font-size: 9vh;
	}
	
	#logo img {
		height: 70%;
		width: auto;
	}
	
	#social {
		top: 125px;
	}
}


@media (min-width: 250px) and (max-width: 500px) {
	
	.menu__item {
		font-size: 12vw;
		line-height: 1;
	}
	
	#logo {
	    height: 70px;
	}
	
	#logo img {
		height: 100%;
		width: auto;
	}
	
	#social {
		bottom: unset;
		top: 50px;
		left: unset;
		right: 0;
		border-bottom-right-radius: unset;
		border-top-right-radius: unset;
		margin-right: 0;
		border-bottom-left-radius: 20px;
		border-top-left-radius: 20px;
	}
	
	h6 {
		font-size: 4vw;
	}
	
	.item__img {
		height: 250px;
		width: 100%;
		flex: none;
		background-size: 100%;
		background-position: top;
		opacity: 1;
	}
	
	#wrapper, #social-stream {
		width: 85vw;
		height: auto;
		position: relative;
		margin-left: 0vw;
	}
}

