html, body {
	margin: 0;
	scroll-behavior: smooth;
}
#inhalt {
	padding: 0;
	font-family: Arial;
	width: 75%;
	max-width: 1000px;
	margin: 0px auto;
}
div.navigation a {
	text-decoration: none;
	color: white;
}
div.navigation a:hover {
	color: orange;
}
div.container {
	padding: 0;
	font-family: Arial;
	width: 95%;
	max-width: 1000px;
	margin: 0px auto;
}
#titelButtonContainer {
	left: 10vw;
	font-family: tahoma;
}
.titelArea {
	background: url("./635csi_e24_riga_sharkdriver_2.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	text-align: center;
	background-attachment: fixed;
}
.titelBtn {
	border: solid 4px white;
	padding: calc(12px + 0.1vw);
	text-align: center;
}
.titelBtnText {
	font-size: calc(16px + 0.3vw);
	font-weight: bold;
	letter-spacing: 7px;
}
.titelBtnSubText {
	font-size: calc(12px + 0.1vw);
	letter-spacing: normal;
}
#scrollIt {/*Bereich der nach unten scrollen ausöst und selbst leicht mit scrollt*/
	position: absolute;
	top: 75vh;
	left: 35vw;
}
#sharkText {
	width: 30vw;
}
#sharkIcon {
	width: 5vw;
}
#sharkDetailsText {
	text-align: right;
}
#fotolinkJP {
	content:url(./fotolink-jochpassmemorial.png);
	width: 80vw;
	max-width: 1000px;
}
#fotolinkJP24 {
	content:url(./fotolink-jochpassmemorial2024.png);
	width: 80vw;
	max-width: 1000px;
}
#sharkAmJPTitelText {
	background: rgba(0,0,0,0.7);
	width: 15vw;
	margin: 40px 20px;
	padding: 10px;
	font-size: calc(12px + 1vw);
}
.movieBtnBox {
	width: 100%;
    position: relative;
	float: left;
}
#movieButton {
  width: 140px;
  position: relative;
  margin: 4px;
  box-shadow: 3px 3px 6px black;
  text-align: left;
}
#teamfotoImText {
  margin: 0 10px 10px 0;
  width: 20vw;
  float: left;
}
.movieVideoBox {
	margin: 0;
	padding: 0;
	width: 88vw;
	height: calc(88VW/1.7);
	max-width: 853px;
	max-height: 480px;
	background: url('Titelbild.jpg');
	background-size: cover;
	overflow: hidden;
}
.movieVideoBox #video {
	width: 88vw;
	height: calc(88VW/1.7);
	max-width: 853px;
	max-height: 480px;
}
#videoInfo {
  position: relative;
  padding: 20px;  
  margin: 0 40px 40px 40px;
  margin-top: 160px;
  background: rgba(255,255,255,0.6);
  text-align: center;
  line-height: 0.7em;
  cursor: pointer;
}
.flag {
	width: 32px;
	margin: 0 8px;
}
#not4mobile {
	//visibility: hidden;
	display: block;
}
#only4mobile {
  display: none;
}
@media only screen and (orientation: portrait) {
	#not4mobile {
	  display: none;
	}
	#only4mobile {
	  display: block;
	}
	#inhalt {
		width: 98vw;
		text-align: center;
	}
	#sharkDetailsText {
		text-align: center;
		padding: 10px;
	}
	.movieBtnBox {
	  float: right;
    }
	div.menu, #schulprojektButton {
		display: none;
	}
	#sharkAmJPTitelText {
		width: 65vw;
		margin: 20px 20px;
		padding: 10px;
		font-size: calc(12px + 1vw);
	}
	#teamfotoImText {
	  margin: 10px 0 10px 0;
	  width: 90vw;
	  clear: both;
	}
/*	.movieVideoBox {
	  width: 75vw;
	  border: solid thin orange;
	}
	.movieVideoBox #video {
	width: 75vw;
	height: calc(98VW/1.7);
	max-width: 853px;
	max-height: 480px;
	}*/
	.titelArea {
		background-image: url("./635csi_e24_riga_sharkdriver_3.jpg");
		background-position: -60vw center;
	}
	#scrollIt {/*Bereich der nach unten scrollen ausöst und selbst leicht mit scrollt*/
		position: absolute;
		top: 70vh;
		left: 15vw;
	}
	#sharkText {
		width: 70vw;
	}
	#sharkIcon {
		width: 20vw;
	}
	#fotolinkJP {
		content:url(./fotolink-jochpassmemorial_mobile.png);
		width: 98vw;
		max-width: 98vw;
	}
	#fotolinkJP24 {
		content:url(./fotolink-jochpassmemorial2024_mobile.png);
		width: 98vw;
		max-width: 98vw;
	}
	#videoInfo {
	  margin-top: 10px;
	} 
}


@media only screen and (min-width: 1100px) {
	div.container {
		width: 85%
	}
	.movieBtnBox {
		left: -80px;
		width: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	div.container {
		width: 80%
	}
	.movieBtnBox {
		left: -80px;
		width: 80px;
	}
}
@media only screen and (min-width: 1400px) {
	div.container {
		width: 75%
	}
	.movieBtnBox {
		left: -60px;
		width: 120px;
	}
}

div.haupttext {
	font-size: 1.1em;
	font-weight: bold;
	text-align: justify;
	margin: 40px 0 40px 0;
}
#headerBox {
  top: 0;
  position: relative;
  min-width: 100%;
  width: auto; 
  height: auto;
}
#headerVideo {
  width: 100%;
  z-index: -100;
}
#headerText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(255, 255, 255, 0.5);
  margin: 10px;
}
#headerBox h1 {
  position: absolute;
  bottom: 0px;
  padding-left: 20px;
  width: 100%;
  font-size: 3VW;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.7);
  font-family: Oswald, sans-serif;
}

#headerBox h1 span {
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
#videoInfo {
  position: relative;
  padding: 20px;  
  margin: 40px;
  margin-top: 80px;
  background: rgba(255,255,255,0.3);
  text-align: center;
  line-height: 0.8em;
  cursor: pointer;
}
div.logos div.logo {
  float: left;
  margin: 2% 6%;
  padding: 10px;
  width: 10vw;
  height: 10vw;
  max-width: 160px;
  max-height: 160px;
  background: #11306c;
  text-align: center;
  color: gray;
  font-size: 0.8vw;
}
div.logos div.logo:hover {
  color: white;
}
div.logo img {
  width: 80%;
  filter: grayscale(100%);
}
div.logo img:hover {
  filter: grayscale(0%);
}
div.logo {
  text-decoration: none;
  font-weight: bold;
}
div.sponsorPaket {
  float: left;
  margin: 2%;
  width: 20%;
  background: rgb(127,127,127);
  font-size: 0.8em;
}
div.sponsorPaket div.backlighted {
  background: rgb(169,209,142);
  color: black;
  font-size: 1em;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}
#controls {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
}
.ctrl {
	padding: 4px 4px;
	width: 90px;
	text-align: center;
	background: rgba(200, 200, 200, 0.4);
	display: inline-block;
	cursor: pointer;
	color: white;
}
.ctrl:hover {
	background: rgba(200, 200, 200, 1);
}
a.btn {
	padding: 4px 4px;
	text-align: center;
	font-weight: bold;
	background: rgba(200, 200, 200, 0.4);
	display: inline-block;
	cursor: pointer;
	width: 400px;
	background: white;
	border: solid thin darkgray;
	text-decoration: none;
	color: black:
}

a.btn:link {
  color: black;
}
a.btn:hover {
	background: orange;
	color: black;
}
a.btn:visited {
  color: black;
}
.menu {
	position: relative;
	top: -80px;
	float: right;
	padding-right: 100px;
	font-family: calibri;
	color: white;
}
div.menu a.btn {
	width: 100px;
	margin-right: 20px;
	background: rgba(200, 200, 200, 0.6);
	color: white;
}
div.menu a.btn:hover {
	background: white;
	color: black;
}
#counter {
  position: relative;
  color: orange;
  letter-spacing: 1em;
  margin: 20px auto;
  font-family: "Lucida Console", Monaco, monospace;
  width: 43vw;
  padding: 0px;
}
#countdown {
  /*border: solid thin yellow;*/
  position: relative;
  font-weight: bold;
  font-size: 6vw;
  letter-spacing: normal;
  border-left: none;
  border-right: none;
  text-align: center;
  text-align: center;
  margin: 0px auto;
  padding: 14px 0px 0px 0px;
}

input:invalid { 
  border-color: #e88;
  -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  -moz-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -o-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -ms-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  box-shadow:0 0 5px rgba(255, 0, 0, .8);
}

input:required {
  border-color: #3493d5;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 2px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 2px rgba(0, 0, 255, .5);
}

form {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  padding-bottom: 0px;
  border: none;
  font-size: 14px;
}

form input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:16px;
  width:300px;
  min-height:30px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

form input[type=checkbox] {
	color: red;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  font-size:10px;
  width:10px;
  min-height:10px;
  display:inline;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

form input[type=submit] {
  background:green;
  color: white;
  padding:10px;
  cursor: pointer;
}

/* Tabs mit radio-Buttons */
.tabbed {
	font-size: 10px;
}
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   border-bottom: 1px solid silver;
   clear: both;
   font-size: 10px;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
  padding: 20px;
  width: 100%;
  border: 1px solid silver;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3,
#tab4:checked ~ figure .tab4,
#tab5:checked ~ figure .tab5 {
	display: block;
	max-height: 300px;
	overflow: auto;
}
nav label {
   float: left;
   padding: 5px 5px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: hsl(210,50%,50%);
   color: #eee;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: hsl(210,50%,40%); }
nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after,
#tab4:checked ~ nav label[for="tab4"]:after,
#tab5:checked ~ nav label[for="tab5"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}
/* ------------------ Aufklappbare Liste ------------------ */
/* Detail-Slide siehe http://www.smart-webentwicklung.de/2012/12/css3-click-event-slide-effekt-ohne-javascript-realisieren/ */

#infoList, #infoList li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.topic {
	padding: 0 0 12px 0;
	font-weight: bold;
	line-height: 2em;
}

.outText {
	padding-top: 0;
	padding-left: 7px;
}

.text {
	position: relative;
	display: block;
	/*top: -10px;*/
}

#infoList input[type="checkbox"] {
	position: relative;
	float: right;
	top: 5px;
	left: 0px;
	width: 3px;
	height: 30px;
	z-index: 100;
	opacity: 0;
	cursor: pointer;
}

#infoList label.weiterlesenBtn {
	/*background: green;
	color: white;*/
	background: red;
	border: none;
	display: none;
}

#infoList input[type="checkbox"]:checked ~ 	label.weiterlesenBtn {
	padding: 8px;
	margin: 4px;
	width: 140px;
	position: relative;
	text-align: center;
	cursor: pointer;
	border: solid thin orange;
	background: none;
}

/*#infoList input[type="checkbox"]:checked ~ .text {
	display: none;
	padding: 0;
}
span.previewText {
	display: none;
}*/
/*@media only screen and (orientation: portrait) {*/
	span.previewText {
		display: inline;
		background-image:linear-gradient(black,transparent);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#infoList label.weiterlesenBtn {
		display: block;
		background: none;
		/*color: white;*/
		padding: 1px;
		margin: 1px;
		width: 75vw;
		position: relative;
		text-align: left;
		cursor: pointer;
		font-style: italic;
		border: solid thin white;
	}
	#infoList input[type="checkbox"]:checked ~ 	label.weiterlesenBtn {
		/*background: red;*/
		border-color: red;
		padding: 1px;
		margin: 1px;
		width: 75vw;
		
	}
	.text {
		display: none;
		padding: 0;
	}
	#infoList input[type="checkbox"]:checked ~ .text {
		position: relative;
		display: block;
	}
/*}*/
/* --- */

/* Arrow & Hover Animation */
#more-arrows {
	width: 75px;
  height: 65px;
  
  &:hover {
    
    polygon {
      fill: #FFF;
      transition: all .2s ease-out;

      &.arrow-bottom {
        transform: translateY(-18px);
      }

      &.arrow-top {
        transform: translateY(18px);
      }
      
    }
  
  }
  
}

polygon {
  fill: #FFF;
  transition: all .2s ease-out;
    
  &.arrow-middle {
	  opacity: 0.75;
	}

	&.arrow-top {
	  opacity: 0.5
	}
	 
}