/* DIT WERKTE dus niet in IE */
/* button {
    all: unset;
} */

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.infobutton {
    /* border: 1px solid blue; */
    margin: 2px;
    padding: 7px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.infobutton:hover {
    cursor: pointer;
    text-decoration: underline;
}

#bgwrapper_worldmap {
    position: relative;
    width: 100vw; 
    height: 100vh;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

#bgwrapper_worldmap .fillbg {
    position: absolute;
    height: auto;
    height: 100%;
    display: block;
    margin: auto;
}


/* Title stuff */
#homepagetitle {
    position: absolute;
    text-align: center;
    right: 0px;
    left: 0px;
    margin: auto;
    margin-bottom: 0;
    width: 80vw;
    top:0px;
    z-index: 40;
    padding-right: 10px;
    padding-top: 10px;
    /* background-color: transparant; */
    /* border: 2px solid red; */
    /* width: 20vw; */
    
}
#homepagetitle h1 {
    margin-top: 3vh;
    margin-right: 0;
    margin-bottom: 0;
}
#homepagetitle h4 {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
}

#description {
    /* visibility: hidden; */
    /* display: none; */
    /* border: 1px solid green; */
}

#infobuttons {
    display: flex;
    flex-direction: row;
    /* border: 2px solid red; */
    left: 0;
    right: 0;
    /* bottom: 50px; */
    width: 70vw;
    margin: auto;
    position: absolute;
    z-index: 30;
    justify-content: space-evenly;

}

.noload {
    opacity: 0;
}

area {
    cursor: pointer;
}

#homebutton {
    opacity: 0.3;
    font-size: 40px;
    display: none;
}

#homebutton:hover {
    cursor: pointer;
    opacity: 0.9;
}
.infodiv {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 49vh;
    height: 3em;
    z-index: 50;
    padding: 10px;
    width: 60%;
    color: rgba(0, 0, 0, 0.801);
    text-align: center;
}

.gotopage {
    width: 400px;
}
.gotopage h4 {
    /* left: 0; */
    /* border: 1px solid green; */
    text-align: center; 
    font-weight: bolder;
}

.gotopage h4:hover {
    text-decoration: underline;
    cursor: pointer;
}

input[type=button] {
    background-color: rgba(182, 4, 4, 0.746);
    border: white;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    float: right;
    z-index: 60;
  }

input[type=button]:hover {
    background-color: rgb(156, 0, 0);
    cursor: pointer;
}

