
#container {
	//background: white;
	margin: 0 auto;
	padding: 15px;     // Der Container als Gesamtheit hat einen inneren Rand von 15px
	max-width:2000px;
}


.wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

.header {
  <!-- background: tomato; -->
}

.footer {
  <!-- background: lightgreen; -->
}

.main {
  text-align: left;
   background: #D2EBFC;
     border-radius: 8px;  
}


.fewo {
  text-align: left;
   background: #fafafa;
     border-radius: 8px;  
}


/* Formatierung einer 3-teiligen Tabelle: */

.table-cell:nth-child(1) {background: #fafafa}
.table-cell:nth-child(2) {background: #fafafa}
.table-cell:nth-child(3) {background: #fafafa}
@media (min-width: 40em) {
.table { 
   display: table;
   border-spacing: 1.5em;
   line-height: 50%;         // Textlinienabstand ändern 
}
.table-row {display: table-row;}
.table-cell {display: table-cell; vertical-align:top;}
}


//Beginn css für Preise-Tabelle 
// Einzelne Tabellenzelle verschieden einfärben 
tr:nth-child(1) td:nth-child(1) {
  background: #ff420e;
  text-align: center; 
}
tr:nth-child(1) td:nth-child(2) {
  background: #ffd320;
  text-align: center;   
}
tr:nth-child(1) td:nth-child(3) {
  background: #ff950e;
  text-align: center;   
}
tr:nth-child(2) td:nth-child(1) {
  
  text-align: center; 
}
tr:nth-child(2) td:nth-child(2) {

  text-align: center;   
}
tr:nth-child(2) td:nth-child(3) {

  text-align: center;   
}
tr:nth-child(3) td:nth-child(1) {
  background: #83caff;
  text-align: center; 
}
tr:nth-child(3) td:nth-child(2) {
  background: #0066cc;
  text-align: center;   
}
tr:nth-child(3) td:nth-child(3) {
  background: #579d1c;
  text-align: center;   
}
tr:nth-child(4) td:nth-child(1) { 
  text-align: center; 
}
tr:nth-child(4) td:nth-child(2) {
  text-align: center;   
}
tr:nth-child(4) td:nth-child(3) {
  text-align: center;   
}
tr:nth-child(5) td:nth-child(1) { 
  text-align: center; 
}
tr:nth-child(5) td:nth-child(2) {
  text-align: center;   
}
tr:nth-child(5) td:nth-child(3) {
  text-align: center;   
}
tr:nth-child(6) td:nth-child(1) { 
  text-align: center; 
}
tr:nth-child(6) td:nth-child(2) {
  text-align: center;   
}
tr:nth-child(6) td:nth-child(3) {
  text-align: center;   
}



table,
th,
td {
	border: thin solid;
	   line-height: 100%;         // Textlinienabstand ändern 
}

td {
	padding: .5em;
}

#coll {
	border-collapse: collapse;
}

#sepa {
	border-collapse: separate;
	margin-top: 2em;
}



caption {
	text-align: middle;
}
//Ende css für Preise-Tabelle 



.aside-1 {
  background: lightyellow;
    font-size: 22px; 
 flex-grow: 1; 
}

.aside-2 {
  background: hotpink;
}



@media all and (min-width: 900px) {
  .aside { flex: 1 0 0; }
}

@media all and (min-width: 2000px) {
  .main    { flex: 3 0px; }
  .aside-1 { order: 1; } 
  .main    { order: 2; }
  .aside-2 { order: 3; }
  .footer  { order: 4; }
}







body {
  padding: 2em; 
}

#nav-main { 
	display: flex;
	background: #D2EBFC;
    border-radius: 8px; 
    padding: 10px;
    margin-bottom: 6px;
}


#nav-main ul
{
        list-style:none;
}


#nav-main ul li {
    float:left;
    padding:3px 10px; 
}


#nav-main ul li a {
	        font-family: 'Verdana', sans-serif;
        font-size: 1.2em;
        color:#FFFFFF;
	        text-decoration:none;
        transition: all 2.5s ease;
}


#nav-main ul li a:hover
{
        color:#E56038;
}


.blue {
    background-color: #167dc6;
    box-shadow: 0 5px 5px #455305, 0 9px 0 #0000, 0 9px 10px rgba(0, 0, 0, 0.4), 0 2px 9px rgba(255, 255, 255, 0.2) inset, 0 -2px 9px rgba(0, 0, 0, 0.2) inset;
}
.blue:hover {
    box-shadow: 0 5px 5px #5bb0ec, 0 9px 0 #167dc6, 0 9px 10px rgba(0, 0, 0, 0.4), 0 2px 15px rgba(255, 255, 255, 0.4) inset, 0 -2px 9px rgba(0, 0, 0, 0.2) inset;
}
.blue:active {
    box-shadow: 0 2px 0 #395F26, 0 4px 4px rgba(0, 0, 0, 0.4), 0 2px 5px rgba(0, 0, 0, 0.2) inset;
}

.rectangular {
    border-radius: 10px 10px 10px 10px / 35px 35px 35px 35px;
}


.criss-cross {
    border-radius: 35px 5px 35px 5px;
}


// Main 
#menu
{
	  display:flex;
 justify-content: center;
	width: 250px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #D2EBFC;
	background: -moz-linear-gradient(#444, #D2EBFC); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #D2EBFC),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #D2EBFC);	
	background: -o-linear-gradient(#444, #D2EBFC);
	background: -ms-linear-gradient(#444, #D2EBFC);
	background: linear-gradient(#444, #D2EBFC);
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: center;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
//	float: left; 
text-align: center; 
	height: 20px;
	padding: 0 20px;
	color: #000;
	// text-transform: uppercase; 
	font: bold 17px/23px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover // IE6 
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

// Sub-menu 

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
     display: none; 

    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #fff;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{ 
	    background: #fff;   
    padding: 10px;
	height: 10px;
	width: 230px; // Breite Untermenu 
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-align: left; 
	text-transform: none;
}






// Button Buchungsanfrage 
a{
text-decoration:none;
color:white;
	font-size: 20px;
}
.btn{
background-color:#167dc6;
    border-radius: 5px;}
.btn:hover {background: gray;}
.btn:hover > a {color:red}


.btn2{
background-color:#167dc6;
    border-radius: 5px;}
.btn2:hover {background: gray;}
.btn2:hover > a {color:red}

p.copyright {
color: #000000; 
  background-color: #EFEFEF; 
  font-size: 12px; 
  text-align: left; 
  padding: 4px; } 

p.telefon {
color: #000000; 
  background-color: #EFEFEF; 
  font-size: 12px; 
  text-align: right; 
  padding: 4px; } 

/* map */
#map { height: 180px; }
