/*
 * Copyright (c) eXXcellent solutions GmbH 2024.
 * All rights reserved.
 *
 * This file is made available under the terms of the license
 * agreement that accompanies this distribution.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

h1, h2, h3, h4, h5, h6, html {
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #707070;
}

h1 {
    font-size: 2.6em;
    margin-bottom: 2em;
    margin-top: 0em;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

html {
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    font-family: inherit;
    box-sizing: inherit;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    color: #797A7A;
    counter-reset: section;
}

#content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(assets/easy-logo-small-background.svg);
    background-repeat: repeat;
    background-size: 1250px;
    background-position-x: -600px;
    align-items: center;
    /*margin-bottom: 30px; doesn't work in safari because reasons. hack it by psuedo-items*/
}

#content:after {
    content: ' ';
    width: 100%;
    height: 30px;
}

footer {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #BBBFBF;
}

footer a {
    margin: 0 2vh;
    color: #bdc0c1;
    text-decoration: none;
    cursor: pointer;
}

ol {
    padding-left: 0;
    list-style-position: inside;
}

ul {
    padding-left: 0;
    list-style-position: inside;
}

ul li {
    list-style: none; /* Remove default bullet symbol */
}

ul li::before {
    content: "\2022"; /* Use smaller Unicode bullet symbol */
}

div.static-hull {
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 5%;
    max-width: 830px;
    display: flex;
    flex-direction: column;
    alignment: center;
}

.ssp_logo_top {
    width: 270px;
    height: 174px;
}

.ssp_logo_top_container {
    margin-top: 12px;
    margin-bottom: 0px;
}

.exxcellent_logo_small {
    width: 152px;
    height: 40px;
}

.bottom-logo-container {
    margin-top: 100px;
    margin-bottom: 80px;
    font-size: small;
    display: flex;
    flex-direction: column;
}

/***
404 section
 */
.fof-footer {
    margin-top: auto;
}

.fof-exxcellent-logo-container {
    margin-top: 80px;
    margin-bottom: 10px;
}

.fof-exxcellent-logo {
    height: 38px;
}

.fof-highlighted-text {
    font-size: 33px;
    font-style: italic;
    color: #005ca9;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.fof-circuit-image {
    max-width: 1100px;
    width: 100%;
}

.fof-icon {
    height: 50px;
    margin-left: 30px;
    flex: 1 0 auto; /* don't shrink */
    cursor: pointer;
    margin-bottom: 27.5px;
}

.fof-button-container {
    font-size: 25px;
    padding: 10px 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.fof-h2 {
    font-size: 20px;
}

.fof-h1 {
    margin: 0;
    font-size: 100px;
}

.fof-content-container {
    margin-left: 30px;
    margin-right: 30px;
}

.process_icon_small {
    width: 32px;
    height: 32px;
}

.policies h2 {
    counter-reset: subsection;
}

.policies h3 {
    counter-reset: subsubsection;
}

.policies h2::before {
    counter-increment: section;
    content: counter(section) ". ";
}

.policies h3::before {
    counter-increment: subsection;
    content: counter(section) "." counter(subsection) ". ";
}

.policies h4::before {
    counter-increment: subsubsection;
    content: counter(section) "." counter(subsection) "." counter(subsubsection) ". ";
}

.policies li {
    padding-left: 30px;
    padding-bottom: 5px;
}

.policies math {
    padding-left: 50px;
}

.policies mi {
    font-size: 0.9rem;
}

.policies table {
    text-align: left;
}

.policies table tbody tr:nth-child(odd) {
    background-color: #efefef;
}

.policies th {
    text-transform: uppercase;
    font-size: 0.9rem;
    border-bottom-color: #ABABAB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.policies table thead th:nth-child(4) {
    text-align: right;
    padding-right: 5px;
}

.policies td {
    padding: 5px;
    min-width: 80px;
}

.policies table tbody td:nth-child(4) {
    text-align: right;
    padding-left: 10px;
}

.policies .list ol {
    counter-reset: subitem;
    list-style-type: none;
}

.policies .list li {
    padding-bottom: 10px;
    padding-left: 0;
}

.policies .list li::before {
    counter-increment: subitem;
    content: counter(section) "." counter(subitem) ". ";
}

.policies .list .sublist table {
    margin-left: -50px;
}

.policies .list .sublist li {
    list-style-type: lower-latin;
    padding-top: 5px;
    padding-bottom: 0;
}

.policies .list .sublist li::before {
    content: none;
}

.policies .list .sublist ul {
    padding-left: 50px;
}

.policies .list .sublist .item li {
    list-style-type: decimal;
    padding-top: 5px;
    padding-bottom: 0;
}

.policies .list .sublist .item ul {
    padding-left: 50px;
}

.policies .service-comparison table {
    text-align: center;
}

.policies .service-comparison table thead th:nth-child(4) {
    text-align: center;
    padding: 0;
}

.policies .service-comparison td {
    width: 16.6%;
}

.policies .service-comparison table tbody td:nth-child(1) {
    text-align: left;
    width: 50%;
}

.policies .service-comparison table tbody td:nth-child(4) {
    text-align: center;
}