/* Reset standaardinstellingen */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}




/* Stijl header en navigatie */
header {
	background-color: #f8f8f8;
	background-image: url("images/closeKoe.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center -8rem;
	color: #fff;
	text-align: center;
	height: 70vh;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
  position: relative;
  padding: 2rem;
}

header.koeien {
  height: 30vh;
}


header img{
	width: 20rem;
  position: relative;
	
}


nav{
	background-color: #093113;
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.33);
	position: sticky;
	top: 0;
}

nav ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

nav ul li {
	width: 20%;
	padding: 0.5rem;
  text-align: center;
}

nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
}

nav ul li a:hover{
	text-decoration: underline overline rgb(255, 244, 145);
}

/* Stijl hoofdinhoud */
main {
	min-height: 100vh;
	width: 80%;
	margin: 0 auto;
	padding: 2rem;
	text-align: center;
}

main img {
	width: 20rem;
	box-shadow: -5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  
}
ul {
	list-style: disc;
	margin-left: 20px;
}

/*begintkest*/

section {
  border-top: 3px solid #093113;
  padding-top: 5rem;
  margin-top: 5rem;
}
section.beginteskt div {
  display: flex;
  margin-bottom: 10rem;
  padding: 0.5rem;
}

section.beginteskt div img {
  display: block;
  width: 35%;
  height: 100%;
}

section.beginteskt div p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  font-size: 1.4rem;
}

section.beginteskt div:nth-child(even) {
  background-color: #e4e4cd;
}

/*koeien*/

.bigfoto{
  width: 50rem;
}

main.koeien section img{
  margin-top: 5rem;
}

/* Stijl footer */
footer {
	background-color: #093113;
	padding: 20px;
	color: #fff;
	text-align: center;
  font-size: 1.2rem;
  margin-top: 3rem;
}


footer table {
  margin: 1rem auto;
  text-align: left
}
footer table tr td:first-child{
  text-align: right;
  color: #a3a3a3
}


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

body{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #030303;
  /*background-image: url("images/LkoeBackground.png"), url(images/RkoeBackground.png);
  background-repeat: repeat-y, repeat-y;
  background-size: 10%;
  background-position: left, right;
  */
	background-color: #F5F5DC;
	overflow-x: hidden;
}
a {
	cursor: pointer;    
  transition: all 200ms linear;
}
a:hover {
	text-decoration: none;
}
.link {
  color: #c4c3ca;
}
.link:hover {
  color: #ffeba7;
}
p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
}

.logo {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
}

h1{
  size: auto;
}
h2{
  size: auto;
}

  

.social-icons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem; /* ruimte tussen de iconen */
}

.social-logo {
  width: 40px;  /* pas aan naar wens */
  height: auto;
}
 /* Dropdown navigatie */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgb(0, 37, 19);
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 999;
}

.dropdown-menu li {
  padding: 0.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-menu li a {
  font-size: 1.2rem;
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.contact-page {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-intro {
  margin-bottom: 2rem;
  max-width: 700px;
}

.contact-card {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 3rem 2.5rem;
  width: 100%;
  max-width: 650px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-top: none;
  margin-top: 2rem;
}

.contact-card h2 {
  margin-bottom: 1.5rem;
  color: #093113;
}

.contact-card p {
  margin: 1rem 0;
  font-size: 1.4rem;
}

.email-link {
  color: inherit;      /* zelfde kleur als de tekst */
  text-decoration: none; 
}

.email-link:hover {
  color: blue;
  text-decoration: underline;
}

.aanbieding-page {
  text-align: center;
}

.koe-kaart {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 2rem;
  margin: 3rem auto;
  max-width: 1000px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-top: none;
}

.koe-boven {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.koe-foto img {
  width: 320px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: -5px 5px 5px 2px rgba(0, 0, 0, 0.3);
}

.koe-gegevens {
  text-align: left;
  font-size: 1.5rem;
}

.koe-gegevens p {
  margin-bottom: 1rem;
}

.koe-info {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #e4e4cd;
  border-radius: 18px;
  text-align: left;
}

.koe-info p {
  font-size: 1.2rem;
}

