.icon{
      max-height: 40px;
}



body, html {
    height: 100%;
}

.fontsize_1 {
  font-size: clamp(10px, 1vw, 1vw);
}

.fontsize_2 {
  font-size: clamp(20px, 2vw, 2vw);
}

.fontsize_3 {
  font-size: clamp(30px, 2.5vw, 2.5vw);
}

.fontsize_4 {
  font-size: clamp(40px, 4vw, 4vw);
}

.fontsize_5 {
  font-size: clamp(50px, 5vw, 5vw);
}

.fontsize_6 {
  font-size: clamp(60px, 6vw, 6vw);
}

.fontsize_7 {
  font-size: clamp(70px, 7vw, 7vw);
}


h1{
  font-size: 8em;
}

/* h3 {
  font-size: 3em;
} */

.handschrift {
  font-family: 'Comforter', cursive; 
}

.schriftart_1 {
  font-family: 'Amatic SC', cursive; 
}

a {
  color: #5c5f64;
}

a:hover {
  color: #050d18;
}



.block {
  hyphens: auto; 
	text-align: justify
}

@media screen and (min-width: 999px) {
  .max1000 {
    display: none;
  }

}


@media screen and (max-width: 1000px) {
  .min1000 {
    display: none;
  }

}

  /* Create the parallax scrolling effect */
  /* Create the parallax scrolling effect */
  /* Create the parallax scrolling effect */
  /* Create the parallax scrolling effect */
  /* Create the parallax scrolling effect */

.parallax {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* END Create the parallax scrolling effect */
/* END Create the parallax scrolling effect */
/* END Create the parallax scrolling effect */
/* END Create the parallax scrolling effect */
/* END Create the parallax scrolling effect */







.navbar-nav {
  font-family: 'Amatic SC', cursive; 
  font-size: 1.8em; 
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}


.dropdown-menu {
  font-family: 'Amatic SC', cursive; 
  font-size: 1.0em; 
  font-weight: 700;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  min-width: 10rem;
  padding: .5rem 0; 
  margin: 0;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5), -5px -5px 10px 0 rgba(0, 0, 0, 0.5);
}

.navbar-brand {
  font-family: 'Amatic SC', cursive; 
  font-size: 1.7em; 
  font-weight: 700;
  line-height: normal;
  display: none;
}

.hide_navbar-brand {
  color: white;
}

.custom-logo-wrap {
  max-width: 400px;
  position: absolute;
  left: 0;
  height: 0;
  z-index: 9999;
  margin-left: 25%;
  width: 472.5px; 
  height: 400px; 
  top: -220px;
  transition: top 0.5s;

}

.hide_logo {
  /* display: none; */
  max-width: 400px;
  position: absolute;
  left: 0;
  height: 0;
  z-index: 9999;
  margin-left: 25%;
  width: 472.5px; 
  height: 400px; 
  top: -315px;
  /* opacity: 0.1; */
  transition: top 0.5s, opacity 0.3s ;

}



.logotext_1 {
  font-family: 'Comforter', cursive; 
  font-size: 3.5em; 
  font-weight: 500;
  transition: all 0.5s, opacity 0.3s ;
}


.logotext_2 {
  font-family: 'Amatic SC', cursive; 
  font-size: 2.5em;
  transition: all 0.5s, opacity 0.3s ;
}

.logotext_1_small {
  font-size: 2em ;
  margin-top: 85px;
  line-height: 0px;
  transition: all 0.5s, opacity 0.3s ;
}

.logotext_2_small {
  font-size: 1.5em ;
  margin-top: -5px;
  padding-top: 0px;
  line-height: 0px;
    transition: all 0.5s, opacity 0.3s ;
  }


.custom-logo-link {
  display: block;
  background-image:  url("assets/img/blende.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95% 95%;
  position: absolute;
  top: 20px;
  bottom: 15px;
  left: 5px;
  right: 5px;
  background-color: #f8f9fa;
  border-radius: 50%;
  padding: 10%;
  padding-top: 10%;
  z-index: 99999;
  /* padding-top: 175px; */
  /* 1. wert = horizontal, 2. wert = vertical, 3. wert = Unschärfeeffekt, 4 wert = Ausbreitungsradius, inset = innen */
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5), -5px -5px 10px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5) inset;
  text-align: center;
  padding-top: 230px;
  line-height: 1em;
  color: rgb(68, 64, 64);
  text-decoration: none;
  transition: all 0.5s;
}

.hide_logo_link {
  background-image: none !important;
  transition: all 0.5s;
}

.custom-logo-link:hover {
  color: rgb(34, 33, 33);
  /* background: rgb(238, 237, 237); */
  transition: all 0.3s ease-in-out;
}


.custom-logo-link img {
  max-width: 100%;
  height: auto;
}

.logorahmen { 
  position: absolute;
  display: block;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 50%;
  border: 1px solid #b2babe; 
  z-index: 88888;
}

.logorahmen-1 { 
  transform: translate(-3px, 3px);
}

.logorahmen-2 { 
  transform: translate(3px, -3px);
}

.logorahmen-3 { 
  transform: skewY(5deg);
  margin-left: -20px;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 2500px) {
  .custom-logo-wrap {
    margin-left: 20%;
  }

  .navbar-brand {
    display: none;
  }

  .hide_logo {
    margin-left: 20%;
  }

}


@media screen and (max-width: 2100px) {
  .custom-logo-wrap {
    margin-left: 16%;
  }

  .navbar-brand {
    display: none;
  }

  .hide_logo {
    margin-left: 16%;
  }

}


@media screen and (max-width: 1850px) {
  .custom-logo-wrap {
    margin-left: 12%;
  }

  .navbar-brand {
    display: none;
  }

  .hide_logo {
    margin-left: 12%;
  }

}

@media screen and (max-width: 1650px) {
  .custom-logo-wrap {
    margin-left: 7%;
    /* display: none; */
  }

  .navbar-brand {
    display:none;
  }

  .hide_logo {
    margin-left: 7%;
  }

}

@media screen and (max-width: 1450px) {
  .custom-logo-wrap {
    margin-left: 0%;
    /* display: none; */
  }

  .navbar-brand {
    display:none;
  }

  .hide_logo {
    margin-left: 0%;
  }

}


@media screen and (max-width: 1200px) {
  .custom-logo-wrap {
    display: none;
  }

  /* .custom-logo-link {
    display: none;
  } */

  .navbar-brand {
    display:contents;
  }
}

/* @media screen and (max-width: 600px) {
  .custom-logo-wrap {
    display: none;
  }  

  .custom-logo-link {
    display: none;
  }
} */



 /* Style the header: fixed position (always stay at the top) */
 .header {
  position: fixed;
  top: 64px;
  z-index:199;
  width: 100%;
  background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #2a2b2a;
  width: 0%;
} 


@media screen and (max-width: 600px) {
  .header {
    top: 54px;
  }
}




/* The hero image */
/* The hero image */
/* The hero image */
/* The hero image */
/* The hero image */
/* The hero image */
.hero-home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/hero-bg.jpg");
}

.hero-standard {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/hero-bg.jpg");
}

.hero-concert {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/portfolio/concert/Schandmaul - Rockhouse -  © Dominik Riedel Fotorafie.JPG");
}

.hero-event {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/portfolio/event/270_Oktoberfest_Portfolio_www.Rydle.net_Portfolio_www.Rydle.net.JPG");
}

.hero-wedding {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/portfolio/wedding/2021_07_21_Hochzeit_Soni_und_Jacob_DSC01093_Dominik_Riedel.jpg");
}

.hero-portrait {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/portfolio/portrait/Shooting DSC09122 - © Dominik Riedel Fotografie.jpg");
}

.hero-business {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/portfolio/business/DSC09006 - © Dominik Riedel Fotografie.jpg");
}

.hero-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/Dominik_Riedel_web.jpg");
}

.hero-about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/DSC05685_Dominik_Riedel_Fotografie.jpg");
}


.hero-image {
  /* Set a specific height */
  height: 100vh;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.hero_content_small {
  /* height: 50vh; */
  /* margin-top:65px; */
}

.hero-image_small {
  /* Set a specific height */
  /* width: 100%; */
  height: 40vh;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 10px 0px 10px 5px gray;
  margin-top: 65px;
  /* position: relative; */
}

/* Place text in the middle of the image */
.hero-text_small {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}



@media screen and (max-width: 800px) {
  .hero-image_small {
    /* Set a specific height */
    height: 50vh;
  }
  
  /* Place text in the middle of the image */
  .hero-text_small {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .hero-text_small h1 {
    font-size: 6em;
    }

  .hero-text_small h3 {
    font-size: 1em;
    }
    
  
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .hero-image_small {
    /* Set a specific height */
    height: 50vh;
  }
  
  /* Place text in the middle of the image */
  .hero-text_small {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .hero-text_small h1 {
    font-size: 5em;
    }

  .hero-text_small h3 {
    font-size: 4em;
    }
    
  
}

/* The hero image */
/* The hero image */
/* The hero image */
/* The hero image */
/* The hero image */


/* .slideshow {
width: 100%;
height: auto;
}

.mySlides {
height: auto;
min-height: 200px;
width: 100%;
} */



/* Responsive Image Grid */
/* Responsive Image Grid */
/* Responsive Image Grid */
/* Responsive Image Grid */
/* Responsive Image Grid */

.galerie {
  z-index: 98;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 2px;
  }
  
  .column img {
    margin-top: 4px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }



/* End Responsive Image Grid */
/* End Responsive Image Grid */
/* End Responsive Image Grid */
/* End Responsive Image Grid */
/* End Responsive Image Grid */




/* Zoom */
/* Zoom */
/* Zoom */
/* Zoom */

  .zoom {
    padding: 0px;
    background-color: white;
    transition: transform .2s;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
  }
  
  .zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.02); 
    /* border: 4px solid; */
    border-color: white;
    z-index: 99;
    transition: all 0.3s ease-in-out;
  }

/*End Zoom */
/*End Zoom */
/*End Zoom */
/*End Zoom */





* {box-sizing: border-box}

/* Container needed to position the overlay. Adjust the width as needed */
.text_container {
  position: relative;
}

/* Make the image to responsive */


/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10%;
}

/* When you mouse over the container, fade in the overlay title */
.text_container:hover .overlay {
  opacity: 1;
}






/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */
* {
  box-sizing: border-box;
}


.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: none;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: lightgray;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container_timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container_timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50.3%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid lightgray;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent lightgray;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid lightgray;
  border-width: 10px 10px 10px 0;
  border-color: transparent lightgray transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: lightgray;
  position: relative;
  border-radius: 6px;
}

.timeline img {
  max-width: 50%;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container_timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container_timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}


/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */


 /* Contact Form */
 /* Contact Form */
 /* Contact Form */
 /* Contact Form */
 /* Contact Form */


 /* Style inputs with type="text", select elements and textareas */
 input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 0px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 20px;
  /* background-color: #f2f2f2; */
  padding: 20px;
} 


/* End Contact Form */
/* End Contact Form */
/* End Contact Form */
/* End Contact Form */
/* End Contact Form */





/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 20px;
}
.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact_img {
  border-radius: 50%;
  max-width: 70%;
  margin-bottom: 20px;
}

.contact .info i {
  font-size: 20px;
  color: #5d6163;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #5c5f64;
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #949596;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2b3235;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 15px;
}
.contact .php-email-form label {
  padding-bottom: 8px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
/* .contact .php-email-form input {
  height: 44px;
} */
.contact .php-email-form textarea {
  padding: 10px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #a3a7a8;
  border: 0;
  padding: 10px 24px;
  color: #333;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #717a7e;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# END Contact
--------------------------------------------------------------*/





.slideshow_content {
  margin-top:65px;
}

/* Äußerster Behälter, regelt die Größe der Slideshow */
.slideshow-behaelter-behaelter {
  width: 100%;
}

/* Innerer Behälter, sorgt mit dem Padding dafür, dass das Seitenverhältnis immer
  beibehalten wird. 56.25% entspricht einem Seitenverhältnis von 16:9, da 9/16 = 0.5625 */
.slideshow-behaelter {
  width: 100%;
  padding-top: 42%;
  position: relative;

}

/* Die Slideshow wird nun in den Padding-Bereich des Behälters positioniert und füllt diesen aus */
.slideshow {
  width: 100%;
  height: 100%;
  box-shadow: 10px 0px 10px 5px gray;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2s;
  
}

.slide-bild {
  width: 100%;
}

.slide-textbereich {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 2% 1%;
}

.slide-ueberschrift {
  font-size: 5rem;
  margin: 0;
  margin-bottom: 10px;
}

.slide-beschreibung {
  font-size: 1.4rem;
  margin: 0;
}

.pfeil {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 35px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  color: rgba(255, 255, 255, 0.5);
  user-select: none;
  cursor: pointer;
}

.pfeil:hover {
  color: white;
}

.pfeil-links {
  left: 0;
}

.pfeil-rechts {
  right: 0;
}

.indikatorenliste {
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  list-style-type: none;
  font-size: 40px;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: white;
  bottom: 0.5rem;
}

.indikator {
  padding: 0 10px;
  user-select: none;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 2s;
}

.aktiv {
  opacity: 1;
}

/* Die Media Queries regeln stufenweise, wie sich die Slideshow auf kleineren Bildschirmen
  verhält. Dabei werden die Breite der Slideshow sowie die Schriftgrößen angepasst. */

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

  .slide-ueberschrift {
      font-size: 1.77rem;
  }

  .slide-beschreibung {
      font-size: 1.25rem;
  }

  .slideshow_content {
    margin-top:65px;
  }
}

@media screen and (max-width: 1105px) {
  
  .slide-ueberschrift {
      font-size: 1.69rem;
  }

  .slide-beschreibung {
      font-size: 1.18rem;
  }

  .slideshow_content {
    margin-top: 65px;
  }
}

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

  .slide-ueberschrift {
      font-size: 1.6rem;
  }

  .slide-beschreibung {
      font-size: 1.12rem;
  }

  .slideshow_content {
    margin-top: 65px;
  }
}

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

  .slide-ueberschrift {
      font-size: 1.5rem;
  }

  .slide-beschreibung {
      font-size: 1.05rem;
  }

  .slideshow_content {
    margin-top: 65px;
  }
}

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

  .slide-ueberschrift {
      font-size: 1.42rem;
  }

  /* In der kleinsten Größe wird die Beschreibung ausgeblendet, da sie nicht 
      in das Textfeld passen oder das Bild beinahe komplett verdecken würde. */
  .slide-beschreibung {
      display: none;
  }

  .slideshow_content {
    margin-top: 30x;
  }
}





.copyright {
  font-size: 1.3em;
  font-family: 'Amatic SC', cursive; 
}

.footer_link {
  text-transform: uppercase;
  color: #333;
  font-family: 'Amatic SC', cursive; 
  font-size: 1.2em;
  line-height: 0%;
}

.footer_link:hover {
  text-transform: uppercase;
  color: #292726;
  font-weight: 700;
}