
/* this file contains the printing layout */

html, body, body .outer-wrapper {
    height: auto;
}

body, a,
h1, .H1, h2, .H2, h3, .H3, h4, .H4, h5, .H5, h6, .H6,
h1 a, .H1 a, h2 a, .H2 a, h3 a, .H3 a, h4 a, .H4 a, h5 a, .H5 a, h6 a, .H6 a {
    color: #000 !important;
}

hr {
    border-color: #000;
}

p.colored, span.colored, a.colored, b.colored, i.colored, u.colored {
    color: #000;
}

.btn {
    display: none;
}

/* breadcrumbs */
#breadcrumbList span[itemprop="title"], #breadcrumbList span.Separator {
    color: #000;
}


/* main content */
.content a[href="#top"] {
    display: none;
}

.content .frame + .frame {
    margin-top: 20px;
}

body #root {
    padding: 0 !important;
}

body #root #content {
    margin: 0 !important;
    padding: 0 !important;
}

#content-area {
    padding-bottom: 0;
}

.row {
    display: block;
    overflow: hidden;
}

.row .col-sm-6 {
    float: left;
    width: 50%;
}

/*.row .col-md-4 { float: left; width: 33.33333333%; }*/
/*.row .col-md-9  { flex: 0 0 100%; max-width: 100%;}*/

/* One pager */
.tab-container-subpages .tab-header {
    display: none;
}


/* forms */
form input, form textarea, form select {
    background-color: #FFF;
}

form input, form textarea, form select, .selectric, .selectric .button, .selectric-items {
    border-color: #000 !important;
    color: #000;
}

form input[type="button"], form button[type="button"], form input[type="submit"], form button[type="submit"], form input[type="reset"], form button[type="reset"] {
    border-color: #444;
    color: #000;
}

.tx-powermail .powermail_label {
    display: block;
    width: auto;
}

.tx-powermail .powermail_fieldwrap_type_submit::before,
.tx-powermail .powermail_fieldwrap_type_submit::after {
    display: none;
}

form .InputField input[type="checkbox"], form .InputField input[type="radio"] {
    margin: 0 5px 0 0;
    opacity: 1;
    position: static;
}

form .InputField .input-custom {
    display: none;
}

form ::-webkit-input-placeholder {
    color: #CCC;
}

form :-moz-placeholder {
    color: #CCC;
}

form ::-moz-placeholder {
    color: #CCC;
}

form :-ms-input-placeholder {
    color: #CCC;
}

form :placeholder-shown {
    color: #CCC;
}


/* table */
#content table tr th {
    background-color: #FFF;
    color: #000;
}

#content table td {
    border-top: 1px solid;
}


/* lists */
#content ul li {
    list-style-type: circle;
}

#content ul li::before {
    display: none;
}

#content .ce-uploads li, #content .news .page-navigation ul li, #content ul.ce-menu li {
    list-style: none;
}


/* news */
.news {
    display: none;
}

#content .news-list-view {
    display: block;
}

#content .news-list-view .article {
    margin-right: 10px;
}

.news-list-view .article .more, .news-single .article .news-backlink-wrap {
    display: none;
}

.news .shariff {
    display: none;
}


/* Footer */

#mainFooter a {
    text-decoration: none;
}

.footermap {
    display: none;
}

#mainFooter .footertop {
    padding-top: 10px;
}

#mainFooter {
    background: none;
    margin-top: 0;
}

#mainFooter .footerbottom::after {
    display: none;
}

#mainFooter .footerbottom {
    color: #000;
}

.footertop .menu-block-1,
.footertop .menu-block-2,
.footertop .notfall-button,
.footertop .menu-block-3,
.footertop .menu-block-4,
.footertop .menu-block-5,
.footertop .menu-block-6 {
    display: none;
}


/* project */
#mainHeader .header-meta, #nav-toggle, #mainNav, .headerSlider {
    display: none !important;
}

body[data-page-id="1"] .tile-wrap {
    display: none;
}

.frame.frame-bg_pink, .frame.frame-bg_pink_fullwidth::before {
    display: none;
}

.frame.frame-bg_pink .header-2-rows h2 span.main-header,
.frame.frame-bg_pink .header-2-rows h2 span.sub-header,
.frame.frame-bg_pink .header-2-rows h3 span.main-header,
.frame.frame-bg_pink .header-2-rows h3 span.sub-header,
.frame.frame-bg_pink_fullwidth .header-2-rows h2 span.main-header,
.frame.frame-bg_pink_fullwidth .header-2-rows h2 span.sub-header,
.frame.frame-bg_pink_fullwidth .header-2-rows h3 span.main-header,
.frame.frame-bg_pink_fullwidth .header-2-rows h3 span.sub-header,
.frame.frame-bg_pink_fullwidth {
    color: #000;
}

.imageParallax-wrapper {
    padding: 0px 120px 100px 0;
}

.frame.frame-bg_grey, .frame.frame-bg_grey_fullwidth::before {
    background: transparent;
}

.content div.sectionBackground-inner {
    padding: 0;
}

.content div.sectionBackground-inner.row {
    display: block !important;
}

.content div.sectionBackground-inner.row .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.content div.sectionBackground-inner .section1.backgroundGrey {
    background-color: transparent;
}

.sectionBackground-inner.row .section1 p {
    padding-right: 10px;
}

.content .sectionBackground-wrap > div {
    display: none;
}


.tab-content .tab-content--item {
    margin-bottom: 0;
}

.frame.frame-layout-5 div.ce-center .ce-gallery img {
    display: none;
}

#outer-wrapper {
    overflow: visible;
}

#eyeAble_container_ID {
    display: none !important;
}

/* eof */
