@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
  
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100% !important;
   
    }
	
#logo{
	z-index: 50 !important;
	position: absolute !important;
	top:1rem !important;
	right:5% !important;
	width:30% !important;
}

#logo img{
	width:100% !important;
}

#logoKarriere{
	position:inherit !important;
	right:4% !important;
	bottom:1rem !important;
	width:38% !important;
}

.content {
	padding: 1rem 5% !important;
}

h1 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
}

h2{
	margin: 0 0 0.3rem 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
}

/* -------------- FLEXBOX -------------------- */

.left{
	width:100% !important;
}

.right{
	width:100% !important;
	margin:1rem 0 0 0 !important;
}

/* -------------- FLEXBOX -------------------- */
	
    .box-left {
      float:none !important;
      width: auto !important;
    }
    .box-right {
      float:none !important;
      width: auto !important;
    }

.word{word-spacing:0rem !important;}
.letter{letter-spacing:0rem !important;}
.spacing{
	word-spacing:0rem !important;
	letter-spacing:0rem !important;
}
	
#footer {
	padding: 1rem 5% !important;
}
	
ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

li {
	position: relative !important;
	padding: 0 0 0.3rem 1rem !important;
}

li:last-child{
	padding-bottom:0 !important;
}

li::before{
	content:"•" !important;
	position: absolute !important;
	top: -0.25rem !important;
	left: 0.05rem !important;
	font-size: 1.1rem !important;
}	
.button_box{
	text-align: left;
}
	
.hide_m {
	display: none !important;
}

.hide {
	display:block !important;
}
}

.refnr {}

.apply {}
