@charset "utf-8";

/* 
CSS Document für die Standard-Elemente der Snowboardschule 
For more ideas/infos please, please see meine.css-file
*/

/*{box-sizing: border-box;}*/

body{
background-color: #dedede;
font-family: Verdana, sans-serif;
font-size: 1rem; /* entspricht 12px = 75% von 16px - 1rem*/
margin: 0;
overflow-y: scroll;
}

/* ************************************** */
#wrapper{
background-color: rgba(9,162,17,0.27);
width: 40rem;
/*height: 530px;*/
height: 50rem;	
margin: 3.125rem auto;
}

/* Ab 06.01.2023 **************************************** */
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* 
Color for all view windows like complete_list_single_m.php not functioning
.color_view{
background-color: bisque;
}
*/



/*
***********************************************************
footer is as class defined and will be uesed as <div class="footer"> in the diferrent modules
This is the art of using in w3-school. This way is better, because you can define another footer like footer2, if you want
*/
.footer {
  position: fixed;
  background-color: red;
  /*text-align: center;*/
  bottom: 0;
  /*height: 1.5rem;*/
  left: 0;
  right: 0
  padding: 0rem;
  margin: 0rem;
  width: 100%;
}


/* See meine.css for more over footer*/
}
