.content-toplink {
    width:40px;
    height:40px;
    bottom:6rem;
    right:2rem;
    position:fixed;
    display:none;
    background:#393939 url("../../../../files/sn/grafik/button-nach-oben.svg") center center no-repeat;
    border:1px solid #393939;
    border-radius:50px;
    text-indent:-9999px;
    background-size: 25px auto;
    z-index:10;
}
.content-toplink.show {
    display:block;
}
.content-toplink.show:hover {
    background-color:rgba(57,57,57,.8);
}
.content-toplink a {
    width:50px;
    height:50px;
    display:block;
}
footer {
    width:100%;
    height:auto;
    overflow:visible;
    margin-top:60px;
    background-color:#FAD405;
}
footer .inside {
    width:100%;
    max-width:1161px;
    overflow:visible;
    display:table;
    margin-right:auto;
    margin-left:auto;
    padding-top:30px;
    padding-bottom:30px;
}
footer .inside::after {
    width:204px;
    height:35px;
    left:8px;
    top:-35px;
    position:absolute;
    display:block;
    background-image:url("../../../../files/sn/grafik/dreieck_oben.svg");
    background-position:center bottom;
    background-repeat:no-repeat;
    content:"";
    background-size: 204px 35px;
}
footer a {
    text-decoration:none;
    color:#393939;
}
footer .logo {
    width:22.22%;
    display:table-cell;
    padding-right:8px;
    padding-left:8px;
    vertical-align:top;
}
footer .logo figure {
    max-width:210px;
}
footer .kontaktdaten {
    width:33.34%;
    position:relative;
    display:table-cell;
    padding-right:8px;
    padding-left:8px;
    vertical-align:top;
}
footer .kontaktdaten::after {
    width:100px;
    height:140px;
    left:280px;
    top:0;
    position:absolute;
    background-image:url("../../../../files/sn/grafik/kreise-nuernberg.svg");
    background-position:center center;
    background-repeat:no-repeat;
    content:"";
    background-size: 100% auto;
}
.fuerth footer .kontaktdaten::after {
    background-image:url("../../../../files/sn/grafik/kreise-fuerth.svg");
}
footer nav {
    width:22.22%;
    display:table-cell;
    padding-right:8px;
    padding-left:8px;
    border-right:1px solid #393939;
    border-left:1px solid #393939;
}
footer nav ul {
    margin-right:5%;
    margin-left:5%;
}
footer nav ul li {
    padding-bottom:5px;
    padding-left:20px;
}
footer nav ul li a {
    font-family:Lato-Bold;
}
footer .tripadvisor {
    bottom:30px;
    right:30px;
    position:absolute;
}
.youtube {
    width:40px;
    right: -21px!important;
}
footer .social-icons {
    bottom:30px;
    right:80px;
    position:absolute;
}
footer .social-icons li {
    width:40px;
    height:40px;
    margin-left:10px;
}