@charset "utf-8";
/* CSS b2b */
body {
 
  padding-bottom: 40px;
 padding-top:5rem;
 
}


a {color: rgb(251,188,51);}
a:hover {
    text-decoration: underline;
    color: rgba(220,152,4,1.00);
}
/*
        FARBEN -- für jede Gruppe in TB_GRUPPEN muss eine farbe definiert sein, Zeile GR_ID
*/
.bg-kinder {
    background-color: rgb(251,188,51);
}
.bg-gruen, .bg-green {
	background-color:#3fa535;
	}
.bg-blau, .bg-blue {
	background-color:#0076b9;
	}
.bg-rot, .bg-red {
	background-color:#e3051b;
	}
.bg-schwarz, .bg-black {
	background-color:#000;
	}
.bg-orange, .bg-freeride, .bg-freestyle, .bg-race {
	background-color:#f59c08;
	}


.bg-l0,.bg-l1, .bg-l2, .bg-l3, .bg-l4 {
	background-color:#3fa535;
	}
.bg-mobi {
    background-color:#fff566;
}

.text-gruen, .text-green {
	color:#3fa535;
	}
.text-blau, .text-blue {
	color:#0076b9;
	}
.text-rot, .text-red {
	color:#e3051b;
	}
.text-schwarz, .text-black {
	color:#000;
	}
.text-orange, .text-freeride, .text-freestyle, .text-race {
	color:#f59c08;
	}
.text-l0, .text-l1, .text-l2, .text-l3, .text-l4 {
	color:#3fa535;
	}
.text-mobi {
    color:#fff566;
}


.btn-blau, .btn-blue {
    color: #fff;
    background-color: #0076b9;
    border-color: #0076b9;
}
.btn-gruen,  .btn-green {
    color: #fff;
    background-color: #3fa535;
    border-color:#3fa535;
}
.btn-rot,  .btn-red {
    color: #fff;
    background-color: #e3051b;
    border-color:#e3051b;
}
.btn-schwarz,  .btn-black {
    color: #fff;
    background-color: #000;
    border-color:#000;
}
.btn-orange, .btn-freeride, .btn-freestyle, .btn-race {
    color: #fff;
    background-color: #f59c08;
    border-color:#f59c08;
}
.btn-l0, .btn-l1, .btn-l2, .btn-l3, .btn-l4 {
/*	background-color:#F4D215;
    color: #252525;
    border-color:#F4D215;*/
    color: #fff;
    background-color: #3fa535;
    border-color:#3fa535;
    
	}
.btn-mobi {
    
    background-color: #fff566;
    border-color:#fff566;
}
.btn-kinder {
    color: #fff;
    background-color: rgb(251,188,51);
    border-color: rgb(251,188,51);
}

/*        INDEX             */    
.index-header{
    position: relative;
   /* margin-bottom:1.5rem;*/
     /*fixe-top*/
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 998;
}
.bereich-titel {
    text-transform: uppercase;
    color: darkgrey;
    font-size: 6rem;
}
.bereich-untertitel h2 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.8rem;
    padding-top:1.3rem;
    padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
    .bereich-untertitel h2{
    font-size: 1rem !important;
        padding-top:1.5rem;
        padding-bottom: 1rem;
}
}

.mobi-links {
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.3rem;
}
.mobi-card::before {
        display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: 0.5rem;
    -webkit-font-smoothing: antialiased;
     font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f522";
}


.gruen-ski-img { max-height: 18px;}

.snowkids-badge {
   background-image: url("../images/logo_snowkids-badge.png");
background-repeat: no-repeat;
background-size: contain;
position: absolute;
right: 0px;
top: 11px;
padding: 10px;
height: 70px;
width: 126px;
background-color: #FFF;
}

.shown {
	background-color:#FF9;}

.menubar {
   padding-top: 1rem;
margin-bottom: 2rem;
padding-bottom: .5rem;
    background-color: #FFF;
    
    /*fixe-top*/
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 998;
    
}

.contentmenu {
	margin:5px 0px 15px 0px; 
	display:block;}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.fullversionpad {
    position: absolute;display: inline-block;
    top: 10px;
    right: 10px;
    font-size: 75%;
    line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
    padding: .25em .4em;
    border-radius: .25rem;
    background-color: #B800C3;
    color: #FFF;
    z-index: 10;
}





/*
 * Base structure default dashboard
 */


.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar für backoffice
 */



.cls_contentis, .cls_kernueb {
    font-weight: bold;
}


/* Hide for mobile, show later */


  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }


/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li  {
  margin:4px 0px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
  display:block;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

#logout {position: fixed;
bottom:0px;
left: 0px; 
}



.phasendiv-zone > p {
    font-size: 2rem;
position: relative;
top: 26px;
    opacity: 0.3;
}
@media (max-width: 767.98px) { 
    .phasendiv-zone > p {
    font-size: 1.3rem;
        position: relative;
        top: 23px;
        opacity: 0.3;
}
}


.div-muted {
        color: #b3bbd2;
    }
