@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap');

:root {
    --white: #ffffff;
    --black: #1b1f27;
    --purple: #5a2583;
    --light-purple: #7a4f9b;
    --sky-blue: #28bbe1;
    --red: #d51028;
    --blue: #005aa4;

    --dark-grey: #484e4e;
    --light-grey: #e2e3e3;
    --light-green: #009f3b;
    --tram-yellow: #f2fd00;
    --bus-blue: #005da5;
    --facebook-blue: #009de0;
    --pink: #ff4f5a;
    --myBG: #f4f5f5;
    --aqua: #009ee2;
    --green: #00b495;
    --orange: #ff9c37;
    --dark-orange: #cd5800;

    --goose: #c0b300;
    --bluegreen: #004f61;
}

html, body {
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    background: var(--myBG);
    font-size: 16px;
}

@media (max-width: 950px) {
    html, body {
        font-size: 14px;
    }
}
/***********************************************/
.uk-navbar {
    color: var(--white);
}

.uk-navbar a {
    color: var(--white);
}

.uk-navbar-nav > li > a {
    text-transform: none;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.1em;
}

.uk-nav li {
    text-align: center;
    line-height: 2em;
}

.uk-nav li > a {
    display: inline;
    line-height: 2em;
}

.uk-navbar-container {
    height: 114px;
    background: var(--purple) !important;
}

.uk-navbar-nav .blue {
    color: var(--sky-blue);
    cursor: default;
}

.uk-navbar-nav .blue:hover {
    color: var(--sky-blue);
}

.header {
    height: 114px;
}
.navbar-title {
    display: inline-block;
    margin-top: 0px
}
@media (max-width: 950px) {

    .navbar-title {
        margin-top: 5px
    }
}
@media (max-width: 500px) {
    .uk-navbar-container {
        height: 60px;
    }

    .header {
        height: 60px;
    }
    .navbar-title {
        margin-top: 10px
    }
}

.uk-navbar-right {
    margin-right: 40px
}

.uk-navbar-left {
    margin-left: 40px;
    font-size: 2em;
}

@media (max-width: 500px) {
    .uk-navbar-right {
        margin-right: 5px
    }

    .uk-navbar-left {
        margin-left: 5px;
        font-size: 1.5em;
    }
}

/***********************************************/
.vote-page-header {
    background-color: var(--sky-blue);
    background-image: url("images/vonatos_full.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    overflow: hidden;
}
.vote-page-header .header-small-text {
    font-size: 2em;
    line-height: 1em;
    position:absolute;
    top:520px;
    right:550px;
    text-align: left;
    font-weight: bold;
}
@media (max-width:1920px) {
    .vote-page-header {
        height: 430px;
        background-size: auto;
    }
    .vote-page-header .header-small-text {
        top:440px;
        right:450px;
    }
}
@media (max-width:1700px) {
    .vote-page-header .header-small-text {
        top:440px;
        right:300px;
    }
}
@media (max-width:1700px) {
    .vote-page-header .header-small-text {
        top:440px;
        right:170px;
    }
}
@media (max-width:1100px) {
    .vote-page-header {
        max-height: 300px;
        background-image: url("images/vonatos_full_cut.png");
        background-size: cover;
    }
    .vote-page-header .header-small-text {
        top:330px;
        right:120px;
        font-size: 1.3em;
    }
    .vote-page-header .header-small-text .button {
        padding: 6px 40px 6px 40px;
    }
}

@media (max-width:700px) {
    .vote-page-header {
        max-height: 150px;
    }
    .vote-page-header .header-small-text {
        top:215px;
        right:100px;
        font-size: 1em;
    }
    .vote-page-header .header-small-text .button {
        padding: 2px 20px 2px 20px;
    }
}
@media (max-width:500px) {
    .vote-page-header .header-small-text {
        top:155px;
        right:10px;
        font-size: 1em;
    }
    .vote-page-header .header-small-text .button {
        padding: 2px 20px 2px 20px;
    }
}

h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.3em;
    color: var(--dark-grey);
}

.white-box {
    margin: 0 auto;
    width: 80%;
    background: var(--white);
    padding: 15px;
}


@media (max-width:750px ) {
}
@media (max-width:630px ) {
    .personaldata-container  {
        width: 93%;
        max-width: 93%;
    }
    .uk-form-width-large {
        width: 93%;
    }
    .input-container {
        text-align: left;
    }
}


.white-box-full {
    margin: 0 auto;
    width: 100%;
    background: var(--white);
    padding: 15px;
}
.subpage-header {
    background-color: var(--sky-blue);
    background-image: url("images/clouds.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    overflow: hidden;
}
.subpage-header.purple {
    background-color: var(--light-purple);
    border:0;
}
.subpage-onkori-header {
    background-color: var(--sky-blue);
    background-image: url("images/szaniszlo-vonattal.jpg?v=2");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    overflow: hidden;
}

.subpage-onkori-header .first-sign {
    color: var(--white);
    text-transform: uppercase;
    width: 650px;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    top:140px;
    left:150px;
}
@media (max-width: 1600px) {
    .subpage-onkori-header {
        background-position: left top;
    }
}
@media (max-width:1280px) {
    .subpage-onkori-header {
        background-image: url("images/szaniszlo-vonattal.jpg?v=2");
        background-size: auto;
        height: 460px;
    }
    .subpage-onkori-header .first-sign {
        width: 650px;
        font-size: 3em;
        line-height: 1.2em;
        top:140px;
        left:50px;
    }
}
@media (max-width:1000px) {
    .subpage-onkori-header {
        background-image: url("images/szaniszlo-vonattal.jpg?v=2");
        background-size: cover;
        height: 300px;
    }
    .subpage-onkori-header .first-sign {
        width: 450px;
        font-size: 2.5em;
        line-height: 1.2em;
        top:100px;
        left:-20px;
    }
}
@media (max-width:660px) {
    .subpage-onkori-header {
        height: 200px;
    }
    .subpage-onkori-header .first-sign {
        width: 350px;
        font-size: 1.8em;
        line-height: 1.2em;
        top:40px;
        left:-20px;
    }
}
@media (max-width:450px) {
    .subpage-onkori-header {
        height: 150px;
    }
    .subpage-onkori-header .first-sign {
        width: 250px;
        font-size: 1.4em;
        line-height: 1.2em;
        top:40px;
        left:-20px;
    }
}
/******************************************************/
.vote-container input[type=radio] {
    --s: 1.5em; /* control the size */

    height: var(--s);
    aspect-ratio: 1;
    border: 1px solid var(--dark-grey);
    padding: calc(var(--s) / 8);
    background: radial-gradient(farthest-side, var(--blue) 94%, #0000) 50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s) / 10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: .3s;
}

.vote-container input[type=radio]:checked {
    border-color: var(--dark-grey);
    background-size: 100% 100%;
}

.vote-container input[type=radio]:disabled {
    background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
    opacity: .5;
    cursor: not-allowed;
}

@media print {
    .vote-container input[type=radio] {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        background: none;
    }
}

.personaldata-container {
    width: 600px;
    margin: 0 auto;
}

.vote-container label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    cursor: pointer;
}

.vote-container .input-label {
    width: 50px;
    text-align: right;
}

.vote-container .input-container {
    margin: 15px 0 15px 0;
}

.vote-container input {
    background: var(--light-grey);
}

.vote-container .radio-container {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-left:40px;
}

.vote-container .radio-container label {
    font-size: 0.7em;
    display: block;
    line-height: 1.3em;
}
@media (max-width:650px ) {
    .vote-container .radio-container {
        padding-left:0;
        width: 100%;
    }
}

/********************************************************************/
.button {
    border-radius: 50px;
    border: 0;
    padding: 10px 50px 10px 50px;

    font-weight: bold;

    line-height: 1.4em;
    font-size: 1.5em;
    margin: 20px;
    display: inline-block
}

@media (max-width: 500px) {
    .button {
        line-height: 1.4em;
        font-size: 1em;
    }
}

.blue-button {
    background: var(--facebook-blue);
    color: var(--white);
    border:1px solid var(--facebook-blue);
}
.blue-button:hover {
    background: var(--white);
    color: var(--facebook-blue);
    text-decoration: none;
}

.white-button {
    background: var(--white);
    color: var(--dark-grey);
}
.white-button:hover  {
    background: var(--blue);
    color: var(--white);
    text-decoration: none;
}

.purple-button {
    background: var(--purple);
    color: var(--white);
    border:1px solid var(--purple);
}
.purple-button:hover {
    background: var(--white);
    color: var(--purple);
    text-decoration: none;
}
.small {
    padding: 6px 70px 6px 70px;
}
.red-button {
    padding: 6px 40px 6px 40px;
    border:1px solid var(--red);
    background: var(--red);
    color: var(--white);
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
}
.red-button:hover {
    background: transparent;
    color: var(--white);
    text-decoration: none;
}

/*****************************************************************/
.area {
    padding: 0;
}

.area .badge-list {
    margin: 4% 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
    color: black;
}

.area .badge-list .container {
    display: inline-block;
    width: 25%;
    float: left;
    min-height: 350px;
    margin-bottom: 5%;
}
.three-column-container-top {
    padding:80px;
    text-align: center;
    column-count: 3;
}
.three-column-container {
    min-height: 350px;
    padding:60px 20px 20px 20px;
    background: var(--light-grey);
    text-align: center;
    break-after: always;
}
.three-column-container .title {
    font-size:1.8em;
    text-align: center;
    color: var(--blue);
}
.three-column-container div {
    padding:20px;
}
.three-column-container p {
    text-align: justify;
}
.three-column-container img {
    top: -150px;
    position: relative;
    border-radius: 50%;
    width: 200px;
}
.three-column-container .tcc-container {
    margin-top: -150px;
}
.area .badge-list .container div img {
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .three-column-container {
        padding:70px 5px 5px 5px;
    }
    .three-column-container div {
        padding:10px;
    }
}
@media (max-width: 1200px) {
    .three-column-container {
        padding:70px 5px 5px 5px;
    }
    .three-column-container div {
        padding:10px;
    }
    .three-column-container-top {
        padding:80px 10px 10px 10px;
    }
}
@media (max-width: 1050px) {
    .three-column-container-top {
        column-count: 1;
        padding: 0;
    }
    .three-column-container {
        margin-top:100px;
        width: auto;
    }
    .white-box-full {
        width: auto;
    }
    .text-container {

    }
}
/******************************************************************/
.polgi {
    margin: 0 0 0 100px;
    width: 50%;
    padding: 100px 0 50px 50px;
    font-size: 2em;
    text-align: left;
    line-height: 1.2em;
    position: relative;
    min-height: 500px;
    color: var(--white);
}

.polgi .idezojel {
    position: absolute;
    left: 10px;
    top: 70px;
}

.polgi .alairas {
    font-size: 1em;
    float: right;
    margin-top: 10px;
    text-align: left;
    padding-right: 50px;
}

.polgi .alairas-container {
    margin-top: 50px;
}

.polgikep {
    position: absolute;
    bottom: 0;
    right: 80px;
}

@media (max-width: 1660px) {
    .polgikep {
        width: 600px;
        right: 0px;
    }
    .polgi {
        min-height: 370px;
    }
}

@media (max-width: 1570px) {
    .polgi {
        font-size: 1.8em;
    }

    .polgikep {
        /*width: 500px;*/
    }
}

@media (max-width: 1350px) {
    .polgi .idezojel {
        position: absolute;
        left: 0px;
        top: 50px;
    }

    .polgikep {
        width: 500px;
        right: 1px;
    }

    .polgi {
        padding: 80px 0 50px 50px;
        font-size: 1.5em;
    }
}

@media (max-width: 1100px) {
    .polgi .idezojel {
        position: absolute;
        left: -30px;
        top: 50px;
    }

    .polgikep {
        width: 450px;
        right: 20px;
        bottom:0px;
    }

    .polgi {
        padding: 80px 0 50px 0px;
        font-size: 1.5em;
    }
}

@media (max-width: 1000px) {
    .polgi .idezojel {
        position: absolute;
        left: -40px;
        top: 40px;
    }

    .polgikep {
        width: 500px;
        right: 100px;
    }

    .polgi {
        padding: 80px 0 50px 0px;
        font-size: 1.5em;
        min-height: 700px;
        width: 70%;
    }
    .area .badge-list {
        min-height:900px
    }
}

@media (max-width: 600px) {
    .area .badge-list {
        min-height:1000px
    }
}
@media (max-width: 500px) {
    .polgi .idezojel {
        position: absolute;
        left: -30px;
        top: 30px;
        width: 40px
    }

    .polgikep {
        width: 400px;
        right: 0;
        bottom:0;
    }

    .polgi {
        font-size: 1.4em;
        min-height: 500px;
        width: 80%;
        margin-left: 50px;
    }
}
@media (max-width: 420px) {
    .area .badge-list {
        min-height:900px
    }
}


/*******************************************vasut a fold alatt*/
.first-sign {
    color: var(--white);
    text-transform: uppercase;
    width: 550px;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}
.hideme {
    display: none;
}
@media (max-width: 600px) {
    .hideme {
        display: block;
    }
    .uk-overlay,.uk-overlay-default {
        padding: 0;
    }
    .first-sign {
        width:300px;
    }
}
.text-container {
    text-align: justify;
    width: 80%;
    margin: 60px auto
}

.blue-text {
    color: var(--blue);
}
.purple-text {
    color: var(--purple);
}
.text-container h1{
    font-weight: bold;
    text-align: center;
    font-size: 4em;
}
.text-container .underH1 {
    text-align: center;
    font-size: 2.5em;
    font-weight: bold
}
.text-container hr {
    margin: 0 auto;
    width:60%;
    color:var(--purple);
    border:1px solid var(--purple);
}
.text-container .highlighted {
    text-align: center;
    font-size: 1.5em;
    color: var(--purple);
}
@media (max-width: 600px) {
    .text-container h1{
        font-size: 3em;
    }
    .text-container .underH1 {
        font-size: 1.5em;
    }
    .white-box-full .text-container {
        width: auto;
    }

}
/*************************************************************/

.area .badge-list2 {
    column-count: 2;
    width: 70%;
    margin: 80px auto;
}

.area .badge-list2 .two-column-container {
    width: 80%;
}

.area .badge-list2 .two-column-container img {
    top: -90px;
    position: relative;
}

.area .badge-list2 .two-column-container .text {
    padding: 0;
    text-align: center;
    margin-top: -50px;
}

.area .badge-list2 .two-column-container .text ul {
    text-align: left;
    margin-left: 30px;
    list-style: none;
    line-height: 1.5em;
}
@media (max-width: 500px) {
    .area .badge-list2 .two-column-container .text ul {
        margin-left: 0px;
        padding-left: 10px;
    }
}
.area .badge-list2 .two-column-container .text ul li:before {
    content: "";
    line-height: 1em;
    width: .5em;
    height: .5em;
    background-color: var(--blue);
    float: left;
    margin: .5em 0.75em 0;
    border-radius: 50%;
}
.area .badge-list2 .two-column-container .text ul.purple li:before {
    background-color: var(--purple);
}
@media (max-width: 1500px) {
    .area .badge-list2 {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .area .badge-list2 {
        width: 100%;
    }

    .area .badge-list2 .two-column-container {
    }
}
@media (max-width: 800px) {
    .area .badge-list2  {
        column-count: 1;
    }
    .area .badge-list2 .two-column-container:last-child {
        margin-top:200px;
    }
}

/*************************************************************/

.area .badge-list3 {
    column-count: 2;
    width: 80%;
    margin: 0 auto;
}
.area .badge-list3:first-child {
    padding-top:150px;
}
.area .badge-list3:last-child {
    padding-bottom: 100px;
    margin-top: 150px;
}

.area .badge-list3 .two-column-container {
    width: 80%;
    background: var(--light-grey);
    padding: 0px 30px 30px 30px;
}

.area .badge-list3 .two-column-container img {
    top: -90px;
    position: relative;
    border-radius: 50%;
    width: 170px;
}

.area .badge-list3 .two-column-container .text {
    padding: 0;
    text-align: justify;
    margin-top: -50px;
}

.area .badge-list3 .two-column-container .text ul {
    text-align: left;
    margin-left: 30px;
    list-style: none;
    line-height: 1.5em;
}
.area .badge-list3 .two-column-container .text ul li:before {
    content: "";
    line-height: 1em;
    width: .5em;
    height: .5em;
    background-color: var(--blue);
    float: left;
    margin: .5em 0.75em 0;
    border-radius: 50%;
}
.area .badge-list3 .two-column-container .text ul.purple li:before {
    background-color: var(--purple);
}
@media (max-width: 1500px) {
    .area .badge-list3 {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .area .badge-list3 {
        width: 100%;
    }

    .area .badge-list3 .two-column-container {
        width: auto;
    }
}
@media (max-width: 1000px) {
    .area .badge-list3 {
        column-count: 1;
    }
    .area .badge-list3:first-child {
        padding-top:0px;
    }
    .area .badge-list3:last-child {
        padding-bottom: 0px;
        margin-top: 0px;
    }
    .area .badge-list3 .two-column-container {
        margin-top:150px;
     }
}
/*************************************************************/

.GDPRDiv {
    font-size: 0.7em;
    width: 60%;
}
@media (max-width: 1000px) {

    .GDPRDiv {
        font-size: 1em;
        width: 90%;
    }

    .vote-container .radio-container label {
        font-size: 1em;
    }
}



/*************************************************************/
.icon:hover {
    -moz-animation: rotatecircle 4s infinite linear;
    -webkit-animation: rotatecircle 4s linear;
}
.outerCircle {
    background-color: transparent;
    border: 8px solid var(--purple);
    opacity: .6;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    -moz-animation: spinPulse 3s infinite ease-in-out;
    -webkit-animation: spinPulse 3s infinite ease-in-out;
}
.innerCircle {
    background-color: transparent;
    border: 5px solid var(--blue);
    opacity: .9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 50px;
    top: -64px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
    50% { -moz-transform:rotate(145deg); opacity:1; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
    50% { -webkit-transform:rotate(145deg); opacity:1;}
    100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(-360deg); }
}

/***********************************************************************************/
























.container .yellow-button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    translate: -50%;
    z-index: 2;
}

.yellow-button, .yellow-button2 {
    border-radius: 50px;
    padding: 10px 50px 10px 50px;
    background: var(--tram-yellow);
    color: var(--blue);
    font-weight: bold;
}

.yellow-button2 {
    position: absolute;
    bottom: 30px;
    right: 60px
}

.area-container .bokaytextandgraph {
    display: inline;
}

.area-container .bokaytextonly {
    display: none;
}

.area-container .bokaycontainer {
    background: url(images/bokaybg.png);
    background-size: cover;
    padding: 30px;
    position: relative;
}

@media (max-width: 1200px) {
    .yellow-button2 {
        position: absolute;
        bottom: 10px;
    }
}

@media (max-width: 600px) {
    .area-container .bokaytextandgraph {
        display: none;
    }

    .area-container .bokaytextonly {
        display: block;
        margin: 0 auto;
    }

    .area-container .bokaycontainer {
        min-height: 100px;
    }

    .yellow-button2 {
        position: absolute;
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
    }
}


/*******************************/
.footer {
    background-color: var(--dark-grey);
    margin: 0;
    padding: 30px 10px 30px 10px;
    color: var(--white);
    text-align: center;
}

.footer a {
    color: var(--white);
}

.footer div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer2 {
    color: var(--blue);
}

.footerimg {
    margin: 5px 20px 0;
}

@media (max-width: 950px) {
    .footer div {
        width: 100%;
        text-align: center;
    }

    .footerimg {
        float: none;
        margin: 0;
    }
}

/**********************************/

/*************************************/
.content-title {
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
}

.content-subtitle {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

.camp-icon {
    margin: 20px;
}

.hr {
    display: block;
    border: 0px;
    height: 6px;
    margin: 50px 10px 50px 10px;
}

.h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

table td {
    padding: 15px;
}

.button-inline {
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    line-height: 2.9em;
}

.color-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


.page-aqua {
    color: var(--black);
}

.page-aqua .leadtext {
    color: var(--blue);
}

.page-aqua .content-title {
    color: var(--aqua);
}

.page-aqua .h1 {
    color: var(--aqua);
}

.page-aqua .hr {
    background-image: url('images/aqua_hr.png');
}

.page-aqua .colour-font {
    color: var(--aqua);
}

.page-aqua .button-inline {
    background: var(--pink);
    color: var(--white);
}

.page-aqua .color-overlay {
    background: rgba(0, 158, 226, 0.7);
}

/***********************************************/
.info-icon-box {
    float: left;
    width: 30%;
    margin: 1%;
}

@media (max-width: 700px) {
    .info-icon-box {
        float: none;
        width: 80%;
        margin: 0 auto;
        min-height: 130px;
        text-align: left;
    }

    .info-icon-box img {
        float: left;
    }

    .info-icon-box:after {
        content: "";
        clear: both;
    }
}

.text-box {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .text-box {
        width: 90%;
    }
}

.table-container {
    width: 65%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .table-container {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .table-container {
        width: 90%;
        margin: 0 auto;
    }
}

.header-overlay-text {
    font-weight: bold;
    font-size: 3em;
}

@media (max-width: 500px) {
    .header-overlay-text {
        font-size: 2em
    }
}


/*******************************/
.mobilemenu ul {
    color: var(--blue);
    list-style-type: none;
    padding-left: 20px;
    font-weight: bold
}

.mobilemenu ul a {
    color: var(--blue);
}

.mobilemenu ul ul {
    list-style-type: none;
    padding-left: 0px;
    font-weight: normal
}

.mobilemenu li {
    line-height: 1.3em;
    font-size: 1.1em;
    margin: 15px 0;
}

.mobilemenu li ul li {
    line-height: 1.8em;
    font-size: 1em;
}

.mobilemenu .uk-close {
    color: var(--blue);
}

/*************************************/