/********************************************************
 *
 *             General
 *
 ********************************************************/

.ad-card,
.content-card,
.link-card,
.post-overview-card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.ad-card:hover .ad-card-img,
.content-card:hover .content-card-img,
.link-card:hover .link-card-img,
.full-height-link-card:hover .full-height-link-card-img,
.post-overview-card:hover .post-overview-card-img {
    transform: scale3d(1.05,1.05,1.05);
}
.content-card:hover .content-card-title,
.link-card:hover .link-card-title {
    color: #FFC300;
    background: rgba(0,0,0,0.9);
}

.ad-card-content,
.content-card-content,
.link-card-content,
.full-height-link-card-content,
.post-overview-card-content {
    padding: 10px;
}




.ad-card-img-container,
.content-card-img-container,
.full-height-link-card-img-container,
.link-card-img-container,
.post-overview-card-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.ad-card-img-container:before,
.content-card-img-container:before,
.full-height-link-card-img-container:before,
.link-card-img-container:before,
.post-overview-card-img-container:before {
    content: "";
    display: block;
    margin-top: calc(100% / 3 * 2);
}

.ad-card-img,
.content-card-img,
.link-card-img,
.post-overview-card-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 436ms ease;
}

.ad-card-label,
.content-card-label,
.link-card-label,
.post-overview-card-label {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 5px;
    padding: 5px;
    background: rgba(255,195,0,0.9);
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}


.post-overview-card-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.post-overview-card-img-container:before {
    content: "";
    display: block;
    margin-top: calc(100% / 3 * 2);
}

.post-overview-card-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 436ms ease;
}

.post-overview-card-title-container {
    position: absolute;
    /*width: 100%;*/
    bottom: 0;
    transition: 0.2s ease-in all;
    color: #000000;
    padding: 10px;
}

.post-overview-card-pretitle {
    display: inline-block;
    background: rgba(0,0,0,0.8);
    transition: 0.2s ease-in all;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 0.9em;
}

.post-overview-card-title {
    background: rgba(0,0,0,0.8);
    transition: 0.2s ease-in all;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 1.2em;
}



.full-height-col {
    display: flex;
}

.full-height {
    flex: 1;
}



/********************************************************
 *
 *             Ad-Cards
 *
 ********************************************************/

.ad-card-disclaimer {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    padding: 5px;
    background: rgba(255,195,0,0.7);
    font-size: 0.5em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}



/********************************************************
 *
 *             Content-Cards
 *
 ********************************************************/

.content-card-title {
    position: absolute;
    bottom: 0;
    padding: 2px 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
    background: rgba(255,195,0,0.9);
    transition: all 436ms ease;
}

.content-card-content p:first-of-type {
    margin-top: 0;
}

.content-card-content p:last-of-type {
    margin-bottom: 0;
}

.content-card-content .headline-link {
    display: block;
    color: #FFC300;
    font-weight: bold;
    text-decoration: none;
}
.content-card-content .headline-link:hover {
    text-decoration: underline;
}
.content-card-content .headline-link:before {
    width: 1em;
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/********************************************************
 *
 *             Link-Cards
 *
 ********************************************************/

.link-card-col {
    display: flex;
}

.link-card-title {
    position: absolute;
    bottom: 0;
    padding: 2px 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
    background: rgba(255,195,0,0.9);
    transition: all 436ms ease;
}

.link-card-more {
    color: #FFC300;
}

.full-height-link-card {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.full-height-link-card-img-container {
    flex: 1;
}

.full-height-link-card-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 436ms ease;
    height: 100%;
}



/********************************************************
 *
 *             Post-Overview-Cards
 *
 ********************************************************/

.post-overview-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-overview-card:hover .post-overview-card-more {
    color: #FFC300;
}

.post-overview-card-meta {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    padding: 5px;
    background: rgba(255,195,0,0.9);
    font-size: 0.8em;
    font-weight: bold;
}

.post-overview-footer {
    padding: 10px;
    text-align: center;
    border-top: 5px double #EDEDED;
    border-bottom: 5px double #EDEDED;
    font-size: 1.1em;
}



/********************************************************
 *
 *             More-Cards
 *
 ********************************************************/

.more-card {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 10px;
    transition: all 436ms ease;
}
.more-card:hover {
    background: #000000;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}


/********************************************************
 *
 *             Show-Schedule-Next
 *
 ********************************************************/

.show-schedule-card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.show-schedule-card:hover .show-schedule-card-img {
    transform: scale3d(1.05,1.05,1.05);
}
.show-schedule-card:hover .show-schedule-card-title {
    color: #FFC300;
    background: rgba(0,0,0,0.9);
}

.show-schedule-card-content {
    padding: 10px;
}

.show-schedule-card-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.show-schedule-card-img-container:before {
    content: "";
    display: block;
    margin-top: calc(100% / 3 * 2);
}

.show-schedule-card-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 436ms ease;
}

.show-schedule-card-label {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 5px;
    padding: 5px;
    background: rgba(255,195,0,0.9);
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}

.show-schedule-card-title {
    position: absolute;
    bottom: 0;
    padding: 2px 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
    background: rgba(255,195,0,0.9);
    transition: all 436ms ease;
}

.show-schedule-card-timestamp {
    font-size: 0.8em;
}

.show-schedule-card-show {
    font-weight: bold;
}

.show-schedule-card-hosts {
    font-size: 0.9em;
    font-style: italic;
}

.show-schedule-card-entry {
    padding: 5px 0;
}

.show-schedule-card-entry + .show-schedule-card-entry {
    border-top: 2px solid #000000;
}

.show-schedule-card-more {
    display: flex;
    align-items: center;
    color: #FFC300;
}





.post-overview-more {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 10px;
    transition: all 436ms ease;
}
.post-overview-more:hover {
    background: #000000;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.post-overview-card {
    flex: 1;
}