@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --color-green: #003936;
    --color-orange: #f1b472;
    --color-mid-green: #05b074;
    --color-light-green: #b7e0cb;
    --color-dark-orange: #ee8c2d;
    --color-black: #000;
    --color-white: #fff;
}

/* Skip navigation */
.keyboard-shortcut {
    background: var(--color-white);
    color: var(--color-black);
    left: 0;
    padding: 6px 12px;
    position: absolute;
    top: -99px;
    z-index: 999;
}

.keyboard-shortcut:focus {
    top: 6px;
}

/* Focus indicator */
*:focus-visible {
    outline: 2px solid #ee8c2d;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: var(--color-green);
    font:
        normal 400 16px 'Open Sans',
        sans-serif;
    margin: 0;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--color-green);
    outline: none;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--color-dark-orange);
}

a.logo {
    background: url(logo1.svg) center top no-repeat;
    background-size: contain;
    display: block;
    height: 70px;
    width: 572px;
}

h1 {
    font:
        normal 400 30px 'Open Sans',
        sans-serif;
    padding: 0;
}

h2 {
    font:
        normal 400 24px 'Open Sans',
        sans-serif;
    margin-bottom: 15px;
    padding: 0;
}

h3 {
    font:
        normal 500 18px/1.27em 'Open Sans',
        sans-serif;
    margin: 1em 0;
    padding: 0;
}

.col-right h2 {
    font-size: 18px;
    font-weight: 500;
}

.faq-page h3 {
    font-size: 19px;
    font-weight: 600;
}

#about,
#general,
#tips,
#security {
    text-decoration: underline;
}
img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;

    li {
        margin: 10px 0;
    }
}

p {
    margin: 1em 0;
    padding: 0;
}

.contain {
    margin: 0 auto;
    width: 1200px;
}

.fill {
    min-width: 1200px;
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.center {
    text-align: center;
}

/* header */
header {
    background-color: var(--color-green);
    display: block;
}

header > .contain {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
}

#epAttention {
    padding: 10px 0;
    text-align: center;
}

.center {
    text-align: center;
}
#epLang {
    display: none;
    /* 
  display: flex;
  justify-content: space-between;
  padding: 15px;
  */
}

#epLang a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}

#epLang a:hover,
#epLang a:focus {
    color: var(--color-orange);
}

nav ul {
    display: flex;
    justify-content: space-between;
    font:
        normal 500 20px 'Open Sans',
        sans-serif;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    bottom: 12px;
}

nav a {
    color: var(--color-orange);
    display: inline-block;
    padding: 0 30px;
    text-decoration: none;
}

nav a:hover,
nav a:focus {
    color: var(--color-light-green);
    text-decoration: none;
}

nav ul.faq-section-index {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0px;
}

nav ul.faq-section-index li {
    display: list-item;
    margin: 10px 0;
}

nav ul.faq-section-index a {
    padding: 0px;
    color: var(--color-green);
    text-decoration: underline;
}

/* .banner {
    background: var(--color-light-green) url(banner_logo.svg) no-repeat center center;
    background-size: 900px 100px;
    min-height: 250px;
    display: block;
    padding: 50px 0 100px;
} */
.banner {
    background: var(--color-light-green);
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    h1 {
        font-size: 45px;
        font-weight: 600;
    }
}

body.index {
    h2,
    h3 {
        font-weight: 600;
    }
}

.buttons {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
}

.buttons a {
    align-items: center;
    background: var(--color-blue) url() no-repeat center 30px;
    box-sizing: border-box;
    color: var(--color-white);
    display: flex;
    margin: 10px 0;
    padding: 120px 05px 0px;
    text-decoration: none;
    width: 22%;
}

.buttons a:hover,
.buttons a:focus {
    font-size: 21px;
    text-align: center;
}

.buttons a.report {
    background-image: url(report.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px;
}

.buttons a.phone {
    background-image: url(phone.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px;
}

.buttons a.mobile {
    background-image: url(mobile.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px;
}

.buttons a.follow {
    background-image: url(follow.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100px;
}

.buttons span.title {
    background-color: var(--color-orange);
    color: var(--color-green);
    display: block;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.buttons span.roll-text {
    color: var(--color-orange);
    background-color: var(--color-green);
    display: none;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

.buttons a:hover span.title,
.buttons a:focus-visible span.title {
    display: none;
}

.buttons a:hover span.roll-text,
.buttons a:focus-visible span.roll-text {
    display: block;
}

/* content */

main {
    display: block;
    padding: 30px 0 70px;
}

.mainHome {
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 0;
}

.text-index {
    margin-top: 50px;
    width: 900px;
    margin: 0 auto;
    h1 {
        text-align: center;
    }
}

[class^='col-'] {
    /* Applies to all CSS classes that start with "col-" */
    vertical-align: top;
}

.col-100 {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
}

.col-66 {
    display: inline-block;
    padding: 10px 25px;
    vertical-align: top;
    width: 66%;
}

.col-50 {
    /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
    display: inline-block;
    padding: 10px 25px;
    width: 49%;
}

.col-33 {
    display: inline-block;
    padding: 10px 25px;
    width: 33%;
}

.col-left {
    padding: 10px 25px;
    width: 60%;
}

.col-right {
    padding: 10px 25px;
    width: 38%;
}

.expand-button {
    border-top: 2px solid var(--color-orange);
    padding: 13px 0px 10px;
    margin: 3px;
}

.expand-text {
    padding: 0;
}

#epEmergencyEU {
    padding: 10px 0;
    text-align: center;
}

#epEmergencyEU br {
    display: none;
}

#epEmergencyEU strong {
    display: block;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

#epFollowUp {
    list-style-type: none;
    padding: 0;
}
#epFollowUp li {
    margin-bottom: 20px;
}
#epFollowUp input {
    margin-top: 10px;
}
#epFollowUp label {
    display: block;
}

/* dp and phone */
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
    display: block;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy .text {
    color: var(--color-blue);
}

#epPhone .other {
    margin-top: 18px;
}

select {
    font:
        normal 400 14px 'Open Sans',
        sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
.cont,
.submit,
#epConsentContinue,
#epConsentCancel {
    border: 1px solid var(--color-green);
    background: var(--color-white);
    color: var(--color-green);
    cursor: pointer;
    font:
        normal 500 16px 'Open Sans',
        sans-serif;
    padding: 8px 15px;
    margin: 4px 0px 20px;
    text-decoration: none;
}

button:hover,
.cont:hover,
.submit:hover,
#epConsentContinue:hover,
#epConsentCancel:hover,
button:focus,
.cont:focus,
.submit:focus,
#epConsentContinue:focus,
#epConsentCancel:focus {
    background: var(--color-green);
    color: var(--color-white);
    transition: all 0.2s ease 0s;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
    background: #ccc;
    cursor: default;
}

.nowrap {
    white-space: nowrap;
}

button:hover,
#epConsentContinue:hover,
#epConsentCancel:hover,
button:focus,
#epConsentContinue:focus,
#epConsentCancel:focus {
    background: var(--color-black);
    color: var(--color-white);
    transition: all 0.2s ease 0s;
}

button:disabled {
    background: var(--color-grey);
    cursor: default;
}

button:hover:disabled {
    background: var(--color-grey);
}

.nowrap {
    white-space: nowrap;
}

#epIssues .category {
    display: flex;
    margin-bottom: 20px;
    border-top: 1px solid var(--color-black);
}

#epIssues .catname {
    font-weight: 700;
    width: 25%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
}

#epIssues .issue {
    color: var(--color-black);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 5px;
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
}

#epIssues .issue:hover,
#epIssues .issue:focus {
    color: var(--color-green);
    background-color: var(--color-light-green);
}

#epIssues .name {
    font:
        normal 700 14px/20px 'Open Sans',
        sans-serif;
    width: 100%;
}

#epIssues .details {
    position: absolute;
    right: 10px;
    font-style: italic;
}
#epIssues .details.empty {
    display: none;
}

#epIssues .issuebox {
    width: 75%;
}
input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

/* footer */
footer {
    color: var(--color-white);
    font-size: 14px;
    border-top: 1px solid var(--color-blue);
    padding: 20px 0;
    background-color: var(--color-green);
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
}

#epNAVEXFooter {
    background-color: var(--color-green);
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: ltr !important;
    font-size: 14px;
    margin: 0 auto;
    padding: 0px 0px;
    text-align: center;
    width: 1200px;
}

#epNAVEXFooter .line1 {
    margin-block-end: 0;
}

#epNAVEXFooter .line2 {
    margin-top: 10px;
}

footer nav ul {
    justify-content: center;
    margin-block-start: 0;
}

footer nav li a {
    font-size: 14px;
    text-decoration: none;
    color: var(--color-white);
}

footer nav li a:hover,
footer nav li a:focus {
    text-decoration: underline;
    color: var(--color-white);
}

footer nav > a:hover,
footer nav > a:focus {
    margin: 0 auto;
    color: var(--color-white);
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1000px !important;
}
