@charset "UTF-8";
/*
Theme Name: Annett Anders 2015
Theme URI: http://makeup-artistin.de
Author: Daniel Fuchs
Author URI: http://danielfuchs.net/
Description: Wordpress Theme - Redesign 2015 für Annett Anders
Version: 2.0
Tags: responsive-layout, tags, scss
*/
body {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #FFF; }
  @media (max-width: 1009px) {
    body {
      font-size: 16px; } }

b, strong, h2, h3, h4, h5, h6 {
  font-weight: normal; }

hr {
  position: absolute;
  left: 0;
  right: 0;
  background: #e9e9e9;
  height: 1px;
  border: 0;
  margin: 0; }

#page {
  max-width: 1200px;
  margin: 15px auto; }

#content {
  margin-top: 50px;
  overflow: hidden;
  clear: both; }
  @media (min-width: 1010px) {
    #content {
      margin-top: 100px; } }

.entry-content {
  margin: 30px auto;
  overflow: hidden;
  max-width: 990px; }

.thumbnail-mask {
  display: none; }
  @media (min-width: 1010px) {
    .thumbnail-mask {
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.3);
      overflow: hidden; }
      .page-seminare .thumbnail-mask {
        background-color: rgba(93, 19, 19, 0.7); } }

/* HEADER & FOOTER */
.site-header li a,
.site-footer a {
  text-decoration: none;
  color: black; }

@media (max-width: 1009px) {
  .site-header .nav {
    display: none; }
  .site-header .nav.menu-is-open {
    display: block;
    background-color: #821b1b;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    position: fixed; }
    .site-header .nav.menu-is-open li {
      list-style: none;
      font-size: 1.3em;
      margin: 20px; }
      .site-header .nav.menu-is-open li a {
        padding: 5px 8px;
        color: white; } }
    @media (max-width: 1009px) and (orientation: landscape) {
      .site-header .nav.menu-is-open li {
        font-size: 0.85em;
        margin: 12px; }
        .site-header .nav.menu-is-open li a {
          padding: 3px 5px; } }

@media (max-width: 1009px) {
  .site-header .menu-main-nav-container {
    text-align: center;
    margin-top: 0px; }
  .site-header .menu-social-menu-container {
    text-align: center; }
    .site-header .menu-social-menu-container li {
      display: inline-block; }
  .menu-button {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 32px;
    z-index: 10;
    background-color: white; }
    .menu-button.menu-is-open {
      background-color: #821b1b; }
    .menu-button .menu-icon {
      width: 24px;
      height: 4px;
      background-color: black;
      position: absolute;
      left: 5px;
      -webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
      transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
      -o-transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
      transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
      transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
    .menu-button .menu-icon:nth-child(1) {
      -webkit-transform-origin: 0px 100% 0px;
      -ms-transform-origin: 0px 100% 0px;
      transform-origin: 0px 100% 0px;
      top: 6px; }
    .menu-button .menu-icon:nth-child(2) {
      top: 14px; }
    .menu-button .menu-icon:nth-child(3) {
      -webkit-transform-origin: 0px 0px 0px;
      -ms-transform-origin: 0px 0px 0px;
      transform-origin: 0px 0px 0px;
      top: 22px; }
    .menu-button.menu-is-open .menu-icon {
      background-color: white; }
    .menu-button.menu-is-open .menu-icon:nth-child(1) {
      -webkit-transform: translate(0px, -1px) rotate(45deg);
      -ms-transform: translate(0px, -1px) rotate(45deg);
      transform: translate(0px, -1px) rotate(45deg); }
    .menu-button.menu-is-open .menu-icon:nth-child(2) {
      display: none; }
    .menu-button.menu-is-open .menu-icon:nth-child(3) {
      -webkit-transform: translate(0px, 1px) rotate(-45deg);
      -ms-transform: translate(0px, 1px) rotate(-45deg);
      transform: translate(0px, 1px) rotate(-45deg); } }

@media (min-width: 1010px) {
  .site-header {
    background-color: white;
    left: 0px;
    right: 0px;
    top: 0px;
    position: fixed;
    z-index: 5;
    padding: 15px 0;
    -webkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    transition: padding 0.5s ease; }
    .scrolled .site-header {
      padding: 5px 0; }
    .site-header .header-wrapper {
      max-width: 990px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .site-header .nav {
      margin: 5px -13px 5px 0; }
      .site-header .nav div,
      .site-header .nav ul {
        display: inline-block; }
      .site-header .nav li {
        margin: 0 2px; }
        .site-header .nav li a {
          padding: 5px 10px;
          border: 1px solid transparent; }
          .site-header .nav li a:hover {
            color: #821b1b; } }

.site-footer {
  margin: 50px auto;
  clear: both;
  max-width: 990px; }
  .site-footer .nav ul {
    text-align: center; }
  .site-footer .nav li {
    margin: 20px 0; }
    @media (min-width: 1010px) {
      .site-footer .nav li {
        margin: 0 6px; } }
    .site-footer .nav li a {
      padding: 5px 10px; }
      .site-footer .nav li a:hover {
        color: #821b1b; }

.site-header ul,
.site-footer ul {
  font-size: 0.925em;
  padding: 0; }

.site-header li,
.site-footer li {
  text-transform: uppercase;
  list-style: none; }
  @media (min-width: 1010px) {
    .site-header li,
    .site-footer li {
      display: inline-block; } }

.site-header .nav li.current_page_item a,
.site-header .nav li.current-page-ancestor a,
.site-header .nav li.current_page_parent a {
  border: 1px solid white; }
  @media (min-width: 1010px) {
    .site-header .nav li.current_page_item a,
    .site-header .nav li.current-page-ancestor a,
    .site-header .nav li.current_page_parent a {
      border: 1px solid black; } }

.site-info {
  text-align: center;
  font-size: 0.875em;
  margin-top: 30px; }

@media (max-width: 1299px) {
  .social-menu-container {
    text-align: center; }
    .social-menu-container svg {
      fill: #FFF; } }

@media (min-width: 1300px) {
  .social-menu-container {
    margin-left: 25px; }
    .social-menu-container li:hover svg {
      fill: #821b1b; }
    .social-menu-container li svg {
      vertical-align: text-top; } }

.site-header .logo {
  margin-top: 60px;
  text-align: center; }
  .site-header .logo img {
    vertical-align: top; }
  @media (min-width: 1010px) {
    .site-header .logo {
      margin-top: 0;
      margin-left: 26px; } }

.logo-full {
  width: 220px;
  height: 50px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px); }

.logo-icon svg {
  width: 25px;
  height: 31px; }

@media (min-width: 1010px) {
  .logo-text {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .scrolled .logo-text {
    opacity: 0; } }

.site-footer .logo {
  text-align: center; }
  .site-footer .logo .logo-icon {
    margin: 0 auto 30px;
    display: block; }

/* Home */
.home .site-content {
  margin: 0 auto;
  max-width: 990px; }

.front-row {
  margin: 20px; }
  @media (min-width: 1010px) {
    .front-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 20px 0 50px; } }

@media (max-width: 1009px) {
  .column-content {
    margin: 20px; } }

@media (min-width: 1010px) {
  .column-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0; }
    .column-content .content-left {
      width: calc(50% - 60px);
      margin-right: 60px; } }

.column-content .content-right {
  text-align: center; }
  .column-content .content-right img {
    max-width: 100%; }

.custom-content-field h2,
.custom-content-field h3 {
  font-size: 1.2em;
  text-transform: uppercase; }

.custom-content-field p {
  line-height: 1.7em; }

.kontakt-banner {
  padding: 50px 0;
  text-align: center; }
  .kontakt-banner .kontakt-daten {
    font-size: 1.15em; }

/* Impressum & Datenschutz */
.page-impressum a,
.page-datenschutz a {
  color: inherit; }

.page-impressum .column,
.page-datenschutz .column {
  overflow: hidden;
  letter-spacing: 0.04em;
  line-height: 1.5em; }
  @media (max-width: 1009px) {
    .page-impressum .column,
    .page-datenschutz .column {
      margin: 20px; } }
  @media (min-width: 1010px) {
    .page-impressum .column,
    .page-datenschutz .column {
      width: calc(50% - 25px);
      float: left; } }

.page-impressum .column-1,
.page-datenschutz .column-1 {
  margin-top: 50px; }

@media (min-width: 1010px) {
  .page-impressum .column-1,
  .page-datenschutz .column-1 {
    float: left; }
  .page-impressum .column-2,
  .page-datenschutz .column-2 {
    float: right;
    margin-top: 50px; } }

.page-impressum section,
.page-datenschutz section {
  margin-bottom: 50px; }
  .page-impressum section:last-child,
  .page-datenschutz section:last-child {
    margin-bottom: 0px; }

.page-impressum .row,
.page-datenschutz .row {
  overflow: hidden;
  letter-spacing: 0.04em;
  line-height: 1.5em; }
  @media (max-width: 1009px) {
    .page-impressum .row,
    .page-datenschutz .row {
      margin: 20px; } }

/* Kontakt */
.page-kontakt .content-area {
  margin-bottom: 50px; }

/* Misc */
.page-kontakt h2,
.page-impressum h2,
.page-impressum .column h3,
.page-datenschutz h2,
.page-datenschutz .row h3 {
  text-transform: uppercase;
  color: #821b1b;
  font-size: 1.2em; }

.error404 .error-text {
  text-align: center; }
  .error404 .error-text p {
    margin: 20px; }
  .error404 .error-text a {
    text-decoration: none;
    color: #821b1b; }

.page-kontakt .entry-content a,
.kontakt-daten a {
  text-decoration: none;
  color: #821b1b; }

.entry-content .aligncenter {
  margin: 0 auto;
  display: block; }

.entry-content .textblock {
  font-size: 1.4em;
  line-height: 1.6em;
  padding: 30px 0 50px;
  margin: 1em 40px; }
  .entry-content .textblock blockquote {
    margin: 0; }

.content-button {
  text-align: center;
  margin: 0 0 3em; }
  @media (max-width: 1009px) {
    .content-button {
      margin: 0 20px 3em; } }

.buttonblock-container {
  min-height: 520px; }

.textblock-medium {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 50px; }
  .textblock-medium .medium-container {
    position: relative; }
  .textblock-medium img {
    max-width: 100%;
    height: auto;
    display: block; }

.playing .play-mask,
.playing img {
  display: none; }

.play-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer; }

.medium-container:hover img {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.accessoires-video {
  margin-top: 80px; }

@media (max-width: 1009px) {
  .entry-content > .entry-header {
    margin: 0 20px; } }

.gutschein {
  text-align: center;
  padding: 50px 0; }
  .gutschein .gutschein-titel {
    font-size: 1em; }
  .gutschein p {
    max-width: 350px;
    margin: 0 auto; }
  .gutschein .classic-button {
    margin-top: 20px; }
  .gutschein .gutschein-grafik {
    margin: 40px auto 0;
    max-width: 700px; }
    .gutschein .gutschein-grafik img {
      width: 100%;
      height: auto; }

.page .entry-header,
.single-galerie .entry-header {
  text-align: center;
  position: relative; }
  .page .entry-header a,
  .single-galerie .entry-header a {
    color: white;
    text-decoration: none; }
  .page .entry-header .entry-title,
  .single-galerie .entry-header .entry-title {
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.3em; }
    @media (min-width: 1010px) {
      .page .entry-header .entry-title,
      .single-galerie .entry-header .entry-title {
        font-size: 2.5em;
        letter-spacing: 0.5em;
        margin-bottom: 0; } }

.entry-title,
.headline {
  font-weight: 300; }
  .entry-title b, .entry-title strong,
  .headline b,
  .headline strong {
    font-weight: 600; }

.gallery-preview .entry-title {
  font-weight: normal; }

/* Large Header */
.large-header {
  position: relative;
  max-height: 545px; }
  @media (max-width: 1009px) {
    .large-header {
      margin-bottom: 50px; }
      .large-header .header-info {
        margin: 0 20px; } }
  .large-header .entry-title {
    text-decoration: none; }
    @media (min-width: 1010px) {
      .large-header .entry-title {
        top: 45%; } }
  .large-header .header-info-text {
    text-transform: uppercase; }
    @media (max-width: 1009px) {
      .large-header .header-info-text {
        font-size: 0.9em; } }
  .large-header .wp-post-image {
    max-width: 100%;
    display: block; }
  .large-header .title-grafik {
    display: none; }
  @media (min-width: 1010px) {
    .large-header .entry-title,
    .large-header .header-info-text {
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
    .large-header .entry-title-before {
      top: 42%; }
    .large-header .entry-title-after {
      top: 58%; }
    .large-header .title-grafik {
      display: block;
      top: 15%; }
      .large-header .title-grafik img {
        max-height: 120px;
        width: auto; } }

.error404 .entry-title span {
  color: #821b1b; }

/* Slogans */
.slogan-title {
  text-transform: uppercase;
  font-weight: normal; }

.slogan-subtitle {
  font-style: italic;
  font-size: 0.85em; }

.page-slogan .slogan-subtitle {
  text-transform: uppercase; }

.page-subtitle {
  margin-top: 10px;
  text-transform: uppercase; }

.kontakt-slogan {
  margin: 0 auto;
  text-align: center;
  clear: both; }
  .kontakt-slogan p {
    display: inline-block; }
    @media (max-width: 659px) {
      .kontakt-slogan p {
        margin: 5px 0; } }
  .kontakt-slogan .slogan-title {
    display: inline-block;
    font-size: 1em; }
  .kontakt-slogan .slogan-subtitle {
    margin-left: 5px; }

.slogan a {
  text-decoration: none;
  color: inherit; }

.column-content .page-slogan {
  margin: 30px 0 50px; }
  @media (max-width: 1009px) {
    .column-content .page-slogan {
      text-align: center; } }
  .column-content .page-slogan .slogan-subtitle {
    margin-top: -10px; }

.verlinkungen {
  margin: 80px 0 50px; }
  .verlinkungen .verlinkung-content {
    text-align: center; }

@media (min-width: 1010px) {
  .row-verlinkung {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .row-verlinkung .verlinkung-content {
      padding: 20px 30px 50px; }
    .row-verlinkung a {
      text-decoration: none;
      color: black; }
    .row-verlinkung .verlinkung-titel {
      font-size: 1em; }
    .row-verlinkung :hover .wp-post-image {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .row-verlinkung :hover .classic-button {
      border-color: #821b1b;
      color: #821b1b; }
    .row-verlinkung.col-3 .verlinkung {
      width: 330px; }
    .row-verlinkung.col-2 .verlinkung:first-child {
      width: 660px; }
    .row-verlinkung.col-2 .verlinkung:nth-child(2) {
      width: 330px; }
    .row-verlinkung .verlinkung {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .row-verlinkung .verlinkung.bottom > a {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99; } }

@media (max-width: 1009px) {
  .row-verlinkung .verlinkung {
    text-align: center;
    margin: 50px 20px 20px 20px; }
  .row-verlinkung .wp-post-image {
    width: 100%;
    max-width: 330px; } }

.workshops {
  margin: 50px 0 30px; }

.workshop-item {
  border-bottom: 1px solid #e9e9e9; }
  @media (min-width: 1300px) {
    .workshop-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .workshop-item:last-child {
    border: 0; }

@media (max-width: 1299px) {
  .workshop-infos,
  .workshop-data {
    text-align: center; } }

.workshop-infos div,
.workshop-data div {
  margin: 2em; }

@media (min-width: 1300px) {
  .workshop-infos div {
    display: inline-block; } }

@media (min-width: 1300px) {
  .workshop-data {
    min-width: 500px;
    text-align: right; } }

@media (min-width: 1010px) {
  .workshop-data div {
    display: inline-block; } }

.workshop-titel {
  font-weight: bold;
  text-transform: uppercase; }

.workshop-preis {
  font-weight: bold;
  color: #821b1b; }

.sidebar {
  width: 270px; }
  @media (max-width: 1009px) {
    .sidebar {
      margin: 0 auto; } }
  @media (min-width: 1010px) {
    .sidebar {
      margin-left: 60px; } }
  .sidebar h3 {
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 5px 0; }
    @media (max-width: 1009px) {
      .sidebar h3 {
        text-align: center; } }
  .sidebar ul {
    padding: 0; }
  .sidebar li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 10px 0;
    overflow: hidden;
    position: relative; }
    .sidebar li a {
      padding: 10px 100% 10px 0;
      color: black;
      text-decoration: none; }
      .sidebar li a:hover {
        background-color: whitesmoke; }
    .sidebar li:before {
      position: absolute;
      content: "​›";
      margin-left: 250px;
      font-size: 1.5em;
      line-height: 1em; }

/* Front Previews */
@media (max-width: 1009px) {
  .front-preview {
    margin-bottom: 50px; }
    .front-preview .thumbnail-mask,
    .front-preview .entry-title {
      display: none; }
    .front-preview .front-preview-thumb,
    .front-preview .wp-post-image {
      width: 100%;
      max-width: 293px; }
  .row-2 .front-preview:last-child {
    margin-bottom: 0; } }

@media (min-width: 1010px) {
  .front-preview {
    display: inline-block; }
    .front-preview .entry-header {
      display: table-cell;
      vertical-align: middle; }
    .front-preview .entry-title {
      position: relative; }
    .front-preview .thumbnail-mask,
    .front-preview .entry-title {
      opacity: 0; }
    .front-preview .front-preview-thumb,
    .front-preview .wp-post-image {
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0; }
    .front-preview span {
      display: inline-block; }
    .front-preview :hover .front-preview-thumb,
    .front-preview :hover .wp-post-image {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .front-preview :hover .thumbnail-mask,
    .front-preview :hover .entry-title {
      opacity: 1;
      display: block; }
    .row-1 .front-preview .entry-title {
      font-size: 1.85em; }
    .row-1 .front-preview .entry-header,
    .row-1 .front-preview .thumbnail-mask {
      height: 333px;
      width: 466px; }
    .row-2 .front-preview .entry-title {
      font-size: 1.5em; }
    .row-2 .front-preview .entry-header,
    .row-2 .front-preview .thumbnail-mask {
      height: 209px;
      width: 293px; } }

.entry-caption-title {
  font-weight: normal;
  text-transform: uppercase; }
  @media (min-width: 660px) {
    .entry-caption-title {
      margin: 5px 2px 5px 8px; } }

.entry-caption {
  font-style: italic;
  font-size: 0.9em; }

@media (max-width: 1009px) {
  .entry-caption-title,
  .entry-caption {
    display: block;
    text-align: center;
    margin: 5px; } }

.gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }
  .gallery-thumbs li {
    margin: 12px;
    padding: 0;
    list-style: none; }
  @media (max-width: 1009px) {
    .gallery-thumbs {
      margin: 8px;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media (min-width: 1010px) {
    .gallery-thumbs {
      margin: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.gallery-previews {
  margin: 20px 0 50px; }
  @media (max-width: 1009px) {
    .gallery-previews {
      text-align: center; } }
  @media (min-width: 1010px) {
    .gallery-previews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media (max-width: 1009px) {
  .gallery-preview {
    margin: 0 20px 50px 20px; } }

.gallery-preview .entry-title {
  margin: 5px 2px 5px 8px;
  text-transform: uppercase;
  letter-spacing: inherit; }
  @media (max-width: 1009px) {
    .gallery-preview .entry-title {
      font-size: 1em; } }
  @media (min-width: 1010px) {
    .gallery-preview .entry-title {
      font-size: 0.9em; } }

.gallery-preview .thumbnail-mask {
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0; }
  @media (max-width: 1009px) {
    .gallery-preview .thumbnail-mask {
      display: none; } }

.gallery-preview .mask-text {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  text-align: center;
  color: #3f3f3f;
  text-transform: uppercase;
  letter-spacing: 0.7em;
  line-height: 1.8em;
  opacity: 0;
  font-size: 1.1em; }
  @media (max-width: 1009px) {
    .gallery-preview .mask-text {
      display: none; } }

.gallery-preview :hover .thumbnail-mask,
.gallery-preview :hover .mask-text {
  opacity: 1; }

@media (min-width: 1010px) {
  .gallery-preview-thumb {
    position: relative;
    height: 209px;
    width: 293px; } }

.accessoires.gallery-thumbs li .gallery-thumb,
.button-galerie.gallery-thumbs li .gallery-thumb {
  width: 156px;
  height: 156px;
  position: relative;
  border: 1px solid black; }

.accessoires.gallery-thumbs li .thumb-title,
.button-galerie.gallery-thumbs li .thumb-title {
  margin: 5px 8px;
  font-size: 0.9em; }

.accessoires.gallery-thumbs li:hover .gallery-thumb,
.button-galerie.gallery-thumbs li:hover .gallery-thumb {
  border: 1px solid #821b1b; }

.accessoires.gallery-thumbs li:hover .thumb-title,
.button-galerie.gallery-thumbs li:hover .thumb-title {
  color: #821b1b; }

.accessoires {
  padding: 0 0 35px; }

.button-galerie {
  padding: 120px 80px 80px; }

.modal-gallery {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 30;
  text-align: center; }
  .modal-gallery.show-modal {
    display: block; }

.gallery-after-image {
  position: absolute;
  bottom: 20px;
  width: 100%; }

.gallery-full-img {
  width: calc(100% - 40px);
  height: calc(100% - 140px);
  margin: 20px;
  overflow: hidden;
  position: relative; }
  .gallery-full-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }

.gallery-nav {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  font-size: 2.5em;
  line-height: 0.8;
  text-decoration: none;
  color: #821b1b;
  background-color: white;
  margin-top: -1%;
  cursor: pointer;
  z-index: 15; }
  .gallery-nav.inactive {
    display: none; }

.gallery-nav-prev {
  left: 0; }

.gallery-nav-next {
  right: 0; }

.gallery-img-meta {
  font-size: 0.85em; }

.classic-button,
.workshop-button {
  display: inline-block;
  border: 2px solid black;
  padding: 10px 15px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-weight: normal;
  background: white; }

@media (min-width: 1010px) {
  .workshop-button {
    position: absolute;
    bottom: 0;
    background: none; } }

.classic-button:hover {
  border-color: #821b1b;
  color: #821b1b; }

.modal-form {
  display: none; }
  .modal-form .modal-close button {
    position: fixed;
    z-index: 50;
    right: 10px;
    top: 10px;
    background: white;
    color: black;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400; }
  .modal-form .wpcf7-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto 0;
    max-width: 600px;
    background: white;
    z-index: 30; }
    @media (max-width: 1009px) {
      .modal-form .wpcf7-form {
        padding: 20px; } }
    @media (min-width: 1010px) {
      .modal-form .wpcf7-form {
        padding: 50px 70px; } }
  .modal-form .modal-header {
    text-transform: uppercase;
    color: #821b1b;
    text-align: center; }
  .modal-form .form-text {
    text-align: center; }
  .modal-form label {
    display: block;
    margin: 10px 0; }
  .modal-form textarea,
  .modal-form input {
    border: 1px solid black;
    padding: 10px; }
  .modal-form input[type="text"],
  .modal-form input[type="email"],
  .modal-form input[type="tel"],
  .modal-form input[type="number"] {
    width: 243px; }
  .modal-form textarea {
    width: calc(100% - 22px);
    height: 100px; }
  .modal-form .full-width {
    width: 100%; }
  .modal-form .required {
    color: #821b1b; }
  .modal-form .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
    .modal-form .form-fields .full-width {
      width: 100%; }
  .modal-form .classic-button {
    border-width: 2px;
    padding: 10px 40px; }
  .modal-form .modal-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20; }
  .modal-form .acceptance-ds .wpcf7-list-item {
    margin: 0; }
  .modal-form .acceptance-ds input {
    position: absolute;
    margin-top: 5px; }
  .modal-form .acceptance-ds .wpcf7-list-item-label {
    display: inline-block;
    margin: 0 10px 0 30px; }
  .modal-form .acceptance-ds a {
    color: inherit;
    text-decoration: underline;
    font-weight: 400; }

.video-container {
  padding: 30px 0; }

.medium-container video {
  display: none;
  max-width: 700px;
  width: 100%    !important;
  height: auto   !important; }

.playing video {
  display: block; }

.google-maps-container {
  position: relative;
  padding-bottom: 42%;
  height: 0;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 50px; }
  .google-maps-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

/*# sourceMappingURL=style.css.map */