```
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
 ========================================================================== */


/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
    margin-left: 4px;
}


/* Grouping content
 ========================================================================== */


/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
 ========================================================================== */


/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
    text-decoration: none;
    color: #787559;
    transition: .2s all;
}

a:hover {
    color: #cd0044;
}


/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}


/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
 ========================================================================== */


/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}


/* Forms
 ========================================================================== */


/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}


/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}


/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}


/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}


/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
 ========================================================================== */


/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}


/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}


/* Misc
 ========================================================================== */


/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}


/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}

.grid__column.clear {
    clear: both;
}

.grid {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    float: none;
}

.grid:after {
    content: '';
    display: table;
    clear: both;
}

.grid__column {
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    vertical-align: top;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px;
    width: 100%;
}


@media (max-width: 767px) {
    .site-header-menu {
        display: none !important;
    }

    .grid--stackable > .grid__column {
        width: 100% !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 auto !important;
        -webkit-flex: 1 0 auto !important;
        flex: 1 0 auto !important;
    }
}

.grid--rev {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.grid--full {
    margin-left: 0;
    margin-right: 0;
}

.grid--full > .grid__column {
    padding: 0 15px;
}

.grid--nospace {
    margin: 0;
}

.grid--nospace .grid__column {
    padding: 0;
}

.grid--automatic {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid--automatic > .grid__column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.grid--automatic > .grid__column[class*="-twelfths"] {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.grid--automatic > .grid__column:not([class*="-twelfths"]) {
    flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
}

.grid--equal-height > .grid__column > div {
    width: 100%;
}

.grid--equal-height > .grid__column {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.grid--aligned-topcenter {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.grid--aligned-topright {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.grid--aligned-middleleft {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.grid--aligned-center {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.grid--aligned-middleright {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.grid--aligned-bottomleft {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.grid--aligned-bottomcenter {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.grid--aligned-bottomright {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.grid--one-column > .grid__column {
    width: 100%;
}

.grid--two-columns > .grid__column {
    width: 50%;
}

.grid--three-columns > .grid__column {
    width: 33.3333333333%;
}

.grid--four-columns > .grid__column {
    width: 25%;
}

.grid--five-columns > .grid__column {
    width: 20%;
}

.grid--six-columns > .grid__column {
    width: 16.6666666667%;
}

.grid--seven-columns > .grid__column {
    width: 14.2857142857%;
}

.grid--eight-columns > .grid__column {
    width: 12.5%;
}

.grid--nine-columns > .grid__column {
    width: 11.1111111111%;
}

.grid--ten-columns > .grid__column {
    width: 10%;
}

.grid--eleven-columns > .grid__column {
    width: 9.0909090909%;
}

.grid--twelfth-columns > .grid__column {
    width: 8.3333333333%;
}


/** Whole */

.one-whole {
    width: 100%;
}


/* Halves */

.one-half {
    width: 50%;
}


/* Twelfths */

.one-twelfth {
    width: 8.333%;
}

.two-twelfths {
    width: 16.666%;
}

.three-twelfths {
    width: 25%;
}

.four-twelfths {
    width: 33.333%;
}

.five-twelfths {
    width: 41.666%;
}

.six-twelfths {
    width: 50%;
}

.seven-twelfths {
    width: 58.333%;
}

.eight-twelfths {
    width: 66.666%;
}

.nine-twelfths {
    width: 75%;
}

.ten-twelfths {
    width: 83.333%;
}

.eleven-twelfths {
    width: 91.666%;
}

.visible {
    display: block !important;
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    /** Whole */
    .mobile--one-whole {
        width: 100%;
    }

    /* Halves */
    .mobile--one-half {
        width: 50%;
    }

    /* Twelfths */
    .mobile--one-twelfth {
        width: 8.333%;
    }

    .mobile--two-twelfths {
        width: 16.666%;
    }

    .mobile--three-twelfths {
        width: 25%;
    }

    .mobile--four-twelfths {
        width: 33.333%;
    }

    .mobile--five-twelfths {
        width: 41.666%;
    }

    .mobile--six-twelfths {
        width: 50%;
    }

    .mobile--seven-twelfths {
        width: 58.333%;
    }

    .mobile--eight-twelfths {
        width: 66.666%;
    }

    .mobile--nine-twelfths {
        width: 75%;
    }

    .mobile--ten-twelfths {
        width: 83.333%;
    }

    .mobile--eleven-twelfths {
        width: 91.666%;
    }

    .mobile--visible {
        display: block !important;
    }

    .mobile--hidden {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /** Whole */
    .tablet--one-whole {
        width: 100%;
    }

    /* Halves */
    .tablet--one-half {
        width: 50%;
    }

    /* Twelfths */
    .tablet--one-twelfth {
        width: 8.333%;
    }

    .tablet--two-twelfths {
        width: 16.666%;
    }

    .tablet--three-twelfths {
        width: 25%;
    }

    .tablet--four-twelfths {
        width: 33.333%;
    }

    .tablet--five-twelfths {
        width: 41.666%;
    }

    .tablet--six-twelfths {
        width: 50%;
    }

    .tablet--seven-twelfths {
        width: 58.333%;
    }

    .tablet--eight-twelfths {
        width: 66.666%;
    }

    .tablet--nine-twelfths {
        width: 75%;
    }

    .tablet--ten-twelfths {
        width: 83.333%;
    }

    .tablet--eleven-twelfths {
        width: 91.666%;
    }

    .tablet--visible {
        display: block !important;
    }

    .tablet--hidden {
        display: none !important;
    }

    .scg-body .site-header-menu ul li ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 155px !important;
        height: auto;
        background-color: #9f9f89;
        display: flex;
        flex-direction: column;
        margin-left: -80% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /** Whole */
    .desk--one-whole {
        width: 100%;
    }

    /* Halves */
    .desk--one-half {
        width: 50%;
    }

    /* Twelfths */
    .desk--one-twelfth {
        width: 8.333%;
    }

    .desk--two-twelfths {
        width: 16.666%;
    }

    .desk--three-twelfths {
        width: 25%;
    }

    .desk--four-twelfths {
        width: 33.333%;
    }

    .desk--five-twelfths {
        width: 41.666%;
    }

    .desk--six-twelfths {
        width: 50%;
    }

    .desk--seven-twelfths {
        width: 58.333%;
    }

    .desk--eight-twelfths {
        width: 66.666%;
    }

    .desk--nine-twelfths {
        width: 75%;
    }

    .desk--ten-twelfths {
        width: 83.333%;
    }

    .desk--eleven-twelfths {
        width: 91.666%;
    }

    .desk--visible {
        display: block !important;
    }

    .desk--hidden {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid--doubling.grid--two-columns > .grid__column {
        width: 100%;
    }

    .grid--doubling.grid--three-columns > .grid__column {
        width: 50%;
    }

    .grid--doubling.grid--four-columns > .grid__column {
        width: 50%;
    }

    .grid--doubling.grid--five-columns > .grid__column {
        width: 33.3333333333%;
    }

    .grid--doubling.grid--six-columns > .grid__column {
        width: 33.3333333333%;
    }

    .grid--doubling.grid--seven-columns > .grid__column {
        width: 33.3333333333%;
    }

    .grid--doubling.grid--eight-columns > .grid__column {
        width: 25%;
    }

    .grid--doubling.grid--nine-columns > .grid__column {
        width: 20%;
    }

    .grid--doubling.grid--ten-columns > .grid__column {
        width: 20%;
    }

    .grid--doubling.grid--eleven-columns > .grid__column {
        width: 20%;
    }

    .grid--doubling.grid--twelfth-columns > .grid__column {
        width: 16.6666666667%;
    }
}

@media (max-width: 767px) {
    .grid--doubling.grid--two-columns > .grid__column,
    .grid--doubling.grid--three-columns > .grid__column,
    .grid--doubling.grid--four-columns > .grid__column,
    .grid--doubling.grid--five-columns > .grid__column {
        width: 100%;
    }

    .grid--doubling.grid--six-columns > .grid__column,
    .grid--doubling.grid--seven-columns > .grid__column,
    .grid--doubling.grid--eight-columns > .grid__column,
    .grid--doubling.grid--nine-columns > .grid__column {
        width: 50%;
    }

    .grid--doubling.grid--ten-columns > .grid__column,
    .grid--doubling.grid--elevent-columns > .grid__column,
    .grid--doubling.grid--twelfth-columns > .grid__column {
        width: 33.3333%;
    }
}

@media (min-width: 1200px) {
    .large--visible {
        display: block !important;
    }

    .large--hidden {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .news-slider .slick-dots {
        display: flex !important;
    }
}

.flex {
    display: flex;
}

.flex--space {
    flex: 1;
}

.flex--column {
    flex-flow: column;
}

.justify--center {
    justify-content: center;
}

.justify--around {
    justify-content: space-around;
}

.justify--between {
    justify-content: space-between;
}

.justify--start {
    justify-content: flex-start;
}

.justify--end {
    justify-content: flex-end;
}

.align--center {
    align-items: center;
}

.align--start {
    align-items: flex-start;
}

.align--end {
    align-items: flex-end;
}

.text--black {
    font-weight: 900;
}

.text--bold {
    font-weight: 700;
}

.text--simi {
    font-weight: 600;
}

.text--medium {
    font-weight: 500;
}

.text--normal {
    font-weight: 400;
}

.text--light {
    font-weight: 300;
}

.text--extra-light {
    font-weight: 200;
}

.text--upper {
    text-transform: uppercase;
}

.text--lower {
    text-transform: lowercase;
}

.text--title {
    text-transform: capitalize;
}

.text--nowrap {
    white-space: nowrap;
}

.text--white {
    color: #fff;
}

.text--dark {
    color: #000;
}

.text--primary {
    color: #D5264C;
}

.text--right {
    text-align: right;
}

.text--left {
    text-align: left;
}

.text--center {
    text-align: center;
}

.mgt--10 {
    margin-top: 10px;
}

.mgt--20 {
    margin-top: 20px;
}

.mgt--30 {
    margin-top: 30px;
}

.mgt--40 {
    margin-top: 40px;
}

.mgt--50 {
    margin-top: 50px;
}

.mgt--60 {
    margin-top: 60px;
}

.mgt--70 {
    margin-top: 70px;
}

.mgt--80 {
    margin-top: 80px;
}

.mgt--90 {
    margin-top: 90px;
}

.mgt--100 {
    margin-top: 100px;
}

.mgb--10 {
    margin-bottom: 10px;
}

.mgb--20 {
    margin-bottom: 20px;
}

.mgb--30 {
    margin-bottom: 30px;
}

.mgb--40 {
    margin-bottom: 40px;
}

.mgb--50 {
    margin-bottom: 50px;
}

.mgb--60 {
    margin-bottom: 60px;
}

.mgb--70 {
    margin-bottom: 70px;
}

.mgb--80 {
    margin-bottom: 80px;
}

.mgb--90 {
    margin-bottom: 90px;
}

.mgb--100 {
    margin-bottom: 100px;
}

.pdt--10 {
    padding-top: 10px;
}

.pdt--20 {
    padding-top: 20px;
}

.pdt--30 {
    padding-top: 30px;
}

.pdt--40 {
    padding-top: 40px;
}

.pdt--50 {
    padding-top: 50px;
}

.pdt--60 {
    padding-top: 60px;
}

.pdt--70 {
    padding-top: 70px;
}

.pdt--80 {
    padding-top: 80px;
}

.pdt--90 {
    padding-top: 90px;
}

.pdt--100 {
    padding-top: 100px;
}

.pdb--10 {
    padding-bottom: 10px;
}

.pdb--20 {
    padding-bottom: 20px;
}

.pdb--30 {
    padding-bottom: 30px;
}

.pdb--40 {
    padding-bottom: 40px;
}

.pdb--50 {
    padding-bottom: 50px;
}

.pdb--60 {
    padding-bottom: 60px;
}

.pdb--70 {
    padding-bottom: 70px;
}

.pdb--80 {
    padding-bottom: 80px;
}

.pdb--90 {
    padding-bottom: 90px;
}

.pdb--100 {
    padding-bottom: 100px;
}

.pd--10 {
    padding: 10px;
}

.pd--20 {
    padding: 20px;
}

.pd--30 {
    padding: 30px;
}

.pd--40 {
    padding: 40px;
}

.pd--50 {
    padding: 50px;
}

.pd--60 {
    padding: 60px;
}

.pd--70 {
    padding: 70px;
}

.pd--80 {
    padding: 80px;
}

.pd--90 {
    padding: 90px;
}

.pd--100 {
    padding: 100px;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body,
html {
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    font-family: "Lato", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    transition: .2s all;
    margin-right: 5px;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle.is-active .hamburger--spin .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle.is-active .hamburger--spin .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.menu-toggle.is-active .hamburger--spin .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.site-inner {
    display: flex;
}

.site-inner .site-logo {
    flex: 0 0 auto;
    padding-right: 40px;
    padding-top: 30px;
}

.site-inner .article-content {
    background: #fff;
    padding: 30px 20px 30px 30px;
    flex: 1;
    display: flex;
}

.sidebar {
    width: 270px;
    margin-left: 30px;
    flex: 0 0 auto;
}

.sidebar .menu {
    padding: 0;
    margin: 0;
}

.sidebar .menu li {
    list-style: none;
    margin-bottom: 5px;
}

.sidebar .menu li a {
    display: block;
    padding: 15px 10px;
    background: #2E3132;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 19px;
}

.sidebar .menu li a:hover {
    color: #fff;
    background: #82C25B;
}

.site {
    padding-top: 70px;
}

.site-header {
    background: #82C25B;
    color: #fff;
    border-bottom: 5px solid rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.site-header a {
    color: #fff;
}

.site-header__inner {
    height: 66px;
    display: flex;
    align-items: center;
}

.site-header__inner .spacer {
    flex: 1;
}

.site-header__brand {
    width: 110px;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    line-height: 17px;
    margin-right: 110px;
}

.site-header__brand a {
    color: #fff !important;
}

.site-header__search {
    position: relative;
    width: 280px;
}

.site-header__search input {
    height: 34px;
    padding: 0 20px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 0;
    font-weight: bold;
    width: 100%;
}

.site-header__search button {
    border: none;
    background: none;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
}

.site-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    /*margin: 0 -30px;*/
}

.site-menu ul li {
    list-style: none;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.site-menu a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.site-menu a img {
    margin-right: 3px;
  width: unset;
}

.site-menu select {
    border: none;
    background: none;
    color: #fff;
    font-weight: bold;
}

.site-nav {
    width: 300px;
    height: 100%;
    background: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    overflow: inherit;
    transition: .3s;
    z-index: 10000;
    transform: translateX(100%);
    padding: 20px;
}

.show-menu .site-nav {
    visibility: visible;
    transform: translateX(0);
}

.site-nav ul {
    margin: 0;
    padding: 0;
}

.site-nav ul li {
    list-style: none;
    line-height: 33px;
}

.site-nav ul a {
    font-size: 18px;
    display: block;
    padding: 5px 0;
    position: relative;
}

.site-nav ul a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #82C25B;
    transition: width .2s ease;
}

.site-nav ul a:hover:after {
    width: 100%;
    left: 0;
    background: #82C25B;
}

.site-nav__login,
.site-nav__search {
    display: none;
}

.site {
    transition: .3s;
}

.show-menu .site {
    transform: translateX(-300px);
}

.site-content {
    background-size: cover;
}

.site-footer__top {
    padding: 0;
    background: #fff;
    color: #fff;
}

.site-footer__top .sppb-container-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.site-footer__heading {
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.site-footer__bottom {
    background: #000;
    padding: 40px 0 50px;
    color: #fff;
    font-size: 16px;
    line-height: 31px;
}

.site-footer__bottom a {
    color: #fff;
}

.site-footer__bottom a:hover {
    color: #82C25B;
}

.site-footer__bottom ul {
    margin: 0;
    padding: 0;
}

.site-footer__bottom ul li {
    list-style: none;
}

.language_switcher {
    position: relative;
}

.button-select {
    background: #366342 !important;
    height: 30px;
    padding: 0px 20px;
    line-height: 30px;
    margin-top: -5px;
    color: #fff !important;
}

.language_switcher .dropdown-menu {
    display: none;
    min-width: 220px;
    flex-flow: column;
    background: #fff;
    padding: 20px;
    position: absolute;
    align-items: flex-start;
    top: 100%;
    left: 0;
    z-index: 111;
}

.language_switcher .dropdown-menu li {
    padding: 10px 0;
    margin: 0;
}

.language_switcher .dropdown-menu li a {
    color: #000;
}

.language_switcher .open .dropdown-menu {
    display: flex;
}

.menu-toggle {
    background: none;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.menu-toggle > span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.news-slider {
    padding: 15px 0 0;
}

.news-slider .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 30px;
    display: flex;
    padding: 0;
    justify-content: center;
}

.news-slider .slick-dots li {
    list-style: none;
}

.news-slider .slick-dots li button {
    font-size: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #222;
    padding: 0;
    border: none;
    margin: 5px;
    outline: none;
    cursor: pointer;
}

.news-slider .slick-dots li.slick-active button {
    background: #51B848;
}

.news-slider .slick-track {
    display: flex;
}

.news-slider__item {
    height: auto;
    padding: 15px;
    font-size: 16px;
}

.news-block .news-slider__item {

}

.slick-initialized .news-slider__item {
    display: flex;
    flex-direction: column;
}

.news-slider__item h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.news-slider__item h4 a {
    color: #51B848;
    font-weight: bold;
}

.news-slider__img {
    flex: 0 0 auto;
    margin-right: 15px;
}

.news-slider.hot-block {
    border-top: 10px solid #000;
    padding: 15px;
}

.news-slider.hot-block .news-slider__desc {
    font-size: 12px;
    color: #234D5E;
    font-weight: bold;
    line-height: 14px;
}

.news-slider[data-arrows="0"] .slick-arrow {
    display: none !important;
}

.news-slider[data-dots="0"] .slick-dots {
    display: none !important;
}

.sub-menu-section .sppb-column-addons > div {
    margin-bottom: 0;
}

.sppb-addon-header.sub-menu {
    margin-bottom: 5px;
    background: #2E3032;
}

.sppb-addon-header.sub-menu a {
    display: block;
    height: 52px;
    line-height: 40px;
    text-align: center;
    padding: 7px 20px;
}

.sppb-addon-header.sub-menu a:hover {
    background: #b6b3a6;
}

.sppb-addon-header.sub-menu .sppb-addon-title {
    font-size: 16px;
    margin: 0;
}

.sppb-addon-header.sub-menu-2 {
    margin-bottom: 5px;
    background: #2E3032;
}

.sppb-addon-header.sub-menu-2 a {
    display: block;
    height: 52px;
    line-height: 40px;
    text-align: center;
    padding: 7px 20px;
}

.sppb-addon-header.sub-menu-2 a:hover {
    background: #b6b3a6;
}

.sppb-addon-header.sub-menu-2 .sppb-addon-title {
    font-size: 16px;
    margin: 0;
}

.sppb-addon-header.sub-menu-3 {
    margin-bottom: 5px;
    background: #b7b3a4;
}

.sppb-addon-header.sub-menu-3 a {
    display: block;
    height: 52px;
    line-height: 40px;
    text-align: center;
    padding: 7px 20px;
}

.sppb-addon-header.sub-menu-3 a:hover {
    background: #b6b3a6;
}

.sppb-addon-header.sub-menu-3 .sppb-addon-title {
    font-size: 16px;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    display: block;
    width: 20px;
    cursor: pointer;
    color: black;
    bottom: 0;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    font-size: 30px;
    left: 10px;
    background: none;
}

.slick-arrow.slick-next {
    right: 10px;
    left: auto;
}

.slick-arrow:hover {
    color: #82C25B;
}

.article-content .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.article-content .page-header .icons {
    flex: 0 0 auto;
    margin-left: 10px;
}

.article-content .page-header h1 {
    margin: 0;
    font-size: 16px;
}

.article-content .page-header .pull-right {
    float: none;
}

.article-content .page-header .dropdown-toggle {
    display: none;
}

.article-content .page-header .dropdown-menu {
    display: flex;
    margin: 0;
    padding: 0;
}

.article-content .page-header .dropdown-menu li {
    list-style: none;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
}

.article-content .page-header .edit-icon {
    display: none;
}

.article-content .page-header .print-icon a:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/print.png) no-repeat center 3px;
    display: inline-block;
    background-size: contain;
}

.article-content .page-header .email-icon a:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/email.png) no-repeat center 4px;
    display: inline-block;
    background-size: contain;
}

@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }

    .news-slider__item {
        border-right: none !important;
    }

    .slick-dots {
        margin-top: 10px !important;
    }

    .site-header__brand {
        margin-right: 10px;
        width: 95px;
    }

    .site-header__search {
        display: none;
    }

    .site-nav {
        width: 250px;
    }

    .site-nav__login,
    .site-nav__search {
        display: block;
    }

    .site-nav__search {
        position: relative;
        margin-bottom: 20px;
    }

    .site-nav__search input {
        width: 100%;
        padding: 10px 20px;
        border: 1px solid #ebebeb;
    }

    .site-nav__search button {
        position: absolute;
        right: 5px;
        top: 9px;
    }

    .site-nav__login {
        font-size: 16px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ebebeb;
    }

    .site-menu--login {
        display: none;
    }

    .show-menu .site {
        transform: translateX(-250px);
    }

    .sppb-addon-clients {
        text-align: center !important;
    }

    .language_switcher .dropdown-menu {
        width: 150px;
    }

    .site-menu {
        flex: 0 0 auto;
    }

    .site-menu ul {
        margin: 0 !important;
    }

    .site-menu li {
        padding: 0 10px !important;
    }

    .site-footer__bottom .sppb-row > div[class*="sppb-col"] {
        padding-bottom: 20px;
    }

    .site-logo {
        display: none !important;
    }

    .article-content {
        padding: 15px 0 !important;
        flex-flow: column-reverse;
        align-items: center !important;
    }

    .article-content .item-page {
        padding: 15px;
    }

    .article-content .page-header {
        flex-flow: column;
        padding-top: 20px;
        align-items: flex-start;
    }

    .article-content .page-header h1 {
        font-size: 20px;
    }

    .article-content .page-header .dropdown-menu li {
        font-size: 12px;
    }

    .sidebar {
        margin-left: 0 !important;
    }
}


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

.site-content {
    max-width: 1200px;
    margin: 20px auto;
    background-size: cover;
}


/* Footer background color*/

.site-footer__bottom {
    background: #333 !important;
}

#content {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*background-image: url(/images/2019/07/15/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;*/
}

#content .item-page {
    background: #fdfdfd;
    padding: 30px;
}

.item-image img {
    border: solid 1px #333;
}

.news-slider__img {
    border: solid 1px #333;
    padding-right: 2px;
    padding-top: 3px;
    margin-bottom: 15px
}

.site-header__brand {
  position: absolute;
  top: 20px;
    width: 200px;
}

.sppb-row-container {
    /*background-color: #ffffff;
    box-shadow: 0 0 0 0 #ffffff;*/
}

body {
    font-size: 16px !important;
}


/* chimibody */

.scg-body .hero-section {
    display: none;
}

.scg-body header.site-header {
    height: 300px;
    position: relative;
    border-bottom: 0;
    background: url("/templates/scg_konzeptplus_gmbh/images/header-home-scg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15px;
}

.scg-body .site-header-menu {
    left: 0;
    top: 300px;
    background-color: rgba(120, 118, 89, 0.6);
    margin-top: 0 !important;
    position: absolute;
    padding: 0 15px !important;
}

.scg-body .site-header-menu ul {
    height: 75px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    background-color: #fff0;
}


.scg-body .site {
    padding-top: 0;
}

.scg-body .site-header__brand img {
    display: none;
}

.scg-body .site-header__brand a:before {
    content: "";
    display: block;
    width: 140px;
    height: 260px;
    background: url("/images/website_content/Logo_SCG_web-03.png");
    background-repeat: no-repeat;
    margin-left: 11px
}

.scg-body .site-header__inner {
    height: auto;
    padding-top: 80px;
    position: relative;
}

.scg-body .site-menu {
    position: absolute;
    top: 20px;
    right: 0;
}

.scg-body .site-header__search {
    width: 0;
    padding: 0;
    position: relative;
    top: -4px;
}

.scg-body .site-header__search:after {
    content: "";
    position: absolute;
    left: -47px;
    top: 6px;
    height: 25px;
    width: 2px;
    background-color: #79785b;
    border-radius: 100px;
}

.scg-body .site-header__search button {
    /*background: url("/templates/scg_konzeptplus_gmbh/images/icon-search-loupe-header.png");*/
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.scg-body .site-header__search button i {
    display: none;
}

.scg-body .site-header__search input {
    padding: 0;
}

.scg-body li.site-menu__item.site-menu--login {
    display: block;
    padding: 0 10px;
    cursor: pointer;
}

.scg-body li.site-menu__item.site-menu--login > a {
    font-size: 0;
}

.scg-body li.site-menu__item.site-menu--login > a img {
}

.scg-body li.site-menu__item.site-menu--login:nth-child(1):after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/templates/scg_konzeptplus_gmbh/images/icon-linkedin-header.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
}

.scg-body li.site-menu__item.site-menu--login:nth-child(2):after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/templates/scg_konzeptplus_gmbh/images/icon-twitter-header.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
}

.scg-body li.site-menu__item.site-menu--login:nth-child(3) {
}

.scg-body li.site-menu__item.site-menu--login:nth-child(1) {
    padding-right: 15px;
}

.scg-body header.site-header > .container {
    position: initial;
}

.scg-body h2.sppb-addon-title {
    position: relative;
    background-color: #fff;
    color: #262626;
    font-size: 30px;
    margin-bottom: 30px !important;
    margin-left: 0;
    padding-left: 0 !important;
    font-weight: normal !important;
    text-align: left;
    width: 100%
}

.scg-body h2.sppb-addon-title::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    border-top: 1px solid #000;
    background-color: #fff;
}

.scg-body .sppb-addon.sppb-addon-header.sppb-text-left {
    background-color: #fff !important;
}

.scg-body .sppb-addon-wrapper .clearfix {
    border: 0 !important;
}

.scg-body .news-slider__item h4 a {
    color: #000;
}

.scg-body .news-block .news-slider__item {
    padding-top: 0;
    padding-bottom: 0;
}

.scg-body .news-slider__img {
    height: 130px;
    border-radius: 10px;
    max-height: 82.2333px;
}

.scg-body .pd-filename.phocadownloadfilelistitem.phoca-dl-file-box-mod .pd-document a {
    font-size: 16px;
    color: #262626;
    font-family: Helvetica, sans-serif;
}

.scg-body .pd-filename.phocadownloadfilelistitem.phoca-dl-file-box-mod .pd-document a:hover {
    color: #787559;
}

.scg-body .sppb-section .sppb-addon-content .sppb-col-sm-4 {
    width: 100% !important;
    max-width: 100%;
    flex: auto;
}

.scg-body #sp-page-builder .page-content .sppb-section:first-child {
    padding: 0;
}

.scg-body #sp-page-builder .page-content .sppb-section:first-child .sppb-addon-wrapper {
    margin-bottom: 0;
}

.scg-body #sp-page-builder .page-content .sppb-section,
.scg-body #sp-page-builder .sppb-section {
    padding: 0;
}

.scg-body .sppb-addon.sppb-addon-header.sub-menu.sppb-text-center h2.sppb-addon-title {
    background-color: #fff0;
    text-align: center;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    line-height: 32px;
    /*text-transform: uppercase !important;*/
}

.scg-body .sppb-addon.sppb-addon-header.sub-menu.sppb-text-center h2.sppb-addon-title:after {
    display: none;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(2) .sppb-addon-header.sub-menu {
    background-color: #A2B4C2;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(3) .sppb-addon-header.sub-menu {
    background-color: #CF9FA6;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(4) .sppb-addon-header.sub-menu {
    background-color: #DBC48F;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(5) .sppb-addon-header.sub-menu {
    background-color: #B0BEA7;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(2) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu {
    background-color: #3A758D;
    color: #fff !important;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(3) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu {
    background-color: #A64359;
    color: #fff !important;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(4) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu {
    background-color: #B88E1C;
    color: #fff !important;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(5) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu {
    background-color: #578659;
    color: #fff !important;
}


/* Style for fields network*/

.scg-body .sppb-addon.sppb-addon-header.sub-menu-2.sppb-text-center h2.sppb-addon-title {
    background-color: #fff0;
    text-align: center;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    line-height: 32px;
    /*text-transform: uppercase !important;*/
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(2) .sppb-addon-header.sub-menu-2 {
    background-color: #a2b4c2;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(3) .sppb-addon-header.sub-menu-2 {
    background-color: #a2b4c2;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(4) .sppb-addon-header.sub-menu-2 {
    background-color: #a2b4c2;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(5) .sppb-addon-header.sub-menu-2 {
    background-color: #a2b4c2;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(2) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu-2 {
    background-color: #a2b4c2;
    color: #fff !important;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(3) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu-2 {
    background-color: #a2b4c2;
    color: #fff !important;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(4) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu-2 {
    background-color: #a2b4c2;
    color: #fff !important;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(5) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu-2 {
    background-color: #a2b4c2;
    color: #fff !important;
}


/* Style for fields About scg*/

.scg-body .sppb-addon.sppb-addon-header.sub-menu-3.sppb-text-center h2.sppb-addon-title {
    background-color: #fff0;
    text-align: center;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    line-height: 32px;
    /*text-transform: uppercase !important;*/
}


.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(2) .sppb-addon-header.sub-menu-3 {
    background-color: #b7b3a4;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(3) .sppb-addon-header.sub-menu-3 {
    background-color: #b7b3a4;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(4) .sppb-addon-header.sub-menu-3 {
    background-color: #b7b3a4;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(5) .sppb-addon-header.sub-menu-3 {
    background-color: #b7b3a4;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(2) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu-3 {
    background-color: #b7b3a4;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(3) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu-3 {
    background-color: #b7b3a4;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(4) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu-3 {
    background-color: #b7b3a4;
}

.scg-body .sppb-column .sppb-row .sppb-col-md-3:nth-child(5) .sppb-addon-wrapper:nth-child(1) .sppb-addon-header.sub-menu-3 {
    background-color: #b7b3a4;
}


/*end fields*/

.scg-body .site-footer__bottom {
    background-color: #B7B3A4 !important;
    color: #262626 !important;
}

.scg-body .site-footer__bottom .sppb-addon-single-image-container a:before {
    content: "";
    display: block;
    width: 93px;
    height: 180px;
    background: url("/templates/scg_konzeptplus_gmbh/images/logo-scg-hoch.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.scg-body .site-footer__bottom .sppb-addon-single-image-container a img {
    display: none !important;
}

.scg-body .site-footer__bottom h4.sppb-addon-title {
    font-size: 16px;
    color: #262626;
}

.scg-body .sp-page-builder .page-content #section-id-1558974758658 {
    background-color: #fff0;
}

.scg-body .sp-page-builder .page-content #section-id-1558974758658 h4.sppb-addon-title {
    position: relative;
    background-color: #fff;
    color: #262626;
    font-size: 30px;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    font-weight: normal !important;
    text-align: left;
}

.scg-body .sp-page-builder .page-content #section-id-1558974758658 h4.sppb-addon-title::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    border-top: 1px solid #787559;
    background-color: #fff;
}

.scg-body .custom-heading h2 {
    font-size: 35px !important;
    color: #cd0044 !important;
    margin-bottom: 50px !important;
}

.scg-body .custom-heading h2:after {
    display: none;
}

.scg-body .news-slider .slick-dots {
    display: none;
}

.scg-body .news-slider {
    margin-bottom: 50px;
}

.scg-body .sub-custom-heading h2.sppb-addon-title {
    position: relative;
    background-color: #fff;
    color: #262626;
    font-size: 30px !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    font-weight: normal !important;
    text-align: left;
}

.scg-body .site-header-menu ul {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.scg-body .site-header-menu ul li .nav-child {
    display: none;
}

.scg-body .site-header-menu ul li {
    list-style: none;
}


@media (max-width: 1400px) {
    .scg-body .site-header-menu ul li {
        list-style: none;
        padding: 0px;
    }
}


@media (max-width: 1160px) {
    .scg-body .site-header-menu ul li {
        list-style: none;
        padding: 0px;
    }

    .scg-body .site-header-menu mod-list li:first-child {
        list-style: none;
        padding: 0 0 0 20px;
    }

    .scg-body .site-header-menu mod-list li:last-child {
        list-style: none;
        padding: 0 20px 0 0;
    }
}


@media (max-width: 981px) {
    .site-header__brand {
        position: absolute;
        top: 20px !important;
    }
}


@media (max-width: 767px) {
    .scg-body .site-header-menu ul li:first-child {
        list-style: none;
        padding: 10px 15px;
    }

    .scg-body .site-header-menu ul li:last-child {
        list-style: none;
        padding: 10px 15px;
    }

    .scg-body .site-header-menu {
        padding-top: 47% !important;
    }

}


.scg-body .site-header-menu {
    width: 100%;
}

.scg-body .site-header-menu {
    height: 75px;
}

.scg-body .site-header-menu ul {
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
}

.scg-body .sub-custom-heading h2.sppb-addon-title {
    padding-bottom: 0px !important;
    text-transform: none !important;
}

.scg-body .news-block .news-slider__item {
    outline: none;
    transform: translate3d(1px, 0, 0);
}

.scg-body .news-slider__img {
    border: 0;
    height: auto;
    display: none;
}

.scg-body .news-slider__img img {
    width: auto;
    height: 100%;
}


@media (max-width: 1200px) {
    .scg-body .news-block .news-slider__item {
        border-right: 1px solid #ffffff00;
    }
}

.scg-body .news-slider {
    margin-left: -15px;
    margin-right: -20px;
    margin-bottom: 5px;
    margin-top: -8px;
}

.scg-body .news-slider__item h4 a {
    color: #787559;
}

.scg-body .sub-custom-heading h2.sppb-addon-title span {
    color: #787559;
}

.custom-slide .sppb-carousel-extended-item img {
    width: 200px;
    height: 100%;
    object-fit: contain;
}

.custom-slide .sppb-carousel-extended-outer-stage {
    height: 150px !important;
}

.custom-slide .sppb-carousel-extended-dots {
    display: none;
}

.custom-slide .sppb-carousel-extended-nav-control .nav-control {
    border: 0;
    color: #787559;
}

.custom-slide .sppb-carousel-extended-item {
    max-width: 197px;
}

.custom-row {
    margin-top: -54px !important;
}

.scg-body .site-footer__bottom .sppb-addon-content p {
    color: #787559;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    margin: 8px 0;
}

.scg-body .site-footer__bottom .sppb-addon-content div {
    color: #262626;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    margin: 8px 0;
}

.scg-body .site-footer__bottom h4.sppb-addon-title {
    margin-bottom: 10px;
    font-size: 22px;
}

.scg-body .site-footer__bottom .sppb-addon-content .custom-footer-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.scg-body .site-footer__bottom .sppb-addon-content .custom-footer-image img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.scg-body .site-header-menu.is-fixed {
    position: fixed;
    top: 0;
    background-color: #aead9b;
}

.scg-body .site-header-menu ul li:hover ul {
    display: block;
}

.scg-body .site-header-menu ul li {
    position: relative;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scg-body .site-header-menu ul li a {
    font-size: 19px !important;
    white-space: nowrap;
}

.scg-body .site-header-menu ul li ul {
    position: absolute;
    top: 100%;
    width: 200px;
    height: auto;
    background-color: #9f9f89;
    display: flex;
    flex-direction: column;
}

.scg-body .site-header-menu ul li ul li {
    padding: 10px 20px;
    height: auto;
}

.site-footer__bottom a {
    color: #262626;
}

.site-footer__bottom a:hover {
    color: #555344;
}

.scg-body .site-footer__bottom {
    padding-top: 10px;
    padding-bottom: 5px;
}

.scg-body .site-footer__bottom h4.sppb-addon-title {
    font-size: 19px;
    line-height: 1.3em;
}

body.scg-body .custom-header {
    width: 100vw;
    position: relative !important;
    transform: translate3d(-50%, 0px, 0px);
    left: 50%;
    margin-bottom: 50px !important;
}

body.scg-body .custom-header .sppb-row-container {
    max-width: none;
    width: 100%;
    padding: 0;
}

body.scg-body .custom-header .sppb-addon-single-image-container {
    height: 370px;
}

#sppb-addon-1592903394761 .sppb-addon.sppb-addon-header {
    text-align: left;
}

body.scg-body .custom-header .sppb-addon-single-image-container img {
    height: 100%;
    object-fit: cover;
}

body.scg-body header.site-header {
    position: absolute !important;
    background: none !important;
}

body.scg-body main#content {
    padding-top: 0;
    /*padding-bottom: 25px;  */
    padding-bottom: 55px;
}

.scg-body span.nav-control {
    position: relative;
}

.scg-body span.nav-control i {
    display: none;
}

.scg-body span.nav-control::after,
.scg-body span.nav-control::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 100px;
    background-color: #787559;
}

.scg-body span.prev-control.nav-control::before {
    top: 20px;
    left: 0;
    transform: rotate(-45deg);
}

.scg-body span.prev-control.nav-control:after {
    top: 40px;
    left: 0;
    transform: rotate(45deg);
}

.scg-body span.next-control.nav-control::after {
    top: 40px;
    right: 0;
    transform: rotate(-45deg);
}

.scg-body span.next-control.nav-control::before {
    top: 20px;
    right: 0;
    transform: rotate(45deg);
}

.scg-body .custom-slide {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.pd-custom-desktop .pd-document-date {
    width: 90px;
    float: left;
}


/* mobile */

@media screen and (max-width: 767px) {
    .pd-custom-desktop .pd-document-date {
        width: 100%;
    }

    .scg-body .news-block .news-slider__item {
        border-right: 0;
    }

    .scg-body .site-header__brand a:before {
        margin-left: auto;
        margin-right: auto;
    }

    .site-header__brand {
        width: 100%;
    }

    .scg-body li.site-menu__item.site-menu--login:nth-child(1) {
        margin-right: 5px;
    }

    .scg-body li.site-menu__item.site-menu--login:nth-child(2) {
        margin-right: 10px;
    }

    .scg-body .site-header-menu.is-active {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 80px;
        background-color: #aeac9b;
        z-index: 1;
    }

    .scg-body .site-header-menu ul {
        flex-wrap: wrap;
        height: auto;
        padding-top: 80px;
    }

    .scg-body .site-header-menu ul li {
        width: 100%;
        padding: 10px 15px;
    }

    .scg-body .site-header-menu ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 25px;
    }

    .scg-body .site-header-menu.is-fixed {
    }

    .scg-body .news-slider .slick-dots {
        display: flex !important;
    }

    .scg-body .pd-filename.phocadownloadfilelistitem.phoca-dl-file-box-mod .pd-document a {
        font-size: 16px;
    }

    .scg-body .sub-custom-heading h2.sppb-addon-title {
        font-size: 26px !important;
    }

    .custom-row {
        margin-top: -33px !important;
    }

    .custom-slide .sppb-carousel-extended-item {
        max-width: none;
    }

    .site-footer__top {
        padding: 0 15px;
    }

    .scg-body .site-footer__bottom .sppb-addon-content div {
        width: 100%;
    }

    .scg-body .site-footer__bottom .sppb-addon-single-image-container a:before {
        margin-left: auto;
        margin-right: auto;
    }

    a.scg-custom-menu-mobile {
        position: relative;
        width: 20px;
        height: 16px;
        transition: all .3s;
        z-index: 2;
    }

    a.scg-custom-menu-mobile.is-active {
        position: fixed;
        top: 20px;
        right: 15px;
    }

    a.scg-custom-menu-mobile.is-active span {
        background-color: #fff;
    }

    .scg-body .site-menu {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-right: 0;
    }

    a.scg-custom-menu-mobile span {
        position: absolute;
        width: 100%;
        left: 0;
        height: 2px;
        background-color: #787559;
        transition: all .3s;
    }

    a.scg-custom-menu-mobile span:nth-child(1) {
        top: 0;
    }

    a.scg-custom-menu-mobile span:nth-child(2) {
        top: 50%;
        transform: translate3d(0, -50%, 0);
    }

    a.scg-custom-menu-mobile span:nth-child(3) {
        bottom: 0;
    }

    a.scg-custom-menu-mobile.is-active span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }

    a.scg-custom-menu-mobile.is-active span:nth-child(2) {
        opacity: 0;
    }

    a.scg-custom-menu-mobile.is-active span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }

    .scg-body .site-header-menu ul li .nav-child {
        display: block;
        position: relative;
        max-width: 100%;
        margin-top: 10px;
        background-color: #0000;
    }

    .scg-body .site-header-menu ul li .nav-child a {
        font-size: 20px;
    }

    .scg-body .site-header-menu ul li {
        height: auto;
        flex-wrap: wrap;
    }

    #eb-event-page h1.eb-page-heading {
        font-size: 18px !important;
        font-weight: normal !important;
        text-align: left;
        color: #cd0044 !important;
        line-height: 1.3;
    }

    .eb-external-registration-link {
        top: 15px !important;
        right: 0px !important;
    }

    .eb-event-property-label {
        width: 25% !important;
    }

    .site-header__brand {
        position: absolute;
        top: 80px !important;
    }
}

@media (max-width: 620px) {
    body span.nav-control::before {
        background-color: white !important;
    }

    body span.nav-control::after {
        background-color: white !important;
    }
}


main.site-main {
    overflow: hidden;
}

.com_sppagebuilder .site-content {
    margin-top: 0px;
}

.site-content {
    margin-top: 0px;
}

.no-image-header {
  min-height: 0px;
    /*height: 0px;*/
}

.no-image-header img {
    height: 100%;
    object-fit: cover;
}


/* title definition */


/* h1 red Title*/

h1 {
    font-size: 25px !important;
    font-weight: normal !important;
    text-align: left;
    color: #cd0044 !important;
}


/* h2 black Title not underlined */

h2 {
    font-size: 20px !important;
    font-weight: normal !important;
    color: #000 !important;
    text-align: left;
/*    border-bottom: 1px solid #000 !important; */
    margin-left: 19px;
}

.subheading span {
    color: #787559;
}

.h2:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid black;
}

h3 {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000 !important;
}

h4 {
    font-size: 17px !important;
    font-weight: bold !important;
    color: #000 !important;
}


/* Titel Direct acces */

h5 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000;
    text-align: center !important;
}


/* Hover Color Direct acces */

.sppb-addon-header.sub-menu a:hover {
    background: #b6b3a6 !important;
}

.sppb-addon-header.sub-menu-2 a:hover {
    background: #b6b3a6 !important;
}

.news-slider__item h4 a {
    font-weight: normal !important;
}


/* Accordeon */

.sppb-panel-heading {
    padding: 10px 30px 10px 0px !important;
}


/* Adsustments Tobi after Call with Dävu */

.sppb-panel-title {
    font-size: 19px !important;
    font-weight: normal !important;
    color: #000 !important;
}


/*** News and announcment  changes CSS */

.sppb-btn-custom {
    padding: 0px !important;
    margin-bottom: 30px;
}

.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 10px !important;
}

.sppb-addon-text-block .sppb-addon-content a,
.site-content .eb-container li a,
.eb-event-property-value a {
    color: #787559 !important;
}

.pd-document-title a:hover,
.sppb-addon-text-block .sppb-addon-content a:hover,
.site-content .eb-container li a:hover,
.event-item a:hover,
.eb-event-property-value a:hover {
    color: #cd0044 !important;
}

.eb-social-sharing-buttons {
    margin-top: 40px;
}

.eb-container,
#eb-event-page {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    /*    margin-top: 40px !important;*/
}

.event-item {
    margin-bottom: 15px;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}

.dropdown-menu .menuitem-group {
    margin: 4px 1px;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #eee;
    color: #555;
    text-transform: capitalize;
    font-size: 95%;
    padding: 3px 20px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    text-decoration: none;
    color: #fff;
    background-color: #005783;
    background-image: -moz-linear-gradient(top, #005e8d, #004d74);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005e8d), to(#004d74));
    background-image: -webkit-linear-gradient(top, #005e8d, #004d74);
    background-image: -o-linear-gradient(top, #005e8d, #004d74);
    background-image: linear-gradient(to bottom, #005e8d, #004d74);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #005783;
    background-image: -moz-linear-gradient(top, #005e8d, #004d74);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005e8d), to(#004d74));
    background-image: -webkit-linear-gradient(top, #005e8d, #004d74);
    background-image: -o-linear-gradient(top, #005e8d, #004d74);
    background-image: linear-gradient(to bottom, #005e8d, #004d74);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default;
}

.open {
    *z-index: 1000;
}

.open > .dropdown-menu {
    display: block;
}


/*New*/

@font-face {
    font-family: 'IcoMoon';
    src: url('fonts/IcoMoon.eot');
    src: url('fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('fonts/IcoMoon.woff') format('woff'), url('fonts/IcoMoon.ttf') format('truetype'), url('fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}

.icon-previous:before,
.icon-backward:before {
    content: "\7c";
}

.icon-next:before,
.icon-forward:before {
    content: "\7b";
}

.icon-first:before {
    content: "\7d";
}

.icon-last:before {
    content: "\e000";
}

.icon-angle-double-left::before {
    content: "\7d";
}

.icon-angle-left::before {
    content: "\7c";
}

.icon-angle-right::before {
    content: "\7b";
}

.icon-angle-double-right::before {
    content: "\e000";
}


/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */

.pagenav {
    text-align: right
}

.pagenav ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}

.pagenav li {
    display: inline;
    margin: 0;
    padding: 0
}

.pagenav a,
span.pagenav {
    padding: 0 14px;
    margin: 0;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left: 0 solid #ddd;
    display: inline-block;
    line-height: 1.9em;
}

.pagenav li:first-child a,
.pagination-start span {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-left: solid 1px #ddd
}

.pagenav li:last-child a,
.pagination-end span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination ul {
    margin: 10px 10px 10px 0;
    padding: 0
}

.pagination li {
    display: inline;
}

.pagination a {
    padding: 0 14px;
    line-height: 2.1em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left: 0 solid #ddd;
    display: inline-block
}

.pagination .active a {
    cursor: default;
}

.pagination span,
.pagination span a:hover {
    cursor: default;
    line-height: 1.3em;
    width: auto;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}

.btn span::before {
    font-family: "Font Awesome 5 Free";
}

.icon-previous:before,
.icon-backward:before {
    content: "\7c";
}

.result-title:not(:first-child) {
    border-top: 1px solid #B7B3A4;
}

.result-text {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/*#sppb-addon-1611926052506 #btn-1611926052506.sppb-btn-custom {*/
/*    color: #797559 !important;*/
/*}*/

#sppb-addon-1611926052506 #btn-1611926052506.sppb-btn-custom,
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: inherit !important;
}

#searchForm .btn {
    margin-left: 10px;
}

.com_osmembership input[type=text],
.com_osmembership input[type=password],
#osm_form input[type=text],
#osm_form input[type=password] {
    min-height: 30px !important;
}

.form-horizontal .form-actions {
    padding-left: 0px
}

a.jmodedit {
    display: none !important;
}

.com_osmembership .site-content,
.com_content .site-content {
    padding: 40px;
}

.scg-body .site-header-menu ul li ul {
    display: none;
}

.eb-box-heading.uk-clearfix {
    margin-top: 20px;
}

.eb-register-button.eb-external-registration-link.btn.btn-info {
    padding: 5px;
    border-radius: 10px;
}

div[id^="tip-"] {
    display: none;
}

/* ===============================================================================================================================================
=            Div            =
=============================== */

div#dialog1 .list-unstyled {
    padding-left: 2rem;
    list-style: disc
}

div#dialog1 .btn {
    display: inline-flex;
    align-items: center;
    width: auto !important;
    background-color: transparent;
    border-color: #767676;
    color: #000;
    padding: 4px;
    border-radius: 3px;
    border-width: 1px
}

div#dialog1 .btn svg {
    margin-right: 5px
}

div#dialog1 .btn-primary {
    padding: 1px 6px;
    margin-top: 5px
}

div#dialog1 .form-control {
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    padding: 1px 2px;
    appearance: auto;
    max-width: none;
    width: 100%;
    line-height: 1.275;
    margin-right: 5px;
    border-color: #767676;
    border-width: 1px;
    box-sizing: border-box;
    height: 30px;
}
.passwordButtonGroup{
    display: flex;
}
div#dialog1 #modlgn-passwd-16{
    width: 305px;
}
div#dialog1 .mod-login__submit{
    width: 100px !important;
    height: 30px;
}

div#dialog1 .visually-hidden, div#dialog1 .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: relative !important;
    width: unset !important;
    height: unset !important;
    margin-right: 5px !important;
    line-height: 1
}

.btn-secondary {
    border-radius: 3px;
    padding: 1px 6px;
    line-height: 1.275
}

div#dialog1 .form-check {
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 1.275
}

div#dialog1 .form-check input {
    margin-right: 5px
}

div#dialog1 .form-check-input[type=checkbox] {
    border-color: #767676;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    top: 0;
    float: none
}

div#dialog1 .input-group-text {
    background: transparent;
    border: 0;
    padding: 0
}

div#dialog1 .input-group {
    display: flex;
    align-items: center
}

@charset "UTF-8";
/* ===============================
=            Choices            =
=============================== */
.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

.choices.is-open {
    overflow: initial;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices [hidden] {
    display: none !important;
}

.choices[data-type*=select-one] {
    cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}

.choices[data-type*=select-one] .choices__button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
    opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
    -webkit-box-shadow: 0 0 0 2px #00bcd4;
    box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none;
}

.choices[data-type*=select-one]::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
    border-color: transparent transparent #333 transparent;
    margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
    opacity: 1;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #000;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

.choices__list--dropdown.is-active {
    visibility: visible;
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable::after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable::after {
        right: auto;
        left: 10px;
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
    opacity: 0.5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

.choices__input:focus {
    outline: 0;
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: 0.5;
}

/* =====  End of Choices  ====== */
.choices {
    border: var(--border-width) solid var(--template-bg-dark-20);
    border-radius: var(--border-radius);
}

.choices.is-focused {
    border-color: var(--focus);
    -webkit-box-shadow: 0 0 0 0.2rem var(--focus-shadow);
    box-shadow: 0 0 0 0.2rem var(--focus-shadow);
}

.choices__inner {
    min-height: 42px;
    padding: 0.1rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    border: none;
    border-radius: 0;
}

.choices__input {
    padding: 0;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: transparent;
}

.choices__input::-webkit-input-placeholder {
    color: #495057;
    opacity: 1;
}

.choices__input::-moz-placeholder {
    color: #495057;
    opacity: 1;
}

.choices__input:-ms-input-placeholder {
    color: #495057;
    opacity: 1;
}

.choices__input::-ms-input-placeholder {
    color: #495057;
    opacity: 1;
}

.choices__input::placeholder {
    color: #495057;
    opacity: 1;
}

.choices__list--dropdown {
    z-index: 1060;
}

.choices__list--single {
    padding: 7px 16px 0 4px;
}

.choices__list--multiple .choices__item {
    position: relative;
    margin: 2px;
    background-color: var(--template-bg-dark);
    -webkit-margin-end: 2px;
    margin-inline-end: 2px;
    border: 0;
    border-radius: 0.25rem;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: var(--template-bg-dark);
    opacity: 0.9;
}

.choices .choices__list--dropdown .choices__item {
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
}

.choices .choices__list--dropdown .choices__item--selectable::after {
    display: none;
}

.choices__button_joomla {
    position: relative;
    padding: 0 10px;
    color: inherit;
    text-indent: -9999px;
    cursor: pointer;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.choices__button_joomla::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    text-indent: 0;
    content: "×";
}

.choices__button_joomla:hover, .choices__button_joomla:focus {
    opacity: 1;
}

.choices__button_joomla:focus {
    outline: none;
}

.choices[data-type*=select-one] .choices__inner,
.choices[data-type*=select-multiple] .choices__inner {
    -webkit-padding-end: 3rem;
    padding-inline-end: 3rem;
    cursor: pointer;
    background: url("../../../images/select-bg.svg") no-repeat 100%/116rem;
    background-color: var(--template-bg-light);
}

[dir=rtl] .choices[data-type*=select-one] .choices__inner,
[dir=rtl] .choices[data-type*=select-multiple] .choices__inner {
    background: url("../../../images/select-bg-rtl.svg") no-repeat 0/116rem;
    background-color: var(--template-bg-light);
}

.choices[data-type*=select-one] .choices__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.choices[data-type*=select-one] .choices__button_joomla {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-margin-before: -10px;
    margin-block-start: -10px;
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
    border-radius: 10em;
    opacity: 0.5;
}

.choices[data-type*=select-one] .choices__button_joomla:hover, .choices[data-type*=select-one] .choices__button_joomla:focus {
    opacity: 1;
}

.choices[data-type*=select-one] .choices__button_joomla:focus {
    -webkit-box-shadow: 0 0 0 2px #00bcd4;
    box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one]::after {
    display: none;
}

.choices[data-type*=select-multiple] .choices__input,
.choices[data-type*=text] .choices__input {
    padding: 0.35rem 0;
}

.choices__heading {
    font-size: 1.2rem;
}

#eb-events-manage-page {
    margin-top: 10px;
}

.com-finder__search.word.mb-3 {
    padding: 0;
    margin-top: 1em;
}

.bfTooltip {
    background: unset !important;
}

.bfTooltip::before {
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    font-weight: 900;
    color: rgb(205, 0, 68);
}

.tingle-modal--visible {
    z-index: 9999;
}

.mod-login__userdata, .eb-header{
    margin: 4px;
}

.sppb-addon-image-layout-text {
    min-height: 3em;
    max-height: 3em;
    overflow: hidden;
}
```

.sso-login-button{
    background: rgb(205, 0, 68);
    color: white;
}

.sso-login-button:hover{
    background: rgb(176, 2, 60);
    color: white;
}

.osm-signup-container .btn-primary:hover {
    background: rgb(176, 2, 60) !important;
    color: white !important;
    border-color: #0e0e0e;
}


.btn.btn-primary {
  font-size: 13px;
  padding: 8px 25px;
  color: white;
  background-color: #cd0044 !important;
  background-image: linear-gradient(to bottom, #cd0044, #cd0044);
  background-repeat: repeat-x;
}

.field-calendar .input-group .btn-primary, .field-calendar input[type="text"], #os_form input[type="text"], #os_form input[type="password"] {
  margin-bottom: 0;
}

[type="radio"] {
  appearance: auto;
}

select.form-select {
  padding: 0 10px 0 10px;
}

dialog .button-close.btn-close:focus{
outline: unset;
box-shadow: unset;
}

.osm-terms-and-conditions-container .checkbox {
  padding-left: 40px;
}

#osm-subscription-detail-page .row, #osm-columns-subscription-information .row, #osm-signup-page-columns-form .row {
  margin-left: 0px;
}

.osm-plan-price .price sub {
  display: none;
}
#system-message-container {
  position: absolute;
  z-index: 99999;
  text-align: center;
  top: 233px;
  left: 50%;
  transform: translate(-50%, -50%);


  animation: signup-response 5s 1;
  -webkit-animation: signup-response 5s 1;
  animation-fill-mode: forwards;

  animation-delay: 5s;
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

@keyframes signup-response{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes signup-response{
    from {opacity :1;}
    to {opacity :0;}
}


.event-custom #keyword-0 {
  margin-bottom: 0px;
  padding: 5px !important;
}