body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  color: #333333;
  background-color: #ffffff; }

#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  min-width: 1200px; }

a {
  color: #3d7ce4;
  text-decoration: none; }

#logo {
  background: url("../../files/no1/layout/images/logo_en.png") no-repeat;
  width: 191px;
  height: 111px;
  display: block;
  margin: 23px 0 0 -13px;
  float: left; }

#header {
  height: 146px;
  background: url("../../files/no1/layout/images/header_bg.png") repeat-x;
  position: relative; }
  #header .inside {
    width: 1150px;
    margin: 0 auto;
    height: 100%; }
    #header .inside:after {
      content: "";
      display: block;
      clear: both; }
    #header .inside .headerInfo {
      float: right;
      margin-top: 40px; }
      #header .inside .headerInfo > a {
        font-size: 11px;
        color: #767676;
        line-height: 17px;
        text-decoration: none;
        padding-right: 12px;
        margin-top: 3px;
        display: block;
        float: left; }
        #header .inside .headerInfo > a:first-child {
          border-right: 1px solid #dddedf; }
      #header .inside .headerInfo .mailto {
        padding-left: 35px;
        background: url("../../files/no1/layout/images/header_mail.png") no-repeat 11px 50%;
        border-left: 1px solid #ffffff; }
      #header .inside .headerInfo .lang {
        width: 37px;
        text-align: center;
        line-height: 22px;
        height: 22px;
        font-size: 13px;
        color: #ffffff;
        background-color: #D3D6D9;
        border-radius: 10px;
        padding: 0;
        margin: 0 0 0 1px; }
        #header .inside .headerInfo .lang:hover {
          background-color: #094e88; }
      #header .inside .headerInfo #openMenu {
        display: none; }
    #header .inside .mod_navigation {
      position: absolute;
      right: 0;
      bottom: 5px;
      height: 38px;
      overflow: visible;
      z-index: 100; }
      #header .inside .mod_navigation .level_1 {
        padding: 0;
        margin: 5px 0 0 0;
        list-style: none; }
        #header .inside .mod_navigation .level_1:after {
          content: "";
          display: block;
          clear: both; }
        #header .inside .mod_navigation .level_1 > li {
          float: left;
          line-height: 38px;
          height: 38px;
          position: relative; }
          #header .inside .mod_navigation .level_1 > li:hover > .level_2 {
            visibility: visible; }
          #header .inside .mod_navigation .level_1 > li > a, #header .inside .mod_navigation .level_1 > li > span {
            font-size: 19px;
            line-height: 28px;
            color: #878a8c;
            text-decoration: none;
            display: block;
            padding-left: 19px;
            padding-right: 19px;
            border-right: 1px solid #dddedf;
            border-left: 1px solid #ffffff; }
            #header .inside .mod_navigation .level_1 > li > a.active, #header .inside .mod_navigation .level_1 > li > a.trail, #header .inside .mod_navigation .level_1 > li > a:hover, #header .inside .mod_navigation .level_1 > li > span.active, #header .inside .mod_navigation .level_1 > li > span.trail, #header .inside .mod_navigation .level_1 > li > span:hover {
              color: #3d7ce4; }
          #header .inside .mod_navigation .level_1 > li:first-child a, #header .inside .mod_navigation .level_1 > li:first-child span {
            border-left: none; }
          #header .inside .mod_navigation .level_1 > li:last-child a, #header .inside .mod_navigation .level_1 > li:last-child span {
            border-right: none; }
      #header .inside .mod_navigation .level_2 {
        padding: 6px 9px 9px 9px;
        list-style: none;
        position: absolute;
        left: 0;
        top: 38px;
        border-top: 10px solid #094e88;
        min-width: 125%;
        background-color: rgba(255, 255, 255, 0.85);
        visibility: hidden; }
        #header .inside .mod_navigation .level_2:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 6px 0 6px;
          border-color: #ffffff transparent transparent transparent;
          position: absolute;
          top: -10px;
          left: 50px; }
        #header .inside .mod_navigation .level_2 li {
          width: 100%;
          white-space: nowrap;
          padding: 2px 0; }
          #header .inside .mod_navigation .level_2 li a, #header .inside .mod_navigation .level_2 li span {
            text-decoration: none;
            display: block;
            line-height: 24px;
            color: #004381;
            font-size: 13px;
            padding-left: 11px;
            padding-right: 40px;
            float: none; }
            #header .inside .mod_navigation .level_2 li a:hover, #header .inside .mod_navigation .level_2 li a.active, #header .inside .mod_navigation .level_2 li a.trail, #header .inside .mod_navigation .level_2 li span:hover, #header .inside .mod_navigation .level_2 li span.active, #header .inside .mod_navigation .level_2 li span.trail {
              background: url("../../files/no1/layout/images/header_menu_item_arrow.png") 100% 50% no-repeat #e7effc; }
        #header .inside .mod_navigation .level_2 li + li {
          border-top: 1px #ddd dashed; }
    #header .inside .lang.active {
      background-color: #094e88;
      cursor: default; }

#container {
#  padding-bottom: 364px;
  width: 1150px;
  margin: 0 auto;
  padding-top: 497px;
  position: static; }

.inside:after {
  content: "";
  display: block;
  clear: both; }

.mod_navigation span {
  cursor: default; }

#main {
  position: static; }
  #main .inside {
    position: static; }
    #main .inside .rsts-skin-default .rsts-nav {
      right: 0px;
      bottom: 0px;
      left: 0px;
      text-align: left;
      background-color: rgba(220, 222, 224, 0.7); }
      #main .inside .rsts-skin-default .rsts-nav a {
        width: 14px;
        height: 14px;
        margin: 7px 4px; }
        #main .inside .rsts-skin-default .rsts-nav a.active, #main .inside .rsts-skin-default .rsts-nav a:hover {
          background-color: #094e88; }
      #main .inside .rsts-skin-default .rsts-nav ul {
        width: 1150px;
        margin: 0 auto !important; }
  #main div.mod_article:not(.productteasers):after {
    content: "";
    display: block;
    clear: both; }
  #main div.mod_article:not(.productteasers) h1, #main div.mod_article:not(.productteasers) h2 {
    border-top: 1px #e7e9ea solid;
    border-bottom: 1px #e7e9ea solid;
    color: #3d7ce4;
    margin: 0 0 0.5em;
    line-height: 1.75em !important; }
  #main div.mod_article:not(.productteasers) h1 {
    font-size: 28px; }
  #main div.mod_article:not(.productteasers) h2 {
    font-size: 1.8em; }
  #main div.mod_article:not(.productteasers) figure {
    display: table; }
    #main div.mod_article:not(.productteasers) figure img {
      display: block;
      max-width: 100%; }
  #main div.mod_article:not(.productteasers) .ce_text table {
    table-layout: fixed !important;
    max-width: 100%; }
  #main div.mod_article:not(.productteasers) .ce_text figure {
    max-width: 100%;
    display: block;
    margin-bottom: 20px; }
    #main div.mod_article:not(.productteasers) .ce_text figure img {
      width: 100%;
      height: auto; }
  #main .mod_article.slider {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 146px; }
  #main article.mod_article {
    width: 31.333333333333%;
    float: left;
    position: relative;
    padding-bottom: 60px; }
    #main article.mod_article h2 {
      overflow: hidden;
      color: #000;
      font-size: 19px;
      font-weight: bold;
      margin: 27px 0;
      line-height: 1em; }
    #main article.mod_article figure {
      display: block; }
      #main article.mod_article figure img {
        display: block;
        width: 100%;
        height: auto; }
    #main article.mod_article .teaser {
      height: 180px;
      line-height: 16px; }
    #main article.mod_article .more {
      position: absolute;
      left: 0;
      bottom: 20px;
      margin: 0; }
      #main article.mod_article .more a {
        display: block;
        text-decoration: none;
        background: url("../../files/no1/layout/images/arr1.png") no-repeat 100% 50%;
        font-size: 17px;
        font-weight: normal;
        padding-right: 30px; }
  #main article.mod_article + article.mod_article {
    margin-left: 3%; }

#contentClaim {
  border: 1px #e7e9ea solid;
  border-width: 1px 0;
  padding-top: 12px;
  padding-bottom: 13px;
  margin-bottom: 23px;
  clear: both; }
  #contentClaim:after {
    content: "";
    display: block;
    clear: both; }
  #contentClaim .wrapper > * {
    display: inline-block;
    float: left; }
  #contentClaim .s1 {
    font-size: 33px;
    color: #004a8f;
    font-weight: bold; }
  #contentClaim .s2 {
    font-size: 17px;
    color: #000;
    line-height: 1em;
    padding: 11px 5px 0; }
  #contentClaim .i1 {
    background: no-repeat 50% 100% url("../../files/no1/layout/images/no1.png");
    width: 37px;
    height: 28px; }

#footer {
 # height: 324px;
  background-color: #eff0f1;
  border-top: 1px solid #dddedf;
  color: #878a8c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  #footer .inside {
    border-top: 1px solid #ffffff; }
    #footer .inside:before {
      content: "";
      display: block;
      background-color: #dddedf;
      height: 1px;
      position: absolute;
      top: 37px;
      left: 0;
      right: 0; }
  #footer .mod_navigation {
    width: 1150px;
    margin: 0 auto;
    margin-top: 2px; }
    #footer .mod_navigation ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #footer .mod_navigation ul li {
        float: left;
        line-height: 35px;
        font-size: 14px; }
        #footer .mod_navigation ul li:first-child a, #footer .mod_navigation ul li:first-child span {
          border-left: none;
          padding-left: 0; }
        #footer .mod_navigation ul li:last-child a, #footer .mod_navigation ul li:last-child span {
          border-right: none;
          padding-right: 0; }
        #footer .mod_navigation ul li a, #footer .mod_navigation ul li span {
          color: #878a8c;
          text-decoration: none;
          border-right: 1px solid #dddedf;
          border-left: 1px solid #ffffff;
          padding: 0 14px;
          line-height: 28px;
          display: inline-block; }
          #footer .mod_navigation ul li a.trail, #footer .mod_navigation ul li a.active, #footer .mod_navigation ul li a:hover, #footer .mod_navigation ul li span.trail, #footer .mod_navigation ul li span.active, #footer .mod_navigation ul li span:hover {
            color: #3d7ce4; }
  #footer .info {
    border-top: 1px solid #ffffff;
    margin-top: 1px; }
    #footer .info .wrapper {
      width: 1150px;
      margin: 0 auto;
      position: relative; }
      #footer .info .wrapper:after {
        content: "";
        display: block;
        clear: both; }
      #footer .info .wrapper .social {
        position: absolute;
        right: 0;
        top: -36px; }
        #footer .info .wrapper .social span {
          float: left;
          padding-right: 8px;
          color: #878a8c;
          font-size: 11px;
          line-height: 30px; }
        #footer .info .wrapper .social a {
          background: url("../../files/no1/layout/images/footer_social_media.png") no-repeat;
          width: 30px;
          height: 30px;
          margin-right: 3px;
          margin-left: 2px;
          display: inline-block;
          float: left;
          opacity: .5; }
          #footer .info .wrapper .social a:hover {
            opacity: 1; }
        #footer .info .wrapper .social .twitter {
          background-position: -30px 0; }
      #footer .info .wrapper .smallLogo {
        background: url("../../files/no1/layout/images/logo_mini_en.png") no-repeat;
        display: block;
        float: left;
        width: 74px;
        height: 43px;
        margin-top: 34px; }
      #footer .info .wrapper span.distr {
        float: left;
        margin-top: 42px;
        margin-left: 6px; }
      #footer .info .wrapper #copyright {
        clear: both;
        float: left;
        color: #878a8c;
        font-size: 11px;
        padding: 17px 0 16px 0; }
      #footer .info .wrapper .phone {
        float: left;
        clear: both;
        padding-left: 9px;
        font-size: 25px;
        background: url("../../files/no1/layout/images/footer_telefon.png") no-repeat; }
        #footer .info .wrapper .phone > div {
          background: url("../../files/no1/layout/images/footer_telefon.png") no-repeat 100% -32px;
          padding-right: 9px; }
          #footer .info .wrapper .phone > div a {
            text-decoration: none;
            color: #004a8f;
            line-height: 32px; }
      #footer .info .wrapper .mailto {
        clear: both;
        color: #878a8c;
        font-size: 12px;
        line-height: 15px;
        text-decoration: none;
        padding-right: 12px;
        margin-top: 10px;
        display: block;
        float: left;
        padding-left: 24px;
        background: url("../../files/no1/layout/images/header_mail.png") no-repeat 0 50%; }

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

#container {
  padding-top: 171px; }

#main {
  padding-left: 251px; }
  #main .inside > .mod_randomImage {
    position: absolute;
    left: 0;
    right: 0;
    top: 146px;
    border-bottom: 4px #f3f1f1 solid;
    height: 146px;
    overflow: hidden; }
  #main div.mod_article {
    padding-top: 0;
    width: auto;
    margin: 0;
    clear: both; }
  #main .mod_breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
    float: left; }
    #main .mod_breadcrumb a {
      color: #a8aaab;
      font-size: 12px; }
    #main .mod_breadcrumb ul {
      padding: 6px 0;
      margin: 0;
      list-style: none; }
      #main .mod_breadcrumb ul:after {
        content: "";
        display: block;
        clear: both; }
      #main .mod_breadcrumb ul li {
        float: left; }
        #main .mod_breadcrumb ul li:after {
          content: "\003e";
          display: inline;
          padding: 0 7px;
          color: #a8aaab; }
        #main .mod_breadcrumb ul li.active:after {
          content: "";
          display: none; }
  #main .backlink {
    display: inline-block;
    float: right;
    color: #a8aaab;
    font-size: 12px;
    padding-right: 40px;
    background: url("../../files/no1/layout/images/prev.png") no-repeat 100% 50%;
    line-height: 28px; }
  #main .ce_form {
    background-color: #eff0f1;
    border: 1px #dddede solid;
    box-shadow: 3px 3px 0px 0px #eaebed;
    margin: 0 3px 3px 0;
    padding: 60px 43px; }
    #main .ce_form table {
      table-layout: fixed;
      width: 100%;
      max-width: 100%; }
      #main .ce_form table td {
        padding: 2px 0; }
        #main .ce_form table td.col_first {
          width: 18%; }
        #main .ce_form table td.col_last {
          width: 82%; }
    #main .ce_form input[type=text],
    #main .ce_form textarea,
    #main .ce_form select {
      box-shadow: inset 3px 3px 3px 0 #eff0f1;
      border: 1px #c3c5c7 solid;
      font-size: 13px;
      color: #000;
      line-height: 1.23em;
      padding: 8px 10px;
      width: 250px;
      margin-bottom: 0;
      width: 50%; }
    #main .ce_form textarea {
      min-height: 200px;
      max-height: 1000px;
      width: 100%;
      max-width: 100%; }
    #main .ce_form input[type=submit] {
      height: 34px;
      line-height: 34px;
      padding: 0 30px;
      border: none;
      background-color: #3d7ce4;
      border-radius: 4px;
      cursor: pointer;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      margin-top: 20px; }
    #main .ce_form .captcha_text {
      width: 100%;
      display: inline-block; }
  #main #referenzen .ce_image, #main #referanslar .ce_image {
    padding-top: 1px;
    padding-right: 18px;
    padding-bottom: 1px;
    margin-bottom: 40px;
    height: 356px;
    overflow: hidden;
    width: 290px;
    float: left; }
    #main #referenzen .ce_image h3, #main #referanslar .ce_image h3 {
      min-height: 38px; }
    #main #referenzen .ce_image figcaption, #main #referanslar .ce_image figcaption {
      font-size: 21px;
      color: #3d7ce4;
      line-height: 1.23em;
      padding-top: 12px;
      padding-bottom: 10px; }
    #main #referenzen .ce_image:nth-of-type(3n), #main #referanslar .ce_image:nth-of-type(3n) {
      padding-right: 0; }
  #main #referenzen .ce_image + .ce_image, #main #referanslar .ce_image + .ce_image {
    padding-left: 17px;
    margin-left: 0; }
    #main #referenzen .ce_image + .ce_image:nth-of-type(3n-1), #main #referanslar .ce_image + .ce_image:nth-of-type(3n-1) {
      border-left: 5px #e7e9ea solid;
      border-right: 5px #e7e9ea solid;
      width: 317px; }
    #main #referenzen .ce_image + .ce_image:nth-of-type(3n+1), #main #referanslar .ce_image + .ce_image:nth-of-type(3n+1) {
      border-left: none;
      padding-left: 0; }

#left {
  width: 199px; }
  #left h3 {
    color: #004a8f;
    font-weight: bold;
    font-size: 31px;
    line-height: 1em;
    margin: 0 0 10px 0; }
  #left .mod_navigation {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 12px; }
    #left .mod_navigation ul {
      width: 100%;
      padding: 0;
      list-style: none; }
      #left .mod_navigation ul li {
        width: 100%;
        padding: 1px 0; }
        #left .mod_navigation ul li a, #left .mod_navigation ul li span {
          width: 100%;
          display: block;
          line-height: 19px;
          padding: 4px 20px 4px 9px;
          color: #ffffff;
          font-size: 15px;
          font-weight: normal;
          background: #004381 no-repeat 100% 50%;
          text-decoration: none; }
          #left .mod_navigation ul li a.active, #left .mod_navigation ul li a.trail, #left .mod_navigation ul li span.active, #left .mod_navigation ul li span.trail {
            background-color: #3d7ce4;
            background-image: url("../../files/no1/layout/images/sub_page_left_menu_item_arrow.png"); }
          #left .mod_navigation ul li a:hover, #left .mod_navigation ul li span:hover {
            background-color: #3d7ce4; }
  #left .mod_randomImage {
    box-shadow: 3px 3px 0px 0px #eaebed;
    margin-bottom: 10px; }
    #left .mod_randomImage figure {
      margin: 0;
      display: table;
      border: 1px #e1e1e1 solid;
      padding: 9px; }
      #left .mod_randomImage figure img {
        display: block; }

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

body.product #main article.mod_article {
  padding-top: 1px;
  padding-right: 18px;
  padding-bottom: 1px;
  margin-bottom: 40px;
  height: 480px;
  overflow: hidden;
  width: 290px; }
  body.product #main article.mod_article:nth-of-type(3n+1):after {
    left: 0; }
  body.product #main article.mod_article:after {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background-color: #A7A9AA;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 18px; }
  body.product #main article.mod_article.putz:after {
    content: "Putz"; }
  body.product #main article.mod_article.estrich:after {
    content: "Estrich"; }
  body.product #main article.mod_article.keramikklebstoff:after {
    content: "Keramikklebstoff"; }
  body.product #main article.mod_article.zusatzprodukt:after {
    content: "Zusatzprodukt"; }
  body.product #main article.mod_article.plaster:after {
    content: "Plaster"; }
  body.product #main article.mod_article.screeds:after {
    content: "Screeds"; }
  body.product #main article.mod_article.ceramic-adhesives:after {
    content: "Ceramic Adhesives"; }
  body.product #main article.mod_article.auxiliary-products:after {
    content: "Auxiliary Products"; }
  body.product #main article.mod_article.mauersteine:after {
    content: "Mauersteine"; }
  body.product #main article.mod_article.putztr:after {
    content: "S\0131 valar"; }
  body.product #main article.mod_article.estrichtr:after {
    content: "\015E aplar"; }
  body.product #main article.mod_article.klebertr:after {
    content: "Seramik Yap\0131\015Ft\0131r\0131 c\0131 lar"; }
  body.product #main article.mod_article.zusatztr:after {
    content: "Yard\0131 m\0063 \0131  \00DC r\00FC nler"; }
  body.product #main article.mod_article.steintr:after {
    content: "Bims Blok"; }
  body.product #main article.mod_article .teaser {
    height: 82px; }
  body.product #main article.mod_article figure {
    display: block; }
    body.product #main article.mod_article figure img {
      display: block;
      width: 100%;
      height: auto; }
  body.product #main article.mod_article:nth-of-type(3n) {
    padding-right: 0; }
    body.product #main article.mod_article:nth-of-type(3n) .more {
      right: 0; }
  body.product #main article.mod_article .more {
    bottom: 0;
    left: auto;
    right: 18px; }
    body.product #main article.mod_article .more a {
      font-size: 0;
      background: none;
      padding: 0; }
      body.product #main article.mod_article .more a:after {
        content: "Ansehen";
        display: inline-block;
        padding-left: 28px;
        line-height: 20px;
        background: url("../../files/no1/layout/images/icon_incele.png") no-repeat 0 50%;
        font-size: 11px;
        font-weight: normal;
        color: #a8aaab; }
body.product #main article.mod_article + article.mod_article {
  padding-left: 17px;
  margin-left: 0; }
  body.product #main article.mod_article + article.mod_article:nth-of-type(3n-1) {
    border-left: 5px #e7e9ea solid;
    border-right: 5px #e7e9ea solid;
    width: 317px; }
  body.product #main article.mod_article + article.mod_article:nth-of-type(3n+1) {
    border-left: none;
    padding-left: 0; }
body.product #main div.mod_article.first.last .back {
  display: none; }
body.product.productdetail #left {
  display: none; }
body.product.productdetail #main {
  padding-left: 0; }
  body.product.productdetail #main div.mod_article h1 {
    font-weight: normal; }
  body.product.productdetail #main div.mod_article .ce_text h2 {
    font-size: 13px;
    line-height: 1.23em;
    color: #3d7ce4;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: normal; }
  body.product.productdetail #main .left, body.product.productdetail #main .right {
    height: 100%; }
  body.product.productdetail #main .left {
    width: 40%;
    float: left;
    padding-right: 33px;
    border-right: 5px #e7e9ea solid; }
  body.product.productdetail #main .right {
    width: 60%;
    padding-left: 33px;
    float: right; }
  body.product.productdetail #main .ce_image {
    position: relative; }
    body.product.productdetail #main .ce_image a:after {
      content: "Zoom";
      cursor: pointer;
      position: absolute;
      right: 20px;
      bottom: 20px;
      background-color: #eff0f1;
      border-radius: 4px;
      padding: 3px 6px;
      color: #878a8c; }
    body.product.productdetail #main .ce_image figure {
      display: block; }
      body.product.productdetail #main .ce_image figure img {
        display: block;
        width: 100%;
        height: auto; }
  body.product.productdetail #main .productIcons {
    margin-top: 34px;
    margin-bottom: 34px; }
    body.product.productdetail #main .productIcons span.heading {
      display: block;
      width: 100%;
      font-size: 21px;
      color: #a8aaab;
      line-height: 1em; }
    body.product.productdetail #main .productIcons .wrapper {
      border: 1px #e7e9ea solid;
      border-width: 1px 0;
      padding: 8px 0;
      margin-top: 7px; }
      body.product.productdetail #main .productIcons .wrapper:after {
        content: "";
        display: block;
        clear: both; }
    body.product.productdetail #main .productIcons .productIcon {
      width: 43px;
      height: 43px;
      float: left;
      position: relative;
      background: no-repeat; }
      body.product.productdetail #main .productIcons .productIcon:hover .tip {
        visibility: visible; }
      body.product.productdetail #main .productIcons .productIcon .tip {
        visibility: hidden;
        background-color: #3d7ce4;
        color: #ffffff;
        padding: 3px 10px;
        border-radius: 3px;
        white-space: nowrap;
        position: absolute;
        z-index: 5;
        bottom: -30px;
        left: 0;
        width: auto; }
        body.product.productdetail #main .productIcons .productIcon .tip:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 6px 6px 6px;
          border-color: transparent transparent #3d7ce4 transparent;
          position: absolute;
          top: -6px;
          left: 15px; }
    body.product.productdetail #main .productIcons .productIcon + .productIcon {
      margin-left: 20px; }
    body.product.productdetail #main .productIcons .waterInsulation {
      background-image: url("../../files/no1/layout/images/981575_su_yalitimi.jpg"); }
    body.product.productdetail #main .productIcons .light {
      background-image: url("../../files/no1/layout/images/941265_hafiflik.jpg"); }
    body.product.productdetail #main .productIcons .viscosity {
      background-image: url("../../files/no1/layout/images/766329_makinayla_atilmaya_uygun_kivamda.jpg"); }
    body.product.productdetail #main .productIcons .heatInsulation {
      background-image: url("../../files/no1/layout/images/327797_isi_yalitimi.jpg"); }
    body.product.productdetail #main .productIcons .breathing {
      background-image: url("../../files/no1/layout/images/721676_nefes_alir.jpg"); }
    body.product.productdetail #main .productIcons .fire {
      background-image: url("../../files/no1/layout/images/533006_yangina_dayaniklilik.jpg"); }
    body.product.productdetail #main .productIcons .soundInsulation {
      background-image: url("../../files/no1/layout/images/643969_ses_yalitimi.jpg"); }
    body.product.productdetail #main .productIcons .antibacterial {
      background-image: url("../../files/no1/layout/images/376063_antibakteriyel.jpg"); }
    body.product.productdetail #main .productIcons .waterRepellency {
      background-image: url("../../files/no1/layout/images/121119_su_iticiligi_artirilmis.jpg"); }
    body.product.productdetail #main .productIcons .waterVapor {
      background-image: url("../../files/no1/layout/images/366625_su_buhari_gecirgenligi_artirilmis.jpg"); }
  body.product.productdetail #main .accordion > div:after {
    content: "";
    display: block;
    clear: both; }
  body.product.productdetail #main .ce_accordion .ui-accordion-header-icon {
    display: inline-block;
    height: 20px;
    width: 19px;
    vertical-align: middle;
    margin-right: 8px; }
  body.product.productdetail #main .ce_accordion:nth-of-type(1) .ui-accordion-header-icon {
    background: url("../../files/no1/layout/images/tab_icon0.png") no-repeat; }
  body.product.productdetail #main .ce_accordion:nth-of-type(2) .ui-accordion-header-icon {
    background: url("../../files/no1/layout/images/tab_icon1.png") no-repeat; }
  body.product.productdetail #main .ce_accordion:nth-of-type(3) .ui-accordion-header-icon {
    background: url("../../files/no1/layout/images/tab_icon2.png") no-repeat; }
  body.product.productdetail #main .ce_accordion .toggler {
    color: #333;
    font-size: 15px;
    line-height: 33px;
    border: 1px solid #bcbcbc;
    outline: none;
    border-radius: 4px;
    padding: 3px 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative; }
    body.product.productdetail #main .ce_accordion .toggler.ui-accordion-header-active {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      body.product.productdetail #main .ce_accordion .toggler.ui-accordion-header-active:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #3d7ce4; }
  body.product.productdetail #main .ce_accordion .accordion {
    border: 1px solid #bcbcbc;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px; }
    body.product.productdetail #main .ce_accordion .accordion .ce_text {
      margin-bottom: 20px; }
      body.product.productdetail #main .ce_accordion .accordion .ce_text h3 {
        font-size: 13px;
        line-height: 1.23em;
        color: #3d7ce4;
        border: none;
        margin: 0;
        padding: 0;
        font-weight: normal; }
  body.product.productdetail #main section .ce_table.single {
    width: 100%;
    float: none;
    padding: 0; }
  body.product.productdetail #main section .ce_table h3 {
    font-size: 16px;
    line-height: 1.23em;
    color: #3d7ce4;
    border: none;
    margin: 0;
    padding: 0 0 5px;
    font-weight: normal;
    text-transform: uppercase; }
  body.product.productdetail #main section .ce_table table {
    width: 100%;
    border-spacing: 0;
    border: none;
    font-size: 11px;
    border-collapse: collapse; }
    body.product.productdetail #main section .ce_table table tr {
      border-top: 1px #bcbcbc dashed; }
      body.product.productdetail #main section .ce_table table tr:nth-of-type(even) {
        background-color: #e7effc; }
      body.product.productdetail #main section .ce_table table tr td {
        padding: 5px 8px; }
        body.product.productdetail #main section .ce_table table tr td:nth-of-type(even):before {
          content: ":\00a0"; }
  body.product.productdetail #main section .ce_table + .ce_table {
    float: right;
    padding-right: 0;
    padding-left: 10px; }
  body.product.productdetail #main section .ce_text + .ce_table {
    width: 50%;
    float: left;
    padding-right: 10px; }
body.product.turkish.productdetail #main .ce_image a:after {
  content: "B\00FCy\00FCt"; }
body.product.turkish #main article.mod_article .more a:after {
  content: "\0130ncele"; }

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

@media (max-width: 1024px) {
  #wrapper {
    min-width: 1px; }

  #header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99; }
    #header .inside {
      width: auto;
      margin: 0; }
      #header .inside .headerInfo {
        margin: 13px 10px 0 0; }
        #header .inside .headerInfo .mailto {
          text-indent: -99999px;
          padding: 0;
          width: 37px; }
        #header .inside .headerInfo #openMenu {
          display: block;
          width: 30px;
          height: 26px;
          margin: -2px 0 0 10px;
          padding: 0;
          position: relative;
          z-index: 50000; }
          #header .inside .headerInfo #openMenu span {
            background-color: #094e88;
            height: 6px;
            display: block;
            border-radius: 2px; }
            #header .inside .headerInfo #openMenu span + span {
              margin-top: 4px; }
      #header .inside .mod_navigation {
        position: fixed;
        top: 0;
        right: 0;
        height: auto;
        bottom: auto;
        background-color: #ffffff;
        min-height: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        display: none; }
        #header .inside .mod_navigation.open {
          display: block; }
        #header .inside .mod_navigation .level_1 > li {
          float: none;
          height: auto;
          margin: 10px 0; }
          #header .inside .mod_navigation .level_1 > li a, #header .inside .mod_navigation .level_1 > li span {
            border: none; }
        #header .inside .mod_navigation .level_2 {
          visibility: visible;
          position: static;
          left: auto;
          top: auto;
          border: none;
          min-width: auto;
          background-color: transparent;
          padding: 0 0 0 20px; }
          #header .inside .mod_navigation .level_2:before {
            display: none; }
          #header .inside .mod_navigation .level_2 li {
            white-space: initial;
            padding: 0; }
            #header .inside .mod_navigation .level_2 li a, #header .inside .mod_navigation .level_2 li span {
              font-size: 16px;
              line-height: 24px;
              color: #878a8c;
              text-decoration: none;
              display: block;
              padding-left: 19px;
              padding-right: 19px; }
            #header .inside .mod_navigation .level_2 li + li {
              border: none; }

  #logo {
    width: 80px;
    height: 40px;
    background-size: contain;
    margin: 5px 0 0 0; }

  #container {
    width: auto;
    padding-top: 50px; }

  #left {
    display: none; }

  #main {
    padding-left: 0; }
    #main .ce_form {
      padding: 60px 10px; }
      #main .ce_form table {
        table-layout: auto; }
        #main .ce_form table td.col_last {
          width: auto; }
        #main .ce_form table td.col_first {
          width: auto;
          padding-right: 4px; }
      #main .ce_form input[type=text],
      #main .ce_form textarea,
      #main .ce_form select {
        padding: 8px 10px;
        width: 100%; }
    #main #referenzen .ce_image, #main #referanslar .ce_image {
      padding: 0 10px !important;
      width: 50% !important;
      border: none !important; }
      #main #referenzen .ce_image figure, #main #referanslar .ce_image figure {
        display: block; }
        #main #referenzen .ce_image figure img, #main #referanslar .ce_image figure img {
          width: 100%;
          height: auto; }
    #main div.mod_article:not(.productteasers) h1, #main div.mod_article:not(.productteasers) h2 {
      line-height: 1em !important;
      padding: .5em 0;
      font-size: 28px; }
    #main .mod_breadcrumb {
      margin-bottom: 0;
      margin-left: 10px; }
    #main .ce_text > table {
      width: 100%; }
    #main .backlink {
      margin-right: 10px;
      clear: both;
      margin-bottom: 14px; }
    #main .inside > .mod_randomImage {
      position: static;
      height: auto; }
      #main .inside > .mod_randomImage img {
        width: 150%;
        height: auto;
        margin-left: -24%; }
    #main .mod_article.slider {
      position: static;
      top: auto;
      left: auto;
      margin-left: 0; }
      #main .mod_article.slider .mod_rocksolid_slider {
        width: 100% !important; }
    #main .mod_article:not(.slider) {
      padding: 0 10px; }
    #main article.mod_article {
      width: 33.333%;
      padding-bottom: 60px !important; }
      #main article.mod_article .more {
        left: 10px; }
      #main article.mod_article + article.mod_article {
        margin-left: 0; }

  #footer .mod_navigation {
    width: auto;
    margin: 0; }
    #footer .mod_navigation ul li {
      width: 33.333%;
      text-align: center; }
      #footer .mod_navigation ul li a, #footer .mod_navigation ul li span {
        padding: 0;
        display: block;
        border-bottom: 1px solid #dddedf; }
      #footer .mod_navigation ul li:nth-child(3n) a, #footer .mod_navigation ul li:nth-child(3n) span {
        border-right: none; }
      #footer .mod_navigation ul li:nth-child(4n) a, #footer .mod_navigation ul li:nth-child(4n) span {
        border-left: none; }
      #footer .mod_navigation ul li:nth-child(n+4) a, #footer .mod_navigation ul li:nth-child(n+4) span {
        border-top: 1px solid #ffffff; }
  #footer .info {
    border: none;
    padding: 0 10px; }
    #footer .info .wrapper {
      width: auto; }
      #footer .info .wrapper .smallLogo {
        margin-top: 14px; }
      #footer .info .wrapper span.distr {
        margin: 0 0 6px 4px;
        clear: both; }
      #footer .info .wrapper .phone > div a {
        font-size: 18px; }
  #footer .inside:before {
    display: none; }

  body.product #main article.mod_article {
    padding: 0 10px !important;
    width: 50% !important;
    height: auto !important;
    border: none !important; }
    body.product #main article.mod_article:nth-child(odd) {
      clear: both; }
    body.product #main article.mod_article:after {
      left: 10px !important; }
    body.product #main article.mod_article .teaser {
      position: relative;
      height: auto !important;
      padding-bottom: 30px; }
    body.product #main article.mod_article .more {
      right: 0 !important; }

  body.product.productdetail #main .left {
    width: 35%;
    border: none;
    padding-right: 10px; }
  body.product.productdetail #main .right {
    width: 65%;
    padding-left: 10px; } }
@media (max-width: 786px) {
  #main article.mod_article {
    width: 100%; }
  #main .mod_article.slider {
    display: none; }
  #main #referenzen .ce_image, #main #referanslar .ce_image {
    width: 100% !important; }

  body.product #main article.mod_article {
    width: 100% !important;
    float: none; }

  body.product.productdetail #main .left {
    width: 100%;
    float: none;
    padding: 0; }
  body.product.productdetail #main .right {
    width: 100%;
    padding: 0; } }

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

