/* Version: 05.03.2018 */


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

.single-vacancy .btn {
	font-size: 1.25em;
	padding: .375em .5em;
	display: inline-block;
}
.btn, .intro_teaser .teaser_info .teaser_text a {
	background-color: #ef2333;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
}

.button, button {
	border: 0;
	display: inline-block;
	padding: .5em 1.5em .5em;
	outline: 0;
}



.bg-gray{
background-color:#838383 !important;
}


.bg-lightgray{
background-color:#96979B!important;
}


body {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: rgb(88, 89, 91);
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}


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

a:link,
a:visited,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}

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

p {
  margin: 0 0 0.5rem 0;
}

h1 {
  line-height: 1.6;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: rgb(255, 0, 0);
  text-transform: uppercase;
}

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

h3 {
  margin: 0 0 0.4rem 0;
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: normal;
}

h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 0.775rem;
  font-weight: bold;
}

h5 {
  line-height: 1.3;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: rgb(255, 0, 0);
}

ul {
  position: relative;
  margin: 0 auto 1rem 0.25rem;
  padding-left: 0.5rem;
  list-style-type: none;
}

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

li::before {
  content: "•";
  position: absolute;
  top: -0.35rem;
  left: -0.7rem;
  font-size: 1.2rem;
} 

ul.line-left::before {
  position: absolute;
  top: 0;
  left: -1.1rem;
  content: "";
  height: 13rem;
  width: 0.1rem;
  background: #a0a0a1;
}

ul.pfeil {
   list-style-image: url(//anzeigen.mediaintown.de/job/files/1297493/pfeil.jpg);
margin-left:0.5rem;
margin-bottom:0.4rem;
}
ul.pfeil li::before {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: -0.7rem;
  font-size: 1.2rem;
} 


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

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

.content {
  padding: 0.5rem 5% 2rem 5%;
}

.content-bottom {
  padding: 1rem 5% 2rem 5%;
}

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

/* -------------- FLEXBOX -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  background: #827b72;
}

.flexleft{
  width:50%;
  background:#fff;
  text-align:center;
}

.flexleft img{
	display: inline-block;
}

.flexright{
  width:50%;
}

/* -------------- FLEXBOX -------------------- */

.box-top-wrapper {
  background: #827b72;
}

.box-top-wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.box-left-top {
  float: left;
  width: 56%;
}

.box-right-top {
  float: right;
  width: 44%;
}

.box-red {
  background: #ed1b24;
  color: #ffffff;
  padding: 0.8rem 10% 3rem 10%;
}

.box-red a:link,
.box-red a:visited,
.box-red a:focus, 
.box-red a:active,
.box-red a:hover,
.box-lightgrey a:link,
.box-lightgrey a:visited,
.box-lightgrey a:focus, 
.box-lightgrey a:active,
.box-lightgrey a:hover {
  color: #ffffff;
}

.box__top {
  border-bottom: 1px solid #f7acb0;
  margin-bottom: 1rem;
}

.box-left__inner {
  float: left;
  width: 6.5rem;
}

.box-right__inner {
  float: left;
  width: 9rem;
}

.box-right__inner4 {
  float: left;
  width: 9.3rem;
}


.box-left__inner2 {
  float: left;
  width: 5.25rem;
}

.box-right__inner2 {
  float: left;
  width: 10.5rem;
}
.box-left__inner3 {
  float: left;
  width: 8.5rem;
}

.box-right__inner3 {
  float: left;
  width: 7rem;
}

.box-grey {
  background: #686158;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 0;
}

.box-lightgrey {
  background: #827b72;
  color: #ffffff;
  padding: 0.75rem 0 0 0;
}

.box-lightgrey p {
  margin: 0;
}

.box-left__inner__bottom,
.box-middle__inner__bottom,
.box-right__inner__bottom  {
  float: left;
  width: 33.333%;
  text-align: center;
}


.box-left__inner__bottom2,
.box-middle__inner__bottom2,
.box-right__inner__bottom2  {
  float: left;
  text-align: center;
}



.box-middle__inner__bottom {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  padding: 0 0 0.5rem 0;
}

.box-right__inner__bottom  {
  padding: 0 2%;
}

.box-left__inner__bottom2 {
width: 32.5%;
}

.box-middle__inner__bottom2 {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  padding: 0 0 0.5rem 0;
width: 32.5%;
}

.box-right__inner__bottom2  {
  padding: 0 2%;
width: 35%;
}

.icon-1 {
  width: 2.2rem;
  padding-bottom: 0.25rem;
  margin: 0 auto;
}

.icon-2 {
  width: 2.5rem;
  padding-bottom: 0.75rem;
  margin: 0 auto;
}

.icon-3 {
  width: 2.5rem;
  padding-bottom: 0.25rem;
  margin: 0 auto;
}

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

.box-right {
  float: right;
  width: 45%;
}

.box-left-bottom {
  float: left;
  width: 15rem;
  padding-top: 0.5rem;
}

.box-right-1-bottom {
  float: right;
  width: 1rem;
  margin-right: 1.25rem;
}

.box-right-2-bottom {
  float: right;
  width: 0.8rem;
  margin-right: 1.25rem;
}

.box-right-3-bottom {
  float: right;
  width: 1.6rem;
  margin-right: 1.25rem;
}

.box-right-4-bottom {
  float: right;
  width: 1.9rem;
  margin-right: 1.25rem;
}

.box-right-5-bottom {
  float: right;
  width: 1.35rem;
}

.box-right-6-bottom {
  float: right;
  width: 1.35rem;
margin-left:15px;
}

#iconsPosition{
	position:absolute;
	right:8%;
	bottom:1.2rem;
}

#iconsPosition img{
	width:auto;
	height:1.8rem;
	margin: 0 0 0 1rem;
}

.footer {
  background: #99918b;
  padding: 1.5rem 8%;
}

.footer a:link,
.footer a:visited {
  color: #e0e1e3;
}

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

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

.hide {
  display: none;
}

.centerer {
  text-align: center;
}

p:empty {
  height: 1rem;
}

.button_box {
  text-align: center;
}

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

.button a {
  display: inline-block;
  background: #ed1c22;
  padding: 0.5rem 1rem;
  margin: 1rem auto;
  cursor: pointer;
  border: 0.1rem solid #ed1c22;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #ed1c22;
}

.rot{
  color: rgb(255, 0, 0) !important;
}

.textMiniKontakt{
font-size: 0.5rem;
}

.refnr {}

.apply {}
