/*
Willkommen beim benutzerdefinierten CSS!

CSS (Cascading Style Sheets) ist eine Art Code, der dem Browser sagt, wie
eine Webseite dargestellt werden soll. Du kannst diese Kommentare löschen
und mit deinen Anpassungen beginnen.

Als Standard wird dein Stylesheet nach den Theme-Stylesheets geladen, das
heißt, dass deine Regeln Vorrang haben und die Theme-CSS-Regeln
überschreiben können. Schreibe einfach hier rein, was du ändern
möchtest, du musst nicht den gesamten Stylesheet-Inhalt deines Themes
kopieren.
*/
.foto-bu {
	text-align: center;
	font-size: .85em;
	color: #5A5A5A;
	margin-bottom: 2em;
	font-family: "Georgia", sans-serif;
}

.wpe-col-remove {
	display: none;
}

/* ===== Col ===== */
.wpe-col::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wpe-col {
	width: 100%;
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpe-col-1,.wpe-col-2,.wpe-col-3, .wpe-col-7 {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ===== 07-03 ===== */
.wpe-col.wpe-col-07-03 .wpe-col-7 {
	width: 67.5%;
	margin-right: 5%;
}

.wpe-col.wpe-col-07-03 .wpe-col-3 {
	width: 27.5%;
}

/* ===== 12-12 ===== */
.wpe-col.wpe-col-12-12 .wpe-col-1 {
	width: 47.5%;
	margin-right: 5%;
}

.wpe-col.wpe-col-12-12 .wpe-col-2 {
	width: 47.5%;
}

/* ===== 13-23 ===== */
.wpe-col.wpe-col-13-23 .wpe-col-1 {
	width: 30%;
	margin-right: 5%;
}

.wpe-col.wpe-col-13-23 .wpe-col-2 {
	width: 65%;
}

/* ===== 23-13 ===== */
.wpe-col.wpe-col-23-13 .wpe-col-1 {
	width: 65%;
	margin-right: 5%;
}

.wpe-col.wpe-col-23-13 .wpe-col-2 {
	width: 30%;
}

/* ===== 13-13-13 ===== */
.wpe-col.wpe-col-13-13-13 .wpe-col-1 {
	width: 30%;
	margin-right: 5%;
}

.wpe-col.wpe-col-13-13-13 .wpe-col-2 {
	width: 30%;
	margin-right: 5%;
}

.wpe-col.wpe-col-13-13-13 .wpe-col-3 {
	width: 30%;
}

.foto-left-smal {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
}

emil:before {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	content: url(http://www.irgendwo-nirgendwo.de/fotos/tiere/emil_034.jpg);
}

mietzi:before {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	content: url(http://www.irgendwo-nirgendwo.de/fotos/tiere/mietzi_034.jpg);
}

bruno:before {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	content: url(http://www.irgendwo-nirgendwo.de/fotos/tiere/bruno_034.jpg);
}

knuffi:before {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	content: url(http://www.irgendwo-nirgendwo.de/fotos/tiere/knuffi_034.jpg);
}

froschi:before {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	content: url(http://www.irgendwo-nirgendwo.de/fotos/tiere/froschi_034.jpg);
}

.foto-float-right {
	float: right;
}

.text-links {
	background-color: red;
	text-align: right;
}

.article-15-px {
	padding-top: 15px;
}

.article-10-px {
	padding-top: 10px;
}

/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
	
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
	
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
	
}

/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	
}

/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	
}

/* ----------- HTC One ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
	
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
	
}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
	
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
	
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
	
}

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
	
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
	
}

@media screen and (device-width: 360px) and (device-height: 640px) {
	h2.foto {
		text-align: center;
		font-size: .5rem;
		margin-bottom: 2em;
		color: red;
		font-family: "Georgia", sans-serif;
	}
}

.galerie-link {
	font-size: 1.5em;
	font-weight: bold;
	color: #0CCA3D;
}

.big_2 {
	font-family: "Verdana", sans-serif;
	font-size: 1.3em;
}

.abstand {
	text-align: left;
	font-size: 1em;
	padding: 20px 5px 0 10px;
	margin: 10px 1px 30px 10px;
	overflow: hidden;
	height: 150%;
}

.entry-title {
	display: none;
}