@charset "UTF-8";
/*
Theme Name: opt
Theme URI: http://ost-passage-theater.de/themes/opt/
Author: David Bieberstein
Description: opt-default
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opt
*/

/*MAIN*/

@font-face {
    font-family: "Ubuntu";
    src: url("../font/Ubuntu-Regular.ttf");
}

body {
    font-family: "Ubuntu", sans-serif;
    padding: 0;
    margin: 0;
    background: #d54f12;
    hyphens: auto;
    text-align: justify;
}

.site {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px #000000;
    max-width: 1440px;
    background: #ffffff;
    color: #000000;
}

button:focus {
    outline: 1px solid #000000;
}

.container-fluid,
.row,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    margin: 0;
    padding: 0;

}

img {
    filter: grayscale(100%);
}

a, a:visited, a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-style: dotted;
}

br {
    display: block;
    margin-bottom: 10px;
    content: " ";
}

hr {
    margin: 5px 0;
    color: #d54f12;
    width: 100%;
}

.orange-a, .orange-a:visited {
    color: #000000;
    text-decoration: none;
    text-decoration-style: revert;
}

.orange-a:hover {
    color: #ffffff;
    text-decoration: none;
    text-decoration-style: revert;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-margin {
    margin: 0 !important;
}

.opt-hidden {
    display: none !important;
}

.ohno {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

:focus {
    outline: none;
}

/*IMG*/
.opt-image {
    margin: 10px auto;
    height: auto;
    width: 80%;
    text-align: center;
}

.opt-img {
    height: auto;
    max-width: 100%;
    padding: 10px;
}

.copyright-cnt {
    text-align: center;
    padding-left: 10px;
    font-size: 0.8em;
}

.opt-img:hover {
    filter: grayscale(0%);
}

.js-opt-img:hover {
    cursor: pointer;
}

.opt-image-left {
    float: left;
    max-width: 60%;
    height: auto;
    width: auto;
    margin: 10px 10px 10px 0;
}

.opt-image-right {
    float: right;
    max-width: 60%;
    height: auto;
    width: auto;
    margin: 10px 0 10px 10px;
}

.opt-image-center {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

.opt-image-center-small {
    height: auto;
    width: 50%;
    text-align: center;
    margin: 10px auto;
}

.opt-image-left-small {
    float: left;
    max-width: 40%;
    height: auto;
    width: auto;
    margin: 10px 10px 10px 0;
}

.opt-image-right-small {
    float: right;
    max-width: 40%;
    height: auto;
    width: auto;
    margin: 10px 0 10px 10px;
}

.spinner {
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 17px);
}

.mail-address:before {
    content: url("../img/logo-email-small.png") '';
    position: relative;
    top: 5px;
    padding-right: 2px;
}

.mail-address a {
    text-decoration: none;
}

.mail-address {
    white-space: nowrap;
}

/*HEADER*/
.header {
    position: absolute;
    top: 0;
    line-height: 30px;
    font-size: 1.1em;
    font-weight: bold;
    color: #000000;
    background: #d54f12;
    max-width: inherit;
    overflow: hidden;
}

.title {
    font-size: 1.2em;
    color: #000000;
    text-align: left;
}

.subtitle {
    font-size: 1.1em;
    color: #000000;
    text-align: left;
    display: none;
}

.site-title {
    height: 30px;
    text-align: center;
}

.header-img {
    max-height: 20px;
    max-width: 20px;
    width: auto;
    height: auto;
}

.header-img:hover {
    max-height: 25px;
    max-width: 25px;
}

/*NAVIGATION*/
.navigation {
    position: absolute;
    top: 60px;
    max-width: inherit;
    overflow: hidden;
}

.navbar, .navbar-nav {
    padding: 0;
    background: #000000;
    height: 30px;
    line-height: 30px;
    font-weight: bold;

}

.navbar-nav li {
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.navbar-nav li a, .navbar-nav li a:visited {
    color: #ffffff;
    text-decoration: none;
    text-decoration-style: unset;
}

.navbar-nav li a:hover {
    color: #d54f12;
}

.navbar-nav li.nav-item,
.navbar-nav li.nav-item-first {
    text-align: left;
    height: 20px;
    padding-left: 27px;
}

.navbar-toggler {
    margin: 0;
    padding: 0;
    outline: none;
    color: #ffffff;
}

.navbar-toggler-icon {
    width: 1em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.active-nav-item {
    color: #d54f12;
    cursor: default;
}

/*CONTENT*/
.content {
    position: absolute;
    top: 90px;
    bottom: 48px;
    max-width: inherit;
    overflow: hidden;
}

.menu {
    background: #000000;
    overflow: hidden;
    padding: 0 5px;
}

.main-content,
.news-content,
.event-content,
.form-content,
.schedule {
    height: calc(100vh - 168px);
    overflow-x: hidden;
    overflow-y: auto;
}

.main-content {
    padding: 10px;
    height: calc(100vh - 200px);
}

.event-content {
    height: calc(100vh - 193px);
    padding: 15px;
}

.corona-info {
    padding: 10px;
    border: 1px solid #d54f12;
    text-align: left;
}

/*MENU*/
/*Normal*/
.page-menu {
    list-style: none;
    margin-top: -5px;
    padding-right: 0;
}

.page-menu ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}

.page-menu-item {
    background-color: #ffffff;
    font-weight: bold;
    height: 40px;
    margin: 5px 0;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
    cursor: pointer;
    color: #000000;
    display: inline-block;
}

.page-menu-item:hover .page-menu-item:hover a:hover {
    cursor: pointer;
}

.page-menu-item:hover {
    background-color: #000000;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.page-menu-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.page-menu-item:hover a {
    color: #ffffff;
    text-decoration: none;
}

.selected-item {
    background-color: #d54f12;
    cursor: default;
}

.selected-item > ul > ul > .page-menu-item a:hover {
    cursor: pointer !important;
}

.selected-item > ul > ul > .page-menu-item a:hover {
    cursor: pointer !important;
}

.selected-item a {
    cursor: default !important;
}

.selected-item:hover a {
    cursor: default;
    color: #ffffff;
}

.selected-ancestor:hover a {
    cursor: pointer;
    color: #d54f12;
}

.selected-ancestor:hover .selected-item a {
    color: #ffffff;
    cursor: pointer;
}

/*Pictured*/
.pictured-menu {
    margin-top: 10px;
}

.menu-back {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding-left: 10px;
}

.menu-back:hover {
    background: #d54f12;
}

.pictured-menu a {
    text-decoration: none;
}

.left-menu-pictured-item {
    margin-top: 10px;
    height: 180px;
    max-height: 180px;
}

.left-menu-pictured-img {
    width: auto;
    height: auto;
    max-height: calc(100% - 60px);
    max-width: 100%;
}

.left-menu-pictured-item:hover img {
    filter: grayscale(0%);
}

.left-menu-pictured-item:hover .left-menu-pictured-name {
    color: #d54f12;
}

.left-menu-pictured-name {
    margin-top: 10px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    height: 40px;
}


/*Mobile*/
.page-menu-mobile ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

.page-menu-mobile .page-menu-item {
    font-size: 0.8em;
    float: left;
    margin-right: 5px;
    padding: 0;
    width: auto;
    height: 22px;
    line-height: 22px;
    background: #000000;
    color: #ffffff;
}

.page-menu-mobile .page-menu-item img {
    margin-top: -4px;
    height: 18px;
    max-height: 18px;
    width: auto;
    filter: none;
}

.page-menu-mobile .page-menu-item a {
    font-weight: normal;
    color: #ffffff;
}

.page-menu-mobile .page-menu-item select {
    background: black;
    color: #ffffff;
}

.page-menu-mobile .current {
    background: #d54f12;
}

.root-item {
    cursor: auto;
}

.root-item:hover {
    box-shadow: none;
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 22px;
    height: 22px;
    border: 2px solid #ffffff;
}

.select2-container--default .select2-selection--single {
    background-color: inherit;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent #ffffff transparent !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
}

.select2-results__option {
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-search--dropdown {
    background: #d54f12;
}

.select2-results__option {
    color: #ffffff;
    background: #000000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #000000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d54f12;
    color: #ffffff;
}

.select2-dropdown-img {
    margin-right: 10px;
    background: none;
    height: 30px;
    width: 30px;
    filter: none;
}


/*MAIN-CONTENT*/
/*ERROR*/
.error-404 {
    font-weight: bold;
    border: 5px solid #d54f12;
    margin-bottom: 10px;
    padding: 10px;
}

.error-404-msg {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.event-404 {
    text-align: left
}

.event-404 img,
.error-404 img,
.schedule-empty img {
    transform: scaleY(-1);
    filter: none;
    height: 150px;
}

.complete-news {
    background: #000000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 10px;
}

.complete-news a,
.complete-news:hover a {
    color: #ffffff;
    text-decoration: none;
}

.complete-news:hover {
    cursor: pointer;
    box-shadow: 0 0 0 2px #d54f12;
}

/*SCHEDULE*/
.schedule {
    background: #000000;
}

.schedule a {
    text-decoration: none;
}

.schedule-entry,
.schedule-entry-light,
.schedule-entry-special {
    height: 105px;
    min-height: 105px;
    max-height: 105px;
}


.schedule-entry {
    background-color: #ffffff;
    color: #000000;
}

.schedule-entry-light {
    color: #ffffff;
}

.schedule-entry-special {
    background-color: #ff3567;
}

.schedule-entry-light .time {
    color: #ffffff;
}

.schedule-entry-light .schedule-time {
    background-color: #d54f12;
}

.schedule-event {
    padding: 0 5px;
}

.schedule-entry:hover .schedule-time,
.schedule-entry:hover .time,
.schedule-entry-light:hover .schedule-time,
.schedule-entry-light:hover .time {
    background-color: #d54f12;
}

.schedule-entry:hover .day,
.schedule-entry-light:hover .day {
    color: #d54f12;
}

.schedule-entry-special:hover .day {
    color: #ff3567;
}

.schedule-entry:hover .schedule-event,
.schedule-entry:hover .schedule-image {
    background-color: #d54f12;
    color: #000000;
}

.schedule-entry:hover .schedule-img,
.schedule-entry-light:hover .schedule-img {
    filter: none
}

.schedule-entry-light:hover .schedule-event {
    color: #d54f12;
}

.schedule-entry-special:hover .schedule-event {
    background-color: #000000;
    color: #ff3567;
}

.schedule-entry:hover .schedule-attribute {
    background-color: #000000;
    color: #ffffff;
}

.schedule-entry-light:hover .schedule-attribute {
    color: #d54f12;
    background-color: #ffffff;
}

.schedule-entry-special:hover .schedule-attribute {
    background-color: #ff3567;
}

.schedule-month-name {
    padding: 0 5px;
    font-weight: bold;
    color: #000000;
    background: #d54f12;
}

.schedule-month-name:hover {
    cursor: default;
}

.schedule-premiere {
    font-weight: bold;
    color: #000000;
    background: #d54f12;
    border-bottom: 10px solid #000000;
    border-top: 10px solid #000000;
    height: 165px;
    min-height: 165px;
}

.schedule-premiere-light {
    border-bottom: 10px solid #ffffff;
    border-top: 10px solid #ffffff;
}

.schedule-premiere-title {
    font-weight: bold;
    color: #000000;
    background: #d54f12;
    height: 39px;
    padding-top: 4px;
    border-bottom: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
    text-align: center;
}

.schedule-premiere-light .schedule-premiere-title {
    border-bottom: 4px solid #000000;
    border-top: 4px solid #000000;
}

.schedule-premiere-middle {
    color: #ffffff;
}

.schedule-premiere,
.schedule-premiere:hover,
.schedule-premiere:hover .schedule-event,
.schedule-premiere .schedule-attribute,
.schedule-premiere:hover .schedule-attribute,
.schedule-premiere:hover .schedule-image {
    color: #ffffff;
    background: #d54f12;
}

.schedule-premiere .time,
.schedule-premiere:hover .time,
.schedule-premiere:hover .schedule-time,
.schedule-premiere .schedule-day,
.schedule-premiere:hover .schedule-day,
.schedule-premiere:hover .day {
    color: #000000;
    background: #d54f12;
}

.schedule-date {
    height: 105px;
    color: #ffffff;
    position: relative;
    padding: 5px;
}

.schedule-day {
    background-color: #000000;
    position: absolute;
    height: 105px;
    width: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    padding: 0 5px;
}

.schedule-time {
    position: absolute;
    height: 105px;
    width: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.time {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    color: #000000;
}

.light {
    background-color: #ffffff;
}

.schedule-image {
    height: auto;
    width: auto;
    text-align: center;
    padding: 3px 0;
}

.schedule-img {
    max-height: 99px;
    height: auto;
    max-width: 100%;
}

.schedule-title {
    font-weight: bold;
    height: 68px;
    overflow: hidden;
    text-align: left;
}

.schedule-title-long {
    font-size: 0.9em;
}

.schedule-subtitle {
    font-size: 0.85em;
    letter-spacing: -0.02em;
}

.schedule-hint {
    position: relative;
    height: 32px;
}

.schedule-attribute {
    position: absolute;
    font-size: 0.85em;
    bottom: 0;
    left: 5px;
    padding: 0 5px;
    background-color: #d54f12;
    font-weight: bold;
    overflow: hidden;
}

.schedule-genre {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 0.85em;
    text-align: right;
    overflow: hidden;
}

.complete-schedule {
    background: #000000;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}

.event-schedule ~ .complete-schedule,
.news-entry .complete-schedule {
    color: #ffffff;
    text-decoration: none;
}

.complete-schedule:hover a {
    color: #d54f12;
}

.event-schedule ~ .complete-schedule:hover,
.news-entry .complete-schedule:hover {
    color: #d54f12;
}

.news-entry .complete-schedule div {
    background: #000000;
}

.complete-schedule:hover {
    cursor: pointer;
}

.news-schedule {
    border-bottom: 1px solid #d54f12;
}

.schedule-empty {
    color: #ffffff;
    padding: 20px;
}

.schedule-empty-cnt {
    font-size: 1.2em;
    padding-top: 20px;
}

.schedule-empty-img {
    padding: 40px;
}

/*EVENT*/
.event-content {
    background: #ffffff;
}

.event-title {
    font-size: 1.3em;
    line-height: 25px;
    font-weight: bold;
}

.event-subtitle {
    padding-top: 5px;
    font-size: 1.1em;
}

.event-image {
    margin: 10px 0 0;
}

.event-image .opt-img {
    max-height: 400px;
    width: auto !important;
    padding: 0;
    right: 0;
    margin: 0 auto;
}
.event-image .resized{
    top: calc(50% - 100px);
    height: auto;
}
.event-image-copyright {
    font-size: 0.8em;
    text-align: center;
}

.supporter-logo {
    max-height: 100px;
    max-width: 100%;
    height: auto;
    width: auto;

}

.reservation-time {
    padding: 5px 10px 0;
}

.reservation-link a,
.reservation-link .reservation-status,
.reservation-link .reservation-status-canceled {
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 5px;
    text-decoration: none;
}

.reservation-link .reservation-status {
    background: #cccccc;
    color: #666666;
}

.reservation-link .reservation-status-canceled {
    background: #d54f12;
    color: #000000;
}

.reservation-link a {
    background: #d54f12;
    color: #ffffff;
}

.reservation-link a:hover {
    text-decoration: none;
    color: #000000;
}

.reservation-price {
    padding-right: 10px;
    font-size: 0.9em;
    text-align: right;
}

.reservation-dark {
    background: #000000;
    color: #ffffff;
}

.event-permalink {
    font-weight: bold;
}

.event-permalink-image {
    height: auto;
    width: 30px;
    margin: 0 5px;
}

.event-permalink a,
.event-permalink a:hover {
    text-decoration: none;
}

.copy-permalink .copy-permalink-img {
    cursor: pointer;
}

/*NEWS*/
.news-content .schedule,
.error-404 .schedule {
    height: auto;
}

.news-entry {
    position: relative;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
    box-shadow: 0 -3px 3px #000000;
    margin: 10px;
}

.single-news-entry {
    border-bottom: 3px solid #000000;
}

.news-entry-title {
    padding: 5px 10px;
    font-weight: bold;
    background: #d54f12;
}

.news-entry-content {
    overflow: hidden;
    max-height: 300px;
    height: auto;
    padding: 10px 10px 0;
}

.single-news-entry {
    border-bottom: 3px solid #000000;
    max-height: unset;
}

.blur {
    height: 50px;
    margin-left: -50px;
    margin-right: -50px;
    transform: scale(1);
    box-shadow: 0 -40px 50px 40px #ffffff;
    background: #ffffff;
}

.news-entry-expand {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: fit-content;
    width: -moz-fit-content;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    cursor: pointer;
}

.news-entry-compress {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 0.9em;
    cursor: pointer;
}

.corona-info .reserve-tickets {
    white-space: nowrap;
}

.reserve-tickets:before {
    content: url("../img/tickets-small.png") '';
    position: relative;
    top: 5px;
    padding-right: 2px;
}

/*GALLERY*/
.gallery {
    margin: 10px 0;
    padding: 10px 5px;
    border: 1px solid #000000;
}

.gallery-title {
    font-weight: bold;
}

.slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    text-align: center;
    position: relative;
}

.slider-image {
    max-height: 100%;
}

.slider-left, .slider-right {
    position: absolute;
    top: calc(50% - 20px);
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 40px;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
    opacity: 0.7;
    z-index: 1;
    cursor: pointer;
    user-select: none;
}

.slider-right {
    right: 30px;
}

.slider-left {
    left: 30px;
}

.slider-img {
    filter: grayscale(0);
    max-width: 100%;
    max-height: 100%;
}

.credits-image, .credits-gallery {
    height: 18px;
}

.credits {
    font-size: 0.8em;
    text-align: left;
}

/*SPECIAL*/
.team-description {
    padding-top: 10px;
}

.li-ag {
    list-style: none;
    margin-left: -25px;
}

.li-ag::before {
    display: inline-block;
    margin-right: 10px;
}

.ag-img {
    height: 150px;
}

.li-ag-bar::before {
    content: url(../../../mediathek/menu/ags/ag-bar-small.png) '';
}

.li-ag-fundraising::before {
    content: url(../../../mediathek/menu/ags/ag-fundraising-small.png) '';
}

.li-ag-digitalisierung::before {
    content: url(../../../mediathek/menu/ags/ag-digitalisierung-small.png) '';
}

.li-ag-kino::before {
    content: url(../../../mediathek/menu/ags/ag-kino-small.png) '';
}

.li-ag-theaterspielen::before {
    content: url(../../../mediathek/menu/ags/ag-theaterspielen-small.png) '';
}

.li-ag-web-design::before {
    content: url(../../../mediathek/menu/ags/ag-web-design-small.png) '';
}

.li-ag-technik::before {
    content: url(../../../mediathek/menu/ags/ag-technik-small.png) '';
}

.li-ag-spielplan::before {
    content: url(../../../mediathek/menu/ags/ag-spielplan-small.png) '';
}

.li-ag-konzerte::before {
    content: url(../../../mediathek/menu/ags/ag-konzerte-small.png) '';
}

.li-ag-kinder-jugend::before {
    content: url(../../../mediathek/menu/ags/ag-kinder-jugend-small.png) '';
}

.li-ag-soziales-barrierefreiheit::before {
    content: url(../../../mediathek/menu/ags/ag-soziales-barrierefreiheit-small.png) '';
}

.li-ag-oeffentlichkeitsarbeit::before {
    content: url(../../../mediathek/menu/ags/ag-oeffentlichkeitsarbeit-small.png) '';
}

.kulturrelevant-month {
    width: 80%;
    padding: 5px 10px;
    margin: 5px 0;
    cursor: pointer;
    background: #d54f12;
    font-weight: bold;
}

.freitagsinterview-cnt {
    padding: 5px;
}

/*LOGO*/
.logo {
    background: url("/wp-content/themes/opt/img/logo-background.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

.siteLogo {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 65%;
    height: auto;
    left: 50%;
    transform: translate(-50%, -15px);
}

.siteLogo img {
    width: 100%;
    filter: none;
}

/*FORMS*/
.form-content {
    padding: 10px 0;
}

.form-control {
    border-radius: unset;
    border-color: #000000;
    padding: 0 10px;
}

.contact-header-cnt,
.contact-footer-cnt {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 1px solid #000000;
}

.contact-header-success {
    background: #28a745;
    color: #000000;
    margin: 10px;
    padding: 10px;
}

.contact-header-error {
    background: #d54f12;
    color: #000000;
    margin: 15px -5px -5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.contact-form {
    max-width: 90%;
    margin: 30px auto;
    padding: 15px;
    border: 1px solid #000000;
    background: #d54f12;
}

.contact-form-success {
    margin-top: 30px;
    padding: 10px;
}

.form-success-cnt {
    border: 1px solid #000000;
    margin-left: 10px;
    margin-right: 10px;
}

.form-success-box {
    padding: 10px;
    margin-bottom: 10px;
}

.form-colored-text {
    color: #d54f12;
}

.form-bigger-text {
    font-size: 1.1em;
}


.contact-header-error a {
    color: #000000;
}

.contact-header-error .mail-address:before {
    content: url("../img/logo-email-small.png") '';
}

.form-success-box-example {
    margin-top: 10px;
}

.form-success-image {
    height: 200px;
}

.form-success-image {
    height: 200px;
}

.contact-form-success-header {
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-space {
    margin: 7px 0 !important;
}

.form-box {
    width: 15px;
    height: 15px;
}

.ticket-count {
    padding-top: 5px;
}

#textdlfifkose,
.request-textarea {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
}

/*TICKER*/
.ticker {
    background-color: #000000;
    color: #ffffff;
    height: 30px;
    width: calc(100% + 10px);
    border-bottom: 1px solid #d54f12;
    border-top: 1px solid #d54f12;
    cursor: default;
}

.ticker-cnt {
    height: 100%;
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
}

a.ticker-link, a.ticker-link:hover, a.ticker-link:visited {
    color: #FFFFFF;
}

/*IMAGE LAYER*/
.image-layer {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background-color: #d54f12;
    z-index: 11;
    transform: rotate(0);
}

.image-layer-cnt {
    position: relative;
    top: 10px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 20px);
}

.image-layer-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    height: auto;
    max-width: 100%;
    filter: grayscale(0%);
}

.main-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: 10;
    transform: rotate(0);
}

/*COOKIE OVERLAY*/
.media-cnt {
    margin: 10px 0;
}

.media-overlay {
    background: #d54f12;
    padding: 10px;
    text-align: left;
}

.media-overlay div {
    max-height: 100px;
}

.media-overlay .col-6 {
    padding: 0 10px;
}

.media-overlay-small {
    font-size: 0.8em;
}

/*FOOTER*/
.footer {
    position: absolute;
    bottom: 0;
    background: #d54f12;
    max-width: inherit;
}

.footer-links, .footer-copyright {
    text-align: center;
    padding: 0 5px;
}

/*NO_SCRIPT*/
.no-script {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d54f12;
    color: #000000;
    opacity: 1;
    z-index: 100;
}

.no-script-cnt {
    position: absolute;
    top: calc(50% - 250px);
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
}

/*SIZE DEPENDENT*/

@media (min-width: 576px) {
    .site-title {
        text-align: left;
        padding: 0 0 0 5px;
    }

    .navigation {
        top: 30px;
    }

    .navbar-nav li.nav-item {
        padding: 0;
        text-align: center;
    }

    .navbar-nav li.nav-item-first {
        padding: 0 0 0 5px;
        text-align: left;
    }

    .content {
        top: 60px;
    }

    .main-content {
        height: calc(100vh - 168px);
    }

    .schedule,
    .form-content,
    .news-content {
        height: calc(100vh - 138px);
    }

    .event-content {
        height: calc(100vh - 163px);
    }

    .form-box {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 768px) {
    .content {
        bottom: 24px;
    }

    .menu {
        height: auto;
    }

    .main-content,
    .schedule,
    .form-content,
    .news-content,
    .menu {
        height: calc(100vh - 114px);
    }

    .event-content {
        height: calc(100vh - 139px);
    }

    .footer-links {
        text-align: right;
    }

    .footer-copyright {
        text-align: left;
    }

    .contact-form,
    .contact-header-cnt,
    .contact-footer-cnt {
        max-width: 80%;
    }

    .menu {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .news-entry-content {
        max-height: 300px;
    }

    .single-news-entry-content {
        max-height: unset;
    }
}

@media (max-width: 450px) {
    .menu {
        font-size: 0.9em;
    }
}

@media (min-width: 992px) {
    .event-content {
        height: calc(100vh - 114px);
    }
}

@media (min-width: 1440px) {
    .image-layer {
        max-width: 1200px;
        left: calc(50% - 600px);
    }
}

@media (max-width: 323px) {
    .content {
        bottom: 72px;
    }

    .main-content {
        height: calc(100vh - 222px);
    }

    .schedule,
    .news-content {
        height: calc(100vh - 192px);
    }

    .event-content {
        height: calc(100vh - 217px);
    }
}

@media (max-width: 450px) {
    .menu {
        font-size: 0.9em;
    }

    .hide {
        display: none;
    }
}

.archive-header {
    display: inline-block;
}

.archive-event {
    height: 300px;
    border: 3px solid #d54f12;
    margin: 5px 1px;
    padding: 10px;
}

.archive-event-title {
    padding: 0 5px;
    font-weight: bold;
    font-size: 0.9em;
    /*text-align: lef;*/

}

.archive-event-link, .archive-event-link:hover {
    text-decoration: none;
}

.opt-image-archive {
    text-align: center;
    max-width: 100%;
    max-height: 200px;
    height: 200px;
    width: auto;
}

.opt-image-archive .opt-img {
    max-height: 200px;
}

.event-letters {
    padding: 0;
}

.event-letters li {
    float: left;
    list-style: none;
    width: 22px;
    margin: 4px;
    border: 1px solid black;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
}

.single-letter {
    width: 100%;
    background: #d54f12;
    padding: 0 5px;
    font-weight: bold;
}

.copy-permalink-success {
    display: none;
    font-size: 0.9em;
    position: absolute;
    background: #d54f12;
    height: 22px;
    margin-top: 5px;
    padding: 2px;
    z-index: 1;
}

table {
    border: 1px solid #d54f12;
    /*max-width: 100%;*/
    /*width: 95vw;*/
    /*min-width: 100%;*/
}

thead {
    background: #d54f12;
    position: sticky;
    top: -11px;
}

tr:hover {
    background: #d54f12;
}

tr:nth-child(even):hover a {
    color: #d54f12;
}

tr:nth-child(even) {
    background-color: #000000;
    color: #ffffff;
}

tr:nth-child(even) a {
    color: #ffffff;
}

td a {
    display: block;
    padding: 0 5px;
}

tr:nth-child(odd) .archive-event-season,
tr:nth-child(odd) .archive-event-genre {
    border-left: 1px solid #000000;
}

tr:nth-child(even) .archive-event-season,
tr:nth-child(even) .archive-event-genre {
    border-left: 1px solid #ffffff;
}

.archive-overview {
    height: inherit;
}

.last-events-title {
    background: #d54f12;
    font-weight: bold;
    padding: 5px 10px;
}

.last-events .row:nth-child(even) a {
    text-decoration: none;
}

.last-events .row:nth-child(even) .last-event-times {
    border-left: 1px solid #000000;
}

.last-events .row:nth-child(even):hover {
    background: #d54f12;
}

.last-events .row:nth-child(odd) {
    background: #000000;
}

.last-events .row:nth-child(odd) .last-event-times {
    border-left: 1px solid #ffffff;
}

.last-events .row:nth-child(odd) a {
    color: #ffffff;
    text-decoration: none;
}

.last-events .row:nth-child(odd):hover {
    background: #d54f12;
}

.last-events .last-event-title a, .last-events .last-event-times a {
    display: block;
    height: 100%;
    width: 100%;
}

.last-events div {
    padding: 0 10px;
    text-align: left;
}

.last-event-times br {
    margin: 0;
}

.schedule-past,
.schedule-past:hover,
.schedule-past:hover .schedule-event,
.schedule-past .time,
.schedule-past:hover .time,
.schedule-past:hover .schedule-time,
.schedule-past .schedule-day,
.schedule-past:hover .schedule-day,
.schedule-past:hover .day,
.schedule-past .schedule-attribute,
.schedule-past:hover .schedule-attribute,
.schedule-past:hover .schedule-image,
.schedule-past .schedule-premiere-title,
.schedule-past .schedule-premiere-middle {
    color: #666666;
    background: #cccccc;
    border: #cccccc
}

.schedule-past .schedule-attribute {
    font-weight: normal;
}

.schedule-past:hover .schedule-image img {
    filter: grayscale(100);
}

.city-sponsor-logo {
    text-align: center;
}

.city-sponsor-logo .opt-img {
    width: auto;
    max-width: 80%;
    max-height: 80px;
}

.donation-button {
    text-align: center;
}

.donation-button img {
    filter: none;
}