/*
Theme Name: agilescrumgroup
Theme URI: https://oceanwp.org/
Description: Theme for Agile Scrum Group
Author: Sjoerd
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: 'Hurme Geometric Sans regular';font-display: swap;
    src: url('//zelforganisatiefabriek.nl/wp-content/themes/oceanwp-child-theme-master/fonts/HurmeGeometricSans4.otf')  format('truetype');
}

@font-face {
    font-family: 'Hurme Geometric Sans bold';font-display: swap;
    src: url('//zelforganisatiefabriek.nl/wp-content/themes/oceanwp-child-theme-master/fonts/HurmeGeometricSans4 Bold.otf')  format('truetype');
}

.parallax {
    transition: none !important;
}

.elementor-background-overlay {
	transition: none !important;
}

p {
	font-family: "Open Sans" !important;
	line-height: 180% !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans" !important;
	font-weight: 900 !important;
	margin-bottom: 0px !important;
}

#footer-widgets, #footer-bottom {
	background-color: #e2e2e2 !important;
}

.elementor-5 .elementor-element.elementor-element-343a04a > .elementor-shape-top {
	z-index: 98 !important;
}

/* a:hover {
	color: #00db6d !important;
}

.div[data-elementor-type=post] a { 
	color: #4dab84 !important; 
}

.div[data-elementor-type=post] a:hover { 
	color: #00db6d !important; 
} */

.zelforganisatiebutton {
   width: 100%;  
   text-align: center;
    background-size: 150% auto !important;
    background-image: linear-gradient(to right, #00db6d 0%, #4baa83 100%) !important;
    transition: 0.5s;
    border-radius: 30px;
	border: none;
    color: #fff;
    font-weight: bold;
/*     width: auto; */
    padding: 10px;
}

.zelforganisatiebutton:hover {
    background-position: right center !important;
    color: white !important;
}

.flexFont span {
	display: block;
}

.first {
	margin-top: 10px;
	margin-bottom: 10px;
}

.link-cta-disc {
	padding: 10px;
    display: block;
	font-weight: normal;
    font-size: 14px;
	display: inline-block;
    width: fit-content;
    border-radius: 25px;
    line-height: 25px;
    background-color: #FCC100;
    color: #000;
}

.link-cta-disc:hover {
	color: #000 !important;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.6);
}


/* zorgt ervoor dat banners op de trainingspagina gestyled zijn */
.trainingpromo {
	background-color: #4baa84;
	color: white;
	padding: 10px;
}
.tip {
	border-radius: 10px;
	padding: 5px;
}

p, li {
	font-size: 110%;
}

.zelforganisatie-cta {
    width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	transition: .2s;
}

.zelforganisatie-cta:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}

.zelforganisatie-cta-link {
	color: #000;
}

.zelforganisatie-cta-link:hover {
	color: #000;
}

.zelforganisatie-cta img {
    width: 100%;
}



.zelforganisatie-cta .flexFont {
    position: absolute;
    width: 55%;
    height: auto;
    font-weight: 800;
    margin-top: 9%;
    margin-left: 7.9%;
}

.zelforganisatie-cta .smaller {
    font-size: 0.4em;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 3%;
}

.flexFont p {
	display: none;
}

@media only screen and (min-width: 500px) {
	#desktop {
		display: block;
	}
	
	#mobile {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
    .zelforganisatie-cta .smaller {
        display: none;
    }
	
	#desktop {
		display: none;
	}
	
	#mobile {
		display: block;
	}
	
	.flexFont {
		line-height: 6vw;
	}
	
	.flexFont span {
		font-size: 5vw;
	}
	
	.flexFont a {
		font-size: 3vw !important;
		padding: 1vw 3vw !important;
	}

}

/**************/
/* Jumplinks */
/**************/
p.anchor {
	height: 0px;
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

/* bullets in uh-groen */
li::marker {
	color: #00ea83;
}

/* hyperlinks dikgedrukt */
[data-elementor-type="single"] a {
	font-weight: 700;
}

/* blog inhoudsopgave jumplinks */
.jumplinks {
	background-color: #fff9e6;
	padding: 10px;
	border-left: 5px solid #ffc100;
}

blockquote {
	color: #4dab84;
	font-style: normal;
	font-weight: 500