@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;
background-size: contain;
    }
    .frame-outer {
      width: 100%;
      font-size: 0.75rem !important;
    }
	
	.abstand10{
	margin-top:0.3rem !important;
	}

	.abstand15{
	margin-top:0.5rem !important;
	}

	.abstand25{
	margin-top:1.0rem !important;
	}
	
#logo{
	padding:1rem 5% !important;
	background-color: #F5F5F5;
	border-bottom:1rem solid #DADADA !important;
}

#logo img{
	width:50% !important;
}

.content {
  padding: 1rem 5% !important;
}

.titelKlein{
	font-size:1.0rem !important;
}

#titel{
	background:url('/lkw-fahrer-stellenanzeigen/11/3/113805/tmp/13516487829826854.png') left top repeat;
	padding: 1rem 5% !important;
	border-top:0.1rem solid #009d3c !important;
	border-bottom:0.1rem solid #009d3c !important;
}

#titel p{
	font-size:1rem !important;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 1.2 !important;
	font-size: 1.5rem !important;
	font-weight: 400 !important;
}

h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4 !important;
	font-size: 0.8rem !important;
	font-weight: 400 !important;
}

.zweispaltig{
	-webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
	-webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}

	
    .box-left {
      float:none !important;
      width: auto !important;
    }
    .box-right {
      float:none !important;
      width: auto !important;
		margin: 1rem 0 0 0 !important;
    }

    .flex {
      display: block !important;
    }
    .left,
    .right {
      width: 100% !important;
    }
    .left {
      margin-bottom: 1rem !important;
    }

    .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%;
    }

#footer {
	background:#DADADA;
	padding: 1rem 5% !important;
	border-top:0.1rem solid #009d3c !important;
}
	
ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0.2rem 0 0 1rem !important;
}

li::before{
	content:"■";
	position: absolute;
	top: 0.05rem !important;
	left: 0.2rem !important;
	color:#003d7c;
}
	
.ausblenden {
	display: none;
}

.einblenden {
	display:block;
}
}

.refnr {}

.apply {}