@charset "UTF-8";
/*
Theme Name: ngThoRoIW19
Theme URI: https://github.com/WordPress/twentynineteen
Author: Thomas Rothe
Author URI: https://netz-giraffe.de/
Description: special  template
Version: 1.3
Text Domain: ngThoRoIW19
*/

.owl-carousel {

    /*
    webkit-box-shadow: 0 6px 4px -4px black;
    -moz-box-shadow: 0 6px 4px -4px black;
    box-shadow: 0 6px 4px -4px black;
    border: 1px solid yellow;*/
    margin: 20px 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 25px !important;
}

.owl-carousel .owl-stage .item {
    position: relative;
}
.owl-carousel .owl-stage .item .teaser {
    
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 20px;
    /*
    bottom: 20px;
    left: 20px;
    position: absolute;
    */

}
.owl-carousel .owl-stage .item .teaser h3 {
    color: #FFFFFF;
    font-size: 14px;
}
.owl-carousel .owl-stage .item .teaser p {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
}
.owl-carousel .owl-stage .item .teaser p a, .owl-carousel .owl-stage .item .teaser p i {
    font-size: 12px;
}
@media (max-width: 767px) {

    .owl-carousel { }
    .owl-carousel .owl-stage .item .teaser p.excerpt {
        display: none;
    }

}


header {
    background-color: #000000;
}
header #menu-main-navigation {

}
header #menu-main-navigation li.nav-item {
    text-align: center;
}
footer {
    background-color: #000000;
}

.single-items .content-wrapper {
    position: relative;
    margin-top: -75px;
    background-color: #ffffff;
}
.single-items .content-wrapper article {
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-items .content-wrapper article .artist-links, .single-items .content-wrapper article .artist-links i {
    font-size: 70px;
    margin: 0 25px;
    color: #000;
}
.single-items .content-wrapper article .pagination {
    margin: 15px 0;
}
.single-items .content-wrapper article .pagination .page-item i {
    font-size: 35px;
    color: #000;
}