﻿

body {
    background-color: #DBDBDB;
    padding: 0;
    margin: 0;
    font-family: arial, sans-serif, arial;
}
#wrapper {
    width: 100%;
    max-width: 320px;
    min-width: 320px;
    height: auto;
    margin: 0 auto;
    background-color: white;
}
#kopfbereich {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 0px solid #615AFD;
    padding: 0;


}

.logo-frankfurt {
    width:100%;
    margin-left: 0%;
    position: relative;
}
#content {
    padding: 0 4%;
    width: 92%;
    height: auto;

}

h1 {
    font-size: 0.9em;
    letter-spacing: 0.055em;
    text-align: left;
    margin: 0 0 0 4%;
    position: absolute;
    top: 7%;
    line-height: 1.1em;
    font-style: italic;
    color: #5A6D50;
    text-shadow: 0px 0px #C0C0C0;
}
p {
    font-size: 0.8em;
}
h2 {
    font-size: 0.9em;

}
.tel {
    font-size: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.schluesseldienst-marken {
    width: 100%;
    height: auto;
}
li {
    font-size: 0.8em;
 
}



/* //////////////////////////////////////////////////////////////// */


@media screen and (min-width: 720px) {
body {
    background-color: #DBDBDB;
    padding: 0;
    margin: 0;
}
#wrapper {
    width: 720px;
    max-width: 800px;
    height: 1100px;
    margin: 0 auto;
    background-color: white;
    position: relative;
}
#kopfbereich {
    width: 720px;
    height: 100px;
    background-color: white;  
    margin-bottom: 30px;


    border-top: 0px solid white;
}  

.logo-frankfurt {
    width: 640px;
    margin-left: 40px;
    position: absolute;
}
#content {
    padding: 0px 40px;
    width: 640px;
    height: auto;
    background-color: white;
    float: left;


}
p {
    font-size: 1.2em;
    color: #5A6D50;
}
h1 {
    font-size: 1.65em;
    letter-spacing: 0.3em;
    text-align: left;
    padding-left: 10px;
    position: absolute;
    color: #5A6D50;
    font-style: italic;
    line-height: 1.1em;
    border: 0px solid black;
    text-shadow: 2px 2px #C0C0C0;
}
h2 {
    font-size: 1.3em;
    text-shadow: 0px 0px white;
    color: #5A6D50;
}
.tel a {
    font-size: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
    
}
.schluesseldienst-marken {
    width: 100%;
    height: auto;
}

li {
    font-size: 1.2em;
    color: #5A6D50;
}