@font-face {
    font-family: "Gill Sans W02 Medium";
    src: url(./fonts/gill-sans-medium/df888e01-3d42-4e4a-bbb8-7b8bbd7d55f0.eot?#iefix);
    src: url(./fonts/gill-sans-medium/df888e01-3d42-4e4a-bbb8-7b8bbd7d55f0.eot?#iefix) format("eot"), url(./fonts/gill-sans-medium/06157589-34c5-42b4-b0fb-f3a3147029ee.woff2) format("woff2"), url(./fonts/gill-sans-medium/ecb83bdf-e0aa-4a30-9394-c5a32be731ff.woff) format("woff"), url(./fonts/gill-sans-medium/28878a98-b041-4ebc-a448-f6d4b50c87b2.ttf) format("truetype")
}


@font-face {
    font-family: "Gill Sans MT W05 Light";
    src: url(./fonts/gill-sans-light/c92b5f01-21f5-4ad3-bb34-34091f5b66ac.eot?#iefix);
    src: url(./fonts/gill-sans-light/c92b5f01-21f5-4ad3-bb34-34091f5b66ac.eot?#iefix) format("eot"), url(./fonts/gill-sans-light/9f45a1b8-a59c-4f3a-9a17-81114a5b2782.woff2) format("woff2"), url(./fonts/gill-sans-light/862f9700-8906-4e4c-9190-40db0702d0e2.woff) format("woff"), url(./fonts/gill-sans-light/854d1147-58db-4313-b78f-2ea1798f1e3a.ttf) format("truetype")
}



.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center
}

.icon-chevron-left {
    background-image: url(./images/arrow-left.svg);
    width: 68px;
    height: 129px
}

.icon-chevron-right {
    background-image: url(./images/arrow-right.svg);
    width: 68px;
    height: 129px
}

body {
    background: #fff;
    font-family: 'Gill Sans MT W05 Light', sans-serif;
    font-size: 18px;
    line-height: 170%;
    color: #555;
    text-rendering: geometricPrecision !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-kerning: none;
    font-kerning: none;
    -moz-osx-font-smoothing: grayscale !important;
    word-break: break-word
}

b,
strong {
    font-family: "Gill Sans W02 Medium", sans-serif;
    font-weight: 400
}

h1,
h2,
h3 {
    font-family: 'Gill Sans MT W05 Light', sans-serif;
    text-transform: uppercase
}

h4,
h5,
h6 {
    font-family: "Gill Sans W02 Medium", sans-serif;
    text-transform: uppercase
}

body {
    padding-top: 50px
}

@media (min-width:768px) {
    body {
        padding-top: 100px
    }
}

header {
    text-transform: uppercase;
    font-family: 'Gill Sans MT W05 Light', sans-serif;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100
}

header nav.primary li,
header nav.secondary li {
    display: inline-block
}

header nav.primary {
    background: #e30613
}

header nav.primary .container {
    min-height: 100px
}

header .active a {
    font-family: "Gill Sans W02 Medium", sans-serif;
    font-weight: 400
}

header nav.secondary {
    position: absolute;
    width: 100%;
    background: url(./images/hatching-white-small.png);
    text-align: center;
    z-index: 50
}

header nav.secondary .active a {
    font-family: "Gill Sans W02 Medium", sans-serif
}

header nav.secondary a,
header nav.secondary a:active,
header nav.secondary a:focus,
header nav.secondary a:hover {
    color: #e30613;
    text-decoration: none
}

header nav.secondary .section-nav {
    display: none
}

header nav.secondary .section-nav.open {
    display: block !important
}

header .container {
    position: relative
}

header a,
header a:active,
header a:focus,
header a:hover {
    color: #fff;
    text-decoration: none
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header .menu-links,
header .menu-sections {
    min-height: 0;
    position: absolute;
    margin-bottom: 0
}

header .menu-links.menu-sections,
header .menu-sections.menu-sections {
    bottom: 8px;
    right: 0
}

header .menu-links.menu-links,
header .menu-sections.menu-links {
    font-size: 13px;
    top: 5px;
    right: 0
}

header .menu-links.menu-links li,
header .menu-sections.menu-links li {
    padding: 0 15px 0 0
}

header .menu-nose {
    font-size: 20px
}

header .menu-nose li {
    padding: 0 15px 0 5px;
    position: relative
}

header .menu-nose li.active-temporary:before,
header .menu-nose li.active:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 10px;
    top: 38px;
    background: url(./images/nose-red.svg) no-repeat;
    margin-left: -10px;
    z-index: 100
}

header .menu-nose ul.active-temporary li.active:not(.active-temporary):before {
    display: none
}

header nav.secondary .menu-nose li {
    padding-top: 8px;
    padding-bottom: 8px
}

header nav.secondary .menu-nose li.active:before {
    top: 46px;
    background-image: url(./images/nose-gray.svg)
}

header .logo-hsv {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 88px;
    height: 22px;
    background: url(./images/logo-hsv-small.svg) no-repeat
}

@media (min-width:768px) {
    header .logo-hsv {
        top: auto;
        bottom: 17px
    }
}

header .logo-hsv span {
    display: none
}

@media (min-width:485px) {
    header .logo-hsv {
        width: 388px;
        height: 22px;
        background: url(./images/logo-hsv.svg) no-repeat
    }
}

@media (min-width:768px) {
    header .logo-hsv {
        width: 88px;
        height: 22px;
        background: url(./images/logo-hsv-small.svg) no-repeat
    }
}

@media (min-width:1060px) {
    header .logo-hsv {
        width: 388px;
        height: 22px;
        background: url(./images/logo-hsv.svg) no-repeat
    }
}

header .logo-wsc {
    position: relative;
    display: inline-block;
    width: 19px
}

header .logo-wsc:before {
    content: " ";
    display: block;
    position: absolute;
    left: -9px;
    top: -17px;
    width: 39px;
    height: 23px;
    background: url(./images/logo-wsc-menu.svg) no-repeat
}

header .logo-pg {
    position: relative;
    display: inline-block;
    width: 26px
}

header .logo-pg:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: -14px;
    width: 21px;
    height: 18px;
    background: url(./images/logo-pg-menu.svg) no-repeat
}

@media (min-width:1060px) {
    html.msedge header .logo-hsv {
        width: 776px;
        height: 44px;
        transform: scale(.5);
        background: url(./images/logo-hsv.svg) no-repeat;
        background-size: cover;
        bottom: 4px;
        left: -179px
    }
}

footer {
    background: #555;
    padding: 60px 0
}

footer a,
footer a:hover,
footer div {
    color: #fff
}

footer a:hover {
    text-decoration: underline;
    text-underline-color: #555
}

.img-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background: url(./images/hatching.png) repeat
}

.img-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .3) 37%, rgba(0, 0, 0, .5) 100%)
}

.carousel {
    margin-bottom: 10px
}

.carousel .carousel-indicators {
    bottom: 0;
    display: none
}

@media (min-width:768px) {
    .carousel .carousel-indicators {
        display: block
    }
}

.carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    opacity: .5
}

.carousel .carousel-indicators li.active {
    opacity: 1
}

.carousel .carousel-control {
    background: 0 0 !important
}

.carousel .carousel-control .icon-chevron-left,
.carousel .carousel-control .icon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    z-index: 5;
    display: inline-block
}

.carousel .carousel-control .icon-chevron-left {
    left: 0
}

@media (min-width:768px) {
    .carousel .carousel-control .icon-chevron-left {
        left: 50%;
        margin-left: -35px
    }
}

.carousel .carousel-control .icon-chevron-right {
    right: 0
}

@media (min-width:768px) {
    .carousel .carousel-control .icon-chevron-right {
        right: 50%;
        margin-right: -35px
    }
}

@media (max-width:1000px) {
    .carousel .item {
        min-height: 300px
    }
}

.carousel .item .img-container .img {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center right;
    background-color: #fff;
    background-repeat: no-repeat
}

@media (min-width:999px) {
    .carousel .item .img-container .img {
        background-position: center center
    }
}

@media (max-width:1000px) {
    .carousel .item .img-container .img {
        height: 560px;
        width: 100%
    }
}

.carousel .item .img-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, .4) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, .4) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .4) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 100%)
}

.carousel .item .carousel-caption {
    text-align: left;
    padding-bottom: 0;
    z-index: 20;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    font-size: 16px;
    line-height: 120%
}

@media (min-width:768px) {
    .carousel .item .carousel-caption {
        padding-bottom: 50px
    }
}

@media (min-width:768px) {
    .carousel .item .carousel-caption {
        font-size: 20px
    }
}

.carousel .item .carousel-caption h3 {
    font-family: 'Gill Sans MT W05 Light', sans-serif;
    line-height: 90%;
    font-size: 40px
}

@media (min-width:768px) {
    .carousel .item .carousel-caption h3 {
        font-size: 60px
    }
}

.carousel .item .carousel-caption p {
    font-family: 'Gill Sans MT W05 Light', sans-serif
}

#content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

#content>.navbar-collapse,
#content>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    #content>.navbar-collapse,
    #content>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    #content {
        width: 1170px
    }
}

a,
a:hover {
    color: #e30613
}

#home-teaser {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

#home-teaser>.navbar-collapse,
#home-teaser>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    #home-teaser>.navbar-collapse,
    #home-teaser>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    #home-teaser {
        width: 1170px
    }
}

#home-teaser .teaser {
    padding: 15px
}

#home-teaser .teaser .img,
#home-teaser .teaser img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    background-size: cover;
    background-position: center center
}

#home-teaser .teaser h2 {
    font-family: "Gill Sans W02 Medium", sans-serif;
    color: #e30613;
    text-transform: uppercase;
    font-size: 25px;
    margin: 5px 0 5px 0
}

#home-teaser .teaser .category {
    color: #555;
    text-decoration: none !important
}

#home-teaser .teaser a:hover,
#home-teaser .teaser a:hover .category {
    text-decoration: none !important
}

#home-teaser .teaser p {
    font-size: 18px;
    margin: 0
}

#content,
#home-teaser,
.main-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px
}

#content>.navbar-collapse,
#content>.navbar-header,
#home-teaser>.navbar-collapse,
#home-teaser>.navbar-header,
.main-content>.navbar-collapse,
.main-content>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    #content>.navbar-collapse,
    #content>.navbar-header,
    #home-teaser>.navbar-collapse,
    #home-teaser>.navbar-header,
    .main-content>.navbar-collapse,
    .main-content>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:1200px) {

    #content,
    #home-teaser,
    .main-content {
        width: 1170px
    }
}

#main h2,
#more h2,
.col-main h2,
.col-more h2,
.main-content h2 {
    text-align: center
}

#main h2:first-child,
#more h2:first-child,
.col-main h2:first-child,
.col-more h2:first-child,
.main-content h2:first-child {
    margin-top: 55px
}

#more .box {
    background: url(./images/hatching-white-small.png);
    display: block;
    float: left;
    padding: 15px 20px;
    line-height: 140%;
    width: 100%
}

#more .box>* {
    margin: 5px 0 !important;
    display: block
}

#more .box>hr {
    margin: 20px 0 !important
}

#more .box h3 {
    font-size: 18px;
    font-family: "Gill Sans W02 Medium", sans-serif;
    margin-bottom: 0
}

#more .box h2 {
    font-size: 24px;
    text-align: left
}

#more .box ol,
#more .box ul {
    padding-left: 20px
}

#more .box .author a {
    font-family: "Gill Sans W02 Medium", sans-serif;
    color: #555
}

.subnav a {
    padding: 20px 30px;
    font-size: 18px;
    background-color: #e5e5e5;
    background-image: url(./images/hatching-white-small.png);
    background-repeat: repeat;
    margin-bottom: 20px;
    color: #000;
    display: block
}

.subnav a h4 {
    color: #e30613;
    margin: 0 0 3px 0;
    text-transform: uppercase
}

.subnav a span {
    line-height: 140%
}

.subnav a:hover {
    text-decoration: none
}

.subnav a.active {
    color: #fff;
    background-color: #e30613;
    background-image: none
}

.subnav a.active h4 {
    color: #fff
}

h2.banner {
    overflow: hidden;
    background: url(./images/hatching-gray-small.png);
    color: #fff;
    padding: 20px;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    line-height: 100%;
    margin-top: 0 !important;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
    h2.banner {
        padding: 50px 20px;
        font-size: 64px
    }
}

h2.banner span {
    position: relative;
    z-index: 2
}

h2.banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 37%, rgba(0, 0, 0, .3) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 37%, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 37%, rgba(0, 0, 0, .3) 100%)
}

.banner-image {
    position: relative;
    text-align: left
}

.banner-image .img-container {
    position: relative
}

.banner-image .img-container .img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center
}

.banner-image h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 70px;
    height: 150px;
    margin: 8px 0 8px 20px !important;
    text-align: left !important;
    color: #fff;
    line-height: 95%;
    z-index: 2
}

.banner-image h2 span.boxfitted {
    vertical-align: bottom;
    line-height: 95% !important
}

.banner-work {
    position: relative
}

.banner-work .carousel-control {
    z-index: 5
}

.banner-work .img-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.banner-work .img-container .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.banner-work .container {
    position: relative
}

.banner-work .text-container {
    text-align: left !important;
    color: #fff;
    line-height: 95%;
    position: relative;
    margin-left: 15%;
    margin-right: 15%;
    bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    z-index: 2
}

@media (min-width:1480px) {
    .banner-work .text-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px
    }
}

.banner-work .text-container h2 {
    margin-top: 100px;
    min-height: 100px;
    vertical-align: bottom !important
}

.banner-work .text-container h2 span.boxfitted {
    vertical-align: bottom !important;
    line-height: 95% !important
}

.banner-work .text-container .work-info {
    margin-top: 0;
    margin-bottom: 100px;
    line-height: 150%
}

.banner-work .text-container .work-info a {
    color: #fff;
    font-family: "Gill Sans W02 Medium", sans-serif
}

.icon-container {
    position: absolute;
    right: 15px;
    bottom: 40px;
    z-index: 3
}

.icon-container .wsc-large {
    background: url(./images/logo-wsc-white.svg) no-repeat;
    background-size: contain;
    width: 120px;
    height: 47px
}

.icon-container .wsc-large span {
    display: none
}

.icon-container .pg-large {
    background: url(./images/logo-pg-white.svg) no-repeat;
    background-size: contain;
    width: 212px;
    height: 29px
}

.icon-container .pg-large span {
    display: none
}

.banner-author {
    position: relative;
    text-align: left
}

.banner-author .container {
    position: relative;
    min-height: 300px;
    display: block
}

@media (min-width:768px) {
    .banner-author .container {
        display: flex;
        align-items: center
    }
}

.banner-author .text-container .container {
    position: relative;
    height: 300px
}

.banner-author .img-author {
    margin-right: 40px;
    position: relative;
    display: block
}

@media (min-width:768px) {
    .banner-author .img-author {
        display: inline-block;
        float: left
    }
}

.banner-author .img-author img {
    width: 194px;
    height: 194px
}

@media (min-width:992px) {
    .banner-author .img-author img {
        width: 388px;
        height: 388px
    }
}

.banner-author h2 {
    position: relative;
    font-size: 70px;
    line-height: 100%;
    margin: 40px 0 40px 0 !important;
    text-align: left !important;
    color: #fff;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    display: block
}

@media (min-width:768px) {
    .banner-author h2 {
        display: inline-block
    }
}

.banner-author:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: url(./images/hatching-gray-author.png) repeat
}

.banner-author:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 37%, #bbb 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 37%, #bbb 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 37%, #bbb 100%)
}

.pg-mini,
.wsc-mini {
    display: inline-block;
    margin-left: 10px
}

.pg-mini:before,
.wsc-mini:before {
    content: " ";
    display: block;
    position: relative
}

.pg-mini:before {
    background: url(./images/logo-pg-gray.png) no-repeat;
    width: 21px;
    height: 18px;
    top: 2px
}

.wsc-mini:before {
    background: url(./images/logo-wsc-gray.png) no-repeat;
    width: 21px;
    height: 21px;
    top: 4px
}

#gerhard-pegler-verlag .pg-mini,
#gerhard-pegler-verlag .wsc-mini,
#more .pg-mini,
#more .wsc-mini,
#schedule .pg-mini,
#schedule .wsc-mini,
#whale-songs .pg-mini,
#whale-songs .wsc-mini,
.schedule .pg-mini,
.schedule .wsc-mini,
.subnav .pg-mini,
.subnav .wsc-mini {
    display: none
}

a.more,
p a {
    font-family: "Gill Sans W02 Medium", sans-serif
}

.tooltip1 span {
    margin-top: 30px;
    margin-left: 30px;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    filter: alpha(opacity=0);
    padding: 10px;
    background-color: #555;
    color: #fff;
    height: auto;
    font-family: "Gill Sans W02 Medium", sans-serif;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 100;
    text-transform: uppercase
}

.tooltip1 span.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip1 span.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip1 span.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip1 span.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip1 span.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip1 span.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip1 span.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip1 span.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip1 span.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip1 span.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip1 span.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip1 span.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip1 span.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip1:hover span {
    opacity: 1;
    visibility: visible;
    position: absolute
}

.tooltip2 {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute
}

.tooltip2 span {
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    filter: alpha(opacity=0);
    padding: 10px;
    background-color: #555;
    color: #fff;
    height: auto;
    font-family: "Gill Sans W02 Medium", sans-serif;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 100;
    text-transform: uppercase
}

.tooltip2 span.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip2 span.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip2 span.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip2 span.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip2 span.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip2 span.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip2 span.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip2 span.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip2 span.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip2 span.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip2 span.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip2 span.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip2 span.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.carousel-control.left .tooltip2 {
    right: 20%;
    text-align: left
}

.carousel-control.right .tooltip2 {
    left: 20%
}

.carousel-control.right .tooltip2 span {
    right: 0
}

.carousel-control:hover .tooltip2 span {
    opacity: 1;
    visibility: visible;
    position: absolute
}

table.work-info {
    margin-top: 20px;
    width: 100%;
    vertical-align: top
}

table.work-info tbody {
    vertical-align: top
}

table.work-info td {
    padding-right: 10px
}

table.work-info p {
    margin: 0
}

hr {
    border-color: #d4d4d4
}

.main-content>h2 {
    text-align: center
}

#detail .main-content h2 {
    color: #e30613
}

#acc_letters,
.paging {
    background: #555
}

#acc_letters a,
.paging a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    cursor: pointer
}

#acc_letters a:hover,
.paging a:hover {
    text-decoration: none
}

#acc_letters a.active,
.paging a.active {
    text-decoration: none
}

#acc_letters a:first-child,
.paging a:first-child {
    padding-left: 18px
}

#acc_letters a {
    padding: 6px 8px
}

#acc_letters a:hover {
    background: #000
}

#acc_letters a.active {
    background: #e30613
}

.paging a {
    padding: 6px 18px
}

.paging a:hover {
    background: #e30613
}

.paging a.active {
    background: #000
}

#accordion>div ul {
    list-style: none;
    margin: 0;
    padding-left: 18px
}

#accordion>div ul li {
    margin: 8px 0
}

#accordion>div ul li .work,
#accordion>div ul li .work a {
    color: #000
}

#accordion>div ul li a {
    font-family: "Gill Sans W02 Medium", sans-serif;
    color: #555
}

#accordion>div ul li a:hover {
    color: #e30613
}

#results {
    padding-top: 10px
}

#results .work,
#results .work a {
    color: #000
}

#results a {
    font-family: "Gill Sans W02 Medium", sans-serif;
    color: #555
}

#results a:hover {
    color: #e30613
}

#results hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.ui-accordion-header {
    text-transform: uppercase;
    padding: 6px 18px;
    margin: 10px 0 0 0;
    line-height: 150%;
    font-size: 17px;
    background: #f0f0f0;
    font-family: 'Gill Sans MT W05 Light', sans-serif;
    color: #000
}

.ui-accordion-header-active {
    background: #e30613;
    color: #fff
}

@media (min-width:768px) {

    .main-content .main-left .col-main,
    .main-content .main-left>#main,
    .main-content.main-left .col-main,
    .main-content.main-left>#main,
    body.static .col-main,
    body.static>#main {
        float: left;
        width: 70%;
        padding-right: 40px;
        min-height: 500px
    }

    .main-content .main-left .col-more,
    .main-content .main-left>#more,
    .main-content.main-left .col-more,
    .main-content.main-left>#more,
    body.static .col-more,
    body.static>#more {
        float: right;
        width: 30%
    }
}

.main-content .main-left .col-main:after,
.main-content .main-left .col-main:before,
.main-content .main-left>#main:after,
.main-content .main-left>#main:before,
.main-content.main-left .col-main:after,
.main-content.main-left .col-main:before,
.main-content.main-left>#main:after,
.main-content.main-left>#main:before,
body.static .col-main:after,
body.static .col-main:before,
body.static>#main:after,
body.static>#main:before {
    content: " ";
    display: table
}

.main-content .main-left .col-main:after,
.main-content .main-left>#main:after,
.main-content.main-left .col-main:after,
.main-content.main-left>#main:after,
body.static .col-main:after,
body.static>#main:after {
    clear: both
}

.main-content .main-left .col-main:after,
.main-content .main-left .col-main:before,
.main-content .main-left>#main:after,
.main-content .main-left>#main:before,
.main-content.main-left .col-main:after,
.main-content.main-left .col-main:before,
.main-content.main-left>#main:after,
.main-content.main-left>#main:before,
body.static .col-main:after,
body.static .col-main:before,
body.static>#main:after,
body.static>#main:before {
    content: " ";
    display: table
}

.main-content .main-left .col-main:after,
.main-content .main-left>#main:after,
.main-content.main-left .col-main:after,
.main-content.main-left>#main:after,
body.static .col-main:after,
body.static>#main:after {
    clear: both
}

.main-content .main-left .col-more:after,
.main-content .main-left .col-more:before,
.main-content .main-left>#more:after,
.main-content .main-left>#more:before,
.main-content.main-left .col-more:after,
.main-content.main-left .col-more:before,
.main-content.main-left>#more:after,
.main-content.main-left>#more:before,
body.static .col-more:after,
body.static .col-more:before,
body.static>#more:after,
body.static>#more:before {
    content: " ";
    display: table
}

.main-content .main-left .col-more:after,
.main-content .main-left>#more:after,
.main-content.main-left .col-more:after,
.main-content.main-left>#more:after,
body.static .col-more:after,
body.static>#more:after {
    clear: both
}

.main-content .main-left .col-more:after,
.main-content .main-left .col-more:before,
.main-content .main-left>#more:after,
.main-content .main-left>#more:before,
.main-content.main-left .col-more:after,
.main-content.main-left .col-more:before,
.main-content.main-left>#more:after,
.main-content.main-left>#more:before,
body.static .col-more:after,
body.static .col-more:before,
body.static>#more:after,
body.static>#more:before {
    content: " ";
    display: table
}

.main-content .main-left .col-more:after,
.main-content .main-left>#more:after,
.main-content.main-left .col-more:after,
.main-content.main-left>#more:after,
body.static .col-more:after,
body.static>#more:after {
    clear: both
}

@media (min-width:768px) {

    .main-content .main-right .col-main,
    .main-content .main-right>#main,
    .main-content.main-right .col-main,
    .main-content.main-right>#main {
        float: right;
        width: 70%;
        padding-left: 40px
    }

    .main-content .main-right .col-more,
    .main-content .main-right>#more,
    .main-content.main-right .col-more,
    .main-content.main-right>#more {
        float: left;
        width: 30%
    }
}

:focus {
    outline: 0
}

.schedule-links {
    position: relative;
    margin: 0 auto
}

.schedule-links h2 {
    position: relative;
    text-align: center
}

.schedule-links .container-next,
.schedule-links .container-prev {
    position: absolute;
    top: -14px
}

.schedule-links .container-next a,
.schedule-links .container-prev a {
    width: 32px;
    height: 59px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

.schedule-links .container-next a:hover span,
.schedule-links .container-prev a:hover span {
    visibility: visible;
    opacity: 1
}

.schedule-links .container-prev {
    left: 0
}

.schedule-links .container-prev a {
    background-image: url(./images/arrow-small-left.svg)
}

.schedule-links .container-prev a span {
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    filter: alpha(opacity=0);
    padding: 10px;
    background-color: #555;
    color: #fff;
    height: auto;
    font-family: "Gill Sans W02 Medium", sans-serif;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 100;
    text-transform: uppercase;
    left: 0;
    text-align: left;
    margin-left: 50px
}

.schedule-links .container-prev a span.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.schedule-links .container-prev a span.top {
    margin-top: -3px;
    padding: 5px 0
}

.schedule-links .container-prev a span.right {
    margin-left: 3px;
    padding: 0 5px
}

.schedule-links .container-prev a span.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.schedule-links .container-prev a span.left {
    margin-left: -3px;
    padding: 0 5px
}

.schedule-links .container-prev a span.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.schedule-links .container-prev a span.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.schedule-links .container-prev a span.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.schedule-links .container-prev a span.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.schedule-links .container-prev a span.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.schedule-links .container-prev a span.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.schedule-links .container-prev a span.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.schedule-links .container-prev a span.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.schedule-links .container-next {
    right: 0
}

.schedule-links .container-next a {
    background-image: url(./images/arrow-small-right.svg)
}

.schedule-links .container-next a span {
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    filter: alpha(opacity=0);
    padding: 10px;
    background-color: #555;
    color: #fff;
    height: auto;
    font-family: "Gill Sans W02 Medium", sans-serif;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 100;
    text-transform: uppercase;
    right: 0;
    text-align: right;
    margin-right: 50px
}

.schedule-links .container-next a span.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.schedule-links .container-next a span.top {
    margin-top: -3px;
    padding: 5px 0
}

.schedule-links .container-next a span.right {
    margin-left: 3px;
    padding: 0 5px
}

.schedule-links .container-next a span.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.schedule-links .container-next a span.left {
    margin-left: -3px;
    padding: 0 5px
}

.schedule-links .container-next a span.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.schedule-links .container-next a span.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.schedule-links .container-next a span.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.schedule-links .container-next a span.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.schedule-links .container-next a span.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.schedule-links .container-next a span.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.schedule-links .container-next a span.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.schedule-links .container-next a span.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

ul.schedule {
    margin: 0;
    padding: 0 !important;
    list-style: none
}

ul.schedule li .location {
    font-size: 80%;
    line-height: 120%;
    color: #e30613
}

ul.schedule.type-termine li {
    padding: 6px 18px 10px 18px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #bbb
}

ul.schedule.type-termine li:last-child {
    border-bottom: none
}

ul.schedule.type-termine li .location {
    font-size: 20px;
    display: block
}

ul.schedule.type-termine li .author {
    font-size: 20px
}

ul.schedule.type-termine li h3 {
    font-size: 20px;
    display: inline;
    font-family: "Gill Sans W02 Medium", sans-serif;
    line-height: 110%;
    color: #555
}

ul.schedule.type-termine li h3 a {
    color: #000 !important
}

ul.schedule.type-termine li h3 a:hover {
    color: #e30613 !important
}

ul.schedule.type-premiere li {
    background: url(./images/hatching-white-small.png);
    margin: 0 0 10px 0;
    padding: 14px 30% 10px 30%
}

ul.schedule.type-premiere li h3 {
    padding: 0;
    font-size: 20px;
    margin: 7px 0 -2px 0;
    font-family: "Gill Sans W02 Medium", sans-serif;
    line-height: 110%;
    color: #555
}

ul.schedule.type-premiere li h3 a {
    color: #000 !important
}

ul.schedule.type-premiere li h3 a:hover {
    color: #e30613 !important
}

ul.schedule.type-premiere li .author {
    color: #555
}

ul.schedule.type-premiere li .author a {
    color: #555 !important;
    font-family: "Gill Sans W02 Medium", sans-serif
}

.box .location {
    font-size: 80%
}

#align-cont {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

#align-cont>.navbar-collapse,
#align-cont>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    #align-cont>.navbar-collapse,
    #align-cont>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    #align-cont {
        width: 1170px
    }
}

#align-cont #align-prev {
    float: left
}

#align-cont #align-next {
    float: right
}

.ui-accordion .ui-accordion-content {
    overflow: hidden !important
}

.download-box,
.legal-box {
    margin-top: 15px;
    padding: 5px 5px 5px 60px;
    background: url(./images/hatching-white-small.png);
    position: relative;
    width: 100%;
    white-space: normal !important;
    text-align: left;
    font-family: "Gill Sans W02 Medium", sans-serif
}

.download-box:active,
.legal-box:active {
    background: url(./images/hatching-white-small.png)
}

.download-box:after,
.legal-box:after {
    content: " ";
    width: 24px;
    height: 33px;
    display: block;
    position: absolute;
    left: 15px;
    top: 15px
}

.download-box:after {
    background: url(./images/manuskript.gif) no-repeat
}

.legal-box {
    line-height: 52px
}

.legal-box:after {
    background: url(./images/legal.png) no-repeat
}

.label {
    color: #000
}

label {
    font-weight: 400
}

a[name] {
    position: relative;
    top: -200px
}

#kontakt .col-main h3,
#kontakt .col-main h3 strong,
#verlag .col-main h3,
#verlag .col-main h3 strong {
    font-family: "Gill Sans W02 Medium", sans-serif;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px
}

@media (min-width:768px) {

    h2+#main h2,
    h2+#main+#more h2 {
        margin-top: 0 !important
    }
}

@media (min-width:768px) {

    #nachrichten .main-content .subnav,
    #neuheiten .main-content .subnav {
        margin-right: -40px;
        padding-right: 20px;
        width: 35%;
        float: left
    }

    #nachrichten .main-content .subnav a.active,
    #neuheiten .main-content .subnav a.active {
        border-right: 20px solid #e30613;
        margin-right: -20px
    }

    #nachrichten .main-content .subnav a:last-child,
    #neuheiten .main-content .subnav a:last-child {
        margin-bottom: 0
    }

    #nachrichten .main-content .col-main,
    #neuheiten .main-content .col-main {
        width: 65%;
        border-left: 20px solid #e30613;
        min-height: 100%;
        padding-left: 20px;
        float: right
    }

    #nachrichten .main-content .banner-image,
    #nachrichten .main-content h2.banner,
    #neuheiten .main-content .banner-image,
    #neuheiten .main-content h2.banner {
        margin-left: -20px
    }
}

.navbar {
    background: #e30613
}

.navbar-header {
    position: relative
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #e30613 !important;
    background: #e30613 !important
}

.ui-widget {
    font-family: 'Gill Sans MT W05 Light', sans-serif !important
}

@media print {

    #body_plugin_telefon #footer,
    #body_plugin_telefon #header {
        display: none !important
    }
}

body#auffuehrungsrechte .btn {
    margin-top: 20px
}

.test {
    display: none
}

footer h3 {
    font-family: "Gill Sans W02 Medium", sans-serif;
    font-size: 20px
}

footer ul {
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

footer li {
    list-style: none;
    margin: 0
}

footer li,
footer p {
    font-size: 16px;
    padding: 2px 0
}

footer p {
    line-height: 120%
}

footer p br:after,
footer p br:before {
    content: " ";
    display: table
}

footer p br:after {
    clear: both
}

footer p br:after,
footer p br:before {
    content: " ";
    display: table
}

footer p br:after {
    clear: both
}

footer>.container>.col-md-12 {
    text-transform: uppercase
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    padding-top: 0
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #b3b3b3;
    background: #f8f8f8;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in;
    -ms-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

[type=checkbox]:checked+label:focus:before,
[type=checkbox]:checked+label:hover:before,
[type=checkbox]:not(:checked)+label:focus:before,
[type=checkbox]:not(:checked)+label:hover:before {
    border-color: #ccc
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    content: "\E013";
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 14px;
    color: #000;
    transition: all .2s
}

[type=checkbox]:not(:checked)+label:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=checkbox]:checked+label:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    padding-top: 0
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    border: 1px solid #b3b3b3;
    background: #f8f8f8;
    border-radius: 11px;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in;
    -ms-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

[type=radio]:checked+label:focus:before,
[type=radio]:checked+label:hover:before,
[type=radio]:not(:checked)+label:focus:before,
[type=radio]:not(:checked)+label:hover:before {
    border-color: #ccc
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 6px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 5px;
    transition: all .2s
}

[type=radio]:checked:not(:checked)+label:after,
[type=radio]:not(:checked):not(:checked)+label:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked:checked+label:after,
[type=radio]:not(:checked):checked+label:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.main-form input[type=text],
.main-form input[type=password],
.main-form select,
.main-form textarea {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    top: -4px;
    position: relative
}

.main-form input[type=text]::-moz-placeholder,
.main-form input[type=password]::-moz-placeholder,
.main-form select::-moz-placeholder,
.main-form textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.main-form input[type=text]:-ms-input-placeholder,
.main-form input[type=password]:-ms-input-placeholder,
.main-form select:-ms-input-placeholder,
.main-form textarea:-ms-input-placeholder {
    color: #999
}

.main-form input[type=text]::-webkit-input-placeholder,
.main-form input[type=password]::-webkit-input-placeholder,
.main-form select::-webkit-input-placeholder,
.main-form textarea::-webkit-input-placeholder {
    color: #999
}

.main-form input[type=text]::-ms-expand,
.main-form input[type=password]::-ms-expand,
.main-form select::-ms-expand,
.main-form textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.main-form input[type=text][disabled],
.main-form input[type=text][readonly],
.main-form input[type=password][disabled],
.main-form input[type=password][readonly],
.main-form select[disabled],
.main-form select[readonly],
.main-form textarea[disabled],
.main-form textarea[readonly],
fieldset[disabled] .main-form input[type=text],
fieldset[disabled] .main-form input[type=password],
fieldset[disabled] .main-form select,
fieldset[disabled] .main-form textarea {
    background-color: #eee;
    opacity: 1
}

.main-form input[type=text][disabled],
.main-form input[type=password][disabled],
.main-form select[disabled],
.main-form textarea[disabled],
fieldset[disabled] .main-form input[type=text],
fieldset[disabled] .main-form input[type=password],
fieldset[disabled] .main-form select,
fieldset[disabled] .main-form textarea {
    cursor: not-allowed
}

textarea.main-form input[type=text],
textarea.main-form input[type=password],
textarea.main-form select,
textarea.main-form textarea {
    height: auto
}

.main-form .btn {
    padding-left: 80px;
    padding-right: 80px;
    font-family: "Gill Sans W02 Medium", sans-serif
}

#anmeldung table,
#form-suche-katalog table,
#login table,
#subscription table {
    width: 100%
}

#anmeldung td,
#form-suche-katalog td,
#login td,
#subscription td {
    padding-bottom: 12px;
    vertical-align: top
}

#anmeldung label,
#form-suche-katalog label,
#login label,
#subscription label {
    margin-right: 20px
}

#anmeldung td:first-child,
#form-suche-katalog td:first-child,
#login td:first-child,
#subscription td:first-child {
    width: 10px;
    white-space: nowrap
}

#anmeldung textarea {
    min-height: 150px
}

#form-suche-katalog .form-inline {
    display: inline-block;
    width: auto
}

.form-padding {
    margin-bottom: 100px;
    padding-left: 0
}

@keyframes rotate {
    100% {
        transform: rotate(-360deg)
    }
}

.circle.animate {
    position: absolute;
    transform-origin: center;
    animation-name: rotate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    pointer-events: none
}

.circle.animate:before {
    content: '';
    position: absolute;
    left: 30%;
    top: 25%;
    width: 50%;
    height: 50%;
    background: #e30613;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: .3
}

.circles {
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0
}

.rights-form input[type=text],
.rights-form input[type=password],
.rights-form select,
.rights-form textarea {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    top: -4px;
    position: relative
}

.rights-form input[type=text]::-moz-placeholder,
.rights-form input[type=password]::-moz-placeholder,
.rights-form select::-moz-placeholder,
.rights-form textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.rights-form input[type=text]:-ms-input-placeholder,
.rights-form input[type=password]:-ms-input-placeholder,
.rights-form select:-ms-input-placeholder,
.rights-form textarea:-ms-input-placeholder {
    color: #999
}

.rights-form input[type=text]::-webkit-input-placeholder,
.rights-form input[type=password]::-webkit-input-placeholder,
.rights-form select::-webkit-input-placeholder,
.rights-form textarea::-webkit-input-placeholder {
    color: #999
}

.rights-form input[type=text]::-ms-expand,
.rights-form input[type=password]::-ms-expand,
.rights-form select::-ms-expand,
.rights-form textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.rights-form input[type=text][disabled],
.rights-form input[type=text][readonly],
.rights-form input[type=password][disabled],
.rights-form input[type=password][readonly],
.rights-form select[disabled],
.rights-form select[readonly],
.rights-form textarea[disabled],
.rights-form textarea[readonly],
fieldset[disabled] .rights-form input[type=text],
fieldset[disabled] .rights-form input[type=password],
fieldset[disabled] .rights-form select,
fieldset[disabled] .rights-form textarea {
    background-color: #eee;
    opacity: 1
}

.rights-form input[type=text][disabled],
.rights-form input[type=password][disabled],
.rights-form select[disabled],
.rights-form textarea[disabled],
fieldset[disabled] .rights-form input[type=text],
fieldset[disabled] .rights-form input[type=password],
fieldset[disabled] .rights-form select,
fieldset[disabled] .rights-form textarea {
    cursor: not-allowed
}

textarea.rights-form input[type=text],
textarea.rights-form input[type=password],
textarea.rights-form select,
textarea.rights-form textarea {
    height: auto
}

.rights-form .btn {
    padding-left: 80px;
    padding-right: 80px;
    font-family: "Gill Sans W02 Medium", sans-serif
}

.rights-form table {
    width: 100%
}

.rights-form td {
    padding-bottom: 12px;
    vertical-align: top
}

.rights-form .form-label {
    margin-right: 20px
}

.rights-form td:first-child {
    width: 10px;
    white-space: nowrap
}

.rights-form td span {
    padding-left: 8px;
    padding-right: 8px
}

.rights-form td span:first-child {
    padding-left: 0
}

.rights-form td span:last-child {
    padding-right: 0
}

.rights-form textarea {
    min-height: 100px
}

.rights-form .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.rights-form .help-block li {
    white-space: pre-wrap
}

.rights-form .btn.disabled,
.rights-form .btn[disabled],
.rights-form fieldset[disabled] .btn {
    cursor: pointer
}

.rights-form p.secondary {
    margin-bottom: 20px;
    color: #aaa
}

#more {
    clear: right;
}