/*
 Theme Name:   praktijk_context
 Theme URI:    https://www.praktijkcontext.be	
 Description:  wcreate basis theme
 Author:       Wim Van der Plaetse
 Author URI:   http://www.wcreate.be
 Template:     understrap
 Version:      0.5.5
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 
*/

.page-id-68 #page-wrapper, .page-id-70 #page-wrapper{
	padding: 5%;
}

.page-id-68 .context--form, .page-id-70 .context--form{
	display: none;
}

/* REMOVE ADMIN BAR */

#wpadminbar {
    z-index: 10;
}

/* ALGEMEEN */

body{
	font-family: museo-sans, sans-serif;
	font-size: 24px;
	overflow-x: hidden;
}

#page-wrapper{
	margin-top: 100px; /* afhankelijk van de hoogte van de nav-bar */
}

.wrapper {
    padding: 0px;
}

#faq a{
	color: #000;
	text-decoration: underline;
}

.tekst--praktijkcontext a{
	color: #000;
	text-decoration: underline;
}

h1, .h1 {
    font-size: 3vw;
    margin-bottom: 2rem;
    color: #233447;
    font-weight: 900;
}

h2, .h2 {
    font-weight: 700;
	font-size: 1.8vw;
    margin-bottom: 1rem;
}

img{
	width: 100%;
}

.img--rounded{
	border-radius: 40px;
}

.align--right{
	text-align: right;
}

.center{
	text-align: center;
}

.make--it--relative{
	position: relative;
}

.auto--size{
    height:100%;
    object-fit:cover;
}

.tekst--praktijkcontext {
    font-weight: 300;
}

.width--70{
	width: 70%;
	margin: auto;
}


/* BUTTONS */

a.knop--praktijk--context {
    background-color: #467994;
    padding: 10px 35px;
	border: 2px solid #467994;
    border-radius: 30px 30px 0px 30px;
    color: #fff;
	transition: 0.7s ease;
	font-size: 1vw;
}

a.knop--praktijk--context:hover {
    background-color: #fff;
    padding: 10px 35px;
	border: 2px solid #467994;
    border-radius: 30px 30px 0px 30px;
    color: #467994;
	text-decoration: none;
}

a.knop--praktijk--context--reverse {
    background-color: #467994;
    padding: 10px 35px;
	border: 2px solid #467994;
    border-radius: 30px 30px 30px 0px;
    color: #fff;
	transition: 0.7s ease;
	font-size: 1vw;
}

a.knop--praktijk--context--reverse:hover {
    background-color: #fff;
    padding: 10px 35px;
	border: 2px solid #467994;
    border-radius: 30px 30px 30px 0px;
    color: #467994;
	text-decoration: none;
}

a.knop--praktijk--context--reverse--small {
    background-color: #467994;
    padding: 10px 15px;
	border: 2px solid #467994;
    border-radius: 30px 30px 30px 0px;
    color: #fff;
	transition: 0.7s ease;
	font-size: 1vw;
}

a.knop--praktijk--context--reverse--small:hover {
    background-color: #fff;
    padding: 10px 15px;
	border: 2px solid #467994;
    border-radius: 30px 30px 30px 0px;
    color: #467994;
	text-decoration: none;
	font-size: 1vw;
}

.vert--center {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


/* FLEXING */

.flexing{
    display: flex;
    flex-wrap: wrap;
}

.flex--row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}


.flex--column {
    flex: 1;
}

.flex--column--2{
	flex: 0.2;
}

.flex--column--8{
	flex: 0.8;
}

.flex--column--4{
	flex: 0.4;
}

.flex--column--6{
	flex: 0.6;
}


.flex--column--3{
	flex: 0.3;
}

.flex--column--7{
	flex: 0.7
}

/* GLOBAL MARGINS */

.margin--top--1{
	margin-top: 1rem;
}

.margin--top--2{
	margin-top: 2rem;
}

/* GLOBAL PADDING */

.no--padding{
	padding: 0px;
}

.padding--2 {
	padding: 2%;
}

.padding--top--left--bottom--2 {
	padding: 2% 0% 2% 2%;
}

.padding--top--bottom--2{
    padding-top: 2%;
    padding-bottom: 2%;
}

.padding--top--2{
    padding-top: 2%;
}

.padding--bottom--2 {
	padding-bottom: 2%;
}

.padding--5 {
	padding: 5%;
}

.padding--10{
	padding: 10%;
}

.padding--top--5 {
	padding-top: 5%;
}

.padding--bottom--5 {
	padding-bottom: 5%;
}

.padding--left--5{
	padding-left: 5%;
}

.padding--left--10{
    padding-left: 10%;
}

.padding--left--15{
    padding-left: 15%;
}

.padding--right--5{
	padding-right: 5%;
}

.padding--left--right--5{
    padding-left: 5%;
    padding-right: 5%;
}

.padding--top--bottom--5{
    padding-top: 5%;
    padding-bottom: 5%;
}

.padding--top--bottom--10{
    padding-top: 10%;
    padding-bottom: 10%;
}

.padding--left--right--bottom--5{
    padding: 0% 5% 5% 5%;
}

.padding--left--right--top--5{
    padding: 5% 5% 0% 5%;
}

.padding--right--top--bottom--5{
    padding:5% 5% 5% 0;
}
.padding--left--top--bottom--5{
    padding:5% 0 5% 5%;
}

/* HEADER */

.header--text--container {
    display: flex;
    width: 100%;
}

a.knop--praktijk--context--reverse--small svg {
	fill: #fff;
}

a.knop--praktijk--context--reverse--small:hover svg {
	fill: #467994;
}


/* HOME */

.quote{
	padding: 5%;
	background-color: #467994;
}

.h2--quote{

	margin: auto;
	color: #fff;
	text-align: center;
}

.google--iframe{
	height: 700px;
	width: 100%;
	margin-bottom: -10px;
}

.tekst--praktijkcontext{
	font-size: 0.9vw;
}

/* FAQ */

.faq--click{
	border-bottom: 2px solid #467994;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 10px;
	position: relative;
	font-size: 1vw;
}

.faq--click:after{
    content: '\279C';
    font-weight: 900;
	transform: rotate(90deg);
    position: absolute;
    right: 0;
    color: #467994;
}

.antwoord{
  overflow: hidden;
  width: calc(100% - 8%);
  padding: 0px;
  transition: all .25s ease-in-out 0s;
  max-height: 0px;
  visibility: hidden;	
	font-size: 1vw;
}

/* MOBIEL */

@media only screen and (max-width: 811px) {
	
	.no--padding--small{
		padding: 0px;
	}
	
	body {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    h2, .h2 {
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
	
	.padding--top--bottom--small{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
	
	.padding--bottom--small--2{
		padding-bottom: 2rem;
	}

    .margin--top--2{
        margin-top: 1rem;
    }

    .margin--top--small{
        margin-top: 2rem;
    }

    .margin--bottom--small{
        margin-bottom: 2rem;
    }

    .padding--bottom--small{
        padding-bottom: 1rem;
    }

    .padding--top--small{
        padding-top: 2rem;
    }
	
	.no--center--small{
		text-align: left;
	}

    .flex--column {
		flex: auto;
		width: 100%;
	}

    .flex--column--small, .flex--column--wide {
		flex: auto;
		width: 100%;
	}

    .column--reverse{
        flex-direction: column-reverse;
    }
	
	.header--text--container {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	
	a.knop--praktijk--context {
		font-size: 1rem;
	}

	a.knop--praktijk--context:hover {
	font-size: 1rem;
	}

	a.knop--praktijk--context--reverse {
	font-size: 1rem;
	}

	a.knop--praktijk--context--reverse:hover {
	font-size: 1rem;
	}

	a.knop--praktijk--context--reverse--small {
	font-size: 1rem;
	}

	a.knop--praktijk--context--reverse--small:hover {
	font-size: 1rem;
	}
	
	
	.width--70 {
		width: 100%;
		margin: auto;
	}
	
	.faq--click {
		font-size: 1rem;
	}
	
	.antwoord {
		font-size: 1rem;
	}	
	
	.tekst--praktijkcontext{
		font-size: 1rem;
	}

	.h2--quote {
		padding: 5%;
		font-size: 1.5rem;
	}
	
	.img--rounded {
		border-radius: 20px;
	}
	
	.btn--container--header{
		display: none;
	}

}