@import url("https://fonts.googleapis.com/css2?family=Great+Vibes");
/* FONTS, Font COLORS, LINKS  ========================================*/
#home-menu-link{
  border-bottom: 3px solid #d5b1f2;
}
/* Links ----------------------------------------------------*/

#rose {
  height: 0.5em;
  vertical-align: top;
}

#top-btn {
  display: none;
}

iframe {
  box-shadow: 0 0 4px 0 rgba(237, 169, 33, 0.4);
}

.ytb-div-mobil {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  overflow: hidden;
  margin: 10px auto;
}

.ytb-div-mobil iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#iframe-desk {
  display: none;
}

/* ---------------------------------
  PHONES LANDSCAPE 320-767px  
---------------------------------*/
@media screen and (min-width: 320px) and (orientation: landscape) {
  .content-div {
    margin: 5px;
  }
}
/*Closing Landscape Query*/
/* ---------------------------------
IPAD PORTRAIT, 768px and Up
---------------------------------*/
@media screen and (min-width: 768px) and (orientation: portrait) {
  h1 {
    font-size: 2.5em;
    margin: 0.2em 0;
  }

  h2 {
    font-size: 1.4em;
    margin-top: 0.3em;
    /*margin-bottom: 0.6em;*/
  }

  h3 {
    font-size: 1.2em;
  }

  p {
    font-size: 1.1em;
  }

  .list {
    font-size: 1.1em;
  }
}
/*closing Ipad Portrait */
/*  --------------------------------------
IPAD LANDSCAPE, and DESKTOPS 768px and Up 
------------------------------------------*/
@media screen and (min-width: 768px) and (orientation: landscape), (min-width: 1024px) {
  .ytb-div-mobil {
    display: none;
  }

  #iframe-desk {
    display: block;
    float: right;
    margin: 10px 0 20px 20px;
  }

  h1 {
    font-size: 3.5em;
    margin: 0.3em 0;
  }

  h2 {
    font-size: 1.7em;
    /*margin: 0.5em 0;*/
  }

  h3 {
    font-size: 1.4em;
    margin: 0.8em 0;
  }

  p {
    font-size: 1.2em;
  }

  .myMenu > li > a {
    font-size: 1.2em;
  }

  .list {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
/*closing Ipad Landscape*/

/*# sourceMappingURL=index.css.map */
