@charset "UTF-8";

/* Buttons */
#button1-container {
	float: right;
	height: 23px;
	background: #fff;
	padding-top: 6px;
	margin-top:2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 2px #FFFFFF, 0px 1px 0px rgba(255,255,225,0.3);
	-moz-box-shadow: inset 0 1px 2px #000, 0px 1px 1px rgba(255,255,225,0.2);
	box-shadow: inset 0 1px 2px #FFFFFF, 0px 1px 0px rgba(255,255,225,0.3);
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
#button1 {
	float: right;
	height: 22px;
	margin-right: 1px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	cursor: pointer;
}
#button1 p {
	margin-top: 2px;
	margin-left: 11px;
	font-family: 'Oxygen', sans-serif;
	font-size: 10px;
	color: #808080;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#button1 p a{
	margin-top: 2px;
	margin-left: 11px;
	margin-right:11px;
	font-family: 'Oxygen', sans-serif;
	font-size: 10px;
	color: #808080;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration:none;
}
#button1 p:hover {
	color: #FD7B1A;
}
#button1-container:hover {
 color:#FD7B1A -webkit-box-shadow: inset 0 1px 2px #646464, 0px 0px 10px 5px rgba(255,255,225,0.2);
	box-shadow: inset 0 1px 2px #646464, 0px 0px 10px 5px rgba(255,255,225,0.2);
}
.yellow-light {
	float: right;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(247,240,210,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(247,240,210,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(247,240,210,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(247,240,210,1.00) 100%);
}
/* End Buttons */


/************** Header ********************/
#header_position{
	width: 100%;
	z-index: 4;
	position: fixed;
 	top:0; left:0;
 	background-color:white;
}
#header_filler{
	width:100%;
	height:178px;
}
#header_filler.large {
	height:255px;
}
#header_filler.design-large {
	height:100px;
}
#header_filler.design-short {
	height:46px;
}
#header {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	height: 65px;
	
}
#logo.mobile {
	display: none;
} 
#logo {
	margin-top: 0px;
	margin-bottom: 22px;
	width: 17%;
}
#headerpop { 
	width: 40%;
}
#logo-popup {
	width: 100%;
}
#logo-popup img {
	width: 50%;
	margin: 0 auto;
	display: block;
}
#logo.ontwerp-module, #shop_cart.ontwerp-module, #shop_cart.mobile {
	display: none;
}
#logo.ontwerp-module {
	margin-bottom: 0px;
	max-height: 60px;
}
#logo.ontwerp-module a {
	/*height: auto;*/
	max-height: 80px;

}
#logo.ontwerp-module .logo {
	max-height: 46px;
	max-width: 200px;
	margin-top: 20px;
}
#shop_cart.ontwerp-module {
	margin-top: -2px;
	width: auto;
}

#shop_cart li {
	position: relative;
}
#shop_cart li a span:hover {
	color: #009CEF;
}
#shop_cart .shop-text {
	position: absolute;
    color: #6e6e6e;
    left: 30px;
    top: -5px;
}
#shop_cart.ontwerp-module .shop-text {
	top: 10px;
}
#logo a {
	width: 100%;
}
#header_wrapper_fixed {
	width: 100%;
	z-index: 4;
	position: fixed;
 	top:0;
 	left:0;
}
#header_fixed {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1000px;
}
#header-bottom-line {
	width: 100%;
	height: 2px;
	-webkit-box-shadow: 0px 1px 3px #BABABA;
	box-shadow: 0px 1px 3px #BABABA;
	background-color: #D7D7D7;
	position: absolute;
	margin-top: -110px;
	z-index: 1;
}

/* Topnav */
#topnav-container-right{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	z-index:5;
}
#topnav-container{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width:100%;
  background-color: #f8f8f9;
}
#topnav ul {
	width: auto;
	display: block;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	float: right;
	cursor: default;
	padding-left: 12px;
	margin-top: 0px;
}
#topnav ul li {
	font: 12px/18px 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #6e6e6e;
	z-index: 2;
}
#topnav ul li#resumesticker { 
	padding-right: 5px;
	color: #ef7f1a;
}
#topnav ul li#resumesticker:hover {
	color: #000;
}
#topnav ul li#resumesticker span {
	color: #6e6e6e;
	padding-right: 7px;
}
#topnav ul.resumesticker {
	padding-left: 10px;
	float: left;
}
#topnav ul li:hover {
	color: #009CEF;
	cursor: pointer;
}
#topnav ul li.no-hover:hover {
	color: #6e6e6e;
	cursor: initial;
}
#topnav ul li a{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;	
}
/* End TopNav */
.top-right-menu li#lilogin2 #ulleft{
	display: none;
}
#ulleft, #ulright {
	border: 2px solid #009cef;
    background: #fff;
}

#ulleft li:hover .icon-draft, #ulleft li:hover .icon-list, #ulleft li:hover .icon-user, #ulleft li:hover .icon-exit {
	color: #ef7f1a;
}
#ulleft li:hover a{
	color: #fecc00;
	cursor: pointer;
}
#ulleft .icon-draft, #ulleft .icon-list, #ulleft .icon-user, #ulleft .icon-exit {
	color: #009cef;
	font-size: 15px;
}
#lilogin2 .user-icon {
	background: url('/images/account.png') left center no-repeat;
	padding: 10px;
}

#ulright {
	opacity: 1;
	color: #6e6e6e;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 12px;
	float: right;
	margin-left: -95px;
	width: 152px;
}


/* Topnav-Shop */
#topnav-shop a {
	display: inline-block;
	position: relative;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 7px;
	background: #009CEF;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #FFFFFF;
}
#topnav-shop a:hover {
	background-color: #009CEF;
	color: #fecc00;
	cursor: pointer;
}
#topnav-shop a {
	background-color: #009CEF;
	width: auto;
	display: block;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	float: right;
	cursor: default;
	padding-left: 15px;
	margin-top: 0px;
}
#topnav-shop li {
	display: block;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
}
#topnav-shop ul li ul li:hover {
	background-color: #009CEF;
}
#topnav-shop-counter{
    background-color: #009cef;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -7px;
    width: 20px;
    z-index: 5;
    font-family: "Open Sans",sans-serif;
    border-radius:10px;
    border:1px solid #009cef;
    line-height:20px;
    text-align:center;
    
}
#shop_cart.ontwerp-module #topnav-shop-counter {
	top: 3px;
	left: 30px;
}
#shop_cart.ontwerp-module .icon-basket:before {
	font-size: 28px;
}
.icon-basket:before {
	color: #009cef;
}
#lilogin:hover a{
	color: #fecc00;
}
#lhb:hover{
	color: #fecc00;
}
.navbutton {
	height: 11px;
	padding-right: 3px;
}
/* End TopNav-Shop */


/* Main-nav */
#main-nav-container {
	width: 100%;
    margin: 0 auto;
}
#main-nav {
	height: 40px;
	z-index: 1;
	float: right;
	background-color: #FECC00;
}
ul.main-nav {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 13px;
	position: relative;
	padding-top: 11px;
}
ul.main-nav li {
	display: inline-block;
	text-align: center;
	border-bottom: none;
	position: relative;
	z-index: 1;
}
ul.main-nav a, ul.main-nav a:visited {
	padding: 10px;
	display: inline;
	text-decoration: none;
	color:#000000;
	cursor: pointer;
	z-index: 1000;
}
ul.main-nav a:hover, ul.main-nav a:active, ul.main-nav a:focus {
	color: #fff;
}
#main-nav #subgroepMenu {
	position: absolute;
    top: 29px;
    left: -40%;
    background: #fff;
    width: 670px;
    height: 210px;
    border-radius: 0 0 9px 9px;
    border: 2px solid #fecc00;
    padding: 20px 0px 20px 10px;
    border-top: none;
}
#main-nav #subgroepMenu:before, #topnav ul li ul:before{ 
	content: "";
    width: 0px;
    height: 0px;
    border: 1em solid transparent;
    position: absolute;
}
#main-nav #subgroepMenu:before { 
	left: 70px;
    top: -25px;
    border-bottom: 12px solid #fff;
    z-index: -1;
}
#topnav ul li ul:before {
	right: 30px;
    top: -25px;
    border-bottom: 12px solid #009cef;
}
#main-nav #subgroepMenu li {
	text-align: left;
	width: 180px;
	padding: 5px 0px;
	float: left;
	margin-right: 40px;
	border-bottom: 1px solid #d1d1d1;
	cursor: pointer;
}
#main-nav #subgroepMenu li.left {
	height: 210px;
	margin-right: 20px;
    border-right: 2px solid #fecc00;
    border-bottom: none;
}
#main-nav #subgroepMenu li.left img {
	padding-bottom: 10px;
	cursor: initial;
}
#main-nav #subgroepMenu li a {
	padding: 15px 0;
	margin: 0px;
	color: #6e6e6e;
}
#main-nav #subgroepMenu li a:hover, #main-nav #subgroepMenu li:hover:after  {
	color: #ef7f1a;
}
#main-nav #subgroepMenu li:after {
	font-family: 'ico123';
    content: "\e906";
    font-size: 8px;
    float: right;
}
#main-nav #subgroepMenu li.left:after {
	content: "";
}
#main-nav #subgroepMenu .btn-yellow {
	color: #FFF;
    background-color: #fecc00;
    transition: background .2s;
    border-radius: 25px;
    padding: 5px 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    box-shadow: 0px 1px 2px 1px #bdbdbd;
}
#main-nav #subgroepMenu .btn-yellow:hover {
	background: #fea000;
	color: #FFF;
}

/* End main-nav */


/* Extra-Bar */
#extra-bar {
	width: 100%;
	position: relative;
	top:0px;
}
/* Searchbar */
#content_wrapper {
	position: relative;
	max-width: 1250px;
	padding: 25px 0px;
	margin: 0 auto;
	/*background: #fff;*/
    overflow: hidden;
}
#search{
	margin-top:15px;
	display: inline-block;
	margin-left: 60px;
	vertical-align: bottom;
}
#search-bar {
	/*height: 30px;*/
	max-width: 1250px;
	margin: 0 auto;
	
}
.search {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	color: #B3B3B3;
	width: 400px;
	font-size: 12px;
	font-weight: 400;
}
#search input[type="text"] {
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d1d1d1;
	font: 13px;
	color: #bebebe;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.searchform1 {
	position: relative;
}
.homepage-wrapper #search input[type="text"], .btn-search  { 
	background: #fff !important;
}
#search .btn-search {
	background: url(/gfx/search.svg) center center no-repeat !important;
    background-size: 22px !important;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    border-left: 1px solid #d1d1d1;

/*    background-size: 15px;
    border: none;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    margin-left: -50px;
    padding: 5px 16px;
    font-size: 13px;
    cursor: pointer;
    border-left: 1px solid #d1d1d1;
    vertical-align: sub;*/
}


#search input[type="text"]:focus {
	/*margin-right: 10px;*/
}
.lighter input[type=text] {
	background: url(/images/search-white.png) no-repeat 10px 6px #fcfcfc;
	border: 1px solid #d1d1d1;
	background-color: #FCFCFC;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 35px;
	padding-bottom: 6px;
}
#search-bar .tips {
	float: left;
    line-height: 37px;
    color: #6e6e6e;
    font-size: 13px;
}
#search-bar .faq {
	display: inline-block;
	vertical-align: super;
	width: 8%;
}
#search-bar .faq a{
	font-size: 13px;  
	text-decoration: none;
	color: #027cb2;
}
#search-bar .faq a:hover,
.top-right-menu #lilogin2 #lilogin:hover,
.top-right-menu li.menu-item-top a:hover {
	color: #ef7100;
}
#search-bar .tips a {
	text-decoration: none;
}
#search-bar .searchform1 { 
	float: left;
}
#search span {
	display: inline-block;
}
#shop_cart {
	float: right;
	margin-top: 15px;
	width: 20%;
}
#shop_cart.ontwerp-module ul li:before {
	content: '|';
    font-size: 15px;
    padding-right: 5px;
    vertical-align: super;
    margin-left: -10px;
}
#shop_cart .icon-basket {
	text-decoration: none;
}
#shop_cart a span {
	font-size: 15px;
    color: #6e6e6e;
    font-family: sans-serif;
    padding-left: 20px;
}

/* End searchbar */

/* Contactbar */
#contactbar {
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 36px;
	bottom: 0px;
	left: 0px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 1px 3px #ff9a1a ;
	box-shadow: 1px 1px 1px 3px #ff9a1a ;
}
#contactbar-text-container {
	position: relative;
	max-width: 1250px;
	margin: 5px auto;
	/*overflow: hidden;*/
}
.contactbar-text {
	padding-top: 5px;
	text-align: center;
	font-family: 'Oxygen', sans-serif;
	color: #FD7B1A;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	width: 15%;
	padding-right:0px;
}
.contactbar-text:first-child {
	text-align: left;
	width:22%
}
.after-contactbar-text {
	clear: left;
}
.contactbar-text a {
	font-family: 'Oxygen', sans-serif, icomoon;
	text-decoration: none;
	color: #ef7f1a;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	display: inline;
}
#contactbar a:hover {
	color: #000;
}
#contactbar-chatbutton a:hover {
	color: #fecc00;
}
#contactbar-chatbutton-container {
	position: relative;
	width: 1000px;
	margin-top: -39px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#contactbar-chatbutton {
	border-radius: 9px 9px 0 0;
	height: 39px;
	float: right;
	width: 190px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #009CEF;
}
#contactbar-chatbutton a {
	font-family: 'Oxygen', sans-serif, icomoon;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}
.chaticon {
	height: 19px;
	margin-top:5px;
}
/* End Contactbar */
#map_blocker{
	background-color:black;
	opacity:0.2;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:8;
	display:none;
}
#map_container{
	background-color:white;
	z-index:9999;
	width:800px;
	height:600px;
	position:fixed;
	margin: 0 auto;
	top:0;
	left:0;
	display:none;
}
#map_header{
	width:100%;
	height:25px;
	background-color:#ffffff;
	border-bottom:1px solid #999999
	
}
#map_close{
	background: url("/gfx/close.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  cursor: pointer;
  float: right;
  height: 18px;
  margin-right: 4px;
  margin-top: 4px;
  width: 28px;
}

#contactbar-chatbutton img{
	max-width:80%;
	margin-top:5px;
} 

/****** RESPONSIVE DESIGN *******/
/** Menu ****/
#navigation {
    background-color: #EF7F1A;
    color: #fff;
    text-align: center;
    display: none;
    float: left;
    margin: 15px 0px 15px 5px;
    height: 100%;
}

#navigation #navigation_list {
	display: none;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
   
}
#navigation ul#subgroepMenu {
	margin-left: 27px;
}
#navigation ul#subgroepMenu li{
	list-style: disc;
}
#navigation ul#subgroepMenu li a{
	padding: 2px 0px 2px 2px;
    font-size: 17px;
    margin-left: 0px
} 
.burgen-icon {
    content: "";
    position: absolute;
    left: 10px;
    display: block;
    width: 25px;
    top: 26px;
    height: 3px;
    -webkit-box-shadow: 1px 6px 1px 1px #fff,1px 15px 1px 1px #fff,1px 24px 1px 1px #fff;
    box-shadow: 0 6px 0 1px #fff,0 15px 0 1px #fff,0 24px 0 1px #fff;
}
#subgroepMenu {
	display: none;
}
#navigation .subgroepLink:before {
	font-family: 'icomoon';
    content: "\e60c";
    font-size: 12px;
    padding-right: 20px;
}
.questionLink:before {
	font-family: 'icomoon';
    content: "\e606";
    font-size: 12px;
    padding-right: 20px;
}
.tipLink {
	background: url('/gfx/tip-orange.png') 15px center no-repeat;
}
.editLink{
	background: url('/gfx/edit-orange.png') 30px center no-repeat;
	background-size: 14px;
}
#navigation #navigation_list.expanded {
    display: block;
    top: 73px;
    left: 0;
    width: 100%;
    position: absolute;
    background: #EF7F1A;
    padding-bottom: 100px;
    height: 400px;
    max-height: 600px;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}
#navigation li a {
    display: block;
    padding: 10px 0;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}
.menu_button {
    display: block;
    width: 36px;
    height: 50px;
    padding-left: 10px;
}
.menu_button:hover {
    color: #58cbdb;
    text-decoration: none;
}
.loginicon-mobile, #login_header_mobile{
	display: none;
}
.order-settings  .mobile-datum, .order-settings .mobile-begrag, .order-detail .shop_table tr.mobile-image {
	display: none;
}
.resumesticker.mobile {
	display: none;
}
.mini-banner {
	margin-top: -4px;
}
.mini-banner-sub {
	margin-bottom: 15px;
}
.mini-banner img, .mini-banner-sub img {
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}


/****************** NEW HEADER ***************************/
.logo-bg h1 {
	display: none;
}

.white-bg,
#bottomnav-container,
#topnav-container-new {
	background: #fff;
}
.adminEmail {
	padding-right: 30px;
	font-weight: bold;
}
.topnav-mobile {
	display: none;
}
#bottomnav-container {
	max-width: 1250px;
	margin: 0 auto 20px;
	clear: both;
 
}
#bottomnav-container.designmodule {
	padding-top: 10px;
}
#topnav-container-new {
	width: 100%;
    max-width: 1250px;
	margin: 0 auto;
    overflow: hidden;
    padding: 0 0px 2px 0px;
}
.top-right-menu {
	padding-right: 20px;
	padding-left: 0px;
}
#topnav-container-new.top {
	overflow: inherit;
	display: table;
}
#topnav-container-left-new {
	float: left;
}
#topnav-container-right-new {
	float: right;
}
#topnav-container-right-new .top-contact {
	padding: 15px 0px;
}
#topnav-container-right-new .top-contact a { 
	text-decoration: none;
	font-weight: bold;
	color: #009CEF;
	padding-right: 20px;
}
#topnav-container-right-new .top-contact a:hover { 
	color: #ef7f1a;
}
#maintenanceclock {
	width: 100%;
    	max-width: 1250px;
	margin: 0 auto;
    	overflow: hidden;
    	padding: 10px 10px 10px 10px;
    	background-color:#ef7f1a;
    	margin-top:30px;
    	margin-bottom:10px;
}
#maintenanceclock .alarmcaption{
	font-weight: bolder;
  	font-size: 18px;
  	text-align: center;	
  	color:#FECC00;
}
#navigation-menu {
	position: relative;
}
.main-menu {
	padding: 0px;
}
.main-menu li,
.top-right-menu li {
	display: inline-block;	
	margin: 0px;
	cursor: pointer;
}
.main-menu li.border {
	border-right: 1px solid #fbf2b4;
	border-left: 1px solid #fbf2b4;
}
.main-menu li a,
.top-right-menu li a,
.main-menu.new li {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif, 'Oxygen';
}
.main-menu .yellow-bg, 
.main-menu .logo-bg,
.main-menu .blue-bg,
.main-menu .l-blue-bg,
.main-menu .white-bg {
	height: 70px;
	line-height: 70px;
	vertical-align: middle;	
	text-align: center;
}
.main-menu .logo-bg {
	width: 17.8%;
	padding: 0 20px 0 0;
}
.main-menu .logo-bg  img {
	vertical-align: middle;
}
.main-menu .yellow-bg {
	background: #FECC00;
    width: 20%; 

}
.main-menu .yellow-bg .icon-dropdown,
.main-menu .white-bg .icon-dropdown,
.main-menu .blue-bg,
.main-menu .l-blue-bg  {
	position: relative;
	cursor: pointer;
}
.main-menu.new .yellow-bg .icon-dropdown,
.main-menu.new .white-bg .icon-dropdown {
	font-size: 8px;
}
.main-menu.new li.active .icon-dropdown {
	color: #fff;
}
.main-menu .yellow-bg .icon-dropdown,
.main-menu .white-bg .icon-dropdown  {
	color: #000;
	bottom: 0px;
}
.main-menu .blue-bg {
	background: #009CEF;
	width: 10%;
}
.main-menu .yellow-bg.fix {
	margin-left: -1px;
}
.main-menu .l-blue-bg {
	background: #027cb2;
	width: 9.8%;

}
.main-menu li span {
	cursor: pointer;
}
.main-menu .yellow-bg a {
	padding: 20px;
	text-align: center;

}
.main-menu .yellow-bg:hover,.main-menu .l-blue-bg:hover, .main-menu .blue-bg:hover,
.main-menu .white-bg:hover   {
	-webkit-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.main-menu .icon-basket:before {
    color: #fff;
}
.main-menu #lilogin,
.top-right-menu #lilogin {
	left: 18px;
}
.main-menu .shop-text {
	left: 10px;
}
.main-menu #lilogin, .main-menu .shop-text  {
	position: absolute;
    bottom: -20px;
    color: #fff;
    font-size: 11px;
}
.main-menu #topnav-shop-counter {
	left: 50px;
	top: 3px;
} 
.main-menu #lilogin.logged {
	left: 10px;
}
.blue-li {
	background: #009CEF;
}
.main-menu #ulleft .icon-draft, 
.main-menu #ulleft .icon-list, 
.main-menu #ulleft .icon-user,
.top-right-menu #ulleft .icon-draft, 
.top-right-menu #ulleft .icon-list, 
.top-right-menu #ulleft .icon-user,
.topnav-mobile #ulleft .icon-draft,
.topnav-mobile #ulleft .icon-list,
.topnav-mobile #ulleft .icon-user {
    font-size: 25px;
    background: #009CEF;
}

.top-right-menu #ulleft .icon-draft, 
.top-right-menu #ulleft .icon-list, 
.top-right-menu #ulleft .icon-user
.top-right-menu #ulleft .icon-draft:hover, 
.top-right-menu #ulleft .icon-list:hover, 
.top-right-menu #ulleft .icon-user:hover,
.main-menu #ulleft .icon-draft, 
.main-menu #ulleft .icon-list, 
.main-menu #ulleft .icon-user
.main-menu #ulleft .icon-draft:hover, 
.main-menu #ulleft .icon-list:hover, 
.main-menu #ulleft .icon-user:hover,
.main-menu .icon-dropdown,
.main-menu #lilogin2 .icon-user,
.top-right-menu #lilogin2 .icon-user,
.blue-li,
.topnav-mobile #ulleft .icon-draft,
.topnav-mobile #ulleft .icon-list,
.topnav-mobile #ulleft .icon-user,
.topnav-mobile #ulleft .icon-draft:hover,
.topnav-mobile #ulleft .icon-list:hover,
.topnav-mobile #ulleft .icon-user:hover,
.topnav-mobile #ulleft li:hover .icon-draft,
.topnav-mobile #ulleft li:hover .icon-list,
.topnav-mobile #ulleft li:hover .icon-user  {
	color: #fff;
}
.main-menu #ulleft .icon-exit,
.main-menu #lilogin2 .icon-user:before,
.top-right-menu #ulleft .icon-exit,
.top-right-menu #lilogin2 .icon-user:before,
.topnav-mobile #ulleft .icon-exit,
.topnav-mobile #ulleft .icon-user:before {
    font-size: 25px !important;
}
.main-menu #ulleft .left,
.main-menu #ulleft .right,
.topnav-mobile #ulleft .left,
.topnav-mobile #ulleft .right,
.top-right-menu #ulleft .left,
.top-right-menu #ulleft .right {
	height: 42px;
    line-height: 42px;
}

.main-menu #ulleft .left, .topnav-mobile #ulleft .left,
.top-right-menu #ulleft .left {
	width: 15%;
}
.main-menu #ulleft .right, .topnav-mobile #ulleft .right {
	width: 64%;
	color: #009CEF;
}
.top-right-menu #ulleft .right {
	color: #009CEF;
}
.main-menu .icon-dropdown {
	position: absolute;
    right: 5px;
    bottom: 7px;
}
.main-menu #lilogin2.full-bg:after{
	content: '';   
    position: absolute;
}
.main-menu #lilogin2:hover {
	box-shadow: none;
}

#navigation-menu ul#ulleft,  .topnav-mobile #ulleft,
.top-right-menu ul#ulleft {
    position: absolute;
    width: auto;
    min-width: 194px;
    top: 70px;
    right: -98px;
    z-index: 9;
    padding: 0px;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
.top-right-menu ul#ulleft  {
	top: 63px;
    right: -49px;
}
#navigation-menu ul#ulleft li,  .topnav-mobile #ulleft li,
.top-right-menu ul#ulleft li {
	text-align: left;
	width: 100%;
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}
#navigation-menu ul#ulleft li:hover,
#navigation-menu ul#ulleft li:hover .left,
#navigation-menu ul#ulleft li:hover .right,
.topnav-mobile #ulleft li:hover .left,
.topnav-mobile #ulleft li:hover .right,
.top-right-menu #ulleft li:hover,
.top-right-menu #ulleft li:hover .left,
.top-right-menu #ulleft li:hover .right {
	background: #009CEF;
	color: #fff;
	overflow: hidden;
}
.top-right-menu #ulleft li:hover .left.icon-white-hart  {
	background: #009CEF url(../gfx/fav-white.svg) center center no-repeat;
    background-size: 25px;
}
.top-right-menu #ulleft li:hover .left.icon-white-customers  {
	background: #009CEF url(../gfx/custom-white.svg) center center no-repeat;
    background-size: 25px;
}.top-right-menu #ulleft li:hover .left.icon-address-white {
	background:  #009CEF  url(../gfx/adress-white.svg) center center no-repeat;
	background-size: 36px;
}
.top-right-menu #ulleft li:hover .left.icon-facturen-white  {
	background:  #009CEF  url(../gfx/facturen-white.svg) center center no-repeat;
	background-size: 28px;
}
.top-right-menu #ulleft li:hover .left.icon-updates-white  {
	background:  #009CEF  url(../gfx/dashboardmeter-white.png) center center no-repeat;
	background-size: 28px;
}
.top-right-menu #ulleft li:hover .left.icon-tickets-white  {
	background:  #009CEF  url(../gfx/coupons-white.svg) center center no-repeat;
	background-size: 28px;
}
#navigation-menu ul#ulleft li  a,  .topnav-mobile #ulleft li a,
.top-right-menu ul#ulleft li a{
	font-size: 15px;
	font-weight: normal;
}
#navigation-menu ul#ulleft span, .topnav-mobile #ulleft span,
.top-right-menu ul#ulleft span  {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
}
.de #navigation-menu ul#ulleft span.right{ 
	font-size: 13px;
}
#navigation-menu li#lilogin2:hover #ulleft, .topnav-mobile #lilogin2:hover #ulleft,
.top-right-menu li#lilogin2:hover #ulleft {
    display: block;
}

#main-submenu,
#main-submenu1 {
	visibility: hidden;
	position:absolute;
	width: 800px;
	padding: 0px;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2); 
    border-radius: 0px 0px 9px 9px;
}

#main-submenu1 {
	width: 100%;
}
.menu-product-single:hover #main-submenu,
#menu-all-products:hover  #main-submenu,
#menu-product-items1:hover #main-submenu1 {
	visibility: visible;
	transition: 0.2s 0.5s;
}
.menu-product-single:hover,
#menu-all-products:hover,
#menu-product-items1:hover  {
	transition: 0.2s 0.5s;
	background-color: #FFF7D7;
	
}
.menu-product-single:hover a,
#menu-all-products:hover a,
#menu-product-items1:hover a {
	/*transition: 0.3s 0.5s;
	color: #fff;*/
}
#main-submenu .close-menu,
#main-submenu1 .close-menu {
	position: absolute;
	right: 10px;
	top: -18px;
	/*padding: 20px;*/
	font-size: 16px;
	font-weight: bold;
	z-index: 999;
	cursor: pointer;
}

#main-submenu1 .close-menu  {
/*	padding: 0;
    top: -22px;
    right: 10px;*/
}

#main-submenu .main-menu-items {
	padding-top: 10px;
	padding-bottom: 20px;
	background: #dcdcdc;
	width: 198px;
	min-height: 215px;
	border-right: 2px solid #FECC00;

}
#main-submenu .yellow-bg:hover {
	box-shadow: none;
	cursor: default;
}
#main-submenu .yellow-bg:hover a,
#main-submenu .yellow-bg:hover .icon-dropdown {
	cursor: default;
}
#main-submenu li.sub {
	width: 200px;
	text-align: center;
}
#main-submenu li {
	display: block;
	text-align: left;
}
#main-submenu li.subgroepLink {
	padding: 0px 0px 0px 20px;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
}
#main-submenu li.subgroepLink:hover { 
	background: #fff;
	width: 102%;
}
.subgroepLink a:hover,
.subgroepLink .subgroepLink-items a li:hover,
#main-submenu .close-menu:hover  {
	color: #ef7f1a;
}
.subgroepLink .subgroepLink-items {
	display: none;
	position: absolute;
	left: 200px;
	top: 20px;
}
.subgroepLink .main-subgroepLink-items {
	border-bottom: 2px solid #FECC00;
	font-weight: bold;
	width: 90%;
   	padding-bottom: 10px;
    margin-bottom: 8px;

}
.subgroepLink .main-subgroepLink-items a {
	width: 230px;
    display: block;
}
.subgroepLink .main-subgroepLink-items a:after {
	font-family: 'ico123';
    content: "\e906";
    font-size: 8px;
    float: right;
}
.subgroepLink .subgroepLink-items li {
	text-align: left;
    width: 230px;
    padding: 0px;
    margin-right: 40px;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    display: inline-block !important;
}
.subgroepLink .subgroepLink-items a li  {
	font-weight: normal;
	color: #6E6E6E;
}
.subgroepLink .subgroepLink-items li a.bold {
	font-weight: bold;
}
.subgroepLink .subgroepLink-items li:after {
    font-family: 'ico123';
    content: "\e906";
    font-size: 8px;
    float: right;
}
/*** New Navifation August 2018 (SEO) ****/

#main-submenu .sub-submenu {
	padding-left: 0;
    width: 30%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
#main-submenu .sub-submenu h4,
#main-submenu .sub-submenu li {
	line-height: 25px;
}
#main-submenu .sub-submenu h4 {
	margin-top: 10px;
}
#main-submenu .sub-submenu li, 
#main-submenu .sub-submenu li a {
	font-weight: normal;
	color: #6e6e6e;
	cursor: pointer;
}
#main-submenu .sub-submenu li a,
#main-submenu .sub-submenu h4 a {
	width: 80%;
    display: block;
    text-align: left;
}
#main-submenu .sub-submenu li a.black {
	color: #000;
}
#main-submenu .sub-submenu li a:hover,
#main-submenu .sub-submenu h4 a:hover {
    background: #FFF7D7;
}
#main-submenu .main-menu-items.new {
	padding-bottom: 0;
    padding-top: 0;
    margin-top: -10px;
    margin-bottom: -10px;
} 

/*** Search bar ***/
#bottomnav-container #search {
	margin-top: 10px;
}
#bottomnav-container #search-bar .faq {
	width: auto;
	padding-right: 3%;
}
#bottomnav-container #search-bar .faq:last-child  {
	padding-right: 30px;
}
#bottomnav-container .search {
	background: none !important;
	padding-left: 20px;

}
#bottomnav-container #search input[type="text"]:focus,
#bottomnav-container #search input[type="text"]:active {
	/*width: 300px;*/
	-webkit-transition: width 0.2s;
    -moz-transition: width  0.2s;
    -ms-transition: width  0.2s;
    -o-transition: width  0.2s;
    -transition: width  0.2s;
}
#bottomnav-container #extra-bar {
	text-align: right;
	margin-bottom: 10px;
}
#bottomnav-container #search .btn-search {
	padding: 4px 20px;
}
/**** Mobile ***/
.topnav-mobile #ulleft .close, #navigation_list .close {
	position: absolute;
    font-weight: bold;
    cursor: pointer;
}
.topnav-mobile #ulleft .close {
    top: -12px;
    right: 5px;
    color: #fff;
}
#navigation_list .close {
    top: 0px;
    right: 18px;
    font-size: 15px;
    color: #000;
}
.topnav-mobile #lilogin2 #ulleft.close {
	display: none;
}

#topnav-container-right-new #navigation .opened-designs,
#topnav-container-right-new #navigation .products-submenu {
	display: none;
	padding: 0;
	margin-left: -20px;
}
#topnav-container-right-new #navigation #navigation_list.expanded {
    top: initial;
    background: #fff;
    z-index: 99;
}
#topnav-container-right-new #navigation {
	font-family: 'Open Sans', sans-serif, 'Oxygen';
}
#topnav-container-right-new #navigation li {
	line-height: 60px;
    text-transform: uppercase;
    padding-left: 20px;
    border-bottom: 5px solid #fbf2b4;
    background: #facc01;
}
#topnav-container-right-new #navigation li a,
#topnav-container-right-new #navigation .icon-dropdown,
#topnav-container-right-new  #navigation .icon-nextArrow  {
	color: #6E6E6E;
	font-weight: 500;
	font-size: 15px;
	position: relative;
}
#topnav-container-right-new #navigation .submenu-title-2>a,
#topnav-container-right-new #navigation .submenu-title-2>a>.icon-dropdown,
#topnav-container-right-new #navigation #navigation_list>li>a,
#topnav-container-right-new #navigation #navigation_list>li>a>.icon-dropdown,
#topnav-container-right-new #navigation #navigation_list>li>a>.icon-nextArrow,
#topnav-container-right-new #navigation .icon-dropdown.black {
	color: #000;
}
#topnav-container-right-new #navigation .products-submenu .icon-dropdown {
	font-size: 11px;
	top: 27px;
}
#topnav-container-right-new #navigation .products-submenu #subgroepMenu .icon-dropdown {
	top: 20px;
}
#topnav-container-right-new #navigation li a {
    padding: 0;
    margin: 0;
    font-size: 19px;
}
#topnav-container-right-new #navigation .black {
	color: #000;
	font-weight: bold;
}

#topnav-container-right-new #navigation .icon-dropdown,
#topnav-container-right-new #navigation .icon-nextArrow {
	position: absolute;
    right: 20px;
    top: 20px;
}
#topnav-container-right-new  #navigation .yellow-bg {
	background: #FECC00;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
#topnav-container-right-new  #navigation .opened-designs li,
#topnav-container-right-new  #navigation  .products-submenu li {
	border: none;
    color: #000;
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
    text-transform: capitalize;
    background: #f4f4f4;
    margin: 0;
    border-bottom: 3px solid #ebebeb;
    list-style: none;
    /*position: relative;*/
}
#topnav-container-right-new  #navigation  .products-submenu li ul li{
	line-height: 40px;
	padding-left: 10px;
	border-bottom: none;
}
#topnav-container-right-new  #navigation  .products-submenu li ul {
    margin-left: 0px;
}
#topnav-container-right-new  #navigation  .products-submenu li ul.subsubgroepmenu {
	padding-left: 15px;
}
#topnav-container-right-new  #navigation  .products-submenu li ul.subsubgroepmenu li {
	border-bottom: 2px solid #ebebeb;
}
#topnav-container-right-new  #navigation li.last {
	border-bottom: 2px solid #FECC00;
}
#topnav-container-right-new #navigation .subgroepLink:before {
	content: '';
} 
#topnav-container-right-new  #navigation .icon-nextArrow:before {
    padding-left: 10px;
}
#topnav-container-right-new  #navigation  .icon-question:before,
#topnav-container-right-new  #navigation  .icon-tip:before {
    color: #000;
    float: left;
    line-height: 60px;
    font-size: 20px;
    padding-right: 15px;
}
#topnav-container-right-new  #navigation  .icon-tip:before {
	font-size: 30px;
}
#topnav-container-right-new  #navigation  .tipLink{
	padding-left: 40px;
	background: url(/gfx/tip-orange.png) left center no-repeat;
}

.top-right-menu li.menu-item-top {
	width: 100px;
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 10px 0;
}
.top-right-menu #topnav-shop-counter {
	background-color: #fff;
    color: #047bb2;
    top: 1px;
    left: 65px;
    border-color: #047bb2;
}
.top-right-menu li.menu-item-top a {
	text-decoration: none;
	font-weight: normal;
}
.top-right-menu li.menu-item-top a,
.top-right-menu #lilogin2 #lilogin {
	font-size: 13px;
}
.top-right-menu li .icon-user-outline,
.top-right-menu li .icon-basket:before {
	font-size: 26px;
	display: block;
	text-align: center;
}
.top-right-menu li .basket-lines {
	background-image: url(/gfx/basket-outline.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    display: block;
    background-position: center;
	line-height: 30px;
}
.top-right-menu li .icon-dropdown {
	padding-left: 5px;
	font-size: 10px;
}
.top-right-menu li.menu-item-top,
.top-right-menu li.menu-item-top a,
.top-right-menu #lilogin2 #lilogin,
.top-right-menu li .icon-user-outline,
.top-right-menu li .icon-basket:before {
	color: #027cb2;
}
.main-menu.new li.yellow-bg {
	width: 15%;
}
.main-menu.new li.yellow-bg.large {
	width: 19%;
}
.main-menu.new .yellow-bg a,
.main-menu.new .white-bg a {
	padding: 0;
}
.main-menu.new li.white-bg {
	width: 18.6%;
}
.main-menu.new .icon-dropdown {
	right: -6px;
}
.main-menu.new {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.main-menu.new .logo-bg {
	padding: 0;
	width: 17%;
	background: #fff;
}
.main-menu.new .logo-bg img {
	max-width: 160px;
	height: auto;
}

/**** New Header - November 2017 ***/
#main-submenu.all-products,
#main-submenu.single-product,
#main-submenu1  {
	top: 70px;
	padding: 20px 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: 2px solid #FECC00;
	width: 99.7%;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
}
#main-submenu1{
	cursor:auto;
}
#main-submenu.single-product .main-menu-items,
#main-submenu.all-products .main-menu-items {
	background: #fff;
	display: inline-block;
	width: 60%;
	overflow: hidden;
	min-height: 300px;
}
#main-submenu.single-product .owndesign {
	width: 39%;
	display: inline-block;
	overflow: hidden;
	float: right;
	margin-top: 10px;
}
#main-submenu.single-product .owndesign img {
	max-width: 100%;
	width: 90%;
	margin: 0 auto 20px;
	display: block;
}
#main-submenu.single-product .owndesign .btn {
	margin-top: 0px;
	border: 2px solid #FECC00;
	border-radius: 25px;
	padding: 5px 25px;
	color: #6e6e6e;
	float: none;
    width: 80px;
    margin: 0 auto;
}
#main-submenu.single-product .owndesign .btn:hover  {
	background: #FFF7D7;
}
#main-submenu.single-product .owndesign a:hover h2 {
	color: #027cb2;
}
.main-menu.new  .yellow-bg:hover, .main-menu.new .white-bg:hover {
	box-shadow: none;
}
#main-submenu.all-products .product {
/*	display: inline-block;
    padding: 0px;
    width: 22%;
    margin-left: 20px;
    float: left;
    min-height: 200px;*/
    margin-bottom: 10px;
}
#main-submenu.all-products .product .category h4,
#main-submenu .single-subgroepLink-items h4 {
	color: #000;
	cursor: initial;
}
#main-submenu.all-products .product .category h4,
#main-submenu.all-products .product a li,
#main-submenu.single-product .single-subgroepLink-items a li,
#main-submenu .single-subgroepLink-items a  {
	margin-left: 10px;
} 
#main-submenu.all-products .product .category h4 {
    margin-top: 10px;
}
#main-submenu .single-subgroepLink-items h4 {
	margin-left: 20px;
	margin-top: 0px;
}
#main-submenu.single-product .single-subgroepLink,
#main-submenu.all-products .product   {
	line-height: 30px;	
}
#main-submenu.all-products .product a li,
#main-submenu.single-product .single-subgroepLink-items a li {
	font-weight: normal;
	color: #6e6e6e;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
}
#main-submenu.all-products .product a:hover li,
#main-submenu.single-product .single-subgroepLink-items a:hover li {
	background: #FFF7D7;
}
.main-menu.new >li.mute:before {
	content: '';
    position: absolute;
    background: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.main-menu.new >li.mute {
	position: relative;
}
#main-submenu .single-subgroepLink-items a {
	width: 42%;
    margin-right: 20px;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
}

#main-submenu.single-product .single-subgroepLink-items {
	padding-left: 0px;
}

/******************** END NEW HEADER ******************************/
/*** Eigen ontwerp page***/
.fullwidth-box {
	width: 100%;
	background: #e5e5e5;
	border-radius: 9px;
	overflow:hidden;
}
.box-content {
	padding: 20px 0px;
	overflow: hidden;
}
.menu-box .box-content {
	padding: 10px 40px;
}
.fullwidth-box .title-holder {
	width: 100%;
	float: none;
	background: #ef7f1a;
    border-radius: 9px 9px 0 0;
    height: 45px;
    line-height: 45px;
}
.box-title {
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-size: 25px;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
}
.design-options {
	width: 30%;
	padding-bottom: 30%;
	height: 0px;
    display: inline-block;
    float: left;
    background: #fff;
    border-radius: 9px;
    margin: 16px;
    color: #6e6e6e;
    position: relative;
}
.odm-options{
	float:left;
	width:17.5%;
	margin-right:2%;
	margin-bottom:2%;
	border-radius:9px;
	border: 2px solid #eaeaea;
	height:140px;
	position:relative;
	cursor:pointer;
}
.odm-options:hover{
	background:rgba(0,0,0,0.2);
}
.odm-filler{
	width:100%;
	height:100%;
}
.odm-options .img-holder{
	width:80%;
	height:60%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	margin-left:10%;
	margin-top:5%;
}
.odm-options .design-name-holder{
	line-height:1;
	position:relative;
	bottom:8%;
	width:80%;
	text-align:center;
	margin-left:10%;
	height:30%;
	display:table-cell;
	vertical-align:bottom;
}
.menu-box .design-options {
	width: 30%;
    height: 120px;
    padding-bottom: 0%;
    border: 2px solid #eaeaea;
    margin: 10px;
}
.fullwidth-box.menu-box  {
	background: #fff;
}
.menu-box  .design-options a {
	line-height: 20px;
}
.menu-box  .design-options .img-holder { 
	height: 100%;
	width: 50%;
}
.menu-box .design-options img {
	max-width: 	130px;
	padding: 10px;
	margin: 0px auto;
	max-height: 100px;
}
.menu-box .design-options.large img { 
	max-width: 100%;
}	
.menu-box .design-options.large .design-name,
.menu-box .design-options.large a,
.menu-box .design-options.large .design-name-holder,
.menu-box .design-options.large .img-holder {
	width: 100%;
	display: block;
}
.menu-box .design-options.large .design-name-holder {
	margin-top: -40px;
	left: 50%;
}
.menu-box .design-options.large .design-name {
	left: -50%;
}
.design-options .img-holder {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	height: 300px;
}
.design-options .img-holder.owndesignimgholder{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:60%;
	width:100%;
	display:block;
}
.design-options img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.main-submenu .design-options a {
	display: flex;
}
.design-options a {
	text-decoration: none;
	height: 100%;
}
.design-options .design-name-holder {
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 50%;
}
.design-options .design-name {
	position: relative;
	left: -50%;
	text-align: center;
	font-size: 15px;
	color: #000;
}
.menu-box .design-options .design-name-holder { 
    display: inline-table;
    float: right;
    height: 100%;
    position: relative;
    vertical-align: middle;
    bottom: initial;
    width: 50%;
    left: 50px;
    left: initial;
    padding: 0px;
}
.menu-box .design-options .design-name {
	vertical-align: middle;
    display: table-cell;
    left: initial;
    padding: 10px;
}
#main-submenu1 .menu-title  {
	height: 70px;
    line-height: 75px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    float: left;	
}
#main-submenu1 .headline {
    width: 100%;
    padding-left: 50px;
    text-align: left;
    color: #6e6e6e;
    font-weight: normal;
    margin-top: 10px;
    font-size: 17px;
}
#main-submenu1 .menu-title {
	width: 20%;
    background: #fff;
    text-align: center;
    position: relative;
}
#main-submenu1 .menu-title .icon-dropdown {
    right: 21px;
    color: #000;
    bottom: 26px;
    font-size: 12px;
}

.info-box.mobile,
.adminCollapse {
	display: none;
}

.design-warning {
	width: 64%;
    float: left;
    padding-top: 39px;
    text-align: center;
}
.design-warning span {
	width: 100%;	
    font-size: 12px;
}