@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2.8rem;
    line-height: 1.1;
    margin: -0.3rem 0 1.3rem;
}

h2 {
    font-size: 0.75rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 1rem;
    list-style: none;
}

li {
    padding: 0rem 0 0rem 0.8rem;
}

li::before {
    content: "•";
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    position: relative;
    float: left;
    top: -0.2rem;
    margin-left: -0.8rem;
}

ul ul{
    padding: 0 0 0 0.5rem;
}

ul ul li::before{
    content: "»";
    font-size: 1rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.frame-outer {
    position: relative;
    width: 800px;
    margin: 1.3rem auto;
    background: #BAAF91 url('bg.jpg') no-repeat;
    background-size: 100% 100%;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.750rem;
    padding: 1.5rem 1.5rem 2.2rem;
    overflow: hidden;
}

.main {
    border: 1.5rem solid #fff;
    border-bottom: none;
    background: rgba(55, 102, 135, 0.85);
    padding: 1.5rem;
}

.header {
    padding: 0rem;
}

.content {
    padding: 0rem;
}

.flexbox {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.box {
    width: 49%;
    position: relative;
}

.box-white {
    background: #fff;
    color: #000;
    padding: 0.8rem 0;
    margin: 0 -1.5rem -1.5rem;
}

.absolute {
    position: absolute;
    left: -20.8rem;
    bottom: 0rem;
}

.footer {
    padding: 11.5rem 0rem 0rem;
}

.footer>img {
    position: relative;
    z-index: 4;
}

.logo {
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    width: 19.6rem;
}

.logo-link {
    position: relative;
}

.logo-link a {
    position: absolute;
    bottom: 9%;
    right: 7%;
    width: 65%;
    height: 13%;
}

.justifier {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.bg-farbe {
    background: url('bg_farbe.png') no-repeat;
}


.bg-17580 {
    background: url('bg-17580.jpg') no-repeat;
}
.bg-17580-cover {
    background: url('bg-17580.jpg') no-repeat;
    background-size:cover;
}
.bg-main-17580  {
    background: rgba(1,52,98, 0.85);
}
.title-17580 {
    font-size: 2.25rem;
}

.bg_35400{
    background: url('bg_35400.jpg') no-repeat;
    background-size: cover;
}
.main_35400{
    background: rgba(1, 52, 98, 0.6);
}
.main_35400 ul ul{
    padding-left: 2.2rem;
}
.main_35400 ul ul li::before {
    content: ">";
    font-size: 1rem;
    top: 0.1rem;
}



.refnr {}

.apply {}
