/*headlines*/
.img-slideshow #spendenbutton {
  position: relative;
  top: 1.5rem;
  width: 100%;
  max-width: 600px;
  max-height: 65px;
  margin: 0 auto;
  /*        background: #7bb82d;*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  font-family: 'Montserrat', "Arial", sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
  background: #7bb82d;
  display: inline-block;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 1;
}
.img-slideshow #spendenbutton::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(-35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 2;
}
.img-slideshow #spendenbutton:hover::after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.img-slideshow #spendenbutton:focus {
  outline: none;
}
.img-slideshow #spendenbutton #spendenIcon {
  max-height: 50px;
  width: auto;
  display: inline;
  vertical-align: middle;
  padding-left: .5rem;
}
@media only screen and (max-width: 650px) {
  .img-slideshow #spendenbutton {
    font-size: 18px;
    line-height: 20px;
  }
  .img-slideshow #spendenbutton #spendenIcon {
    display: none;
  }
}
#spendenbutton {
  position: absolute;
  bottom: 0;
  top: auto;
  color: #FFF;
  /*background-color: #fd5b3e;*/
  background-color: #7bb82d;
  width: 198px !important;
  height: 198px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: none;
  max-height: none;
  border-radius: 50%;
  justify-content: center;
  line-height: 1.5em;
  font-size: 17px;
  left: 5vw;
  /*transform: rotate(6deg) translate3d(-10vw, 80px ,0.01px);*/
  transform: rotate(-6deg) translate(10vw, 80px);
  z-index: 100;
  font-family: 'Montserrat', "Arial", sans-serif;
  box-sizing: border-box;
  padding: 20px;
  font-weight: 300;
}
@media screen and (min-width: 1400px) {
  #spendenbutton {
    left: auto;
    right: 50%;
    margin-right: 400px;
  }
}
@media screen and (max-width: 735px) {
  #spendenbutton {
    left: -20px;
    bottom: -40px;
  }
}
@media screen and (max-width: 560px) {
  #spendenbutton {
    font-size: 13px;
    width: 158px !important;
    height: 158px;
    bottom: 0px;
  }
  #spendenbutton #spendenIcon {
    max-width: 30px;
  }
  #spendenbutton #spendeninfos {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 560px) {
  #spendenbutton {
    left: -40px;
    /*bottom: 5px;*/
  }
}
@media screen and (max-width: 350px) {
  #spendenbutton {
    /*transform: rotate(6deg) translate3d(-10vw, 80px, 0.01px) scale(0.8);*/
    transform: rotate(-6deg) translate(10vw, 80px) scale(0.8);
  }
}
#spendenbutton #spendenIcon {
  flex: 0 0 auto;
  flex-grow: 0;
  max-height: none;
  max-width: 40px;
  height: auto;
  width: auto;
  align-self: center;
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
#spendenbutton #spendeninfos {
  text-decoration: underline;
  font-size: 0.7em;
  margin-top: 10px;
}
/*** SPENDENBUTTON MIT GESCHENK ***/
/*
#spendenbutton{
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    color: #FFF;
    background-color: #B91918;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);

    display: flex;
    flex-direction: column;
    width: 330px;
    max-height: none;
    margin-left: -20px;
    border-radius: 50%;
    justify-content: center;
    line-height: 1.5em;
    font-size: 17px;
    padding: 15px;
    padding-right: 160px;
    transform: rotate(-8deg) translate3d(-600px,-70px,0);
    z-index: 100;
    font-family: 'Montserrat', "Arial", sans-serif;
    box-sizing: border-box;
    font-weight: bold;
    
    #spendenIcon{
        flex: 0 0 auto;
        flex-grow: 0;
        height: 95%;
        width: auto;
        align-self: center;
        padding: 0;
        display: block;
        transform: rotate(14deg);
        position: absolute;
        right: 10px;
        top: -5px;
    }
    #spendeninfos{
        text-decoration: underline;
        font-size: 0.7em;
        margin-top: 10px;
        font-weight: normal;
    }
    
    @media screen and (min-width: 1400px){
        
    }
    @media screen and (max-width: 1300px){
        left: 40px;
        margin-left: 0px;
        font-size: 15px;
        transform: rotate(-8deg) translate3d(0,10px,0);
    }
    @media screen and (max-width: 735px){
        transform: rotate(-4deg) translate3d(0,30px,0);
        font-size: 12px;
        #spendenIcon{
            transform: rotate(10deg);
        }
    }
    @media screen and (max-width: 560px){

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


    }
    @media screen and (max-width: 475px){
        left: 30px;
        max-width: 82vw;
        transform: rotate(0deg) translate3d(0,30px,0);
        padding-right: 100px;
        #spendenIcon{
            transform: rotate(6deg);
        }
    }

}*/
