
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #444;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li{
	padding: 0;
	margin: 0;
}
a, a:visited, .alink:visited{
	color: #444;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 24px;
    display: inline-block;
    width: 100%;
}

h3{
	font-size: 20px;
}
p{
	line-height: 26px;
	font-size: 16px;
}
.m-b-30{
	margin-bottom:30px !important;
}
.label{
	color:#444;
}
.btn{
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
	transition: all 0.3s;
	border-radius: 0;
	border:0;
}
form input{
	height: 40px !important;
	border: 1px solid #c8c8c8 !important;
	background-color: #fff !important;
}
.btn-full-width{
	width: 100%;
}
.btn-primary{
	background-color: #f28b2c;
	color: #fff;
	box-shadow: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	background-color: #606060;
	box-shadow: none;
}
.btn-secondary{
	background-color: #606060;
	color: #fff;
	box-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
	background-color: #f28b2c;
	box-shadow: none;
	border: 0;
}
.container {
    width: 100%;
    padding: 0;
}
.page-main{
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.custom-container{
	max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.panel{
	margin:0;
	background-color: inherit;
	border:0;
	box-shadow: none;
}
.page-header{
	padding: 0;
	margin: 0;
}
.logo{
	margin-bottom: 15px !important;
}
.page-header .panel.wrapper{
	background-color: #ededed !important;
}
.header.content{
	text-align: right;
}
.socialicon{
	display: inline-block;
}
ul.header-social-icon li {
    float: left;
    margin: 0 10px;
}
.header-contact ul li{
	display: inline-block;
	padding-right: 30px;
	position: relative;
	padding-left: 30px;
	color: #444;
}
/*.header-contact ul li a{
	color: #fff;
}*/
.header-contact ul li.contact-phone:before{
	width: 19px;
    height: 18px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom:5px;
}
.header-contact ul li.contact-email:before{
	width: 22px;
    height: 18px;
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 2px;
}
.headercontact{
	width:50%;
	display: inline-block;
}
.nav-sections{
	display: none;
}
.socialicon {
    display: inline-block;
}
.headernavigation{
	width: 50%;
    float: right;
    text-align: right;
}
.main-navigation > ul > li{
	display: inline-block;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.main-navigation > ul > li:last-child{
	padding-right:0;
}
.main-navigation > ul > li a{
	font-weight: 700;
	/*color: #fff;*/
}
.main-navigation > ul > li ul{
	display: none;
}
.main-navigation > ul > li ul li a{
	color: #444;
    font-weight: 400;
}
.main-navigation > ul > li:hover ul{
	display: block;
    position: absolute;
    text-align: left;
    left: 10px;
    min-width: 250px;
}
.main-navigation > ul > li ul li{
	background-color: #ededed;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.minicart-wrapper .action.showcart:before{
	content: '';
	width: 30px;
	height: 27px;
	background-image: url(../images/cart.png);
}

.mySlides{
	position: relative;
}
.content-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.content-left .left-box{
	background-color: #f28b2c;
    padding: 16px 30px 20px 60px;
    height: 100%;
    position: relative;
}
.content-left .left-box:after{
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #f28b2c;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-25deg, 0deg);
}
.content-area h1{
	color: #fff;
    font-weight: 700;
    font-size: 52px;
    margin-bottom: 20px;
}
.content-area strong{
	margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.content-area P{
	font-size: 16px;
}
.content-area{
	color:#fff;
	z-index: 1;
    position: relative;
}
.content-area h1 span{
	font-weight: 400;
}
.content-area .border-box {
    border: 1px solid #fff;
    width: 100%;
    padding: 15px;
    margin-top: 30px;
}
.content-area .border-box ul{
	list-style-type: disc;
    padding-left: 20px; 
}
.content-area .border-box ul li{
	line-height: 30px;
	font-size: 16px;
}
.content-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
}
.content-right .box1{
	position: absolute;
    top: 50px;
    right: 150px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 20px 20px 30px;
    color: #fff;
}
.content-right .box2{
	position: absolute;
    /* bottom: -87px; */
    right: -90px;
    width: 170px;
    background-color: rgba(242, 139, 44, 0.85);
    padding: 30px 20px;
    color: #fff;
    top: 90%;
}
.content-right .box2 span{
	text-transform: uppercase;
    font-weight: 600;
}
.content-right .box2 span b{
	font-size: 23px;
}
.content-right .box1 ul{
	list-style-type: disc;
    padding-left: 20px; 
}
.content-right .box1 ul li{
	line-height: 25px;
}
a.btn.banner-btn {
    background-color: #fff;
    border-radius: 0;
    padding: 15px 45px 15px 25px;
    font-weight: 600;
    font-size: 16px;
    color: #f28b2c;
    margin-top: 20px;
    position: relative;
}
a.btn.banner-btn:after{
	position: absolute;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/arrow.png);
    right: 25px;
    top: 20px;
}


.about-sec{
	position: relative;
    margin-top: 38px;
}
.press-contacts {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 10px;
    /* background-color: #606060; */
    padding: 3px 20px;
    color: #1e1e1e;
    font-size: 12px;
    border: 1px solid #1e1e1e;
}
.about-sec p{
	font-weight: 500;
    line-height: 26px;
}
.about-sec .bg-box {
    background-color: #f0f0f0;
    padding: 20px;
}
.about-sec .bg-box ul{
	margin-bottom:20px;
}
.about-sec .bg-box ul li {
    line-height: 25px;
    padding-left: 20px;
    position: relative;
}
.about-sec .bg-box ul li:before{
	content: '';
    border-left: 8px solid #606060;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    width: 0px;
    position: absolute;
    left: 0;
    top: 8px;
}
#contact-from-header{
	width: 100%;
    min-height: 470px;
    margin-top: 48px;
}
.contactform_popup_outer{
	display: none;
	position: absolute;
    bottom: -180px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1;
    left: 34px;
}



.news-panel ul li {
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 110px;
}
.news-image {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px solid #d3d3d3;
}
.news-image img{
	height: 100%;
}
.news-panel ul li p{
	width: calc(100% - 105px);
    display: inline-block;
    height: 80px;
    padding-left: 20px;
    margin-top: 15px !important;
}
.news-panel ul li p a{
	display: block;
    margin-top: 10px;
    font-weight: 600;
    color: #444;
    text-decoration: underline;
}
.acx-brandslider-brandslider{
	margin-bottom: 0px !important;
}



.custom-container.testimonial-area {
    padding-top:28px;
    border-top: 6px solid #ccc;
    margin-bottom: -48px;
}
.csm-ueber_uns .custom-container.testimonial-area{
    border-top-color:#ccc;
}
.darum-contents-left{
    display: inline-block;
}
.darum-contents-left p{
width: 49%;
    display: inline-block;
}
.darum-contents-left p:first-child{
float: left;
    padding-right: 20px;
}
.testimonial-block {
    border: 1px solid #d3d3d3;
    background-color: #f5f5f5;
    padding: 48px 20px;
    min-height: 390px;
}
.yereone-testimonials{
	padding: 0 30px;
}
.yereone-testimonial-item {
    padding: 0 20px;
}
.yereone-testimonial-author span {
    font-weight: 600 !important;
    font-size: 14px !important;
    margin: 20px 0;
    display: inline-block;
}
.yereone-testimonial-content span {
    line-height: 25px;
    width: 80%;
    display: inline-block;
    min-height: 100px;
}
.slick-prev:before, .slick-next:before{
	width: 40px;
    height: 40px;
    opacity: 1 !important;
    content: '';
    display: inline-block;
}
.slick-prev:before{
	background-image: url(../images/arrow-prev.png);
}
.slick-next:before{
	background-image: url(../images/arrow-next.png);
}
.slick-prev, .slick-next{
	width:40px;
}
.flex-direction-nav .flex-prev{
	background-image: url(../images/arrow-prev.png) !important;
	opacity: 1 !important;
	left: -45px;
}
.flex-direction-nav .flex-next{
	background-image: url(../images/arrow-next.png) !important;
	opacity: 1 !important;
	right: -45px;
}
.acx-brandslider-standard {
    width: 100%;
    padding: 0 45px;
    margin-top: 28px;
}
.flexslider:hover .flex-direction-nav .flex-prev{
	left: -45px !important;
}
.flexslider:hover .flex-direction-nav .flex-next{
	right: -45px !important;
}
.cms-home .column.main{
	padding-bottom: 0px;
}



.custom-container.service-area {
    border-top: 6px solid #ccc;
    padding-top: 28px;
}
.service-block{
	position: relative;
    padding-top: 60px;
}
.service-block .toPopup {
	display: none;
}
.service-block .service-details {
    padding: 28px 20px 48px;
    border: 1px solid #dad8d8;
    text-align: center;
    min-height: 280px;
}
.service-block .service-details p{
	line-height: 22px;
    margin-bottom: 30px;
}
.service-block .service-details a{
	display: block;
	margin-top: 10px;
}
.service-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    overflow: hidden;
}

.footer.content{
	border-top: 6px solid #161616;
    padding-top: 28px;
}
.footer-group h3{
	margin-bottom: 20px;
}
.footer-group ul li a{
	line-height: 30px;
}
#footer-right-form{
	margin: 0;
}
#contact-from-footer {
    min-height: 220px;
}
#footer-right-form #contactus{
	margin:0;
}
.not-logged-in{
	display: none;
}
.copyright{
	margin: 0;
    background-color: transparent;
    color: #808080;
    text-align: left;
    padding: 0;
}
.footer.content .payment{
	text-align: right;
}

.cms-page-view .breadcrumbs{
	max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    background-color: #ededed;
    z-index: 0;
}
.cms-page-view .breadcrumbs:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50px;
    background-color: #f18e28;
    display: inline-block;
    z-index: -1;
    border-right: 40px solid #ededed;
    border-top: 50px solid #ef8b29;
}
.cms-page-view .breadcrumbs .items{
	max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}
.cms-page-view .breadcrumbs .items li{
	line-height: 50px;
}
.cms-page-view .breadcrumbs strong {
    font-weight: 600;
    color: #fff;
}
.cms-page-view .breadcrumbs a{
	font-weight: 600;
    color: #fff !important;
    text-decoration: underline;
}
.cms-page-view .breadcrumbs .item:not(:last-child):after{
	line-height:50px;
	color: #fff;
}
/*.cms-page-view .cms > h2, .cms-page-view .cms > h3{
	padding-left: 9px;
}*/
.cms-page-view .cms table{
	text-align: justify;
}
.automobile-wrapper ul{
	display: inline-block;
}
.automobile-wrapper ul li {
    width: 19%;
    float: left;
    margin: 10px 0;
    border: 1px solid #d3d3d3;
    margin-right: 1%;
    padding: 10px;
    min-height: 102px;
    text-align: center;
}
.automobile-wrapper h2 {
    font-size: 20px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-top: 50px;
}
.cms-page-view .cms a{
	color: #ef8b29;
    font-weight: 600;
}
.cms-agb .cms a{
	color:#444;
}
.stans {
    margin-bottom: 30px;
}
.impressum-block-left p:first-of-type > b{
	display: block;
}
.automobile-block h2{
	font-weight: 600;
}
.payment-block-left{
	float: left;
    margin-right: 20px;
}
.payment-block-right{
	width: calc(100% - 120px);
    display: inline-block;
}
.paypal-block-left{
	width: calc(100% - 100px);
    float: left;
    text-align: right;
    padding-right: 20px;
}
.paypal-block-right{
	width: 100px;
    display: inline-block;
}
.payment-block, .paypal-block{
    margin: 0 0 20px 0;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}
.payment-block h2, .paypal-block h2{
	margin-top: 0;
	font-size: 20px;
}
.terms-list-wrapper ul{
	display: inline-block;
}
.terms-list-wrapper ul li{
	float: left;
}
.contract-block{
	display: inline-block;
	/*border-bottom: 1px solid #d3d3d3;
	padding-bottom: 20px;*/
	margin-bottom: 10px;
    width: 100%;
}
.terms-left, .terms-right {
    width: 50%;
    float: left;
    margin: 30px 0;
}
.obligation-block{
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cr_body.cr_page.cr_font.formbox {
    width: 100%;
    max-width: 600px;
}
.cr_button{
	width:100% !important;
	text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    transition: all 0.3s !important;
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #f28b2c !important;
    color: #fff !important;
    margin-top: 20px !important;
    line-height: 20px !important;
    height: 40px !important;
}
.cr_ipe_item label{
	font-weight: 500 !important;
	color:#444 !important;
}
.impressum-block-left {
    width: 50%;
    float: left;
    margin-bottom: 18px;
    margin-top: 13px;
}
.contact-block {
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-top: 13px;
    padding-left: 20px;
}
.contact-block .fieldset .legend{
	margin-left: 0;
}

.contact-block .fieldset>.field>.label{
	color: #444;
	text-align: left !important;
	font-size: 14px;
	font-weight: 500;
    padding-left: 0;
}
.contact-block button{
	width:100% !important;
	text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    transition: all 0.3s !important;
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #f28b2c !important;
    color: #fff !important;
    margin-top: 20px !important;
    line-height: 20px !important;
    height: 40px !important;
}
.contact-block button{
	width:100%;
}


.checkout-cart-index .page-title-wrapper{
	background-image: url(../images/inner.jpg);	
    background-position: center;
    height: 125px;
}
.checkout-cart-index .column.main{
	max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.checkout-cart-index .page-title-wrapper h1 {
    width: 60%;
    background-color: #f28b2c;
    margin: 0;
    height: 125px;
    position: relative;
}
.checkout-cart-index .page-title-wrapper h1 span{
    max-width: 832px;
    width: 100%;
    display: inline-block;
    float: right;
    padding-left: 20px;
    line-height: 125px;
    font-size: 30px;
    z-index: 1;
    position: relative;
    color: #fff;
}
.checkout-cart-index h1.page-title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #f28b2c;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-25deg, 0deg);
}
.cart.table-wrapper th.col{
	background-image: url(../images/pattern.png);
	border-bottom:0;
}
.catalog-product-view .page-title-wrapper{
	display: none;
}
.product.media{
	width:100% !important;
}
.product-image-banner{
	position: relative;
}
.product-main-service-block p {
    line-height: 26px;
}
.country-coverage{
	background-image: none;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
    width: 60%;
    margin: 35px auto 0;
}
.main-contents-right-list > ul li, .preparation-odd ul li, .preparation-even ul li{
	position: relative;
	padding-left: 20px;
    margin-bottom: 10px;
}
.publication-right.main-contents-right-list > ul li{
    padding-left: 25px;
}
.main-contents-right-list > ul li:before, .preparation-odd ul li:before, .preparation-even ul li:before{
	position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #f28b2c;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
}
.publication-right.main-contents-right-list > ul li:before{
    width: 15px;
    height: 15px;
}
.preparation-odd ul li:before, .preparation-even ul li:before{
	top: 10px;
}
.optional-block {
    background-color: #ededed;
    padding: 20px;
}
.optional-block h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.optional-block ul{
	margin-bottom: 30px;
}
.optional-block ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.optional-block ul li:before{
	content: " ";
    position: absolute;
    left: 0;
    border-left: 8px solid #606060;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 50%;
    transform: translateY(-50%);
}
.product-provideing {
    padding-top: 38px;
    border-top: 6px solid #000;
    padding-bottom: 8px;
}
.press-shipping-packages-block{
    padding-top: 28px;
    border-top: 6px solid #000;
    padding-bottom: 38px;
}
.starter_first_block_ li, .starter_second_block li {
    display: inline-block;
    margin: 10px 0 30px;
}
.product-provideing .provide-left {
    float: left;
    margin-right: 20px;
}
.product-provideing .provide-right {
    display: inline-block;
    width: calc(100% - 120px);
}
.press-distribution-contents-1{
	padding-top: 48px;
    border-top: 6px solid #000;
    padding-bottom: 48px;
}
.press-distribution-contents-1 .difference-area {
    /*background-color: #ededed;
    padding: 20px;*/
}
.icon-hd img {
    float: left;
    max-width: 50px;
    margin-right: 15px;
}
.icon-hd h2{
    width:auto;
}

.product-form{
	width:100%;
	height: 375px;
}
.product_contactform_popup_outer{
	display: none;
}
.next-step-block, .footer-product-wrapper, .start-onlineversand-welt-block,.presse-betreuung-block.betreuung-bg{
	padding-top: 20px;
    border-top: 6px solid #000;
    margin-top: 30px;
}
.presse-betreuung-block.betreuung-bg{
    padding-top: 28px;
    padding-bottom: 28px;
}
.presseversand-welt-block, .publications-block{
    padding-top: 28px;
    border-top: 6px solid #000;
    margin-top: 48px;
}
.extra-text{
    padding-top: 28px;
    border-top: 6px solid #000;
    /*margin-top: 48px;*/
    padding-bottom: 48px;
}
 .publications-block{
     padding-top: 28px;
    border-top: 6px solid #000;
 }
.start-onlineversand-welt-block{
    padding-top: 28px;
}
.footer-product-wrapper{
    padding-top: 38px;
    padding-bottom: 40px;
    border-color:#ccc;
}
.product.info.detailed{
	display: none;
}
.habitat-block h3{
	font-weight: 600;
    text-align: left;
}
.publications-block-wrapper{
	padding:0 5px;
	margin-bottom: 20px;	
}
.next-step-block-contents {
    background-image: url(../images/pattern.png);
    padding: 28px 20px 48px;
    margin-top: 15px;
    display: inline-block;
    width:100%;
}
.step-content-inner {
    max-width: 900px;
    margin: 0 auto;
}
.next-step-left {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    border: 1px solid #d3d3d3;
}
.next-step-right {
    width: 45%;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    float: right;
    padding: 20px;
    display: none;
}
.after_banner_block .next-step-left{
	width:49%;
	margin-right: 1%;
}
.after_banner_block .next-step-right{
	width:49%;
	display: inline-block;
	margin-left: 1%;
}
.next-step-left img{
	float: left;
    margin-right: 20px;
    width: auto;
}
.next-step-right img{
	float: left;
    margin-right: 20px;
    width: auto;
}
.after_banner_block #next-step-contents-left{
	width: 100%;
    display: block;
}
#next-step-contents-left{
	width: 80%;
    display: inline-block;
    text-align: justify;
}
.beginners-block {
    background-color: #ededed;
    padding: 28px 20px 48px;
    margin-top: 20px;
}
.difference-area h3{
	margin-top:0;
}
.product-info-main{
	width: 100% !important;
    max-width: 1240px;
    float: none !important;
    margin: 48px auto;
    background-image: url(../images/pattern.png);
    padding: 20px;
    position: relative;
}
.product-info-price{
	position: absolute;
    left: 0;
    border: 0 !important;
    padding: 0 14px;
    width: 50% !important;
    bottom: 6px;
    padding-left: 40px;
}
.addtocartbutton{
	display: inline-block;
}
.product-info-main .stock.available{
	display: none;
}
.product-info-stock-sku > .actions{
	float: right;
	/*top: 5px;*/
    position: relative;
}
.product-info-stock-sku > .actions button{
	background-color: #606060;
    border: 0;
    border-radius: 0;
    height: 40px;
    color: #fff;
    font-weight: 600;
}
span.price-notice {
    float: right;
    font-weight: 600;
    word-spacing: 0 !important;
}
span.price-notice .price-wrapper{
	word-spacing: 0 !important;
}
.product-info-price .price-box .price-container .price{
	font-size:20px !important;
}
.product-info-main .product-info-price .price-box{
	padding: 0;
    line-height: 0;
}
.product-info-main .product-info-stock-sku{
	padding-top: 8px;
    padding-left: 20px !important;
    text-align: left;
    width: 100%;
}
/*.product-options-wrapper{
	background-color:#fff;
	padding: 10px;
	padding-top: 50px;
}*/
.product-add-form {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 25px;
}
.product-options-wrapper .fieldset:last-child {
    margin-bottom: 0;
}
.product-add-form > h3{
	background-color: #606060;
    margin: 0;
    padding: 10px;
    color: #fff;
    border: 1px solid #606060;
}
h3.ui-accordion-header {
    border: 1px solid #d3d3d3;
    padding: 10px;
    background-color: #ededed;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
h3.ui-accordion-header:before {
    position: absolute;
    left: 7px;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/accr.png);
    display: inline-block;
}
h3.ui-accordion-header:after {
    position: absolute;
    right: 20px;
    top:15px;
    content: '';
    width: 12px;
    height: 7px;
    background-image: url(../images/arrow-bottom.png);
    display: inline-block;
}
.ui-accordion-header-active:after{
	transform: rotate(180deg);
}
.product-options-wrapper label{
	color: #444;
}
.product-seo-pr-international .product-options-wrapper > .fieldset > div:first-of-type, .product-seo-pr-international .product-options-wrapper > .fieldset > div:nth-of-type(2){
	min-height: 210px;
}
.catalog-product-view .column.main{
	padding-bottom: 0;
}
.product-options-wrapper > .fieldset > div:first-of-type{
	width: 45%;
    float: left;
    padding: 20px;
    border: 1px solid #1e1e1e;
    border-right: 0;
    background-color: #fff;
    min-height: 420px;
    margin-bottom: 0;
}
.product-options-wrapper > .fieldset > div:nth-of-type(2){
	width: 55%;
    display: inline-block;
    border: 1px solid #1e1e1e;
    /* border-left: 0; */
    padding: 20px;
    background-color: #fff;
    min-height: 420px;
    margin-bottom: 0;
}
.product-options-wrapper > .fieldset > div.field > label{
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.product-options-wrapper > .fieldset > div:first-of-type .field.choice.admin__field {
    background-color: #f5f5f5;
    padding: 10px;
}
.product-options-wrapper > .fieldset > div:first-of-type label.label.admin__field-label {
    line-height: 14px;
    position: relative;
    padding-left: 30px;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.product-options-wrapper > .fieldset > div:first-of-type label.label.admin__field-label .price-notice{
	float: right;
}
.product-options-wrapper > .fieldset > div input[type="radio"] ~ label.label.admin__field-label:before{
	position: absolute;
    left: 0;
    top: 0px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #6e6e6e;
    border-radius: 50%;
    background-color: #fff;
}
.product-options-wrapper > .fieldset > div input[type="radio"]:checked ~ label.label.admin__field-label:after{
	position: absolute;
    left: 5px;
    top: 5px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #f28b2c;
    border-radius: 50%;
    background-color: #f28b2c;
}
.field.choice.admin__field input{
float: left;	
display: none;
}
.product-options-wrapper > .fieldset > div:nth-of-type(2) .field.choice.admin__field {
	display: inline-block;width: 100%;
	margin-bottom: 20px;
}
.product-options-wrapper > .fieldset > div:nth-of-type(2) .field.choice.admin__field input{
	height: auto !important;
}
.product-options-wrapper > .fieldset > div:nth-of-type(2) label.label.admin__field-label{
	font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}
.product-options-wrapper > .fieldset > div input[type="checkbox"] ~ label.label.admin__field-label:before{
	position: absolute;
    left: 0;
    top: 0px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #6e6e6e;
    border-radius: 2px;
    background-color: #fff;
}
.product-options-wrapper > .fieldset > div input[type="checkbox"]:checked ~ label.label.admin__field-label:before{
	background-color:#f28b2c; 
}
.product-options-wrapper > .fieldset > div input[type="checkbox"]:checked ~ label.label.admin__field-label:after{
	position: absolute;
   	left: 3px;
    top: 5px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    background-image: url(../images/tick.png);
}
/*.product-options-wrapper > .fieldset > div:nth-of-type(3), .product-options-wrapper > .fieldset > div:nth-of-type(4){
	background-color: #f5f5f5;
    width: 50%;
    float: left;
    margin: 0;
}
.product-options-wrapper > .fieldset > div:nth-of-type(3) label.label.admin__field-label, .product-options-wrapper > .fieldset > div:nth-of-type(4) label.label.admin__field-label{
	font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #f5f5f5;
    text-align: left;
    padding-left: 40px;
    width: 100%;
}
.product-options-wrapper > .fieldset > div:nth-of-type(3) label.label.admin__field-label:before, .product-options-wrapper > .fieldset > div:nth-of-type(4) label.label.admin__field-label:before{
	position: absolute;
    left: 10px !important;
    top: 8px !important;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #6e6e6e;
    border-radius: 2px;
    background-color: #fff;
}
.product-options-wrapper > .fieldset > div:nth-of-type(3) .field input.checkbox:checked ~ label.label.admin__field-label:before, .product-options-wrapper > .fieldset > div:nth-of-type(4) .field input.checkbox:checked ~ label.label.admin__field-label:before{
	background-color:#f28b2c; 
}
.product-options-wrapper > .fieldset > div:nth-of-type(3) .field input.checkbox:checked ~ label.label.admin__field-label:after, .product-options-wrapper > .fieldset > div:nth-of-type(4) .field input.checkbox:checked ~ label.label.admin__field-label:after{
	position: absolute;
    left: 13px;
    top: 12px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    background-image: url(../images/tick.png);
}
.product-options-wrapper > .fieldset > div:nth-of-type(3) .field input:checked ~ label.label.admin__field-label, .product-options-wrapper > .fieldset > div:nth-of-type(4) .field input:checked ~ label.label.admin__field-label{
	background-color: #606060;
	color: #fff;
	border-radius: 0;
}*/
.product-options-wrapper > .fieldset > div:nth-of-type(5){
	clear: both;
	margin: 0;
}
.authorization-link{
	display: none !important;
}
.ui-accordion-content {
    background-color: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3d3d3;
    border-top: 0;
    width: 90%;
}
.product.media > h3 {
    background-color: #606060;
    color: #fff;
    padding: 10px;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    top: 75px;
}
.product-options-bottom .box-tocart{
	width: 48%;
    text-align: right;
    margin-left: 51%;
    margin-bottom: 0;
    display: block;
}
.product-options-bottom .box-tocart .actions{
	/*padding-top: 15px !important;*/
    position: relative;
    top: 10px;
}
.product-options-bottom .box-tocart .actions button{
	width: 100%;
    border-radius: 0;
    background-color: #f28b2c;
    border: 0;
    height: 40px;
    line-height: 12px !important;
    font-weight: 500;
    position: relative;
    top: 4px;
}
.box3.bg-theme {
    right: 60px;
    position: absolute;
    top: 50%;
    background-color: #f28b2c;
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.box3.bg-dark {
    right: 60px;
    position: absolute;
    top: 70%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.box3 p{
	margin: 0;
}
.form.form-cart{
	width: 100% !important;
	padding-right: 0 !important;
	    margin-bottom: 30px;

}
.block-minicart .block-content>.actions>.primary .action.primary{
	background-color: #f28b2c;
	border: 0;
	border-radius: 0;
}
.minicart-wrapper .action.showcart.active:before{
	content: '';
}
.minicart-items .product-item-details{
	padding: 0;
    text-align: left;
}
.minicart-items .product>.product-item-photo{
	display: none;
}
.minicart-items .product-item-pricing .label{
	color: #444;
    padding: 0;
    font-size: 14px;
}
.minicart-items .product-item-name a {
    color: #f28b2c;
    font-weight: 600;
    font-size: 16px;
}
a.action.viewcart {
    background-color: #6e716e;
    width: 100%;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
.block-minicart .block-content>.actions>.primary{
	margin: 10px 0;
}
.block-minicart .subtotal .label{
	color: #444;
    padding: 0;
    font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #f28b2c;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    width: 24px;
    left: -10px;
    position: relative;
    top: -10px;
}
.catalog-product-view .column.main > h3{
	background-color: #444;
    padding: 10px;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    top: 70px;
    color: #fff;
    z-index: 1;
}
.minicart-wrapper .action.close{
	top: 10px;
}
.footer-social li{
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px !important;
}
.footer-social li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.footer-social li:first-child:before{
	background-image: url(../images/facebook.png);
}
.footer-social li:nth-of-type(2):before{
	background-image: url(../images/twitter.png);
}
.footer-social li:nth-of-type(3):before{
	background-image: url(../images/instagram.png);
}
.cart-summary{
	width: 60% !important;
    position: static !important;
    background: transparent;
    padding: 0 !important;
}
.cart-summary>.title{
	display:none !important;
}
.cart-totals .mark{
	background-color: transparent;
}
tr.grand.totals th {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    padding: 10px;
    text-align: right;
    font-size: 20px !important;
    font-weight: 600;
}
tr.grand.totals td {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    padding: 10px;
    text-align: right;
    font-size: 20px !important;
    font-weight: 600;
}
tr.totals.sub th, tr.totals.sub td{
	text-align: right;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d3d3d3;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
    width: 50%;
    float: right;
    border: none;
    border-radius: 0;
    background-color: #f28b2c;
}
.cart-container .form-cart .actions.main .action.update{
	background-color: #606060;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff;
    min-width: 250px;
    font-weight: 600;
    padding: 10px 20px;
}
.cart.table-wrapper .items{
	margin-bottom:0;
}
.cart.table-wrapper{
	margin-bottom:0;
}
.cart-container .form-cart .actions.main{
	background-color: #f5f5f5;
    padding: 20px;
}
.cart.table-wrapper .actions-toolbar{
	    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.product-add-form .product-options-wrapper .field .control{
	width:100% !important;
}
#block-shipping{
	display: none;
}
.block.discount{
	display: inline-block;
    width: 38%;
    border: 1px solid #d3d3d3;
}
.block.discount .title{
	padding: 10px;
    border-bottom: 1px solid #d3d3d3;
    background-image: url(../images/pattern.png);
}
.block.discount .title strong{
	font-size: 20px;
    font-weight: 400;
    color: #1e1e1e;
}
.block.discount .content{
	display: block !important;
	padding: 10px 20px;
}
.block.discount .content label{
	color: #444;
    padding: 0;
    font-size: 14px;
}
.block.discount .content input{
	border:#d3d3d3;
}
.block.discount .content .field{
	margin-bottom: 10px;
}
.block.discount .content .primary{
	width: 100%;
}
.block.discount .content .primary button{
	background-color: #606060;
    border: 0;
    border-radius: 0;
    padding: 10px;
}
.cart-totals{
	border-top:0;
	padding-top: 0;
}
.cart.table-wrapper .cart thead tr th.col.item{
	width:50%;
}
.cart.table-wrapper .item .col{
	/*border-bottom:1px solid #d3d3d3;*/
}
.cart.table-wrapper .cart thead tr th.col.price, .cart.table-wrapper .cart tr td.col.price, .cart.table-wrapper .cart thead tr th.col.qty, .cart.table-wrapper .cart tr td.col.qty{
	text-align: center;
}
.open-mail-from .subdiv > div{
	width: 48%;
    display: inline-block;
    margin: 0 1%;
    margin-top: 10px;
}
.open-mail-from .subdiv > div label{
	display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    padding-left: 0;
}
.subbox10 > div, .subbox11 > div{
	margin-top:10px;
}
.subbox3{
	float: left;
}
.subbox11{
	float: right;
}
.subbox3 textarea{
	height: 294px;
}
.product-add-form .product-options-wrapper .field.file .control {
    border: 1px solid #d3d3d3;
    z-index: 1;
    position: relative;
}
.open-mail-from .subdiv input[type="file"]{
	width: 115%;
    text-indent: -9999px;
    margin-left: -15%;
    background-color: transparent !important;
    border: 0 !important;
    z-index: 1;
    position: relative;
}
.open-mail-from .subdiv input[type="file"]:focus{
	box-shadow: none;
	outline: inherit;
}
.open-mail-from .subdiv p.note{
	display: none;
}
.subbox10 .control{
	position: relative;
}
.subbox10 .control:before{
	content: '';
    width: 120px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #606060;
    background-image: url(../images/upload.png);
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 8px;
    cursor: pointer;
}
.subbox10 .control:after{
	width:25px;
	height:23px;
	content: 'Upload';
	position: absolute;
	right:50px;
	top:10px;
	color: #fff;
}
.block-minicart dl.product.options.list{
	width: 100%;
    overflow-x: hidden;
}
.minicart-items .label{
	font-weight: 500;
	color:#444;
	font-size: 14px;
}
.catalog-product-view .breadcrumbs{
	display: none;
}
.darum-contents-right{
	display:none;
}
/*.was-und-block img {
    float: left;
}*/
.darum-presse-wrapper > img {
    float: left;
    width: 40px;
    margin-right: 10px;
}
.bax-pattern {
    background-image: url(../images/pattern.png);
    padding: 20px 20px 38px;
}
p.istellt > span {
    font-size: 18px;
    font-weight: 600;
}
.bax-pattern .was-und-wrapper{
    background-color: #fff;
    padding: 10px 20px 10px;
    margin-top: 20px;
}
.was-und-left, .was-und-right{
	border-bottom: 6px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.was-und-wrapper > .was-und-right{
    margin-top: 48px;
    display: inline-block;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.was-und-wrapper > h2{
    width:auto;
}
.was-und-wrapper > img {
    width: 50px;
    margin-right: 10px;
}
.was-und-left p span, .was-und-right p span{
	font-weight: 600;
    font-size: 20px;
}
.was-und-right a{
	background-color: #606060;
    padding: 8px 15px;
    color: #fff;
    margin: 10px 0;
    display: inline-block;
}
.beginners-block.beginners-block-messe {
    background-image: url(../images/pattern.png);
    padding: 0px;
    padding-top: 0;
    margin-top: 0;
}
.preparation-odd {
    background-color: #fff;
    width: 50%;
    padding: 10px 20px;
    border: 1px solid #d3d3d3;
    float: left;
    min-height: 230px;
    border-right: 0;
    border-bottom: 0;
}
.preparation-even {
    background-color: #fff;
    width: 50%;
    padding: 10px 20px;
    border: 1px solid #d3d3d3;
    display: inline-block;
    min-height: 230px;
    border-bottom: 0;
}
.example-view strong{
    display: inline-block !important;
}
.second-border .preparation-even, .second-border .preparation-odd{
    min-height: 170px;
}
.team-odd, .team-even{
	border-bottom: 1px solid #d3d3d3;
}
.product-iframe{
	width: 100%;
    height: 334px;
}
.info-list ul li {
    display: block;
    float: left;
    margin-right: 21px;
    height: 56px;
    width: 18%;
    margin-bottom: 27px;
    border: 1px solid #d3d3d3;
    padding-top: 7px;
}
.info-list ul li a.apps {
    padding-left: 60px;
    text-align: left;
}
.info-list ul li a {
    background: url(../images/btns.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #2A2D31;
    display: block;
    font-family: 'proxima_nova_rgregular';
    font-size: 13px;
    height: 65px;
    padding-left: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 180px;
}
.info-list ul{
	display: inline-block;
}
.info-box .info-list ul li a.apps {	background-position: -10px -11px !important;}.info-box .info-list ul li a.apps:hover {	background-position: -10px -102px !important;}.info-box .info-list ul li a.automobile {	background-position: -184px -13px !important;}.info-box .info-list ul li a.automobile:hover {	background-position: -184px -104px !important;}.info-box .info-list ul li a.energie {	background-position: -358px -15px !important;}.info-box .info-list ul li a.energie:hover {	background-position: -358px -106px !important;}.info-box .info-list ul li a.beauty {	background-position: -532px -8px !important;}.info-box .info-list ul li a.beauty:hover {	background-position: -532px -99px !important;}.info-box .info-list ul li a.b�cher {	background-position: -707px -11px !important;}.info-box .info-list ul li a.b�cher:hover {	background-position: -707px -102px !important;}.info-box .info-list ul li a.entertainment {background-position: -870px -8px !important;}.info-box .info-list ul li a.entertainment:hover {	background-position: -870px -99px !important;}.info-box .info-list ul li a.finanz {	background-position: -10px -190px !important;}.info-box .info-list ul li a.finanz:hover {	background-position: -10px -283px !important;}.info-box .info-list ul li a.gastronomie {	background-position: -184px -189px !important;}.info-box .info-list ul li a.gastronomie:hover {	background-position: -184px -282px !important;}.info-box .info-list ul li a.immobilien {background-position: -358px -192px !important;}.info-box .info-list ul li a.immobilien:hover {	background-position: -358px -285px !important;}.info-box .info-list ul li a.immo {	background-position: -532px -191px !important;}.info-box .info-list ul li a.immo:hover {	background-position: -532px -284px !important;}.info-box .info-list ul li a.industrie {background-position: -707px -190px !important;}.info-box .info-list ul li a.industrie:hover {	background-position: -707px -283px !important;}.info-box .info-list ul li a.it {background-position: -879px -191px !important;}.info-box .info-list ul li a.it:hover {	background-position: -879px -284px !important;}.info-box .info-list ul li a.karriere {background-position: -10px -375px !important;}.info-box .info-list ul li a.karriere:hover {	background-position: -10px -467px !important;}.info-box .info-list ul li a.mode {background-position: -184px -376px !important;}.info-box .info-list ul li a.mode:hover {	background-position: -184px -468px !important;}.info-box .info-list ul li a.bau {background-position: -353px -381px !important;}.info-box .info-list ul li a.bau:hover {	background-position: -353px -473px !important;}.info-box .info-list ul li a.onlinedienste {	background-position: -532px -380px !important;}.info-box .info-list ul li a.onlinedienste:hover {	background-position: -532px -472px !important;}.info-box .info-list ul li a.presseeinladung {	background-position: -707px -388px !important;}.info-box .info-list ul li a.presseeinladung:hover {	background-position: -707px -480px !important;}.info-box .info-list ul li a.reiseveranstalter {background-position: -875px -376px !important;}.info-box .info-list ul li a.reiseveranstalter:hover {	background-position: -875px -468px !important;}.info-box .info-list ul li a.technik {background-position: -10px -569px !important;}.info-box .info-list ul li a.technik:hover {	background-position: -10px -668px !important;}.info-box .info-list ul li a.tourismus {background-position: -184px -568px !important;}.info-box .info-list ul li a.tourismus:hover {	background-position: -184px -667px !important;}
.habitat-block {
    background-color: #ededed;
    padding: 28px 10px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.product-optionen-nachbuchen .product-options-wrapper > .fieldset > .field{
	    width: 100% !important;
    border: 1px solid #1e1e1e !important;
    min-height: auto !important;
    background-color: transparent;
    padding: 20px;
    margin-bottom: 20px;
}
.product-optionen-nachbuchen .product-options-wrapper > .fieldset > .field .field.choice.admin__field{
	background-color: #f5f5f5;
    padding: 10px;
}
.product-optionen-nachbuchen .product-options-wrapper > .fieldset > div.field > label{
	margin-bottom:10px;
}
.product-optionen-nachbuchen .product-options-wrapper > .fieldset > div.field label.label.admin__field-label {
    line-height: 14px;
    position: relative;
    padding-left: 30px;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}
.product.attribute.overview{
	display: none;
}
.country-coverage ul{
	margin-top: 20px;
    text-align: center;
}
.country-coverage li {
    display: inline-block;
    min-width: 90px;
    text-align: center;
    margin: 10px;
}
.country-coverage li span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.country-coverage li span img{
	width:40px;
}
.admin__field-label .country-img{
	display: block;
    margin-bottom: 10px;
}
.product-options-wrapper > .fieldset > div input[type="radio"] ~ label.label.admin__field-label span{
	word-spacing: 10px;
}
.difference-list h3.ui-accordion-header {
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-left: 50px;
    height: 46px;
    width:90%;
}
a.heading-link{
    border: 1px solid #d3d3d3;
    padding: 10px;
    color: #5d5b5b;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-left: 50px;
    height: 46px;
    display: inline-block;
    width: 90%;
}
a.heading-link:before{
    background-image: none;
    background-color: #f28b2c;
    left: -50px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 0px;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    display: inline-block;
    content: '03';
}
.difference-list h3.ui-accordion-header:before {
    background-image: none;
    background-color: #f28b2c;
    left: -50px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 0px;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
}
.difference-list h3.ui-accordion-header:after{
	left: 50%;
	right: 0;
	top: 30px;
}
.difference-list h3.ui-accordion-header-active:after{
	transform: rotate(180deg);
}
.difference-list .ui-accordion-content{
	margin-left: 50px;
}
.difference-list h3.ui-accordion-header:nth-of-type(1):before{
	content: '01';
}
.difference-list h3.ui-accordion-header:nth-of-type(2):before{
	content: '02';
}
.difference-list h3.ui-accordion-header:nth-of-type(3):before{
	content: '03';
}
.difference-list h3.ui-accordion-header:nth-of-type(4):before{
	content: '04';
}
.static-product-option {
    background-image: url(../images/pattern.png);
    padding: 20px;
}
.product-option-inner {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    padding: 10px;
}
.product-option-container {
    border: 1px solid #1e1e1e;
}
.product-option-container > h3 {
    background-color: #1e1e1e;
    padding: 10px;
    color: #fff;
    margin: 0;
}
.product-section-left {
    width: 45%;
    float: left;
    min-height: 450px;
    padding-top: 30px;
    padding-left: 10px;
}
.product-section-right {
    width: 55%;
    display: inline-block;
    min-height: 450px;
    border-left: 1px solid #1e1e1e;
    padding-top: 30px;
    padding-left: 10px;
}
.product-section-left h3, .product-section-right h3{
	margin-bottom: 20px;
}
.field.static-field {
    background-color: #f5f5f5;
    width: 97%;
    padding: 10px;
    margin-bottom: 10px;
}
.field.static-field > label{
	line-height: 14px;
    position: relative;
    /* padding-left: 30px; */
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.field.static-field > label .country-img{
	display: block;
	margin-bottom: 10px;
}
.country-name {
    word-spacing: 20px;
}
.field.static-field .price-notice {
    float: right;
}
label.label.static-field {
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
}
button.next_step.btn.custom-btn.btn-primary {
    width: 50%;
    margin-top: 25px;
}
.custom-options .actions{
	text-align: right;
}
input.nodisplay ~ label{
	padding-left: 0 !important;
}
input.nodisplay ~ label:before, input.nodisplay ~ label:after{
	width: 0 !important;
    height: 0 !important;
    border: 0 !important;
}
#product-options-wrapper .actions {
    text-align: right;
}
.product-pr-volltext .product-options-wrapper > .fieldset > div:first-of-type{
	width: 100%;
    border-right: 1px solid #1e1e1e;
    min-height: auto;
}
.product-pr-volltext .product-options-wrapper > .fieldset > div:nth-of-type(2){
	display: none;
}
.product-pr-volltext .open-mail-from > .subdiv{
	width: 48%;
    display: inline-block;
    margin: 1%;
}
.product-pr-volltext .open-mail-from > .subdiv:first-child{
	float: left;
}
.product-pr-volltext .open-mail-from > .subdiv .subbox11, .product-pr-volltext .open-mail-from > .subdiv .subbox10{
	width: 100%;
	margin: 0;
}
.product-pr-volltext .open-mail-from > .subdiv label{
	display: block;
}
.product-pr-volltext .open-mail-from > .subdiv label {
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    padding-left: 0;
}
.product-options-wrapper .fieldset>.field{
	margin-bottom: 0;
}
.info-box {
    margin: 28px 0 0px;
}
.info-items ul li {
    width: 18%;
    display: inline-block;
    border: 1px solid #d3d3d3;
    padding: 10px;
    background-color: #f5f5f5;
    margin-right: 10px;
    margin-bottom: 10px;
}
.info-icons {
    float: left;
    width: 20%;
}
.info-text {
    width: 80%;
    display: inline-block;
}
.info-text h4{
	margin: 0;
	font-size: 14px;
}
.info-text a{
	font-weight: 600;
	color:#f28b2c;
}
.image_loader{
	max-width: 50px;
    position: relative;
}
.image_loader_back{
	max-width: 30px;
	opacity: 0.8;
	margin-right: 10px;
}
#footer-product-left > h2{
	display: inline-block;
    margin-right: 20px;
    width:auto;
}
.col-block > div a {
    display: block;
    line-height: 30px;
}
.col-block .col-bg{
	background-color:#f5f5f5;
	border: 1px solid #d3d3d3;
	padding: 10px;
}
.grand.totals.excl{
	display: none !important;
}
.checkout-index-index .authentication-wrapper{
	display: none;
}
.faq_button_open, .faq_button_close{
	position: relative;
	top: -5px;
}
.loader-show, .loader-hide{
	display: inline-block;
max-width: 30px;
margin-left: 10px;
margin-right: 10px;
opacity: .8;
}
.custom-option-heading{
	margin-top:0;
}
#press-distribution-contents-right{
	position: relative;
    background-image: url(../images/pattern.png);
    margin-bottom: 48px;
    /*padding-top: 48px;*/
    padding-bottom: 48px;
    /*max-width: 1240px;*/
}
.product_contactform_popup_outer{
	position: absolute;
    bottom: -90px;
    background-color: #fff;
    width: 50%;
    border: 1px solid #d3d3d3;
    z-index: 1;
    padding: 10px;
    left: 25%;
}
.product_contactform_popup_outer.popup_open{
	display: block;
}
.cart.table-wrapper .actions-toolbar>.action-edit{
	display: none;
}
.cart-container{
    padding-top: 48px;
}
.cart-container .form-cart{
	margin-top: 20px;
    margin-bottom: 48px;
}
.cms-home .product_contactform_popup_outer{
	position: absolute;
    bottom: -130px;
    background-color: #fff;
    width: 80%;
    border: 1px solid #d3d3d3;
    z-index: 1;
    padding: 10px;
    left: 4%;
}
.popup_close{
	float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: -25px;
    right: -25px;
    background-color: #fff;
}
.optional-block a.custom-btn {
    background-color: #f28b2c;
    color: #fff;
}
.cart.table-wrapper .product-item-details{
	padding-bottom:0 !important;	
}
.product-seo-pr-international .product-options-wrapper > .fieldset > div input[type="radio"] ~ label.label.admin__field-label span{
	word-spacing: initial;
}
.main-contents-right-list ul li a:hover{
	text-decoration: none;
}
a.btn.custom-btn.btn-secondary:visited {
    color: #fff;
}
.product-info-main .product-info-price .price-box{
	display: inline-block;
    width: 70%;
}
.product-info-main .product-info-price .price-box .price-container>span{
	display: inline-block;
    margin-left: 10px;
}
.product-info-main .product-info-stock-sku{
	float: right;
	width: auto;
}
.cart-totals .totals-tax-summary th, .cart-totals .totals-tax-summary td{
	text-align: right;
	padding-right: 15px;
}
.csm-ueber_uns #banner-image img{
	width: 100%;
}
/*one page checkout*/
.checkout-index-index .checkout-block{
	margin:0;
	box-shadow: none;
	padding: 0;
}
.checkout-container{
	background: none !important;
    max-width: 1280px;
    margin: 0 auto !important;
}
.checkout-index-index .checkout-block:hover{
	box-shadow: none;
}
.checkout-index-index .opc-block-summary{
	margin:0;
	background: none;
	padding-bottom: 0;
	padding-top:15px;
}
.checkout-first-column {
    width: 47%;
    float: left;
    margin: 0;
    margin-right: 3%;
    border: 1px solid #d3d3d3;
    padding: 10px;
}
.opc-wrapper .form-login{
	padding: 0 !important;
    margin: 0 !important;
}
form#co-payment-form {
    width: 47%;
    margin-right: 3%;
    border: 1px solid #d3d3d3;
    padding: 10px;
    display: inline-block;
}
.checkout-billing{
	width: 68% !important;
}
.checkout-payment{
	width:32% !important;
}
.checkout-payment .checkout-block{
	border: 1px solid #d3d3d3;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details{
	padding-left: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container{
	display: none;
}
.payment-method-title.field.choice input {
    display: none;
}
.payment-method-title.field.choice label {
    padding-left: 30px;
    position: relative;
}
.payment-method-title.field.choice label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #6e6e6e;
    border-radius: 50%;
    background-color: #fff;
}
.payment-method-title.field.choice input:checked ~ label:after{
	position: absolute;
    left: 5px;
    top: 8px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #f28b2c;
    border-radius: 50%;
    background-color: #f28b2c;
}
.payment-method._active .label:after {
    position: absolute;
    left: 5px;
    top: 8px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #f28b2c;
    border-radius: 50%;
    background-color: #f28b2c;
}
mark, .mark{
	background-color: transparent;
}
.opc-block-summary .table-totals tr th, .opc-block-summary .table-totals tr td{
	text-align: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete{
	display: none;
}
.checkout-agreement label{
	font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    text-align: left;
}
.checkout-agreement input{
	display: none;
}
.checkout-agreement label:before{
	position: absolute;
    left: 0;
    top: 0px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #6e6e6e;
    border-radius: 2px;
    background-color: #fff;
}
.checkout-agreement label:after{
	content: '' !important;
	margin: 0 !important;
}
.checkout-agreement input:checked ~ label:after{
	position: absolute;
    left: 3px;
    top: 5px;
    content: '' !important;
    display: inline-block;
    width: 13px;
    height: 10px;
    background-image: url(../images/tick.png);
}
.checkout-agreement input:checked ~ label:before{
	background-color: #f28b2c;
}
.checkout-index-index .additional-options .checkout-agreements label > span{
	white-space: initial;
	color: #444;
}
.checkout-agreement label button{
	color: #ed8929 !important;
    font-weight: 600 !important;
    font-size: 14px;
    display: block !important;
}
.opc-block-summary .items-in-cart .product.options {
    display: none;
}
.opc-block-summary .product-item .product-item-name-block .details-qty .label{
	padding-left: 0;
}
.checkout-payment-method.submit .payment-methods .actions-toolbar{
	padding: 10px;
}
.checkout-payment-method.submit .payment-methods .actions-toolbar button{
	width: 100%;
    background-color: #ed8929;
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 12px;
}
.actions-toolbar .primary button{
    background-color: #ed8929;
    border-color:  #ed8929;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
}
.checkout-payment-method.submit .payment-methods .actions-toolbar button > p{
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.checkout-payment-method.submit .payment-methods .actions-toolbar button > span{
    border-top: 1px solid #fff;
    display: inline-block;
    padding-top: 10px;
}
.checkout-index-index .checkout-header .title{
    margin: 0 auto 10px;
}
.opc-payment-additional.discount-code {
    display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
	white-space: normal;
}
.opc-block-summary .table-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .amount{
	border:none;
}
.modal-popup._inner-scroll .modal-content{
	box-shadow: none !important;
    border: none !important;
}
button.action.secondary.action-hide-popup {
    background: #ed8929 !important;
    padding: 10px 20px!important;
    color: #fff !important;
    font-weight: 600 !important;
}
.opc-block-summary .amcheckout-wrapper > .block{
	margin-bottom: 0;
}
.custom-container.news-block {
    border-top: 6px solid #ccc;
    padding-top: 28px;
    padding-bottom: 38px;
}
.page-main .block{
	margin-bottom:48px !important;
}
.example-view br {
    display: none;
}
.example-view a{
	background-color: #606060;
    color: #fff;
    padding: 8px 15px 8px 30px;
    margin: 0 10px;
    position: relative;
}
.example-view a:before{
	position: absolute;
    left: 10px;
    top: 9px;
    width: 16px;
    height: 16px;
    background-image: url(../images/view.png);
    content: '';
}
.example-view > p {
    padding-left: 30px;
    position: relative;
}
.example-view > p:before{
	position: absolute;
	left: 0;
	top:-3px;
	width:24px;
	height: 24px;
	background-image: url(../images/pdf.png);
	content: '';
}
.preparation-odd-border{
	display:flex;
}
.service-block .service-details > span{
	line-height: 24px;
}
.product-info-main .product-options-bottom .box-tocart{
	margin-top: 0 !important;
}
div#product-services-contents{
	/*padding-bottom:48px;*/
}
.optional-block ul li a span {
    font-size: 16px !important;
}
.page-header.sticky-class{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #ededed;
}
.presseversand-welt-block-right {
    width: 48%;
    display: inline-block;
    padding-top: 60px;
}
.presseversand-welt-block-left {
    width: 48%;
    display: inline-block;
    margin-right: 3%;
    float: left;
}
.presseversand-welt-block-wrapper{
	display: inline-block;
}
.display-step .next-step-right {
    display: inline-block;
    width: 49%;
}
.display-step .next-step-left {
    display: inline-block;
    width: 48%;
}
.display-step .next-step-left strong, .display-step .next-step-right strong{
	display: block;
}
.beginners-block-list {
    padding: 20px;
    background-color: #fff;
}
.follow-list.row h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.product-pressearbeit-presseversand .product-options-wrapper > .fieldset > div:first-of-type{
		width: 100%;
    border-right: 1px solid #1e1e1e !important;
    min-height: auto;
}
.product-pressearbeit-presseversand .product-options-wrapper > .fieldset > div.actions{
	    border: 0;
    min-height: auto;
    padding: 0;
    margin: 0;
    width: 100%;
}
.display-step #next-step-contents-left{
	width:100%;
}
.m-t-0{
	margin-top: 0;
}
.bg-grey{
	background-color: #ededed;
    padding: 20px;
    display: inline-block;
}
.bg-grey ul li{
	position: relative;
    padding-left: 20px;
}
.bg-grey ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #f28b2c;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
}
.bg-grey .difference-area{
	padding:0;
}
.custom-call, .custom-mail{
	position: relative;
	padding-left: 30px;
}
.custom-call:before {
    width: 19px;
    height: 18px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
}
.custom-mail:before{
	width: 22px;
    height: 18px;
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
}
.pr-package-block {
    padding: 0 20px;
    margin-bottom: 38px;
    padding-top: 28px;

}
.product-main-service-block h2 {
    line-height: 40px;
    margin-top: 13px;
}
.custom-step{
    padding-top: 28px;
}
.sofort_icon{
	width: 75px;
    margin-right: 50px;
}




@media screen and (max-width:767px){
	body{
		font-size: 13px;
	}
	h2{
		font-size: 24px
	}
	.custom-container{
		max-width:100%;
	}
	.preparation-odd, .preparation-even{
		width:100%;
		border:1px solid #d3d3d3;
		margin-bottom: 10px;
	}
	.beginners-block.beginners-block-messe{
		padding:0;
	}
	.content-right{
		display: none;
	}
	.content-left{
		position: relative;
    width: 90%;
    left: 5%;
    top: -20px;
    text-align: center;
	}
	.content-left .left-box{
		background-color: rgba(242, 139, 44, 0.75);
		padding: 10px;
	}
	.content-area h1{
		font-size: 14px;
		margin: 10px;
	}
	.content-area strong{
		font-size: 12px;
	}
	.content-area .border-box{
		margin: 0;
	    padding: 0;
	    border: 0;
	}
	.content-area .border-box ul{
		display: none;
	}
	.content-left .left-box:after{
		content: none;
	}
	a.btn.banner-btn{
		margin-top: 5px;
	    padding: 5px 30px 5px 15px;
	    font-size: 12px;
	}
	a.btn.banner-btn:after{
		right: 15px;
    	top: 7px;
	}
	.headercontact {
		width:100%;
	}
	.header-contact ul li {
	    display: inline-block;
	    padding-right: 20px;
	    position: relative;
	    padding-left: 20px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    font-size: 12px;
	}
	.headernavigation{
		width: 100%;
	    text-align: left;
	    float: none;
	}
	.main-navigation > ul > li a {
    font-weight: 700;
    font-size: 11px;
}
.main-navigation > ul > li {
    display: inline-block;
    padding: 5px 5px;
    position: relative;
    z-index: 9;
}
.press-contacts{
	position: relative;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.service-block{
	margin-bottom: 20px;
}
.cms-page-view .breadcrumbs:before{
	border-top: none;
	width: 100%;
	border-right: none;
}
.automobile-wrapper ul li{
	width: 45%;
	margin-right: 5%;
}
.contact-block, .impressum-block-left{
	padding: 0;
	width: 100%;
}
.next-step-right, .next-step-left{
	width:100%;
	float: none;
}
.product-options-wrapper > .fieldset > div:first-of-type{
	width: 100%;
	border-right: 1px solid #1e1e1e;
}
.product-options-wrapper > .fieldset > div:nth-of-type(2){
	width:100%;
}
.product-options-wrapper > .fieldset > div:nth-of-type(2) label.label.admin__field-label{
	white-space: inherit;
}
.product-options-wrapper > .fieldset > div:nth-of-type(3), .product-options-wrapper > .fieldset > div:nth-of-type(4){
	width:100%;
}
.product-options-wrapper > .fieldset > div:nth-of-type(3) .field input:checked ~ label.label.admin__field-label, .product-options-wrapper > .fieldset > div:nth-of-type(4) .field input:checked ~ label.label.admin__field-label{
	white-space: inherit;
    line-height: 20px;
}
.product-options-wrapper > .fieldset > div:nth-of-type(3) label.label.admin__field-label, .product-options-wrapper > .fieldset > div:nth-of-type(4) label.label.admin__field-label{
	white-space: inherit;
    line-height: 20px;
}
.cart-summary{
	    width: 100% !important;
}
.checkout-cart-index .page-title-wrapper{
	padding:0;
}
.checkout-cart-index .page-title-wrapper h1 span{
	font-size:20px;
}
.optional-block a{
	white-space: inherit;
}
.nav-toggle{
	display: none;
}
a.logo{
	margin-left: 0;
}
.product-options-wrapper > .fieldset > div.field > label{
	white-space: inherit;
}
.main-navigation > ul > li:hover ul{
	min-width: 200px;
}
button.next_step.btn.custom-btn.btn-primary{
	width:100%;
}
.product.data.items{
	margin-left:0;
	margin-right: 0;
}
.logo img{
	max-width:120px;
}
header .socialicon{
	margin-top: 10px;
    margin-right: 10px;
}
span.price-notice{
	float: right;
    width: 100%;
    margin-top: 10px;
    text-align: right;
}
.product-add-form > h3{
	font-size:16px;
}
.next-step-block-contents img{
	display: none;
}
.next-step-block-contents > div{
	margin-bottom: 20px;
}
.open-mail-from .subdiv > div{
	width:98%;
}
.subbox3 textarea{
	height: 90px;
}
.open-mail-from .subdiv input[type="file"]{
	width: 125%;
	margin-left: -25%;
}
.open-mail-from .subdiv > div label{
	white-space: inherit;
}
.product-options-bottom .box-tocart .actions button{
	margin-top: 100px;
    display: inline-block;
}
.product-info-main .product-info-stock-sku{
	padding-left: 0 !important;
    display: inline-block;
}
.product-info-main .product-info-price .price-box{
	display: block;
}
.product-info-main .product-info-price{
	display: block;
    width: 100% !important;
    padding: 0px 10px 0px 46px;
    bottom: 50px;
}
.product-options-wrapper > .fieldset > div input[type="radio"] ~ label.label.admin__field-label span{
	white-space:initial;
}
.product-optionen-nachbuchen .product-options-wrapper > .fieldset > div.field label.label.admin__field-label{
	white-space: initial;
    line-height: initial;
}
.info-items ul li{
	width:100%;
}
.news-block h2{
	margin-top: 0;
}
#product-options-wrapper .actions{
	text-align: center;
}
.cart.table-wrapper .item .col{
	    border-top: 1px solid #d3d3d3;
	    border-bottom: 0;
}
.block.discount{
	margin-top: 20px;
	width: 100%;
}
.cart-summary .checkout-methods-items .action.primary.checkout{
	width:100%;
}
.cart-summary .checkout-methods-items{
	margin-top:0;
}
.cart-totals .totals tbody>tr:not(:last-child)>td:last-child{
	border: 1px solid #d3d3d3;
}
form.form.form-login{
	width: 100%;
}
form#co-payment-form{
	width: 100%;
}
.checkout-billing {
    width: 100% !important;
}
.checkout-first-column{
	width: 100%;
}
.checkout-payment {
    width: 100% !important;
}
}
@media screen and (min-width:1367px) and (max-width:1600px){
	.content-area h1{
		font-size: 38px;
	}
	.content-area strong{
		font-size: 16px;
	}
	.content-area .border-box ul li{
		line-height: 25px;
	}
}
@media screen and (min-width:1025px) and (max-width:1366px){
	.content-area h1{
		font-size: 38px;
		margin: 10px 0 20px -3px;
	}
	.content-area strong{
		font-size: 16px;
        margin-bottom: 0;
	}
	.content-area .border-box ul li {
    line-height: 20px;
    font-size: 16px;
}
.content-left .left-box{
    padding-right: 20px;
}
a.btn.banner-btn {
    background-color: #fff;
    border-radius: 0;
    padding: 7px 35px 7px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #f28b2c;
    margin-top: 10px;
    position: relative;
}
a.btn.banner-btn:after{
	right: 18px;
    top: 12px;
}
.content-right .box1{
	padding: 15px 20px 25px;
	top: 35px;
}
.content-right .box1 ul li{
	line-height: 22px;
}
.content-right .box2{
	padding: 15px 20px;
}
.checkout-cart-index .page-title-wrapper h1 span{
    max-width: 775px;
}
}

.product-presseversand-vollservice .product-info-price, .product-optionen-nachbuchen .product-info-price, .product-pressearbeit-presseversand .product-info-price{ 
    padding-left: 32px;
}
.product-presseversand-vollservice .product-info-main .product-options-bottom .box-tocart {
    margin-top: 6px !important;
}
.product-presseversand-vollservice .product-options-bottom .box-tocart, .product-optionen-nachbuchen .product-options-bottom .box-tocart, .product-pressearbeit-presseversand .product-options-bottom .box-tocart{
    width: 49%;
}
.product-optionen-nachbuchen .banner-not-show-wrapper h2{
    margin-bottom: 0;
}
.product-optionen-nachbuchen .product.media{
    margin-bottom: 0;
}
.product-optionen-nachbuchen .product-info-main .product-options-bottom .box-tocart{
    margin-top: -10px !important;
}
.timetable-block{
    padding-top: 48px;
}
.acx-brandslider-title h2{display: none;}
.acx-brandslider-title{
    padding-top: 12px;
}
.quote-block{
    padding-top: 38px;
}
.quote-block .next-step-block-contents{
    padding-top: 48px;
}
.next-step-block.custom-container.case-study{
    padding-top: 38px;
    margin-top: 48px;
}
.anfrage-stellen-contents{
    margin-top: 30px;
}
.product-messe-betreuung .press-distribution-contents-1{
    padding-top: 28px;
    padding-bottom: 0;
}
.product-messe-betreuung .columns .column.main{
    padding-bottom: 0;
}
.cms-ueber_uns .custom-container.testimonial-area > h2{
    margin-bottom: 0;
}
.cms-ueber_uns .custom-container.testimonial-area{
    margin-bottom: 0;
    margin-top: 0;
}
.cms-page-view .page-main{
    margin-top: 13px;
}
.contract-block h1{
    margin-bottom: 20px;
}
.cms-newsletter-anmeldung .page-main .block {
    margin-bottom: 8px !important;
}
.cms-newsletter-anmeldung .columns .column.main{
    padding-bottom: 10px;
}
.custom-container.cms.csm-ueber_uns {
    margin-top: 20px;
}
.was-und-block > h2 {
    display: block;
    margin-top: 48px;
}
.darum-img-right > h2{
   display: inline-block;
    width: auto;
    margin-top: 10px;
}
.customer-selection > img, .was-und-block > img {
    width: 50px;
    margin-right: 10px;
}
.was-und-left{
    display: inline-block;
    margin-top: 20px;
}
.was-und-left > p {
    width: 48%;
    display: inline-block;
    margin-right: 1%;
}
.paypal-block.account-block {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#product-main-contents{
    padding-bottom: 48px;
}
.product-seo-pr-international .presseversand-welt-block{
    margin-top: 0;
}
.after_banner_block .next-step-block{
    margin-top: 0;
}
.product-pressearbeit-presseversand .presse-betreuung-block.betreuung-bg{
    margin-top: 0;
}
.next-step-block.custom-container.quote-block {
    margin-top: 0;
}
.press-distribution-contents-1.custom-container {
    margin-top: 48px;
}
.about-sec > h2{
    margin-top: 10px;
}
.yereone-testimonial-image{
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    line-height: 100px;
    vertical-align: middle;
    display: inline-block;
}
.yereone-testimonial-image > img{
    line-height: 100px;
    border-radius: 0 !important;
    display: inline-block;
}
.custom-container.news-block > .row{
    max-width: 1000px;
    margin: 0 auto;
}
.checkout-cart-index .messages{
    display: none;
}
.cart-summary .checkout-methods-items .item{
    text-align: right;
}
.cart-summary .checkout-methods-items .item a.action.continue{
    background-color: #ededed;
    padding: 14px 20px;
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
}
.cart.table-wrapper .cart tr td.col.qty label{
    border: 1px solid #ccc;
    width: 120px;
}
.cart.table-wrapper .col.qty .input-text {
    text-align: center;
    width: 45px;
    border: 0 !important;
    margin: 0;
}
.cart.table-wrapper .col.qty .more{
    display: inline-block;
    width: 30px;
    height: 40px;
    border-left: 1px solid #ccc;
    float: right;
    line-height: 40px;
}
.cart.table-wrapper .col.qty .less{
    display: inline-block;
    width: 30px;
    height: 40px;
    border-right: 1px solid #ccc;
    float: left;
    line-height: 40px;
}
.product-pressemitteilung-einzelversand .press-distribution-contents-1.custom-container{
    margin-top: 0;
    border-top-color: #ccc;
}
.product-presseversand-vollservice .product-provideing{
    border-top-color: #ccc; 
}
.product-pressemitteilung-einzelversand .press-distribution-contents-1.custom-container h2 {
    margin-top: 0;
}
.product-pressemitteilung-einzelversand #press-distribution-contents-right{
    padding-top: 0;
    margin-bottom: 48px;
}
.product-press-release-germany #press-distribution-contents-right{
    padding-top: 0;
    margin-bottom: 0px;
    padding-bottom: 43px;
}
.starter_first_block_{
    max-width: 1000px;
    margin: 0 auto;
}
.starter_second_block {
    max-width: 1000px;
    margin: 0 auto;
}
.btn-box{
    background-color: #ededed;
    padding: 5px 10px;
    margin: 5px;
}
.divider {
    width: 100%;
    height: 6px;
    max-width: 1240px;
    background-color: #000;
    margin: 0 auto;
}
.divider.grey {
    background-color: #ccc;
}
.habitat-block-right {
    text-align: center;
}
.habitat-block-right > img{
    margin: 35px 0;
}
.product-seo-pr-international .start-onlineversand-welt-block.custom-container.after_banner_block {
    border-top-color: #d3d3d3;
}
.product-seo-pr-international .publications-block.after_banner_block {
    padding-bottom: 18px;
    border-top-color: #d3d3d3;
}
.publication-right.main-contents-right-list {
    max-width: 50%;
    margin: 0 auto;
}
img.img-sm {
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.info-box .info-items {
    padding-bottom: 18px;
}
.product-starter-pr-paket .press-distribution-contents-1.custom-container{
    margin-top: 0;
    border-top-color: #ccc;
    padding-bottom: 38px;
}
#press-distribution-contents-right .info-box{
    background-color: #fff;
    padding: 0 10px;
}
.product-starter-pr-paket .product-provideing{
    border-top-color: #ccc;
}
.step-box.display-step .next-step-left strong, .step-box.display-step .next-step-right strong {
    display: inline-block;
}
.timetable-block.custom-timetable{
    padding-bottom: 38px;
}
.product-pr-volltext .product-options-wrapper > .fieldset > div input[type="radio"] ~ label.label.admin__field-label span{
    word-spacing: normal;
}
.custom-container.channel-block.after_banner_block {
    padding-bottom: 48px;
    padding-top: 28px;
}
.product-press-release-germany .press-distribution-contents-1.custom-container{
    margin-top: 0;
    border-top-color: #ccc;
    padding-top: 28px;
}
.product-press-release-germany .content-right .box2{
    width:250px;
}
.difference-list h3.no-content:after{
    background-image: none;
}
.follow-up-contents {
    margin-bottom: 10px;
}
.product-pressearbeit-presseversand .product-options-wrapper > .fieldset > div input[type="radio"] ~ label.label.admin__field-label span{
    word-spacing: inherit;
}
.timetable-block.custom-timetable .timetable-left h2{
    margin-top: 10px;
}
.guide-panel{
    text-align:center;
}
#guide-block {
    background-image: url(../images/pattern.png);
    padding: 28px 20px 28px;
    /*margin-top: 15px;*/
    display: inline-block;
    margin-bottom: 48px;
    max-width: 800px;
    text-align: left;
}
.guide-content{
    background-color: #fff;
    padding: 15px 10px;
}
.guide-content > h3{
    margin-top: 0;
}
.guide-content a{
    display: inline-block;
}
.anfrage-stellen-block.custom-container{
    margin-top: 48px;
}
.quote-block .next-step-block-contents .next-step-left p, .quote-block .next-step-block-contents .next-step-right p{
    margin-bottom: 0;
}
.product-presse-betreuung .next-step-block.custom-container.case-study{
    border-color:#ccc;
}
.product-presse-betreuung .pr-package-block{
    margin-bottom: 23px;
}
.distribution-sec{
    text-align:center;
}
.list-links li{
    margin: 20px -1px 10px;
}
.list-links li a{
    float: right;
    padding: 7px 15px;
}
.product-messe-betreuung .press-distribution-contents-1.custom-container{
    border-color:#ccc;
}
.product-messe-betreuung .pr-package-block{
    margin-bottom: 23px;
}
.bg-white.inner-bg{
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 0 0 15px;
    margin-top: 5px;
}
.bg-white.inner-bg > p{
    padding: 10px 15px 0;
}
.product-messe-betreuung .next-step-block.custom-container.case-study{
    border-color:#ccc;
}
.product-messe-betreuung .bg-grey{
    width:100%;
}
.product-starter-pr-paket .open-mail-from .subdiv > .subbox10, .product-starter-pr-paket .open-mail-from .subdiv > .subbox11{
    margin-top: 25px;
    margin-bottom: 15px;
}
.product-pr-volltext .open-mail-from .subdiv > .subbox11{
    margin-top: 15px;
}
.product-pr-volltext .open-mail-from > .subdiv:last-child {
    padding-top: 15px;
}
.step-content-inner .next-step-left strong{
    position: relative;
    display: inline-block;
}
.step-content-inner .next-step-left h3{
    margin-top: 0;
}
.product-seo-pr-international .product-options-wrapper > .fieldset > div:nth-of-type(2){
    padding-top: 70px;
}
.product-seo-pr-international .open-mail-from .subdiv > .subbox10, .product-seo-pr-international .open-mail-from .subdiv > .subbox11{
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-pressemitteilung-einzelversand .open-mail-from .subdiv > .subbox1{
    padding-top: 15px;
}
.product-pressemitteilung-einzelversand .open-mail-from .subdiv > .subbox10, .product-pressemitteilung-einzelversand .open-mail-from .subdiv > .subbox11{
    padding-bottom: 15px;
}
.product-press-release-germany .open-mail-from .subdiv > .subbox10, .product-press-release-germany .open-mail-from .subdiv > .subbox11{
    margin-top: 15px;
    margin-bottom: 15px;
}
input#options_219_text {
    height: 125px !important;
}
.box2 p{
    margin-bottom: 0; 
}
.cms-pv .breadcrumbs, .cms-pr .breadcrumbs, .cms-pt .breadcrumbs{
    display: none;
}
.cms-pv .page-main, .cms-pr .page-main, .cms-pt .page-main{
    margin-top: 0;
}
.product-starter-pr-paket #press-distribution-contents-right{
padding-top: 28px;
}
.product-messe1 .open-mail-from .subdiv .subbox1, .product-messe1 .open-mail-from .subdiv .subbox2{
    margin-top: 25px;
}
.product-messe1 .open-mail-from .subdiv .subbox11{
    margin-bottom: 15px;
}
.product-messe2 .open-mail-from .subdiv .subbox1, .product-messe2 .open-mail-from .subdiv .subbox2{
    margin-top: 25px;
}
.product-messe2 .open-mail-from .subdiv .subbox11{
    margin-bottom: 15px;
}
.product-messe3 .open-mail-from .subdiv .subbox1, .product-messe3 .open-mail-from .subdiv .subbox2{
    margin-top: 25px;
}
.product-messe3 .open-mail-from .subdiv .subbox11{
    margin-bottom: 15px;
}
.price-table-text{
	float: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
padding-left: 22px;
}
.product-pr-volltext #guide-block{
    margin-top: 20px;
}
.checkout-index-index .field .control._with-tooltip input[type="email"]{
    width: 100%;
}
.checkout-index-index .field .control._with-tooltip input[type="email"] ~ .field-tooltip{
    display: none;
}
.opc-wrapper p.step-title{
    line-height: 3.2rem;
}
.opc-wrapper p.step-title{
    line-height: 3.2rem;
}
.checkout-payment-method .step-title > p{
    font-size: 2.6rem;
}
.product-press-release-germany #options_233_text{
    height: 122px !important;
}
.about-group figure {
    text-align: center;
}
.about-group figure img{
    max-width: 60%;
}
.about-group figure figcaption h3{
    margin-bottom: 0;
}
.custom-about-us {
    border-top: 6px solid #ccc;
    padding-top: 28px;
    margin-top: 38px;
}
.about-group figure figcaption{
    margin-top: 48px;
    font-size: 28px;
}
.about-group figure figcaption h3{
    font-size: 28px;
}
.about-contact {
    width: fit-content;
    text-align: left;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 48px;
}
.about-contact ul li span{
width: 30px;
    display: inline-block;
}
.about-contact ul li div{
display: inline-block;
    padding: 0 0 0 10px;}
.about-contact ul li a{
padding: 0 0 0 10px;
margin: 0;
}
.about-contact ul li a {
    background-color: transparent;
    color: #333 !important;
    font-weight: 400 !important;
    padding: 0 10px;
}
.about-contact ul li{
    margin: 10px; 
}
.custom-about-us .flex-row{
    display: flex;
    align-items: flex-end;
}
.about-group {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-bottom: 20px;
}
.checkout-index-index .checkout-header .description p{
    font-size: 18px;
}
.checkout-index-index .checkout-header .description p span{
    font-weight: 600;
}
.cart-container  p{
    font-size: 18px;
}
.cart-container  p span{
    font-weight: 600;
}
.about-int .grp1, .about-int .grp3{
    width: 35%;
}
.about-int .grp2{
    width: 30%;
}
.checkout-onepage-success .page-main {
    width: 1280px;
    padding: 0 20px !important;
}
.checkout-onepage-success .page-title{
	display: none !important;
}
.checkout-onepage-success .received-block-right {
    background-color: #f4f4f4;
    padding: 48px;
}
.checkout-onepage-success .received-block-right a{
	background-color: #f28b2c;
    color: #fff;
    border-color: #f28b2c;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    margin-top: 10px;
}
.checkout-success {
    text-align: center;
    padding-bottom: 48px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 48px;
}
.checkout-success .actions-toolbar{
	text-align: center;
}
.checkout-success .actions-toolbar .primary{
	float: none;
}
.checkout-success .actions-toolbar .primary a{
	background-color: #f28b2c;
    color: #fff;
    border-color: #f28b2c;
    border-radius: 0;
}
.checkout-onepage-success #registration{
	display: none;
}
.checkout-success .success-messages{
	margin-bottom: 10px;
}

/*********** Added by Ishak ***********/
.amcheckout-content .amcheckout-wrapper {
    display: grid;
}

.amcheckout-wrapper .payment-method:first-child {
    order: 3;
}

.amcheckout-wrapper .payment-method:nth-child(2) {
    order: 4;
}

.amcheckout-wrapper .payment-method:nth-child(3) {
    order: 2;
}

.vorkasse_icon {
    margin-right: 25px;
}
.loading-mask{
	background:none !important;
	position: relative !important;
	
}
p.next_step_right {
    margin-top: 10px;
    display: inline-block;
}


/**---31-03-2020-----------------------*/
.presseversand-kategorien-options-new{
	font-size: 20px !important;;
    font-weight: 500 !important;;
    margin-bottom: 20px !important;
}
.presseversand-kategorien-options-left{  
    height: 420px;
    overflow-y: scroll;
}
.presseversand-kategorien-options-categories .price-notice{
	display: none !important;
 
}
.product-presseversand-kategorien .product-options-wrapper > .fieldset > div:first-of-type{
    width:100%;
}
.product-presseversand-kategorien  .product-options-wrapper > .fieldset > div:nth-of-type(2){
    width: 100%;
    display: inline-block;
    border: 1px solid #1e1e1e;
    border-top: 0;
}
.presseversand-kategorien-options-categories {
    width: 100% !important;
}
.product-presseversand-kategorien .product-options-wrapper > .fieldset > div:first-of-type .field.choice.admin__field{
    width: auto;
    display: inline-block;
}
.presseversand-kategorien-options-categories label:before{
    display: none !important;
}
.presseversand-kategorien-options-categories label{
    padding-left: 0 !important;
}
/*---------------22-04-2020---------------*/
.presseversand-kategorien-options-categories > label {
   font-weight: bold !important;
}
.product-presseversand-kategorien .product-options-wrapper > .fieldset > div:nth-of-type(2) > .control {

  margin-top: -25px; 

}
.optadd-ons {
  padding-left: 0 !important;;
   padding-top: 15px  !important;
}
.open-mail-from {
   padding-top: 25px ;
}
.presseversand-kategorien-options-left + .field {
   min-height: 345px !important;
}
.product-presseversand-kategorien .press-distribution-contents-1.custom-container {
    margin-top: 0;
    padding-top: 28px;
    border-top-color: #ccc !important;
}

/*-----------------------------02-07-2020-------------------------------*/
.next-step-block.custom-container.next_step_show {
    margin-top: 0;
}
/*---------------------06-07-2020---------------------*/
.cms-home .content-area strong:before, .cms-home .content-area > p:before {
    content: '✔ ';
   font-weight: normal;
}
.cms-home .content-area strong, .cms-home .content-area > p {
    font-weight: 600;
}
.cms-pv .content-area strong:before, .cms-pv .content-area > p:before {
    content: '✔ ';
font-weight: normal;
}
.cms-pv .content-area strong, .cms-pv .content-area > p {
    font-weight: 600;
}
/*----------------------------------21-08-2020------------------------------*/

/*-------------------------26-08-2020--------------------------------*/
.under-slider-logo-details .custom-container.brand-section {
  border-bottom: 6px solid #ccc;
padding-bottom: 28px; 
margin-bottom: 15px;
}

.under-slider-logo-details .acx-brandslider-standard {
margin-top: 8px;
}
/*------------------27-08-2020-------------------------------------*/
.cms-pr .column.main, .cms-pt .column.main, .cms-pv .column.main {
padding-bottom: 0;
}
/*----------------31-08-100----------------------------------------*/
.custom-container.testimonial-area > h2 {
    padding-left: 50px;
}
/*------------------------03-11-2020-----------------------------*/
.open-mail-from .subdiv input[type="file"] {
padding-top: 8px;
text-indent: -19px;
margin-left: -15%
}
.product-add-form .product-options-wrapper .field.file {
position: relative;
}
.product-add-form .product-options-wrapper .field.file:before {
content: '';
width: 130px;
height: 30px;
background: #fff;
display: inline-block;
position: absolute;
left: -131px;
z-index: 10;
bottom: 5px;
}
.product-add-form .product-options-wrapper .field.file:after {
content: '';
width: 20px;
height: 30px;
display: inline-block;
background-image: url(../images/pattern.png);
z-index: 11;
position: absolute;
left: -41px;
bottom: 5px;
}
/*-------------------------04-11-2020-----------------------*/
@media screen and (min-width:1024px) and (max-width:1239px){
.open-mail-from .subdiv input[type="file"]{
text-indent: -38px;
}
}

/*-----------------------10-11-2020------------------------*/
input.upload {
width: calc(100% - 120px);
margin-top: 1px;
}
.product-add-form .product-options-wrapper .field.file .control{
width: 120px !important;
float: right;
}
.open-mail-from .subdiv input[type="file"]{
width: 100px !important;
text-indent: 0;
margin: 0 !important;
display: inline-block;
opacity: 0;
}
.product-add-form .product-options-wrapper .field.file .control > span{
display:none;
}
/**---31-03-2020-----------------------*/
.presseversand-kategorien-options-new{
	font-size: 20px !important;;
    font-weight: 500 !important;;
    margin-bottom: 20px !important;
}
.presseversand-kategorien-options-left{  
    height: 420px;
    overflow-y: scroll;
}
/*-----------------------------02-07-2020-------------------------------*/
.next-step-block.custom-container.next_step_show {
    margin-top: 0;
}
/*---------------------06-07-2020---------------------*/
.cms-home .content-area strong:before, .cms-home .content-area > p:before {
    content: '✔ ';
   font-weight: normal;
}
.cms-home .content-area strong, .cms-home .content-area > p {
    font-weight: 600;
}
.cms-pv .content-area strong:before, .cms-pv .content-area > p:before {
    content: '✔ ';
font-weight: normal;
}
.cms-pv .content-area strong, .cms-pv .content-area > p {
    font-weight: 600;
}
.presseversand-kategorien-options-categories .price-notice{
display: none !important;

}
.product-presseversand-kategorien .product-options-wrapper > .fieldset > div:first-of-type{
width:100%;
}
.product-presseversand-kategorien .product-options-wrapper > .fieldset > div:nth-of-type(2){
width: 100%;
display: inline-block;
border: 1px solid #1e1e1e;
border-top: 0;
}
.presseversand-kategorien-options-categories {
width: 100% !important;
}
.product-presseversand-kategorien .product-options-wrapper > .fieldset > div:first-of-type .field.choice.admin__field{
width: auto;
display: inline-block;
}
.presseversand-kategorien-options-categories label:before{
display: none !important;
}
.presseversand-kategorien-options-categories label{
padding-left: 0 !important;
}
/*---------------------04-07-2021--------------------------------------*/
@media screen and (min-width:900px){
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column:first-child {
width: 68% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column:last-child {
width: 32% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column:last-child > div{
border: 1px solid #d3d3d3;
padding: 10px;
}
}
.checkout-billing-address:nth-of-type(2) {
  display:none !important;
}
input.upload {
width: calc(100% - 120px);
margin-top: 1px;
}
.product-add-form .product-options-wrapper .field.file .control {
width: 120px !important;
float: right;
}
.product-add-form .product-options-wrapper .field.file .control > span {
display: none;
}
was-und-wrapper > .was-und-right{
width:100%;
}
.form-cart .actions.main .clear{
display: none !important;
}
/*-------------------09-06-2021-------------------------*/
.cart-totals .table-wrapper tr.totals-tax th {
text-align: right !important;
padding-right: 10px !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
font-size: 13px;
line-height: 16px;
}
/*------------14-06-2021---------------------------*/
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
    font-size: 12.5px;
    padding-right: 0;
}
/*---------08-10-2021--------------------*/
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content{
position:relative;
}
.opc-wrapper .form-login{
width: 47%;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 20px !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address{
width: 47%;
    border: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
}
form#co-payment-form{
position: absolute;
    width: 47%;
    top: 0;
    right: 0;
}
.opc-wrapper .form-login .fieldset{
margin-bottom:0;
}
.checkout-first-column > form, .checkout-first-column > div {
    width: 100% !important;
    border: 0 !important;
}
.checkout-first-column {
    padding: 0;
}
/*------------18-10-2021-----------*/
@media screen and (max-width:767px){
 .opc-estimated-wrapper{
    margin: 0;
}
form.form.form-login {
    width: 100%;
    box-sizing: border-box;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address{
width: 100%;
}
form#co-payment-form{
position: static;
}
.checkout-agreement label button {
    font-weight: 300 !important;
}
}
.checkout-index-index .additional-options .checkout-agreements .action-show{
    font-weight: 300 !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label{
    color: #444 !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
    text-align: left;
    display: inline !important;
    line-height: 16px;
    color: #189ce9 !important;
    font-size: 14px;
    margin-top: -2px;
    font: 400 12.5px/16px 'Open Sans',sans-serif !important;
}
