@font-face {
    font-family: 'EduDiatype-Regular';
    src: url('../fonts/EduDiatype-Regular.woff2') format('woff2'),
         url('../fonts/EduDiatype-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EduDiatype-RegularItalic';
    src: url('../fonts/EduDiatype-RegularItalic.woff2') format('woff2'),
         url('../fonts/EduDiatype-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ogg-Regular';
    src: url('../fonts/Ogg-Regular.woff2') format('woff2'),
         url('../fonts/Ogg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ogg-Light';
    src: url('../fonts/Ogg-Light.woff2') format('woff2'),
         url('../fonts/Ogg-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: EduDiatype-Regular;
	font-size: 14px;
	min-height: 101vh;
}

.noblock {
	display: none;
}

.h1, h1 {
	font-family: Ogg-Regular;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.h2, h2 {
	font-size: 26px;
	line-height: 35px;
}

.h4, h4 {
	font-size: 14px;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	margin-bottom: 0.1em;
}

h4 img {
	width: 20px;
}

p a, p a:hover {
	color: #000;
	text-decoration: underline;
}

/* Logo Blinki */

.col-md-6.logo img {
	width: 296px;
	padding-top: 2em;
}

#logoblink a, #logoblink_b a, #logoblink_w a {
	display: block;
	width: 100%;
	height: 100%;
}

#logoblink {
	background-image: url(../img/logo_on.svg);
	-webkit-animation: blinker 1s infinite;
	animation: blinker 1s infinite;
	height: 50px;
	background-repeat: no-repeat;
	margin: 0;
	width: 296px;
	margin-top: 2em;
}

@-webkit-keyframes blinker {
  0% {
    background-image: url(../img/logo_on.svg);
	height: 50px;
	background-repeat: no-repeat;
	margin: 0;
	width: 296px;
	margin-top: 2em;
  }
  50% {
    background-image: url(../img/logo_off.svg);
	height: 50px;
	background-repeat: no-repeat;
	margin: 0;
	width: 296px;
	margin-top: 2em;
  }
  100% {
    background-image: url(../img/logo_on.svg);
	height: 50px;
	background-repeat: no-repeat;
	margin: 0;
	width: 296px;
	margin-top: 2em;
  }
}

@keyframes blinker {
  0% {
    background-image: url(../img/logo_on.svg);
	height: 50px;
	background-repeat: no-repeat;
	margin: 0;
	width: 296px;
	margin-top: 2em;
  }
  50% {
    background-image: url(../img/logo_off.svg);
	height: 50px;
	background-repeat: no-repeat;
	margin: 0;
	width: 296px;
	margin-top: 2em;
  }
  100% {
    background-image: url(../img/logo_on.svg);
	height: 50px;
	background-repeat: no-repeat;
	margin: 0;
	width: 296px;
	margin-top: 2em;
  }
}

.blackblock, .whiteblock {
	display: flex;
	align-items: center;
	height: 101vh;
	width: 100vw;
	position: fixed;
	background: #000;
	z-index: 2222;
	color: #fff;
	text-align: center;
	top: 0;
	pointer-events: none;
}

.whiteblock {
	background: #fff;
	z-index: 2221;
	color: #000;
}

.blackblock:hover {
	opacity: 0;
}


/* Menü */

.container.top {
	position: relative;
	background: transparent;
	height: 3em;
	margin-bottom: 12vh;
}

.container.bottom {
	position: fixed;
	z-index: 999999;
	background: transparent;
	height: 32px;
	bottom: 0;
}

.container.nopad {
	padding: 0;
	overflow-x: hidden;
}

.clearblock {
	height: 15px;
}

.clearblock.middle {
	height: 1.5em;
}

.clearblock.top {
	height: 100px;
}

.col-md-6.menu {
	text-align: right;
}

.bottom .col-md-6.menu {
	text-align: right;
	float: right;
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	padding-right: 30px;
}

.menu ul li {
	display: inline-block;
}

.menu ul li a {
	text-transform: uppercase;
	color: #000;
	width: 100px;
	text-align: left;
	float: right;
	border: 1px solid;
	margin-right: -5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: #000;
	margin-top: -1px;
	font-size: 10px;
	letter-spacing: 0.35px;
	padding: 5px 10px;
	background-color: #fff;
	border-bottom: 0;
	margin-top: 7px;
}

.bottom .menu ul li a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}

.menu ul li a.active, .menu ul li a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/* Timer */

.timer {
	padding: 0 1em;
	min-width: 400px;
	text-align: center;
	display: inline-block;
}

/* Table */

table {
	width: 100% !important;
	margin-bottom: 1rem !important;
	background-color: transparent;
}

tbody {
	font-size: 14px;
}

#table-container-table {
	width: 80vw !important;
	padding-bottom: 40vh;
	overflow: hidden;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 0px solid #dee2e6;
}

table.TF th {
	height: 0;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0.0em .7em;
	color: #000;
	padding-bottom: 0.8em;
	text-overflow: ellipsis;
	overflow: hidden;
}

table.TF td {
	margin: 0;
	padding: .5em .7em;
	border-bottom: 1px solid transparent;
	text-overflow: ellipsis;
	overflow: hidden;
}

table.TF tr:hover td {
	border-bottom: 1px solid #000;
}

.sort-arrow {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;
	float: left;
	clear: both;
}

.ascending {
	display: inline;
	background-image: url("../img/pfeil_klein.svg");
	transform: rotate(180deg);
	background-size: 10px;
}

.descending {
	display: inline;
	background-image: url("../img/pfeil_klein.svg");
	background-size: 10px;
}

.sort-arrow.ascending::after {
	content: "\2191";
}

.sort-arrow.descending::after {
	content: "\2193";
	width: 10px;
	background: red;
} 

tr th:nth-of-type(9), tr th:nth-of-type(10) {
	display: none;
}

.odd td:nth-of-type(10), .even td:nth-of-type(10) {
	display: none;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: transparent;
}

.even, .odd {
	background-color: transparent;
}

.inf {
	display: none;
}

thead th, h3 {
	font-family: Ogg-Regular;
	letter-spacing: 0.8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 1.2em !important;
}

/* Bild Hover */

.imgtip {
	position: relative;
}

.imgtip .imgtip-span {
	position: absolute;
	top: 0px !important;
	right: 0;
	width: auto;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	z-index: 1;
} 

.imgtip .imgtip-span {
	position: absolute;
	top: 0px !important;
	right: 0 !important;
	width: 0;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	z-index: -1;
}

.imgtip:hover .imgtip-span {
	opacity: 1 !important;
}

.imgtip-span img {
	max-height: 40vh;
	margin-top: 2.5em;
}

/* Filter */

.flt[type="text"] {
	display: none;
}

.div_checklist {
	width: 100%;
	height: auto;
	line-height: 30px;
	border: 0px solid #f4f4f4;
	overflow: auto;
	text-align: left;
	background-color: #fff;
	color: #000;
	font-size: 14px;
}

.flt_checklist {
	display: none;
}

.flt_checklist.active {
	display: block;
}

.fltrow td {
	padding-bottom: 0 !important;
}

.fltrow p, .resetlink  {
	background-image: url("../img/pfeil_klein.svg");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	max-width: 120px;
	font-size: 14px;
	letter-spacing: 0.25px;
	margin-bottom: 0.2em;
}

.fltrow p.active, .fltrow p:hover {
	background-image: url("../img/pfeil_klein_oben.svg");
}

.resetlink, .resetlink:hover {
	margin-top: 1em;
	background-image: none;
	color: #000;
	text-decoration: none;
	float: left;
}


.fltrow {
	position: fixed;
	right: 0em;
	width: 180px;
	background: #fff;
	padding: 0;
	display: block;
	border-left: 1px solid #000;
	min-height: 90vh;
	padding-left: 2em;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1;
	padding-bottom: 40px;
}

.fltrow td {
	float: left;
	clear: both;
	width: 100%;
	border: 0!important;
}

.flt_checklist li:first-child {
	display: none;
}

/* Checkbox */

.div_checklist li.flt_checklist_item {
	padding: 0px !important;
	margin: 0 !important;
	font-size: inherit;
	border-bottom: 0px solid #f4f4f4 !important;
	cursor: pointer;
}

.div_checklist li.flt_checklist_item:hover {
	background-color: transparent !important;
	color: #000 !important;
	cursor: pointer;
}

.div_checklist label {
	display: block !important;
	font-weight: inherit !important;
	cursor: pointer;
	margin-bottom: 7px;
	line-height: 0.8;
}

.flt_checklist_item label input {
	display: none;
}

.flt_checklist_item label {
	background-image: url(../img/quadrat.png);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-size: 10px;
}

.flt_checklist_item.flt_checklist_slc_item label, .flt_checklist_item label:hover {
	background-image: url(../img/kreis.png);
}	
	
.flt_checklist_slc_item {
	background-color: transparent !important;
	color: #000 !important;
}

/* Bootstrap Overrides */

.container {
	max-width: 100%;
}

.row.nopad {
	margin-left: 0;
	margin-right: 0;
}

.fade:not(.show) {
	opacity: 1;
}

.modal {
	background-color: #000;
	z-index: 9999999;
}

.modal-dialog {
	max-width: 1000px;
	margin: auto;
	margin-top: 6em;
}

.modal-content {
	border: 0;
	border-radius: 0;
	outline: 0;
}

/* Random Images */

.shufflecont {
	width: 100%;
  display: block;
  height:400vh;
  background: #fff;	
  float: left;
}

.new_pos {
	position: fixed;
	top: 130px;
	left: 30px;
	width: 50px;
	z-index: 222;
	cursor: pointer;
}

#container1, #container2, #container3  {
	padding: 100;
}

.latestblock {
	width: 33.33333%;
	height: auto;
	min-width: 50px;
	min-height: 50px;
	background-color: transparent;
	position: relative;
	padding: 2em;
	display: block;
	float: left;
}

.latestblock.hoch img, .latestblock.hoch p {
	float: left;
}

.latestblock.hoch img {
	width: 50%;
}

.latestblock.hoch p {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 0.5em;
}

.latestblock .caption {
	font-size: 12px;
}

.latestblock p {
	opacity: 0;
	display: block;
	padding: 0.5em 0;
	font-size: 12px;
	width: 50%;
}

.latestblock:hover p {
	opacity: 1;
	display: block;
	position: relative;
	background-color: #fff;
	bottom: 0;
}

.latestblock:hover {
	z-index: 1;
}

.latestblock img {
	width: 100%;
}

/* YT */

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin-bottom: 2em;
	margin-top: 0.25em;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Ticker */

.marquee {
	position: relative;
	bottom: 0;
	width: 100vw;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 30px;
	font-family: 'EduDiatype-Regular';
	background-color: #fff;
	z-index: 10000;
	padding: 12px 0;
	margin-bottom: 10vh;
}

.marquee.black {
	background-color: #000;
	color: #fff;
	padding: 13px 0;
}

.marquee.center {
    font-family: 'Ogg-Regular';
	text-transform: uppercase;
	letter-spacing: 1.5px;
	height: 70px;
}

.marquee.center.active, .marquee.black.bottom.active {
	height: auto;
}

.pfeilbtn {
	background-color: #fff;
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	border: 1px solid #000;
	background-image: url(../img/pfeil_gross_s.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transform: rotate(0deg);
	top: -1px;
	box-sizing: border-box;
}

.black.bottom .pfeilbtn {
	background-color: #000;
	border: 1px solid #fff;
	background-image: url(../img/pfeil_gross_w.svg);
	margin-top: -1px;
	height: 72px;
}

.active .pfeilbtn {
	transform: rotate(180deg);
}

.black.bottom.active .pfeilbtn {
	height: 72px;
}

.marquee.hidden {
	display: none;
}

.marquee.active {
	border-bottom: 0;
	padding-bottom: 0;
}

.marquee {
	max-width: 100%;
	overflow-x: visible;
	height: 70px;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marqueeleft 32s linear infinite;
}

.track.right {
  animation: marqueeright 32s linear infinite;
}

.marquee .content img {
	display: inline-block;
	height: 53px;
	margin-top: -5px;
	margin-left: 20px;
	margin-right: 20px;
}

@keyframes marqueeleft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marqueeright {
  from { transform: translateX(-50%); }
  to { transform: translateX(0%); }
}

.additional {
	margin-top: 56px;
	border-top: 1px solid;
	display: none;
	padding: 0 1em;
	background-color: #fff;
}

.additional .container {
	max-width: 1630px;
}

.additional .col-md-6 {
	padding-left: 30px;
	padding-right: 30px;
}

.additional * {
	background-color: transparent;
	color: #000;
}

.active .additional {
	display: block;
}

.col-md-3 p {
	font-size: 14px;
	text-align: left;
	font-family: EduDiatype-Regular;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 2em;
}

.col-md-3 .headline {
	letter-spacing: 0.8px;
}

.col-md-6.bottom p {
	font-size: 20px;
	text-align: left;
	font-family: EduDiatype-Regular;
	text-transform: none;
	letter-spacing: 0;
	line-height: 28px;
}

.modal-body h2 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	float: left;
	width: 100%;
}

.modal-body h3 {
	margin-bottom: 0px !important;
	margin-top: 1em !important;
	float: left;
	width: 100%;
}

.modal-header {
	border-color: #000;
}

.modal-footer {
	display: none;
}

.close img {
	width: 25px;
	height: 25px;
	margin-top: 13px;
}


/** Größere Monitore **/


@media only screen and (max-width: 768px) {
	
.col-md-3 {
	position: relative;
	width: 50%;
}

.col-md-6.bottom p {
	font-size: 18px;
	line-height: 26px;
}

#map {
	margin-bottom: 1em;
}
	
.marquee {
	margin-bottom: 5vh;
}	

.additional {
	padding: 0;
}
	
.container.top {
	position: relative;
	background: transparent;
	height: 3em;
	margin-bottom: 8vh;
}	

#logoblink {
	background-image: url(../img/logo_on.svg);
	animation: blinker 1s infinite;
	height: 50px;
	background-repeat: no-repeat;
	margin: 0;
	width: 240px;
	margin-top: 2em;
}



}