body {
  font-family: 'Nunito', sans-serif;
  background-color: #faf7f7;

}

main {
  font-size: 18px;
}

h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  padding: 40px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #2980b9;
  padding-bottom: 5px;
}

p {
  color: #000000;
}


a { color: #000; text-decoration: underline; }
a:visited { color:#000; text-decoration: underline; }
a:hover { color: #7dd7eb; text-decoration: underline; }
a:active { color:#7dd7eb; text-decoration: none; }

.cta-container {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cta-button {
    background-color: #0C6432;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}

.cta-button i {
    margin-right: 10px;
    margin-left: 0;
}

.cta-button:hover {
    background-color: #2ecc71;
}


#container {
  background-color: white;
  width: 885px;
  border: solid 1px gray;
  margin: 10px auto;
  background-image: none;
  background-repeat:no-repeat;
}

#topnavi { font-size: 16px; text-align: center; border-bottom:15px solid #7dd7eb; margin: 0; padding: 2px 0; }
#topnavi a { color: #000000; font-size: 16px; text-decoration: none; margin: 0; padding: 2px 15px; }
#topnavi a:visited {color:#000000;}
#topnavi a:hover { color: #696969; background-color: #7dd7eb; text-decoration: underline; }

#container  #topnavi a.selected {
background-color: #7dd7eb;
color: #000000;
}


#content { padding: 15px 0; margin:0 100px; background-color: #ffffff; }

#content h1, #content h2, #content h3, #content h4 {
padding: 0px 25px 0px 25px;
margin:0px 0px 15px 0px;
}

#content p{
line-height: 18px;
padding: 0px 25px 0px 25px;
margin:0px 0px 15px 0px;
}

#content p.center{ text-align:center; }

#content #gallerie{
float:left;
padding: 0px 0px 10px 25px;
margin:0px 0px 20px 0px;
}

#content .thumbnail{
float:left;
width:100px;
margin: 15px 15px 0px 0px;
padding: 0px;
}
#content .thumbnail img{
border: 1px solid #778899;
padding: 1px;
}

#content  br.antileft {
clear: left;
}


#left {
float: left;
width: 100px;
margin: 0;
padding: 15px 0;
}

#right {
float: right;
width: 100px;
margin: 0;
padding:15px 0;
}

#right p{
padding: 0px 15px 15px 15px;
margin:0px;
}
#left a, #right a {
text-decoration: none;
color:#696969;
}
#left .selected, #right .selected {
text-decoration: underline;
}

#left ul, #right ul {
list-style-type: none;
margin: 0px 15px 20px 15px;
padding: 0px;
}
#left li, #right li {
margin-bottom: 8px;
}
#left h3, #right h3{
margin: 0px 0px 5px 0px;
padding:0px 15px;
}
