@charset "ISO-8859-1";

div.collapsible-body > ul:not(.browser-default) > li {
	list-style-type: disc;
}

#searchrow {
	margin-bottom: 0px !important;
}

.submitbutton {
	top: calc(50% - 36px);
}

.imageflag {
	width: 25px !important;
	padding-right: 5px;
}

/* Only displayed when no text is available */
.videoTitle {
	margin-bottom: 0px !important;
}

.videoColumn {
	padding: 0px 0px 0px 0px !important;
}

/* Overwrite for next/prev buttons to be alligned correctly */
.carousel.carousel-slider .carousel-fixed-item{
	height: 100% !important;
	bottom: 0px !important;
}
.next {
	position: absolute;
	right: 0;
	top: calc(50% - 18px);
	opacity: 0.5;
}

.prev {
	position: absolute;
	left: 0;
	top: calc(50% - 18px);
	opacity: 0.5;
}

body {
	background-color: #fabb00;
	font-family: "helvetica";
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

.main_content {
	background-color: #FFFFFF;
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -88px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
}

.search_content {
	background-color: #CCCCCC;
	display: flex;
	padding: 10px 10px 10px 10px;
	z-index: 2;
	position: unset;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

.search_result {
	background-color: #888888;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row; /* Standard */
	flex-direction: row; /* Standard */
}

.content_title {
	display: block;
	height: auto;
	width: 100%;
	background-color: #e6e6e6;
	text-align: center;
	font-weight: 600;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid;
}

.content_left {
	background-color: #AAAAAA;
	width: 80%;
}

.content_right {
	background-color: #CCCCCC;
	width: 100%;
	border-bottom: 1px solid black;
}

.spoiler_content {
	display: none;
}

.check+span {
	border-right: 3px solid grey;
	border-bottom: 3px solid grey;
	width: 7px;
	height: 7px;
	margin-top: -0px;
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: -15px;
}

.check {
	opacity: 0;
}

.check:checked+span {
	border-right: 3px solid grey;
	border-bottom: 3px solid grey;
	width: 7px;
	height: 7px;
	margin-top: -13px;
	margin-left: -10px;
	display: inline-block;
	transform: rotate(45deg);
	margin-left: -15px;
}

.contentTitle {
	padding-left: 10px;
}

.labelcheck {
	display: block;
	width: 100%;
	background-color: white;
	padding: 5px 0px 5px 5px;
	margin-right: -5px;
}

.content_open {
	display: none;
	padding: 5px 5px 5px 5px;
}

.search_td {
	padding: 5px 5px 5px 5px;
}

#expl {
	margin-left: auto;
	padding-top: 5px;
	display: flex;
	align-items: center;
}

#kat {
	display: flex;
	align-items: center;
}

#search {
	display: flex;
	align-items: center;
}

#searchbutton {
	margin-right: auto;
	display: flex;
	align-items: center;
}

.ytframe {
	width: 100%;
	height: 360px;
	display: block;
	border: none;
}

.sliderDiv {
	display: -webkit-inline-box;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.overlaybutton {
	z-index: 5;
	position: absolute;
	top: 50%;
	border: none;
	border-radius: 2px;
	width: 50px;
	height: 50px;
	background-color: #666666;
	opacity: 0.5;
	color: white;
}

.overlaybutton:hover {
	opacity: 0.8;
}

.header {
	background-color: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

#title {
	position: absolute;
	margin-left: -100px;
	z-index: 1;
}

.background {
	width: 70%;
	height: 221px;
	background-color: white;
	position: absolute;
	width: 70%;
	z-index: -1
}

#head_pic {
	width: 100%;
}

select, input {
	border-radius: 5px;
	border: 1px solid grey;
	padding: 5px;
	margin-left: 5px;
}

@media only screen and (max-width:1450px) {
	#content {
		padding: 0px 0px 0px 0px !important;
	}
}

@media only screen and (max-width:600px) {
}