/*
Theme Name: uhrengoehrig
Description: Template für www.uhren-goehrig.de
Author: KaiBianka
*/


body {
  background-color: rgba(25,43,77,1);
  font-family: 'Antic Slab', serif;
  color: rgba(255,255,255,1);
}

a {
  color: rgba(200,200,200,1);
  text-decoration: none;
}
a img {
  border: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  opacity: 0;
}



#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-bottom: 50px;
  width: 1320px;
  height: auto;
  background-image: url(http://uhren-goehrig.de/wp-content/uploads/2015/10/hg_rad.png);
  background-repeat: no-repeat;
}


#side_uhr {
  background-image: url(http://uhren-goehrig.de/wp-content/uploads/2015/10/side_uhr.png);
  background-repeat: no-repeat;
  width: 658px;
  height: 694px;
  margin-top: 38px;
  float: left;
}
#side_uhr li {
  list-style-type: none;
  margin-top: -3px;
  margin-left: 2px;
}




#header {
  width: 562px;
  height: 231px;
  float: left;
  margin-top: 66px;
}
#top_logo {
  background-image: url(bilder/logo_neu.png);
  background-repeat: no-repeat;
  width: 313px;
  height: 126px;
  float: right;
}
#navi {
  float: right;
  margin-top: 52px;
}
#navi li {
  display: inline-block;
  list-style-type: none;
  margin-left: 32px;
}
#navi li#menu-item-7 {
  margin-left: -10px;
}
#navi li a {
  text-decoration: none;
  color: rgba(255,255,255,1);
  font-family: 'Antic Slab', serif;
  font-size: 20px;
  padding: 8px;
  border: 2px solid rgba(255,255,255,1);
  border-radius: 10px;
}
#navi li a:hover,
#navi li.current-menu-item a {
  background-color: rgba(255,255,255,0.2);
}





#content {
  width: 562px;
  height: auto;
  float: left;
}

#content h1 {
  font-family: 'Alex Brush', cursive;
  font-weight: lighter;
  font-size: 46px;
}
#content h2 {
  font-weight: 200;
  font-size: 22px;
  text-indent: 40px;
  margin-top: -40px;
}

#content .text {
  font-size: 16px;
  line-height: 18px;
  margin-left: 40px;
}
#content .text li {
  margin-bottom: 6px;
}

#content #map {
  float: right;
}


#content #galerie {
  margin-left: 70px;
}
#content .bild_gr {
  width: 482px;
  height: 212px;
  overflow: hidden;
  margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,1);
  border-radius: 10px;
}

#content .bild_kl {
  width: 236px;
  height: 158px;
  overflow: hidden;
  margin-bottom: 8px;
  margin-right: 8px;
  float: left;
  border: 1px solid rgba(255,255,255,1);
  border-radius: 10px;
}


#content .bild_kl img {
  width: auto;
  height: 100%;
  margin-left: -20%;
}

#content .bild_gr img {
  width: 100%;
  height: auto;
}




#lightbox #controls {
  display: none;
  height: 0;
  width: 0;
}
#lightbox #imageData #imageDetails #titleAndCaption #titleText {
  font-family: 'Antic Slab', serif;
  font-size: 18px;
  font-weight: normal;
}




#footer {
  float: left;
  width: 1320px;
  text-align: center;
  margin-top: 30px;
}

#footer #spruch {
  font-family: 'Alex Brush', cursive;
  font-weight: lighter;
  font-size: 24px;
  padding-bottom: 10px;
}
#footer #foot_add {
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,1);
  font-size: 16px;
}
#footer #foot_add a {
  color: rgba(255,255,255,1);
  text-decoration: none;
}

#footer #partner {
  margin-top: 20px;
}
#footer #partner img {
  margin-right: 30px;
}



