:root{
    --fontSize: 15px;
}

html, body{
    height: 100%;
    max-width: 100%;
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    font-family: Source Sans Pro!important;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: var(--dark-blue);
}

:root{
    --green:        #a8c200!important;
    --border-green: #94ab1c!important;
    --dark-blue:    #1d2933!important;
    --light-blue:   #178c95!important;
    --light-gray:   #d2d2d2!important;
    --dark-gray:    #929292!important;
    --red:          #ff0000!important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.dot
{
    width: 20px;
    height: 20px;
    border-radius:50%;
}

.tooltip {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: none;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 80px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 1px 0;
    position: absolute;
    text-transform: none;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

div{
    word-wrap: break-word;
    max-width: 100%;
    font-size: var(--fontSize);
}

.w-100
{
    width: 100%!important;
}

.col-auto
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-sm-12,.col-md-12,.col-lg-12,.col-12
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-5
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-9
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-11
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.77777%;
    flex: 0 0 91.77777%;
    max-width: 91.77777%;
}
.col-10
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.no-gutters
{
    margin-right: 0!important;
    margin-left: 0!important;
}
.row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
}

.btn
{
    border-radius: 5px;
    width: 100%;
    max-width: 200px;
    transition: 0.3s ease;
}
.btn:hover
{
    cursor: pointer;
    transform: scale(1.1,1.1);
}

ul
{
    list-style-type: none;
    position: relative;
}
ul li
{
    list-style-type: none;
}
ul li::before
{
    content: "✓";
    position: absolute;
    color: var(--green);
    margin-left: -20px;
}
nav ul li::before
{
    content: none;
}
.select-option-box ul
{
    list-style-type: circle;
}

.text-center
{
    text-align: center!important;
}
.text-right
{
    text-align: right!important;
}
.text-left
{
    text-align: left!important;
}
.text-uppercase
{
    text-transform: uppercase;
}
.text-lowercase
{
    text-transform: lowercase;
}

#faqbutton
{
    color: var(--green);
}

#jobbutton
{
    color: var(--green);
}

.jobheader
{
    color: var(--green);
}

.small-device
{
    display: none!important;
}
.big-device
{
    display: block;
}

.main-image
{
    margin-left:-10%;
    margin-top:4px;
}
.second-image
{
    margin-left:-10%;
    margin-top:4px;
    opacity: 0.0;
}

.press-distribution .checkboxes
{
    padding: 10px;
}
.press-distribution .checkboxes .form-radio-option
{
    transform: scale(0.5,0.5);
    margin: 0;
}
.press-distribution .checkboxes .form-radio-option-title
{
    line-height: 39px;
    padding: 0;
    font-size: 14px;
}
.press-distribution .input .input-wrapper
{
    margin-bottom: 10px;
}
.press-distribution .input label
{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    min-width: 100px;
    text-transform: uppercase;
    font-weight: bold;
}
.press-distribution .input input
{
    padding-left: 10px;
    padding-right: 10px;
    min-width: 240px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}


@media (min-height: 900px)
{
    #jobbutton2
    {
        display: none;
    }
}
@media (max-width: 850px)
{
    .we-are-searching
    {
        margin-top: -13px;
    }
    .upjers-logo
    {
        margin: auto;
    }
    .row-content-options
    {
        max-width: 100%;
    }
    .small-device
    {
        display: block!important;
    }
    video
    {
        margin: 0 0 10px 0!important;
        width: 100%;
    }
    .error-content
    {
        max-width: 100%!important;
        width: 100%!important;
    }
    .error-uppy
    {
        display: inline-block!important;
        margin-top: -30px;
    }
    .error-link
    {
        width: 65%;
        max-width: 65%;
    }
    .error-title
    {
        font-size: 70px!important;
    }
    .error-message
    {
        font-size: 18px!important;
    }
    #sending_error .content
    {
        left: 10%!important;
        width: 80%!important;
    }
    img#logo
    {
        max-width: 200px;
    }
    .big-device
    {
        display: none!important;
    }
    .jobfield
    {
        padding: 30px 20px;
    }
    .step-progress-bar
    {
        top: 0;
    }
    .form-group
    {
        margin: auto;
    }
    .form-group-content
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .job-title
    {
        font-size: 16px!important;
    }
    .missing-input:not(.information)
    {
        margin-left: 88%!important;
    }
    .success-input
    {
        margin-left: 88%!important;
    }
    .question-option
    {
        padding: 0!important;
    }
    .form-radio
    {
        height: 39px!important;
        width: 45px!important;
    }
    .form-radio-btn
    {
        margin-left: 5px!important;
    }
    .form-radio-option
    {
        transform:scale(0.8,0.8);
    }
    .form-radio-option-title
    {
        font-size: 18px;
        height: calc(39px - 10px);
        padding: 5px;
        margin-left: -10px;
    }
    .row-content
    {

        padding:0!important;
    }
    .row-content-title
    {
        padding: 10px 0!important;
        width: 100%;
    }
    .row-content-header
    {
        display: none;
    }
    .form-checkbox
    {
        margin: 0 15px!important;
    }
    .row-content-title
    {
        max-width: 100%!important;
    }
    .checkboxes .form-radio-btn
    {
        width: 39px!important;
        margin: 0 15px!important;
    }
    .checkboxes .form-radio-btn.active
    {
        background-color: #fff!important;
        color: var(--green)!important;
        font-size: 30px!important;
        line-height: 100%!important;
    }
    .checkboxes .form-radio-btn.active:after
    {
        content: "\2713";
    }
    .checkboxes .form-radio-option.active ~.row-content-title:first-child
    {
        color: var(--green);
    }
    div#infoContainer.apply
    {
        min-height: auto!important;
    }
}
@media (min-width: 850px)
{
    img#logo
    {
        max-width: 130px;
        max-height: 60px;
    }
    .we-are-searching
    {
        margin-top: -5px;
        margin-left: 20px;
    }
    header .upjers-logo
    {
        margin-top: -10px;
        padding-bottom: 5px;
    }
    .step-progress-bar
    {
        top: 59px;
    }
    #applybutton:hover
    {
        cursor: pointer;
        transform: scale(1.1,1.1);
    }
    .menudiv:hover
    {
        cursor:pointer;
    }
    .faqcontainer:hover
    {
        cursor: pointer;
        background-color: #f4f4f4;
    }
    .jobfield:hover
    {
        background-color:#f9f9f9;
        border-radius:0;
        border: solid 1px #d1d1d1;
        transform:scale(1.1,1.1);
        box-shadow: 0 3px 7px #d1d1d1;
    }
    .btn-apply.send:hover
    {
        transform: scale(1.1,1.1);
    }
    .back-to-top:hover
    {
        transform: scale(1.1,1.1);
        cursor:pointer;
    }
    .form-radio:hover
    {
        cursor: pointer;
        transform: scale(1.1,1.1);
        background-image: url("../img/Icon_Star_Hover.png");
        z-index: 10;
    }
    .form-radio-btn:hover
    {
        cursor: pointer;
        transform: scale(1.1,1.1);
        z-index: 10;
        background-color: rgba(168,194,0,0.5);
    }
    .form-checkbox:hover
    {
        cursor: pointer;
        transform: scale(1.1,1.1);
        z-index: 10;
        opacity: 0.5;
    }
    .form-checkbox:hover:after
    {
        content: "\2713";
    }
    .dropdown:hover .dropdown-button
    {
        color: var(--green);
        background-color: var(--dark-blue);
    }
    .dropdown:hover .dropdown-button a
    {
        color: var(--green);
    }
    .select-header:hover
    {
        cursor: pointer;
    }
    #scroll-icon
    {
        display: none!important;
    }
    .cross-popup-header:hover
    {
        cursor: pointer;
    }
    .text-link:hover
    {
        cursor: pointer;
    }
    .select-option:hover
    {
        cursor: pointer;
        background-color:#f4f4f4;
    }
    .form-group-title
    {
        text-align: center!important;
    }
    .dropdown:hover .dropdown-content
    {
        display:block;
    }
    .inner-padding
    {
        padding-left: 250px!important;
    }

}
@media (min-width: 580px)
{
    .jobfield
    {
        padding: 20px 5px 5px 5px;
    }
}
@media (min-width: 600px)
{
    .main-image
    {
        width: 100%;
        margin: auto;
    }
    .second-image
    {
        width: 100%;
        margin: auto;
    }
    .form-radio-option-title
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}
div#infoContainer
{
    z-index: 1;
}
div#infoContainer:not(.apply)
{

}

div#infoContainer.apply{
    /*background: url(https://company.upjers.com/images/MainBody01.png);
    background-size: 100%;
    flex: 1 0 auto;*/
    background-color: #f4f4f4;
    min-height: 600px;
    width: 120%;
    padding-bottom: 1px;
}

.info-container-content #menu
{
    transition: 0.3s ease;
    transform: translateX(0%);
}

@media (min-width: 800px)
{
    div#infoContainer.success-page{
        min-height: calc(100% - 300px);
    }
}


/**
    DSGVO
**/
#label-dsgvo input:hover
{
    cursor: pointer;
}
#label-dsgvo
{
    border: solid 1px #d1d1d1;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    max-width: 398px;
    padding-left: 0;
}
#dsgvo
{
    min-width: 0!important;
    transform: scale(2.0,2.0)!important;
}


.background-color-grey
{
    background-color: #f4f4f4;
}
.background-color-lightred
{
    background-color: rgba(255,0,0,0.5);
}
.color-white
{
    color: #fff;
}

.box-shadow-bottom
{
    box-shadow: 0 3px 7px 0 #d1d1d1;
}

.background-color-white
{
    background-color: #fff;
}

.text-highlight-yellow
{
    color: #FABE00;
}
.text-round-highlight
{
    font-weight: bolder;
    font-size: 30px;
    color: var(--light-blue);
    padding: 5px;
}
.job-list
{
    display: none;
}
.job-span::after
{
    content: '</br>';
}

.justify-content-center
{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.sticky-btn
{
    background: #fff;
    bottom:0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 2;
    padding-bottom: 10px;
}
.navigation-btn
{
    border-top: solid 1px #d2d2d2;
    background-color: #fff;
    padding-bottom: 15px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    text-align: center;
    bottom: 0;
}

#scroll-icon
{
    transition: 0.3s ease;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    bottom: 0;
    width: 25px;
    z-index: 9;
    text-align: center;
    transform: rotate(90deg);
    backface-visibility: hidden;
    left: calc(100% - 30px);
    font-size:25px;
    background-color: var(--green);
    border: solid 1px var(--border-green);
    border-radius: 0 0 10px 10px;
    color: #fff;
    opacity:1.0;
}

#progressbar
{
    transition: 0.5s ease;
    text-align: center;
    background-color: var(--green);
    height: 10px;
    border: solid 1px var(--border-green);
    line-height: 10px;
}

div.mobile_navigation
{
    display: none;
    text-align: right;
    width: calc(100% - 255px);
    padding: 20px;
    padding-right: 0;
}

.step-progress-bar
{
    position: sticky;
    position: -webkit-sticky;
    z-index: 8;
    top: -1px;
}

.progress-text
{
    color: #4f4f4f;
}

div.unselectable{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.textaligncenter{
    text-align: center;
}

h1#indexjetztbewerben{
    width: 100%;
    text-align: center;
}

h1#faqheadline{
    border-bottom: 1px solid black;
}

div#fallbackinfo{
    text-align: center; padding: 3%; font-size: 30px
}

a#applybutton{
    color: #fff;
    border-radius: 5px;
    background-color: var(--green);
    border: solid 1px var(--border-green);
    transition: 0.3s ease;
    margin-top: 5px;
    box-shadow: 0px 5px 8px 2px #a0a0a0;
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none;
}

.form-radio-option.error
{
    position: relative;
}

div#collapsemenu{
    padding:0;
    transition: 0.5s ease;
    transform: translateX(0%);
    background-color: #23353f;
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    z-index: 10;
    min-height: 100%;
    box-shadow: -1px 0 5px #444444;
}
div#collapsemenu.hide
{
    transform: translateX(102%);
}
div#mainmenu
{
    height: 100%;
    overflow-y: scroll;;
}

div#mainmenu .menu-header
{
    padding: 10px;
    border-bottom: solid 1px var(--dark-gray);
    height: calc(40px + 10px);
}

div#mainmenu .menu-header .menu-close
{
    margin: auto;
    text-align: right;
    padding-right: 10px;

}
div#mainmenu .menu-header .menu-close .icon-bar
{
    background-color: #fff;
}
div#mainmenu .menu-header .menu-language
{
    height: 54.5px;
    line-height: 54.5px;
    max-height: 43px;
    width: calc(100% - 95px);
    text-align: right!important;
    padding-right: 20px;
}
div#mainmenu .menu-content
{
    overflow-y: scroll;
}

div.menu-entry
{
    text-transform: uppercase;
    font-size: var(--fontSize);
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
div.menu-entry.active
{
    border-bottom: solid 1px #d1d1d1;

}
div.menu-entry.active a
{
    color: var(--border-green);
    font-weight: bold;
}
div.menu-entry-sub
{
    text-transform: uppercase;
    font-size: var(--fontSize);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-bottom: solid 1px #d1d1d1;
}
div.menu-entry-sub:first-child
{
    border-top: solid 1px #d1d1d1;
}
div.menu-entry-sub a
{
    color: #fff;
    text-decoration: none;
}
div.menu-entry-sub.active
{
    background-color: var(--green);
}

div.menu-entry a
{
    color: #fff;
    text-decoration: none;
}
div.menu-entry a:hover
{
    color: var(--green);
}
div.menu-entry:first-child
{
    margin-top: 20px;
}



.menu-language .flag.option
{
    border-right: solid 1px #fff;
}
.menu-language.dropdown:not(.collapsed)
{
    border-bottom: solid 1px #fff;
}
.menu-language.dropdown:not(.collapsed) ~ .menu-close
{
    border-bottom: solid 1px #fff;
}

.flag.option a.headermenulink
{
    padding: 0;
}
.menu-language .flag.option:last-child
{
    margin-left: -3px;
}

div#header.small-device #mainmenu{
    padding-bottom:7.5px;
    text-align: center;
}
#menubutton{
    transition: 0.5s ease;
    height: auto;
    line-height: 100%;
    padding: 10px;
}

div.menudiv{
    text-transform: uppercase;
    color: #000;
}
.small-device div.menudiv
{
    padding: 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
#header.big-device #logocontainer
{
    height: 100%;
}
#header.big-device #logocontainer img
{
    height: 100%;
}

#header.big-device .submenudivcontainer
{
    transition: 0.3s ease;
    background-color: var(--dark-blue);
    width: 100%;
}
#language-select.collapse.show
{
    display: inline-block;
}

div.submenudiv{
    color: #fff;
    padding:5px 5px 5px 15px;
}
.small-device .submenudiv
{
    padding: 0;
}
div.submenudiv:hover
{
    background-color: var(--green);
    font-weight: bold;
    color: #fff;
}
.submenudiv a
{
    text-decoration: none;
}

#header.big-device .submenudiv
{

}

div#header{
    color: white;
    background-color: #fff;
    width: 100%;
    height: auto;
}
div#header.big-device
{
    border-bottom: solid 10px var(--dark-blue);
    box-shadow: 0 3px 7px #4f4f4f;
}

div#header .header-content
{
    margin-bottom: -1px;
    padding: 5px 5px 10px 5px;
    border-bottom:solid 1px #d1d1d1;
}

div#header.big-device .header-content
{
    padding:0;
}


img#logo{
    width: 100%;
}

div#footer{
    color: white;
    background-color: var(--dark-blue);
    justify-content: center;
    text-align: center;
}

div.container{

}

div.extendedcontainer{
    display: none;
}


div.newscontainer{
    width: 100%;
    margin-bottom:5px;
    box-shadow: 0 3px 7px 0 #d1d1d1;
    border: solid 1px #d1d1d1;
    padding: 5px;
}
.footerlinks
{
    max-height: 30px;
}
.footerlinks a{
    color: var(--dark-gray);
    display: block;
    text-decoration: none;
}
.footerlinks a:hover
{
    color: var(--green);
}

a.headermenulink{
    color: var(--dark-blue);
    display: block;
    text-decoration: none;
}
.small-device a.headermenulink
{
    color: var(--white);
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
}
.small-device .menudiv.dropdown:not(.collapsed)
{
    color: var(--green);
    font-weight: bold;
    border-bottom: solid 1px var(--light-gray);
}
.small-device .submenudiv
{
    border-bottom: solid 1px var(--light-gray);
}

#header.big-device .submenudiv .headermenulink
{
    color: #fff;
}

.menudiv > a
{
    color: #fff;
}



div.newscontainerextended{
    padding: 5px;
}

div#footercontainer{
    background-color: var(--dark-blue);
    border-top:solid 1px var(--border-green);
    width: 100%;
    margin: auto;
    text-align: center;
}

div.faqcontainer{

    max-width: 950px;
    margin: auto;
    margin-top: 15px;
}


div.faqsubcontainer{

}

div#jobdescription{
    padding-top: 15px;
    line-height: 20px;
}
div#jobdescription p
{
    margin: 1px 0;
}
div#jobdescription br
{
    display: none !important;
}

div#jobdescriptionbody{
}

div#socialmedia{
    font-size:25px;
    width:250px;
    padding: 0 0 30px 0;
}

.footer-extra
{
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
    color: #d1d1d1;
    font-size: 13px;
}
.footer-extra div
{
    padding:0 10px;
}
.footer-extra div:first-child
{
    padding-right: 15px;
    border-right: solid 1px #4f4f4f;
    text-align: right;
}
.footer-extra div:last-child
{
    padding-left: 15px;
    border-left: solid 1px #4f4f4f;
    text-align: left;
}

.footer-extra a
{
    display: block;
    color: #d1d1d1;
    font-size: 12px;
}

#socialmedia .footer-list
{
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: 32px auto 0 auto;
    width: 200px;
}
.footer-list li:first-child
{
    margin-left: 0;
}
.footer-list li
{
    margin-left: 20px;
    float: left;
    position: relative;
}
#socialmedia a
{
    background-image: url("//corporate-website-test.s3.amazonaws.com/wp-content/themes/ggs-rcw/img/Sprite_Icons_64px_64px_&_48px_48px@2x.png");
    background-size: 64px;
    height: 35px;
    width: 35px;
    display: block;
}
#socialmedia .google-plus
{
    background-position: -7px -1670px;
}
#socialmedia .facebook
{
    background-position: -7px -1352px;
}
#socialmedia .twitter
{
    background-position: -7px -1543px;
}
#socialmedia .youtube
{
    background-position: -7px -1415px;
}

.job-content
{
    padding-top: 30px;
}

.job-content > :hover
{
    cursor: pointer;
}

.job-title{
    color: var(--green);
    white-space: nowrap;
    font-size: 120%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
.job-title a
{
    white-space: normal!important;
}

div.jobcontainer{

}

.small-device .jobfield
{
    padding: 10px 20px 10px 5px;
}
.jobfield{
    transition: 0.3s ease;
    font-size:15px;
    display: block;
}
    .jobfield:hover
    {
        cursor: pointer;
    }
.job-counter
{
    color: #4f4f4f;
    transform: rotate(90deg);
    transition: 0.3s ease;
}
.job-counter.rotated
{
    transform: rotate(270deg);
}


.icon-bar
{
    width: 30px;
    background-color: var(--dark-blue);
    height: 3px;
    display: block;
}
.icon-bar.margin
{
    margin-top: 7px;
    margin-bottom: 7px;
}
.btn-menu-container
{
    text-align: right;
    margin-top: 3px;
    padding-right: 10px!important;
}
.btn-apply
{
    position: relative!important;
    padding: 10px;
    transition: 0.3s ease;
}
.btn-apply a
{
    text-decoration: none;
    color: #fff;
}
.btn-apply:hover
{
    transform: scale(1.1,1.1);
}
.btn-apply.send:disabled,.btn-apply.send[disabled]
{
    background-color: #d1d1d1!important;
}
.btn-apply.send
{
    box-shadow: 0 3px 7px #d1d1d1;
    border: solid 1px #d1d1d1;
    background-color: var(--light-blue);
    max-width: 200px;
    color: #fff;
}
.data-security
{
    color: var(--light-blue);
}
a.data-security:hover
{
    color: var(--light-blue);
    font-weight: bold;
    text-decoration: none;
}


.headermenugroup:not(.collapsed)
{
    color: var(--green);
}
#header.big-device .headermenugroup:not(.collapsed)
{
    background-color: var(--dark-blue);
    color: #f4f4f4;
}

.px20{
    font-size: 20px;
}
.px-25
{
    font-size:25px;
}
.px-30
{
    font-size: 30px;
}
.rotate-180
{
    transform: rotate(180deg);
}
.px-big
{
    font-size: 20px;
}
.px-default
{
    font-size: 14px;
}
.px-medium
{
    font-size:17px;
}
.bold
{
    font-weight: bold;
}
.bolder
{
    font-weight: 800;
}

.padding-left-right
{
    padding-right: 15px;
    padding-left: 15px;
}
.padding-top
{
    padding-top: 3px;
}
.padding-bottom
{
    padding-bottom: 10px;
}
.padding-5
{
    padding: 5px;
}
.padding-10
{
    padding: 10px;
}
.padding-20
{
    padding: 20px;
}
.hidden
{
    display: none;
}
.margin-10
{
    margin: 10px;
}
.margin-top
{
    margin-top: 5px;
}
.margin-bottom-10
{
    margin-bottom: 10px;
}
.margin-bottom-20
{
    margin-bottom: 20px;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-top-20
{
    margin-top: 20px;
}
.contact-title
{
    color: #fff;
    padding: 5px;
    border-bottom: solid 1px var(--dark-gray);
}

.top-button
{
    padding: 3px 5px 5px 5px;
}

.back-to-top
{
    margin: auto;
    border-radius: 5px;
    color: #575756;
    margin-top: -5px;
    box-shadow: 0 -3px 0 0 var(--green);
    height: 35px;
    max-width: 50px;
    background-color: var(--green);
}

#sending_error
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top:0;
    background-color: rgba(146, 146, 146, 0.5);
    box-shadow: 0 0 1px 1px #d1d1d1;
}
#sending_error .greybox
{
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: 9;
    position: absolute;
}
#sending_error .content>:first-child
{
    box-shadow: 0 3px 3px #d1d1d1;
}

#sending_error .content
{
    left: 25%;
    width: 50%;
    top: 15%;
    position: absolute;
    z-index: 10;
    background-color: #f4f4f4;
    box-shadow: 0 3px 7px var(--dark-gray);
}

.error-content
{
    padding-top: calc(50% - 350px);
    width: 65%;
    max-width: 65%;
}
.error-uppy
{
    margin-left:-5px;
    text-align: right;
    width: 35%;
}

.error-title
{
    font-size: 100px;
    color: var(--green);
    font-weight: 900;
    margin-bottom: 20px;
}
.error-message
{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
.error-link-header
{
    margin-bottom: 5px;
}
.error-link-list
{
    color: var(--green);
    font-weight: bold;
}
.error-link-list a
{
    text-decoration: none;
    color: var(--green);
}
.error-link-list a:hover
{
    cursor: pointer;
}




#datasecurity
{
    display: none;
    height: 100%;
    position: absolute;
    z-index: 10;
    top:0;
    background-color: #f4f4f4;
    box-shadow: 0 0 1px 1px #d1d1d1;
}
.contentline
{
    height: calc(85% - 40px);
    overflow-y: scroll;
    padding: 20px;
}
.text-link
{
    font-size:14px;
    font-weight: bold;
    color: #0084ee;
}


.dataschutz.title
{
    font-weight:bold;
    text-transform: uppercase;
    font-size:14px;
}
.dataschutz.content
{
    text-align: justify;
}


.display-inline
{
    display: inline-block;
    vertical-align: top;
}
.w-90
{
    width: 90%!important;
}

.w-5
{
    width: 5%!important;
}
.w-10
{
    width: 10%!important;
}
.w-15
{
    width: 15%!important;
}
.w-60
{
    width: 60%!important;
}
.w-65
{
    width: 65%!important;
}
.w-20
{
    width: 20%!important;
}
.w-75
{
    width: 75%!important;
}
.w-30
{
    width: 30%!important;
}
.w-40
{
    width: 40%!important;
}
.w-45
{
    width: 45%!important;
}

.title
{
    text-transform: uppercase;
}

.px30{
    font-size: 30px;
}

input[type="checkbox"] {
    transform:scale(5, 5);
}

.border-solid-bottom
{
    border-bottom: solid 1px #d1d1d1;
}
.border-solid-top
{
    border-top: solid 1px #d1d1d1;
}

.small-device .form-group
{
    max-width: 100%!important;
}

.form-group
{
    margin-bottom: 15px;
    min-height: 88px;
}
.form-group-header
{
}
.form-group-title
{
    padding: 10px;
    text-align: left;
}
.form-group-content
{
    max-width: 425px;margin: 20px auto;
}

.form-input
{
    width: calc(100% - 30px);
    background-color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 15px;
    border: solid 1px var(--light-blue);
    border-radius: 5px;
    max-width: 425px;
}
.money-input
{
    font-size: 25px;
    padding: 5px;
    padding-left: 35px;
}
.money
{
    font-size: 30px;
    text-align: center;
    color: var(--dark-blue);
    line-height:44px;
    position: relative;
    top: -47px;
    left: 10px;
}
.success-input.moneyD{
    margin-top: -84.5px!important;
}
.missing-input:not(.information).moneyD
{
    margin-top: -84.5px!important;
}


textarea.form-input
{
    margin-bottom: -5px;
}
input[type=file].form-input
{
    border-radius: 0;
    border: solid 1px #d1d1d1;
}
.input-header
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: var(--dark-blue);
    margin-bottom: 5px;
}
.success-input
{
    display: none;
    position: relative;
    margin-top: -37.5px;
    margin-left: 90%;
    width: 30px;
    height: 30px;
    background-color: var(--green);
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
}
.missing-input:not(.information)
{
    display: none;
    position: relative;
    margin-top: -37.5px;
    margin-left: 90%;
    width: 30px;
    height: 30px;
    background-color: var(--red);
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
}
.missing-input.information
{
    display: none;
    width: 100%;
    color: var(--red);
    text-align: left;
    padding-bottom: 3px;
}
.forward-button
{
    max-width: 200px;
    min-height: 30px;
}
.forward-button.disabled
{
    background-color: #d1d1d1;
    display: none!important;
}
.back-button
{
    max-width: 200px;
    min-height: 30px;
}
.back-button.disabled
{
    background-color: #d1d1d1;
    display: none;
}
.back-button:not(.disabled)
{
    background-color: var(--green);
    border: solid 1px var(--border-green);
    color: #fff;
    opacity: 1.0;
}
.forward-button:not(.disabled)
{
    background-color: var(--green);
    border: solid 1px var(--border-green);
    color: #fff;
    opacity: 1.0;
}
.btn.disabled
{
    opacity: 0.4;
}

/*SELECT*/
.select
{
    margin: auto;
    padding: 10px;
    width: calc(100% - 20px);
    text-align: center;
    border: solid 1px #d1d1d1;
    box-shadow: 0 3px 7px 0 #d1d1d1;
}


.select-active
{
    padding: 10px;
    width: calc(90% - 20px);
    text-align: left;
    font-weight: bold;
    margin-left: -15px;
}
.select-icon
{
    padding: 10px;
    width: calc(10% - 20px);
    text-align: center;
    transform: rotate(90deg);
    transition: 0.3s ease;
}
.arrow-down
{
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    margin: 15px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent var(--border-green);
}
.select-icon.active
{
    transform: rotate(270deg);
}

.select-option-box
{
    border-top: solid 1px #d2d2d2;
    transition: 0.3s ease;
    border-bottom: solid 1px #d2d2d2;
    padding: 10px;
    background-color: #f4f4f4;
}
.select-option
{
    padding: 20px 10px;
    text-align: left;
    border-bottom: solid 1px var(--light-gray);
}
.select-header
{
    border-bottom:solid 1px #d1d1d1;
}
.select .select-header
{
    border-bottom: none;
}
.select .select-option-box
{
    padding: 0;
    background-color: transparent;
}
.select .select-active
{
    margin-left: 0;
}


.select-name
{
    width: calc(85% - 10px);
}
.select-count
{
    text-align: right;
    width: calc(15% - 10px);
}

.apply-form-group
{
    transition: 0.5s ease;
}


/*Check-Mark*/
.check-mark-box
{
    height: 125px;
    font-size: 100px;
    color: var(--green);
}
.check-mark-box-filler
{
    height: 150px;
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #fff;
}


/* RADIO BUTTONS */


.form-radio
{
    color:var(--green);
    font-weight: bold;
    text-align: center;
    transition: 0.3s ease;
    opacity: 1.0;
    width: 70px;
    background-image: url("../img/Icon_Star_Empty.png");
    background-repeat: no-repeat;
    background-size: 41px 39px;
    background-position-x: 50%;
}
.form-radio.active
{
    background-image: url("../img/Icon_Star_Full.png");
}
.form-checkbox
{
    width: 39px;
    max-width: 39px;
    height: 39px;
    line-height: 100%;
    border-radius: 5px;
    border: solid 1px var(--light-blue);
    font-size: 30px;
    margin: 0 30px;

    text-align: center;
    color: var(--green);
    background-color: #fff;
}
.form-checkbox-title
{
    width: 100px;
    height: 50px;
    line-height: 100%;
    font-size: 18px;
    text-align: center;
    padding: 0 0 0 5px;
}
.form-checkbox.active:after
{
    content: '\2713';
}
.row-content
{
    margin: 0 0 10px 0;
    -webkit-box-pack: center;
    justify-content: center;
}
.row-content-title
{
    font-size: 18px;
    text-align: left;
    line-height: 100%;
    padding:5px 10px 10px 10px;
    max-width: 220px;
}
.form-radio-btn
{
    background-color: #fff;
    border: solid 1px var(--light-blue);
    border-radius:5px;
    text-align: center;
    transition: 0.3s ease;
    opacity: 1.0;
    width: 60px;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    height: 39px;
    margin-left: 30px;
    line-height: 15px;
    padding-top: 2px;
}
.small-device .form-checkbox
{
    margin: 0 15px!important;
}
.form-radio-btn.active
{
    background-color: var(--green);
    color: #fff;
}

div.form-radio-text
{
    text-align: left;
    font-weight: bold;
}



/* DROPDOWN DESKTOP NAVIGATION */
#navigation
{
    margin-top: 5px;
}
.dropdown-button
{
    color: #000;
    transition: 0.3s ease;
    margin-top:19px;
    padding: 10px;
}

.dropdown-content
{
    position:absolute;
    display: none;
    z-index: 2;
    min-width: 200px;
}

/*
.check-mark-left-part
{
    height: 15px;
    position: absolute;
    width: 70px;
    background-color: #3c763d;
    top: 60%;
    left: calc(40% + 20% - 70px);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(45deg);
}
.check-mark-right-part
{
    height: 14px;
    position: absolute;
    width: 150px;
    background-color: #3c763d;
    z-index: 0;
    top: 40%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(-45deg);
}
*/

/* LOADING UPLOAD */
#loading-bar
{
    background-color: var(--dark-blue);
    opacity: 0.5;
    color: #fff;
    max-width: 350px;
    margin: 20px auto;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 7px #d1d1d1;
    border: solid 1px #d1d1d1;
}
.loading div
{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #a8c200;
    animation: MOVING-DOT 1.4s infinite; /* IE 10+, Fx 29+ */
    animation-fill-mode: both;
}
.loading div:nth-child(2)
{
    animation-delay: .3s;
}
.loading div:nth-child(3)
{
    animation-delay: .6s;
}

@media (max-width: 800px)
{
    .loading{
        margin-top: 15px;
    }
    #label-dsgvo div:nth-child(1)
    {
        padding-top: 17px!important;
    }
}

@keyframes MOVING-DOT {
    0%   { opacity: 0.2;}
    20%  { opacity: 1.0;}
    100% { opacity: 0.2;}
}


/* STYLE CHANGES */
.footer-line
{
    margin-bottom: 0!important;
}
footer
{
    height: auto!important;
}
.footer-block-25
{
    float: none!important;
    min-width: 30%;
}


/* JOBMANAGER USER CHECKLIST */
@media (max-width: 850px)
{
    .checklist-area
    {
        width: calc(100% - 20px)!important;
        padding: 0 10px;
    }
    .checklist
    {
        width: calc(100% - 20px)!important;
        padding: 0 10px;
    }
}

.checklist
{
    width: 100%;
    max-width: 450px;
    margin: auto;
}
span.missing-entry
{
    padding: 2px;
}


.upload
{
    width: calc(100% - 30px);
    background-color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 15px;
    border: solid 1px var(--light-blue);
    border-radius: 5px;
    max-width: 425px;
}

.upload-btn
{
    transition: 0.3s ease;
}
.upload-btn:hover
{
    cursor: pointer;
    transform: scale(1.1,1.1);
}
.delete-btn
{
    transition: 0.3s ease;
    width:calc(10% - 5px);
    height:19px;
    color: #ff0000;
    margin-top:-4px;
    border-radius: 100%;
    text-align: right;
}
.delete-btn:hover
{
    cursor: pointer;
    color: var(--dark-blue);
    transform: scale(1.1,1.1);
}
.no-upload-files
{
    background-color: #fff;
    box-shadow: 0 1px 1px #d1d1d1;
    max-width: 400px;
    margin: auto;
    text-align: center;
    margin-top: 5px;
}
.no-upload-files :nth-child(1):not(span)
{
    padding:10px 5px;
    text-align: center;
    width: calc(80% - 10px);
}
.no-upload-files :nth-child(2)
{
    font-size: 30px;
    padding: 5px;
    text-align: center;
    width: 40px;
    height: 100%;
    line-height: 100%;
    color: #fff;
}
.no-upload-files.false :nth-child(2)
{
    background-color: #a8c200;
}
.no-upload-files.true :nth-child(2)
{
    background-color: #ec872d;
}


/** PRESSEMITTEILUNGEN BREADCRUMB **/
.breadcrumb
{
    max-width: var(--max-width);
    margin: auto;
    margin-top: 10px;
    border-bottom: solid 1px #d1d1d1;
}
.breadcrumb .year-filter:before
{
    content: '>';
    padding: 3px;
}
.breadcrumb .cat-filter:before
{
    content: '>';
    padding: 3px;
}
.arrow
{
    border: solid var(--green);
    border-width: 0 3px 3px 0;
    padding: 8px;
    cursor: pointer;
}
.arrow.right
{
    transform: scale(0.75,1.0) rotate(-45deg);
}
.arrow.left
{
    transform: scale(0.75,1.0) rotate(135deg);
}

.post-detail-content-text a
{
    color: var(--light-blue)!important;
}

.clearfix:after
{
    content: " ";
    display: table;
    clear: both;
}