/**
Theme Name: Astra-Besser
Author: KWW Consult
Author URI: http://wpastra.com/about/
Description: Astra child theme for Besser Samstag Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-besser
Template: astra
*/
a:hover {
  text-decoration: none;
  background-color: #e9e9e9;
  border-radius: .3rem;
  color: #302f3e;
}
.no-hover-a:hover {
  background-color: #fff;
}


.sub-menu {
    width: 100% !important;
}
.content-area {
    padding-top: 3rem;
}

.entry-header {
    display: none;
}

.post-navigation {
    display: none !important;
}

.archive-primary {
    padding-top: 0 !important;
}

.btn-custom-red {
    background-color: #CE6161;
    border-color: #CE6161;
    color: #fff;
}
.btn-custom-red:hover {
    background-color: #b44a4a;
    border-color: #b44a4a;
    color: #ddd;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.card-link-wrapper {

}
.card-link-wrapper:after {
    content:'';
    color:#fff;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 2.4rem;
}
.playlist-card-link-wrapper:after {
    border-radius: 1.7rem;
}
.card-link-wrapper:hover:after {
    opacity:0.2;
}


.playlist-card-link-wrapper {
    background-color: #f7f7f7;
    border-radius: 1.4rem;
}

.artist-card {
    margin-bottom: 2rem;
    border: none;
    padding: 1rem;
}
.artist-card-column {
    padding: 1.5rem;
}
.artist-card-img {
    border: 2px #0000002a solid;
}
.artist-card-img {
    /*padding: 1rem;*/
    margin-bottom: 1rem;
    border-radius: 2rem;
}
.artist-card-title {
    font-weight: 600;
    margin-bottom: 0;
}
.artist-card-body {
    padding: .4rem 1rem;
}
.archive-header {
    margin-bottom: 2rem;
}
.artist-single-img {
    max-width: 50%;
    border-radius: .5rem;
}
.artist-social-col {
    font-size: 1.2rem;
      flex-flow: wrap;
}
.artist-social-link-wrapper {
    margin: 0 2rem;
}
.artist-social-link {
    padding: .25em .4em;
}

.artist-badge {
    color: #212529;
    background-color: #f0f0f0;
    display: inline-block;
    padding: .25em .4em;
    /*font-size: 75%;*/
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.release-card-preview {
    margin-bottom: 1.2rem;
    border: none;
}
.release-card-preview-title {
    margin-bottom: 0;
}
.release-card-preview-column {
    padding: 1.3rem;
}
.release-single-img {
    border-radius: .5rem;
}
.release-single-img-container {
    padding: 0 4rem;
}
.release-single-row {
    margin-top: 4rem;
}
.release-single-description {
    padding: 0 2rem;
}
.release-details-key {
    text-align: right;
}
.release-preview-card-body {
    padding-top: 0;
}
.release-preview-card {
    margin-bottom: 0;
}
.release-preview-col {
    padding-bottom: 0;
}
.releases-archive-header {
    margin-bottom: .5rem;
}
.release-artist-badge-wrapper {
    margin-top: 1rem;
}

.playlist-card-img {
    /*padding: 1rem;*/
    margin-bottom: 1rem;
    border-radius: 1.4rem;
}
.playlist-card-body {
    padding-top: 0;
}
.playlist-archive-header {
    margin-bottom: 0rem;
}
.playlist-card-title {
    font-weight: 500;
}

.content-area {
    padding-top: 3rem !important;
}

footer {
    margin-top: 4rem;
}

.lang-item {
    min-height: 2rem;
}

