/*
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

body { color: #FFF; background-color: #000; }

a, .js .main-nav .menu li a,
.js .main-nav #responsive_current_menu_item { color: #EABC12 }

a:focus, a:hover, a:active { color: #A33523;}

.js .main-nav .menu li { 
	background-color: #585858;
}
.js .main-nav .menu li a { border-color: #EABC12; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 {
  font-size: 1.625em; /* = 42px */
  margin-bottom: .5em;
  margin-top: .5em;
}

h2 {
  font-size: 1.250em; /* = 36px */
  margin-bottom: .75em;
  margin-top: .75em;
}

h3 {
  font-size: 1.875em; /* = 30px */
  margin-bottom: .857em;
  margin-top: .857em;
}

h4 {
  font-size: 1.500em; /* = 24px */
  margin-bottom: 1em;
  margin-top: 1em;
}

h5 {
  font-size: 1.125em; /* = 18px */
  margin-bottom: 1.125em;
  margin-top: 1.125em;
}

h6 {
  font-size: 1.000em; /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em;
}
p { margin-top: 0; }
/*________________________________________*/

.col-220 {
	width: 18.72340425531915%;
}
.col-700 {
	width: 79.14893617021277%;
}

/*________________________________________*/
.menu a, .menu_siteinfo a, .menu_submenu a { text-transform: uppercase;  }
#footer a { color: #EABC12; }
#footer a:hover { color: #A33523; }

#wrapper { background-color: #000; padding: 0 0 0 0; margin-top: 20px; border: 0px; }
#content, #content-full, #content-blog, #widgets { margin-top: 0px; }


#main-nav .menu {
    margin-top: -56px;
    position: relative;
}
/* =Search WIdget
-------------------------------------------------------------- */
.widget-wrapper input.field { float: left; width: 75%; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.widget-wrapper input.submit { float: right;  width: 25%;}
#widgets .widget_search { border: 3px solid #A33523; border-radius: 6px; background-color: #EABC12;  }
#widgets input[type="submit"] { background-image: none;
padding-top: 5px; background-color: #EABC12; border: 0px; text-shadow: 0 0 0; text-transform: uppercase;}

#custom_post_widget-2 {
	text-align: right;
}
#custom_post_widget-2 p {
	margin: 0;
}
/* =Social Icons
-------------------------------------------------------------- */
#header .social-icons {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 54px 0px 0 0;
	text-align: right;
}
	#footer .social-icons {
		display: none;
	}
#header .yelp-icon,
#header .vimeo-icon, 
#header .youtube-icon, 
#header .twitter-icon,
#header .facebook-icon, 
#header .linkedin-icon, 
#header .rss-feed-icon, 
#header .instagram-icon,
#header .pinterest-icon, 
#header .foursquare-icon,
#header .google-plus-icon, 
#header .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

.widget-wrapper { background-color: #000; border: 0px; padding:  0 0 0 0; }
#text-8 { margin-bottom: 40px; }

.widget_advanced_menu ul { margin-bottom: 0; }

.piano_man { background: url("http://www.hotjazzclub.de/wp-content/uploads/2013/07/hsqmip.gif") no-repeat top right; height: 222px;  }

.partner { width: 30%; text-align: center; float: left; }

/* Menu bar */
#search-3,
#menu-mainmenu {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; }

.menu > li:first-child { 
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px; }


.main-nav .menu {
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	margin: 0 auto;
}
/* Menu items */
.main-nav .menu a {
	border-left: 1px solid #585858;
	color: #EABC12;
	font-size: 16px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	padding: 0 0.9em;
}
/* Menu item hover */
.main-nav .menu a:hover {
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);
	color: #A33523;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}
/* Current page */
.main-nav .menu .current_page_item a,
.main-nav .menu .current-menu-item a {
	background-color: #343434;
}
/* Menu dropdown */
.main-nav .menu li li {
background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
	border: 0px solid #e5e5e5;
	color: #EABC12;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
}
.main-nav .menu li li a {
	color: #EABC12;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}


.main-nav .menu li li:hover {
  background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);
  filter: none;
}

/* Menu dropdown hover */
.main-nav .menu li li a:hover {
	background-color: #808080 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636)) !important;
	background-image: -webkit-linear-gradient(top, #808080, #363636) !important;
	background-image: -moz-linear-gradient(top, #808080, #363636) !important;
	background-image: -ms-linear-gradient(top, #808080, #363636) !important;
	background-image: -o-linear-gradient(top, #808080, #363636) !important;
	background-image: linear-gradient(top, #808080, #363636) !important;
	border: none;
	color: #A33523;
	filter: none;
}

/* Submenues */
.widget-wrapper li { text-align: right; list-style-type: none;}
#widgets ul {margin-right: 0; padding-left: 0;}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"] {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: 0px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 0px;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  vertical-align: middle;
  width: auto;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
area,
textarea { background-color: #FFF; }

.wpcf7 span.wpcf7-not-valid-tip {
    border: 1px solid #A33523;
    background-color: #A33523;
}

.wpcf7 span.wpcf7-not-valid-tip { color: #FFF;}

.wpcf7 div.wpcf7-validation-errors {
    border: 2px solid #A33523;
}
.wpcf7 strong { color: #A33523;}

.wpcf7 span.wpcf7-list-item { display: block; }

.wpcf7 div.wpcf7-response-output { margin: 2em 0 1em;  }



.home .post-entry p { margin: 0; }

.home .post-entry img { margin-top: 0; }

.FA_overall_container_classic .FA_featured_articles .FA_article .FA-Title h2 { padding-bottom: 10px; }
.FA_overall_container_classic .FA_featured_articles .FA_article .FA-Stil h2 { padding-bottom: 10px; }
.FA_overall_container_classic .FA_featured_articles .FA_article .FA-date { padding-bottom: 10px; }
.FA_overall_container_classic .FA_featured_articles .FA_article .FA-Beginn { padding-bottom: 10px; }
.FA_overall_container_classic .FA_featured_articles .FA_article .FA-Preis { padding-bottom: 10px; }

.viwedis-fasp .FA_overall_container_classic.dark { border-radius: 8px; }

#custom_post_widget-2 a img.alignright { margin: 0; }

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 770px) {

	.tribe-events-date-listview { padding: 0 0; }
}

@media screen and (max-width: 650px) {

	#logo {
		float: left;
		margin: 0;	
	}
}

@media screen and (max-width: 480px) {

	#logo {
		float: left;
	}
}

@media screen and (max-width: 400px) {

	#logo {
		float: none;
		margin: 0;	
	}
	#header .social-icons {
		display: none;
	}
	#footer .social-icons {
		display: block;
	}
	.piano_man {
    	background-position: left top;
    	height: 222px;
    }
    .widget-wrapper li {
    	text-align: left;
    }
    #widgets ul { padding-left: 0;}
    
}

@media screen and (max-width: 320px) {
	
	#logo {
		float: none;
		margin: 0;
		
	}
	

	
	select,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="date"] {
		width: 100%;
	}
	

}



.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*The last 29 days of the month are the hardest."- Nikola Tesla*/