/* Layout for desktop version */

body {

}

/* SchriftBildWort-Design */

.rowhead {
padding-top: 2em;
padding-bottom: 0;
}
h1#site-name a {
font-family: Verdana, sans-serif;
font-size: 1em;
padding-top: 1em;
}
#content {
padding: 2em .8em 1em 1em;
background-color: #fcf3ee;
}

ul.navigation_hauptrubriken li {
float: left;
padding: .5em 1.5em;
padding-bottom: 50px;
list-style-type: none;
font-size: .8em;
background: url(../images/18.png) no-repeat left bottom;
}
ul.navigation_hauptrubriken li a {
font-size: 1.3em;
}
ul.navigation_hauptrubriken li.active, ul.navigation_hauptrubriken li.active:hover {
background: url(../images/18.png) no-repeat center bottom;
}
ul.navigation_hauptrubriken li:hover {
background: url(../images/21.png) no-repeat center bottom;
}

ul.navigation_hauptrubriken li.first {
padding-left: 0;
}
ul.navigation_hauptrubriken li.last {
padding-right: 0;
}

ul.navigation_service {
list-style-type: none;
}
#sidebar-1 {
padding-left: 1em;
}

.hfeed img {
float: left;
margin: .2em 1em .6em 0em;
}
.divider {
clear: both;
}

.divider img {
clear: both;
float: none;
}
.vorne, .eingerueckt {
margin-bottom: 0;
}
.eingerueckt {
padding-left: 3em;
}
.abstand {
margin-bottom: 24px;
}
.hfeed ul {
margin-left: 1.2em;
}


/* Ende SchriftBildWort */



/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {

.examplecontainer {

body {

}

}


/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
.download {
background: url(../img/downarrow@2x.png) no-repeat;
background-size: 27px 28px;
}
*/

}