/* LOGIN */
/* STARTPAGE */

/* MEDIA-QUERIES */


/* *** LOGIN *** */
.login-form {
	width: 280px;
	margin: 50px auto;
    box-shadow: 7px 8px 6px #aaa;
}

.login-form form {
	margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 28px 22px 22px 22px;
}

.login-form h2 {
    margin: 0 0 15px;    
}

.login-form a {
	color: black;
}

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
    width: 240px;
}

.btn {        
    font-size: 15px;
    font-weight: bold;
    color: #333;
    background-color: #5ed27f;
}

.btn:hover, .btn:active, .btn:visited, .btn:focus, .btn:link {
	background-color: #0e8f33;
	color: black;
}

.btn-primary {
    /*background-color: #c3c3c3 !important;*/
    color: #333;        
    background-color: #0e8f33;
    border-color: #0e8f33;
}

#loginMessage {
    text-align: center;
    top: 50px;
    position: relative;
    color: #444;        
}

#loginMessage span {
    font-size: 20px;
    margin-right: 15px;
    top: 5px;
}

#loginMessage a {
    color: black;
}

.labelStayLogin {
    float: left;
    font-size: 15px;
    width: 20px;
}

.cbLoggedIn {
    margin-right: 2px !important;
}

.forgetPasswordLink {
    /*float: left;*/
    font-size: 14px;
    display: block;
 /*   margin-top: 8px;
    margin-right: 10px;*/
}

.newOrResetLink {
    /*float: right;*/
    margin-top: 10px;
    position: absolute;
}


/* *** STARTPAGE *** */
#containerStartpage {
    max-width: 1024px;
    /*border: 1px solid #ccc;*/
    min-height: 100px;
    margin: 0 auto;
}

#containerTermine, #containerPflanzenkunde, #containerImpressionen, #containerEreignisse {
    /*background-color: red;*/
    padding-bottom: 35px;
    margin-bottom: 25px;
}

.headerTheme {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.imageStartpage {
    width: 350px;
    margin: 0 auto;
    display: block;
}

#containerThemeDesc {
    margin-top: 60px;
    height: 240px;
    padding: 10px 25px 5px 0px;
}

.linkToThemes {
    cursor: pointer;
}

.textInformationen {
    font-size: 1.2em;
}

/* der Weiter-Button in der Kachel */
.cardButton {
    position: absolute;
    bottom: 0px;

    font-size: 1.2em;    
    background-color: #54ad46;
    color: #333;

    border: 1px solid #666;
    border-radius: 5px;

    padding: 12px 8px 8px 8px;
/*    margin-top: 8px;
    margin-left: 50px; */
    width: 185px;

    text-align: center; 
}


#containerAppointments {
    color: #333;
}

.labelMainDate {
    width: 115px;
}

.labelMainTitle {
    margin-left: 12px;    
}

/* ***** MEDIA-QUERIES ***** */


@media only screen and (max-width: 480px) {


/* *** LOGIN *** */

    .forgetPasswordLink {
        margin-top: 3px;        
    }


/* *** LOGOUT *** */

    #loginMessage h4 {
        font-size: 16px;
    }


/* *** STARTPAGE *** */
    .imageStartpage {
        width: 300px;
    }    

    #containerThemeDesc {
        margin-top: 10px;
        /*height: auto;*/
        padding: 10px 2px 12px 15px;
    }

    .justifyThemeButton {
        left: 100px;
        width:50%;
    }

    .justifyForCell {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #containerAppointments {
        font-size: 0.98em;
    }

    .labelMainTitle {
        margin-left: 5px;    
    }

    .labelMainDate {
        width: 75px;
    }

 }
