/* 
  Custom addons to reset



*/

div,img,header,footer {
    position:relative;    
}

a,a:hover,a:focus,a:visited {
    text-decoration:none;
}

img {
    display:block;
    object-fit: contain;
    height: auto;    
}

a {
    transition: all 0.2s ease;
}

a:hover, a:active, a:visited {
    color:inherit;
}

h1 a, h2 a, h1 a:hover, h2 a:hover {
    color: inherit;
}

/*
    Gutenberg overrides
*/

    
.wp-block-columns {
    display: grid !important;
    grid-row-gap: calc(3 * 8px);   
}   

.wp-block-column {
    margin: 0 !important;
}    

.has-2-columns, .has-3-columns, .has-4-columns {
    grid-template-columns: 1fr;
}    

@media screen and (min-width:768px) {
    
    .has-2-columns, .has-3-columns {
        grid-column-gap: calc(3 * 8px);
    }
    
    .has-2-columns {
        grid-template-columns: 1fr 1fr;
    }       
    
    .has-3-columns {
        grid-template-columns: 1fr 1fr 1fr;
    }   
    
    .has-4-columns {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .has-5-columns {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }          
    
}



/* 
    Useful classes
*/

.flex {
    display:flex;
}

.trim {
    overflow:hidden;
}

.screen-stretch {
    height:100vh;
}

.align-items-flex-start {
    align-items:flex-start;
}

.align-items-center {
    align-items:center;
}

.align-items-flex-end {
    align-items:flex-end;
}

.align-items-space-between {
    align-items: space-between;
}

.justify-content-flex-start {
    justify-content:flex-start;
}

.justify-content-center {
    justify-content:center;
}

.justify-content-flex-end {
    justify-content:flex-end;
}

.justify-content-space-between {
    justify-content:space-between;
}

.text-center {
    text-align:center;
}

.margin-center {
    margin:0 auto;
}

.img-container::before {
    content: "";
    display:block;
}

.img-container {
    overflow: hidden;
}

.proportion-1-1 {
    padding-top: 100%;
}

.proportion-4-3 {
    padding-top: 75%;
}

.proportion-16-9 {
    padding-top: 56.25%;
}

.proportion-2-1 {
    padding-top: 50%;
}

.img {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-size:cover;
    background-position:center;
}

.display-none {
    display:none;
}

.padding-none {
    padding: 0 !important;
}

img.circle-image, .circle-image img {
    border-radius: 50%;
}

.align-top {
    position: relative;
}

@media screen and (min-width:1024px) {

    .display-force {
        display:block !important;
    }

}




/* ---------- THEME VARIABLES ----------*/

:root {
 
    --basic-font: Arial, sans-serif;
    --unit:8px;

    --color1:rgb(10,29,100);    
    --color3:rgb(255,99,9);
    --color5:rgb(88,104,130);
    --color6:rgb(229,229,229);    

    --kolor1:#e30613;
    --kolor2:#727679;
    --kolor3:#b6b9bc;

    
}




/*--------- GRID SETUP ----------*/

.grid-container {
    display:grid;
    padding:0 calc(3 * 8px);
    grid-row-gap: calc(3 * 8px);
    grid-column-gap: calc(3 * 8px);
}

.grid-header {
    grid-template-columns: 30% auto 60%;
    grid-column-gap: 0;
}

.header {
    min-height: calc(8 * 8px);
}

.grid-s-1-2 {
    grid-template-columns: 1fr 1fr;
}

@media screen and (min-width:768px) {
    
    .grid-m-1-2 {
        grid-template-columns: 1fr 1fr;
    }
    
    .grid-m-1-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .post-nav-grid {
        grid-template-columns: 1fr 1fr;
    }    
    
}

@media screen and (min-width:1024px) {
    
    .grid-container {
        grid-column-gap: calc(3 * 8px);
        grid-row-gap: calc(3 * 8px);
        max-width: 1296px;
        margin: 0 auto
    }
    
    .grid-l-1-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .grid-header {
        grid-template-columns: 16.7% auto 16.7%;
    }    
    
    .side-menu-pages-grid {
        grid-template-columns: 3fr 1fr 8fr;
    }    
    
}

@media screen and (min-width:1600px) {
    
    .grid-xl-1-6 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }        
    
}




/*---------- GENERAL TYPOGRAPHY ----------*/

@font-face {
  font-family: 'Veto';
  src: url('../fonts/pst-veto.woff') format('woff');
}

h1, h2 {
    font-family: 'Veto', Arial, sans-serif;
    font-weight:normal;
}

h1 a, h2 a {
    font-family: inherit;
}

h1 {
    font-size: 48px;
    padding: calc(8 * 8px) 0;
    color: var(--kolor1);
}

p,a,ul,ol,div {
    font-family: Arial, sans-serif;
    color: var(--kolor2);
}

sup {
    position: relative;
    font-size: 0.6em;
    top: -4px;
}

sub {
    position: relative;
    font-size: 0.8em;
    bottom: -2px;
}

.news h2, .page-content h2, .pst-single h2, .pst-search h2 {
    color: var(--kolor1);
    font-size: 19px;
    margin-bottom: calc(4 * 8px);
    font-weight: bold;
}

.pst-single h2 {
    font-size: 24px;
}

.news h2 {
    margin-top: calc(1 * 8px) !important;
}

.page-content h2, .pst-single h2 {
    margin-top: calc(8 * 8px);    
}

.page-content p+p, .pst-single p+p {
    margin-top: calc(3 * 8px);
}

.content ul, .content ol {
    margin-left: calc(4 * 8px);
    line-height: 135%;
}

.content ul {
    list-style-type: disc;
}

.content ul li:last-child {
    margin-bottom: calc(3 * 8px);
}

.post-lead p, .page-lead {
    font-family: 'Veto';
    font-size: 18px;
    margin-bottom: calc(5 * 8px);
    color: var(--kolor2);
}

.pst-single .bodycopy p, .pst-page .bodycopy p, .pst-search .bodycopy p {
    text-align: justify;
}




/* ---------- GENERAL TEMPLATE IDS & CLASSES ----------*/

body {
    font-size:14px;
}

p {
    font-size:1em;
    line-height:1.35em;
}

.pst-single p a, .pst-page p a {
    color: var(--kolor1);
}

.section-shadow {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
}

.color1 {
    color:rgb(10,29,100);
}

.color3 {
    color:rgb(255,99,9);
}

.color5 {
    color:rgb(88,104,130);
}

.color6 {
    color:rgb(229,229,229);
}



/*---------- COMMON ELEMENTS ----------*/

.content table {
    margin: calc(3 * 8px) 0;
}

.content table td {
    padding: calc(3 * 8px);
    border: 1px solid;
}

td {
    line-height: 135%;
}

.bg-pst-blue {
    background: var(--kolor2);
}

.content .wp-block-image {
    margin-bottom: calc(3 * 8px);
}

hr {
    border-color: var(--color1);
    margin: calc(6 * 8px) 0;
    border-width: 0;
}

.eiszeit i {
    color: var(--color1);
    font-size: 24px;
    top: 0px;
    position: relative;
    padding-right: 8px;
}

.pst-single .wp-block-file, .pst-page .wp-block-file {
    margin: calc(3 * 8px) 0 calc(3 * 8px) calc(3 * 8px);
    line-height: calc(3 * 8px);
}

.pst-single .wp-block-file a:first-child, .pst-page .wp-block-file a:first-child {
    color: rgb(255,99,9);
    margin-right:8px;
    position:relative;
}

.pst-single .wp-block-file a:first-child::before, .pst-page .wp-block-file a:first-child::before {
    content: "";
    width: calc(2 * 8px);
    height: 1px;
    display: block;
    background: var(--color1);
    position: absolute;
    top: 8px;
    left: -24px;
}

.pst-single .wp-block-file .wp-block-file__button, .pst-page .wp-block-file .wp-block-file__button {
    background: var(--color1);
    display: inline-block;
    margin-left: 0;    
}

.wp-block-file .wp-block-file__button {
    padding: 0.5em 1em;
}

.bodycopy blockquote {
    margin: calc(3 * 8px) 0 calc(3 * 8px) calc(6 * 8px);
}




/*---------- HEADER ----------*/

header {
    border-top: 5px solid var(--kolor2);
    z-index:10;
}

.header {
    min-height: calc(8 * 8px);
    padding: 0 24px;
    z-index:10;
}

#pst-line {
    height: 5px;
    background: var(--kolor1);
    position: absolute;
    top: -5px;
    left: 0;
}

#website-logo {
    max-height: 64px;
}

.header-ui {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ui-icon {
    margin-right: calc(3 * 8px);
    font-size: 16px;
}

.language-switcher a, .language-switcher p {
    color: rgb(88,104,130);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.language-switcher a {
    margin-left: calc(2 * 8px);
}

.language-switcher .lang-inactive {
    color:var(--kolor1);
}

.language-switcher .lang-active {
    display: none;
}

.searchform {
    position: absolute;
    top: calc(5 * 8px);
    right: 0;
    width: 66vw;
    height: calc(6 * 8px);
    background: rgb(10,29,100);
    max-width: 320px;
    padding: 8px 0;
    border-radius: 24px 2px 24px 0;
}

.searchform::after {
    content:"";
    background: rgb(10,29,100);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    top:-7px;
    right:0;
    display:block;
    width:16px;
    height:8px;
}

.searchform input.search-field {
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid white;
    padding: 8px;
    margin: 8px;
    color: white;
    width:80%;
}

.searchform input.submit-field {
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 16px;    
}

.searchform .submit-substitute {
    color: white;
    position: absolute;
    z-index: 0;
    top: 24px;
    right: 16px;
}

@media screen and (min-width:1024px) {
    
    .header {
        padding:0;
    }
    
}






/* ---------- HEADER MENU ----------*/

#desktop-menu .sub-menu, footer .menu .sub-menu {
    display:none;
}

#desktop-menu, #hamburger-menu {
    display:none;
}

#desktop-menu a {
    font-family:Arial, sans-serif;
    color: var(--kolor2);
    text-transform:uppercase;
    transition: all ease-out 0.5s;
}

#desktop-menu .menu {
    height: calc(3 * 8px);
}

#desktop-menu div > ul > li {
    position: static;
}

#desktop-menu div > ul > li, #desktop-menu div > ul > li > ul > li {
    display: inline-block;  
}

#desktop-menu div > ul > li > a {
    padding: 26px calc(1.5 * 8px) 19px calc(1.5 * 8px);
    display:inline-block;
}

#desktop-menu div > ul > li > ul > li {
    padding: 26px calc(1.5 * 8px) 24px;
    position: relative;
}

#desktop-menu div ul > li > ul {
    position: absolute;
    top: 64px;
    left: 0;
}

#desktop-submenu-bg {
    width: 100%;
    height: calc(8 * 8px);
    background: rgb(229,229,229);
    top: calc(8 * 8px);
    position: absolute;
    display:none;
}

.no-home.type-page #desktop-submenu-bg {
    /*display: block !important;*/
}

.no-home.type-page #desktop-menu .menu > .current-menu-item > ul, .no-home.type-page #desktop-menu .current-menu-parent > ul {
    /*display: inline-block !important;*/
}

.no-home.type-page #desktop-menu .active-menu-family > .sub-menu {
    display: block !important;
}

#desktop-menu .sub-menu .sub-menu li {
    display: block;
    padding: 12px;    
    position: relative;
}

#desktop-menu div > ul > li > ul > li > ul {
    background: rgb(255,255,255);
    border-left: 1px solid rgb(88,104,130);
    border-right: 1px solid rgb(88,104,130);
    border-bottom: 1px solid rgb(88,104,130);
    left: 12px;
    min-width:240px;
}

#desktop-menu div > ul > li.hover > a,
.no-home #desktop-menu div > ul > li.current-menu-item > a,
.no-home #desktop-menu div > ul > li.current-menu-parent > a,
.no-home #desktop-menu div > ul > li.current-menu-ancestor > a {
    background:rgb(229,229,229);
}

#desktop-menu div > ul > li.hover > a::after,
.no-home #desktop-menu div > ul > li.current-menu-item > a::after,
.no-home #desktop-menu div > ul > li.current-menu-parent > a::after,
.no-home #desktop-menu div > ul > li.current-menu-ancestor > a::after{
    content: "";
    left: -12px;
    top: -45px;
    display: block;
    height: 5px;
    background: var(--kolor1);
    position: relative;
    width: calc(100% + 24px);
}

#desktop-menu div > ul > li > ul > li > a:hover::after,
#desktop-menu div > ul > li > ul > li.current-menu-item > a::after,
#desktop-menu div > ul > li > ul > li.current-menu-parent > a::after{
    content: "";
    left: 0;
    bottom: -21px;
    display: block;
    height: 3px;
    background: var(--kolor2);
    position: relative;
}

#desktop-menu div > ul > li > ul > li > ul > li a:hover::after {
    content:"";
    position:absolute;
    right:-1px;
    top:0;
    display:block;
    width:3px;
    height:40px;
    background:rgb(255,99,9);
}

#hamburger-toggle {
    margin-right: 0;
    font-size: 24px;
    min-width: 21px;
}

#hamburger-menu {
    width: 100%;
    position: absolute;
    top: calc(8 * 8px);
    z-index: 1;
    background:rgb(229,229,229);
    padding-top:calc(3 * 8px);
}

#hamburger-menu a {
    font-family:Arial, sans-serif;
    color:rgb(88,104,130);
    text-transform:uppercase;
    font-size:18px;
    position:relative;
}

#hamburger-menu li a {
    padding: 0 calc(3 * 8px) calc(3 * 8px);
    display: block;
}

#hamburger-menu .sub-menu a {
    margin-left: calc(3 * 8px);
}

#hamburger-menu .sub-menu a::before {
    content:"—";
    color:rgb(255,99,9);
    position: absolute;
    left: 0px;
    top: -2px;  
}

#hamburger-menu .sub-menu .sub-menu {
    background: white;
    margin-bottom: calc(3 * 8px);
    border-bottom: 1px solid rgb(88,104,130);
}

#hamburger-menu .sub-menu .sub-menu {
    padding-top: calc(3 * 8px);
    position:relative;
}

#hamburger-menu .current-menu-item > a {
    color: rgb(255,99,9);
}

#hamburger-menu .sub-menu .sub-menu::before {
    content:"";
    display:block;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position:absolute;
    width:24px;
    height:12px;
    top:0;
    right:24px;
    background:var(--color6);
}



@media screen and (min-width:1024px) {
    
    #desktop-menu {
        display:block;
    }
    
    #hamburger-toggle {
        display:none;
    }    
    
}






/*---------- GENERAL CONTENT ----------*/

.content {
    padding-top: calc(8 * 8px);
    overflow:hidden;
}

.content-background {
    height: 100vh;
    max-height: 100%;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    top:0;
    background-size: cover;
    background-position: center;
}

.content-background::after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */    
}



@media screen and (min-width:1024px) {
    
    .content {
        padding-top: calc(16 * 8px);
    }    
    
}







/*---------- FRONT PAGE ----------*/

.front-page .content-background::after {
    /*display:none;*/
}

.front-claim {
    padding: calc(3 * 8px);
    text-align: center;
    border-top: 1px solid rgb(10,29,100);
    border-bottom: 1px solid rgb(255,99,9);
    color: rgb(10,29,100);
    background: white;
    position: relative;
}

.front-claim strong, .front-claim b {
    color:rgb(255,99,9);
}

.front-claim a {
    color: inherit;
}

a.show-all {
    color: var(--kolor2);
    font-size: 34px;
}

.news {
    font-size: 13px;
    margin-bottom: calc(6 * 8px);
}

.news:last-child {
    /*margin-bottom: 0;*/
}

.text-ribbon {
    border-top: 1px solid rgb(10,29,100);
    border-bottom: 1px solid rgb(255,99,9);
}

.text-ribbon p {
    line-height: 24px;
}

#hero {
    margin-bottom:calc(6 * 8px);
}

.hero-container {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.hero-post {
    background: rgb(229,229,229);
}

.hero-post .proportion {
    padding-top: 20%;
}    

.hero-post .img {
    display:none;
}

.hero-post h2 {
    position: absolute;
    top: 0;
    left: 24px;
    height: 100%;
    z-index: 2;
    color: rgb(10,29,100);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 24px);
}

.hero-content {
    position: absolute;
    bottom: 24px;
    padding: 0 24px;
    width: calc(100% - 48px);
}

.hero-content p, .hero-content a {
    color:white;
    display:none;
}

.hero-content p {
    max-height: 72px;
    overflow: hidden;
    font-weight: bold;
}

a.hero-read-more {
    text-transform: uppercase;
    padding: 16px 0;
    margin-top: 16px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.hero-href-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    opacity: 0.01;
    filter: alpha(opacity=1);
}

a.hero-read-more i {
    position: absolute;
    right: 24px;
    bottom: 16px;
}

span.hero-mobile-read-more {
    color: white;
    background: rgb(10,29,100);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider {
    background: rgb(229,229,229);
    margin-bottom: 24px;
}

.slider-item h1 {
    padding: 24px;
    font-size: 24px;
    position:absolute;
}

.dark-background.slider-item h1 {
    color:white;
}


@media screen and (min-width:768px) {
    
    .slider-item h1 {
        padding: 48px;
        font-size: 48px;
    }
        
}

@media screen and (min-width:1024px) {
    
    .grid-hero {
        grid-template-columns: 1fr 1fr;
    }    
    
    .hero-slider {
        margin-bottom: 0;
    }    
    
    #hero {
        margin-bottom:calc(8 * 8px);
    } 
    
    .hero-content p, .hero-content a {
        display:block;
    }    
    
    .hero-post .proportion {
        padding-top: 100%;
    }   
    
    .hero-post .img {
        display:block;
        opacity:0.2;
        /*mix-blend-mode: luminosity;*/
    }    
    
    .hero-post {
        background: var(--kolor3);
    }  
    
    .hero-post h2 {
        position: absolute;
        top: 24px;
        left: 24px;
        height:min-content;
        display:block;
        z-index: 2;
        color: white;
        font-size: 28px;
    }    
    
    .hero-mobile-read-more {
        display:none !important;
    }    
    
}





/* ---------- PST CATEGORIES ---------- */

.pst-category h1 {
    font-size: 36px;
    padding: 0 0 32px;
    margin: 0 0 40px;
    position: relative;
}

.pst-category h1::after {
    content:"";
    display:block;
    height:1px;
    width:calc(100% + 1000px);
    position:absolute;
    left:0;
    bottom:0;
    background: var(--kolor2);
}

.nav-links {
    margin-top: calc(10 * 8px);
}

.pagination {
    position:relative;
    text-align:center;
}

.pagination h2 {
    display:none;
}

a.page-numbers, .page-numbers {
    color: var(--kolor2);
    display: inline-block;
    position: relative;
    width: 48px;
    height: 32px;
    padding-top: 16px;
    margin: 0px -4px 0 0;
}

a.page-numbers:hover {
    color: var(--kolor1);  
}

.navigation a.next, .navigation a.prev {
    color: white;
    background: var(--kolor2);
}

.navigation a.next:hover, .navigation a.prev:hover {
    color: var(--kolor1);  
}

.page-numbers::after {
    content: "";
    border-right: 1px solid var(--kolor2);
    top: 18px;
    display: block;
    position: absolute;
    width: 0;
    height: 48px;
    top: 0px;
    left: 0;
}

.page-numbers.current {
    color: var(--kolor1);  
}

.page-numbers:first-child::after {
    border: 0;
}

.page-numbers.previous::after, .page-numbers.next::after {
    display: none;
}


@media screen and (min-width:1024px) {
    
    .pst-category h1 {
        font-size: 72px;
        padding: 0 0 64px;
        margin: 0 0 72px;
    }  
    
    .nav-links {
        margin-top: calc(14 * 8px);
    }    
    
}
    
    
    






/*--------- PST PAGES ----------*/

.pst-page h1 {
    font-size: 36px;
    padding: 0 0 32px;
    margin: 0 0 40px;
    position: relative;
}

.pst-page h1::after {
    content:"";
    display:block;
    height:1px;
    width:calc(100% + 1000px);
    position:absolute;
    left:0;
    bottom:0;
    background: var(--kolor2);
}

.news .img-container {
    margin-bottom: calc(4 * 8px);
}

.side-page {
    display:none;
}

.what-we-do-landing p {
    text-align: center !important;
}

.what-we-do-landing h3 {
    font-family: 'Veto',Arial,sans-serif;
    color: rgb(10,29,100);
    font-weight: normal;
    font-size: 36px;
    margin-top: calc(3 * 8px);
    margin-bottom: calc(1* 8px);
}

.what-we-do-landing h3 a {
    font-family: 'Veto',Arial,sans-serif;
    color: var(--kolor2);
}

.wwd-more {
    text-align: center;
    border-top: 1px solid rgb(10,29,100);
    padding-top: 8px;
    padding-bottom: calc(8 * 8px);
}

.wwd-more a {
    color: rgb(10,29,100);
}

.media-post p {
    margin: calc(3 * 8px) 0;
    font-size: 13px;
}

.browser .download-file::before {
    content:"";
    display:block;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    min-height:186px;
}

.browser .download-any.download-file::before {
    background-image:url(../images/file-browser-icons-any.png);
}

.browser .download-pdf.download-file::before {
    background-image:url(../images/file-browser-icons-pdf.png);
}

.browser .download-image.download-file::before {
    background-image:url(../images/file-browser-icons-image.png);
}

.browser .download-zip.download-file::before {
    background-image:url(../images/file-browser-icons-zip.png);
}

.browser .wp-block-file {
    margin: 0;
}

.browser a.wp-block-file__button {
    padding: 16px;
    background-color: rgb(229,229,229);
    background-image: url(../images/download.svg);
    background-position: right center;
    background-repeat:no-repeat;
    color: var(--color1) !important;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    margin: calc(3 * 8px) 0 0;
    opacity: 1;
}

.browser a.wp-block-file__button:hover {
    color: var(--color1) !important;
}

.browser .wp-block-file > a:first-child {
    font-weight: bold;
    color: var(--color5);
    font-size: 13px;
    display: block;
    margin: calc(3 * 8px) 0;
}

.media-button {
    padding: 16px;
    background: rgb(229,229,229);
    cursor: pointer;
    text-transform: uppercase;
}

.media-button.hover {
    background: rgb(255,99,9) !important;
}

.media-button.hover a, .media-button.hover .media-icon {
    color: rgb(10,29,100);
}

.media-button a {
    color: rgb(10,29,100);
}

.media-icon {
    color: rgb(10,29,100);
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.browser {
    padding: calc(3 * 8px) 0;
    margin-bottom: calc(3 * 8px);
    border: 1px solid var(--color1);
}

p.browser-caption {
    background: var(--color1);
    color: white;
    padding: 16px;
    position: absolute;
    top: -50px;
    left: -1px;
    max-height: 18px;
}

.browser p.browser-no-files {
    color: var(--color6);
    font-size: 2em;
    text-align: center;
    padding: 2em;
}




@media screen and (min-width:1024px) {
    
    .pst-page h1 {
        font-size: 72px;
        padding: 0 0 64px;
        margin: 0 0 72px;
    }  
    
    .side-page {
        background: rgb(229,229,229);
        display: block;
    }

    .side-page + .side-page {
        margin-top: calc(3 * 8px);
    }

    .side-page .proportion {
        padding-top: 20%;    
    }

    .side-page h2 {
        position: absolute;
        top: 0;
        left: 24px;
        height: 100%;
        z-index: 2;
        color: #000;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 24px);
    }
    
    .side-page h2 a {
        max-width: 75%;
    }

    a.side-page-read-more {
        color: white !important;
        background: var(--kolor1);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    
    a.side-page-read-more:hover {
        background: #000;
    }
    
    .side-page.side-page-active {
        background: var(--kolor1);
    }
    
    .side-page.side-page-active h2 {
        color: white;
    }
    
    .side-page.side-page-active a.side-page-read-more {
        color: white;
        background: #000;
    }      
    
    .side-page h2 a span {
        position: relative;
        top: 2px;
    }
    
    .what-we-do-landing h3 {
        font-size: 48px;
        margin-top: calc(6 * 8px);
        margin-bottom: calc(2* 8px);
    }  
    
    .what-we-do-landing img {
        max-width: 75% !important;
        margin: 0 auto;
    }    
        
}







/*--------- PST SINGLE ----------*/

.pst-single h1, .pst-search h1 {
    font-size: 36px;
    padding: 0 0 32px;
    margin: 0 0 40px;
    position: relative;
}

.pst-single h1::after, .pst-search h1::after {
    content:"";
    display:block;
    height:1px;
    width:calc(100% + 1000px);
    position:absolute;
    left:0;
    bottom:0;
    background:rgb(10,29,100);
}

.breadcrumbs {
    font-size: 10px;
    text-transform: uppercase;
    color: rgb(10,29,100);
    height: 0;
    top: 24px;
}

.breadcrumbs span {
    color: rgb(255,99,9);
    font-weight: bold;
    padding: 0 8px;
}

.desktop-date {
    display:none;
}

.post-image {
    margin-bottom: calc(5 * 8px);
}

.mobile-date {
    margin-bottom: calc(4 * 8px);
    text-align:right;
}

.next-post {
    text-align: right;
}

.nav-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: rgb(10,29,100);
    color: white;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0px;
}

.post-nav a {
    color: rgb(10,29,100);
    display: inline-flex;
    align-items: center;
}

.post-nav a:hover .nav-icon {
    color: rgb(255,99,9);
}

.next-post .post-nav a {
    justify-content: flex-end;
}

.prev-post .post-nav a {
    justify-content: flex-start;
}

.post-nav a span {
    padding:0 calc(3 * 8px);
    max-width: 80%;
}

.post-nav-container {
    margin-top: calc(8 * 8px);
    padding-top: calc(8 * 8px);
}

.post-nav-container::before {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 1000px);
    position: absolute;
    left: calc(3 * 8px);
    top: 0;
    background: rgb(10,29,100);
}

@media screen and (min-width:768px) {
    
    .grid-single {
        grid-template-columns: 1fr 10fr 1fr;
    }
    
}

@media screen and (min-width:1024px) {
    
    .grid-single {
        grid-template-columns: 2fr 8fr 2fr;
    }   
    
    .desktop-date {
        display:block;
        position:relative;
        font-size: 18px;
        font-style: italic;
        font-family: 'Veto', Arial, sans-serif;
    }
    
    .mobile-date {
        display:none;
    }
    
    .post-lead p {
        font-size: 24px;
        margin-bottom: calc(8 * 8px);
    }    
    
    .pst-single .bodycopy {
        font-size: 18px;
    }
    
    .pst-single h1, .pst-search h1 {
        font-size: 72px;
        padding: 0 0 64px;
        margin: 0 0 72px;
    }    
    
}




/*---------- SEARCH ----------*/

.search-result-post {
    padding-bottom: calc(4 * 8px);
    border-bottom: 1px solid var(--color6);
    margin-bottom: 8px;
}

.search-result-post::after {
    content:"";
    display:block;
    position:absolute;
    background:rgb(255,99,9);
    height: 3px;
    width: 48px;
    bottom: -3px;
    right: 0;
    
    
}










/*---------- FOOTER ----------*/

footer {
    margin-top: 96px;
}

footer .wp-block-columns {
    margin-bottom: 0;
}

footer i {
    margin-right: 16px;
}

.footer-pre {
    display:none;
}

.footer-logo img {
    max-height: 128px;
    margin: 0 auto;
}

footer .footer-address-section {
    text-transform:uppercase;
    justify-items:center;
    grid-template-columns: 1fr;
}

footer .footer-address-section p, p.footer-copy {
    font-size: 10px;    
    line-height:14px;    
    color: white;
}

.footer-copy {
    padding: calc(2 * 8px);
    color: white;
}

.footer-legal a {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    margin: 0 12px;
}

.footer-legal {
    text-align: center;
    padding: 8px;
    border-top: 1px solid;    
}

footer .wp-block-column {
    padding:calc(3 * 8px) calc(3 * 8px) 0;
    text-align:center;
}

footer .footer-address-section {
    background: var(--kolor1);
    padding: 24px;
}

footer .footer-address-section > div {
    display: grid;
    grid-gap: 24px;
    text-align: center;
} 

@media screen and (min-width:1024px) {
    
    footer {
        margin-top: 128px;
    }   
    
    .footer-pre {
        background: rgb(229,229,229);
        padding: calc(3 * 8px);
        grid-template-columns: 3fr 2fr;
        display: grid;
    }  
    
    .footer-pre > div:last-child {
        text-align: right;
    }

    footer .footer-address-section > div {
        grid-template-columns: repeat(6, 1fr);
        justify-items: start;
        grid-column-gap: 24px;
        text-align: left;
    } 
    
    footer .footer-address-section p, p.footer-copy {
        font-size: 12px;    
        line-height:16px;    
    }    
    
    footer .wp-block-column {
        display: flex;
        align-items: center;
        padding:0;
        text-align:left;
    }    
    
    .footer-copy {
        display:none;
    }
    
    .footer-legal {
        text-align: right;
    }    
    
}




/*---------- FOOTER MENU ----------*/

footer .menu {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

footer .menu li {
    display: inline-block;
}

footer .menu li a {
    color: var(--kolor2);
}

footer .menu li+li {
    margin-left:calc(3 * 8px);
}




body #cookie-notice .cn-button.cookie-notice-button {
    background: var(--kolor1);
    color: #fff;
}

