
#map{
	height: 100%;
	display:none;
}

#content{
	margin: 10px;
	display:none;
}

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

button{
	height: 25%;
	width: 25%;
	font-size: 36px;
	text-align: center
}

#intro, #brondby{
	font-size: 50px;
	text-align: center;
}

body
{
    background-color: #EEEEEE ! important;
    font-family: "Verdana";
}


.buttonIndex{
    background-color: #0F5896;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 90px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
}

.buttonIndex2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.barRox{
    margin-top: 20px;
    background-color: #0F5896;
    min-height: 5vh;
    text-align: center;
    color: white;
    font-size: 3vmin;
    width:75%;
    margin: 0 auto;
    
}

.containerRox{
    margin: 0px auto;
    min-height: auto 20px;
    text-align: center;
    width: 75%;
    box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.37);
    background-color: #F9F9F9;
    font-size: 3vmin;
    color: #0F5896;
}

button.accordion{
	padding-top: 10px;
    min-height: 5vh;
    text-align: center;
    color: #0F5896;
    text-align: center;
    font-size: 5vh;
    width:95%;
    margin: 0 auto;
}

table {
    width:100%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	text-align: center;
}
th, td {
    padding: 15px;
}
table tr:nth-child(even) {
    background-color: #F9F9F9;
}
table tr:nth-child(odd) {
	background-color: #EEEEEE;
}
table th {
    background-color: #0F5896;
    color: white;
}

i:hover{
  text-shadow: 2px 2px 10px #b0b0b0;
    cursor: pointer;
    transition: transform .3s;
    transform: scale(1.2);
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 0;
}

.accordion {
    background-color: #F9F9F9;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: #F9F9F9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: "\0FF0B"; /* Unicode character for "plus" sign (+) */
    font-size: 5vh;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\0FF0D"; /* Unicode character for "minus" sign (-) */
}

.popup{
    
    display: none;
    box-shadow: 0px 3px 8px 0px rgba(15, 88, 150, 0.60);
    min-height: 15vh;
    margin: 0px auto;
    margin-top: 5vmin;
    
    
}
.popup .header{
    background-color: #0F5896;
    display: block;
    margin: 0px auto;
    width: 100%;
    color: white;
    font-family: "Verdana";
}

.remove-all-margin-padding{
margin:0 ! important;
padding:0 ! important;
}

.changedContainer{
    width: 50% ! important;
    padding-right: 0 ! important;
    padding-left: 0 ! important;
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
    font-size: 1vmax;
    margin:3px;
}

img {
    width: 25%;
    height: auto;
}

h3 {
    padding: 0px;
    margin:0px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #EEEEEE;
    margin: auto;
    padding-bottom: 10px;
    
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-title{
    font-size: 1.5vmax;
    
    text-align: center;
    padding: 10px 16px;
    
    background-color: #0F5896;
    color: white;
    
    
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-100px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 1vw;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    
    padding: 10px 16px;
    
    background-color: #0F5896;
    color: white;
}

.modal-body {
font-size: 1.5vmax;
text-align: center;   
padding: 1px 16px;
}