.rot {
    color: #d10019;
  }
  a.btn.rot {
    border: solid #d10019 1px;
  }
  .orange {
    color: #ff8801;
  }
  a.btn.orange {
    border: solid #ff8801 1px;
  }
  .gelb {
    color: #ffea01;
  }
  a.btn.gelb {
    border: solid #ffea01 1px;
  }
  .gruen {
    color: #94d904;
  }
  .hr-section {
    border: none;
  }
  #home img.vc  {
    margin: 10px;
    border-radius: 5px;
    box-shadow: rgb(192, 192, 192) 0 0 30px;
  }
  #home .aktuelles {
    border: 1px solid lightgray;
    transform: rotate(358deg);
    background: radial-gradient(at 20% 20%, rgba(31, 31, 31, 0.7), #000000);
    color: rgba(255, 255, 255, 0.849);
  }
  @media screen and (max-width: 425px) {
    #home .aktuelles .date{
      padding-right: 0px !important;
    }
    #home .aktuelles p  {
      font-size: 80%;
    }
    #home .aktuelles h4, #home .aktuelles h5 {
      font-size: 90%;
    }
  }
  #home .aktuelles::before {
    content: "";
    background: #ff8801 radial-gradient(at 8px 8px, rgba(255,255,255,0), rgba(0,0,0,0.7));
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: calc(50% - 9px);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  }
  
  #home .aktuelles h4, #home .aktuelles h5, #home .aktuelles a {
    color: #ff8801;
  }
  #home .aktuelles .date h4, #home .aktuelles .date h5 {
    margin: 0 !important;
  }
  #home .aktuelles p {
    margin: 0;
    text-align: left;
  }
  #home #mainfooter {
    text-align: center;
    margin-top: -55px;
    font-size: 70%;
  }
  #home #mainfooter a, #home #mainfooter p {
    color: grey;
  }
  #boots4-story .hr-ornate {
    background-image: url(../img/divider-rot.png);
  }
  #service .hr-ornate {
    background-image: url(../img/divider-orange.png);
  }
  #portfolio .hr-ornate {
    background-image: url(../img/divider-gelb.png);
  }
  #contact .hr-ornate {
    background-image: url(../img/divider-gruen.png);
  }
  .lesung .accordion {
    text-align: left;
    box-shadow: none !important;
  } 
  
  .lesung .title, .lesung .active.title {
    background-color: #ffea01 !important;    
    color: #ffea01 !important;
    font-size: 150% !important;
    text-shadow: 0px 1px 0px #999,  0px 2px 0px #777, 0px 3px 0px #555, 0px 4px 0px #444, 0px 5px 7px #001135;
    padding-top: 0.5em !important ;
  }
  .lesung p {
    color: #000000;
    margin-bottom: 0.5rem;
  }
  .lesung p.small {
    font-size: 80%;
  }
  .publication p {
    text-align: left;
  }
  .publication img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  }
  .clickable {
    position: relative;
  }
  .clickable a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
  }
  .publication .clickable:hover {
    transform: scale(1.1);
  }
  .cv .clickable:hover {
    font-weight: bold;
  }
  .cv {
    border-left: 1px solid #d10019;
    padding-left: 30px !important;
  }
  .cv span {
    display: block;
    font-stretch: expanded;
    color: #d10019;
    letter-spacing: 3px;  
    margin-top: 30px;
  }
  .cv span::before {
    content: "";
    display: inline-block;
    margin-left: -35px;
    margin-right: 24px;
    width: 10px;
    height: 10px;
    background-color: #d10019;
    border-radius: 2px;
    transform: rotate(45deg);
  }
  .cv p {
    margin-right: 10px;
  }
  
  #fun-facts .card {
    background-size:cover; 
    border: none;
  }
  #fun-facts .card, #fun-facts .card h5 {
    color: white;
  }
  #fun-facts .card.red {
    background-image:url(../img/mj\ uhr.png) !important; 
    background-position-x: center;
  }
  #fun-facts .card.orange {
    background-image:url(../img/mj\ kalender.png) !important; 
    background-position-x: center;
  }
  #fun-facts .card.gelb {
    background-image:url(../img/mj\ tee.png) !important; 
    background-position-x: center;
  }
  #impressum {
    background-image: url(../img/bg\ body.png);
    background-color: #d10019;
  }
  #impressum #maincontent {
    background-color: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 50px;
  }
  #impressum h2 {
    color: #1f1641;
    font-size: 150%  
  }
  #impressum em {
    font-weight: bold;
    font-style: normal;
    font-size: 120%;
  }
  #impressum a {
    color: #d10019;
  }
  #impressum blockquote {
    padding-left: 20px;
  }
  #impressum #nav {
    background-color: #d10019;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    margin: -40px -20px 0 0;
    padding: 12px;
    float: right;
  }
  #impressum #nav a {
    color: white;
  }
  