@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
	h1 {
	font-size: 1rem;
}
.intro
{
	background-color:#1f2026;
	padding: 4%;
	color: #fff;
	margin-top: 0rem;
	font-size: 0.7rem;
	text-align: justify;
}
	
	@media (max-width: 768px) {
  .flip-box {
    flex: 1 1 45%;   /* zwei Boxen pro Reihe */
  }
}

@media (max-width: 480px) {
  .flip-box {
    flex: 1 1 90%;   /* eine Box pro Reihe */
  }
}
	
	.flip-container {
  display: flex;
  flex-wrap: wrap;       /* Boxen umbrechen auf kleine Screens */
  gap: 1rem;             /* Abstand zwischen Boxen */
  justify-content: flex-start; 
  padding-bottom: 1rem;
}

.flip-box {
  flex: 1 1 8%;       
  min-width: 47%;      /* minimale Breite für kleine Screens */
  max-width: 100px;      /* maximale Breite */
  height: 3.5rem;
  perspective: 1000px;
}
	
	.flip-front img {
		width: 35%;
	}
	
	  .flip-front {
    display: none;
  }

	.flip-inner {
    transform: none !important; /* kein Flip mehr */
  }

  .flip-back {
    position: relative;
    transform: none !important;
    background-color: #fff;
    border: 0.1rem solid #7fc5bd;
    width: 100%;
    height: auto;
    padding: 0.5rem;
    box-shadow: none;
	  text-align: center;
    align-items: flex-start;
    justify-content: flex-schatart;
    font-size: 0.8rem;
  }

  .flip-back p {
    
	  width: 100%;margin: 0;
    font-size: 0.8rem;
    line-height: normal;
	  text-align: center !important;
  }

  .flip-box {
    height: auto; /* Höhe an Text anpassen */
  }
}

h1 span {
	
}

h2 {
	
}

h3 {

}

h4 {
	
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
	flex-direction: row-reverse;
}
	
.left, .right {
	width: 100%;
	padding: 1% !important;
}

.right1, .left1 {
	width: 100%;
}
	.profil-aufgaben
{
	width: 100%;
	margin-bottom: 0.5rem;
}



.zweispaltig{
column-count: 1;
  column-gap: 1rem;
}






.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
