.infos1 .jobs {
float: left;
width: 229.5px;
margin-top: 5px;
margin-right: 5px;
}

.infos1 .postbittext {
	font-size: 6.5px;
line-height: 120%;
letter-spacing: 1px;
font-style: normal;
text-transform: uppercase;

}

.infos1 {
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 6px;
    margin-right: 6px;
}

.infos1 section {
  display: none;
	width: 940px;
	text-align: justify;
}

.Sectionstreifen {
margin-bottom: -1px;
}

.infos1 .sectioncontent {
	border: 3px solid #f1f1f1;
    outline: 1px solid #ccc;
    width: 940px;
    margin-left: 1px;
    margin-top: 6px;
    background-image: url(/images/001/bg_1.png);
    background-position-y: 50%;
    background-position-x: 50%;
    background-size: 60%;
    height: 500px;
	margin-bottom: 15px;
}


.infos1 bobtest{
    border-bottom: 1px solid #d57c26;
    padding-bottom: 3px;
	padding-left: 5px;
padding-right: 5px;

}


.infos1 input {
  display: none;
}

.infos1 label {
    font-family: calibri;
    font-size: 7.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9b9b9b;
    border: 3px solid #f1f1f1;
    opacity: 1;
    background-color: #fff;
    padding: 5px 15px 5px;
    outline: 1px solid #ccc;
    margin-top: 5px;
    margin: -2px 1px 0px;
    display: inline-block;
    width: 76px;
    text-align: center;
}

.infos1 label:hover {
  opacity: 1;
	color: #3f3f3f;
}

.infos1 input:checked + label {
opacity: 1;
color: #333;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10{
  display: block;
}

@media screen and (max-width: 650px) {
 .infos1 label {
    font-size: 0;
  }
 .infos1 label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
 .infos1 label {
    padding: 15px;
  }
}
		
		