@font-face {
  font-family: 'VinerHandITC';
  src: url('./font/Viner_Hand_ITC.eot'), 
       url('./font/Viner_Hand_ITC.eot?#iefix') format('embedded-opentype'),
	   url('./font/VinerHandITC.woff') format('woff'),
	   url('./font/Viner_Hand_ITC.woff2') format('woff2'),
       url('./font/VinerHandITC.ttf') format('truetype'),
       url('./font/VinerHandITC.svg#VinerHandITC') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
	font-family:"Papyrus W01";
	src:url("./font/883327/01fb9a9b-55ce-4693-b692-bd99b3c70400.woff2") format("woff2"),
	url("./font/883327/2fe0bd0f-bd5a-4ed4-8c63-1876362fdf8c.woff") format("woff");
}

/*** Basic styling ***/


body
{
	overflow-x: hidden;
}

p span {
	line-height: 100%;
}

#content>.textblok_container>*,  #content>.textblok_container>.header, div.moduleMenu, .content_container>*, .form-horizontal, #topNav, div.backLink, div.backLinkBottom {
		width: 100% !important;
		box-sizing: border-box;
}

.textblok_container>*, #page_name>*, .content_container>*, #trace_container>*, .backLinkBottom {
    max-width: 1250px;
}

@media screen and (max-width:767px){
	#content .textblok_text {
		overflow: visible !important;
	}

}

table {
    font-family: 'Papyrus W01', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}

table tr:nth-child(odd) td {
    background: #f5f5f5;
}

table td
{
    padding: 14px 30px
}

/*** Video in header ***/
.page_img_top.video {
    width: 100%;
}

#content .header-section {
    padding: 0;
}

@media screen and (max-width: 767px){
	#content .textblok_container.background .textblok_text
	{
		padding: 20px;
	}

	#content .textblok_container .textblok_text {
		padding: 0; 
	}
}

.parallax
{
	display: none;
}

#content .textblok_container .color img.page_img{
    filter: saturate(2) brightness(1.3) sepia(0.9);
}

.textblok_container
{
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width:767px){
	.textblok_container:not(:first-child) .textblok_text {
		padding: 0 5%;
	}

}

#footer_container_new>.textblok_container>* {
    width: 100%!important;	
}

h1,
h2,
h3,
h4
{font-weight: 900 !important;}

body p, a, ul li, ol li, span, form {
    font-family: "Papyrus W01";
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.5px;
}

form
{
	margin: 0 !important;
}

h1 {
	font-size: 280%;
	margin-top: 0;
}
h2 {
	font-size: 30px;
	margin-top: 0 !important;
}


li p
{
	margin: 0 !important; 
}

.content p,
.textblok_container p
{
	margin-bottom:25px;
}

#content .header h1,
#content .header h2,
#content .header h3
{
	text-align: left !important
}


.para_col h2,
.para_col h3
{
    font-size: 24px;
}

.para_col {
    flex: 1;
}

#content .textblok_container:not(.header) .twothirdcoll{
    width: 66% !important;
    max-width: 66% !important;
    padding-right: 5%;
}

#content .textblok_container:not(.header) .onethirdcoll
{
    width:auto !important;
    max-width: 30% !important;
}


@media screen and (min-width: 1024px){
	#content h2:not(:first-child), #content h3:not(:first-child) {
		margin-top: 30px !important;
		margin-bottom: 10px;
	}
}

.background_padding
{
	padding: 40px 0 !important;
}

#content .nopadding
{
	padding: 0 !important;
}

.background_padding .background_padding{
	padding: 0 !important;
}


#content .mflex {
    align-items: flex-start;
    overflow: visible;
}


.big-left .mfirst {
    width: 60% !important;
}

.big-left .mflex {
    box-sizing: border-box !important;
    width: fit-content !important;
}

.big-left .mlast {
    width: 36% !important;
}


#content .mflex-bg .mflex {
    min-width: 100vw;
    padding: 0 !important;
    margin: 0;
    left: 0;
    position: relative;
}
.mflex-bg
{
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
    display: flex;
    align-items: flex-start;
}

.mflex-bg .mfirst p {
    position: sticky !important;
    top: 0;
}

.mflex-bg .mfirst p {
    max-height: 100vh;
    overflow:hidden;
}


@media screen and (max-width: 1350px){
	h1 {
		font-size: 250%;
	}
}

@media screen and (max-width: 1023px){
	h1 {
		font-size: 24px;
	}
	h2 {font-size: 190%!important;}
	h3 { font-size: 150%!important; }	
	body p,
	a,
	ul li,
	ol li,
	span,
	form
	{
		font-size: 16px;
	}
}

@media screen and (max-width: 767px){
	body p,
	a,
	ul li,
	ol li,
	span,
	form
	{
		font-size: 14px;
		line-height: 1.7;
	}
	#content h2
	{
		margin-top: 20px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {font-size: 175%!important;}
	h3 { font-size: 120%!important; }	
}
.parallax {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 40vw;
    min-height: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}


.parallax-content {
    width: 100% !important;
}

#logo_site {
    display: none !important ;
}

#content ul li,
#content ol li
{
    font-size: 17px;
}

.homepage div#content,
#page_4 div#content {
    overflow-x: hidden;
}

#content img{
    max-width: 100% !important;
    object-fit: contain;
    height: auto;
}

/*** 2 column textblok ***/

@media screen and (min-width:1024px){
	.two-colums .textblok_text {
		column-count: 2 !important;
		column-gap: 10%;
	}

}



.img-fill img {
    width: 100%;
}

.img-fill .mflex
{

overflow: visible !important;
}
.img-fill {
    overflow: hidden !important;
}

@media screen and (min-width: 768px){
	.homepage #content_container
	{
		margin-top: -60px;
	}
}
#content_container
{
	overflow:hidden;
	background: transparent !important;
}






#content_container a {
    color: rgb(178, 145, 58);
    text-decoration: underline;
}


div.textblok_container {
    overflow: visible;
    position: relative;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 1023px){
	div.textblok_container {
		padding-left: 30px;
		padding-right: 30px;
	}
}


@media screen and (max-width:767px){
	body:not(.homepage) div.textblok_container:not(.reviews) {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#content div.textblok_container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

}

h1, h2, h3, h4, h5 {
    font-family: Papyrus W01;
    color: #200034;
    line-height: 1.2;
    font-weight: 100;
}


/*** Grid ***/

#content .textblok_container.grid {
	padding:0 !important;
}

#content .grid .mflex {
    justify-content: space-between !important;
    align-items: stretch;
}


.grid .mflex:before,
.grid .mflex:after {
    display: none;
}


.grid .para_col {
    width: 50%;
    margin: 0 10px 30px;
    padding: 40px 30px 30px;
    background-color: #ffffffcc;
}

.grid .para_col p:first-child {
    margin: 0;
    line-height: 0;
}



.three:not(.coach) .mflex {
	flex-direction: column;
}

.three:not(.coach) .mflex .para_col {
	width: auto;
	margin:0 0 30px;
}


@media screen and (min-width:768px){
	/* three wide */

	.grid.three .mflex
	{
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.grid.three .para_col
	{
		width: 25%;
		margin: 0 1% 0 0 !important;
		padding: 40px 30px 30px;
		box-shadow: 0 10px 15px 0px #00000044;
		background-color: #fff;
	}
}



/*** Row types ***/
.content-row {
    min-height: 1200px;
}


/*** Content backgrounds ***/
.background:not(.big-left) .mflex .para_col,
div:not(.grid).background,
#content .content.background 
{
	text-shadow: 1px 1px 0px #FFE;
	padding-right: 20% !important;
	margin: 70px auto 20px;
	width: auto;
	max-width: 1100px;
}


#content .content.butterfly-bg,
body:not(#page_49).fixed-header #content .textblok_container.butterfly-bg:first-child
{
	background: #fff url(/common/images/butterfly-bg.jpg) no-repeat 0 0 !important;
}

.textblok_container.header
{
    margin-bottom: -80px;
}

#content .content.sand-bg
{
	background: #fff url(/home/images/sand-bg-faded.jpg) no-repeat 0 0 !important;
	background-size: cover;
}

#content .content.panther-bg,
body:not(#page_49).fixed-header #content .textblok_container.panther-bg:first-child
{
	background: #fff url(/common/images/panther-header.jpg) no-repeat 0 0 !important;
}

#content .content.flowers-bg,
body:not(#page_49).fixed-header #content .textblok_container.flowers-bg:first-child
{
	background: #fff url(/common/images/flowers-bg2.jpg) no-repeat 0 0 !important;
}

#content .content.baby-bg,
body:not(#page_49).fixed-header #content .textblok_container.baby-bg:first-child
{
	background: #fff url(/common/images/woman-baby-bg.jpg) no-repeat 0 0 !important;
}

#content .content.bird-bg,
body:not(#page_49).fixed-header #content .textblok_container.bird-bg:first-child
{
	background: #fff url(/common/images/bird-bg.jpg) no-repeat 0 0 ;
}

#content .textblok_container.content.bird-bg.contactform
{
	background: #ffffff99 url(/common/images/bird-grid.jpg) no-repeat right bottom -70px !important;
	background-size: 240px !important;
	background-position: right bottom -70px !important;	
}

#content .content.butterfly-bg,
#content .content.baby-bg,
#content .content.bird-bg,
#content .content.panther-bg
{
	background-size: cover !important;
}


@media screen and (max-width:1023px){

	#content .content.background {
		padding: 10px 3vw 100px 36vw !important;
	}
}


@media screen and (max-width: 767px){
    body:not(.fixed-header) .textblok_container.header .mlast{
    	margin-bottom: 30px !important;
    } 
    
	#content .content.butterfly-bg,
	#content .content.baby-bg,
	#content .content.bird-bg,
	#content .content.panther-bg
	{
		background-size: 120% !important;
	}    
}


/*** Grids ***/
.grid h2 {
    font-size:  20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.grid
{
	padding: 0;
}

#content .grid img {
    object-fit: contain;
    height: 340px;
}

.grid p {
    font-size: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px){
	.grid .para_col{
		min-width: 88%;
		background-size: 33vw;
	}
}

@media screen and (max-width: 767px){
	.grid .para_col{
		min-width: 88%;
		background-size: 33vw;
		box-sizing: border-box;
		width: auto;
		margin: 0 30px 30px 30px;
	}
	
  #content .content.butterfly-bg {
  	background-size: 60%;	
  }  
}
	



/*** Forms ***/

.form-horizontal .form-group > label, 
.inputLabelFormulier {
    color: rgb(32, 0, 52) !important;
    font-size: 17px !important;
}




/*** Two Columns ***/

.two-columns .mfirst {
    padding: 0 3% 0 0;
}

.two-columns .mlast {
    padding: 0 0 0 3%;
}

.two-columns img
{
	height: auto;
}


@media screen and (max-width: 767px){

	.two-columns .mlast
	{
		padding: 0;
	}
}


/*** Section: Tekst & Image ***/
.image-right .mflex,
.image-left .mflex
{
    align-items: center !important;
    max-width: 1000px
}

.image-right .para_col:last-child,
.image-left .para_col:first-child {
    max-width: 30% !important;
    padding-left: 20px
}

.image-right .para_col:first-child,
.image-left .para_col:last-child {
    max-width: 70% !important;

}

@media screen and (max-width: 1023px){
    .image-left .para_col:last-child,
    .image-right .para_col:first-child {
        padding-right: 40px
    }    
 
}

@media screen and (max-width: 767px){
    .image-left .para_col:last-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .image-right .para_col:last-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom:80px;
    }    
}



/*** div.mflex ***/

div.mflex img
{
	width: 100%;
	margin-bottom: 10px;
}


.flexvcenter .mflex,
.centered .mflex{
	align-items: center
}

.mflex
{
    width: fit-content !important;
    z-index:1;
}

@media screen and (min-width:768px){
	body:not(.fixed-header) .mfirst, body:not(.fixed-header) .mlast {
		width: 50% !important;
		max-width: 50% !important;
		box-sizing: border-box;
	}
}


.centered .mfirst
{
	z-index: 1;
	position: relative;
}

.centered .mlast img {
    min-width: 780px;
}

.flexhcenter .mflex,
.centered .mflex
{
	justify-content: center;
    align-self: flex-end;
    max-width: 1650px !important;
    padding-left: 50px;
    max-height: 770px;
}

.mflex .content p
{
	margin: 0 0 15px 0;
}

.centered .mfirst
{
	max-width: 500px;
	margin-left: 50px;
}


.btn, .buttons a{
	text-shadow: none;
}

.message span, .message p {
    font-family: "Papyrus W01" !important;
    font-size: 17px !important;
    letter-spacing: 1px;
}

.normal-header #footer_container_main:before 
{
	display: none !important;
}

#page_31 #content {
    background: url(/home/dgr-v2/bird-header.jpg) no-repeat 0 0;
    background-size: 800px;
	background-attachment: fixed;    
}

#page_31 div#content {
    padding: 10% 8vw 100px 30vw;
}

#page_31 #content_container
{
	margin-top: 0;
}


@media screen and (min-width: 1350px){
.fixed-header #content .textblok_container {
    max-width: 60%;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}
	
}

@media screen and (max-width: 1350px){
	.fixed-header .textblok_container {
		background: #ffffffdd;
	}
}

@media screen and (max-width:1023px){
	#page_31 div#content {
		padding: 410px 8vw 100px 8vw;
	}
}

@media screen and (max-width:767px){
	#page_31 #content {
		background-size: 610px;
	}	
}


.fixed-header .textblok_container.grid {
    background: none;
}

.fixed-header #content_container
{
	margin-top: 0 !important;
}


/*** paraslider ***/ 
.slider_para {
	max-width: none!important;
	width: 100%!important;
	margin: 0em auto -0.5em!important;
}





/*** Testimonial Slider ***/

div.slider_para span,
div.slider_para p {
    font-size: 18px !important;
    font-family: 'Papyrus W01' !important;
    font-style: italic;
    line-height: 1.3;
    color: rgb(32 0 52) !important;
}

div[data-jssor-slider="1"] > div:nth-child(3) {
    left: 4VW !important;
}

#content span.jssora22l, #content span.jssora22r {
    background-image: url(/home/dgr-v2/arrow.svg);
    background-color: white;
    opacity: 1;
    width: 30px;
    height: 30px;
    z-index: 9;
    background-size: 12px;
    background-position: center !important;
    box-shadow: 0 10px 10px 0 #00000022;
    border-radius: 100px;
}

span.jssora22r {
    transform: scalex(-1);
}

span.jssora22l {
    left: -10px !important;
}

span.jssora22r {
    left:auto !important;
    right: -10px !important;
}

.slider_para * {
	color: rgb(32 0 52);
	text-align: left !important;
}

.slider
{
	height: auto;
}

div[data-u="slides"] div {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    padding:0 0px;
    box-sizing: border-box !important;
    overflow:hidden;
    flex-direction: column;
    margin: 0 0 60px;
}


@media screen and (min-width: 1024px)
{
	div[data-u="slides"] div div div {
		padding: 10px 90px !important;
	}
}

div[data-u="slides"] div div div {

    padding: 15px 20px;
    background: none;
    background-size: 241px;
    min-height: 390px;
}

span.jssora22l {
		left: 0px !important;
	}

	span.jssora22r {
		left:auto !important;
		right: 0 !important;
	}

.slider
 {
	max-width: 1100px !important;
	margin: 0 auto;
}


@media screen and (max-width: 1023px ){

	.slider_para
	{
		overflow:hidden;
		margin-bottom: 20px !important;
		margin: 15px;
	}
	
	div[data-u="slides"] div div div{
		min-height: 400px;
	}
}

@media screen and (max-width: 767px ){
	.slider 
	{
		background-size: cover;
	}
	
	.slider p
	{
		margin-bottom: 10px;
	}
	
	
	div[data-u="slides"] div {
		margin:0; 
	}
	.coach.textblok_container .content,
	div[data-u="slides"] > div div div {
		background-size: 241px;
		min-height: 280px;
		padding-right: 30px;
		padding-left: 30px;
	}
}


/*** Homepage ***/
#page_49 div#content {
    padding-top: 0;
}

#page_49 .textblok_container>*
{
	max-width: 100%
}

#page_49 .textblok_container>*, 
#page_49 #page_name>*, 
#page_49 .content_container>*,
#page_49 #trace_container>*, 
#page_49 .backLinkBottom {
    width: 100%;
    max-width: 100%;
}




/*** Coaches overzicht ***/

@media screen and (min-width: 1350px){
	.sand #content {
		background: url(/home/images/sand-bg-faded.jpg) no-repeat center 56vw;
		padding: 60px 0 0;
		height: auto;
		overflow-y: scroll;
		max-width: 100% !important;
		overflow-x: hidden;
		background-attachment: fixed !important;
		background-position: 0;
	}

}

.coach
{
	margin: 0 auto;
    max-width: 1250px;
	padding: 0 20px !important;
}

.coach .content 
{
	padding-top: 20px;
}

.coaches #content .background_padding{
	background-color: transparent !important;
}

.coach .content div:first-child {
    padding-left: 150px;
    height: 160px;
    display: flex;
    flex-direction: column;
    margin-top: -19px;
    justify-content: center;
    margin-bottom: 30px;
}

.coach .content div:first-child p {
	font-size: 22px;
    margin:0;
    line-height: 1.2;
    font-weight: 100 !important;
    
}

.coach .content div:first-child {
    font-size: 24px;
}

.coach .content div:first-child img {
    border-radius: 200px;
    height: 125px;
    width: 125px;
    border: 5px solid #fff;
    margin-left: 20px;
    margin-top: 20px;
    min-width: 127px;
}

.coach p {
    text-shadow: 1px 1px 0px #fff;
}

.coach .content div:first-child {
    display: flex;
    font-size: 24px !important;
}

.coach .para_col, .mflex {
    display: flex;
    flex-wrap: wrap;
}


#content .coach .para_col {
    flex: 1 0 auto;
}

#content .coach.three *
{
    max-width:1250px;
    min-width: 0;
}

#content .coach.three .mflex
{
	margin:  0 auto;
	align-items: stretch !important;
}


#content .coach.three .para_col:last-child {
    min-width: 0;
    width: 100% !important;
    max-width: 1250px !important;
}



#content .coach.leaders .content:before {
	filter: hue-rotate(-156deg) brightness(0.66) !important;
	width: 205px;
	height: 210px;
	left: -11px;
	top: 4px;		
}


.coach .content:before {
	content: '';
	position: absolute;
	background: url(/common/images/coach-bg.png) no-repeat center;
	width: 200px;
	height: 200px;
	left: -7px;
	top: 7px;
	background-size: contain;
}

@media screen and (min-width: 768px){


.coach .para_col:nth-child(2) .content::before {
    left: 5px !important;
}

.coach .para_col:nth-child(2) .content p:first-child {
    left: 20px !important;
}


	#content .coach .mflex .para_col {
		width: 49% !important;
		min-width: 0;
		align-self: stretch;
	}
	
	.coach .content div:first-child p:first-child {
		position: absolute;
		left: 0;
	}
	#content .coach .para_col
	{
		margin: 0; 
	}
	
	.coaches .coach.three .mlast
	{
		min-width: 100%;
	}	
	
	.coaches .coach .mfirst {
		padding: 0 1% 0 0;
	}	
	
	.coaches .coach .para_col:nth-child(2)
	{
		padding-left: 1%;
	}	

	
		
}

@media screen and (max-width:1023px){
	.coach .content div:first-child img {
		min-width: 0;
		width: 100px;
	}
	.coach .content div:first-child {
		padding-left: 140px;
		height: 130px;
	}	
	#content .coach .content{
		padding: 40px 25px !important;
	}
	

	#content .coach .content:before {
		width: 185px !important;
		height: 175px !important;
		left: -11px;
		top: 4px;
	}	
	
	.coach .content div:first-child p {
		font-size: 18px;
		margin: 0;
		line-height: 1.2;
		font-weight: 100 !important;
	}	
	
	.content:before {
		width: 185px;
		height: 180px;
		left: -11px;
		top: 4px;
	}
}



@media screen and (max-width:767px){
	.coach div:first-child p:first-child {
		margin-bottom: 30px;
	}

	#content .coach .content:before {
		width: 211px !important;
		height: 166px !important;
		left: 0;
		top: 0px !important;
		margin: auto;
		right: 0;
	}

	
	#content .coach.two .para_col, #content .coach.three .para_col {
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 0px !important;
		margin: 0 auto !important;
		text-align: center;
	}

	.coach .content div:first-child {
		position: relative;
		height: auto;
		margin:0 0 20px;
		padding-left: 0;
	}

	#content .coach {
		padding:0 30px !important;
	}


	.coach .content div:first-child img {
		margin:0;
	}
	
}



/*** Special button style ***/
body:not(#shop) a.btn,
form .knop, .buttons a {
    background: url(/common/images/button-texture.jpg) no-repeat center !important;
    padding: 18px 40px !important;
    z-index: 1;
    font-family: Papyrus W01;
    color: #fff !important;
    font-size: 18px;
    font-weight: 100;
    transition: 300ms all;
    top: 0;
    margin: 0;
    line-height: 4;
    position: relative;
	text-decoration: none !important;
	white-space: nowrap;
}



@media screen and (max-width: 1023px){

	body:not(#shop) a.btn, form .knop, .buttons a {
		padding: 18px 25px !important;
		font-size: 16px;
	}

}


body:not(#shop) .three a.btn, .three.buttons a{
    padding: 13px 24px !important;
    font-size: 16px;
}

form .knop
{
	line-height: 1;
}

body:not(#shop) a.btn:hover,
.knop:hover, .buttons a:hover
{
	text-decoration: none;	
    transition: 300ms all;	
	background: url(/common/images/button-texture.jpg) no-repeat center !important;    
}

body:not(#shop) a.btn:hover:before,
.knop:hover:before,
.buttons a:hover:before {

    box-shadow: 2px 2px 3px -3px #00000055;
    transition: 300ms all;
    transform: scale(1.02,1.12);
}

body:not(#shop) a.btn:before,
.knop:before, .buttons a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.03,1.14);
    background: rgb(178,145,58);
    background: linear-gradient( 
7deg, rgba(178,145,58,1) 0%, rgba(250,204,91,1) 48%, rgba(170,126,20,1) 100%, rgba(178,145,58,1) 100%) !important;
    z-index: -1;
    box-shadow: 1px 1px 6px -3px #00000055;
}


@media screen and (max-width: 767px){
	body:not(#shop) a.btn,
	form .knop, .buttons a {
		padding: 13px 20px !important;
		margin: 5px 5px;
	}
}

#columnLeft .nav>li { margin-bottom: 3px!important;}


#content_container_winkel, #content_container_winkel table {
    font-size: 115%!important;
}
#content_container_winkel h1 {
    font-size: 36px!important;
}
#content_container_winkel h2 {
  font-size: 23px!important;
}
#content_container_winkel h3 {
    font-size: 19px!important;
}

#content_container_winkel a, td.pageHeading, DIV.pageHeading, div#bodyContent h1, div.page-header small, h3.infoheader_products 
{color: #200034}



.page-header {margin-top: 0px!important;}



.form-horizontal .form-group > label, .inputLabelFormulier {
    color: white;
    font-size: 150%;
}

.button, #sForm .button, .knop, #sForm .knop { color: rgb(51, 97, 44); }


.textblok_text 
{
	z-index: 1;
}

/******* DGR style: 2021  ******/

@media screen and (max-width: 1200px){
	.textblok_text img
	{
		height: inherit;
	}
}


/***** Basic classes ****/
#content .content:not(.background),
#content .reviews p,
#content .contactform,
body#page_ div.intro_text,
#content .message,
body:not(#page_49).fixed-header #content .textblok_container.content:first-child,
body:not(.fixed-header) .textblok_container.header .mlast,
.background.left .textblok_text,
.grid .para_col,
.boxed .textblok_text div {
    box-shadow: 0 5px 15px -5px #00000066;
    padding: 40px 50px 40px 50px !important;
    background-color: #ffffffe8;
    box-sizing: border-box;
    border-radius: 0;
    z-index:1;
	margin-bottom: 20px;
	text-shadow:1px 1px 0 #fff;    
}




/** sand left & right **/
@media screen and (min-width: 1024px){
	#content .mlex.sand,
	body.sand-right,
	#content .content.sand-right {
		background: url(/common/images/sand-right.jpg) no-repeat top right;
		background-size: contain;
	}
	
	body.sand-right
	{
		background-size: 500px;
		background-attachment: fixed;
	}	
}

#content .sand-left,
body.sand-left,
body#shop {
    background: url(/common/images/sand-left.jpg) no-repeat 0 0;
    background-size: contain;
    padding-bottom: 800px;
    margin-bottom: -730px !important;
}


#shop .page-header {
    margin-top: 15px;
    overflow: visible;
}

body.sand-left,
body.sand-right,
body#shop
{
	padding-bottom: 0;
	margin-bottom:0 !important;
}


#content .sand-right,
body.sand-right {
    background: url(/common/images/sand-right.jpg) no-repeat bottom right;
    background-size: contain;
    padding-bottom: 800px;
    margin-bottom: -730px;
}


body.sand-left,
body.sand-right,
body#shop {
	background-attachment: fixed !important;
	background-size: 800px !important;
}

#content .sand-left:last-child,
#content .sand-right:last-child,
body.sand-left,
body.sand-right
{
    padding-bottom: 0;
    margin-bottom: 0 !important;
}


@media screen and (max-width:767px){

	.sand-left, .sand-right {
		padding-bottom: 60px;
		margin-bottom: -59px !important;
	}
	#content .sand-left, body.sand-left, body#shop {
		background-size: 360px;
		padding-bottom: 630px;
		margin-bottom: -690px !important;
	}
}



#content .textblok_container.nocontent
{
	box-shadow: none !important;
	padding: 30px 0 0 0 !important;
	background: transparent !important;
}

body:not(.fixed-header) .textblok_container.header .mlast {
    margin: 11vw 40px auto !important;
    align-self: center;
    font-size: 1em;
    font-weight: 100;
}

@media screen and (max-width:767px){
	body:not(.fixed-header) .textblok_container.header .mlast {
	    margin:0 !important;
	}
}
body:not(.fixed-header) .textblok_container.header .mlast p {
    font-size: 19px;
}

/** 404 page **/

body#page_ #content_container {
    background: url(/common/images/medicine-woman-right-big.jpg) no-repeat right bottom !important;
    background-size: contain !important;
    min-height: 820px;
    padding-top: 160px;
}


@media screen and (min-width: 768px) and (max-width:1023px){

	#content .content:not(.background),
	#content .reviews p,
	#content .contactform,
	body#page_ div.intro_text,
	#content .message,
	body:not(#page_49).fixed-header #content .textblok_container.content:first-child,
	.fixed-header #content .textblok_container:first-child,
	body:not(.fixed-header) .textblok_container.header .mlast,
	.background.left .textblok_text {
		padding: 35px 40px 40px 40px !important;  
		box-shadow: 0 5px 15px -5px #00000066 !important;
		background-color: #ffffffe8 !important;		
	}
	
	#content .header .mlast {
		min-width: 0;
		box-sizing: border-box;
		margin: 7% auto 30px !important;
		width: auto !important;
		max-width: 80% !important;
	}
}

@media screen and (min-width:1024px){
	.header .mfirst {
		min-width: 50% !important;
		min-height: 930px;
		height: 100% !important;
	}

}


/*** Homepage Intro ***/
#content .intro.content {
	background-color: #ffffff !important;
}
@media screen and (min-width: 1024px){
	#content .textblok_container.nomargin {
		padding: 0 0 380px 0 !important;
		margin: 0px 0 -370px !important;
	}

}



@media screen and (max-width:767px){

body#page_ #content_container {
    background: url(/common/images/medicine-woman-right-big.jpg) no-repeat right top !important;
    background-size: contain !important;
    min-height: 0;
    padding-top: 0;
}

	#content .content:not(.background),
	#content .content:not(.newsletter),
	#content .reviews p,
	#content .contactform,
	body#page_ div.intro_text,
	#content .message,
	body:not(#page_49).fixed-header #content .textblok_container.content:first-child,
	.fixed-header #content .textblok_container:first-child,
	body:not(.fixed-header) .textblok_container.header .mlast,
	.background.left .textblok_text,
	#content .background .mflex {
		padding: 25px 30px 30px 30px !important;  
		background-color: #ffffffe8 !important;		
	}
	
	#content .intro.content {
		padding: 25px 20px 30px 20px !important;
	}
	
	#content .content.newsletter
	{
		box-shadow: 0 5px 15px -5px #00000066 !important;
		margin:20px auto !important;
	}

	
	#content .coach .content
	{
		padding: 20px !important;
	}
	
	#content .background .para_col {
		margin: 0 !important;
		padding: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	#content .background .mflex {
		background: #ffffffd9;
		padding:24px;
	}
 	
}




@media screen and (min-width: 1024px) {
	.fixed-header #content {
    padding: 160px 0 100px 0;
    background-size: 45vw !important;
    display: flex;
    flex-direction: column;
    background-attachment: fixed !important;
}
	
	.fixed-header.bird-header #content 
	{
		background-size: 70vw !important;
	}
	
	.normal-header #content{
		padding: 70px 8vw 25px 39vw;
		background-size: 50vw !important;
	}	
}


@media screen and (min-width: 1024px) and (max-width: 1350px){

	.normal-header #content,
	.fixed-header #content{
		background-size: 45vw !important;
	}
	
	body#page_ div#content
	{
		padding: 100px 4vw 0 !important;
		box-sizing: border-box;
	}	

	.normal-header #footer_container_main:before 
	{
		display: none !important;
	}
}

@media screen and (max-width: 1024px){
	body#page_ div#content
	{
		padding: 0 4vw !important;
		box-sizing: border-box;	
	}

	.fixed-header #content {
		background-size: 100vw !important;
		padding: 70vw 7vw 0 !important;
		box-sizing: border-box;
	}	
}

@media screen and (max-width: 767px)
{
.fixed-header #content {
    background-size: 100vw !important;
    padding: 70vw 20px 0 !important;
    box-sizing: border-box;
}


	body:not(.homepage) .textblok_container:nth-child(3) * {
		text-shadow: 1px 1px #fff;
	}
	
	body:not(.homepage) .header .mlast {
		background: #fff;
		padding: 20px;
		box-shadow: 0 10px 10px -5px #00000055;
		margin-bottom: 20px;
	}	

	div#content {
		box-sizing:border-box;
		margin:0 !important    
	}

	#footer_container_new .textblok_container {
		padding: 0;
		margin-top:80px;
	}
	
	.content.inline {
		padding-right: 0 !important;
		max-width: 100%;
		text-shadow: 1px 1px #fff;		
	}

	.content,
	.reviews p,
	.contactform,
	body#page_ div.intro_text,
	.message {
		padding: 20px !important;
	}	
}

.butterfly-header #content,
.butterfly-bg
{
	background: url(/common/images/butterfly-header.jpg) no-repeat 0 0; 
	background-size: contain;
	background-attachment: fixed !important;	
}

#content .background.panther-bg, #content .background.bird-bg, #content .background.baby-bg {
    background-size: 57% !important;
    background-position: top left !important;
}

#content .background.bird-bg {
    background-size: 85% !important;
    background-attachment: fixed;
}

.panther-header #content,
.panther-bg
{
	background: url(/home/dgr-v2/panther-header.jpg) no-repeat 0 0; 
}

.voyahuasca-header #content,
.voyahuasca-bg
{
	background: url(/common/images/voyahuasca-header.jpg) no-repeat 0 0; 
}

.bird-header #content,
.bird-bg
{
	background: url(/home/dgr-v2/bird-header.jpg) no-repeat 0 0; 
}

.baby-header #content,
.baby-bg
{
	background: url(/home/dgr-v2/woman-baby-header.jpg) no-repeat 0 0; 
}


@media screen and (min-width: 1350px){
	#content .background.butterfly-bg {
		background-size: 65% !important;
		background-position: left 0 top 30% !important;
		background-attachment: fixed;
	}
}

@media screen and (min-width:1025px) and (max-width: 1350px){

	#content .background.butterfly-bg {
		background-position: left 0 top 30% !important;
		background-attachment: fixed;
	}

	#content .background.panther-bg, #content .background.bird-bg, #content .background.baby-bg {
		background-size: 65% !important;
		background-position: top left -130px !important;
	}


	#content .background.bird-bg {
		background-size: 85% !important;
		background-attachment: fixed;
	}


	.butterfly-header #content
	{
	 background: url(/common/images/butterfly-header.jpg) no-repeat -50px 0; 
	}

	.panther-header #content
	{
	 background: url(/home/dgr-v2/panther-header.jpg) no-repeat -50px 0; 
	}

	.bird-header #content
	{
	 background: url(/home/dgr-v2/bird-header.jpg) no-repeat -50px 0; 
	}

	.baby-header #content
	{
	 background-size: 40%;
	}
}

@media screen and (max-width:1023px){

	#content .background.panther-bg, #content .background.bird-bg, #content .background.baby-bg {
		background-size: 80% !important;
	}
}


@media screen and (max-width: 767px){	
	#content .background.butterfly-bg,
	#content .background.panther-bg,
	#content .background.bird-bg,
	#content .background.baby-bg,
	#content .background.flowers-bg,
	#content .background.woman-bg
	{
		background-size: 140% !important;
		background-position: top left !important;
	}
}


/*** Menu ***/

ul#menu {
    font-family: Papyrus W01, sans-serif !important;
    top: 0;
    min-height: 39px;
    height: 55px;
    padding:0;

}
ul#menu li,
ul#menu a {
	line-height: 1;
}
#menu .sub-menu a {
    color: #6A5436 !important;
}

#menu a {
    padding: 28px 20px 23px 20px !important;
}

body:not(#page_49) #menu_container
{
	background: transparent;
}

div#menu_container.menu_tiny {
    background: #ffffffeb !important;
}


#menu_container,
#body_container #menu_container.menu_tiny
{
    height: 56px !important;
    min-height: 56px !important;
}

#topNav.topnav_tiny {
    margin: 0 auto;
}



/*** Header **/

.themebg {
    width: 100%;
    object-fit: cover !important;
    max-height: none;
    bottom: auto;
    margin: auto;
    position: relative;
    z-index: 0;
    min-width: 1282px !important;
    margin-left: 50% !important;
    transform: translatex(-50%);
}

.headerimg {
    position: relative;
    top: 90px;
    margin-bottom: 80px;
}

img.themebg.desktop.page_img {
    top: 0;
}

.logo, 
.logo-en {
	width: 100vw !important;
	min-width: 600px;
	position: absolute;
	bottom: auto;
	text-align: center;
	z-index:1;
	box-sizing: border-box;	
}	

.logo-en img,
.logo img {
	z-index: 1;position: relative;
	top:0;

}

#content .logo img {
    width: 55vw;
    max-width: 772px !important;
    margin-top: 10px;
}

	
@media screen and (max-width:1350px){
	.logo-en img {
		width: 750px;
	}
	
	.logo img {
		width: 750px;
	}
}



@media screen and (max-width: 1023px){
	.logo, .logo-nl img {
		width: 500px;
	}
	
	.logo,
	.logo-en
	{
		padding:0 20px
	}
	
	.textblok_container.header:not(.reversed) .mfirst img, .textblok_container.header.reversed .mlast img {
		right: 0px;
		top: -5px;
	}	
	

	.headerimg {
		top: 100px;
	}	

	img.themebg.mobile.page_img {
		top: 50px;
	}
	
	
}

@media screen and (max-width: 767px){
	.logo img {
		min-width: 320px;
		width: 80%;
	}
	
	.logo,
	.logo-en
	{
		min-width: 0;
	}	
	
	.logo {
		top: 0px;
	}
	
	.headerimg {
		top: 20px;
		margin-bottom: 70px;
	}
	
	#content .logo img {
		width: 85vw;
		max-width: 772px !important;

	}	

	.textblok_container.header:not(.reversed) .mfirst img, .textblok_container.header.reversed .mlast img {
		position: relative;
		width: 100% !important;
		min-width: 100%;
	}	

	#content .header .mfirst img {
max-width: 100% !important;
    object-fit: cover;
    height: 130vw;
    max-height: 820px;
    object-position: top;
	}	
	
}



.textblok_container.header
{
	text-align: left;
	color: rgb(32, 0, 52);
}

#content .textblok_container.header-section {
    overflow: visible !important;
    position: relative;
    padding: 0 !important;
    margin-bottom: 0 !important;
}



body:not(#page_49) .textblok_container.header {
    margin-top: -40px;
/*    margin-bottom: -140px; */
    padding: 0 !important;
}


#content .textblok_container.header.reversed .mflex
{
    flex-direction: row-reverse;
}

.header-section > .textblok_text {
    overflow: visible !important;
}

@media screen and (min-width: 1024px){
	#content .textblok_container.header .mflex, body:not(#page_49) #content .textblok_container.header {
		max-width: 1600px;
		height: 58vw;
		overflow: hidden;
		min-height: 900px;
	}
	
	.header.reversed .mfirst,
	.textblok_container.header .mlast
	{
		padding: 170px 0 100px 4vw;
	}

	.textblok_container.header .mlast {
		margin-top: 145px !important;
		margin-right: 4% !important;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction:  column;
		margin-left: -4% !important;
	}		
}

@media screen and (max-width: 1023px ){
	.textblok_container.header .mlast {
		justify-content: flex-start;
		padding: 90px 0 20px;
	}

	.textblok_container.header .mlast h1{
		font-size: 30px;
	}
	
	.themebg {
		min-width: 850px !important;
	}
		body:not(#page_49) .textblok_container.header
	{
		margin-top: 0;
		margin-bottom: 0;
	}
		
}


@media screen and (max-width: 767px){



	.textblok_container.header .mlast {
		padding: 20px 20px 0!important;
		margin: 0 !important;
	}
	
	.header .para_col:first-child,
	.header {
		padding-top:0;
	}
	
	.header-section {
		padding: 0 !important;
	}
	.themebg {
		min-width: 360px !important;
		margin-left: 50% !important;
	}
}

.header.reversed .mlast
{
	padding: 0 !important;
}

@media screen and (max-width:767px){
	.header .mfirst * {
		margin:0;
		line-height:0;
	}
}


.textblok_container.header .mflex div
{
	margin:0;
	position: relative;
}
.textblok_container.header:not(.reversed) .mfirst img, .textblok_container.header.reversed .mlast img {
	filter: sepia(60%);	
}

.textblok_container.header:not(.reversed) .mfirst img, .textblok_container.header.reversed .mlast img {
	filter: sepia(60%);	
}

@media screen and (min-width: 1024px){

	.textblok_container.header:not(.reversed) .mfirst img, .textblok_container.header.reversed .mlast img {
position: absolute;
    right: 12px;
    top: 40px;
    object-position: top left;
    object-fit: cover !important;
    -webkit-mask-image: url(/common/images/header-default-mask2.png);
    -webkit-mask-position: top 0px left -2px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    object-fit: cover !important;
    min-width: 768px !important;
    min-height: 830px !important;
    object-position: top left;
	}

	#content .header.portrait .mfirst img
	{
		object-fit: contain !important;
	}


}




.textblok_container.header .parallax-content {
    width: 100%;
    max-width: 100%;
}

.fullscreen {
    min-height: 800px;
}

.intro
{
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
}	

.intro.content {
    margin: 0 auto;
}

.introtext
{
    font-size: 24px;
	color: #200034;
    font-family: 'Papyrus W01',serif !important;
    text-align: center;
    z-index: 1;
    position: relative; 
}

.introtext p:first-child {
    font-size: 25px;
}

#content .introtext h2
{
	margin-top:0 !important;
}

.intro .content {
    margin-top: -91px;
    position: relative;
    z-index: 1;
}





/*** Flowers ***/
.flowers {
    position: absolute;
    height: auto;
    width: auto;
    -webkit-mask-image: url(/home/dgr-v2/flowers-mask.png);
    -webkit-mask-size: contain;
    z-index: 1;
	max-width: 270px;
}

.flowers.right
{
    transform: scalex(-1);
}


/*** Team foto ***/
img.page_img.team {

  min-width: calc(100% + 70px) !important;
  margin:00px -30px 0px;
  z-index:-1;

}

@media screen and (max-width:767px){
	img.page_img.team {
		min-width: 0 !important;
		margin: 0px 0;
		z-index: -1;
	}
}


/*** content ***/

.panther-bg
{
	background: url(/home/dgr-v2/panther.jpg) no-repeat 0 0;
}


@media screen and (min-width: 1024px){
.video.panther-bg {
    background: url(/home/dgr-v2/panther.jpg) no-repeat 0 0;
    background-size: contain;
    min-height: 930px;
}

}


.panther-bg.textblok_container {
    align-items: flex-end !important;
    padding: 5% 4% 5% 0;
    box-sizing: border-box;
    margin: 100px 0;
}


@media screen and (max-width:1023px){
	.panther-bg {
		background: url(/home/dgr-v2/panther.jpg) no-repeat 0 0;
		background-size: contain;
		min-height: 720px;
		justify-content: center;
		margin: 0;
	}
}


.content:not(.background).panther-bg .textblok_text,
.content:not(.background).baby-bg .textblok_text,
.content:not(.background).bird-bg .textblok_text,
.content:not(.background).butterfly-bg .textblok_text
{
	padding: 40px;
	box-sizing: border-box;
	background: #ffffff99;
}

#content .textblok_container.content.baby-bg,
#content .textblok_container:not(.contactform).content.bird-bg,
#content .textblok_container.content.butterfly-bg,
#content .textblok_container.content.panther-bg
{
	padding: 40px !important;
	margin: 20px auto;
	box-sizing: border-box;
}

@media screen and (max-width:767px){
	#content .textblok_container.content.baby-bg, 
	#content .textblok_container:not(.contactform).content.bird-bg, 
	#content .textblok_container.content.butterfly-bg, 
	#content .textblok_container.content.panther-bg {
		padding: 190px 20px 20px !important;
		margin: 0 auto;
		box-sizing: border-box;
	}
}

#content .textblok_container:not(.contactform).content.bird-bg
{
    background: url(/common/images/bird-grid.jpg) no-repeat right bottom -70px !important;
    background-size: 240px !important;
}

#content .content.contactform {
    padding: 0 !important;
}

/*** Vlinder ***/

img.butterfly {
    position: absolute;
    height: auto;
    width: auto;
    -webkit-mask-image: url(/home/dgr-v2/vlinder-footer-mask.png);
    -webkit-mask-size: contain;
    z-index: 1;
	max-width: 270px;
}



/*** Newsletter ***/

a.lightview.subscribe  {
	display: block;
	margin-top: -50px;
}




a.lightview.subscribe img {
    min-width: 680px;
    margin-left: -100px;
    z-index: -1;
    position: relative;
}

.newsletter {
	max-width: 1000px !important;
	width: 80% !important;
}


@media screen and (min-width: 1024px){
	.newsletter .textblok_text {
		min-height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-width: 650px;
	}
}


img.sjaman {
    position: absolute;
    height: auto;
    width: 950px;
    -webkit-mask-image: url(/home/dgr-v2/sjamaan-head-mask.png);
    -webkit-mask-size: 82%;
    z-index: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -246px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 58% -42px;
}

@media screen and (max-width:1023px){

	a.lightview.subscribe img
	{
		min-width: 480px;
		margin-left: 0px;
	}

	.newsletter {
		margin-top: 60px;
	}
	
	.newsletter .content {
		padding: 100px 20px 20px !important;
	}	
	
} 


@media screen and (max-width:767px){

	a.lightview.subscribe img {
		min-width: 350px;
		margin-left: 0px;
	}

	.newsletter {

		width: 95% !important;
	}

} 







/*** sticky items & sidebars ***/
.sticky {
    position: sticky !important;
    top: 70px !important;
}

.content.sticky.sidebar h2 {
    font-size:  20px;
    font-weight: 900;
}

.content.sticky.sidebar p {
    font-size:  16px;
}
.content.sticky.sidebar
{
    padding:40px
}

.sidebar *
{
    line-height: 1.3
}
.sidebar ul {
    padding: 0 0 0 20px;
}
.sidebar ul li {
    padding: 0 0 10px 0;
    line-height:1.2 !important;
    font-size:14px !important;
}


#content .sidebar.content {
    padding: 30px !important;
}


/*** Contact page & form ***/
.contactform {
    padding: 0;
}

form input, 
form textarea,
img.code,
form .knop
{
	border-radius: 0 !important;
}

.form-horizontal
{
	padding-top: 0px !important;
	margin-bottom: 0px;
}



.fade .mlast:after {
    content: '';
    z-index: 0;
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: 0;
    background: linear-gradient( 
0deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%, rgb(255 255 255) 100%);
    position: absolute;
}



/*** Video blok ***/
.textblok_container.video .textblok_text {
    max-width: 50% !important;
}


.panther .textblok_text  {
    width: 750px !important;
    position: relative;
}

@media screen and (max-width:767px){
	#content .video {
    min-height: 0 !important;
}

	.textblok_container.video .textblok_text {
		max-width: 100% !important;
		margin: auto;
	}
	
	.video.textblok_container {
		align-items: center !important;
		padding: 0;
		box-sizing: border-box;
		margin-top: 0;
		background-position-x: 0;
	}

	.textblok_container.video {
		min-height: 0 !important;
		justify-content: center !important;
		padding: 40px 20px !important;
	}	

	.textblok_container.video.panther-bg {
		justify-content: center !important;
		padding: 340px 20px 0 !important;
		margin: -35px 0 0px 0;
	}
}



/*** BOOK & Sand  ***/
.sand {
    max-width: 100%;
    margin: auto;
    background: url(/home/images/sand-bg-faded.jpg) no-repeat center 11px;
    background-size: cover;
}


.book img {
    -webkit-mask-image: url(/home/dgr-v2/e-book-sacred-voyage-mask.png);
    -webkit-mask-position: center !important;
    -webkit-mask-size: contain;
   max-width: 500px !important;

}

.book .content
{
	min-width: 600px;
}

.book .mflex {
    align-items: center !important;
    justify-content: center;   
    max-width: 1000px !important;    
}

.book .para_col {
    display: block;
    margin: 0;
    flex-grow: 0 !important;
}

.book .para_col:first-child {
    margin-left: 0;
    min-width: 444px;
}
.book .content
{
    margin-left: -100px;
}

@media screen and (min-width: 1024px){
	.themebg.desktop {
		display: block !important;
	}

	img.themebg.mobile {
		display: none !important;
	}
}


@media screen and (max-width: 1023px){
	.book .content {
		width: 100%;
	}

	.book .mflex {
		align-items: center;
		justify-content: center;   
		max-width: 700px;
		flex-wrap: nowrap;
		margin: 0 auto;		
	}
	#content .book .para_col {
		width: 50% !important;
		max-width: 50% !important;
	}	

	.book .para_col:first-child {
		margin-left: 0;
		min-width: 0;
	}

	#content .book img{
		max-width: 500px;
	}
	.book .content {
		margin-left: 0px;
		min-width: 0;
	}

	img.themebg.desktop {
		display: none !important;
	}
	
	img.themebg.mobile {
		display: block !important;
	}
}


@media screen and (max-width: 767px){
	.book .content
	{
		min-width: 100%;
		margin-left: auto;
	}
	
	.newsletter h2 {
		padding: 20px 20px 0!important;
	}
}



/*** Menu ***/
#menu li a,
ul#submore li a {
    color: #6A5436 !important;
    padding: 20px !important;
    margin: 0;
    font-size: 15px;
}


#menu #submore_container #submore li {width: auto !important}

#menu li#current > a,
ul#submore li#current > a {
    color: #fff !important;
    padding: 20px;
}

li[aria-haspopup=true]:hover {
    background: #B4923B;
    }

li[aria-haspopup=true]:hover a {
    color: #fff !important;
    }
#menu li[aria-haspopup=true]:hover a b.caret {
    border-top: 6px solid #fff !important;
    }

.sub-menu li, #submore li {
    border-bottom: 1px solid #f7f4ef !important;
	border-top: none !important;
}
.sub-menu li:last-child, #submore li:last-child
{
	border: none !important;
} 

ul#submore {
    padding: 0 !important;
}

#menu li#current,
ul#submore li#current {
	background: rgb(178,145,58);
	background: linear-gradient(90deg, rgba(178,145,58,1) 0%, rgba(211,180,96,1) 100%);
	padding:0 !important;
	border:none;
}

#menu > li,
ul#submore > li {
    padding-bottom: 0;
    margin:0;
    border-bottom: none !important
}

#menu,
ul#submore {
    z-index: 99991;
    margin-top: 0;
}


#menu, #menu ul, 
ul#submore ul {
    list-style: none;
    float: none;
    padding: 8px;
    margin: 0;
}

@media screen and (max-width: 767px){
	#header_container {
		min-height: 0 !important;
	}
}



/* Sub Menu */
ul.sub-menu {
    padding: 0 !important;
    box-shadow: 0 10px 15px -7px #00000059;
}


.sub-menu a {
    min-width: 200px;
}
#menu .sub-menu li
{
	border-radius: 0!important;
}

#menu li:hover li a, #menu li.hover li a {
    background-color: #fff;
    color: #000000;
}

#menu .sub-menu a {
    padding: 16px !important;
}

.sub-menu li, #submore li {
    border-top: 0;
}

.sub-menu li:last-child a {
	border-radius: 0 !important;
}


#menu .caret {
    margin-top: 0;
}

.menu_tiny #menu > li {
    padding-bottom: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px solid #6A5436;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

#language_container {
    float: none;
    position: absolute !important;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: 9;
    width: 24px;
    padding-left: 0px;
    position: relative;
    transition: all 500ms, background 500ms;
    background: transparent;
    margin-left: 0;
    right: 20px;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto !important;
    align-items: center;
}

#topNav {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: margin 500ms;
    transition: margin 500ms;
    text-align: left;
    display: block;
}

#header_container {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 0px;
    -webkit-transition: all 500ms, background 500ms;
    -moz-transition: all 500ms, background 500ms;
    -o-transition: all 500ms, background 500ms;
    transition: all 500ms, background 500ms;
}


ul#menu {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}


@media screen and (max-width:767px){
	ul#menu {
		align-items: flex-start;
		justify-content: flex-start;
	}
}

#menu li a:hover {

background: linear-gradient(
90deg
, rgba(178,145,58,1) 0%, rgba(211,180,96,1) 100%);color: #fff !important;border: none !important;
}


/*** Items ***/

#content .item .mflex
{
	align-items: center;
}

.item .para_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/*** Content elements ***/
.para_col
{
    position: relative;
}



/*** Block quote ***/
blockquote * {
    font-size: 30px !important;
    font-style: italic;
}

#content .content.butterfly-bg.quote
{
	background: #FFF url(/common/images/grid-bg-butterfly.jpg) no-repeat bottom 17% right -18% !important;
	background-size: 431px !important;
	padding: 100px 30px !important;
	font-style: italic;
}



.imgright .content {
    width: 32vw;
    max-width: 512px;
    margin: auto;
    transform: translate(-24vw);
}


.imgright {
    height: 50vw;
    min-height: 450px;
    padding: 100px 0;
    background: url(/common/images/medicine-woman-right-big.jpg) no-repeat center right;
    background-size: contain;
}




@media screen and (min-width: 1351px){
	.medicine-woman, body#page_ #content_container {
		background: url(/common/images/medicine-woman-right-big.jpg) no-repeat right bottom;
		background-size: contain;
		min-height: 820px;
		padding-top: 160px;
	}
}

@media screen and (min-width: 768px) and (max-width:1350px){
	.medicine-woman, body#page_ #content_container {
		background: url(/common/images/medicine-woman-right-big.jpg) no-repeat right bottom;
		background-size: 60vw;
		min-height: 780px;
		padding-top: 160px;
	}
}

#content .medicine-woman .textblok_text {
    max-width: 940px;
    margin: 0 auto;
}

.medicine-woman .content
{
	max-width: 800px;
}



@media screen and (max-width:767px){
	.medicine-woman{
		background-size: cover;
	}
}



/*** FAQ ***/
.ui-accordion-header {
    border: 1px solid #eee;
    padding: 16px 20px 10px;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 30px;
    background-color:#ffffffcf;
}

.ui-accordion-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 0;
    margin-top: -13px;
       background-color:#ffffffcf;
}

.ui-accordion-header-active {
    box-shadow: 0 10px 10px -5px #00000011;
}

.ui-accordion-content-active {
    background-color:#ffffffcf;
}

#content .accordion h2 {
    margin: 10px 0 !important;
}



/*** two-cols ****/


.split-content h2
{
    width: 100%;
}
#content .split-content .textblok_text > div {
    display: flex;
    flex-wrap: wrap;
    min-width: 100% !important;
}

.split-content .content.two-col {
    width: fit-content;
    margin: 20px 20px 20px 0 !important;
    background: #ffffffc7;
    padding: 30px !important;
}

.split-content .content.two-col ul {
    padding: 0 0 0 30px
}

.split-content .two-col:last-child
{

}

.split-content img
{
	width: 100%;
}

.content.two-col {
    width: 40%;
    margin: 0 10vw;
	background: #ffffffc7;
}

@media screen and (min-width: 1024px) and (max-width: 1350px){
	.content.two-col {
		width: 40%;

		margin: 0 10vw;
		background: #ffffffc7;
	}
}

@media screen and (max-width: 1024px){
	.content.two-col {
		width: 60%;
		margin: 0 3vw;
	}
}


@media screen and (max-width: 767px){
	.content.two-col {
		width: 90%;
		margin: 0 auto 20px !important;
	}
	
.medicine-woman {
    background-size: 120% !important;
    padding-top: 100vw;
    margin-top: 0;
    background: url(/common/images/medicine-woman-right-big.jpg) no-repeat 100% 10%;
}
	
	.medicine-woman .textblok_text
	{
    	box-sizing: border-box;
	}
}



/****** Background element styling  *******/

@media screen and (min-width: 1024px){
	#content .background.voyahuasca, #content .background {
		min-width: 100vw;
		background-attachment: fixed !important;
		padding: 180px 6% 30px 48vw !important;
		margin: 0 !important;
	}
}

@media screen and (max-width: 1023px){
	#content .background.voyahuasca, #content .background {
		min-width: 100vw;
		background-attachment: fixed !important;
		padding: 180px 6% 30px 29vw !important;
		margin: 0 !important;
	}
}

#content .background.voyahuasca{
    background-size: 100% !important;
    background-position: left -172px top !important;
}

#content .background.right {
	padding: 110px 50vw 30px 6% !important;
	margin:0 !important;	 
	background-position: right -272px top !important;   
}

.background
{
	overflow: hidden !important;
	min-height: 100vh;
}

/*scroll background */
#content .textblok_container.scroll.background {
    background-attachment: scroll !important;
    min-height: 820px !important;
    justify-content: center;
}

@media screen and (max-width:767px){
	#content .textblok_container.scroll.background {
		min-height: 520px !important;
	}
	.background
	{
		min-height: 500px;
	}	
}

.gradient-full:after,
.gradient-full:before
 {
    height: 150px;
    content: '';
    width: 7000px;
    background: linear-gradient(rgba(255,255,255,0) 11%, rgb(255 255 255) 89%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(-50%, 31px);
}

.gradient-full:before{
	 background: linear-gradient(#fff 11%, rgba(255,255,255,0) 90%) !important;
	 top: -31px !important;
	 padding-top: 0 !important;
	 position: absolute;
	 left: 0;
}

.gradient-bottom:after
{
    height: 150px;
    content: '';
    width: 7000px;
    background: linear-gradient(rgba(255,255,255,0) 11%, rgb(255 255 255) 89%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(-50%, 31px);
}


.voyahuasca img.coaches-img.page_img {
    -webkit-mask-image: url(/home/dgr-v2/coaches-mask.png);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.background.content {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;   
    box-shadow: none !important;
}

#content .background.content .textblok_text {
    margin-top: 130px !important;
    box-shadow: 0 20px 20px -10px #00000066;
    background-color: #fff; 
    padding: 40px;   
}

@media screen and (min-width: 768px){
	#content .background.content .textblok_text {
		max-width: 60%;
	}
	
    .three.galery .para_col {
        width: 33% !important;
        padding: 5px;
        box-sizing: border-box;
        
    }
    #content .three.galery
    {padding: 0 !important}
    
    .three.galery .mflex
    {
        flex-direction: row !important;
    }
    
    
    .three.galery .mflex 
    {
        flex-direction: row !important;
    }
    
    .three.galery .mflex .para_col .page_img {
		min-width: 300px !important;
		max-height: 300px !important;
		object-fit: cover !important;
		height: 13vw !important;
		min-height: 200px;
		margin: 4px !important;
	}
}




#content .content.background {
    padding: 10px 5vw 100px 55vw !important;
}

@media screen and (min-width: 1024px) and (max-width:1350px){
	.background.content .textblok_text {
		background-color: #ffffffcc !important;
	}
}

@media screen and (max-width:1023px){
	.gradient-full:after,
	.gradient-full:before
	{
		height: 23vh;
		transform: translate(-50%, 0px);		
	}
}

@media screen and (max-width:1023px){
	.background .textblok_text {
		background: #fffffff0 !important;
		padding: 30px;
	}
	
	#content .background.voyahuasca {
		background-position: right 0;
		padding: 110px 6% 30px 32vw !important;
	}	
}

@media screen and (max-width:767px){
  	.background.content .textblok_text {
		margin-top: 300px !important;
	}
	#content .background
    {
        padding:210px 5% 100px !important;
    }
}

/*** left col content ***/
.content-left .mfirst {
    background: #fff;
    box-shadow: 0 10px 15px -5px #00000033;
    padding: 30px;
    margin: 20px;
}


@media screen and (max-width: 1023px){
    .content-left .mflex {
        flex-direction:column !Important
    }

    .content-left .mflex {
        flex-direction:column !Important
    }
    .content-left .para_col{
        
    }
   
	body:not(.fixed-header) .mfirst, body:not(.fixed-header) .mlast {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
		margin:0
	} 
}



@media screen and (max-width: 767px){

	.content-left .mfirst {
		margin: 0 0 70px;
	}
}


/****** FOOTER *******/
.footer-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 699px;
    margin: 15px auto 120px;
    background: #ffffffc7;
    padding: 40px 140px 55px 180px;
    box-shadow: 0 3px 10px 0 #0000004a;
    transform: translate(-11%);
    position: relative;
    box-sizing: content-box;
}

div#footer_container_main:before {
    height: 11vw;
    content: '';
    width: 100vw;
    background: linear-gradient( 
0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%, rgb(255 255 255) 100%);
    position: absolute;
    bottom: 100%;
    left: 0;
}
.footer-content .flowers {
    position: absolute;
    height: auto;
    width: auto;
    -webkit-mask-image: url(/home/dgr-v2/flowers-mask.png);
    -webkit-mask-size: contain;
    z-index: 1;
    max-width: 330px;
    left: -190px;
    top: 0;
    margin: auto;
    bottom: 0;
    transform: rotate(
-17deg);
  
}

 .footer-content div
 {
     width: 33.33%
 }  

.footer-content h2 {
    width: 100%;
    text-align: left;
    margin:0 0 20px;
}

.footer-content h3 {
    font-size: 20px;
    margin:0;
    font-weight: bold;    
}

.footer-content p 
{
    font-size: 15px;
    line-height: 2.3
}

div#footer_container_main {
    background: #fff url(/common/images/footer-background.jpg) no-repeat bottom center;
    min-height: 765px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

div#media_container, #footer_container {
    display: none;
}

.footer-content h1, h2, h3, h4, h5 {
    font-weight: 100;
}

.footer-content p {
	font-size: 18px;
}


#footer_container_new {
    overflow: hidden;
    padding-top: 200px;
}

@media screen and (min-width: 1351px){
	#footer_container_new p.subtitle {
		width: 699px;
	}
		
}

@media screen and (max-width: 1350px){
	#footer_container_new p.subtitle {
		width: 53vw;
	}
		
}


.footer-content .subtitle {
    line-height: 1.5;
}

#footer_container_new p.subtitle a {
	font-size: 14px !important;
}


#footer_container_new .textblok_container
{
	background: none;
}

#footer_container_main img.butterfly {
    right: -191px;
    top: -90px;
    bottom: 0;
    margin: auto;
    max-width: 350px;
}

@media screen and (min-width: 1024px) and (max-width: 1400px){


#footer_container_new {

    padding-top: 0;
}

	div#footer_container_main {
		min-height: 56vw;
		background-size: 120%;
	}

	.footer-content {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 53vw;
		margin: 15px auto 9vw;
		background: #ffffffc7;
		padding: 40px 3vw 55px 9vw;
		box-shadow: 0 3px 10px 0 #0000004a;
		transform: translate(-11%);
		position: relative;
		box-sizing: content-box;
	}

	#footer_container_main img.butterfly {
		right: -141px;
		top: 0vw;
		bottom: 0;
		margin: auto;
		max-width: 350px;
		width: 19vw;
	}

	.footer-content .flowers
	{
		width: 15vw;
		left: -110px
	}
	.footer-content p {
		font-size: 15px;
	}

}

.footer-sub .textblok_text {
    margin: 0;
    padding: 0;
}

.footer-sub .textblok_text a {
    margin: 0;
    padding: 0;
}



#footer .textblok_text {
    box-sizing: border-box !important;
    width:  fit-content !important;
}

div#footer .footer_pipe {
   display:none;
} 

div#footer_container {
    padding: 0 0 30px;
    margin: 0 !important;
}

.footer-sub {
    padding: 0 0 0 24px!important;
}


#footer_container {
	display: block !important;
	width: 100vw;
	padding-bottom:30px;
}

#footer_container * {
	font-size: 14px;
	color: rgb(32, 0, 52) !important;
	text-align: center;
	font-family: "Papyrus W01";
	line-height: 2;
	letter-spacing: 0.5px;
}    

#footer {
    display: flex;
    align-items: center;
    max-width: 530px !important;
	margin: 0 auto;
}


@media screen and (max-width: 767px){
    #footer{
        flex-direction: column;
    }
}

.col.span_1_of_4.foot_col_1 {
    display:none;
}

.foot_col_2 .footer_pipe
{
    display: none; 
}


.footer-sub * {
    text-align: center;
    font-size: 14px;
}

.footer-sub {
    margin-top: -80px;
    padding-bottom: 0px !important;
    display: block;
    max-width: 500px !important;
	margin: 0 auto;
}

@media screen and (max-width: 1023px){
     .footer-sub {
        margin-top: 0;
    }   
    .footer-sub * {
        text-align: left;
        font-size: 14px;
        margin-left:13px
    }
    #footer * 
    {
        text-align: left !important;
        line-height:2.2;
    }

   div#footer .footer_pipe {
       display:none;
   } 

    div#footer {
       margin-top: -40px;
       padding-bottom: 90px;
       max-width: 430px;
       align-items: flex-start;
       margin-left:50px !important;
    }   

	#footer .col {
		width: fit-content !important;
		padding: 0 20px 0 0;
	} 
	.textblok_container.footer-sub {
		max-width: 430px !important;
		min-width: 0 !important;
		width: 100% !important;
		margin: 0 0 0 69px!important;
		padding: 0 0 0 0!important;
	}	     
}


@media screen and (max-width: 767px){
		.textblok_container.footer-sub {
		margin: 50px 0 0 0 !important;
		width:  100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	div.textblok_container.footer-sub *,
	#footer_container * 
	{
		max-width:300px !important;
		color: #fff !important;
		font-weight: bold !important;
		font-size: 17px !important;
		text-shadow: 1px 1px 0px #000;
	}
	
	

	div.textblok_container.footer-sub {

		margin: 140px 0 0 0 !important;
	}

	div#footer {
		margin: 0 0 0 25px !important;
	}
}



/*** Tablet sizes ***/
@media screen and (max-width: 1024px){

	#menu_container,
	#body_container #menu_container.menu_tiny
	{
		height: 56px !important;
		min-height: 56px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#topNav.topnav_tiny {
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;		

	}

	.video .mflex {
		max-width: none !important;
		margin: 0 20vw;
		height: auto !important;
		max-height: 860px !important;
	}

	.fullscreen {
		min-height: 700px;
	}


	.footer-content {
		max-width: 300px;
		margin: 0 0 0 8vw;
		padding: 40px 80px 55px 50px;
		flex-direction: column;
	}

	 .footer-content div
	 {
		 width: 100%;
	 } 
 
	div#footer_container_main {
		background: url(/common/images/footer-background.jpg) no-repeat bottom right -100px !important;
		min-height: 0;
		background-size: cover;
	}

	#footer_container_new>.textblok_container>*
	{
		width: 100% !important
	}

	#footer_container_main .flowers {
		display: none !important;
	}

	.footer-content p,
	.footer-content a 
 
	{
		font-size: 14px;
	}

	#footer_container_new {
		overflow: hidden;
		padding-top: 120px;
	}

	#footer_container_main img.butterfly {
		right: auto;
		top: -90px;
		bottom: 0;
		margin: auto;
		max-width: 350px;
		width: 28vw;
		left: 60%;
	}

	#footer_container_main:before{ display: none;}
}






/*** Specific Laptop styling ***/
@media screen and (min-width: 1024px) and (max-width:1350px){
	.fixed-header #content {
		padding: 160px 3vw 100px 0;
		background-size: 60vw !important;
		background-attachment: fixed !important;
	}

	.fixed-header #content .textblok_container:not(.grid) {
		padding: 30px !important;
		text-shadow: 1px 1px #fff;
	}
	
	.textblok_container.content {
		background: #ffffffe3 !important;
	}

	/* first header content */
	body:not(#page_49).fixed-header #content .textblok_container:first-child {
		width: 70% !important;
		margin: 0 0 48px auto !important;
		background: none;
	}
}

/***  Mobile Styling ***/

@media screen and (min-width: 767px) and (max-width:1023px){
	#menu_container #hamburger {margin-top:0!important;right: 37px !important;position: relative;}
	
	.fixed-header #content {
		background-attachment: fixed !important;
	}
}

@media screen and (max-width: 767px){	
	#menu_container, 
	#body_container #menu_container.menu_tiny {
		height: 39px!important;
		min-height: 39px!important;
	}
	
	#menu_container
	{
		background-color: #ffffff00;
	}
	
	#menu {
		padding: 0;
		margin: 0px 40px 0 0 !important;
	}	
	
	#hamburger {
		width: 40px;
		height: 39px;
		border-radius: 0 !important;
	}	
	
	#hamburger:hover {
		
	}	
	
	#submore li a {
		padding: 10px !important;
	}

	#menu .caret {
		margin-top: 5px;
	}
	
	#menu li a {
		color: #200034 !important;
	}
	#menu li#current a.hover,
	#menu li a:hover {
		color: #fff !important;
	}
	
	li.hover > .sub-menu {
		position: relative !important;
		visibility: visible;
		height: auto !important;
		left:0 !important;
	}

	#menu .sub-menu li:last-child{
		border-radius:0 !important;
	
	}

	#menu #submore_container #submore *
	{
		border-radius: 0 !important;
		border-bottom-left-radius:0px !important;
	}
	
	#menu #submore_container #submore li:last-child > a
	{
		  border-radius:0px !important;  
	}


	li.hover {
		background: #fff;
	}	

	#submore li a {
		padding: 25px !important;
	}

	#submore li .caret {
	  border-top: 5px solid rgb(178 145 58) !important;
	}

	#menu #submore_container #submore li {
		width: 100vw;
		border-radius: 0;
		padding: 0;
		background: #fff;
	}

		
	#menu #submore_container #submore li ul {
		left: 0;
		word-break: break-all;
	}
	
	#menu_container #submore
	{
		right: -53px;
		height: 100vh;
		background: #0006 !important;
		top: 0px;
		padding: 0 !important;
		overflow: scroll;
		right: -53px;
		height: 100vh;
		background: #0006 !important;
	}

	#menu li ul {
			width: 100vw;
			min-width: 100vw;
			background: red;
			margin: 0 !important;
	 }	


	.fullscreen
	{
		min-height: auto !important;
	}

	.team {
		min-width: 430px !important;
		width: 100%;
		height: auto;
		transform: translateX(-50%);
		margin-left: 50% !important;
		position: relative;
		margin: 0 0 -32px;
		left: 0;
	}

	.introtext {
		font-size: 15px;
		padding: 0;
	}
	
	.intro *
	{
		font-size: 15px !important;
	}
	
	.intro
	{
		padding: 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 10px auto 0px;
	}

	.intro .content, 
	.reviews p {
		box-shadow: 0 5px 15px -5px #00000066;
		padding: 20px 30px 20px 30px !important;
		background: #ffffffc7;
		margin: 20px auto;
	}	
	
	#content .reviews p
	{
		margin: 20px 10px;
	}
	
	.panther {
		padding: 10px !important;
		box-sizing: border-box !important;
	}	
	
	.panther .textblok_text {
		width: 100% !important;
		margin: 0 !important;
		padding: 60vw 0 40px !important;
	}
	
	
	.panther .video:after
	{
		display: none;
	}
	
	.book .para_col:first-child {
		margin-left: 0;
		min-width: 300px;
	}
	.textblok_container.sand {
		max-width: 100%;
		margin: auto;
		background: url(/home/images/sand-bg-faded.jpg) no-repeat center 100px;
		background-size: 970px;
		padding: 0 20px;
	}
			

	.para_col {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	body:not(#shop) a.btn, .buttons a {
		padding: 18px 20px;
		font-size: 15px;
	}

	.book .mlast {
		margin-top: -50px;
	}	
	
	img.sjaman {
		height: auto;
		min-width: 570px;
		top: 10px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		margin: auto;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 58% -22px;	
	}

	.newsletter {
		overflow: hidden !important;
	}	
	
	
	
	.newsletter .content {
		margin: 0 auto;
		max-width: 750px;
		padding: 100px 0 20px;
		box-shadow: none;
		
	}
	
	.newsletter h2 {
		padding-top: 90px;
	}	


	.footer-content {
		max-width: 300px;
		margin: 0;
		padding: 40px 20px 55px 20px;
		flex-direction: column;
	}
	
	#footer_container_main img.butterfly
	{
		display: none !important;
	}
	
	div#footer_container_main {
		background: url(/common/images/footer-background.jpg) no-repeat top right -130px !important;
		min-height: 0;
		background-size: cover !important;
	}

	div.slider_para span,
	div.slider_para p {
		font-size: 13px !important;;
		line-height: 1.1;
	}	
	
	#slider922_para_slides {
		line-height: 1 !important;
		height: 100% !important;
	}
	
	div[data-u="slides"] {
		line-height: 1 !important;
		height: 100% !important;
	}	

	#footer_container_new {

		padding-top: 0px;
	}	
	
	#footer_container,
	#media_container
	{
		display: none;
	}
	
	.footer-content {

		width: 100%;
		max-width: 95%;
		margin: auto;
		padding: 40px 20px 55px 20px;
		background: #ffffffc7;
		box-shadow: 0 3px 10px 0 #0000004a;
		transform: translate(0);
		box-sizing: border-box;
	}
	
}	
/*** 404 error page ***/
#page_ #content_container
{
	padding: 100px 0 0 0;
}

@media screen and (max-width:767px){
	#page_ #content_container{
		background-size: cover !important;
	}

}


/*** Winkel ***/
#shop #menu_container{
    box-shadow: 0px -10px 25px #888888;
    padding-bottom: 0px;
    height: 47px;
    background: #ffffffeb !important;
}

#bodyContent .textblok_container {
    padding: 0px !important;
}

.contentContainer.home {
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
}

.grid-group-item
{
	padding: 0;
	width: 48%;
}

#content_container_winkel {
    padding-top: 65px !important;
    max-width: 1250px; 
    margin: 0 auto;
}

div#bodyContent .btn-group-sm>.btn, 
div#bodyContent .btn-sm {
    padding: 13px 22px 9px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

div#bodyContent .btn-success {
    color: #fff !important;
    background-color: rgb(178 145 58);
    border-color: rgb(255 233 175);
    background: linear-gradient( 
90deg, rgba(178,145,58,1) 0%, rgba(211,180,96,1) 100%);
}

.body-sans-header {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1250px;
    margin: 0 auto;
}


div#bodyContent {
    z-index: 1;
    width: 70%;
    left: auto;
    right: auto;
}

div#columnLeft
{
	left: auto;
	right: auto;
	width: 30%;
	    z-index: 1;
}

#bodyContent .thumbnail {
    box-shadow: 0 10px 20px -10px #00000033;
}

.contentContainer.home .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contentContainer.home .row:before
{
	display: none;
}

#content_container_winkel {
    background-color: rgb(255 255 255 / 0%);
}




@media screen and (max-width:767px){
	.body-sans-header {
		flex-direction: column;
	}
	div#bodyContent {
		width: 100%;
	}

	div#columnLeft
	{
		width: 100%;
	}	

	.grid-group-item {
		padding: 0;
		width: 350px;
		margin: 20px auto;
	}	
	
}

/**** System pages, forms & Mailing page ****/


#page_91 #content_container,
#page_90 #content_container,
#page_95 #content_container
{
   padding-top: 150px;
}
    
body#mailing * {
    color: #200034!important;
    font-size: 1.05em !important;
}

.form-group {
    display: flex;
    flex-direction: column;
}
#page_95 .control-label,
#page_91 .control-label,
#page_90 .control-label {
    width: 100% !important;
}
.input.form-control {
    background: #fff !important;
}

#page_95 .form-group,
#page_91 .form-group,
#page_90 .form-group{
    position: relative;
}

#page_95 .form-group span, 
#page_91 .form-group span, 
#page_90 .form-group span {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
}

#page_95 form,
#page_91 form,
#page_90 form {
    margin:  30px 0 !important;
}




body#mailing input[type="submit"],
input[type="submit"]

{
    color: #fff !important;
}

body#mailing input[type="text"], 
body input[type="text"],
body textarea {
    color: #200034 !important;
    border: 1px solid #00000033 !important;
}

body#mailing .textblok_container.select_container,
#page_95 .content_container,
#page_91 .content_container,
#page_90 .content_container
{
    background: #ffffffe0;
    box-sizing:border-box;
    width: auto;
    box-shadow:0 20px 20px -10px #00000044;
    max-width:700px;
    margin:0 auto;
    text-shadow: none;
    border:10px double rgba(211,180,96,1)
}

#page_95 .content_container,
#page_91 .content_container,
#page_90 .content_container
{
	padding: 3%;
	max-width:980px;
}

body#page_95,
body#page_90,
body#page_91,
body#mailing {
    background: url(/common/images/bg-low-ress.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
}

div.submitFormulier
{
padding-left: 0 !important;}

@media screen and (max-width:767px){
	body#mailing div#content,
	#page_95 div#content,
	#page_91 div#content,
	#page_90 div#content
	 {
		padding: 40px 10px;
	}
	
	body#mailing *
	{
		font-size: 1.00em !important;
	}
	
	div.submitFormulier {
		padding: 0;
		text-align: center;
	}
}

/*** extra custom container classes ***/
@media screen and (min-width: 1024px){
	.clip-top {
	    margin-top: -200px;
	}
}

/**** Webshop ****/
.paymentlogo img {
    max-width: 55px !important;
    height: auto !important;
    margin: 0 3px !important;
}

.contentText h2 {
    margin-top: 25px !important;
}