.bg-pages{
    
    background-image: linear-gradient(to bottom, rgba(0, 153, 204,0.7) 0%,rgba(255,255,255,0.2) 100%), url() !important;

}

.impressum{

    width: 100%;
    height: 300px;
    
}
.card1{
    width: 25%;
    min-width: 300px;

}

/* the data list css in view list*/
dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
dl dd {
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 16px;
  border-bottom:dotted 1px #868686;
  min-height: 20px;
}
a:link {
  color:#003cb3;
}

a:hover {
  color: red;
}

