/* Version: 07.03.2016 */

* {
    box-sizing: border-box;
}

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

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

p {
    margin: 0;
}

h1 {
    margin: 0px;
    line-height: 1.1;
    font-size: 56px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.titel_klein {
    font-size: 34px;
    line-height: 1.5;
	
}

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

#rahmen {
    padding: 0px;
    width: 720px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #FFF;
    border: 1px solid #A7A9A4;
    box-shadow: -0.5px 3px 15px #eee;
	position:relative;
}

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

#rahmen_top {
    padding: 0px;
}

#rahmen_bottom {
    padding: 0px;
}

#logo {
	padding: 1rem 4%;
}

#logo img {width:12rem;}


#head{
	position: absolute;
	top: 115px;
	left: 40px;
        color: #fff;
}

#content {
    padding: 20px 30px 20px 40px;
}

#box_aussen_left{
	float:left;
	width: 78%;
	}

#box_aussen_right{
	float:right;
	width: 20%;
	}

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

#box_top {}

#box_right {
    float: right;
    width: 48%;
	margin-top: 5px;
}

#box_left {
    float: left;
    width: 48%;
	margin-top: 5px;
}

#footer {}

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

img {
    max-width: 100%;
    height: auto;
    width: auto;
    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;
}

.red {
    color: #e20026 !important;
}



ul {
    margin-left: 5px;
    padding-left: 9px;
    margin-top: 8px;
    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 > 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;
}


/* 
_______________________

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

.abstand5 {
	padding-top: 8px;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

/*---3Bilder---*/

#sliderBox{
               position: relative;
}

.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
               z-index: 2;
}

.slideshow_3Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow_3Bilder li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image_3Bilder 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}

@keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_3Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

ul.slideshow_3Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_3Bilder li::before{
	display:none !important;
}

.slideshow_3Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

/*---3Bilder ENDE---*/


/*---4 Bilder ---*/

.slideshow_4Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow_4Bilder li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image_4Bilder 24s linear infinite;
  animation: image_4Bilder 24s linear infinite;
}

@keyframes image_4Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_4Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_4Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow_4Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder li::before{
	display:none !important;
}

.slideshow_4Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}