@import url('reset.css');

@import url('widgets.css');

@import url('social.css');

@import url('elements.css');

@import url('comments.css');

@import url('haburger-menue.css');

/* @import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do); */

/* @import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do:300italic); */

/*content:*/
@import url('source-sans-pro.css');
@import url('voltaire.css');

/*
* Folder v1.0
*
*/
/* Vars ----------------------------------------------------*/
/* Mixins ----------------------------------------------------*/
/* IMPORT ------------------------------------------------------------*/
/* GENERAL ------------------------------------------------------------*/
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.wrapper {
  margin: 0 auto;
  width: 940px;
  position: relative;
}

.wrapper-nav {
	margin: 0 auto;
	width: 100%;
	max-width: 995px;
	position: relative;
	}
		
@media screen and (max-width: 990px) {
	.wrapper-nav {
		margin: 0 auto;
		width: 100%;
		max-width: 768px;
		position: relative;
	}		
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }
body p {
  margin-bottom: 15px;
  font-size: 0.875rem;
  
  }
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  /*text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);*/
  line-height: 1.5em;

}
#main,
footer {
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase; 
}
h1 {
  font-size: 2.525em;
}
h2 {
  font-size: 2.250em;
}
h3 {
  font-size: 1.500em;
}
h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1.256em;
}
h6 {
  font-size: 1.000em;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0px 5px 10px;
}
.section-div {
  height: 54px;
  border-top: 1px solid #ccc;
}

#logo {
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  overflow: hidden;
  clear: both;
}

.logoleft {
  margin-top: 0px;
  margin-bottom: /*10px;*/ 20px;
  margin-left: 0px;
  float: left;
}

.logoright {
  margin-top: -100px;
  margin-bottom: /*10px;*/ 20px;
  margin-right: 0px;
  float: right;
}

@media only screen and (max-width: 767px){
	.logoleft {
	  float: none;
	}
	
	.logoright {
		margin-top: -9px;
	  float: none;
	}
}

@media only screen and (max-width: 767px){
	.logoright img {
		width: 50% !important;
	}
}

#logo:hover {
  opacity: 0.8;
}

.oplogo{
	float: right;
	margin-top: -30px;
	}

.content-bold-italic{
  font-weight: bold;
  font-style: italic;
  }


.content-sig{
  font-size: 80%;
  font-style: italic;
  text-align: right;
  }

.link-item{
	background: url("../img/op-arrow-normal.png") no-repeat scroll 0 7px transparent;
    padding-left: 10px;
    float: right;
    font-style: italic;
    }
    
.link-item:hover{
    text-decoration: underline;
    }    
    
.img_clipping{
	height:249px;
	overflow:hidden;			
	}

/* ENTRY CONTENT ----------------------------------------------------*/
.entry-content h4.heading.victim-name{
  margin-bottom: 1.0em;
  font-family: 'Source Sans Pro', cursive;	
  font-weight: bold;
  text-transform: none;
  font-size: 1.700em;
}

.entry-content h5.heading{
  margin-top: 1.0em;
  margin-bottom: 1.0em; 
}

.entry-content .subheadig{
  line-height: 1.5em !important;
  /*margin-bottom: 0.8em;*/
}


/* COMBO NAVIGATION ------------------------------------------------------------*/
#comboNav {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  float: left;
}
/* NAVIGATION ------------------------------------------------------------*/
#nav {
  /*float: right;*/
  text-decoration: none;
}
#nav > li {
  margin: 0 20px 0 0;
}
#nav > li:first-child {
  margin-left: 0px;
}
#nav > li:last-child {
  border-right: none;
  padding-right: 0px;
}
#nav > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.000em;
  display: block;
  overflow: hidden;
  line-height: /*155px;*/ /*60px*/ 40px;
  border-top: 2px solid transparent;
  background: url(../img/header-pfeil-trans.png) no-repeat center /*bottom*/ top;
  border-bottom: 2px solid transparent;
}
/* sub navigation -----------------------------------------------------*/
.sfHover ul {
  display: block;
  margin-top: 30px;
  margin-left: 0px;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.sfHover ul li a {
  display: block;
  padding: 20px 20px;
  display: block;
  font-size: 0.6875rem;
  text-decoration: none;
}
/* WIDGET COLS ------------------------------------------------------------*/
.widget-cols {
  margin-top: 60px;
  margin-bottom: 30px;
  /*text-transform: uppercase;*/
}
.widget-cols h4 {
  margin-bottom: 15px;
  padding-left: 0px;
  font-weight: normal;
  text-align: left;
}
.widget-cols > li {
  min-width: 206px;
  width: auto;
  float: left;
  margin-right: 20px;
  font-size: 1.12em;
}
.widget-cols > li.fourth-col {
  margin-right: 0px;
}
/* HEADER ------------------------------------------------------------*/

#logo .headline{	
	font-family: 'Source Sans Pro', sans-serif;
	font-style: bold;
	font-weight: 600;
	font-size: 2.900em;
	text-decoration: none;
	letter-spacing: 0.013em;
	word-spacing: 0.09em;
	line-height: 0.6em;
	color:#ffffff; 
	padding:  10px 0px 0px 0px;
	margin-bottom: 5px;
	/*text-shadow: 2px 2px 5px #666;*/
	display: block;	
	}
	
#logo .headline2{	
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 2.000em;
	text-decoration: none;
	letter-spacing: 0.013em;
	word-spacing: 0.09em;
	line-height: 0.6em;
	color:#ffffff; 
	padding:  10px 0px 0px 0px;
	margin-bottom: 5px;
	/*text-shadow: 2px 2px 5px #666*/ ;
	display: block;	
	}		
	
#logo h2{
	font-family: 'Source Sans Pro', sans-serif;
	/*font-style: normal;*/
	font-style: italic;
	font-weight: 400;
	font-size: 1.90em;
	/*text-transform: uppercase;*/
	text-decoration: none;
	letter-spacing: 0.013em;
	word-spacing: 0.09em;
	line-height: /*1.4em;*/ 0.6em;
	color:#fff; 
	padding:  0px 14px 0px 0px;
	/*text-shadow: 3px 3px 1px #000000;	*/
	display: block;
	font-style: italic;
	}	
	
	


  /* SLIDER ------------------------------------------------------------*/


.wrapper #home-slider {
  margin-bottom: /*-73px;*/ 20px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0; 
  margin-bottom: -2.188rem;
  background: #F8F5F2;
  background: #ceddec url(../img/img-slider/baum_texture-blau.jpg) no-repeat center center; 
}

.wrapper #home-slider #sliderb_container { 
	position: relative; 
	width: 940px; 
	min-height: 243px; 
	overflow: hidden;
	margin: 0 auto;
	}
	
.wrapper #home-slider  .slider_lading {
	position: absolute; 
	top: 0px; 
	left: 0px;	
	}
	
.wrapper #home-slider .slider_filter {	
	filter: alpha(opacity=70); 
	opacity:0.7; 
	position: absolute; 
	display: block;
	ackground-color: #ffffff; 
	top: 0px; left: 0px;
	width: 100%;
	height:100%;
	}
	
.wrapper #home-slider .slider_lading_img {
	position: absolute; 
	display: block; 
	background: url(../img/loading.gif) no-repeat center center; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height:100%;
	}
	
.wrapper #home-slider .slider_slides_container {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 940px; 
	min-height: 243px; 
	overflow: hidden;
	margin: 10px auto -10px auto;
	}
	
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	#page-content .death-head { 
		width: 940px;
		max-width: 100%;
		} 
	} 	
	

@media screen and (max-width: 990px) {	
	.wrapper #home-slider .slider_slides_container {
	    cursor: move;
	    position: absolute;
	    left: 0px;
	    top: 37px;
	    width: 940px;
	    min-height: 308px;
	    overflow: hidden;
	    margin: 10px auto -10px auto;
	}
}	
	
.wrapper #home-slider .headline{
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 1.25rem;
	/*text-transform: uppercase;*/
	text-decoration: none;
	letter-spacing: 0.013em;
	word-spacing: 0.09em;
	line-height: 1.2em;
	color: #6691c6; 
	/*padding: 10px;*/
	/*text-shadow: 3px 3px 1px #000000;	*/
	display: block;
	}	
	
.wrapper #home-slider .headline p {
	font-size: 1.25rem;
	}		

/* MAIN ------------------------------------------------------------*/


#main {
  min-height: 500px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
	#main {
	  min-height: 500px;
	  padding-top: 60px;
	}	
}


/*body.home #main {
  padding-top: 120px;*/
}
/* HEADLINE ----------------------------------------------------*/#headline {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.000em;
  line-height: 1.1em;
  text-align: center;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  text-indent: -9000px;
  border-bottom: 1px solid #ccc;
  padding-top: 22px;
  padding-bottom: 22px;
}
/* MASTHEAD ----------------------------------------------------*/.masthead {
  margin-bottom: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.000rem;
  line-height: 1.1em;
  text-align: center;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
/* FILTERED ITEMS ----------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#filter-buttons {
  text-align: center;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  /*display: none;*/
}
#filter-buttons li {
  display: inline-block;
  margin-bottom: 0px;
}
#filter-buttons li a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  margin-bottom: 0px;
}
#filter-container {
  width: 965px;
  margin-bottom: 60px;
  /* Fixes shadow and margin right */

  padding-left: 5px;
  padding-top: 5px;
  margin-left: -5px;
}
#filter-container figure {
  width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

/* Ausnahmen portfolio */

.panes figure {
  width: 100%;		
  max-width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  background: #f8f5f2 none repeat scroll 0 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	}	
	
.panes figure .thumb {
  display: block;
  width: 100%;
  line-height: 0em;
  border-bottom: 2px solid #ccc;
}
.panes figure .thumb img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}
.panes figure .thumb:hover img {
  opacity: 0.3;
}
.panes figure figcaption {
  margin: 18px 10px 20px 10px;
  text-align: center;
}
.panes figure figcaption .heading {
  margin-bottom: 13px;
  font-size: 1.3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panes figure figcaption .readmore {
  display: block;
  margin: 10px 0px;
}	
	
	
	
#page-content figure {
  width: 100%;		
  max-width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  background: #f8f5f2 none repeat scroll 0 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}	
#page-content figure .thumb {
  display: block;
  width: 100%;
  line-height: 0em;
  border-bottom: 2px solid #ccc;
}
#page-content figure .thumb img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}
#page-content figure .thumb:hover img {
  opacity: 0.3;
}
#page-content figure figcaption {
  margin: 18px 10px 20px 10px;
  text-align: center;
}
#page-content figure figcaption .heading {
  margin-bottom: 13px;
  font-size: 1.3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-content figure figcaption .readmore {
  display: block;
  margin: 10px 0px;
}	
		

/* Ende Ausnahmen portfolio */

#filter-container figure .thumb {
  display: block;
  width: 100%;
  line-height: 0em;
  border-bottom: 2px solid #ccc;
}
#filter-container figure .thumb img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#filter-container figure .thumb:hover img {
  opacity: 0.3;
}
#filter-container figure figcaption {
  margin: 18px 10px 20px 10px;
  text-align: center;
}
#filter-container figure figcaption .heading {
  margin-bottom: 13px;
  font-size: 1.3rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#filter-container figure figcaption .readmore {
  display: block;
  margin: 10px 0px;
}
/* PAGE ----------------------------------------------------*/
#page-content,
#page-content-sb {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

#page-content.home, 
#page-content.general {
  margin-top: 60px;
}

/*@media only screen and (max-width: 767px) {
	#page-content.home, 
	#page-content.general {
	  margin-top: -14px;
	}	
}*/

#page-content-sb {
  width: 640px;
  float: left;
  margin-right: 60px;
}

#page-content,
#page-content-sb 
.box{
  background: #F8F5F2;
  padding: 30px 30px 0px 40px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

#page-content p.legend {
  font-size: 75%;
  font-style: italic;
}
#page-content a.legend {
  font-style: italic;
  text-decoration: underline;
}
#page-content p.legend a{
  font-style: italic;
  text-decoration: underline;
}

/* PAGE Content HEADER ----------------------------------------------------*/



	#page-content .death-head{
		overflow: hidden;
		display: flex;
		align-items: center; /* Vertikale Zentrierung */
		justify-content: center; /* Horizontale Zentrierung */
		}
		
	#page-content .name-death-head{
		font-weight: 100;
		color: #f8f5f2;
		text-align: center;
		}	
		
	#page-content  .eltern-element {
		display: flex;
		align-items: center; /* Vertikale Zentrierung */
		justify-content: center; /* Horizontale Zentrierung */
		float: left;
		}
	#page-content .kind-element .name-death-head-under{
		font-style: italic;
		text-align: center;
		}	
	#page-content .kind-element img{
		width: 100%;
		}	
	#page-content .kind-element P{		
		margin-bottom: 15px;	
		text-transform:uppercase;
		font-size: 95%;
		}	
			
	
@media only screen and (min-width: 319px) {
	#page-content .name-death-head{
		font-size: 18px;
		}	
	#page-content .kind-element .name-death-head-under{
		font-size: 0.75rem; 
		}	
	#page-content .kind-element img{
		width: 60%;
		}	
	#page-content .kind-element P{		
		margin-bottom: 5px;	
		text-transform:uppercase;
		font-size: 81%;
		}		
}

@media only screen and (min-width: 374px) {
	#page-content .name-death-head{
		font-size: 1.5rem;
		font-weight: 100;
		}	

	#page-content .kind-element .name-death-head-under{
		font-size: 0.75rem; 
		}	
	#page-content .kind-element img{
		width: 60%;
		}	
	#page-content .kind-element P{		
		margin-bottom: 5px;	
		text-transform:uppercase;
		font-size: 75%;
		}		
}

@media only screen and (min-width: 480px) {
	#page-content .name-death-head{
		font-size: 1.5rem;
		font-weight: 100;
		}	

	#page-content .kind-element .name-death-head-under{
		font-size: 0.75rem; 
		}	
	#page-content .kind-element img{
		width: 60%;
		}	
	#page-content .kind-element P{		
		margin-bottom: 5px;	
		text-transform:uppercase;
		font-size: 85%;
		}		
}


@media only screen and (min-width: 640px) {		
	#page-content .name-death-head{
		font-size: 2.125rem;
		}	

	#page-content .kind-element .name-death-head-under{
		font-size: 1.25rem; 
		}	
	#page-content .kind-element img{
		width: 100%;
		}	
	#page-content .kind-element P{		
		margin-bottom: 15px;	
		text-transform:uppercase;
		font-size: 85%;
		}			
}



@media only screen and (min-width: 768px) {		
	#page-content .name-death-head{
		font-size: 28px;
		}	

	#page-content .kind-element .name-death-head-under{
		font-size:24px; 
		}	
	#page-content .kind-element img{
		width: 100%;
		}	
	#page-content .kind-element P{		
		margin-bottom: 15px;	
		text-transform:uppercase;
		font-size: 85%;
		}			
}

@media only screen and (min-width: 959px) {		
	#page-content .name-death-head{
		font-size: 1.75rem;
		}	

	#page-content .kind-element .name-death-head-under{
		font-size: 1.5rem; 
		text-align: center;
		}	
	#page-content .kind-element img{
		width: 100%;
		}	
	#page-content .kind-element P{		
		margin-bottom: 15px;
		text-transform:uppercase;	
		font-size: 70%;
		}			
}

@media only screen and (min-width: 1279px) {		
	#page-content .name-death-head{
		font-size: 2.5rem;
		}	

	#page-content .kind-element .name-death-head-under{
		font-size: 1.5rem; 
		text-align: center;
		}	
	#page-content .kind-element img{
		width: 100%;
		}	
	#page-content .kind-element P{		
		margin-bottom: 15px;	
		text-transform:uppercase;
		font-size: 50%;
		}			
}
	
	
#page-content .name-death-head ul li{
		float: left; 
		
	}	

/* PAGE Content HEADER WIDTH / HEIGHT----------------------------------------------------*/

@media only screen and (min-width: 319px) { #page-content .death-head { width: 100%; height: 170px; } } 
@media only screen and (min-width: 355px) { #page-content .death-head { width: 100%; height: 180px; } } 
@media only screen and (min-width: 375px) { #page-content .death-head { width: 100%; height: 185px; } } 
@media only screen and (min-width: 384px) { #page-content .death-head { width: 100%; height: 195px; } } 
@media only screen and (min-width: 410px) { #page-content .death-head { width: 100%; height: 205px; } } 
@media only screen and (min-width: 429px) { #page-content .death-head { width: 100%; height: 215px; } } 
@media only screen and (min-width: 449px) { #page-content .death-head { width: 100%; height: 230px; } } 
@media only screen and (min-width: 480px) { #page-content .death-head { width: 100%; height: 230px; } } 
@media only screen and (min-width: 520px) { #page-content .death-head { width: 100%; height: 250px; } } 
@media only screen and (min-width: 540px) { #page-content .death-head { width: 100%; height: 260px; } } 
@media only screen and (min-width: 560px) { #page-content .death-head { width: 100%; height: 280px; } } 
@media only screen and (min-width: 580px) { #page-content .death-head { width: 100%; height: 290px; } } 
@media only screen and (min-width: 629px) { #page-content .death-head { width: 100%; height: 306px; } } 
@media only screen and (min-width: 640px) { #page-content .death-head { width: 100%; height: 320px; } } 
@media only screen and (min-width: 667px) { #page-content .death-head { width: 100%; height: 330px; } } 
@media only screen and (min-width: 689px) { #page-content .death-head { width: 100%; height: 340px; } } 
@media only screen and (min-width: 709px) { #page-content .death-head { width: 100%; height: 352px; } } 
@media only screen and (min-width: 737px) { #page-content .death-head { width: 100%; height: 370px; } } 
@media only screen and (min-width: 768px) { #page-content .death-head { width: 100%; height: 245px; } } 
@media only screen and (min-width: 992px) { #page-content .death-head { width: 100%; height: 340px; } } 


/* COLUMNS LAYOUT----------------------------------------------------------*/
.one-cols,
.one-half,
.one-third,
.one-fourth {
  float: left;
  margin-bottom: 40px;
  /*margin-right: 2.1276%;*/
  position: relative;
}
.one-cols{
  width: auto;
  padding: 2.5em 2.5rem 1.0em 2.5rem;
}

.one-cols img,
.one-half img,
.excerpt img{
  max-width: 100%;
  width: 100%;
  height: auto;
  float: left;
}

@media only screen and (max-width: 480px){
	.one-cols img,
	.one-half img,
	.excerpt img{
	  max-width: 100%;
	  width: 100%;
	  height: auto;
	  float: left;
	}
}

.one-cols a,
.one-half a{
  text-decoration: underline;
}

.one-cols .img-content,
.excerpt .img-content{
	float: left;
    font-size: 0.6875rem;
    font-style: italic;
    width: 49%;
    max-width: 100%;
    margin: 0 20px 10px 0;
    }
    
.one-half .img-content{
	float: left;
    font-size: 0.6875rem;
    font-style: italic;
    width: 49%;
    max-width: 100%;
    margin: 0 20px 10px 0;
    }    
    
.one-half {
  width: 42.9361%;
  padding: 2.0rem 2.0rem 1.0em 2.0rem;
}    


@media only screen and (max-width: 991px)	{
	.one-half {
	    width: 100%;
	    max-width: 90%;
	    padding: 2.5rem 1.0rem 1.0em 2.5rem;
	}    
}

@media only screen and (max-width: 768px)	{
	.one-half {
	    width: 100%;
	    max-width: 90%;
	    padding: 1.0rem 1.0rem 1.0em 2.0rem;
	}    
}

@media only screen and (max-width: 480px)	{
	.one-half {
	    width: 100%;
	    max-width: 90%;
	    padding: 1.0rem 1.0rem 1.0em 1.0rem;
	}    
}


    
@media only screen and (max-width: 480px)	{
	.one-cols .img-content,
	.excerpt .img-content {
	    width: 100%;
	    max-width: 100%;
	}    
}


.one-third {
  width: 31.9148%;
}
.one-fourth {
  width: 23.4042%;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
/* PORTFOLIO ----------------------------------------------------*/

#portfolio-content {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px)	{
	#portfolio-content {
	  position: relative;
	  margin-top: 0px;
	  margin-bottom: 60px;
	}   
}




#portfolio-content #filter-container {
  margin-bottom: 60px;
}
#portfolio-content #filter-container .heading {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
#portfolio-content #filter-container .portfolio-cat {
  font-style: italic;
  /*text-align: left;*/ 
  font-size: 0.875em;
}
#portfolio-content .project-pager {
  text-align: center;
  margin-bottom: 20px;
}
#portfolio-content .project-pager .previous-project {
  float: left;
}
#portfolio-content .project-pager .next-project {
  float: right;
}
#portfolio-content #project-box {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}
#portfolio-content #project-box .info {
  float: left;
  width: 164px;
  /* 184 - 20*/

  padding-left: 20px;
  margin-right: 68px;
  font-size: 0.688em;
}
#portfolio-content #project-box .info strong {
  font-weight: bold;
  display: block;
}
#portfolio-content #project-box .info p {
  margin-bottom: 12px;
}
#portfolio-content #project-box .info .launch {
  display: inline-block;
  padding: 5px;
  margin-left: -5px;
}
#portfolio-content #project-box .entry-content {
  float: left;
  width: 688px;
  /* 940 - (184 + 68) - 20*/

  margin-bottom: 40px;
}
#portfolio-content #project-box .entry-content .multicolumn .column * {
  padding-right: 20px;
}
/* RELATED PROJECTS ---------------------------------------------------*/
.related-projects {
  display: block;
  padding: 0px;
}
.related-projects .related-heading {
  font-weight: bold;
  margin-bottom: 21px;
}
.related-projects .related-list {
  display: block;
}
.related-projects figure {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 220px;
}
.related-projects figure:last-child {
  margin-right: 0px;
}
.related-projects figure .heading {
  text-decoration: none;
  font-style: normal;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-projects figure .thumb {
  display: block;
  margin-bottom: 10px;
  line-height: 0em;
  width: 220px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.related-projects figure .thumb img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-projects figure .thumb:hover img {
  opacity: 0.15;
}
/* CONTACT  ----------------------------------------------------*
/#map-holder {
  margin-bottom: 80px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
#map-holder #map_canvas {
  width: 100%;
  height: 300px;
}
#map-holder #map-content {
  padding: 20px;
  border-top: 1px solid #ccc;
}
/* BLOG ------------------------------------------------------------*/

#posts-list {
  position: relative;
  width: 640px;
  float: left;
  margin-top: 80px;
  margin-right: 60px;
}

.home-list {
  width: 940px !important;
}

#posts-list article {
  position: relative;
  margin-bottom: 15px;
  /*-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);*/
}
#posts-list article .feature-image {
  width: 100%;
  line-height: 0em;
}
#posts-list article .feature-image img {
  max-width: 100%;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#posts-list article .feature-image a img:hover {
  opacity: 0.1;
}
#posts-list article .box {
  position: relative;
  padding: 12px 20px 18px 20px;

}
#posts-list article .box .entry-date {
  position: absolute;
  width: 50px;
  height: 37px;
  top: 15px;
  left: -23px;
  display: block;
  padding-top: 13px;
  font-family: 'Open Sans', verdana, arial, sans-serif;
  line-height: 1em;
  -moz-border-radius: 60px 60px 60px 60px;
  -webkit-border-radius: 60px 60px 60px 60px;
  border-radius: 60px 60px 60px 60px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}
#posts-list article .box .entry-date .number {
  font-size: 18px;
  text-align: center;
  margin-bottom: 3px;
}
#posts-list article .box .entry-date .month {
  font-size: 13px;
  text-align: center;
}
#posts-list article .box .excerpt {
  float: left;
  width: 100%;
}



#posts-list article .box .excerpt img{
  /*max-width: 256px;*/
  height: auto;
  float: left;
}

#posts-list article .box .excerpt .img-content{
	float: left;
    font-size: 0.6875rem;
    font-style: italic;
    /*width: 49%;*/
    max-width: 100%;
    margin: 0 20px 10px 0;
    }



#posts-list article .box .excerpt .post-heading {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.65em;
  line-height: 1.1em;
  /*text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);*/
  margin-top: 14px;
  margin-bottom: 14px;
}
#posts-list article .box .excerpt .learnmore,
#posts-list #page-content .learnmore{
  display: inline-block;
  padding: 0 5px 2px;
  font-size: 0.85em;
}
#posts-list article .box .meta {
  float: left;
  margin-left: 20px;
  font-size: 0.688em;
  padding-top: 15px;
}
#posts-list article .box .meta span {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
}
#posts-list article .box .meta .user {
  background: url(../img/icon-user.png) no-repeat 0px 0px;
}
#posts-list article .box .meta .comments {
  background: url(../img/icon-comments.png) no-repeat 0px 0px;
}
#posts-list article .box .meta .tags {
  background: url(../img/icon-tags.png) no-repeat 0px 0px;
}
#posts-list article.format-audio .format {
  background: url(../img/icon-format-audio.png) no-repeat 0px 0px;
}
#posts-list article.format-video .format {
  background: url(../img/icon-format-video.png) no-repeat 0px 0px;
}
#posts-list article.format-link .format {
  background: url(../img/icon-format-link.png) no-repeat 0px 0px;
}

.one-cols a.post-counter,
#posts-list article.format-link a.post-counter{
  background: url(../img/op-arrow-normal.png) 0 6px no-repeat;
  padding-left: 10px;
  /*margin-bottom: 40px;  
  font-size: 1.1em !important;*/
  }
  
.one-cols a.post-counter:hover, 
#posts-list article.format-link a.post-counter:hover{
  text-decoration: underline;
  }  


#posts-list article.format-quote .format {
  background: url(../img/icon-format-quote.png) no-repeat 0px 0px;
}
#posts-list article.format-standard .format {
  background: url(../img/icon-format-post.png) no-repeat 0px 0px;
}
#posts-list article.format-image .format {
  background: url(../img/icon-format-image.png) no-repeat 0px 0px;
}
body.single #posts-list {
  width: 640px;
}
body.single #posts-list article {
  margin-bottom: 55px;
}
body.single #posts-list article .box {
  position: relative;
  padding-left: 40px;
  padding-top: 12px;
  padding-bottom: 18px;
  padding: 0px 0px 0px 0px;
  background: none;
}
body.single #posts-list article .box .excerpt {
  float: left;
  width: 580px;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
}
body.single #posts-list article .box .meta {
  width: 580px;
  margin-left: 0px;
  padding: 20px 20px 20px 40px;
}
/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation {
  display: block;
  margin-bottom: 100px;
}
#main .page-navigation a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .page-navigation .nav-next {
  float: left;
  padding: 0 0 0 1.0rem;
}
#main .page-navigation .nav-previous {
  float: right;
  padding: 0 1.0rem 0 0;
}
/* SIDEBAR ------------------------------------------------------------*/
#sidebar {
  position: relative;
  width: 240px;
  float: left;
  margin-top: 60px;
  font-size: 0.938em !important;
}
#sidebar .block {
  margin-bottom: 0px;
  padding-bottom: 20px;
  /*font-size: 1.1em !important;*/
}

#sidebar .block ul li{
  background: url(../img/op-arrow-normal-blue.png) 0 6px no-repeat;
  padding-left: 10px;
  /*margin-bottom: 40px;  
  font-size: 1.1em !important;*/
  }
#sidebar .block ul li.down{  
  background: url("../img/op-arrow-down-blue.png") no-repeat scroll 0 6px transparent;
  }
  
#sidebar .block .link{
    background: url("../img/op-arrow-normal-blue.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    padding-left: 10px;  
    }
  
#sidebar .block ul li ul li{
  background: url(../img/op-arrow-normal-blue.png) 0 6px no-repeat;
  /*margin-bottom: 40px;
  padding-bottom: 5px;
  font-size: 1.1em !important;*/
  }  
  
  

#sidebar h4,
#sidebar h5,
#sidebar .block-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  padding-bottom: 15px;
}


#sidebar ul.debatte {
 margin-top: -30px;
}

#sidebar li {
  margin-bottom: 5px;
}

#sidebar li a:hover {
  text-decoration: underline !important;
}


/* RESPONSIVE VIDEO ----------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* SOCIAL BAR ----------------------------------------------------*/
#social-bar {
  display: block;
  float: right;
}
#social-bar li {
  display: block;
  float: left;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#social-bar li:hover {
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
/* FOOTER ------------------------------------------------------------*/
footer {
  font-size: 0.688em;
}

footer h4{
  font-size: 0.875rem;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  /*text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.1);*/
}
/* FOOTER BOTTOM ------------------------------------------------------------*/
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  display: block;
}
.footer-bottom .left {
  width: auto;
  padding-top: 10px;
  float: left;
}
.footer-bottom .right {
  width: auto;
  margin-top: 10px;
  float: right;
}
.footer-bottom .right img{
  border: 1px #000 solid;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2); 
}