/*
Theme Name: Storycle Child
Theme URI: https://www.templatemonster.com/wordpress-themes/69580.html
Template: storycle
Author: Zemez
Author URI: https://www.templatemonster.com/authors/zemez/
Description: Storycle - truely multipurpose WordPress theme for real life projects. Built with love and care by Zemez.
Tags: grid-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-header,custom-background,custom-colors,custom-logo,custom-menu,featured-images,flexible-header,footer-widgets,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce,news
Version: 1.1.0.1591104537
Updated: 2020-06-02 15:28:57

*/
/**************************** ALLGEMEIN *******************************************************************************/
body,
body.single-post .post .entry-content{
	font-size: 14px;
}
/*** Layout (nicht Elementor) ***/
body:not(.elementor-page) .site-content{
	max-width: 1400px;
	padding: 30px 15px;
	margin: 0 auto !important;
}
@media (max-width: 1024px){
	body:not(.elementor-page) .site-content{
		margin-top: 60px !important;
	}
}
/*** Datum der Artikel (Jet-Blog-Smart-Listing) ***/
.post__date{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.post__date .jet-blog-icon{
	font-family: unset !important;
	display: inline-block;
	min-width: 12px;
	height: 14px;
	background-image: url("/wp-content/themes/storycle-child/icons/custom-calender-icon-dark.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 10px 0 0 !important;
}
.post__date i{
	display: none;
}
.post__date .post__date-link{
	display: block !important;
	color: #091325 !important;
	font-size: 12px !important;
	line-height: normal !important;
	margin: 0 !important;
}
/*** Paging-Arrows ***/
.jet-smart-listing__arrow{
	width: 30px !important;
	min-width: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	border-radius: 3px !important;
	background-image: url("/wp-content/themes/storycle-child/icons/paging-arrow-icon.svg") !important;
	background-repeat: no-repeat !important;
	background-size: 5px 8px !important;
	background-position: center center !important;
}
.jet-arrow-prev{
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}
/*** ToTop Button ***/
#toTop{
	width: 55px !important;
	height: 55px !important;
	background-color: #1d8d5a !important;
	border-radius: 3px;
	-webkit-transition: unset !important;
	-o-transition: unset !important;
	transition: unset !important;
}
#toTop:hover{
	background-color: #50C18E !important;
}
#toTop::before{
	background-color: #ffffff !important;
}
/*** Buttons ***/
.btn-primary,
.comment-form .form-submit input,
.elementor-button{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	height: 40px !important;
	color: #ffffff !important;
	background-color: #1d8d5a !important;
	-ms-flex-preferred-size: unset !important;
	flex-basis: unset !important;
	padding: 0 40px !important;
	border: none !important;
	font-size: 14px !important;
	font-style: normal !important;
	line-height: normal !important;
	font-weight: 700 !important;
	text-transform: unset !important;
	border-radius: 3px !important;
}
.btn-primary:hover,
.comment-form .form-submit input:hover,
.elementor-button:hover{
	color: #ffffff !important;
	background-color: #50C18E !important;
}
/*** Breadcrumbs ***/
.breadcrumbs_items{
	padding: 0 0 10px 0 !important;
	margin: 0 0 30px 0 !important;
	border-bottom: 1px solid rgba(147, 147, 153, 0.2) !important;
}
.breadcrumbs_wrap{
	margin: 0 !important;
}
@media (max-width: 575px) {
	.breadcrumbs{
		display: none;
	}
}
/*** Inputs ***/
label{
	font-size: 12px !important;
	color: #939399 !important;
}
input[type=text],
input[type=email],
input[type=search],
textarea:not(#g-recaptcha-response){
	display: block !important;
	width: 100% !important;
	height: 40px !important;
	padding: 0 20px !important;
	line-height: normal !important;
	border: 1px solid rgba(147, 147, 147, 1) !important;
	color: #091325 !important;
	font-size: 12px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 3px !important;
}
textarea:not(#g-recaptcha-response){
	min-height: 155px !important;
	height: auto !important;
	padding: 20px !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:not(#g-recaptcha-response):focus{
	border-color: #1d8d5a !important;
}
input::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}
input::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}
input::-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}
input::placeholder {
	color: #ffffff;
	opacity: 1;
}
/*** Pagination ***/
.pagination{
	padding: 30px 0 0 0 !important;
	border-top: 1px solid rgba(147, 147, 153, 0.2) !important;
	margin: 30px 0 0 0 !important;
}
.pagination .nav-links,
.page-links{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 0 -10px -10px !important;
}
.pagination .page-numbers,
.post-page-numbers span{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	min-width: 40px !important;
	height: 40px !important;
	margin: 0 0 10px 10px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	border-radius: 3px !important;
	border: 1px solid #B81E20 !important;
	background-color: #B81E20 !important;
	-webkit-transition: 250ms !important;
	-o-transition: 250ms !important;
	transition: 250ms !important;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.post-page-numbers span:hover,
.post-page-numbers.current span{
	color: #B81E20 !important;
	border-color: #B81E20 !important;
	background-color: #ffffff !important;
}
/*** Sharing-Buttons/Social Media Icons ***/
.social-sharing-wrapper,
.social-media-icons-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 -10px -10px;
}
.social-sharing-item,
.social-media-item{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	background-color: #B81E20;
	border-radius: 3px;
	margin: 0 0 10px 10px;
	background-repeat: no-repeat;
	background-size: auto 15px;
	background-position: center center;
}
.social-sharing-item:hover,
.social-media-item:hover{
	background-color: #af1c1e;
}
.s-facebook,
.sm-facebook{
	background-image: url("/wp-content/themes/storycle-child/icons/facebook-icon-white.svg");
}
.s-twitter,
.sm-twitter{
	background-image: url("/wp-content/themes/storycle-child/icons/twitter-icon-white.svg");
}
.s-whatsapp{
	background-image: url("/wp-content/themes/storycle-child/icons/whatsapp-icon-white.svg");
}
.s-instagram,
.sm-instagram{
	background-image: url("/wp-content/themes/storycle-child/icons/instagram-icon-white.svg");
}
.sm-mail{
	background-image: url("/wp-content/themes/storycle-child/icons/mail-icon-white.svg");
}
/*** Ul ***/
.post ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.post ul > li{
	position: relative !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 0 15px 0 !important;
	padding-left: 15px !important;
	line-height: normal !important;
}
.post ul > li:last-of-type{
	margin-bottom: 0 !important;
}
.post ul > li:before{
	content: '' !important;
	position: absolute !important;
	top: 7px !important;
	left: 0 !important;
	min-width: 5px !important;
	height: 5px !important;
	border-radius: 50% !important;
	background-color: #B81E20 !important;
}
/**************************** SCHLAGWÖRTER UND KATEGORIEN *************************************************************/
/*** Kategorie ***/
.jet-smart-tiles__terms-link,
.tag-cloud-link,
#custom-main-content .jet-smart-listing__filter-item a,
.cat-links a,
.single-post .entry-footer .tags-links a{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	width: auto !important;
	height: 25px !important;
	padding: 0 15px !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #ffffff !important;
	background-color: #1d8d5a !important;
	border-radius: 3px !important;
	text-transform: unset !important;
}
.jet-smart-tiles__terms-link:hover,
.cat-links a:hover{
	background-color: #af1c1e !important;
}
/*** Schlagwort ***/
.tagcloud{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -10px -5px;
}
.widget_tag_cloud .tagcloud .tag-cloud-link,
.tag-cloud-link,
.single-post .entry-footer .tags-links a{
	background-color: transparent !important;
	border: 1px solid #c8c8cd !important;
	color: #091325 !important;
	margin: 0 0 10px 5px !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
}
.widget_tag_cloud .tagcloud .tag-cloud-link:hover,
.tag-cloud-link:hover,
.single-post .entry-footer .tags-links a:hover{
	background-color: #1d8d5a !important;
	color: #ffffff !important;
}
/*** Schlagwort im Artikel oder in einer Archiv-Seite ***/
.cat-links{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 0 10px -5px !important;
}
.cat-links a{
	margin: 0 0 10px 5px !important;
}
/**************************** NAVIGATION ******************************************************************************/
#main-navigation .top-level-link{
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
#main-navigation .top-level-link:hover,
#main-navigation .jet-current-menu-item .top-level-link,
#main-navigation .top-level-link.active{
	background-color: #1d8d5a;
}
/*** Fixt Elementor Css ***/
#main-navigation .jet-menu-item{
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 0px !important;
	flex: 1 1 0 !important;
	overflow: hidden !important;
}
#main-navigation .jet-menu-item > a{
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
/*** Fixt JetTabs For Elementor (beim nächsten Update testen ob man es noch braucht, aktuelle Version 2.1.13) ***/
#main-navigation .jet-tabs__content.active-content,
#main-navigation .jet-tabs__content{
	visibility: unset;
}
/*** Entfernt das Dropdown-Icon ***/
#main-navigation .jet-dropdown-arrow{
	display: none !important;
}
/*** Suche ***/
#navigation-search .search-form{
	height: auto;
}
#navigation-search input{
	border-color: #ffffff !important;
	color: #ffffff !important;
}
#navigation-search label,
#navigation-search .screen-reader-text,
.search-form__submit{
	display: none !important;
}
/**************************** MEGA-MENÜ *******************************************************************************/
.jet-sub-mega-menu{
	border-top: 3px solid #1d8d5a;
	-webkit-transition-delay: 0.25s !important;
	-o-transition-delay: 0.25s !important;
	transition-delay: 0.25s !important;
	border-radius: 3px;
	overflow: hidden;
}
.jet-sub-mega-menu .jet-tabs__content-wrapper{
	height: auto !important;
}
.jet-sub-mega-menu .jet-smart-listing__post-thumbnail-img{
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	border-radius: 3px;
	margin: 0 0 10px 0;
}
.jet-sub-mega-menu .jet-smart-listing__post-title{
	margin: 0 0 10px 0;
}
.jet-sub-mega-menu .jet-smart-listing__posts{
	-ms-flex-preferred-size: unset !important;
	    flex-basis: unset !important;
	max-width: unset !important;
	margin: 0 0 30px -15px !important;
}
.jet-sub-mega-menu .jet-smart-listing__posts .jet-smart-listing__post-wrapper{
	max-width: unset !important;
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 0px !important;
	flex: 1 1 0 !important;
	margin: 0 0 0 15px !important;
}
/*** Paging-Arrows ***/
.jet-sub-mega-menu .jet-smart-listing__arrows{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jet-sub-mega-menu .jet-smart-listing__arrow{
	position: relative !important;
	top: unset !important;
	right: unset !important;
	bottom: unset !important;
	left: unset !important;
}
.jet-sub-mega-menu .jet-arrow-prev{
	margin-right: 10px;
}
/*** Datum ***/
#main-navigation .post__date .jet-blog-icon{
	background-image: url("/wp-content/themes/storycle-child/icons/custom-calender-icon-white.svg");
}
#main-navigation .post__date .post__date-link{
	color: #ffffff !important;
}
/*** Bei hover auf dem Bild in der Navigation ändert sich die Überschrift Farbe ***/
.jet-smart-listing__post-wrapper:hover .jet-smart-listing__post-title a{
	color: #1d8d5a !important;
}
/**************************** AKTUELLE FUSSBALL-NEWS ******************************************************************/
/*** Fixt Elementor-Fehler ***/
#top-news .jet-smart-tiles:nth-of-type(2) .jet-smart-tiles__box-excerpt,
#top-news .jet-smart-tiles:nth-of-type(3) .jet-smart-tiles__box-excerpt{
	display: none !important;
}
#top-news .jet-smart-tiles{
	position: relative;
}
#top-news .jet-smart-tiles:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(9, 19, 37, 0.35);
	border-radius: 3px;
	z-index: 1;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
}
#top-news .jet-smart-tiles:hover:before{
	background-color: rgba(9, 19, 37, 0.7);
}
#top-news .jet-smart-tiles__box{
	padding-bottom: 60px;
}
#top-news .post__date{
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	margin-bottom: 15px !important;
}
#top-news .post__date .post__date-link {
	color: #ffffff !important;
}
#top-news .post__date .jet-blog-icon{
	background-image: url("/wp-content/themes/storycle-child/icons/custom-calender-icon-white.svg");
}
#top-news .jet-smart-tiles__box-title,
#top-news .jet-smart-tiles__box-excerpt{
	color: #ffffff;
}
#top-news .jet-smart-tiles__box-title{
	font-size: 18px;
	font-weight: bold;
}
#top-news .jet-smart-tiles__terms{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 25px -5px;
}
#top-news .jet-smart-tiles__terms-link{
	margin: 0 0 5px 5px;
}
@media (max-width: 575px){
	#top-news .jet-smart-tiles__box{
		padding-bottom: 20px;
	}
	#top-news .jet-smart-tiles__box-excerpt{
		display: none;
	}
}
/**************************** WEITERE NACHRICHTEN *********************************************************************/
/*** Artikel-Liste Filter ***/
#custom-main-content .jet-smart-listing__heading{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -10px;
}
#custom-main-content .jet-smart-listing__title{
	font-size: 20px !important;
	line-height: unset !important;
	margin: 10px 10px 0 0 !important;
}
#custom-main-content .jet-smart-listing__filter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: 0 0 0 -10px;
}
#custom-main-content .jet-smart-listing__filter-item:nth-of-type(2){
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}
#custom-main-content .jet-smart-listing__filter-item:nth-of-type(3){
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
#custom-main-content .jet-smart-listing__filter-item:nth-of-type(4){
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
#custom-main-content .jet-smart-listing__filter-item a {
	height: 30px !important;
	color: #ffffff !important;
	background-color: rgba(9, 19, 37, 0.7) !important;
	margin: 10px 0 0 10px !important;
}
#custom-main-content .jet-smart-listing__filter-item a:hover,
#custom-main-content .jet-smart-listing__filter-item.jet-active-item a{
	background-color: #091325 !important;
}
/*** Überschrift der Artikel ***/
#custom-main-content .jet-smart-listing-post-title-x{
	margin: 0 0 5px 0;
}
#custom-main-content .jet-smart-listing-post-title-x a{
	font-size: 16px;
}
/*** Beitragsbild ***/
#custom-main-content .jet-smart-listing__post-thumbnail img{
	border-radius: 3px;
}
/*** Datum ***/
#custom-main-content .post__date{
	margin: 0 0 10px 0;
}
#custom-main-content .jet-smart-listing__post-excerpt{
	font-size: 12px;
}
/*** Textauszug ***/
@media (max-width: 575px){
	#custom-main-content .jet-smart-listing__post-excerpt{
		display: none;
	}
}
/**************************** SIDEBAR *********************************************************************************/
#sidebar-home .widget,
#secondary .widget{
	background-color: #ffffff !important;
	border-radius: 3px !important;
	/*padding: 30px !important;*/
}
#sidebar-home .widget-title,
#secondary .widget-title{
	/*padding: 0 0 15px 0 !important;*/
	margin: 0 0 25px 0 !important;
	border-bottom: 1px solid rgba(147, 147, 153, 0.2) !important;
	font-size: 18px !important;
	line-height: 1.33 !important;
	letter-spacing: 0em !important;
}
/*** Soziale Netzwerke ***/
.social-media-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -10px -10px;
}
.social-media-wrapper > a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 50px;
	height: 50px;
	background-color: #091325;
	border-radius: 3px;
	margin: 0 0 10px 10px;
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: center center;
}
.social-media-wrapper > a:hover{
	background-color: #27303f;
}
.social-media-wrapper > a.social-media-icon-facebook{
	background-image: url("/wp-content/themes/storycle-child/icons/facebook-icon-white.svg");
}
.social-media-wrapper > a.social-media-icon-instagram{
	background-image: url("/wp-content/themes/storycle-child/icons/instagram-icon-white.svg");
}
.social-media-wrapper > a.social-media-icon-twitter{
	background-image: url("/wp-content/themes/storycle-child/icons/twitter-icon-white.svg");
}
/*** Random Artikel ***/
.random-posts .jet-smart-listing,
.random-posts .jet-smart-listing__posts{
	margin: 0 !important;
}
.random-posts .jet-smart-listing__post-wrapper{
	margin: 0 0 15px 0 !important;
}
.random-posts .jet-smart-listing__post-wrapper:last-of-type{
	margin-bottom: 0 !important;
}
.random-posts .jet-smart-listing__post-thumbnail{
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 30% !important;
	flex: 0 0 30% !important;
	max-width: 30% !important;
	margin: 0 10px 0 0;
}
.random-posts .jet-smart-listing__post-thumbnail img{
	border-radius: 3px;
}
/**************************** FOOTER **********************************************************************************/
.custom-dl{
	margin: 0;
}
.custom-dl dt,
.custom-dl dd{
	margin: 0;
}
.custom-dl dt{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 20px 0;
}
.custom-dl dd{
	margin-bottom: 10px;
}
.custom-dl dd:last-of-type{
	margin: 0;
}
/**************************** BEITRÄGE ********************************************************************************/
/*** Header ***/
.single-post .entry-header .entry-meta-top{
	margin: 0 !important;
}
.single-post .entry-header .entry-title{
	margin-bottom: 20px !important;
	font-size: 30px !important;
}
.single-post .entry-header .entry-meta-bottom{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 0 10px -30px !important;
}
.single-post .entry-header .entry-meta-bottom > *{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin: 0 0 10px 30px !important;
	line-height: normal !important;
}
.single-post .entry-header .entry-meta svg{
	margin: 0 10px 0 0 !important;
}
.single-post .entry-header .entry-meta svg path{
	fill: #091325 !important;
}
@media(max-width: 575px){
	.single-post .entry-header .entry-title{
		font-size: 26px !important;
	}
}
/*** Content ***/
.single-post .post .entry-content h2{
	font-size: 24px;
}
.single-post .post .entry-content h3{
	font-size: 20px;
}
.single-post .post .entry-content figure img{
	border-radius: 3px;
}
.single-post .post .entry-content figure figcaption{
	margin: 10px 0 0 0;
	color: #091325;
	font-weight: bold;
}
.single-post .post .entry-content a{
	font-weight: bold !important;
	text-decoration: none !important;
}
.single-post .post .entry-content .is-provider-youtube iframe{
	border-radius: 3px;
	overflow: hidden;
}
@media (max-width: 575px){
	.single-post .post .entry-content .is-provider-youtube iframe{
		max-height: 350px;
	}
}
/*** Pagination ***/
body.single-post .site-content .page-links .post-page-numbers {
	margin: 0;
}
/*** Footer ***/
.single-post .entry-footer:not(:empty){
	margin-top: 30px !important;
	border-color: rgba(147, 147, 153, 0.2) !important;
}
.post-navigation{
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.post-navigation .nav-links__label span{
	color: #939399 !important;
}
.post-navigation .nav-links__label:hover span{
	color: #B81E20 !important;
}
.post-navigation .nav-links .nav-prev{
	margin: 0 !important;
}
.article-footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -30px;
}
.custom-footer-wrapper{
	margin: 0 0 30px 30px;
}
.custom-footer-heading{
	display: block !important;
	font-weight: bold !important;
	font-size: 15px !important;
	line-height: normal !important;
	margin: 0 0 10px 0 !important;
}
.single-post .entry-meta .posted-by{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}
.single-post .entry-meta .posted-by img{
	display: block;
	min-width: 50px;
	border-radius: 50%;
	margin: 0 10px 0 0;
}
.single-post .entry-meta .posted-by .byline{
	margin: 0;
}
.single-post .entry-meta .posted-by .byline a{
	color: #B81E20;
	font-weight: bold;
}
@media (max-width: 575px){
	.post-navigation .nav-links .nav-next{
		margin: 30px 0 0 0 !important;
	}
}

.elementor-1978 .elementor-element.elementor-element-7c05 a{
	color: #1d8d5a;
}
/*** Schlagwörter ***/
.single-post .entry-footer .tags-links{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 0 -10px -5px !important;
}
.single-post .entry-footer .tags-links b{
	display: none !important;
}
.single-post .entry-footer .tags-links a{
	margin: 0 0 10px 5px !important;
}
/*** Kommentare ***/
.comment-reply-title,
.comments-title{
	padding: 0 0 15px 0 !important;
	margin: 0 0 25px 0 !important;
	border-bottom: 1px solid rgba(147, 147, 153, 0.2) !important;
}
/*** Wenn Kommentare ***/
.comment-list,
.comment-list .comment:last-of-type{
	margin: 0 !important;
}
.comment-list .comment{
	margin: 0 0 20px 0 !important;
}
.comment-list .comment-body{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.comment-list .comment-body h4{
	margin: 0 0 5px 0 !important;
}
.comment-list .comment-body .author-first-letter{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 0 15px 0 0;
}
.comment-list .comment.color-1 .author-first-letter{
	color: #B81E20;
	background-color: rgba(184, 30, 32, 0.2);
}
.comment-list .comment.color-2 .author-first-letter{
	color: #091325;
	background-color: rgba(9, 19, 37, 0.2);
}
.comment-list .children{
	margin-bottom: 0 !important;
}
/**************************** SUCHE ***********************************************************************************/
.search-item{
	border-color: rgba(147, 147, 153, 0.2) !important;
}
.search-item:last-of-type{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.search-h-style{
	color: #B81E20;
	margin: 0 0 10px 0;
	font-size: 18px;
}
/*** Suche nichts gefunden ***/
.search-no-results h1{
	font-size: 32px;
}
.search-no-results h2{
	font-size: 25px;
}
.search-no-results .page-content .search-form{
	height: auto !important;
	margin: 0 !important;
}
.search-no-results .page-content .search-form__input-wrap{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 0 -10px -10px !important;
}
.search-no-results .page-content .search-form__field[type="search"],
.search-no-results .page-content .search-form__submit[type="submit"]{
	margin: 0 0 10px 10px !important;
}
.search-no-results .page-content .search-form__field[type="search"]{
	width: auto !important;
	min-width: 200px !important;
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 0px !important;
	flex: 1 1 0 !important;
}
.search-no-results .page-content .search-form__submit[type="submit"]{
	display: inline-block !important;
	-webkit-box-flex: unset !important;
	-ms-flex: unset !important;
	flex: unset !important;
}
/**************************** 404-SEITE *******************************************************************************/
.error404 #content.site-content{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.error404 #content.site-content .site-content__wrap{
	padding: 0 !important;
}
.error404 #content.site-content .site-content__wrap::before{
	content: unset !important;
}
.error404 .not-found .error-numbers{
	position: relative !important;
	z-index: unset !important;
	left: unset !important;
	top: unset !important;
	font-family: Muli, sans-serif !important;
	font-weight: bold !important;
	line-height: 50px !important;
	font-size: 60px !important;
	-webkit-transform: unset !important;
	-ms-transform: unset !important;
	transform: unset !important;
	margin: 0 0 30px 0 !important;
	color: #091325 !important;
}
.error404 .not-found .page-header{
	margin: 0 0 30px 0 !important;
}
.error404 #primary{
	padding: 0 !important;
}
/**************************** ARCHIV-SEITEN ***************************************************************************/
/*** Überschriften ***/
.archive h1,
.blog h1{
	font-size: 32px;
	margin: 0;
}
.archive h2,
.blog h2{
	font-size: 20px;
	margin-bottom: 5px;
}
.blog h2{
	margin-bottom: 30px;
}
/*** Zeitstrahl ***/
.posts-list__item .post-timeline-date::before{
	background-color: rgba(147, 147, 153, 0.2) !important;
}
.posts-list__item .post-timeline-date__date,
.posts-list__item .post-timeline-date__time{
	color: #ffffff !important;
}
/*** Artikel ***/
.posts-list__item.timeline-item{
	margin: 0 0 60px 0 !important;
}
.posts-list__item.timeline-item:last-of-type{
	margin: 0 !important;
}
.posts-list__item.timeline-item .posts-list__item-inner{
	display: flex !important;
	flex-basis: calc(100% - 50px) !important;
	max-width: calc(100% - 50px) !important;
	margin: 0 0 -20px -30px !important;
}
.posts-list__item.timeline-item .post-thumbnail,
.posts-list__item.timeline-item .posts-list__item-content{
	width: auto !important;
	margin: 0 0 20px 30px !important;
	overflow: unset !important;
}
@media (max-width: 1199px) {
	.posts-list__item.timeline-item .posts-list__item-inner{
		flex-direction: column;
	}
}
/*** Schlagwörter ***/
.posts-list__item.has-thumb .entry-cats{
	position: relative !important;
	top: unset !important;
	left: unset !important;
	width: 100% !important;
	margin: 0 !important;
}
/*** Autoren ***/
.author-information{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.author-information img{
	display: block;
	width: 90px;
	min-width: 90px;
	height: auto;
	border-radius: 50%;
	margin-right: 15px;
}
/**************************** KONTAKT *********************************************************************************/
#contact-form .elementor-form-fields-wrapper{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 0 0 -30px !important;
}
#contact-form .elementor-field-group{
	padding: 0 !important;
	margin: 0 0 10px 30px !important;
}
#contact-form .elementor-field-group:last-of-type{
	margin-bottom: 0 !important;
}
#contact-form .elementor-field-type-text,
#contact-form .elementor-field-type-email,
#contact-form .elementor-field-type-textarea{
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 calc(50% - 30px) !important;
	flex: 1 1 calc(50% - 30px) !important;
	min-width: 200px;
}
#contact-form .elementor-field-type-textarea,
#contact-form .elementor-field-type-upload,
#contact-form .elementor-field-type-recaptcha_v3{
	margin-bottom: 30px !important;
}
#contact-form .elementor-mark-required .elementor-field-label:after{
	color: #ff5553 !important;
}
/**************************** DATENSCHUTZ-SEITE ***********************************************************************/
#privacy-wrapper > ol{
	list-style-type: none;
	margin: 0;
}
#privacy-wrapper > ol > li{
	position: relative;
	padding-left: 35px;
	counter-increment: item;
	margin: 0 0 15px 0;
}
#privacy-wrapper > ol > li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	content: counter(item) ".";
	font-size: 20px;
	line-height: normal;
}
#privacy-wrapper > ol > li > ul{
	list-style-type: '- ';
	margin: 0 0 20px 8px;
}
#privacy-wrapper > ol > li:nth-of-type(2) > ul,
#privacy-wrapper > ol > li:nth-of-type(17) > ul{
	margin-bottom: 0;
}
#privacy-wrapper > ol > li:last-of-type{
	margin: 0;
}
#privacy-wrapper > ol > li > h2{
	font-size: 20px;
	margin: 0 0 15px 0;
}
#privacy-wrapper > ol > li > h3,
#privacy-wrapper > ol > li > h4{
	font-size: 15px;
	margin: 0 0 5px 0;
}
#privacy-wrapper > ol > li > h3{
	font-size: 17px;
}
/*** 3rd Party Systems ***/
#third-party-info h2{
	font-size: 20px;
	margin: 0 0 15px 0;
}
#third-party-info p{
	margin: 0 0 20px 0;
}
#third-party-info p:last-of-type{
	margin-bottom: 0;
}
/**************************** IMPRESSUM UND MEDIATHEK *****************************************************************/
.elementor-3901,
.elementor-4896{ /*** gegebenenfalls die ID austauschen ***/
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
/**************************** COMPLIANZ *******************************************************************************/
#cmplz-document{
	max-width: unset !important;
}
/*************************** AUTOREN-SEKTION **************************************************************************/
.guest-author{
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 20px;
	color: #091325;
	overflow: auto;
}
.guest-author img{
	display: block;
	min-width: 85px;
	height: 85px;
	border-radius: 50%;
	margin-right: 15px;
	float: left;
}
.guest-author > p{
	margin: 0;
	font-size: 14px;
}
/**************************** JET-SMART-LISTING-TITLE-X ***************************************************************/
.jet-smart-listing-post-title-x{
	display: block;
}
.jet-smart-listing-post-title-x a{
	color: #091325;
}
.jet-smart-listing-post-title-x:hover a{
	color: #B81E20 !important;
}
/**************************** MENU-MOBILE *****************************************************************************/
.custom-mobile-menu{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	background-color: #091325;
	-webkit-box-shadow: 0 5px 8px -2px rgba(15, 27, 51, 0.15);
	box-shadow: 0 5px 8px -2px rgba(15, 27, 51, 0.15);
	z-index: 100;
}
.custom-mobile-menu .custom-menu-toggle{
	position: absolute;
	left: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 34px;
	min-width: 34px;
	height: 22px;
	cursor: pointer;
	background-image: url("/wp-content/themes/storycle-child/icons/custom-toggle-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.custom-mobile-menu.active .custom-menu-toggle{
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-image: url('/wp-content/themes/storycle-child/icons/custom-close.svg');
}
.custom-mobile-menu .custom-menu-logo{
	display: block;
	width: auto;
}
.custom-mobile-menu .custom-menu-logo img{
	display: block;
	width: auto;
	height: 32px;
	min-height: 32px;
}
.custom-mobile-menu .menu-menue-mobile-container{
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background-color: #122336;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 100;
	visibility: hidden;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
	padding: 30px 15px;
}
.custom-mobile-menu.active .menu-menue-mobile-container{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}
.custom-mobile-menu .menu-menue-mobile-container ul,
.custom-mobile-menu .menu-menue-mobile-container ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.custom-mobile-menu .menu-menue-mobile-container ul li a{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	background-color: #0D1B2A;
	color: #ffffff;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-decoration: none;
	font-family: Lato, sans-serif;
	text-transform: unset !important;
}
.custom-mobile-menu .menu-menue-mobile-container ul li.current-menu-item a{
	color: #1d8d5a;
}
/*** Suche ***/
.search-form{
	height: 0;
	overflow: hidden;
}
.custom-mobile-menu .search-form{
	height: auto;
}
.custom-mobile-menu .search-form__inner,
.custom-mobile-menu .search-form__input-wrap{
	display: block;
	margin: 0;
}
.custom-mobile-menu .search-form__field{
	border-color: transparent !important;
	background-color: #0D1B2A !important;
	color: #ffffff !important;
	padding-left: 50px !important;
	background-image: url('/wp-content/themes/storycle-child/icons/custom-search-icon.svg');
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: left 20px center;
}
.custom-mobile-menu .search-form__submit{
	display: none !important;
}
@media (max-width: 1024px){
	.custom-mobile-menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/**************************** BUNDESLIGATABELLE ***********************************************************************/
#bundesligatable{
	border: 1px solid rgba(147, 147, 153, 0.2);
	overflow: hidden;
	border-radius: 3px;
}
#bundesligatable table {
	margin: 0;
}
#bundesligatable tr{
	font-size: 14px;
}
#bundesligatable thead tr {
	background-color: #091325;
	font-weight: normal;
	color: #ffffff;
}
#bundesligatable tbody tr:nth-of-type(even){
	background-color: rgba(9, 19, 37, 0.01);
}
#bundesligatable thead tr th,
#bundesligatable tbody tr td{
	padding: 13px 15px;
	vertical-align: middle;
}
#bundesligatable tbody tr td{
	padding: 6px 15px;
}
#bundesligatable .trend img,
#bundesligatable .logo img{
	display: block;
	width: 12px;
	height: auto;
	margin: 0;
}
#bundesligatable .logo img{
	width: 30px;
}
#bundesligatable .right {
	text-align: right;
}
@media (max-width: 575px){
	#bundesligatable thead tr th:nth-of-type(3),
	#bundesligatable tbody tr td:nth-of-type(5){
		display: none;
	}
}
/**************************** TIPPSPIEL *******************************************************************************/
/*** Tippergebnisse ***/
.score{
	margin-bottom: 30px;
}
.score > div{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 13px;
	padding: 15px;
	color: #091325;
	background-color: rgba(9, 19, 37, 0.01);
	border-radius: 3px;
	margin-bottom: 10px;
}
.score > div:last-of-type{
	margin-bottom: 0;
}
.score > div:before{
	content: '';
	position: relative;
	left: 0;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
	border-radius: 50%;
}
.score > div.cekdar-score:before{
	background-image: url("https://secure.gravatar.com/avatar/0e1445ee532fb8f64c027c4cd43f764f?s=90&d=mm&r=g");
}
.score > div.jan-score:before{
	background-image: url("https://secure.gravatar.com/avatar/223232b3861579df081271ccd95ae986?s=90&d=mm&r=g");
}
.score > div.simon-score:before{
	background-image: url("https://secure.gravatar.com/avatar/44e9b25a29a209b798b15e7e13bd2dc7?s=90&d=mm&r=g");
}
.score > div span{
	position: absolute;
	right: 15px;
	color: #b81e20;
}
@media (max-width: 575px){
	.score > div{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.score > div:before{
		margin: 0 0 5px 0;
	}
	.score > div span{
		position: relative;
		right: unset;
	}
}
/*** Legende ***/
.betting-hint{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 15px -15px;
}
.betting-hint span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 15px;
	margin: 0 0 5px 15px;
}
.betting-hint span:before{
	content: '';
	display: block;
	min-width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #070f1d;
	margin: 0 5px 0 0;
}
.betting-hint span:nth-of-type(2):before{
	background-color: rgb(147,147,153);
}
.betting-hint span:nth-of-type(3):before{
	background-color: #b81e20;
}
/*** Spieltag ***/
.betting-game{
	margin-bottom: 20px;
}
.betting-game > div:nth-child(even){
	background-color: rgba(9, 19, 37, 0.01);
}
.betting-game .matchday{
	display: block;
	font-size: 12px;
	color: #939399;
	padding: 10px 0;
}
.betting-game .matchday:first-of-type{
	padding: 0 0 10px 0;
}
.betting-game .games,
.betting-game .games .home-team,
.betting-game .games .guest-team{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.betting-game .games{
	padding: 15px 5px;
	border-radius: 3px;
}
.betting-game .games .home-team,
.betting-game .games .guest-team{
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	font-size: 14px;
	overflow: hidden;
}
.betting-game .games .home-team{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.betting-game .games .guest-team{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.betting-game .games .home-team span,
.betting-game .games .guest-team span{
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.betting-game .games .home-team img,
.betting-game .games .guest-team img{
	display: block;
	width: auto;
	height: 25px;
}
.betting-game .games .home-team img{
	margin-left: 5px;
}
.betting-game .games .guest-team img{
	margin-right: 5px;
}
.betting-game .results{
	border-radius: 3px;
	overflow: hidden;
	margin: 0 25px;
}
.betting-game .results span{
	display: block;
	text-align: center;
	min-width: 55px;
	background-color: #070f1d;
	color: #ffffff;
}
.betting-game .results span.jan-tip{
	background-color: rgb(147,147,153);
}
.betting-game .results span.simon-tip{
	background-color: #b81e20;
}
@media (max-width: 575px) {
	.betting-game .games .home-team span,
	.betting-game .games .guest-team span{
		display: none;
	}
}

/********************************************************
*********************************************************
************	Online Shop    **************************
*********************************************************
*********************************************************/

/* Menü */
#main-navigation .top-level-link {
    text-decoration: none;
}
/*++++++++++++++++++++++++*/

.products.products-grid .product-content a.add_to_cart_button:hover{
	text-decoration: none;
}

.woocommerce a:hover{
	text-decoration: underline;
}

.woocommerce a{
	color: #1d8d5a;
}

.woocommerce input.input-radio,
.woocommerce label.checkbox input[type="checkbox"] + span::before, label.inline input[type="checkbox"] + span::before,
.woocommerce label.checkbox input[type="checkbox"] + span::after, label.inline input[type="checkbox"] + span::after  {
	cursor: pointer;
}


/**************** Shop Seite ****************/
.products.products-grid .product-content a.add_to_cart_button,
.elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout),
.elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout),
.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout),
.elementor-widget-wp-widget-woocommerce_widget_cart .button,
.elementor-widget-wp-widget-woocommerce_shopping_cart .button,
.widget_shopping_cart .button{
	background-color: #1d8d5a !important;
	color: #ffffff !important;
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 3px;
}

.products.products-grid .product-content a.add_to_cart_button:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout):hover,
.elementor-widget-wp-widget-woocommerce_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout):hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout):hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .button:hover,
.elementor-widget-wp-widget-woocommerce_shopping_cart .button:hover,
.widget_shopping_cart .button:hover,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover{
	background-color: #50C18E !important; 
}

.products.products-grid .product-content .woocommerce-loop-product__title{
	font-weight: 400 !important;
	font-size: 14px !important;
}

.elementor-widget-wp-widget-woocommerce_widget_cart ul li a:not(.remove),
.elementor-widget-wp-widget-woocommerce_shopping_cart ul li a:not(.remove),
.widget_shopping_cart ul li a:not(.remove) {
    color: #1d8d5a;
	font-weight: 400 !important;
	font-size: 14px !important;
	padding-right: 28px !important;
}

p.wc-gzd-cart-info.delivery-time-info{
	font-weight: bold !important;
}

.elementor-widget-wp-widget-woocommerce_widget_cart a.remove,
.elementor-widget-wp-widget-woocommerce_shopping_cart a.remove,
.widget_shopping_cart a.remove {
	color: red;
}

.elementor-widget-wp-widget-woocommerce_widget_cart a.remove,
.elementor-widget-wp-widget-woocommerce_shopping_cart a.remove,
.widget_shopping_cart a.remove {
	top: 3px !important;
}

.total.shipping-costs-cart-info.wc-gzd-total-mini-cart a{
	color: #1d8d5a !important;
}

.total.shipping-costs-cart-info.wc-gzd-total-mini-cart{
	font-size: 14px !important;
}

.widget.widget-woocommerce-currency-switcher .dd-select a{
	background-color: #ffffff !important;
}

.dd-selected-text{
	color: #000000 !important;
}

.widget.widget-woocommerce-currency-switcher{
	padding: 10px !important;
}

.woocommerce-ordering select.orderby{
	border: 1px solid #000000 !important;
	padding: 5px !important;
}

/************* Wahrenkorb *******************/
.woocommerce-cart .cart-collaterals table tr .shipping-calculator-form .button,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart-form button.button{
	background-color: #1d8d5a !important;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
}

.woocommerce-cart-form a{
	color: #1d8d5a !important;
}

.woocommerce-info::before{
	background-color: #1d8d5a !important;
}

.woocommerce-message::before{
	background-color: #1d8d5a !important;
}

.woocommerce-error::before{
	background-color: red !important;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before{
	border-radius: 3px !important;
}

.woocommerce-cart .cart-collaterals table tr.shipping td .shipping-calculator-button::before{
	content: '' !important;
	padding-right: 0 !important;
}

.woocommerce-cart .cart-collaterals table tr.shipping td .shipping-calculator-button{
	color: #1d8d5a !important;
	font-weight: bold;	
}

.woocommerce-cart .cart-collaterals table tr.shipping td{
	width:auto !important;
}

.woocommerce-cart .cart-collaterals table tr.shipping td input,
.woocommerce-page #page .select2-selection{
	border-color: #000000 !important;
}

.woocommerce-cart table.cart tr td.product-remove a{
	color:red !important;
}

p.wc-gzd-cart-info.delivery-time-info {
    font-weight: bold !important;
}

.woocommerce-cart table tr td.product-name a{
	font-size: 15px !important;
}

.woocommerce-cart table.cart tr td.product-name{
	line-height: 1.3 !important;
}

p.delivery-time-info{
	margin-top: 10px;
	font-size: 15px !important;
}

.woocommerce-cart .cart-collaterals table tr.order-total th, .woocommerce-cart .cart-collaterals table tr.order-total td {
    font-size: 20px !important;
}

/******** Kasse *********/
.woocommerce input,
.woocommerce textarea#order_comments{
	border: 1px solid #000000 !important;
}

.woocommerce input:focus,
.woocommerce textarea#order_comments:focus {
	border-color: #1d8d5a !important;
}

.woocommerce-multistep-checkout .step-buttons .next-step-button{
	background-color: #1d8d5a !important;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
}

.woocommerce-multistep-checkout .step-buttons .next-step-button:hover{
	background-color: #50C18E !important; 
}

.woocommerce-checkout .form-row {
    margin-bottom: 20px !important;
}

.woocommerce .woocommerce-gzdp-multistep-privacy-policy-checkbox-text{
	display: inline-block !important;
	width: max-content !important;
	margin-left: 10px;
}

.woocommerce .woocommerce-form__label.woocommerce-form__label-for-checkbox span{
	width: 720px !important;
	padding-left: 0 !important;
	line-height: inherit !important;
}

.woocommerce .woocommerce-form__label.woocommerce-form__label-for-checkbox abbr.required{
	display:none;
}

.woocommerce h3#ship-to-different-address span{
	margin-left: 10px !important;
}

.woocommerce-multistep-checkout .step-buttons{
	margin-top: 150px !important;
}

.woocommerce .woocommerce-cart-content input.input-text.qty.text{
	width: max-content !important;
	padding: 3px !important;
}

.woocommerce .woocommerce-cart table.cart tr td{
    padding: 5px !important;
}

.woocommerce .woocommerce-Price-amount.amount,
.woocommerce ul#shipping_method li label{
	font-weight: bold !important;
	color: #000000 !important;
}

.woocommerce p.return-to-shop a,
.woocommerce span.woocommerce-gzdp-multistep-privacy-policy-checkbox-text a,
.woocommerce .step-buttons a,
.woocommerce a.edit.step-trigger,
.woocommerce .woocommerce-gzd-legal-checkbox-text a,
.woocommerce a.about_paypal
{
	color: #1d8d5a !important;
}

.woocommerce span.woocommerce-gzd-legal-checkbox-text{
	display: inline-block !important;
	margin-left: 10px !important;
	top: 10px !important;
}

.woocommerce label.checkbox input[type="checkbox"] + span.woocommerce-gzd-legal-checkbox-text::before {
	top: -18px !important;
}

.woocommerce label.checkbox input[type="checkbox"] + span.woocommerce-gzd-legal-checkbox-text::after {
	top: -13px !important;
}

.woocommerce button#place_order{
	background-color: #1d8d5a;
	color: #ffffff;
	border-radius: 3px;
}

.woocommerce p.wc-gzdp-payment-gateway,
.woocommerce div#order-verify address{
	margin-bottom: 0.5em !important;
}

.woocommerce p.legal.form-row.checkbox-legal.validate-required{
	margin-top: 4em !important;
}

/******************* Mein Konto ***********************/
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
	color: #ffffff;
	background-color: #1d8d5a;
	font-weight: bold;
	font-size: 12px;
	border-radius: 3px !important;
	border-color: #1d8d5a !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: none;
	background-color: #50C18E;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	border-radius: 3px;
}

.woocommerce .woocommerce-MyAccount-content p a {
	color: #1d8d5a;
}

/******************* Mein Konto: Bestellungen *****************/
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details{
	text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tr td a,
.woocommerce p.woocommerce-LostPassword.lost_password a{
	color: #1d8d5a;
}

.woocommerce-account .woocommerce a.button.button-document-download,
a.woocommerce-Button.button {
	background-color: #1d8d5a;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 15px;
}

.woocommerce-account .woocommerce a.button.button-document-download:hover,
a.woocommerce-Button.button:hover{
		background-color: #50C18E;
		text-decoration: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td a{
	color: #1d8d5a;
	/*margin-right: 15px;*/
}

.woocommerce .woocommerce-button.button.view{
	display:none;
}

/******************* Mein Konto: Adresse *****************/
.woocommerce a.edit{
	color: #1d8d5a;
}

.woocommerce button.button{
	background-color: #1d8d5a;
	color: #ffffff;
	border-radius: 3px;
}

.woocommerce button.button:hover{
	background-color: #50C18E;
}

/*********************** Mein Konto: Anmelden / Neues Kundenkonto **************************/
.woocommerce-gzd-reg_data_privacy-checkbox-text::before,
.woocommerce-gzd-reg_data_privacy-checkbox-text::after {
	display:none !important;

}

span.woocommerce-gzd-reg_data_privacy-checkbox-text{
	margin-bottom: 15px;
}

input#reg_data_privacy{
	margin-left: -30px !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	width: 100%;
	
}

.woocommerce-gzd-reg_data_privacy-checkbox-text a{
	color: #1d8d5a;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
	display: block;
	margin-bottom: 25px;
}


.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
		margin-top: 15px !important;
}

@media (max-width: 640px) {
	
	.woocommerce-account .woocommerce .u-columns .u-column2{
		padding-left: 0 !important;
	}
	
	.woocommerce-account .woocommerce .u-columns h2 {
		font-size: 25px !important;
	}
	
	.woocommerce-account .woocommerce .u-columns .u-column2 h2 {
		margin-top: 30px;
	}
}