/*
Theme Name:     Peak Child
Theme URI:      https://www.livemeshthemes.com/cosmic
Description:    Child theme for the Peak Theme by LiveMesh
Author:         LiveMesh
Author URI:     http://themeforest.net/user/livemesh
Template:       peak
Version:        0.1.0
*/

/*
This is a starter style.css file for your child theme. For more
information about child themes, visit the following web page:
http://codex.wordpress.org/Child_Themes
*/

/* ---- embed google fonts locally */

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('fonts/lato-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v15-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('fonts/lato-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v15-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/lato-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
       url('fonts/lato-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v15-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

h1,h2,h3,h4,h5,h6 {font-family:"Lato",Arial,Helvetica,Verdana,sans-serif !important;letter-spacing:0px;  }
body{font-family:"Lato",Arial,Helvetica,Verdana,sans-serif !important;}
cite, em, i, .rss-block, ul.post-list .published, ul.post-list .byline, ul.post-list .entry-meta, .entry-meta span a, .comment-author cite, .comment-reply-link, .comment-edit-link, .comment-reply-link:visited, .comment-edit-link:visited
{font-family:"Lato",Arial,Helvetica,Verdana,sans-serif;}

.siteorigin-widget-tinymce h1,
.siteorigin-widget-tinymce h2,
.siteorigin-widget-tinymce h3,
.siteorigin-widget-tinymce h4,
.siteorigin-widget-tinymce h5 {
    font-weight:400 !important;
}

/*
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
}
*/
/* Add your customizations below this line */


:focus { outline: auto !important; }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
}

body { color: #333; }

.siteorigin-widget-tinymce.textwidget a,
.so-widget-mo-responsive-carousel a.read-more,
.hentry .entry-meta a,
.read-more,
#main a, #main a:active, #main a:visited {
    color: #000 !important;
    text-decoration: underline;
}

#main .lsow-social-list-item a { 
    text-decoration: none;
}

#go-to-top {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
}

.lsow-dark-bg h1,
.lsow-dark-bg h2,
.lsow-dark-bg h3 { color: #fff !important; }

.font-size-h4 h1,
.font-size-h4 h2,
.font-size-h4 h3 { font-size: 28px; }

.dark-bg p { color: #fff !important; }

#title-area .loop-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 2px;
  text-align: left;
  font-weight: bold;
}
.single-post #content .hentry h1.entry-title {
  text-transform: none;
  letter-spacing: 0;
}


/* typo elements */
@media only screen and (max-width: 767px) {
  .pullquote, blockquote {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

/* ul im theme ohne bullets ??? */
.so-panel ul, .so-panel ul li, .so-panel ul li:hover {
    list-style-type: square;
}
.so-panel ol, .so-panel ol li, .so-panel ol li:hover {
    list-style-type: decimal;
}
.so-panel ol, .so-panel ul {
	margin-left: 16px;
}


.post-content .rslides-container {
    max-height: 750px;
    }

#header, #footer-bottom {
background: 	#383B3F;
border-color: #444;
}


.site-branding {
    top: 15px;
    padding-left: 7px;
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
}
.site-branding h1 { margin-bottom: 0; }

#site-logo {
    width: 100%; transition: width 0.5s;
    margin-right: 0;
    line-height: 0;
}
.site-branding a img.standard-logo {
  width: 1140px;
}
@media only screen and (max-width: 767px) {
	.site-branding {
		left: 50%;
		margin-left: -87px;
        margin-bottom: 0;
        top: 0;
        height: 40px;
	}
    #site-logo {
        width: 177px;
    }
}

#header-spacer {
	/* trick to hide errors in calculated height */
    background: #383B3F;
}
.header-elements.alignright {
  float: none;
  margin: 10px 20px 0 0;
  width: 100%;
}

#header.sticky #site-logo {
        width: 177px;
    }

#header.sticky .header-elements.alignright { margin-top: 0px; }

#primary-menu {
    margin-right: 0px;
    width: calc(100% - 70px);
}

#primary-menu > ul.menu > li > a {
  padding: 0 7px;
  line-height: 30px;
}
#primary-menu > ul.menu > li.spende > a {
  background-color: #3aaa33;
  color: #000;
  border-radius: 30px;
  padding: 0 10px;
}

@media only screen and (max-width: 1024px) {
	#primary-menu > ul.menu > li > a {
		font-size: 11px;
		letter-spacing: 0.5px;
        padding: 0 5px !important;
	}
}
#primary-menu > ul.menu > li.active > a {
    color: #fff;
}

#primary-menu > ul.menu > li.menu-lang,
#primary-menu > ul.menu > li.astm-search-menu {
	border-left: 1px solid #666;
}
#primary-menu > ul.menu > li.astm-search-menu {
    float: right;
}

#primary-menu > ul.menu > li.astm-search-menu > a { line-height: 30px; }
#primary-menu > ul.menu > li.astm-search-menu > a svg { margin-top: 6px; }

#header.sticky #primary-menu > ul.menu > li > a  { line-height: 30px; }
#header.sticky #primary-menu > ul.menu > li.astm-search-menu > a { line-height: 20px; }
#header.sticky #primary-menu > ul.menu > li.astm-search-menu > a svg { margin-top: 6px; }

#primary-menu > ul.menu > li.astm-search-menu > a svg path { fill: #999; /* display: none; */ }

#primary-menu > ul.menu > li > ul.sub-menu {   top: 55px; }
#header.sticky #primary-menu > ul.menu > li > ul.sub-menu {  top: 40px; }

/* footer */
#footer .widget_mo-button,
#footer .widget-widget_sow-editor { margin-bottom: 0; }

.sec-nav .inner,
.sec-nav a, .sec-nav li > a,
#menu-footer a,
#footer .siteorigin-widget-tinymce.textwidget a {
  color: #fff !important;
}
#footer .widget-widget_sow-editor a { text-decoration: underline;  }


/* footer menu */

#menu-footer ul li::before {
  content: none;
}
#menu-footer ul li {
    padding: 0 10px; 
    border-left: 1px solid #666; 
}
#menu-footer ul li:first-child {
    border-left: 0;
}

/* footer Big Buttons Menu */
#footer .button.trans {
	background-color:transparent !important;
	border: 2px solid #666 !important;
}
#footer .button.trans:hover {
    background-color: #f9f9f9 !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

#sidebars-footer .button {
    font-size: 14px;
    min-width: 250px;
}

#menu-footer-buttons  li.button {
    padding-bottom: 0;
    margin-bottom: 15px;
}
#menu-footer-buttons  li.button a {
    padding: 5px 0;
}
#menu-footer-buttons  li.button.trans a { color: #fff !important; }

#menu-footer-buttons  li.button.default {
    background-color: #3aaa33 !important;
    border-color: #3aaa33 !important;
}
#menu-footer-buttons  li.button.default a {
    color: #333 !important;
}
#menu-footer-buttons li.current_page_item.button > a {
  padding: 5px 0;
  background: #666;
  color: #FFF !important;
}



/* ivory search mobile */
#mobile-menu .astm-search-menu > a { display: none; }
#mobile-menu .search { left: 0; right: auto; }
#mobile-menu .search-form { display: block !important; min-width: 200px; }

@media only screen and (max-width: 910px) {
	.is-menu-wrapper {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.is-menu-wrapper {
		display: block;
	}
}
.is-menu-wrapper {
    right: 15px !important;
    top: 10px !important;
}
.admin-bar .is-menu-wrapper {
    top: 10px;
}

/* new timeline */
#power-timeline > .textwidget {
	position: relative;
	overflow: auto;
}
#power-timeline ul::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    top: 0;
    background: #ccc;
    margin: auto;
}

.so-panel #power-timeline ul {
	color: #ccc;
    list-style: none !important;
    list-style-type: none !important;
    position:relative;
    overflow: auto;
}
.so-panel #power-timeline ul li {
	width: 48%;
    list-style: none !important;
    list-style-type: none !important;
}

#power-timeline ul li:nth-of-type(odd) {
	float:left;
	clear: both;
	text-align: right;
}
#power-timeline ul li:nth-of-type(even) {
	float: right;
	clear: both;
}

#power-timeline ul li strong {
	color: #3aaa33;
}
#power-timeline ul li em {
	font-size: 20px;
	font-weight: bold;
	display: block;
	font-style: normal;
	margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
	#power-timeline ul li {
		float: none !important;
		text-align: left !important;
		width: 100%;
		margin-bottom: 1.5em;	
	}
	#power-timeline ul::before {
		display: none;
	}
}


.button.default,
.button.default:hover {
    /*
    color: #333 !important;
*/
}

#main a.button.black {
    color: #fff !important;
}
.dark-bg .button.theme {
    color: #fff !important;
    font-weight: bold;
}
.button-wrap {
	margin: 10px auto;
}

#main .ow-button-base a {
  background-color: #3aaa33;
  border-color: #3aaa33;
  text-decoration: none;
  transition: all 0.3s ease; /* Add a transition effect */
}
#main .ow-button-base a:hover {
background-color: #787c3c;
  color: #fff !important;
}

.archive .products .image-info .image-info-buttons,
.post-snippets .image-info .image-info-buttons { display: none; }

.post-snippets .image-area p { margin-bottom: 0; }

.page .type-post span.comments-link {
display: none;
}
.page .type-post span.published:after {
display: none;
}

.single-post .type-post span.comments-link {
display: none !important;
}
.single-post .type-post span.published:after {
display: none !important;
}

.widget {
font-size: 16px;
}

.bigtext {
    font-size: 20px;
    line-height: 30px;
}


#sidebar-after-singular .widget {
  max-width: none;
  padding: 0;
}


/* Filter Bar - All ->Alle */

.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:first-child a:after {
    content: 'e';
}

/* Thumbnail Aspect Ratio */
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item article:not(.type-beitrag_medien) .lsow-project-image {
  aspect-ratio: 3/2;
  min-height: unset;
}

/* hide mouseover title --> better delete at all */

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover img {
  -webkit-filter: none !important;
  filter: none !important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover .lsow-image-info {
    display: none !important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover .lsow-image-info .lsow-post-title, 
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover .lsow-image-info .lsow-terms {
  opacity: 0 !important;
}


/* hero element */
.so-widget-mo-hero-section .segment {
	padding: 60px 20px;
}
.so-widget-mo-hero-section .segment.height-l {
	padding: 100px 20px;
}
.so-widget-mo-hero-section .segment.height-xl {
	padding: 150px 20px;
}
.so-widget-mo-hero-section .segment.height-xxl {
	padding: 200px 20px;
}
#main .so-widget-mo-hero-section .segment a.button,
#main a.button.large {
    font-size: 24px;
    padding: 20px 50px;
    margin-top: 1em;
    color: #fff !important;
    text-decoration: none !important;
}

.segment .parallax-bg, .segment.image-top .image-bg {
    background-position: center top;
}



/* Team members */
.so-panel.widget_lsow-team-members.panel-first-child { margin-bottom: 10px !important; }


.lsow-team-members.lsow-style1 .lsow-team-member .lsow-social-list {
	position: relative !important;
}
.lsow-team-members.lsow-style1 .lsow-team-member .lsow-social-list .lsow-social-list-item:last-child {
    margin-right: 0;
}
.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper .lsow-social-list i {
    color: inherit !important;
    opacity: 1 !important;
}
.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper .lsow-social-list i.lsow-icon-dribbble::before {
  font-family: "icomoon" !important;
  content: "\e903";
}

.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper img {
	max-width: 65% !important;
	margin: 0 auto 20px !important;
}
.lsow-team-members.lsow-style1 .lsow-team-member:hover .lsow-image-wrapper img {
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
}
.lsow-team-members.lsow-style1 .lsow-team-member {
    margin-bottom: 0 !important;
}
.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-team-member-position {
  color: #555 !important;
}


/* Team members - accordion (more) */
.team_members .lsow-accordion.style3 .lsow-panel {
    border-bottom: 0;
}
.team_members  .lsow-accordion.style3 .lsow-panel:first-child {
    border-top: 0;
}
.team_members  .lsow-accordion.style3 .lsow-panel .lsow-panel-title,
.team_members  .lsow-accordion.style3 .lsow-panel .lsow-panel-content {
    padding: 0px;
	text-align: center;
}
.team_members .lsow-accordion.style3 .lsow-panel .lsow-panel-content {
	padding-top: 30px;
}
.team_members .lsow-accordion.style3 .lsow-panel .lsow-panel-title::after {
    top: -20px;
	left: 45%;
	right: inherit;
	background-color: #ddd;
	border-radius: 50%;
	padding: 10px;
}

/* SiteOrigin Accordion -- style1 */
.accordion-style1 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container {
    text-align: center;
}
.accordion-style1 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    display:inline-block !important;
    background-color: #DDD !important;
    color: #666 !important;
    padding: 7px 14px !important;
    width: 40px;
    border-radius: 50%;
    height: 40px;
}
.accordion-style1 .sow-accordion .sow-accordion-panel .sow-accordion-title.sow-accordion-title-icon-left { display: none !important; }
.accordion-style1 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    background-color: transparent !important;
    padding: 15px 0px !important;
}

/* SiteOrigin Accordion -- style2 */
.accordion-style2 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    background-color: #e2e2e2 !important;
    color: #444 !important;
    font-size: 16px !important;
    font-weight: bold;
}
.accordion-style2 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
  background-color: #d2d2d2 !important;
}



/* testimonals slider */
.lsow-testimonials-slider .lsow-testimonial-user .lsow-image-wrapper img {
    max-width: 150px;
}

/* spotligh carousel */
.so-widget-mo-responsive-carousel .owl-item .image-wrap .caption { padding: 10px 0px; }
.so-widget-mo-responsive-carousel .owl-item .bottom { padding: 0px 0px 10px 0px; }

.so-widget-mo-responsive-carousel .owl-item > div { padding: 0 5px; }

/* clients */
.lsow-clients .lsow-client { 
	border: 0 !important; 
}
.lsow-clients .lsow-client img {
	padding: 10px 20px;
}

/* social list im Footer (mit Text) */

ul.custom-social-list li { display: block; }
ul.custom-social-list a {  margin: 0px 10px 10px 40px; }
ul.custom-social-list li i { position: absolute; margin-left: -40px; margin-top: -1px; width: 30px; }
ul.social-list li, ul.social-list li:hover { margin: 0 10px 0 0 !important; padding: 10px 0 0 !important;}

/* social buttons */
.social-buttons-custom-wrap { 
	text-align: center; 
	margin: 30px 0;
}
ul.social-buttons-custom {
	list-style: none;
	display:inline-block;
	margin:0;
}

ul.social-buttons-custom li {
	list-style: none;
	float: left;
}
ul.social-buttons-custom li a {
	background-color: #3aaa33;
	border-radius: 10px;
	padding: 5px 10px; 
	text-transform: none;
    text-decoration: none !important;
}
ul.social-buttons-custom li.rrssb-email a { background-color: #999 ; }
ul.social-buttons-custom li.rrssb-facebook a { background-color: #3b5998 ; }
ul.social-buttons-custom li.rrssb-linkedin a { background-color: #0073b1; }
ul.social-buttons-custom li.rrssb-twitter a { background-color: #55acee ; }
ul.social-buttons-custom li.rrssb-bluesky a { background-color: #0085ff; }

ul.social-buttons-custom li a:hover {
	background-color: #4b4b4b !important;
}
ul.social-buttons-custom li a:hover span {
    color: #fff !important;
}
ul.social-buttons-custom li a .rrssb-icon i {
    font-size: 16px;
	margin-right: 5px;
}

.campaign-sidebar .social-buttons-custom-wrap { margin: 0; }
.campaign-sidebar .social-buttons-custom-wrap h6 { display: none; }
.campaign-sidebar ul.social-buttons-custom li { overflow: hidden; }
.campaign-sidebar ul.social-buttons-custom li a { background-color: #888; }
.campaign-sidebar ul.social-buttons-custom .rrssb-text { text-indent: -999px; display: inline-block; }
.campaign-sidebar ul.social-buttons-custom .rrssb-icon i { margin-right: 0; }

/* authors */

.author-info { display: inline-block; margin: 0 20px; }
.author-info .author-avatar img,
.author-info img { border-radius: 50%; margin: 5px auto 10px auto; }
.author-info .author-description { text-align: center; font-weight: bold; }



/* FIX ??!!!---> Podcast Plugin CSS überschreibt Icon-Font */


#main [class^="icon-"]::before, 
#main [class*=" icon-"]::before,
#footer [class^="icon-"]::before, 
#footer [class*=" icon-"]::before {
    font-family: "icomoon" !important;
}

#main .ssp-player [class^="icon-"]::before, 
#main .ssp-player [class*=" icon-"]::before {
    font-family: "gizmo" !important;
}
/**/

/* contact form */

#content .wpcf7-form p label + br,
#content .wpcf7-form-control-wrap.kc_captcha br { display: none; }
/*
#content .contact-form p, #content .wpcf7-form p {
    margin-right: 1%;
	margin-left: 1%;
}
*/
.contact-form label, .wpcf7-form label {
  text-transform: none;
  display: block;
}


span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-form label.visible,
.wpcf7-form .wpcf7-acceptance label {
    display: block;
	text-transform: none;
}
.contact-form .button, .wpcf7-form p input[type="submit"] {
	min-width: 100%;
	margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-form .one-column p { width: 100% !important; }

/* better search */

body.layout-2c-l.search-results #main .inner #content {
    width: 100%;
    margin-right: 0;
}

.search-results h2 a { color: #888; } 
.search-results h2 a .bsearch_highlight { color: #666; } 


.search-results #content .hfeed .product h2.entry-title {
    margin: 0;
    font-size: 26px;
    line-height: 37px;
}

.search-results .hfeed .published::after,
.search-results .hfeed .comments-link {
	display: none; 
}

/* --- all archives  / search results listings */
#content.default-list .hfeed .hentry,
#content.default-list .hfeed .product {
    border-top: 1px solid #888;
    padding-top: 30px;	
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {

    #content .hfeed .has-post-thumbnail .entry-snippet .image-area
    {
        width: 30%;
        float: left;
        margin-right: 3%; 
    }
    #content .hfeed .has-post-thumbnail .entry-snippet .entry-text-wrap
    {
        width: 66%;
        float: left;
        clear: none; 
    }
}

.hfeed .entry-meta span.published::after,
.hfeed .entry-meta .comments-link { display: none; }


/* taxonomy */
#content .hfeed .entry-terms .taxonomy a {
    padding: 2px 10px;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    display: inline-block;
    transition: background-color ease-in-out 0.4s 0s;
}

#content .hfeed .entry-terms .taxonomy a,
#content .hfeed .entry-terms .taxonomy a mark.is-highlight {
    background-color: #3aaa33 !important;
    color: #000;
    font-size: 14px;
    line-height: 22px;
}


/* icons */
#content .hfeed .status-publish .entry-snippet .entry-text-wrap::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    right: 0;
    top: 0;
}
#content .hfeed .post.type-post .entry-snippet .entry-text-wrap::before {
    content: "\f1ea";
}
#content .hfeed .beitrag_medien.media_kategorie-podcasts .entry-snippet .entry-text-wrap::before {
    content: "\f1c7";
}
#content .hfeed .beitrag_medien.media_kategorie-videos .entry-snippet .entry-text-wrap::before {
    content: "\e018";
}

#content .hfeed .page.type-page .entry-snippet .entry-text-wrap::before {
    content: "\f0f6";
}
#content .hfeed .campaign.type-campaign .entry-snippet .entry-text-wrap::before {
    content: "\f0a1";
}
#content .hfeed .tribe_events.type-tribe_events .entry-snippet .entry-text-wrap::before {
    content: "\f073";
}
#content .hfeed .product.type-product .entry-snippet { position: relative; }
#content .hfeed .product.type-product .entry-snippet .entry-text-wrap::before {
  content: "\e900";
}


/* Campaigns */

.campaign-template-default.single-campaign .widget-title { margin-top: 1rem; }
.campaign-template-default.single-campaign .related-posts { display:none; }


/* events calendar */
@media only screen and (min-width: 768px) {

    #tribe-events {
        padding: 0 !important;
    }
    .tribe-events-pg-template {
        padding: 0 !important;
        width: 72%;
        margin: 40px 6% 40px 0 !important;
    }
    .tribe-events-pg-template.layout-2c-l {
        width: 72%;
        margin-right: 6%;
    }
}

.tribe-events-list .type-tribe_events:first-of-type {
    margin-top: 0 !important;
}

.events-list .tribe-events-loop .type-tribe_events, 
.tribe-events-list .tribe-events-loop .type-tribe_events {
    padding: 15px 30px !important;
}

/* events calendar shortcode (Plugin) */
.homepage-events .ect-list-wrapper {
    flex-direction: row;
}

.homepage-events .ect-list-post {
    border-radius: 0px !important;
    border: 0 !important;
    padding: 0 20px !important;
    display: inline-block;
    max-width: 33%;
}
    
.homepage-events .ect-list-post p {
    margin: 0;
}
.homepage-events .ect-list-post-left,
.homepage-events .ect-list-post-right {
  width: 100%;
  display: block;
    text-align: left;
    min-height: unset;
}
.homepage-events .ect-list-img {
  aspect-ratio: 3/2;
    min-height: unset;
}
@supports not (aspect-ratio:3/2) {     
    .homepage-events .ect-list-post-left,
    .homepage-events .ect-list-post-right {
        min-height: 180px;
    }
    .homepage-events .ect-list-img {
        height: 180px;
    }
}
.homepage-events .ect-list-post-right-table {
  display: flex;
  flex-direction: column-reverse;
}

.homepage-events .ect-list-post-right .ect-list-description,
.homepage-events .modern-list-right-side {
  width: 100%;
}
.homepage-events .ect-list-description .ect-event-content,
.homepage-events .ect-list-description .ect-events-read-more {
    display: none;
}
.homepage-events .ect-list-date .ect-date-area {
    padding: 0;
}
.homepage-events .ect-list-date .ect-date-area .ev-mo,
.homepage-events .ect-list-date .ect-date-area .ev-day,
.homepage-events .ect-list-date .ect-date-area .ev-yr {
  font-size: 1em;
  clear: both;
  display: inline-block;
  width: auto;
  top: 0;
}
.homepage-events .ect-list-date .ect-date-area .ev-day:after {
    content: '. ';
}

.ect-list-post.style-2 .ect-list-img, .ect-list-post.style-2 .modern-list-right-side {
  border-radius: 0px !important;
}



/* ----- woocommerce customizations ----- */

.site-header-cart.menu .cart-contents .amount { display: none; }

.woocommerce-checkout #sidebar-primary { display: none; }

.woocommerce-site #header .site-header-cart {
  float: right;
  height: 40px;
}

@media only screen and (max-width: 767px) {
	.woocommerce-site #header .site-header-cart {
		top: 5px !important;
		left: 40px !important;
		right: auto !important;
	}
}
.woocommerce-checkout h3 { font-size: 20px; line-height: 26px; margin-top: 1.5em; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px; line-height: 26px; }

.woocommerce div.product .product_title {
    font-size: 26px !important;
    line-height: 30px !important;
    text-transform: none !important;
}
.woocommerce div.product .product_meta { font-size: 14px; line-height: 18px; }

.woocommerce div.product .related.products { clear: both;  }


.woocommerce-site #header .site-header-cart .widget_shopping_cart {
    width: 300px;
    color: #CCC;
}
.woocommerce-site #header .site-header-cart a.cart-contents,
.woocommerce-site #header.sticky .site-header-cart a.cart-contents,
.woocommerce-site #header .site-header-cart a.cart-contents span.count,
.woocommerce-site #header .site-header-cart .widget_shopping_cart .mini_cart_item a {
	font-size: 14px;
	line-height: 17px !important;
}

.widget_product_tag_cloud.widget_product_tag_cloud a.tag-cloud-link {
    display: inline-block;
    font-size: 13px !important;
    line-height: 13px;
    padding: 5px 10px;
    border: 1px solid #bbb;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #777;
}

.widget_product_tag_cloud.widget_product_tag_cloud a.tag-cloud-link:hover {
    background-color: #3aaa33;
    border-color: #3aaa33;
	color: #fff;
}

ul.wc_payment_methods li, ul.wc_payment_methods li:hover {
    list-style-type: none;
}

.woocommerce td.product-name dl.variation {
    margin-left: 0;
}

.woocommerce div.product div#wooswipe.images .woocommerce-product-gallery__image:nth-child(n+2) { width: 100%; }
.woocommerce div.product div#wooswipe.images .thumbnails { display: none; }

.products .product .image-overlay,
.products .product .image-info { display: none; }


/* ----- woocommerce PDF Voucher --- */

.woocommerce div.product form.cart .woo-vou-fields-wrapper-variation table.woo-vou-recipient-fields { 
    border: 1px solid #d4d4d4; 
    margin-top: 20px; 
}
.woo-vou-fields-wrapper-variation table.woo-vou-recipient-fields tr { background-color: transparent; }
.woo-vou-fields-wrapper-variation table.woo-vou-recipient-fields td { 
    border: 0;
    display: block; 
    width: 100%;
    padding: 10px !important;
}
.woo-vou-fields-wrapper-variation table.woo-vou-recipient-fields td.label { padding-bottom: 0 !important; } 

.woo-vou-fields-wrapper-variation table.woo-vou-recipient-fields label { font-size: 16px; }

.woo-vou-preview-pdf-wrap a.woo_vou_preview_pdf {
    font-weight: bold;
    border: 1px solid;
    padding: 5px;
    text-align: center;
}

.woo-vou-preview-pdf-wrap a.woo_vou_preview_pdf:before {
    font-family: 'icomoon' !important;
    content: "\e000";
    margin-right: 5px;
}


.woocommerce-cart-form td.product-name dl.variation .variation-Empfngername, 
.woocommerce-cart-form td.product-name dl.variation .variation-Empfngernachricht {
    margin-left: 0;
    display: block;
    float: none;
}


/* Archive Header für Shop ergänzen */

body.archive.tax-product_cat h1.page-title:before,
body.archive.tax-product_tag h1.page-title:before {
    content: 'Shop: ';
}


/* Scrolly Page */

.p-margin-0 p { margin: 0; }


.bg-color-red { background-color: #FBE9EA;}
.bg-color-grey { background-color: #F2F2F2 ;}
.bg-color-white { background-color: #ffffff;}

    .section-start { padding-top: 50px; }
    .section-end { padding-bottom: 50px; }

@media only screen and (min-width: 801px) {
    .section-start { padding-top: 100px; }
    .section-end { padding-bottom: 100px; }

    .img-padded-s img { padding: 25px 50px 25px 50px; }
    .img-padded-m img { padding: 50px 100px 0 100px; }
}

/* floating-menu */
.scrollypage-menu ul.menu {
  position: fixed;
  width: auto;
  right: -430px;
  top: 140px;
  z-index: 9999;
}
.scrollypage-menu ul.menu {
  background-color: #00B8F1 !important;
  padding: 10px 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;

  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); /* Add a shadow effect */
  transition: all 0.3s ease; /* Add a transition effect */
}
.scrollypage-menu ul.menu:hover {
  right: 0;
}

.scrollypage-menu .widget_nav_menu ul,
.scrollypage-menu .widget_nav_menu ul li,
.scrollypage-menu .widget_nav_menu ul li:hover {
	list-style-type: none;
}

.scrollypage-menu .widget_nav_menu ul li,
.scrollypage-menu .widget_nav_menu ul li:hover {
	border: 0 !important;
	padding: 2px 0 !important;
}

.scrollypage-menu .widget_nav_menu ul li a::before {
    content: '';
    border-radius: 50%;
    background-color: #000;
    width: 15px;
  height: 15px;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.scrollypage-menu .widget_nav_menu a,
.scrollypage-menu .widget_nav_menu ul li a::before {
  transition: all 0.3s ease; /* Add a transition effect */
}

.scrollypage-menu .widget_nav_menu a {
  text-decoration: none !important;
  font-size: 1rem;
}
#main .scrollypage-menu .widget_nav_menu li:hover a,
#main .scrollypage-menu .widget_nav_menu a:hover {
	color: #ffffff !important;
}
.scrollypage-menu .widget_nav_menu ul li:hover a::before,
.scrollypage-menu .widget_nav_menu ul li a:hover::before {
    background-color: #fff;
}

/* image with text / title on top */

.title-on-top .widget-title { 
    padding: 30px 20px;
    font-size: 1em;
}
@media only screen and (min-width: 801px) {

    .title-on-top { position: relative; }
    .title-on-top .widget-title { position: absolute;
        top: 10%;
        right: 0;
        width: 40%;
    }
}
.bg-color-red .title-on-top .widget-title { background-color: #FBE9EA;}
.bg-color-grey .title-on-top .widget-title { background-color: #F2F2F2 ;}
.bg-color-white .title-on-top .widget-title { background-color: #ffffff;}

/* video */

.video-vertical iframe { max-width: 100%; }

/* Slider */
.flex-direction-nav,
.flex-direction-nav li,
.flex-direction-nav li:hover {
	list-style-type: none !important;
}
.flex-direction-nav a {
  text-decoration: none !important;
}