/* Grid System */
.row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.row:after {
    content: " ";
    display: table;
    clear: both;
}
[class^=col-] {
    float: left;
    padding: 0 10px;
}
[class^=col-]:first-child {
    padding-left: 0px;
}
[class^=col-]:last-child {
    padding-right: 0px;
}
.hidden-mobile {
    display: block;
}
.visible-mobile {
    display: none;
}
.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-right: 8.33333333%;
}
.col-offset-2 {
    margin-right: 16.66666667%;
}
.col-offset-3 {
    margin-right: 25%;
}
.col--offset-4 {
    margin-right: 33.33333333%;
}
.col-offset-5 {
    margin-right: 41.66666667%;
}
.col-offset-6 {
    margin-right: 50%;
}
.col-offset-7 {
    margin-right: 58.33333333%;
}
.col-offset-8 {
    margin-right: 66.66666667%;
}
.col-offset-9 {
    margin-right: 75%;
}
.col-offset-10 {
    margin-right: 83.33333333%;
}
.col-offset-11 {
    margin-right: 91.66666667%;
}
.col-offset-12 {
    margin-right: 100%;
}

/* Designmode */
.dmbox {
	border: 1px solid #ff0000;
	background: #ddd;
	color: #1b1b1c;
	padding: 10px;
	margin: 10px 0;
	display: block;
}
/* Show Sortiment-Nav Level1 on index permanent */
.header .nav-main li.dropdown.index.sortiment > ul.dropdown-menu {
	display: block;
}
/* Teaser */
#main .teaser {
	min-height: 550px;
	padding: 2.5em 0;
	background: #f3f3f3;
	margin-bottom: 5vh;
}
#main .teaser .inner {
	padding-left: 365px;
}
#main .teaser .inner .row + .row {
	padding-top: 3vh;
}
#main .teaser .inner .row {
	margin-left: -15px;
	margin-right: -15px;
}
#main .teaser .inner .row [class^=col-] {
	padding: 0 15px;
}

/* Articles Carousel */
.carousel .carousel-control {
	height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}

/* Recommendation */
#main .headline {
	border-bottom: 1px solid #ddd;
}
#main .headline h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #2b2b2b;
}
#main .row.banner {
	margin-left: -1%;
	margin-right: -1%;
}
#main .row.banner .col-4 {
	width: 31.3333%;
	margin: 1%;
	padding: 0;
}
#main .row.recommendation {
	padding: 0;
}
#main .row.recommendation ul.articles {
	margin-left: -15px;
	margin-right: -15px;
}
#main .row.recommendation ul.articles:after {
	content: " ";
	display: table;
	clear: both;
}
#main .row.recommendation ul.articles li {
	float: left;
}
@media screen and (max-width: 768px) {
	#main .teaser {
		min-height: 0;
	}
	#main .teaser .inner {
		padding-left: 0;
	}
	#main .teaser .inner .row .col-6 {
		width: 50%;
		float: left;
	}
	#main .teaser .inner .row .col-4 {
		width: 33.33333333%;
		float: left;
	}
	#main .row.banner .col-4 {
		width: 31.33333333%;
		float: left;
	}
}
@media screen and (max-width: 480px) {
	#main .row.banner .col-4 {
		width: 100%;
		float: none;
		margin: 1% 0;
	}
}

/* Content Relaunch */
.header .nav-main ul.main.left > li {
	float: left;
}
.header .nav-main ul.main.left > li.sortiment .kat-icon {
	max-height: 18px;
	margin-right: 5px;
	border-right: 1px solid #ddd;
	padding-right: 5px;
}
/*
.header .nav-main ul.main.left > li.sortiment .dropdown-submenu > ul.dropdown-menu > li .kat-icon {
	max-height: 25px;
}
*/
.header .nav-main ul.main.left > li.norm > a {
	display: block;
	padding: 20px 10px;
	font-size: 13px;
	font-weight: 600;
}
.header .nav-main ul.main.left:after {
	content: " ";
	display: table;
	clear: both;
}
.header .nav-main ul > li.sale {
    margin-left: .25em;
}
.header .nav-main ul > li.sale > a.kat {
    background: #c3442a;
}
.header .nav-main ul > li.information > span {
	padding: 20px 10px;
	display: block;
	color: #2b2b2b;
	font-size: 13px;
}

section#main.index {
    padding-top: 0;
}
.content-rel {
    padding: .15em 0 2.5em;
    background: #fff;
}
.hidden {
	display: none;
}


/* Location Modal */
.content-rel .modal-content {
	padding: 25px;
}
.content-rel .modal-body .form-horizontal {
	border: 1px solid #ddd;
	padding: 1em 0;
	margin: 2em 0;
	background: #f5f5f5;
}
.content-rel .modal-body .form-horizontal .form-group {
	margin: 0;
	padding: 5px;
}
.content-rel .modal-body .form-horizontal .control-label {
	font-size: 12px;
	line-height: 20px;
}
.content-rel .modal-body .form-horizontal p.hinweis {
	font-size: 11px;
	color: #666;
}
.content-rel .modal-body .form-horizontal p.hinweis > strong {
	font-size: 14px;
	color: #1b1b1b;
}

.content-rel:after,
.content-rel .sidebar:after,
.content-rel .main:after {
    content: " ";
    display: table;
    clear: both;
}
.content-rel .box ul,
.content-rel .main ul.category {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.content-rel .col-12.main {
	padding-left: 0;
	padding-right: 0;
}
.content-rel .main ul.category {
	margin-left: -1%;
	margin-right: -1%;
}
.content-rel .main ul.category:after {
	content: " ";
	display: table;
	clear: both;
}
.content-rel .sidebar .box {
    margin-bottom: 1.5em;
    display: block;
    width: 100%;
}
.content-rel .sidebar .box:after {
	content: " ";
	display: table;
	clear: both;
}
.content-rel .sidebar.left .box {
    margin-bottom: 2em;
}
.content-rel .sidebar.right.sub {
        margin-top: 10px;
}
.content-rel .sidebar .box .headline {
    margin: 0 0 1em;
    padding: .25em 0 .5em;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.content-rel .faq-sidebar .headline {
    text-align: left;
}
.content-rel .sidebar .box.sale .headline {
    border-bottom: 1px solid #c3442a;
    color: #c3442a;
}
.content-rel .sidebar .box li {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
.content-rel .sidebar .box li:last-child {
    margin-bottom: 0;
}
.content-rel .sidebar .highlight {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: .5em;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}
.content-rel .sidebar .box li a {
    display: block;
}
.content-rel .sidebar .box li a:hover img {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
.content-rel .sidebar .box li a img {
    width: 100%;
    height: auto;

}
.content-rel .sidebar .box .article li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.content-rel .sidebar .box .article li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.content-rel .sidebar .box .article li a {
    text-align: left;
    display: block;
    position: relative;
    height: 100%;
    color: #000;
    text-decoration: none;
}
.content-rel .sidebar .box .article li a:after {
    content: " ";
    display: table;
    clear: both;
}
.content-rel .sidebar .box .article li a img {
    float: left;
    max-width: 75px;
    margin-right: 8px;
}
.content-rel .sidebar .box .article li a .title {
    font-weight: 600;
    margin-bottom: 0.5em;
    padding-top: .5em;
    padding-bottom: 1.5em;
    /*font-size: 12px;*/
    line-height: 14px;

}
.content-rel .sidebar .box .article li a .price {
    position: absolute;
    bottom: 0;
    left: 83px;
    text-align: left;
}
.content-rel .sidebar .box .article li a .amount {
    font-size: 16px;
}
.content-rel .sidebar .box .article li a .amount:before {
    content: "€ ";
    font-size: .7em;
    color: #666;
}
.content-rel .sidebar .box .article li a .old-amount {
    color: #666;
    text-decoration: line-through;
    font-size: .85em;
}
.content-rel .sidebar .box .article li a .old-amount:before {
    content: "(€ ";
}
.content-rel .sidebar .box .article li a .old-amount:after {
    content: ")";
}
.content-rel .sidebar .box.downloads {
    padding: 10px;
}
.content-rel .sidebar .box.downloads .headline {
    border-bottom: 1px solid #c3442a;
    color: #c3442a;
}


.content-rel .main .category li {
    width: 18%;
    float: left;
    text-align: center;
	margin: 1%;
}
.content-rel .main .category li a {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: .5em;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
    text-decoration: none;
}
.content-rel .main .category li a:hover {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    text-decoration: none;
}
.content-rel .main .category li a img {
    margin: 0 auto 2em;
    max-width: 75%;
}
.content-rel .main .category li a p {
    margin: 1em 0 .5em;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 13px;
    padding-top: 3px;
    min-height: 44px;
    color: #000;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* Fair-Banner on index.html */
.row .fair-banner {
	padding: 10px;
	margin: 0 0 2em;
	border: 2px solid #67b031;
	text-align: left;
	background: #fff;
	color: #67b031;
	border-radius: 2px;
	font-weight: 600;
}
.row .fair-banner img {
	float: left;
	max-width: 150px;
	margin-left: 20px;
}
.row .fair-banner .txt {
	padding: 27px 35px;
	color: #1b1b1c;
	text-align: center;
	width: 100%;
}
/* Standard Image Banner on index.html */
.row .image-banner {
	margin: 0 0 2em;
}



/* Landingpage Marketing */
.lp #lpmain {
    margin-bottom: 2em;
    padding-bottom: 255px;
}
.lp .landingteaser {
    background: #65b33a;
    height: 550px;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.lp .landingteaser .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: auto;
}
.lp .landingteaser .content {
    text-align: center;
    margin-top: 8%;
}
.lp .landingteaser .content > img {
    margin: 0 auto 3em;
    max-width: 350px;
}
.lp .landingteaser .content h1 {
    color: #fff;
    margin: 0 0 1em;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.lp .landingteaser .content p.subhead {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.lp .list {
    margin: 3em 0;
}
.lp .list:after {
    content: " ";
    display: table;
    clear: both;
}
.lp .morebanner {
    text-align: center;
    padding: 2em 0;
    margin: 1em 0 2em;
}
.lp .morebanner p {
    font-size: 18px;
    margin-bottom: 1em;
}
.lp .morebanner .btn-primary {
    text-transform: none;
    font-weight: 600;
}
.lp .morebanner .btn-primary .muted {
    font-weight: 300;
    font-size: 90%;
}


.content-rel .row.aktion {
	margin: 2.5em 0;
}
.content-rel .row.aktion .col-4:nth-child(3n+1) {
	clear: both;
}
.content-rel .row.aktion .col-4 .headline {
	text-align: center;
}
.content-rel .row.aktion .col-4 .headline p.title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.content-rel .row.aktion .col-4 .info p {
	font-size: 12px;
	line-height: 1.5;
}
.content-rel .row.aktion .col-4 .info p.lead {
	font-size: 20px;
}
.content-rel .row.aktion .col-4 table {
	background: #deecd0;
	border-radius: 5px;
}
.content-rel .row.aktion .col-4 table > thead > tr > th,
.content-rel .row.aktion .col-4 table > tbody > tr > td {
	font-size: 12px;
	padding: 5px 10px;
	border-color: #1b1b1b;
}
.content-rel .row.aktion .col-4 table > thead > tr > th {
	font-size: 10px;
	line-height: 1;
	text-transform: none;
	font-weight: 400;
	letter-spacing: .5px;
	color: #1b1b1b;
	text-align: right;
	padding: 10px;
}
.content-rel .row.aktion .col-4 table > thead > tr > th:first-child {
	text-align: left;
}
.content-rel .row.aktion .col-4 table > tbody > tr > td  {
	text-align: right;
}
.content-rel .row.aktion .col-4 table > tbody > tr > td:first-child {
	text-align: left;
}
.content-rel .row.aktion .col-4 table > tbody > tr > td .amount,
.content-rel .row.aktion .col-4 table > tbody > tr > td .amount-net {
	font-size: 12px;
}
.content-rel .row.aktion .col-4 table > tbody > tr > td .amount-net:before {
	content: "€ ";
	font-size: 80%;
}
.content-rel .row.aktion .col-4 table > tbody > tr > td .amount-net:after {
	content: "";
}
.content-rel .row.aktion .col-4 .geschenkcode {
	border-top: 1px solid #ddd;
	padding-top: 25px;
}
.content-rel .row.aktion .col-4 p.code {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 5px;
	background: #346394;
	color: #fff;
	border-radius: 5px;
}
.content-rel .row.aktion .col-4:first-child p.code {
	background: #eb6109;
}
.content-rel .row.aktion .col-4:last-child p.code {
	background: #65b33a;
}
.content-rel .row.aktion .col-4 p.code .small {
	font-size: 85%;
	font-weight: 400;
}
.content-rel .row.aktion .col-4 p.code.title {
	display: block;
}
.content-rel .row.aktion .col-4 .card {
	text-align: center;
}
.content-rel .row.aktion .col-4 img {
	margin: 0 auto;
}
.content-rel .row.aktion .col-4 .btn {
	display: block;
}

.content-rel .row.aktion.hinweistext .card {
	background: #e31b13;
	color: #fff;
}
.content-rel .row.aktion.hinweistext .card p.lead {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
}
.content-rel .row.aktion.hinweistext .card p b {
	font-size: 120%;
}


@media screen and (max-width: 992px) and (orientation: portrait) {



}
@media screen and (max-width: 992px) {
    /* Grid-System */
/*
    [class^=col-] {
        float: none;
        display: block;
        padding: 0;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }
*/
    .nav-main .small {
        font-size: 100%;
    }
    .content-rel .row {
        display: table;
    }
    .content-rel .main {
        width: 68%;
    }
    .content-rel .sidebar.left {
        width: 32%;
    }

    .content-rel .sidebar.right {
        width: 100%;
        float: left;
        display: block;
        margin-top: 2em;
    }
    .content-rel .sidebar.right li {
        width: 32.33333%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
        float: left;
    }
    .content-rel .sidebar.right li:nth-child(3n+1) {
        clear: both;
    }
    .content-rel .sidebar.right li:nth-child(3n) {
        margin-right: 0;
    }
    .hidden-mobile {
        display: block;
    }
    .visible-mobile {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    /* Grid-System */
    [class^=col-] {
        float: none;
        display: block;
        padding: 0;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }
    .col-offset-1, .col-offset-2, .col-offset-3,
    .col-offset-4, .col-offset-5, .col-offset-6,
    .col-offset-7, .col-offset-8, .col-offset-9,
    .col-offset-10, .col-offset-11, .col-offset-12 {
        margin-right: 0;
    }
    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;
    }

    /* Content Relaunch */
    .content-rel .row {
        display: block;
    }
    .content-rel .sidebar.left {
        width: 100%;
        margin-right: 0;
        display: block;
        float: none;
    }
    .content-rel .sidebar.right {
        margin-top: 0;
        float: none;
        display: block;
    }
    .content-rel .sidebar.right li {
        width: 100%;
        float: none;
        margin-right: 0;
        display: block;
    }
    .content-rel .main {
        width: 100%;
    }
    .content-rel .main .category {
        display: none;
    }
    .content-rel .main .category li:nth-child(3n) {
        margin-right: 2%;
    }
    .content-rel .main .category li:nth-child(2n) {
    margin-right: 0;
}
    .content-rel .main .category li:nth-child(3n+1) {
        clear: none;
    }
    .content-rel .main .category li:nth-child(2n+1) {
        clear: both;
    }

    /* Landingpage Marketing */
    .lp .top {
        padding: 10px 0;
    }
    .lp .list {
        margin: 2em 0;
    }
    .lp .landingteaser {
        height: 380px;
    }
    .lp .landingteaser .bgimg {
        display: none;
    }
    .lp .landingteaser .content {
        margin-top: 8%;
    }
    .lp .landingteaser .content > img {
        margin: 0 auto 1.5em;
        max-width: 80%;
    }
    .lp .landingteaser .content h1 {
        font-size: 24px;
    }
    .lp .landingteaser .content p.subhead {
        font-size: 16px;
    }
    .lp .morebanner {
        padding: 0 0 1em;
        margin: 0 0 2em;
    }
    .lp .morebanner p {
        font-size: 16px;
    }

}
@media screen and (max-width: 450px) {
    .lp .landingteaser {
        height: 350px;
    }
}

@media screen and (max-width: 380px) {
    .content-rel .main .category li {
        width: 100%;
        margin-right: 0;
    }
    .content-rel .main .category li:nth-child(1n+1) {
        clear: both;
    }

    /* Landingpage Marketing */
    .lp .btn-primary {
        font-size: 12px;
        text-transform: none;
    }
    .lp .catalog-footer.small .catalog-teaser {
        display: none;
    }
    .lp .catalog-footer .badges {
        display: none;
    }
    .lp section#lpmain {
        padding-bottom: 48px;
    }
    .lp footer {
        height: 48px;
    }
}
