.Beruf_Box{
	background: #c3b2a2;
	border: 1px solid #b2a193;
	padding: 10px;
	width: 436px;
	height: 220px;
	float: left;
	margin: 0px 7px 7px 0;
}

.Beruf_Box .Beruf_Name{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: PRISMA;
    letter-spacing: 0px;
    line-height: 100%;
	height: 30px;
	overflow: hidden;
}

.Beruf_Box1{
    text-transform: uppercase;
    font-family: Calibri;
    margin-top: 5px;
    height: 65px;
    overflow: auto;
}

.Beruf_Box .Beruf_Sub{
    font-family: calibri;
    font-size: 7.5px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    letter-spacing: 5px;
	margin-top: 5px;
}

#Beruf_Desc{
    overflow: auto;
    text-align: justify;
    padding: 0px 8px;
    float: left;
    font-size: 10px;
    font-family: calibri;
    letter-spacing: 0.5px;
}

.Beruf_Box .Beruf_Right{
    width: 325px;
    float: right;
    padding-right: 5px;
    height: 198px;
}

.Beruf_Box .Beruf_pic{
    width: 80px;
    height: 198px;
    border: 1px solid #b2a193;
    float: left;
    padding: 5px;
    overflow: hidden;
}

.Beruf_Box .Beruf_pic1{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#berufe {
	overflow: hidden;
}

#berufe .tab {
	height: 69px;
}

#berufe .filter {text-align: center;margin-top: -9px;}
#berufe .filter select, #berufe .filter .button {background: #c3b2a2;}

#berufe * {box-sizing: border-box}

#berufe .tab button {
	letter-spacing: 1px;
	padding: 5px 15px;
	margin-bottom: 4px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	background: #aa978c
	border: none;
	font-size: 8px;
	text-transform: uppercase;
	font-family: Open Sans;
	font-weight: bold;
	background-position-x: 20%;
	float: left;
	width: 171px;
}

#berufe .tab button:hover {
  background: rgba(43, 39, 31, 0.4);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	background-position-x: 20%;
}

#berufe .tab button.active {
	background-image: url(/designs/happybirthday/thead.jpg);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	background-position-x: 20%;
}

#berufe .tabcontent {
	display: none;
	background: #bcad9d;
	padding: 10px 0px 10px 10px;
	width: 100%;
	margin: auto auto;
	border: 1px solid #b2a193;
	min-height: 200px;
}