/* Additional Mobile-Styles
    
    media="only screen and (max-width: 640px)

/* Farben

H2-contact: #480165 rgb(72,1,101)
Logo, Teaser-bk, Menu-hover-bk, Menu-active-Text: #76418C rgb(118,65,140)75% 
Hintergrund: #C6CBE0 rgb(198, 203, 224): 
*/

body {
    min-width: 320px;
    font: 68%/1.4 Arial, Helvetica, sans-serif; /* 10pt */
}

h1 {
    font-size: 132%; /* niu  Titel? */
}
h2 {
    font-size: 117%; /* 14pt */
}
h3 {
    font-size: 109%; /* 12pt */
    color: #555555;
}

img { 
    border: none;
    width:100%;
    height:auto;
}

/* Header */

#back {
    background:#C6CBE0;
    height: 230px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;

}
.highlight {
    height: 200px;
    position: absolute;
    width: 100%;
    z-index: -9;
}
.hl1 {
    background-image: url(../images/background_spot_sm.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 200px;
    margin-left: -140px;
    width: 400px;    
} 
#pagewrapper {
    margin-top: 0;
    padding: 0;
    width: 100%;
}
#header {
    margin-top: -10px;
}
#dummy {
    margin-bottom: 15px;
}
#logotitle {
    float: none;
    width: 100%;
}
#logo {
    display: none;
    float: left;
    height: auto;
    padding-top: 20px;
    padding-left:10px;
    width: 80px;
}
#title {
    display: none;
}
#title_mobile {
    display: block;
    height: auto;    
    margin-left: 0;
    padding: 20px 0px 0 5px;
    overflow: hidden;
    width: 310px;
}
#topnavi {
    display:none;
}

#topimage {
    display: none;
}

/* Hauptmenu */

#menu {
    font-weight:500;
    margin-top: 5px;
    margin-left: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
}   	

#menu ul li {  
    display: block;
    float: left;
    height: 18px;
    margin-right: 13px;
    margin-bottom: 10px;
    width: 89px;
}
#menu ul li.last {  
    margin-right: 0;
}
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:focus,
#menu ul li a:visited {
    height: 18px;
    padding-top: 2px;
}
/* Teaserblock */

#teaserblock {
    display: none;
}

/* Hauptinhalt */

#content {
    width: 100%;
}

.contact-form {
    padding: 10px;
}
.contact-form h2 {
    padding-bottom: 10px;
}
.contact-form p {
    padding-bottom: 5px;
}

/* Kontaktspalte */

#sidebar {
    float: none;
    width: 100%;
}

#contact {
    margin-left:10px;
}

#links {
    float: none;
    margin-left:10px;
}
#form-wrap {
    margin-left: 8px;
}

#produkte {
    float: none;
    margin-left:10px;
}
.message-wrap {
    padding-top: 10px;
    width: 90%;
}

/*--- Media-Queries ---*/
@media screen and (max-width: 360px) {
#sidebar {
float: none;
width: 100%;
}
#content {
    width: 100%;
}
#footer {
    width:100%;
}
}
