﻿
html, body { height:100% }


body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 12pt;
	background: #faf8fa; /* Farbe für den gesamten Bildschirmhintergrund*/
}

#wrapper {
margin:0 auto;
width:1200px;
}

#header {
float:left;
width:100%;
height:140px; /*Abstand zum Inhaltsbereich */

}

#titelfoto {
float:left;
padding-left: 30px; /*Abstand rund um das titelfoto*/
}

nav {
    
    width: 100%; /*legt die Breite des Navigationsbereichs über den Grsamtinhalt fest*/
    
}
nav ul {
    padding: 10px; /*Höhe des Auswahlmenüs*/
    margin: 0px;
	border-radius:20px;
    box-shadow: 2px 2px 2px rot;
    -moz-box-shadow: 2px 2px 2px #dfdfdf;
    -webkit-box-shadow: 2px 2px 2px #dfdfdf;
}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul,nav ul li{
    background-color: #bcc1c4;
}
nav ul li {
    list-style: none;
    float:right;
	font-size: 20px;
	font-family:"arial";
    border-right: 1px solid #dfdfdf;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 14px 34px 14px 34px;

    transition: background 0.3s ease-out; /* explorer 10 */
    -webkit-transition: background 0.3s ease-out; /* chrome & safari */
    -moz-transition: background 0.3 ease-out; /* firefox */
    -o-transition: background 0.3 ease-out; /* opera */
}

nav ul li.cat1:hover a, nav ul li.cat1:hover > ul li a  {
    background-color: #37517F;
}
nav ul li.cat2:hover a, nav ul li.cat2:hover > ul li a  {
    background-color: #37517F;
}
nav ul li.cat3:hover a, nav ul li.cat3:hover > ul li a {
    background-color: #37517F;
}
nav ul li.cat4:hover a, nav ul li.cat4:hover > ul li a {
    background-color: #37517F;
}
nav ul li.cat5:hover a, nav ul li.cat5:hover > ul li a {
    background-color: #37517F;
}

nav ul li:hover > a {
    color: #FAFAFA;
}
nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
nav ul li ul li{
	float: none;
}
nav ul li ul li a {
    color: #FAFAFA;
}
nav ul li ul li a:hover{
	color: #333;
	background-color: #FAFAFA !important;
}


/*Design des Inhaltsbereichs*/

#profilbild{
    
    margin-left: 400px;
    padding: 20px;
}
#profiltext{
    margin: 2px
    
}
#profiltext h3 {
        font-size: 25px;
        border-bottom: medium solid #dfdfdf;
        text-align: center;
        margin: 2px;
      }
      #profiltext p {
     margin-left: 200;
      }

      
#rechtespalte {
    float: right;
    background-color: whitesmoke;
    width: 600px;
 }
 #rechtespalte h2{
    font-size: 25px;
    text-align: left;
    padding: 20px;
 }
 #rechtespalte h4{
    font-size: 25px;
    text-align: center;
    padding: 20px;
 }
 #linkespalte {
    float: left;
    background-color:whitesmoke;
    width: 600px;
   
 }

 #auswahlfoto{
    padding-left: 100px;}

 #linkespalte h2{
    font-size: 25px;
    text-align: left;
    padding: 20px;
 }
 #linkespalte h4{
    font-size: 25px;
    text-align: center;
    padding: 20px;
 }
 #tourenbilder {

    padding: 20px;

 }
 #tourentext{
    padding: 20px;
    height: 360px;
    border-bottom: medium solid #dfdfdf;
 }


 .auswahlbox {
    padding-top:     50px;
    display: flex;
    <!--justify-content: space-between;-->
}		
 

.auswahlbox > * {
    
    
    background-color: rgb(96 139 168 / 0.2);
    padding: 100;
  }

  #inhalt {
    /*float:left;*/
    width:100%;
    
    background:#fff;
    border-radius:20px;
    }
    
    #inhalt p {
    line-height:22px;
    margin: 50px 20 20 20;
    padding: 20 px;
    }
    
    #inhalt h3 {
        margin-left: 20px;
    }
    #inhalt h2 {
        text-align: center;
        font-size: 25px;
    }
    
    table thead th, table thead td {
        background: #CFDCE6;
        text-align: center;
    }
    
    #tabelle1 {
        text-align: center;
        padding: 0px 0px 0px 90px;
        
        
    }	
    
    
    
    
    
    table th, table td {
        border-bottom: 1px solid black;
        text-align: center;
        padding: 2px 5px;
    }
    
    
    #inhalt-fotograf {
        float:left;
        width:1200px;
        
        background:#37517F;
        border-radius:20px;
        color:white;
    }
    
    #inhalt-fotograf p {
    line-height:22px;
    margin: 50px 20 20 20;
    padding: 20 px;
    }
    
    #inhalt-fotograf a {
        color: white;
        text-decoration: none;
    }
    
    #bild {
        float:left;
        margin-right: 20px;
    } 
    
    #produktfoto {
       
        margin-left: 300px;
        padding: 10px;
    } 
    
    #produktfoto2 {
       
        margin-left: 180px;
    } 
    


    #menu {
    text-align: center;
    }
    
    #menu2 {
    margin-left: 20px;
    }
    
    
    
    #menumitte {
      margin: 0 0 0 150;
      background-color:#2F3540;
        font-size: 16pt;	
        color : white;
        float:left	;
        text-decoration: none;
        font-family:"comic sans", cursive;
        border-radius:20px;
        padding: 10px;
    }
    
    #menumitte a {
        color: white;
        text-decoration: none;
    }
    
    #fotogalerie {
        
        background:  white;
        padding: 10px;
        
        }	

#fusszeile {
	 
	clear:both;
	height:100px;
	width:100%;
	background:  #bcc1c4;
	
	border-radius:20px;
}	

#ueberuns {

	float:left;
	width:300px;
	padding:15px;
	color: white;
	
}

#ueberuns p{

		font-size: 10pt;
}


#zaehler {

	float: left;
	font-size: 10pt;
	padding:25 160 20 170;
	color: white;
}


#fotogen {
	
	float: right;
	width:250px;
	padding:10 0 0 ;	
}		


	