* {
  margin: 0;
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  -ms-boz-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  color: #505050;
  font-size: 20px;
  font-family: 'skolar_cyrillicregular';
}

body {
  overflow-y: visible !important;
  height: 100%;
}

h2 {
  font-size: 26px;
  font-family: 'mobregular';
  font-weight: normal;
  color: #616161;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
  color: #61615e;
}

address {
  margin-bottom: 0;
}

h1.home {
	line-height: 48px;
	margin-top: 0;
	margin-bottom: 30px;
}

	h1.home span {
		border-bottom: 5px #F0D400 solid;
	}

.heading-title {
  font-size: 44px;
  line-height: 40px;
  font-family: 'museo_sans900';
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  border: 2px #000 solid;
  border-left: 0;
  border-right: 0;
  width: auto;
  display: inline-block;
  font-weight: normal;
}

h1.home {
	font-size: 26px;
font-family: 'mobregular';
font-weight: normal;
color: #616161;
}

h2 {
  margin: 0;
  padding: 0;
}

article,
p {
  font-size: 20px;
  color: #616161;
  line-height: 33px;
}

.article-page h2 {
  color: #000;
  font-size: 26px;
  font-family: 'museo_sans900';
  margin: 70px 0 48px;
}

.products-content .heading-title {
  font-size: 44px;
}

.article-page h2:first-child {
  margin-top: 0;
}

.article-page p,
.article-page ul {
  color: #505050;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.article-page ul {
  list-style-image: url(bone.png);
  margin-left: 0;
  padding-left: 25px;
}

.article-page ul > li {
  padding-left: 10px;
}

.article-page h3 {
  display: block;
  border-left: 3px #000 solid;
  padding-left: 11px;
  line-height: 33px;
  color: #505050;
  font-family: 'museo_sans900';
  font-weight: normal;
  font-size: 16px;
}

.main {
  width: 100%;
  background: #fff;
  display: block;
}

.subtitle {
  font-weight: normal;
  font-family: 'museo_sans300';
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 36px;
}

.tbl {
  display: table;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

.entypo {
  font-family: 'entypo';
  font-style: normal;
  font-size: 2em;
  line-height: 14px;
}

.more a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  font-family: 'museo_sans700';
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 22px;
  display: inline-block;
  border: 2px #000 solid;
  color: #000;
  text-decoration: none !important;
  position: relative;
}

.more a:hover,
.more.active a {
  color: #fff;
  background: #000;
}

.more a,
.more a .tbl,
.more a .cell {
  height: 55px;
}

.more.active a,
.more.active a .tbl,
.more.active a .cell {
  height: 50px;
}

.more a .tbl,
.more a .cell {
  width: 100%;
}

.more a .text {
  display: inline-block;
}

.more a .icon {
  position: relative;
  margin-left: 20px;
  line-height: 1px;
  display: none;
}

.more a:hover .icon {
  display: inline-block;
}

.page_one {
  background: #fff url(blocks.png) no-repeat right top;
}

.page_two {
  background: #616161;
  color: #fff;
}

.page_three {
  background: transparent url(doors.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}

.page_four {
  background: #616161;
}

.page-item {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  z-index: 0;
}

.page-item.home {
  display: none;
}

.page_one h2,
.page_three h2,
.page_four h2 {
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #f0d400;
}

.page_one h2 .line {
  border-bottom: 5px #f0d400 solid;
}

.page_four h2 .line {
  border-bottom: 5px white solid;
}

.page_four {
  color: white;
}

.page_one article {
  margin-bottom: 50px;
}

.page_three h2,
.page_three article {
  color: #fff;
}

.blocks > .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blocks .block .icon {
  height: 70px;
  width: 70px;
  float: left;
  display: block;
  background-color: #f0d400;
  background-repeat: no-repeat;
  background-position: center center;
}

.blocks .block .icon-1 {
  background-image: url(icon-1.png);
}

.blocks .block .icon-2 {
  background-image: url(icon-2.png);
}

.blocks .block .icon-3 {
  background-image: url(icon-3.png);
}

.blocks .block .icon-4 {
  background-image: url(icon-4.png);
}

.blocks .block .icon-5 {
  background-image: url(icon-5.png);
}

.blocks .block .icon-6 {
  background-image: url(icon-6.png);
}

.blocks .block .icon-7 {
  background-image: url(icon-7.png);
}

.blocks .block .text {
  margin-left: 100px;
  display: block;
}

.boxes {
  padding-top: 2em;
}

.dark_background {
  background-color: #616161;
  padding: 2rem;
}
.account-icon-container {
  display: flex;
  flex-direction: column;
  max-height: 80px;
}

.account-icon {
  margin-top: 18px;
  margin-left: 20px;
  max-width: 25px;
  max-height: 25px;
}

.account-icon-text{
  color: #f0d400;
}

@media screen and (max-width: 768px) {
  .boxes h2 {
    text-align: left !important;
    margin-top: 10px;
  }
}

.page_two,
.page_two h2,
.page_two article {
  color: #fff;
}

.page_two h2{
  margin-bottom: 40px;
  color: #f0d400;
}

.page_two a{
  color: #f0d400;
}

.page_two h2.margin-bottom {
  margin-bottom: 20px;
}

.page_two h2 .line {
  line-height: 48px;
  padding-bottom: 4px;
  border-bottom: 4px #fff solid;
}

.form-contact {
  margin-top: 20px;
}

.form-contact label {
  font-size: 16px;
}

.form-control {
  border-radius: 0;
  background: #e4e4e4;
  border-color: #c7cdcd;
}

.form-contact label.error {
  font-weight: normal;
  color: red;
}

.form-contact .form-control.error {
  border-color: red;
}

textarea.form-control {
  height: 150px;
}

.styled-button {
  height: 50px;
  line-height: 50px;
  background: #f0d400;
  color: #616161;
  font-size: 20px;
  padding: 0 15px;
  border: 0;
  border-bottom: 2px #d3ba00 solid;
  font-size: 20px;
  font-family: 'skolar_cyrillicbold';
  font-weight: 400;
}

/* Repelsteeltje */

.repelsteeltje {
    display:none;
}

/* End Repelsteeltje */

.contact-map {
  display: block;
  width: 100%;
  overflow: hidden;
}

  .contact-map img {
    width: 100%;
    min-width: 400px;
  }

.contact-data {
  padding-top: 1em;
}

  .contact-data span {
    font-family: 'mobregular';
    font-size: 16px;
  }


.footer {
  float: left;
  width: 100%;
  display: block;
  padding: 46px 0;
  color: #fff;
  background: #616161;
  font-size: 16px;
}

.footer .name {
  font-family: 'mobregular';
  font-size: 12px;
}

.footer .name span.big {
  font-size: 16px;
}

.footer span {
  display: inline-block;
}

.footer .bullet {
  height: 11px;
  width: 11px;
  margin-left: 16px;
  margin-right: 16px;
  background: transparent url(bullet.png) no-repeat center center;
}

.footer .orangetalent {
  float: right;
  background: transparent url(https://ot-assets-eu.orangetalent.net/assets/logo/logo-small-white.svg) no-repeat center center;
  background-size:  100% auto;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  text-transform: none;
  color: #fff;
}

.footer .orangetalent:hover:before {
  right: 55px;
  opacity: 1;
}

.footer .orangetalent:before {
  position: absolute;
  right: -10px;
  top: 0;
  display: block;
  width: 200px;
  text-indent: 0;
  text-align: right;
  color: #fff;
}

.contact-success {
  background: #f0d400;
  color: #333;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 1em;
}

.box-price {
  margin-bottom: 5px !important;
}

.box-price-appendix {
  color: #ccc;
}

.modal h3 {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}

  .modal-body {
    overflow-x: scroll;
  }

  .modal-content {
    border-radius: 0;
  }

  .modal thead {
    font-weight: bold;
  }

  .modal table {
    min-width: 860px;
  }

  thead span {
    font-size: 14px;
    color: #999;
    display: block;
  }

  table .sold {
    color: #f00;
  }

@media screen and (min-width: 993px) {
  .footer .orangetalent {
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-indent: 999999px;
    overflow: hidden;
  }

  .footer .orangetalent:hover:before {
    right: 55px;
    opacity: 1;
  }

  .footer .orangetalent:before {
    content: 'OrangeTalent';
    position: absolute;
    right: -10px;
    top: 0;
    display: block;
    width: 200px;
    text-indent: 0;
    text-align: right;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
}

@media screen and (max-width: 992px) {
  .footer .orangetalent {
    text-indent: -9000px;
    content: '';
    padding-right: 52px;
  }

  .footer .address:last-child {
    clear: both;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page_one {
    background-image: none;
  }
}
