/*
Theme Name: Magazine Theme
Theme URI: -
Description: OceanWP WordPress child theme for magazine page
Author: ITC - TT
Author URI: -
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

.is-landingpage .container,
.landingpage-header > div:not(.wp-block-columns),
.landingpage-header > p,
.landingpage-header .wp-block-columns .wp-block-columns,
body.category #content-wrap,
body.category .page-header-inner,
.single .entry-content {
	max-width: 700px;
	width: 90%;
}

#main #content-wrap.container {
	width: 90% !important;
}

body.page:not(.is-landingpage) #main #content-wrap.container {
	max-width: 1000px;
}

.landingpage-header > div:not(.wp-block-columns),
.landingpage-header > p,
.landingpage-header .wp-block-columns  .wp-block-columns,
.single .entry-content {
	margin-left: auto;
	margin-right: auto;
}

.landingpage-header > div.wp-block-columns {
	/*background: #f3faff;*/
	border-bottom: 1px solid #1f3a5f;
	border-top: 1px solid #1f3a5f;
	margin-bottom: 10px;
	padding: 8px 0;
}

#footer-bottom #footer-bottom-menu {
	text-align: center;
	width: 100%;
}

#footer-bottom #footer-bottom-menu li:after {
	content: none;
}

#footer-bottom #footer-bottom-menu li {
    margin: 0 20px 20px 0;
}

.is-landingpage .page-header-inner {
	display: flex;
	flex-direction: column-reverse;
}

.page-header .page-subheading {
    margin-bottom: 5px;
}

.is-landingpage #main #content-wrap {
    padding-top: 15px;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-small-font-size,
.wp-block-quote cite, 
.wp-block-quote footer {
	font-size: 16px !important;
}

.landingpage-header .wp-block-image,
.landingpage-header .wp-block-columns p {
    margin-bottom: 0;
}

.landingpage-header > .wp-block-image {
    margin: 15px auto;
}

.landingpage-header .wp-block-columns .wp-block-columns {
    align-items: center !important;
}

.landingpage-header .wp-block-columns .wp-block-columns img {
	max-height: 50px;
}

.landingpage-header > p {
	line-height: 1.3em;
	margin-bottom: 9px;
}

ul.icons {
	list-style: none;
	margin-bottom: 20px;
	margin-left: 40px !important;
}

ul.icons li {
	font-size: 22px;
	line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
}

.single-post ul.meta li {
	line-height: 1.3 !important;
}

ul.icons li:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(0, 75, 168)" class="w-6 h-6"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z" clip-rule="evenodd" /></svg>');
	background-repeat: no-repeat;
	content: '';
    height: 35px;
    left: -45px;
    position: absolute;
    top: -3px;
    width: 35px;
}

.entry ul:first-child {
	margin-top: 0;
}

.wp-block-image figcaption {
    /*background: #f4f4f4;*/
    background-color: #f3faff;
    color: #000;
    font-size: 17px;
    line-height: 1.3;
    margin: 0;
    padding: 10px 25px;
    text-align: left;
}

.has-grauer-hintergrund-background-color {
	background: #dadada;
}

.has-hautpfarbe-background-color {
	background-color: #1f3a5f;
}

.has-hautpfarbe-color {
	color: #1f3a5f;
}

p.has-background,
details.has-background {
	padding: 20px 25px !important;
}

.has-background {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.landingpage-header .wp-block-image a {
	display: flex;
}

.lesezeit {
	border-top: 1px solid #bcbcbc;
	color: #757575;
	font-size: 16px;
	margin-bottom: 22px;
    padding-top: 6px;
}

body.single-post .lesezeit {
	border-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	padding-top: 5px;
	position: relative;
	max-width: 90%;
	width: 700px;
}

/*body.single-post .lesezeit div {
	left: 0;
	position: absolute;
	top: 52px;
}*/

.is-landingpage .page-header,
.wp-block-quote cite {
	padding-top: 0 !important;
}

.menu-item.phone-number a {
	/*color: #1dcbf2 !important;*/
	color: #1f3a5f !important;
	font-size: 22px !important;
	font-weight: 600;
	padding-left: 30px !important;
}

.navigation li.phone-number a i.icon,
#mobile-dropdown ul li a i.after {
    border-radius: 50%;
    padding: 6px !important;
    border: 3px solid #1f3a5f;
    font-weight: bold;
    margin-left: 10px;
}

/*.footer-widgets-inner,*/
#site-header-inner {
    width: 1240px !important;
}

.navigation .megamenu>li>a.menu-link {
    font-size: inherit;
    font-weight: inherit;
}

.navigation>ul>li>ul.megamenu.sub-menu>li {
	border: 0 !important;
}

/*.sf-menu ul.sub-menu {
	padding: 0 50px;
}*/

.single-post.content-max-width .thumbnail, 
.single-post.content-max-width .entry-header, 
.single-post.content-max-width ul.meta, 
.single-post.content-max-width .entry-content h1, 
.single-post.content-max-width .entry-content h2, 
.single-post.content-max-width .entry-content h3, 
.single-post.content-max-width .entry-content h4, 
.single-post.content-max-width .entry-content h5, 
.single-post.content-max-width .entry-content h6, 
.single-post.content-max-width .entry-content blockquote, 
.single-post.content-max-width .entry-content p, 
.single-post.content-max-width .post-tags, 
.single-post.content-max-width .entry-share, 
.single-post.content-max-width nav.post-navigation, 
.single-post.content-max-width #author-bio, 
.single-post.content-max-width #related-posts, 
.single-post.content-max-width .comments-area {
	padding-left: 0;
	padding-right: 0;
}

.single-post.content-max-width .thumbnail {
	max-width: 700px;
}

#site-header,
.blog-entry.large-entry {
	border-color: #1f3a5f;
}

.single .entry-title {
    text-align: left;
}

.single .entry-title {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-post.content-max-width #main #content-wrap {
	padding-top: 0;
}

ul.meta li {
	line-height: 1.8;
	padding-bottom: 0;
}

ul.meta li.meta-cat:before {
	content: 'Category: ';
}

ul.meta li .owp-sep {
	margin-left: -3px;
	padding: 0;
}

.single-post.content-max-width ul.meta {
	border-bottom: 0;
	border-top: 1px solid #bcbcbc;
	color: #757575;
	font-size: 16px;
	justify-content: left;
	margin-bottom: 30px;
	margin-top: 3px;
	padding-top: 8px;
}

.single-post ul.meta li i {
	display: none;
}

.single-post.content-max-width .entry-content p {
	margin-bottom: 20px !important;
	margin-top: 0 !important;
}

.single-post.content-max-width .entry-content h2, 
.single-post.content-max-width .entry-content h3, 
.single-post.content-max-width .entry-content h4, 
.single-post.content-max-width .entry-content h5 {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

.single-post.content-max-width .thumbnail, .single-post.content-max-width .wp-block-cover-text.alignwide, .single-post.content-max-width .wp-block-image.alignwide, .single-post.content-max-width .wp-block-gallery.alignwide, .single-post.content-max-width .wp-block-text-columns.alignwide, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

.single-post.content-max-width .entry-header {
	margin-top: 25px !important;
}

ul.meta li.meta-date:before {
	content: 'Santa Barbara – ';
}

.related-posts-title span:before {
	content: none !important;
}

.related-posts-title  {
	font-size: 28px;
	letter-spacing: 0;
	text-transform: none;
}

.single-post.content-max-width #related-posts {
	border-color: #000;
	margin-top: 60px !important;
	max-width: 700px !important;
	padding-top: 60px;
}

#related-posts .published {
	display: none;
}

.related-post-title {
	background: #f3faff;
	font-size: 20px;
    margin: 0;
    padding: 10px 20px 12px;
	text-align: left;
}

.related-post-title a {
	color: #000 !important
}

#related-posts .col {
	clear: none;
	margin-bottom: 30px;
}

.related-thumb img,
.blog-entry.post .thumbnail img {
	transition: transform 330ms ease-in-out;
}

.related-thumb:hover img,
.blog-entry.post .thumbnail:hover img {
	opacity: 1;
	transform: scale(1.05);
}

.sub-menu li:hover,
.blog-entry-readmore a:hover {
	text-decoration: underline;
}

.blog-entry.post .thumbnail:hover .overlay {
	opacity: 0;
}

.blog-entry.post .blog-entry-header {
    margin-bottom: 10px;
}

.headline-with-lines {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 40px;
	position: relative;
	text-align: center;
}

.headline-with-lines:before,
.headline-with-lines:after {
	border-top: 1px solid #757575;
	content: '';
	left: 0;
	position: absolute;
	top: 20px;
	width: calc(50% - 100px);
}

.headline-with-lines:after {
	left: auto;
	right: 0;
}

.wp-block-latest-posts.is-grid {
	margin-left: 0;
}

body.category #main #content-wrap {
    padding-top: 30px;
}

body.category .tax-desc {
    margin: -20px 0 30px 0;
}

.wp-block-button__link {
    background: #1f3a5f;
    border-radius: 5px;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 12px 35px;
}

.wp-block-button__link:hover {
	color: #fff;
	text-decoration: underline;
}

.blog-entry.large-entry {
	border-bottom: 0;
    padding-bottom: 0;
}

.blog-entry.post .blog-entry-summary {
	margin-bottom: 0;
}

#blog-entries {
	border-top: 1px solid #757575;
    padding-top: 40px;
}

.blog-entry-readmore a {
    background: #1f3a5f;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 20px !important;
    letter-spacing: 0 !important;
    margin-top: 15px;
    padding: 8px 15px !important;
}

body.category .page-header-title:before {
	color: #1f3a5f;
	content: 'Everything on this topic:';
	display: block;
	font-size: 22px;
	font-weight: normal;
    line-height: 1.3;
}

footer a:hover,
.footer-phone:hover span,
.blog-entry-summary a {
	text-decoration: underline;
}

/*.footer-phone {
	background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    padding: 20px;
}*/

.footer-phone i {
	border-radius: 50%;
    padding: 6px !important;
    border: 3px solid #fff;
    font-weight: bold;
    margin-left: 10px;
}

#footer-widgets + #footer-bottom #footer-bottom-menu ul {
	display: block;
    margin-left: -15px !important;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.wp-block-separator.is-style-wide:not(.size-full) {
	max-width: initial;
}

footer hr {
	border-bottom-width: 1px !important;
}

footer .wp-block-navigation ul {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
}

.footer-phone:hover {
	text-decoration: none !important;
}

.footer-widgets-inner > .wp-block-columns:first-child {
	align-items: center !important;
}

.footer-widgets-inner div {
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.wp-block-latest-posts__post-title {
	color: inherit;
	display: block;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 20px 5px;
    text-decoration: none !important;
}

.wp-block-latest-posts.columns-3 li {
	background: #f3faff;
}

.wp-block-latest-posts__post-excerpt {
	font-size: 18px;
    margin: 0 20px 20px;	
}

.w-100 img {
	width: 100%;
}

.wp-block-button__link.has-pale-cyan-blue-background-color {
    background: #1dcbf2 !important;
}

.wp-block-button__link.has-pale-cyan-blue-background-color:hover {
	background-color: #16a5c5 !important;
}

.wp-block-button.centered {
    margin: 0 auto;
}

.wp-block-button.shadow a,
.has-background.shadow {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.wp-block-button__link {
	line-height: 1.4;
}

.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;	
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

blockquote, 
.wp-block-quote {
    border-left-color: #1f3a5f !important;
}

.has-pale-cyan-blue-background-color {
	background-color: #f3faff !important;
}

.wp-block-column.has-background .wp-block-image {
	margin-left: -25px;
	margin-right: -25px;
	width: calc(100% + 50px);
}

.wp-block-details:not([open]) summary:after {
	background: #fff;
	bottom: 0;
	content: 'Weiterlesen';
	display: inline-block;
	left: 0;
	margin-top: 10px;
	padding: 0 10px;
	position: absolute;
}

.wp-block-details {
	margin-bottom: 20px;
}

.wp-block-details p {
	margin-top: 15px;
}

.icbImageCompare .caption {
    background: #f3faff !important;
    font-size: 16px !important;
}

.wp-block-icb-image-compare {
	margin-bottom: 20px !important;
}

.single-post ul.ospm-default li:after {
    content: "|";
}

ul.meta li a {
	color: #1f3a5f;
	text-decoration: underline;
}

#site-header-inner a:focus,
.landingpage-header figure a:focus {
    outline: 0 !important;
}

.question:first-child:before {
	color: #1f3a5f;
	font-size: 28px;
	line-height: 1em!important;
}

.wp-block-faq-block-for-gutenberg-faq .answer {
	background-color: transparent !important;
	color: #000 !important;
	padding-top: 10px;
}

#main .wp-block-faq-block-for-gutenberg-faq h4 {
	color: #1f3a5f;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-transform: none;
}

.wp-block-faq-block-for-gutenberg-faq {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 15px 20px 13px !important;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 80%;
    margin-left: auto;
    margin-right: auto;    
    width: 80%;
}

.wp-block-button__link:hover {
	background-color: #00387c;
}

/*
#footer-bottom-menu:before {
	background-image: url('https://www.sehen-heute.at/wp-content/uploads/sehen-heute_logo_light.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content:'';
	display: block;
	height: 40px;
	margin: 0 auto 20px;
	max-width: 70%;
	width: 380px;
}
	*/

#footer-widgets + #footer-bottom #footer-bottom-menu:before {
	content: none;
}

#blog-entries {
	display: grid;
	grid-gap: 40px 30px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 10px;
}

#blog-entries article:first-child {
	grid-column: span 2;
}

.wp-block-column.has-grauer-hintergrund-background-color {
	margin-bottom: 25px;
}

.regionen {
    border: 3px solid #1f3a5f;
    padding: 20px;
}

/*#main .regionen p:not(.andere) {
	display: block;
    background-color: #f5f5f5;
    background-image: linear-gradient(#fff,#d0d0d0);
    border: 1px solid #d4d4d4;
    box-shadow: 0 9px 6px -8px rgba(0,0,0,.8);
    border-radius: 5px;
    cursor: pointer;
    line-height: 63px;
	margin-bottom: 0 !important;
    padding: 0 25px 0 65px !important;
    position: relative;
    width: 100%;
}

.regionen p:not(.andere):hover {
	background-image: linear-gradient(#d9d9d9,#aaaaaa);
    border-color: #adadad;
}*/

#main .regionen p {
	margin-bottom: 0;
	position: relative;
}

#main .regionen p a {
	display: block;
    background-color: #f5f5f5;
    background-image: linear-gradient(#fff,#d0d0d0);
    border: 1px solid #d4d4d4;
    box-shadow: 0 9px 6px -8px rgba(0,0,0,.8);
    border-radius: 5px;
    cursor: pointer;
    line-height: 63px;
	margin-bottom: 0 !important;
    padding: 0 25px 0 65px !important;
    width: 100%;
}

#main .unlist p a {
    padding: 10px 25px !important;
    line-height: 1.3em;
} 

.regionen p a:hover {
	background-image: linear-gradient(#d9d9d9,#aaaaaa);
    border-color: #adadad;
}

/*.regionen p.andere {
    cursor: pointer;
    font-size: 16px;
    line-height: 63px;
    margin-bottom: 0;
    padding-left: 65px;
}*/

.regionen a:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    content: '';
    height: 43px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 37px;
}

.state-al a:before { background-image: url('img/al.jpg'); }
.state-ak a:before { background-image: url('img/ak.jpg'); }
.state-az a:before { background-image: url('img/az.jpg'); }
.state-ar a:before { background-image: url('img/ar.jpg'); }
.state-ca a:before { background-image: url('img/ca.jpg'); }
.state-co a:before { background-image: url('img/co.jpg'); }
.state-ct a:before { background-image: url('img/ct.jpg'); }
.state-de a:before { background-image: url('img/de.jpg'); }
.state-fl a:before { background-image: url('img/fl.jpg'); }
.state-ga a:before { background-image: url('img/ga.jpg'); }
.state-hi a:before { background-image: url('img/hi.jpg'); }
.state-id a:before { background-image: url('img/id.jpg'); }
.state-il a:before { background-image: url('img/il.jpg'); }
.state-in a:before { background-image: url('img/in.jpg'); }
.state-ia a:before { background-image: url('img/ia.jpg'); }
.state-ks a:before { background-image: url('img/ks.jpg'); }
.state-ky a:before { background-image: url('img/ky.jpg'); }
.state-la a:before { background-image: url('img/la.jpg'); }
.state-me a:before { background-image: url('img/me.jpg'); }
.state-md a:before { background-image: url('img/md.jpg'); }
.state-ma a:before { background-image: url('img/ma.jpg'); }
.state-mi a:before { background-image: url('img/mi.jpg'); }
.state-mn a:before { background-image: url('img/mn.jpg'); }
.state-ms a:before { background-image: url('img/ms.jpg'); }
.state-mo a:before { background-image: url('img/mo.jpg'); }
.state-mt a:before { background-image: url('img/mt.jpg'); }
.state-ne a:before { background-image: url('img/ne.jpg'); }
.state-nv a:before { background-image: url('img/nv.jpg'); }
.state-nh a:before { background-image: url('img/nh.jpg'); }
.state-nj a:before { background-image: url('img/nj.jpg'); }
.state-nm a:before { background-image: url('img/nm.jpg'); }
.state-ny a:before { background-image: url('img/ny.jpg'); }
.state-nc a:before { background-image: url('img/nc.jpg'); }
.state-nd a:before { background-image: url('img/nd.jpg'); }
.state-oh a:before { background-image: url('img/oh.jpg'); }
.state-ok a:before { background-image: url('img/ok.jpg'); }
.state-or a:before { background-image: url('img/or.jpg'); }
.state-pa a:before { background-image: url('img/pa.jpg'); }
.state-ri a:before { background-image: url('img/ri.jpg'); }
.state-sc a:before { background-image: url('img/sc.jpg'); }
.state-sd a:before { background-image: url('img/sd.jpg'); }
.state-tn a:before { background-image: url('img/tn.jpg'); }
.state-tx a:before { background-image: url('img/tx.jpg'); }
.state-ut a:before { background-image: url('img/ut.jpg'); }
.state-vt a:before { background-image: url('img/vt.jpg'); }
.state-va a:before { background-image: url('img/va.jpg'); }
.state-wa a:before { background-image: url('img/wa.jpg'); }
.state-wv a:before { background-image: url('img/wv.jpg'); }
.state-wi a:before { background-image: url('img/wi.jpg'); }
.state-wy a:before { background-image: url('img/wy.jpg'); }

.regionen p a {
	color: inherit;
	font-weight: bold;
	text-decoration: none !important;
}

.regionen .grid {
	display: grid;
	grid-gap: 20px 15px;
	grid-template-columns: 1fr 1fr;
	margin: 8px 0;
}

.wp-block-columns.quote {
	border: 3px solid #1f3a5f;
    grid-gap: 20px;
    margin-bottom: 20px;    
    padding: 20px;
}

.wp-block-columns.quote blockquote {
	border-left: 0;
	margin-bottom: 10px;
	padding-left: 0;
}

.wp-block-columns.quote .img-col {
	min-width: 100px;
}

#footer-bottom #footer-bottom-menu {
	margin-bottom: 0 !important;
}

.itc-video-container {
	margin-bottom: 20px;
	padding: 56.25% 0 0 0;
	position: relative;
}

.itc-video-container iframe {
    height: 100%;
    left: 0;
	position: absolute;
    top: 0;
    width: 100%;
}

.wp-block-image.bounce {
    margin-top: 35px;
}

.wp-block-details summary {
	position: relative;
}

.wp-block-details:not([open]) summary {
	padding-bottom: 50px;
}

.wp-block-image.logo img {
    margin: 0 auto;
    max-width: 90%;
}

.is-sticky #site-header.fixed-scroll {
	width: 100% !important;
}

.single-post .entry-content {
	width: 100%;
}

summary::-webkit-details-marker {
	display: none;
}

.is-landingpage .entry > h1,
.is-landingpage .entry > h2,
.is-landingpage .entry > h3,
.is-landingpage .entry > h4,
.is-landingpage .entry > h5,
.single-post #main .entry-content > h1,
.single-post #main .entry-content > h2,
.single-post #main .entry-content > h3,
.single-post #main .entry-content > h4,
.single-post #main .entry-content > h5 {
	margin-top: 25px !important;
}

#mobile-dropdown ul ul li a {
	padding-left: 55px;
}

.oceanwp-mobile-menu-icon i {
    font-size: 25px;
    margin-right: 5px;
}

.oceanwp-mobile-menu-icon a {
	align-items: center;
	display: flex;
}

.single-post .wp-block-column > .wp-block-image {
	margin-bottom: 20px !important;
	margin-top: 0;
}

.single-post.content-max-width .wp-block-columns {
	margin-bottom: 0 !important;
}

.rank-math-question  {
	font-weight: bold;
}

.single-post.content-max-width .wp-block-image {
	margin-top: 20px !important;
}

.single-post.content-max-width .has-background > .wp-block-image {
	margin-top: 0 !important;
}

#site-header #site-logo #site-logo-inner a img {
	width: 100%;
}

#site-header #site-logo #site-logo-inner a img {
	width: 390px;
}

.effect-one #site-navigation-wrap .dropdown-menu>li.phone-number>a.menu-link>span:after {
	content: none;
}

#scroll-top {
	border: 2px solid #fff !important;
}

body.is-landingpage #scroll-top {
	display: none !important;
}

#BorlabsCookieBox ._brlbs-refuse {
	font-size: inherit !important;
	text-decoration: underline;
}

#CookieBoxTextDescription {
	margin-bottom: 10px !important;
}

.wp-block-columns.has-background .wp-block-column p:first-child,
.wp-block-columns.has-background .wp-block-column h2:first-child,
.wp-block-columns.has-background .wp-block-column h3:first-child,
.wp-block-columns.has-background .wp-block-column h4:first-child {
	padding-top: 20px;
}

.single-page-article ul:not(.icons) li,
.single-page-article ol li {
	margin-bottom: 10px;
}

.entry > blockquote,
.entry-content > blockquote {
    background: #f3faff;
    border-left: 0;
    font-size: 110%;
    font-weight: 300;
    padding: 20px;
    position: relative;
    text-align: center;
}

.entry > blockquote p,
.single-post.content-max-width .entry-content > blockquote p {
	margin: 0 auto !important;
    max-width: 500px;
}

.entry > blockquote:before,
.entry-content > blockquote:before {
	background-image: url('img/quotation-mark-blue.svg');
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 25px);
    height: 30px;
    top: -19px;
    width: 50px;
}

.menu-item-object-category .nav-content {
	display: none;
}


@media screen and (max-width: 959px) {
	body.archive .content-area {
		margin-bottom: 0 !important;
	}

	#footer-widgets + #footer-bottom #footer-bottom-menu ul {
		margin-left: 0 !important;
	}

	#footer-bottom #footer-bottom-menu {
		text-align: left;
	}

	.menu-item.phone-number a {
		padding-left: 40px !important;
	}

	body.is-landingpage .menu-footer-menu-container {
		text-align: center;
	}

	body.is-landingpage #footer-bottom #footer-bottom-menu li {
		margin-left: 20px;
	}
}

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

	.wp-block-columns.quote {
		grid-gap: 0;
	}

	.wp-block-columns.quote .wp-block-image {
	    margin: 10px auto 0;
	    max-width: 100px;
	}

	.wp-block-columns.quote blockquote {
		margin-top: 15px;
	}

	.header-logos,
	.footer-logos {
	    flex-wrap: nowrap!important;
	    gap: 14px !important
	}

	.footer-logo figure {
	    float: none !important;
    	display: block !important;
	}

	.footer-logo + .wp-block-column {
		text-align: center;
	}

	.footer-phone {
		float: none !important;
	}

	.logo-phone-container {
		gap: 30px;
	}

	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 1.25em;
	}

	.wp-block-latest-posts.columns-3 li:nth-child(2n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-3 li {
	    width: calc(50% - 0.625em);
	}
}

@media screen and (max-width: 767px) {
	#blog-entries {
		grid-template-columns: 1fr;
	}	

	#blog-entries article:first-child {
		grid-column: span 1;
	}

	.regionen .grid {
	    grid-template-columns: 1fr;
	}

	.wp-block-image figcaption {
		padding: 10px 15px;
	}

	/*
	#site-header #site-logo #site-logo-inner a img, 
	#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
	    max-height: 42px !important;
	}
		*/

	#site-header #site-logo #site-logo-inner a img {
		width: 250px;
		height: auto;
	}
}

@media screen and (max-width: 600px) {
	.wp-block-latest-posts.columns-3 li,
	.wp-block-latest-posts.columns-3 li:nth-child(2n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-3 li {
	    width: 100%;
	}

	.wp-block-latest-posts__featured-image a,
	.wp-block-latest-posts__featured-image a img {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.has-background .wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	    flex-basis: 100%;
	    width: 100%;
	}

	.home h1 {
	    font-size: 35px;
	}

	.page-header .page-header-title, 
	.page-header.background-image-page-header .page-header-title {
	    font-size: 30px !important;
	}

	ul.icons li {
	    font-size: 20px;
	}

	h2 {
	    font-size: 26px !important;
	}

	h3 {
	    font-size: 22px !important;
	}

	.landingpage-header .has-small-font-size, 
	.lesezeit,
	#footer-bottom #footer-bottom-menu,
	.single-post.content-max-width ul.meta {
	    font-size: 15px !important;
	}

	.bekannt-aus {
	    min-width: 100px;
	}

	.header-logos,
	.footer-logos {
	    gap: 12px !important
	}

	footer nav {
	    font-size: 18px;
	}

	#site-header-inner {
	    align-items: center;		
	    display: flex;
	    flex-direction: column;
	}

	.oceanwp-mobile-menu-icon a {
		line-height: 50px;
	}

	#site-logo #site-logo-inner {
		height: 50px;
		width: auto;
	}

	.wp-block-faq-block-for-gutenberg-faq {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.landingpage-header > .wp-block-image {
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.single-post.content-max-width .entry-header {
	    margin-top: 20px !important;
	}

	.single-post.content-max-width ul.meta {
		margin-bottom: 20px;
	}
}

@media (min-width: 959px) and (max-width: 1300px) {
	#site-header-inner {
	    align-items: center;		
	    display: flex;
	    flex-direction: column;
	}

	#site-logo #site-logo-inner {
		height: 55px;
		padding-bottom: 5px;
		padding-top: 18px;
	}

	#site-navigation-wrap .dropdown-menu>li>a {
		line-height: 60px;
	}
}