/*Website Placeholder für DennerleinDesign von dennerleindesign.de*/

html {

    background-size: 100%;
    padding: 0;
    margin:0;
}


body {
    background-image: url(../images/DennerleinDesign-Coming-soon2.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    background-attachment: fixed;
    margin:0;
    padding:0;
    }


/*footer*/

footer {
    margin:0;
    background-color:none;
    padding:10px 0 10px 0;
    width: 100%;
    bottom: 0;
    position: fixed;
}

.stripe {
    color:#f8a500;
    font-weight: 600;
}



footer p {
    display:block;
    text-align:center;
    color:#fff;
    font-size:1em;
    letter-spacing: 2px;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;

}

footer p a {

    font-size:1.2em;
    color:#fff;
    font-family: 'Open Sans', sans-serif;

}

footer p a:hover{

    font-size:1.2em;
    color:#f8a500;

}


/*Mobile Style*/

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


}

/*Mobile Style*/

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

}

/*Mobile Style*/

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

}


/*Mobile Style*/


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


}

/*footer*/

footer {
    margin:0 0 5px 0;
    background-color: #000;
    padding:6px 0 6px 0;
    width: 100%;
    bottom: 0;
    position: fixed;


}

footer p {
    display:block;
    text-align:center;
    color:#fff;
    font-size:1em;
    font-family: 'Noto Sans', sans-serif;

}

footer p a{

    font-size:1em;
    color:#fff;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;

}

footer p a:hover{

    font-size:1em;
    color:#f8a500;

}


}
/*___________________________*/

@media screen and (min-width:550px) {

}

/*___________________________*/

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

}

/*___________________________*/

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

}
