@charset "UTF-8";

/* COLORS */
.black {
    color: rgb(30,30,30) !important;
    fill: rgb(30,30,30) !important;
    border-color: rgba(30,30,30,0.15) !important;
}
.white {
    color: rgb(255,255,255) !important;
    fill: rgb(255,255,255) !important;
    border-color: rgba(255,255,255,0.15) !important;
}
.grey {
    color: rgb(90,90,90) !important;
    fill: rgb(90,90,90) !important;
    border-color: rgba(30,30,30,0.15) !important;
}

/* HEADER */
header {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
#header-wrapper {
    max-width: 1100px;
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display:flex;
    height: 54px;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0px;
    margin: 32px auto 0px;
	-ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#stage-arrow {
    position: fixed;
    bottom: 16px;
    width: 32px;
    left: 50%;
    margin-left: -16px;
    opacity: 0;
}
#logo {
    height: 25px;
    margin-top: -6px;
}
#logo svg {
    width: 56px;
}
#destinations {
    margin-left: 48px;
    font-size: 14px;
    opacity: 0.6;
}
.black #destinations a {
    margin-right: 6px;
    color: rgb(30,30,30);
}
.white #destinations a {
    margin-right: 6px;
    color: rgb(246,246,246);
}
#destinations .inactive {
    opacity: 0.4;
}
#spacer {
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
}
nav {
    height: 100%;
}
nav ul {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    height: 100%;
}
nav ul li {
    margin-left: 40px;
    text-transform: uppercase;
    font-size: 14px;
	-webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    position: relative;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    height: 100%;
    cursor: pointer;
}
.black nav ul li:hover {
    color: rgba(0,0,0,1);
}
.white nav ul li:hover {
    color: rgba(255,255,255,1);
}
nav ul li svg {
    width: 18px;
    margin: 0px 6px;
}
nav ul li:hover svg {
    fill: rgb(253, 95, 0);
}
.nav-highlight {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 0px;
    transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
}
.black .nav-highlight {
    background-color: rgba(0,0,0,0);
}
.white .nav-highlight {
    background-color: rgba(255,255,255,0);
}
li:hover .nav-highlight {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
}
.black li:hover .nav-highlight {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
}
.white li:hover .nav-highlight {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
}
#search {
    position: relative;
    overflow: hidden;
    transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
    height: 100%;
}
#search input {
    height: 100%;
    width: 100%;
    padding: 4px;
    background: rgba(255,255,255,0);
    border: none;
}
.search-closed {
    width: 0px;
}
.search-opened {
    width: 160px;
}
#mobile-nav {
    display: none;
}
.nav-button {
	border: solid 1px rgb(253,95,0) !important;
    border-radius: 4px;
    padding: 6px 8px;
	color: rgb(253,95,0);
	font-size: 14px;
}
#svg_transformation {
	width: 120px;
    margin: 32px 0px;
}

/* MAIN */
main {
    position: relative;
    width: 100%;
}
#stage {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    height: 800px;
    width: 100%;
    position: relative;
}
#stage-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
#stage-wrapper {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1100px;
    height: 100%;
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#stage-logo {
    top: 120px;
    position: absolute;
    right: 20px;
}
#stage-logo svg {
    width: 160px;
}
.stage-text {
    position: relative;
    bottom: 0px;
	top: 80px;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: flex-start;
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
    flex-direction: column;
}
.stage-text h1 {
	font-family: 'alto_pronormal';
    font-size: 96px;
    line-height: 92px;
    color: rgb(0,0,0);
}
.stage-text h2 {
	font-family: 'alto_pronormal';
    font-size: 64px;
    line-height: 72px;
    color: rgb(0,0,0);
    text-transform: none;
}
.stage-text p {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    margin-top: 48px;
}
.stage-text svg {
	max-width: 540px;
    max-height: 200px;
    margin-bottom: 64px;
}
.stage-copyright {
    position: absolute;
    bottom: 16px;
    right: 16px;
    margin-bottom: 16px;
    font-size: 12px;
}
#stage-nav {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    /* justify-content: flex-end; */
    position: absolute;
    bottom: 32px;
    left: 0px;
    right: 0px;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
    justify-content: center;
}
.stage-nav-button {
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
    background: rgba(246,246,246,0.3);
    height: 4px;
    margin-right: 16px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.white .stage-nav-button {
    background: rgba(246,246,246,0.3);
}
.black .stage-nav-button {
    background: rgba(30,30,30,0.3);
}
.stage-nav-button:last-child {
    margin-right: 0px;
}
.white .stage-nav-button:hover {
    background: rgba(246,246,246,0.6);
}
.black .stage-nav-button:hover {
    background: rgba(30,30,30,0.6);
}
.stage-nav-progress {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 0%;
    background-color: rgba(246,246,246,0.8);
}
.white .stage-nav-progress {
    background-color: rgba(246,246,246,0.8);
}
.black .stage-nav-progress {
    background-color: rgba(30,30,30,0.8);
}
.button-more {
    border: solid 1px;
    font-family: 'alto_promedium';
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 60px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 20px;
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.black .button-more:hover {
    background-color: rgba(30,30,30,1);
    border-color: rgba(30,30,30,1);
    color: rgba(246,246,246,1);
    text-shadow: none;
}
.white .button-more:hover {
    background-color: rgba(246,246,246,1);
    border-color: rgba(246,246,246,1);
    color: rgba(30,30,30,1);
    text-shadow: none;
}
#stage-video {
	position: absolute;
    top: 0px;
    bottom: 0px;
	left: 0px;
	right: 0px;
    overflow: hidden;
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
    flex-direction: row;
    align-items: inherit;
    justify-content: center;
    background-color: rgb(255,255,255);
}
#stage-video video {
	object-fit: cover;
	width: 100%;
}
section, footer {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
    -webkit-align-items: center;
    flex-direction: column;
    align-items: center;
}
.section-wrapper {
    width: 100%;
    max-width: 1100px;
}
.section-wrapper h1 {
    font-size: 48px;
    margin: 84px 0px 0px;
}
.section-wrapper h2 {
    font-size: 32px;
    margin: 32px 0px -24px;
}
.section-wrapper h3 {
    font-size: 20px;
    font-family: 'alto_probold';
    margin: 32px 0px -24px;
}
.section-wrapper p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 32px;
}
.section-wrapper img {
    max-width: 100%;
    width: 100%;
    margin: 56px 0px 28px;
    position: relative;
    left: 0px;
}
.section-wrapper .img-mid {
    text-align: center;
}
.section-wrapper .img-mid img {
    max-width: 600px;
    margin-left: 0px;
    left: inherit;
}
.section-background {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("../img/background/weltraum.jpg");
    min-height: 320px;
    width: 100%;
    margin-top: 64px;
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.section-background h1 {
    margin-top: 0px !important;
}
.section-background video {
    object-fit: cover;
}
.row-wrapper {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
    flex-direction: row;
}
.row-wrapper div {
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
    margin-right: 64px;
}
.row-wrapper div:last-child {
    margin-right: 0px;
}
.list {
    font-size: 20px;
    line-height: 32px;
    margin: 8px 0px 0px 32px;
}

/* FOOTER */
.footer-wrapper {
    max-width: 1100px;
    width: 100%;
    border-top: solid 1px;
    /* padding: 32px 0px; */
    margin: 84px auto 32px;
}
.footer-wrapper h1 {
    font-size: 12px;
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer-wrapper .row-wrapper div {
    margin-right: 32px;
}
.footer-wrapper .row-wrapper div:last-child {
    margin-right: 0px;
	text-align: right;
}
.footer-wrapper .row-wrapper div:hover h1 {
    color: rgb(30,30,30);
}
.footer-list {
    font-size: 12px;
    line-height: 18px;
    list-style-type: none;
}
.footer-list li {
    transition: all 200ms ease;
}
.footer-list li:hover {
    color: rgb(30,30,30);
}
#footer-content {
    display: none;
}
#footer-content svg {
    height: 80px;
    max-width: 100%;
}
#footer-copyright {
    margin-top: 28px;
    font-size: 14px;
}
#footer-copyright p {
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
}
#footer-copyright a {
    text-transform: uppercase;
    color: rgb(90,90,90);
    margin-left: 16px;
}
#footer-copyright a:hover {
    color: rgb(30,30,30);
}

/* SUB-HEADER */
#subheader {
    position: fixed;
    top: -41px;
    left: 0px;
    right: 0px;
    background-color: rgb(255,255,255);
    border-bottom: solid 1px rgb(220,220,220);
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 10000;
	overflow-x: auto;
}
#subheader-wrapper {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    height: 40px;
}
#subheader ul {
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
    text-transform: uppercase;
	height: 100%;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
    overflow-x: auto;
}
#subheader ul li {
    margin-right: 32px;
    font-size: 14px;
}
#subheader ul li:hover {
    color: rgb(64,93,124);
    transition: all 200ms ease;
}

.popup-wrapper {
	position: relative;
	overflow: hidden;
}

/* GALERIE */
.galerie-wrapper {
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
    flex-direction: column;
    background-color: rgb(30,30,30);
    position: relative;
    height: 100%;
}
#galerie-image-big {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	-ms-flex-pack: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
    flex-direction: column;
}
#galerie-image-big img {
	margin: 0px;
	max-height: 100%;
	max-width: 100%;
	padding: 0px;
	left: inherit;
	position: inherit;
}
#galerie-images {
	border-top: solid 1px rgb(90,90,90);
	height: 160px;
	overflow-x: auto;
	overflow-y: hidden;
	display: -ms-box;
	display: -webkit-box;
}
.galerie-image {
	opacity: 0.6;
    height: 100%;
    border: solid 1px rgb(30,30,30);
	transition: all 200ms ease;
}
.galerie-image:hover {
	opacity: 1;
}
.galerie-image img {
	margin: 0px !important;
	max-height: 100% !important;
	max-width: 100% !important;
	padding: 0px !important;
	left: inherit !important;
	position: inherit !important;
}
#popups-close-impressionen-window {
	background-color: rgba(30,30,30,0.8) !important;
}
#popups-box-impressionen-window {
	height: 100%;
}
#galerie-pfeile {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#galerie-pfeile svg {
	height: 20px;
    width: 20px;
    fill: rgba(255,255,255,0.2);
	transition: all 200ms ease;
}
#galerie-pfeile:hover svg {
	height: 20px;
    width: 20px;
    fill: rgba(255,255,255,0.6);
}
#galerie-pfeile div:hover svg {
	height: 20px;
    width: 20px;
    fill: rgba(255,255,255,1);
}
#galerie-pfeile div {
	height: 100%;
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0px 16px;
}
#galerie-pfeil-rechts {
	-ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#galerie-close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: 'alto_probold';
	font-size: 12px;
	fill: rgba(255,255,255,0.6);
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 12px;
	transition: all 200ms ease;
	padding: 16px;
}
#galerie-close:hover {
	fill: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
#galerie-close svg {
	width: 20px;
	height: 20px;
}

/* ABOUT */
.movie {
    height: 380px;
    color: rgba(30,30,30,0.7);
    fill: rgba(30,30,30,0.7);
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-direction: column;
	-webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 64px 0px 0px;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    transition: all 200ms linear;
	position: relative;
}
.movie h2 {
    font-size: 24px;
	font-family: 'alto_probold';
}
.movie svg {
    height: 100px;
    width: 100px;
}
.movie:hover {
    color: rgb(30,30,30);
    fill: rgb(30,30,30);
}
.methods-wrapper {
    margin-top: 64px;
}
.methods div {
    position: relative;
    height: 480px;
    padding: 16px;
    margin: 1px;
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: hidden;
}
.methods-bg {
    margin: 0px !important;
    position: absolute !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    filter: opacity(20%) blur(3px);
    -webkit-filter: opacity(20%) blur(3px);
    transition: all 200ms linear;
}
.methods div:hover .methods-bg {
    filter: opacity(40%) blur(1px);
    -webkit-filter: opacity(40%) blur(0px);
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.methods h3 {
    margin: 0px;
    z-index: 2;
}

/* PEOPLE */
.partner img {
    transition: all 100ms ease;
}
.partner img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.75;
}
.partner h4 {
    font-size: 16px;
    text-align: center;
}
.partner h5 {
    font-size: 14px;
    text-align: center;
    font-family: 'alto_probold';
    line-height: 20px;
    margin-top: 8px;
}
.team {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
}
.team div {
    max-height: 60px;
    max-width: 60px;
    margin: 1px;
	-webkit-flex: none;
    flex: none;
    overflow: hidden;
}
.team div img {
    margin: 0px;
    position: inherit;
    max-width: inherit;
    left: inherit;
}
div .top {
    height: 112px;
    margin-top: 32px;
}
div .top img {
    max-width: 90%;
    margin: 0px;
    position: inherit;
    left: inherit;
}
.popups-box .partner-profile {
    padding: 28px;
    text-align: center;
}
.popups-box .partner-profile h1 {
    font-family: 'alto_probold';
	font-size: 28px;
	text-transform: uppercase;
}
.popups-box .partner-profile h2 {
    font-family: 'alto_promedium';
	font-size: 14px;
	text-transform: uppercase;
    margin: 0px;
}
.popups-box .partner-profile p {
    text-align: left;
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
}
.popups-box .partner-profile img {
    margin: 28px;
    border-radius: 100%;
    max-width: 160px;
    position: inherit;
    left: inherit;
}
.experts, .experts-share {
    list-style-type: none;
    margin-bottom: 24px;
}
.experts li, .experts-share li {
    font-size: 16px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
    display: inline-flex;
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: solid 1px rgb(90,90,90);
    color: rgb(90,90,90);
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
    fill: rgb(90,90,90);
}
.experts-share li {
    color: rgb(246,246,246);
    background-color: rgb(96,125,153);
    border: solid 1px rgb(96,125,153);
    fill: rgb(246,246,246);
}
.experts li:hover, .experts-share li:hover {
    color: rgb(246,246,246);
    background-color: rgb(90,90,90);
    border: solid 1px rgb(90,90,90);
    fill: rgb(246,246,246);
}
.experts-share li:hover {
    fill: rgb(96,125,153);
    border: solid 1px rgb(96,125,153);
    color: rgb(96,125,153);
    background-color: rgb(246,246,246);
}
.experts li svg, .experts-share li svg {
    width: 12px;
    height: 12px;
    margin-left: 4px;
}
.hotel {
	list-style-type: none;
	margin-top: 24px;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: rgb(96,125,153);
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}
.hotel li {
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.hotel li a {
	height: 20px;
}
.hotel li img {
	width: 20px;
    margin: 0px 8px 0px 0px;
	position: inherit;
}
.popups-box-close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
}
.popups-box-close svg {
    height: 16px;
    width: 16px;
}


/* ACADEMY */
.academy-wrapper {
    background-color: rgb(246,246,246);
    box-shadow: 0px 0px 10px rgba(30,30,30,0.4);
    margin: 32px auto !important;
}
#academy-portfolio {
    flex: 3;
    padding: 28px;
}
.academy-formats {
    margin: 0px 0px 16px !important;
}
.academy-formats h3 {
    margin: 0px 0px 8px;
    font-size: 16px;
}
.academy-formats ul {
    list-style-type: none;
    margin-bottom: 24px;
}
.academy-formats ul li {
    margin-bottom: 8px;
    font-size: 20px;
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.academy-formats ul li:hover {
    color: rgb(64,93,124);
}
.academy-support {
    border-left: solid 1px rgb(220,220,220);
    text-align: center;
    padding: 28px;
}
.academy-support img {
    border: solid 1px rgb(220,220,220);
    border-radius: 100%;
	-webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    margin: 0px;
    left: inherit;
    max-width: 120px;
}
.academy-support img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.75;
}
.academy-support h3 {
    margin: 0px 0px 32px !important;
    font-size: 16px;
}
.academy-support h4 {
    font-size: 16px;
    text-align: center;
}
.academy-support h5 {
    font-size: 14px;
    text-align: center;
    font-family: 'alto_probold';
    line-height: 16px;
    margin: 8px 0px 16px;
}

/* TOP PICKS */
.book {
    margin-top: 16px;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
}
.book input {
    margin-top: 16px;
}
.posts {
	-ms-flex: 2 !important;
	-webkit-flex: 2 !important;
    flex: 2 !important;
}
.posts .title {
    font-size: 20px;
}
.events {
    border-bottom: solid 1px rgb(220,220,220);
    padding: 12px 0px;
}
.events:hover {
    color: rgb(96,125,153);
}
.events .title {
    font-size: 20px;
    margin-top: 6px;
}

/* POP UP */
.popups-box {
    width: 100%;
}
.popups-box .section-wrapper {
    margin: 28px;
    width: inherit;
}
.popups-box h1 {
    font-size: 32px;
    margin: -4px 0px 0px;
}
.popups-box h2 {
    font-size: 32px;
    margin: 32px 0px -24px;
}
.popups-box h3 {
    font-size: 20px;
    font-family: 'alto_probold';
    margin: 32px 0px -24px;
}
.popups-box h4 {
    font-size: 16px;
    font-family: 'alto_probold';
    margin: 32px 0px 16px;
    text-transform: uppercase;
}
.popups-box h4:first-child {
    margin: 0px 0px 16px;
}
.popups-box p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 32px;
}
.popups-box img {
    max-width: 90%;
    margin: 64px 0px 32px;
    position: relative;
    margin-left: -45%;
    left: 50%;
}
.popups-box video {
    width: 100%;
}
.popups-box .row-wrapper div {
    padding: 28px;
    margin: 0px;
}
.popups-box .section-wrapper .row-wrapper div {
    padding: 0px;
    margin: 0px;
}
.popup-info {
    padding-top: -32px;
    border-left: solid 1px rgb(220,220,220);
    width: 280px;
	-ms-flex: none !important;
	-webkit-flex: none !important;
    flex: none !important;
}
.popup-info div {
    padding: 0px !important;
    margin: 0px !important;
}
.popup-info .experts {
    margin: 0px 0px 16px !important;
}
.popup-info .experts img {
    border: solid 1px rgb(220,220,220);
    border-radius: 100%;
	-webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    height: 60px;
    width: 60px;
    margin: 0px;
    position: inherit;
}
.popup-info p {
    font-size: 16px;
    margin-top: 0px;
}
.popup-info input {
    width: 100%;
    font-size: 14px;
}
.popup-info ul {
    list-style-type: none;
    margin-bottom: 24px;
}
.popup-info ul li {
    margin-bottom: 8px;
    font-size: 16px;
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.popup-info ul li:hover {
    color: rgb(64,93,124);
}
.alone {
	padding: 28px;
}

/* ACADEMY Popup */
.academy-popup-main {
    padding: 0px !important;
}
.academy-popup-main h1 {
    font-size: 32px;
}
.academy-popup-main h2 {
    font-size: 32px;
    margin: 32px 0px 0px;
}
.academy-popup-main h3 {
    font-size: 16px;
    font-family: 'alto_probold';
    margin: 32px 0px 0px;
}
.academy-popup-main p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 32px;
}
.academy-popup-main .list {
    font-size: 16px;
    line-height: 24px;
}
.academy-popup-main .list li ul {
    margin-left: 28px;
}
.academy-popup-main div {
    padding: 0px !important;
    margin-right: 64px !important;
}
.academy-popup-main div:last-child {
    margin-right: 0px !important;
}
.academy-main-content {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
    flex-direction: column;
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
    padding: 28px;
}
.academy-main-content {
    margin-right: 0px !important;
}
.academy-header {
	-ms-flex: none !important;
	-webkit-flex: none !important;
    flex: none !important;
    padding: 0px 0px 28px 0px; 
}
.academy-content {
	-webkit-flex: 1;
    flex: 1;
    overflow: auto;
    padding: 0px 0px 28px 0px;
}
.academy-support-content {
	-ms-flex: none !important;
	-webkit-flex: none !important;
    flex: none !important;
    width: 240px;
    padding: 28px;
}

/* CONTACT */
#stage-contact-loactions {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 64px;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
    justify-content: center;
}
#stage-contact-loactions div {
	-ms-flex: 1;
	-webkit-flex: 1;
    flex: 1;
    background-color: rgba(246,246,246,0.6);
    padding: 16px;
    margin-right: 8px;
    border: solid 1px rgba(246,246,246,0.6);
}
#stage-contact-loactions div:last-child {
    margin-right: 0px;
}
.highlightedLocation {
    border: solid 1px rgb(96,125,153);
}
#stage-contact-loactions div h2 {
    font-family: 'alto_probold';
    font-size: 16px;
}
#stage-contact-loactions div p {
    margin-top: 8px;
    line-height: 24px;
}
#stage-contact-loactions div p a {
    color: rgb(30,30,30);
}
#stage-contact-loactions div p a:hover {
    color: rgb(64,93,124);
}
.form {
    margin: 32px 0px;
}
.form-row {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
    flex-direction: row;
}
.form-set {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex: 1;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-flex: 1;
    -webkit-justify-content: center;
    flex: 1;
    justify-content: center;
    margin: 0px 16px 16px 0px;
    -webkit-flex-direction: column;
	flex-direction: column;
}
.form-set:last-child {
    margin: 0px 0px 16px 0px;
}
.form-text {
    text-transform: uppercase;
    margin-bottom: 8px;
}
.form-info {
	flex: 1;
}
.form-field {
	-ms-flex: 0;
    flex: 0;
	min-height: 32px;
    padding: 6px 0px;
    border: none;
    border-bottom: solid 1px rgb(0,0,0);
}
.form-field-container {
    display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    height: 46px;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
}
.form-failure {
	font-size: 16px !important;
	color: rgb(160,43,55);
	display: none;
}

/* TABLES */
.table {
    display: table;
    width: 100%;
    margin-top: 56px;
	-ms-flex: none;
	-webkit-flex: none;
    flex: none;
}
.table div {
    margin: 0px;
}
.table-row {
    display: table-row;
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.table-cell {
    display: table-cell;
    border-bottom: solid 1px rgb(220,220,220);
    padding: 12px 0px;
}
.table-row:hover .time {
    color: rgba(253,95,0,1);
}
.empty {
	border: none !important;
}
.time {
	width: 64px;
    font-family: 'alto_probold';
}
.time, .topic {
	font-size: 20px !important;
}
.table-cell .button-standard {
	padding: 4px 8px;
    font-size: 14px;
	margin-top: 8px !important;
}

/* MAP */
.map-wrapper {
	height: 480px;
    border: solid 1px rgb(220,220,220);
    margin-top: 32px;
}
.map {
	height: 100%;
}

/* LOGIN */
.login-wrapper {
	display: -webkit-box;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
}
.login-wrapper svg {
	max-width: 640px;
	max-height: 320px;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.login-form {
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
    width: 100%;
    margin: 56px 28px;
    max-width: 400px;
}

/* SPECIAL */
.moveable {
	margin: 112px 0px;
}
.moveable img {
	margin: inherit;
	left: inherit;
}
#p1 {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#p2 {
	-webkit-transform: scale(1.3) translateX(-40px) translateY(40px);
    -moz-transform: scale(1.3) translateX(-40px) translateY(40px);
    -ms-transform: scale(1.3) translateX(-40px) translateY(40px);
    -o-transform: scale(1.3) translateX(-40px) translateY(40px);
	transform: scale(1.3) translateX(-40px) translateY(40px);	
}
#p3 {
	z-index: 100;
    position: absolute;
    top: -40vh;
    max-width: 400px;
    padding: 0px 28px 28px;
    background-color: rgb(246,246,246);
}

@media screen and (max-height: 800px) {
    #stage {
        max-height: 100vh;
    }
}


@media screen and (max-width: 1100px) {
    #header-wrapper {
        padding: 0px 56px;
    }
    #stage-logo {
        right: 32px;
    }
    .stage-text, #stage-nav {
        margin: 0px 56px;
    }
    .section-wrapper, #subheader-wrapper {
        width: inherit;
        margin: 0px 56px;
		-webkit-align-self: stretch;
        align-self: stretch;
    }
    .academy-wrapper {
        margin: 32px 56px !important;
    }
    .footer-wrapper {
        /* padding: 56px; */
        margin: 84px 0px 0px;
    }
    #stage-contact-loactions {
        left: 40px;
        right: 40px;
    }
}

@media screen and (max-width: 840px) {
	.moveable {
		display: none;
	}
    .stage-text, #stage-nav {
        margin: 0px 28px;
    }
    #stage-logo {
        right: 16px;
    }
    .section-wrapper, #subheader-wrapper {
        width: inherit;
        margin: 0px 28px;
    }
    .academy-wrapper {
        margin: 28px 28px !important;
    }
    .stage-text h1 {
        font-size: 40px;
        line-height: 42px;
    }
    #destinations {
        display: none;
    }
    .row-wrapper {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
        flex-direction: column;
    }
    .row-wrapper div .top {
        height: inherit;
        margin-top: 64px;
    }
    .row-wrapper div:first-child .top {
        height: inherit;
        margin-top: 32px;
    }
    .row-wrapper div .top img {
        max-width: 50%;
    }
    .team {
		-ms-flex-direction: row !important;
		-webkit-flex-direction: row !important;
        flex-direction: row !important;
    }
    .partner {
		-ms-flex-direction: row !important;
		-ms-flex-wrap: wrap;
		-webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .partner div {
		-ms-flex: 1 1 33%;
		-webkit-flex: 1 1 33%;
        flex: 1 1 33%;
        padding: 0px 32px;
    }
    .partner img {
        max-width: 200px !important;
        left: inherit;
    }
    .list {
        font-size: 20px;
        line-height: 32px;
        margin: 0px 0px 0px 32px;
    }
    .row-wrapper div:first-child .list {
        margin: 16px 0px 0px 32px;
    }
    .row-wrapper div {
        margin-right: 0px;
    }
    #stage-contact-loactions {
        left: 12px;
        right: 12px;
    }
    .footer-wrapper {
        padding: 32px;
        margin: 56px 0px 0px;
    }
    #footer-content {
        display: none;
    }
    #footer-copyright {
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
        flex-direction: row;
        margin-top: 0px;
    }
    .section-wrapper img, .section-wrapper .img-mid img, .popup-wrapper img {
        margin-left: 0px;
        left: 0px;
        max-width: 100%;
    }
    .popup-info {
        border-left: none;
        width: inherit;
    }
}
@media screen and (max-width: 640px) {
	.section-background video {
		display: none;
	}
	#p3 {
		display: none;
	}
    #header-wrapper {
        padding: 0px 16px 0px 16px;
        margin: 0px auto 0px;
        height: 64px;
    }
    .stage-text, #stage-nav {
        margin: 0px 16px;
        bottom: 16px;
    }
    .section-wrapper, #subheader-wrapper {
        width: inherit;
        margin: 0px 16px;
    }
    .section-wrapper p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px;
    }
    .section-wrapper h1 {
        font-size: 24px;
        margin: 48px 0px 0px;
    }
    .section-wrapper h2 {
        font-size: 24px;
        margin: 24px 0px -16px;
    }
	.table {
		margin-top: 24px;
		font-size: 16px;
		line-height: 20px;
	}
	.table div {
		font-size: 16px !important;
		line-height: 20px !important;
	}
    .list {
        font-size: 16px;
        line-height: 24px;
        margin: 0px 0px 0px 24px;
    }
    .row-wrapper div:first-child .list {
        margin: 16px 0px 0px 24px;
    }
    .form-row {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
        flex-direction: column;
    }
    .form-set {
        margin: 0px 0px 16px 0px;
    }
    #stage-contact-loactions {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
        flex-direction: column;
    }
    #stage-contact-loactions div {
        margin-right: 0px;
        margin-bottom: 8px;
    }
    #stage-contact-loactions div:last-child {
        margin-bottom: 0px;
    }
    .stage-text {
        height: auto;
        bottom: 16px;
    }
    .stage-text h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .stage-text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .stage-text p {
        font-size: 16px;
        line-height: 20px;
    }
    .stage-copyright {
        font-size: 10px;
    }
    #stage-logo {
        top: 96px;
        display: none;
    }
    #stage-logo svg {
        width: 128px;
    }
    .methods-wrapper {
        margin-top: 32px;
    }
    .popup-wrapper p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px;
    }
    .popup-wrapper img {
        margin: 32px 0px 16px;
    }
    .partner div {
		-ms-flex: 1 1 50%;
		-webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        text-align: center;
    }
    .partner h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .partner h5 {
        font-size: 12px;
        line-height: 16px;
    }
    .partner img {
        margin: 48px 0px 16px;
        max-width: 128px !important;
    }
    .academy-wrapper {
        margin: 8px !important;
    }
    #academy-portfolio {
        padding: 16px;
    }
    .footer-wrapper {
        padding: 16px;
        margin: 56px 0px 0px;
    }
    #footer-copyright {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer-copyright p {
		-ms-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    #footer-copyright a {
        margin: 8px 16px 0px 0px;
    }
	.button-more {
		padding: 10px 20px;
	}
    .button-standard.big {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 340px) {
    .partner div {
		-ms-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}