*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    background: #ffffff;
    color: #000000;
    font: 14px/18px 'Polymath Text', Arial, Helvetica, Sans-Serif;
    height: 100%;
    min-width: 320px;
    max-width: 1920px;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font: 62px/1 'Friedlipartner';
    margin: 0 0 .3em;
    text-transform: uppercase;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1.8em;
}

h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0.5em;
}

h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 1em;
}

h5 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1em;
}

h6 {
    font-size: 1em;
    line-height: 1.5;
}

p {
    line-height: 1.3em;
    margin: 0 0 1.4em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
}

/*- Layout -*/

.page-container {
    display: flex;
    min-height: 100%;
}

.left-column {
    background: #5B739B;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    font-size: 20px;
    height: 100vh;
    overflow-x: visible;
    overflow-y: auto;
    padding: 20px 80px 35px 100px;
    position: sticky;
    top: 0;
    width: 690px;
    z-index: 1
}

.left-column-content {
    color: #fff;
    height: 100%;
}

.left-column-content a {
    color: #fff;
}

/*.left-column-content p {
    width: 85%;
}*/

.center-column {
    border-right: 1px solid #E2E2E2;
    flex: 1 1 auto;
    height: 100vh;
    overflow: auto;
    padding: 20px 15px 35px;
    position: sticky;
    top: 0;
    width: 33.3%;
}

.center-column2 {
    flex: 1 1 auto;
    padding: 20px 15px 35px;
}

.center-column3 {
    flex: 1 1 auto;
    padding: 20px 30px 35px 15px;
}

.right-column {
    flex: 1 1 auto;
    padding: 20px 30px 35px 15px;
    width: 33.3%;
}

.right-column .page-footer {
    color: #000;
    display: none;
}

.right-column .page-footer a {
    color: #000;
}

.right-column2 {
    border-left: 1px solid #E2E2E2;
    flex: 0 0 auto;
    height: 100vh;
    overflow: auto;
    padding: 20px 30px 35px 15px;
    position: sticky;
    top: 0;
    /*width: 318px;*/
}

/*- Page Header -*/

.page-header {
    align-items: flex-start;
    display: flex;
    flex-shrink: 0;
    height: 128px;
    justify-content: space-between;
    z-index: 100;
}

.page-heading {
    min-height: 128px;
}

.header-logo {}

.intro-text {
    font-size: 20px;
}

/*- Navigation -*/

.nav-primary {
    background: #5B739B;
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    max-height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    padding: 100px 50px 30px 100px;
    position: fixed;
    top: 53px;
    width: 690px;
}

.nav-primary a {
    color: #fff;
}

.nav-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.nav-main {
    font-size: 16px;
    margin-bottom: 25px;
}

.nav-main>li {
    font: 62px/1 'Friedlipartner';
    text-transform: uppercase;
    user-select: none;
}

.nav-main>li>a {
    display: block;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a,
.is-open .nav-main__expand {}

.nav-main__expand {
    cursor: pointer;
}

.nav-main>li>.nav-main__submenu {
    background: #5B739B;
    bottom: 0;
    font: 14px 'Polymath Text';
    left: 690px;
    max-height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    padding: 100px 35px 0 15px;
    position: fixed;
    text-transform: none;
    top: 53px;
    width: 605px;
    z-index: 100;
}

.nav-main__submenu a {
    display: block;
}

.nav-main__submenu a:hover {}

.nav-main__submenu-category {
    border-top: 1px solid #fff;
    display: flex;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 90px;
    padding-top: 5px;
}

.nav-main__submenu-category>* {
    width: 50%;
}

.nav-main__submenu-category-links.nav-main__submenu {}

.nav-contacts__location {
    font-size: 16px;
    margin-bottom: 25px;
}

.nav-contacts__list {
    font-size: 20px;
    margin-bottom: 25px;
}

.nav-contacts__list a {
    text-decoration: underline;
}

.nav-secondary {
    border-top: 1px solid #3A3A3A;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 100px;
    padding-top: 5px;
}

.nav-secondary__pic {
    margin-top: 10px;
    opacity: 0;
    transition: .2s All;
    visibility: hidden
}

.nav-secondary:hover .nav-secondary__pic,
.nav-secondary:hover li {
    opacity: 1;
    visibility: visible;
}

.nav-secondary h4 {
    margin-bottom: 10px;
}

.nav-secondary__links li {
    opacity: 0;
}

.nav-secondary a {}

.nav-tertiary {
    border-top: 1px solid #fff;
    display: flex;
    font-size: 14px;
    margin-bottom: 40px;
    padding-top: 6px;
}

.nav-tertiary>h4 {
    flex: 0 0 auto;
    width: 60%;
}

/*- Components -*/

.list-projects {}

.project-item {
    margin-bottom: 25px;
}

.project-item__pic {
    margin-bottom: 10px;
}

.project-item__pic img {
    width: 100%;
    height: auto;
}

.project-item__info {
    display: flex;
    justify-content: space-between;
}

.project-item__info span+span {
    font-size: 12px;
}

.list-team {}

.team-item {
    margin-bottom: 35px;
    position: relative;
}

.team-item::before {
    border-top: 1px solid #000;
    content: '';
    display: block;
    height: 1px;
    padding-top: 8px;
}

.team-item__info {
    display: block;
    margin-bottom: 5px;
    min-height: 55px;
}

.team-item__contact {
    font-weight: bold;
    margin-bottom: 15px;
}

.team-item__contact a {
    display: block;
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
}

.team-item__pic {
    margin-bottom: 10px;
}

.team-item__pic img {
    width: 100%;
    height: auto;
}

.list-catalog {}

.catalog-item {
    margin-bottom: 35px;
    position: relative;
}

.catalog-item::before {
    border-top: 1px solid #000;
    content: '';
    display: block;
    height: 1px;
    padding-top: 8px;
}

.catalog-item__info {
    margin-bottom: 10px;
    min-height: 55px;
}

.catalog-item__pic {
    margin-bottom: 10px;
}

.catalog-item__pic img {
    width: 100%;
    height: auto;
}

.list-unordered {
    margin: 0 0 1em;
}

.list-unordered li {
    padding: 0 0 0 13px;
    position: relative;
}

.list-unordered li:before {
    background: #000;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 8px;
}

/*- Buttons -*/

.btn-more {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    line-height: 1.3em;
}

.btn-more a {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}

.btn-more a::after {
    background: url(../images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    height: 14px;
    margin-left: 15px;
    width: 18px;
}

.btn-more-small {
    font-size: 14px;
    font-weight: bold;
}

.btn-more-small a {
    text-decoration: none;
}

.btn-more-small a::after {
    background: url(../images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
}

.btn-more--noicon a {
    text-decoration: underline;
}

.btn-more--noicon a::after {
    display: none;
}

.btn-link-group {
    display: none;
}

.btn-link-group a {
    display: inline;
    padding-right: 25px;
}

.btn-link-download {
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-link-download a {
    text-decoration: none;
}

.btn-link-download a::before {
    background: url(../images/ico-arrow-down.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

/*- Page Footer -*/

.page-footer {
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
}

.page-footer a {
    color: #fff;
}

.page-footer a:hover {
    text-decoration: underline;
}

.page-footer h2 {
    font-weight: bold;
}

.nav-footer {
    font-size: 14px;
}

.nav-footer li {
    display: inline-block;
}

.nav-footer li:after {
    color: #fff;
    content: "|";
    padding: 0 5px;
}

.nav-footer li:last-child:after {
    display: none;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.spacing-xl {
    margin-bottom: 60px;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.hamburger {
    align-items: center;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    height: 53px;
    justify-content: center;
    left: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    width: 58px;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 20px;
    position: relative;
    width: 26px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000;
    border-radius: 1.5px;
    display: block;
    height: 3px;
    position: absolute;
    transition: .2s All;
    width: 26px;
}

.hamburger-inner::before {
    content: "";
    top: 8px;
}

.hamburger-inner::after {
    content: "";
    top: 16px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/* Custom Scrollbar */

::-webkit-scrollbar {
    width: 10px;
    display: none;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #888;
    display: none;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    display: none;
}


.mobile-visible {
    display: none;
}

* {
    scrollbar-width: none;
    scrollbar-color: transparent;
}

.cms_link a,
a.cms_link {
    text-decoration: underline;
}

.cms_link a:hover,
a.cms_link:hover {
    text-decoration: none;
}

.left-column-content>p {
    margin: 0;
}

.left-column-content>ul>li::before { /* Tobi edit */
    /*content: '- ';*/
    /*background: #000;*/
    content: '';
    /*height: 1px;*/
    left: 0;
    position: absolute;
    top: 50%;
    width: 8px;
}

.left-column-content>ul>li, .intro-text ul>li, .cms_content ul>li { /* Tobi edit */
    list-style-type: disc;
    padding-left: 5px;

}

.intro-text ul>li, .cms_content ul>li { /* Tobi edit */
    line-height: 1.3em;
}

.cms_content ul>li, .cms_content a { /* Tobi edit */
    font-size: 20px;
}

.left-column-content>ul, .intro-text ul, .cms_content ul { /* Tobi edit */
    padding-left: 35px;
}

.intro-text a, .cms_content a { /* Tobi edit */
    text-decoration: underline;
}

.left-column-content p, .intro-text p, .cms_content p { /* Tobi edit */
    hyphens: auto;
}

.btn-more a {
    text-decoration: none;
}

.iframe-container {
    overflow: hidden;
    padding-top: 68.63%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.cms_content .text p {
    font-size: 20px;
}


.left-column-content a.active {
    color: #e2e2e2;
}
