/*  
Theme Name: ZWANZIGEINS (Child-Theme)
Template: ZWANZIGEINS
Theme URI: http://www.olivergast.de/zwanzigeins/
Description: A modern stylish WordPress-Theme
Version: 1.0
Author: Oliver Gast
Author URI: http://www.olivergast.de
License:
License URI:
Tags: blue, white, three-columns, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: og-zwanzigeins
*/



#cookie-law-info-bar {
	left: 0;
}


/*---------- Mockups ----------*/

/*---------- Google Nexus 7 (2013) ----------*/

/* Paste-code 

<figure class="nexus7 portrait">
  <div class="case">
    <div class="camera"></div>
    <div class="glass"></div>
    <div class="led"></div>
  </div>
</figure>

<figure class="nexus7 landscape">
  <div class="case">
    <div class="camera"></div>
    <div class="glass"></div>
    <div class="led"></div>
  </div>
</figure>

*/

figure.nexus7 {
  position: relative;
}

figcaption {
  position: relative;
  text-align: center;
}

figcaption i.fa {
  margin-bottom: 20px;
  font-size: 64px;
  color: #8fc33b;
}

.case {
  position: relative;
  width: 390px;
  height: 700px;
  margin: 80px auto;
  background: linear-gradient(to right, rgba(24,24,24,1) 0%,rgba(0,0,0,1) 100%);
  border-radius: 20px;
  border: 2px solid #000;
  box-shadow: 0 0 2px 2px #5a5a5a, 0 0 2px 2px #555, 0 0 2px 2px #6a6a6a, 0 0 2px 2px #666,0 0 2px 2px #7a7a7a, 0 0 2px 2px #777, 0 0 2px 2px #8a8a8a, 0 0 2px 2px #888, 0 0 0 5px rgba(0,0,0,0.6), 0 40px 30px -15px rgba(0,0,0,0.6);
}

.landscape .case {
  width: 700px;
  height: 390px;
}

.camera {
  position: absolute;
  top: 45px;
  right: 100px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: inset -1px -1px 5px rgba(72,72,72,0.9);
}

.landscape .camera {
  top: 100px;
  left: 45px;  
}

.glass {
  position: absolute;
  left: 7%;
  top: 11%;
  width: 86%;
  height: 78%;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.7);
}

.glass img,
.glass iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}

.landscape .glass {
  left: 11%;
  top: 7%;
  width: 78%;
  height: 86%;  
}

.led {
  position: absolute;
  bottom: 35px;
  right: 50%;
  width: 4px;
  height: 4px;
  margin-right: -2px;
  border-radius: 100%;
  animation: led 20s ease-in-out 5s infinite;
  -webkit-animation: led 20s ease-in-out 5s infinite;
  -moz-animation: led 20s ease-in-out 5s infinite;
}

@keyframes led {
	  0% { background: #000; box-shadow: 0 0 2px 2px rgba(0,0,0,0.9); }
	 10% { background: #fff; box-shadow: 0 0 4px 2px rgba(255,255,255,0.9);	}
	 20% { background: #000; box-shadow: 0 0 2px 2px rgba(0,0,0,0.9); }
}

@-webkit-keyframes led {
	  0% { background: #000; box-shadow: 0 0 2px 2px rgba(0,0,0,0.9); }
	 10% { background: #fff; box-shadow: 0 0 4px 2px rgba(255,255,255,0.9);	}
	 20% { background: #000; box-shadow: 0 0 2px 2px rgba(0,0,0,0.9); }
}

@-moz-keyframes led {
	  0% { background: #000; box-shadow: 0 0 2px 2px rgba(0,0,0,0.9); }
	 10% { background: #fff; box-shadow: 0 0 4px 2px rgba(255,255,255,0.9);	}
	 20% { background: #000; box-shadow: 0 0 2px 2px rgba(0,0,0,0.9); }
}

.landscape .led {
  bottom: 50%;
  right: 35px;  
  margin-right: 0;
  margin-bottom: -2px;
}


/*---------- Apple iPad ----------*/

/* Paste-code 

<figure class="ipad portrait">
  <div class="case">
    <div class="glass"></div>
    <div class="camera"></div>
    <div class="home-button"></div>
  </div>
  <figcaption>Apple iPad</figcaption>
</figure>

<figure class="ipad landscape">
  <div class="case">
    <div class="glass"></div>
    <div class="camera"></div>
    <div class="home-button"></div>
  </div>
</figure>

*/

figure.ipad .case {
  position: relative;
  width: 425px;
  height: 600px;
  margin: 40px auto;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #dfdfdf;
  box-shadow: 0 0 10px rgba(0,0,0,0.3), 0 18px 30px -6px rgba(0,0,0,0.8);
}

figure.ipad.landscape .case {
	width: 600px;
	height: 425px;
}

figure.ipad .glass {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 84%;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  transform: translateX(-50%) translateY(-50%); 
  z-index: 99;
}

figure.ipad .glass img {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
}

figure.ipad .camera {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #444;
  transform: translateY(-50%);
  border-radius: 100%;
}

figure.ipad .home-button {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 28px;
  height: 28px;
  background: #fff;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.4);
}

figure.ipad .home-button:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 8px;
  left: 8px;
  border: 2px solid #ccc;
  border-radius: 5px/2px;
}



/*---------- Navigation symbols ----------*/

nav.top-nav li.download > a:after,
nav.top-nav li.link > a:after {
	position: absolute;
	right: 5px;
	content: '\f442' !important;
	font-family: 'Genericons';
	font-size: 24px;
}

nav.top-nav li.download > a:after {
	content: '\f416' !important;
}


/*---------- Footer statistics ----------*/

.footer-content ul.statistic {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #555;
}

.footer-content ul.statistic li {
	float: left;
	width: 16.66666666%;
	padding: 10px 20px 0 20px;
	border-right: 1px solid #555;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
}

.footer-content ul.statistic li:last-child {
	border-right: none;
}

.footer-content ul.statistic h6 {
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 24px;
}

/*---------- Theme version ----------*/

.version {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 50px;
	height: 50px;
	padding: 11px 0;
	border-radius: 50px;
	line-height: 1em;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.post.sticky .version {
	top: 10px;
}

.version p {
	margin: 0 !important;
	font-size: 7px;
	font-weight: 300;
	text-transform: uppercase;
}



/*---------- FAQs ----------*/

#faqs {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	counter-reset: faq-counter;
}

#faqs input[type=checkbox] {
	display: none;
}

.faq-section {
	margin: 0;
}

#faqs label {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 60px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#faqs label:after {
	position: absolute;
	content: '\f405';
	top: 50%;
	right: 10px;
	margin-top: -10px;
	font-size: 24px;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#faqs label:before {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	content: counter(faq-counter);
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	counter-increment: faq-counter;
}


#faqs input[type=checkbox]:checked ~ label:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
 
.faq-answer {
	float: left;
	width: 100%;
	display: none;
	margin-top: -5px;
	padding: 30px 20px 20px 20px;
	background: #f7f7f7;
}

.faq-section > p {
	display: none;
}

#faqs input[type=checkbox]:checked ~ .faq-answer {
	display: block;
}


/*---------- My infoboxes ----------*/

.fullwidth-infobox.inset-shadow,
.fullwidth-infobox.shadow {
	margin: 20px 0;
	padding: 10px 30px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.fullwidth-infobox.inset-shadow {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}


/*---------- My buttons ----------*/

.button_apple, 
.button_demo, 
.button_dl, 
.button_css, 
.button_dropbox,
.button_showcase {
	text-align: center !important;
}

.button_apple a, 
.button_demo a, 
.button_dl a, 
.button_css a, 
.button_dropbox a,
.button_showcase a {
	position: relative;
	height: 40px;
	display: inline-block;
	padding: 0 55px 0 20px;
	margin: 20px auto;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.button_apple a:hover, 
.button_demo a:hover, 
.button_dl a:hover, 
.button_css a:hover, 
.button_dropbox a:hover,
.button_showcase a:hover {
	color: #fff;
	text-decoration: none;
}

.button_apple a:after, 
.button_demo a:after, 
.button_dl a:after, 
.button_css a:after, 
.button_dropbox a:after,
.button_showcase a:after {
	position: absolute;
	top: 10px;
	right: 15px;
	padding-left: 5px;
	border-left: 1px solid #fff;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
}	

.button_demo a {
	background: #BF6230;
}

.button_demo a:hover {
	background: #EA883C;
}

.button_demo a:after {
	content: '\f442';
}

.button_dl a {
	background: #009966;
}

.button_dl a:hover {
	background: #337755;
}

.button_dl a:after {
	content: '\f416';
}

.button_dropbox a {
	background: #359FE8;
}

.button_dropbox a:hover {
	background: #2283D1;
}

.button_dropbox a:after {
	content: '\f225';
}

.button_showcase a {
	background: #238D43;
}

.button_showcase a:hover {
	background: #37DE6A;
}

.button_showcase a:after {
	content: '\f460';
}

.button_css a {
	background: #03899C;
}

.button_css a:hover {
	background: #36BBCE;
}

.button_css a:after {
	content: '\f462';
}

.button_apple a {
	background: #181F20;
}

.button_apple a:hover {
	background: #444;
}

.button_apple a:after {
	content: '\f447';
}



/*---------- Showcase Page ----------*/

.showcase {
	padding: 30px 0;
	text-align: center;
}

.showcase-column {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.showcase-column:nth-child(2) {
	float: right;
}

.theme-entry {
	position: relative;
	margin: 0 0 40px 0;
}

.theme-image {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	background: #3a3a3a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,.7);
	overflow: hidden;
}

.theme-image.soon:after {
	position: absolute;
	top: 30px;
	right: -60px;
	content: "comming soon";
	padding: 5px 60px;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}	

.theme-image img {
	width: 90%;
	padding: 0;
	margin: 0 auto -10px auto;
	background: none;
	box-shadow: 0 0 5px #333;
}

.theme-image:hover img {
	opacity: 1;
}

.theme-image h6 {
	color: #fff;
}

.theme-image:hover .theme-info {
	opacity: 1;
}

.theme-image h6 {
	margin: 10px 0 5px 0;
}

.theme-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.theme-info a {
	position: relative;
	padding: 6px 15px;
	margin-right: 0;
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.theme-info a:hover {
	color: #fff;
	text-decoration: none;
}

.theme-info a:after {
	position: relative;
	top: 4px;
	margin-left: 5px;
	font-family: 'Genericons';
	font-size: 1.4em;
}

.theme-info a.down:after {
	content: '\f416' !important;
}

.theme-info a.demo:after {
	content: '\f400' !important;
}

.theme-info a.info:after {
	content: '\f442' !important;
}

	

/*---------- My Movies Page ----------*/

.page-template-movies-php .left-content {
	background: #fff;
}

.movies h5 {
	margin: 0 0 5px 0;
	font-size: 1.8em;
	color: #fff;
}

.movies a {
	color: orange;
}

.movies a:hover {
	color: #fff;
	text-decoration: none;
}

.movies ol {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.movies li {
	position: relative;
	width: 25%;
	line-height: 0;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	list-style: none;
}

.movies .movie-content {
	padding: 0;
	line-height: 0;
	overflow: hidden;
}

.movies li .meta-info,
.movies li .meta-titel {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	color: #222;
	background: rgba(255,255,255,.9);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.movies li:hover .meta-info,
.movies li:hover .meta-titel {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 2;
}

.movies li .meta-info {
	bottom: auto;
	top: 0;
	padding: 10px 20px;
	line-height: 1.6em;
}

.movies li .meta-titel {
	line-height: 1.2em;
}

.movies li .genre {
	font-size: 10px;
	text-transform: uppercase;
}

.movies li .handlung {
	max-height: 64px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.movies li h6.titel {
	margin: 5px 0;
	font-size: 1.4em;
}

.movies li .date {
	float: left;
	width: 50%;
	font-size: 12px;
}

.movies li .wertung {
	float: right;
	width: 50%;
	text-align: right;
}

.movies li .wertung span.genericon {
	font-size: 1.2em;
	vertical-align: middle;
	letter-spacing: -2px;
}

.movies li .cover img {
	width: 100%;
	height: 100%;
	line-height: 0;
	margin: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.movies li .cover:hover img {
	position: relative;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
}