html, body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  background-color: #222;
}

body {
  padding-bottom: 140px;
  padding-top: 75px;
}

.main-logo {
  display: inline-block;
  width: 150px;
  padding: 8px 8px 8px 20px;
}

.main-logo img {
  width: 100%;
  height: auto;
}


.bg {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.row {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

.row.no-border {
  border-left: none;
  border-right: none;
}

.top-bar {
  background-color: transparent;
  padding: 0;
}

.bg-white {
  background-color: #fff;
}

.columns img {
  width: 100%;
  height: auto;
}

.columns {
  padding-left: 0;
  padding-right: 0;
}

.p-left {
  padding-left: 35px;
}

.p-right {
  padding-right: 35px;
}

.p-right-small {
  padding-right: 15px;
}

.p-top {
  padding-top: 35px;
}

.p-bottom {
  padding-bottom: 35px;
}

.p-bottom-small {
  padding-bottom: 20px;
}

h2, h3,
.h2, .h3 {
  color: #b59456;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}

h3,
.h3 {
  color: #000;
}

h1,
.h1 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
}

.read-more {
  font-weight: bold;
  color: #b19558;
}


@media screen and (min-width: 40em) {

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: none;
  }

  .menu {
    margin-top: 20px;
    background-color: transparent !important;
  }

  .menu > li > a {
    padding: 20px 19px;
    background-color: transparent;
    transition: all 0.5s;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 400;
    border-bottom: none !important;
  }

  .menu > li:hover > a {
    background-color: #fff !important;
    color: #b59456 !important;
  }

  .menu > li.active > a {
    color: #b59456 !important;
  }
}



#slider-box {
    padding: 70px 20px 20px 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #222;
    font-weight: 300;
}

#slider-box h1 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

#slider-box i {
    color: #b19558;
}




.bx-wrapper {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    right: 0;
    bottom: 136px;
    margin: 0;
    overflow: hidden;
}


.bx-wrapper .bx-viewport {
    background: transparent;
    border-top: 0;
}

.bxslider {
    padding: 0;
    margin: 0;
}



.bxslider li figure {
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    padding: 0;
    margin: 0;
}



#news {
    background: rgba(0,0,0,0.8);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#news a {
    text-decoration: none;
}

#news .container {
    display: table;
}

#news-img {
    width: 20%;
    display: table-cell;
    box-sizing: border-box;
}

#news-img img {
    width: 80%;
    height: auto;
    margin-right: 30px;
    display: block;
}

#news-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300;
    text-transform: uppercase;
}

#news-content strong {
    font-weight: 400;
}

#news-content a {
    color: #b19558;
}

#news-close {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

#news-close a {
    padding: 15px;
    color: #b19558;
    font-size: 20px;
    vertical-align: top;
    opacity: 0.7;
    transition: all 0.5s;
}

#news-close a:hover {
    opacity: 1;
}




#logos {
    background: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logos a {
    opacity: 0.4;
    transition: all 0.5s;
    padding: 0 30px;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
    display:flex;
    justify-content:center;
    align-items:center;
}

#logos a:hover {
    opacity: 0.8;
}

#logos a img {
    height: auto;
    max-height: 100%;
    width: 100%;
}

#logos-slider {
  opacity: 0;
}

#logo-1 {
    width: 17.857142857%;
}

#logo-2 {
    width: 21.530612245%;
}

#logo-3 {
    width: 20.714285714%;
}

#logo-4 {
    width: 21.428571429%;
}

#logo-5 {
    width: 16.326530612%;
}


#footer {
  background: #222;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}


#footer a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.6;
  transition: all 0.5s;
}

#footer a:hover {
 opacity: 1;
}

.slick-prev {
  position: absolute;
  left: -40px;
  top: 11px;
  font-size: 40px;
  color: #b19558;
  text-align: left;
  opacity: 0.4;
  transition: all 0.5s;
}

.slick-next {
  position: absolute;
  right: -40px;
  top: 11px;
  font-size: 40px;
  color: #b19558;
  text-align: right;
  opacity: 0.4;
  transition: all 0.5s;
}

#logos:hover .slick-next,
#logos:hover .slick-prev {
  opacity: 0.6;
}

#logos:hover .slick-next:hover,
#logos:hover .slick-prev:hover {
  opacity: 1;
}

.angebot-item {
  border-bottom: 1px solid #aaa;
  padding-bottom: 50px;
  padding-top: 50px;
  overflow: hidden;
}

.angebot-datum {
  font-weight: bold;
}

.columns a {
  font-weight: bold;
  text-decoration: none;
}

.columns ul {
  list-style-type: square;
}


.bg > .row:first-child + .row {
  border-bottom: 20px solid #fff;
}

.responsive-logo {
  display: none;
}

@media screen and (max-width: 39.9375em) {

  #slider-box {
    padding: 20px;
    margin-top: -20px;
  }

  #nav-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 58px;
    z-index: 999999;
  }

  #slider-box h1 {
    font-size: 21px;
  }

  .main-logo {
    display: none;
  }

  .top-bar {
    margin-top: -20px;
  }

  .top-bar ul {
    background: #222;
  }

  .top-bar ul a {
    font-weight: bold;
    border-bottom: 1px solid #666;
    color: #fff !important;
  }

  .top-bar > .top-bar-right > ul > li > ul {
    background-color: #ccc;
  }

  .top-bar > .top-bar-right > ul > li > ul > li > a {
    font-weight: normal;
    color: #222 !important;
    border-bottom: 1px solid #999 !important;
  }


  body {
    padding-top: 60px;
    background: #fff;
  }

  .p-right {
    padding-right: 0;
  }

  .p-right-small {
    padding-right: 0;
  }

  .p-left {
    padding-left: 0;
  }

  .p-left-small {
    padding-left: 0;
  }

  .p-top {
    padding-top: 10px;
  }

  
  .thumbnails {
    margin-top: 15px;
  }

  .bg {
    background-image: none !important;
  }


  .responsive-logo {
    display: block;
    position: fixed;
    top: 5px;
    left: 10px;
    height: 30px;
    width: 200px;
    z-index: 10;
  }

  .responsive-logo img {
    height: 100%;
    width: auto;
  }

  #logos {
    height: 70px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }


  .title-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
  }

  .title-bar-title {
    display: none;
  }

  .menu-icon {
    position: absolute;
    right: 10px;
    top: 11px;
  }

  #logos-slider {
    opacity: 1 !important;
  }

  .slick-slide {

  }


  #logos a {
    padding: 0 10px;
  }

  #logos a img {
    max-height: auto;
    width: 100%;
    height: auto;
  }

  #logos {
    display: block;
    justify-content: none;
    align-items: none;
  }

}

@media screen and (min-width: 40em) {


  .menu-icon {
    display: none;
  }

  .title-bar-title {
    display: none;
  }



  #nav-fixed {
    position: fixed; 
    top: 0;
    left: 0;
    right:0; 
    height: 74px;
    background-color:#222;
    z-index: 9999;
  }

  .is-dropdown-submenu-parent {
    position: inherit !important;
  }

  .is-dropdown-submenu {
    position: absolute;
    left:50% !important;
    top: 54px !important;
    margin-left: -37.5rem;
    height: 400px;
    background-color: rgb(255, 255, 255) !important;
    box-sizing: border-box;
    padding: 20px 40px;
    width: 75rem !important;
    border: none;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    z-index: 999999999999;
  }

  .submenu:before {
    content: '';
    position: absolute;
    left: 36px;
    top: 36px;
    display: block;
    width: 33rem;
    height: 20.6rem;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .submenu-1:before {
    background-image: url(../images/AM-MUSE-7.jpg);
  }

  .submenu-2:before {
    background-image: url(../images/AM-MUSE-7.jpg);
  }

  .submenu-3:before {
    background-image: url(../images/collection_moll_K0B3478_1.jpg);
  }

  .submenu-4:before {
    background-image: url(../images/AM-Q-STYLE.jpg);
  }


  .is-dropdown-submenu li {
    box-sizing: border-box !important;
    padding-left: 50% !important;
  }

  .is-dropdown-submenu.js-dropdown-active {
    display: block !important;
  }

  .is-dropdown-submenu li a {
    color: #222 !important;
    padding: 14px 12px;
    border-bottom: 1px solid #ddd !important;
    display: block;
    box-sizing: border-box;
    height: 44px;

  }

  .is-dropdown-submenu li a:hover {
    color: #b19558 !important;
  }

}


.menu > li {
  padding: 0; }
  .menu > li a {
    color: #2B2B2B;
    text-decoration: none; }
  .menu > li.active > a {
    color: #2B2B2B;
    background-color: inherit;
    border-bottom: 1px solid; }

.widgetholder .widget {
  margin: 1.5em 0; 
}

