:root {
    --red-light: #ed1d24;
    --red-dark: #42090c;
    --yellow: #FF9933;
}

html,
body {
    padding: 0;
    margin: 0;
    /*height: 100%;*/
    text-align: center;
    font-family: "Roboto", sans-serif;
    background-color: black;
    height: 100%;

}

.main_menu_btn {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: white;
    left: 10px;
    top: 10px;
    z-index: 900;
    padding: 5px;
    transition: 0.3s;
    border: 1px solid #666666;
    border-radius: 5px;
    z-index: 10001;
}

.menu_board {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: calc(100% - 200px);
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 1em;
    padding-top: 200px;
    text-align: left;
    transition: 0.3s;
    overflow: hidden;
    margin: 0;
}

.menu_board ul {
    width: calc(100% - 2em);
    list-style: none;
    margin: 0;
    padding: 1em;

}

.menu_board ul li {
    width: 100%;
    margin-bottom: 1em;

}

.menu_board ul li a {
    font-size: 2em;
    line-height: 2em;
    font-weight: 1000;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--red-light);
}

.menu_board ul li a:hover {
    background-color: var(--red-light);
}

.active {
    width: 300px;
}

.main_menu_btn:hover {
    background-color: #444444;
}

.main {
    max-width: 1920px;
    padding-top: 100px;
    margin: auto;
    background-image: radial-gradient(circle, var(--red-light), var(--red-dark));
    position: relative;
}

.main.map {
    background-image: radial-gradient(circle, #444444, #000000);
}

.main.agenda {
    background-image: linear-gradient(to right, var(--red-dark) 0%, var(--red-light) 50%, var(--red-dark) 100%);
    color: white;
}

.flag-banner {
    margin: 0;
    padding: 0;
    height: 150px;
    margin-bottom: 100px;

}

.flag-banner.map {
    margin-bottom: 2em;
}

.flagbanner-left {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    transition: 0.3s;
}

.flag-banner .flag-back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    filter: drop-shadow(10px 10px 20px black);
}

.flag-banner .autodrome-logo {
    position: relative;
    height: 200px;
    top: -25px;
    z-index: 2;
    filter: drop-shadow(20px 20px 40px black);
    transition: 0.3s;
}

.flagbanner-right {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
}

.flagbanner-right .up-logo {
    position: relative;
    height: 200px;
    top: -25px;
    transition: 0.3s;

}

.content {
    width: 100%;
    height: 725px;
    position: relative;
}

.content.map {
    height: inherit;
}

.content img.back {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

.content .sponsors {

    position: absolute;
    bottom: 1em;
    left: 1em;

}

.content .sponsors.map {
    position: relative;
    margin-top: -2em;
    max-width: 80%;

}

.step1 {
    display: block;
    position: absolute;
    top: 60px;
    width: 50%;
    height: 100px;
    color: white;
    text-align: center;
    filter: drop-shadow(10px 10px 20px black);
}

.step1 .date {

    display: inline-block;
    padding: 0.2em 0.5em;
    font-size: 2em;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    background-color: var(--red-light);
    margin: 0;
    margin-bottom: 1em;

}

.step1 .joinus {
    font-style: italic;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.4em;

}

.step1 .anni {
    color: white;
    font-size: 3.5em;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.4em;
}

.step1 .hours-logo {
    max-width: 100px;
    margin-bottom: 1em;
}

.step1 .enjoy {
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.step1 .timing_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2em 0;
}

.step1 .timing_container .time_container {
    margin: 0 1em;
    font-weight: bolder;
    font-size: 1.2em;
}
.step1 .timing_container .time_container .time {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 0.2em;
}
.step1 .timing_container .time_container .line_container {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    transform: skew(-45deg);
}
.step1 .timing_container .time_container .line_container .white {
    background-color: white;
    width: 20%;
    height: 0.5em;
    padding: 0;
    margin: 0;
    float: right;
}

.step1 .timing_container .time_container .line_container .red {
    background-color: var(--red-light);
    width: 80%;
    height: 0.5em;
    padding: 0;
    margin: 0;
}

.step1 .nextbtn-container {
    display: block;
    right: calc(50% - 125px);
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
}

.step1 .nextbtn-container .red1 {
    float: right;
    height: 100%;
    width: 300px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    border-right: 20px solid white;

    margin-right: -50px;
    transition: 0.3s;

}

.step1 .nextbtn-container .red2 {
    float: right;
    height: 100%;
    width: 20px;
    margin-right: 20px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step1 .nextbtn-container .red3 {
    float: right;
    height: 100%;
    width: 5px;
    margin-right: 40px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step1 .nextbtn-container .btn-title {
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    width: 200px;
    height: 100px;
    font-weight: bolder;
    display: block;
    width: 300px;
    height: 100px;
    position: absolute;
    top: 0;
    right: -25px;
    text-shadow: 10px 10px 20px black;

}

.step1 .nextbtn-container:hover .red1,
.step1 .nextbtn-container:hover .red2,
.step1 .nextbtn-container:hover .red3,
.step1 .nextbtn-container:focus .red1,
.step1 .nextbtn-container:focus .red2,
.step1 .nextbtn-container:focus .red3 {
    background-color: var(--yellow);
}

.step2 {
    display: none;
    position: absolute;
    top: 60px;
    width: 50%;
    height: 100px;
    color: white;
    text-align: right;
    filter: drop-shadow(10px 10px 20px black);
    margin: 0;
    padding: 0;
    text-align: right;
}

.step2 .field-container {
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 1em;
}

.step2 .field-container .wihte1 {
    float: right;
    height: 100%;
    width: 350px;
    background-color: white;
    transform: skew(-45deg);
    border-right: 20px solid white;

    margin-right: -25px;
    transition: 0.3s;

}

.step2 .field-container .red1 {
    float: right;
    height: 100%;
    width: 200px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step2 .field-container .red2 {
    float: right;
    height: 100%;
    width: 575px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
    margin-right: -25px;
}

.step2 .field-container input {
    font-size: 1.2em;
    color: var(--red-dark);
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: white !important;
}

.step2 .field-container .input-label {
    width: 200px;
    text-align: left;
    line-height: 50px;
    font-size: 1.4em;
    font-weight: 300;
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top: 0;
    right: 300px;

}

.step2 .field-container .input-label2 {
    width: 550px;
    text-align: left;
    line-height: 50px;
    font-size: 1.4em;
    font-weight: 300;
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    text-align: center;

}

.step2 .nextbtn-container {
    display: block;
    right: calc(50% - 125px);
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
    margin-top: 3em;
    transition: 0.3s;
}

.step2 .nextbtn-container .red1 {
    float: right;
    height: 100%;
    width: 300px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    border-right: 20px solid white;

    margin-right: -50px;
    transition: 0.3s;

}

.step2 .nextbtn-container .red2 {
    float: right;
    height: 100%;
    width: 20px;
    margin-right: 20px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step2 .nextbtn-container .red3 {
    float: right;
    height: 100%;
    width: 5px;
    margin-right: 40px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step2 .nextbtn-container .btn-title {
    font-size: 3em;
    padding: 0;
    margin: 0;
    width: 200px;
    line-height: 100px;
    font-weight: bolder;
    display: block;
    width: 300px;
    height: 100px;
    position: absolute;
    top: 0;
    right: -40px;
    text-shadow: 10px 10px 20px black;
    text-align: center;
}

.step2 .nextbtn-container:hover .red1,
.step2 .nextbtn-container:hover .red2,
.step2 .nextbtn-container:hover .red3,
.step2 .nextbtn-container:focus .red1,
.step2 .nextbtn-container:focus .red2,
.step2 .nextbtn-container:focus .red3 {
    background-color: var(--yellow);
}

.step2 .addchildbtn {
    cursor: pointer;
}

.step2 .addchildbtn:hover .red2,
.step2 .addchildbtn:focus .red2 {
    background-color: var(--yellow);
}

.fid1 {
    right: calc(50px + 0.5em);
}

.fid2 {
    right: calc(100px + 1em);
}

.fid3 {
    right: calc(150px + 1.5em);
}

.fid4 {
    right: calc(200px + 2em);
}

.fid5 {
    right: calc(250px + 2.5em);
}

.popup-addchild-container {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1000;
    background-color: rgba(0, 0, 0, 0.9);

    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.popup-addchild-container .addchild-panel {
    width: 100%;
    max-width: 550px;
    background-color: var(--red-dark);
    color: white;
    clip-path: polygon(40px 0,
            100% 0,
            100% calc(100% - 40px),
            calc(100% - 40px) 100%,
            0 100%,
            0 40px);
    padding: 1em;
    text-align: center;

}

.popup-addchild-container .addchild-panel h1 {
    display: block;
    background-color: var(--red-light);
    padding: 0;
    line-height: 40px;
    font-size: 1.5em;
    font-weight: bolder;
    clip-path: polygon(40px 0,
            100% 0,
            calc(100% - 40px) 40px,
            0 40px);
    text-shadow: 5px 5px 10px black;
    margin-bottom: 1em;
}

.popup-addchild-container .addchild-panel .label {
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 2em;

}

.popup-addchild-container .addchild-panel .childname {
    font-size: 1em;
    line-height: 2em;
    border: none;
    outline: none;
    width: calc(50% - 2em);
    margin: 0;
    margin-right: 1em;
    padding: 0 0.5em;

}

.popup-addchild-container .addchild-panel .childbirthday {
    font-size: 1em;
    line-height: 2em;
    height: 2em;
    border: none;
    outline: none;
    width: calc(50% - 2em);
    margin: 0;
    padding: 0 0.5em;
    margin: 0;

}

.popup-addchild-container .addchild-panel .childcontainer {
    padding: 1em;
    border: 2px dotted white;
    border-radius: 1em;
    margin-bottom: 1em;
}

.popup-addchild-container .addchild-panel .addchild-field-container {
    padding: 0;
    margin: 0;
    text-align: left;
    margin-bottom: 1em;
}

.popup-addchild-container .addchild-panel .addchild_btn {
    display: inline-block;
    /*block*/
    clear: both;
    background-color: var(--red-light);
    color: white;
    width: calc(50% - 1em);
    line-height: 1.5em;
    font-size: 1.2em;
    font-weight: bolder;
    border: none;
    outline: none;
    cursor: pointer;

    transition: 0.3s;
    margin: 0 1em 0 0;
}

.popup-addchild-container .addchild-panel .addchild_btn:hover,
.popup-addchild-container .addchild-panel .addchild_btn:focus {
    background-color: var(--yellow);
}

.popup-addchild-container .addchild-panel .addchild_done_btn {
    background-color: var(--red-light);
    color: white;
    line-height: 1.5em;
    font-size: 2em;
    font-weight: bolder;
    border: none;
    outline: none;
    cursor: pointer;
    width: 50%;
    float: right;

    clip-path: polygon(2em 0,
            100% 0,
            calc(100% - 2em) 2em,
            0 2em);
    text-shadow: 5px 5px 10px black;
    transition: 0.3s;
    cursor: pointer;


}

.popup-addchild-container .addchild-panel .addchild_done_btn:hover,
.popup-addchild-container .addchild-panel .addchild_done_btn:focus {
    background-color: var(--yellow);
}

.step3 {
    display: block;
    position: absolute;
    top: 4em;
    width: 50%;
    height: 100px;
    color: white;
    text-align: center;
    filter: drop-shadow(10px 10px 20px black);
    padding-top: 6em;
}

.step3 .text-content {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.5em;
}

.step3 .nextbtn-container {
    display: block;
    right: calc(50% - 125px);
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
    margin-top: 3em;
    transition: 0.3s;
}

.step3 .nextbtn-container .red1 {
    float: right;
    height: 100%;
    width: 300px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    border-right: 20px solid white;

    margin-right: -50px;
    transition: 0.3s;

}

.step3 .nextbtn-container .red2 {
    float: right;
    height: 100%;
    width: 20px;
    margin-right: 20px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step3 .nextbtn-container .red3 {
    float: right;
    height: 100%;
    width: 5px;
    margin-right: 40px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step3 .nextbtn-container .btn-title {
    font-size: 3em;
    padding: 0;
    margin: 0;
    width: 200px;
    line-height: 100px;
    font-weight: bolder;
    display: block;
    width: 300px;
    height: 100px;
    position: absolute;
    top: 0;
    right: -40px;
    text-shadow: 10px 10px 20px black;
    text-align: center;
}

.step3 .nextbtn-container:hover .red1,
.step3 .nextbtn-container:hover .red2,
.step3 .nextbtn-container:hover .red3,
.step3 .nextbtn-container:focus .red1,
.step3 .nextbtn-container:focus .red2,
.step3 .nextbtn-container:focus .red3 {
    background-color: var(--yellow);
}

.step4 {
    display: block;
    position: absolute;
    top: 60px;
    width: 50%;
    height: 100px;
    color: white;
    text-align: center;
    filter: drop-shadow(10px 10px 20px black);
    padding-top: 5em;
}

.step4 .nextbtn-container {
    display: block;
    right: calc(50% - 225px);
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 3em;
    transition: 0.3s;
    margin-bottom: 3em;
}

.step4 .nextbtn-container .red1 {
    float: right;
    height: 100%;
    width: 500px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    border-right: 20px solid white;

    margin-right: -50px;
    transition: 0.3s;

}

.step4 .nextbtn-container .red2 {
    float: right;
    height: 100%;
    width: 20px;
    margin-right: 20px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step4 .nextbtn-container .red3 {
    float: right;
    height: 100%;
    width: 5px;
    margin-right: 40px;
    background-color: var(--red-light);
    transform: skew(-45deg);
    transition: 0.3s;
}

.step4 .nextbtn-container .btn-title {
    font-size: 2.2em;
    padding: 0;
    margin: 0;
    width: 500px;
    line-height: 100px;
    font-weight: bolder;
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    right: -24px;
    text-shadow: 10px 10px 20px black;
    text-align: center;
}

.step4 .text-content {
    margin: 0;
    font-size: 1.4em;
    font-weight: 300;
}

.step4 .important {
    color: var(--red-light);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6em;
    margin: 0;
    margin: 0.5em 0;
}

.step4 svg {
    width: 60px;
    height: 60px;
    margin-top: 1em;
    cursor: pointer;
    fill: var(--red-light);
}

.step4 a {
    text-decoration: none;
}

.step4 .download-btn:hover,
.step4 .download-btn:focus {
    fill: var(--yellow);
}

footer p {
    color: #ccc;
    font-weight: lighter;
    font-size: 0.8em;
}

/* map */

.map_container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.map_container .map_img {
    width: 100%;
    margin-bottom: 0em;
}

.zones_list_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 50%;
    color: white;
    text-align: center;
    filter: drop-shadow(10px 10px 20px black);
    z-index: 1000;
    height: calc(100% - 100px);

}

.zones_list_container h1 {
    font-size: 1.2em;
    font-weight: 300;
}

.zones_list_container ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.zones_list_container .item_container {
    font-size: 2em;
    text-align: left;
    width: 100%;
    margin-top: 0.2em;
}

.zones_list_container .item_container .zone_item {
    text-decoration: none;
    color: white;
    font-weight: bolder;
    font-size: 1em;
    transition: 0.3s;
    text-transform: uppercase;
}

.zones_list_container .item_container .zone_item .zone_number {
    color: red;
    font-size: 1.4em;
    font-weight: 1000;
}

.zones_list_container .item_container .zone_item:hover {
    color: var(--yellow);
}

.map_container img#zone_1,
.map_container img#zone_2,
.map_container img#zone_3,
.map_container img#zone_4,
.map_container img#zone_5 {
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}

.map_container img#zone_1:hover,
.map_container img#zone_2:hover,
.map_container img#zone_3:hover,
.map_container img#zone_4:hover,
.map_container img#zone_5:hover {
    filter: grayscale(100%);
}

.map_container img#zone_1 {
    right: 32%;
    top: 57%;
    height: 15%;
}

.map_container img#zone_2 {
    right: 23%;
    top: 61%;
    height: 15%;
}

.map_container img#zone_3 {
    right: 13%;
    top: 37%;
    height: 12%;
}

.map_container img#zone_4 {
    right: 25%;
    top: 25%;
    height: 11%;
}


.map_container img#zone_5 {
    right: 12%;
    top: 20%;
    height: 10%;
}

/* zones popup */

.zone_popup_container {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 20000;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s;
    color: white;
    flex-direction: column;
    justify-content: center;

}

.zone_content_container {
    transition: 0.3s;
}

.zone_content_container h1 {
    text-align: right;
    padding: 0;
    padding-right: 1em;
    margin: 0;
    font-size: 6em;
    margin-bottom: 15px;
    font-weight: 1000;
    line-height: 0.65em;
    text-transform: uppercase;
    color: var(--red-light);
    transition: 0.3s;
}

.zone_content_container .zone_content_description {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: end;
    transition: 0.3s;
}

.zone_content_container .zone_content_description img {
    padding: 0;
    margin: 0;
    height: 300px;
    filter: drop-shadow(20px 0 40px black);
    transition: 0.3s;
}

.zone_content_container .zone_content_description .zone_description_text {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 1.4em;
    font-weight: lighter;
    justify-content: center;
    padding: 2em;
    height: calc(300px - 4em);
    /* width: 50%; */
    background-color: var(--red-light);
    background-image: linear-gradient(to left, black 0%, var(--red-light) 75%);
    float: left;
    transition: 0.3s;
}

/* agemda*/

.agenda_container {
    margin-top: 75px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 1em;
}

.agenda_main_header {
    font-size: 4em;
    font-weight: 1000;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.agenda_day_container {
    border: 2px solid var(--red-light);
    border-radius: 2em;
    margin: 2em auto;
    padding: 2em;
    text-align: center;
    width: 50%;
}

.agenda_day_header {
    width: 100%;
    font-size: 2em;
    line-height: 2em;
    text-transform: uppercase;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--red-dark), rgba(0, 0, 0, 0));
    margin: 0;
}

.agenda_day_zone_header {
    display: inline-block;
    line-height: 2em;
    width: 50%;
    font-size: 2em;
    color: white;
    border-bottom: 1px solid var(--red-light);
    border-top: 1px solid var(--red-light);
    margin: 1em 0;

}

.agenda_table {

    display: inline-table;
    width: 100%;
    background-color: var(--red-dark);
    padding: 1em;
    border-radius: 1em;
    font-size: 1.4em;
}

.h_from {
    width: 20%;
}

.h_to {
    width: 20%;
}

.h_title {
    width: 60%;
}

.h_from,
.h_to,
.h_title {
    color: white;
    text-transform: uppercase;
    background-color: var(--red-light);
    line-height: 2em;
}

.agenda_tr {
    cursor: pointer;
    transition: 0.3s;
    line-height: 1.4em;

}

.agenda_tr:hover {
    background-color: #444444;
}

.t_from,
.t_to {
    font-weight: lighter;
    border-bottom: 1px solid #444444;
}

.t_title {
    border-bottom: 1px solid #444444;

}

.sponsors.agenda {
    max-width: calc(100% - 2em);
    margin: 1em;
    padding: 0;
}


.already_registered {
    position: relative;
    width: 50%;
    margin: 1.5em auto;
}
.already_registered .back {
    display: flex;
    width: 100%;
    height: 2em;
    background-color: var(--red-light);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
    border-right: 10px solid white;
    border-left: 10px solid white;
    transform: skew(-45deg);
    cursor: pointer;
    transition: 0.3s;
    
}

.already_registered:hover > .back {
    background-color: var(--yellow);
}

.already_registered a {
    display: block;
    color: white;
    font-size: 1em;
    line-height: 2em;
    text-decoration: none;
    padding: 0 2em;
    padding: 0;
    margin: 0;
}






/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 200px) and (max-width: 767px) {
    .main {
        padding-top: 2.5em;
        font-size: 0.6em;
    }

    .main_menu_btn {
        width: 30px;
        height: 30px;
        top: 30px;
        left: 5px;

    }

    .flag-banner {
        height: 100px;
        margin-bottom: 1em;

    }

    .flagbanner-left {
        width: 60%;
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
    }

    .flag-banner .flag-back {
        height: 50px;
        filter: drop-shadow(5px 5px 10px black);

    }

    .flag-banner .autodrome-logo {
        height: 70px;
        top: -10px;
        filter: drop-shadow(5px 5px 10px black);
    }

    .flagbanner-right {
        width: 40%;
    }

    .flagbanner-right .up-logo {
        position: relative;
        height: 70px;
        top: -5px;
    }

    .content {
        width: 100%;
        height: calc(90vh - 150px - 2.5em);
        position: relative;
    }

    .content img.back {

        width: 150%;
        top: 55%;
    }

    .content .sponsors {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 1em;
        width: calc(100% - 2em);
    }

    .step1 {

        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        filter: drop-shadow(10px 10px 20px black);
    }

    .step1 .joinus {
        font-size: 2em;

    }

    .step1 .enjoy {
        font-size: 1.6em;
        text-transform: none;
    }


    .step1 .nextbtn-container {
        display: block;
        right: 38%;
        height: 65px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        cursor: pointer;
    }

    .step1 .nextbtn-container .red1 {
        float: right;
        height: 100%;
        width: 35%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        border-right: 20px solid white;

        margin-right: -50px;
        transition: 0.3s;

    }

    .step1 .nextbtn-container .red2 {
        float: right;
        height: 100%;
        width: 20px;
        margin-right: 20px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step1 .nextbtn-container .red3 {
        float: right;
        height: 100%;
        width: 5px;
        margin-right: 40px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step1 .nextbtn-container .btn-title {
        font-size: 1.4em;
        padding: 0;
        margin: 0;
        width: 35%;
        height: auto;
        padding-top: 5px;

        font-weight: bolder;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
        text-shadow: 10px 10px 20px black;

    }

    .step2 {
        position: absolute;
        top: 0;
        width: calc(100% - 1em);
        height: auto;
        color: white;
        text-align: left;
        filter: drop-shadow(10px 10px 20px black);
        padding: 0 1em 0 0;
    }

    .step2 .field-container {
        display: block;
        height: 40px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        margin-bottom: 2em;
        right: 40px;
    }

    .step2 .field-container .wihte1 {
        float: right;
        height: 100%;
        width: 60%;
        background-color: white;
        transform: skew(-45deg);
        border-right: none;


    }

    .step2 .field-container .red1 {
        float: right;
        height: 40px;
        width: 30%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step2 .field-container .red2 {
        float: right;
        height: 100%;
        width: 90%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
        margin-right: -25px;
    }

    .step2 .field-container input {
        font-size: 1.6em;
        line-height: 40px;
        top: 0;
        right: -5px;
        width: 50% !important;
        height: 40px;
        text-align: center;
    }

    .step2 .field-container .input-label {
        width: 20%;
        text-align: right;
        line-height: 40px;
        font-size: 1.4em;
        font-weight: 400;
        position: absolute;
        display: block;
        padding: 0;
        margin: 0;
        top: 0;
        right: 60%;

    }

    .step2 .field-container .input-label2 {
        width: 80%;
        text-align: left;
        line-height: 40px;
        font-size: 1.6em;
        font-weight: 600;
        position: absolute;
        display: block;
        padding: 0;
        margin: 0;
        top: 0;
        right: 0;
        text-align: center;

    }

    .step2 .nextbtn-container {
        display: block;
        right: calc(1em + 65px);
        height: 65px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        cursor: pointer;
    }

    .step2 .nextbtn-container .red1 {
        float: right;
        height: 100%;
        width: 35%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        border-right: 20px solid white;

        margin-right: -50px;
        transition: 0.3s;

    }

    .step2 .nextbtn-container .red2 {
        float: right;
        height: 100%;
        width: 20px;
        margin-right: 20px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step2 .nextbtn-container .red3 {
        float: right;
        height: 100%;
        width: 5px;
        margin-right: 40px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step2 .nextbtn-container .btn-title {
        font-size: 3em;
        line-height: 65px;
        padding: 0;
        margin: 0;
        width: 35%;
        height: 65px;
        padding: 0;

        font-weight: bolder;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
        text-shadow: 10px 10px 20px black;

    }

    .popup-addchild-container {
        font-size: 1.4em;
    }

    .popup-addchild-container .addchild-panel {
        width: calc(100% - 2em);
        max-width: none;
        padding: 1em;
    }

    .popup-addchild-container .addchild-panel .label {
        width: 15%;
    }

    .popup-addchild-container .addchild-panel .childname {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        border: none;
        outline: none;
        width: calc(50% - 2em);
        margin: 0;
        margin-right: 1em;
        padding: 0 0.5em;
        top: 0;

    }

    .popup-addchild-container .addchild-panel .childbirthday {
        display: inline-block;
        top: 0;
        font-size: 16px !important;
        line-height: 30px !important;
        height: 30px !important;
        color: var(--red-dark) !important;
        border: none;
        outline: none;
        width: calc(50% - 2em);
        margin: 0;
        padding: 0 0.5em;
        margin: 0;

    }

    .popup-addchild-container .addchild-panel .addchild-field-container {
        display: flex;
        margin-bottom: 1em;

    }

    .step3 {

        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        filter: drop-shadow(10px 10px 20px black);
    }

    .step3 .text-content {
        font-size: 1.6em;
    }

    .step3 .nextbtn-container {
        display: block;
        right: 38%;
        height: 65px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        cursor: pointer;
    }

    .step3 .nextbtn-container .red1 {
        float: right;
        height: 100%;
        width: 35%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        border-right: 20px solid white;

        margin-right: -50px;
        transition: 0.3s;

    }

    .step3 .nextbtn-container .red2 {
        float: right;
        height: 100%;
        width: 20px;
        margin-right: 20px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step3 .nextbtn-container .red3 {
        float: right;
        height: 100%;
        width: 5px;
        margin-right: 40px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step3 .nextbtn-container .btn-title {
        font-size: 3em;
        line-height: 65px;
        padding: 0;
        margin: 0;
        width: 35%;
        height: 65px;
        padding: 0;

        font-weight: bolder;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
        text-shadow: 10px 10px 20px black;

    }

    .step4 {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        filter: drop-shadow(10px 10px 20px black);
    }

    .step4 .nextbtn-container {
        display: block;
        right: calc(15% + 20px);
        height: 65px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        cursor: pointer;
    }

    .step4 .nextbtn-container .red1 {
        float: right;
        height: 100%;
        width: 70%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        border-right: 20px solid white;

        margin-right: -50px;
        transition: 0.3s;

    }

    .step4 .nextbtn-container .red2 {
        float: right;
        height: 100%;
        width: 20px;
        margin-right: 20px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step4 .nextbtn-container .red3 {
        float: right;
        height: 100%;
        width: 5px;
        margin-right: 40px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step4 .nextbtn-container .btn-title {
        font-size: 2.2em;
        line-height: 65px;
        padding: 0;
        margin: 0;
        width: 70%;
        height: 65px;
        padding: 0;

        font-weight: bolder;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
        text-shadow: 10px 10px 20px black;

    }

    .step4 .text-content {
        margin: 0;
        font-size: 1.6em;
        font-weight: 400;
    }

    .step4 .important {
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.8em;
        margin: 0;
        margin: 0.5em 0;

    }

    .step4 svg {
        width: 60px;
        height: 60px;
        margin-top: 1em;
        cursor: pointer;
        fill: var(--red-light);
    }

    /* zone */

    .zone_popup_container {
        background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%,rgba(10, 10, 10, 1) 10%);
    }
    
    .zone_content_container {
    }

    .zones_list_container {
        display: inline-block;
        position: relative;
        padding: 1em;
        width: calc(100% - 2em);
    }

    .zones_list_container ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .zones_list_container .item_container {
        width: 50%;
    }

    .map_container {
        width: 100%;
    }

    .map_container .map_img {
        float: right;
        width: 200%;
        text-align: right;
        margin-right: -6em;
    }

    .map_container img#zone_1 {
        right: 54%;
        top: 57%;
        height: 15%;
    }

    .map_container img#zone_2 {
        right: 35%;
        top: 61%;
        height: 15%;
    }

    .map_container img#zone_3 {
        right: 13%;
        top: 37%;
        height: 12%;
    }

    .map_container img#zone_4 {
        right: 40%;
        top: 25%;
        height: 11%;
    }


    .map_container img#zone_5 {
        right: 15%;
        top: 20%;
        height: 10%;
    }

    .zone_content_container {
        margin: 0;
        padding: 0;
    }

    .zone_content_container h1 {
        padding: 0;
        font-size: 4em;
        margin: 0.5em 0;
        width: 100%;
        text-align: center;
        color: white;
    }

    .zone_content_container .zone_content_description {
        flex-direction: column;
    }

    .zone_content_container .zone_content_description img {
        height: auto;
        max-width: 100%;
        padding: 0;
        filter: none;
    }

    .zone_content_container .zone_content_description .zone_description_text {
        width: calc(100% - 2em);
        padding: 1em;
        font-size: 2em;
        font-weight: 300;
        margin: 0;
        height: auto;
        text-align: center;
        background-color: var(--red-light);
        margin-top: 1em;
        background-image: none;
    }
    /*timetable*/

    .agenda_container {
        margin-top: 25px;
    }

    .agenda_main_header {
        font-size: 4em;
    }

    .agenda_day_container {
        margin: 1em auto;
        padding: 1em;
        text-align: center;
        width: calc(100% - 4em);
    }

    .agenda_day_header {
        width: 100%;
        font-size: 2em;
        line-height: 2em;
        margin: 0;
    }

    .agenda_day_zone_header {
        line-height: 2em;
        width: 50%;
        font-size: 2em;
        margin: 1em 0;

    }

    .agenda_table {

        display: inline-table;
        width: 100%;
        background-color: var(--red-dark);
        padding: 1em;
        border-radius: 1em;
    }



    .h_from {
        width: 20%;
    }

    .h_to {
        width: 20%;
    }

    .h_title {
        width: 60%;
    }

    .h_from,
    .h_to,
    .h_title {
        color: white;
        text-transform: uppercase;
        background-color: var(--red-light);
        line-height: 2em;
    }

    .agenda_tr {
        cursor: pointer;
        transition: 0.3s;
        line-height: 1.4em;

    }

    .agenda_tr:hover {
        background-color: #444444;
    }

    .t_from,
    .t_to {
        font-weight: lighter;
        border-bottom: 1px solid #444444;
    }

    .t_title {
        border-bottom: 1px solid #444444;

    }


    /* already registered*/ 
    .already_registered {
        position: relative;
        width: calc(100% - 6em);
        margin: 1.5em auto;
        font-size: 1.4em;
    }
    .already_registered .back {
        display: flex;
        width: 100%;
        height: 2em;
        background-color: var(--red-light);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        padding: 0;
        margin: 0;
        border-right: 10px solid white;
        border-left: 10px solid white;
        transform: skew(-45deg);
        cursor: pointer;
        transition: 0.3s;
        
    }
    
    .already_registered:hover > .back {
        background-color: var(--yellow);
    }
    
    .already_registered a {
        display: block;
        color: white;
        font-size: 1em;
        line-height: 2em;
        text-decoration: none;
        padding: 0 2em;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }





}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .main {
        padding-top: 4em;
        font-size: 1em;
    }

    .main_menu_btn {
        top: 80px
    }

    .flag-banner {
        height: 100px;
        margin-bottom: 4em;

    }

    .flagbanner-left {
        width: 60%;
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
    }

    .flag-banner .flag-back {
        height: 100px;
        filter: drop-shadow(5px 5px 10px black);

    }

    .flag-banner .autodrome-logo {
        height: 120px;
        top: -10px;
        filter: drop-shadow(5px 5px 10px black);
    }

    .flagbanner-right {
        width: 40%;
    }

    .flagbanner-right .up-logo {
        position: relative;
        height: 120px;
        top: -5px;
    }

    .content {
        width: 100%;
        height: calc(90vh - 100px - 2em);
        position: relative;
    }

    .content img.back {

        width: 150%;
        top: 40%;
    }

    .content .sponsors {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 1em;
        width: calc(100% - 2em);
    }

    .step1 {

        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        filter: drop-shadow(10px 10px 20px black);
    }

    .step1 .joinus {
        font-size: 2em;

    }

    .step1 .enjoy {
        font-size: 1.6em;
        text-transform: none;
    }


    .step1 .nextbtn-container {
        display: block;
        right: 38%;
        height: 115px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        cursor: pointer;
    }

    .step1 .nextbtn-container .red1 {
        float: right;
        height: 100%;
        width: 35%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        border-right: 20px solid white;

        margin-right: -50px;
        transition: 0.3s;

    }

    .step1 .nextbtn-container .red2 {
        float: right;
        height: 100%;
        width: 20px;
        margin-right: 20px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step1 .nextbtn-container .red3 {
        float: right;
        height: 100%;
        width: 5px;
        margin-right: 40px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step1 .nextbtn-container .btn-title {
        font-size: 1.4em;
        padding: 0;
        margin: 0;
        width: 35%;
        height: auto;
        padding-top: 5px;

        font-weight: bolder;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
        text-shadow: 10px 10px 20px black;

    }

    .step2 {
        position: absolute;
        top: 0;
        width: calc(100% - 1em);
        height: auto;
        color: white;
        text-align: left;
        filter: drop-shadow(10px 10px 20px black);
        padding: 0 1em 0 0;
    }

    .step2 .field-container {
        display: block;
        height: 40px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        margin-bottom: 2em;
        right: 40px;
    }

    .step2 .field-container .wihte1 {
        float: right;
        height: 100%;
        width: 60%;
        background-color: white;
        transform: skew(-45deg);
        border-right: none;


    }

    .step2 .field-container .red1 {
        float: right;
        height: 40px;
        width: 30%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step2 .field-container .red2 {
        float: right;
        height: 100%;
        width: 90%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
        margin-right: -25px;
    }

    .step2 .field-container input {
        font-size: 1.6em;
        line-height: 40px;
        top: 0;
        right: -5px;
        width: 50%;
        height: 40px;
        text-align: left;
    }

    .step2 .field-container .input-label {
        width: 20%;
        text-align: left;
        line-height: 40px;
        font-size: 1.6em;
        font-weight: 200;
        position: absolute;
        display: block;
        padding: 0;
        margin: 0;
        top: 0;
        right: 60%;

    }

    .step2 .field-container .input-label2 {
        width: 80%;
        text-align: left;
        line-height: 40px;
        font-size: 1.6em;
        font-weight: 600;
        position: absolute;
        display: block;
        padding: 0;
        margin: 0;
        top: 0;
        right: 0;
        text-align: center;

    }








    .step2 .nextbtn-container {
        display: block;
        right: calc(1em + 65px);
        height: 65px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        cursor: pointer;
    }

    .step2 .nextbtn-container .red1 {
        float: right;
        height: 100%;
        width: 35%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        border-right: 20px solid white;

        margin-right: -50px;
        transition: 0.3s;

    }

    .step2 .nextbtn-container .red2 {
        float: right;
        height: 100%;
        width: 20px;
        margin-right: 20px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step2 .nextbtn-container .red3 {
        float: right;
        height: 100%;
        width: 5px;
        margin-right: 40px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step2 .nextbtn-container .btn-title {
        font-size: 3em;
        line-height: 65px;
        padding: 0;
        margin: 0;
        width: 35%;
        height: 65px;
        padding: 0;

        font-weight: bolder;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
        text-shadow: 10px 10px 20px black;

    }


    .popup-addchild-container {
        font-size: 1.4em;
    }

    .popup-addchild-container .addchild-panel {
        width: calc(100% - 2em);
        max-width: none;
        padding: 1em;
    }

    .popup-addchild-container .addchild-panel .label {
        width: 15%;
    }

    .popup-addchild-container .addchild-panel .childname {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        border: none;
        outline: none;
        width: calc(50% - 2em);
        margin: 0;
        margin-right: 1em;
        padding: 0 0.5em;
        top: 0;

    }

    .popup-addchild-container .addchild-panel .childbirthday {
        display: inline-block;
        top: 0;
        font-size: 16px !important;
        line-height: 30px !important;
        height: 30px !important;
        color: var(--red-dark) !important;
        border: none;
        outline: none;
        width: calc(50% - 2em);
        margin: 0;
        padding: 0 0.5em;
        margin: 0;

    }

    .popup-addchild-container .addchild-panel .addchild-field-container {
        display: flex;
        margin-bottom: 1em;

    }



    .step4 {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        filter: drop-shadow(10px 10px 20px black);
        padding-top: 1em;
    }

    .step4 .nextbtn-container {
        display: block;
        right: calc(15% + 20px);
        height: 65px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
        cursor: pointer;
    }

    .step4 .nextbtn-container .red1 {
        float: right;
        height: 100%;
        width: 70%;
        background-color: var(--red-light);
        transform: skew(-45deg);
        border-right: 20px solid white;

        margin-right: -50px;
        transition: 0.3s;

    }

    .step4 .nextbtn-container .red2 {
        float: right;
        height: 100%;
        width: 20px;
        margin-right: 20px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step4 .nextbtn-container .red3 {
        float: right;
        height: 100%;
        width: 5px;
        margin-right: 40px;
        background-color: var(--red-light);
        transform: skew(-45deg);
        transition: 0.3s;
    }

    .step4 .nextbtn-container .btn-title {
        font-size: 2.2em;
        line-height: 65px;
        padding: 0;
        margin: 0;
        width: 70%;
        height: 65px;
        padding: 0;

        font-weight: bolder;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
        text-shadow: 10px 10px 20px black;

    }

    .step4 .text-content {
        margin: 0;
        font-size: 1.6em;
        font-weight: 400;
    }

    .step4 .important {
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.8em;
        margin: 0;
        margin: 0.5em 0;

    }

    .step4 svg {
        width: 60px;
        height: 60px;
        margin-top: 1em;
        cursor: pointer;
        fill: var(--yellow);
    }

    .zones_list_container {
        width: 60%;
        font-size: 0.8em;
    }

    .zone_content_container h1 {
        font-size: 4em;
    }

    .zone_content_container .zone_content_description img {
        height: 200px;
        padding: 0;
    }

    .zone_content_container .zone_content_description .zone_description_text {
        font-size: 1em;
        height: calc(200px - 4em);
    }

    .agenda_day_container {
        width: calc(75% - 4em);
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    .main {
        font-size: 1em;
        padding-top: 4em;
    }

    .main_menu_btn {
        top: 80px
    }

    .flag-banner {
        height: 150px;
        margin-bottom: 1em;

    }

    .flagbanner-left {
        width: 60%;
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
    }

    .flag-banner .flag-back {
        height: 100px;
        filter: drop-shadow(5px 5px 10px black);

    }

    .flag-banner .autodrome-logo {
        height: 150px;
        top: -25px;
        filter: drop-shadow(5px 5px 10px black);
    }

    .flagbanner-right {
        width: 40%;
    }

    .flagbanner-right .up-logo {
        position: relative;
        height: 150px;
        top: -5px;
    }

    .content {
        width: 100%;
        min-height: 500px;
        height: calc(100vh - 150px - 2.5em);
        position: relative;
    }

    .content img.back {

        width: 125%;
        top: 0;
    }

    .content .sponsors {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 1em;
        width: calc(100% - 2em);
    }

    .content .sponsors {
        max-width: 50%;
    }

    .step2 {
        width: 60%;
    }

    .step4 {

        position: absolute;
        top: 1em;
        width: 50%;
        height: 100px;
        color: white;
        text-align: center;
        filter: drop-shadow(10px 10px 20px black);
        padding-top: 5em;
    }

    .zones_list_container {
        width: 60%;
        font-size: 0.8em;
    }

    .agenda_day_container {
        width: calc(75% - 4em);
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1920px) {
    .main {

        margin-top: 2em;
        border-radius: 20px;
        overflow: hidden;

    }
}