/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------

   XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Frst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/


@font-face {
    font-family: 'OpenSansSemibold, Arial';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold, Arial') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular, Arial';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular, Arial') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	font-family: OpenSansRegular, Arial !important;
	font-size: 13px;
	color: #484848;
	position: relative;
}

strong, b {
	font-family: OpenSansSemibold, Arial !important;
}

#wako {
	position: absolute;
	margin-top: -3px;
	margin-left: 750px;
	font-size: 10px;
}

/* =============================================== MENUE */
#mainmenue {
	position: relative!important;
	overflow: hidden;
}
#mainmenue li {
	float: left;
	transform: skewX(30deg);
	background: #E30614;
	top: 0;
}
#mainmenue li:nth-child(odd) {
	background: #3E3E3F;
}
#mainmenue li:first-child {
	background: #26A426;
}

#mainmenue ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainmenue li a {
	background-repeat: repeat-x;
	display: block;
	padding-left: 25px !important; 
	padding-right: 25px !important;
	height: 39px;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: OpenSansSemibold, Arial;
	transform: skewX(-30deg);
	font-weight: normal;
	color: white;
}

/*
#mainmenue li a:hover {

	background-image: url(img/menue_bg_active.jpg);
	background-position: center top;
}
*/


#header {
	height: auto !important;
}
/*
.home img {
	width: 73px;
	height: 35px;
}

#mainmenue li.home a {
	background-image: url(img/menue_home.jpg);
	background-repeat: no-repeat;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#mainmenue li.home a:hover {
	background-image: url(img/menue_home_active.jpg);
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.telefon img {
	width: 63px;
	height: 35px;
}

#mainmenue li.telefon a {
	background-image: url(img/menue_telefon.jpg);
	background-repeat: no-repeat;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#mainmenue li.telefon {
	background-image: none;
}

#mainmenue li.telefon a:hover {
	background-image: url(img/menue_telefon_active.jpg);
	padding-left: 0px !important;
	padding-right: 0px !important;
}
*/

.header_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0 !important;
	margin-bottom: 2rem !important;
}


#mainmenue {
	overflow: hidden;
	margin-top: 2rem;
}



.einzelversand {
	width: 155px;
}

.firmenkunden {
	width: 163px;
}

.verpackungen {
	width: 161px;
}

.service {
	width: 106px;
}


#login_menue {
	display: none;
	justify-content: end;
	width: 50%;
	list-style: none;
}

#login_menue li a span{
	color: #ffffff!important;
	font-size: 16px;
	text-transform: uppercase;
}

li.login {
	color: #ffffff;
	background: #3E3E3F;
	transition: all .4s;
	padding: 0.5rem 3rem!important;
	margin-right: 1rem !important;
}

li.registrieren {
	padding: 0.5rem 1rem!important;
	color: #ffffff;
	background: #3E3E3F;
	transition: all .4s;
}

li.registrieren:hover {
	background: #26A426;
}

li.login:hover {
	background: #26A426;
}


#login_menue ul {
	list-style: none;
	display: flex;
}

#loginform {
	width: 236px;
	height: 165px;
	background: url(img/loginmenhg.png) no-repeat top;
	position: absolute;
	margin-top: -2px;
	margin-left: -1px;
	color: #717171;
	font-size: 13px;
	line-height: 18px;
	display: none;
}

li.login:hover #loginform {
	display: block;
}

#loginform a, #regform a {
	color: #717171 !important;
	height: 18px;
	line-height: 18px !important;
}

#loginform a:hover, #regform a:hover {
	color: #26b8db !important;
}

#regform a{
	font-size: 13px !important;
	text-align: left !important;
	line-height: 25px !important;
	text-transform: none !important;
	height: 25px !important;
}

#loginform p.klein a{
	font-size: 11px !important;
	text-align: left !important;
	line-height: 13px !important;
	text-transform: none !important;
	height: 14px !important;
}

#loginform p, #loginform a, #regform a {
	padding: 0px !important;
	margin: 0px !important;
}
#loginform p.klein {
	margin-top: 5px !important;
}

#loginform .abst, #regform .abst {
	padding-left:22px;
	padding-top: 18px;
}

#loginform input {
	border: 1px solid #d4d4d4;
	background-image: none;
	width: 180px;
	height: 16px;
}

#loginform p.loginbutton a {
	display: block;
	width: 75px;
	height: 19px;
	position: absolute;
	bottom: 20px;
	right:28px;
	background: url(img/button_75.png) no-repeat;
	color: white !important;
	text-transform: none !important;
}

#loginform p.loginbutton a:hover {
	background-image: url(img/berechnen_active.png);
}

#loginmenue li.registrieren:hover #regform {display: block;}


#regform {
	width: 202px;
	height: 200px;
	background: url(img/regmenhg.png) no-repeat top;
	position: absolute;
	margin-top: -2px;
	margin-left: -60px;
	font-size: 13px;
	line-height: 18px;
	display: none;
	
}






/* CONTENT WRAPPER */
#contentwrap {
    clear:both;
	border: none !important;
    width:100% !important;
    padding:0;
    /*position: absolute;*/
    /*top: 153px;*/
    position: relative;
}




#ds_links {
	width: 221px;
	background-image: url(img/ds_links_bg.jpg);
	background-repeat: repeat-y;
	position: absolute;
	margin-left: -3px;
}

#ds_links .inhalt {
	padding-left: 18px;
	min-height: 450px;
	padding-right: 18px;
}


#ds_rechts {
	position: relative;
	margin-left: 230px;
	min-height: 570px;
	padding-top: 13px;
}



#ds_rechts h1 {
	margin: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 24px;
}

#alleprodukte {
	background-color: red;
	height: 300px;
	width: 980px;
	display: block;
	background-color: red;
}


#versandkostenrechner {
	background: url(img/rechte_spalte_bg.jpg) no-repeat;
	/*width: 236px;*/
	width: 255px !important; /*nm*/
	height: 324px !important;
	color: #686868;
	font-size: 11px;
	position: relative;
	z-index: 98;
}

.vkr {
	/*height: 223px;*/
	height: 209px; /*nm*/
	padding: 18px;
	padding-top: 13px;
	padding-bottom: 0px;
}
.vkr p {padding-bottom: 0px; margin-bottom: 0px;}

#versandkostenrechner h1{
	margin: 0px;
	font-size: 17px;
	color: #262626;
	padding: 0px;
	font-family: OpenSansSemibold, Arial;
	font-weight: normal;
}

#versandkostenrechner td {
	font-size: 13px;
	color: #686868;
	padding-bottom: 5px;
	vertical-align: middle;
}

#versandkostenrechner td input[type="text"], #versandkostenrechner td select {
	background-image: none;
	background-color: white;
	border: 1px solid #d0d0d0;
	width: 128px;
	height: 20px;
	padding-left: 10px;
	
}

#versandkostenrechner td select {
	width: 141px;
	padding-top: 6px;
	height: 26px;
	padding-left: 5px;
}

.svg { padding-top: 0px; height: 125px;}

.svg h1 {margin-bottom: 5px !important;}

.berechnen {
	font-size: 11px;
	color: white !important;
	display: block;
	width: 76px;
	height: 19px;
	background-image: url(img/berechnen.png) !important;
	font-weight: normal !important;
	text-align: center;
	right:14px;
	position: absolute;
}

a.berechnen:hover {
	background-image: url(img/berechnen_active.png) !important;
}


#startseiteslider {
	margin-left: -6px;
}

#startseiteslider img {
	display: none;
}

#contentslider, #startseiteslider {
	height: 339px;
	position: relative;
	margin-left: -3px;
}

#contentslider img {position: absolute;}


#einzelversand, #vielversender {
	width: 361px;
	_width: 486px;
	height: 123px;
	position: absolute;
	background: url(img/startseite/einzelversand.jpg) no-repeat;
	padding-left: 125px;
	padding-right: 10px;
	padding-top: 12px;
	margin-top: 40px;
}

#einzelversand {
	margin-left: -3px;
}

#einzelversand .einzelversandbt {
	position: absolute;
	right: 18px;
}

#startseiteninhalt h1 {
	font-size: 18px;
	padding: 0px;
}

#startseiteninhalt p {
	margin: 0px;
}

#vorprodslider { height: 35px;}

#contentinhalt {
	height: 450px;
	width: 730px;
	position: relative;
	margin-top: 40px;
}

#contentinhalt #angebot, #contentinhalt #fulfillment {
	top: 0px;
	margin-top: 0px;
	position: absolute;
	right: -2px;
}

#contentinhalt #paketscheinportal, #contentinhalt #indangebot {
	left: 253px !important;
}



#vielversender {
	background: url(img/startseite/vielversender.jpg) no-repeat;
	right: -13px;
}


#paketscheinportal, #beratung, #indangebot {
	width: 176px;
	_width: 236px;
	height: 195px;
	background: url(img/startseite/paketscheinportal.jpg) no-repeat;
	position: absolute;
	margin-top: 212px;/*nm*/
	padding-top: 12px;
	padding-right: 60px;
	padding-left: 18px;
}
#paketscheinportal.video {
	background: url(img/startseite/youtube.jpg) no-repeat !important;
}

#startseiteninhalt #paketscheinportal {
	margin-top: 200px;
}
#beratung {
	background: url(img/startseite/beratung.jpg) no-repeat;
	width: 232px !important;
	right: -88px;
}

#paketscheinportal {
	margin-left: -3px;
}

#startseiteninhalt {
	height: 400px;
}

#angebot, #fulfillment{
	background: url(img/startseite/angebot.png) no-repeat;
	height: 195px;
	width: 486px;
	position: absolute;
	margin-top: 212px; /*nm*/
	left: 254px;
	padding-left: 18px;
	padding-top: 12px;
}

#fulfillment {
	background: url(img/startseite/fulfillment.jpg) no-repeat;
}

#indangebot {
	background: url(img/startseite/indangebot.jpg) no-repeat;
}

a.einzelversandbt, a.vielversenderbt, a.paketscheinportalbt, a.angebotbt, a.beratungbt {
	display: block;
	position: absolute;
	bottom: 25px;
	font-weight: normal !important;
	margin-right: 10px;
}

a.einzelversandbt, a.paketscheinportalbt, a.beratungbt {
	width: 75px;
	height: 19px;
	text-align: center;
	font-size: 11px;
	color: white !important;
	background: url(img/button_75.png) no-repeat !important;
}

a.vielversenderbt {
	right: 18px;
}

a.paketscheinportalbt {
	right: 22px;
}

a.angebotbt {
	right: 275px;
}

a.beratungbt {
	right: 105px;
}



a.vielversenderbt {
	width: 125px;
	height: 19px;
	text-align: center;
	font-size: 11px;
	color: white !important;
	background: url(img/button_125.png) no-repeat !important;
}




a.angebotbt {
	width: 90px;
	height: 19px;
	text-align: center;
	font-size: 11px;
	color: white !important;
	background: url(img/button_90.png) no-repeat !important;
}

a.einzelversandbt:hover, a.paketscheinportalbt:hover, a.beratungbt:hover {
	background: url(img/berechnen_active.png) no-repeat !important;
}



a.vielversenderbt:hover {
	background: url(img/button_125a.png) no-repeat !important;
}




a.angebotbt:hover {
	background: url(img/button_90a.png) no-repeat !important;
}



#maincontent {

}


#produktslider {
	position: absolute;
	height: 414px;
	width: 236px;
	background: url(img/prodbg.jpg) no-repeat;
}


#topmenuwrap {
	z-index: 100;

}

#contentwrap {z-index: 90;}

.catminheight {
	min-height:450px;
}




/*=============== SUBMENUE =====*/


#sub1menue, #sub3menue, #sub5menue, #sub6menue {
	display: none;
	margin-left: -3px !important;
	margin-top: -4px !important;
	position: absolute;
	width: 207px;
}

#sub2menue, #sub4menue {
	position: absolute;
	width: 308px;
	top: 0px !important;
}



.einzelversand:hover #sub1menue, .firmenkunden:hover #sub3menue, .verpackungen:hover #sub5menue, .service:hover #sub6menue {
	display: block;
}

#sub1menue li.ende, #sub3menue li.ende, #sub5menue li.ende, #sub6menue li.ende {
	background: url(img/sub1u.png) no-repeat !important;
	height: 11px;
}

#sub6menue li.ende {
	background: url(img/sub6u.png) no-repeat !important;
}


#sub1menue li, #sub3menue li, #sub5menue li, #sub6menue li {
	width: 207px;
	background: url(img/sub1m.png) repeat-y;
	color: #717171 !important;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
}

#sub6menue li {
	width: 207px;
	background: url(img/sub6m.png) repeat-y;
}


#sub1menue li a, #sub3menue li a, #sub5menue li a, #sub6menue li a {
	background-image: none;
	color: #717171 !important;
	text-transform: none !important;
	font-weight: normal !important;
	height: 22px;
	line-height: 22px;
}

#sub1menue li a:hover, #sub3menue li a:hover, #sub5menue li a:hover, #sub6menue li a:hover {
	color: #26b8db !important;
}

#sub2menue, #sub4menue {
	display: none;
	position: absolute;
	margin-left: 190px !important;
	top: 35px;
	width: 308px;
	background: url(img/subsub1u.png) no-repeat bottom;
	background-position-x: 0;
	height: 211px;
}

#sub2menue li, #sub4menue li {
	background: none !important;
	width: 308px;
	height: 185px;
	background: url(img/subsub1m.png) repeat-y !important;
	padding-left: 25px !important;
}

#sub2menue li a, #sub4menue li a {
	padding-left: 0px !important;
}

#sub2menue li ul, #sub4menue li ul {
	width: 308px;
	margin-top: 10px;
}

#sub2menue li ul li, #sub4menue li ul li {
	width: 132px;
	float: left;
	height: 22px;
	background-image: none !important;
	padding-left: 0px !important;
}

#sub1menue .sub:hover #sub2menue, #sub3menue .sub:hover #sub4menue {
	display: block;
}


/* RIGHT COLUMN */
#rightcol {
    position: absolute;
    /* width:230px; */
    /* right: 0px; */
    top: 0px;

    /*nm*/
    width: 255px;
    right: 2px;
}


#footerlinks {
	margin-top: 54px;
	background: url(img/footer_bg.jpg) no-repeat;
	width: 980px;
	height: 23px;
	margin-left: 3px;
}

#footerlinks li {
	float:left;
	list-style-image: none !important;
	margin-left: 0px !important;
}

#footerlinks ul {
	margin-left: 30px !important;
	color: white !important;
	list-style-type: disc !important;
}

#footerlinks li a {
	color: white !important;
	font-weight: normal;
	margin-right: 20px !important;
	line-height: 23px !important;
	font-size: 11px !important;
	margin-left: 0px !important;
}

#footerlinks li a:hover {
	color: #e20415 !important;
}

#footerlinks ul.blog_links li a {
	color: #454545 !important;
	font-weight: normal;
	margin-right: 20px !important;
	line-height: 23px !important;
	font-size: 11px !important;
	margin-left: 0px !important;
}

#footerlinks ul.blog_links li a:hover {
	color: #e20415 !important;
}

#footercopy {position: absolute; right: 18px; margin-top: 3px; color: white !important; font-size: 11px;}






.prodbildle {cursor: pointer;}


.hinweis {
	width: 286px;
	height: 158px;
	position: fixed;
	background: url(img/prodhg.png) no-repeat;
	display: none;
	z-index: 121;
}

.hinweis .name {
	display: block;
	font-size: 18px;
	position: absolute;
	left: 15px;
	top: 18px;
	color: #26b8db;
	font-family: OpenSansSemibold, Arial;
	font-weight: normal;
}

.hinweis .preis {
	display: block;
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 18px;
	color: #484848;
	font-family: OpenSansSemibold, Arial;
	font-weight: normal;
}

.hinweis .desc {
	display: block;
	position: absolute;
	top: 35px;
	left: 20px;
	text-align: left;
}

.hinweis .desc ul {
	margin-left: 12px;
	margin-top: 15px;
}

.hinweis .img {
	display: block;
	position: absolute;
	top:50px;
	right: 25px;
}


.hinweis .mehr {
	display: block;
	position: absolute;
	left: 195px;
	bottom: -10px;
	
}











#footerlinks a:link, #footerlinks a:hover, #footerlinks a:visited, #footerlinks {
	color: #979797;
	font-size: 10px;
}

#indenwarenkorb {
    background-image: none !important;
}


.contentueberschrift {
    border-bottom: 1px solid #000;
    width:440px;
    text-transform: uppercase;
    color: #000;
    font-size:12px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    margin-bottom:10px;
}


.grau {
    color:#979797;
}


.rot {
    color: #26b8db;
}

#content ul li {
    list-style-type: disc;
    line-height: 20px;
}

#content ul {
    padding-bottom:15px;
}



table td {
    vertical-align: top;
}

#flowpanes input {
    background-color: white;
    border: 1px solid #D0D0D0;
    height:20px;
    width:210px;
    padding:3px;

}

.input27 {
    background-color: white;
    border: 1px solid #D0D0D0;
    height:20px;
    padding: 3px !important;
    width: 26px !important;
}

.input100 {
    background-color: white;
    border: 1px solid #D0D0D0;
    height:20px;
    width: 100px;
    padding:2px;
}

.input155 {
    background-color: white;
    border: 1px solid #D0D0D0;
    height:20px;
    width: 155px;
    padding:2px;
}

.input44 {
    background-color: white;
    border: 1px solid #D0D0D0;
    height:20px;
    width: 44px;
    padding:2px;
}

.input200 {
    background-color: white;
    border: 1px solid #D0D0D0;
    height:20px;
    width: 200px;
    padding:2px;
}

#flowpanes textarea {
    background: url(img/bemerkung1.jpg) no-repeat !important;
    height:67px !important;
    width: 208px !important;
    padding:2px;
    border: 0px solid !important;
}



.laenderhg {
    background: url(img/laender_hg.gif) no-repeat;
    width: 200px;
    padding-left:10px;
    height:20px;
    border-bottom: solid 7px #fff;
}

#select_weltpaket{
	width:180px;
}

.select_weltland_links{
float:left;
width:190px;
}

.select_weltland_rechts{
float:left;
border-left:1px solid #e5e5e5;
width:250px;
}

#dreierbox {
    margin-top:20px;
    margin-bottom: 20px;
}

#monatsaktion, #gewinnspiel, #sendungsverfolgung {
    float: left;
}

#monatsaktion, #gewinnspiel {
    margin-right: 20px;
}

#sendungsverfolgung {
    
}

/* THE BIG GUYS */
* {
    margin:0;
    padding:0
}
body {
    margin:0px 0;
    padding:0;
    line-height:18px;
    margin-bottom: 30px;

}

html {
    height: 101%;
        margin-bottom: 30px;
}
/* HEADINGS */
h1 {
    color:#000000;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    font-size:18px;
    margin:0px 0px 15px 0px;
    padding:0px;
    width:auto;
    padding-bottom:8px;
}

h2 {
    color:#000000;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin:15px 0px 8px 0px;
    padding:0px;
}

#contentheader {
    float:left;
    width: 235px;
    background-repeat: no-repeat;
}

#contentheader h1 {
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    margin-top: 13px;
    margin-left: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#contenttext {
    float:left;
    width:455px;
}

#contenttext a, #contenttext a:link {
    color: #26b8db;
}

#contenttext h2 {
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    font-size: 13px;
}

/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
    background:transparent;
    text-decoration:none;
    cursor:pointer;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
a:link {
    color:#000000;
}
a:visited {
    color:#000000;
}
a:hover, a:active {
    color:#000000;
}
a:hover {
    color:#26b8db;
    text-decoration:none;
}
a img {
    border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
    
    font-size:12px;
}
textarea {
    font-family: OpenSansRegular, Arial;
    font-size:12px;
    padding:10px;
    background-color: white;
    border: 1px solid #D0D0D0;
}
select {
    
    font-size:12px;
    border:1px solid #666;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
    border:1px solid #d0d0d0;
    padding:2px;
    background-color: white;
}


#loginbox input[type=text], #loginbox input[type=password] {
    border:0px;
    padding:2px;
    background-color: #ffffff;
    background-image: none;
}


/* PARAGRAPH GLOBAL */
p {
    margin:8px 0px 8px 0px
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
    padding-top:1px;
    height:0;
    overflow:hidden;
    margin:0;
    line-height:0px;
    background-color:#4E4E4F
}
div.hrlightgrey {
    padding-top:1px;
    height:0;
    overflow:hidden;
    margin:0;
    line-height:0px;
    background-color:#999999
}
div.hrproductpreview {
    padding-top:1px;
    height:0;
    overflow:hidden;
    margin:12px 0px 12px 0px;
    display:inline;
    height:0px;
    line-height:0px;
    display:block;
    background-image:url(img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
    padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
    /*margin: 0 auto;*/
    /*width:980px;*/
    /*background-color:#fff;*/
    /*border-style:solid;*/
    /*border-color:#fff;*/
    /*border-width:0px 10px 10px 10px;*/
    /*margin-bottom:10px;*/
}

.container {
	width: 90%;
	margin: 0 auto;
}

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */

#header #logo {
	margin-left: 15px;
    float:left;
	height: 50px;
	max-width: 236px;
}

#logo img {
	max-width: 100%;
}
#header #headermenu {
    top: 0px;
    text-align: right;
}

#header #headermenu a:link, #header #headermenu a:hover, #header #headermenu a:visited, #header #headermenu a:active {
    color: #979797;
    font-size: 11px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    text-decoration: none;
}

#header #headermenu a:hover {
    color: #26b8db;
}

#header #search {
    width: 230px;
    height:75px;
    float:right;
    color:#fff;
    padding:30px 0px 0px 60px
}
#header #search a {
    color:#fff;
    font-size:11px;
}
#header td {
    padding-top:1px;
    padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
    clear:both;
    color:#c64934;
    padding:1px 0px 10px 15px;
    list-style-type:none;
    background-color:#fff;
    height:22px;
    background-image:url(img/bg_breadcrumb.gif);
    background-repeat:repeat-x;
    font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
    line-height:23px;
    text-decoration:none;
    font-weight:normal;
    cursor:pointer;
    color:#333333;
    margin:0;
    padding:0;
}



/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
    text-align:right;
    height:26px;
    font-size:13px;
    background: url(img/bg_topmenu.gif) repeat-x;
    padding: 10px 10px 0px 0px;
    margin:0;
}

/* LEFT COLUMN */
#leftcol {
    float:left;
    width:200px;
    padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
	width: 100% !important;
    /* min-height: 892px; */
}

#maincontenttop {
    width: 730px;
}


#maincontent a {
	 font-weight: normal !important;
}
#maincontent a:hover {
    color:#26b8db;
    font-weight: normal !important;
}


#maincontentbottom {
    height: 16px;
    width: 730px;
}


#rotoben {
    background-image: url(img/box_rot/oben.gif);
    height: 13px;
    width: 730px;
    background-repeat: no-repeat;
}

#rotmitte {
    background-image: url(img/box_rot/mitte.gif);
    padding: 15px 10px 0px 10px;
    width: 710px;
}

#rotmittemenu a:link, #rotmittemenu a {

    font-size: 15px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    width:224px;
    height:33px;
    display:block;
    padding-left:15px;
    padding-top:10px;
    letter-spacing:0.02em;
    text-decoration:none;
}

#rotmittemenu a:hover {
    background-image: url(img/hoverpfeil.gif);
    color:#ffffff;
}

#rotunten {
    background-image: url(img/box_rot/unten.gif);
    height: 15px;
    width: 730px;

}

#contentfull {
    width:730px;
    margin-bottom:15px;
    float:left;
}
/* CATEGORY MENU */
h2.categoryheader {
    background-color:#868686;
    background-image:url(img/bg_boxheader.gif);
    height:28px;
    font-size:12px;
    color:#FFFFFF;
    padding:2px 8px 0px 8px;
    margin:0;
    line-height:28px;
    vertical-align:middle;
}
h2.categoryheader a {
    text-decoration:none;
    color:#fff
}
ul#categorymenu {
    background-color:#EDEDED;
    margin-bottom:15px;
    border: solid #ccc;
    border-width:0px 1px 1px 1px;
}
/* 1st TIER */
ul#categorymenu li.level1 {
    list-style-type:none;
    border: solid #fff;
    border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level1 a {
    text-decoration:none;
    color:#333;
    background:#eee;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    padding:4px 0px 4px 6px;
    display:block
}
ul#categorymenu li.level1 a:hover {
    text-decoration:none;
    color:#333;
    background-color:#ccc;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
    list-style-type:none;
    border: solid #fff;
    border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level2 a {
    text-decoration:none;
    color:#333;
    background: url(img/dotted1.gif) no-repeat 8px 9px #e1e1e1;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    padding:4px 0px 4px 18px;
    display:block
}
ul#categorymenu li.level2 a:hover {
    text-decoration:none;
    color:#333;
    background-color:#ccc;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
/* 3rd TIER */
ul#categorymenu li.level3 {
    list-style-type:none;
    border: solid #fff;
    border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
    text-decoration:none;
    color:#333;
    background: url(img/dotted1.gif) no-repeat 16px 9px #c7c7c7;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    padding:4px 0px 4px 26px;
    display:block
}
ul#categorymenu li.level3 a:hover {
    text-decoration:none;
    color:#333;
    background-color:#ccc;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
    background-color:#868686;
    background-image:url(img/bg_boxheader.gif);
    height:28px;
    font-size:12px;
    color:#FFFFFF;
    padding:2px 8px 0px 8px;
    margin:0;
    line-height:28px;
    vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
    text-decoration:none;
    color:#ffffff
}
.boxbody {
    background-color:#26b8db;
    padding:15px;
    color: #ffffff;
}

.boxbody td {
    color: #fff;
}
.boxbody h3, .boxbody h3 a {
    font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
    font-size:11px;
    text-align:center
}
.boxbody p {
    color:#000000;
    font-size:11px;
    margin:6px 0px 6px 0px
}
.boxbody p.center {
    color:#000000;
    font-size:11px;
    text-align:center;
    margin:6px 0px 6px 0px
}
.boxbody td {
    color:#000000;
    font-size:11px;
    margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
    font-size:11px;
    color:#FF0000
}
.boxbody div.hr {
    margin-top:5px;
    margin-bottom:5px
}
.boxbody div.hrlightgrey {
    margin-top:5px;
    margin-bottom:5px;
}
.boxbody a {
    font-size:11px;
}
.boxbody .productboximage {
    border: solid 1px #999999;
    padding:5px;
    background:#fff;
}
.boxbody ul.contentlist {
    margin-left:5px;
    margin-right:0;
    padding:0;
}
.boxbody ul.contentlist li {
    margin-left:0px;
    padding:0;
    list-style-type:none
}
.contentlist a {
    border-bottom:1px solid #ccc;
    display:block;
    padding:5px 0;
}


/* LOGIN BOX */

#loginboxheader {
    background-image:url(img/box_login/oben1.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    ;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    font-size: 12px;
}


/* CART BOX */
h2.boxcartheader {
    background-image:url(img/box_schwarz/oben.gif);
    background-repeat: no-repeat;
    height:32px;
    font-size:12px;
    color:#000000;
    padding:2px 8px 0px 15px;
    margin:0;
    line-height:28px;
    vertical-align:middle;
}
h2.boxcartheader a {
    text-decoration:none;
    color:#fff
}
.boxcartbody {
    padding:4px 8px 4px 15px;
    background-image:url(img/box_schwarz/mitte.gif);
    background-repeat: repeat-y;

}

.boxcartbottom {
    height: 10px;
    background-image:url(img/box_schwarz/unten.gif);
    background-repeat: no-repeat;
    margin-bottom:20px;
}

.boxloginbottom {
    height: 10px;
    background-image:url(img/box_login/unten.gif);
    background-repeat: no-repeat;
    margin-bottom:20px;
}
.boxcartbody p {
    font-size:11px;
}
/* PRODUCT PREVIEW */
.productPreview {
    padding:0;
    margin:0;
}
.productPreviewContent {
    vertical-align:top;
}
.productPreviewContent h2 {
    padding: 0;
    margin:0px 0px 5px 0px;
}
.productPreviewContent h2 a {
    font-size:14px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
.productPreviewImage {
    vertical-align:top;
}
.productPreviewImage img {
    border: solid 0px #999999;
}
.productPreviewContent .price {
    font-size:16px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    padding:0;
    margin:0
}
.productPreviewContent .taxandshippinginfo {
    font-size:11px;
    font-weight:normal;
    color:#999999;
    padding:0;
    margin:0
}
.productPreviewContent .vpe {
    font-size:11px;
    font-weight:normal;
    color:#999999;
    padding:0;
    margin:0
}
.productPreviewContent .shippingtime {
    font-size:11px;
    font-weight:normal;
    color:#999999;
    padding:0;
    margin:0
}
.productPreviewContent .stockimage {
    margin:0;
    padding:0;
}
.productPreviewContent .stockimagetext {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
.productPreviewContent .productOldPrice {
    font-size:12px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
    display:table;
    width:100%
}

h1.prodinfo {
    color: #ffffff;
    padding-top: 13px;
    padding-left: 15px;
    ;
    font-size: 15px;

}
#productinfoimages {
    float:left;
    background-color:#EDEDED;
    text-align:center;
    width:140px;
    padding:10px;
    margin:0px 10px 10px 0px;
    border: solid 1px #999999;
}
#productinfoimages .productimage {
    border: solid 1px #999999;
}
#productinfoimages .hrlightgrey {
    margin-top:6px;
    margin-bottom:6px;
}
#productinfopricewithimages {
    float:right;
}
#productinfopricewithimages img {
    cursor:pointer
}
#productinfopricewithoutimages {
    width:100%
}
#productinfopricewithoutimages img {
    cursor:pointer
}
#productinfoprice {
    padding:5px
}
#productinfoprice .hrlightgrey {
    margin-top:6px;
    margin-bottom:6px;
}
#productinfoprice .productprice {
    margin:0;
    padding:0;
    font-size:14px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
#productinfoprice .productOldPrice {
    color:#FF0000;
    margin:0;
    padding:0;
    font-size:12px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
#productinfoprice .taxandshippinginfo {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
#productinfoprice .taxandshippinginfo a {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
#productinfoprice .shippingtime {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
#productinfoprice .stockimage {
    margin:0;
    padding:0;
}
#productinfoprice .stockimagetext {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
p.productinfoproductadded {
    font-size:11px;
}
.productoptions {

}
.addtobasket {
    background-color:#EDEDED;
    padding:6px;
    text-align:right;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#999999
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
    padding:15px;
    background:none;
    background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
    
    font-size:13px;
    padding:15px;
    background:none;
    background-color:#fff
}
body.popupprintorder .products tr.header td {
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    background-color:#EDEDED;
}
body.popupprintorder .products .total {
    text-align:right
}
body.popupprintorder .products .quantity {
    vertical-align:top
}
body.popupprintorder .productname {
    vertical-align:top
}
body.popupprintorder .model {
    vertical-align:top
}
body.popupprintorder .singleprice {
    vertical-align:top
}
body.popupprintorder .totalprice {
    vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
    padding: 15px;
    border: solid #e4e4e4 1px;
    -moz-border-radius:7px; /* Firefox */
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px; /* Konqueror */
    border-radius:7px; /* CSS3 */
    behavior:url(border-radius.htc);
    
}
div.highlightbox ul {
    margin-left:15px;
    padding:0;
    display:block;
    list-style-type:square;
    line-height:20px
}
div.highlightbox h1 {
    color: #26b8db;
    padding:0px 0px 10px 0px;
    margin:0;
    border:none;
    font-size:16px
}
div.highlightbox div.hr {
    height:1px;
    line-height:1px;
    margin:0;
    padding:0;
    display:block;
    border-bottom: solid 1px #eee;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:0px 1px 1px 1px;
    border-color:#eee;
    margin-bottom:15px;
}
table.paymentblock tr td.header {
    background-color:#ccc;
    padding:2px;
    padding-left:5px;
    color:#FFFFFF;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:0px 1px 1px 1px;
    border-color:#eee;
    margin-bottom:15px;
}
table.shippingblock tr td.header {
    background-color:#ccc;
    padding:2px;
    padding-left:5px;
    color:#FFFFFF;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
table.shippingblock tr td {
    vertical-align:top;
}
table.shippingblock tr td.description {
    width:100%;
    vertical-align:top;
    padding-left:6px;
}
table.shippingblock tr td.radiobutton {
    vertical-align:top;
    white-space:nowrap;
    padding:4px;
}
table.shippingblock tr td.radiobutton input {
    margin:0;
    padding:0;
}
table.shippingblock tr td.price {
    vertical-align:top;
    white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
    vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
    font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
    width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
    padding: 5px;
    background-color:#f8f8f8;
    border: solid #d9d9d9 1px;
    margin-bottom:8px;
}
table.downloadbox tr td.icon {
    padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
    width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
    font-size:11px;
    text-align:left;
    margin-top:5px;
}
table.graduatedprice tr td.header {
    font-size:12px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
    font-size:11px;
    border-style: solid;
    border-width:10px 1px 1px 1px;
    border-color:#ccc;
    -moz-border-radius:px; /* Firefox */
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px; /* Konqueror */
    border-radius:7px; /* CSS3 */
    behavior:url(border-radius.htc);
}
table.orderdetails tr td {
    padding:4px
}
table.orderdetails tr.headerrow td {
    color:#555;
    font-weight:bold
}
table.orderdetails tr.headerrow td.left {
    text-align:left
}
table.orderdetails tr.headerrow td.center {
    text-align:center
}
table.orderdetails tr.headerrow td.right {
    text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
    background-color:#f8f8f8;
    vertical-align:top
}
table.orderdetails tr.contentrow1 td.quantity {
    text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
    font-size:11px;
    padding:2px;
    border:solid #ccc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
    text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
    background-color:#f8f8f8;
    vertical-align:top
}
table.orderdetails tr.contentrow2 td.quantity {
    text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
    font-size:11px;
    padding:2px;
    border:solid #ccc 1px;
}
table.orderdetails tr.contentrow2 td.productname {
    text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
    text-align:right;
    white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
    text-align:right;
    white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
    text-align:center;
    white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
    margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
    padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
    padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
    width:100%;
    color:#979797;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
    text-align:right;
    border-style: solid;
    border-width:1px 0px 0px 0px;
    border-color:#ccc;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
    background-color:#EDEDED;
    padding:8px;
    border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:0px 1px 1px 1px;
    border-color:#ccc;
}
table.reviewlist tr td {
    padding:4px;
    white-space:nowrap
}
table.reviewlist tr.header td {
    background-color:#ccc;
    color:#FFFFFF;
    font-weight:bold
}
table.reviewlist tr.contentrow1 td {
    background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
    background-color:#f8f8f8;
}
textarea#review {
    width:100%
}
/* MEDIA LIST */
table.medialist {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:1px;
    border-color:#ccc;
}
table.medialist tr td {
    padding:6px;
    white-space:nowrap;
    vertical-align:top
}
table.medialist tr.contentrow1 td {
    background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
    background-color:#f8f8f8;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:1px;
    border-color:#ccc;
    display:table;
    float:left;
    width:235px;
    margin-bottom:15px;
}
.sitemapwrap .sitemapright {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:1px;
    border-color:#ccc;
    display:table;
    float:right;
    width:235px;
    margin-bottom:15px;
}
.sitemapheader {
    padding:3px;
    background-color:#ccc;
    color:#FFFFFF;
    font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
    color:#FFFFFF;
    text-decoration:none
}
.sitemapcontent {
    padding:6px
}
.sitemapcontent li {
    list-style-type:none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
    width:669px;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
    padding:0;
    margin:0px 0px 10px 0px;
    border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
    width:100%;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
    padding:0px 0px 0px 30px;
    color:#666666;
    font-size:11px;
    font-weight:normal;
    white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
    padding:0px 0px 0px 30px;
    color:#666666;
    font-size:11px;
    font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
    white-space:nowrap;
    text-align:right
}
table.checkoutconfirmationorderdetailstotal {
    padding:0;
    margin:10px 0px 0px 0px;
    border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
    width:100%;
    text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
    white-space:nowrap;
    text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
    width:669px;
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
    margin:0;
    padding:0;
    margin-top:15px;
}
ul#checkoutnavigation li {
    height: 70px;
    list-style-type:none;
    float:left;
    width:195px;
    margin-right:15px;
    border: solid 1px;
    padding:8px
}
ul#checkoutnavigation li.active {
    background-color: #f8f8f8
}
ul#checkoutnavigation li.active .number {
    font-size:20px;
    font-weight:bold
}
ul#checkoutnavigation li.active .title {
    font-size:14px;
    font-weight:bold
}
ul#checkoutnavigation li.active .description {
    font-size:11px
}
ul#checkoutnavigation li.inactive {
    color:#999999;
    background-color: #EDEDED;
    border-color:#999999
}
ul#checkoutnavigation li.inactive .number {
    font-size:20px;
    font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
    font-size:14px;
    font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
    font-size:11px
}
/* ERROR MESSAGES */
.errormessage {
    border: solid #ff0000 2px;
    padding:15px;
    background-color:#FFD6D6;
    margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
    padding:4px;
}
/* FOOTER */
.footer {
    clear:both;
    text-align:center;
    font-size:11px;
    color:#666666;
    background-color:#E2E2E2;
    padding: 8px;
    margin-bottom:5px;
    border-bottom:2px solid #ccc;
}
.footer a {
    color:#666666;
    text-decoration:underline
}
/* XTC COPYRIGHT */
.copyright {
    margin: 0 auto;
    width:970px;
    text-align:center;
    color:#666666;
    font-size:11px;
    padding:0px 0px 10px 0px;
}
/* XTC ParseTime */
.parseTime {
    margin: 0 auto;
    width:970px;
    text-align:center;
    color:#666666;
    font-size:11px;
    padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
    background-color:#EDEDED;
    padding:6px;
    text-align:right;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#999999;
    display:block;
    height:auto;
}
.morepics img {
    border:1px solid #999999;
    padding:4px;
    margin-right:8px;
    background:#FFFFFF;
    height:100px;
    width:auto;
}
/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt {
    float:left;
    width:40px;
}
dt img {
    border:1px solid #ccc;
    padding:2px;
    background:#fff;
}
dd {
    float:right;
    width:125px
}
/* Vorschaubilder TD mit gleichem Abstand */
/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
    display:block
}
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
td.productPreviewContent {
    text-align:left
}
/* FIX DER AUFZ�HLUNGEN */
#content ol, #content ul {
    margin:10px 0 10px 13px;
}
/* SEARCHBOX */
.search_header {
    line-height:normal;
}

#steps1menu a:link, #steps1menu a:hover, #steps1menu a:visited, #steps1menu a:active{
    color: #ffffff !important;
    font-size: 11px;
    text-decoration: none;
}

#flowpanes label {
    color:#B1B2B1;
    display:block;
    font-size:11px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
}
#flowpanes label input {
    width:210px;
}
#flowpanes label select {
    width:110px;
}

#flowpanes div h2 {
    color:#000000;
    font-size:11px;
    font-family: OpenSansSemibold, Arial;
    font-weight: normal;
    letter-spacing:1px;
    margin:28px 0 10px;
}
#flowpanes a {
    color:#26b8db;
}
#flowpanes p, #flowpanes samp {
    color:#CCCCCC;
}
#flowpanes div.narrow {
    padding-right:160px;
}

#footer-box1, #footer-box2 {margin-left: 10px !important; font-family: OpenSansRegular, Arial !important;}
#footer-box2 {margin-left: 0px !important;}

#footer-box1, #footer-box2 {margin-top: 0px !important; float: left;}
#footer-box1 #seodm a {color: #b1b1b1 !important;}
#footer-box1 #seodm a .top_parent, #footer-box2 a {color: #b1b1b1 !important;}
#footer-box1 #seodm ul li ul li ul {margin-left:-32px !important;}





/* ----------- */

#footer_neu {
	width: 100%;
	/*position: absolute;*/
	background: url(img/footer_grey.gif) bottom repeat-x #b4b4b4;
	/*left: 0;*/
	/*right: 0;*/
	margin: auto;
}



/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

#footer_neu_spacer {
	height: 329px;
}
#footer_neu_spacer_top {
	height: 20px;
}

#footer_neu div {font-size: 11px; padding-top: 5px;}
#footer_neu .row {width: 980px; margin: auto;}
#footer_neu h3 {
	color: white;
	font-size: 16px;
	margin-bottom: 5px;
}
#footer_neu div a {
	color: #FFFFFF !important;
	font-size: 14px;
}
#footer_neu div a:hover {text-decoration: underline;}
#footer_neu div.line {
	height: 38px;
	border-top: 1px solid #c9c9c9;
	text-align: center;
	color: #fff;
	
	padding-top: 16px;
	margin-top: 20px;
}
#footer_neu #ticker {font-size: 17px;}
#footer_neu div.line a, #footer_neu div.line a:link {
	color: white;
	text-decoration: underline;
}
#footer_neu span.big {
	font-size: 1.2em;
	font-weight: bold;
}
#footer_neu span.small {
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	width: 108%;
}
#footer_neu div a.go {font-weight: normal !important;}
#footer_neu div.line a:hover {
	color: white;
	text-decoration: none;
}

*+html #footer_neu {
	position: relative;
}

*+html #footer_neu .top_border {
	position: absolute;top: 0;
}

.row {width:970px;margin-bottom:20px;padding: 0 10px;}
.row .row {width:auto;margin:0 -20px}
.c2 {width:18%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12 {min-height:1px;float:left;padding-left:10px;padding-right:10px;position:relative}


.footer2_copy {
	margin-top: 20px; width:983px; margin:auto;
	height: 41px;
	background: url(img/footer2_bg.gif) bottom repeat-x;
	position: relative;
}

.footer2_copy div {
	position: absolute;
	color: #484848;
	font-size: 11px;
	right: 12px;
	top: 10px;
}

#siegel {
	position: absolute; margin-left:100px;
}

.foxrate {
	background: url(img/startseite/beratung.jpg) no-repeat;
	padding-left: 17px;
padding-bottom: 10px;
}


#rs_kontakt {
	position: fixed !important;
}

.beratung {
	width: 227px !important;
	padding-left: 10px !important;
	top: 23px;
	position: absolute;
}

.beratung .go.beratungbt {
	position: absolute;
	right: 0;
	bottom: 10px;
}


.vkr #versandrechnerform p {
		bottom: 138px !important;
	}
	.vkr.svg p {
		bottom: 26px !important;
	}



#create_account a.thickbox font {
	color: #26b8db !important;
}



/*
Back to top button
*/
#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#back-top a {
    width: 30px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(img/up-arrow.png) no-repeat center center;
    /* rounded corners */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}


.image_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.image_box .image_box_img:first-child {
	width: 49%;
	height: 470px;
	background: url("img/fon_2.png") no-repeat center center;
}

.image_box .image_box_img {
	position: relative;
	border-radius: 15px;
	width: 49%;
	height: 470px;
	display: flex;
	justify-content: space-between;
	align-items: end;
	background: url("img/fon_2.png") no-repeat center center;
}
.bike_text {
	font-size: 1.8rem;
	color: #FFFFFF;
	font-weight: 1;
	margin-top: 3rem;
	line-height: 30px;
}

.image_box_btn {
	color: #FFFFFF !important;
	padding: 1rem 1.5rem;
	font-size: 1.5rem !important;
	font-weight: 1 !important;
	background: #26A426 !important;
	border-radius: 100px !important;
	display: block !important;
	width: fit-content;
	margin-bottom: -2rem;
	transform: translate(30%, 50%);
}

.image_box_btn.first {
	transform: translate(55%, 50%);
}

.left_block, .right_block {
	padding: 2rem;
	z-index: 2;
}
.image_box {
	position: relative;
}

.image_box .image_box_img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	border-radius: 0 0 15px 15px;
	height: 200px; /* Высота затемнения */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.achievements {
	padding: 4rem 0;
}

.achievements_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.achievements_item {
	width: 26%;
	padding: 2rem 1rem;
	border: 1px solid #5B5856;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.achievements_item:hover {
	cursor: default;
	background: #25A226;
	color: #fff !important;
}
.achievements_item:hover .achievements_content__title {
	color: #fff !important;
}
.achievements_item:hover .achievements_content__text {
	color: #fff !important;
}
.achievements_item:hover .achievements_img path {
	fill: #ffffff !important;
}
.achievements_item:nth-child(3):hover .achievements_img path {
	fill: none !important;
	stroke: #ffffff !important;
}
.achievements_img {
	margin-top: 1rem;
}
.achievements_content__title {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #000000;
	margin: 1rem 0;
}
.achievements_content__text {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #A5A5A5;
}

@media (max-width: 1366px) {
	.achievements_item {
		width: 20%;
	}
}

.slider .achievements_item{
	width: 85% !important;
	background: #ffffff;
}
.slider .slider_item{
	padding:0 1rem;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.countries .slick-arrow {
	transform: translateY(-50%);
}

.slider .achievements_img {
	width: 10rem;
}
.slider .achievements_img img{
	max-width: 100%;
}

.slider .achievements_item:hover .achievements_content__title {
	color: #00a427 !important;
}
.slider .achievements_item:hover {
	cursor: pointer !important;
}

.mobile_menu {
	display: none;
}



.main_title {
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 2rem;
}

.block-4 {
	background-color: #dadada;
	padding: 2rem 0;
}

.block-4 .slider {
	margin-bottom: 40px;
}

.block-4 .slide {
	padding: 40px 15px 0 15px;
}

.block-4 .item {
	background: #fff;
	position: relative;
	padding: 50px 30px 30px 30px;
}

.block-4 .item .img {
	position: absolute;
	width: 4rem;
	height: 4rem;
	border: 10px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border-radius: 50%;
	top: -40px;
	left: 30px;
}

.block-4 .item .img img {
	height: 60px;
	border-radius: 50%;
}

.block-4 .item:before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	right: 30px;
	top: -18px;
	background-image: url('img/icon-quotes-gray.svg');
	background-size: 100% 100%;
}

.block-4 .item .title {
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.block-4 .item .desc {
	color: #6c6c6c;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
}

.block-4 .item .rating {
	display: flex;
	align-items: center;
	margin-top: 30px;
	min-height: 40px;
}

@media (max-width: 575px) {
	.block-4 .item .rating {
		flex-direction: column;
		text-align: center;
	}
}

.block-4 .item .rating .stars {
	white-space: nowrap;
	font-size: 0;
	margin-right: 15px;
}

@media (max-width: 575px) {
	.block-4 .item .rating .stars {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.block-4 .item .rating .stars img {
	display: inline-block;
	margin-right: 3px;
}

@media (max-width: 1329px) {
	.block-4 .item .rating .stars img {
		width: 19px;
	}
}

@media (max-width: 575px) {
	.block-4 .item .rating .stars img {
		width: 18px;
	}
}

.block-4 .item .rating .info {
	color: #6c6c6c;
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	max-width: 150px;
}

@media (max-width: 1199px) {
	.block-4 .item .rating .info {
		max-width: 110px;
	}
}

.block-4 .slick-prev, .block-4 .slick-next {
	margin: 0;
	padding: 0;
	outline: none;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 5px solid #dadada;
	position: absolute;
	top: 50%;
	z-index: 2;
	text-indent: -9999px;
	transition: all .3s;
}

.block-4 .slick-prev:after, .block-4 .slick-next:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-top: 2px solid #717172;
	border-left: 2px solid #717172;
	top: 13px;
	transition: all .3s;
}

.block-4 .slick-prev:hover, .block-4 .slick-next:hover {
	background: #717172;
}

.block-4 .slick-prev:hover:after, .block-4 .slick-next:hover:after {
	border-color: #fff;
}

.block-4 .slick-prev.slick-prev, .block-4 .slick-next.slick-prev {
	left: -10px;
}

.block-4 .slick-prev.slick-prev:after, .block-4 .slick-next.slick-prev:after {
	transform: rotate(-45deg);
	left: 16px;
}

.block-4 .slick-prev.slick-next, .block-4 .slick-next.slick-next {
	right: -10px;
}

.block-4 .slick-prev.slick-next:after, .block-4 .slick-next.slick-next:after {
	transform: rotate(135deg);
	right: 16px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.block-6 {
	background: #dadada;
	padding: 2rem 0 4rem 0;
}

.block-6 img {
	width: 100%;
}

.block-6 .iframe-container {
	display: block;
	max-width: 896px;
	margin: 0 auto;
}

.block-6 .iframe-container .player, .block-6 .iframe-container iframe {
	padding: 0;
	margin-bottom: -6px;
}

@media (max-width: 991px) {
	.block-6 .iframe-container .player, .block-6 .iframe-container iframe {
		max-height: 389px;
	}
}

@media (max-width: 767px) {
	.block-6 .iframe-container .player, .block-6 .iframe-container iframe {
		max-height: 287px;
	}
}

@media (max-width: 575px) {
	.block-6 .iframe-container .player, .block-6 .iframe-container iframe {
		max-height: 306px;
	}
}

@media (max-width: 475px) {
	.block-6 .iframe-container .player, .block-6 .iframe-container iframe {
		max-height: 250px;
	}
}

@media (max-width: 414px) {
	.block-6 .iframe-container .player, .block-6 .iframe-container iframe {
		max-height: 216px;
	}
}

@media (max-width: 375px) {
	.block-6 .iframe-container .player, .block-6 .iframe-container iframe {
		max-height: 194px;
	}
}

@media (max-width: 320px) {
	.block-6 .iframe-container .player, .block-6 .iframe-container iframe {
		max-height: 164px;
	}
}

.block-6 .iframe-container .video-container {
	position: relative;
	border: 4px solid #3e3e3f;
	background: #3e3e3f;
}

.block-6 .iframe-container .video-container:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	background-image: url('img/bg-tv-after.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	left: 0;
	bottom: -50px;
}

@media (max-width: 575px) {
	.block-6 .iframe-container .video-container:after {
		background-size: 100% auto;
	}
}

.block-6 .iframe-container .video-container .button {
	position: absolute;
	width: 75px;
	height: 50px;
	transform: skewX(-25deg);
	background: #e30613;
	left: 40px;
	bottom: -20px;
	transition: all .3s;
	z-index: 2
}

.block-6 .iframe-container .video-container .button.button2 {
	left: 125px;
}

@media (max-width: 575px) {
	.block-6 .iframe-container .video-container .button {
		width: 50px;
		height: 35px;
		margin-bottom: 5px;
		left: 20px;
		background-size: 25px 25px;
	}
	.block-6 .iframe-container .video-container .button.button2 {
		left: 80px;
	}
}

.block-6 .iframe-container .video-container .button:hover {
	background: #3e3e3f;
}

.block-6 .iframe-container .video-container .button .resume, .block-6 .iframe-container .video-container .button .pause,
.block-6 .iframe-container .video-container .button .mute, .block-6 .iframe-container .video-container .button .unmute {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: skewX(25deg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

@media (max-width: 575px) {
	.block-6 .iframe-container .video-container .button * {
		background-size: 20px 20px !important;
	}
}

.block-6 .iframe-container .video-container .button .resume {
	display: block;
	background-image: url('img/icon-play-white.svg');
	background-size: 40px 40px;
}

.block-6 .iframe-container .video-container .button .pause {
	background-image: url('img/icon-pause-white.svg');
	background-size: 30px 30px;
}

.block-6 .iframe-container .video-container .button .mute {
	background-image: url('img/mute.svg');
	background-size: 40px 40px;
}

.block-6 .iframe-container .video-container .button .unmute {
	display: block;
	background-image: url('img/volume.svg');
	background-size: 40px 40px;
}

.block-1-package-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.block-1-package-form .form-control {
	width: 100%;
}

@media (max-width: 768px) {
	.block-1-package-form .form-control {
		text-align: center;
	}
}

.block-1-package-form .form-control + .placeholder {
	position: absolute;
	right: 25px;
	bottom: 10px;
	font-size: 14px;
	color: #3e3e3f;
	width: auto;
	transition: translateY .3s;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #e30613 !important;
	color: white;
}

@media (max-width: 768px) {
	.block-1-package-form .form-control + .placeholder {
		right: 50%;
		transform: translateX(50%);
	}
}

.block-1-package-form .form-control:not([value=""]) + .placeholder, .block-1-package-form .form-control:focus + .placeholder {
	transform: translateY(-20px);
}

@media (max-width: 768px) {
	.block-1-package-form .form-control:not([value=""]) + .placeholder, .block-1-package-form .form-control:focus + .placeholder {
		transform: translateX(50%) translateY(-20px);
	}
}

.block-1-package-form .title {
	color: #3e3e3f;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.block-1-package-form .title {
		font-size: 22px;
	}
}

.block-1-package-form .white-container {
	border: 2px solid #3e3e3f;
	padding: 20px 15px 0;
	background: #fff;
	min-height: 140px;
}

.block-1-package-form .white-container.min {
	min-height: 0;
	padding: 7px 15px;
}

@media (max-width: 991px) {
	.block-1-package-form .btn {
		display: block;
		width: calc(100% - 20px);
	}
}

.block-1-package-form .icon-pack + .select2 .select2-selection {
	background-image: url(../img/block-1/icon-pack.png);
	background-size: 17px 17px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	border: none;
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #575759;
	border-bottom: 1px solid #dadada;
}

.block-1-package-form .icon-pack + .select2 .select2-selection .select2-selection__rendered {
	padding-left: 30px;
}

.block-1-package-form .icon-lang + .select2 .select2-selection {
	background-image: url(../img/block-1/icon-lang.png);
	background-size: 17px 17px;
	background-repeat: no-repeat;
	background-position: 5px calc(50% + 1px);
	border: none;
	border-bottom: 1px solid #dadada;

}

.block-1-package-form .icon-lang + .select2 .select2-selection .select2-selection__rendered {
	padding-left: 30px;
}
.row {
	display: flex;
	width: 100%;
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg-8,.col-lg-4 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.col-lg-4 {
		flex: 0 0 29%;
		max-width: 29%;
	}
	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: end;
	max-width: 100%;
	margin-right: -5px;
	margin-left: -5px;
}

.form-control {
	border: none;
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #575759;
	border-bottom: 1px solid #dadada;
}
.form-control:focus,.form-control:active,.form-control:focus-visible {
	border: none;
	outline: none;
	border-bottom: 1px solid #dadada;
}


.block-1 {
	background-image: url('img/bg1.jpg');
	padding: 20px 0;
	background-size: cover;
}
.block-1 .tabs-container {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 15px;
}
.block-1-package-form .title {
	color: #3e3e3f;
	margin-bottom: 15px;
	font-size: 1.7rem;
}

.btn.btn-arrow {
	padding: 19px 15px;
	border-radius: 0;
	position: relative;
	border: none;
	text-transform: uppercase;
	margin-right: 20px;
	background: #3e3e3f;
	box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
	color: #FFFFFF;

}
.btn {
	transition: all .3s;
	font-weight: 400;
	font-size: 1rem;
}

.btn.btn-arrow:after {
	content: '';
	position: absolute;
	border-left: 20px solid #3e3e3f;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	right: -20px;
	top: 0;
	transition: all .3s;
}

.btn.btn-arrow.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-arrow:hover, .btn.btn-arrow:active, .btn.btn-arrow:focus {
	background-color: #00a427;
	box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.btn.btn-arrow.btn-primary:not(:disabled):not(.disabled):active:after, .btn.btn-arrow:hover:after, .btn.btn-arrow:active:after, .btn.btn-arrow:focus:after {
	border-left-color: #00a427;
}


.block-1 .select2 {
	width: 100% !important;
}

.block-1-package-form .select2 {
	width: 100% !important;
}

body .custom-radio-lg .custom-control-label:before, body .custom-radio-lg .custom-control-label:after {
	width: 1.5rem;
	height: 1.5rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #e30613;
	background-color: #e30613;
	outline: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}


.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	outline: #8a8a8c solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%;
}

body .custom-radio-lg label {
	font-size: 18px;
	padding-left: 10px;
	padding-top: 3px;
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

@media (min-width: 768px) {
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.align-items-center {
	align-items: center !important;
}
.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center !important;
}

.flex-column {
	flex-direction: column !important;
}

.bike_img {
	width: 14rem;
}

.land_img {
	width: 16rem;
}

.bike_img img , .land_img img{
	max-width: 100%;
}

.page_content_text .readmore-js-toggle{
	color:#e43630;
}

.readmore-js-section {
	transition: all .3s;
}

.readmore-js-section.show {
	height: max-content !important;
}

.footer_content {
	padding: 2rem 0;
	background: #3e3e3f;
	overflow: hidden;
	width: 100%;
}

.footer_content .footer_content__item {
	justify-content: center;
	display: flex;
}

.footer_dropdown {
	list-style: none !important;
	width: fit-content;
}

.footer_dropdown li a {
	font-size: 14px;
	color: #ffffff !important;
	margin-bottom: 10px;
}

.footer_content__box h3 {
	color: #FFFFFF;
	line-height: 30px;
	font-size: 16px;
}

.achievements_box a {
	cursor: pointer;
}
.achievements_box a:hover {
	cursor: pointer;
}
.footer_content__box {
	width: fit-content;
}

.world {
	margin-right: -2.6rem;
}

@media (max-width: 768px) {

	#header #logo {
		margin-left: 15px;
		float: left;
		max-height: 60px;

	}
	#header #logo a img {
		max-height: 60px;
	}

	.achievements {
		padding-top: 0 !important;
	}

	.world {
		margin-right: -1rem;
	}

	.footer_dropdown {
		height: 0;
		transition: height .5s;
		visibility: hidden;
	}
	.footer_content .container{
		flex-direction: column;
	}

	.footer_content__box {
		display: flex;
		flex-direction: column;
	}

	.footer_content__item {
		position: relative;
		width: 100% !important;
		justify-content: left !important;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		overflow: hidden;
	}
	.footer_content__item a {
		margin: 0.5rem 0 !important;
		display: block;
	}
	.footer_content__item.active .footer_dropdown{
		height: 130px;
		visibility: visible;
	}
	.footer_content__item.active::before {
		height: 0;
	}
	.footer_content__item.active::after {
		top: 10px;
	}
	.footer_content__item::before {
		content: '';
		position: absolute;
		width: 2px;
		height: 10px;
		background: #FFFFFF;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
	}

	.footer_content__item::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 10px;
		background: #FFFFFF;
		right: 1px;
		top: 50%;
		transform: translateY(-50%);
	}




	#header {
		position: relative;
	}

	.mobile_menu {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 2.5rem;
		height: 2.5rem;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.mobile_menu-line {
		width: 100%;
		height: 4px;
		background: #1a171b;
		border-radius: 6px;
		position:relative;
	}
	.mobile_menu-line:before {
		content: '';
		position: absolute;
		top: -10px;
		width: 100%;
		height: 4px;
		background: #1a171b;
		border-radius: 10px;
	}
	.mobile_menu-line:after {
		content: '';
		position: absolute;
		bottom: -10px;
		width: 100%;
		height: 4px;
		background: #1a171b;
		border-radius: 10px;
	}
	#randslider {
		display: none;
	}

	.achievements_box {
		display: block;
	}
	.achievements_item {
		margin: 1rem 0;
		width: 90%;
	}

	.image_box {
		display: block;
	}

	#topmenuwrap {
		display: none;
	}
	.image_box_img {

	}
	.row {
		display: block!important;
	}
	.image_box .image_box_img {
		width: 100% !important;
		position: relative;
		height: 350px !important;
		margin-bottom: 4rem;
	}
	/*.image_box .image_box_img:first-child {*/
	/*	background: url(img/bg_mobile2.png) no-repeat center center;*/
	/*	background-size: cover;*/
	/*}*/
	/*.image_box .image_box_img {*/
	/*	background: url(img/bg_mobile.png) no-repeat center center;*/
	/*	background-size: cover;*/
	/*}*/

	.image_box_btn {
		transform: translate(5%,50%) !important;
	}

	.left_block, .right_block {
		width: fit-content;
		padding: 1rem;
	}
	.left_block {

	}

	.bike_img {
	;
	}
	.bike_text {
		width: 80% !important;
	}
	.right_block {
		margin-bottom: 1rem!important;
	}

	.header_box {
		justify-content: center;
		margin-bottom: 1rem	;
	}

	h2,p,h3 {
		line-height: 2rem !important;
	}

	.image_box::after {
		width: 0 !important;
	}

	.image_box_img::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100px;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	}

	.mobile-block {
		display: block !important;
	}

	.land_img {
		width: 12rem;
	}

	.bike_img {
		width: 12rem;
	}
	.bike_text {
		margin-top: 1rem;
	}


}

.cop {
	margin: 3rem 0 1rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.cop span {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.page_content_text .readmore-js-section {
	overflow: hidden;
}

.page_content_text p {
	line-height: 1.7rem;
	padding-top: 0;
	margin-top: 5px;
}

.page_content_text h2 {
	font-weight: bold;
	margin: 0 !important;
	padding: 2rem 0 0 0 !important;
	font-size: 1.5rem;
	line-height: unset;
}

@media (max-width: 500px) {
	.image_box .image_box_img {
		height: 250px !important;
		margin-bottom: 2rem;
	}
	.bike_img {
		width: 7rem;
	}

	.land_img {
		width: 8rem;
	}
	.right_block {
		padding-left: 0 !important;
	}
	.bike_text {
		font-size: 1.2rem;
	}
	.image_box_btn {
		font-size: 1rem !important;
		padding: 0.5rem 1rem;
	}
	.first {
		transform: translate(20%,50%) !important
	}
	/*.world {*/
	/*	transform: translateX(0.8rem);*/
	/*}*/
	.image_box .image_box_img::after {
		height: 100px;
	}
}

.top_content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 2rem 0;
	background: #EBEBEB;
}

.top_content h1 {
	font-size: 40px;
	font-weight: 700;
	color: #E30614;
	margin: 0;
	margin-left:3rem;
	padding: 0;
}
.main_content h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 2rem;
}
.main_content {
	padding: 2rem 0;
	max-width: 80%;
	height: 100%;
}

.top_content-btn {
	color: #FFFFFF !important;
	text-transform: uppercase;
	background-color: #00a427 !important;
	padding: 0.7rem 2rem;
	margin-left: 20px;
	font-size: 18px;
	border-radius: 10px;
	font-weight: 600;
	transition: all .3s;
}

.top_content-btn:hover {
	color: #FFFFFF !important;
	background-color: #E30614!important;
}

@media (max-width: 767px) {
	.top_content {
		flex-direction: column;
	}
	.top_content h1 {
		max-width: 80%;
		margin: 1rem 0;
		line-height: 30px;
		font-size: 22px;
		text-align: center;
	}
	.top_content-img {
		display: none;
	}
	.top_content {
		padding: 1rem 0;
	}
	.main_content h2 {
		font-size: 16px;
	}
	.main_content {
		padding: 0;
	}
}