
/* Global */
/*===================================
/* kopie von typography.css /*
   damit galerie swipebox mit der Darstellung von den restlichen seiten sind
/*====================================*/
	html * {
		font-size: 100.01%;
	}

	textarea,
	pre,
	code,
	kbd,
	samp,
	var,
	tt {
		font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}
body {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.625em; /* 26px */
    line-height: 1.375em; /* 22px */
	color:#333;
}
#tiere p{
	line-height:1.7em;
	text-align: justify;
	font-size: 1.1em;
	padding: 1.875em 1em 1.875em 2em;
	 
}
.center{
	text-align:center;
}
.center2{
	text-align:center;
	padding-bottom:0.75em;
}

#video1{
	padding:8em;
	margin:8em;
}
video{

-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);

transform: rotate(90deg);
}


/* Allgemeine Linkfarben */
a {
	background: transparent;
	color:#666;
	text-decoration: none;
}
a:visited {
	color: #666;
}
a:focus,
a:hover,
a:active {
	color: #ff7f00;
	text-decoration: none;
}

/* footer Linkfarben */
#footer p{
	color: #ccc;
	text-align: center;
	margin:0;
}
footer a {
	color: #ccc;
	text-decoration: none;
} 
footer a:visited {
	color: #ccc;
} 
footer a:hover,
a:active,
a:visited {
	color: #ff7f00; /*dunkelblau */
	text-decoration: none;
}
address{
	font-style: normal;	
}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #333;
		font-family: 'Josefin Sans', sans-serif;
		font-style: normal;
		font-weight: 400;
		margin: 0 0 0 0;
	}

h1 {
	font-size: 150%;
	margin: 0 0 2em 0;
}

h2 {
	font-size: 300%;
	margin: 0 0 0.25em 0;
	/*text-shadow: 0 2px 0 #666;*/
		/*text-shadow: 2px 2px 0 #666;*/
	text-shadow: -2px -2px 4px #CCC,2px 2px 4px #333;
}

h3 { /* fotophasie.html */
	font-size: 116.67%;
	border-bottom: 1px solid #666;
	padding:0.7em 1em;
	margin-bottom:1em;
	text-align: center;
}

h4 {
	font-size: 116.67%;
	padding:0.7em 1em;
}

h5 { 
	font-size: 116.67%;
	}

h6 {
	color: #888;
	}

ul,
ol,
dl {
	line-height: 1.5em;
	margin: 0 0 0 0; /* war 0 0 1em 1em */
}
#nav .ym-wbox {
	padding: 0 1em; /* war 0 12px */
}
li {
	line-height: 1.5em;
	margin-left: 0; /* war 0.8em */
}
<!-- style für 6 column fotophasie -->
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2{
    min-height: 1px;
    padding: 5px;
    position: relative;
}
.col-sm-2{
	padding:5px;
	
}
/*===================================
/* ende kopie von typography.css /*
/*====================================*/


























.portfolio-section {
    padding-bottom:0;/* war 40*/
}

/* category filter */

.filter-section {
	padding-top:0; /*war40*/ 
}


.filter-container {
    text-align:center;
    padding:0px 20px 20px 20px;
}


ul.filter > li > a {
    color:#ff7f00; /* helleres grün #1abc9c*/
    font-size:20px;
    line-height:40px;
text-shadow: 0px 1px 0 #666; 
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#d86c00; /*war dünkleresgrün #16a085 */
    outline:none
	text-shadow: 0px 1px 0 #666; 
}

ul.filter > li.active a {
    color:#666
}

ul.filter > li span {
    color:#999;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}
.portfolio-section2 figure {
    float:left;
    width:100%;
    position:relative;
	padding:2em;
		text-align: center;

}

.portfolio-section figure img {
    width:100%;
    height:auto
}


/* project title under image */

.portfolio-section .article-title {
	text-align: justify;
	float: left;
	width: 100%;
	font-size: 1.125em;
	line-height: 1.5em;
	padding: 1.875em 1em 1.875em 1em;
}

.portfolio-section .article-title_fotoalbum h3{
	text-align: center;
	float: left;
	width: 100%;
	border-bottom: 0px solid #ccc;
	font-size: 116.67%;
	padding:1em 1em;
	margin-bottom:1em;
}



.portfolio-section .article-title a {
    color:#333
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
	background-color:#ffd0a1; /*c8e9c8*/
    background-color:rgba(255, 208, 161, 1); /* rgba(194,231,194,0.9) */

}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(0,0,0,0.9);
    color:#ff7f00; /* farbe der icons */
    border-radius:0
}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 10px rgba(0,0,0,1.5) /*war 0 0 1px rgba(0,0,0,0.2)*/
}








/*
|--------------------------------------------------------------------------
|  Demo Specific Code
|--------------------------------------------------------------------------
|
|
|
*/



.demo-colored-wrap {
	background:#ff0000;

}