/*@import url("https://fonts.googleapis.com/css?family=Montserrat");*/

.development_data {
    display: none;
}

.tekstveld span {
    display: block;
}

#choose_menu .button {
    width: 33%;
    padding: .2em 1em;
    float: left;
    font-weight: bold;
    font-size: 1.5em;
    border-right: 1px solid #fff
}

#choose_menu {
    margin-bottom: 1em;
}

.adminpopup .scroll_wrap {
    padding: 0px !important;
    padding-top: 0px !important;
}


/* 
#userblock,
#userblock_2 {
    display: none !important;
} */


/*
.video_fullwidth iframe{
    width:100% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1 !important;
    opacity: .5;
}
*/


/*
.adminpopup .close {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    top: 10px !important;
    left: 30%;
    margin-left: -50px;
    transition: all 0.2s linear;
}
*/

.adminpopup .title {
    width: 30% !important;
}

.adminpopup button {
    padding: 10px;
}

#accounting_type_lijst label {
    font-size: 24px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    width: 100%;
    display: inline-block;
}


/* #accounting_type_select_choose {} */

#client_select_lijst {
    margin-top: 20px;
    width: 100%
}

#client_select_lijst label {
    font-size: 24px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    width: 100%;
    display: inline-block;
}

#view_profile a {
    background-image: url(../img/user.svg);
    background-size: 15px auto;
    background-position: center left;
    background-repeat: no-repeat;
    color: #fff;
    background-color: blue;
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
    display: inline-block;
    float: right;
}

#client_memberid_admin {
    position: absolute;
    left: 0;
    opacity: .5
}


/* .search_btn{
	display: none
} */

.register_checkbox_wrap {
    display: inline-block;
    width: 16px;
    position: relative;
    float: left;
    height: 16px;
    z-index: 1;
}

.register_checkbox input[type=checkbox] {
    width: 16px;
    height: 16px;
    background: rgba(77, 106, 168, 1);
    max-width: 16px;
    float: left;
    /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );*/
    margin: 10px auto;
    /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-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);*/
    position: relative;
}

.register_checkbox label {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 1px;
    background: #eee;
    border: 1px solid #666;
}

.register_checkbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(77, 106, 168, 1);
    top: 0px;
    left: 0px;
}

.register_checkbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.register_checkbox input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#registration label {
    font-size: 0.8em;
    color: #444;
}

#registration label.error {
    color: yellow;
}

.checkboxRegisterTxt {
    font-size: 0.7em;
    padding: 0 0 20px 20px;
    text-align: justify;
    color: #999;
    position: relative;
    width: auto;
    display: inline-block;
    top: -16px;
    z-index: 0
}

.password_input_wrapper {
    margin: 20px 0
}

.adres_input_wrapper {
    margin: 20px 0
}

.adres_input_wrapper #zipcode {
    width: 30%
}

.adres_input_wrapper #city {
    width: 65%;
    margin-left: 5%;
}

.adres_input_wrapper #number {
    width: 47.5%
}

.adres_input_wrapper #appartment {
    width: 47.5%;
    margin-left: 5%;
}

form,
fieldset {
    border: none;
    padding: 0;
}

.hide {
    display: none;
}

.blog_single-body #main .current_fly {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.inside.size_50 {
    width: 50%;
}

#daterange,
#daterange3_2,
#daterange_result {
    background: transparent;
    border: none;
    display: none;
}

#included {
    background: #eee;
    padding: 20px;
}

.lightpick {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.lightpick__select {
    color: #fff;
}

.lightpick__months {
    background: transparent;
    width: 100%;
}

.lightpick__month {
    background: transparent;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
}

.lightpick__tooltip {
    width: auto;
    color: #000;
    opacity: 1;
    margin-top: -20px;
}


/*
#datepicker_propertie{
	
	min-height:100px;
	position:absolute;
	width:546px;
	left:60px;
	top:200px;
	min-height:248px;
	display:inline-block;
	

}
#datepicker_propertie input{
	width: 100%;
	background: transparent;
	border:none;
	color:#fff;
	font-family: inherit;
}

.daterangepicker{
	padding:0;
	margin: 0;
	width: 100%;
	left:0 !important;
	top:0;
	font-family: inherit;
	background: transparent;
	color:#fff;
	display: inline-block;
	border:0px solid yellow !important;
	border-radius:0px;
}
.daterangepicker .drp-calendar .calendar-table ,.table-condensed {
	border:0px solid yellow !important;
	background: transparent;
}
.daterangepicker table{
	border:0px solid yellow !important;
}
.daterangepicker table{
	background: #4d6aa8;
}
.daterangepicker .drp-calendar.left{
	border-top:0px solid yellow !important;
}
.daterangepicker .drp-calendar.left {
  padding: 0px 0 1px 0px;
	
}

.daterangepicker .drp-calendar.right {
  padding: 0px 0px 0px 8px;

}
*/

#contentpage {
    background: transparent;
}

#contentholder {
    /*! float:right; */
    margin-bottom: 10vh;
    overflow-x: hidden;
    /*! padding:0 50px; */
    background: transparent;
}


/*  VIDEO   /////////////////////////////////////////////////////////////////////////////*/

#background {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1 !important;
    overflow: hidden !important;
    background-image: url('../images/bg/bg_beton.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*
	background-image: url('../images/bg.gif');
	*/
}

#backgroundimage {
    width: 100vw;
    height: 100vh;
    background-size: cover;
}

#introvideowrapper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0 !important;
    overflow: none;
}

.videobg {
    position: relative;
    width: 100%;
    /* Set video container element width here */
    height: 100%;
    /* Set video container element height here */
    overflow: hidden;
    /*
  background: #111;  bg color, if video is not high enough */
    background: transparent;
    z-index: 0;
}


/* horizontally center the video */

.videobg-width {
    position: absolute;
    width: 100%;
    /* Change width value to cover more area*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 0;
}


/* set video aspect ratio and vertically center */

.videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden;
    z-index: 0;
}

.videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.videobg-hide-controls {
    box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    /* Vimeo timeline and play button are ~55px high */
    padding: 55px 97.7777px;
    /* 16:9 ratio */
    top: -55px;
    left: -97.7777px;
    /* 16:9 ratio */
    z-index: 0;
}

.videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    z-index: 0 !important;
    pointer-events: none;
}


/*  SIDE NAV   /////////////////////////////////////////////////////////////////////////////*/

#sidenav_wrapper {
    position: fixed;
    right: 0px;
    z-index: 8;
    top: 50%;
    background: transparent;
    padding: 0;
    margin: 0;
    opacity: 1;
    width: auto;
}

#sidenav_wrapper.hidesidenav {
    opacity: 0;
}

#sidenav_wrapper.showsidenav {
    opacity: 1;
}

#sidenav_wrapper nav a {
    position: relative;
    width: 100%;
    top: 50%;
    left: 0%;
    display: inline-block;
    outline: none;
    text-align: right;
    z-index: 1000;
    border-left: 10px solid #fff;
    /*
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
}

#sidenav_wrapper nav a.prev {
    left: 0;
}

#sidenav_wrapper nav a.next {
    right: 0;
}

#sidenav_wrapper nav a svg {
    display: block;
    margin: 0 auto;
    padding: 0;
}


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


/* Grow Pop */


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

.nav-growpop .icon-wrap {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding: 20px 10px;
    border: 0px solid #fff;
    width: 100%;
    max-width: 100px;
    background: #b24e44;
    border-bottom: 1px solid #fff;
    -webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s;
    color: #fff;
}

.nav-growpop svg.icon {
    fill: #fff;
}

.nav-growpop div {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 440px;
    height: 144px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-growpop a.prev div {
    left: 0;
    padding: 20px 140px 20px 70px;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-growpop a.next div {
    right: 0;
    padding: 20px 140px 20px 140px;
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-growpop span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #cdcdcd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 1.2;
}

.nav-growpop h3 {
    margin: 0;
    padding: 8px 0 10px;
    color: #818181;
    font-weight: 300;
    font-family: "latoregular";
    font-size: 0.9em;
    line-height: 1em;
    text-transform: uppercase;
}

.nav-growpop div description {
    margin: 0;
    font-style: italic;
    font-size: 75%;
}

.nav-growpop img {
    position: absolute;
    top: 20px;
}

.nav-growpop a.prev img {
    right: 20px;
}

.nav-growpop a.next img {
    left: 20px;
    width: 100px;
}

.nav-growpop .img_wrapper {
    position: absolute;
    opacity: 1;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    padding: 0;
    background-size: cover;
    background-color: yellow;
}

.nav-growpop a:hover .icon-wrap {
    border-top-width: 40px;
    border-bottom-width: 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-growpop a:hover div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
}

@media screen and (max-width: 520px) {
    .nav-slide a.prev,
    .nav-reveal a.prev,
    .nav-doubleflip a.prev,
    .nav-fillslide a.prev,
    .nav-growpop a.prev {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    .nav-slide a.next,
    .nav-reveal a.next,
    .nav-doubleflip a.next,
    .nav-fillslide a.next,
    .nav-growpop a.next {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    .nav-slide a,
    .nav-reveal a,
    .nav-doubleflip a,
    .nav-fillslide a {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    .nav-growpop a {
        -webkit-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6);
    }
}


/*  CALCULATOR MODULE   /////////////////////////////////////////////////////////////////////////////*/

#pricecalculator_popup {
    width: 80vw;
    height: 80vh;
    max-width: 900px;
    border: 0px solid #eee;
}

#pricecalculatorWrapper,
#pricecalculatorForm {
    width: 100%;
}

#pricecalculator_popup form,
#pricecalculator_popup fieldset {
    width: 100%;
    border: 0px solid #eee;
    display: inline-block;
}

#closepricecalculator_popup {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: fixed;
    left: calc(10vw-900px);
    top: 5vh;
    background-image: url("../images/webshop_icons/close.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}

.PriceStep {
    font-size: 2em;
    text-align: center;
}

.PriceStepTxt1 {
    text-align: center;
    padding: 2em;
    font-size: 1.2em;
}

.PriceStepTxt2 {
    padding: 2em;
    font-size: 1.2em;
}

#pricecalc_price_wrapper,
#submit_wrapper {
    width: 100%;
    float: right;
}

#pricecalc_price_wrapper {
    font-size: 2em;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
}

#pricecalc_mid {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 10px 0;
}

#pricecalculatorForm .submit {
    font-size: 2em;
    border: none;
    padding: 10px;
    margin: auto;
    text-align: center;
    left: 0;
    /*! background: red */
}

.selector_select {
    width: 100%;
}

#afmeting {
    font-size: 2em;
    text-align: center;
}

#afmeting label {
    display: inline-block;
}

#afmeting input {
    margin: auto;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #bbb;
    width: 60px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

#colorstep_wrapper {
    display: none;
    width: 100%;
}

#color_wrapper,
#colordetail_wrapper {
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 10px;
}

#pricecalculatorForm select {
    /*! display: none; */
    display: none;
}

#dataTitel,
#dataDetailsTitel {
    display: none;
}

.colorbutton {
    width: 100%;
    display: inline-block;
}

.fbsquare {
    width: 6px;
    height: 6px;
    display: inline-block;
    float: left;
    border: 1px solid #bbb;
    margin-top: 6px;
}

#colors {
    width: 100%;
    position: relative;
    padding: 10px;
}

#colors img {
    width: 100%;
    max-width: 200px;
    /*
	width:auto;
	max-height: 60px;
	*/
}

.colorbutton .button {
    font-family: "28vsregular";
    font-weight: normal;
    font-size: 0.8em;
    padding: 0.5em 0.5em;
    background: transparent;
    color: #999;
    border: none;
    cursor: pointer;
    text-align: left;
    width: calc(100%-20px);
    float: left;
    margin: 0px;
    border: 0px;
    display: inline-block;
}

.colorbutton:hover {
    border-bottom: 1px solid #eee;
}

.colorbutton .button:hover {
    color: #000;
}

.colorbutton .is-checked {
    color: #000;
}

#colorDetails {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
}

.colorDetailbutton {
    width: 15%;
    float: left;
    position: relative;
    margin-right: 10px;
}

#colorDetails img {
    width: 100%;
}

#uitvoeringstep_wrapper {
    display: none;
}

#uitvoeringuitleg {
    margin-bottom: 2em;
    padding: 10px 0;
}

.stepcontent_titel {
    font-size: 2em;
    margin: 10px 0;
}

#TEMPINFO {
    width: 100%;
    display: inline-block;
    display: none;
}

.Quantitywrapper {
    display: none;
}

#pricecalculatorFormResult_Message,
#pricecalculatorFormResult_Top {
    display: none;
}


/*    /////////////////////////////////////////////////////////////////////////////*/


/*//////////////SEARCH   */


/* #searchresult_boxscroll {
    overflow: hidden;
    padding-bottom: 2em;
    border: 0px solid #f00;
    width: 75vw;
    height: 100%;
    position: fixed !important;
    left: 25vw;
    top: 0vh;
    background: #fff;
    display: none;
}

#search {
    display: inline-block;
    top: 0em;
    padding: 1em;
    left: 20vw;
    pointer-events: none;
    display: none !important;
}

#search label {
    display: none;
}

#search input[type="text"] {
    width: 100px;
    height: 3.5em;
    line-height: 2em;
    margin-left: 85px;
    margin-right: 15px;
    padding: 0 25px 0 0.4em;
    border: 0px solid #000;
    position: fixed;
    right: 0px;
    top: 1.5em;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-color: #fff;
    background-image: url("../images/svg/search.svg");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 80px center;
    pointer-events: all !important;
    z-index: 10 !important;
    text-align: right;
}

#search input[type="text"]:focus {
    width: 60%;
    left: 25%;
    padding: 0 0.5em 0 25px;
    margin-right: 10%;
    background-position: center left;
    border: 0px solid #000;
    outline: none;
    text-align: left;
}

#close_search {
    width: 20px;
    height: 20px;
    position: fixed;
    display: none;
    right: 15px;
    top: 3em;
    border: 0px solid #000;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-color: #fff;
    background-image: url("../images/webshop_icons/close.svg");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center right;
    pointer-events: all !important;
    z-index: 0 !important;
}

#close_search:hover {
    cursor: pointer;
}



#search .ui-helper-hidden-accessible {
    position: absolute;
    text-align: left;
    left: 35px;
    font-size: 0.6em;
    bottom: 0.2em;
}

#searchresultHolder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
}

#searchresultwrapper {
    width: 75vw;
    height: 100%;
    padding: 0em;
    border: 0px solid #000;
    z-index: 100000;
} */


/*
  #searchresultwrapper ul{
	width: 100% !important;
  padding: 5em 2em 1em 2em  !important;
	display: block !important;
	background: #fff;
}


*/

#resultatenTitel {
    padding-top: 1em;
}

#resultaten {
    position: relative;
    overflow: scroll;
}

#resultaten ul {
    background: #fff !important;
    height: auto !important;
    display: inline-block;
    margin-left: 12.5vw !important;
    padding: 2em 0 !important;
}

#resultaten li {
    pointer-events: all !important;
    width: 100% !important;
    display: inline-block;
    height: 100%;
    padding: 1em 2em;
}

#resultaten span {
    padding: 2em 1em 1em 1em;
    display: inline-block;
    width: 100%;
}

#resultaten .searchcat_end {
    height: 30vh;
    opacity: 0;
}

#resultaten li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 1em 2em;
}


/*//////////////   */


/*//////////////PRELOADER   */

#preloader_overlay {
    position: fixed;
    z-index: 199999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    background-image: url("../images/logo/logo.png");
    background-repeat: no-repeat;
    background-size: 70px auto;
    background-position: center 30vh;
    transition: 1s 0.4s;
}

#progress {
    height: 1px;
    background: #999;
    position: absolute;
    width: 0;
    top: 50%;
    left: 25%;
    transition: 1s;
}

#progstat {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 25vw;
    margin-top: -40px;
    width: 50vw;
    text-align: center;
    color: #999;
}


/*//////////////SHARE   */

#share {
    position: fixed;
    right: 1.4em;
    z-index: 10;
    bottom: 1.2em;
    width: auto;
    display: inline-block;
    display: none !important;
}

#shareButtonLabel {
    color: #000 !important;
    font-size: 5pt;
    text-transform: uppercase;
    letter-spacing: 0;
}

#share a {
    color: #999;
}


/*//////////////TAAL   */

#taalwrapper {
    position: relative;
    width: 100%;
    padding-top: 0.5em;
    display: inline-block;
    /*! right:5px; */
    /*! top:5px; */
    /*! display:none; */
}

.taalknop {
    float: left;
    display: inline-block;
    background: transparent;
    padding: 2px 4px;
    margin-left: 5px;
}

.taalknop:hover {
    background: #eee;
    color: #000;
}

.taalknop a {
    font-size: 0.8em;
    text-decoration: none;
    padding-right: 0.2em;
}

.taalknop.current a {
    text-decoration: line-through;
}

.selectholder {
    width: 100%;
    display: inline-block;
    margin: 0px;
    left: 0px;
    margin-left: 0px;
    padding: 0px;
    box-sizing: padding-box;
}

.styled-select {
    width: 30px;
    height: 17px;
    overflow: hidden;
    background: url("../images/arrows/select_down.png") no-repeat 20px #dfd6c7;
    background-size: 5px 5px;
    border: 0px solid #bbb;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.styled-select :focus {
    border: none;
}

.styled-select :-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.styled-select select {
    background-color: transparent;
    width: 30px;
    padding: 0px;
    padding-left: 2px;
    font-size: 0.7em;
    line-height: 0.7em;
    border: 0;
    border-radius: 0;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    cursor: pointer;
    text-align: left;
}

.styled-select select option:focus {
    border: none;
    background-color: red;
}

.styled-select option:hover {
    border: none;
    background-color: red;
}

.styled-select select:target {
    background-color: red;
}


/*//////////////PRELOADER   */


/*
#StoreMenuWrapper{
 width: 100vw; 
	float:right;
	text-align: right;
	width: 100%;
  display: inline-block;
	padding:5px 10px;
	
}
*/


/*//////////////TAAL MANAGER   */

#confirmlanguage_manager {
    width: 100%;
    min-width: 100vw;
    height: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

#confirmlanguage_manager {
    background-image: url(../images/logo/logoSpacer.png);
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: center 5%;
    margin-top: -12px;
    margin-left: -10px;
}

.confirmlanguage_manager_txt_wrapper {
    position: relative;
    display: inline-block;
    margin-top: 10%;
    font-size: 1em;
}

.confirmlanguage_manager_txt_wrapper #confirmlanguage_manager_tit {
    font-size: 2em;
    font-family: "Cormorant Garamond";
    padding: 1em;
}

.confirmlanguage_manager_btn_wrapper {
    margin-top: 2.5%;
    width: 60%;
    margin-left: 20%;
}

.confirmlanguage_manager_btn_wrapper .confirmlanguage_btn {
    width: 50%;
    float: left;
}

#confirmlanguage_manager a {
    font-family: "Prata";
    font-size: 1.2em;
    text-transform: capitalize;
    margin: 2em 5%;
    padding: 1em 2em;
    display: inline-block;
    width: auto;
    color: #999;
    border: 1px solid #999;
    width: 80%;
}

#confirmlanguage_manager a:hover {
    text-decoration: none;
    border: 1px solid #666;
    color: #666;
}

#StoreMenuWrapper a {
    font-size: 1em;
    text-decoration: none;
}

#kassaWrapper {
    /*float:right;*/
    display: block;
    padding: 20px 0px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 500000000;
    width: auto;
}

#login_frame,
#logout_frame {
    /*! float:left; */
    font-size: 0.75em;
    text-align: left;
    /*! width: 100px; */
    float: right;
}


/* 
#StoreMenuWrapper {
    
	float: right;
	width: 20vw;
	
} */

.logtit {
    margin-right: 0.8em;
}

#login_frame a,
#logout_frame a {
    text-decoration: none;
    font-weight: normal !important;
}

#StoreMenuWrapper a:hover,
#kassa a:hover,
#login_frame a:hover,
#logout_frame a:hover,
.yourcart:hover {
    text-decoration: underline;
}


/*
#kassa a {
    text-decoration: none;
    font-weight: normal !important;
}

.kassaknop {
    margin-right: 1em;
    display: block;
    width: 100%;
}

#kassa_rekenaf {
    display: inline-block;
}

.yourcart {
    float: left;
    margin-right: 1em;
}

.cartcounter {
    float: left;
    margin-top: -0.4em;
    color: #fff;
    background: #000;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    padding: 0.4em;
    text-align: center;
}
*/


/*//////////////   */


/*/
#kader{
	width:100vw;
	height: 100vh;
	position: fixed;
	border:1px solid #dfd6c7;
	overflow: hidden
}
*/


/*//////////////   */


/* BOOTBOX //////////////   */


/* 
.bootbox.modal {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
}

.bootbox-close-button.close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-dialog {
    width: 60%;
    max-height: 50vh;
    left: 50%;
    top: 30%;
    margin: auto;
    display: inline-block;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.modal-title {
    font-family: "Prata", serif;
    font-size: 1.5em;
}

.modal-dialog .modal-content {
    background: #4d6aa8;
    color: #fff;
    padding: 2em;
    text-align: center;
    padding-top: 45px;
}

.modal-dialog .modal-content img {
    display: inline-block;
    max-width: 100%;
    max-height: 50vh;
}

.alertMaW .modal-body .bootbox-body {
    font-size: 1em;
    padding: 1em 2em;
}

.alertMaW .bootbox-body button.bootbox_qtyPlus,
.alertMaW .bootbox-body button.bootbox_qtyMin {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    text-align: right;
    font-family: inherit;
    border: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 0.5;
    background-color: #fff;
}

.alertMaW .bootbox-body button.bootbox_qtyMin:hover {
    opacity: 1
}

.alertMaW .bootbox-body button.bootbox_qtyPlus {
    background-image: url(../images/icons/plus.svg);
}

.alertMaW .bootbox-body button.bootbox_qtyMin {
    background-image: url(../images/icons/minus.svg);
}

.alertMaW .modal-footer {
    border-top: 0px solid rgba(255, 255, 255, 0.2) !important;

    position: relative;
    width: auto;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.alertMaW .modal-footer {
    border-top: 0px solid rgba(255, 255, 255, 0.2) !important;
    left: 60%;
    transform: translateX(-30%);
    position: relative;
    width: 80%;
}

.alertMaW .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.alertMaW button {
    font-family: inherit;
    border: none;
    padding: 1em;
    margin: 1em;
    border: 0 solid #4d6aa8;
}

.alertMaW button:hover {
    border: none;
}



.alertMaW .bootbox-accept {
    background: #fff;
    border-color: #4d6aa8;
    color: #999;
}

.alertMaW .bootbox-accept:focus {
    transition: none;
    border: none;
}

.alertMaW .bootbox-accept:hover {
    border-color: #fff;
    color: #000;
} */

.loginAvailable {
    padding: 1em;
    font-size: 1.3em;
}

#loginfirst {
    text-decoration: none;
}

#loginfirst h8 {
    font-family: "Cormorant Garamond";
}

#loginfirst p {
    padding: 3px 0;
    line-height: normal;
    margin: auto;
    text-transform: none;
}

#loginfirst button {
    margin-top: 1em;
    font-size: 0.7em;
}


/* POP UP //////////////   */

#opennewsletter {
    transform: scale(0.8);
    /*background-color:#eee;*/
    width: 100vw;
    height: 100vh;
}

.popup_visible #opennewsletter {
    transform: scale(1);
}

#closenewsletter {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: fixed;
    right: 10px;
    top: 10px;
    background-image: url("../images/webshop_icons/close.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}


/*//////////////   */


/* SHARE //////////////   */

.shareWrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 10px !important;
    z-index: 0 !important;
    float: none;
}

.shareWrapper h4 {
    font-size: 1.4em;
    font-weight: 100;
}

.shareWrapper p {
    /*! padding:.8em 1em; */
    padding: 0.2em 0;
    font-size: 0.8em;
}

.shareWrapper .jssocials a {
    padding: 0;
    margin: 0;
}

.shareWrapper .jssocials .jssocials-share {
    width: auto;
}

img.jssocials-share-logo {
    height: 0.6em;
    padding: 0.05em 0.15em;
}


/*//////////////   */

.hor {
    background-size: 100% auto;
}

.ver {
    background-size: auto 100%;
}


/*//////////////   */


/*
.main_streep{
	max-width: 100px;
	margin:auto;
	margin-bottom:1.5em;
	border: 1px solid #bbb;
}


.main_streep_general {
    width: 120px;
    margin: 2em auto 3em auto;
    border-color: #999;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    padding: 0;
}

.main_streep {
    width: 80px;
    margin: auto;
    border-color: #eee;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin-bottom: 1em;
}

.form_toptekst {
    width: 80%;
    margin: auto;
    max-width: 500px;
    margin-bottom: 2em;
}

#logo {
    width: auto;
}

#logo img {
    margin-bottom: 20px;
    width: 70px;
    display: inline-block;
}

hr.line {
    border: solid #666666;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    width: 70px;
    text-align: center;
    margin-left: calc(50vw - 35px);
    margin-bottom: 2em;
}

#contentholder #contenttext {
    line-height: 1.4em;
}

#contentholder .maintitle {
    margin-top: 15vh;
    font-size: 1.1em;
}

.dark-wrapper {
    padding: 3% 5%;
}

.container-inner {
    padding: 3% 5%;
    text-align: justify;
}

.logospacer {
    margin-top: 10vh;
    display: block;
    height: 10vh;
    background-color: #fff;
    background-image: url("../images/logo/logoSpacer.png");
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center center;
}
*/


/* ACCOUNT MAP//////////////   */

#openingtext-wrapper {
    margin-top: 15vh;
}


/*//////////////   */


/* CART   //////////////   */


/* #cart_wrapper {
    background: #fff;
    margin-top: 10vh;
    margin-bottom: 10vh;
    display: none;
    min-height: 90vh;
}

#shopping-cart {
    display: inline-block;
    position: relative;
    margin-top: 10vh;
} */


/* //////////////////////////////////////////////////////////////////////// */