﻿body {
	padding-top: 0px;
	padding-bottom: 20px;
	color: #1D4171;
	max-width: 1800px;
	font-size: 15px;
	overflow: auto;
}

.blue-bg{
	background-color: #1D4171;
	color: white;
}

.text-primary-500{
	color: #1D4171;
}

.text-primary-300{
	color: #617A9C;
}

/*Old Safari Fixes*/
.d-flex {
    display: -webkit-flex!important;
    display: flex!important;
}
.flex-column{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.justify-content-end{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media (min-width: 540px) {
    .d-sm-flex {
        display: -webkit-flex !important;
        display: flex !important;
    }
    .d-sm-none{
        display: none !important;
    }
}
@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-flex !important;
        display: flex !important;
    }

    .d-md-none {
        display: none !important;
    }
    .w-md-100{
        width: 100%;
    }
}
@media (min-width: 1100px) {
    .d-lg-flex {
        display: -webkit-flex !important;
        display: flex !important;
    }

    .d-lg-none {
        display: none !important;
    }
}
@media (min-width: 1500px) {
    .d-xl-flex {
        display: -webkit-flex !important;
        display: flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .w-xl-unset {
        width: unset !important;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a:hover {
    text-decoration: none;
}
.sessionLink h2 {
    color: #1D4171;
}
.sessionLink:focus h2{
    color: white;
}

.visibleOnFocus{
    opacity: 0;
}
.visibleOnFocus:focus{
    opacity: 1;
}
.jumpmarker{
    position: absolute !important;
    bottom: -1.8em;
    z-index: -1000;
}
.jumpmarker:focus{
    z-index: 1001;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.full-width-input{
    max-width: 100%;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 992px){
    header input:not(.full-width-input) {
        max-width: 220px;
    }
    .actionbar-content{
        padding-right: 0;
    }
}

#wholeSessionH{
    font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

header {
	background: url(../images/header-image-original.jpg) center 0%;
	background-size: cover;
	min-height: 206px;
}

header .logo-wrap .grid-h1{
    display: none !important;
}
@media(max-width: 550px){
    header .logo-wrap {
        display: grid !important;
        grid-template-columns: 100%;
    }
    header .logo-wrap .grid-h1{
        display: table-cell !important;
    }
    header .logo-wrap .flex-h1{
        display: none !important;
    }

    header .logo-wrap {
        max-height: fit-content;
    }
}

.header-logo {
	background: url(../images/buergerschaft-header-logo.svg);
	background-position-x: right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 412px;
	height: 75px;
	border-radius: 7px;
	border-top-left-radius: 0;
}

.header-logo-h1 {
    background: url(../images/OnlineMediathek.svg);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 245px;
    height: 75px;
    border-radius: 7px;
    border-top-left-radius: 0;
}

.header-logo-mobile {
	background: url(../images/buergerschaft-header-logo.svg);
	background-position-x: right;
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 275px;
	min-height: 50px;
    height: 50px;
	border-radius: 7px;
	border-top-left-radius: 0;
    justify-self: end;
}

.header-logo-h1-mobile {
    background: url(../images/OnlineMediathek.svg);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 164px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 7px;
    border-top-left-radius: 0;
    justify-self: start;
}

.actionbar {
	background: rgba(255,255,255,0.90);
}
.fix-actionbar .actionbar {
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(220,220,220,0.9);
	max-width: 1800px;
}
.actionbar * {
	font-size: 20px;
}
	.actionbar .sessionMenu-wrap label {
		letter-spacing: -1px;
	}
	.actionbar .separator {
		margin: 4px 0;
		border-bottom: 3px solid #1D4171;
	}
		.actionbar .separator.left {
			width: 52px;
		}

.actionbarHeader {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.0625em;
}

.actionbar .sessionMenu-wrap label {
	margin: 0;
	height: 30px;
	line-height: 30px;
}

.actionbar .selectator_element {
	background: transparent;
	font-weight: bold;
	border: none;
}
	.actionbar .selectator_element.single {
		height: 30px;
		padding: 0px 23px 0px 5px !important;
	}
	.actionbar .selectator_element.focused {
		box-shadow: none;
		border: none;
	}
.actionbar .single.selectator_element .selectator_chosen_items .selectator_chosen_item {
	color: #1D4171;
	text-align: right;
}
.actionbar .selectator_element::after {
	content: '';
	display: inline-block;
	top: 2px;
	bottom: 2px;
	width: 14px;
	background: url(../images/select-arrows.svg) no-repeat center;
	background-size: contain;
}
.actionbar .selectator_element .selectator_options .selectator_option .selectator_option_title {
	color: #1D4171;
	font-weight: bold;
	text-align: right;
	margin-left: 0px;
	margin-right: 5px;
}
.actionbar .selectator_element .selectator_options .selectator_option:first-child {
	display: none!important;
}
.actionbar .selectator_element .selectator_options .selectator_option {
	padding: 5px 0;
}
.actionbar .selectator_element .selectator_options {
	background-color: #F8F8F8;
	opacity: 0.9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow-y: scroll;
	font-family: inherit;
}

.dropdownBtn {
    padding: 0;
    margin:0;
    border:none;
    background: transparent;
}
.active > .dropdownBtn{
    background-color: #39f;
    color: white;
}

input::-ms-clear {
	display: none;
}
.actionbar .searchForm {
	background-color: #fff;
	margin: 0;
	padding: 0;
	border-radius: 7px;
	border-bottom-right-radius: 0;
	z-index: 100;
}
	.actionbar .searchForm input {
		border: none;
		outline: none;
		padding: 0 15px;
        height: 42px;
	}
	.actionbar .searchForm .searchInputWrap {
		display: flex;
	}
    .actionbar .searchForm:focus-within .button{
        border-radius: 0 7px 7px 0;
    }
    .actionbar .searchForm .searchInput{
        border-radius: 7px 0 0 7px;
        margin-right: 0.1em;
    }
	.actionbar .searchForm .searchAbort {
		margin-left: -35px;
		width: 35px;
		background: url(../images/cancel-x.svg) no-repeat;
		background-color: #fff;
		background-size: 65%;
		background-position: center center;
		cursor: pointer;
	}

.framed-tl {
    height: 42px;
    box-sizing: border-box;
    display: inline-block;
    border: 2px solid #1D4171;
    border-radius: 7px;
    border-top-left-radius: 0;
}

.framed-tr {
    height: 42px;
    display: inline-block;
    border: 2px solid #1D4171;
    border-radius: 7px;
    border-top-right-radius: 0;
}

.noframe-bl, .framed-bl {
	height: 42px;
	display: inline-block;
	border-radius: 7px;
	border-bottom-left-radius: 0;
}
.framed-bl {
    border: 2px solid #1D4171;
}

.framed-br {
    height: 42px;
    display: inline-block;
    border: 2px solid #1D4171;
    border-radius: 7px;
    border-bottom-right-radius: 0;
}

/* .vjs-button-ut{
	display: inline-block;
	background: url(../images/sign-language.svg);
	cursor: pointer;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
    background-size: 30%;
} */
.toggle-button-mobile{
	margin-top: 10px;
}


/* Prototype Toggle start */
/* The switch - the box around the slider */
.toggle {
	position: relative;
	width: 80px;
	height: 42px;
	margin-bottom: 0 !important;
  }
  
  /* Hide default HTML checkbox */
  .toggle input {
	opacity: 0;
	width: 0;
	height: 0;
  }

  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	inset: 0px;
	padding: 2px;
	background-color: #E5E0DB;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 7px;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 38px;
	width: 38px;
	background-color: #8E959E;
	
	
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 5px;
  }

  .sign.slider:before{
	background-image: url(../images/sign.svg);
	background-repeat: no-repeat;
	background-position: center;
  }
  .visibility.slider:before{
	background-image: url(../images/visibility.svg);
	background-repeat: no-repeat;
	background-position: center;
  }
  
  input:checked + .slider {
	background-color: #1D417170;
  }
  
  input:focus + .slider {
	-webkit-transition: 0s;
	transition: 0s;
	outline-color: #1D4171;
	outline-width: 2px;
	outline-style: solid;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%x);
	background-color: #1D4171;
  }


  /* Prototype Toogle end */




.button {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	background-color: #1D4171;
	border-radius: 7px;
	text-align: center;
	color: white;
	font-family: 'Trebuchet MS', 'Trebuchet';
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
	.button.grey {
		background-color: #E5E0DB;
		color: #616060;
	}
	.button.inactive {
		background-color: #E5E0DB;
		color: #616060;
		cursor: default;
	}
	.button > * {
		padding: 0 10px;
	}

.button a {
	color: white;
	text-decoration: none;
}

.button-width-square {
	width: 42px;
}

.button-long{
    width: 84px;
}

.button-long-mobile{
	width: 60px;
}

.button.small {
	height: 21px;
}
.button.small.button-width-square {
	width: 21px;
}
.button-search {
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: center;
}

.button-home {
	background-image: url(../images/home.svg);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: center;
    z-index: 1000;
}

.button-play {
	background-image: url(../images/playbutton.svg);
	background-repeat: no-repeat;
	background-size: 41%;
	background-position: 54% 50%;
}

.button-sign {
    background-image: url(../images/sign-language.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 54% 50%;
}

.button-sign-mobile .button{
    height: 34px;
    line-height: 34px;
}

.player-sign-button:hover{
	cursor: pointer;
}

.button-download {
	background-image: url(../images/downloadbutton.svg);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
}
.button-link {
	background-image: url(../images/link-button.svg);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: center;
}
.button-link-copy {
	background-image: url(../images/link-copy-button.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.button-table {
	background-image: url(../images/table.svg);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}

.button-script {
	background-image: url(../images/script.svg);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}

.button-edit-time {
	background-image: url(../images/edit-time-button.svg);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
}

.button-edit {
	background-image: url(../images/edit-button.svg);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
}

.button-delete {
	background-image: url(../images/delete-button.svg);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
}

.button-revert {
	background-image: url(../images/undo-button.svg);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

.button-add {
	background-image: url(../images/add-button.svg);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
}
.text-button-check {
	background-image: url(../images/check-white.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: right 12px center;
}
.text-button-delete {
	background-image: url(../images/delete-button.svg);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: right 14px center;
}
a.combined-button {
	text-decoration: none;
}
.mobileDownloadLink, .mobileCopyLink {
	font-size: 0.9em;
}
    .mobileDownloadLink .button, .mobileCopyLink .button {
        height: 34px;
        line-height: 34px;
    }
    .mobileDownloadLink .button-width-square, .mobileCopyLink .button-width-square {
        width: 34px;
    }
.button-tl {
	border-top-left-radius: 0;
}
.button-tr {
	border-top-right-radius: 0;
}
.button-bl {
	border-bottom-left-radius: 0;
}
.button-br {
	border-bottom-right-radius: 0;
}

.modal-button{
	border: 0;
	line-height: 1;
	height: 2.4em;
	min-width: 8em;
}
.modal-backdrop {
	background-color: rgba(0,0,0,0.5);
}

body h1 {
    font-size: 20px;
    font-family: Verdana;
    font-weight: bold;
}

h2 {
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
}

hr {
	height: 3px!important;
	background: #E5E0DB!important;
	border: none!important;
}

.footer-menu, .footer-menu a {
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
	color: #1D4171;
}

h2.topheader{
    font-size: 17px;
    line-height: 1.36em;
}

.sr-only{
    max-width:1px;
    max-height: 1px;
    overflow: hidden;
    opacity: 0;
}

.accessibilityHint{
    font-style: unset;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0.3em;
    padding-left: 0.5em !important;
}

/*
	Mediathek-specific
*/
.sessionItemText h3 {
    font-size: 17px;
    line-height: 1.36em;
}

h3 {
    font-weight: bold !important;
}

ul.itemList {
	margin: 0;
	padding: 0;
}
	ul.itemList.sessionList {
		max-width: 600px;
	}
	ul.itemList li {
		list-style: none;
		list-style-image: none;
		font-family: 'Trebuchet MS', 'Trebuchet';
		font-weight: bold;
		font-size: 1.44rem;
		line-height: 1em;
	}
ul.sessionList .underline {
	border-bottom: 1px solid #000;
}
ul.sessionList .end-underline {
	border-bottom-right-radius: 7px;
}
ul.sessionList li a {
	color: #000;
}

ul.sessionItems {
	margin: 0;
	padding: 0;
	font-family: Verdana;
}
	ul.sessionItems li {
		list-style: none;
		list-style-image: none;
		padding: 0;
		display: block;
		margin-top: 30px;
	}
	.sessionItems .sessionItem .main-block {
		border-bottom: 2px solid #e5e0db;
	}
	.sessionItems .sessionItem:last-child .main-block {
		border: none;
	}
	.sessionItems li a.sessionLink {
		color: #1D4171;
	}
	.sessionItems li .sessionItemText {
		font-size: 17px;
		line-height: 1.36em;
		margin-top: -0.28em;
		display: flex;
		align-items: center;
	}
		.sessionItem .docNumberWrap a.docNumber {
			text-decoration: underline;
			color: #ABBBCC;
			display: flex;
			align-items: center;
			margin-right: 10px;
		}
			.sessionItem .docNumberWrap a.docNumber * {
				display: inline-block;
				color: #1D4171;
				padding: 0 12px 0 0;
				text-align: left;
			}

            .sessionItem .docNumberWrap a:first-child * {
                padding-left: 0;
            }

@media (max-width: 768px){
    .sessionItem .docNumberWrap a.docNumber *{
        padding-left: 0;
    }
}
	.sessionItem .docNumber-separator {
		height: 10px;
	}

	.sessionItem .agendaItemNumberWrap {
		display: flex;
	}
		.sessionItem .agendaItemNumberWrap .agendaItemNumber {
			line-height: 1em;
			text-align: center;
			width: 42px;
			flex-basis: auto;
			flex-shrink: 1;
			padding: 3px 0;
		}
			.sessionItem .agendaItemNumberWrap .agendaItemNumber .numberLabel {
				display: block;
				font-size: 10px;
				line-height: 1.5em;
			}

			.sessionItem .agendaItemNumberWrap .agendaItemNumber .number {
				display: block;
				font-size: 17px;
			}
			.sessionItem .agendaItemNumberWrap .agendaItemNumber .number.long {
				font-size: 10px;
				word-break: break-word;
			}
	.sessionItem .downloadLink {
		align-items: center;
	}
	.sessionItem .speeches, .sessionItem .speechesHeader {
		color: #000000;
		font-family: 'Trebuchet MS', 'Trebuchet';
		line-height: 1.2em;
		column-width: 280px;
	}
		.sessionItem .speeches .speech.active {
			background: #fff26f;
			border-radius: 7px;
			border-top-left-radius: 0;
		}
		.sessionItem .speeches .speech.active.behindOverlay {
			background: none;
			box-shadow: none;
			border-radius: 0;
		}
        .sessionItem .speeches .speechDetails{
            padding-right: 0.5em;
        }
@media (min-width: 1500px) {
			.sessionItem .speeches {
		column-count: 2;
		column-gap: 20px;
		column-fill: balance;
	}
}
.vjs-logo {
	position: absolute;
	top: 2.56%;
	right: 1.56%;
	width: 8%;
	height: 8%;
	background-image: url("../images/hh-burg-100pct-rahmen-50pct.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.0;
}
.vjs-has-started .vjs-logo {
	opacity: 0.9;
}
body .video-js .vjs-big-play-button {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	border: none;
	height: 72px;
	width: 72px;
	background: url(../images/videoplayer-playbutton.svg);
	background-size: 100%;
}
@media (max-width: 768px) {
	body .video-js .vjs-big-play-button {
		height: 52px;
		width: 52px;
	}
}

body .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
	content: none;
}

.video-16by9-wrapper-before-loading-videojs {
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
	.video-tag-wrapper video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.video-js .vjs-control-bar .vjs-current-time{
    display: block;
}
.video-js .vjs-control-bar .vjs-remaining-time{
    display: none;
}

#videoCutter .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 1;
}

#videoCutter #markerStart, #videoCutter #markerStop {
	height: 42px;
	width: 88px;
	text-align: center;
}

#videoCutter .video-js div.vjs-selectionbar-line-RS {
	height: 35px;
}
#videoCutter .video-js .vjs-rangeslider-handle {
	top: -15px;
}
#videoCutter .video-js .vjs-timebar-RS {
	top: -20px;
}
.button-marker-in-set, .button-marker-out-set {
	background-image: url(../images/marker-down.svg);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: center;
}

.button-marker-in-play, .button-marker-out-play {
	background-image: url(../images/marker-right.svg);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
}

.button-zoom-in {
	background-image: url(../images/zoom-in.svg);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
}

.button-zoom-out {
	background-image: url(../images/zoom-out.svg);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
}

.button-save {
	background-image: url(../images/save.svg);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: center;
}

.saved .button-save {
	background-image: url(../images/check-white.svg);
}


ul.pagination li {
	font-weight: bold;
	margin-right: 7px;
	padding: 0 5px;
}
	ul.pagination li a {
		color: #1D4171;
	}
	ul.pagination li.active {
		border: 1px solid #1D4171;
		border-radius: 5px;
		border-bottom-left-radius: 0;
	}

.noVideo {
	background: grey;
	color: white;
	font-size: 24px;
	text-align: center;
	padding: 23% 0; /* for 16:9 aspect ratio */
	position: relative; /* If you want text inside of it */
}

/* continous loading animation */
.hidden{
	display: none;
}

#videoDownload .status {
	height: 100px;
	position: relative;
}

	#videoDownload .status .loadingAnimation,
	#videoDownload .status progress {
		position: absolute;
	}

#button-loading-spinner {
	position: relative;
}

	#button-loading-spinner.status .loadingAnimation,
	#button-loading-spinner.status progress {
		position: absolute;
	}


	.spinner {
		display: flex;
		height: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;

	}
	#button-loading-spinner .spinner {
		width: 100%;
		text-align: center;
	}

	.spinner > div {
		width: 18px;
		height: 18px;
		background-color: #1D4171;
		border-radius: 100%;
		display: inline-block;
		-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}

	.spinner > div.mobile {
		width: 8px;
		height: 8px;
		background-color: #1D4171;
		border-radius: 100%;
		display: inline-block;
		-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}

	.spinner .bounce1 {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.spinner .bounce2 {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}
	.spinner .bounce1.mobile {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.spinner .bounce2.mobile {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}
	.spinner .bounce1.mobile {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.spinner .bounce2.mobile {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.01);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
@supports (-webkit-touch-callout: none) {
	.spinner > div.mobile {
		background-color: #ffffff;
	}
  }

.toast {
	border-radius: 7px!important;
	border-top-right-radius: 0!important;
	background-color: #1D4171!important;
	color: #ffffff!important;
	opacity: 0.9!important;
}

.vjs-texttrack-settings {
	display: none;
  }

.video-js .vjs-text-track-display > div{
	margin:0% !important;
}

/* Subtitle Font-Size for smartphone screens */
.video-js .vjs-text-track-display > div > div > div{
    font-family: 'Roboto', sans-serif !important;
    padding:5px !important;
    background:rgb(0,0,0,0.7) !important;
    right:0px !important;
    margin: 0px !important;
    display: inline-block !important;
    font-size: 16px !important;
    line-height:20px !important;
    width: 100% !important;
    bottom: 0px;

    }
    
    
    /* Fullscreen Subtitle Font-Size for smartphone screens */
    .vjs-fullscreen .vjs-text-track-display > div > div > div {
    font-size: 16px !important;
    line-height:20px !important;
    padding: 5px !important;

    }
    .video-js .vjs-text-track-display .vjs-text-track-cue{
        bottom: 0px !important;
    }


/* Subtitle Font-Size for tablet to medium screens */
@media(min-width: 640px){
    .video-js .vjs-text-track-display > div > div > div{
    font-size: 18px !important;
    line-height:20px !important;
    padding: 2px;
    }
    .video-js .vjs-text-track-display .vjs-text-track-cue{
        bottom: 0px !important;
    }
}

@media(min-width: 1024px) {
.video-js .vjs-text-track-display > div > div > div{
font-family: 'Roboto', sans-serif !important;
font-size: 20px !important;
width: 100% !important;
line-height:22px !important;
padding: 2px 10px !important;
bottom: 0px !important;
}


/* Default Fullscreen Subtitle Font-Size */
.vjs-fullscreen .vjs-text-track-display > div > div > div {
font-size: 24px !important;
line-height:28px !important;
padding: 10px 15px !important;
bottom: 0px !important;
}
}

/* Default Subtitle */
@media(min-width: 1280px) {
    .video-js .vjs-text-track-display > div > div > div{
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px !important;
    width: 100% !important;
    line-height:28px !important;
    padding: 2px 15px !important;
    bottom: 0px !important;
    }
    
    
    /* Default Fullscreen Subtitle Font-Size */
    .vjs-fullscreen .vjs-text-track-display > div > div > div {
    font-size: 32px !important;
    line-height:36px !important;
    padding: 10px 15px !important;
    bottom: 0px !important;
    }
    }



.vjs-menu li {
	text-transform: unset !important;
}

/* Default Bauchbinden */
.vjs-SpeakerNameWrap * {
	font-size: 0.3rem;
}
.vjs-SpeakerNameWrap {
	display: none;
	position: absolute;
	bottom: 37px;
	left: 4px;
	min-width: 30%;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 1em;
	border-top-left-radius: 0;
	padding: 0.5em 1.5em;
	margin: auto;

}	

	.vjs-has-started .vjs-SpeakerNameWrap {
		display: block;
	}
	.sign-active .vjs-SpeakerNameWrap.sign-available {
		top: 51.5%;
		bottom: auto;
		width: 46.8%;
	}
.bauchbindenTop{
	top: 4px;
	bottom: auto;
}

@media (min-width: 640px) {
	.vjs-SpeakerNameWrap {
		border-radius: 1em;
		padding: 0.5em 1.5em;	
		left: 6px;
		border-top-left-radius: 0;

	}
		.vjs-SpeakerNameWrap * {
			font-size: 1rem;
			line-height: 1.2em;
		}
	/* enlarge font on big enough devices in fullscreen mode*/
	.vjs-fullscreen .vjs-SpeakerNameWrap * {
		font-size: 1rem;
	}
	.vjs-fullscreen .vjs-SpeakerNameWrap {
		left:11px;
		padding: 1em 1em;
		border-radius: 1em;
		border-top-left-radius: 0;
	}
	.bauchbindenTop{
		top: 6px;
		bottom: auto;
	}
}

@media (min-width: 1024px) {
	.vjs-SpeakerNameWrap {
		border-radius: 1em;
		padding: 0.5em 1.5em;	
		left: 8px;
		border-top-left-radius: 0;

	}
		.vjs-SpeakerNameWrap * {
			font-size: 1rem;
			line-height: 1.2em;
		}
	/* enlarge font on big enough devices in fullscreen mode*/
	.vjs-fullscreen .vjs-SpeakerNameWrap * {
		font-size: 1.5rem;
	}
	.vjs-fullscreen .vjs-SpeakerNameWrap {
		left:11px;
		padding: 1em 1em;
		border-radius: 1em;
		border-top-left-radius: 0;
	}
	.bauchbindenTop{
		top: 8px;
		bottom: auto;
	}
}
@media (min-width: 1280px) {
	.vjs-SpeakerNameWrap {
		border-radius: 1em;
		padding: 0.5em 1.5em;	
		left: 11px;
		border-top-left-radius: 0;

	}
		.vjs-SpeakerNameWrap * {
			font-size: 1rem;
			line-height: 1.2em;
		}

		.vjs-fullscreen .vjs-SpeakerNameWrap * {
			font-size: 1.5rem;
		}
		.bauchbindenTop{
			top: 11px;
			bottom: auto;
		}
		.vjs-fullscreen .bauchbindenTop{
			top: 37px;
			bottom: auto;
		}
		.vjs-fullscreen .vjs-SpeakerNameWrap {
			left:37px;
			padding: 1.5em 1.5em;
			border-radius: 1em;
			border-top-left-radius: 0;
		}
		
}

.vjs-SpeakerNameWrap.empty,
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-SpeakerNameWrap {
	visibility: visible;
	opacity: 0;
	transition: visibility 1s,opacity 1s;
}
	.vjs-SpeakerNameWrap * {
		color: #1D4171;
		font-family: 'Trebuchet MS', 'Trebuchet';
		font-size: 1rem;
		line-height: 1.2em;
		min-height: 1.2em;
	}



	.vjs-SpeakerNameWrap .vjs-SpeakerName {
		font-weight: bold;
	}

.videoTimeEntry {
    width: 50px;
    text-align: center;
}

.d-cont{
    display: contents;
}

.flex-end{
    align-items: flex-end;
}

#videoDownload{
    display: none;
}

.vc-label-min-width{
    min-width: 3.4em;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert {
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 500ms ease-out;
	background-color: #eeeeee;
}



