﻿/* Meine Styles
-------------------------------------------------- */
/* HS */

body {
  
  padding-top: 70px;
}

.carousel-inner > .item > img {
 
  min-width: 100%;
  height: auto;
}

@media (min-width: 768px) {

.navbar-inverse	{
	opacity: 0.6
}


}

@media (max-width: 767px) {


.navbar-inverse	{
	opacity: 1.0
}

.carousel {  
  margin-top: 50px; /*Holger*/
}

}

/*Kalender*/
.monthyear {
font-size: 10pt; 
font-family: arial, helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
color: #ffffff;
text-align: center;
background-color: #0a0b68;
}
.navigation {
background-color: #0a0b68;
}
.weekdayname {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
color: #c60000;
text-align: center;
background-color: #ffffcc;
}
.weekno {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
color: #c60000;
font-weight: bold;
text-align: center;
background-color: #ffffcc;
}
.dayprevm {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
color: #C0C0C0;
text-decoration: none;
text-align: center;
background-color: #ffffff;
}
.sundayprevm {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
color: #FFC0C0;
text-decoration: none;
text-align: center;
background-color: #ffffff;
}
.wochentag {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
color: #000099;
text-decoration: none;
text-align: center;
background-color: #ffffff;
}
.sonntag {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
color: #FF0000;
text-decoration: none;
text-align: center;
background-color: #9999cc;
}
.daynextm {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
color: #C0C0C0;
text-decoration: none;
text-align: center;
background-color: #ffffff;
}
.sundaynextm {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
color: #FFC0C0;
text-decoration: none;
text-align: center;
background-color: #ffffff;
}
.today {
font-size: 9pt; 
font-family: arial, helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
text-align: center;
color: #333366;
background-color: #f2c6b3;
}

 .seite {
	width: auto;	
	font-size: 90%;
    border: 1px solid #DDDDDD;
    background-color: #eeeeee;
    border-radius: 5px;
    	
    
}
 .card_old {
    width: 100%;
    min-height: unset;
    padding: 10px 30px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
}


 .card {
    width: auto;	
    border: 1px solid #DDDDDD;
    background-color: #eeeeee;
    border-radius: 5px;
}

    .card .icon i {
        font-size: 63px;
        color: #9a9a9a;
        width: 85px;
        height: 85px;
        line-height: 80px;
        text-align: center;
        border-radius: 50%;
        margin: 0 auto;
        margin-top: 20px;
    }

     .card.card-blue {
        border-color: #CCE7F5;
    }

        .card.card-blue .icon i {
            color: #00bbff;
        }

    .card.card-green {
        border-color: #BDF8C0;
    }

       .icon i {
            color: #3ABE41;
        }

    .card.card-orange {
        border-color: #FAD9CD;
    }

        .card.card-orange .icon i {
            color: #ff967f;
        }

    .card.card-red {
        border-color: #FFBFC3;
    }

      .card.card-red .icon i {
            color: #E01724;
        }

    .card_old h4 {
        font-weight: 300;
        font-size: 18px;
        margin: 30px 0 -15px;
    }

    .card_old p {
        font-size: 16px;
        line-height: 22px;
        color: #777;
    }

