/* Minification failed. Returning unminified contents.
(921,1): run-time error CSS1019: Unexpected token, found '@import'
(921,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700|Roboto|Roboto+Condensed')'
 */
.margin-top-40 {
    margin-top: 40px;
}

.no-scroll {
    overflow: hidden;
}

/*-----------
  ----------- COOKIE 
-----------*/
#cookie-overlay {
    background-color: rgba(0, 0, 0, 0.83);
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    padding: 20px;
}

    #cookie-overlay #cookie-box {
        width: 790px;
        max-width: 100%;
        max-height: 100%;
        background: #444;
        color: #fff;
        overflow-x: hidden;
        padding: 40px;
        font-family: Verdana;
    }

        #cookie-overlay #cookie-box .title {
            font-size: 33px;
            font-weight: 400;
            padding-bottom: 25px;
        }

        #cookie-overlay #cookie-box .description {
            font-size: 16px;
            font-weight: 400;
        }

            #cookie-overlay #cookie-box .description a {
                color: #8DC63F;
                text-decoration: underline;
            }

        #cookie-overlay #cookie-box .cookieBtn-selected {
            background-image: linear-gradient(#CECECE, #868686);
            color: #fff;
            font-size: 16px;
            height: 44px;
            width: 188px;
            font-weight: 700;
            border: none;
            border-radius: 25px;
            margin-right: 20px;
            cursor: pointer;
        }

        #cookie-overlay #cookie-box .cookieBtn-all {
            background-color: #8DC63F;
            color: #fff;
            font-size: 16px;
            height: 44px;
            width: 188px;
            font-weight: 700;
            border: none;
            border-radius: 25px;
            cursor: pointer;
        }

            #cookie-overlay #cookie-box .cookieBtn-all:focus,
            #cookie-overlay #cookie-box .cookieBtn-selected:focus {
                outline: none;
            }

/* SWITCHES */
.switch-wrapper {
    height: 63px;
    padding-left: 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 32px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

#cookie-overlay #cookie-box .slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A2A2A2;
    border: 2px solid #626262;
    -webkit-transition: .4s;
    transition: .4s;
}

    #cookie-overlay #cookie-box .slide:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 4px;
        bottom: 2px;
        background-color: #D8D8D8;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:focus + .slide {
    box-shadow: 0 0 1px #2196F3;
}

#cookie-overlay #cookie-box input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #8DC63F;
}

#cookie-overlay #cookie-box .slide.round {
    border-radius: 34px;
}

    #cookie-overlay #cookie-box .slide.round:before {
        border-radius: 50%;
    }

.disabled-switch .slide {
    cursor: auto;
}

/* COOKIE SETTINGS BUTTON POPUP */
#cookie-settings {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.83);
    position: fixed;
    left: -56px;
    bottom: -56px;
    cursor: pointer;
    z-index: 100000;
}

    #cookie-settings img {
        position: absolute;
        right: 28px;
        width: 19px;
        height: 40px;
        top: 18px;
    }

/*Video replacement*/
.videoReplacement {
    background-color: #444;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 20px;
}

.videoReplacement i {
    font-size: 60px;
    margin-bottom: 10px;
}

    .videoReplacement .text {
        margin-bottom: 30px;
    }

    .videoReplacement a {
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
    }


/* REPONSIVE */
@media screen and (max-width:991px) {
    #cookie-overlay #cookie-box .title {
        line-height: 38px;
    }
}

@media screen and (max-width:767px) {
    .switch-wrapper {
        height: 55px;
        padding-left: 0;
    }

    #cookie-overlay #cookie-box {
        padding: 20px;
    }

        #cookie-overlay #cookie-box .title {
            font-size: 24px;
            font-weight: 400;
            padding-bottom: 15px;
        }

        #cookie-overlay #cookie-box .description {
            font-size: 14px;
        }

        #cookie-overlay #cookie-box #buttons-wrapper {
            display: unset;
        }

        #cookie-overlay #cookie-box .cookieBtn-all,
        #cookie-overlay #cookie-box .cookieBtn-selected {
            width: 80%;
            font-size: 14px;
            float: right;
            margin-right: 0;
        }

        #cookie-overlay #cookie-box .cookieBtn-all {
            margin-top: 10px;
        }

        #cookie-overlay #cookie-box .buttons-wrapper {
            display: unset !important;
        }

    .videoReplacement {
        height: auto;
    }
}

@media screen and (max-width:360px) {
    #cookie-overlay #cookie-box .title {
        line-height: 30px;
    }

    #cookie-overlay #cookie-box .cookieBtn-all,
    #cookie-overlay #cookie-box .cookieBtn-selected {
        line-height: 18px;
    }

    .videoReplacement {
        padding: 15px;
    }
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.catalog-info-text {
    color: rgba(141, 198, 63, 0.9);
    font-size: 20px;
}

/* MOVE TO website.css? */
.section {
    padding:15px 0;
}

form input.invalid-input {
    border-color:#ff0000 !important;
} 

.black-link-button,
.black-button {
    display: inline-block;
    padding: 10px 45px;
    font-size: 18px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    border: none;
}

    .black-link-button:hover 
    {
        color:#fff;
        text-decoration:none;
    }

    .custom-dropdown {
        border: 1px solid #fff;
        box-sizing: border-box;
        position: relative;
    }
    .custom-dropdown .custom-dropdown-label{
        padding:10px;
    }

        .custom-dropdown .custom-dropdown-label .fa-caret-down {
            float: right;
            margin-top:5px;
        }

        .custom-dropdown .custom-dropdown-list {
            display:none;
            position:absolute;
            top:44px;
            left:0px;
            width:100%;
            background-color:rgba(0,0,0,0.8);
        }

        .custom-dropdown:hover .custom-dropdown-list,
        .custom-dropdown.open .custom-dropdown-list {
            display: block;
            z-index: 1000;
        }

        .custom-dropdown .custom-dropdown-list a{
            display: block;
            padding:5px 10px;
            color:#fff;
            text-decoration:none;
        }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* TREE */
.catalogtree-level1 > div,
.catalogtree-level2 > div,
.catalogtree-level3 > div,
.catalogtree-level4 > div,
.catalogtree-level5 > div,
.catalogtree-level6 > div,
.catalogtree-level7 > div {
    display: inline-block;
}

/*.catalogtree-level1 div:nth-child(2),
.catalogtree-level2 div:nth-child(2),
.catalogtree-level3 div:nth-child(2),
.catalogtree-level4 div:nth-child(2),
.catalogtree-level5 div:nth-child(2),
.catalogtree-level6 div:nth-child(2),
.catalogtree-level7 div:nth-child(2) {
    display: inline-block;
}*/

.catalogtree-level2,
.catalogtree-level3,
.catalogtree-level4 {
    padding-left: 10px;
}
.catalogtree-level5,
.catalogtree-level6,
.catalogtree-level7 {
    padding-left: 0px;
}

/*.tree {
    width: 600px;
    overflow-x:hidden;
}*/
/* GLOBAL */
.outer-basket-overlay {
    color: #fff;
}

    .outer-basket-overlay a {
        color:#fff;
        display:inline-block;
        padding:5px 20px;
        text-decoration:none;
        font-size:20px;
    }

        .outer-basket-overlay a .fa{
            margin-right:5px;
        }
        
        .outer-basket-overlay a:hover,
        .outer-basket-overlay a:focus,
        .outer-basket-overlay a:active {
            text-decoration: none;
            color: #fff;
        }

        #catalog {
            min-height: 600px;
        }

/* CATEGORY */
    #catalog .category .category-menu-item {
        position: relative;
        color: #fff;
        display:block;
        margin-bottom:20px;
    }

        #catalog .category .category-menu-item .campaign {
            position:absolute;
            top:0px;
            left:0px;
            width:100%;
            background-color:rgba(97, 159, 10, 0.8);
            color:#fff;
            padding:10px;
        }

#catalog .category .category-menu-item .name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(68,68,68,0.70);
    font-size: 18px;
    padding: 10px 25px;
    display: block;
}

	#catalog .items .item-menu-item {
		box-shadow: 0 6px 8px 0px rgba(0,0,0,0.55);
        margin-bottom:30px;
	}

        #catalog .items .item-menu-item .item-data-container {
            position: relative;
            text-align: center;
            height: 165px;
            font-family: 'Open Sans Condensed', sans-serif;
            font-size: 14px;
            font-weight: bold;
            padding:10px 15px;
        }

            #catalog .items .item-menu-item .item-data-container .price {
                font-size: 18px;
            }

            #catalog .item-count-in-basket {
                position: absolute;
                width: 64px;
                height: 64px;
                border-radius: 50%;
                background-color: rgba(141, 198, 63, 0.9);
                color: #fff;
                text-align: center;
                line-height: 64px;
                font-size: 30px;
                font-weight: bold;
                z-index:100;
            }

            #catalog .item .item-count-in-basket {
                bottom: 15px;
                right: 15px;
            }

            #catalog .items .item-menu-item .item-data-container .item-count-in-basket {
                bottom: 150px;
                right: 15px;
            } 

            #catalog .items .item-menu-item .item-data-container .name {
                height:60px;
                overflow:hidden;
                padding-bottom:5px;
            }

            #catalog .items .item-menu-item .item-data-container .price {

            }

            #catalog .items .item-menu-item .item-data-container .recommended-retail-price {
                text-decoration: line-through;
                color:#DEDEDE;
            }

			#catalog .items .item-menu-item .item-data-container .item-link-icon,
			#catalog .items .item-menu-item .item-data-container .add-to-basket-icon {
				position: absolute;
				bottom: 0px;
				display: block;
				width: 46px;
				height: 46px;
				background-color: rgba(0,0,0,0.34);
				color: #fff;
				font-size: 30px;
				text-align:center;
                cursor:pointer;
			}
            
            #catalog .items .item-menu-item .item-data-container .item-link-icon {
                left: 0px;
            }

			#catalog .items .item-menu-item .item-data-container .add-to-basket-icon {
				right:0px;
			}


/* ITEM */
#catalog .item .item-images{
    position:relative;
}
            
#catalog .item .item-description {
    background-color: #444;
    color: #fff;
    position: relative;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
    #catalog .item .item-description {
        min-height: 361px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    #catalog .item .item-description {
        min-height: 296px;
    }
}


    #catalog .item .item-description h2,
    #catalog .item .item-description h3,
    #catalog .item .item-description h4 {
        font-size: 18px;
    }

    #catalog .item .item-description p{
        margin:0px;
        padding:0px;
    }

    #catalog .item .item-description p b {
        display:block;
    }
    
    #catalog .item .item-description .name {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 40px;
        font-weight: bold;
        text-shadow: 0px 3px 6px rgba(0,0,0,1.0);
        line-height: 40px;
    }
    #catalog .item .item-description .description {
        font-size:16px;
        font-weight:300;
        padding-top:15px;
        padding-bottom:15px;
    }

#catalog .item .item-description .price .price-label {
    font-weight: 400;
    text-shadow: 0 3px 6px rgba(0,0,0,1.0);
    font-size: 18px;
    line-height: 20px;
}
    #catalog .item .item-description .price .price-value {
        font-weight: 400;
        font-size: 24px;
        line-height:26px;
        color: #8DC63F;
    }

    #catalog .dock-bottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    #catalog .item .item-description .item-description-row {
        margin-bottom:65px;
    }

    #catalog .item .item-description::after{
        content:" ";
        display:table;
        clear:both;
    }
    
    #catalog .item .item-description .links a {
        color: #fff;
        display: block;
        position: relative;
        text-align: center;
        padding: 10px;
        background-color: rgba(0,0,0,0.34);
        float: left;
        text-decoration: none;
        cursor:pointer;
    }

            #catalog .item .item-description .links a .fa{
                margin-right:5px;
            } 
            
            #catalog .item .item-description .links a:hover {
                text-decoration: none;
            }
            
            #catalog .item .item-description .links .print-link {
                width: 45%;
            }

        #catalog .item .item-description .links .print-link::after {
            width: 1px;
            height: 80%;
            display: block;
            background-color: #fff;
            position: absolute;
            right: 0px;
            top:10%;
            content: "";
        }

    #catalog .item .item-description .links .add-to-basket {
        width:55%;
    }

#catalog .catalog-rootcat-box {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
#catalog .catalog-rootcat-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    margin-right: 15px;
    background-color: rgba(0,0,0,0.7);
    color: white;
}

/* MOVE TO WEBSHOP CSS???*/
#basket .basketline .quantity {
    width: 100%;
}

#basket .basketline a{
    cursor:pointer;
}

#basket .total-row {
    font-weight:bold;
    font-size:20px;
}

#basket .black-link-button:hover {
    text-decoration: none;
}

#createreservation .section-title {
    font-weight:bold;
    font-size:20px;
}

#createreservation form {
    margin-top: 10px;
    margin-bottom: 10px;
}

#createreservation form input,
#createreservation form textarea {
    border: 1px solid #95989A;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    border-radius: 2px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    width: 100%;
    padding: 5px 10px;
}

#createreservation form textarea{
    height:135px;
}

#createreservation .header-row {
    font-size:20px;
}

#createreservation .basketline {
    margin-bottom:15px;
}

#createreservation form .validation-errors {
    color:#ff0000;
    font-weight:bold;
}

section#itemreservationdone {
    min-height:600px;
}

.tree div.dd-placeholder-children {
    width: 100%;
}
.tree a.active {
    color: rgba(141, 198, 63, 0.9);
}
span.fa.fa-square-o {
    color: transparent;
}
.news-popup {
	display: none;
}
.news-popup.fullscreen.visible {
	display: flex;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	top: 0px;
	left: 0px;
	z-index: 1100;
	justify-content:center;
	align-items:center;
}
	.news-popup.fullscreen .news-popup-outer {
		width: 60vw;
		max-height: 80vh;
		background-color: #fff;
		/*border-radius: 5px;*/
		border: 8px solid #8DC63F;
		box-shadow: 3px 3px 20px rgba(0,0,0,1);
		position: relative;
		padding: 30px;
	}

	.news-popup.visible {
		display: flex;
		position: fixed;
		/*width: 100vw;
		height: 100vh;*/
		background-color: rgba(0,0,0,0.6);
		bottom: -475px;
		right: 30px;
		z-index: 1100;
		justify-content: center;
		align-items: center;
	}
		.news-popup.visible.slide-up {
			bottom: 0px !important;
		}

		.news-popup.visible.slide-down {
			bottom: -475px !important;
		}

	.news-popup .news-popup-outer {
		width: 375px;
		height: 350px;
		background-color: #fff;
		/*border-radius: 5px;*/
		/*border: 8px solid #8DC63F;*/
		box-shadow: 3px 3px 20px rgba(0,0,0,1);
		position: relative;
		padding: 0px;
	}

	.news-popup .news-popup-inner {
	}
.news-popup .news-popup-header {
	padding-bottom: 30px;
	height: 90px;
}
	.news-popup .news-popup-header h2 {
		margin: 0px;
		padding: 0px;
	}
	.news-popup.fullscreen .news-popup-body {
		max-height: calc(80vh - 180px);
		overflow-y: auto;
		margin-right: -15px;
		padding-right: 15px;
	}
.news-popup .news-popup-body {
	height: 375px;
	overflow-y: auto;
}
	.news-popup .news-popup-footer {
		display: none;
	}
	.news-popup.fullscreen .news-popup-footer {
		display: flex;
		-ms-flex-flow: row;
		-webkit-flex-flow: row;
		flex-flow: row;
		-webkit-align-items: center;
		align-items: center;
		justify-content: center;
		bottom: 0px;
		position: absolute;
		left: 0px;
		width: 100%;
		height: 47px;
		padding: 15px 15px 0px 15px;
		opacity: 0.7;
	}
		.news-popup .news-popup-footer:hover {
			cursor: pointer;
			opacity: 1;
		}
		.news-popup .news-popup-footer .fa {
			margin-right: 6px;
			padding-bottom: 2px;
		}
	.news-popup .news-popup-close {
		color: #8DC63F ;
		opacity: 0.5;
		position: absolute;
		top: 0px;
		right: 10px;
		font-size: 20px;
		display: flex;
		-ms-flex-flow: column;
		-webkit-flex-flow: column;
		flex-flow: column;
		-webkit-align-items: center;
		align-items: center;
	}
			.news-popup .news-popup-close:hover {
				opacity: 1;
				cursor: pointer;
			}
			.news-popup .news-popup-close:hover span {
				display: inline-block;
			}

			.news-popup .news-popup-close span {
				display: none;
			}
		.news-popup .news-popup-close .fa {
			font-size: 40px;
		}

	.news-popup .newsdescription {
		margin-top: 15px;
	}

	body.noscroll {
		overflow: hidden;
	}

@media only screen and (max-width : 1024px) {
	.news-popup .news-popup-outer {
		width: 90vw;
		max-height: 85vh;
		padding: 8px;
	}

	.news-popup .news-popup-header {
		height: 70px;
		padding-bottom: 10px;
	}

	.news-popup .news-popup-body {
		max-height: calc(90vh - 160px);
		margin-right: 0px;
		padding-right: 0px;
	}
}
@media only screen and (max-width : 568px) {
	.news-popup .news-popup-outer {
		width: 95vw;
		max-height: 90vh;
		padding: 8px;
	}
	.news-popup .news-popup-header {
		height: 70px;
		padding-bottom: 10px;
	}
	.news-popup .news-popup-body {
		max-height: calc(95vh - 130px);
	}
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700|Roboto|Roboto+Condensed');

body {
	font-family: 'Roboto', sans-serif;
}

body > div.container-fluid {
		padding: 0;
	}

.float-left{
	float:left;
}

.width-33 {
	width:33.33%;
	display:block;
}

.dock-bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}

#itemdetails .description-outer {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	min-height: 315px;
	padding: 15px;
	position: relative;
}

	#itemdetails .description-outer  .description {
		padding-bottom:50px;
	}
	
	#itemdetails .description-outer .title {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 40px;
		font-weight: bold;
		text-shadow: 0px 3px 6px rgba(0,0,0,1.0);
		line-height: 40px;
		display: block;
		margin-bottom: 10px;
	}

	#itemdetails .description-outer .dock-bottom {
		padding:5px 15px;
	}
	
	#itemdetails .description-outer .price-label {
		font-weight: bold;
		font-size: 20px;
	}
	#itemdetails .description-outer .price-value {
		color: #8DC63F;
		font-size:25px;
	}



/* Product details */
#productdetails h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: black;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
#productdetails h3 {
    font-size: 16px;
}

#productdetails img.finance {
    max-width: 200px;
}

#productdetails .product-info {
    font-size: 14px;
}
#productdetails .product-pricetext {
    font-size: 14px;
}
#productdetails .product-pricevalue {
    font-weight: bold;
    font-size: 20px;
    color: #8DC63F;
}
#productdetails .finance-info {
    font-size: 12px;
}
#productdetails .product-attributegroup {
    padding-top: 5px;
    font-size: 14px;
}
#productdetails .product-optionalgroup {
    font-weight: bold;
    font-size: 14px;
}
#productdetails .product-optionalitemsum {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
}
#productdetails .product-optionalitemsum td{
    padding: 10px;
}
#productdetails .product-optionalitem {
    font-size: 13px;
}
    #productdetails .product-optionalitem td {
        padding: 4px 10px;
    }
#productdetails tr.product-optionalitem td:first-of-type{
    padding-left:10px;
}


#productdetails .top-spacing {
    margin-top: 20px;
}
#productdetails_footer img.logo {
    max-width: 280px;
}
#productdetails_footer .footer-text {
    font-size: 12px;
    line-height: 20px;
}
/*product-finance-details*/
/* SECTION #PRODUCT */
section#product {
    background-color: white;
    padding: 40px 0px 20px 0px;
}

    section#product .product-info {
        font-family: 'Roboto', sans-serif;
        color: white;
        background-color: #444444;
        padding: 15px 15px 80px 15px;
        /*min-height: 560px;*/
    }

    section#product h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
        font-size: 40px;
        color: white;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
        padding: 0px;
        margin: 0px 0px 30px 0px;
    }

.product-info-footer {
    position: absolute;
    bottom: 0px;
    min-height: 70px;
    width: 100%;
    padding-right: 30px;
}

.product-info-footer-content {
    background-color: black;
    padding: 25px 15px 25px 0px;
    line-height: 20px;
    height: 70px;
}

.product-info-footer .link {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}

    .product-info-footer .link a {
        color: white;
    }

        .product-info-footer .link a:hover {
            color: #999999;
            text-decoration: none;
        }

    .product-info-footer .link span {
        padding-right: 10px;
    }

.product-info .product-info-specs {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.product-info-spacer {
    display: block;
    height: 20px;
}

.product-price {
    margin-top: 0px;
}
#product .price-before {
    text-decoration:line-through;
}

.product-finance {
    margin-top: 15px;
}

.product-price-text, .product-finance-text {
    font-size: 18px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
}

.product-price-value, .product-finance-value {
    font-size: 24px;
    color: #8DC63F;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
    margin-top: -5px;
}

.product-finance-details {
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    color: #f5f5f5;
}

.product-details {
    padding-top: 30px;
}


.nav-tabs {
    /*display: inline-flex;*/
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        display: flex;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid #ddd;
            border-radius: 4px 4px 0 0;
            background-color: #F5F5F5;
            color: #444444;
            font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
            font-size: 16px;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

.tab-content {
    border: 1px solid #ddd;
    border-top-color: transparent;
    margin-top: -2px;
    padding: 30px 20px 20px 20px;
}

.dropdown-list .checkbox-unselect span {
    color: #888888;
    cursor: pointer;
}

/* SECTION #productoptionals */
.optionals-item-image {
    position: relative;
}
.optionals-item-select {
    position: absolute;
}
section#productoptionals h2 {
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    font-size: 40px;
    color: #444444;
}
section#productoptionals h3 {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 30px;
    color: #444444;
}
section#productoptionals img{
    width: 100%;
}

section#productoptionals .optionals-name {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 18px;
    color: #888888;
}
section#productoptionals .optionals-item {
    margin-bottom: 10px;
}
    section#productoptionals .optionals-item input[type="checkbox"] {
        width: 24px;
        height: 24px;
        border: 1px solid black;
    }
section#productoptionals .optionals-item-frames {
    padding:10px;
}
    section#productoptionals .optionals-item-frames:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
section#productoptionals .optionals-item-relitem {
    padding: 10px;
}
section#productoptionals .optionals-item-relitem:not(:last-child) {
    border-bottom: 1px solid #eee;
}
section#productoptionals .optionals-item-select {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
section#productoptionals .optionals-description {
    font-family: 'Roboto';
    font-weight: lighter;
    font-size: 14px;
    color: #888888;
}
section#productoptionals .optionals-content {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
section#productoptionals .optionals-imageselect {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
section#productoptionals .optionals-description h3 {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    color: #888888;
}
section#productoptionals .optionals-frames {
    font-family: 'Roboto';
    font-weight: lighter;
    font-size: 14px;
    color: #888888;
    border: 1px solid #ddd;
    margin: 10px 0px;
}
    section#productoptionals .optionals-frames h3 {
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 16px;
        color: #888888;
    }
section#productoptionals .optionals-related {
    font-family: 'Roboto';
    font-weight: lighter;
    font-size: 14px;
    color: #888888;
    border: 1px solid #ddd;
}

    section#productoptionals .optionals-related h3 {
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 16px;
        color: #888888;
    }
section#productoptionals .optionals-price {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 20px;
    font-style:italic;
    color: #888888;
}
section#productoptionals .optionals-basket-sendarea {
    background-color: white;
}
    section#productoptionals .optionals-basket-sendarea input[type="text"] {
        width: 100%;
        height: 26px;
        margin: 5px;
        border: 1px solid #95989A;
        border-radius: 2px;
    }
        section#productoptionals .optionals-basket-sendarea input[type="text"]::placeholder {
            font-size: 11px;
            padding: 2px 2px 2px 15px;
            color: #888888;
        }
    section#productoptionals .optionals-basket-sendarea input[type="text"].validation-error {
        border: 1px solid #95989A;
        border-radius: 2px;
        border-bottom: 2px solid #a40707;
        background-color: #faeeee;
    }
        /*section#productoptionals .optionals-basket-sendarea input[type="text"].validation-error::placeholder {
            color: white;
        }*/
    section#productoptionals .optionals-basket-sendarea button {
        width: 100%;
        height: 26px;
        margin: 5px;
        border: 1px solid #95989A;
        border-radius: 2px;
        text-align: left;
        color: white;
        background-color: #8DC63F;
        font-size: 11px;
    }
section#productoptionals .optionals-basket-intro {
    height: 50px;
    background-color: #444444;
    color: white;
    padding: 10px;
}
section#productoptionals .optionals-basket-options {
    font-size: 11px;
    padding-top: 2px;
    background-color: white;
}
section#productoptionals .optionals-basket-selecteditems {
    background-color: white;
    color: #444444;
    padding: 10px;
}
section#productoptionals .optionals-basket-summaryarea {
    height: 50px;
    background-color: #444444;
    color: white;
}
section#productoptionals .optionals-basket-summary {
    padding-left: 10px;
    padding-bottom: 20px;
}
section#productoptionals .optionals-basket-summaryprice {
    font-size: 18px;
    font-style: italic;
}
    section#productoptionals .optionals-basket-summaryprice:not(last) {
        border-right: 2px solid white;
    }

.basket-request-sendinfo {
    padding:20px;
    font-size:16px;
    background-color: #edffe8;
}
.basket-request-sendinfo-error {
    padding: 20px;
    font-size: 16px;
    background-color: #fadcdc;
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
    .optionals-basketcontainer {
        height: 100%;
        display: block;
        margin-bottom: -300px;
    }

    .optionals-basket {
        position: fixed;
        position: -webkit-sticky;
        position: sticky;
        top: auto;
        bottom: 5px;
        z-index: 5;
        border: 1px solid White;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width: 991px) {
    section#productoptionals .optionals-basket {
        position: fixed;
        top: auto;
        right: 10px;
        bottom: 0px;
        z-index: 5;
        border: 1px solid White;
        width: 50%;
    }
}
/* Extra Small Devices, Phones */ 
@media (max-width: 767px) {
    section#productoptionals .optionals-basket {
        position: fixed;
        top: auto;
        right: 0px;
        bottom: 0px;
        z-index: 5;
        border: 1px solid White;
        width: 100%;
    }
    section#productoptionals .optionals-basket-summaryarea {
        background-color: #0E0E0E;
    }
}

/* .squaredOne */
.squaredOne {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne input[type=checkbox] {
    visibility: hidden;
}
.squaredOne label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
    .squaredOne label:after {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 2px;
        left: 2px;
        background: #8DC63F;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
        opacity: 0;
    }
    .squaredOne input[type=checkbox]:checked + label:after {
        opacity: 1;
    }
/* end .squaredOne */
body,
html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #444444;
    font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin-top:80px;
}
body.homepage{
    margin-top: 0px;
}

    body.basket-overlay-visible {
        margin-top: 120px;
    }

.align-bottom {
    height: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

section {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 20px;
}

/* Bootstrap carousel */
.carousel-control .fa-angle-right, .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px;
}

    .carousel-control .fa-angle-left, .carousel-control .icon-prev {
        left: 20%;
        margin-left: -10px;
    }

    .carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -50%;
    }

        .carousel-control .fa-angle-left, .carousel-control .fa-angle-right{
            background-color:rgba(0,0,0,0.8);
            padding-left:10px;
            padding-right:10px;
            text-shadow:0 3px 6px 0 #000;
        }

/* BREADCRUMBS */
#breadcrumbroot {
    padding-bottom: 0px;
}
#breadcrumblist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#breadcrumblist li {
    float: left;
}

    #breadcrumblist li::after {
        font-family: FontAwesome;
        display: table;
        content: "\f105";
        margin-left: 10px;
        margin-right: 10px;
        float: right;
    }

    #breadcrumblist li:last-child::after {
        display: none;
    }

    #breadcrumblist li a,
    #breadcrumblist li a:focus,
    #breadcrumblist li a:active,
    #breadcrumblist li a:hover {
        color: #444;
        text-decoration: none;
        font-size: 12px;
        font-family: 'Roboto','Helvetica Neue',sans-serif;
    }

table.openhours {
    min-width: 120px;
}
    table.openhours tr {

    }
    table.openhours tr td:first-of-type{
        text-align: left;
    }
        table.openhours tr td:last-of-type {
            text-align: right;
        }


    /* BANNER */
    banner {
        height: 100%;
        /*min-height: 800px;*/
        width: 100%;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*position: absolute;*/
        /*z-index: 0;*/
        /*top: -80px;*/
    }
banner.small {
    height: 400px;
    min-height: 400px;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    top: -80px;
}
banner h2 {
    margin: 0px;
    font-size: 44px;
}

    banner .banner-content {
        height: 100%;
        width: 100%;
    }
    banner .carousel .carousel-inner {
        height: 100%;
        width: 100%;
    }

        banner .carousel .carousel-inner .item {
            padding-top: 100px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 100%;
            max-height: 100%;
            height: 100vh;
            width: 100%;
        }


    banner table tr{
        vertical-align: middle;
        text-align: center;
    }
        banner .banner-nav {
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            bottom: 0px;
            width: 100%;
            text-align: center;
            z-index: 300;
        }
        banner .banner-nav span {
            color: white;
            padding: 4px 30px 0px 30px;
            background: #444444;
        }
        banner.small .banner {
            height: 100%;
            min-height: 500px;
            width: 100%;
        }
    banner .banner {
        height: 100%;
        /*min-height: 800px;*/
        width: 100%;
    }
/*        banner .banner img {
            max-height: 100% !important;
            height: auto !important;
            width: auto !important;
            max-width: none !important;
            overflow-x: hidden;
        }*/

        /* The hero image */
        .hero-image {
            /* Set a specific height */
            /*height: 50%;*/
            /* Position and center the image to scale nicely on all screens */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }

/* Place text in the middle of the image */
.hero-text {
    color: white;
    margin: 0px 10px 0px 10px;
    /*padding: 15px 25px 15px 25px;*/
}
.hero-text-bg {
    background: rgba(0,0,0,0.70);
}

.hero-text-group {
    padding: 15px 25px 15px 25px;
}
.hero-text-group a {
    color: #ffffff;
}
.hero-textimage {
    width: 100%;
    display:flex;
    justify-content: center;
}

.hero-textimage img {
    max-width: 360px;
    max-height: 220px;
}

    .hero-left-border {
        border-left: 2px solid white;
        padding-left: 30px;
    }
    
    nav .brandimage {
        height: 40px;
        position: relative;
        top: -10px;
    }

    /* BANNER NEWS BOX */
.newsbannerbox-outer {
    position: absolute;
    bottom: 100px;
    width: 100%;
}
.newsbannerbox-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.newsbannerbox-headline {
    /*width: 37.1%;*/
    padding-right: 15px;
}
.newsbannerbox-inner {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
}
.newsbannerbox-item {
    padding: 0px 5px;
}

    .newsbannerbox-item .linkText {
        padding: 5px;
        text-align: center;
        max-width: 200px;
        font-size: 14px;
    }

@media (min-width: 992px) {
    banner .banner .newsbannerbox-item img {
        width: 200px !important
    }
}
@media (max-width: 991px) {
    banner .banner .newsbannerbox-item img {
        width: 150px !important
    }

    .newsbannerbox-item .linkText {
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .newsbannerbox-outer {
        bottom: 0;
    }

    .newsbannerbox-outer .container {
        padding: 0;
    }

    .newsbannerbox-wrapper {
        margin-left: unset;
        margin-right: unset;
        width: 100%;
        padding: 15px;
        justify-content: center;
    }

    .newsbannerbox-inner {
         padding-left: 0; 
    }

    .newsbannerbox-headline {
         padding-right: 0; 
    }

    .newsbannerbox-headline img {
        width: 50px;
    }

    banner .banner .newsbannerbox-item img {
        width: 137px !important
    }

    .newsbannerbox-item .linkText {
        max-width: 137px;
        font-size: 12px;
    }
}

.newsbannerbox-headline #small-heading {
    display: none;
}

@media (max-width: 400px) {
    .newsbannerbox-wrapper {
        display: unset;
    }

    .newsbannerbox-headline img {
        display: none;
    }

    .newsbannerbox-headline #large-heading {
        display: none;
    }

    .newsbannerbox-headline #small-heading {
        display: block;
        margin-bottom: 10px;
    }
}

/* FOOTER */
footer {
    width: 100%;
    background-color: #444444;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    color: white;
    font-size: 12px;
}

    footer hr {
        border-color: #BAB8B6;
    }

    footer:first-of-type {
        background: #444444; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#0E0E0E, #444444); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#0E0E0E, #444444); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#0E0E0E, #444444); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#0E0E0E, #444444); /* Standard syntax */
    }

        footer:first-of-type .container:first-of-type {
            padding-top: 10px;
        }

    footer a {
        color: #999999;
    }

        footer a:hover {
            color: #8DC63F;
        }


footer .brandimage {
    height: 30px;
}

a.sociallink>span {
    padding: 2px 3px 2px 3px;
}

a.sociallink {
    color: white;
}

    a.sociallink:hover {
        color: #8DC63F;
    }

footer .address {
    white-space: pre-wrap;
}
footer .openinghours,.vatnumber {
    padding-top: 4px;
}
footer .companyname {
    font-weight: bold;
}


.newsletter-signup {
    padding-top: 8px;
}

    .newsletter-signup h4 {
        padding: 0px;
        margin-top: 0px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }
    .newsletter-signup input {
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
        height: 30px;
        color: #444444;
    }
        .newsletter-signup input[type=submit] {
            background-color: #8DC63F;
            color: white;
            border: 0px;
            padding-left: 24px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: left;
            vertical-align: middle;
            z-index: 30;
            position: relative;
        }
        .newsletter-signup input::placeholder {
            color: #999999;
            padding-left: 10px;
            font-size: 12px;
        }

        .newsletter-signup .success-info {
            font-size: 16px;
        }

.news-latest {
    border: 8px solid #8DC63F;
    padding: 15px;
}

    .news-latest h4 {
        padding: 0px;
        margin-top: 0px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }


/* NAV */
nav {
    width: 100%;
    display: block;
    color: white;
    font-size: 14px;
    z-index:1000;
    position:fixed;
    top:0px;
}
    nav .menu {
        padding-top: 4px;
        padding-bottom: 8px;
        background-color: #0E0E0E;
    }
    nav .submenu {
    }
        nav .submenu ul {
            list-style-type: none;
            overflow: hidden;
            float: right;
        }
        nav .submenu li {
            padding: 0px 15px 0px 15px;
            position: relative;
            display: block;
            float: right;
        }
        nav .submenu li > a {
            color: white;
        }

            nav .submenu li > a:focus, nav .submenu li > a:hover {
                text-decoration: none;
                color: #999999;
            }

        nav .submenu .navsubmenu {
            background: rgba(0,0,0,0.60);
            padding-top: 10px;
            padding-bottom: 5px;
        }
    nav .navsubmenu_blank {
        background-color: transparent;
        height:20px;
        display:block;
    }
    
    nav .split {
        padding: 0px 15px 0px 15px;
    }

    nav .menu .navbar-nav a {
        color: white;
        text-transform: uppercase;
    }
.nav.navbar-nav > li > a:focus, .nav.navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: #0E0E0E;
    color: #999999;
}
/*.nav.navbar-nav > li > a:focus, .nav.navbar-nav > li.active { 
    background: #0E0E0E;
    background: -moz-linear-gradient(top, #0E0E0E 90%, #8DC63F 90%);
    background: -webkit-linear-gradient(top, #0E0E0E 90%,#8DC63F 90%);
    background: linear-gradient(to bottom, #0E0E0E 90%,#8DC63F 90%);
}*/


/* SECTION #IMAGELINK */
    section#imagelink {
    padding: 70px 0px;
    background-color: transparent;
}
    section#imagelink .box {
        margin-top: 10px;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    }
    section#imagelink .image {
        width: 100%;
    }
        section#imagelink .image img {
            margin-left: auto;
            margin-right: auto;
        }
section#imagelink .text{
    background-color: white;
    color: #444444;
    padding:10px 4px 6px 4px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}


/* SECTION #SEARCH */
section#search {
    padding-top: 50px;
    background-color: transparent;
}
    section#search input, select {
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
        height: 30px;
        border-radius: 3px;
        border: 1px solid white;
        padding-left: 10px;
    }
        section#search input::placeholder {
            color: #999999;
            padding-left: 10px;
            font-size: 12px;
        }
    section#search button.btn-searchbutton {
        background-color: #8DC63F;
        color: white;
        border: 0px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        height: 30px;
        width: 40px;
        position: absolute;
        z-index:20;
    }
    section#search button.btn-searchreset {
        background-color: #999999;
        color: white;
        border: 0px;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        height: 30px;
        width: 40px;
        position: absolute;
        left: -40px;
        z-index: 20;
    }
section#search:not(.quicksearch) .search-btn-group {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    padding-right: 78px;
    margin-left: 40px;
}
    section#search.quicksearch .search-btn-group {
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
        padding-right: 38px;
        margin-left: 0px;
    }
    section#search .search-btn-group button.btn-searchresult {
        background-color: #5D8426;
        color: white;
        border: 0px;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        height: 30px;
        width: 100%;
    }

    section#search div.input-select-group {
        z-index:2;
        position:absolute;
        display:inline-block;
    }
    section#search .input-select-group span.input-select.fa-caret-up {
        color: #999999;
        position: absolute;
        top: 4px;
        left: -25px;
    }
    section#search .input-select-group span.input-select.fa-caret-down {
        color: #999999;
        position: absolute;
        top: 12px;
        left: -25px;
    }
    section#search h3 {
        padding: 0px;
        margin-top: 0px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: white;
    }
    section#search.quicksearch {
        padding: 15px 15px 15px 15px;
        background: rgba(0,0,0,0.70);
        margin: 40px 10px 0px 10px;
    }

    .frontsearch{
        position: absolute;
        width: 100%;
        bottom: 180px;
    }

.dropdown-container {
    z-index: 20;
    position: relative;
    top: -10px;
    padding-right: 30px;
    width: 100%;
    display:none;
}
.dropdown-select {
    cursor:pointer;
}
.dropdown-select>input {
    cursor: pointer;
}
.dropdown-list, .dropdown-slider {
    position: absolute;
    width: inherit;
    background-color: #ddd;
    border: 0px solid #444444;
    border-radius: 0px 0px 4px 4px;
    padding: 8px 10px 0px 15px;
    overflow: auto;
    box-shadow: 0 4px 6px 0 rgba(17,17,17,0.30);
    /*display: none;*/
}
    .dropdown-slider {
        height: 30px;
    }

    .dropdown-list ul {
        list-style: none;
        padding: 0px;
    }

.dropdown-list li {
    display: block;
}
    .dropdown-list ul>li>input[type="checkbox"] {
        position: relative;
        top: 4px;
        margin: 0px 5px -2px 0px;
        padding: 0px 0px 0px 0px;
        height: 18px !important;
        width: 18px !important;

    }
    .dropdown-list li.header {
        font-weight: bold;
        font-size: 14px;
        color: #444444;
    }

    /* SECTION #ARTICLE */
    section#article {
        background-color: white;
        padding: 20px 0px 20px 0px;
    }

        section#article .twoColumns {
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
        }

        section#article .umb-grid .column img {
            padding: 30px;
        }
        section#article .umb-grid .column .squared {
            width: 220px;
            height: 220px;
            max-width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        /*section#article .umb-grid .column .squared img {
            height: auto;
            width: 220px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }*/

        /* SECTION #PRODUCTS */
        section#products {
            background-color: white;
            padding: 10px 0px 20px 0px;
            background-size: cover;
            padding-top: 30px;
            padding-bottom: 30px;
            font-size: 14px;
        }

    section#products div.product {
        border: 1px solid #f2f2f2;
        transition: all 0.8s;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        cursor: pointer;
    }
            section#products div#dd-placeholder-productlist .productlistbox div.product {
                min-height: 532px;
                overflow: hidden;
                padding-bottom: 80px;
            }
.product:hover {
    box-shadow: 0 8px 12px 0 rgba(17,17,17,0.40);
}
    section#products .productlistlist {
        padding-top: 10px;
        padding-bottom: 10px;
    }
section#products .product .textarea {
    padding: 0px 15px 0px 15px;
    overflow-y: hidden;
}

section#products .product .product-specs {
    padding-left: 30px;
}
section#products .product .product-specs-value {
    padding-right: 20px;
    text-align: right;
}
section#products .bottomtext {
    min-height: 25px;
    background-color: #8DC63F;
    display: block;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    color: white;
    padding: 2px 10px 2px 20px;
}
section#products .productlistbox .modelname, section#products .product .modelname {
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0px 20px 15px;
    min-height: 80px;
}
section#products .productlistlist .modelname {
    font-weight: bold;
    font-size: 26px;
    color: #444444;
    padding: 15px 0px 20px 15px;
}
    section#products .product-brand-logo {
        overflow:hidden;
    }
section#products .productlistbox .price, section#products .product .price {
    padding: 20px 0px 15px 15px;
    font-weight: bold;
    font-size: 22px;
    color: #539000;
}
section#products .productlistlist .price {
    padding: 20px 0px 15px 15px;
    font-weight: bold;
    font-size: 26px;
    color: #539000;
    padding-right: 30px;
}
section#products .productlistbox .price-before, section#products .product .price-before {
    padding: 25px 10px 10px 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: line-through;
    color: #666;
    white-space: nowrap;
}
section#products .productlistlist .price-before {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    text-decoration: line-through;
}

section#products .productlistlist .btn-green {
    width: 120px;
    height: 34px;
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background-color: #8DC63F;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.78);
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 10px;
    margin-right: 20px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
    section#products .productlistlist .btn-green > a{
        color: white;
        text-decoration: none;
    }
    
    section#products .productlistbox {
        margin-top: 20px;
    }

        section#products .productlistbox .bottomtext-outer {
            position: absolute;
            width: 100%;
            padding-right: 31px;
            bottom: 0px;
        }

section#products ul.sort {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}
    section#products ul.sort > li {
        float: left;
        padding: 0px 30px;
        cursor: pointer;
    }
    section#products ul.sort > li > span {
        padding-right: 10px;
    }
        section#products ul.sort > li:hover:not(.header) {
            color: #8DC63F;
        }
        section#products ul.sort > li.header {
            font-weight: bold;
            float: left;
            padding: 0px 30px 0px 0px;
            cursor: auto;
        }

section#products ul.list {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    float: right;
}

    section#products ul.list > li {
        float: left;
        padding: 0px 5px;
        cursor: pointer;
    }
        section#products ul.list > li.active, section#products ul.sort > li.active {
            color: #8DC63F;
            font-weight: 500;
        }

        section#products ul.list > li > span {
            padding-right: 0px;
        }

        section#products ul.list > li:hover:not(.header) {
            color: #8DC63F;
        }

        section#products ul.list > li.header {
            font-weight: bold;
            float: left;
            padding: 0px 30px 0px 0px;
            cursor: auto;
        }

        img.img-splatter {
            position: absolute;
            top: 10px;
            right: 30px;
        }

.productdetails {
    height: 100%;
    border: 0px; /*1px solid #f2f2f2;*/
    background-color: white;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    cursor: pointer;
}
    .productdetails:hover {
        box-shadow: 0 8px 12px 0 rgba(17,17,17,0.40);
    }
    .product .image img {
        display: block;
        margin: auto;
        width: 100%;
    }
.productdetails .product {
    border: 0px none transparent !important;
    box-shadow: none !important;
}
    .productdetails .bottombox {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
        .productdetails .bottomtext {
    width: 100%;
}




/* SECTION#brandlinks*/

section#brandlinks{
    background-color: white;
}
section#brandlinks .brandlink-group {
    display: inline-block;
    text-align: center;
    padding: 40px 0px 40px 0px;
}
    section#brandlinks .brandlink-group .brandlink {
        display: inline-block;
        width: 19%;
        padding: 0px;
        margin: 0px;
    }

    /* SECTION#Sales */
    section#sales {
        background-color: white;
        padding-bottom: 30px;
    }
        section#sales .salesarea h2 {
            font-weight: bold;
            font-size: 36px;
            padding: 0px;
            margin: 0px 0px 30px 0px;
        }
        section#sales .salesdepartment h2 {
            font-weight: bold;
            font-size: 40px;
            text-transform: uppercase;
            color: white;
            text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
            padding: 0px;
            margin: 0px 0px 30px 0px;
        }
        section#sales .salesdepartment {
            background-color: #999999;
            padding: 20px;
            color: white;
            font-size: 22px;
            height: 100%;
        }
section#sales .employee-title{
    text-transform:uppercase;
    font-weight:lighter;
    font-style:italic;
    font-size: 18px;
}
        section#sales .employee-name, section#sales .employee-phone {
            font-weight: bold;
        }
        section#sales .employee-info {
            padding-bottom: 20px;
        }
        /* FINEX - Financieringsforslag */

        .finex h2{
            padding: 10px 0px 0px 0px;
            margin: 0px 0px 10px 0px;
            font-weight: bold;
            font-size: 20px;
        }
.finex h3 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 18px;
}
.finex-table > .row {
    border-bottom: 1px solid #ddd;
}
.finex-table>.row:active{
    background-color:#ddd;
}
    .finex-table .row:first-child {
        font-weight: bold;
    }
    .finex-table .row:not(:first-child) {
        padding-left: 15px;
    }
.finex-table .row:hover:not(:first-child) {
    background-color: #f5f5f5;
}
.finex-example:not(:first-child) {
    padding-top: 30px;
}

/*.finex-table .row + .row {
    border-top: 0;
}*/
        /*.finex-header{
            font-weight: bold;
        }*/


        /* SECTION#NEWS */

section#news .newslistbox {
    border: 1px solid #ddd;
    padding: 15px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
    section#news .newslistbox:hover {
        box-shadow: 0 8px 12px 0 rgba(17,17,17,0.40);
    }
section#news .newslistbox:not(:first-child) {
    margin-top: 20px;
}
    section #news .newscounter {
    color: #999999;
    font-size: 12px;
    padding-bottom: 10px;
}

section#news .newsdate {
    color: #999999;
    font-size: 14px;
    padding-bottom: 10px;
    font-style: italic;
}
section#news .newslink {
 width: 100%;
 line-height: 40px;
}

section#news .newsimage {
    padding: 2px 2px 5px 2px;
}

section#news h3{
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}
section#news .newssubheadline {
    font-family: Roboto;
    font-weight: lighter;
    font-style: italic;
    font-size: 26px;
}
section#news .carousel-indicators {
    
}
.carousel-indicators li {
    text-indent: 0;
    margin: 0 2px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    transition: all 0.25s ease;
}
    .carousel-indicators li.active, .carousel-indicators li:hover {
        margin: 0 2px;
        width: 20px;
        height: 20px;
        background-color: rgba(141,198,63,0.8) ; /*#8DC63F;*/
    }

/* SECTION#EMPLOYEES */
section#employees .department {
    /*background-color: #444444;
    margin-top: 30px;
    color: white;
    padding: 30px 80px 30px 80px;*/
}
section#employees .department-info {
    background-color: #444444;
    margin-top: 30px;
    color: white;
    padding: 30px 80px 30px 80px;
}
section#employees h1 {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-size: 36px;
    font-weight: bold;
}
section#employees h2 {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
section#employees hr {
    border-color: #999999;
}

section#employees a {
    color: #444;
}

    section#employees a:hover {
        color: #8DC63F;
    }

section#employees table.openhours {
    min-width: 160px;
}

section#employees .employee-title {
    text-transform: lowercase;
    font-weight: lighter;
    font-style: italic;
    font-size: 18px;
    color: forestgreen;
}

section#employees .employee-name, section#employees .employee-phone {
    font-weight: 700;
    padding-top: 20px;
    font-size: 22px;
}
section#employees .employee-email {
    color: #444;
    font-size: 16px;
}
section#employees .employees .employee {
    margin-top: 20px;
    padding: 0px 0px 10px 0px;
    min-height: 450px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 6px rgba(80,80,80,0.6);
}
    section#employees .employees .employee img{
        width: 100%;
    }
    section#employees .employee-description {
        padding-top: 20px;
        color: forestgreen;
    }

.carousel-control {
    background-image: none !important;
}
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: unset;
    outline: 0;
    opacity: unset;
    background-image: none !important;
}

.infobox-textarea {
    padding:20px;
    font-size: 18px;
    font-weight: bold;
}
.infobox-row-top {
    position: relative;
}
.infobox-row-bottom {
    padding-top: 20px;
    position: relative;
}
.infobox-fullheight {
    height: 100%
}
.infobox-halfheight {
    height: 50%
}
.infobox-image {
    position:relative;
    bottom:0px;
}

/* Catalog */
.tree-outer {
    background-color:rgba(0,0,0,0.9);
    padding:10px;
}

.tree-outer .header{
    font-size:18px;
    font-weight:bold;
    color:#fff;
    padding-bottom:3px;
}

.tree a {
    color: #fff;
}

    .tree a:hover,
    .tree a:focus,
    .tree a:active {
        color: #fff;
    }

        .tree .fa{
            color:#fff;
        }

        .tree .fa-circle-o {
            display:none;
        }
/***************/
/*.catalogtree-level1 > div, .catalogtree-level2 > div, .catalogtree-level3 > div, .catalogtree-level4 > div, .catalogtree-level5 > div {
    display: inline-block;
}*/
/*.catalogtree-level1 {
    padding-left: 0px;
}
.catalogtree-level2 {
    padding-left: 10px;
}
.catalogtree-level3 {
    padding-left: 20px;
}
.catalogtree-level4 {
    padding-left: 30px;
}
.catalogtree-level5 {
    padding-left: 40px;
}*/

/* SPECIFIC VIEWPORTS */
/* Xtra small screens */
@media (max-width: 767px) {
    banner h2 {
        margin: 0px;
        font-size: 24px;
    }
    banner .carousel .carousel-inner .item {
        padding-top: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
    }
    .navbar-brand {
        max-width: 180px;
        max-height: 28px;
    }
    .brandimage {
        width: 182px;
        height: 27px;
    }
    .hero-text {
        margin: 90px 10px 0px 10px;
    }
    .hero-left-border {
        border-left: none;
        padding: 10px 5px 0px 15px;
    }

    nav .menu {
        max-height: 75px;
    }
    .top-nav-collapse {
        padding: 0px;
    }
    .navbar-collapse {
        background-color: #0E0E0E;
        z-index:30;
    }

    nav .submenu ul {
        float: none !important;
    }
    nav .submenu li {
        padding: 10px 15px 10px 15px;
        display: block;
        float: none !important;
    }

    .navsubbararea {
        text-align: left !important;
    }

    .navbar-toggle {
        display: block;
        float: right;
        top: -40px;
        right: -10px;
    }

    .navbar-phone-area {
        display: block;
        position: absolute;
        top: 50px;
        left: 36px;
    }

    .dd-type-phone a {
        text-decoration: none;
        color: white;
    }
        .dd-type-phone a:hover {
            color: #999999;
        }

    section#products .product .textarea {
        padding: 0px 15px 40px 15px;
        overflow-y: visible;
    }
    section#products .productlistbox .modelname, section#products .product .modelname {
        padding: 15px;
    }
    section#products div#dd-placeholder-productlist .productlistbox div.product {
        height: auto;
    }


    section#products ul.sort > li {
        float: left;
        padding: 0px 5px;
        cursor: pointer;
        font-size: 14px;
    }

        section#products ul.sort > li > span {
            padding-right: 1px;
        }

        section#products ul.sort > li:hover:not(.header) {
            color: #8DC63F;
        }

        section#products ul.sort > li.header {
            font-weight: bold;
            float: left;
            padding: 0px 5px 0px 0px;
            cursor: auto;
        }

    section#sales .salesdepartment h2 {
        font-weight: bold;
        font-size: 26px;
        text-transform: uppercase;
        color: white;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
        padding: 0px;
        margin: 0px 0px 30px 0px;
    }
}

@media (max-width: 575px) {
    .newsbannerbox-outer .hero-text {
        margin: 90px 0px 0px 0px;
    }
}

@media (max-width: 400px) {
    .newsbannerbox-wrapper .hero-left-border {
        padding: 0;
    }
}

/* Small screens (iPad vertical)*/
@media (min-width: 768px) and (max-width: 991px){
    nav .menu {
        max-height: 80px;
    }
    .navbar-collapse {
        background-color: #0E0E0E;
        z-index: 30;
    }

    nav .submenu ul {
        float: none !important;
    }

    nav .submenu li {
        padding: 10px 15px 10px 15px;
        display: block;
        float: none !important;
    }

    .navsubbararea {
        text-align: left !important;
    }

    section#products .productlistlist .modelname {
        font-weight: bold;
        font-size: 20px;
        color: #444444;
        padding: 15px 0px 20px 15px;
    }
    section#products .productlistlist .price {
        padding: 20px 0px 15px 15px;
        font-weight: bold;
        font-size: 20px;
        color: #539000;
        padding-right: 20px;
    }
    section#products .productlistlist .model {
        padding-left: 0px;
        padding-right: 0px;
    }
    section#products .productlistlist .btn-green {
    }

    section#employees .department {
        /*background-color: #444444;*/
        margin-top: 30px;
        /*color: white;*/
        padding: 30px 30px 30px 30px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        float: right;
        top: -60px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
    .navbar-phone-area {
        display: none;
    }

    banner .carousel .carousel-inner .item {
        padding-top: 80px;
    }

}

/* Medium and Large screens */
@media (min-width: 992px) {

    .row-md-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-phone-area {
        display: none;
    }
}

/* NAVBAR */
@media (max-width: 991px) {
    body {
        font-size: 16px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    footer {
        font-size: 16px;
    }
}

@media (min-width: 992px){
    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
        border-color: transparent;
    }
}

/*// Large devices (desktops, 992px and up)*/ 
@media (min-width: 992px) and (max-width: 1199px) {
    nav .menu .navbar-nav a {
        padding: 10px 5px;
    }

    banner .carousel .carousel-inner .item {
        padding-top: 40px;
    }
    .newsbannerbox-outer {
        position: absolute;
        bottom: 100px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    section#imagelink .col-lg-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .newsbannerbox-headline {
        width: 37.1%;
    }
}

/************ BRAND SLIDER *************/

.carousel-showsixmoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showsixmoveone .carousel-inner {
    text-align: center;
}

.carousel-showsixmoveone .carousel-control.left {
    margin-left: 15px;
}

.carousel-showsixmoveone .carousel-control.right {
    margin-right: 15px;
}

.carousel-showsixmoveone .cloneditem-1,
.carousel-showsixmoveone .cloneditem-2,
.carousel-showsixmoveone .cloneditem-3,
.carousel-showsixmoveone .cloneditem-4,
.carousel-showsixmoveone .cloneditem-5 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showsixmoveone .carousel-inner > .active.left,
    .carousel-showsixmoveone .carousel-inner > .prev {
        left: -33.333%;
    }

    .carousel-showsixmoveone .carousel-inner > .active.right,
    .carousel-showsixmoveone .carousel-inner > .next {
        left: 33.333%;
    }

    .carousel-showsixmoveone .carousel-inner > .left,
    .carousel-showsixmoveone .carousel-inner > .prev.right,
    .carousel-showsixmoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showsixmoveone .carousel-inner .cloneditem-1,
    .carousel-showsixmoveone .carousel-inner .cloneditem-2 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showsixmoveone .carousel-inner > .item.active.right,
    .carousel-showsixmoveone .carousel-inner > .item.next {
        transform: translate3d(33.333%, 0, 0);
        left: 0;
    }

    .carousel-showsixmoveone .carousel-inner > .item.active.left,
    .carousel-showsixmoveone .carousel-inner > .item.prev {
        transform: translate3d(-33.333%, 0, 0);
        left: 0;
    }

        .carousel-showsixmoveone .carousel-inner > .item.left,
        .carousel-showsixmoveone .carousel-inner > .item.prev.right,
        .carousel-showsixmoveone .carousel-inner > .item.active {
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showsixmoveone .carousel-inner > .active.left,
    .carousel-showsixmoveone .carousel-inner > .prev {
        left: -16.666%;
    }

    .carousel-showsixmoveone .carousel-inner > .active.right,
    .carousel-showsixmoveone .carousel-inner > .next {
        left: 16.666%;
    }

    .carousel-showsixmoveone .carousel-inner > .left,
    .carousel-showsixmoveone .carousel-inner > .prev.right,
    .carousel-showsixmoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showsixmoveone .carousel-inner .cloneditem-3,
    .carousel-showsixmoveone .carousel-inner .cloneditem-4,
    .carousel-showsixmoveone .carousel-inner .cloneditem-5 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showsixmoveone .carousel-inner > .item.active.right,
    .carousel-showsixmoveone .carousel-inner > .item.next {
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }

    .carousel-showsixmoveone .carousel-inner > .item.active.left,
    .carousel-showsixmoveone .carousel-inner > .item.prev {
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }

        .carousel-showsixmoveone .carousel-inner > .item.left,
        .carousel-showsixmoveone .carousel-inner > .item.prev.right,
        .carousel-showsixmoveone .carousel-inner > .item.active {
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}


@media (max-width: 767px) {
    footer .social-footer-links {
        justify-content: center;
        align-items: end;
    }

    footer .footer-logo-danish {
        max-width: 167px;
    }
}

.trustpilot-widget {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}






/**umb_name:Sektionsoverskrift, H2*/
h2{font-size: 30px;
font-weight: 500;
line-height: 1.1;
    font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;}

/**umb_name:Underoverskrift, H3*/
h3{font-size: 26px;
font-weight: 500;
line-height: 1.1;
    font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;}
