/**
 * Basic CSS Media Query Template
 * TODO: I should probably use Sass...
 * Author: Michael Vieth
 * ------------------------------------------
 *  Responsive Grid Media Queries - 1280, 1024, 768, 480
 *   1280-1024   - desktop (default grid)
 *   1024-768    - tablet landscape
 *   768-480     - tablet 
 *   480-less    - phone landscape & smaller
 * --------------------------------------------
 */
@media all and (min-width: 1280px) {
  #baum {
    min-height: 0;
  }
  #tree {
    height: auto;
  }
  h2 {
    font-size: 2rem !important;
  }
}

@media all and (min-width: 1250px) and (max-width: 1580px) {
  .kugel {
    width: 4.5rem;
    height: 4.5rem;
  }
  .line {
    height: 5.25rem;
  }
  .first {
    display: none;
    padding: 3rem 0rem;
    position: relative;
    height: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .activePagination {
    background: #1e398f !important;
  }
  .popup {
    position: absolute;
    background: white;
    min-height: 30rem;
    width: 33%;
    padding: 2rem;
    top: calc(50% - 17rem);
    display: none;
    z-index: 5;
    overflow: hidden;
  }
  .kreis img {
    max-width: 30rem;
  }
  .logo {
    height: 3rem;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  #main_p p {
    font-size: 0.75rem;
  }
  .spenden {
    margin-top: 1rem;
    cursor: pointer;
    font-size: 0.85rem;
  }
  .line {
    height: 4rem;
  }
  .imageLG {
    display: none;
  }
  .imageSM {
    display: block;
  }
  .pfefferminz-logo img {
    width: 100%;
    margin-top: 2rem;
  }
  h3 {
    font-size: 1.5rem !important;
  }
  .strich {
    width: 40%;
    height: 1px;
    background: #d2d8e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.65rem;
  }
  .start,
  .middle,
  .end {
    background: #d4d9ea;
    color: white;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.65rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button {
    color: #1e398f;
    max-width: 10rem;
    padding: 0.85rem 2rem;
    border: solid thin #1e398f;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    font-size: 0.85rem;
  }
  p {
    font-size: 0.85rem;
  }
  .first {
    display: none;
    padding: 3rem 0rem;
    position: relative;
    height: 100%;
  }
  .kugel {
    pointer-events: none;
    background-size: cover;
    border-radius: 50%;
    width: 3.25rem;
    height: 3.25rem;
    /* background-size: contain; */
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.45rem;
    margin: 0 0.5rem;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: linear-gradient(160deg, #f6ae2d, #ffa600);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 0 0 #ffa600, 0.5rem 0.5rem 30px #13092d;
    box-shadow: 0 0 0 0 #ffa600, 0.5rem 0.5rem 30px #13092d;
    -webkit-transition: -webkit-box-shadow 0.6s;
    transition: -webkit-box-shadow 0.6s;
    transition: box-shadow 0.6s;
    transition: box-shadow 0.6s, -webkit-box-shadow 0.6s;
  }
  #kugelWrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    right: 0.75rem;
    z-index: 1;
    padding-top: 1rem;
  }
  #tree {
    position: relative;
  }
  .activePagination {
    background: #1e398f;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #kugelWrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    right: 0.75rem;
    z-index: 1;
    padding-top: 3rem;
  }
  #baum {
    min-height: 64vh;
    max-height: none;
    min-width: none !important;
    max-width: 100%;
  }
  #arrow {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    position: absolute;
    right: 3rem;
  }
  .shadow {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.27);
    padding: 0px 2rem !important;
  }
  img {
    max-width: 100%;
  }
  #tree {
    height: 72vh;
    position: relative;
  }
  .infos {
    margin-bottom: 30rem !important;
  }
  .frontStuff {
    position: absolute;
    top: 45rem;
    left: 1rem;
    right: 1rem;
  }
  .popup {
    position: absolute;
    background: white;
    min-height: 30rem;
    width: 87%;
    padding: 2rem;
    top: calc(50% - 20rem);
    display: none;
    top: 48rem;
    z-index: 5;
    overflow: hidden;
  }
  .activePagination {
    background: #1e398f !important;
  }
}

@media all and (max-width: 480px) {
  .activePagination {
    background: #1e398f !important;
  }
  body {
    overflow-x: hidden;
  }
  #success {
    left: 0;
    width: 100vw;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  #baum {
    max-height: none;
    min-width: none !important;
    max-width: 100%;
  }
  #arrow {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    position: absolute;
    right: -4rem;
  }
  .shadow {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.27);
    padding: 0px 2rem !important;
  }
  #present2 {
    right: 5%;
  }
  .imageLG {
    display: none;
  }
  .spenden {
    margin-top: 1rem;
    cursor: pointer;
    text-align: center;
    margin: auto;
    margin-top: 2rem;
  }
  img {
    max-width: 100%;
  }
  #tree {
    position: relative;
    padding: 0 1rem !important;
  }
  .infos {
    margin-bottom: 35rem !important;
  }
  .frontStuff {
    position: absolute;
    top: 35rem;
    width: 94%;
  }
  #active_Kugel {
    -webkit-box-shadow: 0 0 60px 2px #ffa600, 0.5rem 0.5rem 30px #13092d !important;
    box-shadow: 0 0 60px 2px #ffa600, 0.5rem 0.5rem 30px #13092d !important;
    opacity: 1 !important;
    border: solid 2px #be68ff;
  }
  #popupMobile {
    display: none;
    background: white;
    position: absolute;
    width: 100%;
    height: 13rem;
    top: 26rem;
    z-index: 1000;
    margin: auto;
    text-align: center;
    padding: 3rem;
  }
  #main_p p {
    font-size: 0.75rem;
  }
  p {
    font-size: 0.75rem;
  }
  .whoWareWe {
    padding: 0 1rem !important;
  }
  .line {
    height: 2.15rem;
  }
  .strich {
    width: 40%;
    height: 1px;
    background: #d2d8e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
  }
  .first {
    display: none;
    padding: 2rem 0rem;
    position: relative;
    height: 100%;
  }
  .start,
  .middle,
  .end {
    background: #d4d9ea;
    color: white;
    font-size: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup {
    position: absolute;
    background: white;
    min-height: 30rem;
    width: 87%;
    padding: 2rem;
    top: calc(50% - 20rem);
    display: none;
    top: 28rem;
    z-index: 5;
    overflow: hidden;
  }
  .logo {
    height: 3rem;
  }
  #kugelWrapper {
    position: absolute;
    width: 100%;
    height: 50vh;
    right: 0.75rem;
    z-index: 1;
    padding-top: 1rem;
  }
  #baum {
    max-height: none;
    min-width: none !important;
    max-width: 100%;
  }
  .kugel {
    pointer-events: none;
    background-size: cover;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    color: rgba(0, 255, 255, 0);
    /* background-size: contain; */
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.65rem;
    margin: 0 0.5rem;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: linear-gradient(160deg, #f6ae2d, #ffa600);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 0 0 #ffa600, 0.5rem 0.5rem 30px #13092d;
    box-shadow: 0 0 0 0 #ffa600, 0.5rem 0.5rem 30px #13092d;
    -webkit-transition: -webkit-box-shadow 0.6s;
    transition: -webkit-box-shadow 0.6s;
    transition: box-shadow 0.6s;
    transition: box-shadow 0.6s, -webkit-box-shadow 0.6s;
  }
}

/* Portrait */
@media screen and (orientation: portrait) {
  /* Portrait styles here */
}

/* Landscape */
@media screen and (orientation: landscape) {
  /* Landscape styles here */
}

/* CSS for iPhone, iPad, and Retina Displays */
/* Non-Retina */
/* Retina */
/* iPhone Portrait */
/* iPhone Landscape */
/* iPad Portrait */
/* iPad Landscape */
/*# sourceMappingURL=mobile.css.map */