@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.7rem;
    }
	
	.abstand10{
	margin-top:0.3rem;
	}

	.abstand15{
	margin-top:0.5rem;
	}

	.abstand25{
	margin-top:1.0rem;
	}
	
#headerbild{
	position:relative;
}

#logo{
	position:absolute;
	top:1rem;
	right:4%;
	width:30%;
}

#logoUnten{
	position:inherit;
	right:auto;
	bottom:auto;
	width:30%;
	margin: 1rem 0 0 0;
}

.contentOben {
	padding: 1.1rem 4% 0 4%;
	position: relative;
}

.content {
	padding: 0 4% 2rem 4%;
	position: relative;
}

h1 {
	margin: 1.5rem 0 0.5rem 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 400;
}

h2 {
	margin: 1.5rem 0 0.5rem 0;
	padding: 0 0 0 1.3rem;
	line-height: 1.2;
	font-size: 1rem;
	font-weight: 400;
	position: relative;
}

.icon{
	position:absolute;
	left:-0.2rem;
	bottom: 0;
	width:1.2rem;
}

	
/* -------------- FLEXBOX -------------------- */

.flex {
  display: block;
}

#aufgaben{
	width:auto;
}

#profil{
	width:auto;
}

#info{
	width:auto;
}

/* -------------- FLEXBOX -------------------- */
	
    .box-left {
      float:none;
      width: auto;
    }
    .box-right {
      float:none;
      width: auto;
    }

    .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%;
    }

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0 0 0.5rem 1rem;
}

li::before{
	content:"•";
	position: absolute;
	top: -0.25rem;
	left: 0rem;
	font-size: 1rem;
}
	
.ausblenden {
	display: none;
}

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}
