@font-face {
    font-family: 'MINI Serif';
    src: url('../fonts/MINISerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MINI Serif';
    src:url('../fonts/MINISerif-Bold.woff') format('woff'),
        url('../fonts/MINISerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINI Sans Serif';
    src:url('../fonts/MINISansSerif-Regular.woff') format('woff'),
        url('../fonts/MINISansSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINI Sans Serif';
    src: url('../fonts/MINISansSerif-Bold.woff') format('woff'),
        url('../fonts/MINISansSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINI Serif';
    src: url('../fonts/MINISerif-Regular.woff') format('woff'),
        url('../fonts/MINISerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






html, body {
    height:100%;
    padding: 0px;
    margin: 0px;
}


body {
    height:100%;
    font-family: 'MINI Serif';
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
}

a
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #a01f63;
    text-decoration: none;
}


.wrapper
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.wrapper-top
{
    padding: 15px;
    font-weight: 200;
    font-size: 20px;
    line-height: 27px;
    /*border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 1px;*/
}

.wrapper-bottom
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}


.left
{
    width: auto;
    height: 100%;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;

}

.left-inner
{
    overflow: hidden;
    width: 345px;
    height: 100%;
}

.left-inner-content
{
    overflow: auto;
    height: 100%;
}


.right
{
    width: 100%;
    height: 100%;
}



.map
{
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width : 600px) {
    .map
    {
        height: 50vh;
    }

}

.controlWrapper
{
    padding: 5px;
    padding-bottom: 50px;
    text-align: center;
    width: 42px;
    height: 84px;
    cursor: pointer;
}
@media only screen and (max-width : 600px) {
    .controlWrapper
    {
        padding-bottom: 5px;
    }

}
.zoomInButton
{
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/zoomIn.png');
}

.zoomOutButton
{
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/zoomOut.png');
   
}

.infos
{
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgb(230, 230, 230);
}

.info
{
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 1px;
    cursor: pointer;
    order: 2;
}





.back
{
    display: none;
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}



.back-button
{
    font-weight: bold;
    line-height: 17px;
    padding-left: 25px;
    background-image: url('../images/arrow_left.png');
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #a01f63;


}

.back-button:hover
{
    color: #a01f63;
    background-image: url('../images/arrow_left_selected.png');

}


.infotitle
{
    display: flex;
    font-weight: bold;
    line-height: 17px;
    width: 100%;

}



.infotitle-title
{
    flex-grow: 1;
}


.infotitle-dates {
    color: #a01f63;
    padding-top: 13px;

}

.infotitle-dates-inner
{
    text-align: center;
}


.infotitle-dates-inner-inner
{
    font-size: 12px;

}

.infoaddress, .infosecondaddress
{
    line-height: 20px;
    font-weight: normal;
    color: #000000 !important;
}


.infoevent
{
    padding-top: 15px;
    display: none;
}


.info.selected
{
    order: 1;
    border-left-color: #a01f63;
    border-left-style: solid;
    border-left-width: 5px;
    padding-left: 10px;
}



.info:hover  > .infotitle > .infotitle-title
{
    color: #a01f63;
}




.infoevent-inner
{
    font-size: 14px;
    line-height: 22px;

}

.infoevent-inner-top
{
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 15px;
    padding-bottom: 10px;
}



.infocontact
{
    border-top-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-top: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.infocontact-title
{
    font-size: 14px;
    font-weight: bold;
    background-image: url("../images/arrow_down.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 1px;

}

.infocontact-title:hover
{
    background-image: url("../images/arrow_down_selected.png");
}

.infocontact-title.selected
{
    background-image: url("../images/arrow_up_selected.png");
}


.infocontact-title.selected:hover
{
    background-image: url("../images/arrow_up.png");
}


.infoeventinterest-button {
    font-size: 14px;
    line-height: 16px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-weight: bold;
    margin: 0 0 .625rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    background-color: #a01f63;
    border-color: #a01f63;
    color: #fff;
    margin-top: 28px;
}

.infoeventinterest-button:hover
{
    background-color:#a01f63
}


.infoeventinterest a
{
    color: #ffffff;
    text-decoration: none;
}


.infocontact-inner
{
    padding-top: 25px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 22px;
    display: none;
}


.infoaccess
{
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.logoContainer img {
    width: 100%;
    height: auto;
}

.infotitle-dates-inner-separator-0 {
    
}

@media only screen and (max-width : 600px) {
    .logoContainer img {
        width: auto;
        height: 100px;
    }
    .wrapper
    {
        display: block;
        height: 100%;

    }

    .wrapper-bottom
    {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .left
    {
        width: 100%;
        height: auto;
        order: 2;
    }

    .left-inner
    {
        width: 100%;
        height: 100%;
    }

    .right
    {
        order: 1;
        height: auto;
    }
    

}