html {
  background-color: rgb(255, 245, 238); /*Seashell*/
  height: auto;
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  height: auto;
  max-width: 1903px;
  position: relative;
  margin: 0;
  padding: 0;
}
/*Header*/

header h1 {
  font-size: 36pt;
  font-family: Ink Free;
  font-style: italic;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  height: 7rem;
  margin: 0rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
  color: rgb(255, 245, 238);
}

/*BILDERR Größe*/

/*
img {
	max-width: 100%; 
	height: auto;
}
*/

footer img {
  max-width: 100%;
  max-height: 100%;
}

/*Navbar*/

.menu {
  margin: 0;
}

main {
  height: 3150px;
}

nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  background: rgb(105, 105, 105);
}

@media all and (min-width: 1400px) {
  nav ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
nav ul li {
  display: none;
}
@media all and (min-width: 1400px) {
  nav ul li {
    display: flex;
  }
}
nav ul a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: Calibri;
  font-size: 12pt;
  font-weight: bold;
  /*font-family: Futura, Trebuchet MS, Arial, sans-serif;
	font-size: 0.7em;*/
  color: rgb(255, 245, 238);
  background: rgb(105, 105, 105);
  text-align: center;
  padding: 14px 30px;
  transition: background 0.25s, box-shadow 0.15s;
}
nav ul a:hover {
  color: rgb(105, 105, 105);
  background: rgb(255, 245, 238);
  box-shadow: 0px 4px 0px 0px #bb8eac;
}
@media all and (min-width: 545px) {
  nav ul a {
    padding: 20px;
  }
}

.heart {
  display: none;
  margin: 0 auto;
  padding: 12px 30px;
}
@media all and (min-width: 545px) {
  .heart {
    display: block;
  }
}

.heart-trigger {
  display: block;
  padding: 12px 30px;
}

/*
@media all and (min-width: 545px) {
  .heart-trigger {
    order: initial;
  }
}
*/
.visible {
  display: block;
  transform: scale(1);
}

.fa-heart {
  font-size: 1.8em;
  color: rgb(255, 245, 238);
  transition: all 0.2s ease-in-out;
}
.fa-heart:hover {
  color: red;
  transform: scale(1.3);
}
@media all and (min-width: 545px) {
  .fa-heart {
    font-size: 1.2em;
  }
}

/*BIS HIER KOPIEREN*/

/*AB HIER BEARBEITEN*/

/*Headline*/

#headline {
  display: block;
  margin-top: 5rem;
}

#ueberschrift h2 {
  font-family: Calibri;
  height: auto;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
  color: red;
}

#info {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
}

#info p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calibri;
  /*font-weight: bold;*/
  font-size: 14pt;
  /*color: red;*/
}

#info h3 {
  /*font-size: 14pt;*/
  font-size: 17pt;
  font-family: Calibri;
  margin-bottom: 0;
}

#ende {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
}

#ende p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calibri;
  /*font-weight: bold;*/
  font-size: 14pt;
  /*color: red;*/
}

.box_leer {
  background-color: rgb(105, 105, 105);
  float: none;
  width: 100%;
  height: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
}

/*Vorschlag Nr. 1*/

/*Übernachtung 1*/

#trips {
  margin-left: 2rem;
  margin-right: 2rem;
}

#trip1 {
  margin-top: 2rem;
  padding: 5px;
}

.ueberschrift_trip1 {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  font-style: italic;
  text-indent: 1.5rem;
  text-decoration: underline;
  font-family: Calibri;
}

.text_trip1 b {
  font-size: 22pt;
  font-family: Calibri;
  text-align: center;
}

.text_trip1 p {
  text-align: justify;
  font-family: Calibri;
  text-align: center;
  /*color: red;*/
}

#bild_trip1 {
  text-align: center;
  margin-top: 2em;
  margin-left: 13%;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#bild_trip1 img {
  width: 100%;
  height: auto;
}

.box_leer_trip1 {
  background-color: rgb(105, 105, 105);
  float: none;
  width: 100%;
  height: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  float: left;
}

#Veranstaltungslocation p {
  text-decoration: underline;
  font-family: Calibri;
  text-align: center;
  font-size: 14pt;
  color: black;
}

#maps_burg {
  text-align: center;
  margin-top: 2em;
  margin-left: 4%;
  margin-right: 13%;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#maps_burg img {
  width: 100%;
  heigth: auto;
}

#maps_burg figcaption {
  margin-top: 1rem;
}

/*Vorschlag Nr. 2*/

/*Übernachtung 2*/

#trip2 {
  padding: 5px;
  float: left;
  width: 100%;
}

.ueberschrift_trip2 {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  font-style: italic;
  text-indent: 1.5rem;
  text-decoration: underline;
  font-family: Calibri;
}

.text_trip2 b {
  font-size: 22pt;
  font-family: Calibri;
  text-align: center;
}

.text_trip2 p {
  text-align: justify;
  font-family: Calibri;
  text-align: center;
}

#bild_trip2 {
  text-align: center;
  margin-top: 2em;
  margin-left: 13%;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#bild_trip2 img {
  width: 100%;
  heigth: auto;
}

.box_leer_trip2 {
  background-color: rgb(105, 105, 105);
  float: none;
  width: 100%;
  height: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  float: left;
}

#hotel_geastehaus_loewen p {
  text-decoration: underline;
  font-family: Calibri;
  text-align: center;
  font-size: 14pt;
  color: black;
  float: left;
}

#Hotel_Gästehaus_Löwen_Maps {
  text-align: center;
  margin-top: 2em;
  margin-left: 4%;
  margin-right: 13%;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#Hotel_Gästehaus_Löwen_Maps img {
  width: 100%;
  heigth: auto;
}

#Hotel_Gästehaus_Löwen_Maps figcaption {
  margin-top: 1rem;
}

/*Vorschlag Nr. 3*/

/*Übernachtung 3*/

#trip3 {
  padding: 5px;
  float: left;
  width: 100%;
}

.ueberschrift_trip3 {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  font-style: italic;
  text-indent: 1.5rem;
  text-decoration: underline;
  font-family: Calibri;
}

.text_trip3 b {
  font-size: 22pt;
  font-family: Calibri;
  text-align: center;
}

.text_trip3 p {
  text-align: justify;
  font-family: Calibri;
  text-align: center;
  /*color: red;*/
}

#bild_trip3 {
  text-align: center;
  margin-top: 2em;
  margin-left: 13%;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#bild_trip3 img {
  width: 100%;
  heigth: auto;
}

.box_leer_trip3 {
  background-color: rgb(105, 105, 105);
  float: none;
  width: 100%;
  height: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  float: left;
}

#hotel_resaturant_loewen p {
  text-decoration: underline;
  font-family: Calibri;
  text-align: center;
  font-size: 14pt;
  color: black;
}

#hotel_resaturant_loewen_MAPS {
  text-align: center;
  margin-top: 2em;
  margin-left: 4%;
  margin-right: 13%;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#hotel_resaturant_loewen_MAPS img {
  width: 120%;
  heigth: auto;
}

#hotel_resaturant_loewen_MAPS figcaption {
  margin-top: 1rem;
}

/*Übernachtung 4*/

#trip4 {
  padding: 5px;
  float: left;
  width: 100%;
}

.ueberschrift_trip4 {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  font-style: italic;
  text-indent: 1.5rem;
  text-decoration: underline;
  font-family: Calibri;
}

.text_trip4 b {
  font-size: 22pt;
  font-family: Calibri;
  text-align: center;
}

.text_trip4 p {
  text-align: justify;
  font-family: Calibri;
  text-align: center;
  /*color: red;*/
}

#bild_trip4 {
  text-align: center;
  margin-top: 2em;
  margin-left: 13%;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#bild_trip4 img {
  width: 140%;
  heigth: auto;
}

.box_leer_trip4 {
  background-color: rgb(105, 105, 105);
  float: none;
  width: 100%;
  height: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  float: left;
}

#hotel_mila p {
  text-decoration: underline;
  font-family: Calibri;
  text-align: center;
  font-size: 14pt;
  color: black;
}

#hotel_mila_maps {
  text-align: center;
  margin-top: 2em;
  margin-left: 4%;
  margin-right: 13%;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#hotel_mila_maps img {
  width: 100%;
  heigth: auto;
}

#hotel_mila_maps figcaption {
  margin-top: 1rem;
}

/*Übernachtung 5*/

#trip5 {
  padding: 5px;
  float: left;
  width: 100%;
}

.ueberschrift_trip5 {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  font-style: italic;
  text-indent: 1.5rem;
  text-decoration: underline;
  font-family: Calibri;
}

.text_trip5 b {
  font-size: 22pt;
  font-family: Calibri;
  text-align: center;
}

.text_trip5 p {
  text-align: justify;
  font-family: Calibri;
  text-align: center;
  /*color: red;*/
}

#bild_trip5 {
  text-align: center;
  margin-top: 2em;
  margin-left: 13%;
  margin-bottom: 5rem;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#bild_trip5 img {
  width: 190%;
  heigth: auto;
}

.box_leer_trip5 {
  background-color: rgb(105, 105, 105);
  float: none;
  width: 100%;
  height: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  float: left;
}

#eislinger_tor p {
  text-decoration: underline;
  font-family: Calibri;
  text-align: center;
  font-size: 14pt;
  color: black;
}

#eislinger_tor_maps {
  text-align: center;
  margin-top: 2em;
  margin-left: 4%;
  margin-right: 13%;
  margin-bottom: 5rem;
  width: 35%;
  height: auto;
  float: left;
  display: flex;
}

#eislinger_tor_maps img {
  width: 100%;
  heigth: auto;
}

#eislinger_tor_maps figcaption {
  margin-top: 1rem;
}

/*MOBILE*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  main {
    height: 5195px;
  }

  .body {
    margin: 0;
  }
  .header {
    text-align: center;
  }

  .nav ul li {
    display: flex;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .menu {
    padding: 0;
  }

  .menu li {
    max-width: 100%;
  }

  .menu a {
    background: rgb(105, 105, 105);
    color: white;
    border-bottom: 1px solid rgb(255, 245, 238);
  }

  #headline {
    margin-top: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #text {
    min-width: 80%;
    max-width: 100%;
  }
  #bild {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }
  figure {
    display: block;
    margin: 0;
  }
  .heart-trigger {
    display: block;
    padding: 12px 30px;
    order: -1;
  }

  /*Vorschlag Nr. 1*/

  /*Übernachtung 1*/

  #trips {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #trip1 {
    margin-top: 2rem;
    padding: 5px;
  }

  .ueberschrift_trip1 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip1 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip1 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip1 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip1 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip1 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #Veranstaltungslocation p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #maps_burg {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #maps_burg img {
    width: 100%;
    heigth: auto;
  }

  #maps_burg figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 2*/

  /*Übernachtung 2*/

  #trip2 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip2 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip2 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip2 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip2 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip2 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip2 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_geastehaus_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
    float: left;
  }

  #Hotel_Gästehaus_Löwen_Maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #Hotel_Gästehaus_Löwen_Maps img {
    width: 100%;
    heigth: auto;
  }

  #Hotel_Gästehaus_Löwen_Maps figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 3*/

  /*Übernachtung 3*/

  #trip3 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip3 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip3 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip3 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip3 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip3 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip3 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_resaturant_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_resaturant_loewen_MAPS {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_resaturant_loewen_MAPS img {
    width: 100%;
    heigth: auto;
  }

  #hotel_resaturant_loewen_MAPS figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 4*/

  #trip4 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip4 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip4 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip4 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip4 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip4 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip4 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_mila p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_mila_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_mila_maps img {
    width: 100%;
    heigth: auto;
  }

  #hotel_mila_maps figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 5*/

  #trip5 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip5 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip5 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip5 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip5 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip5 img {
    width: 115%;
    heigth: auto;
  }

  .box_leer_trip5 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #eislinger_tor p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #eislinger_tor_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    margin-right: 00;
    margin-bottom: 5rem;
    width: 100%;
    height: auto;
    float: left;
    display: flex;
  }

  #eislinger_tor_maps img {
    width: 100%;
    heigth: auto;
  }

  #eislinger_tor_maps figcaption {
    margin-top: 1rem;
  }

  footer img {
    max-width: 30px;
    height: auto;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    right: 10px;
    position: fixed;
    z-index: 400;
  }

  footer p {
    width: 80%;
    height: 16px;
    display: flex;
    font-size: 10pt;
    margin-left: 2rem;
    font-family: Ink Free;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .body {
    margin: 0;
  }
  .header {
    text-align: center;
  }

  .nav ul li {
    display: flex;
  }

  .menu {
    padding: 0;
  }

  .menu li {
    max-width: 100%;
  }

  .menu a {
    background: rgb(105, 105, 105);
    color: white;
    border-bottom: 1px solid rgb(255, 245, 238);
  }

  #headline {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #text {
    min-width: 80%;
    max-width: 100%;
  }
  #bild {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }
  figure {
    display: block;
    margin: 0;
  }
  .heart-trigger {
    display: block;
    padding: 12px 30px;
    order: -1;
  }

  footer img {
    max-width: 30px;
    height: auto;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    right: 10px;
    position: fixed;
    z-index: 400;
  }

  footer p {
    width: 80%;
    height: 16px;
    display: flex;
    font-size: 10pt;
    margin-left: 2rem;
    font-family: Ink Free;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  main {
    height: 3195px;
  }
  .body {
    margin: 0;
  }
  .header {
    text-align: center;
  }

  .nav ul li {
    display: flex;
  }

  .menu {
    padding: 0;
  }

  .menu li {
    max-width: 100%;
  }

  .menu a {
    background: rgb(105, 105, 105);
    color: white;
    border-bottom: 1px solid rgb(255, 245, 238);
  }

  #headline {
    margin-top: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #text {
    min-width: 80%;
    max-width: 100%;
  }
  #bild {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }
  figure {
    display: block;
    margin: 0;
  }
  .heart-trigger {
    display: block;
    padding: 12px 30px;
    order: -1;
  }

  /*Vorschlag Nr. 1*/

  /*Übernachtung 1*/

  #trips {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #trip1 {
    margin-top: 2rem;
    padding: 5px;
  }

  .ueberschrift_trip1 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip1 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip1 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip1 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip1 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip1 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #Veranstaltungslocation p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #maps_burg {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #maps_burg img {
    width: 100%;
    heigth: auto;
  }

  #maps_burg figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 2*/

  /*Übernachtung 2*/

  #trip2 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip2 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip2 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip2 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip2 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip2 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip2 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_geastehaus_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
    float: left;
  }

  #Hotel_Gästehaus_Löwen_Maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #Hotel_Gästehaus_Löwen_Maps img {
    width: 100%;
    heigth: auto;
  }

  #Hotel_Gästehaus_Löwen_Maps figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 3*/

  /*Übernachtung 3*/

  #trip3 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip3 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip3 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip3 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip3 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip3 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip3 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_resaturant_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_resaturant_loewen_MAPS {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_resaturant_loewen_MAPS img {
    width: 100%;
    heigth: auto;
  }

  #hotel_resaturant_loewen_MAPS figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 4*/

  #trip4 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip4 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip4 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip4 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip4 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip4 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip4 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_mila p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_mila_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_mila_maps img {
    width: 100%;
    heigth: auto;
  }

  #hotel_mila_maps figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 5*/

  #trip5 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip5 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip5 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip5 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip5 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    margin-bottom: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip5 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip5 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip5 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #eislinger_tor p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #eislinger_tor_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 5rem;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #eislinger_tor_maps img {
    width: 100%;
    heigth: auto;
  }

  #eislinger_tor_maps figure {
    width: 100%;
    heigth: auto;
  }

  #eislinger_tor_maps figcaption {
    margin-top: 1rem;
  }

  footer img {
    max-width: 30px;
    height: auto;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    right: 10px;
    position: fixed;
    z-index: 400;
  }

  footer p {
    width: 80%;
    height: 16px;
    display: flex;
    font-size: 10pt;
    margin-left: 2rem;
    font-family: Ink Free;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .body {
    margin: 0;
  }
  .header {
    text-align: center;
  }

  .nav ul li {
    display: flex;
  }

  .menu {
    padding: 0;
  }

  .menu li {
    max-width: 100%;
  }

  .menu a {
    background: rgb(105, 105, 105);
    color: white;
    border-bottom: 1px solid rgb(255, 245, 238);
  }

  #headline {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #text {
    min-width: 80%;
    max-width: 100%;
  }
  #bild {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }
  figure {
    display: block;
    margin: 0;
  }
  .heart-trigger {
    display: block;
    padding: 10px;
    order: -1;
  }

  /*Vorschlag Nr. 1*/

  /*Übernachtung 1*/

  #trips {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #trip1 {
    margin-top: 2rem;
    padding: 5px;
  }

  .ueberschrift_trip1 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip1 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip1 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip1 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip1 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip1 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #Veranstaltungslocation p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #maps_burg {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #maps_burg img {
    width: 100%;
    heigth: auto;
  }

  #maps_burg figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 2*/

  /*Übernachtung 2*/

  #trip2 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip2 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip2 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip2 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip2 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip2 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip2 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_geastehaus_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
    float: left;
  }

  #Hotel_Gästehaus_Löwen_Maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #Hotel_Gästehaus_Löwen_Maps img {
    width: 100%;
    heigth: auto;
  }

  #Hotel_Gästehaus_Löwen_Maps figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 3*/

  /*Übernachtung 3*/

  #trip3 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip3 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip3 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip3 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip3 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip3 img {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip3 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_resaturant_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_resaturant_loewen_MAPS {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_resaturant_loewen_MAPS img {
    width: 100%;
    heigth: auto;
  }

  #hotel_resaturant_loewen_MAPS figure {
    width: 100%;
    heigth: auto;
  }

  #hotel_resaturant_loewen_MAPS figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 4*/

  #trip4 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip4 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip4 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip4 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip4 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip4 img {
    width: 115%;
    heigth: auto;
  }

  .box_leer_trip4 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_mila p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_mila_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_mila_maps img {
    width: 100%;
    heigth: auto;
  }

  #hotel_mila_maps figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 5*/

  #trip5 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip5 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip5 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip5 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip5 {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
    margin-bottom: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip5 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip5 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip5 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #eislinger_tor p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #eislinger_tor_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 5rem;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #eislinger_tor_maps img {
    width: 100%;
    heigth: auto;
  }

  #eislinger_tor_maps figcaption {
    margin-top: 1rem;
  }

  footer img {
    max-width: 30px;
    height: auto;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    right: 10px;
    position: fixed;
    z-index: 400;
  }

  footer p {
    width: 80%;
    height: 16px;
    display: flex;
    font-size: 10pt;
    margin-left: 2rem;
    font-family: Ink Free;
  }
}

/* Large devices (laptops/desktops, 1100px and up) */
@media only screen and (min-width: 1100px) {
  .body {
    margin: 0;
  }
  .header {
    text-align: center;
  }

  .nav ul li {
    display: flex;
  }

  .menu {
    padding: 0;
  }

  .menu li {
    max-width: 100%;
  }

  .menu a {
    background: rgb(105, 105, 105);
    color: white;
    border-bottom: 1px solid rgb(255, 245, 238);
  }

  #headline {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #text {
    min-width: 80%;
    max-width: 100%;
  }
  #bild {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }
  figure {
    display: block;
    margin: 0;
  }
  .heart-trigger {
    display: block;
    padding: 12px 30px;
    order: -1;
  }

  /*Vorschlag Nr. 1*/

  /*Übernachtung 1*/

  #trips {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #trip1 {
    margin-top: 2rem;
    padding: 5px;
  }

  .ueberschrift_trip1 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip1 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip1 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip1 {
    text-align: center;
    margin-top: 2em;
    margin-left: 1%;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip1 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip1 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip1 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #Veranstaltungslocation p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #maps_burg {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #maps_burg img {
    width: 100%;
    heigth: auto;
  }

  #maps_burg figure {
    width: 100%;
    heigth: auto;
  }

  #maps_burg figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 2*/

  /*Übernachtung 2*/

  #trip2 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip2 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip2 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip2 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip2 {
    text-align: center;
    margin-top: 2em;
    margin-left: 1%;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip2 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip2 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip2 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_geastehaus_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
    float: left;
  }

  #Hotel_Gästehaus_Löwen_Maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #Hotel_Gästehaus_Löwen_Maps img {
    width: 107%;
    heigth: auto;
  }

  #Hotel_Gästehaus_Löwen_Maps figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 3*/

  /*Übernachtung 3*/

  #trip3 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip3 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip3 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip3 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip3 {
    text-align: center;
    margin-top: 2em;
    margin-left: 1%;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip3 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip3 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip3 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_resaturant_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_resaturant_loewen_MAPS {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_resaturant_loewen_MAPS img {
    width: 100%;
    heigth: auto;
  }

  #hotel_resaturant_loewen_MAPS figure {
    width: 98%;
    heigth: auto;
  }

  #hotel_resaturant_loewen_MAPS figcaption {
    margin-top: 1rem;
    text-align: center;
  }

  /*Übernachtung 4*/

  #trip4 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip4 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip4 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip4 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip4 {
    text-align: center;
    margin-top: 2em;
    margin-left: 1%;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip4 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip4 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip4 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_mila p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_mila_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_mila_maps img {
    width: 100%;
    heigth: auto;
  }

  #hotel_mila_maps figure {
    width: 98%;
    heigth: auto;
  }

  #hotel_mila_maps figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 5*/

  #trip5 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip5 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip5 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip5 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip5 {
    text-align: center;
    margin-top: 2em;
    margin-left: 1%;
    margin-bottom: 5rem;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip5 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip5 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip5 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #eislinger_tor p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #eislinger_tor_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 5rem;
    width: 48%;
    height: auto;
    float: left;
    display: flex;
  }

  #eislinger_tor_maps img {
    width: 100%;
    heigth: auto;
  }

  #eislinger_tor_maps figure {
    width: 98%;
    heigth: auto;
  }

  #eislinger_tor_maps figcaption {
    margin-top: 1rem;
  }

  footer img {
    max-width: 30px;
    height: auto;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    right: 10px;
    position: fixed;
    z-index: 400;
  }

  footer p {
    width: 80%;
    height: 16px;
    display: flex;
    font-size: 10pt;
    margin-left: 2rem;
    font-family: Ink Free;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) {
  .body {
    margin: 0;
  }
  .header {
    text-align: center;
  }

  .nav ul li {
    display: flex;
  }

  nav ul a {
    padding: 20px;
  }

  .menu {
    padding: 0;
  }

  .menu li {
    max-width: 100%;
  }
  .menu a {
    color: white;
    border-bottom: none;
  }

  #headline {
    margin-top: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #text {
    min-width: 80%;
    max-width: 100%;
  }
  #bild {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }
  figure {
    display: block;
    margin: 0;
  }
  .heart-trigger {
    display: block;
    padding: 12px 30px;
    order: 0;
  }

  /*Vorschlag Nr. 1*/

  /*Übernachtung 1*/

  #trips {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #trip1 {
    margin-top: 2rem;
    padding: 5px;
  }

  .ueberschrift_trip1 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip1 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip1 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip1 {
    text-align: center;
    margin-top: 2em;
    margin-left: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip1 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip1 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip1 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #Veranstaltungslocation p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #maps_burg {
    text-align: center;
    margin-top: 2em;
    margin-left: 4%;
    margin-right: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #maps_burg img {
    width: 100%;
    heigth: auto;
  }

  #maps_burg figure {
    width: 100%;
    heigth: auto;
  }

  #maps_burg figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 2*/

  /*Übernachtung 2*/

  #trip2 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip2 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip2 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip2 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
  }

  #bild_trip2 {
    text-align: center;
    margin-top: 2em;
    margin-left: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip2 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip2 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip2 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_geastehaus_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
    float: left;
  }

  #Hotel_Gästehaus_Löwen_Maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 4%;
    margin-right: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #Hotel_Gästehaus_Löwen_Maps img {
    width: 100%;
    heigth: auto;
  }

  #Hotel_Gästehaus_Löwen_Maps figure {
    width: 100%;
    heigth: auto;
  }

  #Hotel_Gästehaus_Löwen_Maps figcaption {
    margin-top: 1rem;
  }

  /*Vorschlag Nr. 3*/

  /*Übernachtung 3*/

  #trip3 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip3 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip3 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip3 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip3 {
    text-align: center;
    margin-top: 2em;
    margin-left: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip3 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip3 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip3 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_resaturant_loewen p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_resaturant_loewen_MAPS {
    text-align: center;
    margin-top: 2em;
    margin-left: 4%;
    margin-right: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_resaturant_loewen_MAPS img {
    width: 100%;
    heigth: auto;
  }

  #hotel_resaturant_loewen_MAPS figure {
    width: 100%;
    heigth: auto;
  }

  #hotel_resaturant_loewen_MAPS figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 4*/

  #trip4 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip4 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip4 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip4 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip4 {
    text-align: center;
    margin-top: 2em;
    margin-left: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip4 {
    text-align: center;
    margin-top: 2em;
    margin-left: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip4 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip4 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip4 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #hotel_mila p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #hotel_mila_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 4%;
    margin-right: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #hotel_mila_maps img {
    width: 100%;
    heigth: auto;
  }

  #hotel_mila_maps figure {
    width: 100%;
    heigth: auto;
  }

  #hotel_mila_maps figcaption {
    margin-top: 1rem;
  }

  /*Übernachtung 5*/

  #trip5 {
    padding: 5px;
    float: left;
    width: 100%;
  }

  .ueberschrift_trip5 {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-indent: 1.5rem;
    text-decoration: underline;
    font-family: Calibri;
  }

  .text_trip5 b {
    font-size: 22pt;
    font-family: Calibri;
    text-align: center;
  }

  .text_trip5 p {
    text-align: justify;
    font-family: Calibri;
    text-align: center;
    /*color: red;*/
  }

  #bild_trip5 {
    text-align: center;
    margin-top: 2em;
    margin-left: 13%;
    margin-bottom: 5rem;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip5 {
    text-align: center;
    margin-top: 2em;
    margin-left: 13%;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #bild_trip5 img {
    width: 100%;
    heigth: auto;
  }

  #bild_trip5 figure {
    width: 100%;
    heigth: auto;
  }

  .box_leer_trip5 {
    background-color: rgb(105, 105, 105);
    float: none;
    width: 100%;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
  }

  #eislinger_tor p {
    text-decoration: underline;
    font-family: Calibri;
    text-align: center;
    font-size: 14pt;
    color: black;
  }

  #eislinger_tor_maps {
    text-align: center;
    margin-top: 2em;
    margin-left: 4%;
    margin-right: 13%;
    margin-bottom: 5rem;
    width: 35%;
    height: auto;
    float: left;
    display: flex;
  }

  #eislinger_tor_maps img {
    width: 100%;
    heigth: auto;
  }

  #eislinger_tor_maps figure {
    width: 100%;
    heigth: auto;
  }

  #eislinger_tor_maps figcaption {
    margin-top: 1rem;
  }

  footer img {
    max-width: 30px;
    height: auto;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    right: 10px;
    position: fixed;
    z-index: 400;
  }

  footer p {
    width: 80%;
    height: 16px;
    display: flex;
    font-size: 10pt;
    margin-left: 2rem;
    font-family: Ink Free;
  }
}
