/*
VARIABLES
*/

.tk-text, body,
button,
input,
select,
textarea {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 1em;
  color: #fff;
  font-weight: 300;
}


.tk-heading, h1, h2, h3 {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 24px !important;
  color: #932e00;
  font-weight: 400 !important;
  text-transform: uppercase;
}
h3,h4 { font-size: 18px !important;}

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}


html {
  font-size: 112.5%;
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}


*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}


body {
  background: white;
  color: #932e00;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
section {
  display: block;
}


ol,
ul {
  list-style: none;
}


table {
  border-collapse: separate;
  border-spacing: 0;
}


caption,
th,
td {
  font-weight: normal;
  text-align: left;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}


blockquote,
q {
  quotes: "" "";
}


a:focus {
  outline: thin dotted;
}


a:hover,
a:active {
  outline: 0;
}


a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}


p {
  margin-bottom: 1.5em;
}


b,
strong {
  font-weight: bold;
}


dfn,
cite,
em,
i {
  font-style: italic;
}


blockquote {
  margin: 0 1.5em;
}


address {
  margin: 0 0 1.5em;
}


small {
  font-size: 75%;
}


big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}


ul,
ol {
  margin: 0 0 1.5em 3em;
}


ul {
  list-style: none;
}


ol {
  list-style: decimal;
}


li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}


dt {
  font-weight: bold;
}


dd {
  margin: 0 1.5em 1.5em;
}


img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  border-radius: 2px;
}


figure {
  margin: 0;
}


table {
  margin: 0 0 1.5em;
  width: 100%;
}


th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
.wpcf7 {
	margin-bottom: 100px !important;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
 
  border: none !important;
  background: #fff;
 
  color: rgba(0, 0, 0,1);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
  padding: 3px 5px !important;

}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
   border: none !important;
   background: #333;
   color:#fff;
 
}


button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
 border: none !important;
  
}


input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}


input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}


input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}


input[type="text"],input[type="email"] {
 background: rgba(0,0,0,.2);
  color: #fff;
  border: 1px solid #aaa;
  border-radius: 1px;
 }

input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #fff;
  border: 1px solid #aaa;
  border-radius: 1px;
  max-width: 500px;
  max-height: 200px;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #fff;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  
}


textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  background: rgba(0,0,0,.2);
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
  color: #932e00;
font-weight: bold;
}


a:visited {
  color: #932e00;
}


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



/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation ul#menu-menu-1 {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: left !important;
}


.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation li a {
  text-decoration: none;
}


.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}


.main-navigation ul ul a {
  width: 200px;
}


.main-navigation ul li:hover > ul {
  left: auto;
}


.main-navigation ul ul li:hover > ul {
  left: 100%;
}

#menu-item-1248 { margin-right: 35px !important; }
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}


.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}


.aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}


.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */

.widget select {
  max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}


.hentry {
  margin: 0 0 1.5em;
}


.byline,
.updated:not(.published) {
  display: none;
}


.single .byline,
.group-blog .byline {
  display: inline;
}


.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}


.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}


.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}


.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}


.wp-caption-text {
  text-align: center;
}


.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}


.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}


.gallery-columns-2 .gallery-item {
  max-width: 50%;
}


.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}


.gallery-columns-4 .gallery-item {
  max-width: 25%;
}


.gallery-columns-5 .gallery-item {
  max-width: 20%;
}


.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}


.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}


.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}


.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}


.gallery-caption {
  display: block;
}

/* CUSTOM */

.site-content {
  position: relative;
}


#primary {
  padding-top: 20px;
}


#page {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%;
}


#masthead {
  position: relative;
  top: 0px;
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #932e00;
}

#masthead .site-branding {
  float: left;
}

#masthead .site-branding h1.site-title {
  text-indent: 60px;
  background: url(../images/tk_maske.png) 0 7px no-repeat;
  text-transform: uppercase;
  font-size: 28px !important;
  font-weight: 300 !important;
  float: left;
}

#masthead .site-branding h1.site-title a {
  text-decoration: none;
}


#masthead #site-navigation {
  float: left;
  text-transform: uppercase;
}

#masthead #site-navigation ul {
  margin: 12px 0 0 20px;
}

#masthead #site-navigation ul li {
  float: left;
  margin: 0 1px 0 0;
  padding: 3px 6px;
  line-height: .9;
}

#masthead #site-navigation ul li:hover, #masthead #site-navigation ul li.current-menu-item {
  background: #fff;
}

#masthead #site-navigation ul li:hover a, #masthead #site-navigation ul li.current-menu-item a {
  color: #000;
}

#masthead #site-navigation ul li a[title='facebook'] {
  background: url("../images/social.png") -53px 0 no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: 30px;
  overflow: hidden;
}

#masthead #site-navigation ul li a[title='instagram'] {
  background: url("../images/social.png") -28px 0 no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: 30px;
  overflow: hidden;
}

#masthead #site-navigation ul li a[title='youtube'] {
  background: url("../images/social.png") 0 0 no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: 30px;
  overflow: hidden;
}

#masthead #site-navigation ul li.menu-item-1255, #masthead #site-navigation ul li.menu-item-1256, #masthead #site-navigation ul li.menu-item-1257 {
  background: none;
  margin-top: -4px;
  float: right;
  margin-right: 0;
}

#masthead #site-navigation ul li.menu-item-1255:hover, #masthead #site-navigation ul li.menu-item-1256:hover, #masthead #site-navigation ul li.menu-item-1257:hover {
  background: none;
}

/* ALBEN */

#page.album ul#menu-menu-1 li:first-child {
		  background: #fff;  
}
#page.album ul#menu-menu-1 li:first-child a {
	 color: #000;
}
.musicmenu {
  position: absolute;
  left: 0;
  top: -30px;
}

.musicmenu ul li {
  float: left;
  padding: 0 10px;
  margin-right: 1px;
  text-transform: uppercase;
}

.musicmenu ul li a {
  text-decoration: none;
}

.musicmenu ul li.sel, .musicmenu ul li:hover {
  background: #fff;
}

.musicmenu ul li.sel a, .musicmenu ul li:hover a {
  color: #000;
}


.cover {
  margin-top: 50px;
  margin-right: 15px;
  float: left;
}


.albumtitle {
  float: left;
  text-transform: uppercase;
  margin: 41px 30px;
  clear: none;
}

.wpcf7-form-control-wrap.strasse {
clear: both;
margin-bottom:15px;
display: block;
}

.albuminfo {
  clear: both;
}

.lyrics {
	clear: both;
}



.textmenu ul {
  margin: 0;
}

.textmenu li {
  margin-bottom: 2px;
}

.textmenu h4 {
  cursor: pointer;
  text-transform: uppercase;
  background: rgba(170, 172, 168, 0.2);
  padding: 5px 5px;
  width: 100%;
}

.textmenu .songtext {
  display: none;
  font-size: 1rem;
  padding: 10px 10px;
}


/* news */

article.newsarticle {
	padding-bottom: 20px;
	clear: both;
}

article.newsarticle h2.newshead {
	font-size: 18px !important;
	margin: 0 0 10px 0;
}

.newsdate {
	font-size: 13px !important;
}


/* Fotos */

.ngg-gallery-thumbnail img {
	background: none !important;
	border: none !important;
	margin:2px 2px !important;
	padding: 0 !important;
}

.ngg-gallery-thumbnail-box {
	margin-right: 0 !important;
}

table.buechertable { width: 100%; }

table.buechertable tr td {
	text-align: center;
	padding: 0 10px;
	width: 30%;
}




.transport-MI div, .transport-MI div:hover, span.textbutton_mp3j,.interface-mjp {
   color: white !important;
}

.loadMI_mp3j, .loadB_mp3j, .load_mp3j {
   background: none;
}

.player-track-title div {
   display: none;
}

.poscolMI_mp3j, .MIsliderVolume .ui-widget-header, .vol_mp3t .ui-widget-header, .vol_mp3j .ui-widget-header {
   background-color: rgba(201,201,201,8)  !important;
}

.loadMI_mp3j, .loadB_mp3j, .load_mp3j {
 background-color: #666  !important;
}

.impressumlink {
	float: right;
	font-size: .75rem;
	position: absolute;
	top:-30px;
	right: 0;
}
.impressumlink a {
	text-decoration: none;
	}


