* {
    font-family: sans-serif;
    color: #090909;
}



.container * {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.back {
    width: 85px;
    height: 78px;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.s-align-center {
    text-align: left;
}

a {
    text-decoration: none;
    color: black;
    position: relative;
    display: inline-table;
}

.horizontal a .animated {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-left: -36px;
    margin-top: 62px;
    font-size: 40px;
    transition: visibility 0s, opacity 1s linear;
    color: black;
    width: 30px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    text-align: center;
    line-height: 36px;
}

.vertical a .animated {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: inherit;
    font-size: 40px;
    transition: visibility 0s, opacity 1s linear;
    color: black;
    line-height: 32px;
    /*margin-left: 32px;*/
    top: 4px;
    /* margin-top: -42px; */
    text-align: left;
}

a .animated.map, a .animated.mueggelberg {
    margin-left: -42px;
    margin-top: 67px;
}

a .animated.text {
    margin-top: -95px;
    margin-left: 5px;
}

a .animated.poster {
    margin-top: -167px;
    margin-left: 5px;
}

a .animated.archive {
    width: 180px;
}

a .animated.route {
    width: 120px;
}

a .animated.press {
    width: 115px;
    text-align: right;
    margin-top: 0px;
    margin-left: -115px;
}

a .animated.kranichberg {
    width: 280px;
}

a .animated.opening {
    width: 170px;
}

a:hover .animated {
    visibility: visible;
    opacity: 1;
}

.container {
    display: flex;
    margin: 50px auto;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.container-pages-column {
    display: flex;
    flex-direction: row;
    margin: 50px auto;
    text-align: justify;
}

.container-pages-column div {
    padding: 0 15px;
    flex: 1;
}

.container-pages {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.vertical {
    font-size: 45px;
    width: 30px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    text-align: center;
    height: 500px;
    line-height: 42px;
    position: relative;
}

.vertical-2 {
    font-size: 40px;
    margin-top: -15px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    position: relative;
}

.horizontal {
    font-size: 65px;
    vertical-align: middle;
}


.img-full {
    width: 100%;
}

.img-thumbmail {
    width: 420px;
    height: 307px;
}

.img-thumbmail-2 {
    width: 311px;
    height: 424px;
}


@media screen and (max-width: 1024px) {
    .vertical-2 {
        font-size: 25px;
    }
    .vertical {
        font-size: 35px;
        width: 25px;
        line-height: 40px;
    }
    .vertical a .animated {
        font-size: 25px;
       /** margin-left: 27px;*/
        top: 0px;
    }
    
    .horizontal a .animated {
        font-size: 25px;
        margin-left: -25px;
        margin-top: 45px;
        width: 18px;
        line-height: 25px;
    }

    .horizontal {
        font-size: 45px;
    }

    .img-thumbmail {
        width: 210px;
        height: 153px;
    }

    .img-thumbmail-2 {
        width: 155px;
        height: 212px;
    }

    .s-align-center {
        text-align: center;
    }

    a .animated.exhibition {
        margin-left: -22px;
    }

    a .animated.text {      
        margin-left: 5px;
        margin-top: -65px;
    }
    
    a .animated.poster {
        margin-left: 5px;
        margin-top: -115px;
    }

    .container-pages-column {
        flex-direction: column;
    }
    
}
