.comeet-outer-wrapper {
    padding: 40px;
    border-radius: 20px;
    background-color: #fafafa;
    margin-bottom: 50px;
}

.comeet-outer-wrapper .comeet-groups-list .comeet-group-name,
.comeet-outer-wrapper .comeet-groups-list .comeet-group-name a {
    color: #00a19b !important;
}

.comeet-outer-wrapper .comeet-position-info h4 {
    color: #00a19b !important;
    margin-bottom: 15px !important;
}

.comeet-outer-wrapper .comeet-position-requirements ul li {
    margin-bottom: 10px !important;
}

.comeet-user-text>ul li,
.comeet-user-text>ol li {
    margin-bottom: 10px !important;
}


.comeet-position-info h4,
.comeet-apply h4 {
    font-family: 'Lato-Bold', sans-serif !important;
    font-weight: normal !important;
}

@media screen and (max-width: 767px) {
    .comeet-outer-wrapper {
        padding: 20px;
    }
}
.v-hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.packages-col .short-info a:not(.btn) {
    font-family: 'Lato-Bold',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00a19b;
}
.packages-col .short-info a:after {
    background: url(/wp-content/themes/qognify/dist/css/../images/icon-arrow-double-green.png) no-repeat 0 0;
    content: "";
    position: relative;
    top: 0;
    right: 0;
    margin-top: -3px;
    width: 14px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.packages-col .short-info a:hover:after {
    margin-left: 12px;
}

 @media only screen and (min-width: 981px) {
 	.leadership-list li:last-child .more-details {
 		right: 20px;
 		left: auto;
	}
 }


.locale-de-de.german .portal-dropbox .lft .btn.btn-border.btn-green {
	color: #00a19b !important;
	border-color: #00a19b !important;
	margin-top: 30px;
    font-size: 16px;
}

.locale-de-de.german .portal-dropbox .lft .btn.btn-border.btn-green:hover {
    color: white !important;
    border: 1px solid #00a19b !important;
}


#teconsent {
    display: inline;
}
 

 .gform_required_legend {
     display: none;
 }
 #gform_28 .gfield_label.gform-field-label {
     font-size: 16px;
     line-height: 24px;
     vertical-align: top;
     margin-bottom: 15px;
     font-family: 'Lato-Semibold',sans-serif;
     font-weight: normal;
     font-style: normal;
 }
 #gform_28 .gfield_description {
     margin-bottom: 15px;
 }

/* not active tab */
.tab-list .item:not(.active) a:hover::before {
    animation: bounce 2s infinite !important;
    opacity: 1;
    margin-top: 15px;
    filter: opacity(90%) saturate(0%) brightness(0%) contrast(100%);
}

/* Ordered List */
ol.ordered-list li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
}

ol.ordered-list {
    counter-reset: section;
    list-style-type: none;
}

/* Ordered List */

ul.list.circle-list.green a {
    color: #00a19b;
}


.form-confirmation {
    border: 1px solid #00a19b;
    padding: 20px;
    display: flex;
    margin: 20px 0;
    background: #f2f2f2;
    border-radius: 5px;
}
.form-confirmation img {
    max-width: 50px;
    margin-right: 20px;
}


#input_17_22.gfield_radio li.gchoice,
#input_17_11.gfield_radio li.gchoice {
    display: inline-block;
    margin-right: 15px;
}
.locale-de-de.german .gchoice.gchoice_17_22_0 {
    display: none !important;
}

/* Banner Hero Background */
@media only screen and (max-width: 1200px) {
    .top-banner .text-box.pos-r::before {
        right: -45%;;
        bottom: -60%;;
        height: 3000px;
        width: 3000px;
        background-size: 3000px 3000px;
    }
}

/* wird nur in STAGE/DEV benoetigt
.otgs-development-site-front-end {
    display: none !important;
}*/