/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .top-bar {
    height: auto;
    background: #67308e;
    /* change background color if you need */
  }

  .top-bar-section ul li > a {
    color: white;
    /* change color of text if you need */
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    background: #67308e;
    /* change background color if you need */
  }
  .top-bar-section ul li:hover > a {
    background: #592a7b !important;
    /* change background color if you need */
  }
  .top-bar-section ul li.current-menu-item > a:not(.button), .top-bar-section ul li.current-page-ancestor > a:not(.button) {
    background: #7536a1 !important;
    /* change background color of current menu item if you need */
  }
  .top-bar-section .menu {
    display: none;
  }
  .top-bar-section .dropdown {
    clip: auto;
    height: auto;
    display: none;
    width: 100%;
    position: static !important;
  }
  .top-bar-section .dropdown > li a {
    padding-left: 30px;
  }
  .top-bar-section .has-dropdown > a:after {
    display: none;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 100;
    text-align: center;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top-bar.expanded .opnd > .dropdown-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar.expanded .title-area {
    background: #4b2368;
  }
  .top-bar.expanded .toggle-topbar a {
    color: #fff;
  }
  .top-bar.expanded .toggle-topbar a span {
    box-shadow: none !important;
  }
  .top-bar.expanded .toggle-topbar a span:after {
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  }

  .contact-info {
    margin-bottom: 20px;
  }
  .contact-info:first-child {
    margin-top: 20px;
  }

  .gform_footer input[type="submit"] {
    width: 100%;
  }

  .map-col .acf-map {
    height: 250px;
  }

  .nomurphy {
    display: block;
  }
  .nomurphy:before {
    display: none;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .top-bar {
    margin-top: 40px;
    float: right;
    max-width: 535px;
    width: 100%;
    background: transparent;
    position: relative;
  }

  .top-bar-section {
    padding-right: 50px;
  }
  .top-bar-section ul {
    width: 100%;
    display: inline-block;
    background: transparent;
    list-style: none;
    text-align: justify;
  }
  .top-bar-section ul:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .top-bar-section ul li {
    float: none;
    display: inline-block;
    background: transparent;
  }
  .top-bar-section li:not(.has-form) > a:not(.button),
  .top-bar-section li.has-dropdown > a:not(.button) {
    /* Regular menu item style */
    color: #000;
    background: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 13px;
    text-transform: uppercase;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):hover,
  .top-bar-section li.has-dropdown > a:not(.button):hover {
    color: #67308e;
    background: transparent;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):after,
  .top-bar-section li.has-dropdown > a:not(.button):after {
    display: none;
  }
  .top-bar-section li.current-menu-item > a:not(.button),
  .top-bar-section li.current-page-ancestor > a:not(.button) {
    /* Style of Current page and Ancestor page */
    color: #67308e;
    background: transparent;
  }
  .top-bar-section ul li:hover:not(.has-form) > a {
    /* Parent link style on dropdown hover */
    color: #67308e;
    background: transparent;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    /* Regular link in dropdown */
    color: #67308e;
    background: transparent;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    /* Dropdown link on hover */
    color: white;
    background: #833db4;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li a {
    /* Dropdown in dropdown */
    background: blue;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li:hover a {
    color: white;
    text-decoration: underline;
    background: red;
  }

  /* Align Menu to the right
  		.top-bar-section { float:right; } */
  /* Align Menu to the center
  		.top-bar-section { float:none; text-align: center; }
  		.top-bar-section ul{display: inline-block;} */
  .has-dropdown .dropdown-toggle {
    display: none;
  }

  .contact-page-contacts {
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
  }
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
@media only screen and (min-width: 1024px) and (max-width: 1103px) {
  .header .nav-col {
    width: 58.33333%;
  }
  .header .logo-col {
    width: 41.66667%;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /* min-width 1025px, large screens */
  .gallery .columns .portfolio-item-cont .album-name {
    bottom: -33px;
  }

  .gfield.small-field {
    width: 48%;
    float: left;
  }
  .gfield.small-field + .small-field {
    margin-left: 4%;
  }
  .gfield:last-child {
    clear: both;
  }
}
@media only screen and (max-width: 1124px) {
  .contact-squares {
    left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .diensten-title {
    margin-top: 20px;
  }

  .section-2 .over-ons-img-col {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 950px) {
  .header .medium-5 {
    width: 25%;
  }
  .header .medium-7 {
    width: 75%;
  }
  .header .logo-text {
    display: none;
  }
  .header .logo {
    top: 15px;
  }
}
@media only screen and (max-width: 920px) {
  .footer .columns {
    width: 100%;
  }
  .footer .logo-text,
  .footer .logo {
    display: block;
    text-align: center;
  }
  .footer .logo-text {
    margin-bottom: 20px;
  }
  .footer .copy,
  .footer .contacts-wrapper {
    text-align: center;
  }
  .footer .copy:after {
    right: 50%;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

@media only screen and (max-width: 870px) {
  h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .contact-page-contacts {
    display: block;
  }
  .contact-page-contacts .contact-info {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .footer address {
    display: block;
  }

  .footer .contact-links a:nth-child(2):after {
    display: none;
  }

  .footer .copy:after {
    top: -15px;
  }
}
@media only screen and (max-width: 745px) {
  .top-bar-section li:not(.has-form) > a:not(.button), .top-bar-section li.has-dropdown > a:not(.button) {
    font-size: 16px;
    padding: 0 4px;
  }
}
@media only screen and (max-width: 736px) {
  #home-slider .slick-slide,
  .section-1 {
    height: auto;
    min-height: 650px;
  }
}

@media only screen and (max-width: 640px) {
  #lang_sel {
    width: 100%;
    background-color: #67308e;
    position: relative;
    left: 0;
    top: 0;
    height: 40px;
  }
  #lang_sel ul {
    position: relative;
    top: 5px;
  }
  #lang_sel li {
    width: 100%;
  }
  #lang_sel a {
    color: #fff;
  }
  #lang_sel ul ul {
    position: static;
  }
  #lang_sel a.lang_sel_sel .icl_lang_sel_current {
  color: #fff !important;
  }
  #lang_sel li ul a:hover {
    color: #000 !important;
  }
  #lang_sel li ul a {
    background-color: #fff;
  }
  .top-bar {
    height: 2.8125rem;
  }
  .contact-page-row {
    padding-top: 150px;
  }

  .fancybox-next span, .fancybox-prev span, .fancybox-close {
    width: 35px;
    height: 35px;
    right: -14px;
  }

  .fancybox-prev span {
    background-position: 0 -35px;
    left: -14px;
  }

  .fancybox-close {
    background-position: 0 -70px;
  }

  .header .logo {
    display: block;
    text-align: center;
  }
  .header .columns {
    width: 100%;
  }
  .header .top-bar {
    top: 30px;
  }

  .over-ons-img-col {
    text-align: center;
  }
  .over-ons-img-col img {
    margin-bottom: 20px;
    max-width: 100%;
    width: auto;
    max-height: 400px;
  }

  h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  #home-slider .slick-dots {
    display: none !important;
  }

  #home-slider {
    margin-bottom: 0;
  }
  #home-slider .slick-slide {
    height: auto;
    min-height: 500px;
  }

  .section-1 {
    height: auto;
    min-height: 500px;
  }
  .section-1 .caption {
    min-width: 250px;
  }
  .section-1 .caption img {
    max-width: 150px;
  }
  .section-1 .scroll-down {
    bottom: 5%;
  }
  .section-1 .logo-text .logo-bot,
  .section-1 .logo-text .logo-top {
    font-size: 20px;
  }

  .section-2 .row {
    padding: 30px 15px;
  }

  .section-2 .over-ons-content-col {
    padding-bottom: 0px;
  }

  .section-3 .img-wrapper {
    padding-bottom: 45%;
    max-width: 100%;
  }
  .section-3 .columns {
    margin-bottom: 20px;
  }

  .diensten-section .left-img-col .wrapper,
  .diensten-section .right-img-col .wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {

  .footer .contact-links a {
    display: block;
    text-align: center;
  }
  .footer .contact-links a:nth-child(1) {
    margin-bottom: 20px;
  }
  .footer .contact-links a:nth-child(1):after {
    display: none;
  }

  .section-1 .caption {
    left: 54%;
  }
}
@media only screen and (max-width: 340px) {
  .section-1 .caption {
    left: 58%;
    top: 63%;
  }

  .contact-squares {
    top: 65%;
  }
}
