body {
    background-color: #D8D8D8;
     background-image: url("../img/Hintergrund web.jpg");
     background-attachment: fixed;
     background-size: cover;
     background-repeat: no-repeat;
     img-fluid: 80%;
}

.link-warning {
  background-image: url("../img/Logo web.jpg");
 
}

.bg-primary {
    background-color: #4373b5!important;
}
.bg-white {
    background-color: rgb(255, 255, 255);
    padding-top: 15px;
    padding-bottom: 60px;
    /* margin-bottom: 50px; */
    margin-top: 15px;
 padding-left: 50px;
 padding-right: 50px;

}
strong {
    font-weight: bolder; color: #4373b5; font-family: 'Courgette', cursive;
}
.lead {
    font-size: 1.25rem;
    font-weight: 500; color: #707277; font-family: 'Hind', sans-serif; 
}
p.lead {margin-bottom: 20px;}
h2 {
    font-size: 2rem; color: #4373b5; font-family: 'Courgette', cursive;
    margin-top: 20px;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
    color: #707277;
    font-family: 'Hind', sans-serif;
    background-color: #ed9a531c;
    margin-bottom: 15px;
    border-color:#fff;
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
        color: #707277;
        font-family: 'Hind', sans-serif;
        background-color: #ed9a531c;
      border-color:#fff}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; color: #707277; font-family: 'Hind', sans-serif;
}

.list-group-item+.list-group-item {
    border-top-width: 0; color: #707277; font-family: 'Hind', sans-serif; margin-bottom: 10px;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; color: #707277; font-family: 'Hind', sans-serif; margin-bottom: 10px;
}
div {
    display: block; color: #707277; font-family: 'Hind', sans-serif;
   
}

.navbar-nav .nav-link.active, .navbar-nav .show.nav-link {
    color: #ED9A53;
}

h1 {
    animation-duration: 1s;
    animation-name: slidein;
    animation-direction: alternate;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
  }
  @keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
 
    }
  }

  .list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: tomato;
    --bs-list-group-active-border-color: tomato;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 40px;
    border-radius: var(--bs-list-group-border-radius);
  }
  

  footer {
 
    height: 100px;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
     margin-right: 70px;
     font-size: 16px;
     
}
footer a {
  text-decoration: none; 
  padding: 10px;
  color: rgb(255, 255, 255)

}

footer a:hover {
  text-decoration: none; 
  padding: 10px;
  color: #ED9A53
}

footer ul {
  list-style: none;
display: flex;
color: #ED9A53
}

footer a:active {
    color: #ED9A53;
}

#open {
  color: #000000;
}

.jens {
  margin-top: 50px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  justify-content: space-around;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  justify-content: space-around;
}
.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto }
    .container {
      max-width: 900px;
    }
  .display-2 {
      color: #4373b5; font-family: 'Courgette', cursive; margin-left: auto; margin-right: auto; font-size: 60px;text-align: center;
  }
 weak {
    font-weight: bolder; color: #4373b5; font-family: 'Courgette', cursive; margin-left: auto; margin-right: auto;
}
p.kosten {
  text-align: center;
}
a
section {
  width: 800px;
  margin: 0px auto 0px auto;
  padding: 0 15px;
}
  
  

img {
  border: 1px solid #4373b5;

}
h2 { 

  font-size: 36px;
  margin: 30px 0 20px 0;
  font-weight: normal;
  color: #4373b5;
}
h3 {
   font-size: 20px;
margin-bottom: 10px;
color: d#4373b5;
font-weight: normal;

}

p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #444;
  
  
}
section ul {
  padding-left: 20px;
  margin-bottom: 30px;

}

section li {
  font-size: 20px;
  line-height: 32px;

  color: #444;
  list-style: circle;
}
form {
  background-color: gainsboro;
  padding: 25px;
  font-size: 20px;
  
  border: 1px solid #4373b5;
}

fieldset {
border: none;
margin-bottom: 10px;
}

input [type=radio] {
  margin: 0 10px 0 5px;
}

input[type=text], input[type=email]  {
  font-size: 20px;
  padding: 5px;
  width: 490px;
  margin-bottom: 15px;
}

indent {

  text-indent: 5px;
  margin-bottom: 5px;

}

textarea {

  width: 500px;
  height: 200px;


}


input [type=checkbox] {

  margin: 15px 10px;
  padding-right: 10px;
  padding-left: 20px;
}
button {
  width: 200px;
  height: 40px;
  background-color: #4373b5;
  color: #fff;
  font-size: 20px;
  border: none;
}

button:hover {
  background-color: #4373b5;
  cursor: pointer;
}
h3.display-2{font-size: 25px; color:#4373b5;}