/* The sidebar menu */
.sidenav {
  font-family: Tahoma, Arial, Helvetica;
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 240px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ffffff; /* White */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16pt;
  color: #1c69d1;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #c0d9f9;
}

/* Style page content */
.main {
	/* reactivate for normal page!!! */
	/* margin-left: 280px; /* Same as the width of the sidebar */	
	padding: 10px 20px;
	font-family: Tahoma, Arial, Helvetica; 
	color: #1c69d1;
}

/* Section title: big font, centered */
.main h2 {
	font-size: 24pt; 
 	font-weight: bold;
	text-align: center;
}

/* Subtitles, e.g. a news element */
.main h3 {
	font-size: 16pt; 
 	font-weight: bold;
	text-align: center;
}

/* Organisationskommittee */
.oktable {
	margin-left: auto; 
    margin-right: auto;
	width: 70%;
	border: 0px solid black;
	padding: 0;
}

.oktable td {
	width: 20%;
	vertical-align: top;
	text-align: center;
}

.oktable td a {
	color: #1c69d1;
	font-weight: bold;
	text-decoration: none;
}

.oktable td a:hover {
	text-decoration: underline;
}

/* Sponsoren */
.sponsortable {
	margin-left: auto; 
    margin-right: auto;
	width: 70%;
	border: 0px solid black;
	border-collapse: collapse;
	padding: 0;
}

.sponsortable td {
	text-align: center;
	border: 0px solid black;
	width: 25%;
}

.sponsortable td a {
	line-height: 3;
	text-decoration: none;
}

.sponsortable td a:hover {
	text-decoration: underline;
}

.sponsortable img {
	max-height: 70px;
	max-width: 250px;
	height: auto;
	width: auto;
	border: 0px solid black;
}

.mainsponsorimg img {
	max-height: 120px;
	max-width: 400px;
	height: auto;
	width: auto;
	border: 0px solid black;
}

.cosponsorimg img {
	max-height: 100px;
	max-width: 320px;
	height: auto;
	width: auto;
	border: 0px solid black;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Footnote with copyright */
.footnote {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	color: black;
}

.footnotelink {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	text-decoration: none;
}

a.footnotelink  {
	color: #0064FF;
}

a.footnotelink:Hover {
	color: #0000C8; 
	text-decoration: underline;
}

/* by default, images should be centered */
img.center {
	display: block;	
	margin-left: auto;	
	margin-right: auto;
}

.textBig					{font-family: Tahoma, Arial, Helvetica; font-size: 24pt; color: #1c69d1; font-weight: bold;}

/* Image Carousel (für Inserate) */


@keyframes display {
  0% {
    transform: translateX(425px);
    opacity: 0;
  }
  6.25% {
    transform: translateX(0);
    opacity: 1;
  }
  12.5% {
    transform: translateX(0);
    opacity: 1;
  }
  18.75% {
    transform: translateX(-425px);
    opacity: 0;
  }
  100% {
    transform: translateX(-425px);
    opacity: 0;
  }
}

.pic-ctn {
  position: relative;
  height: 600px;
}

.pic-ctn > img {
  position: absolute;
  top: 0;
  left: calc(50% - 212px);
  opacity: 0;
  animation: display 40s infinite;
}

img:nth-child(2) {
  animation-delay: 5s;
}
img:nth-child(3) {
  animation-delay: 10s;
}
img:nth-child(4) {
  animation-delay: 15s;
}
img:nth-child(5) {
  animation-delay: 20s;
}
img:nth-child(6) {
  animation-delay: 25s;
}
img:nth-child(7) {
  animation-delay: 30s;
}
img:nth-child(8) {
  animation-delay: 35s;
}