.cf {
	clear: both!important;
}
.mobile {
	display: none!important;
}

@media only screen and (max-width: 1024px) {
	.mobile {
		display: block!important;
	}
	.desktop {
		display: none!important;
	}
}

.productnavigation {
	height: 175px;
	background-color: white;	
	width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	padding: 0 50px 0 50px;
}

.productnavigation .swiper-container {
	padding-top: 2px;
}

.productnavigation .swiper-button-prev {
	left: 10px;
}

.productnavigation .swiper-button-next {
	right: 10px;
}

.productnavigation .swiper-slide {
	text-align: center;
	line-height: 1.2;
}
.productnavigation .swiper-slide .swiper-slide--img-wrapper {
	height: 128px;
	line-height: 128px;
	margin-bottom: 5px;
}
.productnavigation .swiper-slide .swiper-slide--img-wrapper img {
	vertical-align: bottom;
}

.mobile-product-navigation {
	margin: 20px 10px 0 10px;	
}
.mobile-product-navigation b {
}
.mobile-product-navigation__ul {
	list-style-type: none;
	overflow: scroll;
}
.mobile-product-navigation__ul li {
	position: relative;
}
.mobile-product-navigation__ul li.hasChild:after {
	content: "▼";
	position: absolute;
	right: 5px;
	top: 3px;
	font-weight: bold;
}

.mobile-product-navigation__ul > li {
	padding: 7px 0;
	border-bottom: 1px solid black;
}

.mobile-product-navigation__ul ul {
	list-style-type: none;	
	display: none;
	padding: 10px 0;
}
.mobile-product-navigation__ul ul li {
	padding: 5px 0;
}

#produkt {
	position:relative;
	left:0px;
	width:100%;
	height:700px;
	z-index:9;
	background-image:url(/typo3conf/ext/sy_apfelshop/Resources/Public/Img/bck_content.jpg);
	background-size: cover;
}

#produkt #vorher, #produkt #nachher {
	position: absolute;
	top: 50%;
	height: 30px;
	margin-top:-15px;
	z-index: 9999;
}
#produkt #vorher {
	left: 10px;
}
#produkt #nachher {
	right: 10px;
}
#produkt #vorher a, #produkt #nachher a {
	font-size: 30px;
}

.produkt #bestellnummer {
	position:absolute;
	bottom: 80px;
	left: 82px;
	width:192px;
	height:23px;
	color:#4b5c70;
	font-family:FiraSans-SemiBold,arial,helvetica,sans-serif;
	font-size:20px;
	z-index:10;
}

.produkt #preis {
	position:absolute;
	bottom: 80px;
	left: 282px;
	width:145px;
	height:23px;
	color:#4b5c70;
	font-family:FiraSans-SemiBold,arial,helvetica,sans-serif;
	font-size:20px;
	z-index:11;
}

.boxwrapper {
	position: absolute;
	bottom: 30px;
	left: 82px;
	width: 500px;
	height: 50px;
	color: #4b5c70;
	font-family: FiraSans-Light,arial,helvetica,sans-serif;
	font-size: 13px;
	z-index: 10;
}
.produkt_header {
	position:absolute;
	top: 50px;
	left: 80px;
}
.produkt_bild {
	display:block;
	float:right;
	width: 1000px;
	height: 700px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.produkt_bild .swiper-pagination-bullets {
    bottom: 20px;
}

.produkt_bild .swiper-pagination-bullet-active {
	background-color: #23343a;
}

.produkt_bild .swiper-slide img {
	max-height: 700px;
}

@media only screen and (max-width: 1023px) {
	.produkt_bild .swiper-slide img {
		max-height: 450px;
	}
}

.produkt_text {
	padding-left: 80px;
	margin-top: 100px;
	width: 500px;
	height: 445px;
	display: block;
	float: left;
	color: #4b5c70;
	margin-right: 17px;
}


.produkt_icons {
	padding-left:20px;
	padding-top:50px;
	width:90px;
	height:450px;
	position: absolute;
	right: 100px;
	z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.produkt_icons .icon6 a {
    text-align: center;
    display: inline-block;
}

.produkt_icons .icon6 a:hover {
    text-decoration: underline;
}

.produkt_icons .icon6 a img {
    max-width: 55px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.buttonbar {
	display: block;
	margin-top: 20px;
}

.buttonbar div {
	margin: 0 10px 10px 0;
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.buttonbar.mobile div {
	float: none;
	height: 100px;
	vertical-align: top;
	display: inline-block;
}
.buttonbar div p {
	text-align: center;
	text-indent: 0;
	margin: 5px 0 0em 0!important;
	font-size: 12px;
	line-height: 15px;
}



/* iPad quer */
@media only screen and (max-width: 1024px) {
	#produkt {
		height: 550px;
	}
	.produkt_header {
		left: 40px;
		top: 30px;
	}
	.produkt_bild {
		height: 550px;
		right: -100px;
		width: 900px;
	}
	.produkt_bild .swiper-slide img {
		max-height: 550px;
	}
	.produkt_text {
		padding-left: 40px;
		width: 400px;
		margin-top: 80px;
	}
	.produkt #bestellnummer {
		left: 40px;
		bottom: 100px;
	}
	.produkt .boxwrapper {
		left: 40px;
		bottom: 50px;
	}
	.produkt #preis {
		left: 242px;
		bottom: 100px;
	}
	.buttonbar {
		margin-top: 0;
	}
	.buttonbar > div {
		margin-bottom: 20px;
	}
}





.kategorie_text {
	padding-left:57px;
	padding-top:33px;
	width:auto;
	height:445px;
	display:block;
	float:left;
	color: #4b5c70;
	margin-right: 17px;
	position: absolute;
	z-index: 100;
	line-height: 16px;
}

.kategorie_text a {
  	padding: 0px;
  	text-decoration: underline;
}

.kategorie_text h1 {
	  line-height: 28px;
	  max-width: 495px;
}

.kategorie_text__mobile {
	display: none;
}

.kategorie_bild {
	display:block;
	/*float:left;
	position: absolute;
	z-index: 50;*/
/*	width: 100%;
	line-height: 0;
	font-size: 0;*/
}
.kategorie_bild img {
	width: 100%;
	display: inline-block;
	float: left;
}

.kategorie_sub_categories__mobile, .kategorie_breadcrumbs__mobile {
	display: none;
}

.mobile-accordeon {
	display: none;
}




@media only screen and (max-width: 1024px) {
	.kategorie_text h1 {
      	line-height: 30px;
		font-size: 24px;
		max-width: 365px;
	}

	.produkt_header h1 {
	  	font-size: 27px;
	}
}


@media only screen and (max-width: 1023px) {
	main {
		background: none!important;
	}

	.kategorie_bild {
		position:static;
		left:unset;
		width:unset;
		height:auto; 
		line-height: 0;
	}


	.kategorie_text {
		padding: 20px 10px 0 20px;		
		height: auto;
	}

	
	.kategorie_text h1 {
		max-width: 290px;
	}

	.produkt_header h1 {
		font-size: 27px;
	}

	.kategorie_text__desktop {
		display: none;
	}

	.kategorie_text__mobile {
		display: block;
		clear: both;
		padding: 20px;	
		background-color: white;
		color: #4b5c70!important;
	}
	
	.kategorie_text__mobile p, .kategorie_text__mobile ul, .kategorie_text__mobile li  {
		color: #4b5c70!important;
	}

	.kategorie_text__mobile br {
		display: none;
	}

	.search-breadcrumb__breadcrumb {
		display: none;
	}

	.kategorie_breadcrumbs__mobile, .kategorie_breadcrumbs__mobile .search-breadcrumb__breadcrumb {
		display: block;
	}

	.kategorie_breadcrumbs__mobile .search-breadcrumb__breadcrumb ul {
		background-color: #e7e7eb;	
     	padding: 7px 20px;
    	width: 100%;
		list-style-type: none;
		margin: 0;    	
	}
	.kategorie_breadcrumbs__mobile .search-breadcrumb__breadcrumb ul li {
		padding: 0px;
		display: inline-block;
		width: auto;
	}
	.kategorie_breadcrumbs__mobile .search-breadcrumb__breadcrumb ul li:after {
		content: ">";
		margin: 0 3px 0 5px;
	}
	.kategorie_breadcrumbs__mobile .search-breadcrumb__breadcrumb ul li:last-child:after {
		display: none;
	}


	.kategorie_sub_categories__mobile {
		display: block;
	}
	.kategorie_sub_categories__mobile > ul {
		list-style-type: none;
		margin: 0;
		padding-top: 10px;
		background-color: white;
		display: flex;
		flex-wrap: wrap;
	}

	.kategorie_sub_categories__mobile > ul li {
		width: 50%;
		float: left;
		padding: 0;
		text-align: center;
		margin-bottom: 25px;
		flex-shrink: 0;
	}
	.kategorie_sub_categories__mobile > ul li:nth-child(odd) {
		border-right: 1px solid #4b5c70;
	}

	.kategorie_sub_categories__mobile > ul li img {
		max-width: 80%;
	}

	.kategorie_sub_categories__mobile > ul li a {
		color: #23343a;
	}


	.productnavigation, #vorher, #nachher {
		display: none;		
	}

	#produkt {
		position:static;
		left:unset;
		width:unset;
		height:auto;
		background-image:url(/typo3conf/ext/sy_apfelshop/Resources/Public/Img/bck_content.jpg);
		background-size: cover;
	}

	#produkt .produkt_icons {
		display: none;
	}

	#produkt .produkt_header {
		position: relative;
		top: unset;
		left: unset;
		padding: 20px 10px 0 20px;
	}

	#produkt .produkt_bild {
		float: none;
		width: 100%;
		height: 450px;
		position: relative;
		right: unset;
		top: unset;
		margin-top: -35px;
	}

	
	#produkt .produkt_bild img {
		max-height: 450px;
	}

	.produkt_bild .swiper-pagination-bullets {
		bottom: 0;
	}

	#produkt .produkt_text {
		position: relative;
		padding: 0 10px 10px 20px;
		width:100%;
		height:auto;
		float:none;
		color: #4b5c70;
		margin: 0;
		background: white;
	}

	#produkt .buttonbar {
		width: 100%;
		text-align: center;
	}

	#produkt .buttonbar section {
		width: 100%;
		text-align: center;
	}

	#produkt .produkt #bestellnummer {
		position: relative;
		top: unset;
		left: unset;
		bottom: unset;
		padding: 20px 10px 0 20px;
		height: auto;
		width: auto;
		display: inline-block;
		float: left;
	}

	#produkt .produkt #preis {
		position: relative;
		top: unset;
		left: unset;
		bottom: unset;
		padding: 20px 20px 0px 10px;
		height: auto;
		width: auto;
		display: inline-block;
		float: right;
	}

	#produkt .produkt .boxwrapper {
		position: relative;
		top: unset;
		left: unset;
		bottom: unset;
		padding: 10px 10px 30px 20px;
		height: auto;
		width: auto;
		display: inline-block;
		float: left;
	}

	.search-breadcrumb ul {
		background-color: #e7e7eb;
	}

	.search-breadcrumb ul li a {
	    color: #4b5c70;
	}


	.mobile-accordeon {
		display: block;
		width: 100%;
	}

	.mobile-accordeon--trigger, .mobile-accordeon--link {
		display: block;
		width: 100%;
		background-color: white;
      	padding: 11px 20px;
    	border-top: 1px solid #23343a;
    	cursor: pointer;
    	position: relative;
    	color: #23343a;
	}

	.mobile-accordeon--trigger:after {
		content: "▼";
		position: absolute;
		right: 15px;
		top: 10px;
		font-weight: bold;
	}

	.mobile-accordeon--inner {
		display: none;
		width: 100%;
		background-color: #f9f9f9;
		color: #23343a;
	}

	.mobile-accordeon--padding {
		padding-bottom: 40px;
	}

}




@media only screen and (max-width: 480px) {
	.kategorie_text h1 {
      	line-height: 16px;
    	font-size: 13px;
		max-width: 135px;
	}
}



/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/



#karte1, #karte2, #karte3, #karte4, #karte5 {
	display: none;
}

#error {
	position:absolute;
	left:0px;
	width:992px;
	height:539px;
	z-index:9;
	background-image:url(/typo3conf/ext/sy_apfelshop/Resources/Public/Img/bck_error.jpg);
}



.produkt_text h1 {
	color: #4B5C70;
    font-family: FiraSans-SemiBold,arial,helvetica,sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin-top: 0px;
}

.produkt_text a {
  padding: 0px;
  text-decoration: underline;
}

/*
.produkt_bild img{
  width: 100%;
}
*/


.icon_space
{
	text-align:center;
	padding-bottom:35px;
	color:#23343a;
	font-family:FiraSans-Light,arial,helvetica,sans-serif;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
}

.icon_space a{
  	padding: 0px;
	color:#23343a;
}

.icon_space:hover{
	color:#23343a;
	font-family:FiraSans-Light,arial,helvetica,sans-serif;
	font-size:13px;
	text-decoration:underline;
	cursor:pointer;
}

.icon_pic
{
  	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

#vorher{
  position: absolute;
}

#masse .masse-und-gewichte {
	float: left;
	margin-right: 10px;
}

#masse .masse-und-gewichte img {
	height: 500px;
}

.mobile-accordeon--inner .masse-und-gewichte {
	max-width: 100%;
	margin: 20px auto;
}

.mobile-accordeon--inner .masse-und-gewichte img {
	margin: 10px 20px;
	height: 50vH;
}

.produkt_masse-head
{
padding-left:55px;
padding-top:35px;
width:683px;
height:445px;
display:block;
float:left;
}

.produkt_masse-text
{
padding-top:100px;
width:220px;
height:445px;
display:block;
float:left;
}


/*Sharing box*/
.sharebox-overlay {
    justify-content: center;
    align-items: center;
    position: fixed;
    top:0; bottom:0; right:0; left:0;
    background: rgba(0,0,0,.5);
    z-index: 999;
}


.sharebox-overlay .sharebox {
    width: 440px;
    height: auto;
    position: relative;
}
.sharebox-overlay .sharebox-content h2 {
    text-align: left;
    font-family: FiraSans-SemiBold,arial,helvetica,sans-serif;
    color: #4b5c70;
    font-weight: normal;
    font-size: 1.65em;
    margin-top: 5px!important;
}

.sharebox-overlay .sharebox-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
}

.sharebox-overlay .sharebox-close svg {
    height: 14px;
    width: 14px;
}

.sharebox-overlay .sharebox-content {
    padding: 20px 40px;
    background: #fff;
    text-align: center;
}

.sharebox-overlay .sharebox-buttons {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.sharebox-overlay .sharebox-buttons a {
    display: inline-block;
}

.sharebox-overlay .sharebox-buttons a svg {
    height: 40px;
}


@media only screen and (max-width: 480px) {

    .sharebox-overlay .sharebox-buttons {
        padding: 20px;
    }

    .sharebox-overlay .sharebox {
        max-width: 360px;
    }
}