a.nextDisable,
a.prevDisable {
    border: 1px solid #E7EAF0;
}

.paiginationarea .pagination.border {
    border: 0 !important;
}

@media (max-width: 768px) {
    .paiginationarea {
        flex-wrap: wrap !important;
    }
    .paiginationarea .pagination.border {
        width:100%;
    }
}

.paiginationarea {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.paiginationarea .pagination {
    display: inline-block;
    padding: 0 !important;
    margin: 16px 0 16px 0px !important;
}

.pagination li {
    display: inline;
    float: left;
    padding: 0 5px;
}

.paiginationarea .pagLeft a,
.paiginationarea .pagRight a {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    color: #16192C;
    background-color: #FFF;
    border-color: #E7EAF0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    display: inline-block;
    font-weight: 600;
    line-height: 1.3;
    color: #16192C;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.paiginationarea .pagLeft a:hover,
.paiginationarea .pagRight a:hover {
    color: #16192C;
    background-color: #E7EAF0;
    border-color: #E7EAF0;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #E7EAF0;
    cursor: pointer;
    border-radius: 8px;
}

.pagination>li>.current {
    background-color: #8E1A10;
    color: #ffffff;
    border: 1px solid #8E1A10;
}

div#rating_u {
    margin-top: 2rem;
    padding:0;
}

div#filterBox {
    padding:0;
}

#rating_u h2 {
    text-align: left;
}

#rating_u .ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #000000;
    overflow: hidden;
    float: left;
}

#rating_u #rating>.ritem {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px;
}

#rating_u #rating>.bewertung {
    font-size: 1.4em !important;
}

#rating_u #rating>.stars {
    margin-top: 22px !important;
}

#rating_u .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #FFD166;
}

#rating_u .empty-stars:before,
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 26pt;
}

/* #rating_u .empty-stars:before {
  -webkit-text-stroke: 1px #848484;
} */

#rating_u .full-stars:before {
    -webkit-text-stroke: 1px #FFD166;
}

#rating_u .rezension {
    /* float: left; */
    width: 70%;
    padding-right: 20px;
}

#rating_u .voting {
    /* width: 27%; */
    /* float: left; */
}

#rating_u .bitem {
    /*width: 97.8%;*/
    display: flex;
    /* float: left; */
    width: 100%;
    min-height: 100px;
    border: 1px solid #E7EAF0;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 24px;
    text-align: left;
    border-radius: 0.75rem;
}

#rating_u .full-stars,
#rating_u .ratings {
    padding-bottom: 10px;
}

/*#rating_u .ritem*/

#rating_u .ritem.stars {
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#rating_u .rezension .subject {
    margin-bottom: 0.5em;
    margin-top:1rem;
    font-size: 1.125rem;
    font-weight: 500;
}

#rating_u .ritem.suggests {
    /* font-size: 1.2em; */
    display:inline-block;
    width: 100%;
    margin-top: 5px;
}

#rating_u .ritem.date {
    margin: 5px 0;
}

#rating_u .ritem.ausbildung a {
    font-size: 1.3em;
    text-decoration: none;
    color: #333;
}

#rating_u .ritem.location {
    /* margin-bottom: 15px; */
}

.mod_article.rechts.block>div.grid4 {
    width: 100% !important;
    margin-bottom: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    /*font-family: "magnum_sans_proregular", Arial, Helvetica, sans-serif;*/
}

div.mod_article.links.block,
div.mod_article.rechts.block {
    margin-top: 20px;
}

#rating_ol {
    padding: 24px;
    border: 1px solid #E7EAF0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0.75rem;
}

#rating_ol>h2 {
    color: black;
    font-weight: bold;
    font-size: 1.6em;
}

#rating_ol .ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #d5d9e1;
    overflow: hidden;
}

#rating_ol #rating>.ritem {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px;
}

#rating_ol #rating>.bewertung {
    font-size: 1.4em !important;
}

#rating_ol #rating>.stars {
    margin-top: 22px !important;
}

#rating_ol .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #FFD166;
}

#rating_ol .empty-stars:before,
#rating_ol .full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 26pt;
}

#rating_ol .empty-stars:before {
    -webkit-text-stroke: 1px #d5d9e1;
}

#rating_ol .full-stars:before {
    -webkit-text-stroke: 1px #FFD166;
}

#rating_ol .bitem {
    /* height: 55px; */
    /* float: left;
        width: 100%;
        margin-bottom: 1.5rem; */
    display: flex;
    /* border-bottom: 1px solid #E7EAF0; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: .75rem;
}

#rating_ol .ritem.bewertung {
    width: 10rem;
    display:inline-block;
}

/* #rating_ol .ritem.bewertung {
      float: left;
      width: 29%;
      height: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  #rating_ol .ritem.stars {
      float: left;
      width: 30%;
      height: 20px;
  }
  #rating_ol .ritem.sum {
      float: left;
      width: 40%;
      height: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center;
  } */
.mod_article.last.block {
    float: left;
    width: 100%;
}

.title h2 {
    margin-top: 40px;
    background-color: #e9e9e9;
    color: #000000;
    padding: 10px;
    padding-left: 20px;
    font-size: 1.2em !important;
    font-weight: bold;
}

#tutorvoting .left.rating {
    border: 1px solid #E7EAF0;
    padding: 16px;
    width: 100%;
    border-radius: 0.75rem;
}

#tutorvoting .right.filter {
    border: 1px solid #E7EAF0;
    padding: 16px;
    border-radius: 0.75rem;
    width: 100%;
}

#tutorvoting h4 {
    font-weight: normal;
    margin-bottom: 0.5rem;
}

#tutorvoting .left.rating .line>.col1 {
    width: 27%;
    text-align: left;
    color: #8E1A10;
    /* padding-left: 15px; */
}

#tutorvoting .left.rating .line>.col2 {
    width: 52%;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px
}

#tutorvoting .left.rating .line>.col3 {
    width: 13%;
    text-align: left;
}

/* #tutorvoting .right.filter form .line select {
   width: 100%;
   height: 25px;
   margin-top: 7px;
   background-color: white;
   border: 1px solid #E7EAF0;
   min-height: 35px;
   font-family: var(--x-body-font-family) !important;
 } */

input#courseid {
    width: 45% !important;
    float: right;
    height: 20px;
    margin-top: 14px;
}

.progressbar {
    width: 100%;
    height: 12px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 6px;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; */
}

.bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #FFD166;
    transition: width .6s ease;
}

.pointer {
    cursor: pointer;
}

div.starrating {
    width: 100%;
    display: flex;
    align-items: center;
}

div.starrating.activeline {
    background-color: green;
}

div.starrating.activeline span,
div.starrating.activeline .col3 {
    color: white;
}

div#tutorvoting {
    /*margin-top: 30px;*/
}

@media (max-width: 768px) {

    #rating_ol .ritem.bewertung {
        width: 9rem;
    }

    #tutorvoting .left.rating {
        min-width: 100% !important;
        width: 100%;
    }

    #rating_ol h2 {
        margin-bottom: 15px;
    }


    #rating_u .rezension {
        width: 100%;
        padding-right: 0;
    }

    #rating_u .bitem {
        display: flex;
        flex-direction: column-reverse;
    }

    #rating_ol .empty-stars:before,
    #rating_ol .full-stars:before {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    /*#tutorvoting .right.filter{*/
    /*margin-top: 10px;*/
    /*}*/

    div#tutorvoting,
    #tutorvoting .right.filter {
        /*margin-top: 20px;*/
    }

    .infolayout .rechts {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .infolayout .rechts {
        float: right !important;
    }
}

#tutorvoting .right.filter {
    /*margin-top: 20px;*/
}

@-moz-document url-prefix() {
    #rating_ol .full-stars {
        color: #FFD166;
    }
}

@-moz-document url-prefix() {
    #rating_u .full-stars {
        color: #FFD166;
    }
}

.paiginationarea li a:hover,
.paiginationarea .pagLeft a:hover,
.paiginationarea .pagRight a:hover {
    cursor: pointer;
}

.paiginationarea .pagLeft a,
.paiginationarea .pagRight a {
    text-decoration: none;
}

#main .ce_text .paiginationarea ul {
    padding-bottom: 0 !important;
}


.marginTop20 {
    margin-top: 20px;
}

a.loschen {
    font-size: 13px;
    margin: 5px 0;
    display: block;
}

/*comment reply css*/
.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}

.panel-white {
    border: 1px solid #dddddd;
}

.panel-white .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.panel-white .panel-footer {
    background-color: #fff;
    border-color: #ddd;
}

.post .post-heading {
    height: 95px;
    padding: 20px 15px;
}

.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
}

.post .post-heading .meta .title {
    margin-bottom: 0;
}

.post .post-heading .meta .title a {
    color: black;
}

.post .post-heading .meta .title a:hover {
    color: #aaaaaa;
}

.post .post-heading .meta .time {
    margin-top: 8px;
    color: #999;
}

.post .post-image .image {
    width: 100%;
    height: auto;
}

.post .post-description {
    padding: 15px;
}

.post .post-description p {
    /*font-size: 14px;*/
    margin-bottom: 0 !important;
}

.post .post-description .stats {
    margin-top: 20px;
}

.post .post-description .stats .stat-item {
    display: inline-block;
    margin-right: 15px;
}

.post .post-description .stats .stat-item .icon {
    margin-right: 8px;
}

.post .post-footer {
    border-top: 1px solid #ddd;
    padding: 15px;
}

.post .post-footer .input-group-addon a {
    color: #454545;
}

.post .post-footer .comments-list {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
}

.post .post-footer .comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.post .post-footer .comments-list .comment .avatar {
    width: 35px;
    height: 35px;
}

.post .post-footer .comments-list .comment .comment-heading {
    display: block;
    width: 100%;
}

.post .post-footer .comments-list .comment .comment-heading .user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
}

.post .post-footer .comments-list .comment .comment-heading .time {
    font-size: 12px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}

.post .post-footer .comments-list .comment .comment-body {
    margin-left: 50px;
}

.post .post-footer .comments-list .comment>.comments-list {
    margin-left: 50px;
}

.morecontent span {
    display: none;
}

.no-Padding-Left-Right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* New Layout Styling for Hero Image */
.akademie-section-block .ce_image {
    padding:0;
}
.akademie-section-block .ce_text {
    padding:0;
}
.akademie-section-block .ce_text h1, .akademie-section-block .ce_text h2 {
    text-align:left !important;
}
.akademie-section-block .image_container {
    box-shadow: 0 32px 64px -32px rgb(0 0 0 / 10%);
}
.akademie-section-block .image_container img {
    height: 600px;
    object-fit: cover;
    border-radius: 0.5rem !important;
    width: 100% !important;
}
