:root{--bg-1:#d2d2d2;--bg-2:#ccc;--bg-3:#efefef;--main:#fff;--font:#737373;--cont:#92c587}html{background:radial-gradient(var(--bg-2) 5%,var(--bg-1) 55%,var(--bg-3) 98%) repeat scroll 0 0 rgba(0,0,0,0);font:400 1.3em/1.3em "Open Sans",Helvetica,"Helvetica Neue",Arial,sans-serif;color:var(--font);hyphens:auto}body{margin:0 auto;padding:0 1rem;max-width:768px}header,footer,section{padding:2rem 0;position:relative;clear:both}small{margin:1rem 0;display:block;line-height:1rem}.strong{font-weight:400;font-size:larger;margin-bottom:3rem}::selection{background:var(--cont);color:var(--main)}#sprecher-kontakt img{width:10rem;height:10rem;border-radius:50%;float:left;margin-right:3rem;position:relative;top:-3rem}address{hyphens:none;font-size:larger}a{color:var(--main);text-decoration:none}a:hover{transition:all .3s ease-in-out;color:var(--cont);border-color:transparent transparent transparent #92c587}h1{font-size:3em;margin:7rem 0 0 0;hyphens:none;color:var(--main)}h1 em{font-weight:300;font-size:.8em;line-height:1.3em;letter-spacing:.1rem;font-style:italic;position:relative;left:14rem}h2{margin:3.5rem 0 1rem 0;hyphens:none;color:var(--main)}#soundbars{position:absolute;top:10.5rem;left:23rem;width:60px}.soundbar{background:var(--cont);display:block;bottom:0;width:9px;height:0;position:absolute;animation:soundbar 1.7s infinite ease-in-out}.soundbar:nth-child(2){left:11px;animation-delay:.2s}.soundbar:nth-child(3){left:22px;animation-delay:.4s}.soundbar:nth-child(4){left:33px;animation-delay:.6s}.soundbar:nth-child(5){left:44px;animation-delay:.8s}.soundbar:nth-child(6){left:55px;animation-delay:1.0s}@keyframes soundbar{0%{height:0;transform:translateY(0px)}25%{height:80px;transform:translateY(40px)}50%{height:20px;transform:translateY(10px)}100%{height:0;transform:translateY(0px)}}.play{float:right;box-sizing:border-box;height:24px;width:24px;border-style:solid;border-width:12px 0 12px 24px;border-color:transparent transparent transparent var(--main);cursor:pointer;margin:0 1rem 1rem 1rem}.play.pauseplay{border-style:double;border-width:0 0 0 24px}@media screen and (max-width:767px){header{padding-bottom:0}h1{font-size:2em;margin-top:2rem}h1 em{left:9rem}#soundbars{top:5.7rem;left:16rem}}@media screen and (max-width:550px){#soundbars{display:none}}