/*
Theme Name: Kotzendes Einhorn
Theme URI: http://www.kotzendes-einhorn.de
Author: Daniel Decker
Author URI: http://www.kotzendes-einhorn.de
Description: Theme für das Kotzende Einhorn
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Standards */
/* Nur Firefox */
@-moz-document url-prefix() {
	html, html a {
	    -webkit-font-smoothing: antialiased !important;
			-moz-osx-font-smoothing: grayscale !important;
			text-shadow: 0 0 1px rgba(0,0,0,0.3);
			font-smooth: always;
			font-weight: 200 !important;
			transform: rotate(-0.0000000001deg)

	}
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #C92FB2;
	-webkit-transition: color .30s ease-in-out;
}

a.colorwhite,
a.colorwhite .main-topimage-headline h2 {
	color: #fff;
}

h1, h1 a, h2, h2 a, h3, h4, h5, .entry-title {
	font-family: 'Oswald', Helvetica, Arial sans-serif;
}

h1,
.entry-title {
	font-size: 2em;
	line-height:1.45em;
	letter-spacing: 0.05em;
	margin-bottom: 0.10em;
	margin-top: 0.20em;
}

a h2.entry-title {
	color: #000;
}

a:hover h2.entry-title {
	color: #C92FB2;
}

h2, h3 {
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

blockquote {
		font-size: 1.25em;
		font-family: 'Oswald', Helvetica, Arial, sans-serif;
		letter-spacing: 0.05em;
		text-decoration: none;
		line-height:2em;
}

textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
}

input[type="text"] {
	max-width: 300px;
	padding: 5px;
	margin-bottom: 10px;
}

input[type="submit"],
#mc-embedded-subscribe {
	background-color: #C92FB2;
	color: #fff;
	border: 0px;
	min-width: 290px;
	padding: 10px;
	font-family: 'Oswald', Helvetica, Arial sans-serif;
	font-size: 1.25em;
	cursor:pointer;
	letter-spacing: 0.05em;
}

input[type="submit"]:hover {
	background-color: #000;
}

.pointer {
	cursor: pointer;
	position: relative;
}

.pointer img {
	width: 100%;
	height: auto;
}

.playericon {
		width: 70px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    line-height: 2em;
    position: absolute;
    font-size: 1.75em;
    margin-left: 270px;
		top: 50%;
  	transform: translateY(-50%);
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
}

.pointer:hover .playericon,
.playericion:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #C92FB2;
}

.wp-video-shortcode {
	max-width: 100%;
}

.wp-audio-shortcode {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.skyscraper {
	position: fixed;
  top: 53px;
  right: 0px;
}

/* Header */

#headernavcontainer {
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	z-index: 200;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:700;
	letter-spacing: 0.05em;
}

#einhorn-header a {
	text-decoration: none;
	color: #000;
}

#einhorn-header a:hover {
	color: #C92FB2;
	-webkit-transition: color .30s ease-in-out;
}

#einhorn-header,
.main-textcontent,
.main-comments,
footer {
	max-width:970px;
	margin: 0 auto;
}

#einhorn-header ul {
	padding: 0;
	list-style: none;
	margin:4px 0 4px 4px;
}

ul#logo {
	float:left;
	display: block;
	background: transparent url(kotzendeseinhornlogo.gif) 0 0 no-repeat;
	text-decoration: none;
	height: 45px;
	text-decoration: none;
	width: 280px;
}

ul#navigation {
	margin-left: 50px;
	float:right;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 17px;
}

li#burgernav {
	background: #000 url(burgermenu.png) 0 0 no-repeat;
	display:block;
	height: 20px;
	width: 25px;
	margin-right: 0px !important;
	cursor: pointer;
}

li#burgernav:hover {
	background: #C92FB2 url(burgermenu.png) 0 0 no-repeat;
	-webkit-transition: background .30s ease-in-out;
}

li#burgernav ul {
	visibility:hidden;
}

li#burgernav:hover ul {
	background-color: #fff;
	margin-top: 20px;
	margin-left: -95px;
	padding: 20px;
	width: 85px;
	min-height: 50px;
	position: relative;
	visibility: visible;
}

li#burgernav:hover ul li {
	background-color: #fff;
	float: none;
}

.burgernavmobile {
		display:none;
}

#einhorn-header ul li {
	float: left;
	margin-right:10px;
}

/* Main Content */
main {
	margin: 50px auto 0 auto;
	max-width: 970px;
	font-size: 1em;
	clear:both;
}

.main-topimage {
	height: 450px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.headerimagecontainer {
	border-bottom: 1px solid #eee;
	margin-top: -2em;
}

.maincontainervideo {
	max-width: 960px;
	margin: 0 auto;
}

.maincontainervideo .main-textcontent {
	float: right;
	width: 330px;
	margin: 0 0 2em 2em;
}

.main-video {
	max-width: 600px;
}

.neuercontainer {
	background-color: #fff;
	margin-top: -5px;
	padding-top: 1px;
}

.home .neuercontainer {
	background-color: #fff;
	margin-top: 0px;
	max-width: 100%;
	padding-top: 0px;
	min-height: 300px;
}

.index-container {
	max-width: 970px;
	margin: 0 auto;
	background-color: #fff;
}

.archive .index-container {
    max-width: 970px;
    margin: 4px auto 0 auto;
    background-color: #fff;
}

.index-container-content {
	max-width: 600px;
	float: left;
}

.index-container-content .main-textcontent {
	margin-bottom: 50px;
	clear:both;
}

.index-container-content .main-articletext {
	float:none;
}

.archive-image {
	float: left;
	margin: 10px 10px 5px 0;
}

.archive-excerpt {
	min-height: 152px;
}

.archive-except p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.trenner {
	text-align:center;
	clear:both;
}

.main-topimage img {
	position: absolute;
	left: 0;
	right: 0;
	top: -9999px;
	bottom: -9999px;
	margin: auto;
	height: auto;
	max-width: 100%;
	z-index: 0;
}

.main-topimage-headline {
	position: absolute;
	text-align:center;
	width:100%;
	top: 50%;
  transform: translateY(-50%);
	margin: 0 auto;
	text-shadow: 0 0 13px #111, 0 0 13px #111, 0 0 13px #111;
	color: #fff;
}

.main-topimage-headline h2.entry-title {
	margin: 0 auto;
	max-width: 400px;
	font-size: 3.25em;
}

.home .main-topimage,
.home .headerimagecontainer {
	cursor: pointer;
	margin-top: -2em;
}

article {
	position: relative;
}

.main-articletext {
	clear: both;
	float: left;
	max-width: 600px;
	width:100%;
	line-height: 2em;
}

.main-articletext img {
	max-width: 100%;
  height: auto;
}

/* Article Elements */

img.alignleft {
	margin: 0 15px 10px 0;
	float: left;
}

img.alignright {
	margin: 0 0 20px 15px;
	float: right;
}

.gallery {
	display: table;
	margin-bottom: 1em;
	clear: both;
}

.gallery-item {
	margin: 10px 3.5em 0 0;
	float: left;
}

.main-summary {
	clear:both;
	font-size: 1.25em;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.75em;
	display: block;
}

.main-comments {
	clear:both;
	padding-top: 50px;
}

.main-comments ul {
	list-style: none;
	margin: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.commentlist {
	margin: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.commentlist li {
	list-style:none;
}

.commentimg {
	float: left;
	margin: 5px 0 0 0;
}

.commenttext {
	padding-left: 80px;
}

.commentfunctions {
	float: right;
	margin-top: 2px;
	max-height: 22px;
}

h3#comments a {
	color: #000;
}

.commenttext .author,
.commenttext .author a {
	font-size: 12px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.comment {
	clear: both;
	margin: 0 0 50px;
}

.commentleft {
	float: left;
	min-width: 300px;
	max-width:310px;
}

.commentright {
	float:left;
	margin-left: 15px;
	max-width: 600px;
}

.main-article-caption {
	float: left;
	margin: 0.5em 0.5em 0.5em 0 !important;
}

.main-tags {
	float: right;
}

.single-format-video main,
.single-format-image main {
	margin: 70px auto 0 auto !important;
}

.single-format-video .main-cats,
.single-format-image .main-cats {
	margin: 0;
}

.single-format-video .main-article-caption,
.single-format-image .main-article-caption{
	float: none;
	margin: 0.5em 0.5em 0.5em 0 !important;
}

.single-format-video .main-tags,
.single-format-image .main-tags{
	float: none;
}

.main-tags,
.main-cats,
.main-article-caption {
	margin: 0.5em 0;
	font-size: 0.85em;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #aaa;
}

.main-tags a,
.main-cats a,
.main-article-caption a {
	color: #aaa;
}

aside {
	font-size: 0.85em;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	margin-top: 1em;
	width: 300px;
}

aside a:hover,
.main-tags a:hover,
.main-cats a:hover,
.main-article-caption a:hover {
	color: #C92FB2;
}

.aside-esitrevda {
	margin: 0 0 2em 0;
	text-align: center;
}

.aside-esitrevda .left {
	float: left;
}

.aside-esitrevda .right {
	float: right;
}

aside .mustread {
	margin: 0 0 1em 0;
	list-style: none;
	padding: 0;
}

aside .mustread li {
	margin-bottom: 0.5em;
}

.inner-esitrevda {
	text-align: center;
	padding-top: 50px;
	clear:both;
	margin: 0 auto;
	max-width: 970px;
	display:none;
}

.maincontainervideo .inner-esitrevda {
	padding-top: 0px;
}

/* Footer */
.pagination a,
.current {
	padding: 2px 8px;
	border: 1px solid #aaa;
	margin: 0.5em 0;
	font-size: 1em;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #aaa;
}

.pagination a:hover,
.current {
	background-color: #C92FB2;
	color: #fff;
	border: 1px solid #C92FB2;
}

footer {
	clear: both;
	padding-top: 50px;
	text-align: center;
	font-size: 0.85em;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #aaa;
}

.footer {
	clear:both;
}

.footer-nav {
	margin-bottom: 2em;
}

/* newsletter */
#mc_embed_signup {
	max-width: 580px;
	margin: 1em auto;
}

.newsletter {
	margin-bottom: 2em;
}

.email {
    width: 280px;
		margin: 0 0 10px 0;
    padding: 11px;
}

/** Cookie Notice **/
#cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #C92FB2 !important;
		background-image: none;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

/** Plista **/
.plista_widget_underArticle {
    width: 970px !important;
		margin-top: 3em;
}

/* First Breakpoint 970px */
@media only screen and (max-width: 970px) {
	.maincontainervideo .main-textcontent,
	.main-video {
		float: none;
		width: 600px;
		margin: 0 auto;
	}

	.plista_widget_underArticle {
	    width: auto !important;
	}

	.single-format-video .main-article-caption, .single-format-image .main-article-caption {
    float: left;
    margin: 0.5em 0.5em 0.5em 0 !important;
	}

	.single-format-video .main-tags, .single-format-image .main-tags {
    float: right;
	}
}

/* Second Breakpont 920px */

@media only screen and (max-width: 920px) {
	#einhorn-header,
	.main-textcontent,
	.main-comments,
	footer {
		max-width: 600px;
		margin: 0 auto;
	}

	.navigationshow,
	.skyscraper {
		display:none;
	}

	li#burgernav:hover ul {
		background-color: #fff;
		margin-top: 20px;
		margin-left: -95px;
		padding: 20px;
		width: 85px;
		min-height: 100px;
		position: relative;
		visibility: visible;
	}

	.burgernavmobile {
		display:block;
	}

	.maincontainervideo {
		max-width: 600px;
	}

	.index-container {
		max-width: 600px;
		margin: 0 auto;
		background-color: #fff;
	}

	aside {
		float:none;
		margin: 0 auto;
		clear:left;
		padding-top: 1em;
	}

	textarea {
		max-width: 90%;
	}
	ul#navigation {
    margin-left: 0px;
		margin-right: 5px;
	}
}

/* Third Breakpont 600px */
@media only screen and (max-width: 610px) {
	.index-container-content {
    max-width: 97%;
		padding: 0 5px;
	}
	#einhorn-header, .main-textcontent, .main-comments, footer {
    max-width: 550px;
    margin: 0 auto;
	}
	article {
		max-width: 97%;
		padding: 0 20px;
	}

	.commentleft {
		float: none;
	}

	.commentright {
		float: none;
		clear: both;
		margin: 15px 0 0 0;
	}

	.maincontainervideo .main-textcontent,
	.main-video {
		float: none;
		max-width: 600px;
		width: auto;
		margin: 0 auto;
	}

	.single-format-image .main-video img {
		width:100%;
		height: auto;
	}

	.playericon {
		display:none;
	}

	.pointer img {
		width: 100%;
		height: auto;
	}
}

/* Third Breakpont 500px */
@media only screen and (max-width: 500px) {
	.main-tags {
		float:none;
	}
	.main-article-caption {
    float: none;
	}
}
