/* CSS for ultrathlet.de */
/* Text #000, Nav #c0c0c0 #012, Subline: #fff, #148, Flex-Items: #fff, #000, #c0c0c0 */
/* Smooth-Scroll as JavaScript */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* CSS reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	background:none;
	font-size:1em;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr,acronym  { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	z-index:1;
}
q:before,q:after {
	content:'';
}


/* General Style */
body {
	font-family: 'BebasNeueRegular', Verdana, Arial, sans-serif;
	background: transparent;
	font-weight: 400;
	font-size: 1em;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body {
	overflow:hidden;
}
html {
	scroll-behavior: smooth; /*effect on JavaScript */
}
a, a:link, a:visited { /* Navigation only */
	color:#c0c0c0;
	text-decoration: none;
	box-shadow: inset 0 0 0 0 #c0c0c0;
	padding: 6px 1rem;
	margin: 0;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a:hover {
	color: #012;
	box-shadow: inset 200px 0 0 0 #c0c0c0;
	cursor: pointer;
}
a:active {
	color:#c0c0c0;
	text-decoration: none;
}
a:focus {
	color:#c0c0c0;
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-size:3em;
	letter-spacing:2px;
	text-transform: uppercase;
}
h2 { /* Flex Items */
	font-size: 2.2em;
	letter-spacing: 2px;
	color:#fff;
	text-transform: uppercase;
	text-align:center;
	background:#012;
	padding:18px 18px 0 18px;
}
h3 { /* Subline */
	font-size:8em;
	color:#148;
	text-transform: uppercase;
	letter-spacing:1em;
	position:relative;
	text-align:center;
}
h4 { /* Flex Items > Tooltiptext */
	font-weight:700;
	display:inline; /* no wrap */
}


/* Sticky Header */
.header {
	display:block;
	width:100vw;
	line-height:auto;
	padding:18px 0 0 0;
	color:#c0c0c0;
	text-align:center;
	background:#012;
	border-bottom:4px solid #c0c0c0;
	position: sticky;
	top: 0;
	z-index:99999;
	opacity:0.96;
}
.footer {
	display:block;
	width:100%;
	line-height:auto;
	margin-top:26px;
	padding:9px 0 9px 0;
	color:#c0c0c0;
	letter-spacing:0.5em;
	text-align:center;
	background:#012;
	border-top:4px solid #c0c0c0;
	z-index:99999;
	opacity:0.96;
}
.footer span {
	white-space:nowrap;
}

/* Menu */
.menu {
	width:100vw;
	font-size:1.667em;
	line-height:auto;
	text-align:center;
	padding:12px 0 2px 0;
}

.subline {
	display:block;
	line-height:10em;
	/*width:100vw;*/
	width:100%;
	background:#fff;
	opacity:0.3;
	margin:144px 0 36px 0;
	padding:18px 0 0 54px;
}


/* Flex - Results & Scores */
.results-flex, .scores-flex {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width:calc(100vw - 72px);
	margin-left:36px;
	justify-content: center;
	scroll-behavior: smooth;
	scroll-margin:calc(10em + 144px + (3 * 36px));
}
/*.flex-item {
	width:auto;
	padding:0;
	margin: 18px;
	text-align: center;
	line-height: auto;
	background:#bcd;
	color: #333;
	border:4px solid #ccd;
	opacity:0.96;
	-webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
} */
.flex-item {
	display:flow-root;
	width:auto;
	min-width:368px;
	padding:0;
	margin: 36px;
	text-align: center;
	line-height: auto;
	background:#fff;
	color: #000;
	border:0px solid #c0c0c0;
	opacity:0.75;
	z-index:1;
}
.flex-item > DIV {
	background:#012;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#c0c0c0;
	letter-spacing:normal;
	font-weight:bold;
	padding:0 18px 18px 18px;
}
.flex-item > UL {
	text-align:left;
	padding:24px 18px 18px 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:1.6em;
}
.res-1 {
}
.score-1 {
}


/* Tooltips in Flex-Items */
.tooltip {
	position: relative;
	display: block;
	border-bottom: 0px dotted black;
}
.tooltiptext {
	display:block;
	overflow:hidden;
	overflow-y:scroll;
	min-height:200px;
	height:300px;
	font-size:0.9em;
}
 .tooltiptext SPAN {
	white-space: nowrap;
}
.tooltip .tooltiptext {
	display:block;
	visibility: hidden;
	max-width:368px;
	width:calc(100vw - 148px);
	background-color: #012;
	color: #fff;
	text-align: left;
	border:2px solid #c0c0c0;
	border-radius: none;
	padding: 12px 18px;
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-left: 0;
	opacity: 0;
	transition: opacity 1s;
	cursor:auto;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	cursor:auto;

}
.tooltip:hover {
	text-decoration:none;
	box-shadow: inset 100vw 0 0 0 #c0c0c0;
	transition: color 1s ease-in-out, box-shadow 1s ease-in-out;
	cursor:pointer;
}


/* Background Slideshow */
.slideshow,
.slideshow::after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.slideshow::after {
	content: '';
	background: transparent url(../images/pattern.png) repeat top left;
}
.slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent; /*hides span's text*/
	background-size: cover;
	background-position: 33.334% 33.334%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	animation: imageAnimation 240s linear infinite 0s; 
	filter:sepia(0%) brightness(33%) grayscale(33%);
}
.slideshow li:nth-child(1) span {
	background-image: url(../images/1.jpg);
	animation-delay: 0s; 
}
.slideshow li:nth-child(2) span { 
    background-image: url(../images/2.jpg);
    animation-delay: 24s; 
}
.slideshow li:nth-child(3) span { 
    background-image: url(../images/3.jpg);
    animation-delay: 48s; 
}
.slideshow li:nth-child(4) span { 
    background-image: url(../images/4.jpg);
    animation-delay: 72s; 
}
.slideshow li:nth-child(5) span { 
    background-image: url(../images/5.jpg);
    animation-delay: 96s; 
}
.slideshow li:nth-child(6) span { 
    background-image: url(../images/6.jpg);
    animation-delay: 120s; 
}
.slideshow li:nth-child(7) span { 
    background-image: url(../images/7.jpg);
    animation-delay: 144s; 
}
.slideshow li:nth-child(8) span { 
    background-image: url(../images/8.jpg);
    animation-delay: 168s; 
}
.slideshow li:nth-child(9) span { 
    background-image: url(../images/9.jpg);
    animation-delay: 192s; 
}
.slideshow li:nth-child(10) span { 
    background-image: url(../images/10.jpg);
    animation-delay: 216s; 
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    1% { opacity: 1;
         animation-timing-function: ease-out; }
    16.667% { opacity: 1; }
	17.667% { opacity: 0; }	
	83.334% { opacity: 0;}	
    100% { opacity: 0; }
}
.no-cssanimations .slideshow li span { /* Show at least something when animations are not supported */
	opacity: 1;
}


/* Media Queries */
/*
@media screen and (max-width: 1140px) { 
	.topline { font-size:1.8em;}
	DIV.container, DIV.container IMG, .conitem { width:200px; }
	.container h2 { font-size:1em; }
	.iuta-challenge, .challenge { font-size:1.3em; }
    .cb-slideshow li div h3 { font-size: 7em }
	.cb-slideshow li div h4 { font-size: 4em; color:#07b; }
	.footer A {font-size: 0.875em;}
}
@media screen and (max-width: 767px) { 
	.topline { font-size:1.5em; }
	DIV.container, DIV.container IMG, .conitem { width:180px; }
	.container h2 { font-size:0.667em; }
	.iuta-challenge, .challenge { font-size:1.15em; }
    .cb-slideshow li div h3 { font-size: 4em }
	.cb-slideshow li div h4 { font-size: 2.5em; color:#07b; }
	.footer A {font-size: 0.75em;}
}
@media screen and (max-width: 414px) { 
	.topline { font-size:1.2em; }
	DIV.container, DIV.container IMG, .conitem { width:120px;}
	.container h2 { font-size:0.667em; }
	.iuta-challenge, .challenge { font-size:1.15em; }
    .cb-slideshow li div h3 { font-size: 3em }
	.cb-slideshow li div h4 { font-size: 1.5em; color:#07b; }
}
@media screen and (max-height: 414px) { 
	.topline { font-size:1.2em; }
	DIV.container, DIV.container IMG, .conitem  { width:135px;}
	.container h2 { font-size:0.667em; }
	.iuta-challenge, .challenge { font-size:.9em; }
*/
   /* .cb-slideshow li div h3 { font-size: 3em; padding-left:calc(50% - 135px); }
	.cb-slideshow li div h4 { font-size: 1.5em; color:#07b; padding-left:calc(50% - 135px)  }
*/
/*	 .cb-slideshow li div h3 { font-size: 3em; }
	.cb-slideshow li div h4 { font-size: 1.5em; color:#07b; }

}*/