@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;
		margin: 0;
    }
    .frame-outer {
      width: 100% !important;
      font-size: 0.7rem !important;
		margin: 0;
    }
	
#logo{
	padding:1rem 5% !important;
}

#logo img{
	width:30% !important;
}


h1 {
font-size: 1.5rem;
}

h2 {
font-size: 1rem;
}
	
	.title {
		padding: 1rem 4%;
	}
	
	.bewerben {
		padding: 2.5rem 4%;
	}
	
	.video h1 {
		font-size: 1.4rem;
		width: 80%;
	}
	
	.dosen {
		display: none;
	}
	
	.intro-text {
		width: 100%;
	}

/* -------------- FLEXBOX -------------------- */

.left{
	width:100% !important;
}

.right{
	width:100% !important;
	margin:1rem 0 0 0 !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 1rem !important;
}
	
li:last-child{
	padding-bottom:0 !important;
}

li::before{
	content:"•" !important;
	position: absolute !important;
	top: -0.1rem !important;
	left: 0.05rem !important;
}
	
.hide_m {
	display: none !important;
}

.hide {
	display:block !important;
}
}

.refnr {}

.apply {}
