@font-face {
    font-family: Officina;
    src: url("../fonts/OFFISFW.ttf") format("truetype");
}

@font-face {
    font-family: Officina;
    src: url("../fonts/OFFISFB.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: Officina;
    src: url("../fonts/OFFISFWI.ttf") format("truetype");
    font-style: italic;
}

#ump {
    width: 100%;
    min-height: 768px;
    border:0px;
    margin:0px;
    background-image: url('../img/background.jpg');
    font-family: "Officina", sans-serif;
    font-weight:300;
}

#ump p strong {
    font-weight:500;
}


:root {
--bgcolor: rgb(189,188,188);
--fontcolor: rgb(255,255,255);
--decocolor: rgb(230,182,0);
}

#header {
    max-height: 100px;
    min-height: 100px;
    background-color: rgb(255,255,255);
    height:100px;
    position:fixed;
    top:0px;
    width:100%;
    z-index: 999;
}

#sec_start .start_button img {
    max-width:300px;
    max-height:250px;
}


#sec_start .start_button .category {
    position: absolute;
    top: 10px;
    left:0px;
    background-color: var(--decocolor);
    padding-left:5px;
    padding-right:5px;
}

#footer {
    max-height:40px;
    background-color: rgb(255,255,255);
    min-height: 40px;
    vertical-align: middle;
    text-align:center;
    height:40px;
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:999;
    padding-top:20px;
    }
#footer div {
    height:80px;
    padding-top:30px;
}

#footer .footermenu {
    list-style: none;
    text-align:center;
}

#footer .footermenu li {
    display:inline-block;
    padding-left:15px;
    padding-right:15px;
    margin:0px;
    border-right:solid 1px rgb(191,191,191);
}

#footer .footermenu li:last-child {
    border-right:none;
}

#footer .footermenu li a {
    color:rgb(191,191,191);
    text-decoration: none;
    display:inline-block;
    padding:0px;
    margin:0px;
    font-weight: 200;
    text-transform: uppercase;
    
}

#footer .footermenu .active a {
    color:rgb(56,56,56);
}

#header .header-logo-img {
    max-height: 90px;
    max-width: 360px;
}

#header #duh_logo {
    text-align: right;
    margin-top:25px;
}

#header .header_logo {
    vertical-align: middle;
}

.category_single {
    background-color: rgba(255,255,255,0.9);
    width:100%;
    height:100%;
    position:relative;
    padding-top:50px;
}

.category_single .category {
    background-color: var(--decocolor);
    display: block;
    position: absolute;
    top: -10px;
    left:-10px;
    color:rgb(255,255,255);
    font-size:1.5em;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.category_single .name {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 18pt;
    margin-bottom:10px;
}

.category_single .description {
    font-size:1.25em;
}

.category_single .text {
    font-size:1.15em;
}

.category_single .image img {
    max-height:260px;
    max-width:540px;
}

.category_single .hoerprobe {
height: 100%;
overflow: hidden;
}

.category_single .hoerprobe h3 {
    position:absolute;
    top: 25px;
    left: 80px;
    background-color: #FFF;
    padding-left:5px;
    padding-right:5px;
    
}

.category_single .hoerprobe h1 {
    position:absolute;
    top: 70px;
    left:120px;
    background-color:var(--decocolor);
    color:#FFF;
    padding-left:10px;
    padding-right:10px;
}

.category_single .hoerprobe audio {
    position: relative;
    top: -60px;
    z-index: 22;
}

.category_single .hoerprobe img {
    max-width:100%;
    max-height:75%;
}

.start_button {
    background-color: rgba(255,255,255,0.95);
    width: 300px;
}

.start_button a {
    color:#FFF;
    text-decoration:none;
}

.start_button a .name {
    color:#000;
    text-decoration:none;
    font-weight: bold;
    margin-left:5px;
    margin-right:5px;

}

.start_button .img {
    max-height:200px;
    overflow: hidden;
    min-height:120px;
}

.publikum_button {
    background-color: rgba(255,255,255,0.95);
    width: 220px;
    min-height:190px;
}

.publikum_button a {
    color:#FFF;
    text-decoration:none;
}

.publikum_button a .name {
    color:#000;
    text-decoration:none;
    font-weight: bold;
    margin-left:5px;
    margin-right:5px;
    font-size:0.85em;
    position:absolute;
    bottom:10px;
}

.publikum_button a .descr {
    color:#000;
    text-decoration:none;
    font-weight: normal;
    margin-left:5px;
    margin-right:5px;
    font-size:0.7em;
    position:absolute;
    bottom:5px;
    line-height: 0.85em;
}

.publikum_button .img {
    max-height:150px;
    overflow: hidden;
}

.publikum_button .img img {
    width:220px;
}

.media {
    text-align: center;
}

.media video {
    margin: auto !important;
    position:relative;
    top:-10px;
}

.iframe iframe {
    width: 100%;
    height: 100%;
    border: 1px #333 solid;
    min-width:800px;
    min-height:400px;
}

.media object {
    width:100%;
    height:100%;
    min-height: 400px;
}

.pdf {
    width:100%;
    height:100%;
    min-height:420px;
}

.thumb {
    max-height:180px;
    max-width:180px;
}

.content .row {
    margin-bottom:10px;
}

.content .subtext {
    font-size:0.85em;
    padding-left:10px;
    padding-right: 10px;
}

.content .subtext .strong {
    font-weight:bold;
}

.formset .submitting {
    display:none;
}

.formset .submitted {
    display:none;
}

.formset .error {
    display:none;
}

.button {
    text-align: center;
    padding:5px;
    padding-left:25px;
    padding-right:25px;
    display: inline-block;
    background: var(--decocolor);
    color: rgb(255,255,255);
    
}

.button_name {
    font-size:1.6em;
}

.btn-primary {
    background-color: var(--decocolor);
    border-color: var(--decocolor);
}

.btn-primary:hover {
    background-color:rgb(199,95,155);
    border-color: rgb(199,95,155);
}

.btn-primary:active,.btn-primary:focus,.btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:visited {
    background-color: var(--decocolor);
    border-color: rgb(199,95,155);

}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: var(--decocolor);
border-color: rgb(199,95,155);
box-shadow: 0 0 0 .2rem rgba(176,27,113,.5);
}

.formset {
    margin: 20px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}

.formset .form form {
    width:400px;
    text-align:left;
    margin-left:200px;
    padding-left:50px;
    padding-right:50px;
}

.formset.form .btn-primary {
    position:absolute;
    right:0px;
}

.subtext p {
    margin-bottom:5px;
}

#sec_publikum video{
    position:relative;
    top:-10px;

}