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

.pd-xs {
    padding: 10px;
}

.pd-sm {
    padding: 20px;
}

.ma {
    margin: auto
}

.block {
    margin-bottom: 30px;
}

.sub-headline {
    font-size: 18px;
    font-weight: bold;
}

a,
a:hover,
a:active,
a:visited {
    color: #333;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #ecf2f4;
}

h1 {
    font-size: 28px;
    margin-top: 0;
    font-weight: bold;
}

h2 {
    font-size: 28px;
    margin-top: 0;
}

h3 {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9cdd7;
}

.ekko-lightbox-nav-overlay a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

#header #logo{
	padding-left: 0;
	padding-right: 0;
}

#header #logo .pd-sm{
	padding-left: 15px;
	padding-right: 15px;
}

.content {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 60px
}

.gallery-item {
    height: 200px;
}

.gallery-item > a.gallery-image-link {
    display: block;
    height: 120px;
}

.gallery-item > a.gallery-image-link > img {
    height: 100%;
}

.section.picture img.img-responsive {
    max-height: 170px;
}

.section.picture .picture-big img.img-responsive {
    max-height: 100%;
}

.column-sidebar-inner {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e3ebef;
}

.column-sidebar-inner .icon {
    display: inline-block;
    width: 48px;
    height: 48px;
}

.icon.facebook {
    background: url("../images/icons/Facebook.png") center center no-repeat;
}

.icon.twitter {
    background: url("../images/icons/Twitter.png") center center no-repeat;
}

.icon.flickr {
    background: url("../images/icons/Flickr.png") center center no-repeat;
}

.icon.xing {
    background: url("../images/icons/Xing.png") center center no-repeat;
}

.icon.rss {
    background: url("../images/icons/Rss.png") center center no-repeat;
}

.twitter .tweet {
    padding-bottom: 10px;
    border-bottom: 1px solid #b9cdd7;
}

.twitter .tweet img {
    margin-right: 10px;
}

.footer-content {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #b9cdd7;
}

.carousel-indicators{
	display: none !important;
}

.logo-container{
    min-height: 92px;
    max-height: 132px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .videos.block > iframe {
        height: 220px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}