
p.caption {
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 0;
}

iframe {
    display: block;
    border: none;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#controls {
    overflow: hidden;
    background: #eee;
    margin: 0 auto;
}

#controls > * {
    margin: 8px;
    cursor: pointer;
    opacity: 0.5;
}

#controls > *:hover {
    opacity: 1;
}


#toggleplay {
    float: left;
    background: url('img/ic_pause_black_24dp.svg');
    width: 24px;
    height: 24px;
}

#toggleplay.paused {
    background: url('img/ic_play_arrow_black_24dp.svg');
}

#togglemute {
    float: right;
    background: url('img/ic_volume_up_black_24dp.svg');
    width: 24px;
    height: 24px;
}

#togglemute.muted {
    background: url('img/ic_volume_off_black_24dp.svg');
}

ul.carousel {
    display: flex;
    margin: 20px auto;
    padding: 0;
    justify-content: center;
    overflow: auto;
}

/* MOBILE */
@media screen and (max-width: 700px) {
    ul.carousel {
        width: 100%;
        justify-content: flex-start;
    }

    ul.carousel li:first-child {
        padding-left: 0;
    }

    ul.carousel li:last-child {
        padding-right: 0;
    }
}

ul.carousel li {
    list-style: none;
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}

ul.carousel li:first-child {
    margin-left: 0;
}

ul.carousel li:last-child {
    margin-right: 0;
}

ul.carousel li a {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #999;
    text-decoration: none;
}
ul.carousel li a.current {
    color: blue;
    text-decoration: underline;
}
ul.carousel li a img {
    width: 100%;
    height: auto;
}
ul.carousel li a small {
    display: block;
}

#vrview_wrap {
    position: relative;
    width: 100%;
    padding-bottom: calc(400% / 7);
    margin-top: 20px;
}

#vrview {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fra_headline_2 {
    margin-bottom: 20px;
}

.fra_copy_3 {
    /*margin-bottom: 30px;*/
}