/*Dieses Dokument wurde im Auftrag des Schreibwarengeschäft Rose von Order Corner angefertigt.*/
/*Grundeinstellungen und Styles*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

* {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0;
  color: white;
  letter-spacing: 1.3px !important;
  font-size: 21px;
}

body.menuIsOpen {
  overflow: hidden;
}

.pageContend.menuIsOpen {
  visibility: hidden;
  overflow: hidden;
}

span.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

p {
  line-height: 1.4211;
  letter-spacing: .012em;
}

/*Footer*/

hr.black {
  border-top: 1px solid rgb(0, 0, 0);
}

.divider {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider.no-margin {
  margin: 0px !important;
}

.divider.gray {
  background-color: gray;
}

.divider.white {
  background-color: white;
}

#footer {
  flex-shrink: 0;
  background-color: rgb(20, 102, 0);
  padding: 35px;
  padding-top: 15px !important;
  color: white;
}

.turned {
  transform: rotate(45deg);
}

.inline {
  display: inline;
}

.footertopBoxContent.shown {
  max-height: 120px;
}

.footertopBoxContent {
  max-height: 0px;
  padding-left: 0px;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.footertopBoxContent a {
  text-decoration: none;
}

.footertopBoxContent a:hover {
  text-decoration: underline;
}

.footertopBoxContent a {
  display: block;
  padding: 2px;
}

.footertopBoxContent div {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footertopBoxContent img {
  flex: 0 0 1.2rem;
  height: 1.2rem;
  width: 1.2rem;
}

.toggleBox {
  padding-bottom: 5px;
}

#footer * {
  overflow: hidden;
  color: white;
}

.footertopBoxHeadline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xmark {
  font-weight: 100 !important;
  line-height: 80%;
  font-size: x-large;
  -webkit-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding-right: 5px;
}

#pageContend {
  flex: 1 0 auto;
  position: relative;
  margin-top: 55.5px;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

@media only screen and (min-width: 610px) {


  #footerbottomBox {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

  .social-icons a {
    grid-template-columns: 1fr 1fr;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 610px) {
  #footerbottomBox {
    text-align: center;
  }

  #footer {
    padding: 15px;
  }

  .social-icons {
    margin: 20px;
  }

  .social-icons a {
    margin-left: 4px;
    margin-right: 4px;
  }

  .social-icons a.facebook {
    background-color: #0079fa;
  }

  .social-icons a.twitter {
    background-color: #00aced;
  }

  .social-icons a.linkedin {
    background-color: #007bb6;
  }

  .social-icons a.instagram {
    background: linear-gradient(45deg, #ffb637, #a32fc5);
  }
}

.social-icons {
  padding-inline-start: 0px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover * {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(102%) contrast(101%);
}

.social-icons a.facebook:hover {
  background-color: #0079fa;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.instagram:hover {
  background: linear-gradient(45deg, #ffb637, #a32fc5);
}

#SchreibwarenRoseIcon {
  margin: 10px;
  width: 32px;
  height: 32px;
}

.fa {
  display: block;
  width: 25px;
  height: 25px;
}

/*Header*/

.menuButton {
  margin-left: 20px !important;
  margin: 10px;
}

.shortCutMenu {
  display: flex;
  justify-items: center;
  margin-left: 10px;
}

.shortCutMenuIcon {
  width: 32px;
  height: 32px;
}

#header.expanded {
  height: 100%;
}

#header {
  height: 55.5px;
  position: fixed;
  top: 0px;
  z-index: 999;
  background-color: rgb(20, 102, 0);
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0px 1px 8px black;
}

#navbar {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 55.5px;
}

.iconLink {
  width: 32px;
  height: 32px;
  margin: 10px;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .menu>ul {
    grid-template-columns: 1fr 1fr !important;
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .menu>ul {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .shortCutMenu {
    display: none;
  }

  .headline {
    display: none;
  }


  .menu>ul {
    grid-template-columns: 1fr !important;
    justify-items: unset !important;
    height: auto;
    bottom: 0;
    overflow: auto;
  }

  .arrowWrapper {
    display: block !important;
  }

  #SchreibwarenRoseIconWrapper {
    display: block !important;
  }

  #extraIconKontakt {
    display: block !important;
  }

  .menu>ul>li {
    width: unset !important;
    border-bottom: gray 1px solid !important;
  }

  .subLinks {
    max-height: 0 !important;
  }

}

#SchreibwarenRoseIconWrapper {
  display: none;
}

#extraIconKontakt {
  display: none;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  width: 100vw;
  height: calc(100% - 55.5px);
  transform: scale(0);
}

.divider.gray.no-margin {
  position: absolute;
}

.menu>ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: baseline;
  padding-left: 0px !important;
  justify-items: center;
}

.menu>ul li.active .subLinks {
  max-height: 150px !important;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  -ms-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}

.subLinks {
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  -ms-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
  overflow: hidden;
  max-height: 9999px;
  padding-left: 0px !important;
  padding-left: 0px;
  font-size: 18px;
  list-style: none;
}

.subLinks * {
  color: rgb(117 158 198) !important;
  text-decoration: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 20px;
  display: block;
}

.menu>ul>li {
  width: 230px;
  border-bottom: none;
  margin-left: 10px;
  margin-right: 10px;
}

.menu>ul li .menuSectionHeadingWrapper {
  color: rgb(117 158 198) !important;
  transform-origin: left;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin: 20px 20px 0px 20px;
  text-decoration: none;
}

.menu>ul li .menuSectionHeadingWrapper span {
  color: white;
  font-size: 28px;
}

#header {
  overflow-y: scroll;
}

#header.expanded .menu {
  transform: scale(1);
}


#header .menu .divider {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 0vw;
}

#header.expanded .menu .divider {
  width: 100vw;
}

.headline {
  color: white;
}

.headline a {
  line-break: anywhere;
  text-decoration: none;
}

.wrapperDivAsGrid {
  width: calc(100% - 20px);
  display: grid;
  justify-content: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

/*Header Menu Button Animation*/

.menuButton {
  display: absolute;
  width: 22px;
  height: 12px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.menuButton div {
  position: absolute;
  width: 22px;
  height: 12px;
}

.menuButton span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  -moz-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  -ms-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  -o-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.menuButton span:first-of-type {
  top: 0;
}

.menuButton span:last-of-type {
  bottom: 0;
}

#header.expanded #navbar .menuButton #menuButtonDiv span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}

#header.expanded #navbar .menuButton #menuButtonDiv span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}

/*Header Fold Button Animation*/

.arrowWrapper {
  display: none;
  text-align: center;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -ms-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}

.menu ul li.active .menuSectionHeadingWrapper .arrowWrapper .arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}

.menu ul li.active .menuSectionHeadingWrapper .arrowWrapper .arrow:before {
  transform: translate(10px, 0);
}

.menu ul li.active .menuSectionHeadingWrapper .arrowWrapper .arrow:after {
  transform: rotate(90deg) translate(10px, 0);
}

.arrowWrapper .arrow {
  transform: rotate(0);
  left: 0;
}

.arrowWrapper .arrow:before,
.arrowWrapper .arrow:after {
  background-color: transparent;
  width: 3px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border-bottom: 12px solid white;
  top: 0;
  left: 0;
  transform: rotate(0);
}

.arrowWrapper .arrow:before {
  transform: rotate(-135deg);
}

.arrowWrapper .arrow:after {
  transform: rotate(135deg);
}

.menu ul li.active .menuSectionHeadingWrapper .arrowWrapper .arrow {
  transform: rotate(0);
  transform: translate(0, -6px);
}

.menu ul li.active .menuSectionHeadingWrapper .arrowWrapper .arrow:before {
  transform: rotate(-45deg);
}

.menu ul li.active .menuSectionHeadingWrapper .arrowWrapper .arrow:after {
  transform: rotate(45deg);
}

.arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  -webkit-transition: 04s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-left: 25px;
  text-align: left;
  transform: rotate(45deg);
}

.arrow:before,
.arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 04s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}

#credits * {
  color: white;
}

#credits ul>a,
#credits ul>span {
  display: block;
}

#credits span>a {
  margin-left: 0px;
  margin-right: 0px;
}

#credits {
  margin-top: 15px;
  margin-bottom: 15px;
}

#cookie-consent-popUp {
  padding: 20px 10px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: fit-content;
  background-color: #00376b;
  display: flex;
  align-items: center;
  z-index: 999;
}

#cookie-consent-popUp.hidden {
  display: none;
}

#cookie-consent-popUp>img {
  height: 100px;
  aspect-ratio: 1;
  margin-right: 10px;
}

#cookie-consent-popUp>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 120px);
}

#cookie-consent-popUp>div>div>span {
  display: block;
}

#cookie-consent-popUp>div>div>span:last-of-type {
  font-size: 10px;
}

.cookie-consent-popUp-button-Wrapper {
  display: flex;
}

.cookie-consent-popUp-button-Wrapper button {
  width: fit-content;
  all: unset;
  font-size: 15px;
  line-height: 105%;
  padding: 10px 20px;
  border: 1px solid white;
  border-radius: 20px;
  margin: 10px;
}

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

  #credits * {
    text-align: center;
    padding-left: 0px;
  }

  #cookie-consent-popUp>div {
    flex-direction: column;
    align-items: baseline;
    width: calc(100% - 20px);
  }

  .cookie-consent-popUp-button-Wrapper button {
    margin-left: 0px;
  }

  #cookie-consent-popUp {
    flex-direction: column;
  }

  #cookie-consent-popUp>img {
    margin-bottom: 10px;
  }

}

/*Werbung*/

#werbungOverlay {
  z-index: 999;
  place-content: center;
  place-items: center;
  position: fixed;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
}

#werbungOverlay * {
  color: black !important;
}

#popUpFloatWrapper {
  display: flex;
  flex-direction: row;
}

#popUpFloatWrapper>div {
  height: 30px;
  width: 50px;
}

#werbungOverlay.hidden {
  display: none;
}

#background {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.563);
  z-index: 997;
  position: absolute;
}

#popUp {
  position: absolute;
  width: calc(100% - 160px);
  max-width: 600px;
  max-height: calc(100% - 180px);
  overflow: scroll;
  background-color: rgb(255, 255, 255);
  z-index: 999;
  padding: 20px;
  border-radius: 20px;
}

#popUp>img {
  max-width: 600px;
  width: 100%;
  box-shadow: #a4a4a4 3px 3px 10px 1px;
  border-radius: 15px;
}

#popUp>a {
  margin-top: 10px;
  display: block;
}

#dismissButton {
  all: unset;
  position: absolute;
  top: 15px;
  right: 15px;
}

#neuTag {
  padding: 5px 5px;
  display: inline-block;
  color: white !important;
  background-color: rgb(255, 106, 0);
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 5px;
  transform: translate(50%, 50%);
  box-shadow: black 1px 1px 10px;
}

#dismissButtonContent {
  height: 20px;
  width: 20px;
}

@media only screen and (min-width: 800px) {
  #werbeBild-Breit {
    display: block;
  }

  #werbeBild-Quadrat {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  #neuTag {
    transform: translate(20%, 50%);
  }
}

@media only screen and (max-width: 500px) {
  #popUp {
    width: calc(100% - 80px);
    padding: 15px;
  }

  #werbungBeschreibung {
    display: block;
  }
}