/*
Theme Name: 	Studios
Theme URI: 		http://studioszh.ch
Version: 		1.0
Author: 		studios
Author URI: 	http://studioszh.ch
*/

/*** Sensible Defaults ***/

@import "css/reset.css";
@import "css/flickity.css";
@import "js/lightbox/css/lightbox.min.css";
@import "typo.css";
@import "blocks.css?v=2";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
/*::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; } */

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	        font-smoothing: antialiased;
}

@font-face {
    font-family: 'GestaltR';
    src: url('css/fonts/Gestalt-Regular.eot');
    src: url('css/fonts/Gestalt-Regular.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Gestalt-Regular.woff') format('woff'),
        url('css/fonts/Gestalt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Helper Classes */

.clear { clear: both; }
strong { font-weight: bold; }
em { font-style: italic; }
a, a:link, a:visited, a:hover, a:focus { color: inherit; }

html {
	-webkit-text-size-adjust: none;
}

html, body {
	font-family: 'GestaltR', sans-serif;
	font-size: 11px;
	line-height: 123%;
	letter-spacing: 0.01rem;
}

	@media (min-width: 350px) {
		html, body {
			font-size: 12px;
			line-height: 123%;
		}
	}

	@media (min-width: 700px) {
		html, body {
			font-size: 1.3vw;
			line-height: 123%;
		}
	}

.alt1 {
	-moz-font-feature-settings: "onum", "tnum";
	-ms-font-feature-settings: "onum", "tnum";
	-webkit-font-feature-settings: "onum", "tnum";
	font-feature-settings: "onum", "tnum";
}

.screensaver,
.screensaver-block {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff url(css/img/logo.svg) no-repeat 2rem 2rem;
	background-size: 100%;
	background-size: calc(100% - 4rem);
	display: none;
}

	@media (max-width: 690px) {
		.screensaver,
		.screensaver-block {
			background: #fff url(css/img/logo.svg) no-repeat 0.5rem 0.5rem;
			background-size: 100%;
			background-size: calc(100% - 1rem);
		}
	}

	/* Mobile Horizontal - always show screensaver */
	@media (max-width: 750px) and (max-height: 420px) {
		.screensaver-block {
			display: block !important;
		}
	}

	/* iPad Portrait - always show screensaver */
	@media (min-width: 750px) and (max-width: 800px) and (min-height: 900px) {
		.screensaver-block {
			display: block !important;
		}
	}

.header {
	height: 2.647rem;
	border-bottom: 1px solid #000;
	padding-top: 0.7058rem;
	z-index: 9999;
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
}


.header .circle {
	width: 1.1764705882rem;
	height: 1.1764705882rem;
	border: 1px solid #000;
	background: #000;
	border-radius: 100%;
	position: absolute;
	right: 1.176rem;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	animation: pulse 1s infinite;
}

	.header .circle:hover,
	body.showContact .header .circle {
		background: #fff;
	}

	@media (max-width: 699px) {
		.header .grid-one:first-child {
			width: 20%;
		}
		.header .grid-one {
			width: 40%;
		}
	}

	@-webkit-keyframes pulse {
		0% { background: #000; }
		60% { background: #000; }
		61% { background: #fff; }
		100% { background: #fff; }
	}

	@keyframes pulse {
		0% { background: #000; }
		60% { background: #000; }
		61% { background: #fff; }
		100% { background: #fff; }
	}

.loaded .circle {
	animation: none;
}

.header span {
	cursor: pointer;
}

.timer {
	background: #f09;
	z-index: 9;
	position: absolute;
	width: 50px;
	height: 50px;
}

.grid {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	padding: 0 1.176rem;
}

	.grid-one { width: 16.6666%; }
	.grid-two { width: 33.33333%; }
	.grid-three { width: 50%; }
	.grid-six { width: 100%; }

	@media (max-width: 699px) {

		.contact-overlay .grid-one:empty {
			width: 20%;
		}

		.contact-overlay .footer .grid-one:empty { display: none; }

		.contact-overlay .grid-one,
		.contact-overlay .grid-two {
			width: 40%;
		}

		.contact-overlay .grid-three {
			width: 100%;
			padding-left: 20%
		}

		.contact-overlay footer .grid-two {
			width: 100%;
			padding-left: 20%;
			position: relative;
			margin-bottom: 5px;
		}

		.contact-overlay footer .grid-three {
			width: 100%;
			padding-left: 20%;
		}

		.contact-overlay footer br {
			display: block;
		}
	}

	footer p {
		margin-bottom: 0;
	}

	footer .grid-three {
		display: flex;
	}

.loading {
	opacity: 1;
	width: 100%;
	height: 100%;
	background: #fff;
	height: calc(100% - 2.647rem);
	position: absolute;
	top: 2.647rem;
	pointer-events: none;
	z-index: 999;
	cursor: none;
}

.slider-holder {
	height: 100%;
	height: calc(100% - 2.647rem);
	position: fixed;
	width: 100%;
	z-index: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	top: 2.647rem
}

	.overlay-left {
		width: 50%;
		height: 100%;
		z-index: 999;
		position: absolute;
		top: 0;
		left: 0;
		cursor: none;
	}

	.overlay-right {
		width: 50%;
		height: 100%;
		z-index: 999;
		position: absolute;
		top: 0;
		right: 0;
		cursor: none;
	}

		.overlay-left .cursor,
		.overlay-right .cursor {
			position: fixed;
			width: 8rem;
			height: 8rem;
			background: url(css/img/arrow.svg) no-repeat center;
			background-size: contain;
			opacity: 0;
			pointer-events: none;
			z-index: 9999;
			transform: translateX(-50%) translateY(-50%);
		}

		.touchevents .cursor {
			display: none !important
		}


		.overlay-left .cursor {
			transform: translateX(-50%) translateY(-50%) rotate(180deg);
		}

		.overlay-left:hover .cursor,
		.overlay-right:hover .cursor {
			opacity: 1;
		}

		.overlay-left:hover,
		.overlay-right:hover {
			z-index: 9999;
		}

	.slider {
		width: 100%;
		height: calc(100vh - 2.647rem);
		font-size: 0;
		line-height: 0;
	}

		.slider .slide {
			height: calc(100vh - 2.647rem) !important;
			width: 100%;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}

		.slide .caption {
			position: absolute;
			bottom: 1.176rem;
			font-size: 1rem;
			line-height: 120%;
			letter-spacing: 0.01rem;
			font-weight: regular;
			left: 1.176rem;
			max-width: calc(50% - 1.176rem);
			display: none;
		}

			@media (min-width: 700px) {
				.slide .caption {
					display: block;
				}
			}

		.slide .caption.text-white {
			color: #fff;
		}

	.slider p {
		margin-bottom: 0;
	}

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

.contact-overlay {
	background: #fff;
	height: 100vh;
	height: calc(100% - 2.647rem);
	padding: 1rem 0;
	opacity: 0;
	pointer-events: none;
	z-index: 9;
	position: fixed;
	top: 2.647rem;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

	.has-overlay .contact-overlay {
		opacity: 1;
		pointer-events: all;
	}

	.contact-overlay p {
		margin-bottom: 1.176rem;
	}

	.contact-overlay footer {
		position: absolute;
		width: 100%;
		bottom: 1rem;
	}

		.contact-overlay footer p {
			margin-bottom: 0;
		}

	.contact-overlay a {
		text-decoration: none;
	}

	.contact-overlay a.download {
		display: block;
	    position: relative;
	    -webkit-appearance: none;
	    -webkit-border-radius: 0;
	    border: 1px solid #000;
	    color: #000;
	    font: inherit;
	    width: 100%;
	    line-height: 123%;
	    outline: none;
	    padding: 0.9rem 0.6rem;
	    margin-top: -0.9rem;
		transition: all 0.2s ease-out;
	}

		.contact-overlay a.download:hover {
			background: #000;
			color: #fff;
		}

		.contact-overlay a.download::after {
			content: "";
			position: absolute;
			display: block;
			right: 0.6rem;
			top: 50%;
			background: url(css/img/arrow-thick.svg) no-repeat center;
			background-size: contain;
			height: 1.6rem;
			width: 1.6rem;
			transform: translateY(-50%) rotate(90deg);
		}

			.contact-overlay a.download:hover::after {
				background-image: url(css/img/arrow-thick-white.svg)
			}

	.lang-switch {
		margin-left: auto;
	}

.thumbs-up {
	height: 100%;
}

	.thumbs-up-icon {
		display: block;
	    height: 2.29rem;
	    width: 1.76rem;
	    /* bottom: 1.176rem; */
	    position: absolute;
		background: url(css/img/thumbs-up.svg) no-repeat center;
		background-size: contain;
		bottom: 0;
		z-index: 0;
		transition: all 0.2s ease-out;
	}

	.thumbs-up:hover .thumbs-up-icon {
		opacity: 0;
	}

	.thumbs-up-text {
		position: absolute;
		bottom: 0;
 		opacity: 0;
		z-index: 9;
		transition: all 0.2s ease-out;
	}

	.thumbs-up:hover .thumbs-up-text {
		opacity: 1;
	}
