/*	=FONT VARIABLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=MIXINS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*@import "compass/utilities/general/clearfix";*/
/*@import "compass/css3/";*/
/**
 * mixin respond-to for media querries
 *
 * usage example:
 * to add different color per media-query add inside selector:
 * @include respond-to(cellphones) { color: green; }
 * @include respond-to(widescreens) { color: yellow; }
 */
/**
 * default variables can be ovverride
 */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*	=GLOBAL VARIABLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* media query breakpoints */
/* laptop resize factor = laptop/widescreen */
/* tablet resize factor = tablet/widescreen */
/*	=SPRITE MAPS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* Colors */
/*	=FONT FACE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
@font-face {
  font-family: "Baskerville-Bold";
  src: url("../fonts/baskervald-bold.eot");
  src: url("../fonts/baskervald-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/baskervald-bold.woff") format("woff"), url("../fonts/baskervald-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Baskerville-SemiBold";
  src: url("../fonts/baskerville-semibold.eot");
  src: url("../fonts/baskerville-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/baskerville-semibold.woff") format("woff"), url("../fonts/baskerville-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/gotham-bold.eot");
  src: url("../fonts/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/gotham-medium.eot");
  src: url("../fonts/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/gotham-book.eot");
  src: url("../fonts/gotham-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/gotham-light.eot");
  src: url("../fonts/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light.woff") format("woff"), url("../fonts/gotham-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham-Light-Italic";
  src: url("../fonts/gotham-light-italic.eot");
  src: url("../fonts/gotham-light-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light-italic.woff") format("woff"), url("../fonts/gotham-light-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.pictureFrame .colRight.salonFinderTop__colRight h1 {
  padding: 0; }

.contactForm dt {
  width: 40%; }

.contactForm dd {
  width: 60%; }

@media screen and (min-width: 1400px) {
  .footerRow .center {
    margin-left: 30px; } }

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .footerRow .center {
    margin-left: 30px; } }

@media screen and (min-width: 768px) and (max-width: 999px), print {
  .footerRow .center {
    margin-left: 10px; } }

@media screen and (max-width: 767px) {
  .contactForm dt, .contactForm dd {
    width: 100%; } }

/*# sourceMappingURL=maps/main_de-DE.css.map */
