body {
background-color: #F7F7F7; 
text-align:center; 
align:center;
color: black; 
font-family:comic sans ms, arial; 
text-align:center;font-size:1vw;
}

iframe.kaart {
width: 45vw;
height: 28vw;
max-height: 28vw; 
}

hr.kort {
width: 5vw;
}

img.logo {
display: block;
width: auto;
height: 30vw;
max-height: 30vw; 
margin: auto; 
padding: 0;
}

.text {
width: auto;
/* height: 45vw; */ 
/* max-height: 45vw; */
}

.footer {
height: 5vw;
max-height: 5vw; 
}

.slideshow {
width: 65vw;
height: 20vw;
max-height: 20vw;
box-sizing: border-box;
position: relative;
}

.slideshow img {
position:absolute;
animation:slideshow 30s infinite;
opacity:0;
width: auto;
height: 20vw;
max-height: 20vw; 
}

@keyframes slideshow {
25%{opacity:1;
}
45%{
opacity:0;
}
}

.slideshow img:nth-child(6){animation-delay:0s;}
.slideshow img:nth-child(5){animation-delay:5s;}
.slideshow img:nth-child(4){animation-delay:10s;}
.slideshow img:nth-child(3){animation-delay:15s;}
.slideshow img:nth-child(2){animation-delay:20s;}
.slideshow img:nth-child(1){animation-delay:25s;}