body {font-family:Arial, Helvetica, "Liberation Sans", sans-serif;
h1 {text-align: center; font-size: 40px; margin-bottom: 50px}
h2 {text-align: center; font-size: 36px}
h3 {text-align: center; font-size: 22px}
p {margin-left:150px; margin-right: 150px; line-height: 200%; font-size: 16px}
ul {list-style-type: none;
text-align: center;
display: flex;
justify-content: center;
flex-wrap: wrap
}
ul li a {
  display: block;
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold
}
ul li a:hover {
color: blue
}
header.ft-rubrik {
color: white;
background-color: #5878c1;
padding-bottom: 20px;
padding-top: 20px
}
img.ft-hor {
display:block;
margin:auto;
max-width: 480px;
height: auto
}
img.ft-logo {
width: 80px;
height: auto
}
footer.ft-fot {
background-color: #e6e6e6;
padding-top: 30px;
padding-bottom: 30px;
clear: left;
}
.parent {
display: flex;
line-height: 150%;
}
.child {
flex: 1; /* Each child will take equal space */
}
div.child.left {
margin-left:150px
}
#flex-container {
   display:flex;
   flex-direction:column;

   /* fallback height */
   min-height:100vh;

   /* new small viewport height for modern browsers */
   min-height:100svh;
}
#flex-container > footer {
   margin-top:auto;
}

/* Telefoner*/

@media (max-width: 600px) {  
p {
margin-left:0px;
margin-right: 0px
}
img.ft-hor {
max-width: 280px;
height:auto
}
img.ft-logo {
width: 60px;
height: auto
}
ul li a {
  padding: 4px 10px
}
div.child.left {
margin-left:0px
} 
