/* #####################################################################################################
   This stylesheet describes standart components, which stay the same when scaling (colors, looks etc)
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
/* landingpage-home styling */

body.landingpage-home #headerWrapper,
body.landingpage-home #globalNavWrapper,
body.landingpage-home #usp,
body.landingpage-home #footerWrapper {
  display: none !important;
}
body.landingpage-home .landingpage {
  max-width: 750px;
  margin: 60px auto;
}
body.landingpage-home .landingpage .landingpage__content {
  position: relative;
  background: white;
  padding: 20px 50px;
  border-bottom: 2px solid #dedede;
}
@media only screen and (max-width: 767px) {
  body.landingpage-home .landingpage .landingpage__content {
    padding: 20px;
  }
}
body.landingpage-home .landingpage .landingpage__content:before,
body.landingpage-home .landingpage .landingpage__content:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #b6b5b0;
  -webkit-box-shadow: 0 15px 10px #b6b5b0;
  -moz-box-shadow: 0 15px 10px #b6b5b0;
  box-shadow: 0 15px 10px #b6b5b0;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
body.landingpage-home .landingpage .landingpage__content:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
body.landingpage-home .landingpage .landingpage__content .landingpage__content__link {
  margin-top: 20px;
  display: block;
  text-align: right;
  padding: 5px 0;
}
body.landingpage-home .landingpage .landingpage__content img {
  width: 100%;
  height: auto;
}
body.landingpage-home .landingpage .landingpage__content__progress {
  width: 100%;
  height: 2px;
  overflow: hidden;
  position: relative;
  background: #dedede;
  margin-top: -2px;
}
body.landingpage-home .landingpage .landingpage__content__progress:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dedede;
  animation-name: progress_anim;
  animation-duration: 25s;
  animation-timing-function: ease-in;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  -webkit-animation-name: progress_anim;
  -webkit-animation-duration: 25s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
}
body.landingpage-home .landingpage .landingpage__footer {
  padding: 20px;
}
body.landingpage-home .landingpage .landingpage__footer #footerlogo img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
body.landingpage-home .landingpage .landingpage__footer__info {
  padding-top: 20px;
  font-size: 10px;
  text-align: center;
}
#pageContainer {
  padding: 167px 0 0 0;
}
@media only screen and (min-width : 768px) {
  #pageContainer {
    padding: 190px 0 0 0;
  }
}
@media only screen and (min-width : 1024px) {
  #pageContainer {
    padding: 215px 0 0 0;
  }
}
.contentPage #pageContainer,
.productset.overviewPage #pageContainer,
.productSetDetail #pageContainer,
.faqs.overviewPage #pageContainer {
  padding: 175px 0 0 0;
}
@media only screen and (min-width : 768px) {
  .contentPage #pageContainer,
  .productset.overviewPage #pageContainer,
  .productSetDetail #pageContainer,
  .faqs.overviewPage #pageContainer {
    padding: 205px 0 0 0;
  }
}
@media only screen and (min-width : 1024px) {
  .contentPage #pageContainer,
  .productset.overviewPage #pageContainer,
  .productSetDetail #pageContainer,
  .faqs.overviewPage #pageContainer {
    padding: 255px 0 0 0;
  }
}
@-webkit-keyframes progress_anim {
  0% {
    width: 0%;
    background: #4ca950;
  }
  95% {
    width: 85%;
    background: #4ca950;
  }
  100% {
    width: 100%;
    background: #4ca950;
  }
}
@keyframes progress_anim {
  0% {
    width: 0%;
    background: #4ca950;
  }
  95% {
    width: 85%;
    background: #4ca950;
  }
  100% {
    width: 100%;
    background: #4ca950;
  }
}
/*+++ Default styles and classes +++*/

hr {
  border: 0 none;
  background: #dedede;
  height: 1px;
  margin: 20px 0;
}
*:focus {
  outline: 0;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
}
.clearAfter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.hidden,
#content .hidden {
  display: none !important;
}
@media only screen and (min-width : 1280px) {
  body.contentPage #content,
  body.detailPage #content {
    width: calc(80% - 80px);
    padding: 0 80px 30px 0;
  }
}
body.contentPage #content img,
body.detailPage #content img {
  max-width: 100%;
  height: auto;
  padding: 8px;
}
body.contentPage #cols,
body.detailPage #cols {
  padding: 0 2.2%;
  max-width: 1920px;
}
.usp-bar a {
  color: white;
}
.mobileSliderHeader ul {
  margin: 0px;
  list-style: none;
}
.mobileSliderHeader ul li {
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.mobileSliderHeader ul li a {
  color: black;
}
.mobileShortcuts {
  overflow: hidden;
  margin-bottom: 15px;
}
.mobileShortcuts ul {
  margin: 0px;
  list-style: none;
  margin-left: 1.5%;
}
.mobileShortcuts ul li {
  float: left;
  width: 46%;
  margin: 6px;
  text-align: center;
  padding: 0px;
  border: 1px solid #c5c5c5;
}
@media only screen and (max-width: 320px) {
  .mobileShortcuts ul li {
    width: 45%;
    margin: 6px;
  }
}
.mobileShortcuts ul li > a {
  color: black;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  font-weight: 300;
  font-size: 14px;
}
.centerImg {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  line-height: 100%;
  width: inherit;
}
.centerImg:hover {
  text-decoration: none;
}
.centerImg span {
  display: none;
}
.verticalAlign img {
  max-width: 93%;
  display: inline-block;
  vertical-align: middle;
}
.verticalAlign:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: -1px;
  height: 100%;
}
img.portrait,
img.landscape {
  max-width: 100%;
  max-height: 100%;
}
img:not(.banner__image).portrait,
img:not(.banner__image).landscape {
  width: auto;
  height: auto;
}
.loadingIcon {
  background: transparent url(../../../images/zoomloader.gif) no-repeat center center;
}
.errorTxt {
  color: #454545;
  padding: 5px 5px 5px 25px;
  background: #ffdedd url(../../../images/error.png) no-repeat 5px center;
  border: 1px solid #454545;
  display: block;
  margin: 0 0 1.5%;
}
.blockBg {
  background-color: white;
}
.address {
  border: 1px solid #dedede;
  padding: 10px;
  margin: 0 0 10px 0;
  position: relative;
  display: block;
  color: #383838;
  overflow: hidden;
}
.address .deleteButton {
  float: right;
}
.address .selectAddress {
  display: none;
}
.address:hover {
  text-decoration: none;
}
.checkedAddress {
  border: 1px solid #454545;
  background: #f3f9ec;
}
.checkedAddress:before {
  content: "\2714";
  color: #454545;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 200%;
}
#overlayBlack {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
#breadcrumbs {
  font-weight: normal;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #383838;
  margin: 0 0 14px 0;
}
#breadcrumbs a {
  color: #383838;
}
#breadcrumbs a:hover {
  color: #4ca950;
}
#breadcrumbs span > span:last-child {
  display: none;
}
/* Table en panel stijling */

table {
  width: 100%;
  border-collapse: collapse;
}
table.borders tr {
  border-top: 1px solid #dfdbda;
}
table.borders tr:first-child {
  border: 0 none;
}
table:not([cellpadding]) tr th {
  padding: 0 5px 5px 0;
}
table:not([cellpadding]) tr td {
  padding: 2px 0 2px 5px;
}
table tr th {
  line-height: 20px;
}
table tr td {
  line-height: 20px;
}
table.high tr th {
  padding: 5px 5px 5px 0;
  line-height: 22px;
}
table.high tr td {
  padding: 5px 0 5px 5px;
  line-height: 22px;
}
/*--- Default styles and classes ---*/

/* Basis opzet */

#header {
  background: white;
}
#header .vatpicker {
  position: absolute;
  left: 320px;
  top: 30px;
}
#header .vatpicker a {
  padding: 0 10px 0 0;
}
#header .productComparison {
  position: absolute;
  left: 320px;
  top: 53px;
}
#header .languagePicker {
  position: absolute;
  left: 458px;
  top: 0;
}
#header .languagePicker li {
  float: left;
  margin: 0 10px 0 0;
}
#header .languagePicker a {
  line-height: 40px;
  display: block;
}
#header #shoppingBag > a {
  color: #383838;
}
#header #shoppingBag #CartPrice {
  color: #383838;
}
/* standard page overview */

.overviewPage .itemWrap {
  width: 100%;
}
.overviewPage .itemWrap .vacancyDetails {
  list-style-type: disc;
  margin: 0px;
  color: #4ca950;
  padding-left: 15px;
  background: url(../../../images/arrow-sprite.png) no-repeat -17px -14px;
}
.overviewPage .itemWrap .vacancyDetails li {
  display: inline-block;
}
.overviewPage .itemWrap .item {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 25px 0;
  min-height: 80px;
  overflow: hidden;
  padding: 0 0 25px;
  width: 100%;
}
.overviewPage .itemWrap .item .bttn {
  margin-top: 32px;
  width: 94%;
  text-align: center;
  background: #4ca950;
  height: 20px;
  line-height: 20px;
  display: block;
  border: 0 none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  color: white;
  padding: 5px 10px;
  min-width: 100px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.overviewPage .itemWrap .item .tel {
  margin: 0;
}
.overviewPage .itemWrap .item .teaser {
  display: none;
}
.overviewPage .itemWrap h3 {
  margin: 0 0 10px;
  color: #4ca950;
  font-size: 14px;
  font-weight: 700;
}
.overviewPage .itemWrap h3 a:hover {
  color: #4ca950;
  text-decoration: none;
}
.overviewPage .itemWrap h4 {
  color: black;
  margin: 0 0 0px;
  font-weight: 400;
}
.overviewPage .itemWrap .picture img {
  float: left;
  display: block;
  margin: 0px 15px 4px 0px;
}
.overviewPage .itemWrap .itemContent {
  line-height: 18px;
  margin: 0 0 15px;
}
.overviewPage .itemWrap a.itemLink {
  color: #383838;
  margin: 0 20px 0 0;
  text-decoration: none;
}
.overviewPage .itemWrap a.itemLink:hover {
  color: #204eac;
  text-decoration: underline;
}
/* standard page detail */

.detailPage .detailWrap {
  position: relative;
  overflow: hidden;
}
.detailPage .detailWrap h1 {
  font-size: 28px;
  margin: 0 0 10px;
  text-align: left;
}
.detailPage .detailWrap .picture {
  margin: 0 10px 10px 0;
  float: left;
}
.detailPage .detailWrap .teaser {
  font-weight: bold;
}
.detailPage .detailWrap .content {
  margin: 0 0 30px;
}
/* normal panel styling */

.panel {
  width: 100%;
  padding: 0 0 2.4%;
  margin: 0;
}
.panel table {
  width: 100%;
}
.panel h2 {
  font-size: 16px;
  margin: 0 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dedede;
}
.singlePanel {
  width: 100%;
  border: 0 none;
  float: none;
  padding: 0;
}
.panel.noMargin {
  margin: 0;
  padding: 0;
  border: 0 none;
}
/* panel exceptions */

.noMargin,
.business,
.full .business,
.full .noMargin {
  margin: 0 0 5%;
  padding: 0;
}
.noPadding,
.full .noPadding {
  padding: 0;
  float: right;
}
.noBorder,
.full .noBorder {
  border: 0 none;
}
#divAlbum {
  list-style: none;
}
.album a img {
  max-width: 20% !important;
}
.newsDate {
  font-size: 12px;
  color: #666666;
  padding-bottom: 10px;
}
/* Klantenservice Pagina */

#klantenservice_menu {
  overflow: hidden;
}
#klantenservice_menu ul {
  margin: 0 0 0 15px;
}
#klantenservice_menu ul li {
  padding: 5px;
  list-style: none;
}
#klantenservice_menu ul li a {
  color: black;
}
#klantenservice_menu ul li :before {
  content: "• ";
  padding-right: 6px;
  font-size: 16px;
  font-weight: 800;
  color: #4ca950;
  /* or whatever color you prefer */

}
#klantenservice_menu > .ks_blok {
  float: left;
  margin-right: 1.271186441%;
  margin-bottom: 1.271186441%;
  width: 48.36440678%;
}
.lt-ie9 #klantenservice_menu > .ks_blok {
  /*IE 8*/
  width: 48.728813559%;
}
#klantenservice_menu > .ks_blok:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 1.271186441%;
}
#klantenservice_menu > .ks_blok:nth-of-type(2n) {
  margin-right: 0;
}
#klantenservice_menu .ks_blok {
  height: 340px;
}
#klantenservice_menu .ks_blok .ks_klantenkaart {
  margin-left: 4px;
}
#klantenservice_menu .ks_blok ul {
  margin: 0px;
  font-size: 12px;
}
@media only screen and (max-width: 320px) {
  #klantenservice_menu {
    overflow: hidden;
  }
  #klantenservice_menu > .ks_blok {
    float: left;
    margin-right: 1.271186441%;
    margin-bottom: 1.271186441%;
    width: 99%;
  }
  .lt-ie9 #klantenservice_menu > .ks_blok {
    /*IE 8*/
    width: 98.728813559%;
  }
  #klantenservice_menu > .ks_blok:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.271186441%;
  }
  #klantenservice_menu > .ks_blok:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media only screen and (min-width : 768px) {
  #klantenservice_menu {
    overflow: hidden;
  }
  #klantenservice_menu > .ks_blok {
    float: left;
    margin-right: 1.271186441%;
    margin-bottom: 1.271186441%;
    width: 31.485875706%;
  }
  .lt-ie9 #klantenservice_menu > .ks_blok {
    /*IE 8*/
    width: 32.062146893%;
  }
  #klantenservice_menu > .ks_blok:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.271186441%;
  }
  #klantenservice_menu > .ks_blok:nth-of-type(3n) {
    margin-right: 0;
  }
  #klantenservice_menu .ks_blok {
    height: 280px;
  }
  #klantenservice_menu .ks_blok ul {
    margin-left: 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width : 1280px) {
  #klantenservice_menu {
    overflow: hidden;
  }
  #klantenservice_menu > .ks_blok {
    float: left;
    margin-right: 1.271186441%;
    margin-bottom: 1.271186441%;
    width: 23.046610169%;
  }
  .lt-ie9 #klantenservice_menu > .ks_blok {
    /*IE 8*/
    width: 23.728813559%;
  }
  #klantenservice_menu > .ks_blok:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.271186441%;
  }
  #klantenservice_menu > .ks_blok:nth-of-type(4n) {
    margin-right: 0;
  }
}
#klantenservice_menu .ks_blok {
  background-color: #f6f6f6;
  border: 1px solid #ededed;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#klantenservice_menu .ks_blok h3 {
  font-weight: bold;
  margin: 20px 0px 10px 30px;
  padding-left: 30px;
  background-size: 20px;
  line-height: 30px;
}
#klantenservice_menu .ks_contact h3 {
  background: url(../../../images/svg/klantenservice/contact.svg) no-repeat 0 0;
  margin-left: 15px;
  padding-left: 45px;
}
#klantenservice_menu .ks_mijnaccount h3 {
  background: url(../../../images/svg/klantenservice/mijnaccount.svg) no-repeat 0 0;
  height: auto;
  background-size: 25px;
  margin-left: 25px;
  padding-left: 35px;
}
#klantenservice_menu .ks_bestellen h3 {
  background: url(../../../images/svg/klantenservice/bezorgen.svg) no-repeat 0 0;
  height: auto;
  background-size: 40px;
  margin-left: 10px;
  padding-left: 50px;
}
#klantenservice_menu .ks_betalen h3 {
  background: url(../../../images/svg/klantenservice/betalen.svg) no-repeat 0 0;
  height: auto;
  background-size: 35px;
  margin-left: 15px;
  padding-left: 45px;
}
#klantenservice_menu .ks_retourneren h3 {
  background: url(../../../images/svg/klantenservice/retourneren.svg) no-repeat 0 0;
  margin-left: 15px;
  padding-left: 45px;
}
#klantenservice_menu .ks_garantie h3 {
  background: url(../../../images/svg/klantenservice/grarantietips.svg) no-repeat 0 0;
  height: auto;
  background-size: 35px;
  margin-left: 15px;
  padding-left: 45px;
}
#klantenservice_menu .ks_klantenkaart h3 {
  background: url(../../../images/svg/klantenservice/klantenkaart.svg) no-repeat 0 0;
  margin-left: 10px;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  #klantenservice_menu .ks_klantenkaart h3 {
    margin-left: 1px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 320px) {
  #klantenservice_menu .ks_klantenkaart h3 {
    margin-left: 7px;
    padding-left: 34px;
  }
}
#klantenservice_menu .ks_acties h3 {
  background: url(../../../images/svg/klantenservice/actiesevents.svg) no-repeat 0 0;
  margin-left: 15px;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  #klantenservice_menu .ks_acties h3 {
    margin-left: 5px;
    padding-left: 41px;
  }
}
.productset.overviewPage #cols {
  max-width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width : 768px) {
  /* normal panel styling */
  
  .panel {
    margin: 0;
    float: left;
    border-bottom: 0 none;
    font-family: 'Roboto', sans-serif;
  }
  .panel table {
    width: 100%;
  }
  .panel h2 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .panel.noMargin {
    margin: 0;
    padding: 0 0 0 1.9%;
    border: 0 none;
  }
  .noMargin,
  .business,
  .full .business,
  .full .noMargin {
    border-left: 1px solid #dedede;
    border-right: 0 none;
    margin: 0 0 0 -1px;
    padding: 0 0 0 24px;
  }
}
::selection {
  background: #4ca950;
  /* Safari */
  color: white;
}
::-moz-selection {
  background: #4ca950;
  /* Firefox */
  color: white;
}
/* new */

/*@media screen and (max-width: 1024px) {
    #footerCols, #footerBar {
        display: none;
    }
}*/

.footer-usps {
  height: 146px;
  background-color: #f3f3f3;
}
.footer-usps ul {
  padding: 12px 5% 0;
}
.footer-usps ul li {
  padding: 10px 0;
  margin-left: 5%;
}
.footer-usps ul li a {
  color: #333333;
  font-size: 14px;
}
.footer-usps ul li:before {
  pointer-events: none;
  line-height: 24px;
  background-image: url(../../../images/svg/vinkje-footer.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 26px;
  width: 14px;
  content: " ";
  position: absolute;
  margin-top: 2px;
  margin-left: -22px;
}
.footer-app-icon {
  float: left;
  display: block;
  height: 90px;
  width: 90px;
  background-image: url(../../../images/svg/berden-icon.svg);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position-y: -14px;
  background-position-x: -24px;
}
.footer-questions {
  padding: 12px 5% 0;
  overflow: hidden;
}
.footer-contact {
  padding: 6px 5% 0;
}
.footer-contact ul {
  margin-top: 12px;
}
.footer-contact li {
  padding-right: 5%;
  display: inline-block;
}
.app-block-wrapper {
  max-width: 1180px;
  margin: 7% auto;
}
.app-block {
  display: block;
  width: 100%;
  height: 300px;
  margin: 12px 0 36px 0;
  background-color: #f3f3f3;
  background-image: url(https://berden-fashion.nl/img/berden-mobile-app_464x300_967030.webp);
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.app-txt {
  padding: 46px 27px 48px;
  text-align: center;
  width: 70%;
}
.app-txt h1 {
  font-size: 44px;
  font-weight: 800;
  margin: 0;
  line-height: 70px;
  letter-spacing: 1.5px;
}
.app-txt span {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}
.app-icons {
  width: 70%;
  text-align: center;
}
.app-block-mobile {
  display: block;
  width: 100%;
  margin: 0 5%;
}
.app-txt-mobile {
  line-height: 18px;
  margin-bottom: 8px;
}
.app-txt-mobile h3 {
  font-size: 16px;
  line-height: 1.7rem;
  font-weight: 800;
  margin: 0;
}
.app-txt-mobile span {
  font-size: 14px;
  line-height: normal;
}
.loaderWrapper {
  top: 15%;
  left: 45%;
  z-index: 99999;
  display: block;
  position: absolute;
  width: 132px;
  display: none;
}
.loaderCircle {
  position: absolute;
  border: 16px solid #4ca950;
  border-radius: 50%;
  border-top: 16px solid white;
  box-sizing: border-box;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
.loaderText {
  margin-top: 105px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #breadcrumbs {
    margin: 0 0 8px 3%;
  }
}
.grecaptcha-badge {
  margin-bottom: 15px;
}
.slider {
  line-height: 0;
}
@media only screen and (min-width : 768px) {
  .mobileMenuBanner {
    display: none;
  }
}
.mobileMenuBanner img {
  width: 100%;
  height: auto;
}
.centered {
  text-align: center;
}
iframe {
  max-width: 100%;
}
span.valuta {
  display: none !important;
}
