body {
      margin: 0;
      font-family: Tahoma, Arial, sans-serif;
      font-size: min(3vw, 20px);
      line-height: 1.6;
	  background-color: #DCCBA4;
      color: #000;
    } 

body.home {
	  margin: 0;
      font-family: Tahoma, Arial, sans-serif;
      font-size: min(3vw, 20px);
      line-height: 1.6;
	  color: #fff;
	  background-color: #DCCBA4;
	  background: url('../images/kieler.jpg');
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
  } 
  
body.info {
	  margin: 0;
      font-family: Tahoma, Arial, sans-serif;
      font-size: min(3vw, 20px);
      line-height: 1.6;
	  background-color: #DCCBA4;
	  background: url('../images/kieler2.jpg');
      background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
      color: #000;
  } 

body.business {
	  margin: 0;
      font-family: Tahoma, Arial, sans-serif;
      font-size: min(3vw, 20px);
      line-height: 1.6;
      background-size: cover;
	  background-color: #DCCBA4;
	  background: url('../images/birchwood.jpg');
	  background-position: center;
	  background-repeat: no-repeat;
      color: #fff;
  }  
h1.outline-heading {
  font-family: 'Oleo Script', cursive; /* semi-script style */
  font-size: min(6vw, 45px);                       /* adjust size */
  color: white;                           /* fill color */
  -webkit-text-stroke: 1px grey;         /* outline thickness + color */
  text-align: center; 
  font-weight: bolder;
  margin: 5px;  
}

h1.outline-darkheading {
  font-family: 'Oleo Script', cursive; /* semi-script style */
  font-size: min(6vw, 45px);                       /* adjust size */
  color: black;                           /* fill color */
  -webkit-text-stroke: 1px white;         /* outline thickness + color */
  text-align: center;   
  font-weight: bolder;
  margin: 5px;
}

.aw-widget-current {
	width: 250px;
}

header {
      background: #65864F;
      color: #fff;
      padding: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 120px;
      overflow: visible;
    }

nav {
	  position: relative;
	  right: 10px;
	  display: flex;
	  width: auto;
	  height: auto;
	  background: none;
	  color: #fff;
      transition: right 0.3s ease;
	  padding-top: 4rem;
      overflow: visible;
	  border: 0px;
      }

nav.open {
      right: 0;
    }

nav ul {
      display: flex;
      flex-direction: row;
      align-items: center;
	  list-style: none;
      padding: 0;
      margin: 0;
      }
  
nav ul li {
      border-bottom: 0px solid rgba(255,255,255,0.2);
      font-size: min(5vw, 30px);
      position: relative;
    }

nav ul li a {
      padding: 0.5rem 1rem;
      white-space: nowrap;
	  display: block;
      color: #fff;
      text-decoration: none;
      padding: 1rem;
      }
	  
nav ul li a:hover {
      background: rgba(255,255,255,0.1);
    }

.submenu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      color: #000;
      min-width: 180px;
      z-index: 1000;
    }

.submenu li a {
      color: #000;
      padding: 8px 12px;
      text-decoration: none;
	  font-weight: bolder;
      display: block;
    }

.submenu-toggle {
		background: none;
        border: none;
		color: inherit;
		font: inherit;
		cursor: pointer;
		padding: 1rem;
		text-align: left;
		width: 100%;
}
	
.has-submenu.open > .submenu {
      display: block;
    }

.has-submenu:hover > .submenu {
        display: block;
      }
	  
.hamburger {
        display: none;
      }

.wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 90px;
	}
	
.section-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.section {
  flex: 1 1 calc(30% - 30px);
  max-width: calc(30% - 30px);
  min-width: 300px;
  padding: 0px;
}
	
.section-head {
  width: 100%;
  background: grey;
  color: white;
  padding: 2px;
  font-size: min(4vw, 20px);
  font-weight: bold;
  margin: 0px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  box-sizing: border-box;
}

.section-content {
  width: 100%;
  padding-left: 25px;
  background-color: white;
  font-size: min(4vw, 19px);
   border-radius: 0px 0px 6px 6px;
   box-sizing: border-box;
   padding-bottom: 10px;
   padding-top: 8px;
   padding-right: 5px;
}

.widesection {
  width: 90%;
  max-width: 950px;
  min-width: 300px;
  padding: 20px;
}
	
.widesection-head {
  width: 100%;
  background: grey;
  color: white;
  padding: 2px;
  font-size: min(4vw, 20px);
  font-weight: bold;
  margin: 0px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  box-sizing: border-box;
}

.widesection-content {
  width: 100%;
  padding-left: 25px;
  background-color: white;
  font-size: min(4vw, 19px);
  border-radius: 0px 0px 6px 6px;
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-top: 8px;
  padding-right: 10px;
  margin-bottom: 20px;
}

main {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem;
      background: rgba(0,0,0,0.5);
      border-radius: 10px;
      margin: 1rem;
	  margin-bottom: 150px;
	  text-align: center;
	  justify-content: center;
    }

footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
	  background: #65864F;
      color: #fff;
      text-align: center;
      padding: 1px;
    }
	
.imgr {
	width: 100%;
	max-width: 600px;
	min-width: 350px;
	display: flex;
	border: 1px black solid;
	
}

/* Mobile styles */
@media (max-width: 750px) {
.hamburger {
        display: flex;
        cursor: pointer;
        font-size: 2rem;
        background: none;
        border: none;
        color: #fff;
      }

header {
  position: relative;
  background: #65864F;
  color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  overflow: visible;
}

nav {
  position: absolute;
  top: 100%; /* places it directly below the header */
  left: 0;
  width: 100%;
  background: #65864F;
  display: none;
  flex-direction: column;
  z-index: 1000;
  padding: 0;
  margin: 0;
}
nav.open {
  display: flex;
}


  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  nav ul li {
    width: 100%;
  }

  nav ul li a {
    width: 100%;
    padding: 1rem;
  }


.submenu {
        position: static;
        background: #fff;
        color: black;
      }

.has-submenu.open > .submenu {
        display: block;
      }
	  
.wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
	
.section-grid {
	max-width: 600px;
	margin: 0 auto;
	column-count: 1; /* if you're using CSS columns */
	padding: 20px;  /* optional: adds side breathing room */
	}

.section {
	max-width: 350px;
	min-width: 215px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
}
