body {
    margin:0;
    padding:0;
    background: url('img/besuch_background.svg');
    background-size: 150px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#svg-object, #svg1715 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

text {
    display: none;
}

@keyframes strobe-ven {
    0%, 39% {
        fill: rgba(126, 191, 141, 1);
    }
    40%, 100% {
        fill: url(#Grid_1_pica_Lines);
    }
}

@keyframes strobe-xen {
    0%, 39% {
        fill: rgba(67, 108, 196, 1);
    }
    40%, 100% {
        fill: url(#Circles);
    }
}

@keyframes strobe-nef {
    0%, 39% {
        fill: rgba(242, 101, 191, 1);
    }
    40%, 100% {
        fill: url(#_10_dpi_30_);
    }
}

@keyframes strobe-eft {
    0%, 39% {
        fill: rgba(244, 73, 27, 1);
    }
    40%, 100% {
        fill: url(#Capsules);
    }
}

@keyframes strobe-dim {
    0%, 39% {
        fill: rgba(255, 233, 160, 1);
    }
    40%, 100% {
        fill: url(#_10_lpi_20_);
    }
}

@keyframes strobe-bes {
    0%, 39% {
        fill: #555;
    }
    40%, 100% {
        fill: url(#Bird_Feet);
    }
}

/*polygon1101*/
.strobe-ven {
    animation: strobe-ven 1s infinite;
    animation-delay: 0.15s;
}

/*polygon1223*/
.strobe-eft {
    animation: strobe-eft 1s infinite;
    animation-delay: 0.75s;
}

/*polygon1374*/
.strobe-nef {
    animation: strobe-nef 1s infinite;
    animation-delay: 0.3s;
}

/*polygon1154*/
.strobe-dim {
    animation: strobe-dim 1s infinite;
    animation-delay: 0.6s;
}

/*polygon1518*/
.strobe-xen {
    animation: strobe-xen 1s infinite;
    animation-delay: 0.45s;
}

#polygon1451 {
    animation: strobe-bes 0.6s infinite;
    animation-delay: 0.9s;
}

.venetsiana {
    /*stroke: rgb(126, 191, 141) !important;
    stroke-width: 3px;*/
    cursor: pointer;
}

.xenia {
    /*stroke: rgb(67, 108, 196) !important;
    stroke-width: 3px;*/
    cursor: pointer;
}

.efthimios {
    /*stroke: rgb(244, 73, 27) !important;
    stroke-width: 3px;*/
    cursor: pointer;
}

.dimitris {
    /*stroke: rgb(255, 233, 160) !important;
    stroke-width: 3px;*/
    cursor: pointer;
}

.nefeli {
    /*stroke: rgb(242, 101, 191) !important;
    stroke-width: 3px;*/
    cursor: pointer;
}

.besuch {
    cursor: pointer;
}

.invitation {
    cursor: pointer;
}

rect {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

polygon {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.solid-ven {
    fill: rgb(126, 191, 141) !important;
}

.solid-xen {
    fill: rgb(67, 108, 196) !important;
}

.solid-eft {
    fill: rgb(244, 73, 27) !important;
}

.solid-dim {
    fill: rgb(255, 233, 160) !important;
}

.solid-nef {
    fill: rgb(242, 101, 191) !important;
}

.venetsiana:hover, .venetsiana-highlighted {
    fill: rgb(126, 191, 141) !important;
}

.xenia:hover, .xenia-highlighted {
    fill: rgb(67, 108, 196) !important;
}

.efthimios:hover, .efthimios-highlighted {
    fill: rgb(244, 73, 27) !important;
}

.dimitris:hover, .dimitris-highlighted {
    fill: rgb(255, 233, 160) !important;
}

.nefeli:hover, .nefeli-highlighted {
    fill: rgb(242, 101, 191) !important;
}

#nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 16px;
}

#zoom-controls > button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

#guide {
    margin-top: 16px;
    background: white;
    padding: 4px 10px;
}

#links {
    margin-top: 16px;
}

#links a {
    color: black;
    background: white;
    text-decoration: none;
    padding: 4px 10px;
}

#links a:hover {
    background: #ddd;
}

#links li {
    padding: 8px 0;
}

#links ul {
    padding: 0;
}

#response-links, #invitation-links {
    display: none;
}

.dimitris-invitation:hover, .dimitris-response:hover {
    background: rgb(255, 233, 160) !important;   
}

.venetsiana-invitation:hover, .venetsiana-response:hover {
    background: rgb(126, 191, 141) !important;   
}

.efthimios-invitation:hover, .efthimios-response:hover {
    background: rgb(244, 73, 27) !important;   
}

.nefeli-invitation:hover, .nefeli-response:hover {
    background: rgb(242, 101, 191) !important;   
}

.xenia-invitation:hover, .xenia-response:hover {
    background: rgb(67, 108, 196) !important;   
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    /*background-color: #fefefe;*/
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: fit-content;
}

.close {
    margin-bottom: 8px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.close:focus {
    text-decoration: none;
}