.start {
    padding: 0;
}
.start h1 {
    font-family: Oswald Light;
    font-size: 43px;
    font-weight: normal;
    text-align: center;
    letter-spacing: .08em;
    line-height: 52px;
    margin-bottom: 40px;
}

.content_banner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(241,242,246,1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.content_inhalt {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    left: 50%;
    top: 0;
    width: auto;
    height: auto;
    max-width: 920px;
    background-color: rgba(255,255,255,0.90);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 40px 40px 110px 40px;
}
.content_inhalt h2 {
    font-family: Oswald Light;
    font-size: 33px;
    font-weight: normal;
    text-align: center;
    letter-spacing: .08em;
    line-height: 41px;
    margin-bottom: 20px;
}
.content_inhalt .button2 {
    position: absolute;
    right: 40px;
    bottom: -70px;
}

.disabled {
	opacity: .5;
	cursor: unset;
	color: #999!important;
	background-image: none!important
}
.display_none {
	display: none
}
.fehlerrahmen {
	color: #e50003;
	border: solid 1px #e50003;
	background-color: #ffd1d1;
	padding: 10px;
	margin: 0 0 30px 0
}
.contenttext {
	position: relative;
	width: 96%;
	max-width: 920px;
	height: auto;
	font-size: 0;
	text-align: left;
	margin: 0 auto;
	padding: 0 2%
}
img.enlargepicture {
	width: auto;
	height: 80%;
	max-height: 100%
}
img.produktthumb {
	width: auto;
	height: 50px;
	cursor: pointer;
	margin-top: 10px
}
a.thumblink {
	display: inline-block
}
a.vertrieblink {
	font-size: 12px
}
h1.filtertitel {
	max-width: 380px;
	white-space: normal
}
.container a,
.editorial-container a {
	color: rgba(185,209,55,1);
    text-decoration: none;
}
.accordion-item-content-image {
	padding-right: 20px
}
.accordion-item-content-image a img {
	cursor: pointer
}
.accordion-item-content.content-font .qanda {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 0;
}
.accordion-item-content.content-font .qanda.content-font-light {
    font-family: 'Open Sans Light';
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 30px;
}
.button2 {
	overflow: hidden;
	position: relative;
	display: inline-block;
	color: rgba(185,209,55,1);
	padding: 15px 40px 10px 40px;
}
.button2:hover {
	color: rgba(255,255,255,1)!important
}
.button2 span {
	position: relative;
	z-index: 900
}
.button2:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 7px;
	border: none;
	border-top: 2px solid rgba(185,209,55,1);
	border-bottom: 2px solid rgba(185,209,55,1);
	border-left: 2px solid rgba(185,209,55,1);
	transform: skew(-7deg);
	width: 110%
}
.button2:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	width: 20px;
	border: none;
	border-left: 2px solid rgba(185,209,55,1);
	background-color: #fff
}
.button2:hover:before {
	color: rgba(255,255,255,1);
	background-color: rgba(185,209,55,1)
}
.button2.green {
	color: rgba(185,209,55,1);
	background: 0 0
}
.button2.green:hover {
	color: rgba(255,255,255,1)!important;
	background: 0 0
}
.main-slider-subtitles {
	position: relative;
	width: 100%;
	
	color: #000;
	background-color: #fff;
	padding: 10px 20px;
	margin-left: -25px
}

.subtitel-text:before {
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	width: 20px;
	height: 100%;
	border: none;
	background-color: #fff;
	transform: skew(-7deg)
}
.subtitel-text:after {
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: 20px;
	height: 100%;
	border: none;
	background-color: #fff;
	transform: skew(7deg)
}
.main-slide img {
	/*display: none*/
}
.main-slide.slick-active img {
	display: block
}

/* *** ********************************** *** */
.main-slider-innercontainer {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    max-width: 43%;
}
.main-slider-innercontainer_right {
    right: 20px;
}
.main-slider-innercontainer_left {
    left: 40px;

}
.main-slider-innercontainer_maintitle {
    font-family: Oswald Regular;
    font-size: 56px;
    color: #fff;
    letter-spacing: .35px;
    line-height: 67px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    padding: 10px 10px 5px 10px;
    font-weight: bold;
    /*margin-bottom: 20px;*/
}
.main-slider-innercontainer_subtitle {
    font-family: "Open Sans";
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    letter-spacing: .37px;
    text-shadow: 1px 1px 1px #000;
    padding: 10px;
    margin-bottom: 20px;
}
.main-slider-innercontainer_maintitle.schwarz,
.main-slider-innercontainer_subtitle.schwarz {
    background-color: #000;
}
.main-slider-innercontainer_button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-family: Oswald Regular;
    color: rgba(255,255,255,1);
    padding: 0 10px 0 0px;
    margin-left: 10px;
}
.main-slider-innercontainer_button.schwarz {
    margin-left: 0px;
}
.main-slider-innercontainer_button:hover::before {
    border-left: 2px solid rgba(185,209,55,1);
}
.main-slider-innercontainer_button:hover::after {
    border-top: 2px solid rgba(185,209,55,1);
    border-bottom: 2px solid rgba(185,209,55,1);
    border-right: 2px solid rgba(185,209,55,1);
    background-color: rgba(185,209,55,1);
}
.main-slider-innercontainer_button:hover a {
    color: #fff;
}
.main-slider-innercontainer_button a {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 20px 30px 17px 40px;
    z-index: 20;
    font-size: 18px;
    letter-spacing: 5.1px;
    line-height: 27px;
}
.main-slider-innercontainer_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 20px;
    border: none;
    border-left: 2px solid rgba(255, 255, 255,1);
    z-index: 10;
}
.main-slider-innercontainer_button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -5px;
    border: none;
    border-top: 2px solid rgba(255, 255, 255,1);
    border-bottom: 2px solid rgba(255, 255, 255,1);
    border-right: 2px solid rgba(255, 255, 255,1);
    background-color: rgba(0, 0, 0, 0.35);
    transform: skew(-7deg);
    width: 100%;
}
/* *** ********************************** *** */

.seilfinderbox {
	position: relative;
	box-sizing: border-box;
	color: #7c8391;
	width: 100%;
	max-width: 945px;
	box-shadow: 1px 1px 4px 1px rgba(217,217,217,.5);
	padding: 25px 20px 20px 100px;
	margin: 0 auto
}
.seilfinderboximg {
	position: absolute;
	top: 20px;
	left: 20px
}
.seilfinderboxheadline {
	font-family: Oswald Light;
	font-size: 33px;
	color: rgba(21,29,41,1);
	letter-spacing: .08em;
	line-height: 31px
}
a.seilfinderboxlink {
	display: inline-block;
	font-family: Oswald Regular;
	color: rgba(175,205,0,1);
	text-align: right;
	letter-spacing: .3em
}
a.seilfinderboxlink span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: solid 2px rgba(175,205,0,1);
	background: url(../_assets/arrow-small-green.svg) center center no-repeat;
	background-size: 80% 80%;
	margin: 0 0 -3px 5px
}
#startlayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 5000
}
#startlayerausgabe {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 940px;
	height: 610px;
	box-sizing: border-box;
	background-color: #fff;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0 0 50px 0;
	margin: 30px;
	z-index: 5100
}
#startlayerausgabe #startlayerheader {
	overflow: visible;
	position: relative;
	height: 0
}
#startlayerausgabe #startlayerheader a#startlayerclose {
	display: block;
	position: absolute;
	top: -30px;
	right: -30px;
	width: 20px;
	height: 20px;
	background: url(../_assets/close-btn-green.svg) center center no-repeat;
	background-size: 100% 100%
}
#startlayerausgabe #startlayerinhalt {
	overflow: auto;
	box-sizing: border-box;
	height: 610px;
	font-size: 16px;
	color: #151d29;
	text-align: center;
	padding: 50px 70px
}
#startlayerausgabe #startlayerinhalt .layerbild img {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0 0 20px 0
}
#startlayerausgabe #startlayerinhalt .layerheadline {
	font-family: 'Oswald Regular';
	font-size: 24px;
	margin-bottom: 10px
}
#startlayerausgabe #startlayerinhalt .layersubheadline {
	font-family: 'Oswald Regular';
	font-size: 20px;
	margin-bottom: 10px
}
.handeltreffer {
    font-family: Open Sans;
}
.handelzeile {
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.spalte_1 {
    box-sizing: border-box;
    float: left;
    width: 60px;
}
.spalte_2 {
    box-sizing: border-box;
    float: left;
    width: 470px;
    padding: 0 10px 0 0;
}
.spalte_2 a {
    margin: 0px;
}
.spalte_3 {
    box-sizing: border-box;
    float: left;
    width: 200px;
}
.spalte_4 {
    box-sizing: border-box;
    float: left;
    width: 150px;
    text-align: right;
}

a.videolink {
    color: rgba(185,209,55,1) !important;
    text-decoration: none;
}

.verlauf {
    position: absolute;
    bottom: 18%;
    left: 0px;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(rgba(229,229,229,0) 0%, rgba(0,0,0,1) 80%);
    background: -o-linear-gradient(rgba(229,229,229,0) 0%, rgba(0,0,0,1) 80%);
    background: linear-gradient(rgba(229,229,229,0) 0%, rgba(0,0,0,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#000000',GradientType=0 );
}

/* *** Neue Produktseite *** */
.product-detail .arrow {
	display: block;
	position: absolute;
	bottom: -32px;
	left: 30%;
	width: 52px;
	height: 30px;
	background-image: url(../_assets/tab_indicator_product.svg);
	background-repeat: no-repeat;
	background-size: 90px 30px;
	background-position: 50% 2px;
	border-bottom: solid 2px #fff;
	transform: rotate(180deg);
}

.prod-header {
	text-align: center;
	background-color: #000;
	padding-top: 70px;
	overflow: hidden;
}
.prodintro-block-content {
	position: relative;
	display: inline-block;
	min-width: 750px;
	text-align: left;
	margin: 10px auto 30px auto;
}
.prodintro-block-content.sports>.intro-title:before {
	background-image: url(../_assets/sports-icon-hover.svg)
}
.prodintro-block-content.parks>.intro-title:before {
	background-image: url(../_assets/a-p-icon-hover.svg)
}
.prodintro-block-content.work>.intro-title:before {
	background-image: url(../_assets/w-s-icon1.svg)
}
.prodintro-block-content.industry>.intro-title:before {
	background-image: url(../_assets/industry-icon1.svg)
}
.prodintro-block-content .intro-title {
	color: #fff;
}
.prodintro-block-content .intro-title::before {
	position: absolute;
	top: -10px;
	left: 0px;
}
.prod-header .prodintro-block-content .product-title-details-container {
	top: 20px;
	right: -50px;
}

.prod-header .prodintro-block-content .product-title-details-container label.input-toggle.facebook::after {
	background-image: url(../_assets/facebook-white.svg);
	opacity: 1;
}

.prodswitcher {
	position: relative;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.prodswitcher .prodswitcher-item {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	box-sizing: border-box;
}
.prodswitcher .prodswitcher-item-font{
	font-family: Oswald Regular;
	font-size: 16px;
	letter-spacing: .13em;
	line-height: 31px;
	padding: 5px 20px;
}
.prodswitcher.sports .prodswitcher-item-font {
	position: relative;
	color: rgba(185,209,55,1);
	cursor: pointer;
}
.prodswitcher.sports .prodswitcher-item-font:hover,
.prodswitcher.sports .prodswitcher-item-font.aktiv {
	color: #fff;
	background-color: #5D691C;
}
.prodswitcher.sports .prodswitcher-item-font:hover:before,
.prodswitcher.sports .prodswitcher-item-font.aktiv:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -8px;
	width: 15px;
	height: 100%;
	background-color: #5D691C;
	transform: skew(-20deg);
}
.prodswitcher.sports .prodswitcher-item-font:hover:after,
.prodswitcher.sports .prodswitcher-item-font.aktiv:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -8px;
	width: 15px;
	height: 100%;
	background-color: #5D691C;
	transform: skew(-20deg);
}
.prodswitcher.parks .prodswitcher-item-font {
	color: rgba(147,181,215,1);
	cursor: pointer;
}
.prodswitcher.parks .prodswitcher-item-font:hover,
.prodswitcher.parks .prodswitcher-item-font.aktiv {
	color: #fff;
	background-color: #6ba1d6;
}
.prodswitcher.parks .prodswitcher-item-font:hover:before,
.prodswitcher.parks .prodswitcher-item-font.aktiv:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -8px;
	width: 15px;
	height: 100%;
	background-color: #6ba1d6;
	transform: skew(-20deg);
}
.prodswitcher.parks .prodswitcher-item-font:hover:after,
.prodswitcher.parks .prodswitcher-item-font.aktiv:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -8px;
	width: 15px;
	height: 100%;
	background-color: #6ba1d6;
	transform: skew(-20deg);
}
.prodswitcher.work .prodswitcher-item-font {
	color: rgba(242,163,60,1);
	cursor: pointer;
}
.prodswitcher.work .prodswitcher-item-font:hover,
.prodswitcher.work .prodswitcher-item-font.aktiv {
	color: #fff;
	background-color: #f2be79;
}
.prodswitcher.work .prodswitcher-item-font:hover:before,
.prodswitcher.work .prodswitcher-item-font.aktiv:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -8px;
	width: 15px;
	height: 100%;
	background-color: #f2be79;
	transform: skew(-20deg);
}
.prodswitcher.work .prodswitcher-item-font:hover:after,
.prodswitcher.work .prodswitcher-item-font.aktiv:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -8px;
	width: 15px;
	height: 100%;
	background-color: #f2be79;
	transform: skew(-20deg);
}
.prodswitcher.industry .prodswitcher-item-font {
	color: rgba(10,156,164,1);
	cursor: pointer;
}
.prodswitcher.industry .prodswitcher-item-font:hover,
.prodswitcher.industry .prodswitcher-item-font.aktiv {
	color: #fff;
	background-color: #529ca3;
}
.prodswitcher.industry .prodswitcher-item-font:hover:before,
.prodswitcher.industry .prodswitcher-item-font.aktiv:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -8px;
	width: 15px;
	height: 100%;
	background-color: #529ca3;
	transform: skew(-20deg);
}
.prodswitcher.industry .prodswitcher-item-font:hover:after,
.prodswitcher.industry .prodswitcher-item-font.aktiv:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -8px;
	width: 15px;
	height: 100%;
	background-color: #529ca3;
	transform: skew(-20deg);
}
/*.prod-container-block.product-container-block.left #effekt {
    position: relative;
    cursor: none;
}
.prod-container-block.product-container-block.left #lupe {
    width: 15.94em;
    height: 13.31em;
    left: -6px;
    top: -5px;
    position: absolute;
    cursor: none;
}
.prod-container-block.product-container-block.left #lupen {
    width: 250px;
    height: 250px;
    box-shadow: 3px 3px 5px #111;
    background-repeat: no-repeat;
    background-color: #fff;
    position: absolute;
    display: none;
    cursor: none;
    z-index: 1100;
}*/

#zoomple_previewholder{
	left:0;
	top:0;
    z-index: 1000;
	position:absolute;
	display:none;
	width:300px;
	height:300px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat: no-repeat;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
#zoomple_previewholder .image_wrap{
	left:0;
	top:0;
    z-index: 1000;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0 20px 4px #000;
}
#zoomple_previewholder.rounded .image_wrap{
	border:0 solid #454C50;	
	border-radius:50%;
	background-clip: padding-box;
}
#zoomple_previewholder .overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-clip: padding-box;
	z-index:1; 
}
#zoomple_previewholder.rounded  .overlay{
	border-radius:50%;
	box-shadow:inset 0 0 20px 7px #fff;
}
#zoomple_previewholder .cursor{
	width:20px;
	height:20px;
	margin-left:-10px;
	margin-top:-10px;
	position:absolute;
	left:50%;
	top:50%;
    z-index: 1100;
}
#zoomple_previewholder.zp-visible{
	display:block;
}
#zoomple_previewholder img{
	display:block; 
	position:absolute;
	left:0;
	top:0;
}
#zoomple_previewholder .caption-wrap{ 
	position:absolute;
	top:100%;
	left:0;
    z-index: 1100;
	width:100%;
	margin:0;
	padding:0;   
	font:11px Verdana,sans-serif; 
	color:#090808; 
	border-radius:0 0 7px 7px;
} 
#zoomple_previewholder .caption-wrap .caption{ 
	padding:5px 10px;   
	font:11px Verdana,sans-serif; 
	border-radius:0 0 7px 7px;
	background: #fff;
    display: none;
} 
#zoomple_image_overlay{
	background:red;
	position:absolute;
    z-index: 1050;
	filter: alpha(opacity=1);
	opacity: 0.01;
}
#zoomple_image_overlay.preview{
	background:rgb(0,0,0);
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#zoomple_image_overlay .eyelet{
	background:rgba(0,0,0,0.2);
	position:absolute;
	left:0;
	top:0;
}
.marquee{
filter: alpha(opacity=100);
}

/* *********************************************** */

.prod-container-block.product-container-block.left img {
    max-width: 410px;
}
.prod-container-block.product-container-block.left .image-controls {
    width: 100%;
}
.prod-container-block.product-container-block.left .image-controls.zoom {
    position: absolute;
    top: 10px;
    left: 10px;
}
.prod-container-block.product-container-block.left .neu {
    position: absolute;
    display: block;
    top: -10px;
    left: 50px;
    width: 50px;
    height: 50px;
    background: url(../_assets/NEW.svg) center center no-repeat;
    background-size: cover;
    z-index: 990;
}

.prod-container-block  {
    padding: 30px 10px;
}
.product-container.industry .prodvarianten .button.size,
.product-container.parks .prodvarianten .button.size,
.product-container.sports .prodvarianten .button.size,
.product-container.work .prodvarianten .button.size {
    min-width: 54px;
    color: rgba(186,186,186,1);
    text-align: center;
    background-image: none;
    border: solid 2px #eee;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.product-container.sports .prodvarianten .button.size:hover,
.product-container.industy .prodvarianten .button.size:hover,
.product-container.parks .prodvarianten .button.size:hover,
.product-container.work .prodvarianten .button.size:hover {
    background-image: none;
    background-color: #eee;
}
.product-container.sports .prodvarianten .button.size.active {
    color: rgba(255,255,255,1);
    background-image: none;
    background-color: rgba(185,209,55,1);
    border: solid 2px rgba(185,209,55,1);
}
.product-container.industy .prodvarianten .button.size.active {
    color: rgba(255,255,255,1);
    background-image: none;
    background-color: rgba(10,156,164,1);
    border: solid 2px rgba(10,156,164,1);
}
.product-container.parks .prodvarianten .button.size.active {
    color: rgba(255,255,255,1);
    background-image: none;
    background-color: rgba(147,181,215,1);
    border: solid 2px rgba(147,181,215,1);
}
.product-container.work .prodvarianten .button.size.active {
    color: rgba(255,255,255,1);
    background-image: none;
    background-color: rgba(242,163,60,1);
    border: solid 2px rgba(242,163,60,1);
}

.proddetail {
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
}

.prodbutton {
	position: relative;
	display: inline-block;
	color: rgba(185,209,55,1);
	border: 2px solid rgba(185,209,55,1);
	border-right: none;
	padding: 15px 40px 10px 40px;
}
.prodbutton:hover {
	color: #fff;
	background-color: rgba(185,209,55,1);
}
.prodbutton::after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	right: -5px;
	width: 10px;
	height: calc(100% + 4px);
	background-color: #fff;
	border-left: 2px solid rgba(185,209,55,1);
	transform: skew(7deg);
}
.prodbuttonhandel {
    padding-right: 63px;
    padding-left: 63px;
}

.mig {
    overflow: hidden;
}
.mig .prod.product-info-block_float {
    height: 40px;
    margin-bottom: 10px;
}
.prod.product-info-block_float {
    width: auto;
	height: 45px;
}

.prod.product-info-block_float img {
    cursor: pointer;
    width: auto;
    height: 100%;
}

h2.prodheadline {
	font-size: 20px;
	color: rgba(185,209,55,1);
	margin: 40px 0 20px 0;
}

#prod-anleitung ul {
    list-style-image: url(../_assets/pdf.svg);
}
#prod-anleitung a {
    color: rgba(185,209,55,1);
    background-image: url(../_assets/web_link.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#prod-norm ul {
    list-style-image: url(../_assets/pdf.svg);
}
#prod-norm a {
    color: rgba(185,209,55,1);
    background-image: url(../_assets/web_link.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.product-container .prodtab {
	width: auto;
	text-align: left;
	padding-top: 0px;
}

.prodsliderrahmen {
    overflow: hidden;
	width: 100%;
	max-width: 1070px;
	background-color: #fff;
	margin: -130px auto 0 auto;
}
.prodsliderrahmen .section-title {
	text-align: left;
	padding: 15px 0 0 65px;
}
.prodsliderrahmen .section-title.section-title-font {
	font-size: 20px;
}
.prodslidercontainer {
	border-top: solid 210px #000;
}
.prodslider.slick-slider {
	background-color: #fff;
	margin-bottom: 0px;
}
.prodslider .product-slide {
	box-shadow: none;
}
.prodsliderrahmen .slider-arrow {
    top: calc(50% - 24px);
    width: 25px;
    padding: 0;
}
.prodsliderrahmen .slider-arrow.left,
.prodsliderrahmen .slider-arrow.right {
    background-size: 30% 70%;
	z-index: 900;
    background-color: #ddd;
}
.prodsliderrahmen .slider-arrow.left {
    left: -20px;
    background-position: 50% 50%;
    background-image: url('../_assets/arrow-left1.svg');
}
.prodsliderrahmen .slider-arrow.left:hover {
    background-image: url('../_assets/arrow-left-hover.svg');
}
.prodsliderrahmen .slider-arrow.left::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -5px;
    width: 10px;
    height: 100%;
    background-color: #ddd;
	transform: skew(7deg);
}
.prodsliderrahmen .slider-arrow.right {
    right: -20px;
    background-position: 50% 50%;
    background-image: url('../_assets/arrow-right1.svg');
}
.prodsliderrahmen .slider-arrow.right:hover {
    background-image: url('../_assets/arrow-right-hover.svg');
}
.prodsliderrahmen .slider-arrow.right::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -5px;
    width: 10px;
    height: 100%;
    background-color: #ddd;
	transform: skew(-7deg);
}

.prodmehrrahmen {
	position: relative;
	overflow: hidden;
	min-height: 310px;
    background-repeat: no-repeat;
    background-poisition: center center;
    background-size: cover;
}
.prodmehrrahmen .prodmehrtext {
	display: inline;
	position: absolute;
	bottom: 35%;
	right: 5%;
	font-family: Oswald Regular;
	font-size: 48px;
	color: #fff;
	letter-spacing: 8px;
    text-align: right;
    line-height: 60px;
    text-transform: uppercase;
	text-shadow: 2px 2px 5px black;
}
.prodmehrrahmen .prodmehrbutton {
	position: absolute;
	bottom: 15%;
	right: 7%;
	max-width: 250px;
}
.prodmehrrahmen .prodmehrbutton a {
	position: relative;
	display: block;
	font-family: Oswald Regular;
	font-size: 19px;
	color: #fff;
	letter-spacing: 5px;
	/*text-shadow: 2px 2px 3px black;*/
	border: solid 1px rgba(185,209,55,1);
    background-color: rgba(185,209,55,1);
	border-right: none;
	padding: 15px 20px 10px 20px;
}
.prodmehrrahmen .prodmehrbutton a::after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 10px;
	height: 100%;
	border-top: 1px solid rgba(185,209,55,1);
	border-right: 1px solid rgba(185,209,55,1);
	border-bottom: 1px solid rgba(185,209,55,1);
    background-color: rgba(185,209,55,1);
	transform: skew(7deg);
}
.prodmehrrahmen .prodmehrbutton a:hover,
.prodmehrrahmen .prodmehrbutton a:hover::after {
    color: rgba(185,209,55,1);
    text-shadow: none;
    background-color: #fff;
}

.accordion-item-content .athletes-slide {
    /*width: 170px !important;*/
}
.accordion-item-content .athletes-slide img {
    /*margin: 0 auto;*/
}
.accordion-item-content .akkordeon-athleten-centerrahmen {
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
}
.accordion-item-content .akkordeon-athleten-centerrahmen .item-title-font {
    font-family: Oswald Regular;
    font-weight: normal;
    font-size: 16px;
    color: rgba(21,29,41,1);
    letter-spacing: .08em;
    line-height: 25px;
}
.accordion-item-content .akkordeon-athleten-centerrahmen .item-subtitle-font {
    font-family: Oswald Regular;
    font-weight: normal;
    font-size: 14px;
    color: rgba(124,131,145,1);
    letter-spacing: .08em;
    line-height: 18px;
}

/* ************************************************************* */
.kontaktanschrift {
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    color: rgba(116,116,116,1);
    padding-bottom: 20px;
    padding: 0 10px 10px 10px;
    margin: 0 auto;
}
.kontaktanschrift p {
    font-size: 12px;
    line-height: 20px;
}

/* ************************************************************* */
.videoframestart {
    visibility: hidden;
}
/*.videoframestart ~ .main-slider-innercontainer {
    display: none;
}*/
/* ************************************************************* */
/*.tabausgabe {
    display: none;
}*/
/* ************************************************************* */
.product-info-block p.info {
    display: block;
    position: relative;
    border-top: solid 1px rgba(185,209,55,1);
    border-bottom: solid 1px rgba(185,209,55,1);
}
.product-info-block p.info::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-image: url('../_assets/_img/Achtung.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
}

/* *** Responsive *** */
@media screen and (max-width:1200px), screen and (max-device-width:1200px) {
    .main-slider-innercontainer_maintitle {
        font-size: 36px;
        line-height: 37px;
    }
}
@media screen and (max-width:1024px), screen and (max-device-width:1024px) {
    .videoframestart {
        display: none;
    }
    .prodintro-block-content {
		min-width: inherit;
		max-width: 800px;
	}
	.prodintro-block-content .intro-title {
		line-height: normal;
		white-space: normal;
	}
	.prodswitcher {
		margin-top: 20px;
	}
	
	.prodslidercontainer {
		padding: 0 50px;
	}
	.prodslidercontainer.product-slider-container {
		padding: 0;
	}
	
	.prodsliderrahmen .section-title {
		padding-left: 45px;
	}
	.prodslider .slider-arrow.right {
		right: 20px;
	}
	.prodslider .slider-arrow.left {
		left: 20px;
	}
	
	.main-slider-innercontainer {
        max-width: 50%;
    }
    .main-slider-innercontainer_button a {
        padding: 17px 30px 13px 40px;
    }
    .main-categories-container {
        top: -3px;
    }
    
    .main-slider-buttons-container {
        bottom: 0px;
    }
    
    #startlayerausgabe {
        width: 500px!important;
        height: 320px!important;
        font-size: 11px!important;
        background-size: 100% auto;
        margin: 0
    }
    #startlayerausgabe #startlayerheader a#startlayerclose {
        top: -10px;
        right: -10px
    }
    #startlayerausgabe #startlayerinhalt {
        box-sizing: content-box;
        height: 255px!important;
        padding: 10px 50px 50px 50px
    }
}
/*@media screen and (max-width:1024px) and (orientation:landscape) {
    .main-slider-buttons-container {
        background-color: red !important;
    }
}*/
@media screen and (max-width:797px), screen and (max-device-width:797px) {
    .main-slider-innercontainer_maintitle {
        font-size: 34px;
        line-height: 35px;
    }
}
@media screen and (max-width:768px), screen and (max-device-width:768px) {
	.prodintro-block-content {
		min-width: inherit;
		max-width: 580px;
	}
	.prodintro-block-content .intro-title {
		line-height: normal;
	}
	.prodsliderrahmen .section-title {
		padding-left: 10px;
	}
	
    .main-slide {
        background-color: #fff;
    }
    .main-slider-innercontainer {
        /*position: relative;
        top: unset;
        right: unset;
        transform: none;
        background-color: #fff;
        max-width: 100%;
        padding: 5px 10px;*/
        position: absolute;
        bottom: 60px;
        width: 100%;
        text-align: center;
        min-height: 180px;
        top: unset;
        right: unset;
        transform: none;
        background-color: #fff;
        max-width: 100%;
    }
    .main-slider-innercontainer_right,
    .main-slider-innercontainer_left {
        right: unset;
        left: unset;
    }
    .main-slider-innercontainer_maintitle {
        font-size: 23px;
        line-height: 25px;
        background-color: #000;
        padding: 15px 10px 10px 10px;
        margin-bottom: 10px;
    }
    .main-slider-innercontainer_subtitle {
        font-size: 14px;
        color: #000;
        text-shadow: none;
        line-height: 18px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .main-slider-innercontainer_subtitle.schwarz {
        background-color: #fff;
    }
    .main-slider-innercontainer_button.schwarz {
        margin-left: 10px;
    }

    .main-slider-buttons-container {
        background-color: rgba(0, 0, 0, .85);
    }

    .main-categories-container {
        top: -5px;
    }

    .main-slider-innercontainer_button {
        overflow: hidden;
        position: relative;
        display: inline-block;
        font-family: Oswald Regular;
        color: rgba(185,209,55,1);
        padding: 0 10px 0 0px;
    }
    .main-slider-innercontainer_button:hover::after {
        background-color: rgba(185,209,55,1);
    }
    .main-slider-innercontainer_button:hover a {
        color: #fff;
    }
    .main-slider-innercontainer_button a {
        display: block;
        position: relative;
        width: 100%;
        color: rgba(185,209,55,1);
        text-align: left;
        padding: 18px 30px 15px 40px;
        z-index: 20;
    }
    .main-slider-innercontainer_button::before {
        border-left: 2px solid rgba(185,209,55,1);
    }
    .main-slider-innercontainer_button::after {
        left: -6px;
        border-top: 2px solid rgba(185,209,55,1);
        border-bottom: 2px solid rgba(185,209,55,1);
        border-right: 2px solid rgba(185,209,55,1);
        background-color: unset;
    }


    .start {
        padding: 0 10px;
    }
    .start h1 {
        font-size: 33px;
    }
    
    .handelzeile {
        font-size: 14px;
    }
    .spalte_2 {
        box-sizing: border-box;
        float: left;
        width: 330px;
        padding: 0 10px 0 0;
    }
    .spalte_2 a {
        font-size: 14px;
    }
    .spalte_3 {
        box-sizing: border-box;
        float: left;
        width: 160px;
    }
}

@media screen and (max-width:670px) and (orientation:landscape), screen and (max-device-width:670px) and (orientation:landscape) {
	.prod-header {
		padding-top: 50px;
	}
	.prodintro-block-content .intro-title {
        padding-left: 100px;
		margin-right: 100px;
	}
	.prodintro-block-content .intro-title::before {
		background-position: 30px 8px;
		margin-left: -20px !important;
	}
	.prodintro-block-content .product-title-details-container {
		position: absolute;
		top: 20px !important;
		right: 25px !important;
	}
	.product-title-details-container {
		position: absolute;
		top: 35px !important;
		right: 25px !important;
	}
}

@media screen and (max-width:600px), screen and (max-device-width:600px) {
    .prodintro-block-content .intro-title::before {
		background-position: 0px 8px;
        margin-left: -50px !important;
	}
}

@media screen and (max-width:480px), screen and (max-device-width:480px) {
	.prod-header {
		padding-top: 50px;
	}
	.prodintro-block-content .intro-title {
		margin-right: 100px;
	}
	.prodintro-block-content .intro-title::before {
		background-position: 30px 8px;
		margin-left: -20px !important;
	}
	.prodintro-block-content .product-title-details-container {
		position: absolute;
		top: 20px !important;
		right: 25px !important;
	}
	.product-title-details-container {
		position: absolute;
		top: 35px !important;
		right: 25px !important;
	}
	.prodswitcher {
		margin-top: 20px;
		width: 2000px;
		margin-bottom: 50px;
	}
	.prodswitcher .prodswitcher-item {
		float: left;
	}
	
    .prodmehrrahmen {
        min-height: 230px;
        margin: 0 -10px;
    }
	.prodmehrrahmen .prodmehrtext {
		/*top: 10%;*/
		left: 5%;
		font-size: 24px;
        text-align: center;
        line-height: inherit;
	}
	.prodmehrrahmen .prodmehrbutton {
		/*bottom: 10%;*/
		left: 5%;
        text-align: center;
		margin: 0 auto;
	}
    .prodmehrrahmen .prodmehrbutton a {
        font-size: 18px;
    }
	
    .prodswitcher .prodswitcher-item-font {
        /*line-height: 45px;*/
    }
	.prodswitcher.sports .prodswitcher-item-font:hover {
		color: rgba(185,209,55,1);
		background: none;
	}
	.prodswitcher.sports .prodswitcher-item-font:hover:before {
		background: none;
	}
	.prodswitcher.sports .prodswitcher-item-font:hover:after {
		background: none;
	}
	.prodswitcher.parks .prodswitcher-item-font:hover {
		color: rgba(147,181,215,1);
		background: none;
	}
	.prodswitcher.parks .prodswitcher-item-font:hover:before,
	.prodswitcher.parks .prodswitcher-item-font.aktiv:before {
		background: none;
	}
	.prodswitcher.parks .prodswitcher-item-font:hover:after,
	.prodswitcher.parks .prodswitcher-item-font.aktiv:after {
		background: none;
	}
	.prodswitcher.work .prodswitcher-item-font:hover {
		color: rgba(242,163,60,1);
		background: none;
	}
	.prodswitcher.work .prodswitcher-item-font:hover:before {
		background: none;
	}
	.prodswitcher.work .prodswitcher-item-font:hover:after {
		background: none;
	}
	.prodswitcher.industry .prodswitcher-item-font:hover {
		color: rgba(10,156,164,1);
		background: none;
	}
	.prodswitcher.industry .prodswitcher-item-font:hover:before {
		background: none;
	}
	.prodswitcher.industry .prodswitcher-item-font:hover:after {
		background: none;
	}
    
    .product-container.industry .prodvarianten .button.size,
    .product-container.parks .prodvarianten .button.size,
    .product-container.sports .prodvarianten .button.size,
    .product-container.work .prodvarianten .button.size {
        min-width: 70px;
        height: auto;
        min-height: unset;
        line-height: normal;
        padding: 5px !important;
        margin-bottom: 10px;
    }
    
    .prodbutton-row {
        text-align: center;
    }
    .prodbuttonwarenkorb {
        margin-left: -7px;
    }
    .prodbuttonhandel {
        padding-right: 59px;
        padding-left: 59px;
    }
	
    .main-slider-innercontainer {
        position: relative;
        top: unset;
        bottom: 20px;
        right: unset;
        transform: none;
        background-color: #fff;
        max-width: 100%;
        padding: 0px;
    }
	.main-slider-innercontainer_maintitle {
        font-size: 20px;
        text-align: center;
        line-height: 24px;
        background-color: #000;
        padding: 10px 5px 7px 5px;
        margin-bottom: 5px;
    }
    /*.main-slider-innercontainer_subtitle {
        font-size: 14px;
        color: #000;
        text-shadow: none;
        line-height: 18px;
        padding: 5px;
        margin-bottom: 5px;
    }
    .main-slider-innercontainer_subtitle.schwarz {
        background-color: #fff;
    }*/

    #startlayerausgabe {
		width: 300px!important;
		height: 250px!important;
		font-size: 11px!important;
		background-size: 100% auto;
		margin: 0
	}
	#startlayerausgabe #startlayerheader a#startlayerclose {
		top: -25px;
		right: 0
	}
	#startlayerausgabe #startlayerinhalt {
		box-sizing: content-box;
		height: 180px!important;
		padding: 10px 50px 50px 50px
	}
	#startlayerausgabe #startlayerinhalt p {
		line-height: normal;
		font-size: 12px!important
	}
    
    
    .content_inhalt h2 {
        font-size: 26px;
    }
    .content_inhalt {
        padding: 20px 20px 110px 20px;
    }
    
    .spalte_1 {
        box-sizing: border-box;
        clear: both;
        width: 100%;
    }
    .spalte_2 {
        box-sizing: border-box;
        clear: both;
        width: 100%;
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .spalte_2 a {
        line-height: normal;
        margin: 0 0 0 -10px;
    }
    .spalte_2 a::before {
        height: 20px;
        background-position: 0px 3px;
    }
    .spalte_3 {
        box-sizing: border-box;
        clear: both;
        width: 100%;
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .spalte_4 {
        box-sizing: border-box;
        clear: both;
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }
    
    .kontaktanschrift {
        text-align: center;
    }
    .kontaktspacer {
        display: block;
        height: 10px;
    }
}

.text-klein {
    font-size: 12px;
    line-height: 16px;
}
.text-klein p,
.text-klein ul,
.text-klein ol,
.text-klein dl {
    font-size: 12px;
    line-height: 16px;
}
.img_responsive {
	width: 100%;
	height: auto;
}
.align_left {
	text-align: left
}
.align_right {
	text-align: right
}
.align_center {
	text-align: center
}
.hight_100per {
	width: auto!important;
	height: 100%!important
}
.slice a, .slice img {
	cursor: pointer
}
.hiderahmen {
	display: none
}
.bg_fff {
	background-color: #fff
}
.padding_top_0 {
	padding-top: 0!important
}
.padding_0_10 {
	padding: 0 10px;
}
.clearing {
	clear: both;
	overflow: hidden;
	height: 0px;
}
.overflow_hidden {
    overflow: hidden;
}
.spacer {
	overflow: hidden;
	height: 45px
}
.spacer_5 {
	overflow: hidden;
	height: 5px
}
.spacer_10 {
	overflow: hidden;
	height: 10px
}
.spacer_15 {
	overflow: hidden;
	height: 15px
}
.spacer_20 {
	overflow: hidden;
	height: 20px
}
.spacer_25 {
	overflow: hidden;
	height: 25px
}
.spacer_50 {
	overflow: hidden;
	height: 50px
}
.spacer_75 {
	overflow: hidden;
	height: 75px
}
.spacer_100 {
	overflow: hidden;
	height: 100px
}
