@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Teko:wght@300..700&display=swap');

 body {
      margin: 0;
      font-family: 'Inter', sans-serif;
     /* background-color: #FAFAF8; */
      color: #2E2E2E;
      line-height: 1.6;
    }
.wrap{
	padding-bottom: 0px;
}
.navbar-default {
    background-color: #4A5A40;
    border-color: black;
	
	
	
}
.navbar-default .dropdown.open form{
	padding: 3px 20px;
}
.navbar-default .dropdown.open form button{
	padding-left: 0px;
}

.navbar-nav{
	    display: flex;
    align-items: center;
}
.navbar-default .navbar-brand {
    color: #D8C8B3;
	 font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
      font-size: 36px;

}

footer{
	    background: #313c2a;
		
		color:#D8C8B3;
		    padding-top: 40px;
    padding-bottom: 40px;
}
footer a:hover{
	color:#C25B2A;
}
h1, h2,h3{
		 font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1{
margin-bottom:40px;
}
 a{
    color: #C25B2A;
}
.navbar-default .navbar-nav > li > a {
    color: #D8C8B3;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #C25B2A;
}
.navbar-default .btn-link{
	  color: #D8C8B3 !important;
}

.navbar-default .navbar-nav > li > .submit {
    color: #D8C8B3 !important;
}
.navbar-default .navbar-nav > li > button:hover{
    color: #C25B2A;
}

.fp-main-banner{
    background: #d8c8b3;
    color: white;
    padding-top: 90px;
    padding-bottom: 40px;
	
}
.fp-main-banner h1{
	    margin-bottom: 0;
    font-size: 46px;
    margin-top: 0;
	color: #414141;
}
.main{
	padding-top: 60px;
	min-height: 75vh;
}
.wide-banner{
	max-width:90vw;
}
.mobile{
	display:none;
}

.footer-nav{
	list-style:none;
	padding-left:0;
}
.btn {
  font-weight: bold;
  border-radius: 30px;
  padding: 0.5rem 1.2rem;
  border: none;
  transition: background 0.3s ease, color 0.3s ease;
      margin-top: 10px;
    margin-bottom: 10px;
}

/* Info → sand/beige */
.btn-info {
  background-color: #e4ddcd;
  color: #313c2a;
}
.btn-info:hover {
  background-color: #d8d1c3;
  color: #000;
}

/* Success → mørkegrøn */
.btn-success {
  background-color: #495d3b;
  color: #ffffff;
}
.btn-success:hover {
  background-color: #495d3b;
  color: #fff;
}

/* Warning → lys grøn */
.btn-warning {
  background-color: #ffa524;
  color: #313c2a;
}
.btn-warning:hover {
  background-color: #ffa524;
}

/* Danger → støvet rød/brun (komplementært men afdæmpet) */
.btn-danger {
  background-color: #8b4f4f;
  color: #fff;
}
.btn-danger:hover {
  background-color: #a15c5c;
}
@media (max-width: 968px){	
.mobile{
	display:block;
	
}
.mobile img{
	width:70vw;
}
.desktop{
	display:none;
}
.main.container{
	padding-left:0;
	padding-right:0;
}
table{
	font-size:13px !important;
}
.col-md-12{
	padding-left:3px;
	padding-right:3px;
}


.fp-main-banner h1 {
		text-align:center;
}

}


.intro {
      background-color: #F5F3EF;
      padding: 2rem;
      text-align: center; 
	  margin-bottom:40px;
    }

    .intro p {
      max-width: 600px;
      margin: auto;
    }

.info-box {
      background-color: #F5F3EF;
      padding: 2rem;
      text-align: center; 
	  margin-bottom:40px;
    }
	 .info-box p {
      max-width: 600px;
      margin: auto;
    }
    .auth-box {
      background-color: #EAE6DC;
      max-width: 400px;
      margin: 2rem auto;
      padding: 2rem;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .auth-box input[type="text"],
    .auth-box input[type="password"] {
      width: 100%;
      padding: 0.5rem;
      margin: 0.5rem 0;
      border: 1px solid #aaa;
      border-radius: 4px;
    }

    .auth-box button {
      background-color: #4A5A40;
      color: #fff;
      border: none;
      padding: 0.75rem;
      width: 100%;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
    }

    .auth-box button:hover {
      background-color: #C25B2A;
    }
	section#events{
		 margin-bottom:40px;
	}

    table {
      width: 90%;
      max-width: 960px;
      margin: 2rem auto;
      border-collapse: collapse;
      background-color: #fff;
	 
    }

    th, td {
      padding: 1rem;
      border-bottom: 1px solid #ddd;
      text-align: left;
    }

    th {
      background-color: #D8C8B3;
    }

    tr:nth-child(even) {
      background-color: #F5F3EF;
    }

    tr:hover {
      background-color: #F7E6DC;
    }

    .seo-text {
      background-color: #F5F3EF;
      padding: 2rem;
      max-width: 960px;
      margin: auto;
    }
	
	
	
	.footer-partners{
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-direction: row;
	}
	.footer-logo{
		width:100px;
	}
	
	#locationmap {
  width: 100%;
  max-width: 500px;
  height: 600px;
  margin: 20px auto;
  border: 4px solid #313c2a; /* mørkegrøn som footeren */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #f5f1e9; /* sandfarvet baggrund som footeren */
}

/* Zoom control style */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  background-color: #313c2a !important;
  color: #f5f1e9 !important;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
  background-color: #425133 !important;
  color: #fff !important;
}

.leaflet-popup-content {
  font-size: 16px;       /* større tekst */
  font-weight: 600;      /* lidt tykkere */
  line-height: 1.4;      /* bedre linjeafstand */
  color: #313c2a;        /* mørkegrøn tekst, så det matcher temaet */
  /*font-family: 'Racing Sans One', sans-serif; */ /* samme som site-font */
}

.fp-main-banner{
	width:100%;
	background-image:URL("/imgs/fp-banner.png");
	background-repeat:no-repeat;
}
.fp-main-banner h1{
	backgroun:rgba(0,0,0,0.4);'
	color:White;
}


.testimonial-box {
  background-color: #f3f0e4; 
  padding: 1.5rem 2rem;
  margin: 3rem auto;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  font-family: 'Inter', sans-serif;
  color: #313c2a;
  margin-top:60px;
  margin-bottom:60px;
}

.testimonial-box blockquote {
  font-style: italic; 
  margin: 0 0 1rem 0;
  line-height: 1.6;
  border:none;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
      justify-content: flex-end;
}

.testimonial-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #7c9d45;
}
.benefit-box {
  background-color: #f4f1e6;
  border: 1px solid #ccc;
  border-left: 8px solid #7c9d45;
  border-radius: 12px;
  padding: 2rem;
  max-width: 600px;
  margin: 2rem auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: 'Inter', sans-serif;
}

.benefit-box h2 {
  margin-bottom: 1rem;
  color: #313c2a;
  font-size: 1.6rem;
}

.benefit-box ul {
  list-style: none;
  padding: 0;
}

.benefit-box li {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
  color: #313c2a;
}

.benefit-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #7c9d45;
  font-weight: bold;
}

.signup-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #7c9d45;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}

.signup-btn:hover {
  background-color: #668537;
}
@media (max-width: 992px){
.row {
    margin-right: 0;
    margin-left: 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
}
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: fixed;
    top: 72px;
    z-index: 9999;
    width: 80%;
    left: 10%;
}
.dropdown-menu{
	background:#4A5A40;
}
@media (max-width: 992px) {
    .navbar-nav {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #D8C8B3;
    }


.noticon{
	background: #ff5f47;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-left: 5px;
    color: white;
    border-radius: 10px;
    padding: 1px;
}
.navbar-toggle .noticon{
position: absolute;
    top: 6px;
    left: 24px;
	
}


.chat-wall {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem;
    max-width: 900px;
    margin: 1rem auto;
    background: #f9f9f9;
  }
  .chat-message {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding:15px;
    position: relative;
  }
  .chat-message:last-child {
    border-bottom: none;
  }
  .chat-message img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .chat-content {
    flex: 1;
  }
  .chat-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 0.3rem;
  }
  .chat-text {
    white-space: pre-line;
  }
  .delete-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8rem;
    background: none;
    border: none;
    color: #c00;
    cursor: pointer;
  }
  .chat-form {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
  .chat-form textarea {
    resize: vertical;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .chat-form button {
    align-self: flex-end;
    padding: 0.4rem 1rem;
  }