/* roboto-300 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/roboto-v30-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-v30-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-v30-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-v30-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-v30-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-v30-latin-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/roboto-v30-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-v30-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-v30-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-v30-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-v30-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-v30-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/roboto-v30-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-v30-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-v30-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-v30-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-v30-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/roboto-condensed-v25-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/roboto-condensed-v25-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/roboto-condensed-v25-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-condensed-v25-latin-ext_latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
    font-family: "Roboto Condensed";
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-weight: 300;
}
a {
    color: rgba(0,0,0,0.55);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: rgba(0,0,0,1);
}
a.shop-link {
    display: block;
}
p,
address {
    line-height: 1.6em;
}
section#main {
    flex: 1 0 auto;
}
figcaption {
    padding: 5px 0 10px;
    font-size: 1.2em;
    line-height: 1.2em;
}
#instafeed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 0.4em;
    letter-spacing: -0.03em;
}
h1 {
    font-size: 46px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px !important;
    padding-bottom: 20px;
    text-align: center;
}
h2 {
    margin-top: 30px;
    margin-bottom: 0.6em;
}
h2.subtitle {
    color: rgba(0,0,0,0.4);
    margin-top: 0;
    margin-bottom: 40px !important;
}
.header-img {
    width: 950px;
    height: auto;
    margin-bottom: 40px;
}
article h2:first-child {
    margin-top: 0;
}
.insta-img-wrapper {
    padding: 0 15px !important;
}
.insta-img {
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.square {
    padding-bottom: 100%;
    position: relative;
}
.square-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 42%;
    background-color: rgba(0,0,0,0.05);
    font-size: 28px;
    line-height: 1em;
}
.square-link:hover,
.square-link:focus {
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}
.front .navbar-default {
    margin-bottom: 10px;
}
.navbar-default {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 50px;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Roboto";
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgba(0,0,0,1);
}
.navbar-brand {
    height: auto;
    padding: 20px 15px;
}
.small, small {
  font-size: 70%;
}
ul.footer-menu,
small {
    display: inline-block;
    padding: 0 10px;
}
ul.footer-menu li {
    display: inline-block;
}
ul.footer-menu li a {
    padding: 0 10px;
}
ul.footer-menu li a:hover,
ul.footer-menu li a:focus {
    background-color: transparent;
}
.contact-info {
    padding-top: 30px;
}
.contact-info p {
    line-height: 1.6em;
}
.nowrap {
    white-space: nowrap;
    margin: 0 5px;
}
.lightgrey {
    color: rgba(0,0,0,0.2);
}
.web-link:before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: rgba(0,0,0,0.2);
    text-align: center;
    font-size: 15px;
    vertical-align: baseline;
}
.tel-link-sm {
    float: right;
    font-size: 15px;
    padding: 15px 15px;
    color: rgba(0,0,0,0.7);
}
.tel-link-sm:hover,
.tel-link-sm:focus {
    color: rgba(0,0,0,1);
}
.tel-link:before {
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: rgba(0,0,0,0.7);
    text-align: center;
    font-size: 15px;
    vertical-align: baseline;
}
.tel-link-sm:before {
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: rgba(0,0,0,0.7);
    text-align: center;
    font-size: 12px;
    vertical-align: 1px;
}
.tel-link:hover:before {
    color: rgba(0,0,0,0.8);
}
.sm-link {
    font-size: 0 !important;
    display: inline-block !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.sm-link:before {
    display: inline-block;
    text-align: center;
    font-size: 18px !important;
    color: rgba(0,0,0,0.7);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.sm-link:hover:before {
    color: rgba(0,0,0,0.8);
}
.sm-link.email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.sm-link.instagram:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.sm-link.xing:before {
    content: "\f168";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
#main ul {
    padding: 10px 0;
    margin: 0 0 5px;
    list-style: none;
}
#main ul li {
    position: relative;
    padding-left: 1.2em;
    padding-bottom: 0.7em;
}
#main ul li:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-size: 0.5em;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 2.3em;
    color: inherit;
    opacity: 0.4;
}

footer {
    padding-top: 50px;
    padding-bottom: 10px;
}
.copyright-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright-wrapper * {
    font-size: 14px;
    font-weight: 300;
    color: #888;
}
#page-header {
    padding: 50px;
    margin-bottom: 50px;
}
.header-wrapper {
    width: 100%;
    height: 250px;
    background-image: url('/img/header-image.jpg');
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}
.partner {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.partner h2 {
    font-size: 26px;
}
article h3 {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 30px;
    margin-top: 30px;
}
.navbar-toggle {
    padding: 9px 14px;
    background-color: #ddd;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #bbb !important;
}
.navbar-toggle .icon-bar {
    width: 15px;
}

.responsiveMap {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.responsiveMap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inline-block {
    display: inline-block;
}
@media (max-width:1199px) {
    .navbar-brand {
        padding: 15px 15px;
    }
}
@media (max-width: 991px) {
    .nav>li>a {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -7px;
    }
}
@media (max-width: 767px) {
    section#main {
        width: 100%;
    }
    .logo.hidden-lg {
        width: 120px;
    }
    .navbar-brand {
        padding: 13px 15px;
    }
    .nav>li {
        text-align: center;
    }
    .responsiveMap {
        padding-bottom: 100%;
    }
    .logo {
        height: 32px !important;
    }
}
