/* Version: 07.03.2016 */

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 17px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #f1f1f1;
}


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

p {
    margin: 0;
}

p span {
    color: #0081c7;
	font-weight: bold;
	font-size: 1rem;
}


h1 {
	font-size: 25px;
    line-height: 30px;
	color: #0081c7;
	font-weight: bold;
    padding: 0;
    margin: 0;
}

h1 span {
	font-size: 20px;
    line-height: 1.2;
}

.titel_klein {
    font-size: 36px;
}
#schrittmacher {position: relative;
left:30rem;
width: 10rem;
top: 5rem;


}

.intro {
	font-size: 1rem;
line-height: 1.25;
}

h2 {
    margin: 0px;
    font-size: 25px;
	line-height: 28px;
    font-weight: normal;
}

#rahmen {
	padding-bottom: 0rem;
    width: 720px;
    margin-top: 22px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #FFF;
    border: 1px solid #A7A9A4;
    box-shadow: -0.5px 3px 15px #999;
    position: relative;
	z-index: 10;
	overflow: hidden;
}

#rahmen_top {
    padding: 0px;
}

#rahmen_bottom {
    padding: 0px;
}

#content {
    padding: 0px 45px;
	position: relative;
	z-index: 50;
}


#box_top {}

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

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

.footer {
position: relative;
width: 100%;
z-index: 100;
}

.linie {
	background: url("linie.jpg") repeat-y top right;
	background-size: 100%;
}

.linie2 {
	background: url("linie_2.jpg") repeat-y top right;
	background-size: 100%;
}

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

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

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

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

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

.blau {
    color: #0081c7 !important;
}

ul {
    margin-left: 10px;
    padding-left: 20px;
    margin-top: 0px;
    list-style-type: square;
}

li {
    margin: auto;
    padding: 0;
	padding-left: 10px;
}


ul.new {
	margin-left: 0rem;
    padding-left: 0px;
    margin-top: 0px;
	list-style-type: none;
line-height: 1.1;
}

ul.new li {
	position: relative; 
	margin: auto;
	padding: 0 0 0 0.7rem;
}

ul.new li:last-child {
	padding-bottom: 0;
}

ul.new li::before {
	 position: absolute;
	 top: 0;
	 left: 0;
	 content: '▪️';
	 font-size: 0.8rem;	
color: #0081c7!important;
} 

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

.bild1 {
    display: block;
}

.bild2 {
    display: none;
}

.unsichtbar {
    display: none;
}

.ausblenden {
}

.refnr {}

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


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

.left {
	width: 48%;
}

.right {
	width: 48%;
	padding-top: 0.75rem;
}


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


/* 
_______________________

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