@charset "utf-8";
.navbar-nav.mr-auto .nav-item.dropdown .dropdown-menu {
    background-color: #6D2B44;
}
.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
    background-color: #6D2B44;
}
.sponsorlogo {
    width: 150px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}
body div {
    align-content: center;


}

.heart {
    margin-top: -308px;
    margin-right: auto;
    margin-left: auto;
    position: static;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    background: #f00;
    animation: beat 2.5s ease 0s infinite;
    z-index: 5555;	
}

.heart span {
    font-size: 120%;
    color: white;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.heart:before, .heart:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color: #b00;
  border-radius: inherit;}

.heart:before {
  z-index: -2;
  animation: beat-before 1.5s ease-out 200ms infinite;
href: chorprobe.html;
color: white}
  
.heart:after {
  z-index: -1;
  animation: beat-after 1.5s ease-out 400ms infinite;}

@keyframes beat {
  0% { transform: scale(1);}
  50% { transform: scale(1.5);}}

@keyframes beat-before {
  0% { transform: scale(1);}
  50% { transform: scale(0.8);}}

@keyframes beat-after {
  0% { transform: scale(1);  }
  50% { transform: scale(1.6);}}



@media (min-width:1200px){
.navbar.navbar-expand-lg.navbar-light.bg-color {
    background-color: hsla(337,43%,30%,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.navbar.navbar-expand-lg.navbar-light.bg-color .navbar-toggler {
    background-color: hsla(0,0%,89%,1.00);
}
.navbar-nav.mr-auto .nav-item .nav-link {
    color: hsla(0,0%,89%,1.00);
}
.carousel-item.active .carousel-caption h5 {
    font-size: 300%;
    text-shadow: 0px 0px 15px hsla(0,0%,13%,1.00);
}
.carousel-item .carousel-caption p {
    font-size: 221%;
    text-shadow: 0px 0px 15px hsla(0,0%,13%,1.00);
}
#rot {
    text-shadow: 50px 45px 159px #FFFFFF;
    color: #FF0004;
}
#kleinrot {
    text-shadow: 0px 0px 0px;
    color: #FF0206;
}
body main {
    width: 70%;
    margin-left: 15%;
}
body img {
    z-index: 5000;
    width: 100%;
    height: auto;
    margin-right: 39px;
}
body main div {
    width: 24%;
    float: right;
    margin-top: -73px;
    margin-right: 2px;
}
body main h1 {
    margin-top: 61px;
    margin-bottom: 16px;
    width: 86%;
    clear: left;
}
body main h2 {
    font-size: 151%;
    line-height: 170%;
}
body main p {
    font-size: 125%;
    line-height: 192%;
}
body footer {
    background-color: hsla(337,43%,30%,1.00);
    color: hsla(0,0%,89%,1.00);
    height: 170px;
    margin-top: 79px;
}
body footer ul {
    list-style-type: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
footer ul li {
    float: left;
    text-align: left;
    margin-top: 20px;
}
.footerfirstli {
    width: 22%;
    margin-left: 15%;
}
.footersecondli {
    width: 30%;
    margin-left: 7%;
}
.footerthirdli {
    width: 15%;
    margin-left: 4%;
}
#navbarSupportedContent1 .navbar-nav.mr-auto .nav-item.dropdown {
    background-color: #6D2B44;
}
.footerthirdli a {
    color: #FFFFFF;
    text-decoration: none;
}











}
