/*!
 * Master Style
 *
 * Copyright 2019, signalfeuer.
 * http://www.signalfeuer.info
 *
 * Designed and built with love @signalfeuer.
 */

/* ---------------------------------------------------------------------- */
/* General Styles - Overwrite Bootstrap-Styles */
/* ---------------------------------------------------------------------- */

@import "webfonts.css";

body {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	background-color: #DCDEDF;
	color: #515759;
}

strong {
	color: #333333;
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 28px;
	color: #333333;
}

h2 {
	font-size: 24px;
	color: #333333;
}

h2 span {
	font-size: 24px;
	font-weight: 400;
	color: #859297;
	padding-left: 8px;
}
h3 {
	font-size: 18px;
	font-weight: 400;
	color: #859297;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

h5 {
	font-size: 16px;
	font-weight: 400;
	color: #859297;
}

a {
    color: #0088cc;
}


.img-fluid{max-width:100%;height:auto}

.confirmemail {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Wells */

.well {
	min-height: 20px;
	padding: 0px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border: none;
	box-shadow: 0 1px 1px rgba(179, 180, 181, 1);
	border-radius: 0px;
}
.well.well-large {
	padding: 20px 20px 20px 20px;
}
.well.well-compact {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #D1D4D9;
}
/* Forms */

form label {
	font-size: 11px;
	font-weight: 900;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1;
	color: #879397;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 1px;
	padding: 8px !important;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
}


/* Buttons */

.btn {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 16px;
	padding: 5px 12px 7px 12px;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #008A00;
	background-image: linear-gradient(to bottom, #1AA31A, #008A00);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-image: none;
	background-color: #1F7721;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}
.btn-primary:active, .btn-primary.active {
	background-color: #1F7721;
}

/* Badges */
.badges {
	width: auto;
	height: 60px;
	display: block;
	overflow: hidden;
	float: left;
}

.badges i {
	margin: 10px 0px 0px 10px;
}

.badges.small {
	width: 31px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 3px 3px 0px 0px;
}

.badges.large {
	width: 55px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 3px 3px 0px 0px;
}

.badges.small i {
	width: 31px !important;
	height: 32px !important;
	margin: 0px;
}

.badges .icon-new:before {
    color: #17A116;
		font-size: 44px;
}

.badges.small .icon-new:before {
    color: #17A116;
		font-size: 30px;
}

.badges.large img {
	width: 55px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 5px 5px 5px 5px !important;
}

/* Popover */

.popover {
	max-width: 390px;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}

/* Table */

.table th, .table td {
	border-top: 1px solid #D1D4D9;
}

.table th {
	border-right: 1px solid #D1D4D9;
	color: #333333;
}

.table {
	border: 1px solid #D1D4D9;
}

.table tbody tr.divider > td {
  background-color: #fcf8e3;
}

/* Modal */

.modal-header {
	border-top: 4px solid #D1D4D9;
	border-radius: 0px;
}

.modal-content {
	border-radius: 0px;
}

.modal-header h2 {
	text-transform: none !important;
}

.modal form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Error-MODX */

.errors {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.errors .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.errors {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.error {
	color: red;
	font-size: 12px;
}

/* Textarea / Inputs */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #cccccc;
  outline: 0;
  outline: thin dotted \9;
 box-shadow: none;
}



/* ---------------------------------------------------------------------- */
/* Sectionwrapper*/
/* ---------------------------------------------------------------------- */

/* .headwrapper */
.headwrapper {
	border-top: 3px solid #3C3A3C;
}
/* .contentwrapper */
.contentwrapper {
	background-image: url('../images/base/bg_body.png');
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;

}
.contentwrapper .container {

}
.contentwrapper .container > .row {

}

.contentwrapper .main {
	padding-top: 15px;
	min-height: 450px;
}

/* .aboutwrapper */
.aboutwrapper {
	border-top: 4px solid #F8BE15;
	padding: 50px 0px 50px 0px;
	background-color: #FFFFFF;
}
/* .footerwrapper */
.footerwrapper {
	border-top: 4px solid #F8BE15;
	padding: 50px 0px 50px 0px;
	background-color: #515759;

}


/* ---------------------------------------------------------------------- */
/* Modules */
/* ---------------------------------------------------------------------- */

/* modBrand */
.modBrand {
	border-top: 1px solid;
	border-color: rgba(255, 255, 255, 0.4);
	height: 68px;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.50);
	position: relative;
background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 46%, rgba(68,68,68,0.16) 90%, rgba(255,255,255,0.18) 97%, rgba(214,214,214,0.05) 99%, rgba(0,0,0,0.45) 99%);
}
.modBrand h1, .modBrand h1 a {
	font-size: 18px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
	text-transform: lowercase;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	padding: 0px 0px 0px 0px;
}

.modBrand h1 a:link, .modBrand h1 a:visited, .modBrand h1 a:hover, .modBrand h1 a:active {
	text-decoration: none;
}

.modBrand h1 span {
	font-weight: 300;
}

.modBrand a.brand img {
	margin-top: 12px;
	max-height: 42px;
}

.modBrand a.brand {
	background-image: url('../images/bg_brand.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	/* padding: 10px 0px 13px 90px; */
}

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

/* modNavBar */
.modNavBar {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #3C3A3C;
}

.modNavBar .navbar .navbar-text, .modNavBar .navbar li a {
	color: #BBBFC0;
	padding: 0px 0px 0px 0px;
}

.modNavBar .navbar .navbar-text em {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	font-style: normal;
}

.modNavBar .navbar {
  padding: 0.5rem 0rem;
}

.modNavBar .navbar ul {
}

.modNavBar .navbar li {
	padding: 0px 10px 0px 0px;
}

.modNavBar .navbar li a {
	transition: all .3s ease;
}

.modNavBar .navbar li.info a {
	border-right: 1px solid #726E73;
	padding-right: 10px;
}
.modNavBar .navbar li.network a {
	border-right: 1px solid #726E73;
	padding-right: 10px;
}
.modNavBar .navbar li.en a, .modNavBar .navbar li.fr a {
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 16px;
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #ABACB1;
	margin-top: 3px;
}
.modNavBar .navbar li.en a {
	background-image: url('../images/base/ico-en@2x.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.modNavBar .navbar li.fr a {
	background-image: url('../images/base/ico-fr@2x.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.modNavBar .navbar li.en a:hover,
.modNavBar .navbar li.fr a:hover  {
	border: 1px solid #fff;
}

.modNavBar .navbar li a:hover {
	color: #FFF;
}

.modNavBar p.customerservice {
	margin-bottom: 0px;
}

.modNavBar p.customerservice a {
	color: #FFFFFF;
}

.modNavBar .customerservice .icon-phone {
	color: #FFF;
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 6px;
}

.modNavBar .customerservice .icon-mail {
	color: #FFF;
	font-size: 20px;
	position: relative;
	top: 4px;
	margin-right: 6px;
}

.modNavBar p.customerservice.mail {
    margin-left: 30px;
		position: relative;
		top: -1px;
}

.modNavBar p.customerservice.mail a {
    text-transform: lowercase;
}


.modNavBar .sidebar-toggler {
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid rgba(255,255,255,0.5);
	height: 36px;
	margin-left: 8px;
	padding: 0 4px 0 4px;
}

.modNavBar .sidebar-toggler i.icon {
	color: #FFF;
	width: 30px;
	display: block;
	text-align: center;
	position: relative;

}

.modNavBar .sidebar-toggler i.icon.icon-close {
	font-size: 14px;
	line-height: 32px;
	top: 2px;

}

.modNavBar .sidebar-toggler i.icon.icon-menu {
	font-size: 24px;
	line-height: 36px;
	top: 0px;
}


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

/* modSidebar */
.modSidebar {
	/* font-size: 15px; */
	font-size: 14px;
	height: 100%;
	background-color: #E8EAEA;
	position: relative;
	width: 100%;
	margin-top: 0px;
	transform: translateY(0px);
	transition: all .5s ease-in-out;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}

.modSidebar.hidden-menu {
	position: absolute;
	transform: translateY(-2000px);
}

.modSidebar .sidebar-nav {
	background-color: #E8EAEA;
	box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.20);
}

.modSidebar .nav {
	margin: -8px 0px 0px 0px;
}
.modSidebar .nav-header {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	/* font-size: 15px; */
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 0px solid #F4F5F5;
}

.modSidebar .nav-header.count0 {
	display: none;
	padding: 0px;
	margin-top: 0px !important;
}

.nav li + .nav-header {
    margin-top: 0px !important;
}

.modSidebar li {
	color: #515759;

}
.modSidebar li a {
	color: #515759;
	border-top: 1px solid #F4F5F5;
	border-bottom: 1px solid #D1D4D9;
	padding: 5px 8px 5px 10px;
	width: 100%;
	display: block;
}
.modSidebar li a:hover {
	background-color: #E1E3E5;
	border-top: 1px solid #D1D4D9;
	border-bottom: 1px solid #F4F5F5;
	color: #333333;
	background: linear-gradient(to right, rgba(225,227,229,1) 0%, rgba(220,222,223,1) 100%); /* W3C */
	text-decoration: none;
}
.modSidebar .nav-header a, .modSidebar .nav-header a:hover {
	border-top: 0px;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus, .modSidebar li.active a, .modSidebar li.active:hover a {
	background-image: url('../images/sprite.png');
	background-position: 206px -88px;
	background-repeat: no-repeat;
	text-shadow: none !important;
}


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

/* modHero */
.modHero {
	margin-bottom: 30px;
	margin-top: -45px;
	position: relative;
}
.modHero .hero-brand {
	margin: 35px 0px 0px 0px;
	max-width: 100%;
	height: auto;
}
.modHero .hero-brand img {
	margin: 0px 10px 0px 0px;

}
.modHero .hero-brand p {
	margin: 20px 0px 0px 0px;
}

.modHero .videoteaser {
	display: block;
	position: absolute;
	width: 124px;
	text-align: center;
	bottom: 0px;
	left: 0px;
	z-index: 997 !important;
}

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

/* modTiles */
.modTiles {
	position: relative;
	margin-bottom: 10px;
}
.modTiles .well {
	transition: all .3s ease;
}

.modTiles .well:hover {
	transform-origin: center center;
	transform: scale(1.03);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.modTiles a {
	display: block;
	height: 100%;
	position: relative;

}
.modTiles img {
	position: relative;
	padding: 10px;
	height: 222px;
	width: auto !important;
}

.modTiles a span {
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 222px;
	z-index: 100;
	cursor: pointer;
	opacity: 0;
	transition: all .3s ease;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.modTiles .well:hover span {
	opacity: 1;
}

.modTiles a span::after {
	content: "";
	width: 100%;
	height: inherit;
	display: block;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	top: 0;
	z-index: -1;
}

.modTiles a span em.plus {
	color: #333;
	text-shadow: #FFFFFF 0px 2px 5px;
	text-transform: uppercase;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 200;
	font-size: 120px;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
	display: block;

}

.modTiles a em.more {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 900;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	display: block;
	text-transform: uppercase;
}
.modTiles h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 7px 0px 7px 0px;
	text-transform: none;
}
.modTiles h2 strong {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.modTiles h2 a {
	color: #879397;
}

.modTiles h2 a:hover {
	text-decoration: none;
}

.modTiles h2 a strong {
	color: #333333;
}
.modTiles h3 {
	color: #879397;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
}
.modTiles p {
	color: #515759;
	font-size: 11px;
	line-height: 14px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.modTiles .well {
	margin-bottom: 15px;
}

.modTiles .well .facts {
	border-top: 1px solid #D1D4D9;
	padding: 10px 10px 15px 10px;
	margin-top: 1px;
	position: relative;
}

.modTiles .well a:hover,
.modTiles .well a:hover {
	text-decoration: none !important;
	border: 0 !important;
}
/* ---------------------------------------------------------------------- */

/* modRequest */

.modRequest h2 {
	margin: 0px 0px 20px 0px;
}

.modRequest i.icon {
	width: 36px;
	height: 36px;
	line-height: 42px;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right: 12px;
	background-color: #D1D4D9;
	color: #fff;
	float: left;
	border-radius: 50%;
	margin-top: -3px;
}

.modRequest form textarea {
	height: 158px;
	resize: none;
}

body.content .modRequest .well {
	border-top: 1px solid #D1D4D9;
	/* margin-top: -30px; */
}

.modRequest .small {
	line-height: 18px;
}

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

/* .modList */

.modList h1 {
	margin: 0px 0px 30px 0px;
}

.modList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
.modList .well {

}
.modList .image {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	/* border-right: 1px solid #D1D4D9; */
}

.modList .image span.topseller {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 40px;
	height: 25px;
	/* background-color: grey; */
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 11px;
	padding: 6px 6px 13px 6px;
	background-image: url('../images/sprite.png');
	background-position: 5px -269px;
	background-repeat: no-repeat;
}

.modList .image span.new {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 40px;
	height: 25px;
	/* background-color: grey; */
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 11px;
	padding: 6px 6px 13px 6px;
	background-image: url('../images/sprite.png');
	background-position: 5px -269px;
	background-repeat: no-repeat;
}

.modList .facts {
	padding: 20px 20px 0px 20px;
}
.modList h2 {
	color: #333333;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}
.modList h2 a {
	color: #333333;
}
.modList h4, .modList h4 a {
	color: #859297;
	font-weight: 300;
}

.modList ul.check {
	list-style-type: none;
	color: #515759;
	margin-bottom: 8px;
}
.modList ul.check li {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.4em;
	border-bottom: 1px solid #D1D4D9;
}

.modList ul.check li:last-child {
	border-bottom: 0;
}

.modList .linkbar a.more {
	margin: 24px 0px 15px 0px;
	padding: 0px 15px 0px 0px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

.modList .linkbar a.more i {
	font-size: 14px;
	margin-left: 0px;
	margin-right: 4px;
	position: relative;
	top: 0px;
	transition: all .3s ease;
}

.modList .linkbar a.more:hover i {
	margin-left: 4px;
	margin-right: 0;
}

.modList .linkbar a.btn {
	margin: 15px 20px 15px 0px;
}
.modList .linkbar{
	border-top: 1px solid #D1D4D9;
}

.modList i.icon-new {
	color: #189E15;
	font-size: 48px;
	position: relative;
	top: 10px;
	left: 10px;
}


/* body.list ul.check li {
	display: none;
}

body.list ul.check li:nth-child(1),
body.list ul.check li:nth-child(2),
body.list ul.check li:nth-child(3),
body.list ul.check li:nth-child(4),
body.list ul.check li:nth-child(5)
{
	display: block;
} */


/* .check List new */

ul.check {
    list-style-type: none;
    margin-left: 19px;
		padding: 0;
}

ul.check li {
    text-indent: -19px;
    vertical-align: middle;
}

ul.check li:before {
    font-family: "schmitt-vogel";
		content: "\61";
    color: #189E15;
    font-size: 12px;
    position: relative;
    top: 1px;
		margin-right: 8px;
}


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

/* .videomodal */

.videomodal {
	width: 670px;
}

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

/* .videoteaser */

.videoteaser {
	display: block;
	position: relative;
	width: 124px;
	text-align: center;

}

.videoteaser a {
	transition: all .3s ease;
	display: block;
}

.videoteaser a:hover {
	text-decoration: none !important;
}

.videoteaser a img {
	width: 120px;
	height: 90px;
	padding: 1px;
	border: 1px solid #D1D4D9;
}

.videoteaser a:hover img {
	border: 1px solid #666;
		transition: all .3s ease;
}

.videoteaser a::after {
	font-family: "schmitt-vogel";
	content: "\6a";
	color: #515759;
	background-color: #fff;
	font-size: 16px;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -16px;
	line-height: 36px;
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 50%;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
	pointer-events: none;
	transform: scale(1);
	transition: all .2s ease;
}

.videoteaser a:hover::after {
	transform: scale(1.3);
	backface-visibility: hidden;
}

.videoteaser a em {
	font-size: 11px;
	color: #879397;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none !important;
}

.videoteaser a:hover em {
	border: 0px;
}

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

/* modDetail */

.modDetail .well {
	padding-bottom: 15px;
}

.modDetail h1 {
	margin: 10px 0px 0px 0px;
	text-transform: none;
}

.modDetail h2 {
	font-size: 20px;
	color: #859297;
	font-weight: 400;
	line-height: 24px;
}

.modDetail h3 {
	font-size: 16px;
}

.modDetail .well {

}

.modDetail .gallery {
	/* border-bottom: 1px solid #D1D4D9; */
	margin: 0px 0px 0px 0px;
	position: relative;
}

.modDetail .gallery span {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 40px;
	height: 25px;
	background-color: transparent;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 11px;
	padding: 6px 6px 13px 6px;
	background-image: url('../images/sprite.png');
	background-position: 5px -269px;
	background-repeat: no-repeat;
	margin-left: -40px;
	z-index: 999;
}

.modDetail .gallery .image {
	max-width: 75%;
	height: 260px;
	margin-top: 15px;
}

.modDetail .slideshow {
	border-bottom: 1px solid #D1D4D9;
}

.modDetail .gallery .thumbs {
	margin: 0px 0px 30px 0px;
	width: 40px;
	position: absolute;
	top: 0;
	right:0;
}

.modDetail .gallery .thumbs img {
	padding: 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: 1px solid #D1D4D9;
	padding: 1px;
	margin: 0px 6px 6px 0px;
	transition: all .3s ease;
}

.modDetail .gallery .thumbs img:hover,
.modDetail .gallery .thumbs img.cycle-pager-active {
	border: 1px solid #333333;
}

.modDetail .nails-staples {
	margin: 30px 0px 0px 0px;
}

.modDetail .nails-staples img {
	border: 1px solid #D1D4D9;
}

.modDetail .facts {
	margin: 20px 0px 0px 0px;
}

.modDetail .facts .product-logo {
	margin-top: 4px;
	max-width: 140px;
	height: auto;
}

.modDetail .facts .btn {
	margin: 0px 0px 0px 0px;
}

.modDetail .facts p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}


.modDetail .facts i.icon-new {
	color: #189E15;
	font-size: 48px;
	position: relative;
	top: 0px;
	left: 0px;
}

.modDetail .videoteaser {
	float: right;
	margin: 4px 0px 20px 30px;
	width: 124px;
}

.modDetail .videoteaser.new {
	position: absolute !important;
	left: 0px;
	bottom: 90px;
	z-index: 1040;
	float: none;
	margin: 0px;
	width: 50px;
	height: 50px;
	display: block;
}

.modDetail .videoteaser.new a {
	width: 50px;
	height: 50px;
	display: block;
}

.modDetail .videoteaser.new a::after {
	margin: 0px !important;
	padding: 0px !important;
	color: #FFFFFF;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 2px solid #FFFFFF;
	top: 0;
	left: 0;
	background-color: #EF5F00;
}

.modDetail .videoteaser.new span {
	background-color: transparent;
}

.modDetail .facts ul.check {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	list-style-type: none;
	color: #515759;
}

.modDetail .facts ul.check li {
	padding: 4px 0px 4px 20px;
	border-bottom: 1px solid #D1D4D9;
}

.modDetail .techdata {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.modDetail .downloads {
	margin: 30px 0px 0px 0px;
}

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

/* .modArticle */

.modArticle h1 {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	line-height: 34px;
}

.modArticle h2 {
	font-size: 24px;
	font-weight: 400;
	color: #859297;
	line-height: 34px;
}

.modArticle .well div:first-child {
	border-top: 0px;
}

.modArticle .textImage {
	border-top: 1px solid #DCDEDF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg_well-line.png');
	background-position: 587px top;
	background-repeat: repeat-y;
}

.modArticle .textImage .textarea {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 15px 30px;
}

.modArticle .imageText {
	border-top: 1px solid #DCDEDF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg_well-line.png');
	background-position: 389px top;
	background-repeat: repeat-y;
}

.modArticle .imageText .textarea {
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 15px 0px;
}

.modArticle .textImage .image, .modArticle .imageText .image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	white-space: none;
}

.modArticle .textOnly {
	border-top: 1px solid #DCDEDF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.modArticle .textOnly .textarea {
	padding: 30px 30px 30px 30px;
}


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

/* modInfopanel */

.modInfopanel h2 {
	padding-left: 50px;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/sprite.png');
	background-position: -967px -196px;
	background-repeat: no-repeat;
}

.modInfopanel i.icon {
	width: 36px;
	height: 36px;
	line-height: 42px;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right: 12px;
	background-color: #D1D4D9;
	color: #fff;
	float: left;
	border-radius: 50%;
	margin-top: -3px;
}

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

/* modAbout */

.modAbout .line {
	background-image: url('../images/base/bg_logo-line.png');
	background-position: 308px 53px;
	background-repeat: no-repeat;
}

.modAbout .vcard {
	margin: 0px 0px 0px 0px;
}

.modAbout h4 {
	margin: 30px 0px 4px 0px;
}
.modAbout p {
	color: #515759;
	line-height: 24px;
}

.modAbout ul.check li {
    padding: 2px 0 2px 0;
}

.modAbout ul.check li:before {
    color: #FCB827;
}
.modAbout .map {
	display: block;
	margin: 60px 0px 0px 0px;
}
.modAbout .map img {
	padding: 2px;
	border: 1px solid #DCDEDF;
	background-color: #FFFFFF;
}
.modAbout .map:hover img {
	border: 1px solid #333333;
}
.modAbout div.brands {
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.modAbout div.brands img {
	padding: 2px;
	border: 1px solid #DCDEDF;
	margin: 0px 0px 4px 4px;
	background-color: #FFFFFF;
	width: 80px;
	height: auto;
}
.modAbout div.brands a:hover img {
	border: 1px solid #333333;
}

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

/* .modNetwork */

.modNetwork {

}
.modNetwork h2 {
	color: #FFFFFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
}
.modNetwork h5 {
	text-align: center;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	margin: 0px 0px 50px 0px;
}

.modNetwork a {
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
	background-color: #DCDEDF;
	border-top: 4px solid #9AA7AB;
	height: 100px;
	display: block;
	text-align: center;
	padding: 32px 0px 0px 0px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 30px;
  font-size: 15px;
	transition: all .3s ease;
}
.modNetwork a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	transform: scale(.97);
}
.modNetwork a span {
	font-weight: 300;
}
.modNetwork .nagelgeraete {
 border-color: #649699;
}
.modNetwork .akku-nagler {
	border-color: #FCB827;
}
.modNetwork .kompressoren {
	border-color: #3F7DBA;
}
.modNetwork .haubold {
	border-color: #FE2101;
}
.modNetwork .druckluft-heftzangen {
	border-color: #0E5D9E;
}
.modNetwork .paslode-befestigungstechnik {
	border-color: #DF5D22;
}
.modNetwork .paslode-befestigungstechnik {
	padding: 32px 0px 0px 0px;
}
.modNetwork .paslode-befestigungstechnik:hover {
	text-decoration: none;
	padding: 32px 0px 0px 0px;
}
.modNetwork .magazinschrauber {
	border-color: #999966;
}
.modNetwork .druckluft-haendler {
	border-color: #33CCCC;
}
.modNetwork .prebena-haendler {
	border-color: #00722C;
}
.modNetwork .spit-befestigungstechnik {
	border-color: #F58120;
}
.modNetwork .spit-befestigungstechnik {
	padding: 32px 0px 0px 0px;
}
.modNetwork .spit-befestigungstechnikhover {
	text-decoration: none;
	padding: 22px 0px 0px 0px;
}
.modNetwork .schmitt-vogel {
	border-color: #F8BE15;
}


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

/* .modFooter */

.modFooter {
	font-size: 14px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.modFooter hr {
	background-color: #767F82;
	color: #767F82;
	height: 1px;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.modFooter p {
	color: #9AA7AB;
}
.modFooter p strong {
	color: #FFFFFF;
	text-transform: uppercase;
}
.modFooter .nav {
	text-transform: uppercase;
	font-size: 10px;
}
.modFooter .nav li {
	padding: 0px 0px 0px 8px;
}

.modFooter .nav li a {
	color: #FFFFFF;
	padding: 0px 0px 0px 8px;
	border-left : 1px solid #9AA7AB;
}
.modFooter .nav li.first {
	padding-left: 0;
}
.modFooter .nav li.first a {
	border: none;
	padding-left: 0;
}


/* PriceTag */
.pricetag {
	height: 33px;
  background-color: #D12100;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 6px 2px 6px;
}

.modList .pricetag {
	margin-top: 18px;
}

.pricetag span,
.pricetag div {
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

.pricetag strong {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  float: right;
}

.pricetag a {
  color: #FFFFFF;
}

/* Anpassungen 07.03.2025) */
.pricetag {
	float: none;
	height: 50px;
	padding-top: 2px;
}

.pricetag_vat {
	float: right !important;
	padding-left: 10px;
	text-transform: none !important;
	margin-top: 15px !important;
	margin-right: 0 !important;
}

.pricetag_sub {
	width: 100%;
	display: block !important;
	text-transform: none !important;
	text-align: right;
	line-height: 5px !important;
}



.pricetag.text strong {
	text-align: center !important;
	float: none !important;
	padding-top: 7px;
	display: block;
}


/* Webfonts */

@charset "UTF-8";

@font-face {
  font-family: "schmitt-vogel";
  src:url("../fonts/schmitt-vogel.eot");
  src:url("../fonts/schmitt-vogel.eot?#iefix") format("embedded-opentype"),
    url("../fonts/schmitt-vogel.woff") format("woff"),
    url("../fonts/schmitt-vogel.ttf") format("truetype"),
    url("../fonts/schmitt-vogel.svg#schmitt-vogel") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "schmitt-vogel" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "schmitt-vogel" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-checkmark:before {
  content: "\61";
}
.icon-chevron-down:before {
  content: "\62";
}
.icon-chevron-left:before {
  content: "\63";
}
.icon-chevron-right:before {
  content: "\64";
}
.icon-chevron-up:before {
  content: "\65";
}
.icon-info:before {
  content: "\66";
}
.icon-mail:before {
  content: "\67";
}
.icon-phone:before {
  content: "\69";
}
.icon-play:before {
  content: "\6a";
}
.icon-new:before {
  content: "\68";
}
.icon-close:before {
  content: "\6c";
}
.icon-menu:before {
  content: "\6b";
}

/* Smartphone Landscape */

@media screen and (max-device-width: 740px) and (orientation: landscape){

	.modDetail .gallery .image {
		max-width: 60%;
		height: 290px;
	}

}

/* Mini-Smartphone */

@media (max-width: 320px) and (max-width: 375px) {

		.navbar .btn-primary {
			display: none;
		}

		.modDetail .gallery .image {
			max-width: 70%;
			height: 230px;
		}

		.modDetail .techdata {
			font-size: 12px;
			line-height: 15px;
		}

}


/* Tablet md */


@media (min-width: 767px) {

	.contentwrapper .main {
		padding-top: 45px;
	}

	.modBrand h1, .modBrand h1 a {
		font-size: 26px;
	}

	.modFooter .nav {
		font-size: 14px;
	}
	.modSidebar.hidden-menu {
		position: relative;
		transform: translateX(0px);
	  margin-top: 45px;
	}
	.modSidebar .sidebar-nav {
		box-shadow: none;
	}

	.modDetail .gallery .image {
		max-width: 75%;
		height: 370px;
	}

	.modDetail .techdata {
		font-size: 16px;
		line-height: 18px;
	}

	.modAbout div.brands img {
		width: 138px;
	}


}


/* Desktop / Tablet lg */


@media (min-width: 992px) {

	.modBrand {
		height: 78px;
	}

	.modBrand a.brand img {
		max-height: 62px;
	}

	.modBrand h1, .modBrand h1 a {
		font-size: 40px;
	}

	.modList .facts {
		padding: 20px 20px 0px 0px;
	}

	.modList h2 {
		font-size: 20px;
	}

	.modList h4 {
		font-size: 14px;
	}

	.modList ul.check li {
		font-size: 14px;
	}

	.modDetail .gallery .image {
		max-width: 100%;
		height: 220px;
		left: 0;
	}

	.modDetail .gallery .thumbs {
		margin: 15px 0px 30px 0px;
		position: relative;
		width: 100%;
	}

	.modDetail .gallery .thumbs img {
		width: 36px;
		height: 36px;
		margin-right: 1px;
	}

	.modAbout .vcard {
		margin: 50px 0px 0px 0px;
	}
	.modAbout .map,
	.modAbout div.brands  {
		margin: 120px 0px 0px 0px;
	}





}

/* Desktop xl */


@media (min-width: 1260px) {

	.modBrand {
		height: 88px;
	}

	.modBrand h1, .modBrand h1 a {
		font-size: 52px;
	}

	.modNavBar .customerservice .icon-phone,
	.modNavBar .customerservice .icon-mail {
		margin-left: 6px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 24px;
	}

	h2 span {
		font-size: 24px;
	}
	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 16px;
	}

	.modList h2 {
		font-size: 26px;
	}

	.modList h4 {
		font-size: 18px;
	}

	.modList ul.check li {
		font-size: 16px;
	}

	.modDetail .gallery .image {
		height: 390px;
	}

	.modDetail .gallery .thumbs img {
		width: 60px;
		height: 60px;
		margin-right: 6px;

	}




}
