html {
    box-sizing: border-box;
    cursor: default;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
aside,
input,
button,
hr,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
main,
textarea {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img,
video {
    width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:active {
    background: none;
}
li {
    list-style: none;
}
a,
input,
button,
video,
audio,
textarea {
    outline: none;
}
input,
textarea,
button,
select {
    background: none;
    border-radius: 0;
}
button {
    cursor: pointer;
}
html {
    font-size: 1.2em;
    -webkit-text-size-adjust: 100%;
}
body,
input,
textarea,
select {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    color: #036;
    -webkit-font-smoothing: subpixel-antialiased;
}
h2 {
    font-size: 160%;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
strong,
legend,
a.info {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
legend {
    font-size: 120%;
}
p a {
    border-bottom: 1px solid;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
p a:hover {
    border-color: transparent;
}
h2,
h3,
legend,
p {
    margin-bottom: 1.4rem;
}
a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.wrapper {
    max-width: 960px;
    margin: auto;
}




/* ############################################################################################ */


header, nav {
    margin: 0;
    /*padding: 0;*/
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

header,
nav
{
    display: block
}

header {
    position: relative
}

header .meta-nav,
header .group-nav {
    position: absolute
}

#main_viewport {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main_viewport p {
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}

header h1 {
    z-index: 100;
    /* left: 2rem; */
    /* top: 2rem; */
    width: 15rem;
    height: 2rem;
   /* background: url(../images/logo.svg) no-repeat left top;*/
    background-size: auto 100%;
    text-indent: -9999px
}

header .bewerbungLogo a {
    display: block;
    width: 25rem;
}

header .bewerbungLogo img, header .bewerbungLogo svg {
    width: auto;
    max-height: 3.5rem;
}

header .meta-nav {
    z-index: 100;
    right: 2rem;
    top: 1rem;
    font-size: 70%;
    font-weight: 500;
    color: black;
    text-transform: uppercase
}

header .meta-nav li {
    display: inline-block;
    margin-left: 1rem
}

header .meta-nav li a:hover {
    color: #036
}

header .group-nav {
    z-index: 100;
    right: 2rem;
    top: 2rem
}

header .group-nav li {
    display: inline-block;
    margin-left: 0.2rem
}

header .group-nav li img {
    height: 2rem;
    width: 2rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, filter 0.3s;
    transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s
}

header .group-nav li a:hover img,
header .group-nav li.active a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

/* ########################################################## */

.main-nav-container {
    height: 52px;
	/*overflow-y: hidden;*/
}

header .main-navSB {
    position: absolute;
    left: 0;
    width: 100%;
    height: 38px;
    background-color: #003366;
    border-top: 7px solid #f2f8f9;
    border-bottom: 7px solid #f2f8f9;
    text-align: center;
	box-sizing: content-box;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header .main-navSB.fixed {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
}

header .main-navSB a.toggle-nav {
    display: none
}

header .main-navSB>ul {
    display: inline-block;
}
header .main-navSB>ul::after {
    display: block;
    content: "";
    clear: both;
}

header .main-navSB>ul>li {
    float: left;
    text-transform: uppercase;
    background-color: #003366;
    color: white;
	height: 38px;
	
	position: relative;
}

header .main-navSB>ul>li::before {
	content: '';
	background-repeat: no-repeat;
	display: block;
    height: 38px;
    left: -20px;
    position: absolute;
    width: 44px;
	top: 0;
}
header .main-navSB>ul>li.navitem1::before {
	background-image: url('../images/linie-blau-blau.png');
}
header .main-navSB>ul>li.navitem2::before {
	background-image: url('../images/linie-blau-grau.png');
}
header .main-navSB>ul>li.navitem3::before {
	background-image: url('../images/linie-trans-trans.png');
}
header .main-navSB>ul>li.navitem4::before {
	background-image: url('../images/linie-trans-trans.png');
}
header .main-navSB>ul>li.navitem5::before {
	background-image: url('../images/linie-trans-trans.png');
}
header .main-navSB>ul>li.navitem6::before {
	background-image: url('../images/linie-grau-blau.png');
}
header .main-navSB>ul>li.navitem7::before {
	background-image: url('../images/linie-blau-blau.png');
}
header .main-navSB>ul>li.navitem7::after {
	content: '';
	background-image: url('../images/linie-blau-blau.png');
	background-repeat: no-repeat;
	display: block;
    height: 38px;
    right: -20px;
    position: absolute;
    width: 44px;
	top: 0;
}

header .main-navSB>ul>li:hover .sub-nav {
    visibility: visible;
    opacity: 1
}

header .main-navSB>ul>li.concrete-bg {
    background: #666 url('../images/bg-concrete.jpg') repeat center;
    background-size: cover;
}

header .main-navSB>ul>li>a {
    display: block;
    padding: 4px 33px;
    line-height: 30px;
	height: 30px;
	font-size: 15px;
	box-sizing: content-box;
}

header .main-navSB>ul>li>a span {
    display: block
}

header .main-navSB .sub-nav {
    position: absolute;
    z-index: 10;
    left: -18px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 0 24px;
    background-color: #003366;
    color: white;
    white-space: nowrap;
	border-top: 7px solid #f2f8f9;
    /*transition: visibility 0.3s, opacity 0.3s;*/
}

header .main-navSB .sub-nav::before {
	content: '';
	background-image: url('../images/linie-trans-blauB.png');
    background-size: 44px auto;
	background-repeat: no-repeat;
	display: block;
    height: 30px;
    left: -44px;
    position: absolute;
    width: 44px;
	top: 0;
}
header .main-navSB .sub-nav::after {
	content: '';
	background-image: url('../images/linie-blau-transB.png');
    background-size: 44px auto;
	background-repeat: no-repeat;
	display: block;
    height: 30px;
    right: -44px;
    position: absolute;
    width: 44px;
	top: 0;
}

header .main-navSB .sub-nav li {
    display: inline-block;
    margin-right: 8px;
}
header .main-navSB .sub-nav li:hover {
	background-color: rgba(255,255,255,0.15);
}

header .main-navSB .sub-nav li:last-child {
    margin-right: 0
}

header .main-navSB .sub-nav li a {
    display: block;
    padding: 0 10px;
    line-height: 30px;
    text-transform: none;
	font-size: 15px;
	font-weight: 700;
}

@media screen and (max-width: 1180px) {

	/* ############################################################################################ */
    header .main-navSB > ul > li > a {
		font-size: 13px;
		padding-left: 23px;
		padding-right: 23px;
		padding-top: 6px;
		padding-bottom: 2px;
	}
	header .main-navSB .sub-nav li a {
		font-size: 13px;
	}
	/* ############################################################################################ */
	
}
	
@media screen and (max-width: 1024px) {
    body {
        background-color: white
    }
    header h1,
    header .bewerbungLogo img,
    header .meta-nav {
        top: 2rem
    }
    header .group-nav {
        display: none
    }
}

@media screen and (max-width: 980px) {
    html {
        /*font-size: 1em*/
    }
	header {
		padding-top: 4rem !important;
	}
    header h1,
    header .bewerbungLogo img {
        position: fixed;
        z-index: 1500;
        left: 0.5rem;
        top: 0.5rem
    }
    header .bewerbungLogo img, header .bewerbungLogo svg {
        max-height: 2rem;
    }
	header h2 {
		z-index: 10;
	}
    header .meta-nav {
        display: none
    }
	#main_viewport {
		display: block;
	}
	
	/* ############################################################################################ */
	main {
		margin: 0;
	}
	
	
	.main-nav-container {
		height: auto;
	}
	
    header .main-navSB {
        position: fixed !important;
        top: 0 !important;
        z-index: 1000;
        height: 3rem;
        overflow: visible;
        background-color: rgba(255, 255, 255, 0.7);
        border-top: 0;
        border-bottom: 0;
        font-size: 100%
    }
    header .main-navSB a.toggle-nav {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 3rem;
        width: 3rem;
        font-family: sans-serif;
        font-size: 200%;
        line-height: 2.9rem;
        cursor: pointer
    }
    header .main-navSB>ul {
        display: block;
        position: absolute;
        left: 0;
        top: 3rem;
        width: 100%;
        height: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: #036;
        -webkit-transition: height 0.7s;
        transition: height 0.7s
    }
    header .main-navSB>ul>li {
        position: relative;
        display: block;
        float: none;
        background: none !important;
        border: none !important;
        border-bottom: 1px solid #1a4775 !important;
        font-weight: 700
    }
	header .main-navSB > ul > li > a {
		font-size: 16px;
	}
	header .main-navSB .sub-nav li a {
		font-size: 16px;
	}
	header .main-navSB>ul>li::before,
	header .main-navSB>ul>li::after,
	header .main-navSB .sub-nav::before,
	header .main-navSB .sub-nav::after {
		display: none !important;
	}
    header .main-navSB>ul>li.has-sub-nav:before {
        content: '';
        position: absolute;
        right: 0.6rem;
        top: 0.65rem;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: .7rem;
        width: .7rem;
        background: url('../images/arrow.png') no-repeat center;
        background-size: contain;
        pointer-events: none;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
		display: block !important;
		left: auto;
    }
    header .main-navSB>ul>li.open:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    header .main-navSB>ul>li.open .sub-nav {
        max-height: 10rem
    }
    header .main-navSB>ul>li.jobs {
        display: block
    }
    header .main-navSB>ul>li>a {
        -webkit-transform: none;
        transform: none;
        line-height: 1.6 !important
    }
    header .main-navSB>ul>li>a span {
        display: inline;
    }
	header .main-navSB > ul > li {
		height: auto;
	}
	header .main-navSB > ul > li > a{
		height: auto;
	}
    header .main-navSB .sub-nav {
        position: static;
        visibility: visible;
        opacity: 1;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        background: #1a4775;
        -webkit-transition: max-height 0.7s;
        transition: max-height 0.7s;
		
		border-top: 0;
    }
    header .main-navSB .sub-nav:before {
        content: none
    }
    header .main-navSB .sub-nav li {
        display: block;
        -webkit-transform: none;
        transform: none;
        margin: 0;
        border-bottom: 1px solid #036;
    }
    header .main-navSB .sub-nav li:last-child {
        border: none
    }
    header .main-navSB .sub-nav li a {
        display: block;
        padding: 0.25rem 1.2rem;
        line-height: 1.6
    }
	/* ############################################################################################ */
	
	
    .show-nav body {
        overflow: hidden;
    }
    .show-nav header .main-navSB>ul {
        height: calc(100vh - 3rem);
    }
	/* ############################################################################################ */
	
}



/* ############################################################################################ */



.g-recaptcha-wrap {
	display: flex;
}


header,
article,
form {
    padding: 3rem;
}


header {
    position: relative;
}
header::after {
    clear: both;
    content: "";
    display: block;
}
header h1 {
    /*float: left;*/
    width: 14rem;
    height: 2rem;
    background: url(../assets/logo.svg) no-repeat left top;
    background-size: auto 100%;
    text-indent: -9999px;
}
header h2 {
    position: relative;
    top: 0.5rem;
    /*float: right;*/
    margin-bottom: 0;
}



article {
    background-color: #036;
    color: white;
}
article .wrapper > *:last-child {
    margin-bottom: 0;
}
input,
.input-select span {
    width: 60%;
}
input,
select {
    padding: 0.2rem 0.4rem;
    background-color: #e6f3f5;
}
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
label {
    display: block;
    width: 25%;
    float: left;
    line-height: 1.8;
}
.input-checkbox input {
    width: auto;
    margin-right: 0.5rem;
}
.input-checkbox label {
    width: 100%;
}
.input-file input {
    width: 85%;
    line-height: 0;
    padding: 0.4rem;
}
.input-file label {
    width: 100%;
    margin-bottom: 0.5rem;
}
.input-file.input-select label {
    width: 25%;
}
.input-select span {
    display: inline-block;
    position: relative;
}
.input-select span:before {
    content: "\25BE";
    position: absolute;
    right: 0.7rem;
    top: 0.1rem;
    font-family: sans-serif;
    color: #9dd1d8;
    pointer-events: none;
}
.input-select.full-width span {
    width: 10rem;
    margin-left: 1rem;
}
.input-checkbox::after {
    clear: both;
    content: "";
    display: block;
}
.submit-wrap,
.back-wrap {
    position: absolute;
    top: auto;
    right: 0;
    width: 30%;
    margin-top: -4.5rem;
}
input[type="submit"], button[type="submit"] {
    margin-bottom: 1.4rem;
    padding: 1rem 0 1rem 1rem;
    background-color: #036;
    color: white;
    text-align: left;
    cursor: pointer;
    /*-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;*/
	height: 70px;
	position: relative;
	width: 100%;
}
input[type="submit"]:hover, button[type="submit"]:hover {
    background-color: #666;
}

input[type="submit"]::before, button[type="submit"]::before {
	content: '';
	position: absolute;
	left: -69px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 70px 70px;
	border-color: transparent transparent #036 transparent;
    /*-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;*/
}
input[type="submit"]:hover::before, button[type="submit"]:hover::before {
	border-color: transparent transparent #666 transparent;
}

a.back {
    padding: 0.3rem 0 0.3rem 1rem;
    background-color: #9dd1d8;
	height: 35px;
	position: relative;
	width: 100%;
	display: block;
}
a.back::before {
	content: '';
	position: absolute;
	left: -34px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 35px;
	border-color: transparent transparent #9dd1d8 transparent;
}


a.info {
    display: inline-block;
    float: right;
    position: relative;
    top: 0.2rem;
    height: 1.3rem;
    width: 1.3rem;
    margin-right: 0.7rem;
    background-color: #036;
    color: white;
    text-align: center;
    cursor: pointer;
}
a.info:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
a.info:before {
    content: "i";
}
.tooltip {
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 10rem;
    padding: 0.5rem;
    background-color: #036;
    font-size: 0.7rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}
.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0.25rem;
    border: solid transparent;
    border-top-color: #036;
    border-width: 0.4rem;
    pointer-events: none;
}
.half-width {
    width: 50%;
    float: left;
}
.clear {
    clear: left;
}
.last {
    margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
    header,
    article,
    form {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        overflow: hidden;
    }
    .input-select.full-width span {
        clear: both;
        width: 85%;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .input-checkbox label {
        line-height: 1.4;
    }
    input[type="submit"],
    .back-wrap {
        position: static;
        margin-top: 0;
    }
	.submit-wrap, button[type="submit"], .back-wrap {
		position: relative;
        margin-top: 0;
	}
	.submit-wrap {
		width: calc(100% + 30px);
		right: 0;
		box-sizing: border-box;
		padding-left: 70px;
	}
	.back-wrap {
	    width: 100%;
        margin-bottom: 3rem;
		box-sizing: border-box;
		padding-left: 100px;
    }
    input[type="submit"] {
        width: 85%;
    }
	button[type="submit"] {
	 width: 100%;
	}
    /*a.back {
        display: block;
        width: 100%;
        padding: 1rem 2rem;
    }*/
    .half-width {
        width: 100%;
    }
    a.info {
        margin-right: 0;
    }
}
@media screen and (max-width: 480px) {
    header h1,
    header h2 {
        /*float: none;*/
    }
    header h1,
    header .bewerbungLogo img {
        margin-bottom: 1.4rem;
    }
    header h2 {
        padding-top: 1.4rem;
        border-top: 0 solid;
    }
    p {
        margin-bottom: 1rem;
    }
    fieldset {
        margin-top: 2rem;
    }
    fieldset:first-child {
        margin-top: 0;
    }
    label {
        width: 100%;
    }
    form > p:last-child {
        margin-bottom: 0;
    }
	button[type="submit"] {
	 width: 100%;
	}
    input,
    input[type="submit"],
    .input-file input,
    .input-select span,
    .input-select.full-width span {
        width: 95%;
    }
    .input-file.input-select span {
        margin-bottom: 0.5rem;
    }
    a.info {
        position: absolute;
        top: auto;
        right: 1rem;
        height: 1rem;
        width: 1rem;
        margin-top: 0.3rem;
        font-size: 80%;
        line-height: 1rem;
    }
}
#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1000;
}
#modal-background.active {
    display: block;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
.ui-dialog-titlebar {
    color: white;
    background-color: #036;
}
.dlicence_input {
    width: 20px;
}
.erfahrung_input {
    width: 20px;
}
.dlicence_span {
    padding-right: 10px;
    line-height: 1.8;
}
header {
    padding-top: 7rem;
}
input[type="submit"], button[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}

@media screen and (max-width: 900px) {
    h2 {
        font-size: 120% !important;
        overflow-wrap: break-word;
    }
}
