.btn-xing {
    color: #fff;
    background-color: #B0D400;
    border-color: #B0D400;
}

.btn-xing:focus,
.btn-xing.focus,
.btn-xing:hover,
.btn-xing:active,
.btn-xing.active,
.open > .btn-xing.dropdown-toggle {
    color: #fff;
    background-color: #007C7C;
    border-color: #007C7C;
}

.btn-xing:active:hover,
.btn-xing:active:focus,
.btn-xing:active.focus,
.btn-xing.active:hover,
.btn-xing.active:focus,
.btn-xing.active.focus,
.open > .btn-xing.dropdown-toggle:hover,
.open > .btn-xing.dropdown-toggle:focus,
.open > .btn-xing.dropdown-toggle.focus {
    color: #fff;
    background-color: #007C7C;
    border-color: #007C7C;
}

.btn-xing .badge {
    color: #B0D400;
    background-color: #fff;
}

.btn-googleplus {
    color: #fff;
    background-color: #DB4437;
    border-color: #DB4437;
}

.btn-googleplus:focus,
.btn-googleplus.focus,
.btn-googleplus:hover,
.btn-googleplus:active,
.btn-googleplus.active,
.open > .btn-googleplus.dropdown-toggle {
    color: #fff;
    background-color: #920E04;
    border-color: #920E04;
}

.btn-googleplus:active:hover,
.btn-googleplus:active:focus,
.btn-googleplus:active.focus,
.btn-googleplus.active:hover,
.btn-googleplus.active:focus,
.btn-googleplus.active.focus,
.open > .btn-googleplus.dropdown-toggle:hover,
.open > .btn-googleplus.dropdown-toggle:focus,
.open > .btn-googleplus.dropdown-toggle.focus {
    color: #fff;
    background-color: #920E04;
    border-color: #920E04;
}

.btn-googleplus .badge {
    color: #DB4437;
    background-color: #fff;
}

.btn-facebook {
    color: #fff;
    background-color: #3B5998;
    border-color: #3B5998;
}

.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    color: #fff !important;
    background-color: #4382FF;
    border-color: #4382FF;
}

.btn-facebook:active:hover,
.btn-facebook:active:focus,
.btn-facebook:active.focus,
.btn-facebook.active:hover,
.btn-facebook.active:focus,
.btn-facebook.active.focus,
.open > .btn-facebook.dropdown-toggle:hover,
.open > .btn-facebook.dropdown-toggle:focus,
.open > .btn-facebook.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #4382FF;
    border-color: #4382FF;
}

.btn-facebook .badge {
    color: #3B5998;
    background-color: #fff;
}

.btn-twitter {
    color: #fff;
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    color: #fff !important;
    background-color: #3B88C3;
    border-color: #3B88C3;
}

.btn-twitter:active:hover,
.btn-twitter:active:focus,
.btn-twitter:active.focus,
.btn-twitter.active:hover,
.btn-twitter.active:focus,
.btn-twitter.active.focus,
.open > .btn-twitter.dropdown-toggle:hover,
.open > .btn-twitter.dropdown-toggle:focus,
.open > .btn-twitter.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #3B88C3;
    border-color: #3B88C3;
}

.btn-twitter .badge {
    color: #1DA1F2;
    background-color: #fff;
}

/*2017-07-13 MW: Support von Aligns des Editors*/
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

.ce-media img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ce-bodytext > div {
    margin: 0 0 12px;
}

article > .previous {
    position: fixed;
    z-index: 100;
    left: -5px;
    top: 45%;
    padding: 15px 10px;
    min-width: 100px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

article > .next {
    position: fixed;
    z-index: 100;
    right: -5px;
    top: 45%;
    padding: 15px 10px;
    min-width: 100px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

article > a.previous, article > a.next {
    background: #0086C8;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

article > .next:hover {
    right: 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
}

article > .previous:hover {
    left: 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
}

@media screen and (max-width: 900px) {
    article > a.previous, article > a.next {
        width: 50px;
        min-width: unset;
    }
}

.tx-felogin-pi1 fieldset {
    border: none;
}

.ce-uploads {
    list-style: none;
    text-align: left;
}

.ce-uploads > li > div > a,
.ce-uploads > li > div > a ~ span {
    padding: 9px 16px;
    display: inline-block;
    background-color: #abcc37;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    margin: 6px 0;
}

.ce-uploads > li > div > a ~ span {
    margin-left: -8px;
    border-radius: 0 4px 4px 0;
}

.ce-uploads > li > div > a:hover {
    color: white;
    text-decoration: none;
    background-color: #5cb85c;
}

.post-modern .post-media {
    max-height: 321px;
    overflow: hidden;
}

.post-modern .post-body {
    min-height: 75px;
}

p > a {
    text-decoration: underline;
    font-weight: 700;
}

.post.post-wide.post-wide-horizontal .post-media img {
    max-height: 391px;
}

.post-title {
    max-height: 100px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 479px) {
    .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand {
        position: absolute;
        top: 5px;
        transform: translateX(50%);
        display: block !important;
    }
}

.page-loader-variant-1 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    z-index: 9999999;
    background: #fbfbfb !important;
    transition: .3s all ease;
}

.page-loader-variant-1 .spinner {
    width: 56px;
    height: 56px;
    background: transparent !important;
    background-position: unset !important;
    -webkit-animation: fa-spin 2s infinite linear !important;
    animation: fa-spin 2s infinite linear !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1ce";
    font-size: 56px;
    color: #828282;
}

.page-loader-variant-1 .spinner:after {
    content: "\f1ce";
}

.page-loader-variant-1.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.divider {
    text-align: left;
}

.post-media {
    position: relative;
}

.img-protect {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: transparent;
}