@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(robotocondensedlight.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(robotocondensedregular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(robotocondensedbold.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(robotocondensedlightitalic.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(robotocondenseditalic.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(robotocondensedbolditalic.woff) format('woff');
}

body, input, textarea, select, button {
    font-family: 'Roboto Condensed', Verdana, Arial, sans-serif;
    font-size: 17px;
}

.fixed{
  position:fixed;
  top:0;
  left: 30px;
right: 30px;
}

.sqrnav {
    
	left: 30px;
right: 30px;
}

@media screen and (min-width: 768px) {
  .sqr1col .sqrteaserpicture {
    width: 40%;
    float: left;
    margin: 4px 30px 30px 0;
  }
  .sqr1col li:nth-child(odd) .sqrteaserpicture {
    float: left;
    margin: 4px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .sqr1col .sqrteaserpicture {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}

.sqrteasercaption {
    height: 60px;

}

.sqrteasertext {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sqrtabshead {
    font-weight: bold;
}

#sqrbreadcrumbs, #sqrbreadcrumbs a {
color:#2D3A43;
}

.sqrcontent p a, a.link {
color: #495F6E
}

.elbfilteractive {
    font-weight: bold;
    color: #B57448;
}