/*  -----------------------------------------------------
    ListView
    ----------------------------------------------------- */

#nngallery_list {
    margin-left: -10px;
    margin-right: -10px;
}

#nngallery_list .gallery {
    margin-bottom: 5px;
    position: relative;
    /*height: 80px;*/
}

#nngallery_list .gallery h3 {
    background-image: url(../../img/icons/pfeil_rechts_weiss.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 17px;
    margin: 0 15px 0 15px;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
    text-align: left;
    position: absolute;
    z-index: 200;
    top: 20px;
}

#nngallery_list .gallery.active h3 {
    background-image: url(../../img/icons/pfeil_grau.svg);
}

#nngallery_list .gallery p {
    margin: 0;
    padding: 0 20px 20px 20px;
}

#nngallery_list .gallery a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}

#nngallery_list .gallery .gallery-image {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    #nngallery_list .gallery h3 {
        font-size: 2.4rem;
    }
}

/*
#nngallery_list .gallery.gallery-uid-1.active { background-image: url(img/hexenwasser_kategorie_aktiv.svg) !important; }
#nngallery_list .gallery.gallery-uid-2.active { background-image: url(img/blaueswunder_kategorie_aktiv.svg) !important; }
#nngallery_list .gallery.gallery-uid-3.active { background-image: url(img/sonnenuhren_kategorie_aktiv.svg) !important; }
#nngallery_list .gallery.gallery-uid-4.active { background-image: url(img/barfussweg_kategorie_aktiv.svg) !important; }*/

/*
#nngallery_list .gallery.gallery-uid-5.active {
    background-image: url(img/Hexenwasser_Kategorie.svg) !important;
}
#nngallery_list .gallery.gallery-uid-6.active {
     background-image: url(img/Hexenwasser_Kategorie.svg) !important;
}*/


/*  -----------------------------------------------------
    ShowView
    ----------------------------------------------------- */

#nngallery_show .image,
#nngallery_show .video {
    padding: 12px 12px 12px 12px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    background-color: white;
    max-width: 100%;
}

#nngallery_show .title-n-back {
    background-color: #F6F4EF;
    margin: 0 -20px 0 -20px;
    padding: 17px 0 20px 0;
    position: relative;
}

#nngallery_show .title-n-back h1 {
    font-family: questa_sansbold, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.2rem;
}

#nngallery_show .title-n-back .arrow-icon {
    position: absolute;
    left: 10px;
    top: 40px;
}

#nngallery_show .image-title,
#nngallery_show .video-title {
    font-family: questaitalic, sans-serif;
    text-align: left;
    bottom: 12px;
}

#nngallery_show .img-platzhalter {
    height: 100px;
    background-color: lightblue;
}


/*  -----------------------------------------------------
    ShowView / Modal
    ----------------------------------------------------- */

#nngallery_modal .modal-header {
    padding: 10px 0 5px 0 !important;
    border: none !important;
}

#nngallery_modal .modal-body {
    padding-top: 0;
}

#nngallery_modal .close {
    position: absolute;
    top: 50px;
    right: 25px;
    z-index: 100;
    background-color: white;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    padding-top: 0;
    opacity: 0.4 !important;
}

#nngallery_modal .modal-title {
    text-transform: uppercase;
    text-align: center;
}

#nngallery_modal .modal-content {
    border-radius: 0;
}

#myModalIndicators {
    display: none;
}

#nngallery_modal .carousel-control {
    height: 80px;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -40px;
}

#nngallery_modal .carousel-control .glyphicon {
    display: none;
}

#nngallery_modal .carousel-control.left {
    background-image: url(../../img/icons/slider_pfeil_links.svg);
}

#nngallery_modal .carousel-control.right {
    background-image: url(../../img/icons/slider_pfeil_rechts.svg);
    background-position: right;
}

#nngallery_modal .carousel-caption {
    padding-top: 10px;
    padding-bottom: 0;
    font-family: questaitalic, sans-serif;
    color: #575756;
    text-shadow: none;
    text-align: left;
    position: static;
}

#nngallery_modal .modal-footer {
    display: none;
}

#nngallery_modal .modal-body {
    padding-bottom: 12px;
}



