/*
COPYRIGHT NOTICE

This is proprietary software. Proprietary software is computer software
licensed under exclusive legal right of the copyright holder.
The licensee is given the right to use the software under certain conditions,
but restricted from other uses, such as modification, further distribution,
or reverse engineering.

Copyright (c) 2018 Telution GmbH, Germany.
All rights reserved.

http://www.telution.de
hallo@telution.de

Redistribution and use in source and binary forms, with or without
modification, are not permitted.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/*
    Created on : 24.04.2018, 11:16:14
    Author     : Malik Begovic <m.begovic@telution.de>
*/
.single-product-item .single-product-item-link {
  list-style-type: none;
  text-align: center;
  margin: 1em -18px;
}
.single-product-item .links {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.single-product-item .links li {
  float: left;
  padding: 0px;
}
/*# sourceMappingURL=ees-product-single-item.css.map */

.ees-link-list {
  margin-bottom: 36px;
}
.ees-link-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ees-link-list ul li {
  position: relative;
}
.ees-link-list ul li > a,
.ees-link-list ul li > nobr {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 5px 0;
}
.ees-link-list ul li > a.phone,
.ees-link-list ul li > nobr.phone {
  font-size: 25px;
  letter-spacing: 0;
  white-space: nowrap;
}
.ees-link-list ul li .ees-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
}
.ees-link-list ul li .ees-icon + nobr {
  padding-left: 50px;
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
  white-space: normal;
  word-break: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ees-link-list ul li > a.phone,
  .ees-link-list ul li > nobr.phone {
    font-size: 20px;
  }
}
/*# sourceMappingURL=ees-link-list.css.map */

.ees-2-column:after {
  content: ' ';
  display: block;
  clear: both;
}
.ees-2-column aside {
  width: 35%;
  float: right;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding: 0 36px;
}
.ees-2-column aside .ce-image img {
  width: 100% !important;
  height: auto !important;
}
.ees-2-column article {
  width: 65%;
  float: left;
  padding: 0 36px;
}
.ees-2-column article:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .ees-2-column {
    display: block;
  }
  .ees-2-column article {
    width: 100%;
    padding: 0px;
  }
  .ees-2-column article .produkt-bild .artImg {
    width: 100%;
  }
  .ees-2-column aside {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 0px;
    border-right: 0px;
    padding: 25px 0;
  }
  .ees-2-column aside header b {
    font-size: 20px;
  }
  .ees-2-column aside .ees-link-list {
    margin-bottom: 0px;
  }
  .ees-2-column aside .ees-link-list ul li a {
    font-size: 23px;
  }
  .ees-2-column aside .ees-ip-container {
    margin-bottom: 0px;
  }
  .ees-2-column aside .ees-ip-container ul li a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ees-2-column aside {
    width: 28%;
    float: right;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    padding: 0 10px;
  }
  .ees-2-column aside .ce-image img {
    width: 100% !important;
    height: auto !important;
  }
  .ees-2-column aside .ees-link-list {
    margin-bottom: 0px;
  }
  .ees-2-column aside .ees-link-list ul li a {
    font-size: 14px;
    line-height: 16px;
  }
  .ees-2-column article {
    width: 72%;
    float: left;
    padding: 0 36px;
  }
  .ees-2-column article .single-product-item {
    display: flex;
  }
  .ees-2-column article .single-product-item .produkt-bild {
    width: 20%;
    padding-right: 20px;
  }
  .ees-2-column article .single-product-item .produkt-text-wrapper {
    width: 80%;
  }
  .ees-2-column article .single-product-item .produkt-text-wrapper .produkt-text-0 {
    font-size: 14px;
  }
  .ees-2-column article:first-child {
    padding-left: 0;
  }
}
/*# sourceMappingURL=ees-2-column.css.map */


