/* ---------- FONTS ---------- */

@font-face {
    font-family: 'Aller-Bold';
    src: url('../fonts/aller_bd-webfont.eot');
    src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_bd-webfont.woff') format('woff'),
         url('../fonts/aller_bd-webfont.ttf') format('truetype'),
         url('../fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-kultur:before,
.icon-legal:before,
.icon-schulung:before,
.icon-totop:before,
.icon-weihnachtsfeier:before,
.icon-azubikochen:before,
.icon-contact:before,
.icon-erholung:before,
.icon-facebook:before,
.icon-firmenlauf:before,
.icon-home:before,
.icon-kiezleben:before {
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.icon-kultur:before{content:'\0041';}
.icon-legal:before{content:'\0042';}
.icon-schulung:before{content:'\0043';}
.icon-totop:before{content:'\0044';}
.icon-weihnachtsfeier:before{content:'\0045';}
.icon-azubikochen:before{content:'\0046';}
/*.icon-contact:before{content:'\0047';}*/
.icon-erholung:before{content:'\0048';}
.icon-facebook:before{content:'\0049';}
.icon-firmenlauf:before{content:'\004A';}
.icon-home:before{content:'\004B';}
.icon-kiezleben:before{content:'\004C';}

#kontakt_li{
	margin-right: -6px;
}
#kontakt_li a { 
	background: url(../images/layout/kontakt-icon.png);
	background-position:top center;
	height:21px;
	width:30px;
	margin:0 auto;
}
#kontakt_li a:hover { 
	background-position:bottom center;
}

#datenschutz_li { height:39px;}
#datenschutz_li a { 
	background: url(../images/layout/datenschutz-icon_rot_hover.png);
	background-position:top center;
	height:35px;
	width:35px;
	margin:0 0 0 10px;
}
#datenschutz_li a:hover { 
	background: url(../images/layout/datenschutz-icon_blau_hover.png);}
	height:35px;
	width:35px;
}

/* ---------- ALLGEMEIN ---------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

a {
	font-family: 'Aller-Bold', Impact, Charcoal, sans-serif;
	font-size: 20px;
	color: #3995a0;
	text-decoration: none;
}

strong {
	font-family: 'Aller-Bold', Impact, Charcoal, sans-serif;
	font-size: 20px;
	color: #3995a0;
	font-weight: normal;
}


#bewerbung strong ,
#bewerbung a {
	font-family: 'Aller-Bold', Impact, Charcoal, sans-serif;
	font-size: 19px;
	color: #3995a0;
	font-weight: normal;
}
#bewerbung  {
	text-align:center;
}

a:focus,
a:hover {
	outline: 0;
	color: #dc0d15;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Aller-Bold', Impact, Charcoal, sans-serif;
	text-align: center;
	font-weight: normal;
}

h1 {
	color: #dc0d15;
	font-size: 50px;
	line-height: 50px;
}

h2 {
	color: #dc0d15;
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
}

h3 {
	color: #3995a0;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 50px 0;
}

h4 {
	margin: 0 0 30px 0;
	text-align: left;
	font-size: 20px;
	color: #3995a0;
}

hr {
	border: none;
	border-top: 1px solid #9fdae0;
	border-bottom: 1px solid #9fdae0;
	height: 4px;
}

ul {
	list-style: none;
}

ul li {
	position: relative;
	margin-bottom: 5px;
}

ul li:before {
	content: '•';
	color: #cc9999;
	position: absolute;
	left: -25px;
	top: -3px;
	font-size: 30px;
}

/* ---------- LAYOUT ---------- */

html, body { min-height: 100%; }

html {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6a970+0,f6e3ab+20,a0d6dd+65,ffffff+100 */
background: rgb(246,169,112); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,169,112,1) 0%, rgba(246,227,171,1) 20%, rgba(160,214,221,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(246,169,112,1) 0%,rgba(246,227,171,1) 20%,rgba(160,214,221,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(246,169,112,1) 0%,rgba(246,227,171,1) 20%,rgba(160,214,221,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a970', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

body {
	margin: 0;
	word-wrap: break-word;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	background: url(../images/layout/skyline.png) center bottom repeat-x;
	position: relative;
}

#wrapper {
	position: relative;
	padding: 0 0 150px 0;
	margin: 0 auto;
	min-height: 100%;
	max-width: 1240px;
	background: url(../images/layout/bg-transparent.png);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	overflow: hidden;
}

#header {
	background: #fff;
	padding: 25px 15px 15px;
}

#logo {
	display: block;
	max-width: 542px;
	width: 100%;
	margin: 0 auto;
}

#logo img {
	display: block;
	width: 100%;
	height: auto;
}

#logo span { display: none; }

#main {
	padding: 0 15px;
}

#skyline-berlin {
	position: absolute;
	background: url(../images/layout/skyline-berlin.png) no-repeat bottom center;
	height: 824px;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer {
	background: url(../images/layout/footer.png) repeat-x bottom center;
	height: 135px;
	padding-top: 95px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	position: relative;
	margin-top: -135px;
}

#footer-innen {
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	font-family: 'Aller-Bold', Impact, Charcoal, sans-serif;
	color: #fff;
	font-size: 16px;
}

#footer-innen a {
	color: #DC001F;
	text-decoration: none;
}

#footer-innen a:hover {
	color: #3995a0;
}

#footer-innen a.kununu {
	background: url(../images/layout/kununu.png) left top no-repeat;
	height: 25px;
	width: 108px;
	text-indent: -999em;
	display: inline-block;
	margin: 0 5px;
}

#footer-innen a.kununu:hover {
	background-position: left bottom;
}

.visible-md {
	display: none;
}

.kununu-rating {
    display:inline-block;
}

/* ---------- NAVIGATION ---------- */

#main_navi {
	padding: 0;
	margin: 40px 0 0;
	list-style: none;
	text-align: center;
}

#main_navi li {
	display: inline-block;
	overflow: hidden;
	margin: 0 5px;
}

a#totop,
#main_navi li a {
	color: #dc0d15;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
	display: block;
}

a#totop {
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: -2px;
}

a#totop:focus,
a#totop:hover,
#main_navi li a:focus,
#main_navi li a:hover,
#main_navi li.active a {
	color: #3995a0;
}

a#totop span,
#main_navi li a span {
	display: none;
}

/* ---------- CONTENT ---------- */

section {
	margin: 40px 0;
}

section:after {
	content: '';
	display: table;
	clear: both;
}

.left,
.right {
	width: 100%;
}

.left > img,
.right > img {
	display: block;
	margin: 0 auto;
}

.left {
	padding-top: 40px;
}

.left > img {
	margin-bottom: 20px;
}

#section1 h3 {
	background: #3995A0;
	color: #fff;
	padding: 10px 10px 15px;
	margin: 0 0 5px;
	display: block;
	font-size: 24px;
	line-height: 25px;
	transition:0.3s;
}
#section1 a>h3:hover {
	background: #DC0D15;
}
#section1{
	margin-top:0px;
}
#section1 h1 {
	background:#e7e3d9;
	margin:0px -15px;
	padding:40px 15px 50px;
	-webkit-box-shadow: 0px 4px 28px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 4px 28px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 28px 0px rgba(0,0,0,0.23);
}


#contact {
	margin-top: 50px;
	text-align: center;
	font-family: 'Aller-Bold', Impact, Charcoal, sans-serif;
	font-size: 20px;
	line-height: 30px;
}

#contact h3 {
	font-size: 40px;
	line-height: 40px;
	margin: 50px 0 0;
}

#section2 .right {
	text-align: center;
}

#baer-wrapper {
	display: inline-block;
	text-align: left;
}

#baer-wrapper img {
	float: left;
	height: auto;
	margin: 0;
	width: 100px;
}

#baer-wrapper .button-wrapper {
	float: left;
	margin: 0 0 0 10px;
}

#baer-wrapper .button-wrapper a {
	text-transform: uppercase;
	display: block;
	position: relative;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 15px;
	margin-bottom: 10px;
}

#baer-wrapper .button-wrapper a:before {
	background: #DC0D15;
	color: #fff;
	border-radius: 999em;
	text-align: center;
	position: relative;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	height: 40px;
	width: 40px;
	font-size: 25px;
	line-height: 40px;
	margin: 0 10px 0 0;
	top: 10px;
}

#baer-wrapper .button-wrapper a:hover:before {
	background: #3995A0;
}

#section4 .right {
	text-align: center;
}

#section4 .right a {
	font-size: 0;
}

#section4 .right a:before {
	background: #DC0D15;
	color: #fff;
	border-radius: 999em;
	text-align: center;
	position: relative;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	height: 100px;
	width: 100px;
	font-size: 65px;
	line-height: 100px;
	margin: 10px;
}

#section4 .right a:hover:before {
	background: #3995A0;
}

/* ---------- CONTACTFORM ---------- */

#contactForm {
	text-align: left;
	margin: 0 -10px;
}

#contactForm .form-group {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	padding: 0 10px;
}

#contactForm .form-group.number,
#contactForm .form-group.zipcode {
	width: 50%;
}

#contactForm .form-group.message {
	width: 100%;
}

#contactForm .form-group label {
	display: block;
}

#contactForm .form-group input[type=text],
#contactForm .form-group input[type=tel],
#contactForm .form-group input[type=email],
#contactForm .form-group input[type=file],
#contactForm .form-group select,
#contactForm .form-group textarea {
	width: 100%;
	background: #9FDAE0;
	padding: 10px;
	color: #333333;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	min-height: 43px;
	border: 1px solid #9FDAE0;
	font-size: 14px;
}

#contactForm .form-group input[type=file] {
	font-size: 12px;
	cursor: pointer;
    height: 23px;
    padding: 10px 10px 32px;
}

#contactForm .form-group select {
	padding: 9px 10px;
}

#contactForm .form-group textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
}

#contactForm .form-group input[type=text]:focus,
#contactForm .form-group input[type=tel]:focus,
#contactForm .form-group input[type=email]:focus,
#contactForm .form-group input[type=file]:focus,
#contactForm .form-group select:focus,
#contactForm .form-group textarea:focus {
	border: 1px solid #9FDAE0;
	background: #fff;
}

.button,
button {
	font-family: 'Aller-Bold', Impact, Charcoal, sans-serif;
	background: #3995a0;
	color: #fff;
	border: none;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px 20px;
	cursor: pointer;
	margin: 10px;
	display: inline-block;
}

.button:hover,
.button:focus,
button:hover,
button:focus {
	background: #dc0d15;
	text-decoration: none;
	color: #fff;
}

#contactForm .form-group.has-error textarea,
#contactForm .form-group.has-error select,
#contactForm .form-group.has-error input {
	border: 1px solid #DC001F !important;
	background: #DC001F !important;
	color: #fff;
}

#contactForm .form-group.has-error .help-block {
	color: #DC001F !important;
}

#contactForm span.smallFont {
	font-size:12px;
}

#contactForm .upload label{
    line-height: 14px;
    margin: 0 0 6px;
}