.divider2px{
  background-color: #fff;
  height: 2px;
  width: 120px;
  margin: auto;
}

.divider1px{
  background-color: #fff;
  height: 1px;
  width: 120px;
  margin: auto;
}

.ipWidget-Divider.ipSkin-default {
    border-top: 1px solid #ccc;
    border-bottom: none;
    height: 1px;
    margin-top: 24px;
}

.stiched{

   border: 1px dashed  rgba(193, 193, 193, 1);

}


/* ronde  button */

@media (min-width: 991px) {

.ronde-button{
/* float: right;*/
position: absolute;
width: 200px;
height: 200px;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
z-index:2;
background-image: url(../img/ronde-button.png);
background-repeat: no-repeat;
transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
top: 50%;
}
}

/* ronde  button */

@media (max-width: 990px) {

.ronde-button-mobile{
/* float: right;*/
position: relative;
width: 200px;
height: 200px;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
z-index:2;
background-image: url(../img/ronde-button.png);
background-repeat: no-repeat;
margin-bottom: 10px;
}
}

.logo-mobile{
  margin-left: 20px;
}

/* href */

a.intern{
  font-weight: 300;
  color: #666;
  text-decoration: underline;
}

a.intern:hover{
  font-weight: 300;
  text-decoration: underline;
  color: #7a1b21;
}

/* opening hours */

.language .menu > li ul {
  max-width:  none;
}

/* dynamic opening hours in menu */

.menu li ul li a.todayMenu {
  opacity: 1!important;
}

/* contact page */

table.openingstijden td{
  font-weight: 300;
}

.todayContactpage {
color: #7a1b21;
}

.todayContactpageMobile {
color: #7a1b21;
}

.today {
color: #7a1b21;
}

table.header .today {
color: #7a1b21;
}

table.header tr.today {
display: block!important;
}

/* navigation */

@media only screen and (min-width:991px) and (max-width: 1400px)  {

.menuItemsCollapse{
 display: block!important;
}
}


/* menu correctie */
@media only screen and (min-width:1199px) and (max-width: 1255px)  {
.menu > li {
  margin-right: 22px;
}
}

.menu > li ul {
  width: 270px;
}

.menu > li > ul li a {

    color: #fff;
    height: auto;
    padding: 6px 14px;

}


/* newslist intro vlak */

div.introText strong, div.introText b{
display: block;
}

div.introText{
margin-top: 25px;
}


div.introText p:nth-child(2):after{
content: '...';
}

/* single newitem text */
.nieuwsItem .ipWidget-Text{
  padding-top: 25px;
}

.ipSkin-referenties .entry-content.listView{
    padding-top: 15px;
    padding-bottom: 15px;
}

.ipSkin-referenties h3{
    padding-bottom: 15px;
}

/* landingspage text */
.landingsPage .ipWidget-Text{
  padding-top: 25px;
}

/* referenties */

.referentieVinkjes ul li:before{
 content: "\e64d";
font-family: 'themify';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
padding-right: 5px;

}

/* tiny mc stijl toevoeging */

.mijnH3{
  font-size: 32px;
  line-height: 60px;
  font-weight: 300;
  color: #292929;
  margin-top: 0;
  padding: 0;
}


/* Typo extra's */
.landingspageSubFooter {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
/*height: 52px; */
margin-top: 24px;
padding-top: 10px;
font-size: 14px;
color: #808080;
line-height: 16px;
}

/* impresspages contactform */

input[type="text"] {
    box-shadow: none!important;
}

input[type="text"], input[type="password"] {
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 30px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 26px;
    border-radius: 0;
}

input[type="email"] {
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 30px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 26px;
    border-radius: 0;
    box-shadow: none!important;
}

textarea {
    background: #f5f5f5!important;
    border: none!important;
    width: 100%!important;
    height: 50px!important;
    padding-left: 20px!important;
    font-weight: 500!important;
    margin-bottom: 24px!important;
    border-radius: 0!important;
    box-shadow: none!important;
}

form label {
  font-weight: 300;
  font-size: 16px;
  margin-bottm: 2px;
}

.help-error{
  margin-top: -20px;
  font-size: 14px;
  color: #762123;
}


.col-md-3 .widget ul [title="Gordijnen"],.col-md-3 .widget ul [title="Zonwering"],.col-md-3 .widget ul [title="Vloeren"] {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
}

/* form label correctie, blurry in Chrome */
.form-group {
    margin-bottom: 13.1111111111px;
}




