/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





/* 
==========================================================================
  START WEBKIT
========================================================================== 
*/

/* External Fonts */


/* Global */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #666;
	font-weight: 300;
	padding-bottom: 65px; /* Sticky-Footer Padding */
}
img {
	display: block;
    max-width: 100%;
    height: auto;
}
.block {
	padding: 10px 0;
	margin: 20px 0;
	display: block;
}
.block:first-child {
	margin-top: 0;
}
.block:last-child {
	margin-bottom: 0;
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
nav ul:after {
	content: " ";
	display: table;
	clear: both;
}
nav li {
	float: left;
	margin-right: 10px;
}
nav li:last-child {
	margin-right: 0;
}
nav li a {
	text-decoration: none;
	display: block;
}

/* Helper Classes */
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.left {
	float: left;
}
.left:after {
	clear: both;
}
.right {
	float: right;
}
.right:after {
	clear: both;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}
.flex-center {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}
.amount {
	font-size: 20px;
	font-weight: 600;
	color: #0070ba;
}
.amount:after {
	content: " €";
	font-size: 85%;
}
.amount.net {
	font-size: 75%;
	font-weight: 400;
	color: #999;
	font-style: italic;
}
.amount.net:before {
	content: "(";
}
.amount.net:after {
	content: " €)";
}
.amount.before {
	text-decoration: line-through;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
.hidden-mobile {
    display: block;
}
.visible-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
	.hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
}
.contentimg {
	float: right;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 5px 0 5px 20px;
	max-width: 340px;
}
.contentimg figcaption {
	font-size: 11px;
	line-height: 1;
	padding: 10px 0 0;
	color: #8c8c8c;
	font-weight: 300;
}


/* Card */
.card {
	display: inline-block;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	position: relative;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.card:hover {
	box-shadow: 0px 15px 15px 0px rgba( 26, 38, 74, .20 );
}


/* Container */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	position: relative;
}
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container:after,
.container-fluid:after {
	content: " ";
	display: table;
	clear: both;
}

/* Grid-System */
.row {
    position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.row:after {
    content: " ";
    display: table;
    clear: both;
}
[class^=col-] {
    float: left;
    padding: 0 15px;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
}
.col-offset-1 {
    margin-left: 8.33333333%;
}
.col-offset-2 {
    margin-left: 16.66666667%;
}
.col-offset-3 {
    margin-left: 25%;
}
.col--offset-4 {
    margin-left: 33.33333333%;
}
.col-offset-5 {
    margin-left: 41.66666667%;
}
.col-offset-6 {
    margin-left: 50%;
}
.col-offset-7 {
    margin-left: 58.33333333%;
}
.col-offset-8 {
    margin-left: 66.66666667%;
}
.col-offset-9 {
    margin-left: 75%;
}
.col-offset-10 {
    margin-left: 83.33333333%;
}
.col-offset-11 {
    margin-left: 91.66666667%;
}
.col-offset-12 {
    margin-left: 100%;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1;
	color: #0070ba;
	
}
h1, h2 {
	line-height: 1.8;
	letter-spacing: .8px;
}
h3, h4 {
	line-height: 1.6;
	letter-spacing: .5px;
}
h5, h6 {
	line-height: 1.4;
	text-transform: uppercase;
}



/* Paragraph */
p, ul > li, ol > li {
	color: #666;
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 300;
	margin-bottom: 10px;
}
p.lead {
	font-size: 16px;
	font-weight: 500;
}

ul, ol {
	margin: 10px 0 20px;
	padding-left: 20px;
}
ul {
	padding-left: 18px;
}

a {
	color: #0070ba;
	text-decoration: none;
	border-bottom: 1px dashed #0070ba;
}

/* Top-Line */
nav.top {
	background: #0070ba;
	color: #fff;
	padding: 0px 0;
}
nav.top li {
	margin-bottom: 0;
}
nav.top li a {
	border: 0;
	color: #dedede;
	font-size: 14px;
	line-height: 1;
}
nav.top .contact {
	float: left;
}
nav.top .contact li a:after {
	content: "/";
	margin-left: 10px;
	color: #666;
}
nav.top .contact li:last-child a:after {
	content: " ";
	margin: 0;
}
nav.top .social {
	float: right;
}
@media screen and (max-width: 768px) {
	nav.top {
		display: none;
	}
}


/* Navbar */
.navbar {
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.navbar a {
	border: 0px; 
}
.navbar .brand {
	float: left;
}
.navbar .brand:after {
	content: " ";
	display: table;
	clear: both;
}
.navbar .brand > img,
.navbar .brand > .name {
	float: left;
}
.navbar .brand > .name {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	padding: 16px 8px;
}
/* Navtoggle Button */
.navbar .btn-navtoggle {
	display: none;
}
.navbar .btn-navtoggle .bar {
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 1px;
	background: #666;
	transition: all .5s ease;
}
.navbar .btn-navtoggle .bar + .bar {
	margin-top: 7px;
}
.navbar .main {
	float: right;
}
.navbar li {
	margin-bottom: 0;
}
.navbar .main > li {
	margin: 15px 0;
}
.navbar .main > li + li {
	margin-left: 10px;
}
.navbar li a {
	transition: all .3s linear;
	color: #ababab;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 300;
	letter-spacing: .5px;
	padding: 14px 10px;
}
.navbar li a:hover,
.navbar li.active a {
	color: #0070ba;
}
.navbar li.dropdown {
	position: relative;
}
.navbar li.dropdown > a:after {
	font-family: 'wnsymbol';
	content: "\e816";
	margin-left: 4px;
}
.navbar li.dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	min-width: 100%;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,.18);
	display: block !important;
	visibility: hidden;
	opacity: 0;
	z-index: 500;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
}
.navbar li.dropdown .dropdown-menu li {
	margin: 0;
	float: none;
}
.navbar li.dropdown:hover {
	color: #0070ba;
}
.navbar li.dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
}
.navbar li.highlight a {
	background: #0D2840;
	color: #fff;
	border: 1px solid #0D2840;
	border-radius: 4px;
	padding: 8px 16px;
	margin: 5px 0 5px 10px;
}
.navbar li.highlight.active a,
.navbar li.highlight a:hover {
	background: #D96704;
	border-color: #D96704;
	color: #fff;
}

/* Navbar fixed */
.navbar.fixed {
	background: transparent;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 0;
	z-index: 50;
}
.navbar.fixed.scroll {
	position: fixed;
	background: #fff;
	box-shadow: 1px 2px 4px rgba(0,0,0,.18);
}

/* Navbar Shop */
.navbar.shop {
	padding-bottom: 0;
}

.navbar.shop .row.flex .brand,
.navbar.shop .row.flex .fright {
	width: 25%;
	padding: 0 15px;
}
.navbar.shop .row.flex .searchform {
	width: 50%;
	padding: 0 15px;
}
.navbar.shop .row.flex .searchform .input-group {
	margin: 0;
}
.navbar.shop .row.flex .ecommerce {
	text-align: right;
}
.navbar.shop .row.flex .ecommerce a.cart {
	display: inline-block;
	color: #666;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
}
.navbar.shop .row.flex .ecommerce a.cart:hover {
	color: #0070ba;
}
.navbar.shop .row.flex .ecommerce a.cart .ico,
.navbar.shop .row.flex .ecommerce a.cart .txt {
	display: table-cell;
	vertical-align: middle;
}
.navbar.shop .row.flex .ecommerce a.cart .txt {
	text-align: left;
	padding-left: 15px;
}
.navbar.shop .row.flex .ecommerce a.cart .txt p {
	margin: 0;
	line-height: 1.5;
	font-size: 12px;
	color: inherit;
}
.navbar.shop .row.flex .ecommerce a.cart .txt p.lead {
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
}
.navbar.shop .main-nav {
	background: #0070ba;
	margin-top: 10px;
}
.navbar.shop .main-nav .main {
	float: none;
	display: block;
}
.navbar.shop .main li {
	margin: 0;
}

.navbar.shop .main > li + li {
	margin-left: 10px;
}
.navbar.shop .main > li a {
	color: #dedede;
}
.navbar.shop .main > li.active a,
.navbar.shop .main > li a:hover {
	color: #ffff;
}
.navbar.shop .main .dropdown-menu li a {
	color: #ababab;
}
.navbar.shop .main .dropdown-menu li a:hover {
	color: #0070ba;
}

@media screen and (max-width: 768px) {
	body {
		padding-top: 71px;
	}
	body.navin {
		overflow: hidden;
	}
	.navbar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 500;
	}
	.navbar .btn-navtoggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 25;
		padding: 15px;
		background: transparent;
		border: 1px solid #ddd;
	}
	.navbar .main {
		display: none;
		padding: 10px 0;
	}
	.navbar .main li {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.navbar .main li + li {
		margin-top: 10px;
	}
	.navbar .main li a {
		padding: 15px 0;
	}
	.navbar .main li.active a,
	.navbar .main li a:hover {
		background: #ddd;
		color: #0070ba;
	}
	.navbar .main li.highlight a {
		margin: 0;
		background: transparent;
		border-color: rgba(79, 158, 220, 1);
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		color: rgba(79, 158, 220, 1);
	}
	.navbar .main li.dropdown .dropdown-menu {
		display: none !important;
	}
	.navbar .main li.dropdown .dropdown-menu {
		position: relative;
		width: 100%;
		border-radius: 0;
		display: none !important;
		visibility: visible;
		opacity: 1;
		background: rgba(255,255,255,.2);
	}
	.navbar .main li.dropdown .dropdown-menu.open {
		display: block !important;
		visibility: visible;
		opacity: 1;
	}
	body.navin .navbar .main {
		position: fixed;
		float: none;
		left: 0;
		top: 101px;
		bottom: 0;
		background: #0070ba;
		width: 100%;
		z-index: 500;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: flex-start;
		flex-flow: column;
	}
	body.navin .navbar .btn-navtoggle {
		border-color: #666;
	}
	body.navin .navbar .btn-navtoggle .bar:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
	}
	body.navin .navbar .btn-navtoggle .bar:nth-child(2) {
		opacity: 0;
	}
	body.navin .navbar .btn-navtoggle .bar:nth-child(3) {
		transform: translateY(-8px) rotate(45deg)
	}
	
	/* Navbar Shop */
	.navbar.shop {
		padding: 10px 0;
	}
	.navbar.shop .btn-navtoggle {
		right: 0;
	}
	.navbar.shop .row.flex {
		display: block;
		margin: 0;
	}
	.navbar.shop .row.flex .brand {
		width: auto;
		padding: 0;
	}
	.navbar.shop .row.flex .searchform {
		display: none;
	}
	.navbar.shop .row.flex .fright {
		width: auto;
		float: right;
		margin-right: 74px;
	}
	.navbar.shop .row.flex .fright .ecommerce,
	.navbar.shop .row.flex .fright .visible-mobile {
		width: auto;
		float: left;
		padding: 15px 0;
	}
	.navbar.shop .row.flex .fright .visible-mobile {
		margin-right: 15px;
	}
	.navbar.shop .row.flex .fright .visible-mobile > a {
		border: 1px solid #ddd;
		padding: 15px;
		display: block;
		color: #666;
	}
	.navbar.shop .row.flex .fright .ecommerce a.cart .ico {
		border: 1px solid #ddd;
		padding: 15px;
	}
	.navbar.shop .main-nav {
		margin-top: 0;
		display: none;
	}
	.navbar.shop .row.flex .ecommerce a.cart .txt {
		display: none;
	}
	
	
	body.navin .navbar.shop .main-nav {
		display: block;
	}
}
@media screen and (max-width: 420px) {
	.navbar.shop .row.flex .brand > img {
		max-height: 72px;
	}
	.navbar.shop .row.flex .btn-navtoggle {
		padding: 10px;
		margin: 0;
	}
	.navbar.shop .row.flex .btn-navtoggle .bar {
		width: 20px;
	}
	.navbar.shop .row.flex .btn-navtoggle .bar + .bar {
		margin-top: 5px;
	}
	.navbar.shop .row.flex .fright {
		margin-right: 42px;
		padding: 0 10px;
	}
	.navbar.shop .row.flex .fright .ecommerce a.cart .ico,
	.navbar.shop .row.flex .fright .visible-mobile > a {
		padding: 10px 8px;
		line-height: 1;
	}
	.navbar.shop .row.flex .fright .visible-mobile {
		margin-right: 10px;
	}
	
	body.navin .navbar.shop .btn-navtoggle .bar:nth-child(1) {
		transform: translateY(6px) rotate(-45deg);
	}
}

/* Header (Teaser) */
header.teaser {
	background: #ddd;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
header.teaser .cta {
	margin-top: 2.5vh;
}

/* Header (Master) */
header.master {
	background: #fff;
	position: relative;
	padding-top: 120px;
	padding-bottom: 336px;
	z-index: 1;
	height: 100vh;
}
header.master:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/header-bottom-shape.png) no-repeat scroll center bottom;
	background-size: auto;
	top: 0;
	z-index: -1;
}

/* Featurette */
.featurette {
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 50px 0;
	
}
.featurette:after {
	content: " ";
	display: table;
	clear: both;
}
.featurette > div {
	width: 50%;
	float: left;
}
.featurette .text {
	padding: 0 5% 0 0;
}
.featurette .image img {
	margin: 0 auto;
}
.featurette .image + .text {
	padding: 0 0 0 5%;
}
.featurette .text h6 {
	padding: 2px 15px;
	font-size: 13px;
	line-height: 25px;
	background: #D96704;
	color: #fff;
	border-radius: 15px;
	display: inline-block;
	font-weight: 400;
	letter-spacing: .4px;
	margin-bottom: 15px;
}
.featurette .text h3 {
	font-size: 34px;
	line-height: 45px;
}
.featurette .text p {
	font-size: 16px;
	line-height: 28px;
}
.featurette .text a.btn {
	margin-top: 20px;
}

/* Simple Banner */
.banner {
	background: #e1e1e1;
	padding: 45px 0;
}
.banner p {
	color: #0070ba;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	font-size: 24px;
	margin: 14px 0;
	font-weight: 700;
	line-height: 1;
}
.banner p > span {
	display: inline-block;
}
@media screen and (max-width: 480px) {
	.banner p {
		font-size: 18px;
	}
	.banner [class^=col-] {
		width: 100%;
		display: block;
		text-align: center;
	}
	.banner .btn {
		display: block;
	}
}


/* Table */
.table-wrapper {
	min-height: .01%;
	overflow-x: auto;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 4px;
}
table {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table thead > tr > th {
	text-align: left;
	letter-spacing: .5px;
	padding: .75rem 1.2rem .75rem .75rem;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #1b1b1b;
	text-transform: uppercase;
	border-bottom: 1px solid #1b1b1b;
}
table thead > tr > th:focus {
	outline: none;
}
table tbody > tr > td {
	text-align: left;
/*	padding: .75rem;  */
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
/*	border-top: 1px solid #e8e8e8;*/
	transition: all .5s ease;
}
table tbody > tr > td a.btn-edit {
	color: #1b1b1b;
	padding: 0px;
	border-radius: 2px;
	border: 0px solid #ddd;
	background: transparent;
	margin: 0;
}
table tbody > tr > td a.btn.delete {
	color: #f20404;
}
table tbody > tr:nth-child(even) > td {
	background: #ddd;
}
table tr > th.action,
table tr > td.action {
	text-align: center;
}
table tr > th.amount,
table tr > td.amount {
	text-align: right;
}






/* Tablesorter Styles */
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
}

/* Colors */
.muted {
	color: #999;
	font-style: italic;
}
.progress {
	color: #377dff;
}
.success {
	color: #00c9a7;
}
.warning {
	color: #ffc107;
}
.error {
	color: #ff2a07;
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 1em;
	cursor: pointer;
	/*background: #e1e1e1;*/
	border: 1px solid #e1e1e1;
	text-decoration: none;
	color: #666;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.btn:active {
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.btn + .btn,
.btn + .btn-dropdown {
	margin-left: .8em;
}
.btn.round {
	border-radius: 25px;
}

.btn-primary {
	background: #0070ba;
	border-color: #0070ba;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.btn-primary:active,
.btn-default:active {
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.btn-secondary {
	background: #fff;
	border-color: #0070ba;
	color: #0070ba;
}
.btn-link {
	background: transparent;
	border-color: transparent;
}
.btn-link:hover {
	text-decoration: underline;
	box-shadow: none;
}
.btn-link:active {
	box-shadow: none;
}
.btn-dropdown {
	display: inline-block;
	position: relative;
	transition: all .5s ease;
}
.btn-dropdown:hover .dropdown-toggle {
	background: #0070ba;
	border-color: #0070ba;
	color: #fff;
}
.btn-dropdown .dropdown-toggle {
	margin: 0;
}
.btn-dropdown .dropdown-toggle.right + .dropdown-menu {
	right: 0;
}
.btn-dropdown .dropdown-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fff;
	border-radius: 0;
	transition: all 500ms ease;
	min-width: 160px;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	z-index: 500;
	visibility: hidden;
	opacity: 0;
}
.btn-dropdown .dropdown-menu.open {
	visibility: visible;
	opacity: 1;
}
.btn-dropdown .dropdown-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.30);
	margin-bottom: 0;
}
.btn-dropdown .dropdown-menu li:last-child {
	border-bottom: 0;
}
.btn-dropdown .dropdown-menu li a {
	border: 0;
	padding: 10px 5px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
	color: #1b1b1b;
	transition: all .5s ease;
	display: block;
	transition: color .3s ease;
	text-decoration: none;
}
.btn-dropdown .dropdown-menu li a:hover {
	background: rgba(0,0,0,.1);
}

.btn-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 25px;
	border: 1px solid #8c8c8c;
	padding: 10px;
	border-radius: 2px;
	background: #8c8c8c;
	color: #fff;
	z-index: 4001;
	transition: all .5s ease-out;
}
.btn-top:hover {
	background: #c08c4d;
	border-color: #c08c4d;
}
.btn-top.in {
	display: block;
}

@media screen and (max-width: 768px) {
	.btn{
		margin: 0 .8em .8em 0;
	}
	.btn + .btn,
	.btn + .btn-dropdown {
		margin-left: 0;
	}
	
}

/* Toggle-Button */
.toggle + .toggle {
	margin-top: .8em;
}
.toggle:after {
	content: " ";
	display: table;
	clear: both;
}
.toggle .vis {
	position: relative;
	display: inline-block;
/*	width: 3em;*/
	height: 21px;
	line-height: 1;
	margin-right: 10px;
	float: left;
}
.toggle label > label {
	line-height: 22px;
	width: auto;
	float: none;
	margin-left: 3.5em;
	color: #666;
}

.toggle input {
	display: none;
}
.toggle .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 3em;
	height: 1.5em;
	background-color: #e1e1e1;
	transition: all .3s ease-in-out;
	border-radius: 1em;
}
.toggle .slider:before {
	position: absolute;
	content: "";
	height: 1.2em;
	width: 1.2em;
	left: 0.15em;
	bottom: 0.15em;
	top: 0.15em;
	background-color: white;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.toggle input:checked + .slider {
	background-color: #0070ba;
}
.toggle input:focus + .slider {
	background-color: pink;
	box-shadow: 0 0 1px #c08c4d;
}
.toggle input:checked + .slider:before {
	-webkit-transform: translateX(1.5em);
	-ms-transform: translateX(1.5em);
	transform: translateX(1.5em);
}
.toggle > .normlabel {
	color: #1b1b1b;
	font-size: 14px;
	width: auto;
	position: relative;
	top: -7px;
}

/* Hover Effects */
/* Grow */
.hgrow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hgrow:hover, .hgrow:focus, .hgrow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Bounce In */
.hbounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hbounce-in:hover, .hbounce-in:focus, .hbounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bob */
@-webkit-keyframes hbob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hbob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hbob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hbob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hbob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hbob:hover, .hbob:focus, .hbob:active {
  -webkit-animation-name: hbob-float, hbob;
  animation-name: hbob-float, hbob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Buzz Out */
@-webkit-keyframes hbuzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hbuzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hbuzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hbuzz-out:hover, .hbuzz-out:focus, .hbuzz-out:active {
  -webkit-animation-name: hbuzz-out;
  animation-name: hbuzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rectangle Out */
.hrectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hrectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0070ba;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hrectangle-out:hover, .hrectangle-out:focus, .hrectangle-out:active {
  color: white;
}
.hrectangle-out:hover:before, .hrectangle-out:focus:before, .hrectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Ripple Out */
@-webkit-keyframes hripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hripple-out:hover:before, .hripple-out:focus:before, .hripple-out:active:before {
  -webkit-animation-name: hripple-out;
  animation-name: hripple-out;
}


/* Shadows */
.shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.shadow:hover, .shadow:focus, .shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* Tooltips / Speechbubbles */
.tooltip {
	display: inline-block;
	padding: 1em;
	cursor: default;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	text-decoration: none;
	color: #666;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}
.tooltip + .tooltip {
	margin-left: 1.5em;
}
/* Arrow Top */
.arrow-top:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	left: calc(50% - 10px);
	top: 0;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e1e1e1 transparent;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* Arrow Right */
.arrow-right:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	top: calc(50% - 10px);
	right: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e1e1e1;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/* Arrow Bottom */
.arrow-bottom:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

/* Arrow Left */
.arrow-left:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	top: calc(50% - 10px);
	left: 0;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e1e1e1 transparent transparent;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
@media screen and (max-width: 768px) {
	.tooltip {
		margin: 0 1em 1em 0;
	}
	.tooltip + .tooltip {
		margin-left: 0;
	}
}

/* Labels */
.label {
	background: #0070ba;
	display:inline-block;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	border-radius: 5px;
	white-space: nowrap;
	text-align: center;
}
.label + .label {
	margin-left: .8em;
}
.label > a {
	color: #fff;
	border: 0;
	cursor: default;
}
.label > a.del {
	cursor: pointer;
}


/* Badges */
.badge {
	background: #e1e1e1;
	font-size: 13px;
	line-height: 1;
	padding: 4px 8px 3px;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
	cursor: default;
	font-weight: 500;
	letter-spacing: .3px;
	display: inline-block;
}
.badge > a {
	cursor: default;
	color: inherit;
	border: 0;
}

/* Notification Panels */
.panel {
	position: relative;
	background: #e1e1e1;
	border: 1px solid #ccc;
	display: table;
	width: 100%;
	margin: 20px 0;
}
.panel .icon,
.panel .txt {
	display: table-cell;
	vertical-align: middle;
}
.panel .icon {
	text-align: center;
	background: rgba(0,0,0,.1);
	padding: 10px 0;
}
.panel .icon i {
	font-size: 40px;
	line-height: 1;
}
.panel a.panel-del {
	position: absolute;
	right: 10px;
	top: 13px;
	border: 0;
	text-decoration: none;
	color: #999;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
}
.panel a.panel-del:hover {
	filter: brightness(85%);
}
.panel .txt {
	padding: 10px;
}
.panel .txt p {
	margin: 0;
}
.panel .txt p.lead {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
}
.panel .txt .btn {
	margin-top: 20px;
}
.panel.notification {
	background: #0070ba;
	border-color: #0070ba;
}
.panel.notification p,
.panel.notification a,
.panel.notification i {
	color: #fff;
}

.panel.warning {
	background: rgba(255, 193, 7, 1);
	border-color: rgba(255, 193, 7, 1);
}
.panel.warning p,
.panel.warning a,
.panel.warning i {
	color: #fff;
}

.panel.error {
	background: rgba(255, 42, 7, 1);
	border-color: rgba(255, 42, 7, 1);
}
.panel.error p,
.panel.error a,
.panel.error i {
	color: #fff;
}



/* Pagination */
.pagination {
	display: block;
	margin: 20px 0;
}
.pagination:after {
	content: " ";
	display: table;
	clear: both;
}
.pagination li {
	float: left;
}
.pagination li a {
/*	display: inline-block;*/
	position: relative;
	padding: 5px 10px;
	line-height: 35px;
	height: 44px;
	font-size: 16px;
	min-width: 45px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #666;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.pagination.square li a {
	border-radius: 2px;
	border-width: 1px;
}
.pagination.square li a.pback,
.pagination.square li a.pnext {
	background: #e1e1e1;
	border-width: 0;
}
.pagination.square li a.pback:hover,
.pagination.square li a.pnext:hover {
	background: #0070ba;
	color: #fff;
}
.pagination li span.wrap {
	position: relative;
	display: inline-block;
	line-height: 33px;
	height: 44px;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	text-align: center;
	letter-spacing: .5px;
}
.pagination li.active a {
	border-color: #0070ba;
}
.pagination li.active a,
.pagination li a:focus,
.pagination li a:hover {
	background: #0070ba;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.pagination li {
		display: none;
	}
	.pagination li.nav,
	.pagination li.active {
		display: block;
	}
}

/* Step-Navigation */
.wizzard {
	display: block;
}
.wizzard ol {
	counter-reset: step;
	margin: -10px auto;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
.wizzard.small ol {
	display: inline-block;
}
.wizzard.small ol:after {
	content: " ";
	display: table;
	clear: both;
}
.wizzard li {
	list-style-type: none;
	padding: 0 10px;
	font-size: 12px;
	letter-spacing: .35px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 0;
}
.wizzard.small li {
	float: left;
}
.wizzard li a {
	border: 0;
	text-decoration: none;
	color: #666;
	cursor: default;
}
.wizzard li.visited a {
	color: #999;
}
.wizzard li.current a {
	color: #2e2e2e;
}
.wizzard li:before {
	width: 40px;
	height: 40px;
	font-size: 14px;
	content: counter(step);
	counter-increment: step;
	line-height: 40px;
	border: 1px solid #ddd;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #fff;
}
.wizzard.small li:after {
	width: 100%;
	height: 2px;
	content: " ";
	position: absolute;
	background-color: #ddd;
	top: 20px;
	left: -50%;
	z-index: -1;
}
.wizzard li:first-child:after {
	content: none;
}
.wizzard li.visited {
	color: #999;
}
.wizzard li.visited:before {
	font-family: 'wnsymbol';
	content: "\e862";
	background: #e1e1e1;
	color: #2e2e2e;
}
.wizzard li.visited:after,
.wizzard li.current:after {
	background-color: #ddd;
}
.wizzard li.current {
	color: #2e2e2e;
}
.wizzard li.current:before {
	background: #2e2e2e;
	border-color: #2e2e2e;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.wizzard ol {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wizzard li {
		margin-bottom: 10px;
	}
	.wizzard li:after,
	.wizzard li.visited:after,
	.wizzard li.current:after {
		background: transparent;
	}
}
@media screen and (max-width: 420px) {
	.wizzard li {
		padding: 0 5px;
	}
	.wizzard li a {
		font-size: 10px;
		text-transform: none;
	}
}
@media screen and (max-width: 360px) {
	.wizzard li {
		padding: 0;
		margin: 0 0 10px;
	}
	.wizzard li:before {
		float: left;
	}
	.wizzard li a {
		display: block;
		padding: 10px 10px 10px 50px;
		text-align: left;
	}
}


/* Form Elements */
form {
	width: 100%;
}
form.w600 {
	max-width: 600px;
}
:focus {
	outline: none;
}
textarea {
	resize: none;
}
label.required:after {
	content: "*";
	font-size: 12px;
	color: #ff2a07;
	position: relative;
	top: -3px;
	margin-left: 2px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

::-webkit-input-placeholder { /* Edge */
	color: #999;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #999;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
}
::placeholder {
	color: #999;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
}
.input-group {
	position: relative;
	margin: 30px 0 0;
}
.wnform {
	color: #666;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	width: 100%;
}
.wnform.box {
	border: 1px solid #ccc; 
	padding: 7px 14px; 
	transition: 0.4s; 
	background: transparent;
}
.wnform.box:disabled {
	background: #f2f2f2;
	cursor: not-allowed;
}
.wnform.box ~ .focus-border:before,
.wnform.box ~ .focus-border:after {
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 2px; 
	background-color: #0070ba; 
	transition: 0.3s;
}
.wnform.box ~ .focus-border:after {
	top: auto; 
	bottom: 0; 
	left: auto; 
	right: 0;}
.wnform.box ~ .focus-border i:before,
.wnform.box ~ .focus-border i:after {
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 2px; 
	height: 0; 
	background-color: #0070ba; 
	transition: 0.4s;
}
.wnform.box ~ .focus-border i:after {
	left: auto; 
	right: 0; 
	top: auto; 
	bottom: 0;
}
.wnform.box:focus ~ .focus-border:before,
.wnform.box:focus ~ .focus-border:after,
.has-content.wnform.box ~ .focus-border:before,
.has-content.wnform.box ~ .focus-border:after {
	width: 100%; 
	transition: 0.3s;
}
.wnform.box:focus ~ .focus-border i:before,
.wnform.box:focus ~ .focus-border i:after,
.has-content.wnform.box ~ .focus-border i:before,
.has-content.wnform.box ~ .focus-border i:after {
	height: 100%; 
	transition: 0.4s;
}
.wnform.box ~ label {
	position: absolute; 
	left: 14px; 
	width: 100%; 
	top: 10px; 
	color: #aaa; 
	transition: 0.3s; 
	z-index: -1; 
	letter-spacing: 0.5px;
	line-height: 1.42857143;
}
.wnform.box:focus ~ label, 
.has-content.wnform.box ~ label {
	top: -18px; 
	left: 0; 
	font-size: 12px; 
	color: #0070ba; 
	transition: 0.3s;
}
/* Set label on top of the box when input has value */
.wnform.box:not(:placeholder-shown) ~ label,
.wnform.box.showlabel ~ label {
	top: -18px; 
	left: 0; 
	font-size: 12px; 
	color: #0070ba; 
}
/* Textarea Styles */
textarea.wnform.box {
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-property: border-bottom-color;
	transition-property: border-bottom-color;
	
}
textarea.wnform.box:focus {
	border-bottom-color: transparent;
}
/* Select Styles */
select.wnform.box {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
.input-group.select::before {
	font-family: 'wnsymbol';
	content: "\e816";
	position: absolute;
	right: 10px;
	top: 10px;
	color: #999;
	z-index: 0;
}
/* Split Input Styles */
.input-group.split {
	display: table;
	width: 100%;
}
.input-group.split input {
	display: table-cell;
}
.input-group.split .small {
	width: 29%;
}
.input-group.split .big {
	width: 70%;
}
.input-group.split input:first-child {
	margin-right: 1%;
} 
/* Checkbox / Radio Styles */
.input-group input[type="checkbox"],
.input-group input[type="radio"] {
	display: none;
}
.input-group input[type="checkbox"] + label,
.input-group input[type="radio"] + label {
	line-height: 25px;
	font-style: normal;
	text-transform: none;
}
.input-group input[type="checkbox"] + label:before,
.input-group input[type="radio"] + label:before {
	background-color: #fff;
	display: block;
	width: 25px;
	height: 25px;
	padding: 3px;
	border: 1px solid #ccc;
	font-family: "wnsymbol";
	text-align: center;
	content: "";
	font-size: 25px;
	color: #0070ba;
	font-weight: 300;
	float: left;
	margin-right: 10px;
}
.input-group input[type="checkbox"]:checked + label:before {
	content: "\e82c";
	font-size: 18px;
	line-height: 1;
}
.input-group input[type="radio"] + label:before {
	border-radius: 50%;
}
.input-group input[type="radio"]:checked + label:before {
	content: "\f111";
	color: #0070ba;
	font-size: 16px;
	line-height: 1;
}
.input-group.radio + .input-group.radio {
	margin-top: 12px;
}

/* Input Group Inline */
.input-group.inline {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: flex-start;
}
.input-group.inline > a {
	padding: 8px;
	white-space: nowrap;
}
.input-group.inline.quantity > a.btn {
	padding: 8px 16px;
}
.input-group.inline.quantity > .wnform {
	text-align: center;
}
.input-group.inline.quantity > .wnfrom + a.btn,
.input-group.inline > .wnform + a {
	border-left: 0;
}
.input-group.inline.quantity > a.btn + .wnform,
.input-group.inline > a + .wnform {
	border-left: 0;
}
@media screen and (max-width: 768px) {
	.input-group.inline > a.btn {
		margin: 0;
	}
}


/* Breadcrumb Navigation */
nav.breadcrumb {
	border-radius: 4px;
	padding: 5px 8px;
	background: #ddd;
}
nav.breadcrumb ul {
	margin: 0;
	padding: 0;
}
nav.breadcrumb li {
	margin-bottom: 0;
}
nav.breadcrumb li a,
nav.breadcrumb li span {
	border-bottom: 0;
	color: #999;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color;
	transition-property: color;
}
nav.breadcrumb li a:hover,
nav.breadcrumb li span:hover {
	color: #0070ba;
}
nav.breadcrumb li a:after,
nav.breadcrumb li span:after{
	font-family: 'wnsymbol';
	content: "\f101";
	margin-left: 10px;
	color: #999;
}
nav.breadcrumb li:last-child a,
nav.breadcrumb li:last-child span {
	font-weight: 500;
	color: #0070ba;
	cursor: default;
}
nav.breadcrumb li:last-child a:after,
nav.breadcrumb li:last-child span:after {
	content: " ";
	margin-left: 0;
}


/* Progress Bar */
.progressbar {
	max-width: 400px;
	height: 20px;  /* Can be anything */
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.progressbar > span {
	display: block;
	height: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: linear-gradient(
	center bottom,
	rgb(43,194,83) 37%,
	rgb(84,240,84) 69%
	);
	box-shadow: 
	inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}

/* Image-Zoom */
#imagezoom {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.65);
	left: 0;
	top: 0;
	z-index: 600001;
	text-align: center;
}
.imagezoom-content {
	margin: auto;
	position: relative;
	top: 10%;
	display: inline-block;
	background: #fff;
	padding: 5px;
	box-shadow: 2px 4px 8px rgba(0,0,0,.75);
}
.imagezoom-content .img-target {
	margin: 0 auto;
	max-width: 300px;
	max-height: 80vh;
}
@media (min-width: 768px) {
	.imagezoom-content .img-target {
		max-width: 600px;
	}
}
@media (min-width: 992px) {
	.imagezoom-content .img-target {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.imagezoom-content .img-target {
		max-width: 900px;
	}
}

/* Image Gallery */
.img-gallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -10px;
}
.img-gallery ul:after {
	content: " ";
	display: table;
	clear: both;
}
.img-gallery li {
	float: left;
	width: 20%;
	padding: 10px;
}
.img-gallery li a {
	display: block;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
}


/* Video */
video {
	max-width: 100%;
	height: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Accordion */
.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.accordion:after {
	content: " ";
	display: table;
	clear: both;
}
.accordion input[type="checkbox"],
.accordion input[type="radio"] {
	display: none;
}
.accordion input[type="checkbox"] + label::before {
	font-family: 'wnsymbol';
	font-weight: 300;
	content: "\e82e";
	border: 1px solid #ddd;
	padding: 2px 5px;
	border-radius: 5px;
	color: #2e2e2e;
	margin-right: 10px;
}
.accordion input[type="checkbox"]:checked + label::before {
	font-family: 'wnsymbol';
	content: "\e82f";
}
.accordion input[type="radio"] + label::before {
	font-family: 'wnsymbol';
	font-weight: 300;
	content: "\f10c";
	padding: 2px 5px;
	color: #666;
	margin-right: 10px;
}
.accordion input[type="radio"]:checked + label::before {
	font-family: 'wnsymbol';
	content: "\f111";
	color: #2e2e2e;
}
.accordion li.accordion-block {
	margin: 0 0 35px;
	position: relative;
}
.accordion input[type="checkbox"]:checked + label::after,
.accordion input[type="radio"]:checked + label::after{
	content: "";
	position: absolute;
	left: 10px;
	top: 24px;
	height: 80%;
	width: 2px;
	background: #ddd;
}
.accordion li.accordion-block .content {
	padding-left: 25px;
	margin-top: 15px;
	margin-left: 15px;
	display: none;
}
.accordion li.accordion-block.active .content {
	display: block;
}
.accordion li.accordion-block .accordion-toggle:checked ~ .content,
.accordion li.accordion-block .accordion-toggle-radio:checked ~ .content {
	display: block;
}
.accordion li.accordion-block .content .input-group {
	margin-bottom: 20px;
}
.accordion li.accordion-block label p {
	padding-left: 40px;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
.accordion li.accordion-block label p > span {
	display: block;
	color: #999898;
	font-size: 90%;
	line-height: 1;
	margin-top: 3px;
	
}


/* Pricing */
.prices-overview .hinweis {
	font-size: 13px;
}
.prices-overview .row.flex {
	align-items: stretch;
}
.prices-overview .row + .row {
	margin-top: 1.5rem;
}
.prices-overview .pricecard {
	padding: 0 15px;
	width: 33.33333%;
}
.prices-overview .pricecard.wide {
	width: 100%;
	margin-top: 1.5rem;
}
.prices-overview .pricecard .inner {
	position: relative;
	padding: 2.5rem 1rem 6.5rem;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-border-radius: 0;
	text-align: center;
	overflow: hidden;
	background: #fff;
	height: 100%;
}
.prices-overview .pricecard .inner h2 {
	font-size: 1.5rem;
	font-weight: 300;
	margin: 0;
}
.prices-overview .pricecard .inner p.bottom30 {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 300;
	margin: 0 0 30px;
	min-height: 36px;
}
.prices-overview .pricecard .inner .price {
	padding: 15px 0 14px 0;
	border-top: 1px solid rgba(139, 144, 157, 0.18);
	border-bottom: 1px solid rgba(139, 144, 157, 0.18);
}
.prices-overview .pricecard .inner .price > span {
	font-size: 38px;
	line-height: 38px;
	margin: 0 5px;
	color: #0070ba;
}
.prices-overview .pricecard .inner .price > span.currency:before {
	content: "€ ";
	font-size: 85%;
}
.prices-overview .pricecard .inner .price > sup.currency {
	font-size: 35px;
	line-height: 35px;
	top: 0;
	position: relative;
	color: #0070ba;
}
.prices-overview .pricecard .inner .price > sup.period {
	font-size: 13px;
	line-height: 35px;
	top: 0;
	position: relative;
	color: #666;
	font-weight: 300;
}
.prices-overview .pricecard .inner .price > sup.period:before {
	content: "/ ";
}
.prices-overview .pricecard .inner ul.pricing-list {
	list-style-type: none;
	padding: 25px 0;
	width: 80%;
	display: inline-block;
}
.prices-overview .pricecard .inner ul.pricing-list li:before {
	font-family: "wnsymbol";
	content: "\e82c";
	color: #B2CB20;
	margin-right: 5px;
}
.prices-overview .pricecard .inner ul.pricing-list li.bold {
	font-weight: 500;
	letter-spacing: .5px;
	color: #1b1b1b;
}
.prices-overview .pricecard .inner .btn {
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.prices-overview .pricecard .inner .flag {
	position: absolute;
	top: 0;
	right: 1rem;
	padding: 8px 5px;
	background: #E84455;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-width: 40px;
	color: #fff;
}
.prices-overview .pricecard .inner:hover {
	background: #26313c;
	color: #fff;
}
.prices-overview .pricecard .inner:hover h2,
.prices-overview .pricecard .inner:hover p,
.prices-overview .pricecard .inner:hover .price > span,
.prices-overview .pricecard .inner:hover .price > sup,
.prices-overview .pricecard .inner:hover ul.pricing-list li,
.prices-overview .pricecard .inner:hover ul.pricing-list li.bold {
	color: #fff;
}

.prices-overview .pricecard .inner:hover .btn {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.prices-overview .pricecard .inner:hover .btn:hover {
	background: #fff;
	color: #26313c;
}

@media screen and (max-width: 768px) {
	.prices-overview .pricecard {
		width: 100%;
	}
	.prices-overview .pricecard + .pricecard {
		margin-top: 1.5rem;
	}
}

/* Thumbnail Gallery (incl. Image Zoom) */


/* News-Article Tiles (Teaser) */
.news .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	justify-content: space-between;
}

.news .news-article {
	width: 24%;
}
.news .news-article .image a {
	display: block;
	border: 0;
}
.news .news-article .image img {
	margin: 0 auto;
}
.news .news-article .txt {
	padding: 10px 0;
}
.news .news-article .txt .title {
	margin-bottom: 18px;
}
.news .news-article .txt .title h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 8px;
	margin-top: 0;
}
.news .news-article .txt .title h3 > a {
	color: #242424;
	text-decoration: none;
	border: 0;
	display: block;
	transition: color .5s ease;
	cursor: pointer;
}
.news .news-article .txt .title p.date {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #95604e;
}
.news .news-article .txt p {
	color: #797979;
	font-size: 17px;
	line-height: 1.8em;
	font-weight: 300;
	margin: 0 0 20px;
}
.news .news-article .txt .btn-readmore {
	color: #95604e;
	border-bottom-color: #95604e;
}
@media screen and (max-width: 1200px) {
	.news .news-article {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media screen and (max-width: 768px) {
	.news .news-article {
		width: 49%;
		margin-bottom: 2%;
	}
}
@media screen and (max-width: 420px) {
	.news .news-article {
		width: 100%;
		margin: 0 0 2%;
	}
}

/* News-Article Detail */
.news-detail h1 {
	margin: 0;
	line-height: 1.2;
}
.news-detail .subline {
	margin: 0;
}
.news-detail .subline p {
	font-size: 13px;
	line-height: 1;
	color: #999;
	margin: 0;
	display: inline-block;
}
.news-detail .subline p:after {
	content: " /";
	color: #999;
}
.news-detail .subline p:last-child:after {
	content: "";
}
.news-detail .subline p.news-date {
	color: #0070ba;
}

/* News-Liste */
.newslist > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.newslist > ul:after {
	content: " ";
	display: table;
	clear: both;
}
.newslist > ul li {
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #ddd;
}
.newslist li .title {
	margin: 0 0 18px;
}
.newslist li .title h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}
.newslist li .title h3 > a {
	color: #0070ba;
	border: 0;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	transition: color .5s ease;
	cursor: pointer;
}
.newslist li .title h3 > a:hover {
	color: #8e6455;
}
.newslist li .title .subline {
	margin: 0;
}
.newslist li .title .subline p {
	font-size: 13px;
	line-height: 1;
	color: #999;
	margin: 0;
	display: inline-block;
}
.newslist li .title .subline p:after {
	content: " /";
	color: #999;
}
.newslist li .title .subline p:last-child:after {
	content: "";
}
.newslist li .title .subline p.news-date {
	color: #0070ba;
}
.newslist li .content .thumbnail {
	max-width: 220px;
	border: 1px solid #ddd;
	padding: 5px;
	float: left;
	margin: 0 20px 5px 0;
	position: relative;
	top: 5px;
}
.newslist li .content p {
	color: #797979;
	font-size: 17px;
	line-height: 1.8em;
	font-weight: 300;
	margin: 0 0 20px;
}
.newslist li .content .btn {
	margin: 25px 0 0;
}
.newslist .pagination li {
	border-bottom: 0;
}
.news-sidebar {
	padding: 0 0 0 45px;
}
.news-sidebar .block {
	margin: 0 0 45px;
}
.news-sidebar .block .headline {
	margin: 0 0 15px;
}
.news-sidebar .block .headline h2 {
	font-size: 22px;
	color: #0070ba;
	font-weight: 600;
	line-height: 1.2em;
	display: inline-block;
	text-transform: capitalize;
	margin: 0;
}
.news-sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.news-sidebar ul:after {
	content: " ";
	display: table;
	clear: both; 
}
.news-sidebar .block.category li {
	margin: 0;
}
.news-sidebar .block.category li + li {
	border-top: 1px solid #ddd;
}
.news-sidebar .block.category li a {
	position: relative;
	color: #666;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
	display: block;
	border: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
}
.news-sidebar .block.category li a:after {
	font-family: "wnsymbol";
	content: "\f105";
	position: absolute;
	right: 5px;
	font-size: 80%;
	font-weight: 300;
}
.news-sidebar .block.category li.active a,
.news-sidebar .block.category li a:hover {
	color: #8e6455;
}

/* Featurette-Wide */
.featurette-wide {
	padding: 0;
	background: #0070ba;
}
.featurette-wide .wrap-content {
	position: relative;
	min-height: 250px;
	background: #0070ba;
}
.featurette-wide .image {
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/img-featurette-wide.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.featurette-wide .text {
	position: relative;
	float: right;
	width: 50%;
	padding: 85px 15px 70px 70px;
	color: #fff;
}
.featurette-wide .text .headline h4 {
	color: rgba(255,255,255,0.65);
}
.featurette-wide .text .headline h2 {
	color: #fff;
}
.featurette-wide .text .accordion {
	margin: 45px 0 0;
}
.featurette-wide .text .accordion li.accordion-block label:before {
	font-family: 'wnsymbol';
	content: "\e807";
	color: #fff;
}
.featurette-wide .text .accordion input[type="radio"]:checked + label::before {
	color: #fff;
	font-family: 'wnsymbol';
	content: "\e80a";
}
.featurette-wide .text .accordion li label {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
}
.featurette-wide .text .accordion li label:hover,
.featurette-wide .text .accordion li input[type="radio"]:checked + label {
	color: #95604e;
}
.featurette-wide .text p,
.featurette-wide .text .accordion li .content p {
	color: rgba(255,255,255,0.65);
}
@media screen and (max-width: 768px) {
	.featurette-wide .image {
		display: none;
	}
	.featurette-wide .text {
		width: 100%;
	}
}

/*** eCommerce ***/
.article-wrapper {
	display: flex;
	align-items: stretch;
}
.article-wrapper:after {
	content: " ";
	display: table;
	clear: both;
}
.article-headline {
	margin: 30px 0 15px;
}
.article-readmore {
	margin: 30px 0 0;
}
/* Article-List */
.article-list {
	list-style-type: none;
	padding: 0;
	margin: 0 -1%;
}
.article-list:after {
	content: " ";
	display: table;
	clear: both;
}
.article-list .article {
	float: left;
	width: 23%;
	margin: 1%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
}
.article-list .article:nth-child(4n+1) {
	clear: both;
}
.article-list .article a,
.article-list .article a:hover {
	border: 0
}
.article-list .article a {
	display: block;
}
.article-list .article .image {
	overflow: hidden;
}
.article-list .article .image img {
	margin: 0 auto;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	transition: transform .5s ease;
}
.article-list .article:hover .image img {
	transform: scale(1.25);
}
.article-list .article .desc {
	padding: 10px 0;
	text-align: center;
}
.article-list .article .desc p {
	font-size: 12px;
	line-height: 1.4;
}
.article-list .article .desc p.price .amount {
	font-size: 18px;
	color: #0070ba;
	line-height: 1;
	font-weight: 600;
}
.article-list .article .desc p.price .amount + .amount {
	margin-left: 5px;
}
.article-list .article .desc p.price .amount.old {
	font-weight: 400;
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
}
.articlenav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 0;
	padding: 10px 0;
}
.articlenav:after {
	content: " ";
	display: table;
	clear: both;
}
.articlenav .btn-dropdown {
	float: right;
	line-height: 1;
}
.articlenav .btn-dropdown .dropdown-toggle {
	padding: 0 5px;
	background: transparent;
	border: 0;
	line-height: 1;
	color: #666;
}
.articlenav .btn-dropdown .dropdown-toggle:hover {
	color: #0070ba;
}
.articlenav .pagination {
	margin: 0;
	display: inline-block;
}
.articlenav .pagination li {
	margin-bottom: 0;
}

/* Sidebar */
.sidebar {
	width: 25%;
	padding-right: 2%;
	float: left;
	min-height: 100%;
}
.sidebar h3 {
	border-bottom: 1px solid #ddd;
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
}
.sidebar li {
	margin-bottom: 10px;
}
.sidebar li a {
	border: 0;
	padding: 5px 0;
}
/* Article List with Sidebar left */
.sidebar + .list {
	width: 75%;
	float: left;
}
.sidebar + .list .article-list .article {
	width: 31.3333%;
}
.sidebar + .list .article-list .article:nth-child(4n+1) {
	clear: none;
}
.sidebar + .list .article-list .article:nth-child(3n+1) {
	clear: both;
}

/* Article-Detail */

.article-detail .row.flex {
	align-items: stretch;
	align-content: center;
	justify-content: flex-start;
	margin: 0;
}
.article-detail .row.flex .image {
	width: 33.3333%;
	display: flex;
	align-items: center;
}
.article-detail .row.flex .image > img {
	margin: 0 auto;
}
.article-detail .row.flex .text {
	width: 66.6666%;
	padding-left: 10%;
}
.article-detail .row.flex .text h1,
.article-detail .row.flex .text h2 {
	margin: 0;
	letter-spacing: .5px;
}
.article-detail .row.flex .text h1 {
	line-height: 1.5;
	font-weight: 600;
	font-size: 24px;
}
.article-detail .row.flex .text h2 {
	line-height: 1.2;
	font-weight: 400;
	font-size: 20px;
}
.article-detail .row.flex .text .price p.note,
.article-detail .row.flex .text .price p.stock {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 300;
	color: #666;
}
.article-detail .row.flex .text .price p.stock.green {
	color: #090;
	margin: 15px 0;
}

.article-detail .row.flex .text .cta {
	max-width: 240px;
}
.article-detail .row.flex .text .cta .input-group.inline {
	margin: 0;
}
.article-detail .row.flex .text .cta .input-group.inline > .wnform.box {
	text-align: center;
}
.article-detail .row.flex .text .cta .input-group.inline > .btn-primary {
	text-transform: uppercase;
	letter-spacing: .2px;
	font-weight: 500;
}
.article-detail .row.flex .text .additional-note p {
	margin: 30px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 400;
	color: #999;
}

/* Cart */
.block.cart {
	padding: 0 0 50px; 
}
.cart table th,
.cart table td {
	text-align: center;
}
.cart table td a {
	border: 0;
}
.cart table tbody tr + tr td {
	border-top: 1px solid #ddd;
}
.cart table tbody > tr:nth-child(even) > td {
	background: #fff;
}
.cart .cart-details table td .amount {
	font-size: 14px;
}
.cart .cart-details table td .input-group {
	margin: 0;
}
.cart .cart-details table .article-thumbnail {
	min-width: 32px;
	width: 140px;
	text-align: left;
}
.cart .cart-details table .article-name {
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	color: #0070ba;
}
.cart .cart-details table .article-name a {
	font-weight: 500;
	font-size: 16px;
	color: #0070ba;
}
.cart .cart-details table .article-name a:hover {
	text-decoration: underline;
}
.cart .cart-details table .article-variation {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #0070ba;
}
.cart .cart-details table .article-price .amount {
	font-weight: 400;
	color: #668;
}
.cart .cart-details table .article-price .amount {
	font-weight: 400;
	color: #668;
}
.cart .cart-details table .article-quantity .input-group {
	max-width: 100%;
	display: inline-block;
}
.cart .cart-details table .article-quantity .input-group .wnform.box {
	text-align: center;
}
.cart .cart-details table .article-delete {
	min-width: 32px;
	width: 100px;
}
.cart .cart-details table .article-delete .btn {
	background: rgba(255, 42, 7, 1);
	color: #fff;
	padding: 10px;
}
.cart .cart-details table .article-add_to_cart {
	min-width: 32px;
	width: 100px;
}
.cart .cart-details table .article-add_to_cart .btn {
	background: #0070ba;
	color: #fff;
	padding: 10px;
}
.cart .cart-details table .article-add .btn {
	background: #0070ba;
	color: #fff;
	padding: 10px;
}
.cart .cart-details table .cart-options {
	padding: 1.5rem .75rem;
	text-align: right;
}
.cart .cart-details table .cart-options .voucher {
	float: left;
	margin: 4px 0;
}
.cart .cart-totals {
	width: 50%;
	float: right;
	margin-top: 30px;
}
.cart .cart-totals .table-wrapper {
/*	border: 0;*/
}
.cart .cart-totals table th {
	text-align: left;
}
.cart .cart-totals table td.subtotal .amount {
	font-size: 15px;
	color: #666;
}
.cart .cart-totals table th.vat,
.cart .cart-totals table td.vat .amount {
	font-weight: 400;
	font-size: 15px;
	color: #666;
}
.cart .cart-totals table tr + tr th {
	border-top: 1px solid #ddd;
}
.cart .cart-totals .actions {
	margin-top: 20px;
}
.cart .cart-totals .actions .btn-primary {
	display: block;
	text-align: center;
	margin: 0;
}

/* Checkout */
.checkout .steps {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 30px;
}
.checkout .accordion input[type="radio"] + label,
.checkout .accordion input[type="radio"] + label p {
	font-weight: 500;
	color: #0070ba;
}
.checkout .accordion input[type="radio"] + label p > .note {
	display: block;
	font-weight: 300;
	color: #666;
	font-size: 12px;
	line-height: 1.1;
}
.checkout .accordion input[type="radio"] + label::before {
	background-color: #fff;
	display: block;
	width: 25px;
	height: 25px;
	padding: 3px;
	border: 1px solid #999898;
	font-family: "wnsymbol";
	text-align: center;
	content: "";
	font-size: 25px;
	color: #ddd;
	font-weight: 300;
	float: left;
	margin-right: 10px;
}
.checkout .accordion input[type="radio"]:checked + label::before {
	font-family: "wnsymbol";
	content: "\e862";
	color: #0070ba;
	font-size: 18px;
	line-height: 1;
}
.checkout .accordion input[type="radio"]:checked + label::after {
	background: transparent;
}
.checkout .login .accordion .content {
	margin-left: 11px;
}
.checkout .login .accordion .content p {
	font-size: 14px;
	color: #666;
}
.checkout .block.actions {
	margin: 0 0 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f2f2f2;
}
.checkout .col-6 {
	padding-right: 5%;
	border-right: 1px solid #ddd;
}
.checkout .col-6 + .col-6 {
	padding-right: 15px;
	padding-left: 5%;
	border-right: 0;
}
.checkout .row.flex {
	align-items: stretch;
}
.checkout .cart table td.text-left {
	text-align: left;
}

.checkout .cart.delivery-check .table-wrapper {
	border: 0;
}
.checkout .cart.delivery-check .table-wrapper tr.top td {
	vertical-align: top;
}
.checkout .cart.delivery-check .table-wrapper table tr.headline td,
.checkout .cart.delivery-check .table-wrapper table tr.headline + tr td {
	border-top: 0;
}
.checkout .cart.delivery-check .table-wrapper table tr.headline td {
	padding: 30px 0 15px;
}
.checkout .cart.delivery-check .table-wrapper table tr.headline:first-child td {
	padding-top: 0;
}
.checkout .cart.delivery-check .table-wrapper table tr.headline td .btn-edit {
	float: right;
	font-size: 12px;
	line-height: 1;
}

.checkout .cart.delivery-check .table-wrapper table tr.headline td  .divider {
	background: #f2f2f2;
	text-align: left;
	padding: 10px;
	margin: 0;
}
.checkout .cart.delivery-check .table-wrapper table tr.headline td  .divider:after {
	content: " ";
	display: table;
	clear: both;
}
.checkout .cart.delivery-check .table-wrapper table tr.headline td  .divider span {
	font-size: 14px;
	line-height: 1;
	color: #0070ba;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.checkout .cart.delivery-check .table-wrapper table tr.headline td  .divider .btn-edit {
	font-size: 12px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #ff2a07;
}
.checkout .cart.delivery-check .table-wrapper table tr.headline td  .divider .btn-edit:hover {
	text-decoration: underline;
}

.order-summary {
	border-left: 1px solid #ddd;
}
.order-summary h3 {
	margin-bottom: 20px;
}
.order-summary table td,
.order-summary table td .amount {
	font-size: 14px;
	line-height: 1;
	color: #666;
	font-weight: 300;
}
.order-summary table td {
	padding: 10px 0;
}
.order-summary table tr.bold td,
.order-summary table tr.bold td .amount
{
	font-size: 16px;
	font-weight: 500;
	color: #0070ba;
}
.order-summary table tr td:last-child {
	text-align: right;
}
.order-summary p.notes,
.order-summary p.notes .amount {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	color: #e83f48;
}
.order-summary p.notes .amount {
	font-weight: 600;
}
.order-summary .input-group.checkbox {
	margin-top: 0;
}
.order-summary .input-group.checkbox + .input-group.checkbox {
	margin-top: 20px;
}
.order-summary .checkbox label {
	font-size: 13px;
	line-height: 1.2;
}

.checkout .feedback a.btn {
	margin-top: 25px;
}

@media screen and (max-width: 992px) {
	.article-list .article {
		width: 31.3333%;
	}
	.article-list .article:nth-child(4n+1) {
		clear: none;
	}
	.article-list .article:nth-child(3n+1) {
		clear: both;
	}
}
@media screen and (max-width: 768px) {
	.sidebar {
		display: none;
	}
	.sidebar + .list {
		width: 100%;
	}
	.sidebar + .list .article-list .article {
		width: 48%;
	}
	.sidebar + .list .article-list .article:nth-child(3n+1) {
		clear: none;
	}
	.sidebar + .list .article-list .article:nth-child(2n+1) {
		clear: both;
	}
	
	.article-detail .row.flex .image,
	.article-detail .row.flex .text {
		width: 100%;
	}
	.article-detail .row.flex .text {
		padding-left: 0;
		margin-top: 30px;
		text-align: center;
	}
	.article-detail .row.flex .text .cta {
		display: inline-block;
	}
	
	/* Checkout */
	.checkout .col-6 {
		width: 100%;
		padding: 0 15px;
		margin: 0;
		border-right: 0;
	}
	.checkout .col-6 + .col-6 {
		margin-top: 25px;
		padding: 25px 15px 0;
		border-top: 1px solid #ddd;
	}
	.checkout .col-8,
	.checkout .order-summary {
		width: 100%;
	}
	.checkout .cart.delivery-check .table-wrapper {
		padding: 0;
	}
	
}
@media screen and (max-width: 580px) {
	.cart .cart-details table .article-thumbnail {
		display: none;
	}
	.cart .cart-details table .cart-options .voucher {
		float: none;
		margin-bottom: 20px;
	}
	.cart .cart-details table .cart-options .btn-default {
		display: block;
		text-align: center;
		margin: 20px 0;
	}
	.cart .cart-totals {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.article-list .article {
		width: 100%;
		margin: 0;
	}
	.article-list .article + .article {
		margin: 4% 0 0;
	}
	.article-list .article:nth-child(2n+1) {
		clear: none;
	}
	.sidebar + .list .article-list .article {
		width: 100%;
		float: none;
	}
	
	.checkout .actions .btn {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.checkout .actions .btn + .btn {
		margin-top: 10px;
	}
	
}

/* Tabs */
.tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
	background: #ddd;
	font-weight: 500;
	letter-spacing: .5px;
	-webkit-transition: background ease 0.2s;
	-moz-transition: background ease 0.2s;
	transition: background ease 0.2s;
}
.tabs .tab {
	order: 99; // Put the tabs last
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0;
	position: relative;
}
.tabs input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: #fff;
	height: 2px;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
@media screen and (max-width: 768px) {
	.tabs .tab,
	.tabs label {
		order: initial;
	}
	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
		padding: 1rem;
	}
	.tabs input[type="radio"]:checked + label:after {
		background: transparent;
	}
}

/* Tiles */
.tiles {
	list-style-type: none;
	padding: 0;
	margin: 50px -1%;
}
.tiles:after {
	content: " ";
	display: table;
	clear: both;
}
.tiles li {
	width: 23%;
	margin: 1%;
	float: left;
}
.tiles li.border {
	border: 1px solid #ddd;
}
.tiles li:after {
	content: " ";
	display: table;
	clear: both;
}
.tiles li.big {
	width: 48%;
}
.tiles .tile {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	min-height: 170px;
	border-radius: 5px;
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.tiles .tile:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.45);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.45);
	box-shadow: 5px 5px 10px rgba(0,0,0,.45);
	
}
.tiles .tile.text-left {
	justify-content: flex-start;
}
.tiles .tile.text-right {
	justify-content: flex-end;
}
.tiles .tile .image {
	overflow: hidden;
}
.tiles .tile img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 2;
}
.tiles .tile .desc {
	padding: 30px 15px;
	position: relative;
	z-index: 5;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
@media screen and (max-width: 992px) {
	.tiles li {
		width: 31.3333%;
	}
	.tiles li.big {
		width: 64.6666%;
	}
}
@media screen and (max-width: 768px) {
	.tiles li {
		width: 48%;
	}
	.tiles li.big {
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.tiles li {
		width: 100%;
		margin: 0;
	}
	.tiles li.big {
		width: 100%;
	}
	.tiles li + li {
		margin-top: 5%;
	}
}

/* Features */
.features {
	margin: 30px -1%;
}
.features:after {
	content: " ";
	display: table;
	clear: both;
}
.features .feature {
	width: 25%;
	float: left;
	text-align: center;
	padding: 1%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	cursor: default;
}
.features .feature:nth-child(4n+1) {
		clear: both;
	}
.features .feature + .feature {
	border-left: 1px solid #ddd;
}
.features .feature:hover {
	background: #f2f2f2;
	transform: scale(1.1);
	border: 0;
}
.features .feature i {
	font-size: 45px;
	line-height: 1;
	margin: 0 0 15px;
	display: block;
}
@media screen and (max-width: 768px) {
	.features .feature {
		width: 50%;
		margin-bottom: 3%;
	}
	.features .feature:nth-child(4n+1) {
		clear: none;
	}
	.features .feature:nth-child(2n+1) {
		clear: both;
	}
}
@media screen and (max-width: 480px) {
	.features .feature {
		width: 100%;
		padding: 5% 0;
		margin-bottom: 5%;
	}
	.features .feature:nth-child(2n+1) {
		clear: none;
	}
	.features .feature + .feature {
		border-left: 0;
	}
}

/* Last seen Articles */
.last-seen {
	list-style-type: none;
	padding: 0;
	margin: 0 -1%;
}
.last-seen:after {
	content: " ";
	display: table;
	clear: both;
}
.last-seen li {
	float: left;
	width: 8%;
	margin: 1%;
}
.last-seen li:nth-child(10n+1) {
	clear: both;
}
.last-seen li a {
	border: 0;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 1;
}
.last-seen li a .overlay {
	position: absolute;
	z-index: 5;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 24px 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.last-seen li a:hover .overlay {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 1200px) {
	.last-seen li a .overlay {
		padding: 17px 10px;
	}
}
@media screen and (max-width: 768px) {
	.last-seen li {
		width: 18%;
	}
	.last-seen li a .overlay {
		padding: 28px 10px;
	}
	.last-seen li:nth-child(10n+1) {
		clear: none;
	}
	.last-seen li:nth-child(5n+1) {
		clear: both;
	}
}
@media screen and (max-width: 480px) {
	.last-seen li {
		width: 31.3333%;
	}
	.last-seen li:nth-child(5n+1) {
		clear: none;
	}
	.last-seen li:nth-child(3n+1) {
		clear: both;
	}
	.last-seen li a .overlay {
		padding: 28px 10px;
	}
}


/* Contactform */
.contactform a.btn {
	display: inline-block;
	margin-top: 25px;
}
.contactform p.hinweis {
	font-size: 10px;
	line-height: 1;
	float: right;
	margin: 25px 0 0;
	padding: 20px 0;
}
.addressblock {
	background: #f2f2f2;
	padding: 30px 0;
}
.addressblock .text {
	padding: 50px 7% 0 0
}
.addressblock .text h2 {
	font-size: 42px;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: 1px;
}
.addressblock .text h4.muted {
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
}
.addressblock .text h4.muted > i {
	color: #8e6455;
	margin-right: 10px;
}
.addressblock .text h5 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	color: #8e6455;
}
.addressblock .text p.note {
	font-size: 13px;
	line-height: 15px;
	color: #666;
}
.addressblock .text .block + .block {
	border-top: 1px solid #ddd;
}
.addressblock .image {
	padding: 0 0 0 7%;
}
/* Partner-List (footer) */
ul.partner {	
	list-style-type: none;
	padding: 0;
	margin: 30px -1%;
}
ul.partner:after {
	content: " ";
	display: table;
	clear: both;
}
ul.partner li {
	float: left;
	width: 18%;
	margin: 1%;
	padding: 0 10px;
}
ul.partner li img {
	max-height: 150px;
	margin: 0 auto;
}

/* Footer */
footer {
	margin: 25px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

footer a {
	border: 0;
	color: #dedede;
}
footer a:hover {
	text-decoration: underline;
}
footer .widgets {
	background: #0070ba;
	color: #fff;
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}
footer .widgets a.btn {
	text-decoration: none;
}
footer .widgets ul.social {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
} 
footer .widgets ul.social:after {
	content: " ";
	display: table;
	clear: both;
}
footer .widgets ul.social li {
	float: left;
}
footer .widgets .contact a,
footer .widgets ul.social li a {
	color: #666;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
}
footer .widgets .contact a:hover,
footer .widgets ul.social li a:hover {
	color: #fff;
}
footer .widgets ul.social li + li {
	margin-left: 10px;
}
footer .copyright {
	background: #0070ba;
	font-size: 14px;
	color: #dedede;
	padding: 22px 0;
}
footer .copyright mark {
	background: transparent;
	font-size: 110%;
	font-weight: 500;
	color: #dedede;
}
footer .copyright  a.made {
	float: right;
}
footer .copyright  a.made:hover {
	text-decoration: none;
	color: #dedede;
}
@media screen and (max-width: 768px) {
	footer .widgets .container > .row > [class^=col-] {
		width: 100%;
		margin: 0;
	}
	footer .widgets .container > .row > [class^=col-] + [class^=col-] {
		margin-top: 20px;
	} 
	footer .widgets [class^=col-] > .row > [class^=col-] {
		width: 50%;
		text-align: center;
	}
	footer .widgets [class^=col-] > .row > [class^=col-] ul {
		list-style-type: none;
		padding: 0;
	}
	footer .widgets [class^=col-] > .row > .contact {
		width: 100%;
		text-align: center;
	}
	footer .widgets .contact img {
		margin: 0 auto;
	}
	footer .widgets .contact a {
		display: block;
	}
	footer .widgets .contact ul.social {
		display: inline-block;
	}
	
	footer .widgets .optional {
		text-align: center;
		border-top: 1px solid #666;
	}
	footer a.made {
		display: block;
		float: none;
		text-align: center;
		margin: 10px 0;
	}
}
@media screen and (max-width: 420px) {
	body {
		padding-bottom: 0;
	}
	footer {
		position: relative;
	}
}






/* Cookie Notification Footer */
.cookiebanner {
	position: fixed;
	bottom: 0;
	left: 60%;
	right: 0;
	background: rgba(42, 42, 42, .9);
	padding: 15px 25px 25px;
	z-index: 50;
	box-shadow: 0 -2px 8px rgba(0,0,0,.5);
	border-top-left-radius: 5px;
}

.cookiebanner a {
	color: #fff;
	border-color: #fff;
}
.cookiebanner p {
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.cookiebanner .buttons {
	margin: 25px 0 0;
}
.cookiebanner .btn-primary {
	background: #fff;
	border-color: #fff;
	color: #0070ba;
}
.cookiebanner .btn-secondary {
	border-color: #fff;
	background: transparent;
	color: #fff;
}




@media screen and (max-width: 768px) {

	.cart .cart-details table .article-name {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #0070ba;
	}
	.cart .cart-details table .article-name a {
		font-weight: 500;
		font-size: 16px;
		color: #0070ba;
	}
	.cart .cart-details table .article-name a:hover {
		text-decoration: underline;
	}
	.cart .cart-details table .article-variation {
		text-align: center;
		font-weight: 500;
		font-size: 16px;
		color: #0070ba;
	}
	.cart .cart-details table .article-price .amount {
		font-weight: 400;
		color: #668;
	}
	.cart .cart-details table .article-price .amount {
		font-weight: 400;
		color: #668;
	}
	.cart .cart-details table .article-quantity .input-group {
		max-width: 100%;
		display: inline-block;
	}
	.cart .cart-details table .article-quantity .input-group .wnform.box {
		text-align: center;
		margin: -1em 0em 0em 0em;
	}
	
	.cart .cart-details table .article-delete {
		min-width: 32px;
		width: inherit;
		font-size: 1em;
	}
	.cart .cart-details table .article-delete .btn {
		background: rgba(255, 42, 7, 1);
		color: #fff;
		padding: 5px;
		margin:-1em 0em 0em 0em;	
	}

	.cart .cart-details table .article-add_to_cart {
		min-width: 32px;
		width: inherit;
	}
	.cart .cart-details table .article-add_to_cart .btn {
		background: #0070ba;
		color: #fff;
		padding: 10px;
		margin:0em 0em 0em 0em;
	}
	.cart .cart-totals table th {
		text-align: left;
	}
	
	.wnform.box {
		border: 1px solid #ccc; 
		padding: 7px 0px; 
		transition: 0.4s; 
	}

	table, tr, td {
		padding:0;
		border-bottom:1px solid #0070ba;
		margin: 2em 1em 0em 0em;
	}

	table {
		border:none;
	}

	thead {
		display:none;
	}

	tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	th {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	td {
		float: left;
		width: 100%;
		padding:1em;
	}

	
	td::before {
			content:attr(id);
			word-wrap: break-word;
			width: 35%;
			float:left;
			padding:1em;
			font-weight: bold;
			margin:-1em 1em -1em -1em;
		}
}


