@charset "utf-8";


/*------------------------------- Smartphone-----------------------------------*/



@media all and (max-width: 699px){



*{
    margin: 0 auto;
    padding: 0px;
}

html, body { 
  background: #abd56f;
}

/* *************** TYPO ************************
*******************************************************************/

body{
     font-family: Century Gotic, Verdana, Geneva, sans-serif;
	 font-size: 16px;
	 color: #000;
}

p{
     margin-top: 0px;
	 padding-left: 0px;
	 padding-top: 15px;
         text-align: justify;
         -moz-hyphens: auto;
         -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
}

h1{
    font-size: 24px;
        padding-top: 20px;
        text-align: center;
}

h2{
    font-size: 22px;
	margin-left: 0px;
        padding-top: 20px;
}

h3{
    font-size: 16px;
	padding-top: 16px;
	padding-left: 30px;
        font-weight: normal;
}


h4{
    font-size: 16px;
	padding-left: 0px;
        font-weight: normal;
}

table{
       margin-bottom: 0px;
}

tr{
	padding-left: 0px;
}

td{
    font-size: 16px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border:2px solid #abd56f;
	margin-right: 0px;
	margin-left: 0px;

	
}

#maincontainermobile ul li {
	margin-left: 20px;
	padding-top: 10px;
        padding-left: 0px;
	list-style-type: disc;
}

#maincontainermobile {
	font-size: 20px;
}

#maincontainermobile tr {
	border-radius: 38px;
}


#maincontainermobile p{
	 padding-left: 30px;
}

#maincontainermobile a:link, a:active, a:visited {
    color: #000;
}

#maincontainermobile a:hover {color: #6FA91E;
}

#maincontainermobile h3 a:link, a:active, a:visited {
    color: #000;
    text-decoration: none;
}

#maincontainermobile a:link, a:active, a:visited {
    text-decoration: none;
}

#maincontainermobile h3 a:hover {color: #6FA91E;
}


#containerrechts {
      font-size: 16px;
}

#containerrechts p{
	 padding-left: 15px;
	}

#footer{
	 line-height: 43px;
	 font-size: 12px;
	 text-align: center;
}

#footer a:link {
    
    color: #000;
}

#footer a:active {
     
    color: #000;
    text-decoration: none;
}


#footer a:visited {
    
    color: #000;
    text-decoration: none;
}


#footer a:hover {
     
    color: #fff;
    text-decoration: none;
}




/* **************** LAYOUT ****************************************
*******************************************************************/


#haupt-header{
    width: 100%;
    height: 120px;
	padding-top: 10px;
	margin-bottom: 20px;
    float: left;
	background-color: #FFF;
	float: left;	
}

#headerbild {
  background:url(../images/headerbildsmartphone.png);
    background-repeat:no-repeat;
  width: 90%;
  height: 80%;
  margin-left: 10px;
}
	
#haupt-navigation {
    width: 100%;
	height: 40px;
	float: left;
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 50px;
	border-top: 1px solid #000;
	display:none;
	
}

#wrapper{
    width: 100%;
	height: 2450px;
	background-color: #abd56f;
}

#content{
	display:none;
}

#preislistedamenmobile{
        width: 100%;
	height: 1580px;
        float: left;

}

#preislisteherrenmobile{
        width: 100%;
	height: 290px;
        float: left;

}

#preislistezuschlaegemobile{
        width: 100%;
	height: 400px;
        float: left;
}

#preislistetabletvertical{
        display: none;
}



#footer {
     width: 100%;
     background-color: #aad56f;
	 height: 100px;
	 float: left;
}


/* **************** NAVIGATION ************************************
*******************************************************************/
#haupt-navigation ul{
     list-style-type: none;

	
	 
}

#haupt-navigation li a{
	 height: 42px;
	 display: block;
	 float:left;
	 font-size: 15px;
	 font-weight: 800;
	 line-height: 42px;
	 text-align:center;
	 color: #000;
	 text-decoration: none;
	 border-right: 0px solid #C33;
	 border-left: 0px solid #C33;
}

#haupt-navigation li:first-child a{
     border-left: none;
	 width: 21%;
	 margin: 0 auto;
	 padding-left: 20px;
	
}
#haupt-navigation li:nth-child(2) a{
     border-right: none;
	 width: 13%;
	  margin: 0 auto;
}

#haupt-navigation li:nth-child(3) a{
     border-right: none;
	 width: 20%;
	  margin: 0 auto;
}

#haupt-navigation li:nth-child(4) a{
     border-right: none;
	 width: 6%;
	  margin: 0 auto;
}

#haupt-navigation li:nth-child(5) a{
     border-right: none;
	 width: 19%;
	  margin: 0 auto;
}
	 
#haupt-navigation li:last-child a{
     border-right: none;
	 width: 3%;
	  margin: 0 auto;
}

#haupt-navigation li a:hover{
     color: rgba(111, 169, 30, 1.0);
}



}