/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
@font-face {
  font-family: icons;
  src:url(fonts/icomoon.eot);
  src:url(fonts/icomoon.eot?#iefix) format(embedded-opentype),
    url(fonts/icomoon.ttf) format(truetype),
    url(fonts/icomoon.woff) format(woff),
    url(fonts/icomoon.svg#icons) format(svg);
  font-weight: normal;
  font-style: normal;
}

/*
 * ---:[ layout structure ]:---
 */
#header {
  margin: 35px auto 80px auto;
  }
#header .menu {
  text-align: center;
  }
#header .menu li {
  display: inline-block;
  text-align: center;
  position: relative;
  }
#header .menu li a {
  margin: 0 12px;
  display: block;
  color: #010101;
  font-size: 18px;
  font-family: Georgia;
  text-transform: uppercase;
  letter-spacing: 2px;
  }

#header .menu .active-item {
  width: 60%;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  left: 20%;
  background-color: #529f31;
  }


#content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  }


article {

  }
article .headline,
article .post_author,
article .post_cats {
  display: none;
  }
article img.wp-post-image {
  }


.masonry-container article.post {
  width: 25%;
  margin-bottom: 40px;
  overflow: hidden;
  }  
.masonry-container article.post.w2 {
  width: 50%;
  }  
.masonry-container article.post.h2 {
  height: 200%;
  }
#footer {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  border-top: 1px solid #000;
  }

#footer #footer-left {
  width: 30%;
  display: block;
  float: left;
  }
#footer #footer-right {
  width: 70%;
  display: block;
  float: left;
  }

#footer .menu {
  list-style: none;
  }
#footer .menu li {
  list-style: none;
  display: inline-block;
  }
/*---:[ custom CSS ]:---*/
.more-btn-container {
display: none !important;
}

html[lang="en-US"] .german_only {

display: none;

}

html[lang="de-DE"] .english_only {

display: none;

}

.WW_BTN2 {
	background-color:#2ea9d5 !important;
	color:#fff !important;
	cursor: pointer !important;
	font-family: 'Open Sans' !important;
	font-size: 19px !important;
	padding:8px 12px !important;
	text-decoration:none !important;
}

a .WW_BTN2 {
	background-color:#2ea9d5 !important;
	color:#fff !important;
	cursor: pointer !important;
	font-family: 'Open Sans' !important;
	font-size: 19px !important;
	padding:8px 12px !important;
	text-decoration:none !important;
}