h1{
    color: #EE5C47;
    font-size: 5rem;
}

nav .bolius-logo{
    min-width: 18mm;
    max-width: 30mm;
    height: 100%;
    box-sizing: border-box;
}

nav .nav-icon{
    height: 100%;
    width: 8mm;
}

li{
    list-style-type: none;
    padding: 8px;
}

a{
    color: black;
    text-decoration: none;
}

ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Kumbh Sans', sans-serif;
}

nav{
}

.coverImg{
    width: 100%;
    margin: 0;
    padding: 0;
}

.coverImg img{
    width: 100%;
}

.nav-container{
    margin: 0;
    padding: 0;
    position: sticky;
    top: 0;
    background-color: white;
}

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

.topText p{
    font-weight: lighter;
    font-size: 15px;
    color: #414141;
}

p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-family: "Arial", sans-serif;
    font-weight: 400;
}

.topColorDif{
    background-color: #f2f5f5;
    height: 30px;
    width: 100%;
}

.headline h1{
    font-size: 22px;
    color: #468C8C;
    font-weight: 700;
}

.underline h2{
    font-weight: 700;
    color: black;
}

.underLineText p{
    font-weight: 300;
    font-size: 19px;
}

hr{
    color: #468C8C;
}

.writtenBy p{
    font-weight: 300;
    font-size: 15px;
    color: #414141;
}

.mainText{
    font-family: 'Merriweather', serif;

}

.mainText p{
    font-weight: 300;
    font-size: 17px;
}


.autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
    position: relative;
    width: 100%;
    max-width: 30em;
    height: 100px;
    margin: auto;
}

.autocomplete-container input {
    /* Både input og forslag får samme bredde som omkringliggende DIV */
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #86BABF;
    background-color: #CFE3E3;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: #3E5959;
}

.dawa-autocomplete-suggestions {
    margin: 0.3em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #86BABF;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border-bottom-width: 0;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #3E5959;
    color: #f2f5f5;
}

.mapBox{
    padding: 15px;
    height: 500px;
    margin: auto;
}

#map {
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 100%;
}

.bgc{
    height: 70px;
    background-color: #CFE3E3;
}


*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Style the navigation menu */
#burgerDiv {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#burgerDiv {
    display: none;
}

/* Style navigation menu links */
#burgerDiv a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    box-sizing: border-box;
}

/* Style the hamburger menu */
#burgerDiv a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
#burgerDiv a:hover {
    background-color: #ddd;
    color: black;
}

/* Style the active link (or home/logo) */
#burgerDiv {
    background-color: #DDEBEB;
    color: black;
}
/* Tabel style */
.table {
    font-family: "Fira Sans", sans-serif;
    border-collapse: collapse;
    margin: auto;
    width: 80%;
}

.tableContainer{
    width: 100%;
}

.table th {
    text-align: left;
    border-top: 2px solid #468C8C;
    border-bottom: 2px solid #468C8C;
}

.table td,
.search-input {
    font-size: 1em;
    padding: 0.6em 1em;
}

.search-input {
    border: none;
    outline: none;
    font-family: "Fira Sans", sans-serif;
}

.Nearby{
    display: none;
}

.Nearby.NearbyClicked{
    display: block;
}

.politic{
    display: none;
}

.politic.politicClicked{
    display: block;
}
.crime{
    display: none;
}

.crime.crimeClicked{
    display: block;
}
.rejseplanen{
    display: none;
}

.rejseplanen.rejseplanenClicked{
    display: block;
}
.dataBlad {
    display: none;
}
.dataBlad.dataBladClicked{
    display: block;
}
.chartBox{
    height: 400px;
    width: auto;
}

.politic h2{
    color: #EE5C47;
    padding-left: 15px;
}

.Nearby h2{
    color: #EE5C47;
    padding-left: 15px;
}
.crime h2 {
    color: #EE5C47;
    padding-left: 15px;
}
.rejseplanen h2{
    color: #EE5C47;
    padding-left: 15px;
}
dataBlad h2{
    color: #EE5C47;
    padding-left: 15px;
}
#stationer {
    height: 500px;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border: 5px solid orange;
    border-radius: 10px;
    overflow-y: auto;
}
.dataBlad {
    border: 1px solid black;
    border-radius: 10px;
    background-color: lightblue;
}