/* Version: 07.03.2016 */



@font-face { font-family: "Annie Use Your Telescope";
	 
  src: local('Annie Use Your Telescope'),     
	   url('https://fonts.pwrk.dev/ofl/annieuseyourtelescope/AnnieUseYourTelescope-Regular.woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}




* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.4;
    background-color: #f1f1f1;
}

p {
    margin: 0;
}

.hgGrau{
    background:#d9dadb;
}

.hgGrau2{
    background:#d9dadb;
padding:20px;
}


h1 {
    line-height: 1.3;
    font-size: 34px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #e30613;
}

h1 span{
    margin: 0 0 15px 0;
    line-height: 1;
    font-size: 26px;
    font-weight: bold;
    color:#000;
}

.titel_klein {
    font-size: 2.5rem;
}

.abstandUnten0{
    margin-bottom:0;
}

.pad_lr {
padding: 0 2%;
 }

h2 {
    margin: 0 0 15px 0;
    line-height: 1;
    font-size: 26px;
    font-weight: bold;
}

h3 {
    margin: 5px 0;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: bold;
    color: #e30613;
}

h3 a:link {
    color: #e30613;
}

h3 a:visited {
    color: #e30613;
}

.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 #999;
    position: relative;
}

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

img.logoimg {
  margin-top: 10px;
}

.normallink {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 150px;
}

.normallink a {
  width: 100%;
  height: 100%;
  display: block;
}



.text {
  position: absolute;
  z-index: 3;
  bottom: 1.5rem;
  left: 2rem;
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Annie Use Your Telescope', serif;
width: 18rem;
}







.header {
    position: absolute;
    z-index: 1;
    top: 11px;
    left: 0;
}

.intro {
  position: absolute;
  z-index: 2;
  top: 575px;
  right:0;
  width: 60%;
}

.intro2 {
position: absolute;
z-index: 2;
top: 320px;
right: 17px;
width: 46%;
font-size: 16px;

}


.intro, intro2 p:last-of-type {
  margin: 0;
}

.headline {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
}

.headline2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  text-align: right;
}

iframe {
	display: block;
    width: 100%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


.video {
  
  width: 100%;
 
}

.content {
    margin-top: 589px;
    padding: 0 20px 20px 20px;
}

.content2 {
    margin-top: 480px;
    padding: 0 20px 20px 20px;
}

.contentUnten {
    margin-top:0;
    padding:20px;
}


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

.box_top {}

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

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

.footer {
  margin-top: 10px;
}

.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-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
	   flex-wrap: wrap;
}

.flex2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    padding:20px;
}

.left {
  width: 46%;
}

.right {
  width: 48%;
  padding-right: 13px;
}

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

.bolder {
  font-weight: 800;
}


/*
_______________________

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