@font-face {
  font-family: 'KarollRound';
  src: url('./fonts/Karoll-BoldRound.eot'); /* IE9 Compat Modes */
  src: url('./fonts/Karoll-BoldRound.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/Karoll-BoldRound.woff') format('woff'), /* Modern Browsers */
  url('./fonts/Karoll-BoldRound.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/Karoll-BoldRound.svg#Karoll-BoldRound') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'KarollLightRound';
  src: url('./fonts/Karoll-LightRound.eot'); /* IE9 Compat Modes */
  src: url('./fonts/Karoll-LightRound.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/Karoll-LightRound.woff') format('woff'), /* Modern Browsers */
  url('./fonts/Karoll-LightRound.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/Karoll-LightRound.svg#Karoll-LightRound') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'KarollRound';
  src: url('./fonts/Karoll-Round.eot'); /* IE9 Compat Modes */
  src: url('./fonts/Karoll-Round.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/Karoll-Round.woff') format('woff'), /* Modern Browsers */
  url('./fonts/Karoll-Round.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/Karoll-Round.svg#Karoll-Round') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'salveregular';
  src: url('./fonts/salve-webfont.woff2') format('woff2'),
  url('./fonts/salve-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'impressionist';
  src: url('./fonts/theimpressionist.woff2') format('woff2'),
  url('./fonts/theimpressionist.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'KarollLightRound', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6em;
  color: #000;
  background-color: #FFF;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}

.salve{
  font-family: "salveregular";
  font-weight: normal;
}
.impressionist{
  font-family: "impressionist";
  font-weight: normal;
}

.relative{
  position: relative;
}

div.container{
  width: 100%;
}
div.col{
  box-sizing: border-box;
  position: relative;
}
div.col.col-1{
  width: 8.333%;
}
div.col.col-2{
  width: 16.667%;
}
div.col.col-3{
  width: 25%;
}
div.col.col-4{
  width: 33.333%;
}
div.col.col-5{
  width: 41.667%;
}
div.col.col-6{
  width: 50%;
}
div.col.col-7{
  width: 58.333%;
}
div.col.col-8{
  width: 66.667%;
}
div.col.col-9{
  width: 66.667%;
}
div.col.col-10{
  width: 83.333%;
}
div.col.col-11{
  width: 91.667%;
}
div.col.col-12{
  width: 100%;
}
@media screen and (max-width: 1500px) {
  div.col.col-lg-0{
    display: none;
  }
  div.col.col-lg-1{
    width: 8.333%;
  }
  div.col.col-lg-2{
    width: 16.667%;
  }
  div.col.col-lg-3{
    width: 25%;
  }
  div.col.col-lg-4{
    width: 33.333%;
  }
  div.col.col-lg-5{
    width: 41.667%;
  }
  div.col.col-lg-6{
    width: 50%;
  }
  div.col.col-lg-7{
    width: 58.333%;
  }
  div.col.col-lg-8{
    width: 66.667%;
  }
  div.col.col-lg-9{
    width: 66.667%;
  }
  div.col.col-lg-10{
    width: 83.333%;
  }
  div.col.col-lg-11{
    width: 91.667%;
  }
  div.col.col-lg-12{
    width: 100%;
  }
}
@media screen and (max-width: 1239px) {
  div.col.col-md-0{
    display: none;
  }
  div.col.col-md-1{
    width: 8.333%;
  }
  div.col.col-md-2{
    width: 16.667%;
  }
  div.col.col-md-3{
    width: 25%;
  }
  div.col.col-md-4{
    width: 33.333%;
  }
  div.col.col-md-5{
    width: 41.667%;
  }
  div.col.col-md-6{
    width: 50%;
  }
  div.col.col-md-7{
    width: 58.333%;
  }
  div.col.col-md-8{
    width: 66.667%;
  }
  div.col.col-md-9{
    width: 66.667%;
  }
  div.col.col-md-10{
    width: 83.333%;
  }
  div.col.col-md-11{
    width: 91.667%;
  }
  div.col.col-md-12{
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  div.col.col-sm-0{
    display: none;
  }
  div.col.col-sm-1{
    width: 8.333%;
  }
  div.col.col-sm-2{
    width: 16.667%;
  }
  div.col.col-sm-3{
    width: 25%;
  }
  div.col.col-sm-4{
    width: 33.333%;
  }
  div.col.col-sm-5{
    width: 41.667%;
  }
  div.col.col-sm-6{
    width: 50%;
  }
  div.col.col-sm-7{
    width: 58.333%;
  }
  div.col.col-sm-8{
    width: 66.667%;
  }
  div.col.col-sm-9{
    width: 66.667%;
  }
  div.col.col-sm-10{
    width: 83.333%;
  }
  div.col.col-sm-11{
    width: 91.667%;
  }
  div.col.col-sm-12{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div.col.col-xs-0{
    display: none;
  }
  div.col.col-xs-1{
    width: 8.333%;
  }
  div.col.col-xs-2{
    width: 16.667%;
  }
  div.col.col-xs-3{
    width: 25%;
  }
  div.col.col-xs-4{
    width: 33.333%;
  }
  div.col.col-xs-5{
    width: 41.667%;
  }
  div.col.col-xs-6{
    width: 50%;
  }
  div.col.col-xs-7{
    width: 58.333%;
  }
  div.col.col-xs-8{
    width: 66.667%;
  }
  div.col.col-xs-9{
    width: 66.667%;
  }
  div.col.col-xs-10{
    width: 83.333%;
  }
  div.col.col-xs-11{
    width: 91.667%;
  }
  div.col.col-xs-12{
    width: 100%;
  }
}

.halfColPaddingLeft{
  padding-left: 4%;
}
.halfColPaddingRight{
  padding-right: 4%;
}

.negLeft{
  margin-left: -80px;
}
.overlapCol,
.overlapCol2{
  position: relative;
  z-index: 2;
  width: 110%;
}
.overlapCol2{
  width: 150%;
}

.paddingAll {
  padding: 80px;
  box-sizing: border-box;
}
.paddingTop {
  padding-top: 80px;
}
.paddingBottom {
  padding-bottom: 80px;
}
.paddingLeft {
  padding-left: 80px;
}
.paddingRight {
  padding-right: 80px;
}
.paddingTopHeader,
.paddingTopDouble {
  padding-top: 160px;
}
.paddingBottomDouble {
  padding-bottom: 160px;
}
.paddingRightDouble {
  padding-right: 160px;
}
.paddingAllHalf {
  padding: 40px;
}
.paddingTopHalf {
  padding-top: 40px;
}
.paddingBottomHalf {
  padding-bottom: 40px;
}
.paddingLeftHalf {
  padding-left: 40px;
}
.paddingRightHalf{
  padding-right: 40px;
}

.marginTopHalf {
  margin-top: 40px;
}
.marginLeftHalf {
  margin-left: 40px;
}




.text-center{
  text-align: center;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}

.textColumns{
  column-count: 2;
  column-gap: 40px;
}
.d-block{
  display: block;
}
.flex{
  display: flex;
  align-items: flex-start;
}
.justify-space-between{
  justify-content: space-between;
}
.justify-space-around{
  justify-content: space-around;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-end{
  justify-content: flex-end;
}
.align-stretch{
  align-items: stretch;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}

.align-content-between{
  align-content: space-between;
}
.align-content-end{
  align-content: flex-end;
}
.flex-wrap{
  flex-wrap: wrap;
}
.h100{
  height: 100%;
}
.h80{
  height: 80%;
}
.z100{
  z-index: 100;
  position: relative;
}

img.imageFit,
img.imageContain{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
img.imageContain{
    object-fit: contain;
}
.bg1{
  background-color: rgb(239,236,233);
}
.bg2{
  background-color: rgb(247,245,242);
}
.bg3,
.bgVideo{
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg3.dark{
  background-image: url('../images/bg-dark.jpg');
  color: #FFF;
}
.bgVideo{
  background-image: url('../images/bg-video.jpg');
}
.bg4{
  background-color: rgb(61,58,53);
  color: #FFF;
}

.beige-text{
  color: rgb(203,192,171);
}
a.hover-underline:hover{
  text-decoration: underline;
}

.ovalButton{
  display: inline-block;
  background-image: url('../images/button-black.svg');
  width: 266px;
  height: 84px;
  line-height: 84px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'KarollRound', serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.ovalButton.small{
  width: 200px;
  height: 63px;
  line-height: 63px;
  font-size: 0.7em;
}
.ovalButton:hover{
  background-image: url('../images/button-brown.svg');
}
.ovalButton.invert{
  background-image: url('../images/button-brown.svg');
}
.ovalButton.invert:hover{
  background-image: url('../images/button-gray.svg');
}


h1, .h1{
  font-size: 1.3em;
  line-height: 1.5em;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2, .h2{
  font-size: 2.5em;
  line-height: 1.3em;
  text-transform: none;
}
h2 .impressionist, .h2 .impressionist{
  font-size: 0.8em;
  line-height: 1.3em;
}

h3, .h3{
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'KarollLightRound', serif;
  font-weight: 700;
  letter-spacing: 1px;
}
a.h3{
  font-family: 'KarollRound', serif;
}

h3.small, .h3.small{
  font-size: 0.8em;
}
h4, .h4{
  font-weight: normal;
  color: rgb(144,130,110);
  font-size: 1.2em;
}
strong{
  font-size: 0.8em;
  font-family: 'KarollRound', serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.withLine{
  display: inline-block;
  position: relative;
}
.withLine:after{
  content: "";
  width: 50px;
  height: 5px;
  background-image: url('../images/line.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -65px;
  top: 30px;
}
div.block .titleIcon{
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 50px;
}
div.block .titleIcon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center center;
}

article ul,
article ol{
  padding-left: 20px;
}

.maxWidth{
  width: 1675px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1775px) {
  .maxWidth{
    width: 1400px;
  }
}



article div.blockType3 ul{
  padding-left: 60px;
}


/*      HEADER & MENU      */
header{
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 10;
}
div.menuButton{
  background-color: rgb(229,226,222);
  width: 60px;
  height: 60px;
  background-image: url('../images/menu.svg');
  background-size: 50% auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.menuButton:hover{
  background-color: rgb(219,216,212);
}
header a.logoHolder{
  width: 170px;
  display: block;
  margin-left: 50px;
}
header div.menuHolder a.logoHolder{
  position: absolute;
  left: 110px;
  z-index: 99;
}
header a.logoHolder img{
  display: block;
  width: 100%;
}
div.block.blockType1 img.getTogether,
header div.menuHolder img.getTogether{
  position: absolute;
  left: 75px;
  width: 10px;
  bottom: 80px;
}
img.close{
  display: inline-block;
  width: 40px;
  margin-top: 10px;
  cursor: pointer;
}


div.menuHolder{
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  padding: 50px;
  width: 100%;
  height: 100%;
}
div.menuHolder nav{
  position: relative;
}
div.menuHolder nav>ul{
}
div.menuHolder nav ul li{
  position: relative;
  list-style-type: none;
  display: block;
  cursor: pointer;
  margin: 0px;
  line-height: 1em;
  font-size: 2em;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  position: relative;
  line-height: 1em;
}
div.menuHolder nav ul li a:hover{
  color: #7a5f4a;
}

/*div.menuHolder nav ul li:first-child {*/
  /*display: none*/
/*}*/
/*div.menuHolder nav ul li ul li:first-child {*/
  /*display: block;*/
/*}*/
div.menuHolder nav ul li ul{
  padding-top: 70px;
  padding-bottom: 20px;
}
div.menuHolder nav ul li ul:before{
  content: "";
  width: 3px;
  height: 40px;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: url('../images/line-vert.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
div.menuHolder nav ul li ul li{
  font-size: 0.5em;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 14px;
}

div.menuHolder .flex.bottom{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
div.menuHolder div.socialLinks a,
div.blockContact a.social,
footer a.social{
  margin-left: 20px;
  margin-right: 20px;
}
div.blockContact a.social,
div.menuHolder div.socialLinks a{
  font-size: 0.8em;
}

/*      BLOCKS      */
div.block img{
  display: block;
  width: 100%;
}

div.block img.divider-vert{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 45px;
}
.blockType3 img.divider{
  display: block;
  width: 160px;
}

div.quote{
  font-style: italic;
  font-size: 1.45em;
  line-height: 1.4em;
}
div.author{
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'KarollRound', serif;
  font-weight: 700;
  letter-spacing: 1px;
}
div.author img{
  width: 30px;
  margin-right: 15px;
}

.blockType5 div.mozaicHolder{
  column-count: 2;
  column-gap: 40px;
}
.blockType5 div.mozaicHolder div{
  margin-bottom: 40px;
  height: 30%;
  break-inside: avoid;
}
.blockType5 div.mozaicHolder img{
  display: block;
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.blockType5 div.mozaicHolder img:first-child,
.blockType5 div.mozaicHolder img:nth-child(3){
  margin-bottom: 40px;
}
.blockType5 div.mozaicHolder img:first-child,
.blockType5 div.mozaicHolder img:nth-child(4){
  height: 400px;
}
.bg4 .pill{
  background-color: rgb(29,26,20);
  border-radius: 600px;
}
.pill h2{
  line-height: 1.1em;
}
.pill.paddingAll{
  padding: 16%;
}

.flatHeader{
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center center;
}

/*      HOME      */
.blockVideo .blockText h2{
  font-size: 4.8em;
  line-height: 1em;
  margin-bottom: 70px;
  white-space: nowrap;
}
.blockVideo .blockText h1{
  line-height: 2em;
}
.videoBG{
  width: 100%;
  height: 0px;
  padding-top: 150%;
  position: relative;
}
.videoBG video{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.occasion{
  width: 42%;
}
.occasion h2{
  font-size: 1.7em;
  line-height: 1em;
  margin-bottom: 20px;
}
.occasion a {
  margin-top: 20px;
  margin-left: -15px;
}

/*      TARIEVEN      */
div.tableHead strong,
div.tableRow p{
  display: block;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
div.tableHead strong br{
  display: none;
}
.tableDivider{
  margin-bottom: 15px;
  height: 5px;
}
div.tableRow p{
  border-bottom: solid 1px #999;
  border-left: solid 1px #999;
}
div.tableRow p:first-child{
  border-left: none;
}
div.catering{
  width: 30%;
  border: solid 1px #000;
}
div.catering h3 {
  margin-top: 30px;
}
div.catering img.divider {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
div.catering ul {
  list-style: none;
}
div.catering ul{
  padding-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
}
div.catering div{
  padding: 30px;
  margin-bottom: 2px;
}
div.catering p{
  padding-left: 30px;
  padding-right: 30px;
  color: rgb(144,130,110);
}

/*      GALLERY     */
div.blockGallery div.col{
  height: 0px;
  padding-top: 20%;
  position: relative;
}
div.blockGallery div.col .slideHolder{
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  overflow: hidden;
}
div.blockGallery div.col .slide{
  display: block;
  height: 140%;
  width: 140%;
  position: absolute;
  left: -20%;
  top: -20%;
  opacity: 0;
}
div.blockGallery div.col .slideHolder:first-child .slide{
  opacity: 1;
}


/*      CONTACT    */
.block img.sandra-sommen{
  margin-right: -50px;
  width: 200px;
}

div.blockContact .impressionist{
  font-size: 2em;
  transform: rotate(-12deg);
}
div.googleMaps{
  width: 100%;
  height: 0px;
  padding-top: 30%;
  display: block;
  position: relative;
}
div.googleMaps div#map{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}


/*      OFFERTE    */
div.quotation .impressionist{
  font-size: 0.8em;
  padding-top: 20px;
  letter-spacing: 0px;
}
div.contactForm{
}
label {
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
  margin-bottom: 25px;
}
label span {
  text-transform: none;
}
input.inputText, select.inputSelect, input.inputSelect{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background: none;
  color: rgb(144,130,110);
  background-color: transparent;
  height: 30px;
  font-family: 'KarollLightRound', serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 30px;
  margin-bottom: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  border-bottom: solid 1px #000;
  text-align: left;
  letter-spacing: 1px;
}
select.inputSelect, input.inputSelect {
  border: solid 1px #000;
}
input.inputSelect.hidden{
  display: none;
}
textarea.inputArea{
  display: block;
  position: relative;
  background: none;
  border: none;
  color: rgb(144,130,110);
  background-color: transparent;
  height: 120px;
  font-family: 'KarollLightRound', serif;
  font-weight: 400;
  font-size: 1em;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  border: solid 1px #000;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
input.inputText.error, input.inputSelect.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #d67260;
  color: #FFF;
}
input.inputText::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #000;
  text-transform: uppercase;
  font-size: 0.8em;
}
input.inputText::-moz-placeholder{ /* Firefox 19+ */
  color: #000;
  text-transform: uppercase;
  font-size: 0.8em;
}
input.inputText:-ms-input-placeholder{ /* IE 10+ */
  color: #000;
  text-transform: uppercase;
  font-size: 0.8em;
}
input.inputText:-moz-placeholder{ /* Firefox 18- */
  color: #000;
  text-transform: uppercase;
  font-size: 0.8em;
}
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: rgb(144,130,110);
}
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: rgb(144,130,110);
}
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: rgb(144,130,110);
}
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: rgb(144,130,110);
}
input.inputText.error::-webkit-input-placeholder,
input.inputSelect.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
input.inputSelect.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
input.inputSelect.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
input.inputSelect.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


input.ovalButton{
  -webkit-appearance: none;
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: 'KarollRound', serif;
  color: #000;
}

div.checkBoxHolder{margin-top: 10px;margin-bottom:30px;color:#000;}
div.checkBoxHolder input{display:none;}
div.checkBoxHolder span.title{display:inline-block;line-height:20px;padding-right:20px;}
div.checkBoxHolder div.checkBox{position:relative;display:inline-block;line-height:20px;padding-right:20px;cursor:pointer;}
div.checkBoxHolder div.checkBox.forced{cursor:default;}
div.checkBoxHolder.error, div.checkBoxHolder.error span.radioTitle{color:#000;}
div.checkBoxHolder div.checkBox div.box{width:20px;height:20px;border-radius:0px;text-align:center;line-height:20px;position:absolute;border: solid 1px #000;box-sizing: border-box}
div.checkBoxHolder div.checkBox div.box span{color:rgb(144,130,110);padding-left:0px;display:none;}
div.checkBoxHolder.small div.checkBox span{font-size: 0.8em;}
div.checkBoxHolder div.checkBox div.box span.active{display:inline;}
div.checkBoxHolder div.checkBox span{padding-left:28px;display:inline-block;}


/*      FOOTER      */
footer{
}
div.footerCol{
  width: 20%;
  box-sizing: border-box;
}
div.footerCol nav ul{
  list-style: none;
}
div.footerCol:nth-child(1) img{
  display: block;
  width: 110px;
  margin-bottom: 15px;
}
div.block img.logoIcon,
img.logoIcon{
  display: block;
  width: 75px;
}
div.block img.logoIcon,
footer img.logoIcon{
  margin-left: auto;
  margin-right: auto;
}
div.footerCol:nth-child(4){
  width: 40%;
}
div.footerCol a:hover{
  text-decoration: underline;
}
img.footerDivider{
  width: 100%;
}

div.copyright{
  font-size: 0.89em;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  color: rgb(152,151,147);
}
div.copyright p{
  display: inline;
}
div.copyright br:first-of-type{
  display: none;
}
div.copyright a:hover{
  text-decoration: underline;
}