@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body { font-family: 'Poppins', sans-serif; background-color: #FFFFFF; }
h1, h2 { color: #000000; font-weight: 700 }
h1 { font-size: 35px; }
h2 { font-size: 30px; }

a {
    color:#ec022e;
}
strong {
    font-weight:700 !important;


}
header { background-color: #2C2F61 }
header img {  display: inline-block; max-width: 205px;  margin-top:10px; margin-bottom:10px; }
footer { height: 75px; background-color: rgb(109,123,134); }
iframe { border: none; width: 100%; height: 800px;  overflow:hidden; }
div { font-weight: 300; color: #000; }
.intro p { font-size: 18px; }
.skyline { background-image: url('img/Skyline.svg'); background-color: rgb(211,218,223); background-repeat: repeat-x; background-size: contain; }
.unge { max-height: 180px; }
.helper { height: 100%; }
.no-margin { margin-left: -15px; margin-right: -15px; }
img.midt { right: 145px; top: -24px; }
img.logo { max-height: 100px; }


.list-group-item {
    background: #EEE;
}
@media (max-width: 576px){ h1 { font-size: 40px; } h2 { font-size: 25px; } .intro p { font-size: 16px; } p { font-size: 14px; } iframe { height: 500px; } footer { height: 30px; } }
@media (min-width: 576px){ iframe { height: 600px; } footer { height: 45px; } }
@media (min-width: 768px){ iframe { height: 950px; } footer { height: 60px; } }
@media (min-width: 992px){ .shield { max-height: 65px; } }
@media (min-width: 1200px){ .shield { max-height: 125px; } }
