@font-face {
  font-family: ii-vorkurs;
  src: url("/fonts/IIVorkurs-Light.otf");
  font-display: swap;
}
.show-for-mobile {
	display: none!important;
}

body,
html {
	position: fixed;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #F7F2EA;
	
}

div[data-control]:hover {
	cursor: pointer;
}

#arrow {
	position: absolute;
	right: 20px;
	width: 100px;
	height: auto;
}
body#about,
body#sessions,
body#testimonials,
body#testimonials-dev,
body#contact {
	height: 100%;
	overflow-x: auto;
	overflow-y: auto;
}

#scroll {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height: 100%;
	pointer-events: none;
}

#clearfix {
	width: 100%;
	height:0;
	position: relative;
	display: block;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    color: #454545;
}

.random {
	position: absolute;
	bottom: 50px;
	width: 400px;
	height: 275px;
	background: #fde565;
	z-index: 50;
}

.main-carousel {
	width: 100%;
	height: 210px;
	position: absolute;
	bottom:10px;
	left:0;
	right:0;
	filter: grayscale(1);
	opacity: 0.025;
	z-index: 3;
	transition: opacity ease-in-out 200ms;
	
}

.main-carousel.active,
.main-carousel:hover {
	filter: grayscale(0);
	opacity: 1;
	z-index: 100;
	transition: opacity ease-in-out 200ms;
}
.carousel-cell {
	width: 140px;
	height: 210px;
	padding-left: 0;
	margin-left: 10px;
}

.carousel-cell.landscape {
	width: 294px;
}

.flickity-viewport {
	height: 100%!important;
}



.text-container {
		width: 100%;
		height: 20px;
		opacity: 0;
		transition: all ease-in-out 200ms;
		display: none;
}

.main-carousel.active .text-container,
.main-carousel:hover .text-container {
	opacity: 1;
	transition: all ease-in-out 200ms;
}



.image-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: calc(100% - 20px);
	background: #fff;

}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: all ease-in-out 150ms;
}

.image-container img.flickity-lazyloaded {
	opacity: 1;
	transition: all ease-in-out 150ms;
}

.carousel-cell .image-container img.flickity-lazyloaded {
	opacity: 0.5;	
}

.carousel-cell.is-selected .image-container img.flickity-lazyloaded {
	opacity: 1;
}

.main-images {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
/* 				margin-top: 35px; */
}

.main-images img {
	position: absolute;
	display: block;
	opacity: 0;
	transition: opacity 200ms ease-in-out;
}

.main-images .next-button,
.main-images .prev-button {
	width: 50%;
	height: calc(70% - 10px);
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	z-index: 200;
}

.main-images .prev-button {
	right:auto;
	left:0;	
}

.main-images .next-button:hover {
	cursor: e-resize;	
}

.main-images .prev-button:hover {
	cursor: w-resize;	
}

h1,h2,h3,h4,h5,h6,ul,p,button, span, div[data-accordion-group] {
	font-family: "halyard-display", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 1.25;
	margin:0;
	padding:0;
	color: #454545;

}

h1,
h2,
h3,
h4,
h5,
h6,
button {
	font-family: 'ii-vorkurs', sans-serif;
}

h1,
h6,
button#info {
	text-transform: uppercase;
}

h1 {
	position: absolute;
	top: auto;
	left:auto;
	right:auto;
	font-size: 72px;
	letter-spacing: 12px;
	line-height: 0.9;
	text-align: center;
	z-index: 999;
	color: #cbc7bc;
	mix-blend-mode: screen;
	pointer-events: none;
	-ms-transform: translateY(0%);
	transform: translateY(0);
	margin: 0 auto;
	padding: 0 0 0 6px;
	z-index: 200;
}


h1 a {
	color: #cbc7bc!important;
	
}

body#homepage h1 {
	font-size: 84px;
	position: absolute;
	top: 50%;
	left:0;
	right:0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
}	

#contact h1 {
	position: relative;	
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: left;
	margin: 0 0 60px;
	color: #454545;
	mix-blend-mode: normal;
}

/*
body#about h1 {
	position: relative;
	top: auto;
	font-size: 24px;
	color: #454545;
	transform: translateY(0%);
    margin: 0 auto;
    padding: 0;
    z-index: 200;
}
*/

h2 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: left;
	margin: 0 0 60px;
}

h3 {
	font-size: 17px;
	font-weight: 400;
	padding: 0 0 0 60px;
	
}

h6 {
	width: 300px;
	position: absolute;
	top: 33px;
	left:0;
	right:0;
	font-size: 24px;
	letter-spacing: 6px;
	line-height: 1.25;
	text-align: center;
	color: #454545;
	margin: 0 auto;
	padding: 0;
	z-index: 200;
}

p {
	width: 433px;
	max-width: calc(100% - 60px);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.45;
	letter-spacing: 0.5px;
	padding: 0 0 0 60px;
}

p.uppercase {
	text-transform: uppercase;
	letter-spacing: 2px;
}

p.large {
	font-family: 'ii-vorkurs';
	font-size: 32px;
	line-height: 1.25;
}

p.small {
	font-size: 16px;
	line-height: 1.25;
}



button#info {
	
	position: absolute;
	top:30px;
	left: auto;
	right: 30px;	
}

button {
	font-size: 14px;
	text-transform: uppercase;
	width: auto;
	height: 40px;
	letter-spacing: 6px;
	border: 0;
	background: 0 none;
	color: #454545;
	padding: 0 10px;
}
button:hover {
	cursor: pointer;
}
button.cta {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid #454545;
	transition: 300ms all ease-in-out;
}
button#info.cta.change {
	border: 1px solid #454545;
	transition: 300ms all ease-in-out;	
}
ul {
	font-size: 14px;
	color: #cecece;
	margin: 10px 0;
	list-style: none;
	padding-right: 20px;
}

h3, p {
	margin-bottom: 15px;
}

.noshow {
	opacity: 0;
	pointer-events: none;
}

span {
	color: #cecece;
}

.main-carousel span {
	font-size: 14px;
}

#contact.hidden {
	opacity: 0;
	pointer-events: none;
	transition: all 200ms ease-in-out;
}

#header {
	position: fixed;
	top:0;
	left:0;
	right:0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 90px;
	z-index: 1000;
}

#header #insta svg {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: auto;
}

#header #insta svg path {
	fill: #454545;
	opacity: 0.8;
}

#menu #insta {
	position: absolute;
	bottom: 60px;
	left: auto;
	right: auto;
	width: 20px;
	height: auto;
}

#menu.white {
	background: #fff;
}

#menuBtn {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 30px;
	height: auto;
	z-index: 1000001;
}

#menuBtn:hover {
	cursor: pointer;
}

#menuBtn .menu .middle-1,
#menuBtn .menu .middle-2 {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
	transform: rotate(0deg);
	transition: 500ms;
}

#menuBtn.active .menu .middle-1 {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
	transform: rotate(45deg);
	transition: 500ms;
}

#menuBtn.active .menu .middle-2 {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
	transform: rotate(-45deg);
	transition: 500ms;
}

#menuBtn .menu .top,
#menuBtn .menu .bottom {
	opacity: 1;
	transition: 500ms;
}

#menuBtn.active .menu .top,
#menuBtn.active .menu .bottom {
	opacity: 0;
	transition: 500ms;
}

#menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: 100%;
    background: #cbc7bc;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 0;
    overflow-x: scroll;
    transition: 500ms ease-in-out top;
    z-index: 500;
}

#menu.show {
	top: 0;	
	transition: 500ms ease-in-out top;
}

div[data-accordion-group] {
	font-family: 'ii-vorkurs';
	font-weight: 300;
	width: 50%;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 8px;	
}

div[data-accordion-group]  a .menu-item {
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	
}

div[data-accordion-group]  a:last-of-type .menu-item {
	border-bottom: 0px solid #fff;
}


#contact {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	opacity: 1;
	transition: all 200ms ease-in-out; 
	z-index: 500;

}



.contact-bg {
	background: #fff;
	position: absolute;
	width: 100%;
	height: calc(100% - 35px);
	top: 35px;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.95;
	z-index: 1;
}

.contact-grid {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 0;
	column-gap: 0;
	padding: 5px 10px;
	z-index: 2;
}

.contact-grid .item {
	width: calc(30%);
	padding-right: 20px;
}

.carousel-cover,
.main-images-cover {
	background: 0 none;
	display: none;
}

body#about #content {
	width: calc(100vw * 4.5);
	height: 100%;	
}
body#sessions #content {
	width: calc(100vw * 5.5);
	height: 100%;	
}
body#testimonials #content {
	width: calc(100vw * 13.5);
	height: 100%;	
}
body#testimonials-dev #content {
	width: calc(100vw * 13.5);
	height: 100%;	
}
body#contact #content {
	width: calc(100vw * 1);
	height: 100%;	
}
.flex {
	display: flex;
	align-items: center;
	column-gap: 0;
	justify-content: center;
	height: 100%;
}

.flex .column {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50vw;
	height: 100%;
}

.flex .column-x2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100%;
}

.flex .column.un {
	display: block;
}

.flex .bg {
	background: #cbc7bc;	
} 

.flex img.vh-100 {
	height: 100vh;
}

.flex img.vh-75 {
	height: 75vh;
}

.flex img.vh-66 {
	height: 66vh;
}

.flex img.vh-50 {
	height: 50vh;
}


.left-col,
.right-col {
	width: 50%;
}

.left-col img,
.right-col img {
	width: 100%;	
}

/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */


/* assign bounce */
#arrow {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

.margin-top-15 {
	margin-top: 15px;
}
.margin-bottom-medium {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1366px) {
	.main-images-cover {
		width: 100%;
		height: calc(100% - 210px);
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		z-index: 300;
	}
	.carousel-cover {
		display: block;
		width: 100%;
		height: 210px;
		position: fixed;
		bottom:0;
		left:0;
		right:0;
		opacity: 1;
		z-index: 999;
	}
	.carousel-cell {
		
	}
	
} @media only screen and (max-width: 1024px) {
					
	.main-carousel {
		
	}
	.carousel-cell {
		
	}
	.main-images .next-button,
	.main-images .prev-button {
		height: calc(100% - 210px);
	}
	
	
} @media only screen and (max-width: 769px) { 
	
	.show-for-mobile {
	display: block!important;
	}
	.show-for-desktop {
		display: none;
	}
	

	#clearfix {
		width: 100%;
		height:90px;
	}
	
	div[data-accordion-group] {
		width: calc(100% - 60px);
		font-size: 18px;
	}
	
	h1 {
		font-size: 9vw;
	}
	
	body#homepage h1 {
		font-size: 12vw;
		mix-blend-mode: normal;	
	}
	
	body#contact h1 {
		font-size: 16px;
		font-weight: 300;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 8px;
		text-align: left;
		margin: 0 0 30px;
		padding: 0;
	}
	
	h2 {
		font-size: 16px;
		margin: 0 0 30px;
	}

	
	h6 {
		font-size: 16px;
	}
	
	p {
		font-size: 16px;
	}
	p.large {
		font-size: 24px;
	}
	.carousel-cell {
		
	}
	
	body#about #content,
	body#sessions #content,
	body#testimonials #content,
	body#testimonials-dev #content,
	body#contact #content {
		width: calc(100vw * 1);
		height: auto;	
	}
	.flex {
		display: block;
	}
	
	.flex .column {
		width: 100%;
		padding: 30px 0;
	}
	
	.flex .column.bg,
	.flex .column-x2.bg {
		padding: 60px 0;		
	}
	
	.flex .column.no-padding-top {
		padding-top: 0;
	}
	
	.flex .text {
		width: calc(100% - 90px);
		margin: 0 auto;
	}
	
	.flex .text p {
		padding: 0;
		width: 100%;
		max-width: 100%;	
	}
	
	
	
	.flex img.vh-100 {
		width: calc(71% - 20px);
		height: auto;
	}
	
	.flex img.vh-75 {
		width: calc(71% - 20px);
		height: auto;

	}
	
	.flex img.vh-66 {
		width: calc(71% - 20px);
		height: auto;

	}
	
	.flex img.vh-50 {
		width: calc(71% - 20px);
		height: auto;

	}

	
	.contact-grid .item {
	    width: calc(100%);
	    margin-bottom: 5px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #cecece;
	}
	button#info {
		display: none;
	}
	

	button {
		height: 50px;
	}
	button.cta {
		padding: 0 8px 0 14px;	
		margin: 0 auto 15px;
	}
	

} @media screen and ( max-height: 500px ) { 
	.carousel-cell {
		
	}
	ul {
		display:none;
	}
	.main-images img {
		max-height: 60vh!important;
		width: auto!important;
	}
}