html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


body.mv {
  background-image: url("../img/melanie-vaillant-ambiente-sm.webp");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  max-height: 100vh;
  background-attachment: fixed;
  background-position: 50% 50%;
  font-family: 'Montserrat', serif;
  font-weight: 500;
}
@media only screen and (min-width: 640px) {
  body.mv {
    background-image: url("../img/melanie-vaillant-ambiente-sm.jpg");
  }
}


strong {
  font-weight: 700;
}
.lead {
  font-weight: 700;
}

.container {
  padding: 0 2em;
}
@media only screen and (min-width: 580px) {
  .container {
    padding: 0 8em;
  }
}
@media only screen and (min-width: 760px) {
  .container {
    padding: 0 12em;
  }
}
@media only screen and (min-width: 900px) {
  .container {
    padding: 0 2em;
  }
}

.col {
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 900px) {
  .col {
    width: 30%;
    margin-right: 1%;
    float: left;
  }
  .col-1 {
    width: 25%;
  }
  .col-2 {
    float: right;
    width: 25%;
  }
  .col-3 {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .col {
    width: 30%;
    margin-right: 1%;
    float: left;
  }
  .col-1 {
    width: 30%;
  }
  .col-2 {
    float: right;
    width: 20%;
  }
  .col-3 {
    width: 40%;
  }
}

.fade-in-bottom-0 {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
          animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
}
.fade-in-bottom-1 {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.75s both;
          animation: fade-in-bottom 0.75s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.75s both;
}
.fade-in-bottom-2 {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
          animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.menu {
  font-size: .75em;
  margin: 1em 0 2.5em 0;
}
@media only screen and (min-width: 1140px) {
  .menu {
    font-size: 1em;
  }
}
.nav-link {
  padding: .33rem .33rem; 
}
@media only screen and (min-width: 1140px) {
  .nav-link {
    padding: .5rem .66rem;
  }
}
.nav-pills .nav-link {
  color: #025F65;
  background-color: transparent;
  margin: 0 2px 2px 0;
}
.nav-link:focus, 
.nav .nav-link:hover,
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
  color: white;
  background-color: #025F65;
}

.illustration {
  max-width: 240px;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .illustration {
    max-width: 450px;
  }
}
.monogramm {
  width: 100px;
  height: 100px;
  z-index: 10;
  position: relative;
  bottom: -36px;
  float: right;
}
.f {
  text-align: center;
  margin-top: 10em;
}
.monogramm-f {
  max-width: 40%;
  margin: 0 auto;
}

.contact {
  margin-top: 1em;
  font-size: 0.7em;
  letter-spacing: .5px;
  font-weight: 700;
  
}
.contact a {
  color: #025F65;
  text-decoration: none;
  
}
.icon {
  max-height: 28px;
  margin-right: 8px;
}

.quality {
  margin-top: 1em;
}
.quality span {
  padding-top: .5em;
  border-top: 1px solid #025F65;
}

.ihk {
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 1px;
  color: #025F65;
}


.fotografie {
  max-width: 90%;
  max-height: 80vh;
  height: auto;
  border: 10px solid white;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  -moz-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
.foto {
  max-width: 100%;
  height: auto;
  margin: 1em 0 1em 0;
  border: 8px solid white;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
@media only screen and (min-width: 767px) {
  .foto {
    max-width: 40%;
    height: auto;
    margin: 0 0 1em 1em;
    float: right;
    border: 8px solid white;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  }
}
@media only screen and (min-width: 767px) {
  .foto-lg {
    max-width: 100%;
  }
}



.content {
  font-size: 1em;
  line-height: 1.6;
  color: #b45e5b;
}
.content a {
  color: #025f65;
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: auto;
  text-underline-offset: 4px;
  cursor: pointer;
}
.content a:hover {
  color: #b45e5b;
  cursor: pointer;
}

.drop {
  float: left;
  font-size: 3.2em;
  line-height: 0.98;
  padding: 0 8px 0 0;
}

.head {
  text-align: center;
}

.logo {
  max-width: 260px;
  height: auto;
  margin: 2em 0;
}
@media only screen and (min-width: 375px) {
  .logo {
    max-width: 300px;
  }
}

.legal {
  margin-top: 360px;
  line-height: 1.3;
}
.legal a {
  color: #000;
  opacity: .33;
  text-decoration: none;
}
.legal a:hover {
  opacity: 1;
  text-decoration: none;
}










.impressum {
  margin: 1em;
  font-family: 'Montserrat', serif;
  max-width: 600px;
  margin: 10em auto;
}
.impressum a {
  color: #b45e5b;
}

.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}