body 
{font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
@media only screen and (max-width: 699px){
     grid-container
    .item1
      grid-column-start: 1;
      grid-column-end: 2;
    .item2
     grid-column-start: 2;
     grid-column-end: 3;
      } 
         /* Handy: 1 Spalte */ 


.linie {
    border-bottom: 3px solid #c2b8b8; /* Dicke, Stil, Farbe */
    width: 100%; /* Breite der Linie */
    margin: 15px 0; /* Abstand oben/unten */
    margin-left: auto;
    margin-right: auto;
  }
 
.grid-container {
  display: grid;
  grid-template-columns:repeat( 358px 460px );
  max-width: 998px;
  gap: 0px;
  background-color: rgb(253, 165, 1);
  padding: 0px;
  border: 0px;
  justify-content: center;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;

} 
 

.container div {
  background-color: black;
  padding: 1px;
  
}

.item1 {
  
  grid-column-start: 1;
 grid-column-end: 2;
 background-color :black;
    text-align: center;
    color:whitesmoke;   /* Farbe orange */
    font-size: 20px;
    font-style: 28px;  /* Größe 28pt   */
    font-family:arial, "lucida console", sans-serif; /* Schriftart */
}

.beispielbild {
    display: grid; 
    place-items: center;  
    max-width: 285px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid whitesmoke;
}
#honey{
    width: 285px;
    height: 121px;
}

.item2 {
  grid-column-start: 2;
  grid-column-end: 3;
  background-color :black;
  width: 100%;
  text-align: center;
  word-spacing:58px; 
  color:whitesmoke;   /* Farbe orange */
  font-size: 18px;
  font-style: 28px;  /* Größe 28pt   */
}
 
#link {color:whitesmoke; text-decoration: none;}

.fa {
  padding: 0px 0cqw;
  font-size: 30px;
  width: 454px;
  text-align: right;
  text-decoration: none;
}

nav  a {
  display:inline-flex;
	 align-items: center;
  justify-content: center;
	padding: 0px 0+px;
	text-decoration: none;
	font-weight: none;
	text-align: center;
	color: white;
	font-size: 20px;
  font-style: 28px;  /* Größe 28pt   */
  background-color: var(--background-color);
	transition: all .25s ease-in;
	position: relative;
	top: 40px;
	left: 0px;
	margin:auto; 
	 
	max-width: 500px;
	height: 22px;
}
:root {
	--background-color: rgb(4, 4, 4);
}
#link {
left: 0px;
}
#link2 {
left: 35px;
}
#link3 {
left: 46px;
}
#link4 {
left:35px;
}

.dropdown {
  position: relative;
  display: inline-block;
  right: 28px;
  ;
}
.dropdown-content {
  display:  none;
  position: absolute;
  --background-color: rgb(134, 131, 131);
  background-color: #f1f1f1;
  width: 158px;
	box-shadow: 0px 8px 16px 10px rgb(218, 216, 216);
  z-index: 1;
}
.dropdown-content a {
	color: rgb(7, 7, 7);
  width: 152px;
	padding:12px 0px;
  text-decoration: none;
  font-size: 18px;
  font-style: 28px;  /* Größe 28pt   */
	display: block;
	height: 40px;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: black;
}
.fa:hover {
    opacity: 0.8;
}
#fa_instagram{
  width: 39px;
  position: relative;
  left: 2px;

}

.fa:hover {
    opacity: 0.7;
}
.fa-instagram {
  background: black ;
  color: white;
}


.item3 {
  grid-column-start: 2;
  grid-column-end: 4;
  background-color :black;
    text-align: center;
    color:whitesmoke;   /* Farbe orange */
    font-size: 18px;
    font-style: 24px;  /* Größe 2/
    font-family:arial, "lucida console", sans-serif; /* Schriftart */
}
h1{
  color: orange;
}

.item4 {
  grid-column-start: 2;
  grid-column-end: 4;
  background-color :black;
 }
 
 table, th, td {
  background-color: black;
  border: 2px solid black;
  border-collapse: collapse;
  height: 470px;
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: inline;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
  
 
.item5 {
  grid-column-start: 2;
  grid-column-end: 4;
  background-color :black;
   text-align: center;
   width: 100%;
  color:white;   /* Farbe orange */
  font-size: 18px;
  font-style: 28px;  /* Größe 28pt   */
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
} 
  

.item6 {
  grid-column-start: 2;
  grid-column-end: 4;
  background-color :black;
}

 .card-container { 
  max-width: 420px; 
  margin: auto; 
  background: black; 
  padding: 3px 10px; 
  border: 2px solid white;
  border-radius: 8px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
h2 { 
  text-align: center; 
  color: white; 
}
.form-group {
   margin-bottom: 15px; 
}
label { 
  display: block; 
  margin-bottom: 10px; 
  margin-left: 8%;
  font-weight: bold;
  color: white; 
}
input[type="text"], input[type="email"]  {
  margin-left: 5%;
  width: 90%; 
  padding: 8px; 
  border:3px solid grey ;
  border-radius: 4px; 
  box-sizing: border-box; 
}
textarea[name="message"]{
  margin-left: 5%;
  width: 90%;
  height: 200px; 
  padding: 8px; 
  border:3px solid grey ;
  border-radius: 4px; 
  box-sizing: border-box; 
}  

input[type="checkbox"] {
  display: inline;
  width: 1.1em;
  height: 1.1em;
  appearance: auto;
  margin-right: .2em
}
input[type="reset"] {
  background-color: #cfc3c2;  
  color: black;
  padding: 1px 3px;
  border:3px solid grey ;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto; 
  cursor: pointer;
  font-size: 14px;
  font-family: Arial black
}

input[type="reset"]:hover {
  background-color: #676161; /* Dunkleres Rot beim Hovern */
}
textarea { 
  resize: vertical; 
}
button {
  background-color:orange;
  margin-left: 10%; 
  color: black; 
  padding: 2px 18px; 
  border: 3px solid grey; 
  border-radius: 4px; 
  cursor: pointer; width: 80%; 
  font-size: 18px;
  font-family: Arial black, Helvetica, sans-serif; 
}
button:hover { 
  background-color:rgb(255, 197, 5); 
}
#formMessage { 
  padding: 10px;
   border-radius: 4px; 
   text-align: center; 
  }
.success {
  background-color: #d4edda;
   color: rgb(202, 134, 7); 
  }
.error { background-color: #f8d7da; color: #721c24; }
 
 
 

   
.item7 {
  grid-column-start: 2;
  grid-column-end: 4;
  max-height: 180px; 
  text-align: center;
 padding:10px;
  writing-mode: vertical; 
   word-spacing: 100px; 
   color:whitesmoke;   /* Farbe orange */
    font-size: 20px;
    font-style: 28px;  /* Größe 28pt   */
    
}

#impressum {
  word-spacing: normal; 
}
.item8 {
  grid-column-start: 2;
  grid-column-end: 4;
  height: 80px; 
  margin-left: auto; 
  margin-right: auto; 
  padding: 15px;
  text-align: center;
    writing-mode: vertical;  
}
