.profilepage .profileinfo {
    margin-bottom: 35px;
    padding: 10px;
}

.profilepage h2 {
    color: #000000;
    font-weight: bolder;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.profilepage h4 {
    text-align: left;
    font-size: 1.6em;
    font-weight: bolder;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 15px;
}

.profilepage h5 {
    font-size: 1.2em !important;
    font-weight: normal !important;
    color: #555555;
    padding: 0;
    margin: 0;
}

.ce_booking_ausbildungselemente .title {
    color: unset;
}

.ce_booking_ausbildungselemente .element {
    border: 0;
}

.booking_course_items .item a {
    float: left;
    border: 1px solid #cccccc;
    width: unset;
    display: block;
    padding: 0;
    margin-right: 18px;
    margin-bottom: 20px;
}

.booking_course_items .item a:hover {
    border: 1px solid #009900;
    background-color: #009900;
    color: #ffffff !important;
}

.booking_course_items .item h4 {
    font-size: 1em;
    /*font-family: "magnum_sans_proregular", Arial, Helvetica, sans-serif;*/
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 0;
    font-weight: 400;
}

#standortuebersicht img:hover {
    border: 0 !important;
}

#standortuebersicht img {
    border: 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.0);
}

.profilepage .multibox {
    min-height: 205px;
}

.profilepage .profilepic {
    float: left;
    width: 200px !important;
    height: 200px !important;
}

.ce_booking_ausbildungselemente img {
    border: 0 !important;
}

.profilepage h3 {
    /* text-shadow: 4px 4px 7px #000000; */
    font-weight: bolder;
    margin-top: 0;
    padding-top: 0;
}

.profilepage .dozent.ce_text figure img {
    width: 200px;
    height: 200px;
}

.profilepage .dozent.ce_text figure {
    overflow: hidden;
    width: 200px !important;
    height: 200px !important;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 50%;
    float: left;
    margin-right: 40px;
}

.textarea {
    border: 1px solid #aaa;
    padding: 3px 5px;
    border-radius: 3px;
    width: 98%;
}

.onlinestatus {
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 2px 2px 7px #777777;
    display: block;
    width: auto;
    clear: both;
    margin: 8px 60px 8px 0px;
}

.online {
    background-color: #bbffa7;
    border: 1px solid #00ff00;
}

.offline {
    background-color: #ff918b;
    border: 1px solid #ff0000;
}

.profilepage .literatur-table td {
    vertical-align: top;
    padding: 5px;
}

.ce_booking_ausbildungselemente .element {
    height: 174px !important;
    margin-right: 5px !important;
}

#standortuebersicht {
    padding-left: 10px !important;
}

.formbox {
    margin-top: 20px;
}

.sidenote {
    font-size: 0.8em;
    color: #999;
}

@media only screen and (max-width: 767px) {
    .profilepage .dozent.ce_text figure {
        float: none;
    }

    .ce_booking_ausbildungselemente .element {
        margin-right: auto !important;
    }
}