/*
 Theme Name: Uffmucken (Afterlight) Childtheme
 Theme URI:
 Description: Das Arbeitstheme für Uffmucken
 Author: Sebastian Kotte
 Author URI: derkod.de
 Template: afterlight
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Uffmucken
*/


/*------------------------------------------
general Settings
--------------------------------------------*/


/*Schrift*/


/*p, h1, h2, h3, h4, a , li , .post-title , .entry-content {
font-family: 'Life Savers', cursive;
color: white;
}*/

.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
::-webkit-scrollbar {
  display: none;
}
.row {
  margin-bottom: 5rem;
}

/*---------------------------------------
Theme resets
-----------------------------------------*/

h1.entry-title, h1.page-title, .page-header, .entry-content {
  text-align: center;
 margin-top:5%;
}
.page-header {
  padding: 0;
display:none;
}
.page-title {
  font-size: 41px !important;
  line-height: 41px;
  text-transform: capitalize;
}
.entry-content a {background-image: none;}

/*blöde weiße border weg*/
.site-header,
.primary-menu .site-branding,
.site-header .nav-menu > li,
.header-image,
.page-header,
.sidebar-toggle,
h1.entry-title,
h1.page-title,
.entry-footer,
.sidebar-inner,
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.site-footer,
.navigation.post-navigation,
.post-navigation div + div
{border-style: none !important;}

.hentry + .hentry:before,
.entry-caption:before,
.wp-caption-text:before,
.infinite-wrap .hentry:first-child:before,
.clear:before, .clear:after,
.site-header:before,
.site-header:after,
.site-branding:before,
.site-branding:after,
.site-navigation:before,
.site-navigation:after,
.site-header .nav-menu:before,
.site-header .nav-menu:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after
{content: none;}

#content {padding-top: 40px;}
.hentry {padding: 0;}
span.edit-link {display: none;}

.elastic-video {
    position: relative;
    padding-bottom: 42.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 1px 1px 3px 1px black;
    max-width: 640px;
    margin: 0 auto;
}

.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
    max-width: 640px;
}
.entry-content iframe {
   clear: both;
   display: block;
   float: none;
   margin: 0 auto;
   }
/*-----------------------------
 Header und Menü
--------------------------------*/

.header-image, .site-content .content-area, .navigation.post-navigation {
  overflow: visible;
  max-width: 1024px;
  margin: 0 auto;
}
.site-header-top {
  margin: 0 auto;
  max-width: 1024px;
}
li.current-menu-item {
  background: rgba(300, 300, 300, 0.4);
}
.site-header .sub-menu a {
  color: gray;
}
.site-header .sub-menu a:hover {
  color: black;
}
header.page-header {
  margin-bottom: 9.0909091%;
}
.short-item {
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
}
.entry-header {
text-align:center;
}
/*---------------------
 Band übersicht
----------------------*/

figcaption:hover, .entry-title a:hover, #menu-main-menu li:hover, .navigation.post-navigation a:hover {
  color: black;
  background-color: white;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  transition: color 1s;
  webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition-timing-function: ease-out;
}
figcaption {
  padding: 5px;
}
.entry-title a {
  display: inline-block;
  padding: 10px 10px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

/*bilder*/

@media screen and (max-width:689px) {
  img.size-medium {
    min-width: 100%;
  }
}
.rund {
  border-radius: 50%;
}
.rund:hover {
  border-radius: 0;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-box-shadow 1s;
  -moz-transition: -moz-box-shadow 1s;
  transition: box-shadow 1s;
  -webkit-transition: border-radius 1s;
  -moz-transition: border-radius 1s;
  transition: border-radius 1s;
  transition-timing-function: ease-out;
}

/*-----------------------------
single-Bandmitglied (Custom Post)
-------------------------------*/

@media screen and (max-width:768px) {
  #bandMitglied img {
    width: 100%;
  }
  #bandMitglied .nav-previous {
    float: left;
    width: 48%;
  }
  #bandMitglied .nav-next {
    float: right;
    width: 48%;
  }
}
nav .post-navigation {
  margin-top: 5rem;
}

/*-------------------------------------
footer
--------------------------------------*/

#colophon {
  margin-top: 30px;
  display: none;
}
#drag_me{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9;
	background:black;
	cursor:move;
    width: 280px;
	max-height: 320px;
	height:auto;
	box-shadow: 3px 3px 4px #292929;
	padding: 0;
}
#drag_me > iframe {
	margin-top:20px;
}
#drag_me > span.player-title{
	float:left;
	font-size: 10px!important;
	padding:5px;
}
#drag_me > a.player-toggle {
	float: right;
	font-size: 10px!important;
	padding: 5px;
}