body{
  font-family: "Arial", arial, Sans;
  background-color: #e0e0e0;
  background-image: url("lutherrose_bg2.png");
  background-repeat: repeat;
}
header{
  font-family: "Arial", arial, Sans;
  position: absolute;
  left: 10%;
  top: 0%;
  width: 70%;
  height: 4vw;
  font-size: 2vw;
}
main{
  position: absolute;
  top: 10vw;
  left: 10%;
  width: 70%;
  display: block;
  border: 0px solid white;
  font-size: 150%;
  background-color: white;
}
nav{
  position: absolute;
  top: 3.8vw;
  left: 12%;
  width: 70%;
  font-family: "Arial", arial, Sans;
  font-size: 1.1vw;
}

nav a {
  display: inline-block;
  padding: 0.4vw;
  margin: 0.05vw;
  font-size: 1.2vw;
  text-decoration: none; 
  font-weight: normal;
  border: 0px;
  color: white; 
  background-color: #c368fb;
}
 
nav a:hover {
  color: white; 
  background-color: #974fc2;
}
footer{
  border: 2px solid seagreen;
}

h1 {
  width: 100%;
  color: white;
  background-color: #974fc2;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0.2em;
  display: block;
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-top: 0.5em;
}

h2 {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
}

h3 {
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: 0.1em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* div */
.frame {
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
}

/* img */
.icon {
  background-color: #974fc2;
  vertical-align: middle;
  margin-right: 0.7em;
}

.largemenu {
  background-color: #c368fb;
  position: absolute;
  font-size: 4vw;
  left: 50%;
  width: 30%;
  top: 4vw;
  z-index: 100;
}

.slide-div {top:21vw;}
.slide-container {width:100%;height:24.2vw;margin-bottom:3vw;}
.slide-bullet {border:0.2vw;border-color:#dddddd;border-radius:50%;border-style:solid;color:#00f;background-color:transparent;height:1vw;width:1vw;padding:0;display:inline-block;margin-left:0.8vw;margin-right:0.8vw;}
.slide-bullet:hover {border-color:white}
.slide-anim {opacity:0;transition: opacity 1s ease-in-out;position:absolute;top:0px;}


.hamburger_icon {
  display: inline-block;
  background-color: #6b3689;
  width: 2.5vw;
  height: 2.5vw;
  float: right;
  object-fit: fill;
}

@media screen and (max-width: 1024px) {
  header{
    left: 0%;
    width: 100%;
    /* font-size: 3.2vw; */
    font-size: 5.7vw;
  }
  nav{
    /* top: 5.2vw; */
    top: 14vw;
    left: 4vw;
    width: 100%;
  }
  nav a{
    /* font-size: 1.7vw; */
    font-size: 3.2vw;
    margin-bottom: 0.4vw;
  }
  main{
    left: 0%;
    width: 100%;
    /* top: 11vw; */
    top: 30vw;
    font-size: 100%;
    /* margin-left: 1vw; */
    /* margin-right: 1vw; */
  }
  .slide-div {top:28vw;}
  .slide-container {height:33vw;}

  .largemenu {
    background-color: #c368fb;
    position: absolute;
    font-size: 5vw;
    left: 70%;
    width: 30%;
    top: 12vw;
    z-index: 100;
  }

  .hamburger_icon {
    display: inline-block;
    background-color: #6b3689;
    width: 8vw;
    height: 8vw;
    float: right;
    object-fit: fill;
    margin-right: 1.6vw;
    margin-top: 1.6vw;
  }

}

a {
  color: #6b3689;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.titel_fett {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.head_titel {
  color: white;
  position: absolute;
  top: 117px;
  left: 940px;
  font-family: "Arial", arial, Sans;
  font-weight: bold;
}

.hamburger_bar {
  width: 100%;
  height: 0.3vw;
  margin: 0.4vw 0;
  background-color: white;
}

.largemenuitem {
  display: block;
  color: white;
  font-weight: normal;
  margin-left: 0.4em;
}

