/* CORE */

@font-face {
	font-family: "Roboto-Regular";
	src: url("/fonts/Roboto/Roboto-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("/fonts/Roboto/Roboto-Bold.ttf") format('truetype');
}

@font-face {
	font-family: "Roboto-Light";
	src: url("/fonts/Roboto/Roboto-Light.ttf") format('truetype');
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("/fonts/Roboto/Roboto-Medium.ttf") format('truetype');
}

@font-face {
	font-family: "ZillaSlab-Regular";
	src: url("/fonts/ZillaSlab/ZillaSlab-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "ZillaSlab-Bold";
	src: url("/fonts/ZillaSlab/ZillaSlab-Bold.ttf") format('truetype');
}

@font-face {
	font-family: "ZillaSlab-Light";
	src: url("/fonts/ZillaSlab/ZillaSlab-Light.ttf") format('truetype');
}

@font-face {
	font-family: "ZillaSlab-Medium";
	src: url("/fonts/ZillaSlab/ZillaSlab-Medium.ttf") format('truetype');
}

@font-face {
	font-family: "ZillaSlab-SemiBold";
	src: url("/fonts/ZillaSlab/ZillaSlab-SemiBold.ttf") format('truetype');
}


body {
	width: 100%;
	background-color: #f3f7ff;
	font-size: 16px;
	font-family: "Roboto-Regular";
}

body#iframe_bg {
	background-color: white;
}

textarea {
	resize: none;
	width: 99%;
	height:100px;
}

.center_content {
	padding-left: 15%;
	padding-right: 15%;
	margin-bottom: 10px;
}

.center_text {
	text-align: center;
}

header {
    display: flex;
    align-items: center;
}

.inline_float {
    display: inline-block;
}

.floated{
    overflow: hidden;
}

.inherit_float_left{
    overflow: hidden;  
}

.inherit_float_left > *{
    float: left;
}

.block {
    display: block;
}

input, select {
    margin: 5px 0;
}

#main_menu {
    margin-left: auto;
}

.feedback_toggle_button {
    cursor: pointer;
}

.feedback {
    padding: 20px 40px;
}

#feedback_form {
    display: none;
}

.footer_margin {
	margin-bottom: 50px;
}

.banner_background {
	/*background-image: linear-gradient(90deg, #02632f 0%, #08964a 100%);*/
	padding: 50px 20px;
    background: #02632f; /* default fallback */
    background: -webkit-linear-gradient(left, #02632f, #08964a); /* Safari */
    background: -o-linear-gradient(right,#02632f, #08964a); /* Opera */
    background: -moz-linear-gradient(right,#02632f, #08964a); /* Firefox */
    background: linear-gradient(to right, #02632f, #08964a); /* Standard */
}

.center_button {
	display: table !important;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px !important;
}

.content_off_main {
	margin-top: 80px;
}

#main_content {
	background-color: #fff;
	margin-top:	80px;
	width:50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.main_content_no_margin {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.main_content_small {
	background-color: #fff;
	width:35%;
	margin-left: auto;
	margin-right: auto;
}

.main_content_small_margin_top {
	margin-top:	80px;
}

.main_content_small_margin_bottom {
	margin-bottom: 80px;
}

.divided_main_content {
	display: flex;
	flex-direction: column;
	margin-top:	80px;
	width:55%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.divided_content_box {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 5px;
}

.divided_content_box_2 {
	background-color: #fff;
	padding: 0 40px 40px 40px;
	margin-bottom: 5px;
}

.dashboard_content_block {
	background-color: white;
	margin: 0 15% 10px 15%;
	padding: 35px 40px;
}

.iLogin_content {
	background-color: #fff;
	padding: 15px 10px 20px 10px;	
}

.iLogin_content > *:not(:last-child) {
	margin-bottom: 15px;
}

.iLogin_content.iLogin_complete > * {
	text-align: center;
}

.iLogin_content.iLogin_complete > *:not(:last-child) {
	margin-bottom: 25px;
}

.iLogin_complete > div > * {
	margin-bottom: 10px;
}

.iLogin_complete > div:last-child {
	margin-top: 60px;
}

.iLogin_GreenHead {
	font-size: 24px;
	color: #1bb530;
	font-weight: 800;
}

div.iLogin_content > div.wp_login_vertCenter div > label {
	margin-left: 10px;
}

div.iLogin_content > div > button.wp_login_button {
	background-color: #02632f;
}

div.iLogin_content > div > button.wp_login_button:hover {
	color: #02632f;
	background-color: #FFF;
}

/* .divided_content_box:nth-last-child(2) {
	padding: 40px 40px 0 40px !important;
	margin-bottom: 40px;
} */

.divided_content_box.studium_info {
	padding: 40px 40px 0 40px !important;
}

.divided_content_box.register_input_flex > div {
	width: 48%;
}

.register_input_flex .halfwidth {
	width: 48%;
}

.register_input_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.edit_data_button_flex, .edit_data_input_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.feedback_flex {
	display: flex;
	align-items: center;
}

.register_input_flex_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 48%;
}

.register_input_flex_column > div:first-child {
	margin-bottom: 40px;
}

/*.register_input_thesis_margin {
	margin-bottom: 40px;
}*/

.register_input_flex > div:not(:last-child) {
	margin-right: 5px;
}

.register_input_label_fix {
	height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.register_input_delete_fix {
	margin-left: 20px;
}

.register_einsatzort_delete_fix {
	margin-left: 14px;
}

.default_content_box {
	background-color: #fff;
    margin-bottom: 5px;
    padding-left: 60px;
    padding-top: 30px;
	padding-bottom: 30px;
	width: 50%;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.default_headbox_distance {
	margin-top: 80px;
}

.remove_background {
	background: none;
}

#headline_box_main_content {
	margin-top:	80px;
	width:50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

#inner_box {
	padding: 20px;
}

.inner_box {
	padding: 20px;
}

.inner_box_small {
	padding: 40px 80px;
	margin-bottom: 5px;
}

.inner_box_padding {
	padding: 40px;
}

.inner_box_button_padding {
	padding: 40px 80px;
}

.word_break_all {
	word-break: break-all;
}

.inner_box_button_padding_1 {
	padding: 40px 80px 80px 80px;
}

#main_top_bar {
	background-color: #fff;	
	max-width: 1200px;
	height: 110px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}

#back_forth_buttons {
	display: inline-flex;
	justify-content: space-between;
}

.button_top_margin {
	margin-top: 25px;
}

.button_bottom_margin {
	margin-bottom: 25px;
}

.button_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

button:not(.ui-button), html [type="button"]:not(.ui-button), [type="reset"], [type="submit"]:not(.iLoginSubmit), a.button, .blue_button{
	min-width:210px;
	cursor: pointer;
	border:2px solid transparent;
	background-color:#02632f;
	height: 25px;
	border-radius: 5px;
	padding-top:25px;
	padding-bottom:25px;
	line-height: 3px;
	font-family: "Roboto-Bold";
	font-size: 15px;
	color:white;
}

button#filterButton_submit {
	background-color: white;
	color: #02632f;
	border: none;
	font-size: 20px;
}

div.ui-datepicker-buttonpane button.ui-state-default {
	min-width: 0px;
}

.lightblue_button {
	min-width: 200px;
	cursor: pointer;
	border:2px solid transparent;
	background-color:#c7ffe1;
	height: 25px;
	border-radius: 5px;
	padding-top:25px;
	padding-bottom:25px;
	line-height: 3px;
	font-family: "Roboto-Bold";
	font-size: 15px;
	color:#02632f;
	display: inline-block;
}

.plus_element {
	border: 2px solid #02632f;
	display: inline-block;
	font-size: 22px;
	line-height: 20px;
	color: #02632f;
	cursor: pointer;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    text-align: center;
}

.anker_button_small {
	cursor: pointer;
	border:2px solid transparent;
	background-color:#02632f;
	border-radius: 5px;
	padding: 8px 10px;
	font-family: "Roboto-Bold";
	font-size: 15px;
	color:white;
	display: inline-block;
}

.anker_button_small:hover {
	border-color: #02632f;
	background-color: white;
	color: #02632f;
}

.small_margin {
	margin: 8px 10px;
}

button:not(.ui-button), html [type="button"]:not(.ui-button):hover, [type="reset"]:hover, [type="submit"]:hover, .blue_button:hover, .lightblue_button:hover{
	border:2px solid #02632f;
	background-color:#FFF;
	border-radius: 5px;
	color:#02632f;
}

button:not(.ui-button), html [type="button"]:not(.ui-button):disabled, [type="reset"]:disabled, [type="submit"]:disabled, .blue_button:disabled{
	background-color:#fff;
	border-radius: 5px;
	padding-top: 18px;
	padding-bottom: 32px;
	line-height: 17px;
	font-size: 15px;
	color:#02632f;
}

.inline_blue_button {
	display: inline-block;
}

.back_button {
	min-width:200px;
	cursor: pointer;
	border:0;
	height: 25px;
	padding-top:25px;
	padding-bottom:25px;
	line-height: 3px;
	font-family: "Roboto-Bold";
	font-size: 15px;
	color:#02632f;
	display: inline-block;
}

[type="text"], [type="password"], [type="email"], textarea, select {
	border-style: solid;
	border-width: 1px;
	border-color: #e4edf4;
	background-color: #fcfdfd;
	border-radius: 3px;
	font-family: "Roboto-Regular";
	padding-left: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.headline_center {
	text-align: center;
}

.block_center_text {
	display: block;
	text-align: center;
}

.block_display {
	display: block;
}

.input_big {
	width:100%;
	height:50px;
	padding-left: 8px;
}

.input_small {
    font-family: Arial, FontAwesome;
    padding: 0 25px;
	width: 100%;
	min-width: 100px;
	height: 52px;
}

div > label.input_small {
	width: 100%;
}

.input_textarea {
	font-family: Arial, FontAwesome;
    padding: 15px 25px;
	width: 97.2%;
	min-width: 100px;
	margin: 5px 0;
}

.input_tiny {
	font-family: Arial, FontAwesome;
    padding: 25px;
    width: 100%;
    margin-bottom: 0;
}

.input_select {
	font-family: Arial, FontAwesome;
	padding: 0 25px;
	height: 52px;
	width: 100%;
	min-width: 150px;
	margin-right: 0;
}

.eye_color {
	color: grey;
}

.h1 {
    font-size: 1.25em;
    font-weight: bold;
}

h1.header_white {
    color: white;
}

.font_white {
    color: white;
}

article.ausschreibung, article.anfrage{
    border: 1px solid #d5e3ee;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

article.ausschreibung header {
	border-bottom: 1px solid #d5e3ee;
	padding: 15px 40px 15px 30px;
    display: flex;
    justify-content: space-between;
}
article.ausschreibung header > div:first-child i {
	margin-right: 10px;
	color: #ff7700;
}

.headline_padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
article.ausschreibung header.profil_request {
	border-bottom: 1px solid #d5e3ee;
	padding: 0;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
article.ausschreibung header.profil_request > div:first-child {
	padding: 15px 40px 15px 30px;
}
header.profil_request button {
	margin-top: 0.7em;
    margin-right: 30px;
}

article.ausschreibung header.no_header_padding {
    padding-top: 0;
    padding-bottom: 0;
}

article.ausschreibung header .buttons{
    margin-left: auto;
    display: flex;
}

article.ausschreibung footer > div.flexbox_cog {
    display: flex;
    flex-direction: row;
    justify-content: start !important;
}

article.ausschreibung > * {
    padding-left: 60px;
    padding-right: 40px;
}

body[data-view=unternehmen_matches] article.ausschreibung header {
    padding-right: 53px;
}

article.ausschreibung div {
	line-height: 1.1em;
}

:not(body[data-view=student_requests]) div.request_more_text{
    position: relative;
    top: -6px;
}

article.ausschreibung + article.ausschreibung, article.anfrage + article.anfrage{
    margin-top: 1em;
}

article.ausschreibung footer{
    overflow: hidden;
	margin-bottom: 20px;
}

article.ausschreibung .fabutton {
  background: none;
  padding: 0px;
  border: none;
  color: #02632f;
  min-width: 1em;
  height: 1em;
  font-size: 20px;
}

:not(body[data-view=unternehmen_matches]) article.ausschreibung footer > *{ 
    float: left;
	margin-right: 40px;
    margin-top: 30px;
}

body[data-view=unternehmen_matches] article.ausschreibung footer > div:last-child {
    justify-content: flex-end;
}

body[data-view=unternehmen_requests] article.ausschreibung footer > *,
body[data-view=unternehmen_matches] article.ausschreibung footer > * {
    display: flex;
    justify-content: space-between;
}

article.ausschreibung header > div:last-child > *:last-child {
    margin-right: 0;
}

article.ausschreibung footer {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
article.ausschreibung footer.profil_request_footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
}

article.ausschreibung footer > div {
    display: flex;
    flex-direction: row;
}

:not(body[data-view=student_offers]) article.ausschreibung footer > div > *:not(:last-child) {
	margin-right: 10px;	
}

body[data-view=student_offers] article.ausschreibung footer > div > * {
	display: flex;
}

body[data-view=student_offers] article.ausschreibung footer > div > * > div:first-child {
	margin-right: 10px;
}

body[data-view=unternehmen_matches] article.ausschreibung footer {
	display:flex; 
	flex-direction: column;	
}
body[data-view=unternehmen_matches] article.ausschreibung footer > div:first-child,
body[data-view=unternehmen_matches] article.ausschreibung footer > div:first-child > div:first-child {
	display: flex; 
	justify-content: space-between;	
}
body[data-view=unternehmen_matches] article.ausschreibung footer > div:first-child > div:first-child {	
	margin-top: 10px;
}
body[data-view=unternehmen_matches] article.ausschreibung footer > div:first-child > div:first-child > div {
	display: flex;	
}
body[data-view=unternehmen_matches] article.ausschreibung footer > div:first-child > div:first-child > div:not(:last-child) {
	margin-right: 50px;	
}
body[data-view=unternehmen_matches] article.ausschreibung footer > div:first-child > div:first-child > div > div:last-child {
	display: flex;
	flex-direction: column;
}
body[data-view=unternehmen_matches] article.ausschreibung footer > div:first-child > div:first-child > div > div {
	padding: 0;	
}
body[data-view=unternehmen_matches] article.ausschreibung footer > div:first-child > div:first-child > div > div:last-child > span:first-child {
	font-weight: bold;
	margin-bottom: 5px;
}

body[data-view=unternehmen_requests] article.ausschreibung footer > div > div:first-child > *,
body[data-view=unternehmen_matches] article.ausschreibung footer > div > div:first-child > * {
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

:not(body[data-view=unternehmen_matches]) article.ausschreibung footer > div > div > div > * {
    padding: 0 15px 8px 0;
}

article.ausschreibung .request {
    float: right;
}

.light_blue_icon_color {
    color: #08964a;
}

article.ausschreibung footer div i.fa {
    margin-right: 10px;
	color: #08964a;
}

article.ausschreibung footer > div > form > button > i.fa {
    margin-right: 0;
}

div.banner_title {
	font-size: 32px;
}

.ausschreibung .status {
	clear: both;
}

dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 40px;
}

body[data-view=unternehmen_matches] dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}

dt {
    float: left;
    width: 10%;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

dd {
    float: left;
    width: 90%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

form[name=new_offer] {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

input[name=new_offer] {
	padding: 15px 15px 20px 15px;
}

article.ausschreibung > footer > form.request {
	margin-right: 25px;
}


body[data-view=student_requests] article.ausschreibung div.profil_vertical_flex {
	display: flex;
	flex-direction: column;
	min-width: 50%;
}

body[data-view=student_requests] article.ausschreibung div.floated {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	overflow-wrap: break-word;
}

body[data-view=student_requests] article.ausschreibung div.floated > div:last-child {
	min-width: 36%;
}

body[data-view=student_requests] article.ausschreibung div.profil_vertical_flex > div {	
	margin-bottom: 20px;
	display: flex;
}

body[data-view=student_requests] article.ausschreibung div.profil_vertical_flex > div > div {
	overflow-wrap: break-word;	
	min-width: 1%;
}

body[data-view=student_requests] article.ausschreibung div.einsatzort {
	margin-right: 30px;
	clear: both;	
}

body[data-view=student_requests] article.ausschreibung div.floated i.fa {
    margin-right: 20px;
	color: #08964a;
	height: 1em;
	width: 1em;
}

body[data-view=student_requests] article.ausschreibung div.status {
	clear: both;	
}

body[data-view=student_requests] article.ausschreibung button.more_text {
	padding: 0;
	min-width: 0;
	background-color: transparent;
    border: none;
	color: #2579c2;
	margin-left: 10px;
	font-size: 22px;
}

article.ausschreibung header .buttons form {
	margin-right: 25px;
}

body[data-view=student_requests] article.ausschreibung header .buttons form{	
	margin-right: 0;
}

body[data-view="student_requests"] article.ausschreibung div.floated button.more_text i.fa {
	color: #2579c2;
}


body[data-view=student_requests] article.ausschreibung button.more_text.open {
	color: #86c1f3;
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform-origin: 33%;
}

body[data-view=student_requests] article.ausschreibung div.more_text_div {
	width: 100%;	
}

body[data-view=student_requests] article.ausschreibung footer div.request_more_text {
    width: 100%;
    margin-bottom: 0;
}

body[data-view=student_requests] article.ausschreibung div.request_more_text > p {
	background-color: #f4f8ff;
    padding: 30px;    
}

article.ausschreibung section div i.fa {
    margin-right: 10px;
    color: #08964a;
    min-width: 25px;
}

article.ausschreibung section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: 20px;
}
article.ausschreibung section > div {
	display: flex;
	justify-content: flex-start;
	overflow-wrap: break-word;
}
article.ausschreibung section > div.student_ausschreibung {
	width: 100%;
}
article.ausschreibung section > div:first-child {
	flex-wrap: wrap;
	max-width: 100%;
}
article.ausschreibung section > div > div {
	display: flex;	
	margin-top: 20px;	
	word-break: break-word;
	position: relative;
}
article.ausschreibung section > div:not(:last-child) > div {
	width: 200px;
}
article.ausschreibung section > div > div:not(:last-child) {
	margin-right: 20px;
}
article.ausschreibung section > div > div > div {
	display: flex;	
	flex-direction: column;	
}
article.ausschreibung section > div > div > div > span:not(:last-child) {
	margin-bottom: 10px;
}
article.ausschreibung section > div > div > div > span:first-child {
	font-weight: bold;
}

article.ausschreibung > footer {
    border-top: 1px solid #d5e3ee;
}

.fake_input  {
	border-style: solid;
    border-width: 1px;
    border-color: #e4edf4;
    background-color: #fcfdfd;
    border-radius: 3px;
    font-family: "Roboto-Regular";
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
	width: 100%;
    display: inline-block;
    color: grey;
}

label.fake_input_regFix {
	width: 50%;
}

.fake_upload_button {
	padding: 10px 40px 10px 40px;
    background-color: #c7ffe1;
    color: #038a41;
	white-space: nowrap;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 3px;
    cursor: pointer;
}

.fake_upload_button i.fa {
	margin-right: 20px;
}

.fake_upload_button:hover, .unternehmen_reg_fake_logo_button:hover {
    border-color: #02632f;
    background-color: white;
}

.input_headline {
	font-size: 13px;
	margin-bottom: 5px;
}

table.ui-datepicker-calendar {
    background-color: #f3f7ff;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #f3f7ff;
}

a.button.button_a_link {
	padding-bottom: 0; 
	text-align: center;
}

form#answer_request.hidden.modal {
	background-color: #f3f7ff;
}

form#answer_request.hidden.modal fieldset {
	width: 100%;
    border: 0;
	padding: 0;
    margin: 20px 0 20px 0;
	background-color: white;
}

form#answer_request.hidden.modal fieldset legend {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    width: 100%;
    display: block;
    float: left;
    padding-left: 20px;
	border-bottom: 1px solid #f3f7ff;
	font-weight: bold;
}

form#answer_request.hidden.modal fieldset > div:not(.full_width) {
    width: 50%;
    float: left;
}

form#answer_request.hidden.modal fieldset div.first {
    padding-right: 10px;
	padding-left: 20px;
}

form#answer_request.hidden.modal fieldset div.second {
    padding-right: 20px;
}

form#answer_request.hidden.modal fieldset div.top_content {
	padding-top: 20px;
}

form#answer_request.hidden.modal fieldset div.bottom_content {
	padding-bottom: 20px;
}

form#answer_request.hidden.modal fieldset div > label {
	display: block;
}

form#answer_request.hidden.modal:first-child fieldset div > input, form#answer_request.hidden.modal div > select {
	width: 100%;
	padding-left: 20px;
	height: 52px;
}

form#answer_request.hidden.modal fieldset div > .fake_input {
	width: auto;
	margin-right: 0;
}

form#answer_request.hidden.modal fieldset div.solo_full_width {
    width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

form#answer_request.hidden.modal fieldset .save_data, form#answer_request.hidden.modal fieldset .cancel {
	width: 100%;
}

div[data-view=vorschau] {
    margin-bottom: 20px;
}

select.umkreis_auswahl.input_select:disabled {
    background-image: radial-gradient(#cccccc 63%, transparent 69%);
	background-color: #f1f1f1;
	color: #ccc;
}

select.umkreis_auswahl.input_select:focus {
    border: 1px solid #02632f;
}

.input_subtext_tiny {
	-webkit-margin-before: 0.6em;
	font-size: 12px;
}

.input_header {
	font-family: Arial, FontAwesome;
	font-weight: bold;
}

.input_label_header {
	font-weight: bold;
	padding: 0 0 40px 0;
}

.border_error {
	border-color: #ff0000;
}

[type="text"]:focus,[type="password"]:focus, [type="email"]:focus, textarea:focus, select:focus {
	border-color: #02632f;
}
#filter_einsatzort:focus {
	border-color: transparent;
}

input:focus::-webkit-input-placeholder {
	color:transparent; 
}
input:focus:-moz-placeholder {
	color:transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
	color:transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
	color:transparent;
} /* IE 10+ */

.clearfix {
	clear: both;
}

p.error {
    color: red;
    text-align: center;
}

.icon_margin_right {
	margin-right: 5px;
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #07ab53 transparent transparent;
}

.triangle_text {
	float: right;
	position: relative;
	top: -3px;
	right: -40px;
	color: #fff;
}

.triangle_height {
	height: 100%;
}

.triangle_desktop_float {
	float: right;
}

.desktop_button_margin {
	margin-top: 10px;
}

.desktop_button_margin_fix {
	margin-top: 5px;
}

.fix_buttons_requests {
	display: flex;
}

.fix_buttons_requests input:first-child {
	margin-right: 5px;
}

.own_checkbox input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

.own_checkbox {
	position: relative;
	display: inline;
	margin-right: 32px;
}

.own_checkbox label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
  	left: 0;
	border:1px solid #d2d5d8;
	border-radius: 2px;
}

.checkbox_white label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
  	left: 0;
	border:1px solid white;
	border-radius: 2px;
	background-color: white;
}

.own_checkbox input[type="checkbox"]:checked + label {
	background-color: #02632f;
	border-color: #02632f;
}

.checkbox_white input[type="checkbox"]:checked + label {
	background-color: white;
	border-color: white;	
}

.own_checkbox input[type="checkbox"]:disabled + label {
	background-color: #f1f1f1;
	border-color: #ccc;
	cursor: default;
}

.own_checkbox.dont_show_disable input[type="checkbox"]:disabled + label {
	background-color: #02632f;
	border-color: #02632f;
}

.own_checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.checkbox_white input[type="checkbox"]:checked + label:after {
	opacity: 1;
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 2px solid #02632f;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

section#content {
	clear: both;
	background-color: #f3f7ff;
}

a {
	color: #08964a;
	cursor: pointer;
}

.full_width {
	width: 100%;
}

.half_width {
	width: 48%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_elements {
	margin-bottom: 80px;
}

.margin_elements_small {
	margin-bottom: 40px;
}

.block_right {
	display:block;
	margin-left: auto;
}

tr.table_label_distance > td {
	padding-top: 15px;
}

.text_top {
	vertical-align: text-top;
}

.default_btn {
	border-radius: 4px;
	padding: 6px 15px;
	background-color: #2d93ec;
}

.default_btn > a {
	color: #fff;
}

.default_text {
	font-size: 16px;
	line-height: 33px;
	color: rgb(15,32,57);
	font-family: "Roboto-Regular";
}

.default_text_h1_white {
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #fff;
	font-family: "ZillaSlab-Bold";
	font-weight: bold;
}

.default_text_h1 {
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 30px;
	color: rgb(0,0,0);
	font-family: "ZillaSlab-Bold";
	font-weight: bold;
}

.default_text_h2{
	font-size: 20px;
	line-height: 33px;
	color: rgb(0,0,0);
	font-family: "Roboto-Regular";
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}

h1 {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #02632f;
	font-family: "ZillaSlab-Bold";
	font-weight: bold;
}

h2{
	font-size: 20px;
	line-height: 33px;
	color: rgb(35,63,101);
	font-family: "ZillaSlab-Bold";
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}


h3 {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 20px;
	color: rgb(42,64,94);
	font-family: "ZillaSlab-Bold";
	font-weight: bold;
}

h4, .defeault_text_h4 {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 18px;
	color: rgb(42,64,94);
	font-family: "ZillaSlab-Bold";
	font-weight: bold;
}

h5 {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
	color: rgb(89,89,89);
	font-family: "Roboto-Regular";
}

h6 {
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 14px;
	color: rgb(97,122,153);
	font-family: "Roboto-Regular";
}

.h2_fontsize {
	font-size: 20px;
}

.h3_fontsize {
	font-size: 18px;
}

.text_small {
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 14px;
	color: #02632f;
	font-family: "Roboto-Regular";
}

.label_hinweis_font {
	font-size: 12px;
}

a {
	font-family: "Roboto-Regular";
}

footer#footer {	
	background-color: #fff;
	padding: 80px 0 40px 0;	
}

footer#footer > div {
	max-width: 1200px;
	margin: 0 auto;
}

footer#footer > div > div {
	display: flex;
	justify-content: center;	
}

footer#footer > div > div:not(:last-child) {
	border-bottom: 2px solid #f3f7ff;
	padding-bottom: 40px;
}

footer#footer > div > div:last-child {
	padding-top: 40px;
}

footer#footer div div div {
	flex: 1;	
	white-space: nowrap;
	padding: 20px 45px 20px 20px;
}

footer#footer div div div p {
	white-space: normal;
	font-size: 13px;
	line-height: 1.8;	
	padding-bottom: 10px;
	margin: 0;
}

footer#footer div div div:first-child p {
	margin-top: 1em;
}

footer#footer p > a {
	margin: 0 10px 0 0;
	color:black;
    font-weight: 400;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 1.8;
}

#footer_copyright > div:nth-child(2) > span{
	display: inline-block;
	margin: 0 5%;
}

#footer_links > div:last-child > p > a {
	font-weight: bold;	
}

#mobile_social, #copyright_mobile {
	display: none;
}

.splitter {
	background-color: #ebf3f7;
}

.matches_splitter {
	margin-bottom: 20px;
	border-bottom: 1px solid #d5e3ee;
}

.copyright {
	font-size: 24px;
	line-height: 25px;
	color: rgb(97,122,153);
	font-family: "Roboto-Regular";
}

.social_style_color > * {
	color: #8097b1;
}

.required{
	color:red;
	display:none;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
  }

/* MENUS */

div#social_header {
    display: inline-block;
    background-color: #02632f;    
    border-bottom: 1px solid #f3f7ff;
	font-size: 13px;
	color: #8db3dd;
	font-family: "Roboto-Medium";	
	padding: 8px 0;
}

div#social_header > div {
	max-width: 1200px;
    margin: 0 auto;
}

.wp_login_columns {
	display: flex;
	flex-direction: row;	
}

.wp_login_header {	
	text-decoration: underline;
	font-weight: bold;
	color: #2e5279;
	font-size: 23px;
    font-family: "Zilla Slab";
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0px;
}

.cross_out_text {
	text-decoration: line-through;
}

.wp_login_columns > *:first-child:not(.wp_login_checkbox) {
	margin-right: 10px;
}

.wp_login_fullwidth {
	width: 100%;
}

div#social_header > div > div > div {
	display: inline-block;
}
div#social_header > div > div:last-child > div {
	width: 25px;
    height: 25px;
	border: 1px solid white;
	background-color: white;	
    display: flex;
    justify-content: center;
    border-radius: 50px;
}
div#social_header > div > div:last-child > div > a > i {	
	color: #02632f;    
}

div#social_header div div div div:not(:last-child) {
	margin-right: 1em;
}

div#social_header > div > div > div > div{
	float: left;
}

body div.header_div {
    background-color: #fff;
}

#main_top_bar > div {
	display: inline-block;
}
header#main_top_bar > div > a > img {
	width: 300px;
}

div.register_progress {
	display: inline-flex;
	justify-content: center;
	color: white;
	height: 65px;
	background-image: linear-gradient(90deg, #2e97edd3 0%, #7bc2ffd3 100%);
}

div.register_progress > div {
	overflow: hidden;
	flex: 1;
	display: inline-flex;
	justify-content: center;
	
}

main.resultlist {
	padding-top: 20px;
	border-top: 1px solid #d5e3ee;
}

div.register_progress div:not(:last-child) {
	border-right: 1px solid grey;
}

div.register_progress > div > div {
	float: left;
	padding: 25px 0;
	margin-right: 5px;
	border: none !important;
}

#first_headline {
	text-align: center;
	margin-top:68px;
	margin-bottom:30px;
}

#first_subline {
	text-align: center;
}

#second_subline {
	text-align: center;
	margin-bottom:60px;
}

.feedback {
	margin-bottom: 100px;
	margin-top: 20px;
	margin-left: 15%;
	margin-right: 15%;
}

.attachment_button_margin_top {
	padding-top: 10px;
}


#feedback_box {
	display: none;
}

.text_block_icons {
	width:100%;
	text-align: center;
	font-family: "Roboto-Medium";
	font-size: 17px;
}

.top_right_triangle {
	float: right;
	border-top: 30px solid cornflowerblue;
    border-left: 30px solid transparent;
}

.count_indicator {
	font-family: "Roboto-Medium";
	font-size: 17px;
	padding-right:8px;
	padding-top: 8px;
}

#stellen_gesuch_auswahl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.stellen_gesuch_auswahl_button_fix {
	margin-right: 10px;
}

.stellen_gesuch_min_width {
	min-width: 750px;
}

.gesuch_block {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 5px;
	padding: 10px;
	background-color: #fff;
	cursor: pointer;	
	width: 32%;
	min-width: 150px;
	height: 240px;
}

.icon_box {
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	align-items: center;
	border-bottom: 1px solid transparent;
	width:320px;
	height:280px;
	margin-right: 2px;
}

.icon_box:hover {
	border-bottom: 1px solid #08964a;
}

.icon_box_special {
	background-color: #fff;
	cursor: pointer;	
	position: relative;
	border-bottom: 1px solid transparent;
	height:280px;	
	width: 33.33333%;		
}

.icon_box_special:hover {
	border-bottom: 1px solid #08964a;
}

.dashboard_icon_box1_fix {
	height: 74%;
	display: flex;
	align-items: center;
    flex-direction: column;
    justify-content: center;
}

.dashboard_button_flex_special {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.dashboard_boxes {
	display: flex;
}

.dashboard_boxes .icon_box {
	width: 33.33333%;		
}
.dashboard_boxes .icon_box:not(:last-child):not(:nth-last-child(2)), .dashboard_boxes .icon_box_special {
	margin-right: 10px;
}

.attachments_flexbase div {
    margin-bottom: 10px;
}

.blue_circle {
	display: inline-block;
    background-color: #02632f;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    text-align: center;
}

.blue_circle_big {
	display: inline-block;
    background-color: #02632f;
    height: 32px;
    width: 32px;
    border-radius: 18px;
    text-align: center;
}

.white_arrow_big_right {
	height: 9px;
    width: 9px;
    transform: rotate(-45deg);
    margin-left: 10px;
    margin-top: 11px;
    border-right: solid white;
    border-bottom: solid white;
    border-width: 2px;
}

.blue_circle_forth {
    background-color: #08964a;
    height: 22px;
    width: 22px;
    border-radius: 15px;
	float: right;
	margin-top: -10px;
	margin-left: 9px;
}

.blue_circle_filter {
	background-color: #038a41;
    height: 22px;
    width: 22px;
    border-radius: 15px;
	margin-top: 5px;
}

.blue_circle_back {
    background-color: #2679c2;
    height: 22px;
    width: 22px;
    border-radius: 15px;
	float: left;
	margin-top: -10px;
	margin-right: 9px;
}

.lightblue_circle_forth {
    background-color: #c0defa;
    height: 22px;
    width: 22px;
    border-radius: 15px;
	float: right;
	margin-top: -10px;
	margin-left: 9px;
}

.lightblue_circle_back {
    background-color: #08964a;
    height: 22px;
    width: 22px;
    border-radius: 15px;
	float: left;
	margin-top: -10px;
	margin-right: 9px;
}

.noBackground_circle {
    height: 22px;
    width: 22px;
    border-radius: 15px;
	float: left;
	margin-top: -10px;
	margin-right: 9px;
}

div.not_found {
	display: flex;
	flex-direction: column;
	padding: 80px 0 60px 0;
	margin: 20px 0;
	background-color: white;
}

div.not_found > div {
	margin: 0 auto 20px auto;
}

div.not_found > div:last-child {
	text-align: center;	
	font-weight: bold;
	color: #02632f;
	font-size: 23px;
    font-family: "Zilla Slab";
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0px;
}

@-moz-document url-prefix() {
	.blue_button .blue_circle {
		position: absolute;
		left: 55px;
		bottom: -6px;
	}
}

.tooltip_origin::after {
    content: attr(data-tooltip);
	position: absolute;
	display:table;
	left: -39px;
	top: 80px;
	padding: 15px 15px;
    background: #02632f;
    color: white;
    border-color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;    
    width: 250px;
	height: fit-content;
    z-index: 1000;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
	pointer-events: none;
}
.tooltip_origin::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #02632f;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    left: 88px;
    top: 60px;
}
.tooltip_origin:hover::after, .tooltip_origin:hover::before {
	opacity: 1;
}

.white_arrow_down {
	height: 8px;
    width: 8px;
	transform: rotate(45deg);
	margin-left: 7px;
	margin-top: 6px;
    border-right: solid white;
    border-bottom: solid white;
    border-width: 2px;
}

.white_arrow_up {
	height: 8px;
    width: 8px;
	transform: rotate(-45deg);
	margin-left: 7px;
	margin-top: 8px;
    border-right: solid white;
    border-top: solid white;
    border-width: 2px;
}

.white_arrow_right {
	height: 8px;
	width: 8px;
	transform: rotate(-45deg);
	margin-left: 6px;
	margin-top: 7px;
    border-right: solid white;
    border-bottom: solid white;
    border-width: 2px;
}

.white_arrow_left {
	height: 8px;
    width: 8px;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-top: 7px;
    border-left: solid white;
    border-bottom: solid white;
    border-width: 2px;
}

.blue_arrow_right {
	height: 8px;
	width: 8px;
	transform: rotate(-45deg);
	margin-left: 6px;
	margin-top: 7px;
    border-right: solid #02632f;
    border-bottom: solid #02632f;
    border-width: 2px;
}

.blue_arrow_left {
	height: 8px;
    width: 8px;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-top: 7px;
    border-left: solid #02632f;
    border-bottom: solid #02632f;
    border-width: 2px;
}

.blue_arrow_down {
	height: 8px;
	width: 8px;
	transform: rotate(45deg);
	margin-left: 7px;
	margin-top: 6px;
    border-right: solid #02632f;
    border-bottom: solid #02632f;
    border-width: 2px;
}

.inner_text_arrow_btn_right {
	display: table;
	margin-left: auto;
	margin-right: auto;
	
}

#weiter_btn {
	margin-right: 32px;
	margin-top: 40px;
	margin-bottom: 30px;
	float:right;
	position: inherit;
	display: inherit;
}

.extra_small_margin_top {
	margin-top: 12px;
}

.small_margin_top {
	margin-top: 20px;
}

.medium_margin_top {
	margin-top: 40px;
}

.big_margin_top {
	margin-top: 80px;
}
.big_margin_bottom {
	margin-bottom: 50px;
}

#index_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dashboard_button_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.register_checkbox_flex {
	display: flex;
	justify-content: center;
}

.register_minus_flex {
	padding: 0 10px;
	margin-top: 15px;
}

#index_flex > section {
	width: 100%;
}

.div-branche {
	display: flex;
}

#index_flex > section > div > img {
	background-color: white;
	width: 100%;
}

#index_h1 {
    padding: 5% 110px;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#index_h1 > div {
	margin-bottom: 20px;
}

u {
	text-decoration-color: #2679c2;
}

div#back_forth_buttons > div > *:first-child {
    color: white;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

div#back_forth_buttons > div:last-child > div > *:first-child {
	margin-right: 7px;
}

div#back_forth_buttons > div {
	display: inline-flex;
	cursor: pointer;
    min-width: 200px;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: 0;
	background-color:#02632f;
	height: 25px;
	border-radius: 5px;
	padding-top:25px;
	padding-bottom:25px;
	line-height: 3px;
	font-family: "Roboto-Bold";
	font-size: 15px;
	color:white;
}

div#back_forth_buttons > div > a > input {
    min-width: 0;
}

body[data-view=unternehmen_requests] section > p.headline,
div[data-view=vorschau] section > p.headline {
	text-align: center;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex,
div[data-view=vorschau] article.ausschreibung div.flex {
	display: flex;
	justify-content: space-between;
	overflow-wrap: break-word;
    overflow: hidden;
}

body[data-view=unternehmen_requests] article.ausschreibung > div.flex > div,
div[data-view=vorschau] article.ausschreibung > div.flex > div {
    padding-top: 15px;
    padding-bottom: 15px;
}


body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.right, 
div[data-view=vorschau] article.ausschreibung div.flex > div.right{
    border-left: 1px solid #d5e3ee;
    padding-left: 20px;
}

body[data-view=unternehmen_requests] article.ausschreibung header,
div[data-view=vorschau] article.ausschreibung header {
	display: flex;
	justify-content: space-between;
	padding-right: 60px;
    align-items: center;
    margin-bottom: 0;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.left > div.image_text {
    max-width: 60%;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex.middle_content > .inherit_float_left > div,
div[data-view=vorschau] article.ausschreibung div.flex.middle_content > .inherit_float_left > div {
	width: 100%;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > .middle > .top_row, body[data-view=unternehmen_requests] article.ausschreibung div.flex > .middle > .mid_bot_row,
div[data-view=vorschau] article.ausschreibung div.flex > .middle > .top_row, div[data-view=vorschau] article.ausschreibung div.flex > .middle > .mid_bot_row {
	width: 100%;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > .middle > .top_row,
div[data-view=vorschau] article.ausschreibung div.flex > .middle > .top_row {
	display: block;
	font-weight: bold;
	font-size: 20px;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > .middle > .mid_bot_row i.fa,
div[data-view=vorschau] article.ausschreibung div.flex > .middle > .mid_bot_row i.fa {
	color: #08964a;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.left > img,
div[data-view=vorschau] article.ausschreibung div.flex > div.left > img {
		max-width:200px; 
		width: 100%;
	}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.left > .image_text,
div[data-view=vorschau] article.ausschreibung div.flex > div.left > .image_text {
		display: none;
	}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > .middle > .top_row > div,
div[data-view=vorschau] article.ausschreibung div.flex > .middle > .top_row > div {
	margin-right: 20px;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex.middle_content > div,
div[data-view=vorschau] article.ausschreibung div.flex.middle_content > div {
	width: 32%;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex.middle_content > div > div,
div[data-view=vorschau] article.ausschreibung div.flex.middle_content > div > div {
	margin-top: 20px;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.left,
div[data-view=vorschau] article.ausschreibung div.flex > div.left {
	width: 20%;
	padding-right: 20px;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.middle,
div[data-view=vorschau] article.ausschreibung div.flex > div.middle {
	width: 60%;
	padding-right: 30px;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.right,
div[data-view=vorschau] article.ausschreibung div.flex > div.right {
	width: 20%;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.right i.fa,
div[data-view=vorschau] article.ausschreibung div.flex > div.right i.fa {
	color: #08964a;
}

body[data-view=unternehmen_requests] article.ausschreibung div.flex > div.right > div,
div[data-view=vorschau] article.ausschreibung div.flex > div.right > div {
	margin-bottom: 20px;
}

body[data-view=unternehmen_requests] article.ausschreibung .fa,
div[data-view=vorschau] article.ausschreibung .fa {
	margin-right: 10px;
	width: 1em;
	text-align: center;
}

body[data-view=unternehmen_requests] article.ausschreibung footer,
div[data-view=vorschau] article.ausschreibung footer {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding-right: 60px;
}

body[data-view=unternehmen_matches] article.ausschreibung footer {
    display: flex;
    flex-direction: column;
	justify-content: space-between;    
    padding-right: 60px;
    margin-top: 10px;
}

body[data-view=unternehmen_requests] article.ausschreibung footer > *,
div[data-view=vorschau] article.ausschreibung footer > * {
	margin: 0;
}

body[data-view=unternehmen_requests] article.ausschreibung form.request,
div[data-view=vorschau] article.ausschreibung form.request {
    margin-right: 0;
}

body[data-view=unternehmen_requests] article.ausschreibung .gesuchtyp,
div[data-view=vorschau] article.ausschreibung .gesuchtyp {
	font-weight: bold;
}

body[data-view="unternehmen_requests"] div.jquery-modal form p, body[data-view="unternehmen_matches"] div.jquery-modal form p,
div[data-view="vorschau"] div.jquery-modal form p {
    text-align: center;
}

body[data-view="unternehmen_requests"] div.jquery-modal form div input, body[data-view="unternehmen_matches"] div.jquery-modal form div input,
div[data-view="vorschau"] div.jquery-modal form div input {
    margin-right: 20px;
}

body[data-view="unternehmen_requests"] div.jquery-modal form > input,
body[data-view="unternehmen_matches"] div.jquery-modal form > input,
div[data-view="vorschau"] div.jquery-modal form > input {
    width: 100%;
}

body[data-view="unternehmen_matches"] div.filter_box {
    background-color: #02632f;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div {
    padding: 0 15px;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div:first-child {
    min-width: 45%;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div:nth-child(2) {
    width: 30%;
    padding-left: 5%;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div:last-child {
    width: 25%;
    margin: auto;
    text-align: center;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div:not(:last-child) {
    border-right: 1px solid white;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div:not(:last-child) {
    margin-bottom: 8px;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div:last-child {
    color: white;
    font-size: 15px;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div.filterbox_filterlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div.filterbox_filterlist > div {
	display: flex;
	flex-direction: column; 
}
body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div.filterbox_filterlist > div:not(:first-child) {
	justify-content: flex-end;
}
body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div.filterbox_filterlist > div > div {
	display: flex;
	align-items: center;	
	margin-bottom: 10px;
}
body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div.filterbox_filterlist > div > div > div {
	margin-right: 10px;
}

.date_max_width {
	max-width: 120px;
}

.einsatzort_max_width {
	min-width: 150px;
	max-width: 150px;
}

.fa-trash {
	color: #02632f;
}

.trashcan {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 52px;
	margin: 5px 5px 5px 0;
}

div.div-einsatzort > div.label > div.trashcan {
	height: 0;
}

.trashcan_header_fix {
	height: 0;
}

input[type="submit"].input_trashcan, * > input.input_trashcan:hover {
	font-family: FontAwesome;
	border: none;
	background-color: white;
	color: #02632f;
	min-width: 0px;
}

.reg_menu {
	font-weight: bold;
	display: flex;
	justify-content: center;
	padding-left: 15%;
	display:-ms-flexbox;
	z-index: 1;
	background-image: linear-gradient(90deg, #038a41 0%, #07ab53 100%);
}

.reg_menu div:first-child {
	border-left: 1px solid grey;
}

.reg_menu div:not(:last-child) {
	flex-grow: 1;
	flex-basis: 0;
	padding: 25px 20px;
	border-right: 1px solid grey;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.reg_menu div:last-child {
	border-right: none;
}

div.reg_menu div a {
	color: white;
	/*color: #02632f;*/
}

.pwreset_fontcolor {
	color: white;
}

div.reg_menu div i.fa {
    margin-right: 10px;
}

.progress_position {
	background-color: #e9eff8;
	/*background-color: #02632f;*/
}

.progress_position a {
	color: #768ca9 !important;
	
	/*color: white !important;*/
}

.reg_menu div a {
	display: flex;
    justify-content: center;
    align-items: center;
}

.progress_position_pwreset_fix {
	color: #768ca9 !important;
	/*color: white;*/
}

.progress_link_disabled {
	pointer-events: none;
	cursor: default;
}

.fake_logo_button {
	padding: 17px 20px 17px 20px;
	margin-top: 13px;
}

.fake_input_logo {
	padding: 0;
    padding-top: 16px;
    height: inherit;
    padding-bottom: 16px;
}

.unternehmen_reg_fake_logo_button {
	padding: 16px 25px;
    width: calc(48% - 70px);
    min-width: 150px;
	background-color: #eaf4fd;
	border: 2px solid transparent;
	border-radius: 5px;
    color: #2f9cf1;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
}

.inline_block {
	display: inline-block;
}

.small_id_indicator {
    display: flex;
    justify-content: flex-end;
    color: white;
    font-size: 6px;
}

.branche_input_unternehmen {
	width: 92%;
}

.select_blue_arrow_down, .select_blue_arrow_down_nolabel, .select_blue_arrow_down_view_fix {
	position: relative;
}

.select_blue_arrow_down:after {
	content: '>';
	font: 16px "Consolas";
	font-weight: bold;
	color: white;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 19px;
	top: 20px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.select_blue_arrow_down_nolabel:after {
	content: '>';
	font: 16px "Consolas";
	font-weight: bold;
	color: white;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 19px;
	top: 20px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.select_blue_arrow_down_view_fix:after {
	content: '>';
	font: 16px "Consolas";
	font-weight: bold;
	color: white;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
    right: 38px;
    top: 40px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.select_blue_arrow_down select, .select_blue_arrow_down_nolabel select, .select_blue_arrow_down_view_fix select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 52px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
	background-image: radial-gradient(#038a41 63%, transparent 69%);
	background-position:
		calc(100% - 10px),
		100%,
		100%;		
	background-size:
		24px 24px,
		24px 24px,
		1.5em 1.5em;
	background-repeat: no-repeat;
}

.select_blue_arrow_down select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	border: 1px solid #02632f;
	-ms-word-break: normal;
	word-break: normal;
	background-image: radial-gradient(#02632f 63%, transparent 69%);
	background-position:
		calc(100% - 10px),
		100%,
		100%;		
	background-size:
		24px 24px,
		24px 24px,
		1.5em 1.5em;
	background-repeat: no-repeat;
}

select::-ms-expand {
	display: none;
}

.pwreset_separator {
	height: 5px;
	display: block;
	background-color: #f3f7ff;
}

input#filter_einsatzort, input#filter_position {
    width: 80%;
    padding-left: 15px;
}

div[data-view="vorschau"] article.ausschreibung.zugesagt footer i {
    font-size: 24px;
}

div[data-view="vorschau"] article.ausschreibung.zugesagt footer {
    justify-content: flex-start;
    margin-bottom: 20px;
    line-height: 21px;
    font-size: 14px;
}

article.ausschreibung > h1 > div {
    float: left;
}

.dashboard_menu {
	display: flex;
	padding-left: 15%;
	padding-right: 15%;
	display:-ms-flexbox;
    background-image: linear-gradient(90deg, #038a41 0%, #07ab53 100%);
}

div.dashboard_menu a {
    color: white;
    padding: 25px 20px;
    border: 2px solid transparent;
	border-right: 1px solid #ffffff40;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.dashboard_menu a:first-child {
    border-left: 1px solid #ffffff40;
}

div.dashboard_menu i.fa {
    margin-right: 10px;
}

a.dashboard_menu_active_position {
    border: 2px solid white !important;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 1px 1px rgb(110, 124, 136);
}

.switch {
	position: relative;
	display: inline-block;
	width: 46px;
    height: 20px
}
  
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
  
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
  
.slider:before {
	position: absolute;
	content: "";
    height: 16px;
    width: 16px;
    bottom: 2px;
	left: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
  
input:checked + .slider {
	background-color: #02632f;
}

input:focus + .slider {
	box-shadow: 0 0 1px #02632f;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider_wrapper {
	display:flex; 	
	align-items: center;
}

.slider_wrapper div {
	margin-left: 10px;
}

.zeitraum_abstand {
    margin-right: 10px;
}

[data-view=student_requests] article.ausschreibung .logo {
    text-align: right;
}

[data-view=student_requests] article.ausschreibung .logo > img {
	height: 130px;
	min-height: 130px;
}

div#social_header .float_left a.active  {
    color: white;
}

div#social_header a {
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;    
}

div#social_header .float_left a {
    padding: 0 13px;
    line-height: 1.8;
}

div#social_header > div > div.float_left > div:first-child {
    margin-left: 0;
}

div#social_header > div > div.float_left > div {
    margin-left: 1px;
}

div#social_header .float_left i.fa {
    width: 26px;
    line-height: 1.8;
}

div#social_header div#top_social_btn {
    font-size: 13px;
}

div#social_header div#top_social_btn i.fa {
    padding-top: 6px;    
}

div.header_div div.logo img {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.conditional_input_hide {
	visibility: hidden;
}

div.login_supplemental_links {
	margin-top:20px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


@font-face {
    font-family: 'Roboto_Menu';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto_Menu'), local('Roboto_Menu-Regular'), url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
  }

@font-face {
    font-family: 'Zilla_Slab_Menu';
    font-style: normal;
    font-weight: 400;
    src: local('Zilla_Slab_Menu'), local('ZillaSlab_Menu-Regular'), url(//fonts.gstatic.com/s/zillaslab/v3/dFa6ZfeM_74wlPZtksIFajo6-A.ttf) format('truetype');
  }

div#main_menu a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    font-family: 'Roboto_Menu';
    margin-right: 26px;
    color: #476587;
    -webkit-font-smoothing: subpixel-antialiased;
}

div#main_menu a:last-child {
    margin-right: 0;
}

#main_menu a.menu_button {
    background: #08964a;
    border-width: 0px;
    border-style: solid;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    color: white;
}

footer#footer {
    font-family: 'Roboto_Menu';
}

footer#footer a {
    font-family: 'Roboto_Menu';
}

footer#footer h3 {
    font-family: 'Zilla_Slab_Menu';
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #02632f;
	text-transform: uppercase;
	margin-top: 0;
}

footer#footer div div div p span {
    font-size: 13px;
    color: black;
}

footer#footer div div div.left_footer p {
    border-bottom: none;
}

div.no_more_center_align {
    align-items: initial;
}

textarea#beschreibung {    
    max-width: calc(100% - 52px);
    margin-top: 5px;
    min-height: 52px;
    padding: 15px 25px;
    resize: vertical;
}

body[data-view=unternehmen_matches] article.ausschreibung header > div > div.subheader {
    font-size: 11px;
    font-family: 'Zilla_Slab_Menu';
    font-weight: bold;
}

button#buttonMobileHide {
    display: none;
}

.checkbox_position_fix {
	margin-top: 15px;
	margin-left: 15px;
}

.input_margin_right {
	margin-right: 20px;
}

.small_margin_right {
	margin-right: 10px;
}

.no_margin {
	margin: 0px;
}

.attachments_flexbase {
	display: flex;
	flex-direction: column;
}

.unternehmen_reg_flex_column {
	display: flex;
	flex-direction: column;
}

.unternehmen_reg_flex_row {
	display: flex;
	justify-content: space-between;
}

.unternehmen_reg_flex_anrede {
	display: flex;
	justify-content: space-between;
}

.margin_fix_stellengesuch_button {
	margin-left: 5px;
}

.block_header {
	font-weight: bold;
	font-size: 17px;
}

.reg_limited_max_width {
	width: calc(100% - 60px);
}

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

.reg_menu_right_block {
	width: calc(17.5% + 2px);
}

.upload_file_margin_bottom {
	margin-bottom: 8px;
}

.upload_symbol_marg_left {
	margin-left: 20px;
}

.upload_eye_pos_fix {
	position: relative;
	top: 2px;
}

.upload_icon_click {
	cursor: pointer;
}

.hide_in_desktop {
	display: none;
}

.button_disabled {
	background-color: #f1f1f1;
	color: #ccc;
}

.button_disabled:hover {
	background-color: #f1f1f1;
	border: 2px solid transparent;
	cursor: default;
}

.fixed {
	position:fixed;
	width:100%;
	top:0;
	left:0;   
}

.speichern_hinweis_leiste {
	background-color: #ff9898;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
	z-index: 1;
}

.speichern_hinweis_leiste > a {
	color: white;
	display: block;
}

.gespeichert_hinweis_leiste {
	background-color: #86e19d;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
	z-index: 1;
}

.extra_top_margin_speichern {
	margin-top: 118px;
}

.extra_top_padding_lebenslauf {
	padding-top: 58px;
}

.attachments_flex {
	display: flex;
}

.attachments_flex_sub {
	display: flex;
}

form#answer_request.hidden.modal div.attachments_ckb_fix {
    width: 50px;
}

form.modal {
	max-width: 600px;
}

form.modal > div > textarea {
	height: 275px;
    margin-right: 0;
}

.jquery-modal.blocker.current {
	padding: 10px 0 10px 0;
}

.empfehlung_modal {
	position: absolute;
    top: 0;
    left: 640px;
    z-index: 2;
    background-color: rgb(243, 247, 255);
	border: 2px solid black;	
	min-width: 450px;
	max-width: 500px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.no_border {
	border: 0;
}

.no_padding {
	padding: 0 !important;
}

.logo_firma_max_size {
	max-width: 250px;
	max-height: 150px;
}

#unternehmen_groesse {
	min-width: 155px;
}

.attachments_flex_description {
	display: flex;
    flex-direction: column;
	min-width: 100px;
	word-break: break-all;
}

.file_name_word_break {
	word-break: break-all;
}

.margin_bottom_zero {
	margin-bottom: 0;
}

.hidden{
	display: none;
}

.beschreibung_width_fix {
	width:87.2%
}

.background_white {
	background-color: white;
}

.hidden_submit_btn {
	display: none !important;
}

.middle_headbar {
	display: flex; 
	margin-bottom: 20px;
	font-weight: bold;
}
.middle_headbar div {
	margin-right: 30px;
}
div.middle > div.middle_body_wrapper {
	display: flex;            
}
.middle_body_wrapper > div:not(:last-child) {
	display: flex;
	flex-direction: column;
	margin-right: 30px;
}
.middle_body_wrapper > div > div {
	display: flex;
	margin-bottom: 10px;
}
.middle_body_wrapper > div > div > i {
	color: #08964a;
}
.middle_body_subflex {
	display: flex;
	flex-direction: column;
}
.middle_body_subflex > span:not(:last-child) {
	margin-bottom: 5px;
}
div.middle_body_wrapper > div:not(:first-child) .middle_body_subflex > span:first-child {
	font-weight: bold;
}
.gesuchtyp {
    color: #08964a;
    font-size: 1em;
}

.gesuchtyp b {
	font-weight: bold;
	font-size: 1.15em;
}
.gesuch_box_content {
	display: flex;
	flex-wrap: wrap;
}
.gesuch_box_content > div {
	display: flex;
	min-width: 50%;
	margin-top:25px;
}
.gesuch_box_content > div > div > * {
	display: flex;
	flex-direction: column;
}
.gesuch_box_content > div > div > *:first-child {
	font-weight: bold;
}
.edit_data_plz {
	margin-right: 3px;
}
.edit_data_flexbox {
	display: flex;
}
.edit_data_flexbox > div:first-child {
	width: 40%;
}
form#answer_request > *:not(.empfehlung_modal) .empfehlung_content {
	width: 50%;
	margin: 50px auto 100px auto;
}
form#answer_request > div:last-of-type {
	display: flex;
    flex-direction: column;
}
.empfehlung_content {
	margin: 15px 30px;
}
.empfehlung_gespeichert_content {
	width: 45%;
	margin: 50px auto 100px auto;	
}
.empfehlung_top_bar {
	padding: 0 !important;
}
.empfehlung_wrapper {
	padding: 15px 30px;
}
.empfehlung_wrapper > div {
	margin: 15px 0;
}
.empfehlung_wrapper > div:first-child {
	margin: 0 0 15px 0;
}
.empfehlung_wrapper > div:not(:last-child) > div {
	padding: 10px 0;
}
.empfehlung_wrapper label {
	line-height: 2em;
}
.empfehlung_wrapper i, .empfehlung_container i {
	color: #02632f;
}
.empfehlung_titelBar {
	background-color: #02632f;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 0;	
}
.empfehlung_titelBar.top_border_rounded {
	border: 2px transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.empfehlung_h2 {
	font-weight: bold;
	font-size: 1.1em;
}
.empfehlung_radioWrapper {
	display: flex;
}
.empfehlung_radioContainer {
	margin: 10px 30px 10px 0;
}
.empfehlung_radioContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.empfehlung_radioContainer input + label {
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	cursor: pointer;
	display: inline-block;	
}
.empfehlung_radioContainer input + label:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #02632f;
    border-radius: 100%;
    background: #fff;
}
.empfehlung_radioContainer input + label:after {
	content: '';
    width: 12px;
    height: 12px;
    background: #02632f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.empfehlung_radioContainer input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.empfehlung_radioContainer input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.empfehlung_erbeten_flex {
	display: flex;
    justify-content: space-between;
	align-items: center;	
}
.empfehlung_erbeten_customPadding {
	padding: 18px 40px;
}
.empfehlung_container {
	background-color: white;
	margin-bottom: 20px;	
}
.empfehlung_container > div {
	padding: 20px;
}
.empfehlung_container .empfehlung_sub_header i {
	margin-right: 5px;
}
.empfehlung_header_bottomBorder {
	border-bottom: 2px solid #f3f7ff;
}
.empfehlung_main_header {
	color: #02632f;
	font-size: 1.15em;
	font-weight: bold;	
}
.empfehlung_sub_header {
	font-weight: bold;
}
.empfehlung_header_block {
	display: flex;
	justify-content: space-between;	
}
.empfehlung_header_block > div#empfehlung_pic > img {
	max-height: 150px;
	max-width: 150px;
	margin-right: 20px;
}
.empfehlung_header_block > div:last-child > div:first-child {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2em;
}
.empfehlung_kandidaten_wrapper > div:nth-child(2){
	border-bottom: 1px solid #f3f7ff;
}
.empfehlung_kandidaten_wrapper > div > div:first-child {
	color: #02632f;
	font-weight: bold;
	line-height: 2em;	
}
.empfehlung_kandidaten_wrapper > div:not(:last-child) > div:first-child {
	border-bottom: 1px solid #f3f7ff;
	margin-bottom: 10px;
}
.radioContainer_Stars {	
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-top: -20px;
}
.radioContainer_Stars input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radioContainer_Stars input + label {
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	cursor: pointer;
	display: inline-block;	
}

.radioContainer_Stars input:disabled + label {
	cursor: default;
}

.radioContainer_Stars input:not(:disabled) + label:hover::before {
	color: #02632f;
}
.radioContainer_Stars input:not(:disabled) + label:hover ~ label::before {
	color: #02632f;
}
.radioContainer_Stars input + label:before {	
	font-family: Arial, FontAwesome;
	content: '\f005';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    color: lightgray;
}
.radioContainer_Stars input + label:after {
	font-family: Arial, FontAwesome;
	content: '\f005';
    width: 18px;
    height: 18px;
    color: #02632f;
    position: absolute;
    top: 0;
    left: 0;
}
.radioContainer_Stars input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.radioContainer_Stars input[type="radio"]:checked + label:after {
    opacity: 1;
}
.radioContainer_Stars input[type="radio"]:checked ~ input[type="radio"] + label:before {
	color: #02632f;
}
.empfehlung_kandidaten_wrapper > div:not(:last-child) {
	margin-bottom: 20px;
}
.empfehlung_kandidaten_wrapper .empfehlung_star_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;	
	padding: 10px 0 10px 10px;
}
.empfehlung_kandidaten_wrapper .empfehlung_star_wrapper:nth-child(even) {
	background-color: #f3f7ff;
}
.empfehlung_bewertungBasis_wrapper > div {
	padding: 10px;
}
.empfehlung_bewertungBasis_wrapper > div:nth-child(odd) {
	background-color: #f3f7ff;
}
textarea#warum_empfehlen {
	padding: 10px 5px;
}
.empfehlung_informationen_wrapper > div:not(:last-child) {
	margin-bottom: 10px;
}
.empfehlung_informationen_wrapper > div > label:first-child {
	font-weight: bold;
	color: #02632f;
	line-height: 1.7em;
}
.empfehlung_informationen_wrapper > div:last-child > label:first-child {
	margin-bottom: 5px;
}
.empfehlung_informationen_wrapper div.text_small {
	color: gray;
}
.empfehlung_submit_wrapper {
	display: flex;
    justify-content: flex-end;
}
.empfehlung_close_btn {
	display: flex;
	justify-content: center;
}
div.empfehlung_close_btn > button.close {
	padding: 0;
    height: 50px;
    background-color: transparent;
    color: #02632f;
}
.nach_empfehlung_bearbeiten{
	margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
button.weiterleitung {
	padding: 0;
    height: 50px;
    background-color: transparent;
    color: #02632f;
}
.empfehlung_gespeichert_container {
	background-color: white;
	padding-bottom: 20px;
}
.empfehlung_gespeichert_titel {
	padding: 20px 13px;
}
.empfehlung_gespeichert_container > div:first-child {
	border-bottom: 3px solid #f3f7ff;
	font-weight: bold;
}
.empfehlung_gespeichert_innerWrapper {
	text-align: center;
	margin: 30px 0 0 0;
}
.empfehlung_gespeichert_innerWrapper > div:first-child {
	color: #02632f;
	font-weight: bold;
}
.empfehlung_logo {
	margin: 20px 0 20px 0;
}
label.empfehlung_upload {
	display: block;
    margin: 0;
    width: auto;
    margin-bottom: 20px;
    line-height: 30px;
}
.empfehlung_content_wrapper {
	margin: 0 15% 10px 15%;
	padding: 20px 40px;
	background-color: white;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.empfehlung_content_wrapper .empfehlung_textheader p {
	font-weight: bold;
}
div.empfehlung_content_wrapper input.empfehlung_einsehen_btn {
	border: 2px solid #02632f;
	border-radius: 5px;
    background-color: #FFF;    
    color: #02632f;
}
div.empfehlung_content_wrapper input.empfehlung_einsehen_btn:hover {
	background-color: #02632f;
	color: white;
}
div.empfehlung_divider {
	border-bottom: 2px solid #cfdefc;
	margin: 10px 15% 10px 15%;
}
.slightly_larger_bot_margin {
	margin-bottom: 10px;
}
.top_job_marker {
	display: table;
	margin-right: 15px;
    padding: 5px 10px;
    background-color: #ff7700;
	color: white;
	border: 1px solid #ff7700;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.top_job_marker > *:not(:last-child) {
	margin-right: 10px;
}
article.ausschreibung .top_job_mobile {
	display: none;
}
article.ausschreibung > header > div:last-child {
	display: flex;
}
.caret_rotate {
	transform: rotate(-180deg);
}
.empfehlen_btn {
	min-width: 210px;
	margin: 5px 20px 5px 0;
    cursor: pointer;
    border: 2px solid #02632f;
    background-color: white;
    height: 54px;
	border-radius: 5px;
	padding: 1.2em 0 5px 0;
    text-align: center;
    line-height: 1em;
    font-family: "Roboto-Bold";
    font-size: 15px;
    color: #02632f;
    display: inline-block;
}
.empfehlen_btn:hover {
	color: white;
	background-color: #02632f;
}
#empfehlung_popup_header img {
	max-width: 100%;
	max-height: 150px;
}
#empfehlung_popup_header h3 {
	color: black;
	font-family: "Roboto-Regular";
	margin: 1em 0 0 0;
}
#empfehlung_popup_header p {
	font-size: 16px;
	font-weight: bold;
    letter-spacing: 0px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#empfehlung_popup_header > div > div {
	font-size: 15px;
	color: #888;
}
textarea#persNachricht {
	height: 200px;
}
body.empfehlung_half_width > div.empfehlung_content {
	width: 50%;
	margin: 60px auto;
}
div#empfehlung_vorschau {
	background-color: #f3f7ff;
}
.referenz > div:not(:last-child) {
	margin-bottom: 15px;
}
.referenz > *:first-child {
	margin-bottom: 10px;
}
.referenz span {
	color: #08964a;	
}
.referenz > div {
	margin-left: 26px;
}
.referenz a {
	color: black;
}
.red{color:red;}
.pointer_cursor{
	cursor: pointer;
}
.mobile_splitter {
	display: none;
}
div.empfehlung_close_btn.hide_in_desktop {
	display:none;
}
.empfehlen_btn.hide_in_desktop {
	display: none;
}

.headline_star_position_fix_emp {
	display: flex;
}

.orange_button_text {
	font-weight: bold;
	color: #ff7700;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.orange_button_text > div {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px;
	border: 2px solid transparent;
}

.orange_button_text > div:hover {
	border: 2px solid;
    border-radius: 5px;
}

.orange_circle_right {
	display: inline-block;
	background-color: #ff7700;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    margin-left: 9px;
}

#emp_register_wrapper {
	width: 50%;
    margin: 60px auto;
    background-color: white;
}

.emp_register_congratulation {
	padding: 20px;
    color: #02632f;
    border-bottom: 2px solid #f3f7ff;
}

.emp_register {
	padding: 20px;
    display: flex;
	align-items: center;
	border-bottom: 2px solid #f3f7ff;
}

.firmen_logo {
	padding-right: 10px;
	max-width: 33%;
}

.firmen_logo > img {
	max-width: 100%;
}

.emp_register_btn {
	color: white;
    background-color: #02632f;
    padding: 10px;
	border-radius: 6px;
	display: flex;
	cursor: pointer;
	max-width: 170px;
	margin-top: 10px;
}

.emp_register_arrow {
	background-color: #08964a;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
	border-radius: 20px;
	margin-left: 6px;
}

.emp_add_btn_wrapper{
	padding: 20px;
}

.emp_add_btn {
	color: white;
    background-color: #02632f;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    max-width: 232px;
    margin-top: 10px;
    text-align: center;
}

.fit_to_picture {
	object-fit: contain;
}

#content.jetzt_bewerben {
	width: 100%;
    text-align: center;
}

.bewerben_main.jetzt_bewerben {
	display: inline-block;
	text-align: start;
	margin-top: 85px;
	margin-bottom: 100px;
}
.double_content_box.jetzt_bewerben {
	display: flex;
}
.green_content_header {
	display: flex;
	padding: 12px 45px 16px 45px;
	background-color: #01632F;
}
.green_content_header h1 {
	margin-left: 18px;
	font-size: 22px;
	letter-spacing: 0.55px;
	line-height: 29px;
	font-family: 'ROBOTO-REGULAR';

}
h1.jetzt_bewerben {
	color: white;
}
.contentbox.jetzt_bewerben {
	background-color: white;
	width: 737px;
	margin-right: 20px;
}
.stellen_container.jetzt_bewerben {
	width: 737px;
}
.inner_content.jetzt_bewerben {
	margin-top: 40px;
	margin-left: 45px;
	margin-right: 45px;
}
label.jetzt_bewerben {
	font-family: 'ROBOTO-BOLD';
}
input.jetzt_bewerben {
	color: #000000;
	font-family: Helvetica;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
	height: 55px;
	width: 647px;
	border-radius: 5px;
	background-color: #EDEDED;
	padding-left: 18px;
}
.input_group.jetzt_bewerben {
	display: flex;
	flex-direction: column;
	margin-top: 18px;
}
.input_group.jetzt_bewerben.first_input_group {
	margin-top: 0;
}
.werbetext_box.jetzt_bewerben {
	background-color: #01632F;
	display: flex;
	width: 737px;
	margin-bottom: 25px;
}
.werbetext.jetzt_bewerben {
	margin-left: 35px;
	margin-top: 30px;
}
.werbetext1.jetzt_bewerben {
	color: white;
	font-family: 'ROBOTO-REGULAR';
	font-size: 24px;
	letter-spacing: 0;
	line-height: 37px;
}
.werbetext2.jetzt_bewerben {
	color: white;
	font-family: 'ROBOTO-BOLD';
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 37px;
}
.stellen_content.jetzt_bewerben {
	background-color: white;
}
.stellen_label.jetzt_bewerben {
	font-family: 'ROBOTO-BOLD';
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.09px;
	line-height: 30px;
	min-width: 120px;
}
.stellen_text_bold.jetzt_bewerben {
	font-family: 'ROBOTO-BOLD';
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 31px;
}
.stellen_text.jetzt_bewerben {
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 31px;
}
.stellen_text_box.jetzt_bewerben {
	display: flex;
	margin-top: 15px;
}
.stellen_beschreibung.jetzt_bewerben {
	margin-left: 40px;
	margin-right: 55px;
	padding-bottom: 35px;
}
.fake_button.jetzt_bewerben {
	color: white;
	background-color: #01632F;
	padding: 13px 27px 13px 27px;
	font-size: 22px;
	white-space: nowrap;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	width: fit-content;
}
.fake_input.jetzt_bewerben {
	color: black;
	font-family: 'ROBOTO-REGULAR';
	border: 0;
	background-color: #EDEDED;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 54px;
	height: 55px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 423px;
	display: inline-flex;
	justify-content: space-between;
}
.input_icon.jetzt_bewerben {
	margin-left: 18px;
}
.loesch_button.jetzt_bewerben {
	cursor: pointer;
	height: 19px;
	width: 19px;
	margin-left: 10px;
}
.upload_description.jetzt_bewerben {
	display: flex;
	font-family: 'ROBOTO-REGULAR';
	font-weight: 100;
}
.upload_icon_click.jetzt_bewerben {
	top: 0;
}
.button_icon.jetzt_bewerben {
	margin-right: 10px;
}
.submit_button.jetzt_bewerben {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.own_checkbox.jetzt_bewerben label {
	background-color: #EDEDED;
	height: 29px;
	min-width: 29px;
	display: inline-block;
	border-radius: 7px;
	border: 0;
}
.own_checkbox.jetzt_bewerben input[type="checkbox"]:checked + label:after {
	opacity: 1;
	content: '';
	position: absolute;
	width: 16px;
	height: 8px;
	background: transparent;
	top: 7px;
	left: 5px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.agb_box.jetzt_bewerben {
	margin-top: 20px;
	display: flex;
}
.fa-check.jetzt_bewerben {
	margin-top: 15px;
	margin-right: 16px;
	font-size: 26px;
}
#agb_text.jetzt_bewerben {
	margin-left: 12px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
	font-family: 'ROBOTO-REGULAR';
}
#agbs_accept {
	display: none;
}

.bigger_menu_icon {
	font-size: 22px;
}