








.calender-wrapper {
    width:200px;
}
.calendar-head {
    position: relative;
    height: 70px;
}
.calendar-head .post-item-meta {
    display: block;
    color: #2D5377;
    font-size: 26px;
    line-height: 70px;
    text-align: center;
}
.calendar-head .prev-link,
.calendar-head .next-link {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    line-height: 1;
}
.calendar-head .next-link {
    right: 5%;
}
.calendar-head .prev-link {
    left: 5%;
}
.calendar-tile {
    width:100%;
    background-color: #fff;
    overflow: hidden;
}
.calendar-tile ul.days-head {
    list-style: none;
    margin: 0;
}
.calendar-tile ul.days-head li {
    display: block;
    position: relative;
    float:left;
    width: 14.28%;
    height: 0;
    padding-bottom: 6%;
}
.calendar-tile ul.days-head li span {
    position: absolute;
    left: 7%;
    top: 7%;
    width: 86%;
    height: 86%;
    font-size: 10px;
    text-indent: 0.6vw;
}
.calendar-tile .day {
    position: relative;
    float:left;
    width:14.28%;
    padding-bottom: 14.28%;
    height: 0;
}
.calendar-tile .day span {
    position: absolute;
    left: 7%;
    top: 7%;
    width: 86%;
    height: 86%;
    background-color: #fff;
    font-size: 10px;
    overflow: hidden;
    text-indent: 0.6vw;
    line-height: 1.6vw;
}
.calendar-tile .day.weekend span {
    background-color: #fff;
}
.calendar-tile .day.current span {

}
.calendar-tile .day.after span,
.calendar-tile .day.before span {
    background-color: #f8f8f8;
    color: #ddd;
}
.calendar-tile .day .calendar-bar-wrapper {
    position: absolute;
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
}
.calendar-tile .day .calendar-bar-wrapper .calendar-bar {
    position: relative;
    width: 100%;
    height: 30%;
    left: 0;
}
.calendar-tile .day .calendar-bar-wrapper .calendar-bar.second {
    position: absolute;
    top: 30%;
}
.calendar-tile .day .calendar-bar-wrapper .calendar-bar i {
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    top: 15%;
    background-color: #ccc;
}
.calendar-tile .day .calendar-bar-wrapper .calendar-bar.messe-kongress i {
    background-color: #fff100;
}
.calendar-tile .day .calendar-bar-wrapper .calendar-bar.prospitalia-institut i {
    background-color: #3a5279;
}
.calendar-tile .day .calendar-bar-wrapper .calendar-bar.prospitalia-veranstaltungen i {
    background-color: #4abdd1;
}
body .calendar-tile .day .calendar-bar-wrapper .calendar-bar.active i {
    background-color: #ddd !important;
}
.calendar-post-wrapper {
    margin-top: 0;
    padding-left: 6vw;
}
.calendar-post-wrapper .calendar-post {
    display: block;
    position: relative;
    overflow: auto;
    color: inherit;
}
.calendar-post-wrapper .calendar-post {
    cursor: default;
}
.calendar-post-wrapper .calendar-post.link-element {
    cursor: pointer;
}
.calendar-post-wrapper .calendar-post .calendar-meta-head {
    display: block;
    background-color: #f1f1f1;
    font-size: 12px;
    overflow: hidden;

    transition: background-color 0.3s;
}
.calendar-post-wrapper .calendar-post .calendar-meta-head .calendar-format {
    display: block;
    float: left;
    min-width: 35%;
    padding-right: 8px;
    background-color: #ccc;
    color: #333;
    line-height: 26px;
    text-indent: 8px;

    transition: background-color 0.3s;
}
.calendar-post-wrapper .calendar-post.white .calendar-meta-head .calendar-format {
    color: #fff;
}
.calendar-post-wrapper .calendar-post .calendar-meta-head .calendar-date {
    display: block;
    float: right;
    margin: 0;
    padding-right: 10%;
    color: #333;
    line-height: 26px;
}
.calendar-post-wrapper .calendar-post .calendar-title {
    display: block;
    margin: 10px 0 30px 5px;
    color: #666;
    font-size: 18px;
    line-height: 1.2;
}
.calendar-post-wrapper .calendar-post:hover .calendar-date,
.calendar-post-wrapper .calendar-post:hover .calendar-title {
    color: #999;
}
.calendar-post-wrapper .calendar-post:hover .calendar-meta-head {
    background-color: #f1f1f1 !important;
}
.calendar-post-wrapper .calendar-post:hover .calendar-meta-head .calendar-format {
    background-color: #ccc !important;
    color: #fff !important;
}
.calendar-post-wrapper .calendar-post .calendar-meta-head {
    display: block;
    background-color: #f1f1f1;
    font-size: 12px;
    overflow: hidden;
}
.calendar-post-wrapper .calendar-post .calendar-meta-head i.icon {
    display: none;
}
.calendar-post-wrapper .calendar-post.link-element .calendar-meta-head i.icon {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    line-height: 26px;
}
.calendar-post-wrapper .calendar-post.link-element .calendar-meta-head i.icon:before {
    color: #000;
}




ul.calendar-legend {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 0 25px 0;
    text-align: center;
    list-style: none;
}
ul.calendar-legend li.calendar-legend-item {
    display: inline-block;
    margin-right: 20px;
}
ul.calendar-legend li.calendar-legend-item:last-child {
    margin-right: 0;
}
ul.calendar-legend li.calendar-legend-item .legend-icon {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1px;
    width: 12px;
    height: 12px;
}
ul.calendar-legend li.calendar-legend-item .legend-icon span {
    display: block;
    width: 8px;
    height: 8px;
}
ul.calendar-legend li.calendar-legend-item > span {
    padding-left: 3px;
    color: #333;
    font-size: 11px;
    line-height: 1;
    vertical-align: middle;
}



.calendar-headline {
    margin-bottom: 60px;
}

.calendar-text-wrapper {
    margin-top: -30px;
    margin-bottom: 80px;
}

.calendar {
    position: relative;
    min-height: 100px;
    border: 1px solid #e5e5e5;
}

.calendar .calendar-tile {
    background-color: #f1f1f1;
    padding: 5%;
}

.calendar .calendar-tile .post-item-meta {
    display: block;
    border-top: 1px solid #2d5377;
    margin-bottom: 20px;
    padding-top: 5px;
    color: #2d5377;
    font-size: 14px;
}

.calendar table.calendar-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 200px;
}

.calendar table.calendar-table tbody tr td {
    padding: 3px;
    border: none;
    width: 14.2%;
    box-sizing: border-box;
}

.calendar-table td span {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.calendar-table td.weekday span {
    background-color: #f1f1f1;
}

.calendar-table td.weekend span {
    background-color: #addfed;
}









.widget-7 .widget-7-inner.events:hover {
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

.widget-7 .button {
    width: 100%;
    max-width: 248px;
}
.widget-7 .button.events {
    margin-bottom: 10px;
    background-color: #f9e805;
    color: #333;
}
.widget-7 .button.events:hover {
    background-color: #ccc;
    color: #666;
}
.widget-7 .event-item {
    display: block;
    margin-bottom: 10px;
    color: #333;
    line-height: 1;
}
.widget-7 .event-item.link-element:hover {
    color: #3EC2CF;
}
.widget-7 .event-item .meta {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
}
.widget-7 .event-item .title {
    display: block;
    font-size: 15px;
    line-height: 1.2;
}









.widget-2.anchor-teaser h5, 
.widget-2.anchor-teaser h4 {
    font-size: 18px !important;
}
.widget-2.anchor-teaser.events h5 {
    color: #fff200;
}
.widget-2.anchor-teaser.news h5 {
    color: #3ec2cf;
}
.widget-2.anchor-teaser h4 {
    color: #fff;
}
.widget-2.anchor-teaser .icon.ss-navigatedown {
    right: 14px;
    bottom: 10px;
    font-size: 30px;
    line-height: 1;
}
.widget-2.anchor-teaser.events .icon.ss-navigatedown {
    color: #fff200;
}
.widget-2.anchor-teaser.news .icon.ss-navigatedown {
    color: #3ec2cf;
}
.widget-2.with-img.anchor-teaser .widget-2-inner {
    padding-top: 30%;
    padding-bottom: 50px;
}
.widget-2.anchor-teaser .teaser-image-wrapper {
    padding-bottom: 30%;
}









/**
 * 11.0 - Media Queries
 */


/**
 * 11.1 - >= 1100px
 */

@media screen and (min-width: 1320px) {

    .calendar-tile .day span {
        text-indent: 5px;
        line-height: 1.6;
    }

}


/**
 * 11.1 - <= 1100px
 */

@media screen and (max-width: 1100px) {

    .calendar-post-wrapper {
        padding-left: 30px;
    }

}


/**
 * 11.3 - <= 700px
 */

@media screen and (max-width: 700px) {

    .calendar-post-wrapper {
        margin-top: 0;
        padding-left: 0;
    }
    .calendar-tile .day span {
        text-indent: 5px;
        line-height: 1.5;
    }

}


/**
 * 11.4 - <= 480px
 */

@media screen and (max-width: 480px) {

    .calendar-post-wrapper {
        margin-top: 0;
        padding-left: 0;
    }
    .calendar-post-wrapper .calendar-post .calendar-date {
        font-size: 14px;
    }
    .calendar-tile .day span {
        font-size: 8px;
        text-indent: 2px;
        line-height: 1.2;
    }
    .calendar-post-wrapper .calendar-post .calendar-title {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.3;
    }
    .calendar-post-wrapper .calendar-post .calendar-text {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .calendar-post-wrapper a.calendar-post:after {
        bottom: 30px;
    }
    .calendar-post-wrapper a.calendar-post .calendar-text {
        padding-right: 40px;
    }

    .calendar-head {
        height: 50px;
    }
    .calendar-head .post-item-meta {
        font-size: 18px;
        line-height: 50px;
    }

}