body {
  font-size: 1.1rem !important;
}


/*productoverzicht*/
.prod {
    background-color: #FFF;
		margin: 15px;
		border-radius: 12px;
}

.prod h3 {
    font-size: 24px;
}

a.bekijkknop {
background-color: #f3a41e;
    color: white;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 6px;
    float: right;
    font-size: 16px;
}

.price {
    font-size: 33px;
    font-weight: bold;
    color: #f3a41e;
}

/*padding left right naast sections*/
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 15px;
}

/*pedia stuff*/

.pediatitle {margin:0 !important;}
.pediatitle h3 {
			font-weight:bold;
		font-size:17px;
		    margin-bottom: 0;
		padding: 18px;
background-color:#102694;
color:#fff;
}

.pediabox ul {box-shadow: 0px 3px 8px #00000026;
		background-color:#fff;
    margin: 0;
    padding: 0;
padding-bottom: 10px;
		padding-top:10px; 
    font-size: 15px;}

.pediabox ul a {text-decoration:none; color:#102694;}
.pediabox ul a:hover {text-decoration:underline;}
.pediabox ul li {}
.pediabox ul li {list-style-type:none; padding: 4px 18px; }



/*algemene settings voor header*/
.header {margin-bottom:30px;}

.headertxt {margin-bottom: 40px;}

.headertxtright {
 color: #222;
    background-color: #FFF;
    padding: 14px 20px;
    max-width: 300px;
    font-weight: bold;
    line-height: 22px;
    border-radius: 10px;
}

.headertxtright:after {
    content: '';
    width: 70px;
    height: 7px;
    display: block;
    background-color: #f3a41e;
    bottom: 0;
    right: 0;
    position: absolute;
}




/*block quote*/

.quote { font-size: 30px;
    text-align: center;
    font-weight: 700;
    max-width: 800px;
    margin-bottom: 40px;
		margin-top:40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    color: #5b7a9b;}

p.quote::after {
    content: '"';
}
p.quote:before {
    content: '"';
}

a.knop {
  background-color: #f3a41e;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 100px;
		display: inline-block;
}

a.knop:hover {
  background-color: #221;
}

a.knopxl {
    text-shadow: 0 0 2px rgb(0 0 0 / 35%);
    font-size: 20px;
    text-transform: none;
     padding: 9px 35px;
    border-radius: 1000px;
    color: #FFF;
    background-color: #f3a41e;
    text-align: center;
    box-shadow: inset 0 -2px 0 0 #35a85c;
    font-weight: 700;
    margin: 10px 0 10px 0;
    display: inline-block;
}

a.knopxl:hover {
    background-color: #221;
    box-shadow: inset 0 -2px 0 0 #4d9b60;
    text-decoration: none;
}