﻿/* alex-brush-regular - latin */
	@font-face {
		font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
		font-family: 'Alex Brush';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/alex-brush-v22-latin-regular.eot'); /* IE9 Compat Modes */
		src: url('../fonts/alex-brush-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../fonts/alex-brush-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			url('../fonts/alex-brush-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
			url('../fonts/alex-brush-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			url('../fonts/alex-brush-v22-latin-regular.svg#AlexBrush') format('svg'); /* Legacy iOS */
	}

/* karantina-regular - latin */
	@font-face {
		font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
		font-family: 'Karantina';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/karantina-v11-latin-regular.eot'); /* IE9 Compat Modes */
		src: url('../fonts/karantina-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../fonts/karantina-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			url('../fonts/karantina-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
			url('../fonts/karantina-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			url('../fonts/karantina-v11-latin-regular.svg#Karantina') format('svg'); /* Legacy iOS */
	}

/* Allgemeines */
	body { font-family: 'Karantina'; color:#fff; background-color: #000; font-size:18px; min-width:330px; text-align:center; margin:0; padding:0; top:0; left:0; right:0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale; }
	p {}
	td {}
	a:link { color:#FFF; text-decoration:none; }
	a:visited { color:#FFF; text-decoration:none; }
	a:hover { color:#FFF; text-decoration:none; }
	a:active { text-decoration:none; }
	.master { position:relative; width:95%; max-width:1200px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:40px; }
	.h2 { font-size: 30px; }
    .h3 { font-size:25px; }
    .h4 { font-size:20px;}
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
	.hintergrundDunkler { background-color: rgba(0, 0, 0, 0.7); position: absolute; top:0; left:0; right: 0; bottom: 0; }
	.schreibschrift { font-family: 'Alex Brush'; }

	@keyframes jump {
		0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
		50%  {transform: translate3d(0,50%,0) scale3d(1,1,1);}
	}
	.jump {	animation: jump 2s linear alternate infinite; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; }
	#headerContent { padding-top:10px; padding-bottom: 10px; height:80px; }
	#headerContent a { color: #FFF; }

	#main { position:relative; width:100%; }

	#firstContentContainerLogin { position: relative; min-height:calc(100vh - 160px); height:calc((var(--vh, 1vh) * 100) - 160px);  }
	#firstContentLogin { padding-top:100px; padding-bottom: 100px; font-size: 25px; }

	#firstContentContainerPortal { position: relative; }
	#firstContentPortal { height:calc(100vh - 160px); height:calc((var(--vh, 1vh) * 100) - 160px); overflow: hidden; display: none; }
	.videoPlayer { width:100%; height:100%; }
	#swipeVideoPlayerContainer { position: absolute; height: 100%; width: 100%; }
	#swipeUp { position: absolute; bottom:60px; left:0; right: 0; font-size: 30px; }
	#swipeArrow { position: absolute; bottom:100px; height:30px; width:30px; margin-left:calc(50% - 15px); background-image: url('../design/DayLiveSwipe.png'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#videoIcons { position: absolute; left:12px; bottom: 140px; width:40px; height:140px; background-image: url('../design/DayLiveVideoIcons.png'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#videoDate { position: absolute; left:12px; bottom: 90px; height:40px; line-height: 40px; font-size: 30px; }
	#videoProfileImage { position: absolute; left:5px; width:60px; height:60px; bottom: 300px; border: 1px solid #FFF; border-radius: 50%; box-sizing: border-box; background-repeat:no-repeat; background-size:cover; background-position: center; }

	#firstContentPortalGallery { min-height:calc(100vh - 160px); min-height:calc((var(--vh, 1vh) * 100) - 160px); }
	#galleryProfileImage { width:150px; height:150px; margin: auto; margin-top: 30px; margin-bottom: 15px; border: 1px solid #FFF; border-radius: 50%; box-sizing: border-box; background-repeat:no-repeat; background-size:cover; background-position: center; }
	#galleryFactsContainer { position: relative; margin: auto; margin-top: 30px; margin-bottom: 30px; width:100%; max-width: 600px; }
	.galleryFacts { display: inline-block; width:30%; }
	#portalLogin { width: 100%; max-width: 800px; margin: auto; margin-bottom: 30px; margin-top: 30px; }
	.error_message { color: #C92E52; font-size: 25px; }
	#galleryVideos { width: 100%; max-width: 800px; margin: auto; margin-bottom: 30px; }
	.galleryVideo { position: relative; display: inline-block; width: 30%; padding-top: 30%; margin-left: 2px; margin-right: 2px; border: 1px solid #FFF; }
	.galleryVideoPreview { position: absolute; top:0; left:0; bottom:0; right:0; }
	#passwordHintContainer { display: none; padding-top: 20px; }
	#profileLinkContainer { position: relative; max-width: 450px; width:80%; margin: auto; border: 1px solid #FFF; border-radius: 5px; padding:10px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	#profileLinkFollowingEdge { position: absolute; top:0; left:8%; width: 20px; padding-top:20px; margin-top:-10px; -webkit-transform:rotate(45deg); background-color: #35b19b; }
	#profileLinkFollowerEdge { position: absolute; top:0; left:48%; width: 20px; padding-top:20px; margin-top:-10px; -webkit-transform:rotate(45deg); background-color: #35b19b; }
	#profileLinkHeadline { position: relative; width: 100%; padding-bottom: 10px; }
	#profileLinkImage { width:50px; height:50px; border-radius: 50%; border: 1px solid #FFF; overflow: hidden; box-sizing: border-box; background-repeat:no-repeat; background-size:cover; background-position: center; display: inline-block; }
	#profileLinkText { padding-left:10px; display: inline-block; line-height: 50px; box-sizing: border-box; }

	#imprintContent { padding-top:200px; padding-bottom: 200px; }
	#imprintContent a:link { color:#000; text-decoration:none; }
	#imprintContent a:visited { color:#000; text-decoration:none; }
	#imprintContent a:hover { color:#FFF; text-decoration:none; }
	#imprintContent a:active { text-decoration:none; }
	#imprintContent a:focus { outline: none; }

	#footer { position:relative; width:100%; }
	#footerContent { height:60px; line-height: 60px; padding-top: 5px; }
	#footerProfileImage { position: relative; display: inline-block; width:40px; height: 40px; border: 1px solid #FFF; border-radius: 50%; box-sizing: border-box; background-repeat:no-repeat; background-size:cover; background-position: center; }
	#footerProfilePlus { position: absolute; right:0; top:0; margin-top:-5px; margin-right: -5px; width:20px; height: 20px; background-image: url('../design/DayLivePlus.png'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	.footerIcon { position: relative; display: inline-block; width:40px; height:40px; margin-right: 20px; }

	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		.h1 { font-size: 60px; }
		.h2 { font-size: 35px; }
		.h3 { font-size: 20px; }
	}

	@media only screen and (max-width:768px) { 
		.h1 { font-size: 50px; }
		.h2 { font-size: 30px; }
		.h3 { font-size: 18px; }
		.galleryVideo { width:49%; padding-top: 49%; }
	}

	@media only screen and (max-width:650px) { 
		.galleryVideo { width:45%; padding-top: 45%; }
	}

	@media only screen and (max-width:600px) { 
		.h1 { font-size: 40px; }
		.h2 { font-size: 28px; }
		.threecolumn { width: 75%; margin: auto; float: none; margin-bottom: 60px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_footer { width:80%; max-width:300px; height:44px; border: 2px solid #9E8120; color: #FFF; background-color: #9E8120; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_footer:hover { background-color: transparent; color:#9E8120; }

	.login_field { width:80%; max-width:300px; height:40px; padding-left:10px; display: inline-block; font-family: 'Karantina'; font-size: 25px; line-height: 40px; box-sizing: border-box; }
	.login_submit { width:80%; max-width:300px; height:40px; display: inline-block; -webkit-appearance: none; font-family: 'Karantina'; font-size:25px; line-height: 40px; transition: 0.5s; color:#FFF; background-color:transparent; border:2px solid #FFF; text-align:center; text-decoration:none; box-sizing: border-box; }
	.login_submit:hover { border:none; }
	
	:focus { outline: none; }
/********/