@charset'UTF-8';
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html{
    background-color:;
   
   
    padding-bottom: 6em;
    padding-top: em
}
 @body{
   
}
#botton{
    background-color: whitesmoke;
    color: orangered;
    margin-top: em;
    margin-bottom: em;
    padding-top:;
    padding-bottom: em
}
/*

---------------------
    Common
---------------------

*/



*{
    font-family: 'Open Sans', sans-serif;
    
}



    
}

#navtext{
    font-size: 8px;
    color: orangered;
   
}

.navbar-default{
    background-color: yellow;   
}

.container{
    margin-top: 10px;
    margin-bottom: 10px;
        
}
h3{
    text-align: center;
    margin-bottom: 10px;
}


#footer{
 
/*   position:fixed;*/
	
	bottom: 0;
	width: 100%;

	margin-top: ;
    margin-bottom: 0;
    padding-bottom:0em;
    padding-top: 0;
}

.scroll{
    margin-bottom: 10em;
   
}

.text-muted{
    color: white;
}
/*
---------------------
    Table Calendar
---------------------
*/
table.calendar{
    table-layout: fixed;
}
/*head*/
table.calendar>thead>tr.cal_head>th{
    background-color:orange;
    height: 100%;
    text-align: center;
    vertical-align:middle;
    border: none;
    font-size: 26px;
    color:white;
}
a.errow{
    color: white;
}
a.errow:hover{
    color:black;
    text-decoration: none;
}
table.calendar>thead>tr.week_head>th{
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
/*body*/
table.calendar>tbody>tr>td{
    height: 50px;
    width: 50px;
   
}
table.calendar>tbody>tr>td>a{
    text-decoration: none;
    color: black;
    display:block;
    height: 100%;
    width: 100%;
}
/*Tip*/
div.tips{
    margin-top: 10px;
    
}
span.tip{
    color: aquamarine;
    padding-left: 1px;
    display:inline-block; 
}
/*today*/
td.today{
    background-color: antiquewhite;
}
td.today>a>div.tips>span.tip{
    color: blueviolet;
}
.form-control{
    color: beige;
        
    
}

#rahmen{
    border-style: solid;
    border-color: gray;
    border-radius: 5px;
    border-width: 1px;
   
    text-align: center;
}
.card{
    font-size: 10px;
    text-align: center;
    
}

#na1{
    color: ff8c00;
    font-size: 10px;
    margin-bottom: 2em;
    
}

#zeit{
    font-size: 8px;
    padding-top: 20px;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

