/* Version: 05.03.2018 */


 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.btn {
display: table;
padding: 5px 10px;
background: transparent;
border: 2px solid #fff;
color: #fff!important;
}
.btn:hover {
display: table;
padding: 5px 10px;
background: rgba(0,141,178,1);
border: 2px solid rgba(0,141,178,1);
color: #fff!important;
}
 /* ----------------------------------------------------------- */

body {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color:rgba(3,26,33,1);
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  background-color: #ffffff;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

.frame-outer {
position: relative;
padding: 0;
width: 720px;
margin: 1.3rem auto;
background-color: #FFF;
border: 0.02rem solid #A7A9A4;
box-shadow: -0.1rem 0.1rem 1rem #999;
font-size: 1rem;
line-height: 1.4;
overflow: hidden;
bottom: 5px;


}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

#firma{
	padding:2rem 45% 2rem 4%;
	font-size: 1.2rem;
	position: relative;
}

#logo{
	position:absolute;
	top:2rem;
	right:4%;
	width:32%;
}

#hgPferd{
	position: absolute;
	top: 2rem;
	right: -1rem;
	width: 122%;
	opacity: 0.3;
	z-index: 0;
}

#hg_schwan{
	position: absolute;
	top: 3rem;
	right: 0rem;
	width: 110%;
	opacity: 0.8;
	z-index: 0;
}

#hg_leo{
position: absolute;
top: 12rem;
right: 5rem;
opacity: 0.8;
z-index: 0;}

#hg_libelle{
position: absolute;
top: 11rem;
right: 0rem;
opacity: 0.8;
z-index: 0;
height: 0px;
}

.content {
	padding: 6rem 4% 1.5rem 4%;
	position: relative;
	z-index: 1;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}
.mops {display: none;}
p {
  margin:0;
}

p:empty {
  height: 1rem;
}

.hellblau{color:rgba(0,141,178,1);}
.dunkelblau{color:rgba(3,26,33,1);}

.abstand10{
	margin-top:0.625rem;
}

.abstand15{
	margin-top:0.9rem;
}

.abstand25{
	margin-top:1.5rem;
}

#titel{
	background:rgba(3,26,33,0.75);
	color: rgba(255,255,255,0.5);
	padding: 2rem 4%;
	position: relative;
	z-index: 1;
	text-align: center;
}

#titel_2{
	color: #000;
	padding: 0 4%;
	position: relative;
	z-index: 1;
	text-align: center;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 0 5px 10px rgba(255,255,255,0.7);
}

h1 {
	margin:-10px 0 0 0;
	padding: 0;
	line-height: 1.0;
	font-size: 31px;
	font-weight: 700;
}



.h1_kleiner {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 2.5rem;
	font-weight: 700;
}




h2 {
	margin: 1.5rem 0 18px 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1rem;
	font-weight: 700;
	color:rgba(0,141,178,1);
}

/* -------------- FLEXBOX -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
	flex-wrap: wrap;
  flex-direction: row;
}

.left {
  width: 48%;
  padding: 1rem 3%;
}

.right {
  width: 48%;
  padding: 1rem 3%;
}

/*

Text vertikal geschrieben und mittig

	writing-mode: tb-lr;        - IE
	writing-mode: vertical-lr;
	transform: rotate(-180deg);

*/

/* -------------- FLEXBOX -------------------- */

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

#footer {
	background:#b1b7bb;
	padding:1.5rem 4%;
	font-size:0.9rem;
	line-height: 1.5;
}

.textGross{
	font-size:1.2rem;
}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

#zukunft{
	float:left;
	width:25%;
}

#adresse{
	float:left;
	width:30%;
	padding: 0.2rem 0 0 0;
}

#web{
	float:right;
	width:55%;
	padding: 0.2rem 0 0 0;
}

img {
	  max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
	display: block;
}

a:link {
  color:rgba(3,26,33,1);
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color:rgba(3,26,33,1);
}

a:hover {
  text-decoration: none;
  color:rgba(0,141,178,1);
}

a:active {
  text-decoration: none;
  color:rgba(3,26,33,1);
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0 0 0 1.5rem;
}

li::before{
	content:"•";
	position: absolute;
	top: -0.3rem;
	left: 0.2rem;
	font-size: 1.5rem;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.ausblenden {
}

.einblenden {
	display:none;
}

.refnr {}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */

/* .flex {
  display: table;
  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: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
} 
*/

/* -------------- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -------------------- */

/* -------------- FLEXBOX -------------------- */

/*
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
	flex-wrap: wrap;
  flex-direction: row;
}

.left {
  width: 48%;
  padding: 1rem 3%;
}

.right {
  width: 48%;
  padding: 1rem 3%;
}
*/

/* -------------- FLEXBOX -------------------- */

.justifier {
  text-align: justify;
  text-align-last: justify;
}

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.table {
  display: table;
  width: 100%;
  /* ----------- LÄSST GRENZEN VERSCHWINDEN, SODASS KEINe BEGRENZUNG ERSCHEINT ----------------- */
  /* border-collapse: collapse; */
  /* --------------------------------------------------------------------------------------------*/
  table-layout: fixed;
  /* ----------- ERSTELLT EINEN BEGRENZUNGSRAHMEN JEDOCH AN ALLEN SEITEN ----------------------- */
  /* border-spacing: 3rem; */
  /* --------------------------------------------------------------------------------------------*/
}

.row {
  display: table-row;
}

.cell-left,
.cell-right {
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem 3%;
}

.cell-left {
  border-right: 15px solid #fff;
}

.cell-right {
  border-left: 15px solid #fff;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #0065FF;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #0065FF;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #0065FF;
}

/*
_______________________

KAPITÄLCHEN, 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(https://anzeigen.mediaintown.de/job/files/385447/bp.jpg) no-repeat 2px 5px; padding-left:8px;
}


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
