/*
 * SAAL-DIGITAL.DE
 * Copyright (c) 2016 Saal Digital Fotoservice GmbH
 * All Rights Reserved
 *
 * Created by Dimitrij Konstantinov
 * 15/03/17 14:44
 */

/*
 CSS styled content
*/
DIV.csc-textpic DIV.csc-textpic-single-image IMG, DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
    margin: 0;
}

.csc-textpic-imagerow, .csc-textpic-imagerow li, .csc-textpic-imagerow img, .csc-textpic-single-image {
    width: auto !important;
}

.csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap.csc-textpic-single-image {
    float: left;
}

/* default styles for extension "tx_felogin_pi1" */
.tx-felogin-pi1 label {
    display: block;
}

/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption {
    text-align: center;
}

DIV.csc-textpic-caption-r .csc-textpic-caption {
    text-align: right;
}
i
DIV.csc-textpic-caption-l .csc-textpic-caption {
    text-align: left;
}

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { 
    float: left;
    display: inline;
}

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
    border: 2px solid black;
    padding: 0px 0px;
}

DIV.csc-textpic-imagewrap {
    padding: 0;
}

DIV.csc-textpic IMG {
    border: none;
}

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image {
    float: left;
}

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL {
    list-style: none;
    margin: 0;
    padding: 0;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {
    float: left;
    margin: 0;
    padding: 0;
}

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
    float: left;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT {
    float: none;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {
    float: none;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {
    border: none;
}

/* FE-Editing Icons */
DL.csc-textpic-image {
    margin: 0;
}

DL.csc-textpic-image DT {
    margin: 0;
    display: inline;
}

DL.csc-textpic-image DD {
    margin: 0;
}

/* Clearer */
DIV.csc-textpic-clear {
    clear: both;
}

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    margin: 0;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
    margin: 0;
    vertical-align: bottom;
}

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 10px;
}

DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
    margin-bottom: 10px;
    display: block;
}

DIV.csc-textpic DIV.csc-textpic-imagerow {
    clear: both;
}

/*DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin-bottom: 10px;
}*/

/* IE7 hack for margin between image rows */
* + html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image {
    margin-bottom: 0;
}

* + html DIV.csc-textpic DIV.csc-textpic-imagerow {
    margin-bottom: 10px;
}

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
    margin-left: 0px !important;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
    margin-right: 0px !important;
}

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 10px !important;
}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text {
    clear: both;
}

/* Center (above or below) */
DIV.csc-textpic-center {
    text-align: center; /* IE-hack */
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
    margin: 0 auto;
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    text-align: left; /* Remove IE-hack */
}

DIV.csc-textpic-center DIV.csc-textpic-text {
    text-align: left; /* Remove IE-hack */
}

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap {
    float: right;
}

DIV.csc-textpic-right DIV.csc-textpic-text {
    clear: right;
}

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap {
    float: left;
}

DIV.csc-textpic-left DIV.csc-textpic-text {
    clear: left;
}

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
    float: left;
}

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
    float: right;
}

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    float: right;
    clear: both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {
    height: 1%;
}

/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    float: left;
    clear: both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text,
* html .csc-textpic-intext-left ol,
* html .csc-textpic-intext-left ul {
    height: 1%;
}

/* End hide from IE5/mac */

DIV.csc-textpic DIV.csc-textpic-imagerow-last {
    margin-bottom: 0;
}

/* Browser fixes: */

/* Fix for unordered and ordered list with image "In text, left" */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
    padding-left: 40px;
    overflow: auto;
}

#contentarea > .csc-default > .subcolumns:after, #contentarea > .csc-frame > .subcolumns:after, .csc-frame-frame2:after, .csc-frame-frame1:after, .nolines #contentarea > .csc-default > span > .csc-default > .subcolumns:after, .nolines #contentarea > .csc-default > span > .csc-default > .subcolumns:after, .sg-tabs:after, .nolines .csc-default:after, .nolines .csc-textpic-text:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*
 *
 */
#mainContent #apmonlineshop-content .element .description {
    font-size: 12px;
    line-height: 14px;
}

#header ul, #header li, .sg-tabs, .csc-default .sg-tabs, .sg-tabs li {
    padding: 0;
    margin: 0;
    list-style-image: none;
    display: block;
}

#importantInfo {

    max-width: 360px !important;
    text-align: left;
    position: fixed;
    left: 12px;
    bottom: 0px;
    z-index: 200;
    background-color: #3669C4;
    border: 1px solid #dae2f1;
    border-bottom-style: none;
}

#importantInfo > div {
    margin: 12px;
}

#importantInfo > div * {
    color: #FFF;
    /*color:#3669c4;*/
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}

#importantInfo span {
    color: #FFF;
    display: block;
    width: 24px;
    z-index: 201;
    text-align: right;
    cursor: pointer;
    height: 24px;
}

.articlelist-element h2 {
    font-size: 1.2em;
}

span.spr {
    display: none !important;
}

/*
 * tabs -> watch out clear:after and #header ul
 */
.sg-tabs-container {

    border-top-style: none;
}

.sg-tabs-container > div {
    padding: 1em;
}

.sg-tabs {
    background-color: #FFF;
    width: 100.2%;
    border-bottom: 1px solid #E0E1E4;
    margin-left: -1px !important;
}

.sg-tabs li {
    cursor: pointer;
    padding: 0.5em 2em;
    background-color: #E0E1E4;
    margin: 0;
    float: left;
    position: relative;
}

.sg-tabs-text {
    margin-top: 1.5em;
    display: block;
}

.sg-tabs-image {
    margin-top: -1em;
    display: block;
}

.sg-tabs li.active {
    background-color: #376AC5;
    color: #FFF;
}

.sg-tabs li.active:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: -1px;
    background-color: #376AC5;
    left: 0px;
    height: 1px;
    display: block;
    z-index: 1;
}

.sg-tab {
    display: none;
}

.sg-tab[data-sgtab="1"] {
    display: block;
}

.sg-tabs.align-center {
    display: inline-block;
    text-align: center;

}

.sg-tabs.align-center li {
    display: inline-block;
    float: none;
}

.sg-tabs.tabs-formats li {
    text-align:center;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-bottom-style: none;
    margin: 0 0.25em;
}

.sg-tabs.tabs-formats li.active {
    border: 1px solid #CCC;
    background-color: #FFF;
    border-bottom-style: none;
    color: #333;
}

.sg-tabs.tabs-formats li.active:after {
    background-color: #FFF;
}

.hide-tabsheader .sg-tabs-container .sg-tabs.tabs-formats, .hide-tabsheader .sg-tabs-container h2 {
    display: none !important;
}

/*
 * new supportbox navi and topnavi and flatbuttons in general
*/

#supportNav, #mainContent #supportNav li, .subnavi ul, .subnavi li {
    list-style-type: none;
    padding: 0;
    list-style-image: none;
    display: block;
}

.sizes.subnavi ul {
    overflow: hidden;
    margin-bottom: 1.51em;
}

.sizes.subnavi ul li {
    float: left;
    margin-right: 0.25em;
}

.sizes.subnavi ul li a, a.flat-button {
    padding: 0.25em 1em;

    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.sizes.subnavi ul li a {
    display: block;
}

#supportNav {
    padding: 0.5em 0 0.5em 1em;
    margin-right: 0;
}

#mainContent #supportNav li {
    padding: 0.5em 0.5em 0 0;
}

#supportNav li a {
    text-decoration: none;
    color: #333;
    line-height: 21px;
    display: block;
}

#supportNav li a > span, .subnavi li a > span {
    width: 21px;
    height: 21px;
    display: block;
    float: left;
    margin-right: 0.5em;
}

/* widget tooltip */
.sg-tooltip {
    color: #FFF !important;
    padding: 0.5em 1em;
    width: 200px;
    overflow: visible !important;
    font-size: 0.9em;
    z-index: 99996;
    background-color: #494D57;
}

.sg-tooltip.south:after, .sg-tooltip.south:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #494D57;
    content: " ";
    z-index: 99997;
    top: -10px;
    left: 95px;
    position: absolute;
}

.sg-tooltip.south:before {
    left: 94px;
    top: -11px;
    border-width: 11px;
    border-bottom-color: #FFF;

}

.sg-tooltip.error, .sg-tooltip.red {
    background-color: #D8042D !important;
}

.sg-tooltip.green {
    background-color: #6D9E0E;
}

.sg-tooltip.south.error:after, .sg-tooltip.south.error:before, .sg-tooltip.south.red:after, .sg-tooltip.south.red:before {
    border-bottom-color: #D8042D;
}

.sg-tooltip.south.error:before, .sg-tooltip.south.red:before {
    border-bottom-color: #8C021C;
}

.sg-tooltip.green:after, .sg-tooltip.green:before {
    border-bottom-color: #6D9E0E;
}

.sg-tooltip.green:before {
    border-bottom-color: #5A7524;
}

.quotations blockquote {
    font-size: 1.2em;
}

.quotations .small {
    padding-right: 1em;
    color: #999;
}

/*
 * info-box
 */
.info-box {
    position: relative;
}

.info-box > div {
    overflow: hidden;

}

.noboxes .page-banner .info-box {
    background-color: transparent;
}

.onecol.last.page-banner-info-box h2 {
    font-size: 1.2em !important;
}

.noboxes .page-banner .info-box > div {
    padding: 0 1em;
}

.noboxes #pressrelease.info-box .middle-content img, .noboxes #experience-reports.info-box .middle-content img {
    max-height: 120px;
    width: auto;
    max-width: 30%;
}

#pressrelease {
    max-width: 460px;
}

.noboxes .page-banner #experience-reports.info-box .middle-content, .page-banner .software-download, .page-banner #pressrelease .middle-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-banner #pressrelease h2 {
    display: none;
}

.page-banner #pressrelease {
    margin-top: 1em;
}

#pageBannerCleanbox {
    margin-top: 1em;
}

.info-banner.content-slider .middle-content .sg-banner-inner .csc-default p, .info-banner.content-slider .middle-content .sg-banner-inner .csc-default h2, .info-banner.content-slider .middle-content .sg-banner-inner .csc-default h3, .info-banner.content-slider .middle-content .sg-banner-inner .csc-default ul {
    margin-right: 30px;
    margin-left: 40px;
}
.info-banner.content-slider .middle-content .sg-banner-inner .csc-default p.align-center{
    margin-left:auto;
    margin-right:auto;
}


.left-arrow, .right-arrow {
    cursor: pointer;
}

.content-slider .left-arrow, .content-slider .right-arrow {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
}

.content-slider .right-arrow {
    right: 0px;
    left: auto;
}

.content-slider .left-arrow > div, .content-slider .right-arrow > div {
    position: relative;
    top: -20px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    opacity: 0.8;
}

#bannerArea .content-slider .left-arrow > div, #bannerArea .content-slider .right-arrow > div {
    top: 20px;
}

.content-slider .left-arrow > div:before, .content-slider .right-arrow > div:before {
    top: 0.35em;
}

.info-banner .middle-content {
    margin: 0 auto;
}

.info-banner .middle-content img {
    /*max-height:450px;*/
    width: auto;
}

.content-slider .left-arrow:hover, .content-slider .right-arrow:hover {
    color: #6C9D0D;
}

.info-banner .middle-content .image, .info-banner .middle-content .content {
    float: left;
    display: block;
    overflow: hidden;

}

.info-banner .middle-content .content a {
    display: none;
}

#pressrelease .middle-content img {
    padding-right: 3%;
    float: left;
    width: 30%;
}



h3.bg-lblue, h3.bg-lgrey, #transactionHeader {
    display: block;
    line-height: 26px;
    padding: 0.5em;
}


/*
 * extension sgreviews
 */

#customerOpinionsMiniTopBannerService {
    position: absolute;
    left: auto;
    right: -0.75em;
    top: -1.5em;
    display: block;
    z-index: 4;
    text-align: left;
    font-size: 14px;
}
.sgreviews-element {
    padding-bottom: 18px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 2em;
    overflow: hidden;
}

.sgreviews-content h2 {
    margin-bottom: 0;
}

.sgreviews-image img {
    max-width: 300px;
}

blockquote {
    font-style: italic;
    margin: 0.5em;
}

blockquote:before {
    content: "„";
}

blockquote:after {
    content: "“";
}

.sgreviews-element blockquote {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-style: italic;
    font-size: 1.2em;
    color: #888;
    background: url(../images/blockquotes_last.png) 0 2em no-repeat;
    padding: 1em 1.5em;
    margin: 0.5em;
    margin-top: 0;
}

.sgreviews-content p.small.align-right a {
    text-decoration: none;
    color: #333;
}

.external-link {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.external-link a {
    padding-left: 1.5em;
    background: url(../images/link_external.gif) left center no-repeat;
}

/*
 * Styles for sgproduktbanner EXT only used on landingpages anymore
*/
.csc-produktbanner {
    margin-bottom: .8em;
    overflow: hidden
}

.csc-produktbanner .subcolumns .subcl-725 {
    width: 75%
}

.landingpageboxes {
    width: 100%
}

/**
	flick images modal div css used in sgsupport and sgblog!
**/
.simplemodal-overlay {
    background-color: #000;

}

.simplemodal-container {
    padding: 0 !important;
    top: 60px !important;
    background-color: transparent;
}

#flickImagesWrapper {

    display: none;
    position: relative;

}

#flickImagesWrapperClose {
    color: #FFF;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;

}

.flick-images-prev {
    margin: 5px;
    width: auto !important;
}

.flick-images-next {
    margin: 5px;
    float: right !important;
    width: auto !important;
}

/*
 * table for php include
 */
#shippingCostsTable {
    max-width: 940px;

    margin-bottom: 2.1em;
}

.tx-lumophpinclude-pi1 table {
    background-color: #ffffff;
    margin-bottom: 1.5em !important;
    border-collapse: collapse;
}

.tx-lumophpinclude-pi1 td {
    border: 0;
    padding: 0.5em;
}

.tx-lumophpinclude-pi1 th {
    background-color: #e4e4e4;
    border: 0;
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
    display: table-cell;
}

.shadow {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.37);

}

/*
 * FCE Cslider
 */

.cslider-tabs {
    overflow: hidden;
    position: relative;
}

.cslider-tabs ul {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.cslider-tabs ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    text-align: center;
    cursor: pointer;
    list-style: none;
    list-style-image: none !important;

}

.cslider-tabs.col-3 ul li {
    width: 33%
}

.cslider-tabs.col-4 ul li {
    width: 25%
}

.cslider-tabs.col-5 ul li {
    width: 20%
}

.cslider-tabs ul li > div {
    padding: 0 1em;
}

.cslider-tabs ul li img {
    opacity: 0.3;
}

.cslider-tabs ul li h3 {
    font-weight: normal;
    color: #888;
}

.cslider-tabs ul li.active h3 {
    color: #000;
}

.cslider-tabs ul li.active img {
    opacity: 1;
}

.cslider-content {
    display: none;
}

.cslider-contents {
    display: block;
    overflow: hidden;
    padding: 2em 0;
}

.cslider-content-image {
    text-align: center;
}

.cslider .right-arrow, .cslider .left-arrow {
    position: absolute;
    display: none;
    width: 20px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}

.cslider .right-arrow {
    right: 0px;
}

.cslider .left-arrow {
    left: 0px;
}

.cslider .right-arrow img, .cslider .left-arrow img {
    padding: 10px;
    position: absolute;
    top: 40px;
    background: #FFF;
}

.cslider .right-arrow img {
    right: 0px;
}

.cslider .left-arrow img {
    left: 0px;
}

/*
 * multiple Popups in IMAGE
 */
.popups-in-image {
    display: block;
    text-align: center;
    position: relative;
}

.popups-in-image .popup-elements, .popups-in-image .popups {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
}

/* the navigation elements for different FCE */
.popups-in-image .popup-element, .fce-gallery-element a:after, #FceGalleryPopUp .popup-nav .prev, #FceGalleryPopUp .popup-nav .next {
    width: 21px;
    height: 21px;
    border: 5px solid #376BC5;
    position: absolute;
    background: url("../images/icon_sprite.png?i=9") -294px -21px no-repeat #376BC5;
    cursor: pointer;
}

.popups-in-image .popup-window .popup-close, #FceGalleryPopUp.popup-window .popup-close, #multiPlattformDownload .popup-close {
    position: absolute;
    right: -1px;
    top: -1px;
    background-position: -294px 0px;
}

.popups-in-image .popup-element > div {
    display: none;
}

.popups-in-image .popup-window {
    /*position:absolute;
	left:50%;
	top:50%;*/
    text-align: left;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;

    z-index: 99999;
}

.popups-in-image .popup-window > div {
    left: -50%;
    margin-top: -50%;
    position: relative;
    border: 1px solid #CCC;
    padding: 1em;
    background-color: #FFF;
}

.popups-in-image > img {
    position: relative;
    z-index: 0;
}

/*
 * FCE Accordion
 */
.fce-accordion {
    overflow: hidden;
    /*padding-bottom: 1.5em;*/
}

.fce-accordion-button {
    float: left;
    width: 32px;
    border-right: 1px solid #E0E1E4;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #E0E1E4;
}

.vertical .fce-accordion-button {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    border-right-style: none;
    margin-bottom: 1px;
    height: auto;
}

.vertical .fce-accordion-contents {
    padding: 0.5em;
    width: 100%;
}

.vertical .fce-accordion-button > span, .vertical .fce-accordion-button > h3 {
    display: block;
    padding: 0.5em 0.25em;
}

.fce-accordion-button.active, .fce-accordion-button.active * {
    background-color: #376AC5;
    color: #FFF;
}

.fce-accordion-button.last {
    border-style: none !important;
}

.fce-accordion-element {
    display: inline;
}

.fce-accordion-element, .fce-accordion-contents, .fce-accordion-contents .image, .fce-accordion-button {
    height: 100%;
    text-align: left;
}

.vertical .fce-accordion-element, .vertical .fce-accordion-contents, .vertical .fce-accordion-contents .image, .vertical .fce-accordion-button {
    height: auto;

}

.fce-accordion-button > img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.fce-accordion-contents {
    display: none;
    float: left;
    position: relative;
    background-color: #FFF;

}

.fce-accordion-contents .image {
    overflow: hidden;
    background-repeat: no-repeat;
}

.fce-accordion-contents .image img {
    height: 100%;
    width: auto;
    max-width: none;
    margin-left: -100px;
}

.fce-accordion-contents .rightcol {
    width: 40%;
    position: absolute;
    right: 1em;
    top: 2em;
    display: none;
}

.fce-accordion-download .button-green {
    max-width: 230px;
}

.fce-accordion-download p {
    margin-top: 0.5em;
}

.fce-accordion-download .button-green a {
    padding: 0.5em;
}

.home-banner-right .fce-accordion-download .button-green a {
    padding-bottom: 0.75em;
}

.fce-accordion-download .button-green .spr {
    margin: 0.75em;
}

.fce-accordion .overlay {
    display: none;
}

.home-banner-left, .home-banner-right {
    float: left;
    width: 77%;
}

.home-banner-right {
    width: 23%;
    height: 440px;
}

.home-banner-right > div {
    margin-left: 1em;
    background-color: #FFF;
    padding: 1em;
    height: 412px;
    border: 1px solid #ccc;
}

.home-banner-left .fce-accordion-contents .image img {
    margin: 0;
}

.home-banner-left .fce-accordion-contents h2 {
    font-size: 1.5em;
}

/*
# 
*/
#testbarTooltips {

}

#testbarTooltips > div {
    display: table-row;

}

#testbarTooltips > div > div {
    cursor: pointer;
    display: table-cell;
    margin: 0;
    padding: 4px;
    float: none;
    min-width: 50px;
}

#testbarTooltips .align-left {
    text-align: left;
}

#testbarTooltips .align-right {
    text-align: right;
}

#testbarTooltips > div > div img {
    max-width: 84px;
}

#testbarTooltips.no-table {
    display: block;
}

#testbarTooltips.no-table > div {
    display: inline;
    float: left;
    margin-right: 10px;
}

/*
 * FCE icc download
 
.icc-download {
    overflow: hidden;
}

.icc-download a {
    width: 189px;
    height: 42px;
    display: block;
    background-position: -231px -42px;
    color: #FFF;
    text-align: center;

}

.icc-download.align-center a {
    left: 50%;
    position: relative;
    margin-left: -25%;
}

.page-banner-info-box .icc-download {
    margin-bottom: 1.5em;
}
*/

/*
 * sgform
 */

#CustomerOpinions .sg-mailform select{
	 max-height:42px;
}


#carrerrForm sgform, #carrerrFormInfo sgform, .sgmailer-indent {
    max-width: 800px;
    min-width: 320px;
    margin: 0 auto !important;
    display: block !important;
}

#carrerrForm sgform.hidden{
      display: none !important;
}

.sgmailer-indent > .csc-default {
    padding-left: 4px;
    padding-right: 4px;
}

sgmailer, sgform, sgform .sg-element {
    overflow: hidden;
    margin-bottom: 1em;
    padding-bottom: 1px;
}

sgform .sg-rows {
    display: block;
    overflow: hidden;
    clear: both;
}

sgform label, sgform {
    display: block;
}

sgmailer input[type="text"], sgmailer select, sgmailer textarea {
    border: 1px solid #CCC;

    margin: 0;
}

sgmailer .coled input[type="text"], sgmailer .coled textarea, sgmailer .coled select, .table select, sgmailer .uncoled input[type="text"], sgmailer .uncoled textarea, sgmailer .uncoled select {
    width: 100%;
}




.sg-element.coled-placeholder span * {
    width: 95%;
}

.sg-element.coled-placeholder span input[type="checkbox"] {
    width: auto;
    float: none;
}

.sg-element.coled-placeholder span, .sg-element.coled-placeholder-50 span {
    float: left;
    width: 49%;

}

.sg-element.coled-placeholder-50 span {
    width: 50%;
}

.sg-element.coled-placeholder span.last * {
    float: right;
}

sgform.table .sg-rows {
    display: table;
    table-layout: fixed;
}

sgform.table .sg-element label, sgform.table .sg-element > span {
    display: table-cell;
    width: 25%;
    padding: 0.25em;
}

sgform .c30, sgform .c70 {
    width: 30% !important;
    display: inline;
}

.sg-progress-result {

}

sgform .c70 {
    width: 62% !important;
}

sgform.table .sg-element {
    display: table-row;
}

.coled .sg-element {
    display: block;
    float: left;
    width: 50%;
}

.coled .sg-element.sg-auth-formimages, .coled .sg-element.full-width {
    width: 100%;
    float: none;
}

.coled .sg-element span {
    display: block;
    padding-right: 0.5em;
}

.uncoled .sg-element, .coled .sg-element.file, sgform.table .sg-element.uncoled, sgform.table .uncoled.sg-element * {
    clear: both;
    width: 100%;
    display: block;
}

sgform.table .uncoled.sg-element textarea {
    width: 98%;
}

.sgmailer-indent {
    max-width: 800px;
    min-width: 320px;
    margin: 0 auto !important;
    display: block !important;
}

.sgsupportuploadmore, .sgsupportuploadmore:hover, .sgsupportuploadmore:before, .sgsupportuploadmore:hover:before {
    display: inline-block;
    color: #333;
    background-color: #EFEFEF;
    border-style: none;
    padding-left: 0.25em;
}

[data-uploader="1"] input[type="file"] {
    position: absolute;
}





sgsubmit {
    margin: 4px;
    text-align: center;
    min-width: 30%;
    padding: 0.25em 1em;
    float: right;
    background-color: #9DCE41;
    color: #FFF;
    cursor: pointer;
  
}

.sticky-form{
    overflow:inherit !Important;
     max-width: 808px;
    min-width: 320px;
    margin: 0 auto !important;
    display: block;
     box-sizing:border-box ;
}


 

.form-group{
  display:flex;   
 flex-wrap:wrap;
 
}
.radio-container > div.flex {
    display: flex;
}
.form-group > div{
    flex:0 0 50%;
    max-width:50%;
    padding:4px;
    box-sizing:border-box !important;
}
.form-group > div.group-label, .form-group > div.full-width,  .form-group .checkbox-container[data-name="SubscribeNewsletter"]{
    flex:0 0 100%;
    max-width:100%;
}
.form-group .uploadfield{
  
 
}
.sg-mailform .form-group textarea{
        min-height: 124px;
}

.form-group .uploadfield label input{
width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity:0;
    position: absolute;
}


.form-group .uploadfield label:before{
    left:-4px;
}
/* radios and checkboxes*/
.form-group  .radio-container,.form-group  .checkbox-container{
  overflow:hidden;padding:12px 4px; box-sizing: border-box;max-width:100%;flex-grow:1;
   /* padding-right:20px;*/   
}


.sg-mailform .radio-container > div  input[type="radio"], .sg-mailform .checkbox-container > div input[type="checkbox"]{
    opacity:0;
    position:fixed;
    
}

.sg-mailform .radio-container label, .sg-mailform .checkbox-container label{
  display:inline;
  
  padding-right:8px;
}
/*
.radio-container .radio{
    float:left;
    margin-top:2px;
}*/

.sg-mailform .radio, .radio:before,.sg-mailform .checkbox, .checkbox:before{
   
    display: inline-block;
    
}
.sg-mailform .radio, .sg-mailform.radio:before{
    border-radius:100%; 
}
 
.sg-mailform .radio{
    border:1px solid #CCC;
    box-sizing:border-box;
  margin-right:4px;
}

.sg-mailform .radio:before{
  content:" ";
	width:5px;
    margin-left:3px;
    margin-top:3px;
    
    display:block;
	height:5px;
	 background-color:transparent;
}
.sg-mailform .checkbox,.sg-mailform .radio {
    background-color: #EfEFef;
    content: " ";
    width: 13px;
    height: 13px; transform: translate(0px,2px);
 
    text-indent: -4px;
  margin-right:4px;
    border:1px solid #CCC;
}
.sg-mailform.checkbox:hover, .sg-mailform .radio:hover{
    border-color:#3B5BB0;
}
.sg-mailform .checkbox.selected:before, .sg-mailform .checkbox.checked:before, .sg-mailform .checked .checkbox:before {
    content: "\e9aa";
    font-family:"webicon";font-size:20px;
width:5px;
    float:left;
    transform:translate(0px,6px);
    line-height:0;
    display:block;
	height:5px;
	 background-color:transparent;
}
.sg-mailform .radio.selected:before, .sg-mailform .selected .radio:before, .sg-mailform .active > .radio:before,.sg-mailform .checked .radio:before{
    background-color:#333;
}


.form-group .uploadfield label{
     background-color:#EFEFEF;  position:relative;
}
.bg-lgrey .form-group .uploadfield label{
	background-color:#FFF;
}

.sg-mailform .form-group .appereance-select:after{
    right:32px;
    top:8px;
   
}

.form-group .prompt-label.success:not(.appereance-select):after {
    position: absolute;
    right: 8px;
    top: 4px;
    left: auto;
    color: #6C9D0D;
    background-color: transparent; font-family: 'webicon', sans-serif !important;

	 content: "\e9aa";
}



    .sticky-footer > div:not(.small){
    display:flex;align-items: center;
        justify-content:flex-end;flex-wrap:wrap;
}
.sticky-footer > div > div{
      margin:4px;
    
   
}.sticky-footer .error{
color: #D9052F; line-height:120%;
}
    .sticky-footer .submit{
   
flex-basis:130px;text-align:center
}
.form-group .prompt-label label{
    left: 12px !important;
}
.form-group .prompt-label label.active, .form-group .prompt-label.success label, input[type="date"] + label{
       top: 6px !important;
    
}


forms-notification-profiles{
    margin-top: 62px;
    display: block;
}
sgmailer .form-row{
    display:flex;flex-wrap: wrap;
}
sgmailer .form-row:first-child{
    margin-top:4px;
}

.sticky-footer{
    position:-webkit-sticky;
    position:sticky;
    top:auto; box-sizing:border-box !important;
    bottom:0px;
    background-color:#FFFFFF;
    border-top:1px solid #D8D8D8;
    padding-top:8px;
    justify-content: flex-end;
    padding-bottom:8px;
    margin-top:16px;
}

.bg-lgrey .sticky-footer{
	  background-color:#F3F3F4;
}

 .sticky-footer.space-between{
        justify-content: space-between;
}
.sticky-footer sgsubmit{
     margin:2px 4px;
}
 .form-row.sticky-footer sgerrors > div{
   
    padding:1px 6px;
}
 .group-label ,  .seperator{
    padding-top:16px !important;
    
}
 .sticky-footer > div.small{
   margin: 2px;
    padding: 0px 4px;
}






sgmailer .form-row > div{
    flex:1;
    max-width:50%;
    box-sizing: border-box;
    margin:8px 4px;
}
 

sgmailer .form-row > div.clickbox{
     padding:4px;
    margin:0;
}
sgmailer .form-row.full-row > div.clickbox{
     margin:8px 0px;
}

sgmailer .form-row.inline > div{
    margin-right:16px;
    flex:0 0 auto;
}
sgmailer .form-row.half:after{
    content:""; margin:8px 4px;flex: auto;
}
 

sgmailer .form-row:not(.inline) > div.clickbox{
    flex:0 0 33%;
    max-width:33%;
     
}
sgmailer .form-row > div.show-more, sgmailer .form-row .group-label, sgmailer .form-row  .small, sgmailer .form-row.full-row > div.clickbox{
    flex:0 0 100%;
    max-width:100%;
 
}
sgmailer .form-row.full-row > div{
      flex:0 1 100%;
    max-width:100%;
}

sgmailer .form-row > div.show-more{
    cursor:pointer;
    text-decoration: underline;
}
sgmailer .form-row > div.show-more ~ div{
    display:none;
}
/*sgmailer .form-row:not(.inline) > div:first-child{
    margin-left:0;
}
sgmailer .form-row:not(.inline) > div:last-child{
    margin-right:0;
}*/
sgmailer .form-row .clickbox{
    display:flex;
    align-items:flex-start; 
}
sgmailer .form-row .clickbox input{
    margin: 4px 0px;
    min-width:20px;
    flex:0 0 20px;
}
.upload-field, .remove-file {
    cursor: pointer;
}

.sg-auth-image-wrapper {
    background-color: #FFF;
}

.remove-file, .sgsupport-form .sg-auth-image.sg-auth-clickable {

    background-color: #fff;
    display: inline-block;
    padding: 4px;
    margin: 4px;
    font-size: 11px;
    line-height: 13px;
    border: 1px dotted #CCC;
    border-radius: 4px;
}

.sgsupport-form .sg-auth-image.sg-auth-clickable:after {
    line-height: 13px;
}

sguploadprogress, sgsuccess, sgsuccess > div {
    display: block;
    clear: both;
    text-align: center;
    background-color: #F3F3F4;
    min-height: 10em;
    overflow: hidden;

}

sguploadprogress > div, sgsuccess > div {
    padding: 3em 1em;

}

.upload-field, .sg-mailform .col6 > .upload-field {
    background-color: #FFF;

    border-bottom: 1px solid #C3C6CB;
    display: block;
    padding: 0.5em 1em;
    margin: 0;

}

.error .upload-field {
    color: #D9052F;
    border-bottom-color: #D9052F;
}




.success .upload-field {
    border-bottom-color: #6C9D0D;

}

sguploadprogress circle {
    transition: stroke-dashoffset 0.5s linear;
    stroke-width: 8px;
    stroke: #CCC;
}

sguploadprogress circle.sgw-circle-progress-bar {
    stroke: #3669C4;
}

sguploadprogress .circle-loader {
    position: relative;
}

sguploadprogress .circle-loader:after {
    position: absolute;
    display: block;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;

    content: attr(data-percent) "%";
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 100%;
    line-height: 2.5em;
    font-size: 2em;

}

.sgsupport-form sguploadprogress .circle-loader:after {
    line-height: 76px;
}

/*
make me better

sgsubmit[data-disabled="1"] {
    background-color:rgba(108, 157, 13, 0.5);
    cursor: auto;
}*/
.loadingsmall, .sg-mailform sgsubmit[data-disabled="1"], .sg-mailform sgsubmit[data-disabled="1"]:hover {
    background-image: url(../../saal_2013/images/loadingsmall.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC;
    color: #CCC
}

sgform.table .sg-element sgsubmit {
    display: inline-block;
    float: none;
}

input[type="text"].error, textarea.error, select.error, .sgsupportuploadmore.error{
    border: 1px solid #D9052F;
    color: #D9052F;
}
sgsuccess .error, .red{
    color: #D9052F;
}

.error-info-label{
    display:none;
    padding:0px 6px!important;
    box-sizing:border-box;
    border:1px solid transparent;
    position:relative;
    text-align:center;
    background-color:#D9052F;
    color:#FFFFFF;
    margin:0px !important;
   margin-left:50% !important;
    transform:translate(-50%,0);
    white-space:nowrap;
  max-width: unset !important;
    text-overflow: ellipsis;
}
.error > .error-info-label{
    display:inline-block;
        
}
.error-info-label:before{
    left:50%;
    content:"";
    top:0px;
     border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position:absolute;
    transform:translate(-50%,-100%);
  border-bottom: 7px solid #D9052F;
}

[data-groupstatus="stars"] {
    display: none;
}

.error[data-groupstatus="stars"] {
    display: block;
}



sgerrors > div, .successstyle {
    padding: 4px 8px;
    background-color: #9DCE41;
    color: #FFF;
    margin-bottom: 0.5em;
}

sgerrors > div {
    background-color: #D9052F;
    margin: 4px;

    display: inline-block;
}

sgsuccess {
    display: none;
}

/**
* uploader css, experemental
**/
/*
	UBR PROGRESS BAR
	uploader progress anzeige
*/

.sg-file-picker-container {
    position: relative;
    width: 50%;
}

.sg-progress-bar-container {
    margin: auto;
    text-align: center;
    height: 43px;
    width: 100%;
    line-height: 40px;
    vertical-align: middle;
}

.sg-progress-bar-background {
    height: 23px;
    width: 250px;
    border: 1px solid #ccc;
    z-index: 5;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #000099;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.sg-progress-bar {
    float: left;
    height: 23px;
    width: 0;
    z-index: 6;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ccc;

}

.sg-progress-bar-status {
    text-align: center;
    width: 250px;
    line-height: 23px;
    vertical-align: middle;
    color: #000;
    font-weight: normal;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    height: 25px;
}

.sg-progress-bar-hint {
    line-height: 23px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 10px;
    /* position: absolute;
	left: 20px;
	bottom: 10px; */
}

/*
 * homepage image
 */
.sgimage {
    position: relative;
}

.sgimage-hover-text {
    position: absolute;
    padding: 0;
    width: 100% !important;
    height: auto !important;
    z-index: 1;
    top: 0px;
    cursor: pointer;
    background-color: #FFFFFF;
    overflow: hidden;
    text-align: left;
    min-height: 100%;
}

.sgimage img {
    margin: 0 auto;
    display: block;
    max-width: 80%;
    margin-bottom: 1em;
}

.show-promo {
    display: none;
}

[data-action="promo"] .show-promo {
    width: 160px;
    height: 100px;
    right: 0;
    position: absolute;
    display: block;
    background-image: url(../images/aktion_de.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.en_US [data-action="promo"] .show-promo {
    background-image: url(../images/aktion_couk.png);
}

.cs_CZ [data-action="promo"] .show-promo {
    background-image: url(../images/aktion_cz.png);
}

.es_ES [data-action="promo"] .show-promo {
    background-image: url(../images/aktion_es.png);
}

.fr_FR [data-action="promo"] .show-promo {
    background-image: url(../images/aktion_fr.png);
}

.it_IT [data-action="promo"] .show-promo {
    background-image: url(../images/aktion_it.png);
}

.nl_NL [data-action="promo"] .show-promo {
    background-image: url(../images/aktion_nl.png);
}

.pl_PL [data-action="promo"] .show-promo {
    background-image: url(../images/aktion_pl.png);
}

.tr_TR [data-action="promo"] .show-promo {
    background-image: url(../images/aktion_tr.png);
}

/*
 * 33 table
 */

table.sg-canvas-table td {
    text-align: center;
    width: 12.5%;
}

#sgDeliveryTable td {
    text-align: center;
}

table.sg-canvas-table th {
    background-color: #FFFFFF;
    text-align: center;
}

.sg-product-rating-circle {
    text-align: center !important;
}

#sgDeliveryTable th {
    background-color: #e7e7e7;
}

/*
 * Deliver Banner Table
 */

.sg-banner-inner #sgDeliveryTable {
    width: 90%;
    margin: 0 auto;
    margin-top: -0.5em;
}

.sg-banner-inner h2.svg.reorder-clock:before {
    display: none;
}

.sg-banner-inner h2.svg.reorder-clock {
    margin-top: 0.5em;
}

.sg-banner-inner #sgDeliveryTable td {
    padding: 2px;
}

.sg-banner-inner #sgDeliveryTable th {
    font-size: 0.9em;
}

.sg-banner-inner #sgDeliveryTable span.lvl-0:before {
    top: 0.6em;
}

table.sg-canvas-table td.align-left, #sgDeliveryTable td.align-left {
    text-align: left;
}

td {

    position: relative;
}

td.hover, td.hover * {
    background-color: #3669C4;
    color: #FFF !important;
    border-color: #FFF;

}

td.hover .sg-product-rating-circle > span {
    background-color: #FFF;
}

td.hover .sg-product-rating-circle > span.empty {
    background-color: #3669C4;
}

#sgDeliveryTable td span {
    position: relative;
}

table.sg-canvas-table td span, #sgDeliveryTable td span {
    display: inline-block;
    margin: 0px 1px;
}

table td.align-top {
    vertical-align: top !important;
}

table td span.check-dark {
    margin-bottom: -6px !important;
}

.sg-product-rating-circle > span, .sg-product-rating-circle > span.empty {
    border-radius: 50%;
    width: 15px;
    height: 15px;

    background-color: #6C9D0D;
    background-color: #646A78;
    background-color: #3669C4;

}

.td-hover {
    background-color: #efefef !important;
    border-color: #efefef !important;
}

.tr-odd .td-hover {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
}

.td-hover.td-hover-dark {
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    /*background-color: #646A78 !important	*/
}

.sg-canvas-table .td-0 {
    text-align: left;
    min-width: 160px;
    max-width: 300px;
}

table.sg-canvas-table .sg-product-rating-circle > span {
    width: 12px;
    height: 12px;
}

.sg-product-rating-circle > span.empty {
    background-color: #E0E1E4;
    /*background-color:#CDD9ED;*/
}

.sg-product-rating-circle > span.empty.minus {
    line-height: 11px;
    font-size: 22px;

}

.td-left-top td, .sg-canvas-table.td-left-top td, .td-left-top th, .sg-canvas-table.td-left-top th {
    text-align: left;
    vertical-align: top;
    /*width:173px;*/
}

span.info {
    font-size: 10px;
    cursor: pointer;

    display: inline-block;

    margin-left: 4px !important;
    line-height: 14px;
    width: 4px;
    position: absolute;

}

.checkimage-dark {
    display: inline-block;
    background-image: url(sgdeliverycheck.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 14px;
}

th.sg-delivery-special-guaranteed {
    background-color: #9BCC40 !important;
    color: #FFF;
}

tr td.sg-delivery-special-guaranteed {

    background-color: #F5FAEC;
    background-color: #E1F0C5;
}

tr.odd td.sg-delivery-special-guaranteed {
    background-color: #E1F0C5 !important;
    background-color: #CDE59F !important;
}

tr td.sg-delivery-special-not-guaranteed {
    background-color: #F7F7F7;
}

tr.odd td.sg-delivery-special-not-guaranteed {
    background-color: #E0E0E0 !important;

}

tr td.sg-delivery-special-guaranteed, th.sg-delivery-special-guaranteed, tr td.sg-delivery-special-not-guaranteed, th.sg-delivery-special-not-guaranteed {
    display: none;
}

#sgDeliveryTable th {
    padding: 0.5em;
}

span.lvl-0 {
    padding-left: 1em;

}

span.lvl-0:before {
    display: block;
    width: 0.5em;
    height: 0.5em;
    background-color: #9BCC40;
    content: " ";
    position: absolute;
    left: 0em;
    top: 0.5em;
}

span.lvl-1 {
    padding-left: 2em;
}

#datePicker {
    text-align: center;
    border-style: none;
    width: 95px;
}

.sg-icc-table td, .sg-icc-table th {
    text-align: center;
}

.sg-icc-table .blue, .sg-icc-table .blue {
    text-align: left;
}

/*
 *floating labels form style
 */
.sg-mailform, #promotionForm {
    margin: 0 auto;
    max-width: 800px;
    display: block;
    text-align: left;
    overflow: hidden;
}

.sg-mailform sgform > ul, form.sg-mailform > ul {
    padding-left: 0;
    margin: 0 auto;
}

.sg-mailform sgform > ul > li, form.sg-mailform > ul > li {
    padding: 0;
    display: block;
    list-style: none;
    clear: both;
    margin: 0;
}

.sg-mailform sgform .sg-mailform-important-li {
    overflow: hidden;
    background-color: #ECECED;
    padding: 1em;
    padding-bottom: 0;
}

/*[data-fieldstatus="disclaimer"] {
    font-weight: bold;
}*/

.sg-mailform .col1 > div, .sg-mailform .col2 > div, .sg-mailform .col3 > div, .sg-mailform .col4 > div, .sg-mailform .col1-5 > div, .sg-mailform .col1-75 > div, .sg-mailform .col5 > div, .sg-mailform .col6 > div, .sg-mailform ul > li p {
    padding: 0;
    margin: 4px;
}

.sg-mailform p {
    margin-bottom:0.5em;
}
 
.sg-mailform sguploader {
    display: block;
    position: relative;
    overflow: hidden;
}

.sg-mailform input[type=checkbox] {
    margin: 0;
}

.sg-mailform input[type=text], .sg-mailform input[type=password], .sg-mailform input[type=date], .sg-mailform input[type=datetime], .sg-mailform input[type=number], .sg-mailform input[type=search], .sg-mailform input[type=time], .sg-mailform input[type=url], .sg-mailform input[type=email], .sg-mailform textarea, .sg-mailform select {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    border: 1px solid #FFF;
    border-bottom: 1px solid #C3C6CB;
    padding: 8px;
    padding-top: 16px;
    padding-left: 7px;
    padding-bottom: 4px;
    margin: 0px;
    background-color: #EFEFEF;
    outline: none;
    min-height: 39px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sg-mailform input[type=date], .sg-mailform select{
	max-height: 40px;
}

.sg-mailform select {
   padding-left: 4px;
    padding-top: 16px;
    box-sizing: border-box;
}

.form-button {
    border-style: none;
    padding: 6px 8px;
}

/* invert the input fields on grey background */
.bg-lgrey .sg-mailform input, .bg-lgrey .sg-mailform textarea, .bg-lgrey .sg-mailform select,
.sg-mailform .bg-lgrey input, .sg-mailform .bg-lgrey textarea, .sg-mailform .bg-lgrey select,
.bg-dgrey .sg-mailform input, .bg-dgrey .sg-mailform textarea, .bg-dgrey .sg-mailform select,
.sg-mailform .bg-dgrey input, .sg-mailform .bg-dgrey textarea, .sg-mailform .bg-dgrey select {
    background-color: #FFF;

}

.sg-auth-loginmask input:-webkit-autofill, .sg-auth-loginmask textarea:-webkit-autofill, .sg-auth-loginmask select:-webkit-autofill, .sg-auth-loginmask input[type="text"], .sg-auth-loginmask input[type="password"] {
    background-color: #FAFAFA !important;
}

.bg-dgrey .prompt-label label, .bg-dgrey .prompt-label:before {
    color: #717B8E !important;
    background-color: transparent !important;
}

.mac .sg-mailform select {
    -webkit-appearance: none;

    padding-left: 8px;
    height: 39px;
    position: relative;
}

.smile > span, .smile input[type="radio"], .smile input[type="radio"] + span {
    width: 22px;
    height: 22px;
    position: relative;
    display: block;
    float: left;
}

.smile input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.smile input[type="radio"] + span {
    position: absolute;
    background-position: center center;
    background-image: url(../../saal_2013/images/smile_0.svg);
}

.smile input[type="radio"]:checked + span {
    background-image: url(../../saal_2013/images/smile_0_on.svg);
}

.smile input[data-smile="-1"] + span {
    background-image: url(../../saal_2013/images/smile_negative.svg);
}

.smile input[data-smile="-1"]:checked + span {
    background-image: url(../../saal_2013/images/smile_negative_on.svg);
}

.smile input[data-smile="1"] + span {
    background-image: url(../../saal_2013/images/smile_positive.svg);
}

.smile input[data-smile="1"]:checked + span {
    background-image: url(../../saal_2013/images/smile_positive_on.svg);
}

.mac .sg-mailform input[type="text"], .mac .sg-mailform textarea, .mac .sg-mailform input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sg-mailform .appereance-select select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sg-mailform .appereance-select select::-ms-expand {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);

    opacity: 0;
}

.sg-mailform .appereance-select:after {
    font-family: 'webicon', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    pointer-events: none;
    width: 0;
    height: 0;
    left: auto;
    top: 0.25em;
    right: 1.25em;
    content: "\e967";
}

.sg-mailform input[type=text]:focus, .sg-mailform input[type=date]:focus, .sg-mailform input[type=datetime]:focus, .sg-mailform input[type=number]:focus, .sg-mailform input[type=search]:focus, .sg-mailform input[type=time]:focus, .sg-mailform input[type=url]:focus, .sg-mailform input[type=email]:focus, .sg-mailform textarea:focus {
    border-color: #FFFFFF;
    border-bottom: 1px solid #A0A4AC;
    background-color: #FFF;
    color: #333;
}

.clickbox {
    cursor: pointer;
    background-color: transparent;
}

.clickbox.checked {

}

.error + label, .error > label, .group-label.error, .sg-mailform sguploader .error, .error > select, sgform span.error, .clickbox.error {
    color: #D9052F !important;
    border-bottom-color: #D9052F !important;
}
.error input, .error > textarea{
     border-bottom-color: #D9052F !important;
}
.sg-mailform .field-inline {
    width: auto;
}

.group-label {
    font-size: 1.2em;
   
    color: #666;
}

.sg-mailform sgsubmit, .sg-mailform input[type="submit"], .sg-mailform input[type="reset"] {
    background-color: #6C9D0D /*!important*/;
padding: 0.5em 1em;
    border: none;
    color: #fff;
    min-width: 140px;  line-height: inherit !important;
}

.sg-mailform sgsubmit:hover, .sg-mailform input[type="submit"]:hover, .sg-mailform input[type="reset"] {
    background: #72A30E /*!important*/;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.sg-mailform sgsubmit.bg-grey{
    background-color:#EEE;
    color:inherit;
}
.sg-mailform sgsubmit.bg-grey:hover{
    background-color:#D8D8D8;
}
/* the main floting labels */
.prompt-label, .group-label {
    position: relative;
    padding: 0;
    background-color: transparent;
}

.prompt-label.success.successfield:after, .group-label.success:after {
    position: absolute;
    right: 2px;
    top: 0px;
    left: auto;
    color: #6C9D0D;
    background-color: transparent;
}

.group-label.success:after {
    top: 1.25em;
}

.group-label.success, .success label, sgform span.success {
    color: #6C9D0D;
}

.prompt-label.success input, .prompt-label.success select, .prompt-label.success textarea {
    border-bottom-color: #6C9D0D;
}

.prompt-label label.active, .prompt-label.success label, input[type="date"] + label {
    font-size: 10px;

    top: 2px;
    -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);

}

.appereance-select.prompt-label label.active, .appereance-select.prompt-label.success label {
left:6px;
}

.prompt-label label {

    position: absolute;
    top: 13px;
    left: 8px;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    pointer-events: none;
}

#CustomerOpinions .prompt-label label{
	top:14px;
}

.prompt-label label.required:after, .group-label.required:after, .upload-field.required:after{
    content:" *";
    
}
.prompt-label label.requireddoubl:after{
    content:" **";
    
}
/*#samplebookForm ol{
	padding-left: 2.5em;
}
*/
/*
 * smartbanner
 */

#AppSmartBanner {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 13;
    top: 0px
}

.mobilebrowser #AppSmartBanner {
    display: table;
}

#AppSmartBanner > div {
    display: table-row;

}

#AppSmartBanner > div > div {
    display: table-cell;
    padding: 8px 4px;
    line-height: 1.3;
}

.v-center {
    vertical-align: middle;
}

#AppSmartBanner .bigger {
    font-size: 16px;
}

#AppSmartBanner a, #AppSmartBanner a:hover {
    text-decoration: none;
}

#AppSmartBanner img {
    width: 40px;
    height: auto;
    float: left;
    display: inline;
}

#AppSmartBanner .c1 {
    width: 30px;
}

#AppSmartBanner .c2 {
    width: 40px;
}

/*
 * sg-auth-dialog
 */

h3.support:before, h3.newsletter:before {
    content: "";
}

.sg-auth-filter .prompt-label {
    margin: 0.5em 0 !important;
}

/*
 * sg-auth-dialog

 */
iframe.youtube-player {
    display: block;
    margin: 0 auto;

}

.sg-background-image-container {
    background-position: center 0px;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.5s ease;
}

.sg-background-image-container > div .csc-default {
    margin: 0 auto;
    /*max-width:669px;*/
}

/*
 * Leather Covers
*/
.sg-covers {
    margin-top: 1.25em;
}

.sg-covers .imagebox {
    position: relative;
    max-width: 1100px;overflow: hidden;
    margin: 0 auto;
}

.sg-covers .imagebox > .l1, .sg-covers .imagebox > .l0 {
    max-width: 100%;
}

.sg-covers .imagebox > .l1 {
    position: absolute;
}

.sg-covers-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.sg-covers-list > div {
    flex: 0 0 133px;
    display: flex;
    height: 133px;
    cursor: pointer;
    flex-direction: column;
    align-content: center;
}

.sg-covers-list .label {
    flex: 0 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 4px;
    text-align: center;
}

.es_ES .sg-covers-list .label, .es_US .sg-covers-list .label, .nl_NL .sg-covers-list .label, .it_IT .sg-covers-list .label {
    font-size: 13px;

}

.sg-covers-list .preview {
    flex: auto;
    align-self: center;
}

.sg-covers-list .preview > div {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
    border: 4px solid #F3F3F4;
    border-radius: 50%;
    background-color: #FFF;

}

.sg-covers-list .active .preview > div {
    border-color: #3669C4;

}

.sg-covers-list .preview img {
    display: block;
    margin-left: -250px;
    margin-top: -120px;
    width: 600px;
    max-width: none;
    z-index: 0;
}

.sg-covers-list.padded .preview img {

    margin: 0;
    width: 104px;
    height: auto;
    margin-top: -12px;
}

/*.sg-covers-list.padded {
    position: absolute;
    bottom: 17px;
    right: 0px;
    width: 266px;
}*/

.sg-covers-list .active {
    font-weight: bold;
}

/*
 * tester previews
*/
.tester-previews {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 1em;
}

.tester-previews .box {
    flex: 0 0 33.33%;
    max-width: 500px;
}

.tester-previews .box > div {
    padding: 12px;
    margin: 5px;

    position: relative;
}

.tester-previews .box > div, #ProductFinder .shadow {
    -webkit-transition: box-shadow 0.3s ease-out 0s;
    -moz-transition: box-shadow 0.3s ease-out 0s;
    -o-transition: box-shadow 0.3s ease-out 0s;
    -ms-transition: box-shadow 0.3s ease-out 0s;
    transition: box-shadow 0.3s ease-out 0s;
    cursor: pointer;
}

.tester-previews .box > div:hover, #ProductFinder .shadow:hover {

    -webkit-box-shadow: 0px 0px 8px 0px rgba(54, 105, 196, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(54, 105, 196, 1);
    box-shadow: 0px 0px 8px 0px rgba(54, 105, 196, 1);
}

.tester-previews .box > div img {
    display: block;
    font-size: 0;
    padding: 0px;
}

.tester-previews .image .main-image {
    text-align: center;
    background-color: #F7F7F9;

    overflow: hidden;
}

.tester-previews .image .main-image img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

/*.tester-previews .one-image .image .main-image{
	height:387px;
	display: table-cell;vertical-align: middle;
}
.tester-previews .one-image .image .main-image img{
	vertical-align: middle;
	height:auto;
}*/

.tester-previews .image .square-images {

    height: 126px;
}

.tester-previews .image .square-images > div {
    float: left;
    width: 33.33%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 1px;

}

.tester-previews .image .square-images > div:after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #FFFFFF;
    content: " ";
}

.tester-previews .image .square-images > div:first-child:after {
    display: none;
}

.tester-previews .image .square-images > div img, .small-images.square-images img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: none;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tester-previews .image .square-images > div img.portrait, .small-images.square-images img.portrait {
    width: 100%;
    height: auto;
    max-height: none;
}

.tester-previews .image {
    overflow: hidden;

}

.tester-previews .intro {
    padding-top: 5px;
    text-align: left;
    height: 4.70em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tester-previews .intro a, .tester-previews .intro a:hover {
    text-decoration: none;
    color: inherit;
}

.tester-previews .intro:after {
    content: "...";
    position: absolute;
    display: block;
    bottom: 4px;
    right: 12px;
}

.tester-previews-images {
    margin-top: 60px;
    padding: 0 !important;
}

.tester-previews-images h2 {
    text-align: left;
    margin: 10px auto;

    max-width: 780px;
}

.tester-previews-images .small-images {
    /*   position: fixed;*/
    bottom: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 780px;

}

.tester-previews-images .small-images > .image-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;

}

.tester-previews-images .small-images > div > div {
    flex: 0 1 98px;
    height: 98px;
    overflow: hidden;
    margin: 0px;
    border: 3px solid #FFF;
    cursor: pointer;
    margin-top: 5px;
}

.tester-previews-images .small-images > div > div.active {
    border: 3px solid #3669C4;
}

.tester-previews-images .small-images img {
    position: relative;

}

.tester-previews .intro > p {
    margin: 0 !important;
}

.tester-previews-images .big-image {
    margin: 0 auto;
    overflow: hidden;
    max-width: 780px;

}

.tester-previews-images .big-image img.portrait {
    max-height: 100%;
    width: auto;
}

.tester-previews-images .tester-text {
    margin: 0px auto;
    max-width: 800px;
}

.tester-previews-images .tester-text a {
    word-break: break-all;
}

.tester-previews-images .tester-text {
    margin: 30px auto;
}

.tester-previews-images .tester-text > * {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}



/*
 * VBrowser detextion
 */
.fce-browser-switch {
    display: none;
}

.pc .fce-browser-switch[data-browser="0"].fce-browser-switch[data-os="windows"], .mac .fce-browser-switch[data-browser="0"].fce-browser-switch[data-os="mac"] {
    display: block;
}

.mac .fce-browser-switch[data-os="win"] {
    display: none !important;
}

.pc .fce-browser-switch[data-os="mac"] {
    display: none !important;
}

/*
*loader
*/

.default-loading, .default-loading:hover {
    margin: 60px auto;
    text-align: center;
    background-color: transparent !important;
    background-image: none !important;
    background: transparent;
}

.default-loading > * {
    background-color: transparent;
    background-image: none;
}

.default-loading > div > div {
    width: 18px;
    height: 18px;
    background-color: #3669C4;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sg-idelay 1.4s infinite ease-in-out both;
    animation: sg-idelay 1.4s infinite ease-in-out both;
}

.default-loading .i1 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.default-loading .i2 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sg-idelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sg-idelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*
 * photobook design service
 */
 
#photobookDesignService{
	    overflow: hidden;
}
#photobookDesignServiceForm1{
margin-top:32px;	
}



.numeric-steps-bar ul, #photobookDesignServiceForm1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: nowrap;
	width:460px;
    max-width: 100%;
    justify-content: center;
}
.numeric-steps-bar ul{
	width:600px;
}
 
.numeric-steps-bar ul li {
    font-size: 18px;
    color: #757575;
    position: relative;
    flex-basis: 25%;
	flex-grow:1;
    margin-bottom: 32px;
    text-align: center;
}

.numeric-steps-bar ul li.active {
    color: #3669C4;
}
#stepOneButtonNext{
	margin-top:-50px;
	margin-right:100px;
}
.numeric-steps-bar ul li:before {
    border-radius: 50%;
    content: " ";
    display: block;
    width: 32px;
    z-index: 2;
    margin: 0 auto;
    height: 32px;
color: #FFF;
line-height:32px;
    background-color: #A2A2A2;
    border: 4px solid #FFFFFF;
}


.numeric-steps-bar ul li:after {
    content: "";
    position: absolute;
    top: 18px; /* half radius bobbl*/
    left: 50%;
    width: 100%;
    display: block;
    height: 2px;
    z-index: 0;
    margin-left: 20px;
    background-color: #A2A2A2;

}

.bg-lgrey .numeric-steps-bar ul li:before{
	border-color:#F3F3F4;
}

.numeric-steps-bar ul .step-1:before{
	content:"1";
}
.numeric-steps-bar ul .step-2:before{
	content:"2";
}
.numeric-steps-bar ul .step-3:before{
	content:"3";
}
.numeric-steps-bar ul li.step-done:before {
    border-radius: 0%;
    content: "\e9aa" !important;
    font-size: 31px;
    line-height: 20px;
    color: #6C9D0D;
    background-color: #FFFFFF;
    text-indent: -6px;
}
/*
#phoobookDesignService_busyIndicator {
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 56, 64, 0.8);
    z-index: 9999;
    display: none;

}
#phoobookDesignService_busyIndicator .busy-indicator-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
		padding:16px;
}
#phoobookDesignService_busyIndicator .busy-indicator-circle {
    width: 88px;
    height: 88px;
    margin: 0 auto;
}
#phoobookDesignService_busyIndicator svg {
    width: 100%;
    height: 88px;
	display:block;
}
#phoobookDesignService_busyIndicator circle {
    transition: stroke-dashoffset 0.5s linear;
    stroke-width: 8px;
    stroke: #CCC;
    r: 40;
    cx: 50%;
    cy: 50%;
    fill: transparent;
}
#phoobookDesignService_busyIndicator circle.sgw-circle-progress-bar {
    stroke: #3669C4;
}

#phoobookDesignService_busyIndicator .circle-loader{
    position:relative;
}
#phoobookDesignService_busyIndicator .circle-loader:after{
    position: absolute;
    display: block;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    text-align: center;
    content: attr(data-percent)"%";
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 100%;
    line-height: 2.75em;
    font-size: 2em;
}
#pds-images-preview {
   min-height:430px;
   max-height: 470px;
    overflow-y: auto;
	 -webkit-overflow-scrolling: touch;
    margin-bottom: 8px;
}
#pds-images-preview ul {
    display: flex;
    padding: 16px;
    margin: 0;
    flex-wrap: wrap;
    list-style-type: none;
	justify-content: space-between;
}

#pds-images-preview ul:after{
	    content: "";
    flex: auto;
}

#pds-images-preview ul li {
    display: flex;
    flex-direction: column;
    position: relative;
         margin-bottom: 8px;
	   box-sizing: border-box;
    border:4px solid transparent;
}
#pds-images-preview ul li figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
 align-items: flex-start;

  
	display:flex;
	justify-content:center;
	align-content:center;
	 
	flex:0 0 100px;
}
#pds-images-preview ul li figure img {
    height: auto;
    width: auto;
	max-width:100px;
	max-height:100px;
 
    display: block;
    margin: 0 auto;
    padding: 0px;
   
    
}
#pds-images-preview .pds-delete-image {
    width: 22px;
    height: 24px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.sg-photobook-design-service .file-box{
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 16px;
    border: 2px solid #F3F3F4;
    position: relative;
}
 .file-box.is-dragover {
    border: 2px solid #3669C4;
    background: #F3F6FD;
}
 .file-box .upload-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    display: none;
}
 .file-box.is-dragover .upload-info {
    display: block;
}
 .file-box.is-dragover #pds-file-upload-2 .button-box {
    display: none;
}
 .file-box .upload-info span {
    padding: 8px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background: #3669C4;
    color: #FFFFFF;
    -webkit-text-stroke: 0px;
}
 .file-upload-box input[type=file] {
       opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    font-size: 26px;
    cursor: pointer;
    width: 100%;
}
 .file-upload-box input[type=file]:hover {
    cursor: pointer;
}


#pds-images-preview .button-box{
	margin:128px auto;
}
.sg-photobook-design-service .file-upload-box .button-box {
    display: inline-block;
    overflow: hidden;
    position: relative;
	
}
#pds-file-upload-2{
	padding-bottom: 16px;
    min-height: 42px;
}
.file-upload-box .button-box:before{
	font-size:64px;
	line-height:54px;
	color: #6C9D0D;
	text-align:center;
	 width:100%;
	display:block;
}

.sg-photobook-design-service .file-upload-box .button {
}
.numeric-steps-bar ul li:last-child:after {
    display: none;
}

.numeric-steps-bar ul li.active:before, .numeric-steps-bar ul li.active:after {
    background-color: #3669C4;
}

#phoobookDesignService ul li {
    box-sizing: border-box;

}
#photobookDesignServiceForm2 .error {
    padding: 8px;
    -webkit-text-stroke: 0px;
}
#photobookDesignServiceForm2_footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
}

.sg-photobook-design-service {
    display: none;
}

.sg-photobook-design-service.form-step-active {
    display: block;
}

.pds-box {
    cursor: pointer;
}

.pds-format ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.pds-format-ele, #photobookDesignServiceForm2_footer ul li {
    flex-basis: 33.33%;
}

.pds-format-ele .pds-box {
    padding: 16px 4px 4px 4px;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
}

.pds-format-ele.active .pds-box {
    border-bottom: 4px solid #3669C4;
    background-color: #eee;
}
#photobookDesignServiceForm3 sgsubmit {
    display: none;
}
.bg-lgrey .pds-format-ele.active .pds-box, .bg-lgrey .pds-price-ele.active .pds-box{
	 background-color: #FFFFFF;
}

.pds-image {
    text-align: center;
    flex-grow: 1;
}

.pds-image img {
    display: block;
    margin: 0 auto;width: 80%;
}

.pds-format .pds-label {
    text-align: center;

    font-size: 18px;
}

.pds-box .radio, .inline-configurator .radio {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 13px;
    border: 1px solid #CCC;
    position: relative;
    background-color: #FFF;
    margin-bottom: -1px;
}

.pds-box .active .radio, .inline-configurator .active .radio {
    border-color: #999;
}

 .active .pds-box .radio:before, .inline-configurator .active .radio:before {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #333;
    left: 4px;
    position: absolute;
    top: 4px;
    display: block;
    border-radius: 5px;
}

#phoobookDesignService .small {
    font-size: 0.8em;
}
#phoobookDesignService [data-type="button"].hide{
	
	display:none;
}
*/
.pds-price {
    margin-top: 54px;
    overflow-y:auto;
}

.pds-price ul li {
      white-space:nowrap;
    margin-right: 4px;
    position: relative;
}
 


.pds-price-ele.promoted .pds-promotion-box, .pds-format-ele.promoted .pds-promotion-box {
    position: absolute;
    width:100%;
	text-align:center;
    top: -20px;
}

.pds-price-ele.promoted .pds-promotion-box span, .pds-format-ele.promoted .pds-promotion-box span {
    color: #3669C4;
    font-size: 12px;
}

.pds-price-ele .pds-box {
    padding: 8px 16px;
    border-bottom: 4px solid #D8D8D8;
    box-sizing: border-box;
}

.pds-price-ele.active .pds-box {
    border-bottom: 4px solid #3669C4;  background: #EFEFEF;
}

.pds-price-label {
    font-size: 18px;

}
#phoobookDesignService [data-type="button"], .sg-photobook-design-service .file-upload-box .button-box, .pds-next [data-type="button"], .box-canvas [data-type="button"]{
	padding:4px 16px;
	font-size:18px;white-space: nowrap;    margin: 4px;
}
/*
#photobookDesignServiceForm3 .pds-summary {
 margin:4px;
    text-align: left;
    overflow: hidden;
 	float:left;
	
	margin-top:16px;
}
#photobookDesignServiceForm3 .pds-summary li {
	float:left;
	    margin: 2px 32px 0px 0px;
}
#photobookDesignServiceForm3 [data-type="button"]{
	margin:4px;
}
.mobilebrowser #phoobookDesignService .hide-mobile{
	display:none !important;
}
*/

.inline-configurator{
    margin:64px auto;
    max-width:1600px;
    position: relative;
}
.inline-configurator .file-box{
       border: 4px solid #FFF;
    box-sizing:border-box;
}
.inline-configurator #pds-images-preview{
    max-height:100%;
}
.inline-configurator .numeric-steps-bar{
    max-width:100%;    align-self: center;
    flex:0 0 78px;    width: 100%;
    line-height:1.2em; background-color:#3667BE;
}
 .configuration  ul{
  
    max-width:600px;
}
.configuration .numeric-steps-bar ul{
      padding-top:6px;
}
.configuration .numeric-steps-bar ul li {
     color:#FFF;
    opacity:0.5;
    font-size:16px;
  
}
.configuration .numeric-steps-bar ul li.active{
    opacity:1;
}
.configuration .numeric-steps-bar ul li:after{
      display:none;
}
.configuration .numeric-steps-bar ul li:before, .configuration .numeric-steps-bar ul li:after{
    background-color:#FFFFFF;
    color:#3667BE;
    border-color:#3667BE;
}
.preview-configurator{
    display:flex;
}
.preview-configurator:before{
    display:block;
    content:"";
    flex:auto;
    background-image:url(../images/formats/kachel3.jpg);
    background-size:auto 100%;
    background-position: right top;
}
.preview-configurator .image{
   flex:0 0 60%;
}
.preview-configurator .image img{
     display:block;
}
.inline-configurator .configuration, .box-canvas .box{
   position:absolute;
   top:50%;
    left:5%;
  width: 520px;
        -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
}

.box-canvas.black{
	margin-bottom:4px;
}
.box-canvas.black .box{
	top:auto;
	bottom:32px;
	left:50%;
	width:100%;
	max-width:1000px;
	    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.inline-configurator[data-step="2"] .configuration {
          max-width: none;
    width: 90%;
    height: 90%;
    left:5%;
}
.inline-configurator[data-step="3"] .configuration {
    width:1070px;
    max-width:100%;
    height:auto;
    left:50%;
          -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
[data-step="3"] #pagesSelector{
    padding: 8px;
    padding-top:16px;
    
} 

.configuration > div, .box-canvas .box > div {
     background-color: rgba(255, 255, 255, 1);

     z-index:4;
    background-position:center center;
   width:100%;
    height:100%;
 
    box-shadow: -6px 5px 24px rgba(0,0,0,0.6);   
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    margin:auto;
}

.box-canvas.black .box > div{
	box-shadow:none;
	  background-color: rgba(0, 0, 0, 0.75);
	color:#FFFFFF;
	text-align:center !important;
}

/*.middle:after{
       background-image: url(../images/formats/canvas_15x21.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-position:right bottom;
    z-index: 0;
    opacity: 0.2;
    right: 0px;
    width: 77%;
    filter:blur(8px)  saturate(50%);
   pointer-events: none;
    height: 100%;
    content: "";
}
.middle:before{
       background-image: url(../images/formats/kachel3.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-position:left bottom;
    z-index: 1;
    opacity: 0.2;
    left: 0px;
    width: 33%;
    filter:blur(8px)  saturate(50%);
   pointer-events: none;
    height: 100%;
    content: "";
}*/

.configuration .middle{
    flex:auto;
    position:relative;
    overflow: hidden;
    margin:4px;
     
}
.configuration .middle .file-box {
   height:100%;
 width:100%;
    position:absolute;
}

 



.configuration ul{
    padding-top:24px;
    width:100%;
 
    margin:0 auto;
}


.configuration .pds-next{
    overflow:hidden;
    flex:0 0 34px;
   margin:8px;
}
.configuration .pds-next > div{
    margin:0px;
}
.configuration .pds-price-ele .pds-box{
    padding:2px 0px;
}
.configuration ul li{
    flex:1 1 33.33%;
    margin:4px;
}

.configuration .pds-price{
    margin-top:0px;
    margin-bottom:8px;
}
.configuration .pds-format ul, .configuration .pds-price ul{
    display:flex;
    list-style: none;
}


/* canvas intro box -> watch out is child of configurator above */
.box-canvas{
    position:relative;
    margin:auto;
 
    max-width:1600px;
}
.box-canvas .box{
   z-index:1;
}
#bannerArea .box-canvas h2 span.bg-red{
    box-shadow:none;
    -webkit-box-shadow:none;
    font-size:inherit;
}
#bannerArea .box-canvas h2{
    margin-top:8px;
    margin-bottom:8px;
}
#bannerArea .box > div{
    padding:16px;
    text-align:left;
}

.box-canvas .images{
  overflow:hidden;   
    
}
.box-canvas.black .images{
		max-height:760px;
	}

.box-canvas .images > div{

}
.box-canvas .images > div > div{
      overflow: hidden;
}
.box-canvas .sg-bannernav{
    position:absolute;
    list-style-type: none;
    left:50%;
    bottom:16px;
    transform: translate(-50%,0%);
    margin:0;
    overflow:hidden;
  opacity:0.75;

    white-space:nowrap;
}

.box-canvas.black .sg-bannernav{
	left:auto;
	right:32px;
	bottom:32px;    transform: translate(0%,0%);
}



.box-canvas .row-top, .box-canvas .row-bottom{
	display:flex;
	    align-items: center;
    justify-content: center;flex-wrap: wrap;
}
.box-canvas .row-top > *, .box-canvas .row-bottom > *{
	padding:0px 8px;box-sizing: border-box;
}

.box-canvas .row-bottom a.button{
	    font-size: 20px;
    padding: 8px 32px;
}

.box-canvas .sg-bannernav li{
    width:16px;
    height:16px !important;
     margin:4px;
    padding:0;list-style-type: none;
    float:left;
    box-sizing:border-box;
border:2px solid #FFF;
    font-size:0px;
    border-radius:100%;
}
.box-canvas .sg-bannernav li.active{
        background-color:#FFF;
}


#cookieInfo{
    position:fixed;
    width:100%;
    display:none;
  padding:16px;
    box-sizing: border-box;
    bottom:3vh;
    top:auto;text-align:center;
    font-size:18px;
 z-index:7400;
}

#cookieInfo > div{
     display:flex; background-color: rgba(53,56,64,0.80);
    align-items: center;text-align:center; justify-content: space-around;

    flex-wrap:wrap;
    max-width:1200px;
    margin:0 auto;
}

#cookieInfo > div > div{
    margin:16px 32px;  color:#FFFFFF;
   flex:1 1 800px;
}
#cookieInfo > div > div.button{
     flex:0 0 60px;
}
#cookieInfo  a, #cookieInfo  a:hover, #cookieInfo a:visited{
    color:#FFFFFF !important;  
}
.popupwindow{
    position:fixed;
    width:100%;
    height:100%;
    align-items:center;
    display:flex; 
    left:0px;
    top:0px;
    flex-wrap:wrap;
    
    z-index:7401;
}

.popupwindow:after{
position: fixed;
    left: 0;
    top: 0;
    /* display: none; */
    background-color: #353840;
    content: " ";
    display: block;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.popupwindow > div{
    width:100%;
    height:100%;
    align-items:center;    justify-content: center;
    display:flex; flex-wrap:wrap;
    flex-direction: column;
}
.popupwindow div.shadow{
    padding:16px; -webkit-overflow-scrolling: touch;
    overflow-y:auto;
    max-height:80%;
    position:relative;
    background-color:#FFFFFF;
      margin:0 auto;   max-width:800px;flex: 0 1 800px;
}
.popupwindow .close{
  flex:0 0 26px; height:26px;
    display:block;text-align: right;
    width:100%;
    max-width:800px;
}
.popupwindow .close:before{
    color:#FFFFFF;
    margin-right:-20px;
    font-weight: bold;
}


#orderProduct{
    width:100%;
    max-width:1200px;   
    margin:48px auto !important; font-size:16px;
}
#orderProduct .intro{
	overflow:hidden;
	max-width:760px;
	margin:0 auto;
	margin-bottom: 32px;
}

#orderProduct > p{
    padding-left: 8px;
     padding-right: 8px;
    box-sizing:border-box;
}
#orderProduct > p, #orderProduct > h2{
	text-align:center;
}
#orderProduct .small, #orderProduct.bigfont .small{
    font-size:14px;
}
 #mainContent #orderProduct.bigfont .small a{
	color:#333;
}
#mainContent #orderProduct.bigfont .small a:hover{
	color:#000;
}
#orderProduct .small .iwi:before{
      font-size: 16px;
    top: 1px;
    left: -1px;
}
#orderProduct .flexfce{
    justify-content: center;
}
#orderProduct .flexfce .csc-default, #orderProduct .mobile-tabnav{
    max-width:460px;   
	
}
#orderProduct h2, #orderProduct .multiline-button h2 {
    font-size:28px;line-height: 120%;
}
#orderProduct .box{
   position:relative; padding:16px; height:100%;  
	  	display:flex;     max-width:460px;   
	flex-direction: column;    box-sizing: border-box;
}
#orderProduct .box *{
	
}
#orderProduct .box > div{
	  flex: auto;
	height:auto;


}
#orderProduct .box > div:last-child{
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#orderProduct .our-fav{
     color:#E3A201;position:absolute;left:50%;
    transform:translate(-50%,0);
       text-transform: uppercase;    white-space: nowrap;
}


#orderProduct .button{
    margin: 32px 0px;
    margin-bottom: 16px;
padding:12px 32px;
    text-align:left;
color:#FFFFFF !important;

}
 #orderProduct .our-fav:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/recommendation2.png);
   
    top: -24px;
    left:-66px;
}
 #orderProduct .multiline-button{
	 padding:8px 32px;
    padding-left:62px;
   margin:32px 0px;
	 margin-bottom:16px;
	 font-size:16px !important;  
	 position: relative;
	 font-family: 'SourceSansPro-Light';
	 text-decoration: none;
	
	 background-color:#6C9D0D;
	 text-align:left;
	 line-height: 100%;
	 color:#FFFFFF;
}
#orderProduct .multiline-button h2{
  padding-left:0px !important;
	padding-right:0px !important;
	margin:-2px !important;
}

.mobilebrowser #orderProduct .multiline-button {
	background-color:#d8d8d8;color:#777 !important;
}
.mobilebrowser #orderProduct .multiline-button:before{
	color:#999;
}

body.pc .show-mac.multiline-button, body.mac .show-win.multiline-button{
	display: inline-block;
}
 #orderProduct .multiline-button:before{
  position:absolute;
    left:8px;
	 color:#FFF;
    top:50%;
    transform:translate(0px,-12px);
    font-size:40px;
}

 
#orderProduct .multiline-button *{
    margin:0;  text-align:left;
}




#orderProduct img{
 padding:8px 32px;   box-sizing: border-box; padding-bottom:0px;
   
}
#orderProduct :not(ul){
      text-align:center;
}

#orderProduct  ul {
    padding-left: 0px;list-style-type: none;
 
    margin: 0px;
   
}
  #orderProduct  li {
    list-style-type: none;
    font-size: 16px !important;
    text-align: left;
    
    padding-left: 32px;
       margin-top:16px;
    position: relative;
}
#orderProduct li:before {
    font-family: 'webicon', sans-serif !important;
   
    color: #9CCD40;
    font-size: 28px;
    line-height: 22px;
    content: "\e9aa";
    display: block;
    widht: 20px;
    position: absolute;
    left: 0px;
    height: 20px;
}

#orderProduct .mobile-tabnav{
	display:none;
	align-items:center;	
 flex-wrap:wrap; /*nowrap */
	max-width:100%;width: 480px;
	overflow-x:auto;
	margin: 8px auto;
	font-size:18px;
}
#orderProduct .mobile-tabnav > div{
 color:#3669C4;
	flex:0 0 auto;
	 white-space: nowrap;
border-bottom:4px solid transparent;
	margin:4px;
	cursor:pointer;
}
#orderProduct .mobile-tabnav > div.active{
	border-color:#3669C4;
}
#orderProduct .mobile-tabnav img{
     height: 50px;
	float: left;
	padding:0px;
	padding-right:0px;
	margin-right:-8px;
}
#orderProduct .mobile-tabnav span{
	    padding-top: 10px;
	padding-right:16px;
    display: inline-block;
}

/*
 * form pending loader
 */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    50% {
        background: #868686;
    }
}

.form-default-loader {
    position: relative;
    width: 8px;
    height: 16px;
    margin: 0 auto;
    margin-top: 16px;
    background: rgba(194, 194, 194, 0.2);
    animation: pulse 750ms infinite;
    animation-delay: 250ms;
}
.form-default-loader:before, .form-default-loader:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(194, 194, 194, 0.2);
    top: 50%;
    transform: translateY(-50%);
    animation: pulse 750ms infinite;
}
.form-default-loader:before {
    left: -12px;
}
.form-default-loader:after {
    left: 12px;
    animation-delay: 500ms;
}


/* 
 * big numbers ol
*/
 

ol.bignumber-ol {
  list-style: none;
  counter-reset: count-big;
   
 max-width:752px;
  margin: 0;
  padding: 0;
	/* beta*/
	margin-top:28px;
}
ol.bignumber-ol li {
  counter-increment: count-big;
  display: flex;
 margin: 0;
  padding: 0;
 margin-bottom:24px;
	 align-items: center;
font-size:16px;
 
	
}
ol.bignumber-ol li::before {
  /* cool stuff: content: "0" counter(my-awesome-counter);*/
	content: counter(count-big);
justify-content: center;
  font-size: 26px;
	font-family: "SourceSansPro-Light";
 border-radius:100%;
	background-color:#EFEFEF;
	flex: 0 0 48px;
	text-align: center;
	height:48px;
 line-height:48px;
	white-space: nowrap;
	overflow:hidden;
margin-right:16px;
}


/*
 * media responsive
 */

@media only screen and (max-width: 1200px) {
    #article_presentation_images_subpic {
        float: none;
        clear: both;
        width: auto;
        height: auto;
    }

    .article_presentation_subimages {
        float: left;
        margin-right: 10px;
    }

    .fce-accordion-contents .image img {
        margin-left: -200px;
    }
    .inline-configurator .configuration, .box-canvas .box{
        left:16px;
        width:46%;
    }
    .configuration > div.fullscreen{
        margin:-2.5% 5%;
        height:110%;
    }
   /*     .preview-configurator .image{
        flex:0 0 50%;
        
    }*/
	
	.box-canvas.black .sg-bannernav{
		bottom:8px;
		
	}
	
}

/**
    * Media Query Max Width 1063 start, was not closed!!!
     */
@media only screen and (max-width: 1063px) {
    
   #customerOpinionsMiniTopBannerService {
        display: none;
    }

    .fce-accordion-contents .image img {
        margin-left: -260px;
    }

    #posterConfigurator .step-container .content .l33 {
        width: 33%;
    }

    #testbarTooltips {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;

    }

    #testbarTooltips > div {
        display: inline;
        overflow: hidden;
        margin: 0 auto;

    }

    #testbarTooltips > div div {
        display: inline;
    }

    #testbarTooltips img {
        max-width: 100px;
    }

    iframe.youtube-player {
        width: auto !important;
        max-width: 100%;
    }

    .sg-covers-list.padded {
        position: relative;
        bottom: auto;
        right: auto;
    }
	#stepOneButtonNext{
		margin:16px;
	}

    
	
}

/**
* Media Query Max Width 1063 end
 */

/**
* Media Query Max Width 900 start
 */
@media only screen and (max-width: 900px) {
	
    .info-box.support.subpage .image, #c11449 iframe, #sg-background-specialcontent, .info-box.download {
        display: none;
    }
    .preview-configurator:before{
       display:none
    }
    .preview-configurator .image{
         flex:0 0 100%;   
        overflow:hidden;
    }
    .preview-configurator .image img{
  
        min-width:100%;
    }
	
	

	
    .inline-configurator .configuration .shadow, .box-canvas .box > div{
         box-shadow: none;   
        -webkit-box-shadow:none;
    }
    #bannerArea .box > div{
        padding-left:4px;
        padding-right:4px;
        padding-bottom:0px;
        text-align:center;
    }
     .inline-configurator .configuration, .inline-configurator[data-step="2"] .configuration, .inline-configurator[data-step="3"] .configuration, .configuration .middle .file-box,  .box-canvas .box {
        position:relative;
         left:0px;
         top:0px;
         width:100%;
         margin:0 auto;
       
         height:auto;
             -webkit-transform: translate(0,0); 
    -ms-transform: translate(0,0); 
    -o-transform:translate(0,0); 
    transform:translate(0,0); 
         
    }

	
	.box-canvas.black .box{
		bottom:6px;/*background-color: #333;*/
	}
	#bannerArea .box-canvas.black .box > div{
		padding:16px 8px;
	}
	.box-canvas.black .sg-bannernav{
		bottom:32px;
		
	}
    .box-canvas img{
        margin-left:-50%;
        max-width:150%;
    }
	.box-canvas.black img{
		 margin-left:-10%;
		 max-width:120%;
	}
	
    .box-canvas {
    position:unset;
    }
    .box-canvas .images{
        position:relative;
		
    }
	.box-canvas.black .images{
		max-height:none;
	}
	
    .inline-configurator .configuration, .inline-configurator .configuration .numeric-steps-bar{
        max-width:100%;
    }
    
    .tester-previews-images .small-images > div {
        justify-content: flex-start;
    }

    /*.tester-previews.scrolllist {
            justify-content: center;
        }*/
    .tester-previews .box {
        flex: 0 0 48%;
        overflow: hidden;
    }

    .sgimage img {

        max-width: 100%;
    }

    #sgDeliveryTable td, #sgDeliveryTable th {
        width: auto !important;

    }

    .sg-tabs-container {
        border-style: none;
    }

    #contentarea .csc-default, #contentarea .csc-textpic-imagewrap, #contentarea .csc-textpic div, .lpage-banner-left.twocol, .fce-accordion-element, .fce-accordion-contents, .fce-accordion-contents .image, .fce-accordion-button, .home-banner-left, .home-banner-right, #hBanner .rightcol, #tagCloud ul, #footerPartner, #bannerPartner, #footerPartner > div {
        clear: both;
        width: 100%;
        float: none;
    }

  
    .fce-accordion .overlay, .panderole {
		 display: none;
    }

    .csc-textpic div {
        margin: 0 !important;
    }

    .csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap {
        clear: both !important;
        width: 100%;
        text-align: center;
    }

    .sgreviews-element .align-right {
        text-align: center;
        float: none;
    }

    .sg-background-element > div {
        width: 90%;
        padding-left: 5%;
        text-align: center;
        overflow: hidden;
    }

    .fce-accordion-elements, .fce-accordion-element, .fce-accordion-contents, .fce-accordion-contents .image, .fce-accordion-button {
        height: auto !important;
        clear: both;
        width: 100% !important;
        overflow: hidden;
    }

    .fce-accordion-element, .fce-accordion-contents .image {
        /*min-height:400px !important; */
        background-size: 110% auto;
    }

    .fce-accordion-element .image img {
        background-size: 120% auto;

    }

    .fce-accordion-button img {
        width: 64px;
        height: 1800px;
        left: 110% !important;
        bottom: -884px !important;
        -webkit-transform: scale(0.5) rotate(90deg);
        -moz-transform: scale(0.5) rotate(90deg);
        -o-transform: scale(0.5) rotate(90deg);
        transform: scale(0.5) rotate(90deg);

    }

    .ie .fce-accordion-button img {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);

    }

    .fce-accordion-contents .image img {
        height: auto;
        width: 120%;
        max-width: none;
    }

    .fce-accordion-contents .rightcol {
        position: relative;
        display: block;
        width: auto;
        top: 1em;
        margin: 1em;
        padding-bottom: 1em;
        overflow: hidden;
    }

    .fce-accordion-contents .image img {
        margin-left: 0;
    }

    .lte9 .fce-accordion-button img {
        bottom: -868px !important;
        left: 0px !important;
    }

    #multiPlattformDownload.popup-window {
        width: 100%;
        position: absolute;
        top: 0px;
    }

    #multiPlattformDownload.popup-window > div {
        top: 0px;
    }

    .sg-background-image-container {
        background-image: none !important;
        background-color: #646A78;
        height: auto !important;
        padding: 3em 0.25em !important;
    }

    .sg-background-image-container > div .csc-default {
        margin-top: auto !important;
    }

    
	#photobookDesignServiceStepBar ul li{
		font-size:16px;
	}
	#photobookDesignServiceForm2_footer ul:first-child li{
		flex:auto;
		margin-bottom:8px;
	}
    
    

    
    /*
* DIALOG
*/
    /*
* DIALOG

    .sg-auth-dialog {
        min-width: auto;
    }

    .sg-auth-dialog.active {
        width: 100%;

    }

    .sg-auth-dialog .head h3:before {
        content: "\e61A";
        font-size: 22px;
        width: 32px;
        font-weight: bold;
    }

    .csc-default order-cockpit-order-search-form h2, .csc-default order-cockpit-order-search-form p {
        margin-left: 0px !important;
    }
*/
    #testbarTooltips > div > div img {
        max-width: 70px;
    }
    
     #cookieInfo {
        bottom: 8vh;
        font-size:14px;
    }
    #cookieInfo > div > div{
        margin:8px;
    }
    #cookieInfo .infotext{
        margin-top:16px !important;
    }
    #cookieInfo .button{
        margin-bottom:16px !important;
    }
    .popupwindow div.shadow{
         max-width:90%;    flex: 0 1 66%;
        padding-left:2px;padding-right:2px;
    }
    .popupwindow .close{
        width:90%;
        max-width:none;
    }
    .popupwindow div.shadow .sgmailer-indent{
       min-width:100%;
    }
    
  .popupwindow .close:before{
       margin-right:0px;
    }
    
    .form-row .col5{
        width:50%;
    }
    
	/*orderproduct*/
	 #orderProduct .csc-default{
		background-color:#F3F3F4;
		
	}


	 #orderProduct .mobile-tabnav{
		display:flex;
	}
	#orderProduct ul {
  
    margin: -4px !important;
	}
	#orderProduct img{
		padding:8px 62px;
	}
	
	
	/* forms */
	.form-group{
  margin:0px 8px;
 
}
	.sticky-footer > div > div.submit, .sticky-footer .error{margin-right:12px;}
	
	
}

/**
* Media Query Max Width 900 end
 */

/**
* Media Query Max Width 700 start
 */
@media only screen and (max-width: 700px) {
   
    
    .configuration > div{
         margin:0px !important;
        box-shadow:none;
       
    }
     .preview-configurator .image img{
        margin-bottom:0px;
    }
    .numeric-steps-bar ul li, .pds-label, .priceText{
        font-size:16px !important;
     
    }
   
    
    
    .tester-previews-images .small-images > div > div {
        flex: 0 0 90px;
    }

    .radio-grp > label {
        width: 50%;
    }

    .subcr, .subcl {
        padding: 0;
    }

   

    .sg-covers {
        margin-top: 4px;
        max-width: 100%;
    }

    .sg-covers-list > div {
        flex: 0 0 70px;
        display: flex;
        height: auto;
        cursor: pointer;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        align-self: flex-end;
        margin: 1px;
    }

    .sg-covers-list .preview > div {
        width: 60px;
        height: 60px;
    }

    .sg-covers-list .label {
        flex: 0 1 auto;
        line-height: 110%;
        padding-bottom: 2px;
        font-size: 12px;
        white-space: normal;
    }

    .sg-covers-list.padded .preview img {
        width: 100%;
        margin-top: 0px;
    }

    .sg-covers .imagebox img {
        min-width: 130%;
        margin-left: -15%;
    }

 

    /*	div.button a, div.button{width:100%;}*/
    .info-box.support .button, .info-box.libsupport .c50r .button {
        width: 95%;
        margin-left: 0;
    }

    .tester-previews .box {

        flex: 0 0 50%;
        max-width: 300px;

    }

   
    .sgreviews-image {
        text-align: center;
        float: none;
    }

    .tagCloudCol {
        float: left;
        width: 50%;
    }

    .info-box .middle-content.sg-banner .image {
        display: block;
        width: 28%;
        padding-right: 5%;
    }

    .info-box .middle-content.sg-banner .content {
        width: 62%;
        margin: 0;
    }

    .info-box, .quick_support_box {
        margin-bottom: 1em;
        padding-bottom: 18px;
        border-bottom: 1px solid #e6e6e6;
    }

    .noboxes .info-box {
        border-bottom-style: none;
    }

    .csc-default.landingpageboxes .landing-page-box {
        width: 100%;
    }

    .csc-default.landingpageboxes .landing-page-box > div {
        margin-left: 0;
    }

    .cslider {
        margin: -0.5em;
    }

    .cslider-contents {
        margin: 0 0.5em;
    }

    .cslider-tabs.col-3 ul li, .cslider-tabs.col-4 ul li, .cslider-tabs.col-5 ul li {
        width: 50%;
    }

    .cslider-tabs ul li > div {
        padding: 0 2em;
    }

    .content-slider .left-arrow {
        display: none;
    }

    .popups-in-image {
        margin-top: 0 !important;
    }

    .popups-in-image .popup-content > div {
        max-width: 280px !important;
    }

    .fce-accordion-contents .image img {
        margin-left: 0;
        width: 150%;
    }

    .sg-mailform .col1, .sg-mailform .col3, .sg-mailform .col4, .sg-mailform .col1-5, .sg-mailform .col1-75, .sg-mailform .col5, .form-button {
        display: block;
        width: 100%;
        margin-bottom: 0.5em;
        overflow: hidden;
    }

    .sg-mailform .col3.ignore-media-query {
        width: 50%;
    }

    .clickbox, .sg-mailform div > div.clickbox {
        padding: 4px !important;
    }
	#pds-images-preview ul li{
		margin: auto;
		border-style:none;
	}
	
	#pds-images-preview ul{
		padding:16px 4px;
		justify-content: center;
	}
	#pds-images-preview ul:after{
		display:none;
	}
    
    
    #newsletterForm, #carrerrForm,#sepaForm{
        margin:8px;
    }
    sgmailer .form-row{
        margin: 0px !important;    max-width: 100%;
    overflow: hidden;
    }
    sgmailer .form-row > div:not(.error-info-label){
        flex:0 1 100%;
        max-width:100%;
        margin:4px !important;
    }
    
    sgmailer .form-row:not(.inline) > div.clickbox{
        flex:0 0 100%;
        max-width:100%;
    }
    .sg-tabs{
        overflow:hidden;
        overflow-x:auto;
        white-space: nowrap
    }
    .sg-tabs li{
        float:none;
        display:inline-block;
        max-width: 35%;
        margin-bottom:-6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .sg-tabs.tabs-formats li img{
        max-width:100% !important;
    }
	
	#mainContent iframe{
		max-width:100%;
	}
	
	
	
}

/**
* Media Query Max Width 700 end
*/


@media only screen and (max-width: 500px) {
    .form-group > div{
        flex:0 0 100% !important;
        max-width:100%;
    } 
    
}
@media only screen and (max-width: 400px) {

	#orderProduct .our-fav{
		display:none;
	}

	
}
/**
* wurden immer mit media query 1063 geladen!!
*/

/**
sgPrettySelector css classes
**/
.factsheet-pretty-selector-wrapper {
    width: 200px;
    border: 1px solid #ccc;
    padding: 2px 2px 0 2px;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    overflow: auto;
}

.factsheet-pretty-selector-wrapper div {
    margin-bottom: 2px;
    padding: 2px;
}

.factsheet-pretty-selector-value {
    background-color: #efefef;
}

.factsheet-pretty-selector-value-alt {
    background-color: #f8f8f8;
}

.factsheet-pretty-selector-value.selected, .factsheet-pretty-selector-value:hover, .factsheet-pretty-selector-value-alt.selected, .factsheet-pretty-selector-value-alt:hover {
    background-color: #ccc;
}

.factsheet-pretty-selector-current-value {
    padding: 2px;
    padding-left: 4px;
    border: 1px solid #ccc;
    width: 200px;
    height: 20px;
    line-height: 20px;
    background: url("../images/selector-element-arrow.jpg") right center no-repeat;
    cursor: pointer;
}

#shippingCostsTable .factsheet-pretty-selector-current-value, #shippingCostsTable .factsheet-pretty-selector-wrapper {
    width: 120px;
}

/* hide */
.releasenotes .software-download {
    visibility: hidden;
}

/***************************
* APM Online shop loading
***************************/
/*.apmonlineshop-loading-gif {*/
/*display: none;*/
/*position: fixed;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: url("../images/loading.gif") center center #efefef no-repeat;*/
/*left: 0;*/
/*top: 0;*/
/*z-index: 10000000;*/
/*}*/


