/* Platzhalter fuer CSS */


#ruwsearch {

}

aside.widget > p {
	/* display: none; */
}

/* Dossier */

.dossier.rechtsprechung .teaser,
.dossier.rechtsprechung .citation {
    display: none;
}

.dossier.rechtsprechung .title {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.3em;
}

.dossier.rechtsprechung .ceator {
    font-weight: bold;
}

/* RUW Veranstaltung */

.ruw.veranstaltungen,
.widget-veranstaltungen {
    background: #ececec;
    margin: -1em 0 1em 0;
    padding: 0;
    margin-top: -1em !important;
    text-align: center;
    clear: both;
}

.ruw.veranstaltungen:before {
    display: block;
    content: " ";
    clear: both;
}

.ruw.veranstaltungen:after {
    display: block;
    content: " ";
    clear: both;
}

.ruw.veranstaltung {
    display: block;
    float: left;
    background: #fff;
    margin: 1.5%;
    width: 30.333%;
    min-width: 225px;
    height: 326px;
    text-align: center;
    overflow: hidden !important;
    border: 1px solid #888;
}



.ruw.veranstaltung img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
}

.ruw.veranstaltung p {
    margin: .5em;
}

.ruw.veranstaltung p.link-more {
    display: none;
}

.ruw.veranstaltung h2 {
    font-size: 1.2em;
    font-family: Dosis, sans-serif;
    font-weight: 600;
    padding: 0 10px;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    min-height: 4.3em;
}

.banner.skyscraper {
    position: absolute;
    left: calc(50% + 595px);
    top: 0;
}

.banner.topbanner {
    text-align: right;
    background: #eee;
}

.banner.billboard {
    text-align: center;
    padding: 6px 0;
}




@media (max-width : 35em) {
    .ruw.veranstaltung {
        float: none;
        background: #fff;
        margin: .5em !important;
        width: auto;
        height: auto;
        text-align: center;
        overflow: auto !important;
    }

    .ruw.veranstaltung h2 {
        min-height: auto !important;
    }
}


#aktuellesheft {
    position: absolute !important;
    z-index: 90;
    transform: rotate(8deg);
    left: calc(50% + 480px);
}

#aktuellesheft img {
    position: relative;
    margin-top: -210px;
    max-height: 120px !important;
    width: auto !important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

#stoerer {
    display: block;
    position: absolute;
    left: 0px;
    margin-top: -70px;
    padding: .2em .5em;
    background: #c00;
    color: white;
    border-radius: 0 1em 1em 0em;
    z-index: 20000;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

@media (max-width : 55em) {
    #media_image-2,
    #custom_html-7 {
        height: auto;
        margin: 0;
        position: relative;
        text-align: right;
    }

    #media_image-2 img {
        position: relative !important;
        margin-top: 0px;
        right: 0px;
        display: block;
    }

    #stoerer {
        display: block;
        position: relative !important;
        transform: rotate(8deg);
        right: 9px;
        margin-top: -60px;
        width: 140px;
    }

    .ruw.veranstaltung {
        background: #fff;
        margin: 2% !important;
        width: 46%;
        height: auto;
        text-align: center;
        overflow: auto !important;
    }
}

#stoerer a {
    color: white;
}


#selbststudium img {
    height: 56px !important;
    width: auto !important;
    margin-top: 25px;
    margin-left: 36%;
}



/* MAILJET WIDGET DESIGN */

.mailjet_widget_front_container {
    background: #f9d548;
}


.mailjet_widget_front_container .widget-header {
    background: #f9d548;
	border-bottom: none;
}

.mailjet_widget_front_container{
    background: #f9d548;
}

.mailjet_widget_front_container form {
    background: #f9d548;
    text-align: center;
    padding: 14px 14px 14px 14px;
    margin: 0;
}


.mailjet_widget_form_message {
    display: block;
    padding: 14px !important;
}

.mailjet_widget_form_message:empty {
    display: none;
}


.mailjet_widget_front_container form input {
    width: calc(100% - 28px);
}

#mailjetSubscriptionForm input[type = "submit"] {
    background: #003970 !important;
    color: white !important;
    font-weight: 600 !important;
}

#mailjetSubscriptionForm input[type = "submit"]:hover {
    background: #003970 !important;
    color: #f9d548 !important;
    font-weight: 900 !important;
}


