@charset "UTF-8";
body, td, th {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #435052;
}
a:link {
  color: #435052;
}
a:hover {
  color: #e30523;
}
#intro .col-xl-12 h1 {
    text-align: center;
    margin-top: -12%;
    color: #435052;
    margin-bottom: 5%;
    font-size: 150%;
    margin-left: 15%;
    margin-right: 15%;
}
#content p {
    margin-top: 4%;
    line-height: 180%;
}
div h3 {
  color: #435052;
  font-size: 130%;
}
#content a {
  text-decoration: underline;
}
.kontakt-design {
    width: 100%;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
#beispiele, #beispiele2, #beispiele3, #beispiele4 {
  margin-top: 3%;
  text-align: center;
}
#beispiele h2 {
  font-size: 150%;
  margin-top: 7%;
  color: #E30513;
}
#beispiele .img-fluid, #beispiele2 .img-fluid, #beispiele3 .img-fluid, #beispiele4 .img-fluid {
  margin-bottom: 3%;
  border: 1px solid #000000;
}
#footer {
  background-color: #D4DADF;
  margin-top: 3%;
  border-top: 1px solid #31363A;
  border-bottom: 1px solid #525151;
}
#footer ul {
  text-decoration: none;
  margin-top: 5%;
  list-style-type: none;
  text-indent: -22%;
  color: #435052;
}
#footer li a {
  color: #435052;
}
#footer p {
    margin-top: 5%;
    color: #435052;
}
#copy {
  margin-top: 1%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  font-size: 70%;
}
@media (max-device-width: 700px) {
#footer ul {
  text-indent: -2.5%;
}    
#footer p {
    margin-top: 5%;
    color: #435052;
    padding-left: 5%;
}
}
