
/* 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);

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}


.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;
}

