﻿*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body{
background-color:#fff;
font-size:13px;
}

/* Small screens (default) */
html { font-size: 140%; }

/* Medium screens (640px) */
@media (min-width: 40rem) {
  html { font-size: 112%; }
}

/* Large screens (1024px) */
@media (min-width: 64rem) {
  html { font-size: 120%; }
}


/* TYPO --------------------------------------------------------*/


img {
max-width: 100%;
height: auto;
}

.wrapper{
position:relative;
margin: 0 auto;
max-width: 50rem;
width: 100%;
background-color:#fff;
}

.column {
margin-bottom: 0em;
}

span {
display: block;
padding: 0.5rem;
font-size: 0.7rem;
font-weight: 100;
}

.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}

.clearfix:after {
clear: both;
}

.clearfix {
*zoom: 1;
}


#top{
	display:none;
}

#breadcrumb{
	display:none;
}

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0px;
    right: 00px;
    display: none;
    text-indent: -9999px;
    background: url(../shared/icon_top.png) no-repeat center center;
    background-color: #0c8a2d;
}

/*   FULL SIZE   ----------------------------------------------------------------*/


@media (min-width: 48rem){

/* Inhaltselemente */

#top{
	display:block;
}

#header{
	background-color:#fff;
}

#headerwrapper{
	position:fixed;
	max-width: 57rem;
	width: 90%;
	box-shadow: 0px 1px 5px grey;
	background-color:#ffffff;
}

#phone{
	float:left;
	margin-top:1.25em;
	text-align:center;
}

#content{
	padding-top:7em;
}

#breadcrumb span{
float:left;
}

#breadcrumb{
	display: block;
	height:32px;
	background-color:#fff;
	color:#666666;
}

footer{
	background-color:#0c8a2d;
}

footer p{
	color:#fff;
}

footer a{
	color:#fff;
}



/*Suche und Schnellkontakt ---------------------------------------------------*/

#suche{position:relative; top:9px; right:0px; z-index:6000;;
background-image: url(../shared/bg-suche.png); background-repeat:no-repeat; background-position:left top;
}



#box-suche{
  position:absolute;
  right:1em;
  width:260px;
  height: 40px;
	border: 1px solid #cdcdcd;
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
	margin: 10px 0 0 0;
  background-color:#ffffff;
}

#box-suche form input[type="text"]{
	width: 200px;
	padding: 12px;
	border: 0 none;
	margin: 0;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: 'Roboto Condensed', sans-serif;
	color:#c7b298;
}

#box-suche form input[type="submit"]{
	border: 0 none;
    -moz-box-shadow:none;  
    -webkit-box-shadow:none; 
    box-shadow:none; 
	text-shadow:none;
	float: right;
	font-weight: bold;
	cursor:pointer;
	background: url(../shared/search.png) no-repeat 0px 4px;
	margin: 0;
	overflow: hidden;
	width: 40px;
  height:33px;
	color: transparent !important; 
}


/* Navigationselemente */

.zusatznavi{
margin-right: .5em;
}

.zusatznavi li{
	font-size:1em;
	float: right;
	padding: 1em 0.5em 1em 0.5em;
}

.zusatznavi li a{
	text-decoration: none;
	color: #ffffff;
}

.zusatznavi li a:hover{
	text-decoration: none;
	color: #c7b298;
}


.column{
font-size:100%;
}

.column{
float: left;
}
  
.column.full { width: 100%; }
.column.two-thirds { width: 66.7%; }
.column.half { width: 50%; }
.column.third { width: 33.3%; }
.column.fourth { width: 25%; }
.column.flow-opposite { float: right; }  
}
