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;}
ul li a:visited {
color: #595959;
}
ul li a:hover {
color: blue;
}
header.ft-rubrik {
color: white;
background-color: #5878c1;
padding-bottom: 20px;
padding-top: 20px;
}
footer.ft-fot {
background-color: #e6e6e6;
padding-top: 30px;
padding-bottom: 30px;
}
.parent {
display: flex;
line-height: 150%;
}
.child {
flex: 1; /* Each child will take equal space */
}
#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;
}

@media only screen and (max-width: 600px) {
p {line-height: 150%; font-size: 16px;}  
img.ft-logo {
max-width: 60px;
height: auto;
}
ul {list-style-type: none;
text-align: center;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
ul li a {
  display: block;
  color: black;
  padding: 4px 10px;
  text-decoration: none;
  font-weight: bold;
}
img.ft-hor {
display:block;
margin:auto;
max-width: 280px;
height:auto;
}
}  


@media only screen and (min-width: 601px) {  
p {margin-left:75px; margin-right: 75px; line-height: 150%; font-size: 16px;}
ul {list-style-type: none;
text-align: center;
display: flex;
justify-content: center;
}
ul li a {
  display: block;
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: bold;
}
img.ft-logo {
max-width: 70px;
height: auto;
}
img.ft-hor {
display:block;
margin:auto;
max-width: 380px;
height:auto;
}
div.child.left {margin-left:75px;}
} 

@media only screen and (min-width: 1200px) {  
p {margin-left:150px; margin-right: 150px; line-height: 150%; font-size: 16px;}
ul {list-style-type: none;
text-align: center;
display: flex;
justify-content: center;
}
ul li a {
  display: block;
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
}
img.ft-logo {
max-width: 80px;
height: auto;
}
img.ft-hor {
display:block;
margin:auto;
max-width: 480px;
height: auto;
}
div.child.left {margin-left:150px;}
}  
