/* CSS Document */

html, body {
/*	overflow-y: scroll;
	overflow-x: hidden; */
	scroll-behavior: smooth;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
padding-right: 0!important;
padding-left: 0!important;
}


body {
	font-family: "Mulish", sans-serif;
	color: #6A6A6A;
}


#cursor-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transform: translate(-9999px, -9999px);
  transition: opacity 0.3s ease;
  z-index: 10000;
}

#cursor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Bounce animation */
@keyframes bounceIn {
  0%   { transform: scale(0.8); }
  60%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}


::selection {
background:#6c4bd3;
color:#fff;
}

ul {
	margin: 0;
}
#mobilenavigation {
	position: fixed;
}

#subnav_item #closer {
 display: block;
 margin-right: 13px;
   mix-blend-mode: overlay;
}

#closer img {
	cursor: pointer;
}

#subnav_item #menuToggle {
	display: none;
}

#own_nav_item #closer {
	display: none;
}

#own_nav_item #menuToggle {
	display: block;
}

.nhide {
	opacity: 0;
	margin: -1400px 5% !important;
}

#umlaut {
    width: 22px;
    text-align: center;
}

.aboutsection {
margin-top:150px;
height:100vh;
}


.elmay {
padding:0 4% 4% 4%;
}

.elmay .row .col-lg-4, .elmay .row .col-lg-6, .elmay .row .col-lg-12 {
padding: 14px!important;
}

.wundmbackground {
background: url(../img/wolfgang-schaeffer-wundm-background.jpg);
background-size:cover;
}

.wundmlogo img {
    width: 50%;
    margin: 25% 15%;
}

.wundmPaper img {
    width: 81%;
    margin: 25% 0%;
}

.wundmfonts div div .col-lg-6 img {
    margin: 15% 5%;
    width: 60%;
}

.wundmfonts {
background: #A91418;

}

.assetpresi {
background: #222121;
padding: 3%!important;
}

.assetpresi .col-lg-4 img {
padding:3%
}

.rowspacing {
margin-top:3%;
margin-bottom:3%;
}

.wundmbusines {
margin:80px 0;
}

.nvisible {
	opacity: 1;
}
#menuToggle input {
	display: none;
}
#preloaderscreen {
    width: 100vw;
	height: 100vh;
	padding-top: 50vh;
    padding-left: 50vw;
    position: fixed;
    background: white;
    z-index: 900000000;
}

#preloaderscreen img {
	margin-left: -125px;
	margin-top: -125px;
}

header {
	position: fixed;
	z-index: 100000000;
}

#intro {
	height: 90vh;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.Background {
    margin: 17vh 10% 0 10%;
    width: 80%;
    height: 70vh;
    position: fixed;
}

.topvideo {
	width: 100%;
}

#video-cryp {
	width: 58%;
}

#welcome_logo {
    width: 50vw;
    margin: 20% 25% 0 25%;
    padding-top: 15%;
    text-align: center;
    color: #2400f7;
    position: fixed;
}

#welcome_logo span {
text-transform:uppercase;
}

#content {

}

a, a:hover, a:visited, a:active {
	color: #ffffff;
}

h1 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

#own_nav {
    position: fixed;
    z-index: 50000;
    height: 60px;
width: 83vw;
    margin-left: 8vw;
    background-image: linear-gradient(#0037ff, #6c4bd3);
    box-shadow: 0 0 8px 0px;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.welcomehide {
	top: -100px;
}
.welcomeafter {
	top: 0px;
}
.own_nav_cont {
	text-align:center;
    margin: 0 auto;
}
.own_nav_cont h1 {
  font-size: 2em;
  margin: 14px 32px;
  mix-blend-mode: overlay;
}

.own_nav_cont div {
    float: right;
    margin-top: -24px;
    margin-right: 10px;
    font-size: 13px;

}
.own_nav_cont h1 a,.own_nav_cont h1 a:visited {
	color: #fff;
}
.own_nav_cont div a:hover {
	text-decoration: line-through;
}

.active_item {
	    border-bottom: 2px solid #efff1a;
}

.inlinetxt {
	padding: 11% 12% 17% 12%;
    text-align: left;
}
.descriptiontxt {
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
}

#menu li {
	list-style-type: none;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}

#menu li, #closer {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 850 ease;
	-o-transition: all 850 ease;
	transition: all 850 ease;
}

.pleasefade {
	display: none;
}
.own_balance {
	padding-bottom: 5%;
}
.casestudtop {
	margin-top: 0;
}
.infoblock {
	background: white;
    padding: 1%;
}

.infoblock h2 {
	font-size: 1.3em;
	color: #f030fd;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: dashed 1px #7b7bff;
}

.infoblock p {
	margin: 20px;
}

.loves img {
	width: 100%;
}
#page_bottom {
	margin-bottom: 13%;
    padding-top: 50px;
}
#person {
	height: 100vh;
	overflow: hidden;
}
.person_photo img {
	width: 38%;
    float: left;
    margin-top: 12vh;
}
#person_descript {
	width: 50%;
    margin-left: 45%;
    margin-top: 60vh;
}
.infohead {
    width: 50%;
    margin: 3% auto;
    text-align: center;
    overflow: hidden;
}
.own_social_site {

}

.social_class {
    min-height: 560px;
    padding-top: 2%;
    padding-bottom: 0;
}

.own_cases, .own_video {
	opacity: .5;
	transition: 550ms opacity ease-out;	
}

.own_case_link {
	height: 500px;
	width: 100%;
	display: block;
	line-height: 500px;
	text-indent: -10000000px;
}

.titletx {
	text-align: center;
    position: relative;
    margin-top: -250px;
    text-transform: uppercase;
    font-size: 1.3em;
}

.portfolio-box-balance .portfolio-box-caption {
	opacity: 0;
	display: block;
	background-color: rgba(237, 255, 0, .9);
	background-image: url(../gicons/fullscreen-icon.png);
background-repeat:no-repeat;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 110%;
	color: #FFF;
	  transform:translateY(50px);
  -webkit-transition: 650ms opacity ease-out, 350ms transform ease-out;
  -moz-transition: 650ms opacity ease-out, 350ms transform ease-out;
  transition: 650ms opacity ease-out, 350ms transform ease-out;
}

.portfolio-box .portfolio-box-caption {
  opacity: 0;
  display: block;
	background-color: rgba(63, 44, 227, 0.76);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110%;
 transform:translateY(50px);
  -webkit-transition: 650ms opacity ease-out, 350ms transform ease-out;
  -moz-transition: 650ms opacity ease-out, 350ms transform ease-out;
  transition: 650ms opacity ease-out, 350ms transform ease-out;
}

.captioncorr {
overflow:hidden;
}


.own_cases:hover, .own_video:hover, .portfolio-box-balance:hover .portfolio-box-caption, .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
  transform:translateY(0);
}

.own-caption {
margin-top: 130px;
padding-left: 80px;
}

.project-name {
	font-size: 1.3em;
}

.own_social {
	background: url(../img/vintage-couple-00.jpg) no-repeat center;
}

.own_phar {
	background: url(../img/video-work.jpg) no-repeat center;
}

.own_event {
	background: url(../img/case_elmy.jpg) no-repeat center;
}

.own_karu {
	background: url(../img/item_karu_CU_lightup.jpg) no-repeat center;
}

.own_birth {
	background: url(../img/item_20UHR30.jpg) no-repeat center;
}

.fadeload {
    opacity: 0;
    transition: none;
}

.own_contain {
	height: 100%;
}

.el_middle {
	padding-top: 2%;
}

.own_life1 {
    margin: 30% auto 50% 52%;
    width: 40%;
}

.own_life1 p, .category-intro p {
	margin: 9% 0 9% 3%;
}

.foot {
    transform: translateY(200px);
    width: 100vw;
	font-size: 12px;
    height: 110px;
    text-align: center;
    color: white;
    background-image: linear-gradient(#6c4bd3,#0037ff);
    padding: 27px;
position:fixed;
bottom:0;
}

.own_element_space_3 {
	margin-top: 3%;
	margin-bottom: 4%;
}

.own_headelement1 {
     height: 100%;
    width: 960px;
    min-height: 550px;
    background: url(../img/freywille-headtest-00.jpg) no-repeat;
    background-size: cover;
}

.own_headelement_txt {
    width: 470px;
    margin: 7% 5% 7% 5%;
    background: white;
    padding: 1px 10px 15px 10px;
}
.own_headelement_txt_elmay {
    width: 550px;
    margin: 8% auto 8% auto;
    background: white;
    padding: 1px 10px 15px 10px;
    text-align: center;
}
.own_text_breaker h2  {
	font-size: 1.5em;
    padding: 5%;
    margin-bottom: 4%;
}

.own_head-beet_txt {
position: absolute;
    width: 479px;
    color: #c71d95;
    padding: 1px 10px 15px 10px;
    bottom: 70px;
    left: 70px;
}

.own_head-beet_txt h2 {
    width: 279px;
}

.own_text_breaker {
	background: #fff;
	text-align: center;
	max-width: 800px;
}

.ro_spacer {margin: 30px 0;}

h2, .textcolorgrad {
    background: -webkit-linear-gradient( left top, #0e3af9, #e21bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    padding-bottom: 11px;
}

.own_life1 h2{
	width: 273px;
}

.own_headelement_txt h2 {
	font-weight: bold;
}

.crypto-lap {
background: url(../img/cryptbackground.jpg) no-repeat right top;
}

.own_elmay_log {
    margin-top: -55px;
}

.own_elmay_block img {
	width: 55%;
    margin-top: 90%;
}

.own_elmay_vidscreens {
	padding-bottom: 5%;
}

.row, .foot {
transition: all 1s ease;
}

.twomiddled {
    margin: 3% 0;
}

@media (min-width: 1200px) {
	.own_elm_folder img {
		margin-right: -150px;
	}
	.own_elm_card img {
		margin-left: 100px;
	}
.twomiddled div:first-child {
padding-right:12px;
}

.twomiddled div:last-child {
padding-left:12px;
}


	.middleitem div img {
	padding: 0 28px;
	}

	.beet-geil-04 {
	    margin-top: -480px;
	    margin-left: 100px;
	}
	.beet-geil-03 {
	    margin-left: 35px;
	}
	.beet-geil-02 {
	    margin-left: -80px;
	    margin-top: 80px;

	}
	.beet-geil-01 {
	    margin-top: 250px;
	}

.bananatxt {
    margin-top: -370px;
    padding: 14%;
    color: white;
}


	
}

.backg {
background: url(../img/backdroung_big.jpg) no-repeat right top;
    margin-bottom: -14px;
    padding-bottom: 30px;
}
.row_vid {
	width: 100%;
	min-height: 720px;
	margin: 50px auto;
}

video#vidbkg {
   position: fixed;
    /* center the element */
    right: 0;
    left: 0;
	top: 30%;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    min-height: 10em;
    width: 80%;
	z-index: -50000;

}

/* Videoplayer STyling. */

#video {
	cursor:url(../gicons/play-icon.png),auto;
}

/* BASE STYLES
------------------------------------------------------- */

button {
	border: none;
	background: none;
	outline: none;
	width:45px;
}

/* LAYOUT
------------------------------------------------------- */

#wrapper {
	width: 50%;
	margin: 0 auto;
}

#videoContainer {        
	position: relative;
	height: 50%;
	height: 50%;
}

#video {
	width: 100%;
}

#transcript p {
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	line-height: 36px;
	margin: 20px;
}

.highlight {
	color: #ff9900;
}

/* VIDEO CONTROLS
------------------------------------------------------- */


.inline-volume {
	position: absolute;
	left: 50px;
	top: 50px;
	cursor: pointer;
}

.videoControls {
    margin: 10px 0 15px 0;
    padding: 0;
    width: 250px;
    float: right;
}

#project-deatils {
	width: 700px;
    float: left;
	margin-top: 15px;
}

#progress {
	width: 0%;
	position: absolute;
	top: -10px;
	-webkit-appearance: none;
	background-color: #ff9900;  
	height: 5px;
	z-index: 1;
	pointer-events: none;		
}

#progressBar {
	width: 98.5%;
	position: absolute;
	top: -10px;
	right: 1%;
	-webkit-appearance: none;
	background-color: #6d6e6d;  
	height: 5px;
	z-index: 0;
}
#progressBar:focus {
  	outline: none; 
}
#progressBar::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 0;
    width: 0;
}
#progressBar::-moz-range-thumb {
	visibility: hidden !important ;
}

#buttons {
	opacity: 0; 
	transition: opacity .3s ease-out;
}
#videoContainer:hover #buttons {
	opacity: 1.0;
} 

#duration, #fastFwd {
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	position: relative;
	left: 5px;
}


#volumeSlider {
	width: 60px;
	float: right;
}
#volumeSlider::-webkit-slider-thumb {
    background-color: green;
    height: 10px;
    width: 10px;
}

#social_vid {
cursor: url("https://wolfgang.wundm.at/test/gicons/muteicon.png"), auto;
}

@keyframes downscale  {
  0%, 100% {
	transform: scale(1);height:initial;
  }
  50% {
	transform: scale(.8);height:100vh;
  }
}



/* =========================================
   MEDIA QUERIES */


@media screen and (max-width: 1024px) {

	#wrapper {
		width:  80%;
	}

	#transcript p {
		font-size: 14px;
		line-height: 24px;
	}

	#videoControls {
		top: 85%;
	}

.rowkurasch {
	height:62vh;
}

.imgkurasch {
    width: 160vh!important;
    margin-left: -56vh!important;
}


}

@media (min-width: 1920px) {
.category-intro {
	width: 70%;
	margin: 5% 3%;
}
#content {
	width: 80%;
	margin: 90px auto 80px auto;
}
.own_headelement2 {
    margin-top: -10%;
    margin-left: 38%;
    width: 670px;
    height: 440px;
    background: url(../img/FREYWILLE-XMAS-2017-048.jpg) no-repeat;
}


}		


.own_headelement3 {
    z-index: 550;
    width: 500px;
    margin-top: -30%;
    margin-left: 65%;
}


@media (max-width: 1919px) {	
#content {
	width: 80%;
	margin: 77px auto 100px auto;
}

.category-intro {
	width: 80%;
	margin: 5% 3%;
}
.own_headelement2 {
    margin-top: -12%;
    margin-left: 28%;
    width: 650px;
    height: 440px;
    background: url(../img/FREYWILLE-XMAS-2017-035.jpg) no-repeat;
    background-position: bottom right;
    background-size: 131%;
}

	
}
@media (min-width: 1400px){

	.portraitws {
	background-repeat: no-repeat;

	}
	#menu {
	display: block;
	}	
	#mobilenavigation {
		display: none;
	}

 .valent img {
	width: 95% !important;
margin-left:0;
}

.valentrast {
	margin-top:40px;
}

}
@media (max-width: 1200px) {
#menu {
	display: none;
}	
#menuToggle
{
  display: block;
  position: relative;
  top: 20px;
  right: 0;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
    top: -15px;
    right: -10px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#welcome_logo {
    width: 130vw;
    margin: -140% 0 0 -10%;
	}
	
.topvideo {
	width: 300%;
}
	
	p {
		  font-size: 1em;
	}
	
/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}	
#mobilenavigation {
	display: block;
	text-align: center;
	width: 90%;
    height: 86vh;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000000000;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mobilenavigation p {
    font-size: .8em;
    border-top: solid 1px #c0c0c0;
    width: 250px;
    padding-top: 10%;
    margin: 15% auto 3% auto;
}

.weareport {
	margin: 20% 5%;
}
	.weareport #mobimenu {
		    margin-top: 20%;
	}
	
.weareland {
    margin: 10% 5%;
}
	.weareland #mobimenu {
		margin-top: 10%;
	}
	
.weareport li {
    float: none;
}

.weareland li {
    float: left;
	width: 33%;
}	
#mobimenu li {
    list-style: none;
    margin-bottom: 3%;
    font-size: 1.6em;
    letter-spacing: 8px;
}	
#content {
 width: 90%;
 margin: 60px auto 110px;
 overflow:hidden;
}
p {
	font-size: .9em;
}
#person {
    height: 100%;
}
.person_photo img {
    width: 100%;
    float: none;
	margin-top: 0;
    margin-bottom: 55px;
}
#person_descript {
    width: 90%;
    margin-left: 0;
	margin-top: 0;
    float: none;
    display: block;
}
.infohead {
    width: 95%;
    margin: 55px 0;
    overflow: hidden;
}
.own_life1 {
	margin: 150% 5% 30% 5%;
    width: 100%;
}
.category-intro {
	width: 90%;
	margin: 5% 3%;
}	
.own_headelement2 {
    margin-top: -15%;
    margin-left: 0;
    width: 670px;
    height: 440px;
    background: url(../img/own_social_october_00.jpg) no-repeat;
}

.projlogohead {
width:80%;
margin-top: 8%;
}

.own_headelement3 {
     z-index: 550;
    width: 500px;
    margin-top: -30%;
    margin-left: 65%;
}
	
}