﻿.content-block {
    position: relative;
}

.content-wrap.small-wrap {
    width: 70%;
}

/* .content-wrap.small-wrap {
    width: calc(100% - 398px);
    max-width: 1006px;

} */
.content-wrap {
    width: calc(100% - 30px);
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.vert-spaced {
    padding-top: 60px;
    padding-bottom: 150px;
}

.content-wrap.small-wrap.lined:before {
    left: 0;
}

.content-wrap.small-wrap.lined:before,
.content-wrap.small-wrap.lined:after {
    content: '';
    position: absolute;
    display: block;
}

.content-wrap.small-wrap.lined:before,
.content-wrap.small-wrap.lined:after,
.content-wrap.small-wrap.lined .mid-line {
    position: absolute;
    width: 1px;
    height: 100%;
    /*background: #e7e9ec;*/
    opacity: .5;
    top: 0;
    z-index: -1;
}

.columns {
    font-size: 0;
}

.content-block.history .copy-col {
    position: relative;
    z-index: 1;
}

.columns .col.middled {
    vertical-align: middle;
}

.columns .col.third {
    width: 40%;
}

.columns .col {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.columns .col.middled {
    vertical-align: middle;
}

.columns .col.two-thirds {
    width: 60%;
}

.columns .col {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.rel {
    position: relative;
}

.chapter-headline {
    font-family: "DINCOND-BOLD";
    font-size: 120px;
}

p.s-text,
.wysiwyg ul.s-text,
.maps-list-item .openhours p,
.maps-list-item .openhours .wysiwyg ul,
.wysiwyg .maps-list-item .openhours ul {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.job-form .input-container,
.intro-copy p,
.intro-copy .wysiwyg ul,
.wysiwyg .intro-copy ul,
.container.about .post-content p,
.container.about .post-content .wysiwyg ul,
.wysiwyg .container.about .post-content ul {
    margin-top: 45px;
}

.columns .col.middled {
    vertical-align: middle;
}

.columns .col.two-thirds {
    width: 60%;
}

.columns .col {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.rel {
    position: relative;
}

.content-block.history .ui-col:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.chapter-image {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 75%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.img {
    width: 100%;
}*/
.img:before {
    content: '';
    padding-top: 66%;
    display: block;
}

.imgfill {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fill-parent,
.page-curtain,
.ui-timelines svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-timelines svg:first-child {
    opacity: .2;
}

.ui-timelines svg {
    display: block;
    overflow: visible;
}

.ui-chapter {
    cursor: pointer;
    display: block;
    position: absolute;
}

.chapter-point {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: block;
    position: absolute;
    background: #1a1a1b;
    border: 1px solid #1a1a1b;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.chapter-label {
    font-family: "DINCOND-BOLD";
    font-size: 20px;
    color: #333;
    position: absolute;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
    /* visibility: hidden;
    opacity: 0; */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.current-chapter .chapter-label {
    /* visibility:inherit;
    opacity: 1; */
    font-size: 22px;
    color: #f00;
}

.chapter-point:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 100%;
    border: 1px solid #1a1a1b;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ui-chapter:hover .chapter-point,
.ui-chapter.current-chapter .chapter-point {
    width: 8px;
    height: 8px;
    background: white;
}
@media(max-width:980px){
  #history .w>h1{
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    padding-top: 30px;
    text-align: center;
  }
  .content-wrap.small-wrap{
    width: 100%;
  }
  .vert-spaced{
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .columns .col.third {
    width: 100%;
    margin-bottom: 50px;
  }
  .columns .col.two-thirds{
    width: 80%;
  }
  .chapter-headline{
    font-size: 70px;
    margin-top: 0;
    text-align: center;
  }

}