.txtueberschrift1{
    text-shadow: 2px 2px 3px black;
    color: white;
    font-size: 40px;
}
.yootheme-panel{
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    width: 500px;
    text-align: center;
}
/* Circle background for the character */
.yootheme-panel .circle {
    background-color: #9BC60D;
    color: white;
    font-size: 36px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
    padding: 10px;
}
#neuroathletik:hover {
    transition-duration: 2s;
    margin-top: -30px;
}
#neuroathletik {
    transition-duration: 2s;
    margin-top: 0px;
}
#fitness:hover {
    transition-duration: 2s;
    margin-top: -30px;
}
#fitness {
    transition-duration: 2s;
    margin-top: 0px;
}
video.Fitnessvideo {
    float: right;
    padding-top: 30px;
    padding-left: 20px;
}
p.copyright {
    font-size: 14px;
}
.hpbcontactfloat-phone a {
    font-weight: 900 !important;
    color: #BE0508 !important;
}
.hpbcontactfloat-link a {
    font-weight: 900 !important;
    color: #BE0508 !important;
}
.hpbcontactfloat-address a {
    font-weight: 900 !important;
    color: #BE0508 !important;
}
.Telefonvertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 20px;
    margin-top: 65px;
    margin-left: 165px;
    font-weight: 900;
    font-size: 20px;
	background-image: url(https://sportschule-ginkgo.designagency-oberstdorf-dev2.de/images/Kontaktformular/test4.svg);
    background-repeat: no-repeat;
}
.mysvg {
    margin-top: -200px;
    margin-bottom: -800px;
}
p.copyright {
    text-align: center;
}
div#Herzlich\ Willkommen {
    margin-top: -150px !important;
}
button.hpbcontactfloat-button {
    margin-top: 30px;
    background: #B20040;
}
#imgtop___start {
    margin-top: -50px;
    z-index: 3;
    position: relative;
}
/*smooth background Top Image*/
.border-top-smooth {
    position: relative;
    overflow: visible;
    background: #BFF45A;
}

/* Smooth fade from WHITE → #95C907 at the TOP */
.border-top-smooth::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(
        to bottom,
        white 0%,
        #BFF45A 100%
    );
    pointer-events: none;
    z-index: 0;
}
/* Bottom smooth: WHITE → #95C907 */
.border-bottom-smooth::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(
        to top,
        white 0%,
        #BFF45A 100%
    );
    pointer-events: none;
    z-index: 0;
}
.uk-navbar-dropdown {
    width: 300px !important;
}















@media(max-width: 960px){
h3#kontakt {
    padding-top: 100px !important;
}
p.copyright {
    text-align: center;
}
#fitness {
    margin-left: auto;
    margin-right: auto;
}
#neuroathletik {
    margin-left: auto;
    margin-right: auto;
}
div#sword img {
    height: 150px;
    width: 250px;
}
div#txtsportschule{
    margin-top: 70px !important;
}
div#Herzlich\ Willkommen {
    margin-top: -250px !important;
}
}
@media(max-width: 768px){
div#Taiji\/Taijiquan {
    margin-top: -150px;
}
}
@media(max-width: 640px){
div#txtsportschule span{
    font-size: 40px !important;
}
div#sword img {
    width: 100px;
    height: 120px;
    margin-top: 30px;
}
div#txtsportschule{
    margin-top: 120px !important;
}
h3#kontakt {
    padding-top: 150px !important;
}
}
@media(max-width: 540px){
div#txtsportschule span{
    font-size: 40px !important;
}
div#sword img {
    width: 100px;
    height: 120px;
}
div#txtsportschule{
    margin-top: 120px !important;
}
div#sword {
    margin-top: 50px !important;
}
div#fitness {
    width: 80%;
}
div#neuroathletik {
    width: 80%;
}
}