/* LOGIN */
/* STARTSEITE - Rezept des Tages */

/* MEDIA-QUERIES */


/* *** LOGIN *** */
.login-form {
	width: 355px;
	margin: 50px auto;
}

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

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

.login-form a {
	color: black;
}

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

.btn {        
    font-size: 15px;
    font-weight: bold;
    color: black;
    background-color: #dadada;
}

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

.btn-primary {
    background-color: #c3c3c3 !important;
    color: black;        
}

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

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

#loginMessage a {
    color: black;
}

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

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

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

.newOrResetLink {
    float: right;
    margin-top: 8px;
}

/* *** STARTSEITE *** */

#containerSliderAndRecOfDay {
    max-width: 1024px !important;
    margin: 20px auto 10px auto;
}

.labelMain {
    text-decoration: underline;
}

.labelExtrasites {
    left: 10px;
    position: relative;
}


/* *** STARTSEITE - Rezept des Tages *** */

#recipeOftheDay {
    max-width: 300px;
    max-height: 400px;
}

.labelToday {
    color: #444;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 5px;
}

.recOfDayTitel {
    font-size: 18px;
    padding: 0px 12px 10px 0px;
    width: 240px;
    color: #444;
    height:58px;
}

#containerRezeptDesTages a:hover {
    text-decoration: none;
}

#recipeOftheDay img {
    height: 300px;
}

#containerRezeptDesTages {
    margin-left: 5px;
    width: 225px;
}

.labelToday {
    color: #444;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 5px;
}

.recOf4Day {
    margin-right: 50px;
    margin-top: 28px;
    float: left;
}

.recOfDayPictureArchive img {
    max-height: 130px;
}

#containerRezeptDerLetztenTage {
    display: none;
}

/* *** EXTRASEITEN *** */

#containerExtraSites {
    /*background-color: #ccc;*/
    max-width: 1048px !important;
    margin: 0px auto;
    padding-top: 32px;
}

.extraSiteTile {
    width: 480px;
    margin-right: 20px;
}

.tileExtraSite {
    width: 450px;
    margin-left: 10px;
    margin-right: 30px;
}

.extraSiteText {
    margin-left: 10px;
}

.tileLink, .tileLink:hover {
    text-decoration: none;
    color: #333;
}

/* *** THEMES *** */


#themeDIV {
    /*background-color: #ccc;*/
    max-width: 1024px !important;
    min-height: 10px;
    margin: 50px auto 20px auto;
    height: 320px;
}

#idButtonTheme {
    margin-left: 0px;
}

.buttonTheme {
    display: block;
    float: none !important;
    font-weight: normal;
    margin-bottom: 30px;
    width: 165px;
    top: 2px;
}

#themeImages {
    width: 735px;
    min-height: 1px;
    padding-left: 0px;
}

#themeImages li {
    list-style: none;
    float:left;
}

.tileThemeImg {
    width: 244px;
}

.themeImage {
    height: 245px !important;
}

.labelTileTheme {
    color: #444;
    height: 40px;
    margin-top: 6px;
    width: 196px;
    font-size:17px;
}

.labelTags {
    margin-bottom: 15px;
    margin-left: 15px;
}




/* *** MEDIA-QUERIES *** */
@media only screen and (max-width: 1024px) {

/* *** THEMES *** */

    #containerThemes {
        max-width: 1024px !important;    
    }

    #themeImages {
        width: 710px;    
    }

    #themeImages li:nth-child(n+3) {
        display: none;
    }

/* *** EXTRASEITEN *** */

    .extraSiteTile {
        width: 475px;
    }    
}

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

/* *** STARTSEITE *** */
    #recipeOftheDay img {
        width: 240px;
        height: auto;
    }


    #containerRezeptDesTages {
        left: 1%;
        position: relative;
    }

    .labelMain {
        text-decoration: underline;
        white-space: nowrap;
        font-size:20px;
    }

    #mainContainerThemeSlideshow {
        margin-left: 22px;
    }


    #containerRezeptDerLetztenTage {
        display: inline;
    }

/* *** THEMES *** */

    #containerThemes {
        /*background-color: #ccc;*/
        width: 88% !important;
        margin: 25px auto 10px auto;
    }    

    #themeImages {
        width: 540px;    
    }

/* *** EXTRASEITEN *** */

    .tileExtraSite {
        width: 92%; /* 420px; */
        margin-left: 10px;
        margin-right: 18px;
    }

    #containerExtraSites {
        max-width: 1048px !important;
        margin: 40px auto 0px auto;
    } 

    .extraSiteTile {
        width: 66%; 
        margin-left: 6%;
    }
}

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

    .recOf4Day {
        margin-right: 35px;
    }

/* *** THEMES *** */

    #themeImages {
        width: 515px;
    }
}

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

    .recOf4Day {
        margin-right: 15px;
        margin-top: 28px;
    }

    #themeSliderContainer {
        max-width:500px;
    }

    #themeSliderContainer img {
        max-width:500px;
    }

    .slideshowLabel {
        font-size: 24px;
        top: 275px;
    }


/* *** THEMES *** */

    #themeImages {
        width: 500px;
    }

    #idButtonTheme {
        width: 100%;
    }

    .buttonTheme {
        width: 100%;
    } 


/* *** EXTRASEITEN *** */

    .extraSiteTile {
        width: 100% !important;     
        margin-top: 10px;
    }    

    .tileExtraSite {
        width: 92% !important;
        margin-left: 10px;
        margin-right: 18px;
    }
}

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


/* *** THEMES *** */

    #containerThemes {
        max-width: 632px !important;    
        margin-top: 100px;
    }

    #idButtonTheme {
        margin-left: 0px;
    }    

    #themeImages li:nth-child(n+2) {
        display: none;
    }

    .themeImage {
        height: 375px !important;
        margin-left: 10px;
    }

    .labelTileTheme {
        margin-left: 10px;    
        margin-top: 8px;    
        font-size:15px;
    }

    #themeImages {
        width: 450px;
    }

}

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

/* *** STARTSEITE *** */

    .slideshowLabel {
        font-size: 22px;
        top: 226px;
    }

    #containerSliderAndRecOfDay {        
        margin: 20px auto 50px auto;
    }


    #themeSliderContainer img {
        max-width: 400px;
    }

    #recipeOftheDay img {
        width: 290px;
    }

    #containerRezeptDerLetztenTage {
        display: none;
    }

    /* *** THEMES *** */

    #themeImages {
        width: 400px !important;
    }


/* *** EXTRASEITEN *** */

    #containerExtraSites {
        padding-top: 0px;
        margin-top: 25px !important;
    }

    .extraSiteTile {
        margin-top: 15px;
        margin-left: 8px;
        padding-left: 0px;
    }    
}

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


    .slideshowLabel {
        font-size: 20px;
        top: 190px;
    }

    #themeSliderContainer {
        max-width: 400px;
    }

    #themeSliderContainer img {
        max-width: 400px;
    }

    #mainContainerThemeSlideshow {
        margin-bottom: 20px !important;
        font-size: 22px;
    }


/* *** THEMES *** */

    #themeImages {
        width: 330px !important;
    }
}


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


    #themeSliderContainer {
        max-width: 285px;
    }

    #themeSliderContainer img {
        max-width: 299px;
    }


/* *** THEMES *** */

    .slideshowLabel {
        font-size: 18px;
        top: 165px;
    }

    .labelThemes {             
        right: 115px !important;
    }

    #themeImages {
        width: 330px !important;
    }
}