@import url(https://fonts.googleapis.com/css?family=Raleway:400);
/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);
@import url(deineskischule.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/hlist.css);
@import url(../yaml/navigation/vlist.css);
@import url(../yaml/forms/gray-theme.css);

@import url(../yaml/screen/typography.css);
@import url(../yaml/screen/screen-FULLPAGE-layout.css);
@import url(../yaml/screen/forms.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print.css);



.backtotop {
    bottom: 10px;
    display: block;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 99999999;
}
.backtotop:before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 23px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 40px;
}
.backtotop.hidden {
    bottom: -100px;
}
.backtotop {
    background-color: #111;
    color: #999 !important;
    opacity: 0.5;
}
.backtotop:hover {
    color: #ffffff !important;
    opacity: 100 !important;
}

.fa {
	padding-right: 8px;
}

