/* custom */
.margin-left-20 {
    margin-left: 20px !important;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-25 {
    margin-top: 25px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-b-0 {
    margin-bottom: 0 !important;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}

.margin-b-20 {
    margin-bottom: 20px !important;
}

.margin-b-30 {
    margin-bottom: 30px !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-end {
    align-items: flex-end;
}

.flex-center {
    justify-content: center !important;
}

.flex-start {
    justify-content: left !important;
}

.flex-20 {
    width: 20%;
}

.flex-21 {
    width: 21%;
}

.flex-30 {
    width: 30%;
}

.flex-33 {
    width: 33.3%;
}

.flex-35 {
    width: 35%;
}

.flex-37 {
    width: 37%;
}

.flex-40 {
    display: flex;
    width: 40%;
}

.flex-50 {
    width: 50%;
}

.flex-60 {
    width: 60%;
}

.flex-65 {
    width: 65%;
}

.flex-70 {
    width: 70%;
}

.flex-80 {
    width: 80%;
}

.flex-90 {
    width: 90%;
}

.flex-100 {
    width: 100%;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-l-10 {
    padding-left: 10px;
}

.padding-l-15 {
    padding-left: 15px;
}

.padding-l-20 {
    padding-left: 20px !important;
}

.padding-l-25 {
    padding-left: 25px !important;
}

.padding-l-30 {
    padding-left: 30px;
}

.padding-l-35 {
    padding-left: 35px !important;
}

.padding-l-40 {
    padding-left: 40px !important;
}

.padding-l-45 {
    padding-left: 45px;
}

.padding-l-55 {
    padding-left: 55px;
}

.padding-l-60 {
    padding-left: 60px;
}

.padding-r-5 {
    padding-right: 5px;
}

.padding-r-10 {
    padding-right: 10px;
}

.padding-r-15 {
    padding-right: 15px;
}

.padding-r-20 {
    padding-right: 20px;
}

.padding-r-25 {
    padding-right: 25px;
}

.padding-r-30 {
    padding-right: 30px;
}

.padding-r-45 {
    padding-right: 45px;
}

.padding-r-50 {
    padding-right: 50px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-t-20 {
    padding-top: 20px;
}

.padding-b-15 {
    padding-bottom: 15px;
}

.padding-b-30 {
    padding-bottom: 30px;
}

.flex-container .highlights__item {
    width: 100%;
}

.visible-text {
    display: block;
}

.hidden-text {
    display: none;
}

.toggle-buttons-box a {
    cursor: pointer;
}

.linkedin, .instagram {
    display: inline-block;
    padding-top: 2px;
    padding-left: 4px;
    width: 40px;
    height: 32px;
}

.instagram-icon {
    display: block;
    height: 32px;
    width: 32px;
    background-image: url("../images/instagram_icon.svg");
    background-size: cover;
}

.linkedin-icon {
    display: block;
    height: 32px;
    width: 32px;
    background-image: url("../images/linkedin_icon.svg");
    background-size: cover;
}

.linkedin:hover {
    opacity: .7;
    text-decoration: none;
}

.pswp--zoomed-in .sub-gallery {
    display: none;
}

.sub-gallery {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: center;
}

.sub-gallery-container {
    position: absolute;
    left: 0;
    margin-left: 87px;
    overflow: hidden;
    bottom: 90px;
    z-index: 1000;
    display: inline;
    text-align: center;
    white-space: nowrap;
    width: calc(100% - 174px);
    height: 150px;
}

.sub-gallery img {
    cursor: pointer;
    display: flex;
    height: 100% !important;
    width: auto !important;
    margin-right: 20px;
}

.sub-gallery-btn {
    display: block;
    bottom: 120px;
    width: 70px;
    height: 100px;
    position: absolute;
    background: none;
    border: none;
}

.sub-gallery-btn-right {
    right: 0;
    margin-right: 15px;
}

.sub-gallery-btn-left {
    left: 0;
    margin-left: 15px;
}

.sub-gallery-btn:before {
    content: "";
    top: 35px;
    height: 30px;
    width: 32px;
    position: absolute;
    background: rgba(255, 255, 255, .3) url(../images/sprite.png) no-repeat;
    background-size: 300px 583px;
}

.sub-gallery-btn-right:before {
    right: 6px;
    background-position: -9px -370px;
}

.sub-gallery-btn-left:before {
    left: 6px;
    background-position: 4px -370px;
}

.agenda__detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.archive-link-container {
    display: flex;
    justify-content: space-between;
}

.archive-caption {
    display: block;
    /*-webkit-transition: background .25s ease-in-out;*/
    /*transition: background .25s ease-in-out;*/
    background: none;
    color: #ffffff;
}

.archive-caption .highglights__name {
    border-bottom: 1px solid #ffffff;
}

.archive-caption:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
}

.archive-caption:hover .highglights__name {
    border-bottom: 1px solid #000000;
}

.container .page-title {
    font-family: Verlag SSM, Arial, Helvetica, Helvetica Neue, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #333333;
    font-size: 28px;
    line-height: 55px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .highlights__item-width {
        box-sizing: border-box;
        padding: 0 2px;

        width: 24%;
    }
}

@media (max-width: 1024px) {
    .sub-gallery-container {
        bottom: 135px;
        margin-left: 80px;
        width: calc(100% - 160px);
        height: 100px;
    }

    .sub-gallery {
        justify-content: space-around;
    }

    .sub-gallery img {
        margin-right: 20px;
    }

    .highlights__caption {
        line-height: 22px;
    }

    .highglights__name, .highglights__werk, .highglights__year, .highlights__year {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .archive-link-container {
        flex-direction: column;
    }

    .highlights__item {
        margin-bottom: 15px;
    }

    .highlights__item:last-child {
        margin-bottom: 0px;
    }

    .card-block {
        padding: 1rem;
    }

}

@media (max-width: 500px) {
    .sub-gallery-container {
        margin-left: 70px;
        width: calc(100% - 140px);
        height: 70px;
    }
}

.orientation-landscape {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {

    .pswp__button {
        /*display: none;*/
    }

    .sub-gallery-container {
        margin-left: 70px;
        width: calc(100% - 140px);
        height: 60px;
        bottom: 80px;
    }

    .sub-gallery-btn {
        bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .block-is-visible-false {
        display: none;
    }
}

.pswp__img--placeholder {
    display: none;
}


.highlights__item .highlights__image {
    box-sizing: border-box;
    padding: 15px;
}

.highlights__item {
    float: left;
}

.wrapper-archive {
    display: flex;
    width: 100%;
    flex-flow: column wrap;
}

.block-is-visible-false {
    visibility: hidden;
}

.crutch {
    margin-bottom: 2px;
}

.sub-gallery.flex-start {
    justify-content: center !important;
}

.direct-speech {
    text-align: center;
}

.direct-speech p {
    display: inline-block;
    text-align: center;
    padding: 30px 0 30px;
    font-weight: bold;
}
