.space100{
    margin-top: 100px; 
} 

.logofooter{
    margin-bottom: 25px;
}

@media(min-width:720px){
    .ruck{
        margin-left: 60px;
        margin-top: 25px;
    }
    .ruck>h4{
        margin-bottom: 15px;
    }

    body{
        font-size: 16px;
    }
}

.joblinks{
  font-size: 26px;
}

/* responsive Images */
.imgrow {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
  }
  
  /* Create four equal columns that sits next to each other */
  .imgcolumn {
    flex: 25%;
    max-width: 25%;
    padding: 10px 10px;
  }
  
  .imgcolumn img {
    margin-top: 8px;
    vertical-align: middle;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .imgcolumn {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .imgcolumn {
      flex: 100%;
      max-width: 100%;
    }
  }
/* responsive Images */

/* Kontaktdetails */
.kontaktname{
  padding-top: 10px;
  margin-bottom: 5px;
}

a.kontaktnamelink{
  padding: 0 0.75rem;
}

.kontaktposition{
  font-size: 10pt;
  padding: 0 0.75rem;
}
  
.kontakticon{
  margin-right: 5px;
}
 

/* Kontaktdetails */