/* 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%;
}

.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, #2e94ed 0%, #7bc2ff 100%);*/
	padding: 50px 20px;
    background: #42a1f4; /* default fallback */
    background: -webkit-linear-gradient(left, #0068e0, #45c1f7); /* Safari */
    background: -o-linear-gradient(right,#0068e0, #45c1f7); /* Opera */
    background: -moz-linear-gradient(right,#0068e0, #45c1f7); /* Firefox */
    background: linear-gradient(to right, #0068e0, #45c1f7); /* 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;
}

.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: #2e94ed;
}

div.iLogin_content > div > button.wp_login_button:hover {
	color: #2e94ed;
	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;
	/*display: inline-block;*/
	max-width: 1200px;
	margin: 0 auto;
}

#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:200px;
	cursor: pointer;
	border:2px solid transparent;
	background-color:#2e94ed;
	height: 25px;
	border-radius: 5px;
	padding-top:25px;
	padding-bottom:25px;
	line-height: 3px;
	font-family: "Roboto-Bold";
	font-size: 15px;
	color:white;
	display: inline-block;
}

button#filterButton_submit {
	background-color: white;
	color: #2e94ed;
	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:#d5eafb;
	height: 25px;
	border-radius: 5px;
	padding-top:25px;
	padding-bottom:25px;
	line-height: 3px;
	font-family: "Roboto-Bold";
	font-size: 15px;
	color:#2e94ed;
	display: inline-block;
}

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

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

.anker_button_small:hover {
	border-color: #2e94ed;
	background-color: white;
	color: #2e94ed;
}

.small_margin {
	margin: 8px 10px;
}

.faq_margin {
	/*margin: 8px 40px;*/
}

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 #2e94ed;
	background-color:#FFF;
	border-radius: 5px;
	color:#2e94ed;
}

button:not(.ui-button), html [type="button"]:not(.ui-button):disabled, [type="reset"]:disabled, [type="submit"]:disabled, .blue_button:disabled{
	background-color:#82bff4;
	border-radius: 5px;
	padding-top:25px;
	padding-bottom:25px;
	font-size: 15px;
	color:white;
}

.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:#2e94ed;
	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;
}

article.ausschreibung header {
	border-bottom: 1px solid #d5e3ee;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.headline_padding {
	padding-top: 10px;
	padding-bottom: 10px;
}

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: #2e94ed;
  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;
}

body[data-view=student_offers] article.ausschreibung header > div:last-child > *:last-child {
    margin-right: 0;
}

body[data-view=student_offers] article.ausschreibung footer {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

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

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

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

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;
}

article.ausschreibung footer > div > div > div > * {
    padding: 0 15px 8px 0;
}

article.ausschreibung .request {
    float: right;
}

.light_blue_icon_color {
    color: #b9d1e4;
}

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

body[data-view=student_offers] 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;
}

body[data-view=student_offers] article.ausschreibung > footer > form.request {
	margin-right: 25px;
}

body[data-view=student_requests] article.ausschreibung div.float_left > div {
	float: left;	
    margin-bottom: 20px;
    clear: both;
}

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: #b9d1e4;
	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 > footer {
    border-top: 1px solid #d5e3ee;
}


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%;
	padding-top: 15px;
}

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;    
}

body[data-view=student_offers] article.ausschreibung section div i.fa {
    margin-right: 10px;
    color: #b9d1e4;
}

body[data-view=student_offers] article.ausschreibung section > * {
    float: left;
    margin-right: 40px;
    margin-top: 30px;
}

body[data-view=student_offers] article.ausschreibung section {
    overflow: hidden;
    margin-bottom: 30px;
}

body[data-view=student_offers] 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: #eaf4fd;
    color: #2f9cf1;
	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: #2e94ed;
    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 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 div:not(.full_width) {
    width: 50%;
    float: left;
}

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

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

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

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

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

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

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

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

form#answer_request.hidden.modal .save_data, form#answer_request.hidden.modal .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 #2e94ed;
}

.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: #2e94ed;
}

.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 #6ab7fa 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: #2e94ed;
	border-color: #2e94ed;
}

.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 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 #2e94ed;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

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

a {
	color: rgb(46,148,237);
	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(42,64,94);
	font-family: "ZillaSlab-Bold";
	font-weight: bold;
}

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

h1 {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 30px;
	color: rgb(42,64,94);
	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(97,122,153);
	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: rgb(97,122,153);
	font-family: "Roboto-Regular";
}

.label_hinweis_font {
	font-size: 12px;
}

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

footer#footer {
	/*display: inline-block;*/
	background-color: #fff;
	padding: 80px 0 40px 0;
	/*max-resolution: top 10px;*/
}

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

footer#footer > div > div {
	display: flex;
	justify-content: center;
	/*padding: 0 10%;*/
}

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;
	/*margin-left: 20px;*/
	white-space: nowrap;
	padding: 20px 45px 20px 20px;
}

footer#footer div div div:first-child {
	/*min-width: 250px;
	margin-right: 80px;*/
}

footer#footer div div div p {
	white-space: normal;
	font-size: 14px;
	line-height: 1.8;
	border-bottom: 1px solid #edf0f4;
    padding-bottom: 10px;
}

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

footer#footer p > a.footer_bef_a::before {
    content: "> ";
}

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

#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;
}

.red{color:red;}

.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: block;
    background-color: #fff;
    border-top: 3px solid #2e94ed;
    border-bottom: 1px solid #f3f7ff;
	font-size: 13px;
	color: #8db3dd;
	font-family: "Roboto-Medium";
	float: left;
}

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;
}

.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 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;
}

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: 250px;
	margin-top: 100px;
	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 #6ab7fa;
}

.icon_box_special {
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid transparent;
	height:280px;
	margin-right: 2px;
	width: 33.33333%;
	margin-right: 0;
	border-right: 3px solid #f3f7ff;
	float: left;
}

.icon_box_special:hover {
	border-bottom: 1px solid #6ab7fa;
}

.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 {
	height: 200px;
}

.dashboard_boxes .icon_box {
	width: 33.33333%;
	float: left;
	margin-right: 0;
}

.dashboard_boxes .icon_box:nth-child(-n+2){
	border-right: 10px solid #f3f7ff;
}

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

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

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

.blue_circle_filter {
	background-color: #2679c2;
    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: #c0defa;
    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: #2e5279;
	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;
	}
}

.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 #2e94ed;
    border-bottom: solid #2e94ed;
    border-width: 2px;
}

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

.blue_arrow_down {
	height: 8px;
	width: 8px;
	transform: rotate(45deg);
	margin-left: 7px;
	margin-top: 6px;
    border-right: solid #2e94ed;
    border-bottom: solid #2e94ed;
    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;
}

.small_margin_top {
	margin-top: 20px;
}

.medium_margin_top {
	margin-top: 40px;
}

.big_margin_top {
	margin-top: 80px;
}

#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:#2e94ed;
	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;
	word-wrap: break-word;
    overflow: hidden;
}

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

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;
	margin-bottom: 20px;
	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: #b9d1e4;
}

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: 30px;
}

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: #b9d1e4;
}

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;
    margin-top: 10px;
}

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, body[data-view="unternehmen_matches"] div.jquery-modal form div,
div[data-view="vorschau"] div.jquery-modal form div {
    display: flex;
    align-items: 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: #2e94ed;
}

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: 15px;
}

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 > div.filter_checkbox_table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div > div.filter_checkbox_table > div {
    display: flex;
    flex-direction: column;    
}

body[data-view="unternehmen_matches"] div.filter_box > div.filter_innerBox > div > div > div.filter_checkbox_table > div > div {
    height: 25px;
}

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

.date_max_width {
	max-width: 120px;
}

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

.fa-trash {
	color: #2e94ed;
}

.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: #2e94ed;
	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, rgba(46, 151, 237, 0.8274509803921568) 0%, rgba(123, 194, 255, 0.8274509803921568) 100%);
	/*background-image: linear-gradient(90deg, rgba(224, 226, 229, 0.8274509803921568) 0%, rgba(233, 239, 248, 0.8274509803921568) 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: #2e94ed;*/
}

.pwreset_fontcolor {
	color: white;
}

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

.progress_position {
	z-index: 100;
	background-color: #e9eff8;
	/*background-color: #2e94ed;*/
}

.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 {
	float: right; 
	font-size: 6px;
	color: white;
}

.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: 37px;
	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: 50px;
	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(#2e94ed 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 #2e94ed;
	-ms-word-break: normal;
	word-break: normal;
	background-image: radial-gradient(#2e94ed 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 {
    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-top: 20px;
    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, rgba(46, 151, 237, 0.8274509803921568) 0%, rgba(123, 194, 255, 0.8274509803921568) 100%);
}

div.dashboard_menu a {
    color: white;
    padding: 25px 20px;
    border: 2px solid transparent;
	border-right: 1px solid grey;
    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 grey;
}

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);
}

.zeitraum_abstand {
    margin-right: 10px;
}

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

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

div#social_header a {
    color: #8db3dd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 44px;
}

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;
    padding-right: 3px;
}

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

@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: #2e94ed;
    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;
}

.logo.float_left {
    height: 86px;
}
#main_top_bar {
    height: 86px;
}

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: #365272;
    text-transform: uppercase;
}

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

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;
}

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

.no_border {
	border: 0;
}

.no_padding {
	padding: 0 !important;
}

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

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

.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;
}