/* fahne.css */
.flag{width:108px;height:62px;top:.5em;position:absolute;margin:auto;animation: oscill 0.5s ease-in-out infinite alternate;animation-delay: 1s;opacity: 1;transition: opacity 0.3s;left: calc(5% + 31em)}#header.header-alt .flag{opacity: 0;transition: opacity 0.3s}.flag-element{width:1px;height:100%;max-width:100%;position:relative;display:inline-block;animation: oscill 0.5s ease-in-out infinite alternate;background: url('http://segelclub-kyffhaeuser.de/files/segelclub_kyffhaeuser/images/fahne-freistell-test-klein.png');background-size: 108px 62px;outline: 1px solid rgba(255, 255, 255, 0)}@-webkit-keyframes oscill{100% {    transform: translateY(5%);  }}@-moz-keyframes oscill{100% {    transform: translateY(5%) rotate(0.01deg);  }}@-ms-keyframes oscill{100% {    transform: translateY(5%);  }}@keyframes oscill{100% {    transform: translateY(5%) rotate(0.01deg);  }}