/*
Theme Name: nachhaltigkeit-wissen.de
Description: ChildTheme von twentytwelve - twentytwelve darf nicht gel�scht werden
Author: danubius - Die Agentur in Straubing f�r Webdesign, Suchmaschinenoptimierung, Print und Werbemittel � vom Konzept bis zur Umsetzung Ihr professioneller Partner.
Author URI: http://www.danubius.de/
Version: 1.0
Template: twentytwelve
*/


@import url(../twentytwelve/style.css);
/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/open-sans-v13-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/open-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v13-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v13-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans'), local('OpenSans'), url('fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/open-sans-v13-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('fonts/open-sans-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v13-latin-600.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v13-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/open-sans-v13-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v13-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v13-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.test {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/* Clearfix */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
.clear {
	clear: both;
}
/* Allgemein */

.site {
	background-color: #ffffff;
	max-width: none;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body, body .site {
	padding: 0;
	position: relative;
	margin: 0;
	max-width: inherit;
	box-shadow: none;
	min-height: 100%;
	background: #F8F8F8;
}
a {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover, a:visited {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	clear: both;
	margin-left: 0;
	margin-right: 0;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;/*box-sizing: border-box;*/
}
.widget-area .widget a, .entry-content a, .entry-content a:visited {
	color: #000;
}
.widget-area .widget a:hover, .entry-content a:hover {
	text-decoration: none;
}
.widget-area .widget a:active, .entry-content a:active {
	text-decoration: none;
}
#page {
	background: #f8f8f8;
}
.site-content article {
	border-bottom: 0;
}



.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}


/* Shortcodes */

.center-content {
	max-width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
}
.center-content h2 {
	color: #424242;
	font-weight: normal;
	border-bottom: 2px solid #424242;
	text-transform: uppercase;
	font-size: 40px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.center {
	padding: 0 20px;
	margin: 30px auto;
	max-width: 1200px;
}
.greyscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
/* Header */

.site-header {
	background: #433F40;
	border-bottom: 3px solid #0069b4;
	left: 0;
	right: 0;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 1000;
	opacity: 0.9;
}
.site-header.scrolledOut {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position: fixed;
}
.site-header.scrolledOut .logo {
	width: 150px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.site-header.scrolledOut .header-themen {
	margin: 35px 0 0 25px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.site-header .site-title {
	display: inline-block;
	font-size: 0;
	margin: 10px 10px 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 10;
}
.site-header .site-title a:hover {
	text-decoration: none;
	opacity: 1;
}
.site-header .site-title span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.site-title:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	width: 1px;
}
.top {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0 0;
	position: relative;
}
.top-small {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding: 0 0;
	position: relative;
}
/*Logo*/

a.logo::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.logo {
	position: static;
	width: 240px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.logo {
	display: inline-block;
	position: relative !important;
}
.logoheader {
	max-width: 700px;
	float: left;
	height: 91px;
	margin-left: 10px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.scrolledOut .logoheader {
	height: 70px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.header-themen {
	margin: 45px 0 0 25px;
	float: right;
	font-size: 18px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
/* Navigation */

.menu-hauptmenu-container {
	background: url("img/navbg-blue.png") no-repeat left bottom transparent;
}
#navbar {
	float: right;
	margin-top: 38px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.site-header.scrolledOut #navbar {
	margin-top: 28px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.menu-hauptmenue-container {
	font-size: 0;
}
.main-navigation {
	display: inline-block;
	float: left;
	margin-top: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: auto;
}
.main-navigation li a {
	background-color: transparent;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 10px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-transform: lowercase;
}
.main-navigation li a:hover {
	color: white;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-post-ancestor > a, .main-navigation .current-category-ancestor > a {
	color: white;
	font-weight: normal;
}
.main-navigation li:first-child {
	border: 0 none;
	padding-left: 30px;
}
.main-navigation li {
	margin: 0;
	padding: 0;
	position: static;
	line-height: 1;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border-top: none;
	border-bottom: none;
}

/*Slider*/

.slider.widget-area {
	float: none;
	margin: 0;
	width: 100%;
}
.slider.widget-area .widget {
	margin-bottom: 0;
}
.slider h2 {
	margin-bottom: 25px !important;
	font-size: 25px;
}
.ms-slide-info {
	box-sizing: border-box !important;
	max-width: 1160px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	right: 0;
	bottom: auto !important;
	top: 30%;
	position: absolute !important;
}
.ms-slide-info p {
	background-color: #ffffff;
	color: #505050;
	font-weight: normal;
	padding: 5px 10px;
	display: table;
}
.ms-slide-info p {
	margin: 0 0 10px 0 !important;
	font-size: 35px !important;
}
.ms-slide-info p:nth-of-type(2) {
	margin-left: 70px !important;
	margin-bottom: 50px !important;
	font-size: 25px !important;
}
.ms-slide-info h2 {
	font-size: 50px;
	font-size: 5vw;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 20px;
}
.widget-area .widget .ms-slide-info p, .ms-slide-info p {
	font-size: 12px;
	font-size: 1.2vw;
	line-height: 1.3;
}
.ms-slide-info a {
	background: rgba(255,255,255,0.5);
	margin-left: 10px;
	padding: 10px 15px;
	color: #424242 !important;
	border: 1px solid #424242;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.ms-slide-info a:hover {
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
/* Content */

.box-start ul li {
	display: inline-block;
}
.box-start ul li:first-child {
	background: #fdf0d9;
	width: 50%;
}
.box-start ul li:last-child {
	background: #e4eaef;
	width: 50%;
}
.box-start .left {
	max-width: 500px;
	display: block;
	float: right;
	padding: 0 100px 0 0;
}
.box-start .right {
	max-width: 500px;
	display: block;
	float: left;
	padding: 0 0 0 100px;
}
.whitebox {
	background: #fff;
	border-top: 3px solid #000;
	padding: 20px;
	margin-bottom: 25px;
}
.whitebox h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 25px;
	color: #000;
}
.whitebox p {
	line-height: 25px;
}
.lic a::before {
	content: "\f08e";
	font-family: 'FontAwesome';
	padding-right: 8px;
}
.lic a {
	color: #000;
}
.lic a:hover {
	text-decoration: underline;
}

#content-page {
	padding: 0 10px;
	box-sizing: border-box;
}

/* Unsere Themen Block  */

.metro-theme {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.metro-theme .metro-item {
	max-width: 330px;
	text-align: center;
	padding: 20px 10px 0 10px;
}
.metro-theme .metro-item i {
	font-size: 55px;
}
.metro-theme .metro-item h3 {
	margin-top: 20px;
	font-size: 35px;
	font-weight: normal;
}
.metro-theme a {
	border: 1px solid #fff;
	font-weight: bold;
	padding: 5px 10px;
	color: #fff !important;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.metro-theme a:hover {
	background: #000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
/* widget-content  */

.widget-content.widget-area {
	float: none;
	margin-top: 35px;
	width: 100%;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
	opacity: 1;/*transition: all ease-in-out 0.5s;*/
}
/* Secondary */

#secondary aside {
	background: #fff;
	box-sizing: border-box;
	padding: 20px 20px 5px 20px;
	color: #000;
	margin-top: 50px;
	border-top: 3px solid #000;
}
#secondary aside h3 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
#secondary aside a {
	color: #000;
}
#secondary aside a:hover {
	text-decoration: underline;
}
/* Newsletter */

.widget_wysija_cont .updated {
	height: 50px;
}
.widget_wysija_cont .wysija-input {
	background: transparent;
	border: 2px solid #484848;
	border-radius: 0 !important;
	color: #484848;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 70%
}
/*.home .widget_wysija_cont*/
.home .wysija-submit {
	background: #fff;
	border: 0;
	border-radius: 0 !important;
	color: #000;
	margin-top: 5px;
	display: inline;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.widget_wysija_cont .wysija-submit:hover {
	background: #000;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.wysija-paragraph {
	margin-bottom: 5px !important;
}

/*.widget_wysija_cont*/
.page-id-1818 .wysija-input {
	background: transparent;
	border: 2px solid #000;
	border-radius: 0 !important;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 40%
}

/*Kontakt Seite*/

.wpcf7-form label {
	display: inline-block;
	width: 250px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 0;
}
.wpcf7-form textarea {
	width: 90%;
}
.wpcf7-form input[type="submit"] {
	background: #0069b4;
	border-radius: 15px;
	border: 0;
	color: #fff;
	font-size: 15px;
	padding: 12px 25px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.wpcf7-form input[type="submit"]:hover {
	background: #0069b4;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.wpcf7-acceptance label {
	width: 90% !important;
}

/*Scroll Out Buttons*/

.content_fixed {
	position: fixed !important;
	top: 100px !important;
}
ul.rightFlyOut {
	position: absolute;
	top: 550px;
	right: -193px;
	width: 250px;
	padding: 0;
	list-style: none;
	-webkit-transition: right 0.5s ease;
	-moz-transition: right 0.5s ease;
	-o-transition: right 0.5s ease;
	transition: right 0.5s ease;
	z-index:5;
}
ul.rightFlyOut:hover {
	right: -30px;
}
ul.rightFlyOut li a {
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 2px;
	font-size: 16px;
	width: 260px;
	padding: 10px 15px;
	margin-left: 0;
	background-color: #0069b4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 15px;
}
ul.rightFlyOut li a:hover {
	background-color: #0396ff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.rightFlyOut i {
	font-size: 30px;
	width: 50px;
}
ul.rightFlyOut:hover li {
	margin-left: 0px;
}

/*Parallax Scroller*/

.adamrob_pcontainer {
	max-width: 1200px !important;
	color: #484848;
	padding-bottom: 30px;
}
.adamrob_pcontainer p {
	color: #484848;
}
.adamrob_pcontainer h2 {
	color: #484848;
	font-weight: normal;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
	font-size: 40px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#parallax_43_postcontent h2 {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
	/*.adamrob_pcontainer .newsletter {
        color: #fff;
        border-bottom: 2px solid #fff;
    }*/

#parallax_43_postcontent p {
	display: flex;
	justify-content: space-between;
}

/*Tiles*/

.tile-textlink {
	padding: 5px 10px 5px 10px;
	border: 2px solid #FFFFFF;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.tile-textlink:hover {
	background: #fff;
	color: #000 !important;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.tilebutton-small a::before, .tilebutton-big a::before {
	content: "\00BB \00a0";
}
.tilebutton-small a::after, .tilebutton-big a::after {
	content: "\00a0 \00ab";
}
.wp-tiles-byline-content {
	padding: 10px;
	line-height: 18px;
}
.wp-tiles-byline-wrapper h4 {
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 8px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.wp-tiles-container a {
	color: #fff !important;
}
.tilebutton-small, .tilebutton-big {
	width: 100%;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
}
.tilebutton-small a {
	padding: 5px 10px 5px 10px;
	border: 2px solid #FFFFFF;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.tilebutton-big a {
	padding: 5px 10px 5px 10px;
	border: 2px solid #FFFFFF;
	font-size: 25px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.tilebutton-small a:hover, .tilebutton-big a:hover {
	background: #fff;
	color: #000 !important;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

/* Full-Width */

.fullwidth {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #333333;
	color: #fff;
}
.fullwidth header {
	margin-top: -25px !important;
}
.fullwidth header, .fullwidth .verlag-header {
	max-width: 1200px;
	margin: 0 auto 25px auto;
	padding: 30px 10px;
	display: flex;
	justify-content: space-between;
}
.fullwidth header .img-box, .fullwidth .center .img-box {
	max-width: 33.33333333333333%;
	/*float: left;*/
	margin-right: 25px;
}
.fullwidth header .img-box .biblio li {
	margin-bottom: 5px;
}
.fullwidth header .img-box img, .fullwidth .img-box-autor img {
	border: 5px solid #fff;
	box-sizing: border-box;
}
.fullwidth header .book-description {
	width: 40%;/*	float: left;*/
}
.fullwidth header .book-description h1 {
	font-size: 30px;
	margin: 5px 0 20px 0;
}
.fullwidth header .book-right {
	width: 250px;
	margin-left: 25px;/*float: right;*/
}
.fullwidth header .book-right li {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.fullwidth header .book-right .book-price {
	width: 250px;
	background: #fff;
	padding: 15px 0;
	text-align: center;
	color: #000;
	font-size: 2.25rem;
	font-weight: bold;
}
.fullwidth header .book-right .book-link a {
	width: 250px;
	background: #000;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 1.5625rem;
	display: block;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.fullwidth header .book-right .book-link a:hover {
	background: #fff;
	color: #000;
}
.fullwidth header .book-right .link-description {
	font-size: 11px;
	text-transform: none;
}
.book-right .ebook {
	margin-top: 35px;
	text-align: center;
}
.book-right .ebook p {
	margin-bottom: 10px;
}
.book-right .ebook img {
	border: none !important;
}
.single-book {
	display: flex;
	margin: 0 -15px 40px -15px;
	justify-content: space-between;
}
.single-book .whitebox {
	flex: 1 1 50%;
	margin: 0 15px;
	box-sizing: border-box;
}
.single-book .whitebox .single-book-autor-img, 
.whitebox .single-book-autor-img {
	float: left;
	width: 150px;
	margin-right: 20px;
}
.single-book .whitebox .single-book-autor-img .autoren-link, 
.whitebox .single-book-autor-img .autoren-link {
	display: inline-block;
	border: 1px solid #000;
	width: 148px;
	text-align: center;
	padding: 5px 0;
	color: #000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.single-book-autor-box {
	margin-bottom: 25px;
}

/* More Books Overlay */

.more-books {
 	position: relative;
	width: 50%;
	overflow: hidden;
}
.more-books .image {
	display: block;
	width: 100%;
	height: 150px;
}
.more-books img {
	height: 150px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more-books:hover img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.more-books-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.more-books:hover .more-books-overlay {
	height: 100%;
}
.more-books-link {
	color: #fff;
	font-size: 11px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.single-book .whitebox .single-book-autor-img:hover .autoren-link,
.whitebox .single-book-autor-img:hover .autoren-link {
	background: #000;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.single-book .whitebox .single-book-autor-content,
.whitebox .single-book-autor-content {
	float: left;
	max-width: 60%;
}
.single-book .whitebox .single-book-autor-content p,
.whitebox .single-book-autor-content p {
	line-height: 25px;
}
.single-book .whitebox .single-book-autor-content h3,
.whitebox .single-book-autor-content h3 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #000;
}
.more-books {
	width: 150px;
	height: 150px;
	margin-right: 20px;
	vertical-align: top;
}
.fullwidth .center .verlag-content {
	max-width: 62.5%;
}
.fullwidth .center .verlag-content h1 {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: normal;
}
.verlag .whitebox {
	margin-bottom: 25px;
}
.page-template-template-verlag #secondary aside {
	margin-top: 0px !important;
	margin-bottom: 25px;
}
.page-template-template-verlag p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

/* Autor */

.foto-copyright {
	font-size: 11px;
}
.img-box-autor {
	max-width: 25%;
	margin-right: 3.75%;
}
.autor-description {
	max-width: 70%;
	position: relative;
}
.img-box-autor img {
	margin-bottom: 0 !important;
	width: 100%;
	height: auto;
}
.autor-description .entry-content a {
	color: #fff;
}
.autor-description .entry-content a:hover {
	text-decoration: none;
}
.autor-description h1 {
	font-size: 30px !important;
	margin-bottom: 25px;
}
.autor-description .autor-title {
}
.autor-description .social-links {
	position: absolute;
	top: 0;
	right: 0;
}
.autor-description .social-links .social-icons-lists li {
	padding-right: 0 !important;
}
.autor-description .social-links .social-icons-lists li span {
	color: #fff;
	padding-top: 0 !important;
}
.autor-description .social-links .social-icons-lists li span:first-child {
	padding-left: 0 !important;
}
.more-books-detailed {
	display: flex;
	justify-content: space-between;
	width: 100%;
	line-height: 20px;
	padding: 5px 5px 0 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more-books-detailed-link {
	color: #000 !important;
}
.more-books-detailed:hover {
	background: #f5f5f5;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more-books-detailed h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.more-books-detailed .more-books-img {
	min-width: 12.5%;
	margin-right: 20px;
}
.more-books-detailed .more-books-desc {
	width: 60%;
	padding-top: 5px;
}
.more-books-detailed .more-books-biblio {
	/*height: 150px;*/
	border-left: 1px solid #424242;
	padding-left: 15px;
	line-height: 20px;
	min-width: 20%;
	padding-top: 20px;
	box-sizing: border-box;
	margin-left: 20px;
}
.more-books-detailed .more-books-biblio .biblio {
	margin-bottom: 10px;
}
.more-books-detailed .more-books-biblio .more-books-link {
	font-weight: bold;
}
.su-quote-style-default .su-quote-cite {
	padding-top: 10px;
}

/* dan-a-to-z-index */

.dan-a-to-z-index {
	list-style: none;
	margin-bottom: 15px;
}
.dan-a-to-z-index-letter, .dan-a-to-z-index-reset {
	border: 1px solid #ececec;
	display: inline-block;
	color: #ececec;
	cursor: default;
	font-size: 16px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 9px;
}
.dan-a-to-z-index-letter-awaylable:hover, .dan-a-to-z-index-reset:hover {
	border: 1px solid #000;
	cursor: pointer;
	color: #fff;
	background: #000;
}
.dan-a-to-z-index-letter-awaylable, .dan-a-to-z-index-reset {
	color: #000;
}
.dan-a-to-z-index-selected-letter {
	border: 1px solid #000;
	color: #fff;
	background: #000;
}
.dan-a-to-z-index-preview-letter {
	color: #000;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: none;
}

/* Pagination */

.page-numbers.current {
	border: 1px solid #000;
	padding: .75rem;
}

.pagination li {
    display: inline;
}
.pagination li a,
.pagination li.disabled {
    background-color: #000;
	color: #fff;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
	border: 1px solid #000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.pagination li a:hover,
.pagination li.active a {
    background-color: #fff;
	color: #000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

/* Masonry Layout */
.masonry-layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.masonry-layout__panel {
	position: relative;
	width: 24%;
	padding: 0 0 30px 0;
	background: #fff;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	border: 1px solid #CFCFCF;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

/*.masonry-layout {
	column-count: 4;
	column-gap: 0;
	margin-top: 25px;
}
.masonry-layout__panel {
	-webkit-column-break-inside: avoid-column;
	page-break-inside: avoid-column;
	break-inside: avoid-column;
	break-after: avoid-column;
	padding: 0;
	background: #fff;
	margin: 0 10px 20px 10px;
	box-sizing: border-box;
	border: 1px solid #CFCFCF;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}*/
.masonry-layout__panel a {
	color: #000;
}
.masonry-layout__panel:hover {
	background: #eee;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.masonry-layout__panel-content .panel-inner {
	padding: 10px;
	line-height: 20px;
}
.masonry-layout__panel-content .panel-inner .veranstaltung {
	margin-top: 10px;
}
.masonry-layout__panel-content .panel-inner h3 {
	margin-bottom: 10px;
}
.masonry-layout__panel-content .panel-readmore {
	padding: 10px;
	border-top: 1px solid #CFCFCF;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}
/* Tooltip container */

.tooltip {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-left: 8px;
	margin-top: 7px;
}
.link-description a {
	color: #fff;
}

/* Tooltip text */

.tooltip .tooltiptext {
	box-sizing: border-box;
	visibility: hidden;
	width: 250px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	border-radius: 6px;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -125px;
	line-height: 1.3;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	cursor: pointer;
}
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

/* Shariff Buttons */
.shariff-buttons {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

/* Lesetipps */

.lesetipps {
	display: flex;
	margin-right: -42px;
}

.lesetipps .lesetipps-item {
	max-width: 300px;
	max-height: 300px;
	margin-right: 42px;
	margin-left: 42px;
	border: 1px solid #fff;
}

.lesetipps .lesetipps-item a img {
	line-height: 1;
}

/* Fullscreen Banner */

.fullscreen-banner {
	width: 100%;
	height: auto;
	background: #000;
}
.fullscreen-banner .fullscreen-center {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0;
}
/* Template News */
.search-no-results #content-news article {
	display: block;
}
#content-news article {
	min-height: 250px;
	border: none;
	margin: 0;
	display: flex;
}
#content-news article .news-image {
	max-width: 250px;
	min-width: 250px;
	float: left;
	margin-bottom: 20px;
}
#content-news article .news-image .thumb-caption {
	font-size: 10px;
	margin-top: 2px;
	color: #484848;
}
#content-news article .news-block {
	float: left;
	width: 100%;
	min-height: 230px;
	background: #fff;
	padding: 20px;
	margin-left: 15px;
	position: relative;
	margin-bottom: 25px;
	box-sizing: border-box;
	color: #000;
}
#content-news article .noimage {
	margin-left:0px !important; 
}
#content-news article .news-block .news-time, #content-news article .news-block .news-category {
	font-size: 12px;
}
#content-news article .news-block h2 {
	font-size: 18px;
	margin: 5px 0 15px 0;
}
#content-news article .news-block .read-more-news {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#content-news article .news-block .read-more-news {
	background: #433F40;
	display: block;
	padding: 5px 10px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#content-news article:hover .news-block .read-more-news {
	background: #0069b4;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#content-news .veranstaltung p {
	line-height: 25px;
}
#content-news .nav-next a,
#content-news .nav-previous a {
	background: #000;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#content-news .nav-next a:hover,
#content-news .nav-previous a:hover {
	background: #fff;
	color: #000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.not-found {
	display: block !important;
}

/* Template B�cher & Autoren */

#content-buecher .entry-header,
#content-autoren .entry-header {
	margin-bottom: 10px;
}
#content-buecher,
#content-autoren {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#content-buecher article,
#content-autoren article {
	width:31.66666666666667%;
	margin-right: 1.5%;
	margin-bottom: 0;
}
#content-buecher article .image,
#content-autoren article .image {
	max-height:380px;
	position: relative;
	overflow: hidden;
}
#content-buecher article .image img,
#content-autoren article .image img {
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#content-buecher article:hover .image img,
#content-autoren article:hover .image img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#content-buecher article .book-box,
#content-autoren article .autoren-box {
	border: 1px solid #000;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#content-buecher article .book-box h2 {
	font-size: 1.5em;
	margin:2px 0 10px 0;
}
#content-buecher article .book-box .preis {
	position: absolute;
	bottom: 10px;
	font-weight: 700;
	font-size: 1.5em;
}
#content-buecher article:hover .book-box,
#content-autoren article:hover .autoren-box {
	background: #000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#content-buecher article .book-box {
	min-height: 180px;
}
#content-autoren article .autoren-box {
	text-align: center;
	font-size: 1.5em;
}
#content-buecher article a,
#content-autoren article a {
	color: #000;
}
#content-buecher article:hover a,
#content-autoren article:hover a {
	color: #fff;
}
#content-buecher article .image .overlay,
#content-autoren article .image .overlay {
	position: absolute;
	 top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#content-buecher article:hover .image .overlay,
#content-autoren article:hover .image .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

/* Category Nav */

.category-nav ul {
	margin-bottom: 15px;
}

.category-nav .current a {
	background: #0069b4;
}

.category-nav ul li {
	display: inline-block;
	margin-right: 5px;
}
.category-nav ul li a {
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #433F40;
	display: block;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.category-nav ul li a:hover {
	background: #0069b4;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.category-nav .current-menu-item a {
	background: #0069b4;
	color: #fff;
}
/* Search */

.tb-search {
	background-color: transparent;
	color: #fff;
}

.google-map {
	overflow: hidden;
}

/* Get Social */

.su-column-inner {
	line-height: 25px;
}
.social-icons-lists li.social-icons-list-item {
	padding-right: 20px !important;
}
/* Footer */

footer[role="contentinfo"] {
	border-top: 0;
	line-height: 1.3;
	margin: 0;
	max-width: 100%;
	padding: 0 0 0 0;
	/*background: #424242;*/
	margin-top: 25px;
}
footer[role="contentinfo"] a, footer[role="contentinfo"] a:visited {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	color: #fff;
	opacity: 1;
	text-decoration: underline;
}
footer[role="contentinfo"] a:active {
	text-decoration: none;
}
/*

footer[role="contentinfo"] .footer-content .widget-footer {
	float: none;
	width: 1160px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	color: #fff;
	margin-bottom: 100px;
}
footer[role="contentinfo"] .footer-content .widget-footer aside {
	width: 25%;
	padding: 0 25px 0 25px;
}
footer[role="contentinfo"] .footer-content .widget-footer aside:first-child {
	width: 25%;
	padding: 0 25px 0 0;
}
footer[role="contentinfo"] .footer-content .widget-footer aside:last-child {
	width: 25%;
	padding: 0 0 0 25px;
}

*/

footer[role="contentinfo"] .footer-content .widget-footer {
	display: table;
	width: calc(100% - 10px);
	color: #fff;
}
footer[role="contentinfo"] .footer-content .widget-footer aside {
	display: table-cell;
	width: 25%;
	padding: 25px;
}
footer[role="contentinfo"] .widget {
	margin: 0;
}
footer[role="contentinfo"] .widget-area {
	float: none;
}
footer[role="contentinfo"] .footer-bottom {
	/*background: url(img/footer-logo-bg.png) no-repeat center top transparent;*/
	background: #433F40;
	height: 72px;
	width: 100%;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
}
footer[role="contentinfo"] .copyright,
footer[role="contentinfo"] .site-info {
	flex: 1 1 auto;
	padding: 0 15px 0 15px;
	font-size: 14px;
}

/*Copyright Menu*/

.footer-menu {
	display: block;
	float: right;
}
.footer-menu li {
	display: inline-block;
	line-height: 1;
}
.footer-menu li a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	padding: 0 8px;
}
/* dan-scroll-up-button */

.dan-scroll-up-button:before {
	background-color: #0069b4;
	color: #fff;
	content: "\f106 ";
	font-family: 'FontAwesome';
	font-size: 30px;
	padding: 7px 14px;
	text-align: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.dan-scroll-up-button {
	bottom: 65px;
	font-size: 0;
	line-height: 0;
	position: fixed;
	right: 0px;
	z-index: 1000;
}
.dan-scroll-up-button:hover:before {
	background-color: #0094ff;
}

/* ---- grid-item ---- */

.grid-item {
	width: 360px;
	height: 380px;
	float: left;
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.grid-item a {
	/*position: relative;*/
	font-size: 13px;
}

.grid-item:hover img {
	transform: scale(1.2);
	transition: all .2s ease-in-out 0s;
}

.grid-item-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,105,180,0.8);
	color: white;
	width: 98%;
	padding:10px 10px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-item img {
	transition: all .2s ease-in-out 0s;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.grid-item--width2 { width: 185px; }
.grid-item--width3 { width: 100%; }
.grid-item--width4 { width: 575px; }
.grid-item--width5 { width: 1160px; }

.grid-item--height2 { height: 185px; }
.grid-item--height3 { height: 265px; }
.grid-item--height4 { height: 360px; }
.grid-item--height5 { height: 240px; }

.grid-frontpage {
	margin-top: 50px;
}

.category-buergerinfo .entry-content .howto {
	border: 1px solid #0069b4;
	padding: 15px;
	border-radius: 10px;
}

.howto h2 {
	margin: 0 0 15px 0 !important;
	color: #0069b4;
}


.howto li {
	margin: 0;
	padding: 0;
}

.howto a {
	text-decoration: underline;
}

.howto ol {
	list-style: none !important;
}

.howto ol li span {
	color: #0069b4;
	font-size: 37px;
	font-weight: 700;
	float: left;
	padding-right: 10px;
	line-height: 1.2;
}

.howto li p {
	hyphens: auto;
	-webkit-hyphens: auto;
}

.category-buergerinfo .entry-content .content-bereich a {
	text-decoration: underline;
}

.category-buergerinfo .quelle {
	font-size: 12px;
}

.category-buergerinfo .su-box {
	border-width: 1px;
}

.category-buergerinfo .su-box-content {
	background-color: aliceblue;
}

.content-bereich .su-box-content ul {
	list-style: none !important;
}

.content-bereich .su-box-content ul li {
	position: relative;
	margin: 0 !important;
	padding-left: 25px;
}

.content-bereich .su-box-content ul li:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #0069b4;
	position: absolute;
	left: 0;
	top: 5px;
}


@media screen and (min-width: 900px ) {
	.category-buergerinfo .entry-content {
		display: flex;
		justify-content: space-between;
	}

	.category-buergerinfo .entry-content .content-bereich {
		/*flex: 0 60%;*/
	}

	.category-buergerinfo .entry-content .content-howto {
		flex: 0 35%;
	}
}

/* Responsive */

@media screen and (max-width: 1300px) {
ul.rightFlyOut {
	display: none;
}

}

@media screen and (max-width: 1100px) {
#content-buecher article,
#content-autoren article {
	margin-right: 0.75%;
	margin-left: 0.75%;
}
	.ms-slide-info p {
	font-size: 25px !important;
}
.ms-slide-info p:nth-of-type(2) {
	margin-bottom: 30px !important;
	font-size: 15px !important;
}
	.fullwidth .center .verlag-content {
		max-width: 100%;
		margin-top: 25px;
	}
	#content-news header {
		padding: 0 5px;
	}
	#content-news .no-results {
		padding: 0 10px;
		text-align: left;
	}
	.category-nav {
		margin-left: 5px;
	}

#navbar {
	margin-top: 28px;
}
.site-header.scrolledOut {
	box-shadow: none;
	position: relative;
}
.fullwidth header .book-right .book-price {
	width: 200px;
	font-size: 30px;
}
.fullwidth header .book-right .book-link a {
	width: 200px;
	font-size: 19px;
}
}

@media screen and (max-width: 1049px) {
	.tb-menu-search .search-field {
		background: #000;
		z-index: 999;
	}
.metro-theme .metro-item {
	max-width: 280px;
}
footer[role="contentinfo"] .footer-bottom {
	height: 140px;
}
footer[role="contentinfo"] .copyright {
	width: 100%;
	float: none;
	padding: 0 0 0 0px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 110px;
}
footer[role="contentinfo"] .footer-logo {
	width: 100%;
	float: none;
	text-align: center;
	padding: 20px 0 0 0;
}
footer[role="contentinfo"] .site-info {
	width: 100%;
	float: none;
	margin: 20px 0 45px 0;
	text-align: center;
}
.footer-menu {
	float: none;
}
.dan-scroll-up-button {
	bottom: 20px;
}
}

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

	.single-book .whitebox .single-book-autor-content, .whitebox .single-book-autor-content {
		margin-top: 20px;
		max-width: 100%;
	}

.header-themen, .site-header.scrolledOut .header-themen {
	margin: 0 0 0 5px;
	float: none;
}
#navbar {
	margin-top: 28px;
}
}

@media screen and (max-width: 810px) {
	.ms-slide-info a {
	padding: 5px 10px;
}
.autor-description .social-links {
	margin-top: 20px;
}
.autor-description {
	float: none;
	max-width: 100%;
	margin-right: 0;
}
	.fullwidth header .book-right {
		margin-left: 0;
		margin-top: 20px;
		position: absolute;
		right: 25px;
		top: 10px;
	}

		.fullwidth header .book-description {
		width: 100%;
		margin-top: 25px;
	}
.more-books-detailed {
	flex-direction: column;
	position: relative;
}
.more-books-detailed .more-books-biblio {
	margin-left: 0;
	padding-left: 0;
	border: none;
	position: absolute;
	left: 200px;
	top: 0;
}
.more-books-detailed .more-books-desc {
	width: 100%
}
.fullwidth header,  .fullwidth .verlag-header {
	flex-direction: column;
}
.autor-description .social-links {
	position: relative;
}
.metro-theme {
	flex-direction: column !important;
}
.metro-theme .metro-item {
	max-width: 100% !important;
}

}

@media screen and (max-width: 750px) {
	#content-autoren article .autoren-box {
    font-size: 1.2em;
	}
	.ms-slide-info {
		top:10%;
	}
.single-book {
	flex-direction: column;
}
.single-book .whitebox {
	width: 100%;
}
}

@media screen and (min-width: 600px) {

.site-content {
	width: 70%;
}
}

@media screen and (max-width: 599px) {
	
	.logoheader {
		height: 60px;
	}
	.logo {
		width: 200px;
	}
	
.lesetipps {
	flex-direction: column;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}
.lesetipps .lesetipps-item {
	margin-bottom: 25px;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}
	
.masonry-layout {
	flex-direction: column;
}
.masonry-layout__panel {
		width: 100%;
	}
#content-buecher,
#content-autoren {
	flex-direction: column;
}
#content-buecher article,
#content-autoren article {
	width:97%;
}
#content-buecher article .image,
#content-autoren article .image {
	height:100% !important;
}
.ms-slide-info p {
	font-size: 20px !important;
}
.ms-slide-info p:nth-of-type(2) {
	margin-left: 70px !important;
	margin-bottom: 20px !important;
	font-size: 12px !important;
}
.single-book .whitebox .single-book-autor-content, .whitebox .single-book-autor-content {
	max-width: 100%;
	margin-top: 25px;
}
.fullwidth header .book-right {
	position: relative;
	right: 0;
}

.img-box-autor {
	max-width: 100%;
	margin-right: 0;
}
.fullwidth header .img-box, .fullwidth .center .img-box {
	max-width: 100%;
	margin-right: 0;
}
.fullwidth .center .verlag-content {
	max-width: 100%;
	margin-top: 25px;
}
.center-content h2 {
	font-size: 30px;
}
.adamrob_pcontainer h2 {
	font-size: 30px;
}
.main-navigation {
	position: static;
}
.menu-hauptmenu-container {
	background: none;
}
.main-navigation li:first-child {
	padding-left: 0px;
}
#navbar {
	float: none;
}
ul li ul li .dropdown-toggle, ul li ul li .dropdown-toggle:active, ul li ul li .dropdown-toggle:focus, ul li ul li .dropdown-toggle:hover, ul li ul li .dropdown-toggle.toggled-on {
	background: url("img/arrow.svg") no-repeat center center;
	background-size: 20px;
}
.dropdown-toggle, .dropdown-toggle:active, .dropdown-toggle:focus, .dropdown-toggle:hover, .dropdown-toggle.toggled-on {
	background: url("img/arrow.svg") no-repeat center center;
	background-size: 20px;
	border: none;
	display: block;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0px;
	width: 40px;
}
.dropdown-toggle.toggled-on {
	transform: rotate(180deg);
	top: 0px;
}
.mainNavi {
	float: none;
	font-size: 0;
	margin-left: 0;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, .main-navigation li a:hover, .main-navigation li a:focus, .main-navigation li:hover > a {
	color: #ffffff;
	opacity: 1;
}
.main-navigation li a {
	color: #ffffff;
	text-decoration: none;
}
.main-navigation li ul {
	opacity: 1;
	position: static;
	overflow: visible;
	width: 100%;
	height: auto;
	clip: auto;
}
.menu-inner-wrapper {
	min-height: 80px;
}
.main-navigation {
	display: inline-block;
	margin-top: 0;
	float: none;
	right: 0;
	/*position: relative;*/
	padding: 0;
	text-align: left;
	width: 100%;
}
.main-navigation button.menu-toggle {
	/*background: url("img/menu.svg") no-repeat center center;*/
	border-radius: 0;
	font-size: 18px;
	right: 10px;
	line-height: 1.3;
	margin: 0 0 0 0;
	padding: 10px 15px;
	position: absolute;
	text-align: left;
	top: 15px;
	width: auto;
	z-index: 30;
	border: none;
	box-shadow: none;
	background: transparent;
	color: #fff;
}
.main-navigation button.menu-toggle.toggled-on {
	/*top: 4px;*/
	width: auto;
}
.main-navigation button.menu-toggle.toggled-on ~ div {
	margin-top: 10px;
}
.main-navigation > div {
	margin: 0;
}
.main-navigation > div .nav-menu {
	width: 100%;
	position: relative;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	padding-right: 0;
}
.main-navigation ul.nav-menu.toggled-on {
	width: 100%;
}
.main-navigation li > a {
	display: block;
	text-align: left;
}
.main-navigation ul {
	overflow: hidden;
}
.nav-menu .sub-menu li a {
	width: 100%;
	color: #fff
}
.nav-menu .sub-menu li .sub-menu a {
	width: 100%;
	color: #fff
}
.main-navigation ul.nav-menu {
	padding: 0 !important;
	width: 100%!important;
	z-index: 100;
	}
.main-navigation li:first-child {
		padding-top: 15px;
	}
.main-navigation li {
	background-color: #433F40;
	border-left: 0;
	border-top: 1px solid #fff;
	margin: 0;
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 0;
}
.main-navigation li a {
	display: block;
	padding: 10px 5px;
	float: none;
}
.main-navigation .sub-menu ul li a {
	display: block;
	font-weight: normal;
	padding: 10px 25px;
}
.main-navigation .sub-menu li a {
	border-bottom: 0;
	display: block;
	padding: 10px 15px;
}
.main-navigation .sub-menu li {
	border-top: 1px solid #fff;
	transition: none;
}
.main-navigation li ul li .submenu-inner > ul, .main-navigation li ul li .submenu-inner > ul, .main-navigation .focus li .submenu-inner > ul, .main-navigation li ul li .submenu-wrapper, .main-navigation li:hover ul li .submenu-inner > ul, .main-navigation li:focus ul li .submenu-inner > ul, .main-navigation .focus li .submenu-inner > ul, .main-navigation li:hover ul li .submenu-wrapper, .main-navigation .submenu-wrapper.toggled-on .sub-menu {
	transition: none;
}
.main-navigation > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}
.main-navigation > ul > li {
	width: 100%;
	float: none;
	background: #fff;
}
.main-navigation .sub-menu {
	position: static;
	border: 0;
	padding-top: 0;
	display: none;
}
.main-navigation .sub-menu.toggled-on {
	display: block;
}
.mainNavi {
	margin-top: 33px;
}
.site-title object {
	max-height: 54px;
}
#content-news article {
	display: flex;
	flex-direction: column;
}
#content-news article .news-block {
	margin-left: 0;
	width: 100%;
}
footer[role="contentinfo"] .footer-content .widget-footer {
	width: 100%;
	display: flex;
	flex-direction: column;
}
}

@media screen and (max-width: 400px) {
	footer .whitebox h2 {
		font-size: 20px;
		line-height: 20px;
		text-align: center;
	}
	footer ul {
		text-align: center;
	}
	.more-books-detailed .more-books-biblio {

	position: relative;
	left: 0;
	top: 0;
}


#navbar {
	margin-top: 28px;
}
.dan-scroll-up-button {
	bottom: 20px;
	right: 0;
}
}
