/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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





.recept-meta { margin:0; }
.recept-meta li { display:inline-block;padding-right:15px; }
.printomatic, .printomatictext { float:left; }
.printomatic { line-height:20px; }
.printomatictext { padding-left:10px; }
.pom-small-black {
    background-position-y: center;
    height: 20px;
}
.ingredienten { padding:15px;margin-bottom:30px; }
.ingredienten ul { margin:0; list-style:none; }
.ingredienten li { margin-bottom: 5px;line-height: 24px; }
.ingredienten legend { margin:20px 0 5px;font-family: Assistant; font-weight: 700;font-size: 18px;padding:0 10px;text-align:center; }
.image_bereiding img {
    margin-bottom: 20px;
}
#printOnly { display : none; } 
@media print { #printOnly { display : block; } }

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


}

@media only screen and (max-width: 767px) {
	.background-image-page-header {
		min-height: 200px;
	}
	#main #content-wrap {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media only screen and (min-width: 1024px) {
	.ingredienten { margin-right:40px; }
}
