.notice { display: flex; align-items: center; justify-content: center; padding: 19px 10% 21px 10%; color: #fff; line-height: 1.2; background-color: #3b4894; }
.notice .marker { display: flex; flex-direction: column; justify-content: center; }
.notice .marker svg { position: relative; left: -10px; width: 30px; fill: #fff; }
.notice .help { }
.notice .help strong { display: inline-block; margin-right: 10px; font-weight: 900; text-transform: uppercase; }

.mapcontainer {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
}

#mapholder {
    position: relative;
    flex-grow: 1;
    height: 800px;
    max-height: 100vh;
    z-index: 1;
}

#mybuttons { position: absolute; display: flex; left: 20px; top: 20px; z-index: 2; }
#mylocation,
#mycode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding: 10px 18px 10px 15px;
    color: #fff;
    cursor: pointer;
    width: auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    background: #e9643c;
}
#mylocation { background: #e9643c; }
#mycode { background: #e9643c; }
#mylocation:hover { background: #9eceae; }
#mycode:hover { background: #9eceae; }

#mylocation svg,
#mycode svg {
    position: relative;
    margin-right: 8px;
    width: 20px; height: 20px;
    fill: #fff;
}
#mycode svg {
    top: -2px;
}

#infoholder {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    right: 0;
    top: 0;
    width: 400px;
    max-height: 100%;
    color: #000;
    box-sizing: border-box;
    z-index: 5;
    background: #dfd4d0;
}
#infoholder.active {
    display: flex;
}
#infoholder-container {
    position: absolute;
    top: 0; left: 0;
    padding: 30px 30px 50px 30px;
    width: 100%; height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}
#infoholder .img {
    width: 100%;
    margin-bottom: 20px;
}
#infoholder .img img {
    display: block;
    width: 100%;
}
#infoholder .video, #infoholder iframe {
    display: block;
    width: 100%;
}
#infoholder .video {
    position: relative;
    margin-top: 30px;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
}
#infoholder .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
#infoholder .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e9643c;
    line-height: 1.3;
    font-size: 1.5em;
    cursor: pointer;
}
#infoholder .close svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
#infoholder .close:hover {
    background: #9eceae;
}
#infoholder h2 {
    margin: 0;
    padding: 0;
    color: #b34ca3;
}
#infoholder .content {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 25px;
    width: 100%;
    color: #b34ca3;
    box-sizing: border-box;
}
#infoholder .content a {
    color: #b34ca3;    max-height: 100vh;
    text-decoration: underline;
}
#infoholder .content a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1350px) {
    
    .notice .marker svg { left: -15px; width: 35px; }
    .notice .help strong { display: block; margin-bottom: 5px; }
    
}

@media screen and (max-width: 1000px) {
    
    .notice .marker svg { width: 45px; }
    
    .mapcontainer { flex-direction: column; }
    
    #infoholder-darken { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: all ease 0.15s; z-index: 7; background-color: rgba(0,0,0,0.25); }
    #infoholder-darken.active { opacity: 1; visibility: visible; }

    #infoholder { position: fixed; display: flex; top: auto; bottom: -100%; width: 100%; transition: all ease 0.5s; z-index: 7; }
    #infoholder.active { top: auto; bottom: 0; }
    #infoholder-container { position: relative; }
    
    #mybuttons { top: 20px; left: 20px; }
    #mylocation, #mycode { padding: 0; width: 50px; height: 50px; font-size: 0; border-radius: 50%; }
    #mylocation:after, #mycode:after { position: absolute; top: 58px; width: 70px; content: "Toon mijn locatie"; font-size: 10px; text-align: center; text-shadow: 0 0 3px rgb(0 0 0 / 100%); }
    #mycode:after { content: "Code invullen"; }
    #mylocation svg, #mycode svg { margin: 0; width: 24px; height: 25px; }
    
}
