/**{
border:1px solid red;
}*/

/*remove spacing between nav and main*/
main{
--wp--preset--spacing--60:0;
}

:root :where(.is-layout-constrained) > * {
margin-block-start:0;

}

/*remove outline hero element on focus*/
:where(.wp-site-blocks *:focus) {
outline:none;

}

body {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

main a {
		color: orange;
  text-decoration: none;
}

main a:hover{
	font-weight:800;
}

.nav-contact a {
  text-decoration: none;
  font-weight: 800;
}

nav a {
  font-weight: 800;
  border-bottom: 2px solid orange;
  margin: 10px;
}

@media only screen and (max-width: 1300px) {
  .product-balk {
    display: none;
  }

  .nav-contact {
    display: none;
  }
}

@media only screen and (min-width: 1300px) {
  .product-balk {
    padding: 1rem;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-balk a {
    font-size: 0.85rem;
    font-weight: 600;
    padding-left: 1rem;
    padding-top: 1rem;
    text-decoration: none;
  }
}

footer a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
  border: none;
  text-decoration: none;
}

a:hover,
a:active {
  color: rgb(255,102,0)!important;
}

header {
  background-color: rgb(236, 236, 236);
}

footer {
  font-size: 16px;
  background-color: rgb(236, 236, 236);
}

footer .wp-container-core-group-is-layout-7 {
  justify-content: space-between;
}

.openingstijden p {
  margin-top: 0px;
}

.openingstijden td {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}

/*hide page title*/

.wp-block-post-title {
  display: none;
}

.product a {
  text-decoration: none;
  font-size: 15px;
}

/*productgroepen*/

.product {
  display: block;
  width: 100%;
  height: 430px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.product-header {
  border-radius: 10px 10px 0px 0px;
  display: block;
  background-color: rgb(236, 236, 236);
  position: relative;
}

.product-header h2 {
  font-weight: 800;
  font-size: 15px;
  margin-left: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 3px solid orange;
}

.product-header-img {
  display: block;
  justify-content: center;
  margin-left: 20px;
  position: absolute;
  width: 100px;
  height: 100px;
  margin-top: 10px;
}

.product-header-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}


.product-content a{
	color:black;
}

.product-content ul {
  font-size: 15px;
  margin-top: 50px;
  list-style-type: none;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 0;
}

.product-content li {
  padding: 5px;
  border-bottom: 1px solid lightgray;
}

/*banner image*/

.image.wp-image-97.attachment-medium.size-medium {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}

/*footer margin*/

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


  .main wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    margin-left: 100px;
    margin-right: 100px;
  }
}

/*footer headers*/

footer strong {
  font-weight: 800;
  border-bottom: 2px solid orange;
}

/*merken slider*/


.gs_logo_single img {
/*max widht veranderen om de grootte aan te passen om afstand tussen de logo's gelijk te houden*/
max-width:150px;
height:auto;
		
}



.gs_logo_single a{
	margin:0;
	padding:0;
}

.gs-logo--inner{
	margin:0;
	padding:0;
}


.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: 0 !important;
}

/*contact pagina*/

.gevel {
  display: flex;
  justify-content: center;
}

h2 {
  font-size: 1.5rem;
  font-weight: 800;
}