
/* Baseline-default.css rev: 18/06/2018*/

/*++++++++IMPORT++++++++*/
/*++++++++++++++++++++++*/

/*+++++BODY / GLOBALS+++++*/
/*++++++++++++++++++++++++*/

html { -ms-overflow-style: scrollbar; font-size: 14px; } /* disable IE scrollbar overlay */
body { font-family: "Open Sans", sans-serif; font-size: 1rem; min-height: 100vh; line-height: 2.2; }
.container .container { padding: 0; width: 100%; }
iframe { border: none; }

/* typography */
p { margin: 0 0 1em; padding: 0;}
blockquote {margin: 0 0 1em;}
p:last-child { margin-bottom: 0; }
blockquote:last-child { margin-bottom: 0; }
a         { color: #1c7be1; }
a:hover   { color: #1c7be1; text-decoration: underline; }
a:focus   { outline: none;  }
p a       { color: #1c7be1; }
p a:hover { color: #1c7be1; text-decoration: underline; }

.btn { font-size: 1.5rem !important; border: none; border-radius: 0; }
.btn-default { background: #d12525; color: #fff; }
.bth-default:hover { background: transparent; color: #d12525;}

.btn:hover, .btn:focus { outline: none; }

/* headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.2; font-family: "Playfair Display", sans-serif;  }
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6, #page .h1, #page .h2, #page .h3, #page .h4, #page .h5, #page .h6  {
color: #d12525; font-family: "Playfair Display", sans-serif; }

#page h1, .h1 { font-size: 2.2rem; }
#page h2, .h2 { font-size: 1.8rem; }
#page h3, .h3 { font-size: 1.6rem; }
#page h4, .h4 { font-size: 1.4rem; }
#page h5, .h5 { font-size: 1.2rem; }
#page h6, .h6 { font-size: 1.0rem; }

/*+++++TOP NAVIGATION+++++*/
/*++++++++++++++++++++++++*/

/* top_navigation */
header .visible-xs.pull-left { display: none !important; }
header .header_def_1 + .clearfix {
    position: absolute;
    right: 0;
    top: 0;
    margin: 6px 10px 0 0;
    width: 100%;
    max-width: 40px;
}

header .header_col .clearfix .navbar-toggle { float: none; width: 100%; height: 30px; z-index: 999; }
header .header_col .clearfix .navbar-toggle .icon-bar {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 5px;
    width: 38px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    background-color: #000;
}

/*button*/
header .header_col .clearfix .navbar-toggle .icon-bar:nth-child(2) {
    top: 0;
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
header .header_col .clearfix .navbar-toggle .icon-bar:nth-child(3) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    header .header_col .clearfix .navbar-toggle .icon-bar:last-of-type {
    bottom: 0;
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

#bs-example-navbar-collapse-1 { width: 100%; -webkit-box-shadow: none; box-shadow: none; text-align: center; }

/*++++++++++++++++++++++++*/
header .navbar-nav li .glyphicon { display: none; }
header .navbar-nav li a { color: #000;  }
header .navbar-nav li a:hover, header .navbar-nav li a:focus { background-color: transparent; }

/*+++++HEADER+++++*/
/*++++++++++++++++*/

/* general header */
header { position: relative; z-index: 9; -webkit-box-shadow: none; box-shadow: none; padding: 0; }
header .container { width: 100%; max-width: 1240px; }

header .row::before, header .row::after { display: none; }
header .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* logo */
#logo { text-align: center; /*! background-color: #00999e; */ padding: 20px 0;  /*! padding-top: 20px; */}
#logo a img { max-height: 50px; }

/* main_navigation */
header .navigation .menu { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto; }

/*li a*/
header .navigation .menu .menu-item .nav-link { color: #000; font-size: 1.2rem; text-decoration: none; padding: 10px 25px; }

/*hover & active*/
header .navigation .menu .menu-item:hover a, header .navigation .menu .menu-item a:hover, header .navigation .menu .menu-item.active a { color: #0093d3; }

/*++phone, only visible on mobile*/
header .container .header_col:first-child > div:first-child {
    position: relative;
    left: 0;
    top: 5px;
    bottom: 0;
    z-index: 4;
    height: auto;
    width: 100%;
    max-width: 1170px;
}
header .container:first-child .col-md-12 { max-width: 1080px; margin: 0 auto; }
header .container:first-child p:first-child { float: left; width: 50%; text-align: left; }
header .container:first-child p:last-child { float: left; width: 50%; text-align: left; }
header .container:first-child p .fas { padding-right: 5px; }
header .container:first-child p a { color: #000; }

.headerphoneicon { font-size: 2rem; width: 100%; display: table; text-align: center; }
.headerphoneicon p { display: table-cell; vertical-align: middle; height: 53px; width: 100%; position: relative; }
.headerphoneicon p a {
    color: #FFF;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(100deg);
    transform: translate(-50%,-50%) rotate(100deg);
}

/*+++++BANNER+++++*/
/*++++++++++++++++*/
.banner-block { position: relative; width: 100%; max-width: 1860px; margin: 0 0 0 auto; }

#sequence-theme #sequence { height: 100%; }

#sequence-theme .slide {
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0 !important;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 1 !important;
}

#sequence-theme .slide.animate-in {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    opacity: 1 !important;
    z-index: 3 !important;
}

#sequence-theme .slide.animate-out {
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
}

#sequence-theme .slide .caption {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
}


#sequence-theme .slide .caption[style*="transition-delay: 1"] {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

#sequence-theme .animate-in .caption {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}


/*banner texts*/
#sequence-theme .slide .caption .h2 { display: none; }

#hierhebikpijn_container1 {
  font-size: 1.3rem;
  color: #fff;
  text-shadow: 1px 1px #0000007a;
}

/*+++++++++++*/

#sequence-theme .slide .bgimg {
    background-position: center center !important;
    display: block;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#sequence-theme .next, #sequence-theme .prev {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 64px;
    height: 64px;
    padding: 16px;
    margin-top: -32px;
    display: none;
}
#sequence-theme .next:hover, #sequence-theme .prev:hover { opacity: 1; }
#sequence-theme .next i, #sequence-theme .prev i {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, #fff 40%, #fff 60%, rgba(255, 255, 255, 0) 60%),
                                        linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, #fff 40%, #fff 60%, rgba(255, 255, 255, 0) 60%);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    display: none;
}
#sequence-theme .prev i { background-position: center bottom, center top; }
#sequence-theme .next i { background-position: center top, center bottom; }
#sequence-theme .next i::before, #sequence-theme .prev i::before { display: none; }
#sequence-theme .nav li a { height: 0; overflow: hidden; }

#sequence-theme .slide .caption br { display: block; } /* Fixes <br> disappearing */
#sequence-theme .bgimg { background-size: auto; } /*Fix for banner above 1920px*/

.caption figure { 
  margin: auto;
  width: 200px;
  overflow: hidden; 
  margin-bottom: 20px;
}

.caption figure a {
  width: 100%;
  height: 100%;
  display: block;
  
}

.caption a:hover img {
/*   margin-left: -100%; */
}

.caption img {
  /*! width: 200%; */
  max-width: none;
}
/*+++++PAGE / MAIN CONTENT+++++*/
/*+++++++++++++++++++++++++++++*/

/*++General pages++*/
#page { padding: 0; }
#page > .container:first-child { position: fixed; top: 15px; right: 15px; max-width: 370px; z-index: 2000; }/*Alert fix*/
#page .section:nth-child(2) .column_1 { padding: 0; }

.column_2a { padding: 0; margin: 0; }

/*++Textblock++*/
.textblock hr { display: none; }

/*++Homepage++*/
.homepage #page { padding: 0 0 80px; }
/*.homepage .section:not(.section_row_1) .container { width: 100%; max-width: 1240px; }*/

/*Section main ".homepage .section_row_main"*/
.homepage .section_row_main { padding: 0 0 40px; }

/*++col 8 text content++*/
.homepage .section_row_main .content-only-block { position: relative; padding: 190px 0 0; width: 100%; max-width: 660px; margin: -110px 0 1rem; z-index: 90; }

/*h1*/
.homepage #page .section_row_main h1 { font-size: 4rem; position: absolute; left: 0; right: 0; top: 0; z-index: 90; max-width: 380px; }

/*p*/
.homepage .section_row_main .content-only-block p:first-of-type { font-weight: bold; }


/*++col 4 & text content++*/


.homepage .section_row_main .col-md-4 .text-content {
    background-color: #059647;
    padding: 40px 20px;
    position: relative;
    z-index: 90;
    margin: -30px 0 0 auto;
    width: 100%;
    max-width: 360px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

/*h2*/
.homepage #page .section_row_main .col-md-4 .text-content h2 { color: #FFF; line-height: 1.4; font-size: 2.8rem; }

/*Section 1 ".homepage .section_row_1"*/
.homepage .section_row_1 { padding: 70px 0 100px; }
.homepage .section_row_1 .row::before, .homepage .section_row_1 .row::after { display: none;  }
.homepage .section_row_1 .column_2a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*image*/
.homepage .section_row_1 figure { height: 450px; position: relative; overflow: hidden; }
.homepage .section_row_1 figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  min-width: 130%;
  min-height: 130%;
  z-index: 1;
}

/*text content*/ 
.homepage .section_row_1 #sidebar .text-content:last-child { width: 100%; max-width: 590px; margin: 0 auto; padding-left: 10px; }

/*a*/
.homepage .section_row_1 #sidebar .text-content:last-child a { font-weight: bold; color: #000; }

/*h2*/
.homepage #page .section_row_1 h2 { font-size: 3rem; }

/*line h3*/
.homepage #page .section_row_1 h3::before {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #d12525; 
    width: 30%;
    margin: 0 10px 6px 0;
}
.homepage #page .section_row_1 h3 {  margin-bottom: 3rem; color: #000;}


/*section 2 ".homepage .section_row_2"*/
.homepage .section_row_2 { background-color: #dfece5; width: 100%; max-width: 1830px; margin: 0 auto 0 0; padding: 0 0 80px; }


/*col md 3 text-content*/
.homepage .section_row_2 .col-md-3 .text-content { margin: -40px 0 0; }

/*h2*/
.homepage #page .section_row_2 .col-md-3 .text-content h2 { font-size: 4rem; max-width: 250px;  }

/*col md 9 & text-content*/
.homepage .section_row_2 .col-md-9 { padding-top: 80px; }
.homepage .section_row_2 .col-md-9 .text-content figure { height: 293px; position: relative; overflow: hidden; margin-bottom: 1rem; }
.homepage .section_row_2 .col-md-9 .text-content:last-child figure { margin-right: 20px; }
.homepage .section_row_2 .col-md-9 .text-content figure img { 
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: none;
}

/*++++++FOLLOW UP PAGES++++++*/
/*+++++++++++++++++++++++++++*/
.followup .section_row_main { /*padding-top: 500px; ! margin-left: 100px; */ position: relative; }
.followup .section_row_main .col-md-12 { padding: 0; }

.followup .section_row_main .container { position: relative; width: 100%; max-width: 1860px; margin: 0 0 0 auto; }
.followup .section_row_main figure { height: 500px; position: relative; overflow: hidden; }
.followup .section_row_main img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 120%; }

.followup #page h1 { padding-left: 15px;}
.followup #page h1,
.followup #page h2 { font-size: 4rem; }

.followup .section_row_main div,
.contact .section_row_main div { height: 100%; position: relative; }
.followup .section_row_main h1,
.contact .section_row_main h1 {
	font-size: 4rem;
	position: absolute;
	left: calc(50% - 50px);
	top: 50%;
	z-index: 90;
	max-width: 380px;
	padding-left: 0;
	transform: translate(-50%, -50%);
	text-align: center;
}

.followup .section_row_1 { padding: 0 0 40px; }
.followup .section_row_1 .text-content { position: relative; padding: 190px 0 0; width: 100%; max-width: 660px; margin: -40px 0 1rem; z-index: 90; }

.followup .section_row_2 { padding: 100px 0; }
.followup .section_row_2 .col-md-4 {
    counter-increment: numbers;
    transition: 300ms;
    padding: 50px 30px;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 0px 2px 1px;
}
.followup .section_row_2 .col-md-4::before {
    content: counters(numbers, ".", decimal-leading-zero);
    font-size: 50px;
    font-weight: 800;
    display: block; 
    margin-bottom: 50px;
}
.followup .section_row_2 .col-md-4:hover { background: #009640; }

.followup:not(.page_id_168593) .section_row_3,
.page_id_168593 .section_row_2 { background: #f7f8fc; padding: 75px 0 0; }
/* Behandelingen en tarieven */
.homepage .section_row_main b, 
.page_id_168593 #page .section.behandelingen-en-tarieven_231032.section-id-231032.section_row_1 .text-content b { color: red;}
.page_id_168593 .section_row_2 .col-md-6:last-of-type p, 
.page_id_168593 .section_row_2 .col-md-6:last-of-type h3 { margin: 0; }
.page_id_168593 #page .section_row_2 h3 { font-size: 1.3rem; }
/* Prijzen */
.page_id_168596 .section_row_1 table tr td { border: 1px solid #000; }

/*++webshop++*/

/*++contact++*/
.formblock_main br:last-child, #gmaps + hr { display: none; }

.contact #page h1,
.contact #page h2 { font-size: 4rem; }

/* .Contact .section_row_main */
.contact .section_row_main { /*padding-top: 500px; ! margin-left: 100px; */ position: relative; }
.contact .section_row_main .col-md-12 { padding: 0;}

.contact .section_row_main .container { position: relative; width: 100%; max-width: 1860px; margin: 0 0 0 auto; }
.contact .section_row_main figure { height: 500px; position: relative; overflow: hidden; }
.contact .section_row_main img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; }
.contact .section_row_main .text-content:nth-child(2) { position: absolute; left: 0; right: 0; bottom: 40px; }

/* .contact .section_row_1 */
.contact #page .section_row_1 h1,
.contact #page .section_row_1 h2 { font-size: 1.8rem; margin-bottom: 1.2em; }

.contact .section_row_1 .text-content { position: relative; padding: 190px 0 0; width: 100%; max-width: 500px; margin: -40px 0 1rem; z-index: 90; }
.contact .section_row_1 .col-md-6:first-child .text-content:last-child { padding: 50px 0; }
.contact #page .section_row_1 h1 { font-size: 4rem; position: absolute; left: 0; right: 0; top: 0; z-index: 90; max-width: 380px; padding-left: 0; }

.contact .section_row_1 { padding: 0 0 40px; }
.contact .section_row_1 .container { max-width: 1170px; }
.contact .section_row_1 .text-content { max-width: 500px; }
.contact .section_row_1 .col-md-6:first-child p { margin-bottom: 0; }
.contact .section_row_1 p { line-height: 2; }
.contact .section_row_1 i { padding-right: 10px; color: #45bbb1; }
.contact .section_row_1 a { color: inherit; }
.contact .section_row_1 .maps-block { margin-top: 40px; }
.contact #page .section_row_1 .maps-block h2 { display: none; }
.contact .section_row_1 .maps-block #my_map {
    height: 485px;
    width: 100%;
    max-width: 450px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.contact .section_row_1 .formblock_main { width: 100%; max-width: 500px; }
.contact #page .section_row_1 .formblock_main h3 { display: none; }
.contact .section_row_1 .formblock_main .well { padding: 0; }
.contact .section_row_1 .formblock_main .col-sm-12 { padding: 0; }
.contact .section_row_1 .formblock_main .form-group:nth-last-of-type(n+2) { margin: 0 auto 3rem; }
.contact #page .section_row_1 .formblock_main .form-group:nth-child(4) { margin: 0 auto 8rem; }
.contact .section_row_1 .formblock_main .form-control {
    padding-left: 0;
    border-width: 0 0 1px 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    height: auto;
    padding: 12px 0;
    font-size: 1.15rem;
}
.contact .section_row_1 .formblock_main .required.form-control.error { background-color: #fec0c0; }
.contact .section_row_1 .formblock_main .required.form-control.valid { background-color: #c9fbcd; }
.contact .section_row_1 .formblock_main .form-control::-webkit-input-placeholder { color: #009640; font-weight: bold; }
.contact .section_row_1 .formblock_main .form-control::placeholder { color: #009640; font-weight: bold; opacity: 1; } /* opacity added for firefox */
.contact .section_row_1 .formblock_main .form-control:-ms-input-placeholder { color: #009640; font-weight: bold; } /* IE */
.contact .section_row_1 .formblock_main .form-control::-ms-input-placeholder { color: #009640; font-weight: bold; } /* Edge */
.contact .section_row_1 #custom_form textarea[rows="3"] { height: 50px; }
.contact .section_row_1 .formblock_main .btn-default {
    min-width: 185px;
    padding: 10px 40px;
    background-color: #009640;
    color: #fff;
    letter-spacing: 1px;
    border: 2px solid #009640;
    font-size: 1.2rem;
}
.contact .section_row_1 .formblock_main .btn-default:hover,
.contact .section_row_1 .formblock_main .btn-default:focus { color: #009640; background-color: #fff; border-color: #009640; }

/* forms */
.col-md-3 .form-horizontal .control-label { text-align: left; }
.required.form-control.error { border-color: #fec0c0; }  /*visuals required from fields*/
.required.form-control.valid { border-color: #c9fbcd; }
#custom_form textarea[rows="3"] { height: 74px; } /*fix for cross browser text area height*/

/*well*/
.formblock_main .well { padding: 0; margin: 0 auto; }

/*form group*/
#page .form-group { margin: 0 auto 2rem; }
.form-group .col-sm-12 { padding: 0; }

/*input*/
.form-control:not(.btn) {
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    background-color: transparent;
}

/*button*/
.form-group .btn {
    background-color: transparent;
    color: #000;
    border-radius: 1px;
    border-color: #000;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: bold;
}
.form-group .btn:hover, .form-group .btn:focus { background-color: #000; color: #FFF; }

/*+++Placeholder+++*/
.form-group .form-control::-webkit-input-placeholder { color: #000; }
.form-group .form-control:-ms-input-placeholder { color: #000; }
.form-group .form-control::-ms-input-placeholder { color: #000; }
.form-group .form-control::placeholder { color: #000; }

/* galleries */
.fancybox-image { background-size: contain; }

/* faq */
#accordion_faq .panel-heading { padding: 0; }
#accordion_faq .panel-heading > a { display: block; padding: 10px 15px; }
#accordion_faq a { display: initial; }


/*+++++FOOTER+++++*/
/*++++++++++++++++*/
footer { background-color: #0093d3;  color: #FFF; padding: 20px 0 40px; }
 
footer p a { color: #fff; }

/*heading*/
footer .footer_col  { padding-top: 60px; }
footer .foot_header { 
  color: #FFF; 
  font-size: 1.5rem; 
  position: absolute; 
  left: 0; 
  right: 0; 
  top: 0; 
    font-weight: bold;
  padding: 0 15px; 
  font-family: "Open Sans", sans-serif; 
}

/*+Social media+*/
footer .container .footer_col:nth-child(2) { text-align: center; }
footer .container .footer_col:nth-child(2) > div p:last-child { display: inline-block; }
footer .container .footer_col:nth-child(2) > div p:last-child a {
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin-right: 15px;
    float: left;
    font-size: 1.4rem;
}

footer .container .footer_col:nth-child(2) > div p:last-child a:hover {
    background: #fff;
    color: #0093d3;
}

footer .container .footer_col:nth-child(2) > div p:last-child a:last-child { margin-right: 0; }

/*copyright*/
footer .footer-section + .container:last-child { display: none; } /*standard hide*/

/*+++++MEDIA QUERIES+++++*/
/*+++++++++++++++++++++++*/
@media (max-width:1199px) {
  header .container .header_col:first-child > div:first-child { width: 100%; }
    
  	/*Banner*/
 	#sequence-theme { height: 350px !important; }
    #sequence-theme .slide .caption { top: 40%; }
  
    /*Homepage*/
    /*Section main ".homepage .section_row_main"
    .homepage .section_row_main .col-md-8 { padding: 0 30px; }
    .homepage .section_row_main .col-md-4 { padding: 0 30px; }*/
    
    /*Section 1 ".homepage .section_row_1"*/
    .homepage .section_row_1 #sidebar .text-content:last-child { max-width: 450px; padding: 0; }

    /* Followup */
    .followup .section_row_main .container { width: 100%; margin-left: 0; }
    .followup .section_row_main figure { height: 350px; }

    /* Contact */
    .contact .section_row_main figure { height: 350px; }
    .contact .section_row_1 .maps-block { max-width: 95%; }

}

@media (max-width:991px) {
    header .navigation .menu .menu-item .nav-link { font-size: 1rem; }
  
    /*Homepage*/
    .homepage .section_row_1 #sidebar .text-content:last-child { max-width: 340px; }

    /* Followup */
    .followup .section_row_1 .text-content { margin: -40px 0 1rem; }

    /* Contact */
    .contact .section_row_1 .col-md-6 { width: 50%; float: left; }
    .contact .section_row_1 .maps-block #my_map { height: 515px; }
    
    /*++Footer++*/
    footer .foot_header { font-size: 1.2rem; }
    footer .footer_col { padding: 60px 30px 0; }
}

@media (max-width:767px) {
    img.img_right, img.img_left { display: block; float: none; }

    /*logo*/
    header #logo { margin: 0 auto; padding: 15px 0; }
    header #logo a img { max-height: 40px; }

    /*nav*/
    header .navigation { display: none; }

    /*Homepage*/
    /*Section main ".homepage .section_row_main"*/
    .homepage .section_row_main .content-only-block { padding: 150px 0 0; margin: -80px 0 1rem; }

    .homepage #page .section_row_main h1 { font-size: 3.2rem; }

    .homepage .section_row_main .col-md-8 { padding: 0 30px; }

    /*col 4*/
    .homepage .section_row_main .col-md-4 { padding: 30px 30px 0; }
    .homepage .section_row_main .col-md-4 .text-content { margin: 0; }

    /*Section 1 ".homepage .section_row_1"*/
    .homepage .section_row_1 .col-md-6 { padding: 0 30px; }
    
    .homepage .section_row_1 #sidebar .text-content:first-child { margin: 1rem auto; }

    .homepage #page .section_row_1 h3 { text-align: center; }
    .homepage #page .section_row_1 h3::before {
        height: 75px;
        width: 2px;
        display: block;
        margin: 1rem auto;
    }

    /*Section 2 ".homepage .section_row_2"*/
    .homepage .section_row_2 .col-md-3 { padding: 0 30px; }
    .homepage .section_row_2 .col-md-9 { padding: 80px 30px 0; }
    
    /* Followup */
    .followup #page .section_row_1 h1 { top: -50px; left:0%; transform: translateX(10%);}

    .followup #page h1, 
    .followup #page h2 { font-size: 3rem; }

    /* Followup .section_row_main */
    .followup .section_row_main .container { width: 100%; margin-left: 0; }
    .followup .section_row_main figure { height: 300px; }
    .followup .section_row_main img { max-width: 150%; }
    
    .followup .section_row_main h1,
    .contact .section_row_main h1 {
        left: 50%;
    }

    /* Followup .section_row_1 */
    .followup .section_row_1 { margin-top: 50px;}
    .followup .section_row_1 .text-content { padding: 80px 0 0; margin: -30px 0 1rem; }
    .followup .section_row_1 .col-md-6 { padding-left: 30px; padding-right: 30px; }
    .followup #page .section_row_1 h1 { font-size: 3rem; }

    /* Followup .section_row_2 */
    .followup .section_row_2 { padding: 0; }
    .followup .section_row_2 .col-md-4 { padding: 0px 30px; }
    .followup .section_row_2 .col-md-4::before { margin-bottom: 0; }

    /* Followup .section_row_3 */
    .followup .section_row_3 { padding: 25px 0 0; }
    .followup .section_row_3 .col-md-6 { padding-left: 30px; padding-right: 30px; }
    .followup .section_row_3 p:nth-child(2), 
    .followup .section_row_3 p:nth-child(4) { margin: 0 0 2em; }

    /* Contact */
    .contact .section_row_main .container { width: 100%; margin-left: 0; }

    .contact .section_row_main .text-content:not(.extra) { width: 100%; text-align: left; }
    .contact .section_row_main figure { height: 300px; }

    .contact #page .section_row_1 h1 { font-size: 3rem; }
    .contact #page .section_row_2 h2  { font-size: 2.5rem; }

    .contact .section_row_1 .col-md-6 { width: 100%; float: none; padding: 0 30px; }
    .contact .section_row_1 .col-md-6:last-child .text-content { max-width: 100%; }
    .contact .section_row_1 .text-content { padding: 80px 0 0; margin: -30px 0 1rem; }
    .contact .section_row_1 .maps-block { max-width: 100%; }
    .contact .section_row_1 .maps-block #my_map { margin: 0 auto 20px; height: 300px; }
    .contact .section_row_1 .formblock_main { margin: 0 auto 2rem; }
    .contact .section_row_1 .formblock_main .form-group:last-of-type .text-left { text-align: center; }
    
    /*++Footer++*/
    footer { text-align: center; }
    footer .footer_col { padding: 60px 30px 50px; }

}
@media (max-width:550px) {
    header .container:first-child p:first-child { width: 100%; text-align: center; }
    header .container:first-child p:last-child { width: 100%; text-align: center; }
  
    .homepage .section_row_main .content-only-block { padding: 180px 0 0; }
    .homepage #page .section_row_main h1 { font-size: 3rem; }

    /* Followup */
    .followup .section_row_main figure { height: 250px; }
    .followup .section_row_main img { max-width: 210%; }

    /* Contact */
    .contact .section_row_main figure { height: 250px; }
    .contact .section_row_main img { max-width: 150%; }
}

@media (min-width:768px) {
    .main_nav.hidden-sm {display:block !important;}   /*main_nav in custom header fix*/
    header .header_def_1 + .clearfix { display: none; } /*top nav*/

    .headerphoneicon { display: none;  } /*phone*/

    /*++RESPONSIVE THINGS++*/

    /*+++HEADER COLS+++*/
    header .header_col.col-md-3 { float: left; width: 25%; }
    header .header_col.col-md-4 { float: left; width: 33.333%; }
    header .header_col.col-md-6 { float: left; width: 50%; }
    header .header_col.col-md-9 { float: left; width: 75%; }

    /*+++SECTION COLS+++*/
    .section .col-md-3 { float: left; width: 25%; }
    .section .col-md-4 { float: left; width: 33.333%; }
    .section .col-md-5 { float: left; width: 41.66666667%; }
    .section .col-md-6 { float: left; width: 50%; }
    .section .col-md-7 { float: left; width: 58.33333333%; }
    .section .col-md-8 { float: left; width: 66.66666667%; }
    .section .col-md-9 { float: left; width: 75%; }

    /*+++FOOTER COLS+++*/
    footer .footer_col.col-md-3 { float: left; width: 25%; }
    footer .footer_col.col-md-4 { float: left; width: 33.333%; }
    footer .footer_col.col-md-6 { float: left; width: 50%; }
    /*+++++++++++++++++++++*/

    /*Header*/
    header .row { 
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    /*Homepage*/
    /*Section 1 ".homepage .section_row_1"*/

    /*container, row, etc.*/
    .homepage .section_row_1 .container { width: 100%; max-width: 1600px; margin: 0 auto 0 0; padding: 0; }
    .homepage .section_row_1 .row { margin: 0 auto; }

    .homepage .section_row_1 .column_2a { 
      display: -webkit-box; 
      display: -ms-flexbox; 
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
    }

    .homepage .section_row_1 .col-md-6 { padding: 0; }  

    /*Section 2 ".homepage .section_row_2"*/
    .homepage #page .section_row_2 .container { max-width: 1530px; margin: 0 0 0 auto; }
    .homepage .section_row_2 .col-md-9 .text-content { float: left; width: 33.33333%; padding: 0 5px; }

}

/* Extra responsive step for footer / webshop on tablet */
@media (min-width:550px) and (max-width:991px) {
    .col-md-3.footer_col { float: left; width: 50%; }
    .col-md-3.footer_col:nth-child(odd)  { clear: left ; }
    .col-md-3.footer_col:nth-child(even) { clear: right; }
    #category_products .col-md-4, #frontproducttable .col-md-4 { float: left; width: 50%; }
}

/*----------------------------------------END-OF-FILE----------------------------------------------------*/