/* ==========================================================================
Hugo Müller BASIC styles
============================================================================= */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
	font-family: franklin-gothic-urw, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

/* FONT ------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: franklin-gothic-urw, sans-serif;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;

	padding: 40px 0px 20px 0px;
}

h1.page-firstHeader {
	padding-top: 80px;
	padding-bottom: 0px;
}

h2 {
	font-size: 22px;
	font-weight: 500;
}

h3 {
	font-size: 20px;
	font-weight: 300;
	padding: 5px 0px 5px 0px;
}

h4 {
	font-size: 18px;
	font-weight: 400;
}

h5 {
	font-size: 17px;
	font-weight: 300;
	padding: 10px 0px 15px 0px;
}

h6 {
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	font-family: franklin-gothic-urw, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.breadcrumb {
	font-family: franklin-gothic-urw, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.nav h1, .nav h2 {
	font-size: 20px;
    text-transform: uppercase;
}

.dropdown-menu > li,
.cat-item > li {
	font-family: franklin-gothic-urw, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}

.cat-item .title {
	font-family: franklin-gothic-urw, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.header-container, .footer-container {
	font-family: franklin-gothic-urw, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
}

/* ----------------------------------------------- */

/* LINK ------------------------------------------ */
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #B80F24;
	text-decoration: none;
}
a.active { color: #B80F24; }

p > a {
	text-decoration: underline;
}

.contenttable a,
.csc-bulletlist a {
    color: #333333;
	text-decoration: underline;
}
/* ----------------------------------------------- */

/* LIST ------------------------------------------ */
ol, ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

	padding-left: 20px;
	text-indent: -10px;
}

li {
	padding: 2px 2px 2px 0px;
	list-style-type:none;
}

li:before{
	position: relative;
	top: -1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;

	font-size: 12px;
	content: "\e074";

	color: #B80F24;

	padding-right: 10px;
}
/* ----------------------------------------------- */

/* TABLE ----------------------------------------- */
tr { border-top: 1px solid #AAAAAA; }
.tr-last { border-bottom: 1px solid #AAAAAA; }
td { font-size: 15px; font-weight: 300; padding-left: 10px; line-height: 18px; padding-top: 3px; padding-bottom: 5px; }
.td-0 { font-weight: 500; width: 35%; }
.contenttable-100 { width: 100%; }
/* ----------------------------------------------- */

/* BUTTON ----------------------------------------- */
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0px;
    margin: 14px 0px 10px 0px;
    width: 100%;
}

.btn-primary {
	background-image: none;
	background-color: #B80F24;
	color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
	background-image: none;
	background-color: #9F0E1F;
	color: #fff;
}
/* ----------------------------------------------- */

/* ==========================================================================
Hugo Müller NAV styles
============================================================================= */

/* Breadcrumb ------------------------------------ */
.breadcrumb {
	padding: 0px;
	margin-top: -2px;
	margin-bottom: 30px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
}
.breadcrumb .cur {
	color: #B80F24;
}
/* ----------------------------------------------- */

/* Navbar ---------------------------------------- */
.navbar {
	min-height: 45px;
	margin-bottom: 0px;
	background-color: #B80F24;
	border: none;
	border-radius: 0px;
}

.navbar-nav {
	margin-bottom: 0px;
}

.navbar-nav > li {
	padding-left: 8px;
	padding-right: 8px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
}

.navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
	color: #fff;

	padding-top: 10px;
	padding-bottom: 10px;
}

.nav > li:before {
	content: none;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a:focus,
.nav > li.active > a:hover
{
	text-decoration: none;
	background-color: #B80F24;
	color: #dfe0e1;
}

.nav > li.active > a {
	color: #B80F24;
}

.nav > li.active-invert > a {
	background-color: #B80F24;
	color: #dfe0e1;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #B80F24;
	color: #dfe0e1;
	border: none;
}

.nav-toplevel-icon {
	display: none;
}

.dropdown-menu
{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #E3E3E3;
	-webkit-background-clip: unset;
	background-clip: unset;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

ol.dropdown-menu, ul.dropdown-menu {
	text-indent: 0px;
}

.dropdown-menu > li:before {
	content:none;
}

.dropdown-menu > li > a {
	color:#000;
	text-decoration:none;
	background-color:transparent;
	background-image: none;
	padding: 7px 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:hover
{
	color:#B80F24;
	text-decoration:none;
	background-color:transparent;
	background-image: none;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu
{
	width: calc(100% - 30px);
	margin-left: 15px;
	list-style-position: outside;
}

.yamm .yamm-content {
	width: calc(100% - 0px);
	margin-left: -15px;
	padding: 30px;
}

.icon-bar {
	background-color: #FFF;
}

.cat-item {
	padding-bottom: 0px;
	text-indent: 0px;
}

.cat-item > li {
	border-top: 1px solid #A7A7A7;
	padding: 6px 0px 10px 0px;
	list-style-type:none;
	word-wrap: break-word;
}

.cat-item > li:before{
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;

	font-size: 12px;
	content: "\e074";
}

.cat-item > li:last-child {
	border-bottom: 1px solid #A7A7A7;
}

.cat-item  > li > a {
	display: block;
	margin-top: -18px;
	margin-left: 20px;
}

.cat-item > li.active > a {
	color: #B80F24;
}

.cat-item .title {
	list-style: none;
	border: none;

	background-color: #B80F24;
	color: #fff;

	padding: 2px 0px 4px 0px;
	margin-bottom: 20px;

    text-transform: uppercase;
}

.cat-item .title:before {
	content: "";
}

.cat-item  > li.title > a {
	color: #fff;
	margin-left: 0px;
}

.cat-item  > li.title > a:focus,
.cat-item  > li.title > a:hover
{
	color: #dfe0e1;
}

/* ----------------------------------------------- */


/* Navbar Mobile --------------------------------- */

.navbar-collapse.in {
	overflow-y: hidden;
}

/* ----------------------------------------------- */


/* Navbar Category Colors ------------------------ */
#cat-item-15 .title {
	background-color: #75B52B;
}
#cat-item-15 > li::before {
	color: #75B52B;
}
#cat-item-15 > li > a:focus,
#cat-item-15 > li > a:hover,
#cat-item-15 > li.active > a,
#cat-item-15 > li.active > a:focus,
#cat-item-15 > li.active > a:hover {
	color: #75B52B;
}

#cat-item-16 .title {
	background-color: #FDC925;
}
#cat-item-16 > li::before {
	color: #FDC925;
}
#cat-item-16 > li > a:focus,
#cat-item-16 > li > a:hover,
#cat-item-16 > li.active > a,
#cat-item-16 > li.active > a:focus,
#cat-item-16 > li.active > a:hover {
	color: #FDC925;
}

#cat-item-17 .title {
	background-color: #366382;
}
#cat-item-17 > li::before {
	color: #366382;
}
#cat-item-17 > li > a:focus,
#cat-item-17 > li > a:hover,
#cat-item-17 > li.active > a,
#cat-item-17 > li.active > a:focus,
#cat-item-17 > li.active > a:hover {
	color: #366382;
}

#cat-item-18 .title {
	background-color: #B80F24;
}
#cat-item-18 > li::before {
	color: #B80F24;
}
#cat-item-18 > li > a:focus,
#cat-item-18 > li > a:hover,
#cat-item-18 > li.active > a,
#cat-item-18 > li.active > a:focus,
#cat-item-18 > li.active > a:hover {
	color: #B80F24;
}

#cat-item-19{
	/* Hide navbar "Zubehör" */
	display:none;
}

#cat-item-19 .title {
	background-color: #AEAFB3;
}
#cat-item-19 > li::before {
	color: #AEAFB3;
}
#cat-item-19 > li > a:focus,
#cat-item-19 > li > a:hover,
#cat-item-19 > li.active > a,
#cat-item-19 > li.active > a:focus,
#cat-item-19 > li.active > a:hover {
	color: #AEAFB3;
}


#cat-item-469 .title{
	background-color:#0085c0;
}

#cat-item-469 > li::before {
	color: #0085c0;
}
#cat-item-469 > li > a:focus,
#cat-item-469 > li > a:hover,
#cat-item-469 > li.active > a,
#cat-item-469 > li.active > a:focus,
#cat-item-469 > li.active > a:hover {
	color: #0085c0;
}

/* ----------------------------------------------- */



/* ==========================================================================
Hugo Müller GRID styles
============================================================================= */

/* Topbar / Header ------------------------------- */
.header-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.header-topbar {
    text-align: right;
}

.header-logo { margin-top: 8px; }

.header-link { margin-bottom: 4px;}
.header-language { margin-bottom: 4px;}
.header-language .link_language.active a { color: #B80F24; }

.header-search .searchbox {
    float: right;
    width: calc(100% - 86px);
}
.header-search .searchbox-button {
	background-color: #B80F24;
	color: #fff;
	border: 0px;
	padding: 3px 3px 2px 4px;
}

/* ----------------------------------------------- */


/* Main ------------------------------------------ */

/* Wrapper for page content to push down footer */
.main-container {
	/*min-height: 100%;*/
	min-height: 52%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto 0px;
}

/* ----------------------------------------------- */


/* Footer ---------------------------------------- */
.footer-container {
	background-color: #E3E3E3;
	margin-top: 80px;
	padding-top: 0px;
	padding-bottom: 40px;
}

footer h5{
	padding-top: 40px;
    text-transform: uppercase;
}

footer ol, footer ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

footer li {
	padding: 0px;
	list-style-type:none;
}

footer li:before{
	content: none;
}

footer .nav > li {
	position: relative;
	display: block;
	margin-left: -10px;
}

footer .nav > li > a {
	position: relative;
	display: block;
	padding: 5px 10px;
	color: #000;
}

footer .nav > li > a:hover,
footer .nav > li > a:focus,
footer .nav > li.active > a:focus,
footer .nav > li.active > a:hover
{
	text-decoration: none;
	background-color: #E3E3E3;
	color: #B80F24;
}
/* ----------------------------------------------- */



/* ==========================================================================
Hugo Müller CONTENT_ELEMENT styles
============================================================================= */

/* Basic ----------------------------------------- */
.csc-default { padding: 20px 0px; }
.csc-default h2 { padding-bottom: 20px; }
.csc-default > ul > li { padding-left: 15px; }

/* ----------------------------------------------- */

/* Carousel -------------------------------------- */
.carousel-control {
	color: #8E8E8E;
}

.carousel-control:hover, .carousel-control:focus {
	color: #B80F24;
}

.carousel:hover .carousel-indicators, .carousel:hover .carousel-control {
	opacity: .9;
}

.container .carousel-inner > .item {
	padding-left: 0px;
	padding-right: 0px;
}
.carousel-inner > .item {
	height: auto;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.10) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.10) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.10) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}
/* ----------------------------------------------- */


/* Download -------------------------------------- */
.collection-content {
    padding-bottom: 20px;
}
/* ----------------------------------------------- */



/* ==========================================================================
Hugo Müller PAGE styles
============================================================================= */

/* Basic ----------------------------------------- */

/* ----------------------------------------------- */

/* Home ------------------------------------------ */
.home-banner { margin-bottom: 10px; }
.home-banner .carousel-inner > .item { height: 400px; }
.home-banner .frame { margin-top: 0px; margin-bottom: 0px; }
.home-banner .csc-default { padding: 0px; }

.home-teaser {
	margin-top: 28px;
	/*
	margin-left: -5px;
	margin-right: -5px;
	*/
}

.home-teaser .item {
	color: #fff;
	margin-bottom: 30px;
}

.home-teaser .item  h1 {
	padding: 5px;
	padding-left: 20px;
    font-size: 21px;
    text-transform: none;
}

.home-teaser .item img {
	cursor: pointer;
}

.home-teaser .item p {
	padding:5px;
	padding-left:15px;
	font-size: 14px;
	font-weight: 600;
}

.home-content h1 {
    padding: 20px 0px 20px 0px
}

.home-productnews { margin-top: 20px; }
.home-productnews h1 { padding-top: 0px; }
.home-productnews img { border: 4px solid #E3E3E3; }

.home-productnews-list {
	padding-left: 0px;
	padding-right: 0px;
}

.home-productnews-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.home-productnews-image { padding: 0px; padding-bottom: 10px; }
.home-productnews-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 0px;
	height: 250px;
	overflow: hidden;
}
.home-productnews-content h1 {
	text-transform: none;
}
.home-productnews-content .csc-header { display: none; }
.home-productnews-content .csc-default {  padding: 0px 0px 10px 0px; }
.home-productnews-content .csc-default > ul > li { padding-left: 0px; }

.home-productnews-content li { display: none; }
.home-productnews-content li:nth-child(1),
.home-productnews-content li:nth-child(2),
.home-productnews-content li:nth-child(3),
.home-productnews-content li:nth-child(4),
.home-productnews-content li:nth-child(5),
.home-productnews-content li:nth-child(6),
.home-productnews-content li:nth-child(7),
.home-productnews-content li:nth-child(8) { display: block; }

.home-productnews-button {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	padding: 0px;
}
.home-productnews-button button {
    margin: 0px;
    margin-top: 10px;
}

/* ----------------------------------------------- */

/* Product --------------------------------------- */
.boxed {
	background-color: #E3E3E3;
	padding: 10px 10px 0px 12px;
}

.product-title { padding-top: 0px; padding-left: 10px; width: 100%; text-transform: none; }

.product-image-slider { margin: 0px; }

.product-ordernumber { margin: 0px; padding: 30px; }
.product-ordernumber h2 { margin-bottom: 20px; }
.product-ordernumber-logos { margin-bottom: 15px; }
.product-ordernumber-list { padding: 3px 0px 8px 16px; font-size: 16px; font-weight: 300; line-height: 18px; }
.product-version-list { padding:3px 0px; font-size: 16px; font-weight: 300; line-height: 18px; word-wrap: break-word; }

.product-youtube { margin: 10px 0px 10px 0px; }
.product-youtube .csc-default { padding: 0px; }
.product-youtube h2 { margin: 40px 0px 20px 0px; }
.product-youtube p { font-size: 18px; font-weight: 300}
.product-youtube img { margin: 0px 20px 0px 0px; }

.product-accessories { margin: 10px 0px 10px 0px; }
.product-accessories .csc-default { padding: 0px; }
.product-accessories h2 { margin: 30px 0px 20px 0px; padding: 0px; }
.product-accessories .boxed { padding-bottom: 17px; }
.product-accessories .boxed:hover, .product-accessories .boxed:focus { background-color: #CACACA; }

.product-accessories-list { margin-left: -5px; margin-right: -5px; }
.product-accessories-item { padding: 0px 5px 10px 5px; }
.product-accessories-item .image { margin-bottom: 15px; }
.product-accessories-item .title { color: #000; text-align: center; font-size: 17px; font-weight: 500; }
.product-accessories-item .subtitle { color: #000; text-align: center; font-size: 17px; font-weight: 300; }
.product-accessories-item:hover .title, .product-accessories-item:focus .title,
.product-accessories-item:hover .subtitle, .product-accessories-item:focus .subtitle {
	color: #B80F24;
}

.product-nav { padding-top: 15px; padding-bottom: 10px;  }
.product-nav-item { border-top: 1px solid #AAAAAA; }
.product-nav-item.last { border-bottom: 1px solid #AAAAAA; }
.product-nav-item a {
	color: #8E8E8E;
	padding-left: 10px;

	font-size: 22px;
	font-weight: 500;
	line-height: 35px;
}
.product-nav-item a:hover, .product-nav-item a:focus, .product-nav-item a:active { color: #B80F24; }

.product-content { padding: 0px 0px 30px 10px; }
.product-content .csc-default { padding: 0px; }
.product-content h1, .product-content h2 { padding: 30px 0px 20px 0px; }
.product-content h3 { padding: 5px 0px 5px 0px; }
.product-content h1.csc-firstHeader, .product-content h2.csc-firstHeader { padding: 0px 0px 20px 0px; }

.product-content .collection-title { display: none; }

.product-contact { margin: 10px 0px 10px 0px; padding-left: 10px;}
.product-contact .csc-default { padding: 0px; }
.product-contact h2 { margin: 0px 0px 20px 0px; padding: 0px; }
.product-contact p { font-size: 18px; font-weight: 300}

.product-printview {
	margin-top: 5px;
}
.product-printview a {
	color: #707070;
}
.product-printview-text {
	font-family: helvetica;
	font-size: 11px;
	line-height: 9px;
	padding: 0px;
	padding-top: 1px;
	text-align: right;
}
.product-printview-icon {
	font-size: 20px;
	padding: 0px;
	padding-right: 15px;
	padding-left: 5px;
	text-align: center;
}

/* ----------------------------------------------- */


/* Product Overview ------------------------------ */
.product-overview a, .product-overview a:hover, .product-overview a:focus {
    color: #000 !important;
    text-decoration: none !important;
}

.product-overview-item {
	padding: 15px 0px;
    background-color: #E3E3E3;
    cursor: pointer;
    margin: 0px 0px 20px 0px;
}

.product-overview-item:hover,
.product-overview-item:focus {
    background-color: #CACACA;
}

.product-overview-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding: 0px;
    border-left: 1px solid rgba(0,0,0,0.3);
	min-height: 190px;
}
.product-overview-content .product-short {  padding: 0px 0px 50px 16px; }
.product-overview-content .product-short ul { text-indent: -11px; }
.product-overview-content li { display: none; }
.product-overview-content li:nth-child(1),
.product-overview-content li:nth-child(2),
.product-overview-content li:nth-child(3),
.product-overview-content li:nth-child(4),
.product-overview-content li:nth-child(5),
.product-overview-content li:nth-child(6) { display: block; }
.product-overview-content button {
    margin: 0px 15px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0px;
}
.product-overview-ordernumber .col-xs-4 { padding-left: 0px; padding-right: 0px; }

.product-overview-image img { width:100%; }
/* ----------------------------------------------- */


/* Product Category ------------------------------ */
.product-category a, .product-category a:hover, .product-category a:focus {
    color: #000 !important;
    text-decoration: none !important;
}

.category-nav a {
	font-weight: bold;
}
.category-nav span::after {
	content: " | ";
}
.category-nav span:last-child::after {
    content: "";
}

/* ----------------------------------------------- */


/* Search ---------------------------------------- */
/* ----------------------------------------------- */


/* ==========================================================================
EXTERNAL styles
============================================================================= */
#google_translate_element {
    display: inline-block;
    float: right;
}

.goog-te-gadget-simple {
	background-color: unset !important;
	border-color: unset !important;
	border-style: unset !important;
	border-width: unset !important;
	cursor: pointer !important;
	font-size: unset !important;
	display: flex !important;
	padding-bottom: unset !important;
	padding-top: unset !important;
}

.goog-te-menu-value {
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

a.goog-te-menu-value:hover {
    color: #B80F24;
}

.goog-te-gadget-icon, .goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span:not(:first-child) {
    display: none;
}

/*Fix Flipping card issue*/
.card .card__back{
	width:100%;
}

.card .card__back .item{
	height:100%;
}

.card__front,.card__back{
	margin-left:0px !important;
	margin-right:0px !important;
	padding:7px !important;
}

/*Change google translate language icon*/

#google_translate_element > div > div >span > a > span:first-child{
	background-image: url(https://www.hugo-mueller.de/fileadmin/templates/images/globe_color.png);
	text-indent: 999px !important;
	background-size: contain;
	font-size: 0px;
	width: 15px !important;
	height: 15px !important;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 5px;
}