/* FOR LOCALISATION */
:root {
  --content-max-width: 1200px;

  --font-primary: 'Open Sans', sans-serif;
  --font-secondary: 'Montserrat', sans-serif;
  --font-size-base: 1em;
  --font-size-xs: .7em;
  --font-size-sm: .83em;
  --font-size-md: 1em;
  --font-size-lg: 1.2em;
  --font-size-xl: 1.45em;
  --font-size-xxl: 2.0em;
  --font-size-xxxl: 3.5em;
  --font-size-xxxxl: 4.5em;

  --heading-line-height: 1.2;
  --text-line-height: 1.4;

  --color-primary: #dca388;
  --color-primary-dark: #bb8b74;
  --color-primary-light: #ddbaa9;
  --color-primary-bg: #fcf6f2;
  --color-secondary: #605e5e;
  --color-secondary-dark: #454444;
  --color-secondary-light: #727070;
  --color-secondary-bg: #b2aeae;
  --color-gray-bg: #b2aeae;
  --color-success: #669933;
  --color-error: #cc0000;
  --color-warning: #ff9900;
  --color-text: #605E5E;
  --color-text-light: #A0A09F;
  --color-text-dark: #000;
  --color-border: #A0A09F;
}

.narrow {
  max-width: 800px;
}

.whitebg {
  background: #fff;
  padding: 40px 0;
}
.primarybg {
  background: var(--color-primary);
  padding: 40px 0;
  color: #fff;
}
.primarylbg {
  background: var(--color-primary-bg);
  padding: 40px 0;
}
.lgraybg {
  background: #fafafa;
  padding: 40px 0;
}
.dgraybg {
  background: #605e5e;
  padding: 40px 0;
}
.dgraybg p,
.dgraybg h1,
.dgraybg h2,
.dgraybg h3,
.dgraybg a {
  color: #fff;
}
.dgraybg h2 {
  font-weight: 700;
}

h2.overlined {
  text-transform: uppercase;
  font-size: var(--font-size-xl);
  color: var(--color-text-dark);
  letter-spacing: .1em;
}
.overlined::before {
  content: '';
  position: relative;
  width: 70px;
  height: 2px;
  margin-bottom: .8em;
  display: block;
  background: var(--color-text-dark);
}

.dgraybg h2 {
  text-transform: uppercase;
  font-size: var(--font-size-xl);
  color: var(--color-text-dark);
  letter-spacing: .1em;
  font-weight: 400;
}
.dgraybg a {
  text-decoration: none;
}

.roundfooter {
  border-top: 1px solid var(--color-primary-light);
}


/* Pagehead  */
.pageheader{
  position: relative;
  width: 100%;
}
.pageheader .philu{
  min-height: 230px;
}
.pageheader .philu1{
  background: url(../layout/philu1.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.pageheader h1{
  color: #fff;
  text-align: center;
  line-height: 130%;
  margin: auto;
  text-transform: uppercase;
}
.pageheader  .fgrid{
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageheader .philu_hp{
  background: url(../layout/philu1.jpg) 50% 0% no-repeat;
  background-size: cover;
}
.philu_hp .fgrid {
  min-height: 650px;
  height: 650px;
}
.philu_hp .fcontent {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.philu_hp h1 {
  font-size: var(--font-size-xxxxl);
  color: #000;
  letter-spacing: .12em;
  margin-bottom: .3em;
}
.philu_hp p {
  font-size: var(--font-size-xl);
}

.smaller {
  font-size: var(--font-size-sm);
  color: var(--color-text-light);
}
.bigger {
  font-size: var(--font-size-xl);
  line-height: 1.7em;
}
.highlight {
  font-weight: 800;
  color: var(--color-primary);
}

.mega {
  font-size: var(--font-size-xxxl);
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: .5em;
}

.sortiments {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.sortiment {
  width: calc(100% / 3 - 20px);
  margin: 20px 10px;
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
  text-align: center;
}
.sortiment img {
  width: auto;
  max-width: 70%;
  border-radius: 50%;
  margin: auto auto 20px;
}
.sortiment .text strong {
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: var(--font-size-lg);
  letter-spacing: .15em;
}

.brands {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.brands > * {
    margin: 12px;
}
.brands a {
  display: block;
}
.brands img {
  max-height: 50px;
  max-width: 90px;
  width: 100%;
  height: 100%;
  display: block;
}

.kontakt .sortiments {
  display: flex;
  margin: 0 0 15px;
}
.kontakt .sortiments .sortimentblock {
  width: calc(100% / 3);
}
.kontakt .sortiments .sortimentblock .formrow {
  display: flex;
}
.kontakt .sortiments .sortimentblock .formrow label {
  flex: 1 1 calc(100% - 50px);
}
.kontakt .sortiments .sortimentblock .formrow {
  align-items: baseline;
}
.subsortiment {
  border-left: 3px solid #f0f0f0;
  padding-left: 10px;
  padding-top: 5px;
  margin-left: 5px;
}

@media(max-width: 1024px){
  .philu_hp h1,
  .mega {
    font-size: var(--font-size-xxxl);
  }
  .philu_hp p {
    font-size: var(--font-size-lg);
  }
}

@media(max-width: 768px){
  .sortiment {
    width: calc(100% / 2 - 20px);
    margin: 20px 0;
  }
  .philu_hp h1,
  .mega {
    font-size: var(--font-size-xxl);
  }
  .kontakt .sortiments {
    flex-flow: column;
  }
  .kontakt .sortiments .sortimentblock {
    margin: 10px 0;
    width: 100%;
  }

}

@media(max-width: 576px){
  .sortiment {
    width: 100%;

  }
}
