html, body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF3EF;
  background-color: #FFF9F0;
  background-color: #FFF9F9;
  //background-color: #FFF7F7;
  background-color: #FFF8F8;
  color: #6A2613;
///  font-family: lato;
///  font-family: open sans;
//  font-family: Merriweather;
//  font-family: Quicksand;
//  font-family: Droid Sans;
///  font-family: Verdana;
//  font-family: Century;
  font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: normal;
  min-height: 100%;
  font-size: 18px;
  font-size: 20px;
  width: 100%;
}

a, button {
    transition: color 0.5s;
    text-decoration: none;
}

a {
    color: #7f1a1a;
    font-weight: 500;
}

.topnav a {
    transition: color 0.0s;
}

a:link, a:visited
{
    color: #6A2613;
    text-decoration: none;
}

a:hover, button:hover
{
    color: #BA7663;
    color: orange;
    text-decoration: none;
}

.subtitle a {
    font-weight: bold;
}

li {
    list-style: none;
    padding: 8px 3%;
}

textarea {
    width: 50%;
    min-height: 50px;
    //padding: 10px;
    font-size: 12px;
    line-height: 1.2;
    resize: none; /* disable resizing */
  font-family: inherit;
  font-size: 80%;
}

input,
select {
    width: 50%;
  font-family: inherit;
  font-size: 80%;
}

button {
  color: white;
  background-color: #6A2613;
  border:6px solid white;
  transition: border 0.6s linear, color 0.6s linear;
  border-radius: 8px;
  font-family: inherit;
  font-size: 100%;
}

button:hover
{
    border:2px solid orange;
}

input:focus, textarea:focus {
    outline: none !important;
    border:2px solid orange;
    box-shadow: 0 0 10px #719ECE;
}

.navi {
    top: 0;
    background-color: white; 
    z-index: 2000;
    padding: 16px 0 0 0;
}

.navigation {
//    float: right;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    margin: 15px 0 0 0;
    width: 100%;
  background-color: #6A2613;
  color: white;
}

.navigation a {
    color: white;
}

.navigation a:hover {
  color:orange;
}

.topnav {
  overflow: hidden;
  background-color: #6A2613;
  position: relative;
  display: none;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #6A2613;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.topnav a:visited {
  background-color: #6A2613;
  color: white;
}

.topnav a:hover {
  background-color: orange;
  color: #6A2613;
  //color: white;
}

.active {
  background-color: #6A2613;
  color: white;
  height: 46px;
}

@media all and (max-width: 1180px) {
    li {
        padding: 8px 1%;
    }

    .navigation {
        justify-content: space-around;
    }
}

@media all and (max-width: 920px) {
    .navigation {
        display: none;
    }
    .topnav {
        display: block;
    }
    
    .navi {
        margin-bottom: -20px;
    }

    textarea, #email, #name {
        width: 100%;
    }

    input,
    select {
      font-family: inherit;
      font-size: 60%;
    }
}

.navi h1 {
    margin: 0px 10px;
    font-size: 36px;
}

h2 {
//    color: white;
    font-size: 24px;
}

h3 {
    //color: #7f1a1a;
    font-size: 36px;
    text-align: center;
    letter-spacing: .09em;
    font-weight: 500;
    margin-top: 56px;
}

.trennbalken {
    border-bottom: #ddd solid 1px;
   // border-top: #ddd solid 1px;
    //background-color: white;
    width: 100%;
    //height: 30px;
}

.top_line_logo {
    margin: 0 0 0 0;
    padding: 0 18px;
    display: inline;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

img {
    image-orientation: from-image;
    opacity: 1;  
    width: 350px;
    float: left;
    margin: 0 20px 0 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

#main-text {
  padding-bottom: 80px;
  width: 80%;
  margin: auto;
}

.subtitle {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  line-height: 1.4;
  padding-bottom: 70px;
  margin: 0 5px;
}

.footer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  padding: 0 16px 36px 16px;
}

.alert {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  color: red;
  padding: 42px 16px 14px 0px;
}

.text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  padding: 0 6px 50px 6px;
  word-spacing: .2em;
}

.text_title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
}

.footer input {
    margin: 0, 0, 0 20px;
}

label {
    padding-right:10px;
}

@media screen and (max-device-width: 1080px) {

    h1 {
      font-size: 50px;
    }

  .text, .subtitle {
      padding-left: 10px;
      padding-right: 10px;

  }
  
    #main-text {
      padding-bottom: 55px;
    }

    img { 
        width: 40%;
    }
}

@media screen and (max-device-width: 800px) {

    img { 
        width: 100%;
        float: none;
        margin: 0 0 32px 0;
    }
}