@font-face {
	font-family: "Roboto Condensed";
	src: url(../../ofl/robotocondensed/RobotoCondensed[wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face {
	font-family: "Roboto Condensed";
	src: url(../../ofl/robotocondensed/RobotoCondensed-Italic[wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}
/* Version: 07.03.2016 */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.35em;
    background-color: #f1f1f1;
}

/* body * {
    white-space:pre-wrap;
    word-wrap:break-word;
    word-break:keep-all;
} */
p {
    margin: 0;
}

.slogan {

background: #53a0b1;
color: #fff;
}

.slogan h4 {text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  padding: 1rem 0;}

h1 {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.titel_klein {
    font-size: 2.5rem;
}

h2 {
    margin: 0px;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: normal;
}

.rahmen, .rahmen-17419 {
	position: relative;
	width: 720px; /*	maximale Breite: 782px	*/
	margin: 1.3rem auto;
	background-color: #fff;
	border: 0.02rem solid #a7a9a4;
	box-shadow: -0.1rem 0.1rem 1rem rgba(0,0,0, 0.2);
	font-size: 0.9rem; /*	minimale Schriftgröße 0.6rem	*/
}

.rahmen::after {
 	content: "";
	display: block;
	clear: both;
}

.rahmen_top {
    padding: 0px;
}

.rahmen_bottom {
    padding: 0px;
}

.content {
    padding: 20px;
}

.content::after {
    content: "";
    display: block;
    clear: both;
}

.box_top {}

.box_right {
    float: right;
    width: 48%;
}

.box_left {
    float: left;
    width: 48%;
}

.footer {}

.footer::after {
    content: "";
    display: block;
    clear: both;
}

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

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

.color_2 {
    color: #fff !important;
}

ul {
    margin-left: 5px;
    padding-left: 9px;
    margin-top: 0px;
    list-style-type: disc;
}

li {
    margin: auto;
    padding: 0;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.bild1 {
    display: block;
}

.bild2 {
    display: none;
}

.hide {
    display: none;
}

.refnr {}

.blocksatz {
    text-align: justify;
    text-align-last: justify;
}

.blocksatz:after {
    content: "";
    display: inline-block;
    width: 100%;
}

p:empty {
    height: 18px;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    /* table-layout: fixed; */
}

.cell {
    display: table-cell;
}

.row {
    display: table-row;
}

.flex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

.flex>div {
    background: #ccc;
}

.button_box {
    text-align: center;
}

.button_box::after {
    clear: both;
    content: "";
    display: block;
}

.button a {
    background: #123487;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 10px 40px;
}

.button a:hover {
    background: #2d5aae;
}

.bold {
    font-weight: bold;
}

.margin-bot {
    margin-bottom: 10px;
}

#content-wrap {
    margin: 20px;
    margin-left: 10px;
}

#title-wrap {
    margin: 0 0 20px 100px;
}

#comp-wrap {
    margin: 0 0 0 86px;
    width: 440px;
}

#comp-wrap ul {
    list-style-type: none;
    list-style-image: url(bp.gif);
    margin-bottom: 0;
    color: #5a7e96;
    font-weight: bold;
}

#comp-wrap p {
    font-weight: bold;
    padding-left: 14px;
}

#flex-content-wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 20px;
}

#fcleft {
    width: 480px;
}

#fcright {
    width: 170px;
    color: #5a7e96;
}

#fcright a {
    color: #5a7e96;
}

.left {
    font-weight: bold;
    color: #5a7e96;
    width: 103px;
    float: left;
    text-align: right;
    padding-right: 8px;
}

.right {
    width: 370px;
    float: left;
}

.dva-logo-bereich {
	display: block;
	position: relative;
	margin: -4.5rem 0 0 14%;
}

.dva-logo {
	width: 50%;
}

.db-new {
	display: block;
	width: 100%;
	position: relative;
	background-color: #617e98;
	padding: 1rem 0 1rem 14%;
	vertical-align: bottom;
}

.db-logo {
	width: 10%;
}

.db-pretext {
	color: #fff !important;
	margin-right: 0.5rem;
	vertical-align: bottom;
}

.pic-margin-bot {
    margin-bottom: 80px;
}

.pic-margin-bot2 {
    margin-bottom: 55px;
}

/*
_______________________

KAPITÄCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}



_______________________

BUTTON MIT HOVER
_______________________

.button a {
    background: #123487 scroll right top ;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
    display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
}
.button a:hover {
    background:#2d5aae;
}



_______________________

BUTTON MIT ANIMATION
_______________________

.bewerben {
    background-image:url(pfeil.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-color: #e5000a;
    float: right;
    margin: 20px 40px 20px 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.bewerben:hover {
    background-position: 15px center;
    }

.bewerben a {
    display: inline-block;
    padding: 15px 20px 14px 50px;
    color: #fff;
    }
.bewerben a:hover { color: #fff;
    text-decoration: none;
}

HTML-Part
<div class="bewerben">
<a href="#" target="_blank"><strong>HIER BEWERBEN</strong></a> </div>
</div>



_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}
*/
.apply {}


.rahmen-17419 {
    width: 790px;
}
.aboutus-17419 {
    color: #517891;
    width: 510px !important;
}
.mg-left-17419 {
    margin-left: 110px !important;
}
.title-size-17419 {
    font-size: 1.452em;
}
.font-size-17419 {
    font-size: 0.813em;
    line-height: 1.35em;
}
.fcleft-17419 {
    width: 550px !important;
}
.left-17419 {
    width: 110px !important;
}
.right-17419 {
    width: 440px;
}
.fcright-17419 {
    width: 190px !important;
	margin-top: 11rem;
}
.logo-absolute-17419{
    position: absolute;
    left: 7.5rem;
    bottom: 2rem;
}
.logo-absolute-17419 img{
    width: 11rem!important;
}
.text-absolute-17419{
    position: absolute;
    left: 25.5rem;
    bottom: 2rem;
}
.logo-absolute-17419-new{
    position: absolute;
    right: 7.5rem;
    bottom: 2rem;
}
.logo-absolute-17419-new img{
    width: 5.6rem!important;
}