@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
      font-size: 0.9rem;
    }
    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .hide {
      display: inline-block;
    }
    .hide_m {
      display: none;
    }
    .table {
      border-collapse: collapse;
      table-layout: fixed;
    }
    .cell-left,
    .cell-right {
      display: block;
      float: left;
      width: 100%;
      border: none;
      border-bottom: 1rem solid #fff;
    }
    .row {
      display: block;
      float: left;
      width: 100%;
    }
	
	.content {
		margin: 0;
		padding: 0 3%;
	}
	
	.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: center;
  margin: 1rem 0;
		flex-wrap: wrap;
	align-items: center;
}

.flex-2 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
}

.flex-3 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	background-color: rgb(243,243,243);
	border-radius: 1rem;
	padding: 0.5rem;
}
	
	.left {
  width: 30%;
  padding: 0.5rem 1%;
}

.right {
  width: 100%;
  padding: 0.5rem 3%;
	text-align: center;
}

.left-2 {
  width: 35%;
  padding: 0.5rem 1%;
}

.right-2 {
  width: 65%;
  padding: 0.5rem 1%;
}

.icons-2 {
	text-align: center;
	margin: 0.3rem 3%;
}

.icons-2 p {
	padding: 0.1rem;
	font-weight: bold;
}

.overlay {
	position: absolute;
	left: 0;
	  margin: 0 auto;
	background-image: url(triangle.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 9999;
	width: 100%;
	height: 11vh;
	filter: opacity(0.8);
	text-align: center;
	overflow: visible;
}

.overlay p {
	margin-top: 0.5rem;
	font-weight: bold;
	font-size: 1.2rem;
}

.headerimage {
	z-index: 2;
	width: auto;
	position: relative;
}

.stelle {
	display: block;
	position: relative;
	text-align: left;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	margin: 0 auto 0rem auto;
	z-index: 4 !important;
	padding: 1rem 0 0;
}

.job-info > .flex {
	justify-content:space-between;
	text-align: center;
}

.job-info {
	text-align: center;
	vertical-align: middle;
}

.icons {
	padding-right: 0.2rem;
	width: 35%;
	margin: 0 auto;
}

.unternehmen {
	margin: 2rem 0;
	background-color: rgb(243,243,243);
	border-radius: 1rem;
	padding: 1.5rem;
}

.unternehmen a {
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: underline;
}
	h1 {
		font-size: 1.5rem;
	}
}

.refnr {}

.apply {}
