@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;
    }

.text-head, .text-head2{ width: 100%;
;
position: relative;
	padding: 1rem 3% !important; 
	
top: 0;
left: 0;
height: auto;}



    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .flex, .leitbild, .footer {
      display: block;
    }
	
	.vorteile{ display: block;
		margin: 0;
	}
	
	.icon{ 
opacity: 1;
width:95%;

			text-align: center;
	    transition: opacity 0s;
}
	.icon img{ width: 20%;
				margin: 2rem auto  1.5rem auto;
	}
.icon img:hover{
opacity: 0.6;}

.tooltip {
    position: relative;
    display: block;
 
}

.tooltip .tooltiptext {
    visibility: visible;
    width: 100%;
    background-color:#f6f6f6;
    color: #333;
  
    border-radius: 0.4rem;
    padding: 0.5rem;
    position: relative;
    z-index: 1;
    top:  0;
    left: 0;
border: 0.2rem #fff solid; 
    opacity: 1;
    transition: opacity 0.5s;
	display:block;
	font-size: 0.75rem;
	line-height: 1.2rem;
}
.tooltiptext p{ 
	padding-bottom: 0.3rem;
	
text-align: justify;
font-size: 0.8rem;}

.tooltip .tooltiptext::after {
    content: "";
    position: relative;
    bottom: 100%;
    left: 0;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #f6f6f6 transparent transparent transparent;
	transform: rotate(-180deg);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.zentriert{
	position: relative !important;
	top: auto !important;
	-webkit-transform: translateY(0%) !important;
	-ms-transform: translateY(0%) !important;
	transform: translateY(0%) !important;
}

	
    .left,.right, .leitbild .left, .leitbild .right, .footer .right, .footer .left {
      width: 100%;
		padding: 0.5rem 3%;
    }
    .left {
      margin-bottom: 1rem;
    }
    .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%;
    }
}

.refnr {}

.apply {}
