.btn-primary {
  background-color:grey !important;
}
.btn-primary:hover {
  background-color:black !important;
}

.btn:hover {
}

.items-row {
  margin-bottom: 50px;
}

@media only screen and (min-width: 720px) {
 .zweispaltig {
   width: 100%; 
   column-count: 2; 
 }
}
.dreispaltig {
  width: 100%; 
  column-count: 3; 
}
#toprow {
  width:80%;
  margin:auto;
}
.moduletable_titel {
  position: relative !important;
}

h3.tck-module-title {  
  font-size: 65px;
  font-weight: 700;
  opacity: 0.8;
  display: block;
  position: absolute;
  float: right;
  margin-left: 10%;
  color: #ffffff;
  bottom: 0px;
}

#footer a {
  color: #dddddd;
}

#footer a:hover {
  text-decoration:none;
  color: #ffffff;
  border-bottom: 10px solid #d40000;
}