/*
	@swmstrlx
*/

/*
rgba(77, 171, 233, 0.95)
rgba(32, 29, 108, 1.0)
*/

:root{
	--darkcolor: rgba(21,21,21,0.9);
	--darktextcolor: rgba(230,230,230,1);
	--brightcolor: rgba(255,255,255,0.94);
	--brighttextcolor: rgba(32, 29, 108, 1.0);
	--accentColor: rgba(77, 171, 233, 1.0);
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Roboto-Light.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Roboto-Medium.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto-Bold.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: Roboto, sans-serif;
  margin: 0;
  color: white;
  background-color: var(--accentColor);
}

a{
	color: var(--brighttextcolor);
}

* {
  box-sizing: border-box;
}

.headerSpace {
	width: 100vw;
	height: 100vh;
	background-color: rgba(25, 25, 25, 0.70);
}

.logos {
	width: 50vw;
/*	text-align: center;*/
	margin: 0 25vw;
/*	mix-blend-mode: luminosity;*/
}

.parallaxsmall {
	display: table;
	width: 100vw;
	height: 10vh;
	background-color: rgba(25,25,25,0.7);
}

@media screen and (min-width: 800px) {
	.parallaxsmall{
		display: table;
		width: 100vw;
		height: 20vh;
		background-color: rgba(25,25,25,0.7);
	}
}

.parallaxmenu {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: rgba(25,25,25,0.7);
}

.darksectionline{
	width: 80vw;
	height: 2px;
	padding-left: 10vw;
	background-color: var(--darktextcolor);
	margin: auto;
}

.brightsectionline{
	width: 80vw;
	height: 2px;
	padding-left: 10vw;
	background-color: var(--brighttextcolor);
	margin: auto;
}

/* ########################################## */
/* ############# page heading ############### */
/* ########################################## */

h1{
	color: white;
	/*display: table-cell;*/
	padding: 30vh 0 0 0;
	margin-top: 0;
	vertical-align: middle;
	text-align: center;
/*	height: 100vh;
	width: 100vw;*/
	font-family: 'Roboto';
	font-weight: 900;
	font-size: calc(10px + 5.0vw);
}

.h1span{
		color: white;
		/*display: table-cell;*/
		padding: 0 0;
		margin-top: 0;
		vertical-align: middle;
		text-align: center;
/*		height: 100vh;
		width: 100vw;*/
		font-family: 'Roboto';
		font-weight: 900;
		font-size: calc(10px + 1.5vw);
	}

@media screen and (min-width: 800px) {
	h1{
		color: white;
		/*display: table-cell;*/
		padding: 20vh 0 0 0;
		vertical-align: middle;
		text-align: center;
/*		height: 100vh;
		width: 100vw;*/
		font-family: 'Roboto';
		font-weight: 900;
		font-size: calc(10px + 5.0vw);
	}

	.h1span{
		color: white;
		/*display: table-cell;*/
		padding: 0 0;
		vertical-align: middle;
		text-align: center;
/*		height: 100vh;
		width: 100vw;*/
		font-family: 'Roboto';
		font-weight: 900;
		font-size: calc(5px + 1.5vw);
	}
}

.slideshow{
	height:  100vh;
	z-index: -1;
}

.headingSmall{
	color: white;
	/*display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	height: 100vh;
	background-color: rgba(25, 25, 25, 0.70);
	width: 100vw;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: calc(5px + 1.0vw);
}

/*@media screen and (min-width: 800px) {*/
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  /*transition: opacity .3s;*/
}

.demo a:hover { /*opacity: .5;*/ }

#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*}*/

/*################ paragraph text style #################*/
.sectionheading{
	color: var(--brighttextcolor);
	font-family: 'Roboto';
	font-size: calc(25px + 2.0vw);
	text-align: center;
}

.sectionheadingDark{
	color: var(--darktextcolor);
	font-family: 'Roboto';
	font-size: calc(25px + 2.0vw);
	text-align: center;
}

.sectionsubheading{
	color: var(--brighttextcolor);
	font-family: 'Roboto';
	font-size: calc(15px + 1.5vw);
	text-align: center;
}

.sectionsubheadingDark{
	color: var(--darktextcolor);
	font-family: 'Roboto';
	font-size: calc(15px + 1.5vw);
	text-align: center;
}

.sectiontext{
	color: var(--brighttextcolor);
	font-family: 'Roboto';
	font-weight: 300;
	font-size: calc(14px + 0.8vw);
	text-align: justify;
	width: 90vw;
	margin: auto;
	hyphens: auto;
	line-height: 1.4;
}

.sectiontext p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.sectiontext ul{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.sectiontextDark{
	color: var(--darktextcolor);
	font-family: 'Roboto';
	font-weight: 300;
	font-size: calc(14px + 0.8vw);
	text-align: justify;
	width: 90vw;
	margin: auto;
	hyphens: auto;
	line-height: 1.4;
}

.sectiontextDark p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.sectiontextDark ul{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

@media screen and (min-width: 600px) {
	.sectiontext{
		/*color: var(--brighttextcolor);*/
		font-family: 'Roboto';
		font-weight: 300;
		font-size: calc(10px + 0.8vw);
		text-align: justify;
		width: 80vw;
		margin: auto;
		hyphens: auto;
		line-height: 1.4;
	}

	.sectiontextDark{
		/*color: var(--darktextcolor);*/
		font-family: 'Roboto';
		font-weight: 300;
		font-size: calc(10px + 0.8vw);
		text-align: justify;
		width: 80vw;
		margin: auto;
		hyphens: auto;
		line-height: 1.4;
	}
}

@media screen and (min-width: 800px) {
	.sectiontext{
		/*color: var(--brighttextcolor);*/
		font-family: 'Roboto';
		font-weight: 300;
		font-size: calc(10px + 0.8vw);
		text-align: justify;
		width: 60vw;
		margin: auto;
		hyphens: auto;
		line-height: 1.4;
	}

	.sectiontextDark{
		/*color: var(--darktextcolor);*/
		font-family: 'Roboto';
		font-weight: 300;
		font-size: calc(10px + 0.8vw);
		text-align: justify;
		width: 60vw;
		margin: auto;
		hyphens: auto;
		line-height: 1.4;
	}
}

.creditsection{
	color: #444444;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: calc(6px + 0.8vw);
	text-align: center;
}

.contentsectionDark{
	background-color: var(--darkcolor);
	color: var(--darktextcolor);
}

.contentsectionWhite{
	background-color: var(--brightcolor);
	color: var(--brighttextcolor);
}


@media screen and (min-width: 800px) {
	.contentsectionDark{
		min-height: 100vh;
		background-color: var(--darkcolor);
		color: var(--darktextcolor);
	}
	.contentsectionWhite{
		min-height: 100vh;
		background-color: var(--brightcolor);
		color: var(--brighttextcolor);
	}
}

.downloadAlignment{
	display: table;
	/*margin-left: 20vw;*/
	margin: auto;
	text-align: left;
	width: 80vw;
}

@media screen and (min-width: 800px) {
	.downloadAlignment{
		display: table;
		/*margin-left: 20vw;*/
		margin: auto;
		text-align: left;
		width: 60vw;
	}
}

.downloadText{
	color: var(--brighttextcolor);
	font-family: 'Roboto';
	font-weight: 300;
	font-size: calc(10px + 0.8vw);
	text-align: justify;
	margin: auto;
}

@media screen and (min-width: 800px) {
	.downloadText{
		color: var(--brighttextcolor);
		font-family: 'Roboto';
		font-weight: 300;
		font-size: calc(7px + 0.8vw);
		text-align: justify;
		margin: auto;
	}
}

@media screen and (min-width: 800px) {
	.content{
		/*background-color: rgba(255,255,255,0.95);*/
		min-height: 100vh;
	}
}

.spacer{
	height: 50px;
	opacity: 0.0;
}

.spacersmall{
	height: 15px;
	opacity: 0.0;
}

@media screen and (min-width: 800px) {
	.spacersmall{
		height: 30px;
		opacity: 0.0;
	}

	.spacer{
	height: 100px;
	opacity: 0.0;
}
}

/* ########################################## */
/* ############ for the menu bar ############ */
/* ########################################## */

.menu{
	height: 47px;
	width: 100%;
	top:  0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: var(--accentColor);
	z-index: 2;
	position: fixed;
}

.leImage{
	float: left;
	height: 47px;
}

.reImage{
	float: right;
	height: 47px;
}

.leText{
	float: left;
	height: 47px;
	vertical-align: middle;
	font-family: 'Roboto';
	font-size: calc(10px + 0.6vw);
	font-weight: 900;
  display: block;
  color: white;
  text-align: center;
  padding:14px calc(6px + 0.6vw);
  text-decoration: none;
}

.menuImage{
	height: 47px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

.leText:hover{
	background-color: white;
	color: var(--brighttextcolor);
}

.menu .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  /* hide all elements apart from burger and logo */
  .menu a:nth-child(n+3){
    display: none;
  }

  /* make logo float right in this case */
  .menu a:nth-child(2){
    float: right;
  }

  .menu a.icon {
    float: left;
		height: 47px;
		width:  47px;
    display: block;
  }

  .menu a.icon img.menuImage {
		height: 47px;
		width:  47px;
  }

  .menu.responsive {
  	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
  }

  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .leText{
		height: 47px;
		vertical-align: middle;
		font-family: 'Roboto';
		font-size: calc(20px + 0.6vw);
		font-weight: 900;
	  display: block;
	  color: white;
	  text-align: center;
	  padding:14px calc(6px + 0.6vw);
	  text-decoration: none;
	}
}

.active{
	/*background-color: rgba(50, 50, 50, 0.85);*/
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/* ########################################## */
/* ################## rows ################## */
/* ########################################## */

.row{
	content: "";
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	clear: both;
	height: 100%;
	width: 90vw;
	/*align-content: stretch;*/
	justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.rowRoundedRect{
	content: "";
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	clear: both;
	height: 100%;
	width: 90vw;
	/*align-content: stretch;*/
	justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border-radius: 5vw;
	border-width: 2px;
	border-color: var(--brighttextcolor);
	border-style: solid;
}

@media screen and (min-width: 600px) {
	.row{
		content: "";
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		clear: both;
		height: 100%;
		width: 80%;
		/*align-content: stretch;*/
		justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	}

	.rowRoundedRect{
		content: "";
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		clear: both;
		height: 100%;
		width: 80%;
		/*align-content: stretch;*/
		justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		border-radius: 5vw;
		border-width: 2px;
		border-color: var(--brighttextcolor);
		border-style: solid;
	}
}

.column {
	float: left;
	margin: 10px auto;
	width: 75vw;
	padding: 2vw;
	padding-bottom: 5;
}

.smallColumn {
	float: left;
	margin: 10px auto;
	width: 31vw;
}

@media screen and (min-width: 600px) {
	.column {
		float: left;
		width: 35vw;
		margin: 10px auto;
	}

	.smallColumn {
		float: left;
		width: 31vw;
		margin: 10px auto;
	}
}

@media screen and (min-width: 800px) {
	.column {
		float: left;
		width: 35vw;
		margin: 20px;
	}
	.smallColumn {
		float: left;
		width: 23vw;
		margin: 10px;
	}
}

@media screen and (min-width: 1200px) {
	.column {
		float: left;
		width: 23vw;
		margin: 20px;
	}
	.smallColumn {
		float: left;
		width: 18vw;
		margin: 10px;
	}
}

@media screen and (min-width: 2000px) {
	.column {
  		float: left;
  		width: 18vw;
			margin: 40px;
	}
	.smallColumn {
  		float: left;
  		width: 14vw;
			margin: 20px;
	}
}

.wideColumn {
	float: left;
	margin: 10px auto;
	width: 90vw;
}

@media screen and (min-width: 600px) {
.wideColumn {
	float: left;
	width: 44%;
	margin: 10px auto;
}

}

@media screen and (min-width: 800px) {
	.wideColumn {
  		float: left;
  		width: 44%;
		margin: 10px;
	}
}

@media screen and (min-width: 1200px) {
	.wideColumn {
  		float: left;
  		width: 40%;
		margin: 20px;
	}
}

@media screen and (min-width: 2000px) {
	.wideColumn {
  		float: left;
  		width: 20%;
		
		margin: 40px;
	}
}

.columntextBright {
	width: 100%;
	color: var(--brighttextcolor);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	overflow: hidden;
	font-family: 'Roboto';
	font-size: calc(15px + 0.8vw);
	font-weight: 500;
	text-align: center;
}

.columntextDark {
	color: var(--darktextcolor);
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	overflow: hidden;
	font-family: 'Roboto';
	font-size: calc(15px + 0.8vw);
	font-weight: 500;
	text-align: center;
}

.columntextSmall {
	width: 100%;
	color: var(--brighttextcolor);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	overflow: hidden;
	font-family: 'Roboto';
	font-size: calc(10px + 0.5vw);
	font-weight: 300;
	text-align: center;
}

img.hover-shadow {
	transition-timing-function: ease-in-out;
  transition: 0.3s;
  border-radius: 2%;
}

.hover-shadow:hover {
	transform: scale(1.1);
}

.video {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 80vw;
	align-content: center;
}

@media screen and (min-width: 800px) {
	.video {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 60vw;
	align-content: center;
	}
}

/*Large Numbers*/
/*.largeStats:first-line {
	color: var(--brighttextcolor);
	margin-top: 0;
	text-align: center;
	font-family: 'Biryani';
	font-weight: 900;
	font-size: calc(10px + 5.0vw);
}*/

.largeStats {
	color: var(--brighttextcolor);
	text-align: center;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: calc(12px + 5.0vw);
	height:  8vw;
	color: rgba(77, 171, 233, 0.95);
}

.mediumStats {
	color: var(--brighttextcolor);
	text-align: center;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: calc(5px + 2.0vw);
	height:  auto;
	align-items: center;
	padding-top: calc(7px + 3.0vw);
	color: rgba(77, 171, 233, 0.95);
}

.smallStats {
	color: var(--brighttextcolor);
	text-align: center;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: calc(4px + 1.5vw);
	height:  8vw;
	align-items: center;
	padding-top: calc(8px + 3.5vw);
	color: rgba(77, 171, 233, 0.95);
}

.statText {
	color: var(--brighttextcolor);
	text-align: center;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: calc(10px + 1.0vw);
}

@keyframes popupAnimation {
	0% { opacity: 1; transform: scale(0.9); }
	20% { opacity: 1; transform: scale(1.2); }
100% { opacity: 1; transform: scale(1); }
}

.statAnimation {
	animation: popupAnimation 0.7s 1;
}


/**
 Copyright 2019 Itay Grudev
 License: MIT
 */

.ciclegraph {
	position: relative;
  width: calc(min(70vh, 70vw));
  height: calc(min(70vh, 70vw));
  margin: calc(min(16vh, 16vw) / 2);
  text-align: center;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.ciclegraph:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
  /*border: 2px solid var(--brighttextcolor);*/
  width: calc(100% - 2px * 2);
  height: calc(100% - 2px * 2);
  border-radius: 50%;
}

.ciclegraph .mindmapItemWrapper{
	position: absolute;
	/* top:  target_pos - height/2 - margin */
	top: calc(50% - min(18vh, 18vw)/2 + 50px);
	left: calc(50% - min(18vh, 18vw)/2 + 50px);
  width: calc(min(18vh, 18vw));
  height: calc(min(18vh, 18vw));
  margin: calc( -100px / 2 );
}

.mindmapItem{
	height: 100%;
	width: 100%;
	background: var(--brighttextcolor);
  color:  var(--darktextcolor);
  border-radius: 50%;
  font-family: 'Roboto';
	font-weight: 700;
	font-size: calc(8px + 0.7vw);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.mindmapImage{
	width: calc(min(45vh, 45vw));
	height: calc(min(45vh, 45vw));
	object-fit: contain;
	margin: calc(50% - min(45vh, 45vw)/2);
	border-radius: 50%;
}

@media screen and (min-width: 800px) {
	.ciclegraph .mindmapItemWrapper{
		position: absolute;
		/* top:  target_pos - height/2 - margin */
		top: calc(50% - min(14vh, 14vw)/2 + 50px);
		left: calc(50% - min(14vh, 14vw)/2 + 50px);
	  width: calc(min(14vh, 14vw));
	  height: calc(min(14vh, 14vw));
	  margin: calc( -100px / 2 );
  }

  .ciclegraph {
		position: relative;
	  width: calc(min(70vh, 70vw));
	  height: calc(min(70vh, 70vw));
	  margin: calc(min(20vh, 20vw) / 2);
	  text-align: center;
	  margin: auto;
	  margin-top: 10vh;
	  margin-bottom: 5vh;
	}

	.mindmapItem{
		height: 100%;
		width: 100%;
		background: var(--brighttextcolor);
	  color:  var(--darktextcolor);
	  border-radius: 50%;
	  font-family: 'Roboto';
		font-weight: 700;
		font-size: calc(6px + 0.7vw);
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		transition: 0.3s;
	}

	.mindmapItem:hover {
		transition-timing-function: ease-in-out;
		transform: scale(1.1);
		transition: 0.3s;
	}

	.mindmapImage{
		width: calc(min(52vh, 52vw));
		height: calc(min(52vh, 52vw));
		object-fit: contain;
		margin: calc(50% - min(52vh, 52vw)/2);
		border-radius: 50%;
	}
}

.mindmapItemText{
	width: 100%;
	height: 100%;
	position: relative;
/*	top: -10%;
	left: -10%;*/
	margin: 0px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.mindmapItemText p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*Container for images of sponsors in a column*/
.imageContainer{
	width: 80%;
	padding-left: 20%;
}

.adaptiveImageContainer{
		height: 12vh;
		width:  100%;
}

.imageContainer .sponsorImage{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.adaptiveImageContainer .sponsorImage{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

@media screen and (min-width: 600px) {
	.imageContainer{
		height: 25vh;
		width:  100%;
		padding-left: 0px;
	}

	.adaptiveImageContainer{
		height: 12vh;
		width:  100%;
	}

	.imageContainer .sponsorImage{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.adaptiveImageContainer .sponsorImage{
		width: 100%;
		height: 100%;
		object-fit: contain;
		transition: 0.3s
	}

	.adaptiveImageContainer .sponsorImage:hover {
		transition-timing-function: ease-in-out;
		transform: scale(1.1);
		transition: 0.3s;
	}
}

/*Hide some images on mobile*/
img#hideOnMobile{
	display: none;
}

@media screen and (min-width: 600px) {
	img#hideOnMobile{
		display: inline;
	}
}

/*Kontakt Button*/
.enrollContainer{
	background-color: var(--accentColor);
	width: min(10vw, 150px);
	height: 50px;
	color: var(--darktextcolor);
	border-radius: 5vw;
	left: calc((100vw - max(10vw, 150px))/2);
	position: absolute;
	z-index: 1;
	transition: 0.3s
}

.enrollButton{
	background-color: var(--accentColor);
	width: max(10vw, 150px);
	height: 50px;
	color: white;
	border-radius: 5vw;
}

.enrollLink{
	width: 100%;
	height:  100%;
	text-decoration: none;
}

.enrollText{
	text-align: center;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.enrollContainer:hover {
	transition-timing-function: ease-in-out;
	transform: scale(1.1);
	transition: 0.3s;
}
