/*
	Theme Name: E&N
	Description: Wordpress-Theme for E&N
	Version: 1.0.0 (Stand: 21.04.2020, MW)
	Author: vektorrausch GmbH (& Todd Motto @html5blank.com)
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    HTML/MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	outline: 0 !important;
}

html {
	font-size: 14px;
}

body {
	font-family: 'Open Sans', 'Helvetica-Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.333;
	min-width: 320px;
}

p, pre {
	margin: 0 0 1.55em;
}

img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}

a {
	color: #2a75aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

.content a:visited,
.content a:hover {
	color: #074673;
}

.sidebar-area a {
	color: #fff;
}
.sidebar-area a.email,
.sidebar-area a.more {
	color: #777;
}

.footer a {
	color: #777;
}


input:focus {

}

h1 {
	margin: 0 0 0.70em;
	font-weight: normal;
	font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

.page-title {
	color: #d03c3c;
	font-size: 36px;
	line-height: 40px;
	word-wrap: break-word;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.95em;
	font-family: 'Open Sans', 'Helvetica-Neue', Arial, Helvetica, sans-serif;
}

.content h2 {
	padding-bottom: 5px;
	color: #756a53;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	border-bottom: 1px solid #756a53;
}

h3.widget-title {
	margin-bottom: 2em;
	font-size: 14px;
	font-weight: bold;
}

.sidebar-area h3.widget-title,
.sidebar-front h3.widget-title {
	margin: 0 0 0.25em;
	padding-bottom: 5px;
	color: #756a53;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	border-bottom: 1px solid #756a53;
}

.footer h3.widget-title {
	text-transform: uppercase;
}

.sidebar-area h4 { margin: 0; }
.sidebar-area h4 a { 
	color: #d03c3c;
	text-decoration: none;
	font-size: 26px;
	font-weight: 300;
	font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

}
	h1 a:hover,
	h1 a:focus,
	h2 a:hover,
	h2 a:focus,
	h3 a:hover,
	h3 a:focus,
	h4 a:hover,
	h4 a:focus,
	h5 a:hover,
	h5 a:focus,
	h6 a:hover,
	h6 a:focus {

	} 

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background: #e2e2e2;
}

#widget-area-header blockquote {
	margin: 0;
	padding: 10px 0 10px 25px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left top;
	background-image: url(img/quote-open.png);
}
#widget-area-header blockquote p {
	margin: 0;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right bottom;
	background-image: url(img/quote-close.png);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
	background: #fff url(img/texture.png) repeat-x center -4px;
}

.wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.container {

}

.header-container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;	
}

.header {

}

#branding { 
	position: relative;
	height: auto;
}

.logo {
	float: left;
	margin-left: 0;
	margin-top: 62px;
	width: 110px;
}

/* Schnellsuche */
#branding .topsearch {
	margin: 20px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	background: #f5f5f5;
}
#branding .topsearch p {
	margin: 0;
}
#branding .topsearch label {
	display: block;
	margin: 0 0 5px;
	color: #000;
	font-size: 14px;
}
#branding .topsearch input {
	width: 100%;
}
#branding .topsearch button { display: none; }

.header .widget-area-container {
	margin-left: 119px;
}

.main-container {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;	
}

.main {

}

.content-column {
	
}

.content {
	padding-bottom: 5%;
}
.home .content { padding-top: 0; }

/* no sidebars */
body.no-sidebars .content {
	width: 100%;
}

/* sidebar left */
body.sidebar-1 .content-column {
	width: 100%;
	float: none;
}

body.sidebar-1 .content {
	margin: 0;
}

body.sidebar-1 #widget-area-sidebar-1 {
	width: 100%;
	float: none;
	margin-left: 0;
}

/* sidebar right */
body.sidebar-2 .content-column {
	width: 100%;
	float: none;
}

body.sidebar-2 .content {
	margin: 0;
}

body.sidebar-2 #widget-area-sidebar-2 {
	width: 100%;
	float: none;
	margin-left: 0;
}

/* both sidebars */
body.sidebar-1.sidebar-2 .content-column {
	width: 100%;
	float: none;
}

body.sidebar-1.sidebar-2 .content {
	margin: 0;
}

body.sidebar-1.sidebar-2 #widget-area-sidebar-1 {
	width: 100%;
	float: none;
	margin-left: 0;
}

body.sidebar-1.sidebar-2 #widget-area-sidebar-2 {
	width: 100%;
	float: none;
	margin-left: 0;
}

.footer-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #262626;
}

.footer {
}

/*------------------------------------*\
    MENUS
\*------------------------------------*/

/* Main Menu */

.menu-hauptmenue-container {
	padding-bottom: 35px;
	background: #e6e1d8;
}

.menu-hauptmenue-container ul {
	margin: 0;
	padding: 0;
}

.menu-hauptmenue-container ul li {
	list-style: none;
}

.menu-hauptmenue-container ul li a {
	display: block;
	padding: 12px 16px;
	color: #52462c;
	font-size: 13px;
	line-height: 100%;
	text-transform: uppercase;
	border-top: 1px solid #d4cfc4;
}

.menu-hauptmenue-container ul li:first-child a { border: none; }

.menu-hauptmenue-container ul li a:hover,
.menu-hauptmenue-container ul li a:focus {
	text-decoration: none;
	background: #cdc7ba;
}

.menu-hauptmenue-container ul li.current-menu-item a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 26px;
	background: #cdc7ba;
	background-repeat: no-repeat;
	background-size: 8px 7px;
	background-position: 14px center;
	background-image: url(img/menu-arrow.png);
}


/* Footer-Menue */
.footer-menu-container {
	padding: 0 2%;
}

.footer ul.menu {
	padding: 0;
	line-height: 100%;
	text-align: center;
}

.footer ul.menu li {
	display: inline;
	margin: 0 5px 5px 0;
	font-size: 13px;
	line-height: 14px;
	list-style: none;

}

.footer ul.menu li a {
	padding-right: 8px;
	font-weight: 300;
	border-right: 1px solid #777;
}
.footer ul.menu li.last a { border: none; }

.footer ul.menu li a:hover,
.footer ul.menu li a:focus {
	color: #aaa;
	text-decoration: none;
}


/*------------------------------------*\
    SIDEBARS
\*------------------------------------*/

#widget-area-footer {
	padding-top: 30px;
	color: #fff;
	word-wrap: break-word;
	background: #262626;
}

.sidebar-area .widget-outer { margin-bottom: 30px; }

.sidebar-area .widget-outer  p {
	font-size: 13px;
	margin: 0 0 0.25em;
}

/*------------------------------------*\
    WIDGET-AREAS (WIDGETS IN THIS AREA)
\*------------------------------------*/


/*------------------------------------*\
    WIDGETS (WIDGETS IN ALL AREAS)
\*------------------------------------*/

/* Header Area */

#widget-area-header {	position: relative;	}

#widget-area-header .widget-inner {	padding: 0; }
#widget-area-header .widget-inner.clear:after { clear: none; }

#widget-area-header ul {
	float: right; 
	margin: 0;	
	padding: 10px 0 0;
	list-style: none;
}

#widget-area-header ul li {
	float: left;
	margin-top: 5px;
	padding-left: 31px;
	color: #fff;
	font-weight: bold;
}

#widget-area-header ul li a { color: #fff; }

#widget-area-header ul li.phone {
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left center;
	background-image: url(img/icon-phone.png);
}


#widget-area-header ul li.email {
	margin-left: 25px;
	background-repeat: no-repeat;
	background-size: 20px 15px;
	background-position: left center;
	background-image: url(img/icon-email.png);
}

#widget-area-header blockquote {
	position: absolute;
	top: 55px;
	right: 0;
	font-size: 12px;
	line-height: 14px;
	width: 170px;
}

/* Front Area - Aktuelles */

#widget-area-front { padding-bottom: 40px; }

#widget-area-front ul {
	margin: 0;
	padding: 0 0 16px;
}

#widget-area-front ul li {
	position: relative;
	padding: 5px 0 15px;
	list-style: none;
	border-bottom: 1px solid #e6e1d8;
	background: none;
}

#widget-area-front ul li .post-date {
	position: absolute;
	top: 8px;
	left: 0; 
	display: none;
	color: #d03c3c;
	font-weight: 300;
	font-size: 13px;
}
#widget-area-front ul li .post-date:before {
   content: "– ";
}

#widget-area-front ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#widget-area-front a.more {
	display: block;
	padding-left: 22px;
	height: 18px;
	line-height: 100%;
	font-size: 14px;
	color: #2a75aa;
	background-repeat: no-repeat;
	background-size: 15px 36px;
	background-position: left top;
	background-image: url(img/arrow-more.png);
}

#widget-area-front a.more:hover,
#widget-area-front a.more:focus {
	color: #074673;
	text-decoration: none;
	background-position: left bottom;
}

/* Footer Area */

#widget-area-footer .widget-outer {
	padding: 20px 5%;
	font-weight: 300;
	border-bottom: 1px dashed #404040;
}

#widget-area-footer #black-studio-tinymce-5 {
	border-bottom: none;
}

/* Buy Local */
#black-studio-tinymce-4 .widget-title {
	margin-bottom: 1em;
}

#black-studio-tinymce-4 h5 {
	font-size: 18px;
}

#black-studio-tinymce-4 h5 a {
	display: block;
	padding: 15px 55px 15px 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
}

#black-studio-tinymce-4 h5.ebooks a {
	background-size: 48px 58px;
	background-image: url(img/ebooks.png);
}

#black-studio-tinymce-4 h5.buy-local a {
	padding-right: 65px;
	background-size: 54px 46px;
	background-image: url(img/logo-buy-local.png);
}

#black-studio-tinymce-4 .widget-inner a.more {
	display: block;
	height: 18px;
	line-height: 100%;
	font-size: 14px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-size: 15px 36px;
	background-position: left top;
	background-image: url(img/arrow-ebook.png);
}

#black-studio-tinymce-4 .widget-inner a.more:hover,
#black-studio-tinymce-4 .widget-inner a.more:focus {
	color: #aaa;
	text-decoration: none;
	background-position: left bottom;
}

.footer-menu-container {
	border-top: 1px solid #777777;
}


/*------------------------------------*\
    FRONT
\*------------------------------------*/

.sidebar-front {
	padding: 0 5%;
}

/*------------------------------------*\
    FEATURED SLIDER
\*------------------------------------*/

.featured-slider-container {
	margin-bottom: 10px;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow: visible;
}

.featured-slider {
	padding: 0;
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.featured-slider,
.featured-slider:after,
.featured-slider:before {
  box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
}

.featured-slider .flexslider {
  background: none repeat scroll 0 0 #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  position: relative;
}

.featured-slider .slides {
	margin: 0;
	padding: 0;
}

.featured-slider .slide {
	position: relative;
	list-style: none;
}

.featured-slider .featured-image {
	display: block;
	width: 100%;
	height: 120px;
	background: #232323 no-repeat center center;
	background-size: cover;
}

.featured-slider .featured-title {
	position: absolute;
	bottom: 5px;
	right: 15px;
	margin: 0;
	text-align: right;
	font-weight: normal;
	font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

.featured-slider .featured-title a {
  padding: 0.1em 0 0.2em;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
	box-shadow: 10px 0 0 #ca3f41, -10px 0 0 #ca3f41;
	background: #ca3f41;
}

.featured-slider .flex-control-nav {
  bottom: -25px;
  z-index: 20;
}

.featured-slider .flex-control-nav li {
  margin: 0 4px;
}

.featured-slider .flex-control-paging li a {
  background: #e6e1d8;
  border-radius: 16px;
  box-shadow: none;
  height: 8px;
  width: 8px;
}
	.featured-slider .flex-control-paging li a:hover,
	.featured-slider .flex-control-paging li a:focus,
	.featured-slider .flex-control-paging li a.flex-active {
	    background: #bbb3a1;
	}
	
.featured-slider .flex-direction-nav {
	display: none;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/

.content ol,
.content ul { padding: 0 0 0 10px; }

.content ul li {
	margin-bottom: 10px;
	padding-left: 13px;
	list-style: none;
	background-repeat: no-repeat;
	background-size: 5px 5px;
	background-position: left 7px;
	background-image: url(img/li-item.png);
}

.content object, embed {
	width: 100%;
}

.content #wrapper-iframe { overflow:hidden; }

.touch .content #wrapper-iframe { 
	-webkit-overflow-scrolling:touch;
	overflow:auto;
}

.content iframe {
	width: 100%;
	height: 100%;
	min-height: 1250px;
	overflow: scroll;
}

.content iframe.piwik {
    background: none repeat scroll 0 0 #efefef;
    padding: 20px;
    min-height: 220px;
}

.page-template-page-booksearch .content article {
	margin-bottom: 20px;
	padding: 20px;
	background: #fdf7ea;
}


/* Buecher / Hoerbuecher - Raster */

.books-container { clear: both; }
.home .books-container .book-tips { margin-bottom: 20px; }

.books-container ul.books {
	padding: 0;
}
.books-container ul.books li {
	margin-bottom: 0;
	padding: 13px 0 15px;
	width: 100%;
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #e6e1d8;
	background: none;
}
.books-container ul.books li.item-1 { border-top: none; }

.home .books-container .book-tips ul.books li {
	border-top: none;
	border-bottom: 1px solid #e6e1d8;
}
.books-container ul.books li .featured-image {
	float: left;
	margin: 2px 15px 0 0;
}
.books-container ul.books li .featured-image img {	width: 55px; }
.books-container ul.books li .book-details { margin-left: 65px; }
.books-container ul.books li .title { margin-bottom: 2px; }
.books-container ul.books li .title a { color: #000; }
.books-container ul.books li p { margin-bottom: 10px; }
.books-container ul.books li .author { font-size: 12px; line-height: 14px; }
.books-container ul.books li .price { color: #d03c3c; }

.books-container a.more {
	display: block;
	padding-left: 22px;
	height: 18px;
	line-height: 100%;
	font-size: 14px;
	color: #2a75aa;
	background-repeat: no-repeat;
	background-size: 15px 36px;
	background-position: left top;
	background-image: url(img/arrow-more.png);
}

.books-container a.more:hover,
.books-container a.more:focus {
	color: #074673;
	text-decoration: none;
	background-position: left bottom;
}

.new-books { margin-bottom: 45px; }

/* Buecher / Hoerbuecher - Einzelansicht */

.content .type-book .image,
.content .type-audiobook .image {
	margin: 0 auto 20px;
	text-align: center;
}

.content .type-book .details,
.content .type-audiobook .details {
	padding-bottom: 5%;
}

.content .type-book .page-title,
.content .type-audiobook .page-title {
	margin-bottom: 0.35em;	
	font-size: 32px;
	line-height: 36px;
}
.content .type-book .price,
.content .type-audiobook .price { 
	display: block;
	margin-top: 10px;
	color: #d03c3c;
	font-size: 18px;
	font-weight: 300;	
}

.content .metas {	
	margin-bottom: 20px;
	width: 100%;
}
.content .metas td {
	padding: 3px 7px;
	color: #888;
	font-weight: 300;
}
.content .metas td.label { 
	color: #000;
	font-weight: normal;
}
.content .metas tr:nth-child(even) { background: #f6f4f0; }
.content .metas tr:nth-child(odd) {	background: #fff; }

/* Buechersuche–Link Buch online bestellen */
.content a.buechersuche-link {
	clear: both;
	float: right;
	position: relative;
	margin: 5px 0;
	padding: 10px 40px 7px 30px;
	width: auto;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border: none;
	box-shadow: 0 2px #9f2828;
	background: #d94545;
	background-image: -moz-linear-gradient(top,  #d94545 0%, #c63232 100%);
	background-image: -webkit-linear-gradient(top,  #d94545 0%,#c63232 100%);
	background-image: -ms-linear-gradient(top,  #d94545 0%,#c63232 100%);
	background-image: linear-gradient(to bottom,  #d94545 0%,#c63232 100%);
}
.content a.buechersuche-link:hover,
.content a.buechersuche-link:focus {
	text-decoration: none;
	box-shadow: 0 2px #790909;
	background: #bc0808;
	background-image: -moz-linear-gradient(top,  #bc0808 0%, #980c0c 100%);
	background-image: -webkit-linear-gradient(top,  #bc0808 0%,#980c0c 100%);
	background-image: -ms-linear-gradient(top,  #bc0808 0%,#980c0c 100%);
	background-image: linear-gradient(to bottom,  #bc0808 0%,#980c0c 100%);
}

.content a.buechersuche-link:after {
	position: absolute;
	top: 40%;
	left:50%;
	display: block;
	content: "";
	margin-left: 65px;
	width: 15px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: 15px 10px;
	background-position: left center;
	background-image: url(img/arrow-login.png);
}


/* Aktuelles - Uebersicht */

.archive .content .post {
	padding: 15px 0;
	border-bottom: 1px solid #e6e1d8;
}
.archive .content .post .date {
	display: block;
	margin-bottom: 5px;
	color: #d03c3c;
	font-weight: 300;
	font-size: 13px;
}
.archive .content .post .post-title {
	margin-bottom: 0.35em;
	padding: 0;
	border: none;
}
.archive .content .post .post-title a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.archive .content .post .excerpt { color: #aaa; }
.archive .content .post .excerpt .more-link {
	display: block;
	margin-top: 5px;
	padding-left: 22px;
	height: 18px;
	line-height: 100%;
	font-size: 14px;
	color: #2a75aa;
	background-repeat: no-repeat;
	background-size: 15px 36px;
	background-position: left top;
	background-image: url(img/arrow-more.png);
}
.archive .content .post .excerpt .more-link:hover,
.archive .content .post .excerpt .more-link:focus {
	color: #074673;
	text-decoration: none;
	background-position: left bottom;
}


.archive .content .post-edit-link { display: none; }

/* Aktuelles - Einzelansicht */

.content .type-post .image {
	margin: 0 auto 20px;
	text-align: center;
}
.content .type-post .page-title {
	float: left;
	margin-bottom: 0.35em;
	font-size: 32px;
	line-height: 36px;
}
.single .content .type-post .date { 
	clear: both;
/* 	display: block; */
	display: none;
	margin-bottom: 20px;
	color: #aaa;
	font-size: 14px;
	font-weight: 300;	
}

.single .content .type-post .body-content {
	clear: both;
}

/* Mitarbeiter */

h2.staff-headline { margin-bottom: 0; } 

.content .staff {
	position: relative;
	padding: 16px 0 16px 70px;
	width: 100%;
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #e6e1d8;
}
.content .staff:first-child { border: none; }
.content .staff img {
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	width: 55px;
}
.content .staff h4 {
	margin: 0 0 2px;
	font-size: 16px;
}
.content .staff h6 {
	margin: 0 0 22px;
	font-size: 12px;
	font-weight: 300;
}
.content .staff br { display: none; }
.content .staff p { margin-bottom: 0; }
.content .staff p a { display: block; }

/* AGB */
#widerruf {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #aaa;
}

/* Edit-Link */
.content .post-edit-link { 
	clear: both;
	display: block;
}

/* More-Link */
.content a.more {
	display: block;
	padding-left: 22px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #2a75aa;
	background-repeat: no-repeat;
	background-size: 15px 36px;
	background-position: left top;
	background-image: url(img/arrow-more.png);
}

.content a.more:hover,
.content a.more:focus {
	color: #074673;
	text-decoration: none;
	background-position: left bottom;
}



/*------------------------------------*\
    PAGE
\*------------------------------------*/


/*------------------------------------*\
    POST
\*------------------------------------*/


/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/


/*------------------------------------*\
    PAGINATION
\*------------------------------------*/


/*------------------------------------*\
    COMMENTS
\*------------------------------------*/


/*------------------------------------*\
    FORMS
\*------------------------------------*/

/* Geschaeftskunden-Login */

#text-5 .widget-title { margin-bottom: 1em; }
 
#widget-area-footer form p { margin: 0; }

#widget-area-footer form label {
	display: none;
	padding: 2px 0 5px;
}

#widget-area-footer input {
	margin-bottom: 4px;
	padding: 10px;
	width: 100%;
	color: #aaa;
	font-size: 14px;
	font-weight: 300;
	border: none;
	box-shadow: inset 0 1px 2px 1px rgba(0,0,0,0.25);
	background: #1d1d1d;
}

#widget-area-footer button {
	position: relative;
	margin: 5px 0;
	padding: 15px 0 12px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
	box-shadow: 0 2px #9f2828;
	background: #d94545;
	background-image: -moz-linear-gradient(top,  #d94545 0%, #c63232 100%);
	background-image: -webkit-linear-gradient(top,  #d94545 0%,#c63232 100%);
	background-image: -ms-linear-gradient(top,  #d94545 0%,#c63232 100%);
	background-image: linear-gradient(to bottom,  #d94545 0%,#c63232 100%);
}
#widget-area-footer button:hover,
#widget-area-footer button:focus {
	box-shadow: 0 2px #790909;
	background: #bc0808;
	background-image: -moz-linear-gradient(top,  #bc0808 0%, #980c0c 100%);
	background-image: -webkit-linear-gradient(top,  #bc0808 0%,#980c0c 100%);
	background-image: -ms-linear-gradient(top,  #bc0808 0%,#980c0c 100%);
	background-image: linear-gradient(to bottom,  #bc0808 0%,#980c0c 100%);
	}

#widget-area-footer button:after {
	position: absolute;
	top: 45%;
	left:50%;
	display: block;
	content: "";
	margin-left: 35px;
	width: 15px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: 15px 10px;
	background-position: left center;
	background-image: url(img/arrow-login.png);
}

/* Gutschein bestellen */

.wpcf7-form p {
	margin-bottom: 0.75em;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

.wpcf7-form select {
	margin: 4px 0 10px;
	padding: 10px;
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

.wpcf7-form input.wpcf7-text {
	margin: 4px 0 10px;
	padding: 10px;
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

.wpcf7-form input.wpcf7-submit {
	position: relative;
	margin: 5px 0;
	padding: 15px 0 12px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
	box-shadow: 0 2px #9f2828;
	background: #d94545;
	background-image: -moz-linear-gradient(top,  #d94545 0%, #c63232 100%);
	background-image: -webkit-linear-gradient(top,  #d94545 0%,#c63232 100%);
	background-image: -ms-linear-gradient(top,  #d94545 0%,#c63232 100%);
	background-image: linear-gradient(to bottom,  #d94545 0%,#c63232 100%);
}
.wpcf7-form input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:focus {
	box-shadow: 0 2px #790909;
	background: #bc0808;
	background-image: -moz-linear-gradient(top,  #bc0808 0%, #980c0c 100%);
	background-image: -webkit-linear-gradient(top,  #bc0808 0%,#980c0c 100%);
	background-image: -ms-linear-gradient(top,  #bc0808 0%,#980c0c 100%);
	background-image: linear-gradient(to bottom,  #bc0808 0%,#980c0c 100%);
}

/* acceptance */
.wpcf7-form .field-privacy {
  margin-bottom: 1.375em;
}

.wpcf7-form .field-privacy .wpcf7-list-item {
  margin: 0;
  background: none;
}

.wpcf7-form .field-privacy label {
  padding: 0;
}

.wpcf7-form .field-privacy .notice {
  display: block;
  margin-bottom: 0.6875em;
}

.wpcf7-form .field-privacy .wpcf7-form-control.wpcf7-checkbox {
  display: inline;
  background: none;
  padding: 0;
  border: 0;
  min-height: none;
}

.wpcf7-form .field-privacy .wpcf7-list-item {
  float: none;
}

.wpcf7-form .field-privacy input {
  float: left;
  position: relative;
  top: 2px;
}

.wpcf7-form .field-privacy .wpcf7-list-item-label {
  display: block;
  margin-left: 1.375em;
  line-height: 1.375em;
}

.wpcf7-form .field-privacy .wpcf7-not-valid .wpcf7-list-item-label {
  color: #f00;
}


/* Zugang zu meinBibliothekar */

#biblioLogin p { margin: 0; }

#biblioLogin label {
	display: none;
	padding: 2px 0 5px;
}

#biblioLogin input {
	margin-bottom: 4px;
	padding: 10px;
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

#biblioLogin button {
	position: relative;
	margin: 5px 0;
	padding: 15px 0 12px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
	box-shadow: 0 2px #9f2828;
	background: #d94545;
	background-image: -moz-linear-gradient(top,  #d94545 0%, #c63232 100%);
	background-image: -webkit-linear-gradient(top,  #d94545 0%,#c63232 100%);
	background-image: -ms-linear-gradient(top,  #d94545 0%,#c63232 100%);
	background-image: linear-gradient(to bottom,  #d94545 0%,#c63232 100%);
}
#biblioLogin button:hover,
#biblioLogin button:focus {
	box-shadow: 0 2px #790909;
	background: #bc0808;
	background-image: -moz-linear-gradient(top,  #bc0808 0%, #980c0c 100%);
	background-image: -webkit-linear-gradient(top,  #bc0808 0%,#980c0c 100%);
	background-image: -ms-linear-gradient(top,  #bc0808 0%,#980c0c 100%);
	background-image: linear-gradient(to bottom,  #bc0808 0%,#980c0c 100%);
}

#biblioLogin button:after {
	position: absolute;
	top: 45%;
	left:50%;
	display: block;
	content: "";
	margin-left: 22px;
	width: 15px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: 15px 10px;
	background-position: left center;
	background-image: url(img/arrow-login.png);
}


/*------------------------------------*\
    SEARCHFORM
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#8ACDDD;
	color:#fff;
	text-shadow:none;
}
::-webkit-selection {
	background:#8ACDDD;
	color:#fff;
	text-shadow:none;
}
::-moz-selection {
	background:#8ACDDD;
	color:#fff;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    NO JAVASCRIPT
\*------------------------------------*/


