.swiper-container, .swiper-slide {
  height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%; }

/*.swiper-pagination-switch {
	border: 1px solid rgb(237,241,245);
	display: inline-block;
width: 48px;
height: 16px;
border-radius: 0;
background: transparent;
box-shadow: none;
margin: 0 3px;
cursor: pointer;
}

.swiper-active-switch {
	background: rgb(237,241,245);
}
*/
* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  background-color: #403835; }

a {
  text-decoration: none;
  color: #fff; }
  a:hover {
    color: #f6a433; }

ul, li {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

header {
  width: 100%;
  height: 150px;
  background-image: url(../src/headerbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

pre {
  font-size: 0;
  line-height: 0;
  border-bottom: 3px solid #fff; }

.mobileNav {
  display: none; }

.logo {
  position: absolute;
  background-image: url(../src/verlauf-gross.png);
  background-position: right center;
  background-size: 140% 100%;
  right: 0px;
  width: 500px;
  top: 0px;
  height: 100%;
  text-align: right; }
  .logo img {
    width: 70%;
    margin-top: 39px;
    margin-right: 30px; }

.navWrapper, .footerWrapper {
  position: relative;
  width: 100%;
  min-height: 60px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #403835;
  color: #fff;
  padding-top: 22px;
  z-index: 1000;
  clear: all; }

.footerWrapper {
  height: auto;
  border-bottom: none;
  z-index: 100; }

nav, footer, .oneCol {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  text-align: left; }

.navItem {
  display: inline-block;
  position: relative;
  min-width: 10px;
  vertical-align: top;
  text-align: left;
  padding: 0 2%;
  cursor: pointer; }
  .navItem:hover {
    color: #f6a433; }

.oneCol hr {
  margin-top: 15px;
  border: none;
  border: 0px solid #fff;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 3px; }

.newsItem h1, .newsItem h3 {
  padding: 0;
  margin: 0;
  line-height: 25px; }
.newsItem img {
  width: 100%;
  height: auto; }
.newsItem ul {
  padding-top: 50px; }
.newsItem li {
  display: block;
  padding-top: 3px; }
.newsItem .underlineLi {
  border-bottom: 3px solid #fff;
  padding-bottom: 8px;
  padding-top: 15px; }
.newsItem ul:last-child li:last-child {
  border: none; }

.activNavItem, .activNavItem a {
  color: #f6a433; }

.pulldown {
  position: absolute;
  top: 15px;
  left: 0;
  display: none;
  padding-top: 20px; }

.pulldownItem {
  position: relative;
  width: 100%;
  min-height: 10px;
  min-width: 200px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75); }
  .pulldownItem a {
    color: #fff; }
  .pulldownItem a:hover {
    color: #f6a433; }

.navItem:hover > .pulldown {
  display: block; }

footer {
  text-align: left; }

.langNav {
  position: absolute;
  right: 10px;
  top: 23px; }
  .langNav li {
    display: inline-block;
    padding: 0 3px 0 0; }
  .langNav li:after {
    content: "|";
    padding-left: 10px;
    color: #fff; }
  .langNav li:last-child:after {
    content: ""; }

/* ----- content ----- */
.content {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  display: block;
  color: #fff;
  background-color: #403835; }
  .content li {
    padding-bottom: 1px; }

.innerContent {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.shortContent {
  position: absolute;
  top: 30px;
  right: 0;
  background-image: url("../src/verlauf.png");
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  width: 430px;
  z-index: 5000;
  color: #fff;
  padding: 7px;
  padding-left: 160px;
  background-position: left center;
  padding-right: 20px; }

.subNav {
  padding-left: 18px;
  display: none; }

.subNavOpen {
  display: block; }

.subnavOpenKreuz:before {
  content: "+";
  margin-left: -13px;
  margin-right: 3px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .subnavOpenKreuz:before:hover {
    color: #f6a433; }

.subnavOpenKreuzHidden:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.subnavOpenKreuz:hover, .subnavOpenKreuzHidden:hover {
  color: #f6a433; }

.uebersichtbtn {
  padding-top: 50px;
  padding-bottom: 50px; }

.navindex {
  padding-bottom: 30px; }

.startimg {
  position: relative;
  height: 70% !important;
  background-image: url(../src/img_startseite.jpg);
  background-size: cover;
  display: block; }

.rowleft, .rowcenter, .rowright {
  display: table-cell;
  position: relative;
  vertical-align: top; }

.rowleft {
  width: 15%;
  background-color: #403835;
  padding: 25px;
  border-right: 3px solid #fff; }

.rowright {
  width: 25%;
  background-color: #403835;
  border-left: 3px solid #fff; }

.rowcenter {
  width: 60%; }

.rowCenterBig {
  width: 85%; }

.rewCenter100 {
  width: 100%; }

.fullSizeImg {
  display: block;
  height: 700px;
  background-size: cover;
  background-position: center center; }

.moebelRowLeft, .produebersichtLeft {
  width: 15%;
  display: inline-block;
  border: none; }

.moebelRowRight, .produebersichtRight {
  width: 85%;
  display: inline-block; }

.moebelRowRight li, .produebersichtRight li {
  float: left;
  height: 330px;
  width: 33.33%;
  background-size: cover;
  background-position: center center;
  border: 2px solid #fff;
  border-bottom: 4px solid #fff;
  border-top: none;
  padding: 25px; }
  .moebelRowRight li:first-child, .produebersichtRight li:first-child {
    border-left: 4px solid #fff; }

.produebersichtRight .produktItem2Spalter {
  width: 50%;
  height: 430px; }

.innerLi {
  position: absolute;
  width: 100%;
  height: 100%; }

.piclabel {
  font-size: 16px; }
  .piclabel span {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px; }

.produebersichtRight ul:last-child li {
  border-bottom: 0px solid #fff; }

.moebelRowRight li {
  border: 2px solid #fff;
  border-left: 0px;
  border-bottom: 3px solid #fff; }

.moebelRowRight li:last-child {
  border-left: 3px solid #fff; }

.moebelRowRight ul:last-child li {
  border-bottom: 0px solid #fff; }

.moebelRowRight li:first-child {
  border-left: 5px solid #fff; }

.sliderRowLeft, .sliderRowRight {
  display: inline-block;
  border: none; }

.sliderRowRight {
  width: 85%;
  border-left: 3px solid #fff; }

.sliderFullWidth {
  display: block;
  width: 100%;
  height: 600px; }

.blaetternRowLeft {
  width: 75%;
  display: inline-block;
  height: 700px;
  background-size: cover;
  background-position: center center; }
  .blaetternRowLeft img {
    width: 100%;
    height: auto; }

.blaetternRowRight {
  width: 25%;
  display: inline-block;
  height: 700px; }

.pfeilRechts, .pfeilLinks {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 45px;
  height: 100px;
  margin-top: -50px;
  background-size: 90% 90%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .pfeilRechts:hover, .pfeilLinks:hover {
    background-color: rgba(255, 255, 255, 0.2); }

.pfeilLinks {
  background-image: url(../src/weiter_links.png);
  right: auto;
  left: 50px; }

.pfeilRechts {
  background-image: url(../src/weiter_rechts.png);
  background-position: center center; }

.centerFullImg {
  color: #000;
  padding-top: 0;
  height: 700px; }

.produkt {
  background-image: url(../src/kachel_main_hg.png);
  background-repeat: repeat-y;
  background-size: 100% auto; }
  .produkt img {
    width: 100%; }

.noBoder {
  border: none; }

.productdescription {
  padding: 0px;
  padding-bottom: 15px; }
  .productdescription p, .productdescription h1, .productdescription h3 {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }
  .productdescription h1 {
    padding-top: 0px;
    padding-bottom: 0;
    line-height: 28px; }
  .productdescription hr {
    margin-top: 15px;
    border: none;
    border: 0px solid #fff;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 3px; }
  .productdescription img {
    width: 100%;
    height: auto; }

footer li {
  display: block;
  vertical-align: top; }

.footerItemWrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start; }

.footerParent {
  width: 33.3333%;
  margin-bottom: 10px; }

footer li:first-child {
  font-weight: bold;
  padding-bottom: 6px; }

.liCEZeichenImg {
  width: 50%;
  text-align: left; }
  .liCEZeichenImg img {
    width: 80%;
    max-width: 50px;
    display: inline-block; }
  .liCEZeichenImg ul {
    display: inline-block; }

footer .agbFooter li {
  font-weight: normal;
  padding: 0; }

footer {
  margin-bottom: 10px; }

.austriaLogo {
  position: absolute;
  text-align: right;
  min-height: 100%;
  width: 160px;
  top: 0;
  right: 0;
  background-image: url(../src/verlauf-weiss.png);
  background-position: right top;
  background-size: 100% 600px;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  padding-top: 10px; }
  .austriaLogo .item {
    position: relative;
    width: 100%; }
    .austriaLogo .item img {
      padding-top: 5px;
      padding-right: 0px;
      width: 69%;
      max-width: 69%;
      min-width: 69%;
      height: auto; }

.logoRow {
  width: 100%;
  background-color: #fff; }

@media all and (min-width: 640px) and (max-width: 1350px) {
  .langNav {
    display: none; }

  nav {
    width: 100%; }

  footer .footerItemWrapper {
    width: 80%; } }
@media all and (max-width: 690px) and (max-width: 640px) {
  .mobileNav {
    display: block; }

  header {
    height: 100px; }

  .desktopNav {
    display: none; }

  .navWrapper {
    padding-top: 0; }

  .logo {
    width: 70%;
    top: 0px;
    right: 0px; }

  .mobileNav {
    width: 90%;
    position: relative;
    text-align: left;
    background-image: url(../src/menue_strich.png);
    background-size: auto 13px;
    background-position: right 16px;
    background-repeat: no-repeat;
    padding-left: 0px;
    min-height: 21px;
    font-size: 16px;
    margin: 0 auto;
    color: #f6a433;
    cursor: pointer; }

  .mobNavHeadline {
    height: 43px;
    margin-top: 7px;
    width: 80%; }

  .mobNavHeadline p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0; }

  .mobileNav .activNavItem, .mobileNav .activNavItem a {
    color: #f6a433; }

  .divMobilSubmenu {
    position: relative;
    display: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px; }

  .mobilNavItem {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 7px;
    color: #fff; }

  .rowleft, .rowcenter, .rowright {
    width: 100%;
    display: block;
    position: relative; }

  .rowcenter {
    padding: 0;
    margin: 0;
    min-height: 170px;
    max-height: 170px; }

  .rowright {
    padding-top: 0; }

  .produktItem2Spalter, .produebersichtRight .produktItem2Spalter {
    width: 100%; }

  .produebersichtRight li:first-child {
    border-left: 3px solid #fff; }

  .moebelRowRight li, .produebersichtRight li {
    width: 100%;
    border: 3px solid #fff;
    border-bottom: none; }

  .pfeilRechts, .pfeilLinks {
    margin-top: 0;
    max-height: 100px;
    height: 100px;
    top: 40px; }

  .blaetternRowRight {
    height: auto;
    border-top: 3px solid #fff; }

  .blaetternRowLeft {
    border: none; }

  .rowleft, .rowright {
    border: none; }

  .sliderRowRight {
    border: none;
    border-top: 3px solid #fff;
    min-height: 300px;
    max-height: 300px; }

  .sliderFullWidth {
    min-height: 400px;
    max-height: 400px; }

  .swiper-container, .swiper-slide {
    height: 400px; }

  footer {
    width: 100%;
    margin: 0; }

  .footerParent {
    width: 50%;
    padding-bottom: 30px;
    padding-left: 30px; }

  .austriaLogo {
    position: relative;
    text-align: right;
    height: auto;
    min-height: 55px;
    width: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: row-reverse;
    background-position: -40px center;
    background-size: 115%; }
    .austriaLogo .item {
      width: 25%; } }

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