@import url('fonts.css');

.styled {
	background: #cccccc;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-spacing: initial;
}
.slider-wrapper {
    width: 100%;
}
/*################################################################*/

/*################################################################*/
html , body{
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%;
	font-family:Open Sans !important;
	font-size:0.95em;
}

#content {
	display: inline-block;
	margin-bottom:20px;
}
/*######################NAVIGATION################################*/



#hintergrund {
  width:100%;
  height:100%;
  z-index:0;
  position:fixed;
  background-image:url(../images/sbgr.jpg);
}

.container {
	font-family:Open Sans;
	background-color:#fff;
}

#head_logo{
	padding:30px;
}
.footer #head_logo{
	padding:30px;
}

#head_logo .text_logo{
	font-size:1.5em;
	padding-top:10px;
}

#zunftlogo {
	float:left;
	padding-right:15px;
}

.header .navigation li.act a{
	color:#fff;
	text-decoration: underline;
}
.header .navigation li.act{
	background-color: #690806;
}

.navigation {
	padding: 15px 0px;
	position: relative;
	font-size:0.9em;
	text-align:right;
	margin-top:-68px;
	margin-left:300px;
}

.navigation li {
	float:left;
	line-height: 35px;
	list-style: none;
}

/*Formatierungen bei Hover event (indirekt mitausgelöst)*/
.navigation a {
  float: left;
  height: 35px;
  padding: 0px 15px;
  color: black;
  text-decoration: none;
}

.navigation ul {
  margin: 0;
  margin-top:10px;
  padding: 0;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 99999;
}
.navigation li:hover > ul {
  display: block;
  transition: all 0.3s cubic-bezier(0.29,0.72,0.7,0.31) 0s;
}

.navigation ul a {
  padding: 10px;
  height: 10px;
  width: 130px;
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  text-transform: none;
}
.navigation ul li {
  float: none;
  text-align:center;
  margin: 0;
  padding: 0;
  display: block;
}
/*Listen Farbe*/
#navigation li:hover a{
	background-color: #AB4030;
	color:white !important;
	transition: all 0.3s cubic-bezier(0.29,0.72,0.7,0.31) 0s;
}

a{
	text-decoration:none;
	color:black;
}

h1,h2,h3,h4,h5,h6{
	color:#690806;
}

#index_img{
	max-width:960px;
}

.index_container .correct_4{
	margin: 10px -18px 10px 30px;
}

.box {
    background-image: url("../images/box_bgr.png");
    box-sizing: border-box;
    color: white;
    float: left;
    height: 260px;
    padding: 100px 10px 20px 23px;
    width: 275px;
}
.box.altbau {
    background-image: url("../images/box_altbau_bgr.png");
}
.box.service {
    background-image: url("../images/box_service_bgr.png");
}
.box a {
    background-color: #900000;
    bottom: 20px;
    color: white;
    padding: 10px 20px;
    position: absolute;
}
.box .title{
	font-size:1.4em;
	text-transform:uppercase;
}
.box p{
	font-size:0.8em;
	margin-top:-1px;
}

.lable_abstand{
	display: inline-block;
	width: 116px;
}

#footer{
	background-image:url(../images/footer.png);
	height:155px;
	position:absolute;
	color:#000;
}
.footer_content{
	margin-top:30px;
}

#footer .text_logo{
	margin-left:90px;
	font-size:1.0em;
	margin-top:20px;
}
#footer_logo{
	margin-left:30px;
	margin-right:-10px;
	margin-top:-20px;
}

#footer .col {
	padding-top:25px;
}
#footer .left_col {
	float:left;
	margin-right:30px;
}
#footer .toHead{
	margin-top: -10px; 
	letter-spacing: -1px;
}

.titel{
	padding-left:20px;
}

.pad_a{
	padding:10px 20px;
	
}

.black {
	color:#000;
}
.white {
	color:#fff;
}
.red {
	color:#690806;
}
.italic {
	font-style:italic;
}

.text_center{
	text-align:center;
}
.text_tiny{
	font-size:0.9em;
}
.clear {
	clear:both;
}

.padding_20{
	padding:20px;
}
.image-set a {
    display: none;
}
.image-set a:first-child {
    display: block;
}
.open_gallery {
    background: url("../images/button.png");
    position: absolute;
    display: block;
    width: 165px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -45px;
}