/* Version: 05.03.2018 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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

.obenlinks{ position: 
absolute;
top: 0.8rem;
	left: 0.8rem;
	width: 60px;
}

.obenrechts{ position: 
absolute;
top: 0.8rem;
	right: 0.8rem;
	width: 60px;
	transform: rotate( 90deg)
}


.untenlinks{ position: 
absolute;
bottom: 0.8rem;
	left: 0.8rem;
	width: 60px;
	transform: rotate( 270deg)
}

.untenrechts{ position: 
absolute;
bottom: 0.8rem;
	right: 0.8rem;
	width: 60px;
	transform: rotate( 180deg)
}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #6c625a;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #fff;
	background-image: url("//anzeigen.jobsintown.de/job/files/1330525/bg.jpg");
	background-repeat: 
	no-repeat;
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}
.logo{
	margin-top: 2rem;
	width: 100%;
	
}

hr{
	color: #a81134;
	height: 0.05rem;
	margin-bottom: 0.7rem

}

p {
	margin:0;
}

p:empty {
height: 1.125rem;
}

h1 {
  line-height: 1.25;
  font-size: 2rem;
  font-weight: normal;

  margin: 0;
	font-family: 'Playfair Display', serif;
	text-align: center;
	color:  #a81134;
}

h3 {
	padding-bottom: 0.2rem;
  margin: 0;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: bold;
	font-family: 'Playfair Display', serif;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: rgba(255, 255, 255, 0.85);

  box-shadow: -0.1rem 0.1rem 1rem #6c625a;
  font-size: 0.8rem;
}

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

.content {
  padding: 2.5rem 3% 1rem 3%;
}

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

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  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: #6c625a;
  text-decoration: none;
}

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

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

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

ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.8rem;
  list-style-type: disc;
  list-style-type: none;
}

li {
  position: relative; 
  margin: auto;
  padding: 0;
}

 li::before {
  position: absolute;
  top: -0.2rem;
  left: -1rem;
  content: "+";
	 font-weight: bold;
  font-size: 1rem;
  color: #a81134;
} 


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

.hide {
  display: none;
}

.justifier {
  text-align: justify;
}

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

p:empty {
  height: 1rem;
}

.table {
  display: table;
  width: 100%;
  /* border-collapse: collapse; */
  table-layout: fixed;
  /* 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;
}

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

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
}

.left {
  width: 70%;
  padding: 1rem 3%;
}

.right {
  width: 30%;
  padding: 1rem 0.5%;
	text-align: justify;
}

.button_box {
  text-align: center;
}

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

.button a {
  display: inline-block;
  background: #6c625a;
  padding:0.8rem  1.5rem ;
  margin: 1rem auto;
  cursor: pointer;


  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color:  #fff;
	font-family: 'Playfair Display', serif;
	
}
.button a:hover {
  background-position: 15px center;
  background-color: #a81134;
  text-decoration: none;
  color: #fff;
}
.refnr {}

.apply {}
