@font-face {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Regular"),
    url("https://arthrosave.com/wp-content/themes/arthrosave/fonts/SegoeUI.woff")
      format("woff"),
    url("https://arthrosave.com/wp-content/themes/arthrosave/fonts/SegoeUI.ttf")
      format("truetype");
}

@font-face {
  font-family: "Segoe UI Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Italic"),
    url("https://arthrosave.com/wp-content/themes/arthrosave/fonts/SegoeUI-Italic.woff")
      format("woff"),
    url("https://arthrosave.com/wp-content/themes/arthrosave/fonts/SegoeUI-Italic.ttf")
      format("truetype");
}

@font-face {
  font-family: "Segoe UI Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold"),
    url("https://arthrosave.com/wp-content/themes/arthrosave/fonts/SegoeUI-Bold.woff")
      format("woff"),
    url("https://arthrosave.com/wp-content/themes/arthrosave/fonts/SegoeUI-Bold.ttf")
      format("truetype");
}

@font-face {
  font-family: "Segoe UI Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold Italic"),
    url("https://arthrosave.com/wp-content/themes/arthrosave/fonts/SegoeUI-BoldItalic.woff")
      format("woff"),
    url("https://arthrosave.com/wp-content/themes/arthrosave/fonts/SegoeUI-BoldItalic.ttf")
      format("truetype");
}

.segoe {
  font-family: "Segoe UI Regular";
}

/* General */

body {
  font-family: "Segoe UI Regular", Fallback, sans-serif;
  color: #222222;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page {
  width: 100%;
  overflow-x: hidden;
}

.entry-title,
.entry-footer,
#wrapper-footer {
  display: none;
}

.vc_row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.vc_row.downloads {
  padding-top: 0px;
  padding-bottom: 0px;
}

ul {
  list-style-position: inside;
  padding-left: 0;
  list-style-type: disc;
  margin-bottom: 1rem;
}

.job-specs ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  margin-bottom: 1rem;
  padding: 0;
}

.job-specs ul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../img/AS_bullet.svg");
  background-position: center;
  background-size: cover;
  margin-left: -25px;
  margin-top: 5px;
}

.job-specs ul li {
  margin-left: 25px;
}

.teamfoto {
  max-width: 300px;
}

.tijdlijn img {
	height: 200px !important;
	width: auto;
}

a.team-linkedin {
	background-image: url("../img/linkedin-yellow.svg");
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
}

a.team-linkedin:hover {
	background-image: url("../img/linkedin-blue.svg");
	cursor: pointer;
}

.vc_col-sm-6 > div {
  	background-origin: content-box;
}

.scale_figure img{
 	scale: 1.1
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6,
div.wpforms-container-full .wpforms-form .wpforms-field-label,
.package-title,
.job-specs .vc_gitem-acf-label {
  color: #17375e;
  font-family: "Segoe UI Bold";
}

h4,
.package-title,
.job-specs .vc_gitem-acf-label {
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
}

.package-title {
	font-weight: normal !important;
	letter-spacing: normal !important;
}

.hook-left h1,
.hook-left-white h1 {
  margin-left: 30px;
}

.hook-left h1:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 56px;
  background-repeat: no-repeat;
  background-image: url("../img/hook-left.svg");
  margin-top: -5px;
  margin-left: -30px;
}

.hook-left-white h1:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 56px;
  background-repeat: no-repeat;
  background-image: url("../img/hook-left-white.svg");
  margin-top: -5px;
  margin-left: -30px;
}

.hook-right h1:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 56px;
  background-repeat: no-repeat;
  background-image: url("../img/hook-right.svg");
  margin-top: 0px;
  margin-left: 5px;
}

.hook-right-white h1:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 56px;
  background-repeat: no-repeat;
  background-image: url("../img/hook-right-white.svg");
  margin-top: 0px;
  margin-left: 5px;
}

p a,
table a,
a {
  color: #fcbf10;
  text-decoration: none;
}

p a:hover,
table a:hover {
  color: #17375e;
  text-decoration: none;
}

.password-form p {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.vc_gitem-post-data-source-post_excerpt a {
  color: #fcbf10 !important;
  text-decoration: none;
}

.vc_gitem-post-data-source-post_excerpt a:hover {
  color: #17375e !important;
  text-decoration: none;
}

.vc_custom_heading a:hover {
  opacity: 1 !important;
}

b,
strong {
  font-family: "Segoe UI Bold" !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

ul {
  list-style-position: outside !important;
  margin-left: 21px;
  list-style: none; /* Remove default bullets */
}

.language-switcher ul {
  margin-left: 0px;
}

ul li::before {
  content: "\25CF"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fcbf10; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1.4em; /* Also needed for space (tweak if needed) */
}

.language-switcher ul li::before {
  content: ""; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  width: 0px; /* Also needed for space (tweak if needed) */
  margin-left: 0px; /* Also needed for space (tweak if needed) */
}

.white-bullets ul li::before {
  content: "\25CF"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffffff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
}

.disclaimer {
  font-style: italic;
  color: #aaaaaa;
}

.wrapper {
  padding: 0;
}

.team-name {
	margin-bottom: 0px !important;
}

.team-name h4 {
	font-size: 20px !important;
	margin-bottom: 2px;
}

.team-funcion {
	font-family: "Segoe UI Bold";
	font-size: 16px;
	font-weight: 500;
	color: #17375e;
	margin-bottom: 16px;
}

.team-intro {
	font-size: 16px;
	font-weight: 400;
}

/* Buttons */

.vc_custom_heading.button {
  margin-left: 0px !important;
  transition: all 0.2s !important;
}

.button,
.wpforms-submit,
.maxbutton-1,
.maxbutton-2,
.passster-submit,
.wpdm-download-link {
  font-family: "Segoe UI Regular";
}

.button,
.wpforms-submit,
button.passster-submit,
.wpdm-download-link {
  color: #17385e !important;
  text-align: center !important;
  font-style: normal !important;
  font-weight: normal !important;
  padding: 12px 25px 12px 25px !important;
  line-height: 1em !important;
  background: #fcbf10 !important;
  border: 0px !important;
  width: auto !important;
  height: auto !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.2s !important;
}

.button:hover,
.wpforms-submit:hover,
button.passster-submit:hover,
.wpdm-download-link:hover {
  color: #fcbf10 !important;
  background: #17385e !important;
}

.news-item .button {
  margin-top: 17px;
}

.wpdm-download-link {
  font-family: "Segoe UI Regular" !important;
  text-transform: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  letter-spacing: normal !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 75px !important;
  margin-top: 10px !important;
}

.downloads .text-center {
  display: none !important;
}

.password-form {
  display: block !important;
}

.password-form h4 {
  color: #17375e !important;
}

.password-form .passster-submit {
  margin-left: 0px !important;
  margin-top: 25px !important;
}

.mail-link {
  width: 20px;
  height: 20px;
  background-image: url("../img/email.svg");
}

.mail-link:hover {
  background-image: url("../img/email-hover.svg");
}

/* Colors */

.white,
.white h1 {
  color: #ffffff !important;
}

.blue,
.blue h1 {
  color: #17375e !important;
}

.yellow,
.yellow h1 {
  color: #fcbf10 !important;
}

/* Navbar */
#wrapper-navbar {
  position: fixed;
  z-index: 999999;
  width: 100%;
}

nav.navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #17375e;
  padding: 0 1rem 1.5rem 1rem;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.navbar-dark .navbar-toggler,
.mega-menu-toggle {
  border-color: #fcbf10 !important;
  background-color: #fcbf10 !important;
  border-radius: 0px !important;
}

.navbar-dark .navbar-toggler-icon,
.mega-toggle-block {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(23,55,94, 1)' stroke-width='3' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-dark .navbar-toggler:hover,
.mega-menu-toggle:hover {
  border-color: #17375e !important;
  background-color: #17375e !important;
  border-radius: 0px !important;
}

.navbar-dark .navbar-toggler:hover .navbar-toggler-icon,
.mega-menu-toggle:hover .mega-toggle-block {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(252,191,16, 1)' stroke-width='3' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.mega-menu-toggle {
  padding: 0.25rem 0.75rem !important;
  width: 54px !important;
  float: right;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
	margin-left: 0px !important;
}

.menu-item a.nav-link,
a.mega-menu-link {
  text-align: center;
}

#mega-menu-wrap-primary {
  background: inherit !important;
}

.menu-item a.nav-link,
a.mega-menu-link {
  color: #17375e !important;
  font-family: "Segoe UI Bold" !important;
  background: inherit !important;
}

.menu-item a.nav-link:hover,
a.mega-menu-link:hover {
  cursor: pointer;
  color: #fcbf10 !important;
}

.menu-item.active a.nav-link,
.mega-current_page_item a.mega-menu-link {
  color: #fcbf10 !important;
}

a.nav-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
  font-size: 1rem;
}

.mega-indicator {
  display: none !important;
  top: -25px !important;
  width: 100%;
  text-align: center;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after {
  margin: 0px !important;
}

#mega-menu-primary {
  white-space: nowrap !important;
}

.mega-sub-menu {
  width: auto !important;
  border: 1px solid #17375e !important;
  background: #ffffff !important;
}

.mega-sub-menu {
  width: auto !important;
  border: 0px solid #17375e !important;
  background: #f9f9f9 !important;
  padding: 10px !important;
}

.mega-sub-menu > .mega-menu-item > .mega-menu-link {
  font-family: "Segoe UI Regular" !important;
}

.mega-current_page_item .mega-sub-menu a.mega-menu-link {
  color: #17375e !important;
}

.mega-current_page_item .mega-sub-menu a.mega-menu-link:hover {
  color: #fcbf10 !important;
}

.mega-toggle-label,
.navbar-toggler {
  display: none !important;
}

.mega-toggle-block {
  margin-right: 0px !important;
  width: 30px !important;
  height: 30px !important;
}

.mega-menu-open {
  margin-top: 10px !important;
}

.top-bar {
  width: 100%;
  background: #fff;
}

.language-switcher {
  margin-right: 7px;
  font-family: "Segoe UI Bold" !important;
  color: #17375e !important;
  text-decoration: none !important;
  font-size: 0.8rem !important;
  text-align: right;
}

.language-switcher a {
  color: #17375e !important;
  text-decoration: none !important;
}

.language-switcher a:hover {
  color: #fcbf10 !important;
  text-decoration: none !important;
}

.language-switcher .wpml-ls-current-language a {
  color: #fcbf10 !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    content: "" !important;
    display: none !important;
  }

  #mega-menu-primary,
  #mega-menu-primary .mega-menu-item,
  #mega-menu-wrap-primary {
    width: 100% !important;
    background: transparent !important;
  }

  #mega-menu-primary {
    float: left !important;
    margin-top: 25px !important;
  }

  #mega-menu-wrap-primary {
    margin-top: -60px;
  }

  .custom-logo-link {
    z-index: 999999999 !important;
  }

  .language-switcher {
    display: none;
  }

  .mega-menu-primary-mobile-open .language-switcher {
    margin-top: 55px;
	display: block;
	position: absolute;
	z-index: 999;
	right: 50px;
	}
}

/* Header */
@media only screen and (max-width: 768px) {
  #full-width-page-wrapper {
    padding-top: 85px !important;
  }
}

#full-width-page-wrapper {
  padding-top: 150px;
}

.vc_row.bg-top {
  background-position: top !important;
}

.vc_row.bg-middle {
  background-position: center !important;
}

.vc_row.bg-bottom {
  background-position: bottom !important;
}

.vc_row.bg-right, .bg-right > div {
  background-position: right !important;
}

.header-large {
  height: 500px;
}

.vc_row.header-small {
  background-size: auto 100% !important;
}

.header-tekst {
	height: 500px;
	top: 0px;
	position: absolute;
	width: 50%;
}

.header-slider, .text-slider {
	height: 500px;
}
.header-slider .flexslider .slides img {
	height: 500px !important;
	width: auto;
	float: right;
	max-width: none !important;
}

.flex-control-nav, .flex-direction-nav {
	display: none !important;
}

.header-slider .flexslider {
	margin: 0px;
	border: 0px;
}

.text-slider {
	width: 50%;
}

/* Slider */
div.vc_row.row-overfill {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -85px;
  margin-bottom: -50px;
}

.extra-padding {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.row-overfill .wpb_wrapper {
  height: 100%;
}
.row-overfill rs-module-wrap,
.row-overfill rs-module,
.row-overfill rs-slides,
.row-overfill rs-layer-wrap {
  height: 100% !important;
}

.rs-parallax-wrap {
  top: 0px !important;
}

/* Formulier */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal;
  font-size: 1.5em;
  float: left;
  line-height: inherit;
  margin: 0;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-field .wpforms-field-label {
  width: 33.333% !important;
}

.wpforms-field .wpforms-field-medium {
  width: 66.666% !important;
  max-width: 100% !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.wpforms-required-label {
  display: none !important;
}

.wpforms-submit-container {
  text-align: center !important;
}

.wpforms-container ul li::before {
  display: none !important;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  color: #17385e !important;
}

.wpforms-confirmation-container-full,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #fcbf10 !important;
  border: 0px solid #fcbf10 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #fcbf10 !important;
}

/* The container */
.wpforms-container ul li {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wpforms-container ul li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.wpforms-field-label-inline:before {
  content: "";
  position: absolute;
  margin-top: 2px;
  margin-left: -30px;
  height: 20px;
  width: 20px;
  background-color: #fcbf10;
  border-radius: 50%;
}

.wpforms-field-label-inline:hover {
  cursor: pointer;
}

.wpforms-selected .wpforms-field-label-inline:before {
  content: "•";
  font-size: 45px;
  color: #17375e;
  text-align: center;
  line-height: 0.35;
}

/* Accordeon */
.vc_tta-title-text {
  font-size: 1.1rem !important;
  color: #17375e;
  font-family: "Segoe UI Regular";
}


.vc_tta-panel .vc_tta-panel-heading {
  background-color: #f4f4f4 !important;
}

.vc_active .vc_tta-panel-heading,
.vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #fcbf10 !important;
}

.vc_tta-controls-icon,
.vc_tta-controls-icon::before {
  color: #17375e !important;
  border-color: #17375e !important;
}

/* Nieuwsitems */
.news-item .wpb_single_image {
  margin-bottom: 0px !important;
  padding: 0px;
  line-height: 0px;
  font-size: 1px;
}

.news-item .wpb_single_image img {
  max-height: 400px !important;
  width: auto !important;
}

.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top,
.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle,
.vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
  position: inherit !important;
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0%) !important;
}

.news-item .vc_gitem_row .vc_gitem-col {
  padding: 0px;
}

.vc_grid-item:last-of-type .tussenlijn {
  display: none !important;
}

.featured-video-plus {
  line-height: 0px !important;
}

.featured-video-plus iframe {
  width: 100% !important;
}

.nieuwsitems-home .vc_grid {
  padding-top: 0px;
  padding-bottom: 0px;
}

.understrap-read-more-link {
  display: none !important;
}

.vc-gitem-zone-height-mode-auto:before {
	padding-top: 0px !important;
}

.news-segment p, .news-segment a {
	color: #000000 !important;
}

.news-segment p2 {
	font-size: 10pt;
}

.blue p, .blue a {
  color: #17375e !important;
}

.top-part {
	height: 270px;
	display: table;
	margin-bottom: 25px;
}

.top-part>div {
	display: table-cell;
	vertical-align: middle;
}

.top-part img {
	height: auto;
	max-width: 100%;
	max-height: 250px;
	width: auto;
}

.news-segment .middle-part h3 {
	font-size: 18pt;
}

.bottom-part .button {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px !important;
}

.bottom-part .button a {
	font-size: 16px;
	background: transparent !important;
	color: #17375e !important;	
	padding: 12px 25px 12px 25px !important
}

.bottom-part .button:hover a, .bottom-part .button a:hover {
	background: transparent !important;
	color: #fcbf10 !important;	
	cursor: pointer !important;
}

.post {
	margin-top: 225px;
	margin-bottom: 75px;
}

.post .entry-title {
	display: block;
	margin-bottom: 50px;
}

.post-text {
	width: 66.6666%;
	float: left;
	padding-right: 50px;
	margin-bottom: 75px;
}

.post-image {
	width: 33.3333%;
	float: right;
	margin-bottom: 75px;
}


/* Jobs */
.job-specs {
  padding: 35px;
  background-color: #f4f4f4;
}

.job-specs .vc_gitem-acf-label {
  width: 100%;
}

.job-omschrijving {
  padding-right: 65px;
}

.responsive-margin-right {
  padding-right: 65px !important;
}

.job-preview .vc_row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.jobs-item {
  margin-bottom: 25px;
}

#jobs .vc_grid-loading {
  display: none !important;
}

/* Team */

.team-post-text {
	width: 66.6666%;
	float: left;
	padding-right: 50px;
	margin-bottom: 75px;
}

.team-post-image {
	width: 33.3333%;
	float: right;
	margin-bottom:75px;
	margin-top: 50px;
}

.team-title-short {
  	font-size: 1.125rem !important;
  	line-height: 1.5rem !important;
}

/* Grid builder */

.news-item-excerpt {
     height: 70px;
     overflow: hidden;
}

.news-item-title {
     height: 110px;
}


/* Footer */
/*
#footer-full-content p a {
	color: #ffffff;
	text-decoration: none;
}

#footer-full-content p a:hover {
	color: #fcbf10;
}

#footer-full-content p {
	margin-bottom: 0px;
}


#footer-full-content {
	padding-left: 0px;
	padding-right: 0px;
}

#footer-full-content .row {
	display: block;
}

#wrapper-footer-full {
	padding: 70px 0 90px 0;
	color: #ffffff;
	background: #17375e;
}

#wrapper-footer-full .footer-widget.col-md-6 {
	max-width: none !important;
	-moz-box-flex: unset !important;
	-webkit-box-flex: unset !important;
	-webkit-flex: none !important;	
	-ms-flex: none !important;
	flex: none !important;
}

#text-3 {
	float: left;
	margin-right: 30px;
	width: auto;
	max-width: 100%;
}

#text_icl-2, #text_icl-3 {
	float: right;
	display: inline-block;
	width: auto;
	margin-top: -5px;
}

#text-5.footer-widget, #text-6.footer-widget {
	float: right;
	max-width: 100%;
	display: inline-block;
	position: relative;
	right: 0px;
	width: auto;
	margin-top: -5px;
}

*/

.footer {
  padding: 70px 0 70px 0;
  background: #17375e !important;
}

.footer__main {
  padding-bottom: 50px;
}

.footer h6,
.footer h5,
.footer p,
.footer a {
  color: #fff;
}

.footer h6:hover,
.footer h5:hover,
.footer p:hover,
.footer a:hover {
  color: #fcbf10;
}

.footer p {
  margin-bottom: 0.1rem;
  font-weight: 400;
}

.footer .row h6 {
	font-weight: 400 !important;
	font-family: "Segoe UI Regular";
}

.logo-title-white {
  font-style: italic;
}

.logo-title-yellow {
  color: #fcbf10;
}

/* Infographics */

.bg-shadow .vc_column-inner {
  background-repeat: repeat-y !important;
  background-position: top left;
}

/* Responsive */

@media screen and (max-width: 1199px) {
  .navbar-brand.custom-logo-link {
    width: 220px;
  }

  a.nav-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .news-item-title {
     height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-brand.custom-logo-link {
    width: 160px;
  }
  .news-item-title h3{
     font-size: 1.15rem;
  }
  .news-item-title {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand.custom-logo-link {
    width: 200px;
  }

  .mega-sub-menu {
    display: none !important;
  }

  #wpforms-140-field_5 {
    display: table !important;
  }

  .responsive-margin-right {
    padding-right: 0px !important;
  }

  .news-item-title {
    height: 60px;
  }

  .news-item .vc_gitem-row-position-middle {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .news-item .featured-afbeelding img {
    margin-bottom: 25px;
  }
	
	.header-slider .flexslider .slides img {
		height: 350px !important;
		width: auto;
		float: right;
		position: absolute;
		right: -100px;
	}
	
	.header-slider, .text-slider, .header-slider .flexslider, .header-tekst {
		height: 350px !important;
	}
	
	.header-slider ul li::before {
		display: none !important;
	}
	
	.vc_row.header-small {
		height: 300px !important;
	}
	
	.header-tekst .maxbutton-1 {
		margin-bottom: 15px;
	}
	
	.vc_row.bg-right.header-small {
		background-image: none !important;
	}
	
	.header-small .header-text {
		margin-bottom: 35px;
	}
	
	#kniedistractie-in-5-stappen {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	
	.header-small .vc_col-sm-6:nth-child(2) {
		display: none !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .menu-item a.nav-link,
  a.mega-menu-link {
    font-size: 0.75rem !important;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  a.nav-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .language-switcher {
    font-size: 0.7rem !important;
  }
}

@media screen and (max-width: 991px) {
  #wrapper-footer-full {
    padding: 50px 0 90px 0;
  }

  #text-3 {
    width: 70%;
    display: inline-table;
    margin-right: 0px;
  }

  #text-4 {
    width: 30%;
    display: inline-table;
  }
}

@media screen and (max-width: 767px) {
  #navbarNavDropdown {
    margin-top: 35px;
  }

  .news-item .vc_col-sm-6:first-child {
    padding-right: 0px !important;
    margin-bottom: 35px;
  }

  .news-item .vc_col-sm-6:last-child {
    padding-left: 0px !important;
  }

  #news .vc_col-sm-6 {
    width: 50%;
    display: inline-table;
  }

  #wrapper-footer-full {
    padding: 50px 0 50px 0;
  }

  #wrapper-footer-full .row {
    text-align: center;
  }

  #text-3 {
    display: none;
  }

  #text-4 {
    float: none !important;
    margin: auto !important;
    width: auto !important;
  }
	
  .post-text, .post-image {
	width: 100%;
	  float: left;
	}

}

@media screen and (max-width: 575px) {
  #text-3 {
    padding-left: 30px;
  }

  .vc_row.vc_column-gap-35 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .header-text {
    margin-right: auto;
  }

  .vc_row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
	
	.streamer {
    padding-top: 35px;
    padding-bottom: 35px;

	}
	
	#downloads .col-lg-6.col-md-6.col-6 {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
  .header-large {
    height: 300px;
  }

  .header-small {
    height: 200px;
  }

  .header-large {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .header-small {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 1.5rem !important;
  }

  .hook-left h1:before,
  .hook-left-white h1:before {
    width: 16px;
    margin-top: -2px;
    margin-left: -20px;
  }

  .hook-right h1:after,
  .hook-right-white h1:after {
    width: 16px;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  h3 {
    font-size: 1.25rem !important;
  }

  h4 {
    font-size: 1rem !important;
  }

  h5 {
    font-size: 0.9rem !important;
  }

  h6,
  p,
  ul,
  li,
  table,
  .mb-text,
  .button,
  .wpforms-submit,
  .wpforms-field-label {
    font-size: 0.8rem !important;
  }
    .news-item-title {
     height: 80px;
  }
    . news-item-excerpt {
    height: 56px;
    overflow: hidden;
  }
}

@media screen and (max-width: 375px) {
  .header-text {
    margin-right: -20px;
  }
}

@media screen and (max-width: 350px) {
  #primary {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-text {
    margin-right: -40px;
  }

  .vc_column-inner .vc_grid-item .news-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 2180px) {
  .header-large {
    height: 600px;
  }

  .header-small {
    height: 400px;
  }
}
