/*
Theme Name: PSWonline
Theme URI: https://www.psychosozialer-wegweiser-luebeck.de/
Description: A WordPress Theme for an online guide with custom post types. This Theme requires a WordPress-Webdesigner for modification.
Version: 4.0
Author: brueckenkind/Adinet
Author URI: https://www.psychosozialer-wegweiser-luebeck.de/impressum/
License: GNU General Public License v2 or later
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, threaded-comments, translation-ready
Text Domain: pswonline
*/

/* --------------------------------------------------------------------------- reset + typo + elements --- */
html {overflow-y: scroll; -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; width: 100%; height: 100%;  } 
body {margin: 0; border: 0; padding: 0; width: 100%; font-size: 16px; line-height: 1.5; font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; color: #3a3a3a; overflow-wrap: break-word; }
article, aside, figure, footer, header, main, menu, nav, section {display: block; } 
img {border: 0; max-width: 100%; line-height: 1; border: 0; margin: 0; padding: 0; color: #777; }
embed, iframe, object, video {max-width: 100%; } 
:hover {outline: none; } a:focus {background: rgba(55, 55, 55, 0.2); }
::-moz-focus-inner {padding: 0; border: 0; }
p {margin: 0 0 16px 0; padding: 0; }
h1, h2, h3, h4, h5 {color: #363636; line-height: 1.3; }
h1 {font-size: 22px; margin: 0 0 16px 0; word-break: break-word; -moz-hyphens: auto; hyphens: auto; }
h1 span {font-weight: normal; }
h2 {font-size: 20px; margin: 30px 0 8px 0; }
h3 {font-size: 18px; margin: 24px 0 8px 0; }
h4 {font-size: 16px; margin: 24px 0 0 0; text-transform: uppercase; }
h5 {font-size: 15px; margin: 24px 0 16px 0; }
h6 {font-size: 14px; text-transform: uppercase; font-weight: normal; }
ol, ul {margin: 0; padding: 0; }
button {transition: .3s; }
a {text-decoration: none; color: #0000FF; transition: .3s; }
a:hover, a:focus, a:active {text-decoration: underline; }
table {border-collapse:collapse; }
td, th {padding: 6px 12px; border-bottom: 1px dotted #bcbcbc; }
dl {margin-bottom: 24px; }
dt {font-weight: bold; margin-top: 6px; }
dd {margin-left: 36px; }
blockquote {margin: 0 0 24px 0; padding: 16px 36px 0 36px; position: relative; font-style: italic; }
blockquote::before, blockquote::after, q::before, q::after {content: ""; }
blockquote::before, blockquote::after, q::before, q::after {content: ""; }
blockquote, q {quotes: "" ""; }
blockquote::before {color: #ccc; content: "“"; font-family: "Trebuchet MS", Georgia, serif; font-size: 60px; left: -5px; line-height: 1; position: absolute; top: 0; }
pre {background: #eee; color: #555; font-family: Consolas,"Courier New", monospace; font-size: 14px;  
margin-bottom: 24px; max-width: 100%; overflow: auto; padding: 12px; word-wrap: normal; }
code {margin: 5px 0 24px 0; font-family: "Courier New"; font-size: 14px; background: #dedede; color: #000099; }
mark, ins {background-color: #fff9c0; text-decoration: none; }
cite {border-bottom: 1px dotted #777; }
dfn, cite, em, i {font-style: italic; }
address {font-style: italic; margin-bottom: 24px; }
strong {font-weight: bold; color: #4a4a4a; }
small, .small {font-size: 14px; } 
hr {clear: both; margin: 24px 0 20px; border: 0; border-bottom: 1px solid rgba(205, 205, 205, 1); }
.nowrap {white-space: nowrap; }
/* --- clear + screen-reader --- */
.nav-links::before, .nav-links::after, .cf::before, .cf::after {content: ''; display: table; }
.nav-links::after, .cf::after {clear: both; }
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; } 
body .skip-link {background-color: #f1f1f1; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); color: #444; display: block; padding: 15px 23px 14px; 
outline: none; left: -9999em; top: -9999em; font: bold 15px/normal Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none; }
body .skip-link:focus {clip: auto; height: auto; left: 6px; top: 7px; width: auto; z-index: 100000; }
/* --- FORMS --- reset forms --- */
input, optgroup, select, textarea {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: baseline;
color: inherit; font: inherit; margin: 0; max-width: 100%; border-radius: 0; }
button {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: baseline;
color: inherit; font: inherit; margin: 0; background: none; border: none; overflow: visible; }
button, select {text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled], input[disabled], select[disabled], textarea[disabled] {cursor: default; opacity: .5; }
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0; }
input {line-height: normal; }
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto; }
input[type="search"] {-webkit-appearance: textfield; -webkit-appearance: none;  -webkit-border-radius: 0; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none; }
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend {border: 0; padding: 0; }
textarea {overflow: auto; vertical-align: top; resize: vertical; width: 100%; }
input, textarea {background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); border: 0; border-radius: 0;  }
/* Placeholder */
::-webkit-input-placeholder {color: rgba(255, 255, 255, .9); opacity: 1; }
::-moz-placeholder { color: rgba(255, 255, 255, .9); opacity: 1; }
:-ms-input-placeholder { color: rgba(255, 255, 255, .9); opacity: 1; }
:-moz-placeholder {color: rgba(255, 255, 255, .9); opacity: 1; }
:focus::-webkit-input-placeholder {opacity: 0; }
:focus::-moz-placeholder {opacity: 0; }
:focus:-ms-input-placeholder {opacity: 0; }
:focus:-moz-placeholder {opacity: 0; }
/* --- FORMS --- custom forms --- */
button, input, select, textarea {font-size: 16px; line-height: 1.3; } 
input, textarea {background-color: rgba(255, 255, 255, 0.85); color: rgba(51, 51, 51, 0.5); } 
input[type="email"], input[type="url"], input[type="text"], input[type="search"], textarea {
	padding: 6px 6px; width: 100%; border: 1px solid rgba(205,205,205,1); } 
input:focus, textarea:focus, input[type="search"]:focus {background-color: rgba(255, 255, 255, 0.95); color: rgba(51, 51, 51, 0.9); padding: 6px 6px; } 
button, input[type="submit"], button.search-submit {background-color: rgba(51, 51, 51, 0.3); color: #fff; padding: 6px 24px; } 
.form-submit input[type="submit"], .form-submit input[type="reset"] {margin-top: 20px; }
input[type="submit"]:hover, input[type="submit"]:focus, button.search-submit:hover, button.search-submit:focus {
background-color: rgba(51, 51, 51, 0.5); } 
/* searchform */
.search-form {position: relative; max-width: 100%; }
.search-form input[type="search"] {width: calc(100% - 50px); height: 22px; }
button.search-submit { padding: 0 0; position: absolute; top:0; right:0; line-height: 1; height: 36px; }
button.search-submit::before {position: relative; width: 36px; line-height: 36px; font-size: 24px; }
/* searchbox */
.searchbox {width: 100%; box-sizing: border-box; padding: 0 60px 0 20px; text-align: left; margin-bottom: 12px; }
.searchbox .search-form {max-width: 200px; }
.searchbox input[type="search"]:focus {color: #fff; }
.searchbox .search-form input[type="search"] {height: 24px; color: #fff; border: 1px solid rgba(255,255,255,.9); background: #cf2e36; }
.searchbox input[type="search"]:hover {border-color: #fff; }
.searchbox input[type=search]:focus, .searchbox input[type=search]:active, .searchbox input[type=search]:focus:active {border: 1px solid rgba(255,255,255,1); 
	background: #cf2e36; background: rgba(0,0,0,.1); outline-color: #f92525; outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;  }
.searchbox button.search-submit {right: 2px; background: transparent; }
.searchbox button.search-submit:before {font-size: 28px; }
/* --- Genericons --- */
.homelink::before, .backbtn::before, .toplink::before, .whatsup::before, .emailsend::before, .printlink::before {display: inline-block;
	font-family: "genericons"; -webkit-font-smoothing: antialiased; font-size: 16px; font-style: normal; font-weight: normal; 
	font-variant: normal; line-height: 1; text-align: center; text-decoration: inherit; text-transform: none; vertical-align: top; speak: never; }
/* --------------------------------------------------------------------------- Layout Structure Content --- */
.site-header, .wrapper, .site-footer {max-width: 100%; margin: 0 auto; position: relative; box-sizing: border-box; }
.site-footer {padding-bottom: 100px; }
.wrapper {background-color: #fefefe; }
/* -------------------------------------- HEADER --------------------------------------- */
.site-header {display: flex; flex-wrap: wrap; justify-content: center;align-items: center; margin: 0 auto; padding-top: 20px; 
	background: #cf2e36; background-image: url("images/bg-hd.gif"); 
	background-repeat: repeat-x; background-position: left top; } 
.site-title {position: relative; box-sizing: border-box; width: 100%; margin-bottom: 8px; padding-left: 20px; padding-right: 20px; 
	line-height: 1; background: transparent; }
.site-title a {display: inline-block; }
/* -------------------------------------- WRAPPER ----------------------------------------- */
/* --------- page-content --------- */
.page-content {max-width: 1100px; padding-bottom: 0; margin: 0 auto; background: #fff; box-sizing: border-box; }
.gutter {padding: 0 20px 36px; box-sizing: border-box; }
/* --- section image --- */
.section-image {position: relative; margin: 0 auto; max-width: 1100px; }
.section-image img {display: block;  }
/* ------ post-content ------ */
.gelb h1, .gelb .offertitle {color: #eba704; }
.blau h1, .blau .offertitle {color: #0077C0; }
.gruen h1, .gruen .offertitle {color: #52a911; }
.orange h1, .orange .offertitle {color: #f17721; }
.post-content {margin: 0 0 48px 0; padding-top: 42px; box-sizing: border-box;  }
.entry-content { }
.sidebox {margin-bottom: 60px; }
.post-content a {text-decoration: none; color: #0000FF; }
.post-content a:hover {text-decoration: underline; color: #0000FF;  }
.post-content a:focus, .post-content a:active {background-color: #ececec; color: #0000FF; }
.hometitle {font-size: 20px; }
.metadata, .meta-data-single {color: #757575; padding-top: 1.5em; font-size: 14px; font-style: italic; }
.meta-data-single a {padding-right: 4px; }
.post-content ul {margin-bottom: 20px; margin-left: 1.5em; }
.post-content ol {margin-bottom: 20px;  margin-left: 1.5em; }
.post-content li  {margin-top: 6px; }
.post-content li > ul, .post-content li > ol {margin-top: 0px; margin-bottom: 0px; }
.contact-title {display: block; margin: 36px 0 24px 0; padding-top: 36px; border-top: 1px solid rgba(205, 205, 205, 1); }
.anbieter-trenner {margin-top: 30px; margin-bottom: 30px; }
/* --- subpage links --- */
.post-content .offerlinks li {margin-top: 0; margin-bottom: 8px; } 
.post-content .offerlinks {margin-bottom: 60px; }
.offertitle {margin-bottom: 16px; }
/* --- image align --- */
.post-content img.centered, .post-content img.center, 
.post-content img.alignleft, .post-content img.left, 
.post-content img.alignright, .post-content img.right {
display: block; margin: 36px 0 30px 0; padding: 0; background-color: #fff; color: #777; }
.post-content img.centered, .post-content img.center {margin-left: auto; margin-right: auto; } 
/* --- postmeta asides --- */
.postmeta-asides {margin-top: 40px; }
/* --- share + print --- */
.printshare {margin: 0 auto; padding: 1.5em 0 .5em 0; border-top: 1px solid rgba(205, 205, 205, 1); color: #656565; }
.printshare p {margin-bottom: .5em; } 
.printshare a {display: inline-block; position: relative; width: 48px; height: 48px; float: left; margin-right: 10px; text-decoration: none; color: #555; }
.printshare a::before {position: absolute; top: 0; left: 0; vertical-align: top; display: inline-block; text-align: center; font-size: 24px; speak: never; padding: 6px; 	-webkit-border-radius: 50%; border-radius: 50%; color: #fff; line-height: 36px; width: 36px; }
.printshare a:hover, .printshare a:focus, .printshare a:active {text-decoration: none; color: #555; }
.printlink::before {content: "\f469"; background: #a6a6a6; } 
.whatsup::before {content: "\f50c"; background: #a6a6a6; } 
.emailsend::before {content: "\f410"; background: #a6a6a6; } 
.tweet::before {content: "\f301"; background: #a6a6a6; } 
.fbshare::before {content: "\f305"; background: #a6a6a6; } 
.printlink:hover:before, .printlink:focus:before, .printlink:active:before {background: #333; } 
.emailsend:hover:before, .emailsend:focus:before, .emailsend:active:before {background: #cf2e36; } 
.fbshare:hover::before, .fbshare:focus::before, .fbshare:active::before {background: #3b5998; } 
.tweet:hover::before, .tweet:focus::before, .tweet:active::before {background: #00acee; } 
.whatsup:hover::before, .whatsup:focus::before, .whatsup:active::before {background: #2bb740; } 

/* --- post tags --- */
.page-tags {margin-bottom: 0; padding:0 0 1em 0; color: #656565; font-style: italic; }
.page-tags a {color: #0000FF; text-decoration: none; margin-left: 1px; margin-right: 6px; white-space: nowrap; } 
.page-tags a:hover, .page-tags a:focus {color: #0000FF; text-decoration: underline; }
/* --- pagination --- */
.pagination {margin: 48px 0; }
.nav-links {position: relative; }
.page-numbers {display: inline-block; float: left; padding: 4px 12px; margin-right: 4px; background: rgba(119,119,119,.2); }
span.page-numbers {cursor: default; }
a.page-numbers:hover, a.page-numbers :focus {background: rgba(119,119,119,.4); text-decoration: none; }
.next.page-numbers {text-transform: lowercase; }
.nav-links-single { border-top: 1px solid rgba(205, 205, 205, 1); padding-top: 1.5em; font-style: italic; }
.nav-links-single div::before {position: absolute; font-size: 12px; line-height: 1; color: #757575; font-style: italic; }
.nav-next, .nav-previous { box-sizing: border-box; padding: 1em 0;  position: relative; }
.nav-next::before {content: 'Nächster Beitrag'; top: 0; left: 0; }
.nav-previous::before {content: 'Vorheriger Beitrag'; top: 0; left: 0; }
/* --- ARCHIVES - category - archive - tags - search --- */
.post-content .post-list {margin: 36px auto; }
.archive-title {margin-bottom: 0; padding-bottom: 16px; border-bottom: 1px solid rgba(205, 205, 205, 1); }
.post-excerpt { margin: 0; border-bottom: 1px solid #ddd; padding: 16px 0; font-size: 15px; line-height: 1.4em; }
.post-excerpt p {margin-bottom: 0; }
.post-excerpt br {line-height: 0em; }
.post-excerpt h2 { margin: 0 0 4px 0; padding: 0; line-height: 1.3; font-size: 19px; font-weight: normal; }
.post-excerpt h2 a { text-decoration: none; }
.post-excerpt h2 a:hover {text-decoration: underline; }
.post-meta-data-wrap {margin-top: 8px; }
.post-meta-data-wrap a[href*="seelische-beeintraechtigung"] {color: #eba704; }
.post-meta-data-wrap a[href*="sucht-abhaengigkeit"] {color: #0077C0; }
.post-meta-data-wrap a[href*="geistige-behinderung"] {color: #52a911; }
.post-meta-data-wrap a[href*="schwierige-lebenssituation"] {color: #f17721; }
/* blog */
.submit-news {margin: 3em 0; }
.size-alignleft {float: left; margin-right: 24px; }
.blog-excerpt h2 {margin-bottom: 16px; }
.blog-excerpt h2 a {text-decoration: underline; }
.blog-excerpt {padding: 24px 0; }
.blog-post h2 {margin-top: 24px; }
.size-featured-blog-img {height: auto; margin: 24px auto; }
/* ------------------------------------------------------------------- SIDEBAR --- */
.sidebar { position: relative; width: 100%; max-width: 100%; padding-bottom: 36px; }
.gutter-sb {padding: 0 12px 20px;  }
.sidebar h2 {padding-bottom: 0; }
/* --- widgets --- */
.widget {margin-bottom: 36px; padding: 24px 16px; border: 1px solid rgba(205, 205, 205, 1); border-radius: 9px; position: relative; }
.widget ul {margin-left: 1em; }
.widget a {text-decoration: underline; }
.widget .tag-list a, .widget .tagcloud a {text-decoration: none; }
.widget .tag-list a:hover, .widget .tag-list a:focus {text-decoration: underline; }
.tag-list a, .tagcloud a {padding-right: 4px; }
.widget-title { margin: 0 0 8px 0; font-weight: bold; font-size: 19px; }
.textwidget img {margin: 4px 5% 6px 0; float: left; width: 33%; display: inline-block; }
.textwidget {color: #555; }
/* --------------------------------------------------------------------- FOOTER --- */
.site-footer {clear: both; background-color: #cf2e36; }
/* --- footer widgets --- */
.footer-widget-container {padding: 60px 20px 36px; background-color: #eee; }
.footer-widgets .widget{background-color: rgba(255,255,255,.9); }
/* --- metanavi --- */
.metanav-title { font-weight: bold;   margin: 0; border: 0; padding: 16px 0 30px 0; color: #fff; }
.metanavi {padding: 36px 20px;  border-top: 1px solid rgba(255, 255, 255, .9); }
.metanavi ul {position: relative; width: 100%; margin: 0 0 20px 0; list-style-type: none;}
.metanavi a {display: block; margin: 0; padding: 6px 0px;  color: #fff; text-decoration: none; } 
.metanavi a:focus, .metanavi a:hover, .metanavi a:active {background-color: rgba(51, 51, 51, 0.3);  color: #fff; } 
/* --- copyright --- */
.copyright {font-size: 14px; color: #fff; margin: 0 20px; padding: 0; }
.copyright a {color: #fff; text-decoration: none; }
.copyright a:hover, .copyright a:focus {text-decoration: underline;  }
/* --- scroll to top --- */
.scroll-to-top {background-color: rgba(55, 55, 55, 0.7); opacity: .7; color: #f1f1f1; bottom: 36px; cursor: pointer; display: none; position: fixed; right: 24px; z-index: 9999; text-align: center; line-height: 50px; width: 52px; padding: 4px 0 0 2px; border-radius: 50%; -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; transition: background-color 0.3s linear; -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); }
.scroll-to-top .genericon-collapse {font-size: 42px; width: 42px; height: 42px; line-height: 42px; }
.scroll-to-top:hover {border-radius: 50%; opacity: .9; } 
.scroll-to-top:focus, .scroll-to-top:active { border-radius: 50%;  }
/* errorpage */
.errorpage-search {margin: 42px auto; padding: 42px 36px; background: #cf2e36; text-align: center; }
/* --------------------------------------------------------------------- CUSTOM Pages --- */
/* --- startseite - Farbige Links --- */
.post-content .bgcolor {list-style-type: none; list-style-image: none; margin: 0 0 20px 1.3em; padding: 0;  font-weight: bold; }
.post-content .bgcolor li {margin-bottom: 6px; }
.post-content .bgcolor a {text-decoration: none; display: block; position: relative; }
.post-content .bgcolor a:hover, .post-content .bgcolor a:focus {text-decoration: underline; }
a.yellowbg, a.yellowbg:hover, a.yellowbg:focus {color: #eba704; }
a.bluebg, a.bluebg:hover, a.bluebg:focus  {color: #0077C0; }
a.greenbg, a.greenbg:hover, a.greenbg:focus  {color: #52a911; }
a.orangebg, a.orangebg:hover, a.orangebg:focus  {color: #f17721; }
.hplg-wrap {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.hplg-wrap img {margin: .75em .5em; }
.hph2 {font-size: 19px; margin-bottom: 16px; }
.hphr {  width:50%; margin: 2.5em auto; }
/* --- Anbieter-VZ --- */
.A-Z {margin: 24px 0 24px 0; position: relative; max-width: 100%; }
.A-Z a {padding: 0 8px 0 0; font-size: 18px; float: left; display: inline-block; padding: 0 16px 16px 0; }
/* --- Medienservice --- */
p#banner {margin-bottom: 24px; }
#banner textarea {width: 468px; height: 60px; min-height: 60px; margin-top: 8px; font-size: 15px; }
#banner img {margin-top: 6px; margin-bottom: 4px; }
/* --- cookie opt --- */
p iframe div.cookieopt p {font-size: 14px; font-family: Arial, sans-serif; }
.has-cookie-bar #catapult-cookie-bar {padding: .5em 2em ! important; } 
/*--------Accordion -------*/
.offer-entry {margin-bottom: 40px; } 
.same-cats-menu {margin-bottom: 80px; margin-top: 40px; padding: 0; width: 100%; }
.same-cats-menu-inner-wrapper {border: 2px solid rgba(205, 205, 205, 1); padding: 0 0 0; border-radius: 9px; }
.same-cats-menu-inner-wrapper p {padding: 16px 20px; margin-bottom: 0; background: #e9e9e9; background: #cf2e36; color: #fff; border-radius: 9px 9px 0 0; } 
.accordion__item { border-top: 1px solid rgba(205, 205, 205, 1); }
.accordion__title {position: relative; display: block; box-sizing: border-box; padding: 16px 40px 16px 20px;
	font-weight: bold; text-decoration: none; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; cursor: pointer; }
[id*="Geistige"].accordion__title {color: #52a911; }
[id*="Schwierige"].accordion__title {color: #F17721; }
[id*="Seelische"].accordion__title {color: #eba704; }
[id*="Sucht"].accordion__title {color: #0077C0; }
.accordion__item:last-child {border-radius: 0 0 9px 9px; }
.accordion__title:hover {transition: all 0.5s ease-out; background: #e9e9e9; }
.accordion__item:last-child .accordion__title:hover {border-radius: 0 0 9px 9px; }
.accordion__item:last-child .accordion__title:focus, .accordion__item:last-child .accordion__title:active, 
.accordion__item:last-child .accordion__title.accordion-active:hover {border-radius: 0; }
.accordion__item .accordion__title:visited, .accordion__item .accordion__title:focus,
.accordion__item .accordion-active {background: #fff; } 
.accordion__arrow {
	position: absolute; display: inline-block; top: 50%; right: 0; transform: translateY(-50%); width: 40px; height: 40px; 
	-webkit-appearance: none; -moz-appearance: none; background: transparent; content: ""; 
	-webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.accordion__arrow::after {position: absolute; right: 0; line-height: 40px; width: 40px; height: 40px; 
	font-family: "genericons"; font-weight: normal; font-size: 24px; }
.accordion__arrow::after {content: "\f510"; }
.accordion__arrow.accordion__rotate::after {content: "\f50e"; }
.accordion__content {padding: 0 10px 10px 20px; display: none; background: #fff; }
.accordion__content li {color: #bbb; }
.post-content .accordion__content {margin: 0 0 8px; }
.post-content .accordion__content li {margin: 0 0 8px; }
.accordion__arrow-item {font-weight: bold; }
/* --- text-accordion on mobile--- */
.acc-text.hidden {height: 80px; overflow: hidden; position: relative; box-sizing: border-box; font-size: 17px; }
.acc-text {height: auto; overflow: auto; font-size: 17px; } 
.acc-txt-btn {color: #0000FF; border: 1px solid #cbcbcb; background: #fff; }
.acc-text.hidden ~ .acc-txt-btn {margin-top: 24px; }
.button-wrapper {padding: 12px 0; }
/* a-z listing */
.az-letters > ul.az-links {padding: 0; margin: 0; font-size: 1em; justify-content: flex-start; }
.az-letters > ul.az-links > li {width: 2em; height: 2em; margin: 0 2px 4px 2px; border: 1px solid #e5e5e5; background: #f5f5f5; color: #777; }
#a-z-listing-2 {--a-z-listing-column-gap: 0.1em; }
.az-letters-wrap {margin-bottom: 36px; }
.az-letters > ul.az-links > li a {font-weight: bold; color: #0000FF; }
.az-letters > ul.az-links > li a:hover {text-decoration: underline; }
div.letter-section {margin-bottom: 1em; }
div.letter-section h2.letter-title {margin-bottom: 10px; margin-top: 10px; border-color: rgba(205, 205, 205, 1); }
div.letter-section > ul.az-columns > li { margin-bottom: 0; }
.post-content .az-columns li a {white-space: nowrap; }
.az-columns a[href*="tag/luebeck"], .az-columns a[href*="tag/schleswig-holstein"] {display: none!important; } 
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- Media Queries --- */
/* ------------------------------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/* ------------------------------------------------------------------------------- 480px --- */
@media screen and (min-width: 30em) {
	.searchbox .search-form {max-width: 240px; } 
	.post-content {margin: 42px 0 48px 0; } 
	.gutter-sb {padding: 0 36px 24px; } 
	.widget {padding: 24px; } 
	.same-cats-menu-inner-wrapper p, .accordion__title, .accordion__content {padding-left: 30px; }
	.accordion__title {padding-right: 50px; }
}

/* ------------------------------------------------------------------------------- 640px */
@media screen and (min-width: 40em) {
	body {font-size: 16px; } 
	.post-content img.centered, .post-content img.center {margin: 0 auto; margin-bottom: 2px; padding: 4px; display: block; }
	.post-content img.alignleft, .post-content img.left {float: left;  display: inline; margin: 0 7px 2px 0; padding: 4px; }
	.post-content img.alignright, .post-content img.right {float: right; display: inline; margin: 0 0 6px 24px; }
	.sidebar {padding-bottom: 0; }
	.footer-widgets .widget {padding: 5%; }
}

/* ------------------------------------------------------------------------------- 768px */
@media only screen and (min-width: 48em ) {
.no-768 {display:none!important; }
	h1 {font-size: 24px; }
	h2 {font-size: 21px; }
	.hometitle {font-size: 19px; }
	.site-title {padding-left: 60px;  }
	.searchbox {padding-left: 60px; margin-bottom: 16px; }
	.post-content {font-size: 17px; }
	.sidebox {margin-bottom: 80px; }
	.gutter {padding: 0 60px 36px; }
	.gutter-sb {padding: 0px 60px 24px; }
	.errorpage-search .search-form {width: 300px; display: inline-block; margin: 0 auto; }
	.footer-widget-container {box-sizing: border-box; padding-left: 60px; }
	.footer-widgets {width: 45%; float: left; position: relative; }
	.footer-widgets.first { margin-right: 5%; }
	.acc-text.hidden {height: auto; }
	.acc-txt-btn {display: none; }
	.metanavi {padding: 36px 36px; }
	.metanav-title {padding: 16px 24px 42px; } 
	.metanavi a {padding-left: 24px; }
	.copyright {margin: 8px 30px 8px 60px; }
}

/* ------------------------------------------------------------------------------- 961px */
@media screen and (min-width: 961px) {
h1{-moz-hyphens: none; hyphens: none; word-break: normal; }
.no-920 {display:none!important; } 
	.site-header {padding-top: 42px; justify-content: space-around; align-items: center; }
	.site-title {width: auto; margin: 0; padding: 0; display: inline-block; }
	.searchbox {width: auto; padding: 0; margin-bottom: 0; }
	.searchbox .search-form {width: 240px; } 
	.section-image {padding: 0 0; background: #aaa; overflow: hidden; height: 121px; text-align: center;
		background-position: center center; background-size: cover; }
	.post-content {margin: 0 0 60px 0; font-size: 16px; padding-top: 42px; } 
		.gelb .post-content, .blau .post-content, .gruen .post-content, .orange .post-content {display: flex; flex-wrap: wrap; }
		.post-content h1 {width: 100%; margin-bottom: 30px; margin-top: 10px; }
	.archive-title {border: 0; padding: 0; }
	.post-excerpt:first-of-type {padding-top: 2px; }
		.post-content aside {width: 100%; }
	.entry-content {padding: 0 40px 0 0; margin-bottom: 60px; }
		.gelb .entry-content, .blau .entry-content, .gruen .entry-content, .orange .entry-content, .sidebox {width: 50%; box-sizing: border-box; }
	.sidebox {margin-bottom: 60px; margin-top: 6px; padding: 0 0 0 40px; }
		.sidebox-inner-wrapper {border: 2px solid rgba(205, 205, 205, 1); padding: 40px 40px 30px; border-radius: 9px; }
		.offertitle {margin-top: 0; font-size: 19px;  }
		.sidebox ul {margin-left: 1em; }
		.sidebox .offerlinks {margin-bottom: 20px; }
	.page-content { padding-bottom: 20px; }
	.gutter {padding: 0 36px 36px; }
		.page:not(.blau):not(.gelb):not(.orange):not(.gruen) .gutter, .archive-page .gutter, .single-post .gutter {display: flex; }
		.page:not(.blau):not(.gelb):not(.orange):not(.gruen) .post-content, .archive-page .post-content  {
		width: 65%; box-sizing: border-box; padding-right: 60px; }
	.single-post .post-content {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
		.offer-entry {width: 65%; box-sizing: border-box; padding-right: 40px; margin-bottom: 0; }
		.more-link a {padding: 6px 16px; }
		.same-cats-menu {width: 35%; margin-top: 0; font-size: 15px; margin-top: 6px; }
		.same-cats-menu-inner-wrapper p {background: #e9e9e9; color: #3a3a3a; }
	.postmeta-asides {width: 65%; } .home .postmeta-asides {width: 100%; margin-top: 5em; } 
	.sidebar {position: relative; width: 35%; box-sizing: border-box; padding-top: 115px; }
	.gutter-sb {padding: 0px 4px 24px 2px; }
	.metanavi {padding: 36px; }
	.metanavi .footerlinks, .metanavi .cf {display: flex; justify-content: space-between; }
		.metanav-title {padding: 0 24px 36px; } 
		.metanavi ul {width: 31%; margin-bottom: 20px; }
		.metanavi .last {margin-right: 0!important; } 
		.metanavi a {padding: 6px 24px; }
	.widget { font-size: 15px; }
	.footer-widgets {width: 30%; margin: 0; float: none; position: relative; }
		.footer-widgets.first { margin-right: 0; }
		.footer-widgets .widget {padding: 24px; }
		.footer-widget-container {display: flex; justify-content: space-between; padding: 60px 30px 60px; }
		.footer-widget-container.cf::before, .footer-widget-container.cf::after {display: flex; }
}

/* ------------------------------------------------------------------------------- 1024px */
@media screen and (min-width: 64em) {
.no-1024, .printshare .no-1024 {display: none; } 
	.breadcrumb  {min-height: 20px; padding: 7px 16px 8px 59px; }
	.gutter {padding: 0 60px 36px 60px; }
	.copyright {margin-left: 60px; margin-right: 60px; }
		.printshare a {margin-right: 8px; width: 42px; height: 42px;  }
		.printshare a::before {padding: 0px; width: 42px; line-height: 42px; }
	.A-Z a {padding: 0 8px 0 0; float: left; display: inline-block; padding: 0 10px 10px 0; }
	.gutter-sb {padding: 0px 4px 48px 2px; }
	.modal-wrapper.styled {background-color: rgba(0, 0, 0, 0.7); }
	.modal-wrapper.styled .wp-post-modal {max-width: 700px; padding: 40px 60px 60px; }
	.modal-wrapper.styled .wp-post-modal .close-modal {font-size: 48px; padding: 4px 16px; line-height: 1; top: 0; border: 1px solid #ccc; border-radius: 9px; }
	.modal-wrapper.styled .wp-post-modal h1 {font-size: 24px; margin-bottom: 24px; }
	.modal-wrapper.styled .wp-post-modal h2 {font-size: 20px; margin-bottom: 24px; margin-top: 36px; }
	.modal-wrapper.styled .wp-post-modal ol li {text-align: start; line-height: 24px; }
	.modal-wrapper .same-cats-menu {display: none; }
	.modal-wrapper .offer-entry {width: 100%; }
}
/* ------------------------------------------------------------------------------- 1025px */
@media screen and (min-width: 64.063em) {
body {padding-top: 12px; padding-bottom: 60px; background-image: url(images/luebeck-deumann.jpg); background-size: 100% auto; }
	.site-header, .wrapper, .site-footer {max-width: 90%; }
	.site-header {margin-top: 10px; }
	.site-footer {margin-bottom: 60px; padding-bottom: 24px; }
	.site-title, .searchbox {padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
	.site-title {max-width: 70%; }
	.searchbox {max-width: 30%; }
	.section-image img {height: 100%; max-width: none; width: auto; display: none; }
}
/* ------------------------------------------------------------------------------- 1281px */
@media screen and (min-width: 80.063em) {
.site-header, .wrapper, .site-footer {max-width: 1100px; }
	.site-title {padding-left: 6px; padding-right:0; max-width: auto; }
	.searchbox {max-width: auto; padding-left: 0; padding-right:0; }
	.post-content ul, .post-content ol {margin-bottom: 20px; }
	.post-content li {margin-bottom: 8px; }
	.widget, .tagbox, .aktuell {margin-bottom: 36px; }
	.section-image img {height: auto; max-width: none; width: 100%; }
}
/* ------------------------------------------------------------------------------- Print */
@media print {
/* --- formatting --- */
html {font-size: 100%; height: 100%; margin-bottom: 1px; }
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, small, ul, li, div, a, table, tr, td {
	margin: 0; border: 0; padding: 0; background-color: transparent; }
body {font-family: Arial, Helvetica, Sans-Serif; font-size: 10pt; text-align: left; color: #111; background-image: url(images/spacer-bg.jpg); 
 background-image: none !important; background-size: 100% 100%; background-color: #fff; }
h1, h2, h3, h4, h5 {color: #363636; line-height: 1.3; }
h1 {font-size: 14pt; margin: 0px 0 8px 0; }
h2 {font-size: 12pt; margin: 20px 0 8px 0; }
h3 {font-size: 11pt; margin: 16px 0 8px 0; }
h4 {font-size: 10pt; margin: 16px 0 0 0; text-transform: uppercase;  }
h5 {font-size: 10pt; margin: 16px 0 16px 0; }
p {margin-bottom: 12px; }
a {text-decoration: none; color: #0000ff; font-weight: normal; }
a:focus, a:hover, a:active {text-decoration: underline; }
a img {border: 0; }
/* --- display none --- */ 
body .skip-link, .searchbox, .menu-container, .section-image, .printshare, .page-tags, .sidebar, .footer-widget-container, .metanavi, .scroll-to-top, .meta-data-single,
.scroll-to-top, .screen-reader-text, .anbieter-trenner, .accordion__arrow, .printshare a[title] {display: none; }
/* --- header --- */
.site-header, .site-title, .wrapper, .site-footer {background: #fff; margin: 0; padding: 0; width: 100%; }
.site-title {padding: 0; }
.site-title img {display: inline-block; margin-bottom: 20px; max-width: 360px; height: auto; } 
/* --- content --- */
.post-content {margin: 0; } .gutter {padding: 0; }
.post-content img.alignright, .post-content img.right {float: none; display: block; margin: 6pt 0; }
.contact-title {padding-top: 0; border-top: 0; margin: 16px 0 16px; }
.post-content .offer-entry img {max-width: 120px; height: auto; margin: 0 0 16px 0; } 
	.postmeta-asides {margin: 0; }
	.offer-entry, .same-cats-menu {width: 100%; margin: 0; padding: 0; }
	.same-cats-menu-inner-wrapper {border-radius: 0; border: 0; }
	.same-cats-menu-inner-wrapper p {margin: 30px 0 0; padding: 12px 0 0 0; border-top: 2px solid #555; border-radius: 0; }
	.accordion__title {padding: 0; } 
	.accordion__item {border: 0; } 
/* --- footer --- */
.site-footer {background: #fff; }
.copyright {margin: 24px 0 0; color: #222; font-size: 9pt; } .copyright a {color: #222; text-decoration: none; }
}

/* --- :-)*(-: --- */