/**
 * Inhoudsopgave
 *
 * SETTINGS
 * Global...............Globally-available variables and config.
 *
 * RESETS
 * Normalize.css........A level playing field.
 * Box-sizing...........Better default `box-sizing`.
 *
 * BASE
 * Headings.............H1–H6 styles.
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 *
 * COMPONENTS
 * Page-head..........The main page header.
 * Page-foot...........The main page footer.
 * Buttons.............Button elements.
 * Navigation………Navigation.
 *
 *
 * SPECIFIC PAGES
 */

/*------------------------------------*\
    SETTINGS
\*------------------------------------*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    BASE
\*------------------------------------*/

/**
 * Headings
 */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
    color: rgba(0,0,0,0.8);
    line-height: 1.9em;
}

h1, h2, h3 {
    font-family: 'Lato';
    color: #003959;
}

h1 {
    font-size: 2em;
    font-weight: 900;
}

h2 {
    font-size: 1.8em;
    font-weight: 900;
}

h3 {
    font-size: 1.5em;
    font-weight: 700;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
}

a {
    font-weight: 700;
    color: #00ACB8;
}

button {
    padding: 0.5em 1em;
    display: inherit;
    background: #FFFFFF;
    border: 1px solid #25BCCA;
    border-radius: 0.3em;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 0.9em;
    color: #00ACB8;
    line-height: 1.2em;
}

i.icon {
    padding: 0em 0.7em;
    line-height: 1.2em;
}

@media (max-width: 864px) {
	body {
		font-size: 1em
	}
	.ui.container {
	    width: auto !important;
	    margin-left: 1.4em !important;
	    margin-right: 1.4em !important;
	}
}

@media (max-width: 25em) {
	h1 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1em;
	}
}

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/

/**
 * Grid
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
.pushable .ui.container {
    width: 95%;
  }
}

/**
 * Menu
 */

.ui.menu .active.item {
    background: rgb(230, 237, 239);
    color: rgb(0, 57, 89);
    font-weight: 600
}

.ui.menu .item {
    font-size: 1.1em;
    font-family: 'Lato', 'Open Sans';
}

@media (max-width: 864px) {
	img.logo {
    width: 65%;
	}
	.ui.menu .item {
    	padding: 1em 0.5em 0.6em;
        font-size: 1.1em;
    }
    .ui.sidebar .item {
	padding: 1em;
	}
}

@media (max-width: 25em) {
	div.ui.logo {
		max-width: 200px;
	}
	/*.ui.menu:not(.vertical) .right.menu {
	    margin-left: 0 !important;
	}*/
}

a.closebutton {
    display: block;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.3em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    color: #d4d4d5;
    text-align: center;
    font-size: 1.3em;
    border: 0.11em solid #d4d4d5;
    font-family: 'Open Sans';
    margin: 0.7em;
    font-weight: 900;
}

/**
 * Header Image
 */

.img-header {
    position: relative;
    height: 18em;
    margin-top: -1em;
    background-image: #2475A2;
    background-image: linear-gradient(-269deg, rgba(0,172,184,0.50) 0%, #2475A2 100%);
}

.img-header.-small {
	height: 10em;
}

.img-header * .title {
    padding-top: 4em;
    font-size: 1.4em !important;
    width: 70%;
    margin: 0 auto;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
}

.img-header.-small * .title {
	padding-top: 2.8em;
}

@media (max-width: 864px) {
	.img-header * .title {
		padding-top: 3em;
		width: 100%;
		}
}

 /**
 * Accordion
 */

.ui.accordion {
    margin-top: 1em;
}

.ui.accordion .accordion-title:not(.ui) {
    margin: 0.1em 0;
    padding: 0.5em 1.5em;
    background-color: #E6EDEF;
    color: #003959;
}

.ui.accordion:not(.styled) .title ~ .content:not(.ui), .ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
    padding: 1em 0.2em 0.8em 1.4em;
}

.ui.accordion .title .plus.icon,
.ui.accordion .title .minus.icon {
    margin-right: 0.7em;
    line-height: 1.7em;
    color: #003959;
    margin-top: 0.2em;
}

.ui.accordion .active.title .plus.icon, .ui.accordion .accordion .active.title .plus.icon,
.ui.accordion .active.title .minus.icon, .ui.accordion .accordion .active.title .minus.icon {
    line-height: 1;
    margin-top: 0.3em;
}


/**
 * Footer
 */

.footer {
	background-color: rgb(14, 104, 122);
	margin-top: 6em;
	padding: 3em 0 0;
	color: rgb(255, 255, 255) !important;
}

.footer h3,
.footer a {
	color: rgb(255, 255, 255) !important;
}

.footer a:hover {
	color: #4183C4 !important;
}

.footer p {
	margin: 0;
}

.footer ul {
    list-style-type: none;
    margin: 0;
}

.footer-copyright {
	padding: 3em 0 1em !important;
	text-align: center !important;
}

@media (max-width: 864px) {
	.footer {
		text-align: center;
	}
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/**
 * Homepage
 */

.ui.container > .ui.grid > .row {
    padding: 0;
}

.four.column.grid {
    margin-top: -4.45rem;
    margin-bottom: 5em;
}

.action-block .column {
    transition: 0.4s;
}

.action-block .column > a > h4 {
    color: rgb(255, 255, 255);
    padding: 1em 0;
}

.action-block .column:nth-child(1){
    background-color: rgb(14, 104, 122);
}

.action-block .column:nth-child(2){
    background-color: rgb(51, 137, 148);
}

.action-block .column:nth-child(3){
  background-color: rgb(26, 157, 174);

}

.action-block .column:nth-child(4){
  background-color: rgb(37, 188, 202);

}

.action-block .column:hover {
	background-color: rgb(0, 57, 89);
}

.highlight-block {
    padding: 1.8em!important;
    color: #003959;
    background: #E6EDEF;
    position: relative;
    margin: 1rem 0;
}

@media (max-width: 864px) {
	.four.column.grid {
	    margin-top: -3.9rem;
	    margin-bottom: 2em;
	}
	.ui[class*="four column"].grid > .row > .column, .ui[class*="four column"].grid > .column:not(.row) {
	    width: 32%;
	}
	.highlight-block {
		padding: 1.8em !important;
	}
}

@media (max-width: 25em) {
		.four.column.grid {
	    margin-top: -3.25rem;
	    margin-bottom: 1.6em;
	}
	.highlight-block {
		padding: 1.2em 1em !important;
	}
}


/**
 * Fysiotherapie
 */

 .container.-fysio {
	 margin-top: 3em;
 }


 /**
 * Praktijken
 */

.filter-practices {
	background-color: #E6EDEF;
	padding: 2em 0;
}

.filter-practices .filter {
    display: block;
    padding: 0em 1.14285714em 0.5em;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid white;
}

.filter-practices > a {
	font-size: 1.2em;
	line-height: 1.4 !important;
}

.filter-practices > a:last-of-type {
	margin-bottom: 4em;
}

.filter-practices > .active {
	background-color: #D6E1E4 !important;
	font-weight: bold !important;
}

.tab.segment.active {
    border: none;
}

.location-pratice {
    margin: 1.2em 0 1em;
    color: rgb(26, 157, 174);
    font-size: 1.5em;
    font-weight: 600;
    line-height: 2em;
}

.location-pratice:after {
	content: "";
	display: block;
	width: 10em;
	border-bottom: 1px solid #E6EDEF;
}

.corona-label {
  display: inline-block;
  background: #e6edef;
  margin: 0.2rem;
  padding: 0rem 0.4rem;
  font-size: 14px;
  border-radius: 6px;
  vertical-align: middle
}

.grid-pratice {
	font-size: 1em;
  padding-bottom: 1.5em !important;
  width: calc(50% - 1.5rem) !important;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.grid-pratice > .name {
	margin-bottom: 0.4em;
	font-size: 1.25em;
}

.grid-pratice > .meta {
	margin: 0.1em 0;
	line-height: 1.6em;
}

.grid-pratice > .link {
	margin: 0.1em 0;
  color: #003959;
  font-weight: normal;
  text-decoration: underline;
}

.mobiel {
    display: none !important;
}

@media (max-width: 864px) {

  .mobiel {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }


}