body {
  font-size: 1.3em;
  line-height: 1.4em;
}

.dark {
  background-color: #c4c4c4;
  color: #fff;
}

a {
  color: #e21f26;
}

h1 {
  display: inline;
  border-bottom: 2px solid #e21f26;
}

h2 {
  margin: 10px 0;
}

.content {
  padding-top: 50px;
	padding-bottom: 50px;
}

.pagecontent,
.postcontent {
  padding: 25px 50px 25px 50px;
}

.pagecontent table,
.postcontent table {
  max-width: 800px;
  margin: 20px auto;
}

.pagecontent table tr,
.postcontent table tr {
  border-bottom: 2px solid black;
}

.pagecontent table tr td,
.postcontent table tr td {
  padding-top: 20px;
}

/* Buttons */
.btn,
.wpcf7-submit,
.btn-primary,
.wp-block-button__link {
  background-color: #e21f26;
  color: #fff;
  border-color: #e21f26;
}

.btn-outline-success {
  color: #e21f26;
  border-color: #e21f26;
}

.btn:hover,
.wpcf7-submit:hover,
.btn-primary:hover,
.wp-block-button__link:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
z-index: 999;
}

/* Navbar */
.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.navbar .nav-link, .navbar .wpmenucart-contents {
  text-shadow: 1px 1px #000;
}

.navbar-dark .navbar-nav .nav-link, .wpmenucart-contents {
  color: #fff;
}

.wpmenucart-contents:hover {
  color: #fff;
}

.navbar-page {
  background-color: #414141;
  height: 100px;
  position: relative;
}

/* Jumbotron */
.jumbotron {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.jumbotron .container {
  margin-top: 20vh;
}

.jumbotron h1, .jumbotron p {
  color: #fff;
  text-shadow: 1px 1px #000;
}

.jumbotron .display-1 {
  font-size: 3em;
}

.jumbotron .lead {
  font-size: 1.5em;
  color: #fff;
	margin-top: 10px;
}

/* Nieuws en evenementen */
.dark h2 {
  color: #fff;
}

.post-preview {
  background-color: #f8f9fa;
  margin-bottom: 20px;
}

.post-preview h3, .post-preview p {
  color: #000;
}

.post-preview .post-preview-content {
  padding: 10px;
}

.post-preview img {
  width: 100%;
}

.post-preview h3 {
  margin: 10px 0;
}

.datumblogroll {
	color: #e21f26;
	font-size: 1rem;
}

.contact-form,
.wpcf7-form {
  background-color: #c4c4c4;
  padding: 20px 50px;
}

.contact-form label,
.wpcf7-form label {
  color: #fff;
}

.wpcf7-form-control {
	width: 100%;
}

/* Custom builds */
.custombuilds h2 {
  width: 100%;
}

/* Posts en Pages */

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption, .wp-block-image figcaption {
    color: #414141;
    font-size: 0.75em;
}

.wp-block-image img {
    width: 100%;
    height: auto;
}

#pagejumbo {
  height: 80vh;
  margin-bottom: 0px;
}

.textareaphoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 150px;
  background-color: white;
  overflow: hidden;
  width: 100%;
}

.textareaphoto {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.textarea h2,
.textareaphoto h2 {
  border-bottom: 2px solid red;
  line-height: 1.1em;
  display: inline;
}

.transparent-textbox {
  background: rgba(65, 65, 65, 0.8);
  padding: 40px;
  color: white;
  text-align: center;
}

.extratext {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.transparent-textbox p,
.transparent-textbox h2 {
  color: white;
}

/* Woocommerce */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background-color: #c4c4c4;
  text-align: center;
  padding: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 1.5em;
  color: #e21f26;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #e21f26;
  color: #fff !important;
  border-color: #e21f26;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: #000;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.woocommerce-Price-amount {
  color: #414141;
}

.woocommerce ul.products li.product .price {
  font-size: 1.3em;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #e21f26;
  color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #e21f26;
  color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #000;
}

#customer_details .col-1,
#customer_details .col-2 {
  max-width: 100%;
}

.form-row {
  display: block;
}

/* Footer */
.footer {
  width: 100%;
  background-color: #414141;
}

.footer p, .footer a, .footer table {
  color: #fff;
}

.footer h3 {
  color: #f8f9fa;
}

.footer i {
  color: #fff;
}

.footer i :hover {
  color: #e21f26;
}

.footer .social i {
  color: #fff;
}

.footer .widget {
  margin-bottom: 20px;
}

.footer .widget_mc4wp_form_widget {
  margin-top: 20px;
}

.footer .minitext {
			font-size: 0.5em;
			line-height: 0.7em;
		}


.footer-copyright {
  width: 100%;
  background-color: black;
  color: white;
}

@media only screen and (max-width: 767px) {
  
	.pagecontent,
	.postcontent {
  		padding: 50px;
	}
	.navbar-collapse {
    background-color: #fff;
  }
  .navbar-collapse a {
    color: #414141 !important;
  }
  .jumbotron .display-1 {
    font-size: 1.75em;
  }
  .jumbotron .lead {
    font-size: 1em;
  }
  .navbar-toggler {
    background-color: #414141;
  }

	.col {
    flex-basis: 100%;
	}
	
	.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 100%;
	}
	
	.textareaphoto {
    padding: 50px 50px;
}
}

@media only screen and (max-width: 500px) {
	.textareaphoto {
    padding: 10px;
}
}

/*# sourceMappingURL=style.css.map */