html, body {
	background-color: #444444;
	font-family: 'segoe ui',sans-serif;
	margin: 0 !important;
	padding: 0 !important;
}


li, ul{
	list-style: none;
	margin: 0;
	padding: 0;
}



a {
	color: black;
}

.cb{
	clear: both;
}


#wrapper {
	margin: 0 auto;
	min-width: 1240px;
}

#header{
  position: fixed;
  background-color: #444444;
  width: 100%;
  height: 135px;
  z-index: 100;
  border-bottom: 4px solid #9cd7ea;
  min-width: 1240px;
}

#header_inner{
	max-width: 1240px;
  margin: 0 auto;
}


#content{
  padding-top: 145px;
}

#logo {
	margin-left: 45px;
	margin-top: 18px;
	z-index: 101;
	float:left;
}


#navi li {
	float: left;
	padding: 75px 15px 15px 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	
}


#navi li:hover {
	background-color: #ffffff;
	color: #444444 !important;

}


#navi {
  list-style-type: none;
  padding-left: 30px;
  padding-right: 30px;
  float:left;
}


#home {
	background-image: url(images/home.jpg);
	width: 100%;
	height: 677px;
	margin-top: -10px;
	background-size: 100%;
}
	
#home_text {
	color: #ffffff;
	position: relative;
	top: 150px;
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
}

#home_text span{
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
}

#home_text2 {
	color: #ffffff;
	position: relative;
	top: 180px;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}



#ueber_mich {
	width: 1240px;
    margin-top: 120px;
    margin: 120 auto 0 auto;
}

#ueber_mich img{
	float:left;
 	margin-left: 20px;
}
	
#ueber_mich_text {
	color: #ffffff;
	position: relative;
	margin-top: 47px;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
}

#ueber_mich_text_2 {
    color: #FFF;
    float: left;
    line-height: 2;
    text-align: center;
    margin-left: 200px;
    margin-top: -30px;
    max-width: 650px;
}

#galerie{
	padding: 0 50px;
}

#galerie img{
  max-width: 100%;
  max-height: 100%;
}

#galerie a{
	width: calc(33% - 20px);
	margin: 10px;
        display: block;
        float: left;
        height: 300px;
	text-align: center;
}


#galerie_1{
	background-image: url(images/unser_beruf.png);
	width: 100%;
	height: 544px;
	margin-top: 130px;
}
	
#unser_beruf_text {
	color: #444444;
	position: relative;
	top: 70px;
	width: 50%;
	margin-top: 20px;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
}

#unser_beruf_text2 {
	color: #ffffff;
	position: relative;
	top: 140px;
	width: 50%;
	line-height: 2;
	text-align: center;

}


#ausstellungen_text {
	color: #ffffff;
	position: relative;
	margin-top: 90px;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	float: center;
}

#ausstellungen_text2 {
	color: #FFF;
	line-height: 2;
	text-align: center;
	float: center;
}



#ausstellungen{
	width: 100%;
	overflow: hidden;
	margin-top: 150px;
	float: center;
}

#galerie1_wrapper {
	margin-top: -200px;
}


#galerie1 {
	width: 500%;
	right: 100%;

}

.galerie1_col{
	float: left;
	width: 20%;
	height: 544px;
}

.tipps_bild_1{background-image: url(images/tipps_links.png);}
.tipps_bild_2{background-image: url(images/kontakt.png);}
.tipps_bild_3{background-image: url(images/galerie1_bild1_1.png);}


#galerie1_text2 {
	color: #444444;
	position: relative;
	top: 495px;
	left: 20%;
	line-height: 2;
	text-align: left;
	width: 50%;
	margin-left: 309px;

}


#pfeil-left{
  background-image: url(images/pfeil-left.png);
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 100;
  margin: 242px 0 0 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}


#galerie1_wrapper:hover #pfeil-left{
	opacity: 0.8;
}

#pfeil-right{
  background-image: url(images/pfeil-right.png);
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 100;
  margin: 242px 0 0 1200px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#galerie1_wrapper:hover #pfeil-right{
	opacity: 0.7;
}



#strich_home {
	width: 500px;
	height: 1px;
    background: #FFF;
    margin: 0 auto;
}


#strich_ueber_mich {
	width: 300px;
	height: 1px;
    background: #FFF;
}




#strich_ausstellungen {
	width: 300px;
	height: 1px;
    background: #FFF;
}


@media(max-width:700px){/*md*/
  #ueber_mich_text_2{
    margin-left: 50px;
  }

}
