@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


body{
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
}
a:link{
    color: #333333;
}
a:visited{
    color: #333333;
}
.clear{
    clear: both;
}
.wrapper{
    width: 100%;
    padding: 5px 0;
}
.content{
    width: 800px;
    margin: auto;
    color: #333333;
}
.larger{
    font-size: 1.2em;
}
.smaller{
    font-size: 0.8em;
}
.header{
    background: url("images/header-img-smaller400.png") no-repeat;
    height: 226px;
    width: 400px;
    float: left;
}
.contact{
    padding: 1px 0;
	width: 400px;
    /*background-color:#ec6825;*/
    /*width: 300px;*/
    min-height: 200px;
    color: #333333;
    font-size: 1.2em;
    font-weight: 700;
    float: right;
}
.half{
    width: 390px;
    color: #333333;
    font-size: 1.2em;
}
.left{
    padding: 0 10px 0 0;
    float: left;
}
.right{
    padding: 0 0 0 10px;
    float: right;
}
h3{
    margin-bottom: 0;
}
.hours, .popups{
    padding: 1px 0;
    font-weight: 400;
    font-size: 1.2em;
}
.footer{
    font-size: 0.8em;
    color: #666666;
}
.hours table{
    border-collapse: collapse;
    border: none;
}
.hours table th{
    text-align: left;
    padding-bottom: 5px;
}
.hours table td{
    width: 20%;
    padding: 10px;
}
.hours table td.leftborder{
    border-left: 1px solid #333333;
}
.orange{
    background-color:#ec6825;
}
.sand{
    background-color: #f0dbd1;
}
.orangeline{
	border-bottom: solid 1px #EC6825;
}
.caution{
	width: 680px;
	padding-left: 120px;
	min-height: 90px;
	background: url("images/caution.png") left center no-repeat;
}
#hidden-impressum a:link, #hidden-datenschutz a:link, #hidden-impressum a:visited, #hidden-datenschutz a:visited{
    color:#EC6825;
}
#hidden-impressum, #hidden-datenschutz{
    max-width: 800px;
}