/*
Theme Name: ilijatrojanow
Theme URI: http://wordpress.org/themes/ilijatrojanow
Author: Regina Leibetseder-Löw
Author URI: http://wordpress.org/
Text Domain: ilijatrojanow
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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;
	
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	
	/*font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;*/
	
}

body {
	/*background: #212830;*/
	background: url(images/bg_db_72.jpg);
	background-position: center top;

}

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


.site-content {
	background: white;
	margin-top: 50px;
	border:1px solid #ccc
}

.home .site-content {
	background: rgba(0,0,0,0.4);
	margin-top: 50px;
	border:1px solid #666
}

.row.home-row{
	margin: 25px 3px 5px;
}

.bg-dark {
	background: #212930;
}

.bg-dark .row {
	padding: 25px 0;
}


div.bg-white {
	background: #fff;
}

#wpadminbar { display:none; }

ol { list-style-position: inside;
}

/*******************************/
h2.trapeztype,
h2.trapeztype a {
	color: #ccc; 
	font-size: 1.1rem; 
	padding-top: 5px
}

div.head-bild {
	text-align: center;
}
img.headerimage {
	margin: -1px auto 0 !important;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 01px 1px 2px rgba(0,0,0,0.4);
}

span.headertypeimg {
	position:absolute; 
	top:0; 
	left: 0px; 
	width: 100%; 
	z-index: 10;
}


h1.archive-title {
	font-size: 4rem;
	border-bottom: solid 1px #ccc;
	color: #666;
	margin: 20px 0 0;
}


.menu-werke-nav-container ul,
.menu-autor-nav-container ul,
ul.seitenmenu,
.menu-galerie-nav-container ul {
	list-style:inside none;
	margin-bottom: 30px;
	width: 200px;
}

.menu-werke-nav-container li,
.menu-autor-nav-container li,
ul.seitenmenu li,
.menu-galerie-nav-container li {
	border-bottom: 1px solid #ccc;
}
.menu-werke-nav-container li a,
.menu-autor-nav-container li a,
ul.seitenmenu li a,
.menu-galerie-nav-container li a {
	color: #666;
	padding: 10px inherit;
	line-height: 2.1rem;
}

.menu-werke-nav-container li a:hover,
.menu-autor-nav-container li a:hover,
ul.seitenmenu li a:hover,
.menu-galerie-nav-container li a:hover {
	color: #111;
	font-weight: 600;
	-moz-transition: color 2s ease-in; /* Firefox 4 */
	-webkit-transition: color 2s ease-in; /* Safari and Chrome */
	-o-transition: color 2s ease-in; /* Opera */
}
.menu-werke-nav-container li.current-menu-item a,
.menu-autor-nav-container li.current-menu-item a,
ul.seitenmenu li.current-menu-item a,
.menu-galerie-nav-container li.current-menu-item a{
	color: #111;
	font-weight: 600;
	
}
.menu-werke-nav-container li.current-menu-item,
.menu-autor-nav-container li.current-menu-item,
ul.seitenmenu li.current-menu-item,
.menu-galerie-nav-container li.current-menu-item {
	background-image:url(images/pfeil_rechts.svg);
	background-position:right center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #c33;
}

ul.seitenmenu li:first-child {
	text-align: center; 
	font-size: 0.9rem; 
	text-transform:uppercase; 
	height: 36px; 
	line-height: 2.1rem;
	font-weight: bold;
	color: #999;
	
}
ul.seitenmenu li:nth-child(2){
	text-align: center; 
	background:url(images/pfeil_links.svg);
	background-repeat: no-repeat;
	background-position: left 6px;
}	

ul.seitenmenu span {
	position: absolute;
	width: 12px;
	height: 20px;
	top: 6px;
	font-size: 1.3rem;
	background-repeat: no-repeat;
	
}

ul.seitenmenu span.prev {
	left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/arrow_left_black_small.svg);
	background-position: 0 0px;
}
ul.seitenmenu span.next {
	left: 203px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/arrow_right_black_small.svg);
	background-position: 0 0px;
}

ul.seitenmenu span.next:hover ,
ul.seitenmenu span.prev:hover  {
	background-position: 0 -20px;
}
ul.seitenmenu .liliste a {
	padding-left: 60px;
	padding-right: 60px;
}



.menu-home-nav-container {
	position: relative;
	width: 150px;
	float: left;
}

.menu-home-nav-container ul {
	list-style:inside none;
}

.menu-home-nav-container a {
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	line-height: 1.8rem;
	font-size: 0.85rem
}
.menu-home-nav-container a:hover {
	color: #fff
}

.listen-container {
	margin: 70px 0 88px
}


.listenbild {
	position: relative; 
	float: left; 
	width: 80px; 
	margin-bottom: 25px;
}
.listeninhalt {
	position: relative; 
	float: left; 
	max-width: 350px;
	margin-bottom: 25px;
}



.content a{
	color: #111;
	font-weight: 600;
	transition: all 500ms;
	-moz-transition: all 500ms; /* Firefox 4 */
	-webkit-transition: all 500ms; /* Safari and Chrome */
	-o-transition: all 500ms; /* Opera */
}
.content a:hover,
span.rot {
	color: #c33;
}

.content-liste {
	margin-bottom: 25px; clear: both;
}


.content-liste .post-thumbnail img,
.content .post-thumbnail img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 01px 1px 2px rgba(0,0,0,0.3);
	
	
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	
	opacity: 0.9;
}



.content-liste .post-thumbnail img {
	width: 61px;
	float: left;
	margin: 2px 15px 5px 0px;
}

body.category-essays .content-liste .post-thumbnail img,
body.category-themen .content-liste .post-thumbnail img {
	margin: 3px 15px 25px 0px !important;
}

.content-liste .post-thumbnail img:hover {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	opacity: 1;
}

.content p {
	font-size: 0.8rem;
	line-height: 1rem;
}

.content-liste h3.entry-title a {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 0.95rem !important
}
h3.entry-title {
	line-height: 1.05rem !important;
	margin-bottom: 3px;
}
.category-buecher,
.category-herausgeber {

}

.category-essays,
.category-themen {

} 


.detail-container {

	margin: 70px 0 88px
}

.detail-container h1.entry-title {
	font-size: 1.3rem;
	color: #777;
	font-weight: 600;
	line-height: 1.4rem;
	margin-bottom: 25px;
}
.detail-container iframe {
	max-width: 500px;
	width: 100%
}
.accordion-navigation {
	border-bottom: #ccc solid 1px
}
.accordion .accordion-navigation > a, .accordion dd > a {
    background-color: #fff;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    padding: 1rem 0rem;
		background-image: url(images/pfeil_oben.svg);
		background-repeat: no-repeat;
		background-position: right 16px;
}
.accordion .accordion-navigation > a:visited, .accordion dd > a:visited,
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
		background-color: #fff;
		background-image: url(images/pfeil_oben.svg);
		background-repeat: no-repeat;
		background-position: right 16px;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
		background-color: #fff;
		background-image: url(images/pfeil_unten.svg);
		background-repeat: no-repeat;
		background-position: right 16px;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
    padding: 0em;
}

.accordion iframe {
	margin: 5px 0 10px
}



h1.entry-title.autor {
	color: #111;
	font-size: 1.4rem;
	font-weight: 4300;
	line-height: 1.4rem;
	margin-bottom: 25px;
}

.entry-content h2.bio {
	margin-top: -25px;
	margin-bottom: 25px;
	font-size: 0.9rem;
}

.category-essays .entry-content {
	margin-bottom: 20px;
}

.detail-container .entry-header small {
	display: block;
	font-size: 0.75rem;
	margin-top: -25px;
}

.detail-container h2 {
	font-size: 0.95rem;
	color: #111;
	font-weight: 600;
	margin-top: 10px;
	line-height: 1.1rem;
}

.detail-container p {
	margin-bottom: 15px;
}
.detail-container em {
	font-style: italic;
}

.detail-container h3 {
	border-bottom: solid 1px #ccc;
	margin: 25px 0 15px;
	padding: 2px 0;
	color: #000;
	font-size: 0.8rem;
	font-weight: 600;
}

.ausgaben {
	margin-top: 20px;
	max-width: 165px;
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}

.ausgaben p,
.ausgaben h4 {
	font-size: 0.75rem;
	line-height: 0.9rem;
}
.ausgaben h4{
	font-weight: bold;
}
.ausgaben p {
	margin-bottom: 15px
}

.nachoben {
	border-top: 1px solid #ccc;
	padding-left: 30px;
	padding-top: 5px
}

.nachoben a {
	color: #111;
}
.nachoben span {
	font-size: 1.4rem;
	line-height: 1.5rem;
	position: absolute;
	left: 15px; 
	bottom: 5px;	
	width: 20px;
	height: 12px; 
	background: url(images/arrow_up_black_small.svg);
	background-position: -20px 0;
}
.nachoben a:hover span {
	background-position: 0px 0;
}



img.akt_thumb {
	float: left;
	margin: 2px 15px 30px 0;
}

.aktuelles h2 {
	line-height: 1.1rem;
	font-size: 0.9rem;
}
 h2.taggroup {
	font-size: 1.53rem;
	border-bottom: solid #ccc 1px;
	margin-bottom: 15px;
}


/* termine */


ul.upcoming-events {
	list-style: inside none;
}

ul.upcoming-events img {
	position: relativ;
	float: right;
	min-width: 70px;
	max-width: 150px;
	margin-top: 15px;
}

ul.upcoming-events .termininhalt{
	display: inline-block;
}

ul.upcoming-events li {
	margin-bottom: 12px;
}
.home ul.upcoming-events li {
	color: #777;
}
.home ul.upcoming-events li strong {
	color: #fff;
}
ul.upcoming-events h4 {
	margin-bottom: 0px;
	font-weight: 600;
	color:#777;
}

ul.upcoming-events p {
	margin-bottom: 0px;
}


ul.upcoming-events h4+p,
ul.upcoming-events strong {
	font-weight: 600;
	color: #111;
}

div.start_termine a {
		color:#fff;
		font-weight: bold;
		opacity: 0.7;
}


div.start_termine h2,
div.start_termine a:hover {
		color:#F93;
		font-weight: bold;
		opacity: 1;
}

div.start_termine h2{
		color:#F93;
		margin: 0px 0 10px;
}

div.terminliste h4 {
	font-size: 0.95rem;
	font-weight: normal;
	color: #eee;
	text-transform: uppercase;
}
div.terminliste p {
	font-size: 0.8rem;
	font-weight: 200;
	color: #999 !important;
	line-height: 0.8rem;
}



/* FOOTER */
#footer-sidebar ul {
	list-style: inside none;
}

#footer-sidebar h3 {
	color: #999;
	font-size: 0.85rem;
	font-weight: 600;
	border-bottom: solid #666 1px;
	margin-bottom: 10px;
}
.footer-sidebar.widget-area .footercolumns{
	float: left;
  margin: auto 0px !important;
	padding: auto 0px !important;	
  position: relative;
}
	
.footer-sidebar .widget_nav_menu li {
	line-height: 1.2rem;
}

.footer-sidebar .widget_nav_menu li a {
	color: #999;
	font-size: 0.8rem;
	padding: 2px 0; 
}

.footer-sidebar  .widget_nav_menu a:hover  {
	color: #fff;
	font-weight: 600;
	-moz-transition: color 1s ease; /* Firefox 4 */
	-webkit-transition: color 1s ease; /* Safari and Chrome */
	-o-transition: color 1s ease; /* Opera */
}
.footer-sidebar  .widget_nav_menu li.current-menu-item a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	
}

/*  svg  */

a.homelink:hover polygon {
	stroke: #ffffff;
}


#nav_menu-9 {
	position: relative;
	float: left;
	min-width: 150px;
}

.ilija-img img{
	border: #33404c solid 7px;
	float: left; 
	position: relative;
	max-height: 110px;
	margin-left: 10px;	
}
.gradiant-line {
	position: absolute; 
	width: 2px; 
	height:100%; 
	top: 0px; 
	right: 0;
	background: -moz-linear-gradient(top, #33404c 0%, #cccccc 50%, #33404c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33404c), color-stop(50%,#cccccc), color-stop(100%,#33404c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #33404c 0%,#cccccc 50%,#33404c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #33404c 0%,#cccccc 50%,#33404c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #33404c 0%,#cccccc 50%,#33404c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #33404c 0%,#cccccc 50%,#33404c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33404c', endColorstr='#33404c',GradientType=0 ); /* IE6-9 */

}

.lesewelten_container {
	position: relative;
	float: left;
	max-width: 100%;
	height: auto;
	overflow:hidden;
	/*background-repeat: no-repeat;
	background-position: center bottom;*/
}
.lesewelten_container img {
	/*max-width: 133px;*/
}
.z_container {
	position: relative;
	float: left;
	max-width: 166px;
	max-height: 233px;
}
.lesewelten,
.zuletzterschienen {
	font-size:0.8rem;
	position: absolute; 
	width: 100%;
	max-width: 166px;
	top:0;
	left:0;
	background: rgba(102,0,0,0.95);
	color: #ccc; 
	text-align: center;
	padding: 20px 0 5px;
	font-weight: bold;
}

.zuletzterschienen {
	background: rgba(80,125,140,0.85);
}

.zuletzt {
	position: absolute; 
	width: 100%;
	max-width: 100%;
	right:0;
	left:0;
	top: 0;
	bottom: 0;
	background: pink;
}

.zuletzt h3 {
	background: rgba(80,125,140,0.85);
	color: #ccc; 
	text-align: center;
	padding: 20px 0 5px;
	font-weight: bold;
	font-size:0.8rem;
}



.zuletzt_img {
	position: relative;
	float:right;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: pink;
	display: inline-block;
}

.lesewelten_container a div {
	opacity: 0.95;
}.lesewelten_container:hover a div {
	opacity: 1;
	
	
}/**/


.kontaktformular p,
.kontaktformular div {
	font-size: 0.8rem;
}

.kontaktformular input,
.kontaktformular textarea {
	font-size: 0.85rem;
	background: #eee;
	padding: 3px;
	height: inherit;
	border: none;
	margin-top: 5px;
}
.kontaktformular div {
	position: relative;
	height: 30px;
	
}
.kontaktformular input[type=submit],
input.wpcf7-submit{
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	background-color: #666666;
  /* Fallback Color */
  background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#d4d4d4));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #999999, #d4d4d4);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background: -moz-linear-gradient(top, #999999, #d4d4d4);
  /* FF3.6 */
  background: -ms-linear-gradient(top, #999999, #d4d4d4);
  /* IE10 */
  background: -o-linear-gradient(top, #999999, #d4d4d4);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #999999 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#999999', EndColorStr='#d4d4d4');
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.kontaktformular input[type=submit]:hover {
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	background-color: #666666;
  /* Fallback Color */
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#d4d4d4));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #666666, #d4d4d4);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background: -moz-linear-gradient(top, #666666, #d4d4d4);
  /* FF3.6 */
  background: -ms-linear-gradient(top, #666666, #d4d4d4);
  /* IE10 */
  background: -o-linear-gradient(top, #666666, #d4d4d4);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #666666 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#666666', EndColorStr='#d4d4d4');
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	
	 border:thin solid #c33;
}


label span.wpcf7-quiz-label {
	font-size: 1rem;
}
input.wpcf7-form-control.wpcf7-quiz {
	width: 90px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: block
}

.wpcf7-form label {
	font-weight: bold;
	font-size: 0.9rem
}






.page-id-1792 h1.entry-title.autor ,
.page-id-505 h1.entry-title.autor{
   display: none; 
}



.bxslider_start li,
.bxslider li {
	pointer-events:none;
}

.bg-dark .medium-3 {
	width: 23% !important;
}



/* max-width 960px, mobile-only styles, use when QAing mobile issues */	
@media only screen and (max-width: 60em) { 

	.outside {
		display: none;
	}
		span.headertypeimg img {
    width: 95%;
}


.head-bild .columns,
	.head-bild .column {
		padding: 0px;
	}
	
  .menu-home-nav-container a {
    padding-left: 3px
  }
}




/* max-width 640px, mobile-only styles, use when QAing mobile issues */	
@media only screen and (max-width: 40em) { 

	div.site-content,
	div.home .site-content {
    margin-top: 36px !important;
		border: none;
	}
	
	.head-bild .columns,
	.head-bild .column {
		padding: 0px;
	}
	
	.listenbild {
		position: static; 
		float: none; 
		width: 80px; 
		margin-bottom: 25px;
	}
	.listeninhalt {
		position: static; 
		float: none; 
		max-width: 350px;
		padding: 15px auto;
		
	}
	span.headertypeimg {
		display: none;
	}

	.menu-werke-nav-container ul, 
	.menu-autor-nav-container ul, 
	ul.seitenmenu, 
	.menu-galerie-nav-container ul {
    list-style: inside none none;
    margin-bottom: 10px;
		width: 100%;
	}
	
	ul.seitenmenu span.next {
    right: 15px;
		left: auto;
	}
	
	h1.archive-title {
  
		
}
	.postthumbnail {
		float: left;
		margin-right: 5px;
		max-width: 55%;
	}
	
	.ausgaben {
		float: left;
		margin-top: 0px;
		border:  none;
		max-width: 42%;
	}
	.detail-container,
	.listen-container {
    margin: 20px 0;
	}
	
	li.quadrat {
		background-image:url(images/quadrat_rot.svg);
		background-position:left center;
		background-repeat: no-repeat;	
	}
	
	.archive-title.imprinttitle {
		font-size: 3.2rem
	}
	
	.footer-sidebar .widget_nav_menu li a {
    
    font-size: 0.9rem;
    line-height: 1.8rem;
    padding: 6px 0;
	}
	.bx-wrapper .bx-next,
	.bx-wrapper .bx-prev {
			display: none;
	}
		
	
	.row.home-row{
		margin: 5px;
	}
	
	.bg-dark .row {
		padding: 25px 0;
	}
		
	.galerie {
		margin-bottom: 25px;
	}
  
	
	.bx-pager.bx-default-pager {
		padding-right: 1.15em
	}
	
	.menu-home-nav-container {
		position: relative;
		max-width: 45%;
		float: left;
	}
	ul.bxslider2 li {
		max-width: 20% !important;;
	}
	ul.bxslider2 img {
		max-width: 99%;
		height: auto;
	}
	
	
	.ilija-img img{
		float: left; 
		position: relative;
		max-height: 90px;
		margin-left: 5px;	
	}

	.menu-small-nav-container,
	.reveal-modal {
		background: black;
		
	}
	.menu-small-nav-container {
		padding: 10px 30px;
	}
	ul#menu-small-nav li
	{
		list-style: none;
	}
	ul#menu-small-nav li ul {
		list-style: none;
		margin: 0px;
	}
	
	
	/*ul#menu-small-nav li.menu-item-has-children {
		border-top: 1px #666 solid;
	}
	
	ul#menu-small-nav li.current-menu-ancestor.menu-item-has-children {
		border-top: 1px #c33 solid;
	}
	*/
	
	
	ul#menu-small-nav ul.sub-menu {
		margin-bottom: 30px;
	}
	
	
	ul#menu-small-nav li.menu-item-has-children li{
		border-top: 1px #666 solid;
	}
	ul#menu-small-nav li.menu-item-has-children li:last-child {
		border-bottom: 1px #666 solid;
	}
	
	ul#menu-small-nav li.current-menu-ancestor.menu-item-has-children li {
		border-top: 1px #c33 solid;
	}
	ul#menu-small-nav li.current-menu-ancestor.menu-item-has-children li:last-child {
		border-bottom: 1px #c33 solid;
	}
	
	
	
	ul#menu-small-nav ul.sub-menu a {
		text-transform: none;
		font-weight: normal;
	}
	
	
	/*ul#menu-small-nav li.current-menu-parent {	
		background-image:url(images/pfeil_rechts.svg);
		background-position:right 15px;
		background-repeat: no-repeat;
	}*/

	

	.menu-small-nav-container a {
		color: #999;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0px;
		line-height: 2.8rem;
		font-size: 0.85rem
	}
	.menu-small-nav-container a:hover {
		color: #fff;
	
	}
	ul#menu-small-nav .current-menu-item a,
	ul#menu-small-nav .sub-menu .current-menu-item a {
		color: #fff;
		font-weight: bold;
	}

}	
