@charset "UTF-8";

/*--------------------------------Main--------------------------------*/
* {margin: 0; padding: 0; outline: 0;}
@font-face {
	font-family: "FutBook";
	src: url("../fonts/futbook-webfont.eot");
	src: local("☺"),
	url("../fonts/futbook-webfont.woff") format("woff"),
	url("../fonts/futbook-webfont.ttf") format("truetype"),
	url("../fonts/futbook-webfont.svg#filename") format("svg");
	font-weight: normal;
}
@font-face {
	font-family: "FutBold";
	src: url("../fonts/futbold-webfont.eot");
	src: local("☺"),
	url("../fonts/futbold-webfont.woff") format("woff"),
	url("../fonts/futbold-webfont.ttf") format("truetype"),
	url("../fonts/futbold-webfont.svg#filename") format("svg");
	font-weight: normal;
}
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #757575;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}
.wrapper {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
.container {
	padding: 0 30px;
}
p {
	margin-bottom: 10px;
}
a {
	color: #e38000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
img {
	border: none;
}
h1 {
	font-family: 'FutBook', sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #505050;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 7px;
}
h3 {
	font-family: 'FutBold', sans-serif;
	font-size: 22px;
	line-height: normal;
	color: #868686;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h4 {
	font-size: 11px;
	line-height: normal;
	color: #868686;
	font-weight: normal;
	margin: -7px 0 18px 0;
}
h5 {
	font-size: 11px;
	line-height: normal;
	color: #868686;
	font-weight: normal;
}
hr {
	width: 100%;
	height: 17px;
	background-color: #fbd084;
	box-shadow: none;
	border: none;
	margin-bottom: 30px
}
ul {
	margin-left: 16px;
}
li {
	margin-left: 0px;
	list-style-image: url(../images/Bullet.png);
}
.clearfix {
	float: none;
	clear: both;
}

/*--------------------------------Header--------------------------------*/
#header {
	width: 100%;
	height: 110px;
	background-color: rgba(255,255,255,0.9);
	z-index: 80;
	position: absolute;
	top: 0px;
}
#header #logo {
	width: 156px;
	height: 57px;
	margin: 28px -1px 0 0;
	background-image: url(../images/LogoAnimation.gif);
	background-repeat: no-repeat;
	float: right;
}
/*------------------Menü------------------*/
#smartmenu, #smarttrigger {
	display: none !important;
}
#header #mainmenu {
	margin: 38px 0px 10px 0;
	position: absolute;
}
#header #mainmenu ul {
	float: left;
	margin: 0px;
}
#header #mainmenu ul li {
	float: left;
	list-style: none;
}
#header #mainmenu ul li a {
	padding: 9px 9px 7px 9px;
	font-family: 'FutBold', sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFF;
	background-color: rgba(245,156,0,0.94);
	text-transform: uppercase;
	border-top: solid 1px #fff;
	border-right: none;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	display: block;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
	margin-bottom: -1px;
	white-space: nowrap;
}
#header #mainmenu ul li a.menuactive {
	background-color: #868686;
}
#header #mainmenu ul li a:hover {
	background-color: #e08400;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#header #mainmenu #homeicon {
	background-image: url(../images/HomeIcon.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: -1px 0 0 0;
}
#header #mainmenu ul li ul {
	position: absolute;
	border: solid 1px #fff;
	display: none;
}
#header #mainmenu ul li ul li {
	clear: both;
	float: none;
	border-top: solid 1px #f8ba4d;
}
#header #mainmenu ul li ul li:first-child {
	border-top: none;
}
#header #mainmenu ul li ul li a {
	padding: 4px 9px 4px 9px;
	border: none;
	margin-bottom: 0px;
}

/*------------------Suche------------------*/
#search {
	float: left;
}
#search form {
	float: left;
}
#search form #searchbox {
	width: 0px;
	height: 29px;
	padding-top: 2px;
	background-color: #f59c00;
	border-top: solid 1px #fff;
	border-left: none;
	border-bottom: solid 1px #fff;
	border-right: none;
	float: left;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	visibility: hidden;
}
#search:hover form #searchbox {
	width: 156px;
	border-right: solid 1px #fff;
	background-color: #e08400;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	visibility: visible;
}
#search form .search-input {
	background-color: #fff;
	width: 1px;
	height: 17px;
	padding: 2px 0 0 3px;
	border: none;
	box-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	margin: 4px 5px 0 6px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	opacity: 0;
}
#search:hover form .search-input {
	width: 140px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	opacity: 1;
}
#search a#searchtrigger {
	background-image: url(../images/SearchIcon.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	width: 31px;
	height: 31px;
	background-color: #f59c00;
	border: solid 1px #fff;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	float: left;
	display: block;
	z-index: 100;
}
#search:hover a#searchtrigger, #search a:hover#searchtrigger {
	background-color: #e08400;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	border-right: none;
}
#search form .search-button {
	display: none;
}
.searchresults ul li {
	margin-bottom: 5px;
}

/*--------------------------------Content--------------------------------*/

/*------------------Slideshow HP------------------*/
#HomeSlideshow .capture1 {
	position: absolute;
	left: 50%;
	font-family: 'FutBook', sans-serif;
	font-size: 30px;
	background-color: rgba(0,0,0,0.6);
	padding: 12px 12px 10px 12px;
	margin: 438px 0 0 -425px;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility:hidden
}
#HomeSlideshow .capture2 {
	position: absolute;
	left: 50%;
	font-family: 'FutBook', sans-serif;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.1em;
	background-color: rgba(0,0,0,0.6);
	padding: 10px 10px 8px 10px;;
	margin: 480px 0 0 -360px;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility:hidden
}
#direkttermin {
	width: 100px;
	height: 100px;
	background-image: url(../images/HerfordDirektTermin.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	border: solid 1px #FFF;
	position: absolute;
	top: 130px;
	z-index: 70;
}
.ifk iframe {
	position: absolute;
	z-index: 99999;
	top: 127px;
	right: 15px;
	width: auto;
}
.ifk {
	width: 100px;
	height: 1px;
	opacity: 0.9;
}

/*------------------News HP------------------*/
#StripeNews a.pagelinker {
	text-decoration: none;
	color: #929291;
}
#StripeNews a.pagelinker .datebox {
	width: 79px;
	height: 119px;
	margin: 0 2px 10px 0;
	text-align: center;
	float: left;
	background:-moz-linear-gradient(top, #fdfdfd, #e4e5e9);
	background:-webkit-linear-gradient(top, #fdfdfd, #e4e5e9);
	background:-o-linear-gradient(top, #fdfdfd, #e4e5e9);
	background:-ms-linear-gradient(top, #fdfdfd, #e4e5e9);
	background:linear-gradient(top, #fdfdfd, #e4e5e9);
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
#StripeNews a:hover.pagelinker .datebox {
	background: #f59c00;
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
#StripeNews a.pagelinker .datebox .newsday {
	font-family: 'FutBook', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #929292;
	margin-top: 30px;
}
#StripeNews a:hover.pagelinker .datebox .newsday {
	color: #fff;
}
#StripeNews a.pagelinker .datebox .newsmonth {
	font-family: 'FutBook', sans-serif;
	font-size: 21px;
	text-decoration: none;
	color: #929292;
	text-transform: uppercase;
	margin-top: 11px;
}
#StripeNews a:hover.pagelinker .datebox .newsmonth {
	color: #fff;
}
#StripeNews a.pagelinker .datebox .newsyear {
	font-family: 'FutBook', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #929292;
	margin-top: 7px;
}
#StripeNews a:hover.pagelinker .datebox .newsyear {
	color: #fff;
}
#StripeNews a.pagelinker .newspic {
	width: 219px;
	height: 119px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
}
#StripeNews a.pagelinker .stripeheadline {
	height: 24px;
	float: none;
	clear: both;
	margin-bottom: 8px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#StripeNews a:hover.pagelinker .stripeheadline {
	color: #e38000;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#StripeNews a:hover.pagelinker .datebox .newsday {
	color: #fff;
}

/*------------------Leistungen HP------------------*/
#StripeLeistungen a.pagelinker .PageIcon {
	position: absolute;
}
#StripeLeistungen a.pagelinker .PageImage {
	position: absolute;
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	opacity: 0;
}
#StripeLeistungen a:hover.pagelinker .PageImage {
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	opacity: 1;
}
#StripeLeistungen a.pagelinker .PageShorttext {
	width: 211px;
	height: 30px;
	line-height: 15px;
	padding: 4px;
	position: absolute;
	text-decoration: none;
	color: #fff;
	background-color: #f59c00;
	margin-top: 40px;
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	opacity: 0;
}
#StripeLeistungen a:hover.pagelinker .PageShorttext {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	margin-top: 81px;
	opacity: 0.9;
}
#StripeLeistungen a.pagelinker .stripeheadline {
	position: absolute;
	margin-top: 126px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#StripeLeistungen a:hover.pagelinker .stripeheadline {
	color: #e38000;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*------------------Service HP------------------*/
#StripeService a.pagelinker .PageIcon {
	position: absolute;
}
#StripeService a.pagelinker .PageImage {
	position: absolute;
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	opacity: 0;
}
#StripeService a:hover.pagelinker .PageImage {
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	opacity: 1;
}
#StripeService a.pagelinker .PageShorttext {
	width: 211px;
	height: 30px;
	line-height: 15px;
	padding: 4px;
	position: absolute;
	text-decoration: none;
	color: #444444;
	background-color: #f4f4f4;
	margin-top: 40px;
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	opacity: 0;
}
#StripeService a:hover.pagelinker .PageShorttext {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	margin-top: 81px;
	opacity: 0.9;
}
#StripeService a.pagelinker .stripeheadline {
	position: absolute;
	margin-top: 126px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#StripeService a:hover.pagelinker .stripeheadline {
	color: #e38000;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*------------------Standard------------------*/
#HeadImage {
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle {
	width: 100%;
	background-color: #fff;
	background-image: url(../images/LineODot.png);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 36px 0 40px 0;
}
.pagetitle .titletext {
	font-family: 'FutBold', sans-serif;
	font-size: 22px;
	line-height: normal;
	color: #929291;
	background-color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	margin: -6px 0 0 0;
	padding: 0 4px 0 0;
}
.pagetitle .titleend {
	height: 17px;
	background-color: #fbd084;
	margin-right: 20px
}
.content {
	width: 100%;
	margin: 50px 0 100px 0;
	overflow: hidden;
}
.content .contentfull {
	width: 100%;
	margin-top: 50px;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content #imprint p {
	margin-bottom: 15px;
}
.content #imprint {
	line-height: normal;
}

/*------------------Streifen-Slideshows------------------*/
#stripeshow {
	width: 100%;
	height: 300px;
	background-color: #fff;
}
.stripetitle {
	width: 100%;
	background-color: #fff;
	background-image: url(../images/LineODot.png);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 80px 0 30px 0;
}
.stripetitle .stripetext {
	font-family: 'FutBold', sans-serif;
	font-size: 22px;
	line-height: normal;
	color: #929291;
	background-color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	margin: -6px 0 0 0;
	padding: 0 4px 0 0;
}
.stripetitle .stripeend {
	height: 17px;
	background-color: #fbd084;
	margin-right: 56px
}
.stripeheadline {
	font-family: 'FutBook', sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #505050;
	font-weight: normal;
	text-transform: uppercase;
	margin: 8px 0 5px 0;
}
.stripecopy {
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	font-weight: normal;
}

/*------------------News------------------*/
.NewsSummary .contentleft {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.NewsSummary .contentright {
	width: 65%;
	float: left;
}
.NewsSummary .contentleft img {
	width: 400px;
	height: auto;
}
.NewsSummary .clearfix{
	margin-bottom: 30px;
}
.NewsSummary .NewsSummaryPostdate{
	float: right;
	color: #ADADAD;
	font-size: 12px;
}
.NewsSummary .contentright h1:hover{
	color: #e38000;
}
.singlenews .contentleft {
	width: 46%;
	margin-right: 8%;
	float: left;
}
.singlenews .contentright {
	width: 46%;
	float: left;
}
.singlenews .contentright img {
	width: 100%;
	height: auto;
}
.singlenews #NewsPostDetailDate {
	color: #ADADAD;
	font-size: 12px;
	float: right;
	margin-bottom: 15px;
}
.newsright {
	margin: 15px 0 0 0;
}

/*------------------Sitemap------------------*/
#sitemap {
	margin: 20px 0 0 0;
}
#sitemap a, #homelink {
	text-decoration: none;
	color: #696969;
}
#homelink {
	font-family: 'FutBook', sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
}
#sitemap a:hover, #homelink:hover {
	color: #e38000;
}
#sitemap ul {
	margin: 0;
	padding: 0;
}
#sitemap ul li {
	list-style: none;
	font-family: 'FutBook', sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	width: 22% ;
	margin-left: 4%;
	float: left;
}
#sitemap ul li ul {
	margin-top: 3px;
}
#sitemap ul li:first-child {
	margin-left: 0;
}
#sitemap ul li ul li, #sitemap ul li ul li:first-child {
	float: none;
	margin: 0  0 0 16px;
	padding: 0;
	text-transform: none;
	white-space: nowrap;
	list-style-image: url(../images/Bullet.png);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

/*------------------Standards------------------*/
.content-50-50 .contentleft {
	width: 46%;
	margin-right: 8%;
	float: left;
}
.content-50-50 .contentright {
	width: 46%;
	float: left;
}
.content-30-70 .contentleft {
	width: 27.6%;
	margin-right: 8%;
	float: left;
}
.content-30-70 .contentright {
	width: 64.4%;
	float: left;
}
.content-70-30 .contentleft {
	width: 64.4%;
	margin-right: 8%;
	float: left;
}
.content-70-30 .contentright {
	width: 27.6%;
	float: left;
}

/*------------------Gehaltsrechner------------------*/
.calculator {
	width: 90%;
	border: solid 1px #fbd084;
	padding: 5%;
}
.formhead {
	font-family: 'FutBook', sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #505050;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.formunit {
	
}
#pay {
	width: 80%;
	padding: 5px;
	margin: 0 0 20px 0;
	font-size: 15px;
	font-family: 'FutBold', sans-serif;
}
#knowhow {
	width: 80%;
	padding: 5px;
	margin: 0 0 20px 0;
	font-size: 15px;
	font-family: 'FutBold', sans-serif;
}
#formsum {
	width: 100%;
	height: 50px;
	margin: 30px 0 0 0;
	font-size: 50px;
	font-family: 'FutBold', sans-serif;
}

/*------------------Kontaktformular------------------*/
.contactform div {
	margin-bottom: 20px;
}
.contactform label {
	margin-right: 2%;
}
.contactform input {
	width: 81%;
	float: right;
	border: solid 1px #fbd084;
	padding: 4px;
	box-shadow: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
}
.contactform textarea {
	width: 81%;
	height: 100px;
	float: right;
	border: solid 1px #fbd084;
	padding: 2px 4px;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
}
.contactform .submit {
	width: 210px;
	float: right;
}
.contactform .submit input {
	border: none;
	background-color: #f59c00;
	padding-top: 6px;
	color: #fff;
	font-family: 'FutBold', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
}
.contactform .submit input:hover {
	background-color: #868686;
}
.contactform .fb_invalid {
	color: red;
	font-weight: bold !important;
}
.contactform .fb_invalid input, .contactform .fb_invalid textarea {
	background-color: #faf8f5;
}
.contactform .small {
	font-size: 11px;
	margin-top: 6px;
	position: absolute;
	color: #B9B9B9;
}
.contactform input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 1px 5px 0 0;
	float: left;
}
.contactform input[type="checkbox"]:checked {
	background-color: #f59c00;
	-moz-box-shadow: inset 0 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 0 2px #fff;
   box-shadow: inset 0 0 0 2px #fff;
}

/*------------------Jobformular------------------*/
.jobform {
	margin: 20px 0;
}
.jobform label {
	display: inline-block;
	width: 165px;
	font-weight: normal;
}
.jobform .autowidth label {
	display: inline-block;
	width: auto;
	font-weight: normal;
}
.jobform hr {
	width: 100%;
	height: 1px;
	margin: 40px 0;
}
.jobform select {
	margin: 7px 0;
}
.jobform input[type="text"] {
	width: 100%;
	max-width: 280px;
	padding: 4px;
	margin: 7px 0;
	border: solid 1px #fbd084;
	box-shadow: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
}
.jobform input[type="file"] {
	margin: 10px 0;
}
.jobform textarea {
	width: 100%;
	max-width: 350px;
	height: 100px;
	padding: 4px;
	margin: 7px 0 20px 0;
	border: solid 1px #fbd084;
	box-shadow: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
}
.jobform input[type="checkbox"] {
	margin: 5px 0;
}
.jobform input[type="submit"] {
	border: none;
	background-color: #f59c00;
	padding: 8px 14px 6px 14px;
	margin: 10px 0 0 0;
	color: #fff;
	font-family: 'FutBold', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	float: none;
}
.jobform input[type="submit"]:hover {
	background-color: #868686;
}
.jobform fieldset {
	border: none;
	width: 50%;
	float: left;
}
.jobform .small {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	color: #B9B9B9;
}
.jobform .fb_invalid label {
	color: #f00;
}
.error_message {
	display: none;
}
.jobform .plz input[type="text"] {
	max-width: 80px;
}
.jobform .years input[type="text"] {
	max-width: 30px;
}
.jobform .money input[type="text"] {
	max-width: 80px;
}
.jobform .head {
	font-family: 'FutBook', sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #505050;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.jobform .anmerkungen label {
	margin: -100px 0 100px 0;
}
.jobform input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 1px 5px 0 0;
	float: left;
}
.jobform input[type="checkbox"]:checked {
	background-color: #f59c00;
	-moz-box-shadow: inset 0 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 0 2px #fff;
   box-shadow: inset 0 0 0 2px #fff;
}
.jobform label[for=fbrp__65] {
	width: auto;
}
.jobform .fb_invalid {
	color: red;
	font-weight: bold !important;
}
.jobform .fb_invalid input, .jobform .fb_invalid textarea {
	background-color: #faf8f5;
}

/*--------------------------------Team--------------------------------*/
.teamentry {
	width: 100%;
	margin: 0 0 30px 0;
	overflow: hidden;
	float: none;
}
.teamentry .teampic {
	width: 45%;
	max-width: 480px;
	min-width: 300px;
	margin: 0 5% 10px 0;;
	float: left;
}
.teamentry .teampic img {
	width: 100%;
	height: auto;
}
.teamentry .teamright {
	width: 50%;
	float: left;
}
.teamentry .teamname {
	font-family: 'FutBook', sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #505050;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.teamentry .teamtext {
	margin-bottom: 10px;
}

/*--------------------------------20 Jahre Jubiläum--------------------------------*/
.jubilaeum {
	width: 100%;
}
.jubilaeum input[type="text"] {
	width: 97%;
	padding: 4px;
	margin: 0 0 15px 0;
	border: solid 1px #fbd084;
	box-shadow: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
}
.jubilaeum label {
	margin: 0 1% 15px 0;
	float: left;
}
.jubilaeum select {
	margin: 0 0 15px 0;
}
.jubilaeum input[type="radio"] {
	width: 15px;
	height: 15px;
	margin: 1px 5px 15px 0;
	float: left;
}
.radios div {
	float: left;
}
.jubilaeum input[type="checkbox"] {
	margin: 3px 5px 0 0;
	float: left;
}
.jubilaeum textarea {
	width: 97%;
	height: 120px;
	padding: 4px;
	margin: 0 0 15px 0;
	border: solid 1px #fbd084;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
}
.jubilaeum .small {
	font-size: 11px;
	color: #B9B9B9;
	float: left;
}
.jubilaeum .submit {
	margin: 10px 0 0 0;
	float: right;
}
.jubilaeum input[type="submit"] {
	border: none;
	background-color: #f59c00;
	padding: 6px 12px 5px 12px;
	color: #fff;
	font-family: 'FutBold', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
}
.jubilaeum .submit input:hover {
	background-color: #868686;
}
.jubilaeum .fb_invalid {
	color: red;
	font-weight: bold !important;
}
.jubilaeum .fb_invalid input, .jubilaeum .fb_invalid textarea {
	background-color: #faf8f5;
}
.foodinput, .personinput {
	display: none;
}

/*--------------------------------Footer--------------------------------*/
#footer {
	width: 100%;
	height: 24px;
	background-color: #e8e9ec;
	margin-top: 40px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	height: 15px;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 4px 8px 0 8px;
	float: left;
}
#footer ul li a {
	text-decoration: none;
	color: #777777;
}
#footer ul li a:hover {
	color: #e38000;
}
#footer ul li:first-child {
	padding: 4px 8px 0 0;
	border-left: none;
}
#footer #copyright {
	color: #969696;
	float: right;
	font-size: 11px;
	margin-top: 4px;
}
#handwerkprofi a {
	width: 67px;
	height: 35px;
	margin: -40px -2px 0 0;
	background-image: url(../images/ProfiImHandwerk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
}
#handwerkprofi a:hover {
	background-position: bottom;
}

/*--------------------------------Cookie-Banner--------------------------------*/
#cookie_consent { 
	background: #e38000;
	position: fixed;
	bottom: 0;
	z-index: 10000000000000;
	width: 100%;
	padding: 30px 0 20px 0;
}
#cookie_consent p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#cookie_consent a.accept_cookies {
	margin: 10px 10px 0 0;
	padding: 3px 7px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background: #FFF;
	display: inline-block;
}
#cookie_consent a.accept_cookies:hover {
	color: #FFF;
	background: #000;
}
#cookie_consent a.reject_cookies, #cookie_consent a.datalegals {
	margin: 0 10px 0 0;
	color: #fff;
	cursor: pointer;
}
#cookie_consent a.reject_cookies:hover, #cookie_consent a.datalegals:hover {
	color: #000;
}