/* --------------------------------
Primary style
-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
}
body {
  font-size: 100%;
  font-family: "Titillium Web", sans-serif;
  color: #4e6361;
  background-color: #242E30;
  overflow: hidden;
  margin: 0;
}
a {
  color: #6cac70;
  font-weight: 700;
  text-decoration: none;
}
.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.overflow-hidden {
  overflow: hidden;
}
/* --------------------------------
Main Content
-------------------------------- */
.cd-main-content {
  height: 100vh;
  position: relative;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: distribute;
      align-content: space-between;
  background-image: url(../img/bg/antoniolupi_keramikland-19.jpg);
  background-size: cover;
  background-position: bottom right;
  z-index: 2;
  padding-top: 0;
  margin: 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
.text-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Titillium Web", sans-serif;
  height: auto;
  max-width: 90%;
  padding: 30px 10px;
}
.text-container p {
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 1.5;
  max-width: 100%;
  display: block;
  color: rgb(244, 244, 244);
  margin: 20px 0;
}
.text-container a {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  background: #24a4f7;
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}
.text-container a:hover {
  color: #ffffff;
  background: #1786CE;
}
@media only screen and (min-width: 768px) {
  .cd-main-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
header.lateral-menu-is-open {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
header.is-fixed {
  position: fixed;
}
.logo-icon {
  position: relative;
  top: -5px;
  height: 30px;
  margin: 0 10px 0 0;
}

.logo-hiestand {
  position: relative;
  top: -10px;
  height: 20px;
  margin: 0 10px 0 0;
}

.logo-sananl {
  position: relative;
  top: -10px;
  height: 12px;
}

.logo-hiecoag {
  position: relative;
  top: -10px;
  height: 75px;
}
@media only screen and (min-width: 768px) {
  header {
    height: 70px;
  }
  .logo-icon {
    top: 0px;
    height: 50px;
    margin: 5px 20px 0 0;
  }

  .logo-hiestand {
    position: relative;
    top: -2px;
    height: 45px;
    margin: 0 20px 0 0;
  }

  .logo-sananl {
    position: relative;
    top: -6px;
    height: 25px;
  }
}
#cd-logo {
  color: rgb(253,210,48);
  font-family: arial;
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: 0.5px;
  display: block;
  float: left;
  margin: 16px 0 0 8px;
}



@media only screen and (min-width: 768px) {
  #cd-logo {
    font-size: 1.6em;
    font-weight: 700;
    margin: 2px 0 0 20px;
  }
  h3 {
    font-size: 1.1em;
    margin: 27px 0 0 10px;
  }
}
#cd-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}
#cd-top-nav ul {
  height: 100%;
  padding-top: 18px;
}
#cd-top-nav li {
  display: inline-block;
  margin-right: 0.1em;
}
#cd-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}
#cd-top-nav a.current {
  background-color: #242e30;
}
.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  #cd-top-nav {
    display: block;
  }
}
#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #004288;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFF;
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  width: 260px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 32px;
  color: #004288;
}
#cd-lateral-nav .kontakt {
  position: relative;
  color: #004288;
  margin-left: 15px;
  line-height: 1.7;
}
#cd-lateral-nav .kontakt:first-child {
  color: #FDD230;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}
#cd-lateral-nav .kontakt span {
  position: relative;
  margin-left: 30px;
}
#cd-lateral-nav .kontakt a {
  display: inline-block;
  color: #004288;
  margin: 0;
  padding: 0;
}
#cd-lateral-nav .kontakt a:hover {
  color: #01244a;
}
#cd-lateral-nav .kontakt svg {
  position: absolute;
  vertical-align: baseline;
  width: 20px;
  top: 9px;
  margin-right: 8px;
  height: auto;
  fill: #004288;
}
#cd-lateral-nav .kontakt svg:hover {
  fill: #01244a;
}
#cd-lateral-nav a.current {
  background-color: #0295cb;
  color: #004288;
}
.no-touch #cd-lateral-nav a:hover {
  color: #01244a;
}

@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
  #cd-lateral-nav .kontakt {
    margin-left: 15px;
  }
  #cd-lateral-nav .kontakt:first-child {
    margin-top: 40px;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
.fotos {
  position: relative;
  border: 1px solid red;
  height: 85%;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .fotos {
    height: 90%;
    margin-top: 70px;
    padding: 20px;
  }
  .images {
    border: 1px solid red;
    width: 30%;
    height: 30%;
    padding: 10px;
    background-image: url(../img/fotos/jubi80fest_main.jpg);
  }
  .jubi80fest-ansage {
    background: rgba(0, 0, 0, 0.8);
    max-width: 80%;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  -webkit-overflow-scrolling: touch;
}
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .socials {
  padding: 0 32px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  float: left;
  padding: 0;
  background-image: url("../img/icons/socials.svg");
  background-repeat: no-repeat;
  background-size: 128px 64px;
  background-color: #FFF;
  margin-right: .5em;
  border-radius: 0.25em;
}
#cd-lateral-nav .socials a.cd-twitter {
  background-position: 0 0;
}
#cd-lateral-nav .socials a.cd-github {
  background-position: -32px 0;
}
#cd-lateral-nav .socials a.cd-facebook {
  background-position: -64px 0;
}
#cd-lateral-nav .socials a.cd-google {
  background-position: -96px 0;
}
.no-touch #cd-lateral-nav .socials a:hover {
  background-color: #4e6361;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
  background-position: 0 -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-github {
  background-position: -32px -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
  background-position: -64px -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-google {
  background-position: -96px -32px;
}
.cd-main-content h2 {
  color: #e4e4e4;
  font-family: 'Shadows Into Light', cursive;
  font-size: 2.5em;
  margin-bottom: 20px;
}
.firma {
  background-image: url(../img/bg/antoniolupi_keramikland-5.jpg);
}
.kompetenzen {
  background-image: url(../img/bg/antoniolupi_keramikland-12.jpg);
}
.referenzen {
  background-image: url(../img/bg/antoniolupi_keramikland-23.jpg);
}
.inspirationen {
  background-image: url(../img/bg/antoniolupi_keramikland-18.jpg);
}
.firma-main {
  background-image: url(../img/bg/antoniolupi_keramikland-21.jpg);
}
.details {
  background-image: url(../img/bg/antoniolupi_keramikland-9.jpg);
}
.firma ul, .kompetenzen ul, .referenzen ul, .inspirationen ul, .rainsky ul {
  width: 90%;
  padding: 10px 0 0 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rainsky ul {
  width: 60%;
  padding: 40px;
  background-color: rgba(0,0,0,0.7);
}
.rainsky p {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media only screen and (max-width: 800px) {
  .rainsky p {
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.4;
  }
}
.cd-main-content a.transition {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction:column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0 20px 20px 0;
  width: 150px;
  height: 150px;
  float: left;
  color: #242e30;
  fill: #242e30;
  background: rgba(255, 255, 255, 0.6);
  font-size: 1.2em;
  border: 1px solid #242e30;
}
.inspirationen a.transition {
  position: relative;
  width: 280px;
  height: 280px;
  float: left;
  color: #ffffff;
  background-image: url(../img/bg/antoniolupi_keramikland-14.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.4em;
  border: 1px solid #242e30;
}
.inspirationen a.transition div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction:column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: absolute;
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.6em;
  color: rgba(255,255,255,0);
  width: 280px;
  height: 280px;
  background-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
}
.inspirationen a.transition div:hover {
  background-color: rgba(0,0,0,0.7);
  color: rgba(255,255,255,1);
}
@media only screen and (max-width: 1920px) {
  .inspirationen a.transition {
    width: 150px;
    height: 150px;
    font-size: 0.8em;
    }
  .inspirationen a.transition div {
    width: 150px;
    height: 150px;
    }
  }
.inspirationen a.armaturen {
  background-image: url(../img/inspirationen/armaturen.jpg);
}
.inspirationen a.badewannen {
  background-image: url(../img/inspirationen/badewannen.jpg);
}
.inspirationen a.badheizkoerper {
  background-image: url(../img/inspirationen/badheizkoerper.jpg);
}
.inspirationen a.badmoebel {
  background-image: url(../img/inspirationen/badmoebel.jpg);
}
.inspirationen a.duschen {
  background-image: url(../img/inspirationen/duschen.jpg);
}
.inspirationen a.spiegel {
  background-image: url(../img/inspirationen/spiegel.jpg);
}
.inspirationen a.spiegelleuchten {
  background-image: url(../img/inspirationen/spiegelleuchten.jpg);
}
.inspirationen a.wc {
  background-image: url(../img/inspirationen/wc.jpg);
}
.inspirationen a.waschbecken {
  background-image: url(../img/inspirationen/waschbecken.jpg);
}
.inspirationen a.wellness {
  background-image: url(../img/inspirationen/wellness.jpg);
}
.download-all {
  margin-top: 50px;
  padding: 10px;
}
.download-all a {
  margin: 0;
  color: rgb(39, 116, 249);
  font-size: 1.8em;
  font-weight: 600;
  font-family: 'Shadows Into Light', cursive;
  text-decoration: underline;
}
.download-all a:hover {
  color: rgb(106, 159, 250);
  background: transparent;
}

.antoniolupi {
  height: 13px;
  right: 0;
  margin: 0 15px 15px 0;
}
.keramikland {
  height: 40px;
  width: 120px;
  padding-right: 40px;
  left: 0;
  margin: 0 0 15px 15px;
}
.logo:hover {
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .firma ul, .kompetenzen ul, .referenzen ul, .inspirationen ul {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .cd-main-content a.transition {
    width: 90px;
    height: 90px;
    font-size: 0.7em;
  }
  .download-all a {
    font-size: 1.2em;
  }
  .cd-main-content h2 {
    margin-bottom: 0;
  }
  .undertitle {
    margin-top: 4px;
  }
  .jubi80fest-ansage {
    background: rgba(0, 0, 0, 0.8);
    max-width: 90%;
  .inspirationen a.transition {
    width: 100px;
    height: 100px;
    font-size: 0.6em;
    color: white;
  }
  .inspirationen a.transition div {
    width: 100px;
    height: 100px;
    color: rgba(255,255,255,1);
  }
  .inspirationen h2 {
    margin-bottom: 30px;
  }
  .antoniolupi {
    margin: 0 10px 30px 0;
  }
  .keramikland {
    margin: 0 0 30px 10px;
  }
}

.rainsky {
  background-image: url(../img/bg/rainsky-bg.jpg);
}
.logo {
  position: absolute;
  bottom: 0;
  opacity: 0.3;
}
.transition {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media only screen and (max-width: 450px) {
  .text-container p {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 20px 0;
  }
  .cd-main-content h2 {
    font-size: 1.5em;
    margin-top: 40px;
  }

  .jubi80fest-ansage {
    background: rgba(0, 0, 0, 0.8);
    max-width: 90%;
  }
  .text-container a {
    margin: 0;
  }
  .dummy-img {
    margin: 110px auto 10px;
    height: 300px;
  }
}

@media only screen and (max-width: 325px) {
  .text-container p {
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 15px 0;
  }
  .cd-main-content h2 {
    font-size: 1.3em;
  }
  .text-container {
    max-width: 95%;
  }
  .text-container p {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.3;
    display: block;
    color: rgb(219, 213, 212);
    margin: 20px 0;
  }
  .inspirationen a.transition {
    width: 70px;
    height: 70px;
    font-size: 0.5em;
  }
  .inspirationen a.transition div {
    width: 70px;
    height: 70px;
  }
}
