html {
  padding: 10px 2%;
  overflow-y: scroll;  /* Horizontale Scrollbalken erzwingen */
  background: url(pics/tepro-ohg.jpg) no-repeat center center fixed;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(pics/tepro-ohg.jpg) no-repeat center center fixed;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url(pics/tepro-ohg.jpg) no-repeat center center fixed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.5))), url(pics/tepro-ohg.jpg) no-repeat center center fixed;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url(pics/tepro-ohg.jpg) no-repeat center center fixed;
  background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url(pics/tepro-ohg.jpg) no-repeat center center fixed;
  background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url(pics/tepro-ohg.jpg) no-repeat center center fixed;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%), url(pics/tepro-ohg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  line-height: 1;
  margin: 0 auto;
  padding-top:55px;
  color: #444; 
  font: normal .9em/150% Helvetica, sans-serif, Verdana;   
  letter-spacing: 1px;
  width: 960px;
  background:transparent;
  position:relative;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
	Styles starts 
*/
h1 {
  line-height: 1.1em;
	color: #8f8517;
}

a {
  text-decoration: none;
  color: #111;
}
a:focus, 
a:hover, 
a:active {
  color: #dd4b39;
}

strong {
  font-weight: bold;
}

/* Wenn ein Element ein title-Attribut hat */
[title] {
  cursor: help;
}

a [title],
a[title] {
  cursor: pointer;
}

table {
  margin: 15px 0;
  border: 1px solid #355E64;
  border-collapse: collapse;
}
table th,
table td {
  width: 150px;
  height: 50px;
  font-size: .8em;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  cursor: default;
}
table th {
  height: 30px;
  background: #355e64;
  color: #FFF;
  border: 1px solid #355e64;
  border-right: 1px solid #FFF;
}
table th:nth-child(5) {
  border-right: 1px solid #355e64;
}
table tfoot td {
  height: 25px;
  font-size: .8em;
}

#one {
	padding: 8px;	
}


li #galerie{
	display: inline-block;	
	list-style-type: none;
	width: 45%;
}

img #galerie{
	padding: 0;
	margin: 0;	
	width: 100%;  /* Bild passt sich an verfÃ¼gbaren Raum im li an */
}

button #galerie{
  padding: 0.1em;
}

     /* Large screens */
@media all and (min-width: 35em) {
	li #galerie{
		width: 10em;
	}

	img #galerie{
		padding: 0;
		margin: 0;	
		width: 100%;  /* Bild passt sich an verfÃ¼gbaren Raum im li an */
	}

	button #galerie{
		padding: 0.1em;
	}

	button:focus, 
	button:hover {
		background: #09c;
	}
}


/*  Skiplinks */
#skiplinks {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

#skiplinks a:focus,
#skiplinks a:active {
  white-space: nowrap;
  min-width: 250px;
  display: block;
  padding: 5px 15px;
  color: #333;
  font-weight: bold;
  background:#F4F4F4;
  border: 1px solid #679300;
  border-width: 1px 2px;
  outline: 0;
}


/* Font-Family 

@font-face {
    font-family: 'MerriweatherSansRegular';
    src: url('font/MerriweatherSans-Regular-webfont.eot');
    src: url('font/MerriweatherSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('font/MerriweatherSans-Regular-webfont.woff') format('woff'),
     url('font/MerriweatherSans-Regular-webfont.ttf') format('truetype'),
     url('font/MerriweatherSans-Regular-webfont.svg#MerriweatherSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherSansBold';
    src: url('font/MerriweatherSans-Bold-webfont.eot');
    src: url('font/MerriweatherSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
     url('font/MerriweatherSans-Bold-webfont.woff') format('woff'),
     url('font/MerriweatherSans-Bold-webfont.ttf') format('truetype'),
     url('font/MerriweatherSans-Bold-webfont.svg#MerriweatherSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

#menu_contact {
  font-family: "MerriweatherSansRegular"; 
  font-size:.95em;
}
#menu_contact a {
  color: #fff;
}
#menu_main,
header,
#overview h3 {
  font-family: "MerriweatherSansBold"; 
  font-size:.9em;
}


/*
  Box Shadows
*/
header {
  box-shadow: 0 0 10px 1px #333;  
  border-radius:0 0 5px 5px;
}
#main_wrap {
  box-shadow: 0 0 4px 4px #AAA;
}
#overview {
  box-shadow: 0 0 10px 3px #333;
}
footer {
  box-shadow: 0 0 10px 1px #333;
}


.clear {
  clear: both;
  height: 0;
  line-height:0;
}


/* 
      screen 
*/
@media screen, projection {

  header {
    position:absolute;
    top:-10px;
    z-index:2;
    right:6%;
    text-align:center;
	background-color:#fff;
	}
	header div {
		padding:2px;
		margin:0;
		background-image: url(pics/tepro-logo.png);
		background-position:center;
		background-repeat:no-repeat;
		width:265px;
		height:130px;
	}
  header span {
    display: none;
	}
     
  /* Kontakt-Menu */
  #menu_contact {    
    margin:-20px 0 15px;
    padding-left:5px;
    text-transform:uppercase;
  }
  #menu_contact li { 
    margin-right:20px;       
    display:inline;
  }


    
    /* 
         Main-Wrapper 
    */
    #main_wrap {
      background-color: rgba(255,255,255,.8);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFFFFFF,endColorstr=#4cFFFFFF); /* IE */
      padding: 5px;
      border-radius:4px 4px 0 0;
    }
    
    /* Menu Main */
    #menu_main {
		padding:20px 0 0 25px;
		text-transform:uppercase;
		background:#83bb26;
		border-bottom:7px solid #dce6a2;
		border-top-left-radius: .3em;
		border-top-right-radius: .3em;	  
    }
    #menu_main a {
      color:#f4f5fc;
      border-bottom:1px solid transparent;
    }
    #menu_main a:focus,
    #menu_main a:hover,
    #menu_main a:active {
      border-bottom-color:#FFF;
    }
    #menu_main li {
      margin-right:20px;
      display:inline;
    }
    
       
    /* Slide Modul */
    #slide_modul {
      height:600px;
      position:relative;
      background:url(pics/tepro-toronto-oberhitzegrill-1.jpg) no-repeat;
	  background-size: 100%;
    }
    #slide_modul p.slidebutton {
      margin:0;
      padding:0;
      font-size:1.6em;
      position:absolute;
      top:50px;
      background:#679300;
    }
    #slide_modul p.slidebutton a {
      padding:68px 5px;
      display:block;
      color:#F5F5F5;
      font-weight:bold;
    }
    #slide_modul p.slidebutton a:focus,
    #slide_modul p.slidebutton a:hover,
    #slide_modul p.slidebutton a:active {
      color:#dd4b39;
    }
    #slide_modul .slidetoleft {
      left:0;
    }
    #slide_modul .slidetoright {
      right:0;
    }
    
    /* Quick Overview */
    #overview {
      margin:0 -15px -5px;
      padding:5px 0;
      text-align:center;
      position:relative;
      background:#f1f1f1;
      border-radius: 3px;
    }
    #overview section {
      margin-right:3px;
      display:inline-block;
      width:235px;
      text-align:left;
      position:relative;
    }
    #overview section:last-child {
      margin-right:0;
    }
    #overview h3 {
      padding:6px 10px 4px;
      text-transform:uppercase;
      line-height:1.1em;
      color:#f4f5fc;
      background:#83BB26;
      border-radius: 3px;
    } 
    #overview a {
      margin-top:5px;
      display:block;
      height:270px;
      border:1px solid #BBB;
      border-radius: 5px;
	  background-size: 100%;
    } 
    #overview span {
      padding-left:10px;
      position:absolute;
      left:-999em;
      width:225px;
      font-size:.8em;
      background:#679300;
      color:#f4f5fc;
      line-height:140%;
      opacity:.8;
    }    
    #overview a:focus,
    #overview a:hover,
    #overview a:active {
      text-indent:0;
      border-color:#679300;
      color:#999;
    }
    #overview a:hover span {
      bottom:5px;
      left:0;
    }
	#view_lf a {
	  background:url(pics/tepro-toronto-oberhitzegrill-3-k.jpg);
	}
    #view_at a {
	  background:url(pics/tepro-toronto-oberhitzegrill-2-k.jpg);
    }
    #view_a a {
	  background:url(pics/tepro-toronto-oberhitzegrill-15-k.jpg);
    }      
    #view_mb a {
	  background:url(pics/tepro-toronto-oberhitzegrill-4-k.jpg);
    }
    
    
    /*
      Eigentlicher Inhaltsbereich
    */
    #main {
		padding:50px 15px;
    }
    
    /* */
    article,
    #sidebar_r,
    #sidebar_sn {
      display:inline-block;
      vertical-align: top;
    }
    
    /* Sidebar fÃ¼r Suchfeld und News*/
    aside {
		  float:right;	
      width:22%;
    }
    
    /* Sidebar fÃ¼r Suchfeld und News*/
    #sidebar_sn {
		  float:left;	
      margin:0 2% 0 0;
    }
    
    /* Suchfeld */
    #searchform {
        margin-bottom:30px;
    }    
    aside input[type="text"] {
        padding: 8px;   
        width:90%;
        font-size:.9em;
        border: 1px solid #DDDDDD;
        background: linear-gradient(#FFFFFF, #EEEEEE);
        border-radius: 3px;
        box-shadow: 0 0 2px #DDDDDD;
    }
    aside input[type="text"]:hover {
        border:1px solid #cccccc;
    }
    aside input[type="text"]:focus {
        box-shadow:0 0 2px #FFFE00;
    }

    /* Newsticker */
    #newsticker h1 {
      color:#904043;
      font-size:1.5em;
    }
    #newsticker dl {
      margin-right:10px;
      font-style:italic;
    }
    #newsticker dt {
      margin-top:15px;
    }
    #newsticker a {
      font-size:.75em;
      font-weight:bold;
      border-bottom:1px dotted;
    }
    #newsticker a:focus,
    #newsticker a:hover,
    #newsticker a:active {
      border-bottom-style:solid;
    }
    
    #newsticker p {
      margin:10px 0;
      line-height:130%;
    }

    /* Article */
    article {     
      padding:0 25px 0 0;
      width:70%;
      float: right;
    }
    article h2 {
      color:#890b0f;
      font-size:1.8em;
      line-height:130%;
    }
    article p {
      margin:20px 0;
    }
    article a {
      color:#823639;
      border-bottom:1px dotted;
    }
    article a:focus,
    article a:hover,
    article a:active {
      border-bottom-style:solid;
    }
    article#startseite{
		  width:65%;	
		}
    
    /* Sidebar fÃ¼r RÃ¼ckruf */
    #sidebar_r {
    }
    #sidebar_r h1,
    #sidebar_r h2 {
      font-size:1.8em;
      line-height:130%;
      color:#904043;
    }
    #sidebar_r h2 {
      margin-top:30px;
    }
    #sidebar_r p {
      margin:15px 0;
    }
    #sidebar_r input {
      margin:13px 0;
      display:block;
    }
    input[type="submit"] {
      padding: 5px 10px;
      color: #fff;
      cursor: pointer;
      font: italic bold 1em/1.2 Georgia, "Times New Roman ", Times, Cambria, "Nimbus Roman No9 L ", serif;
      border: 1px solid #e35061;
      background: #c50a1f;
      border-radius: 3px;
    }
    input:hover[type="submit"] {
      border-color:#999;
    }
    
    .w3-container > strong {
      font-size: 2em;
      margin-block-start: 0.67em;
      margin-block-end: 0.67em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      font-weight: bold;
    }
    
    /* Network */
    #social_buttons {
      margin-top:25px;
      width:150px;
    }
    #social_buttons li {
      display:inline-block;
    }
    #social_buttons a {
      margin:0 5px 14px 0;
      width:38px;
      height:38px;
      display:inline-block;
      text-indent:-999em;
      background:url('pics/tepro-toronto-oberhitzegrill-2.jpg');
      opacity:.7;
    }
    #social_buttons a:focus,
    #social_buttons a:hover,
    #social_buttons a:active {
      opacity:1;
    }
    
    #social_buttons a#gp_button {
      background-position:-2px -2px;
    }
    #social_buttons a#fb_button {
      background-position:-55px -2px;
    }
    #social_buttons a#tw_button {
      background-position:-109px -2px;
    }
    #social_buttons a#x_button {
      background-position:-160px -2px;
    }
    #social_buttons a#l_button {
      background-position:-211px -2px;
    }
    #social_buttons a#y_button {
      background-position:-264px -2px;
    }
     
    /* Footer */     
    footer {
      margin:30px 0;
      padding:25px 10px 3px;
      min-height:120px;
      background: rgba(255,255,255,.8);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFFFFFF,endColorstr=#4cFFFFFF); /* IE */
      text-align:center;
      line-height:160%;
      border-radius:4px;
      box-shadow: 0 0 4px 4px #AAA;
    }
    footer section {
       width:30%;
       display:inline-block;
       vertical-align:top;
       text-align:left;
    }
    footer h2, 
    footer h3 {
      margin:15px 0;
      color:#904043;
    }
    footer a {
      color:#823639;
      border-bottom:1px dotted;
    }
    footer a:focus,
    footer a:hover,
    footer a:active {
      border-bottom-style:solid;
    }
	footer .copyright {
      margin-top:40px;
      font-size:.8em;
    }
	footer .copyright span {display:block;}
    footer .fn, 
    footer #map_button {
      display:inline-block;
    }
    footer .fn {
       margin:0 0 10px;
       font-size:.8em;
    }
    footer .org {
      font-weight:bold;
    }
    footer #map_button {
      margin-top:10px;
    }
    /* footer ends */
}                       
/* 
      screen, projection ends
*/


/*
      Drucklayout
*/
@media print {
}/*   print ends 
*/
       
       
/* 
      vmtl. Tablet
*/
@media screen and (max-width: 960px) {
/*   Tablet ends */
body {width:100%;}
#main_wrap{border:0;}
#overview{margin:0;}

main{
	box-shadow:none;
	border: 0px;
	}
article, article#startseite,section, aside,footer section, #social_buttons  {width:100%;}
}

/*       Smartphone    */
@media screen and (max-width: 720px) {
body {
	padding-top:0;
	background:white;
}

#skiplinks {
	left:0;
	top:0;
	z-index:3;
}

header {
	position:relative;
	width:94%;
	text-align:right;
	padding-right:6%;
	right:0%;
	background-color: rgba(255,255,255,.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFFFFFF,endColorstr=#4cFFFFFF); /* IE */
}

header div {
	background-position: center center;
	width: 100%;
}

header,#main_wrap,footer {
	box-shadow: 0 0 0 0 transparent;
}

nav#menu_contact,
nav#menu_main {
	background:transparent;
	padding-left: 0;}

nav#menu_contact ul,	
nav#menu_main ul{
	padding:0;
}
nav#menu_contact ul li,	
nav#menu_main ul li{
	display:block;
	background: none repeat scroll 0 0 #679300;
	margin: 5px 5%;
	border-radius:10px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	width:auto;
}
nav#menu_contact ul li a {color:white;}

}
/*      Smartphone ends   */

/* W3 Slider */
.w3-container{box-sizing:border-box}.w3-container *,.w3-container *:before,.w3-container *:after{box-sizing:inherit}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-section{padding:0 !important;margin-left:-8px;margin-right:-8px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding: 8px}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}

/* reviews */
#reviews{padding-left:0}
#reviews .rating{display:inline-block;background-image:url(pics/stars-grey.png);background-repeat:no-repeat;width:120px;height:22px;position:relative;top:3px}
#reviews .rating .stars{display:inline-block;background-image:url(pics/stars.png);background-repeat:no-repeat;height:22px}
#reviews .rating .stars.stars-5{width:100%}
#reviews .rating .stars.stars-4{width:80%}
#reviews .rating .stars.stars-3{width:60%}
#reviews .rating .stars.stars-2{width:40%}
#reviews .rating .stars.stars-1{width:20%}
#reviews h4{margin-block-end: 0;}
#reviews .desc{font-style:italic}

.ref {
float:right;
border-radius: 4px;
}
