@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/Montserrat-Bold.otf") format("opentype"),
    /* Open Type Font */
    url("../fonts/Montserrat-Bold.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/Montserrat-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


/* === TOP NAVI :hover === */
#queldoreiNav>li>a:hover>span {
  background-color: transparent;
  border-top-color: #ffffff;
}

#queldoreiNav>li:hover {
  box-shadow: none;
}

#queldoreiNav>li.active>a>span {
  background-color: transparent;
  border-top-color: #ffffff;
  box-shadow: none;
}

#queldoreiNav>li:hover,
#queldoreiNav>li.over,
#queldoreiNav>li.active {
  box-shadow: none;
}

/* ====================== */

/* === Titels === */
.page-title-bg,
.col-main-wrap>.blog-title:before,
.page-title:before,
.breadcrumbs:before,
.page-head h3:before,
.product-category-title:before {
  background-color: #ffffff;
}

.page-title {
  padding: 51px 0 0;
  display: flex;
  align-items: center;
  min-height: auto;
}

.page-title h1,
.page-title h2 {
  text-transform: none;
}

.page-title h1,
.page-title h2,
.footer-info h4,
h4 {
  color: #31AEE2;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 20px;
}

.std .main_heading {
  font-size: 50px;
  font-weight: bold;
  color: #00c7d9;
}

.home_box h1 {
  font-family: Montserrat;
  font-size: 50px;
  margin-bottom: 2vw;
}

.kategorien a h3 {
  color: #000000;
  margin-top: 1vh;
}

/* ====================== */

/* === Home === */
.selected_qty {
  color: #fff;
}

.grid_container>.grid_12 {
  padding: 1rem;
  border: 1px solid #cc1e4c;
  background-color: #e6e6e6;
  margin-bottom: 1rem;
}

.grid_container>.grid_12>p {
  margin: 12px 0 0 0;
  font-size: 14px;
}

.grid_container>.grid_12>h1 {
  font-weight: bold;
}

.home_box {
  /*height: 400px;
  padding: 10px;*/
  margin: 15px;
}

.kategorien {
  display: flex;
}

.kategorien a:hover {
  cursor: pointer;
}

.kategorien a {
  margin-right: 40px;
}

.box_one,
.box_two,
.box_three {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 330px;
  width: 330px;
  transition: background-size 0.5s ease;
}

.box_one:hover,
.box_two:hover,
.box_three:hover {
  background-size: 130%;
}

.box_one {
  background-image: url(https://praxismeyenberger.copytrend.ch/media/wysiwyg/praxismeyenberger/burobedarf.png);
}

.box_two {
  background-image: url(https://praxismeyenberger.copytrend.ch/media/wysiwyg/praxismeyenberger/marketing.png);
}

.box_three {
  background-image: url(https://praxismeyenberger.copytrend.ch/media/wysiwyg/praxismeyenberger/praxismaterial.png);
}

a {
  transition: none;
}

/* ====================== */

/* === Slideshow === */
.flexslider .slides li {
  height: 300px !important;
  background-size: cover !important;
  background-position: 50% 20% !important;
}

.flexslider .slides .white {
  display: none;
}

/* ====================== */

/* === Footer === */
.footer-banners {
  border-inline-width: 1200px;
}

.banner-text {
  margin: 0 auto;
  width: 1140px;
}

/* ====================== */

span.starting_at {
  display: none;
}

.nav-container a span,
.cart-top span {
  font-size: 15px;
}

.block.block-list.block-viewed.masonry-brick {
  display: none;
}