/**
*

* to change width of images for slides, adapt
* #floatviewport, .floatee 
*
**/

::selection {
		color: #FFF;
		background: #3B4859;
	}
  
  
	::-moz-selection {
		color: #FFF;
		background: #3B4859;
	}


body, input, textarea { 
	/* +++
	font-family: "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Garamond, "Times New Roman", serif;
	*/
	font-family: "pt_sansregular", "Open Sans", "Trebuchet MS", Helvetica, sans-serif; 
	/*font-size: 100%; */
	font-size: 14pt; 
	color:#404157;
	}
table {	table-layout:fixed; }


input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #9CBDCF;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #FFFFFF;
    background:              -webkit-gradient(linear, left top, left bottom, color-stop(0,#EFF2F6), color-stop(0.4,#FFFFFF)); 
    background-image: -webkit-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:    -moz-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:      -o-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:         linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    color: #262626;
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0;
    margin-bottom: 5px;
    outline: none;
    padding: 6px;
}

#contacts-form input[type="text"], #contacts-form input[type="email"], #contacts-form textarea {
	width: 95%;
}

input[type="text"], input[type="email"] {
    line-height: 20px;
    height: 20px;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    -moz-box-shadow: 0 0 4px rgba(95, 169, 212, 0.8);
         box-shadow: 0 0 4px rgba(95, 169, 212, 0.8);
    background: #FFFFFF;
    background-image: none;
    border-color: #5FA9D4;
    color: #262626;
    font-style: normal;
}


/* alternative: use explicit open sans bold */
h1,h2, h3 { font-family: 'pt_sans_narrowbold', sans-serif; font-weight: normal; } 
strong, b { font-family: 'pt_sansbold', sans-serif; font-weight: normal; }
em { font-family: 'pt_sansitalic', sans-serif; font-style: normal;}
/* +++
h1,h2, h3 { font-family: 'Copperplate Gothic', 'pt_sans_narrowbold', sans-serif; }
*/

h1,h2 { margin: 6px 0px 10px 0px; }
/*++ h1 { font-size: 2.5em; }*/
h1 { font-size: 18pt; }
h2, h3 { font-size: 18pt; }
h3 { margin: 3px 0px 5px 0px; }
p { margin: 2px 0px; }
ul { padding-left: 10px; }



hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

a {
	color: #000;
  text-shadow: 1px 1px 0 #DDD;
}

a:hover {
	color: #222;
  text-shadow: 1px 1px 0 #BBB;
}


/*******************/
/* globales Layout */
/*******************/
  html, body { height:100%; overflow: hidden; }

  body {
    margin:0; padding:0; 

  }
  
  
  .wtitle, .pwtitle {
    width: 95%;
	}
  .title, .wtitle, .pwtitle {
    margin: 0px auto;
    padding: 1% 0%;
    overflow: hidden;
    border-radius: 5px;
  }
  
  .title{
		width: 43%;
    padding: 1% 1.5%;

    position: absolute;
    left: 7%;
		bottom: 5%;
		max-height: 70%;
    overflow: auto;
  }
	
  .title h1, .title p {
    background: rgba(255, 255, 255, 0.8); 
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
		padding: 2.5% 3%;
	}
  .title h1 {
		display: inline-block; 
		margin-bottom: 40px;
	}

  #toptitle { 
		min-width: 30%; 
		margin-top: 0%;
		height: auto;
		padding: 10px 0px;
		display: inline-block;
  }
  
  
  
  /** OBERES MENÜ **/
  #titlestrip {
    position: relative; 
		z-index: 11;
    margin-bottom: 5%; 
    background: rgba(0,0,0, 0.7); 
    height: 145px; 
    padding: 0px 20px; 
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
  }  
  
  #logodiv {
    position: absolute; 
    top: -25px; 
    left: 20px; 
  }
  
  #logo {
    height: 230px;
    border: none;
    /* background: rgba(240, 240, 240, 0.9); box-shadow: 0px 0px 15px rgba(0,0,0,0.7); */
  }
  
  
  /** SMARTMENU **/
  #smenu input {
    display: none; 
  }
  
  #smenu label { 
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 43px;
    color: #FFF;
    overflow: hidden;
    padding: 2.5% 3.5%;
    text-align: right;

    -webkit-animation-timing-function: ease-in-out
    animation-timing-function: ease-in-out
    
    -webkit-animation: shrink 0.8s 1;
    animation: shrink 0.8s 1;
  }
  
  
  #menuon .iconlinks {
    float: left; margin-top: 7px; margin-left: 40px;
  }
  #menuon .iconlinks a {
    display: inline-block;
    width: 35px;
    height: 38px;
  }
  #menuon .iconlinks a:first-child { margin-bottom: 0px; margin-right: 10px;}
  
  
  
  #stopmenu {
    float: none; 
    margin-top: 20px; 
    margin-left: 30px; 
    margin-right: 0px;
  }
  
  #menuon .nav {
    list-style-type: none;
    height: 100%;
    overflow: hidden;
  }


  #menuon .nav li a:first-child {
    border-top: 1px solid #FFF;
  }
  
  #menuon .nav li a {
    float: none;
    display: block;
    padding: 7px 3px 16px 3px;
    height: 32px; 
    margin: 0px;
    
    border-bottom: 1px solid #FFF;
    font-size: 2.2em;
    letter-spacing: 2px;
  }


  #menuon .nav li a:hover, .nav li a.active {
    border-bottom: 1px solid #FFF;
  }

  
  
  #menuon .iconlinks, #stopmenu { display: none; }
  #menuon i { }
  
  .navicon-button {
    display: inline-block;
    position: relative;
    padding: 1.2rem 1.0rem;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    opacity: .8;
    cursor: pointer;
  }
  .navicon-button .navicon:before, .navicon-button .navicon:after {
    transition: 0.25s;
  }
  .navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
  }
  .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
    transition: 0.25s;
  }
  .navicon-button:hover .navicon:before {
    top: .825rem;
  }
  .navicon-button:hover .navicon:after {
    top: -.825rem;
  }

  .navicon {
    position: relative;
    width: 2.6em;
    height: 0.3rem;
    background: #E7E6DD;
    transition: 0.5s;
    border-radius: 2.5rem;
  }
  .navicon:before, .navicon:after {
    display: block;
    content: "";
    height: .3125rem;
    width: 2.5rem;
    background: #E7E6DD;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
  }
  .navicon:before {
    top: .69rem;
  }
  .navicon:after {
    top: -.69rem;
  }




  
  
  
  
  #smenu input:checked + label { 
    display: block;
    background: rgba(0,0,0, 0.8); 

    height: 400px;
    width: 100%;

    animation: enlarge 0.8s 1;
    -webkit-animation: enlarge 0.8s 1;
  }
  #smenu input:checked + label #menuon .iconlinks, #smenu input:checked + label #stopmenu { 
    display: block;
  }

  /* × and + */
  #smenu input:checked + label  .navicon {
    background: transparent;
  }
  #smenu input:checked + label  .navicon:before {
    transform: rotate(-45deg);
  }
  #smenu input:checked + label .navicon:after {
    transform: rotate(45deg);
  }
  
  #smenu input:checked + label  .navicon:before,
  #smenu input:checked + label  .navicon:after {
    top: 0 !important;
  }

  #smenu input:checked + label  .navicon:before,
  #smenu input:checked + label  .navicon:after {
    transition: 0.5s;
  }
  
     
  @keyframes enlarge {
    0%   { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
    50% { 
      height: 43px;
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
  }
  @keyframes shrink {
    0%   { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    50% {
      height: 43px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
  }
  
 @-webkit-keyframes enlarge {
    0%   { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
    50% { 
      height: 43px;
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
  }
  @-webkit-keyframes shrink {
    0%   { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    50% {
      height: 43px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 43px;   
      width: 43px;   
      background: transparent;
    }
  }


  
  #footer {
    background: #111;
    color: #FFF;
    text-align: center;
    padding: 60px 0px;
  }
  
  #fcontent{
    width: 90%;
    margin: 0px auto;
    min-height: 200px;
    text-align: left;
  }
  
  #fcontent a {
    display: inline-block;
    font-size: 1.2em;
    margin-right: 20px;
    color: #FFF;
    text-shadow: 1px 1px 0 #333;
  }

  #fcontent a:hover {
    color: #CCC;
    text-shadow: 1px 1px 0 #555;
  }
  
  
  #up {
    bottom: 10px;
    font-size: 30px;
    position: fixed;
    right: 50%;
  }
  #up a {
    text-decoration: none;
    color: #777;
    text-shadow: 1px 1px 0 #DDD;
  }

  
  #rightcontent { width: 305px; }

#rightcontenttop, #fbbox { padding: 5px 8px; }
#rightcontenttop { 
  margin-top: 40px;
	margin-bottom: 15px;
	border: 1px solid #999;
	overflow: hidden;
	font-size: 13px;
}

#fbbox { 
	height: 240px; 
	font-size: 14px;
	background: #DDD;
	color: #295a9a;
}

/**************************/
/* globales Layout - ENDE */
/**************************/






/** NAVIGATION TOP MENU **/
#topmenu {
  float: right; 
  margin-top: 40px; 
  margin-right: 20px;
}

ul.nav, ul.nav li {margin:0;padding:0}

.nav {
	list-style-type: none;
	height: 70px;
	overflow: hidden;
	/* background: url(../img/navbg.jpg) repeat-x;  */
}

.nav li {
	display: inline;
}


.nav li a {
	float: left;
	display: block;
	padding: 7px 3px 16px 3px;
  margin: 0px 12px 0px 8px;
  /*
  width: 180px;
  border: 1px solid black; 
  */
	color: #FFF;
  text-shadow: 1px 1px 0 #333;
	text-transform: uppercase;
	/* ++++
	font-family: 'pt_sans_narrowbold', sans-serif; font-weight: normal; 
	*/
  /*
	font-size: 2.0em;
  letter-spacing: 2px;
	height: 32px; 
	*/
	
	font-size: 1.5em;
  letter-spacing: 1px;
	height: 26px; 
	
  text-align: center;
	text-decoration: none;
}


.nav li a:hover, .nav li a.active {
	color: #AAA;
  text-shadow: 1px 1px 0 #000;
  border-bottom: 1px solid #CCC;
}
/** NAVIGATION TOP MENU - ENDE **/





/** ICON-LINKS **/
.iconlinks {
  float: right; margin-top: 20px; margin-right: 20px;
}
.iconlinks a {
  display: block;
  width: 35px;
  height: 38px;
  background-repeat: no-repeat;
}
.iconlinks a:first-child {
  margin-bottom: 20px;
}

.fblink             { background-image: url('/img/icon_faceb.png');} 
.fblink:hover { background-image: url('/img/icon_faceb_hov.png');} 
.instalink              { background-image: url('/img/icon_insta.png');}
.instalink:hover  { background-image: url('/img/icon_insta_hov.png');}



/** Table für CSV Daten **/
.comptable  {
	margin: 0px auto;
  position: relative;
  width: 100%;
}

.comptable tr.highlight {
  background: #E5E5E5;
}


.comptable th, .comptable td  {
  text-align: center;
  height: 90px;
}



.comptable td {
  vertical-align: middle;
	padding: 5px 6px;
	border-bottom: 1px solid #AAA;
  width: 26%;
}


#dark {
  border-spacing: 0px;
}
#dark.comptable tr {
  background: #1B2024;
}
#dark.comptable tr.highlight {
  background: #1B3034;
}
#dark.comptable th, #dark.comptable td  {

  color: #F2F2F2;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

a.gmlink {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 34px;
  padding-top: 10px;
  /*
  background: #C33;
  */
  background: #222;
  /* ++ font-family: 'pt_sansbold', sans-serif; */
  color: #EEE;
  text-decoration: none;
  text-shadow: none;
  box-shadow:  -1px -1px 1px #414040 inset, 1px 1px 1px white inset;
  border-radius: 7px;
}
a.gmlink:hover {
  box-shadow: -2px -2px 5px #181818 inset, 2px 2px 5px #181818 inset;
  width: 118;
  height: 32px;
  padding-left: 2px;
  padding-top: 12px;
}
/** Table für CSV Daten ENDE **/



/** Table für FoodMenu **/
/*#foomenue { background: #111; padding: 4% 4% 8% 4%; color: #F2F2F2; font-size: 1.2em; line-height: 1.5; border-radius: 8px; }*/
#foomenue { padding: 0% 4% 0% 4%; font-size: 1.2em; line-height: 1.5; border-radius: 8px; }
#foomenue h1, #foomenue h2, #foomenue h3 { 
  font-family: 'sf_burlington_scriptregular', sans-serif; 
  /* text-shadow: 1px 1px 6px #DDD; */
  text-shadow: 1px 1px 3px #555; 
  white-space: nowrap;
  margin: 0em 0em 0.9em 0em;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.0;
}
#foomenue h1 { font-size: 3.0em; }
#foomenue h2 { font-size: 2.8em; text-transform: normal; }
#foomenue h3 { font-size: 2.6em; }
#foomenue .itemtitle { 
	height: 99px; 
	text-transform: uppercase;
}
#foomenue .mdesc { font-size: 0.8em;  }

#foomenusuppdr {
	overflow: hidden;
	margin: 0px 22% 0% 18%;
}

#foomenusuppdr #foomenusuppleft {
	float: left;
}
#foomenusuppdr #foomenusuppleft h3{
	text-align: left;
}
#foomenusuppdr #foomenusuppright {
	float: right;
	text-align: right;
}
#foomenusuppdr #foomenusuppright h3{
	text-align: right;
}



.rstoprow {
	padding-bottom: 40px;
	margin-bottom: 60px;
	text-align: left;
}


.rstop {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin-right: 20px;
	text-align: center;
	
}
.rstop .rstoptitle{
	font-family: "pt_sans_narrowbold",sans-serif;
	padding: 12px 4px;
	border-radius: 30px;
	background: #000;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px;
}

.rstop .rstopcontent {
	height: 180px;
	overflow: hidden;
}

.rstop .rstoptruck{
	color: #A00;
}


.rstoprow.start .rstop .rstoptitle {
	font-size: 18px;
	-webkit-animation: bulge 0.3s ease-out 2 alternate;
	   -moz-animation: bulge 0.3s ease-out 2 alternate;
	    -ms-animation: bulge 0.3s ease-out 2 alternate;
	     -o-animation: bulge 0.3s ease-out 2 alternate;
	        animation: bulge 0.3s ease-out 2 alternate;
}

#flytitle{
	font-size: 24pt;
}

#flytitle.start {
	position: relative;
	padding-left: 100px;
	height: 50px;
}

#flytitle.start div {
	position: absolute;
	width: 100%;
	left: 0px;
	-webkit-animation: flyright 0.6s ease-in-out;
	   -moz-animation: flyright 0.6s ease-in-out;
	    -ms-animation: flyright 0.6s ease-in-out;
	     -o-animation: flyright 0.6s ease-in-out;
	        animation: flyright 0.6s ease-in-out;
}

@keyframes bulge {
    0% { font-size: 18px; }
    100% { font-size: 21px; }
}

@-webkit-keyframes bulge {
	0% { font-size: 18px;}
	100% {font-size: 21px;	}
}

@keyframes flyright {
    0% 		{ left: -700px; }
    100% 	{ left: 0px; } 
}

@-webkit-keyframes flyright {
	0% 		{ left: -700px;}
	100% 	{	left: 0px;	}
}






/** Table für Menu ENDE **/




/** Three Column Layout **/
.tricol { margin-bottom: 55px; }
.tricol h2 { text-transform: uppercase; }
/*.tricolcont .tricol:last-child { margin-bottom: 0px; }*/
.tricol .tcol {
	display: inline-block;
	margin: 0 3%;
	width: 29%;
	vertical-align: top;
}
.tricol .tcol:first-child { 	margin-left: 0; margin-right: 2%; }
.tricol .tcol:last-child { 	margin-right: 0; }
/** Three Column Layout ENDE **/



/** Bildergalerie **/
#floatviewport {
	width: 610px;
	height: 690px;
	overflow: hidden;
}

#floatcontainer {

	width: 4800px;
}

.floatee {
	width: 600px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.floatee .imgtext {
	padding-top: 20px;
}

.floatee .images {
	width: 3000px;
	overflow: hidden;
}

.floatee .images img {
	float: left;
	margin-right: 10px;
	/*padding-right: 50px;*/
}

#flinks a {
	display: inline-block;
	width: 120px;
}

/** Bildergalerie - ENDE **/



