@font-face {
    font-family: "Moderat";
    src: url("../fonts/Moderat-Regular.woff2") format("woff2"), url("../fonts/Moderat-Regular.woff") format("woff");
}

@font-face {
    font-family: "Moderat";
    src: url("../fonts/Moderat-Bold.woff2") format("woff2"), url("../fonts/Moderat-Bold.woff") format("woff");
    font-weight: bold;
}

.clear {
    clear: both !important;
}

.relative {
    position: relative;
}

.invisibleanchor {
    display: block;
    line-height: 0;
    width: 100%;
}

body {
    font-size: 20px;
    font-family: "Moderat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #eae8e9;
    text-align: left;
    line-height: 1.4;
    position: relative;
    font-weight: normal;
}

@media not all and (min-width: 667px) {
    body {
        font-size: 18px;
    }
}

a {
    color: #ab6408;
    margin: 0;
    padding: 0;
    border: 0;
}

iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

strong {
    font-weight: bold;
}

a:link {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

a:focus {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

ul {
    list-style-position: inside;
    list-style-type: square;
    margin-bottom: 4px;
    margin-top: 4px;
}

li {
    margin-left: 10px;
    margin-bottom: 2px;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

img {
    vertical-align: top;
}

hr {
    margin-top: 10px;
    height: 1px;
    background-color: #444;
    color: #444;
}

h1 {
    font-size: 56px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: bold;
    text-align: left;
}

@media not all and (min-width: 667px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 56px;
}

@media not all and (min-width: 667px) {
    h2 {
        font-size: 32px;
    }
}

h4 {
    font-size: 28px;
    font-weight: normal;
    margin-top: 64px;
    margin-bottom: 32px;
}

@media not all and (min-width: 667px) {
    h4 {
        font-size: 24px;
    }
}

.lazyload,
.lazyloading {
    transition-property: none;
    filter: blur(6px);
    transform: scale(1.03);
}

.lazyloaded {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
    transition-property: filter, transform, opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 300ms;
}

@keyframes spinner {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.spinner {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 300ms;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-top-color: rgba(255, 255, 255, 0.5);
    animation: spinner 0.6s linear infinite;
    z-index: 99;
}

.lazyload+.spinner,
.lazyloading+.spinner {
    opacity: 1;
}

.swiper-wrapper {
    height: auto;
}

.view.compass {
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 100vh;
    font-size: 20pt;
    text-align: center;
}

.view.compass .maincontainer {
    position: relative;
    width: 100%;
    height: 100%;
    background: black;
    clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
    overflow: hidden;
}

.view.compass .centerpoint {
    position: absolute;
    top: 50%;
    left: 50%;
}

.view.compass .circlemask {
    clip-path: circle(40vh at 40% 50%);
}

.view.compass .rotator {
    position: absolute;
}

.view.compass .areacenter {
    transform-origin: 50% 0%;
}

.view.compass .typocenter {
    top: 25vh;
    transform-origin: 50% 50%;
}

.view.compass .area {
    position: absolute;
    transform: translate(-50%, 0%);
    transform-origin: 50% 0%;
}

.view.compass .area.large {
    width: 200vh;
    height: 200vh;
}

.view.compass .area.line {
    width: 20px;
    height: 0;
}

.view.compass .maincolor {
    background: black;
}

.view.compass .invertedcolor {
    background: white;
}

.view.compass .maincolortypo {
    color: white;
}

.view.compass .invertedcolortypo {
    color: black;
}

.view.compass .halfoffset {
    transform: rotate(180deg);
}

.view.compass .quarteroffset {
    transform: rotate(90deg);
}

.view.compass .typo {
    position: absolute;
    font-size: 13vh;
    text-align: center;
}

.view.compass .typo.ready {
    /*  font-size: 13vh;*/
}

.view.compass .typoforward {
    transform: translate(-50%, -50%);
}

.view.compass .typobackwards {
    transform: translate(-50%, -50%);
}

.view.compass .grabbable {
    cursor: grab;
    transform: rotate(0deg);
}

.view.compass .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

.view.header {
    font-size: 28px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 300;
    pointer-events: none;
}

@media not all and (min-width: 667px) {
    .view.header {
        font-size: 24px;
    }
}

@media not all and (min-width: 667px) {
    .view.header {
        font-size: 20px;
    }
}

@media not all and (min-width: 667px) {
    .view.header {
        font-size: 18px;
    }
}

@media not all and (min-width: 667px) {
    .view.header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media not all and (min-width: 667px) {
    .view.header {
        position: inherit;
    }
}

.view.header a {
    pointer-events: auto;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

@media not all and (min-width: 667px) {
    .view.header a {
        border-bottom: 1px solid transparent;
    }
}

.view.header .selected,
.view.header a:hover {
    border-bottom: 2px solid;
}

@media not all and (min-width: 667px) {
    .view.header .selected,
    .view.header a:hover {
        border-bottom: 1px solid;
    }
}

.view.header .header-fill.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view.header .header-fill.header-content .header-block {
    display: flex;
    align-items: center;
    min-height: 70px;
} 



.view.header .header-fill.header-content .header-title {
    pointer-events: auto;
}

.view.header .header-fill.header-content .header-buttons a {
    flex-grow: 0;
    margin-left: 20px;
}

.view.header .header-fill.header-content .header-buttons a:first-child {
    margin-left: 0;
}

.view.footer {
    opacity: 50%;
    color: #848484;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

@media not all and (min-width: 667px) {
    .view.footer {
        padding-top: 20px;
    }
}

@media not all and (min-width: 667px) {
    .view.footer {
        font-size: 13px;
    }
}

@media not all and (min-width: 667px) {
    .view.footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.view.footer a {
    color: #848484;
}

.view.footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
}

@media not all and (min-width: 667px) {
    .view.footer .footer-content {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media not all and (min-width: 667px) {
    .view.footer .footer-content {
        min-width: 0;
        max-width: 100%;
    }
}

.view.footer .footer-content .footer-block {
    display: flex;
    align-items: center;
    height: 60px;
}

.view.footer .footer-content .footer-block a {
    text-decoration: none;
}

@media not all and (min-width: 667px) {
    .view.footer .footer-content .footer-block {
        height: 20px;
    }
}

.view.footer .footer-content .footer-buttons a {
    margin-left: 20px;
}

.view.footer .footer-content .footer-buttons a:first-child {
    margin-left: 0px;
}

.view.footer .footer-webcredit {
    font-size: 11px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

@media not all and (min-width: 667px) {
    .view.footer .footer-webcredit {
        font-size: 9px;
    }
}

.view.projectbutton {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
    box-sizing: border-box;
}

@media not all and (min-width: 667px) {
    .view.projectbutton {
        margin-bottom: 20px;
    }
}

.view.projectbutton:hover img {
    transform: scale(1.02);
}

.view.projectbutton .projectbutton-image-container-placeholder {
    position: absolute;
    padding-bottom: 70%;
}

.view.projectbutton .projectbutton-image-container {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
    margin-bottom: 16px;
}

.view.projectbutton .projectbutton-image-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.view.projectbutton .projectbutton-title {
    font-size: 28px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    display: inline;
}

@media not all and (min-width: 667px) {
    .view.projectbutton .projectbutton-title {
        font-size: 24px;
    }
}

.view.projectbutton .projectbutton-subtitle {
    font-size: 15px;
    color: #000;
}

@media not all and (min-width: 667px) {
    .view.projectbutton .projectbutton-subtitle {
        font-size: 13oupitems-descriptionpx;
    }
}

.view.projectbutton img {
    transition-property: transform, filter;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    width: 100%;
    height: auto;
}

.view.projectbutton a {
    text-decoration: none;
}

.view.projectlist {
    padding-top: 200px;
    padding-bottom: 160px;
    color: white;
    position: relative;
    background: linear-gradient(to bottom, #eae8e9 -1px, rgba(234, 232, 233, 0) 400px);
    padding-left: 40px;
    padding-right: 40px;
}

.view.projectlist .titlepage-bg {
    position: absolute;
    z-index: -999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.view.projectlist a {
    color: white;
}

@media not all and (min-width: 667px) {
    .view.projectlist {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.view.projectlist a:link,
.view.projectlist a:visited {
    text-decoration: none;
}

.view.projectlist .projectlist-button {
    border-top: 2px solid white;
}

@media not all and (min-width: 667px) {
    .view.projectlist .projectlist-button {
        border-top: 1px solid white;
    }
}

.view.projectlist .projectlist-button:last-child {
    border-bottom: 2px solid white;
}

@media not all and (min-width: 667px) {
    .view.projectlist .projectlist-button:last-child {
        border-bottom: 1px solid white;
    }
}

.view.projectlist .projectlist-button {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    height: 96px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
}

@media not all and (min-width: 667px) {
    .view.projectlist .projectlist-button {
        min-width: 0;
        max-width: 100%;
    }
}

@media not all and (min-width: 667px) {
    .view.projectlist .projectlist-button {
        display: block;
        padding-left: 0;
        padding-right: 0;
        height: inherit;
    }
}

.view.projectlist .projectlist-button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.view.projectlist .projectlist-button .projectlist-button-image {
    width: 100%;
    overflow: hidden;
}

.view.projectlist .projectlist-button .projectlist-button-image img {
    width: 100%;
}

.view.projectlist .projectlist-button .projectlist-button-title {
    font-size: 28px;
}

@media not all and (min-width: 667px) {
    .view.projectlist .projectlist-button .projectlist-button-title {
        font-size: 24px;
    }
}

.view.projectlist .projectlist-button .projectlist-button-subtitle {
    font-size: 15px;
}

@media not all and (min-width: 667px) {
    .view.projectlist .projectlist-button .projectlist-button-subtitle {
        font-size: 13px;
    }
}

.view.slideshow {
    margin-top: 50px;
    margin-bottom: 0;
}

.view.slideshow .slideshow-container {
    overflow: visible;
}

.view.slideshow .slideshow-container.swiper-container-3 {
    width: 40%;
}

@media not all and (min-width: 667px) {
    .view.slideshow .slideshow-container.swiper-container-3 {
        width: inherit;
    }
}

.view.slideshow .slideshow-container.swiper-container {
    overflow: visible;
    position: relative;
}

.view.slideshow .slideshow-container.swiper-container .swiper-slide {
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.view.slideshow .slideshow-container.swiper-container .swiper-slide .swiper-slide-number {
    position: absolute;
    top: -60px;
    font-size: 28px;
    line-height: 1.1em;
}

@media not all and (min-width: 667px) {
    .view.slideshow .slideshow-container.swiper-container .swiper-slide .swiper-slide-number {
        top: -30px;
    }
}

@media not all and (min-width: 667px) {
    .view.slideshow .slideshow-container.swiper-container .swiper-slide .swiper-slide-number {
        font-size: 24px;
    }
}

.view.slideshow .slideshow-container.swiper-container .swiper-slide-active {
    transform: translate(0, -50px);
}

.view.slideshow .slideshow-container.swiper-container .swiper-slide-active .swiper-slide-number {
    border-bottom: 2px solid;
}

@media not all and (min-width: 667px) {
    .view.slideshow .slideshow-container.swiper-container .swiper-slide-active .swiper-slide-number {
        border-bottom: 1px solid;
    }
}

.view.slideshow .slideshow-container.swiper-container .swiper-button-prev,
.view.slideshow .slideshow-container.swiper-container .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    opacity: 100%;
}

.view.slideshow .slideshow-container.swiper-container .swiper-button-prev {
    left: -100%;
    right: 0%;
}

.view.slideshow .slideshow-container.swiper-container .swiper-button-next {
    left: 100%;
    right: 200%;
}

.view.contentitem {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.view.contentitem.contentitem-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view.contentitem.contentitem-image img {
    width: 100%;
    height: auto;
}

.view.contentitem.contentitem-iframe {
    position: relative;
    padding-top: 62.5%;
    height: 0;
}

.view.contentitem.contentitem-text img {
    margin-bottom: 10px;
}

.view.contentitem.contentitem-text.push {
    flex-grow: 1;
    flex-basis: 100%;
}

.view.contentitem.info {
    font-size: 15px;
    color: #848484;
    padding-right: 20px;
    flex-basis: 33%;
    flex-grow: 0;
}

@media not all and (min-width: 667px) {
    .view.contentitem.info {
        font-size: 13px;
    }
}

.view.contentitem.info p {
    margin-top: 0;
    margin-bottom: 1em;
}

@media not all and (min-width: 667px) {
    .view.contentitem.info {
        flex-basis: 100%;
    }
}

.view.contentitem.large {
    font-size: 28px;
}

@media not all and (min-width: 667px) {
    .view.contentitem.large {
        font-size: 24px;
    }
}

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

.view.contentitem.smallwidth {
    width: 100%;
    max-width: 60vh;
}

.view.contentitem.mediumwidth {
    width: 100%;
    max-width: 80vh;
}

.landing.view {
    z-index: -99;
    overflow: hidden;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.landing.view .fade-after-loading {
    transition: opacity 1.5s ease-in-out;
}

.landing.view .titlepage-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.landing.view .titlepage-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing.view .titlepage-content .titlepage-content-toy {
    width: 100%;
    height: 100%;
}

.landing.view .titlepage-content .titlepage-text-wrapper {
    width: 100%;
    height: 100%;
}

.landing.view .titlepage-content .titlepage-text-wrapper .titlepage-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: white;
    font-weight: normal;
    left: 10%;
    right: 10%;
    -moz-user-select: none;
    user-select: none;
}

.landing.view .titlepage-content .titlepage-text-wrapper .titlepage-text a {
    color: white;
    text-decoration: none;
}

.view.contentgroup {
    display: flex;
    justify-content: space-between;
}

@media not all and (min-width: 667px) {
    .view.contentgroup {
        flex-direction: column-reverse;
    }
}

.view.contentgroup>div {
    flex-basis: 48%;
}

@media not all and (min-width: 667px) {
    .view.contentgroup>div {
        flex-basis: 100%;
    }
}

.view.cvlist .cvlist-group {
    display: flex;
    margin-bottom: 16px;
    gap: 4px 60px;
}

@media not all and (min-width: 667px) {
    .view.cvlist .cvlist-group {
        flex-direction: column-reverse;
        margin-bottom: 32px;
    }
}

.view.cvlist .cvlist-group .cvlist-grouptitle {
    flex-shrink: 0;
    flex-basis: 40%;
    font-size: 15px;
    color: #848484;
}

@media all and (min-width: 667px) {
    .view.cvlist .cvlist-group .cvlist-grouptitle .cvlist-grouptitle-content {
        margin-left: 60px;
    }
}

@media not all and (min-width: 667px) {
    .view.cvlist .cvlist-group .cvlist-grouptitle {
        font-size: 13px;
    }
}

.view.title {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    margin-bottom: 20px;
}

@media not all and (min-width: 667px) {
    .view.title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media not all and (min-width: 667px) {
    .view.title {
        padding-top: 40px;
    }
}

.view.title .title-main,
.view.title .title-sub {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
    max-width: inherit;
}

@media not all and (min-width: 667px) {
    .view.title .title-main,
    .view.title .title-sub {
        min-width: 0;
        max-width: 100%;
    }
}

.view.projectcontent {
    overflow: hidden;
    background-color: #eae8e9;
}

.view.projectcontent .projectcontent-title-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

@media not all and (min-width: 667px) {
    .view.projectcontent .projectcontent-title-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.view.projectcontent .projectcontent-title-wrapper .projectcontent-title h1 {
    font-size: 56px;
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
}

@media not all and (min-width: 667px) {
    .view.projectcontent .projectcontent-title-wrapper .projectcontent-title h1 {
        font-size: 32px;
    }
}

.view.projectcontent .projectcontent-title-wrapper .projectcontent-subtitle {
    font-size: 28px;
    padding-bottom: 24px;
}

@media not all and (min-width: 667px) {
    .view.projectcontent .projectcontent-title-wrapper .projectcontent-subtitle {
        font-size: 24px;
    }
}

.view.projectcontent .projectcontent-title-wrapper .projectcontent-title,
.view.projectcontent .projectcontent-title-wrapper .projectcontent-subtitle {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
}

@media not all and (min-width: 667px) {
    .view.projectcontent .projectcontent-title-wrapper .projectcontent-title,
    .view.projectcontent .projectcontent-title-wrapper .projectcontent-subtitle {
        min-width: 0;
        max-width: 100%;
    }
}

.view.projectcontent .projectcontent-header {
    height: 70vmin;
    overflow: hidden;
}

.view.projectcontent .projectcontent-header .contentitem {
    width: 100%;
    height: 100%;
}

.view.projectcontent .projectcontent-header img {
    height: 100%;
    object-fit: cover;
}

.view.projectcontent .projectcontent-block {
    padding-top: 25px;
    padding-bottom: 25px;
    clear: both;
}

@media not all and (min-width: 667px) {
    .view.projectcontent .projectcontent-block {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.view.projectcontent .projectcontent-block:not(.wide) {
    padding-left: 40px;
    padding-right: 40px;
}

@media not all and (min-width: 667px) {
    .view.projectcontent .projectcontent-block:not(.wide) {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.view.projectcontent .projectcontent-block:not(.wide) .projectcontent-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
}

@media not all and (min-width: 667px) {
    .view.projectcontent .projectcontent-block:not(.wide) .projectcontent-block-content {
        min-width: 0;
        max-width: 100%;
    }
}

.view.projectcontent .projectcontent-block.slideshow {
    margin-top: 100px;
}

.view.projectcontent .projectcontent-block.space {
    margin-top: 140px;
}

.view.projectcontent .projectcontent-block.center .projectcontent-block-content {
    display: flex;
    justify-content: center;
}

.view.projectcontent .projectcontent-block .projectcontent-block-content-caption {
    color: #848484;
    padding-top: 16px;
    max-width: 740px;
    line-height: 1.2;
    font-size: 15px;
}

@media not all and (min-width: 667px) {
    .view.projectcontent .projectcontent-block .projectcontent-block-content-caption {
        font-size: 13px;
    }
}

.view.projectsoverview {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 120px;
}

@media not all and (min-width: 667px) {
    .view.projectsoverview {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media not all and (min-width: 667px) {
    .view.projectsoverview {
        padding-top: 0px;
    }
}

.view.projectsoverview .projectsoverview-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
    display: flex;
}

@media not all and (min-width: 667px) {
    .view.projectsoverview .projectsoverview-content {
        min-width: 0;
        max-width: 100%;
    }
}

@media not all and (min-width: 667px) {
    .view.projectsoverview .projectsoverview-content {
        display: block;
    }
}

.view.projectsoverview .projectsoverview-content .projectsoverview-column {
    flex: 1 0;
}

.view.projectsoverview .projectsoverview-content .projectsoverview-column:not(:first-child) {
    margin-left: 32px;
}

.view.projectsoverview .projectsoverview-content .projectsoverview-column:not(:last-child) {
    margin-right: 32px;
}

@media not all and (min-width: 667px) {
    .view.projectsoverview .projectsoverview-content .projectsoverview-column:not(:first-child) {
        margin-left: 0;
    }
    .view.projectsoverview .projectsoverview-content .projectsoverview-column:not(:last-child) {
        margin-right: 0;
    }
}

.view.aboutcontent {
    padding-bottom: 60px;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
}

.view.aboutcontent h4 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
}

@media not all and (min-width: 667px) {
    .view.aboutcontent h4 {
        min-width: 0;
        max-width: 100%;
    }
}

@media not all and (min-width: 667px) {
    .view.aboutcontent {
        padding-bottom: 0px;
    }
}

@media not all and (min-width: 667px) {
    .view.aboutcontent {
        padding-top: 0px;
    }
}

@media not all and (min-width: 667px) {
    .view.aboutcontent {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.view.aboutcontent .about-section {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
}

@media not all and (min-width: 667px) {
    .view.aboutcontent .about-section {
        min-width: 0;
        max-width: 100%;
    }
}

.view.aboutcontent .about-imagecaption {
    margin-top: 4px;
    font-size: 11px;
    color: #848484;
}

@media not all and (min-width: 667px) {
    .view.aboutcontent .about-imagecaption {
        font-size: 9px;
    }
}

.view.aboutcontent .about-social {
    margin-top: 26px;
}

.view.aboutcontent .about-social a img {
    margin-right: 10px;
}

.view.aboutcontent .about-social .twitter {
    padding-left: 5px;
}

.view.aboutcontent section {
    margin-bottom: 16px;
}

.view.aboutcontent .about-flex {
    display: flex;
    gap: 0 60px;
}

@media not all and (min-width: 667px) {
    .view.aboutcontent .about-flex {
        display: block;
    }
}

.view.aboutcontent .about-photo {
    flex-shrink: 0;
    flex-basis: 40%;
    margin-bottom: 20px;
}

.view.aboutcontent .about-photo img {
    width: 100%;
    height: auto;
}

/*# sourceMappingURL=styles.css.map */
