.streiff-widget-placeholder {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 10px;
}

/* filters */
.streiff-post-filter {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}
.streiff-post-filter label {
    font-size: .8rem;
    margin-bottom: 3px;
}
.streiff-post-filter > div {
    flex-grow: 1;
    padding: 10px;
}
.streiff-post-filter select {
    border-radius: 0 !important;
    background-color: #fff;
}

/* contacts */
.streiff-widgets-contacts .image {
    border: 1px solid black;
    padding: 10px;
}
.streiff-widgets-contacts .content {
    color: var( --e-global-color-90b4f6b );
    margin-top: 20px;
    font-family: "Lato", Sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.666em;
    letter-spacing: 1.1px;
}



/* jobs */
.streiff-widgets-jobs article {
    padding: 50px 20px 50px 20px !important;
    background-color: #E4E4E4;
}
.streiff-widgets-jobs h3 {
    color: var( --e-global-color-primary ) !important;
    font-size: var( --e-global-typography-65493e7-font-size ) !important;
    font-weight: var( --e-global-typography-65493e7-font-weight ) !important;
    text-transform: var( --e-global-typography-65493e7-text-transform );
    line-height: var( --e-global-typography-65493e7-line-height );
    letter-spacing: var( --e-global-typography-65493e7-letter-spacing );
    word-spacing: var( --e-global-typography-65493e7-word-spacing );
}
.streiff-widgets-jobs .elementor-posts {
    --grid-column-gap: 10px;
    --grid-row-gap: 10px;
}
.streiff-widgets-jobs .elementor-post {
    position: relative;
}
.streiff-widgets-jobs .elementor-post__excerpt {
    margin-bottom: 77px !important;
    margin-top: 17px !important;
}
.streiff-widgets-jobs .elementor-posts-container article:nth-child(even) {
    background-color: #CECECE !important;
}
.streiff-widgets-jobs .elementor-posts-container article:nth-child(3), .streiff-widgets-jobs .elementor-posts-container article:nth-child(12) {
    background-color: #EAD3C3 !important;
}
.streiff-widgets-jobs .elementor-posts-container article:nth-child(7), .streiff-widgets-jobs .elementor-posts-container article:nth-child(15) {
    background-color: #A5C7DB !important;
}
.streiff-widgets-jobs .elementor-post__read-more {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    font-size: var( --e-global-typography-84aef85-font-size ) !important;
    line-height: var( --e-global-typography-84aef85-line-height ) !important;
    letter-spacing: var( --e-global-typography-84aef85-letter-spacing ) !important;
    word-spacing: var( --e-global-typography-84aef85-word-spacing ) !important;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif !important;
    font-weight: var( --e-global-typography-accent-font-weight ) !important;
    color: var( --e-global-color-primary ) !important;
    text-transform: uppercase;
}
.streiff-widgets-jobs .page-numbers.current {
    border-bottom: 2px solid var( --e-global-color-accent ) !important;
}



/* header */
.streiff-header {
    position: relative;
    margin: 0 auto;
    background-color: var(--e-global-color-primary);
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.streiff-header-height-big {
    min-height: 600px;
}
.streiff-header-height-default {
}
.streiff-header-height-medium {
    min-height: 400px;
}
.streiff-header-height-small {
    min-height: 300px;
}
.streiff-header .elementor-section {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
}
.streiff-header .elementor-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-grow: 1;
}
@media (max-width:767px) {
    .streiff-header .elementor-section {
        align-items: stretch;
        flex-grow: 0;
    }
    .streiff-header .elementor-container {
        flex-direction: column;
        align-self: stretch;
        justify-content: space-between;
    }
    .streiff-header {
        min-height: 300px;
        display: flex;
        flex-direction: row;
    }
    .streiff-header-height-small {
        min-height: 200px;
    }
}
@media (max-width:450px) {
    .streiff-header {
        min-height: 200px;
    }
    .streiff-header-height-small {
        min-height: 175px;
    }
}
@media (max-width:450px) {
    .streiff-header .streiff-header-subtitle {
        display: none;
    }
    .streiff-header .streiff-header-contactbutton {
        display: none;
    }
}
.streiff-header .thp-placeholder {
    min-height: 250px;
    padding: 50px 10px;
}
.streiff-header .streiff-header-more {
    position: relative;
    flex-grow: 1;
    align-self: stretch;
}
.streiff-header .streiff-header-more-content {
    position: absolute;
    padding: 50px 0 20px 0;
    display: block !important;
}
@media (max-width:767px) {
    .streiff-header .streiff-header-more-content {
        position: static;
    }
}
.streiff-header-bottomleft .streiff-header-more-content {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
}
.streiff-header-topleft .streiff-header-more-content {
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
}
.streiff-header-bottomright .streiff-header-more-content {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
}
.streiff-header-topright .streiff-header-more-content {
    left: 0;
    right: 0;
    top: 0;
    text-align: right;
}
.streiff-header .streiff-header-subtitle {
    font-family: var( --e-global-typography-8cd170d-font-family ), Sans-serif;
    font-size: var( --e-global-typography-8cd170d-font-size );
    font-weight: var( --e-global-typography-8cd170d-font-weight );
    line-height: var( --e-global-typography-8cd170d-line-height );
    letter-spacing: var( --e-global-typography-8cd170d-letter-spacing );
    word-spacing: var( --e-global-typography-8cd170d-word-spacing );
    color: var( --e-global-color-primary );
}
.streiff-header-more {
    display: block !important
}
.streiff-header .streiff-header-title {
    font-family: var( --e-global-typography-c5bc6bd-font-family ), Sans-serif;
    font-size: var( --e-global-typography-c5bc6bd-font-size );
    font-weight: var( --e-global-typography-c5bc6bd-font-weight );
    line-height: var( --e-global-typography-c5bc6bd-line-height );
    letter-spacing: var( --e-global-typography-c5bc6bd-letter-spacing );
    word-spacing: var( --e-global-typography-c5bc6bd-word-spacing );
    color: var( --e-global-color-primary );
    margin: 0;
}
@media (max-width:450px) {
    .streiff-header .streiff-header-title {
        font-size: 1.3rem !important;
    }
}
.streiff-header .streiff-header-contactbutton {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}
.streiff-header .streiff-header-contactbutton a {
    margin-top: 20px;

    background-color: var( --e-global-color-accent ) !important;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 500;
    padding: .7em 1em;

    border-radius: 10px;
}
.streiff-header .streiff-header-contactbutton a i {
    margin-right: 10px;
}
.streiff-header .streiff-header-button {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}
.streiff-header .streiff-header-button a {
    margin-top: 20px;

    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 1.1rem;
    font-weight: 500;
    padding: .7em 1em;

    border-radius: 10px;
}
.streiff-header .streiff-header-button a i {
    margin-right: 10px;
}
.streiff-header-contactform .elementor-message {
    margin-top: 2rem;
}
.streiff-header-contactform {
    box-sizing: border-box;
    max-width: 400px;
}
@media (max-width:767px) {
    .streiff-header-contactform {
    }
}
@media (max-width:1440px) {
    .streiff-header-contactform {
        margin-right: 20px;
    }
}
.streiff-header-contactinner {
    display: block;
    margin-bottom: 1rem;
    background-color: #fff;
    color: #000;
    padding: 1rem 2rem 2rem;
    border-radius: 10px 10px 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
@media (max-width:767px) {
    .streiff-header-contactinner {
        display: none;
    }
}
.streiff-header-contactexpand button {
    background-color: var(--e-global-color-accent);
    color: white;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: .5rem 1rem;
    display: none;
    width: 100%;
    margin: 20px;
}
@media (max-width:767px) {
    .streiff-header-contactexpand button {
        display: block;
    }
}
.streiff-header-contactformtitle {
    font-family: var(--e-global-typography-c5bc6bd-font-family), Sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2em;
    margin-bottom: .3rem;
}
.streiff-header-contactformtext {
    font-size: .9rem;
    line-height: 1.2em;
    margin-bottom: .6rem;
}
.streiff-header-contactform input, .streiff-header-contactform textarea {
    border: 1px solid #ccc !important;
    font-size: .9rem !important;
    padding: 2px 6px !important;
}
.streiff-header-contactform input {
    min-height: 0 !important;
}
.streiff-header-contactform .e-form__buttons {
    width: 100% !important;
}
.streiff-header-contactform button {
    color: #fff !important;
}
.streiff-header-contactform .elementor-field-group {
    margin-bottom: 10px !important;
}
.elementor-turnstile-field {
    margin: 0 !important;
}

@media (max-width:767px) {
    .streiff-header .streiff-header-button a, .streiff-header .streiff-header-contactbutton a {
        font-size: 0.9rem;
        padding: .4em .8em;
        margin-bottom: 0;
    }
}
.streiff-header section {
    margin: 0 0 0 auto;
}


/* icon lists */
.elementor-icon-list-item {
    align-items: start
}
.elementor-icon-list-item i {
    line-height: 2em;
}

/* streiff images */
.streiff-images-altbg {
    background-color: var( --e-global-color-fc8e0c5 );
    padding: 15px;
}
.streiff-images .sie-text-editor .title {
    padding-top: 10px;
    line-height: 1.75em !important;
}
.streiff-images .sie-text-editor .content {
    line-height: 1.75em !important;
}
.streiff-images .sie-widget-wrap {
    display: block !important;
}

.streiff-images.streiff-images-textbg-yes .sie-column {
    background-color: var( --e-global-color-fc8e0c5 );
}
.streiff-images.streiff-images-textbg-yes .sie-widget-image {
    background-color: #fff;
}
.streiff-images.streiff-images-textbg-yes .sie-text-editor {
    padding: 0px 10px 10px 10px;
}
.streiff-images.streiff-images-textbg-yes .sie-text-editor {
    padding: 0px 10px 10px 10px;
}

.streiff-images.streiff-images-textbg-light .sie-column {
    background-color: #fff;
}
.streiff-images.streiff-images-textbg-light .sie-widget-image {
    background-color: #fff;
}
.streiff-images.streiff-images-textbg-light .sie-text-editor {
    padding: 0px 10px 10px 10px;
}
.streiff-images.streiff-images-textbg-light .sie-text-editor {
    padding: 0px 10px 10px 10px;
}

.streiff-images .sie-text-editor .content {
    color: var( --e-global-color-90b4f6b );
    font-size: var( --e-global-typography-84aef85-font-size );
    line-height: var( --e-global-typography-84aef85-line-height );
    letter-spacing: var( --e-global-typography-84aef85-letter-spacing );
    word-spacing: var( --e-global-typography-84aef85-word-spacing );
    margin-bottom: 0;
}
.streiff-images .sie-text-editor p {
    font-size: 0.9em;
    opacity: 0.8;
}
.streiff-images .sie-image {
    text-align: center;
}
.streiff-images-effect .sie-image img {
    filter: brightness( 90% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.3s;
}
.streiff-images-effect .sie-image:hover img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.streiff-images .sie-widget-button {
    height: 60px;
}
.streiff-images .sie-button {
    font-weight: var( --e-global-typography-65493e7-font-weight );
    text-transform: var( --e-global-typography-65493e7-text-transform );
    line-height: var( --e-global-typography-65493e7-line-height );
    letter-spacing: var( --e-global-typography-65493e7-letter-spacing );
    word-spacing: var( --e-global-typography-65493e7-word-spacing );
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var( --e-global-color-primary );
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.streiff-images.streiff-images-border-yes .sie-column {
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.31);
}
.streiff-images .sie-column-gap-default {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width:1180px) {
    .streiff-images .sie-column-gap-default {
         grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width:767px) {
    .streiff-images .sie-column-gap-default {
         grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:620px) {
    .streiff-images .sie-column-gap-default {
        grid-template-columns: 1fr;
    }
}

/* linked posts */
.streiff-linkedposts .elementor-row {
}
.streiff-linkedposts .info {
    border-top: 1px solid #000;
    margin-top: 50px;
    padding-top: 30px;
    color: var( --e-global-color-primary ) !important;
    font-size: var( --e-global-typography-65493e7-font-size ) !important;
    font-weight: var( --e-global-typography-65493e7-font-weight ) !important;
    text-transform: var( --e-global-typography-65493e7-text-transform );
    line-height: var( --e-global-typography-65493e7-line-height );
    letter-spacing: var( --e-global-typography-65493e7-letter-spacing );
    word-spacing: var( --e-global-typography-65493e7-word-spacing );
}

@media (max-width:620px) {
    .streiff-linkedposts .elementor-row {
        display: block !important;
    }
}

/*
 */
.clickable:hover {
    cursor: pointer;
}


/* space for contact button */
@media (max-width:1180px) {
    main > .page-content > .elementor > section.elementor-section-boxed {
        /* padding-right: 27px; */
    }
}

/* decider */
.streiff-decider-step {
    display: none;
}
.streiff-decider-step-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1140px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.streiff-decider-step.past {
    display: block;
    opacity: 0.5;
}
.streiff-decider-step.current {
    background-color: #eee;
    display: block;
}
.streiff-decider-step.future1 {
    display: block;
    opacity: 0.5;
}
.streiff-decider-step.future2 {
    display: block;
    opacity: 0.3;
}
.streiff-decider-steptitle {
    font-size: 0.8rem;
    line-height: 1.6em;
}
.streiff-decider-options {
    gap: 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-right: 20px;
    margin-bottom: 10px;
}
.streiff-decider-option {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.31);
    border-radius: 10px;
    flex: 1 1 0px;
    text-align: center;
    line-height: 1.3em;
    padding: 1rem;
    min-height: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}
.streiff-decider-option.selected {
    background-color: var( --e-global-color-accent );
}
.streiff-decider-option.selected .streiff-decider-optiontitle {
    color: #fff;
}
.streiff-decider-option.selected .streiff-decider-optionsubtitle {
    color: #fff;
}
.streiff-decider-optiontitle {
    font-weight: 600;
    font-size: 1.2rem;
}
.streiff-decider-optiontitle span {
    display: none;
}
.streiff-decider-option.selected .streiff-decider-optiontitle span {
    display: inline;
    font-size: .7rem;
    font-weight: 500;
    vertical-align: super;
}
.streiff-decider-optionsubtitle {
    font-weight: 400;
    font-size: .9rem;
}
.streiff-decider-optioninfo {
    position: absolute;
    top: 7px;
    right: 7px;
}
.streiff-decider-step.enabled .streiff-decider-option {
    cursor: pointer;
}
.streiff-decider-step.enabled .streiff-decider-option:hover {
    background-color: var( --e-global-color-accent );
}
.streiff-decider-step.enabled .streiff-decider-option:hover .streiff-decider-optiontitle {
    color: #fff;
}
.streiff-decider-step.enabled .streiff-decider-option:hover .streiff-decider-optionsubtitle {
    color: #fff;
}
.streiff-decider-optioninfo a {
    border-radius: 10px;
    background-color: var( --e-global-color-accent );
    font-weight: 900;
    text-align: center;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #fff;
    border: 1px solid #fff;
}
.streiff-decider-optioninfo div {
    display: none;
}
.streiff-decider-optioninfo em {
    position: absolute;
    display: block;
    font-weight: bold;
    font-style: normal;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
.streiff-decider-optioninfo.show div {
    width: 200px;
    position: absolute;
    display: block;
    font-size: .8rem;
    border-width: 1px;
    border-style: solid;
    padding: 1rem;
    border-color: var( --e-global-color-accent );
    background-color: #fff;
    z-index: 20;
    line-height: 1.3em;
    text-align: left;
    right: 0;
    top: 3px;
}
.streiff-decider-left {
    flex-basis: 67%;
}
.streiff-decider-right {
    flex-basis: 33%;
    border-left: 2px solid grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.streiff-decider-step.current .streiff-decider-right {
    border-color: var( --e-global-color-accent );
    border-width: 4px;
}
.streiff-decider-chart {
    min-height: 100px;
}
.streiff-decider-step.future .streiff-decider-chart {
    visibility: hidden;
}

@media (max-width:767px) {
    .streiff-decider-step.past .streiff-decider-right {
        display: none;
    }
    .streiff-decider-step-inner {
        display: block;
    }
    .streiff-decider-right {
        border-left: 0px solid grey;
    }
    .streiff-decider-chart {
        maring: 0 auto;
    }
}
@media (max-width:600px) {
    .streiff-decider-step {
        padding-top: 5px;
        margin-bottom: 15px;
    }
    .streiff-decider-options {
        display: block;
    }
    .streiff-decider-option {
        min-height: 0;
        margin-bottom: 5px;
        padding: .5rem 1rem;
    }
}
