.stoerer > p {
    display: none;
}

#home .stoerer > p {
    display: block;

    z-index: 100;
    position: fixed;
    text-align: center;
    font-size: 18px;
    right: 30px;
    top: 90px;
    background-color: red;
    color: white;
    height: 120px;
    width: 120px;
    border-radius: 60px;
    padding: 24px 0px 0px 0px;
    transform: rotate(10deg);
}

#home .stoerer.eng p {
    padding: 24px 18px 0px 18px;
}

.referenceHeader {
    position: relative;
}

.referenceHeader img {
    width: 100%;
    height: auto;
}

.referenceHeader, .referenceImages > div {
    margin-bottom: 6px;
}

.referenceImages > div {
    max-height: 530px;
    overflow: hidden;
}

.referenceImages img {
    width: 100%;
    height: auto;
}


.referenceImages .referenceVideo > iframe {
    width: 100%;
    min-height: 530px;
    height: auto;
}

#fixedSidebar {
    position: absolute;
    width: 300px;
    background: transparent;
    color: #0965AE;
    top: 40%;
    left: 23%;
    z-index: 2;
}

#fixedSidebar .contactperson,
#fixedSidebar .download,
#fixedSidebar .sidebar-link
{
    margin-bottom: 10px;
}

#fixedSidebar .contactperson {
    background-color: #fff;
    color: #0965AE;
    font-weight: bold;
    width: 100%;
    padding: 0;
    border-bottom: 10px transparent;
    cursor: auto;
    float: none;
}

/* remove + sign */
#fixedSidebar .contactperson::before,
/* remove hover effect */
#fixedSidebar .contactperson:hover::after
{
    display: none;
}

#fixedSidebar .contactperson:hover,
#fixedSidebar .contactperson:focus,
#fixedSidebar .contactperson:active
{
    text-decoration: none;
}

#fixedSidebar .contactperson .text{
    padding: 0;
    font-size: 1em;
}

#fixedSidebar .contactperson .text > p{
    display: none;
}

#fixedSidebar .contactperson .email{
    text-decoration: underline;
}

#fixedSidebar .contactperson .slug {
    display: block;
    padding: 20px 20px;
    line-height: 40px;
}

#fixedSidebar .contactperson h2 {
    font-weight: bold;
    margin-top: 0;
}

#fixedSidebar .contactperson .text > img {
    margin-top: 10px;
    max-width: 100%;
}

#fixedSidebar .contactperson .name,
#fixedSidebar .contactperson .position,
#fixedSidebar .contactperson .email {
    padding: 0 20px;
}

#fixedSidebar .image {
    text-align: center;
    overflow: hidden;
}

#fixedSidebar .image > img {
}

#fixedSidebar .download,
#fixedSidebar .sidebar-link {
    position: relative;
    display: block;
    background-color: #0965AE;
    color: #fff;
    padding: 15px 25px;
    font-weight: bold;
    text-transform: uppercase;
}

#fixedSidebar .download .title,
#fixedSidebar .sidebar-link .title {
    position: relative;
    line-height: 30px;
    padding-right: 15px;
}

#fixedSidebar .ext {
    position: absolute;
    line-height: 30px;
    right: 25px;
    top: 15px;
}

#fixedSidebar .title::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    height: 30px;
    width: 30px;
    background-image: url("../images/icons/down.svg");
    background-size: 100%;
}

#fixedSidebar .sidebar-link .title::after {
    background-image: url("../images/icons/right.svg");
}

.referenceContent {
    position: absolute;
    width: 700px;
    background: #fff;
    color: #000;
    top: 40%;
    left: 40%;
    z-index: 4;
    padding: 20px 70px 20px 50px;
}

.accordion.closed {
    display: none;
}

.referenceContent > .header::after {
    content: '';
    display: block;
    clear: both;
}

.referenceContent.closed .preTitle {
    color: #fff;
}

.accordion .preTitle {
    float: left;
    height: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #0965AE;
}

.accordion .header{
    padding: 20px;
    background-color: #fff;
}

#referenceContent.accordion .header{
    padding: 20px 0;
}

#fixedSidebar .accordion .header{
    margin-bottom: 10px;
}

.accordion .close {
    font-size: 2em;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    background-image: url("../images/icons/close.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-background-size: 100%;
    opacity: 1;
}

/*
.accordion .close.closed {
    background-image: url("../images/icons/plus.svg");
}*/

.referenceContent .text {
    padding-bottom: 30px;
}

.referenceContent .text p{
    padding-left: 50px;
}

.referenceContent .text ul{
    padding-left: 65px;
}

.referenceContent .back-to-list{
    position: relative;
    display: inline-block;
    font-size: 1.3em;
    margin-top: 100px;
    text-transform: uppercase;
    padding-left: 40px;
    line-height: 30px;
}

.referenceContent .back-to-list::before{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    background-image: url("../images/icons/left.svg");
    background-size: 100%;
}

.referenceContent h1 {
    color: #0965AE;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 60px;
}

/* Contact Form */

.powermail_form{
    margin-bottom: 40px;
}

.powermail_form h3, .powermail_form .powermail_legend{
    display: none;
}

.powermail_form input, .powermail_form textarea{
    max-width: 800px;
    margin-bottom: 10px;
    border-radius: 0;
}

.powermail_form input:focus, .powermail_form textarea:focus{
    border-color: #0965AE;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(9, 101, 174, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(9, 101, 174, 0.6);
}

.powermail_form .powermail_submit{
    border: none;
    background-color: #0965AE;
}

.powermail_form .powermail_submit:hover{
    opacity: .9;
}

/* Lighbox */

.lightbox-link{
    display: block;
}

.lightbox-link > img{
    max-width: 100%;
}

.hidden-gallery{
    display: none;
    visibility: hidden;
    height: 0;
}

.epoche{
    margin-top: 30px;
}

.epoche h3{
    font-weight: bold;
    font-size: 1.4em;
}

.epoche .text, .epoche h3{
    padding-left: 50px;
}

.epoche .lightbox-link.titleImage{
    margin-top: 20px;
}

.epoche .lightbox-link{
    position: relative;
}

.lightbox-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-image: url("../images/icons/fullscreen.svg");
    background-size: 100%;
}

.filters{
    margin: 30px 0;
}

/* News */

.news-single .article{
    margin-bottom: 50px;
}

.news-single .article .news-img-wrap{
    min-height: 140px;
}

.article .mediaelement img{
    max-width: 100%;
    height: auto;
}

.ce-bodytext h3{
    font-size: 1.2em;
    font-weight: bold;
}

.ce-bodytext .indent{
    padding-left: 20px;
}

#contentBottom .navigation{
    position: absolute;
    top: 150px;
    left: 30px;
    z-index: 1;
}

#contentBottom .navigation > .accordion-open{
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 5px;

    border: solid 2px transparent;
    text-align: center;
    line-height: 40px;
    font-size: 1.5em;
    color: #fff;
    border-radius: 50%;
    background-color: #0965AE;
}

#contentBottom .navigation > .accordion-open:hover{
    color: #0965AE;
    background-color: #fff;
    border: solid 2px #0965AE;
}

.firm-table .image{
    max-height: 100px;
    width: auto;
}

/* Search Page / Form */

.tx-indexedsearch-searchbox-sword,
.tx-indexedsearch-searchbox-button.submit{
    float: left;
}

.tx-indexedsearch-searchbox-button.submit,
.tx-indexedsearch-searchbox-button.submit:active{
    margin-left: 10px;
    background-color: #0965AE;
    border-color: #0965AE;
}

.tx-indexedsearch-searchbox-button.submit:hover{
    opacity: .9;
}

/* smaller Desktop (e.g. Laptop) */
@media screen and (max-width: 1400px)
and (min-width: 1201px) {

    #home .stoerer > p {
        top: 66px;
    }

}

@media screen and (max-width: 1200px) {

    #home .stoerer > p {
        z-index: 1;
        top: 0px;
        right: 0px;
        position: relative;
        transform: none;
        border-radius: 30px;
        width: 300px;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
    }

}