@import 'webfonts.css';
#_oss_main a {
  border: 0;
}
#_oss_main a:hover {
  border: 0;
}
.cc_container a.cc_btn {
  font-weight: 300 !important;
}
/* WHOOP
------------------------------*/
html {
  font-size: 1.125em;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 0.9em;
  }
  html a {
    border-bottom: 2px solid #8dc9e5;
  }
  html a:hover {
    border-bottom: 2px solid #e9e9e9;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
::-moz-selection {
  background-color: #ffc;
}
::selection {
  background-color: #ffc;
}
body {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
  color: #808080;
  background-color: #fff;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  color: #1e1e1e;
}
h4 {
  color: #a0a0a0;
}
ul {
  list-style: none;
}
address {
  font-style: normal;
}
a {
  font-weight: 400;
  text-decoration: none;
  color: #808080;
  border-bottom: 3px solid #8dc9e5;
}
a:hover {
  border-bottom: 3px solid #e9e9e9;
}
/* INAKTIV
	a
		color $textcolor
		text-decoration none
		&:hover
			border-bottom 1px solid $textcolor */
mark {
  background-color: transparent;
  background-color: rgba(199,237,255,0.5);
  color: #808080;
  font-weight: 400;
}
mark.alternate {
  background-color: transparent;
  background-color: rgba(229,238,49,0.4);
  color: #6c6a1a;
}
b {
  font-weight: 600;
}
hr {
  margin: 2.5em 2em;
}
.littlecaps {
  font-size: 0.8em;
  text-transform: uppercase;
}
/* ITS CORONA TIME
------------------*/
.divider {
  margin: 1rem 0;
  height: 1px;
  background-color: #ccc;
}
.text-important {
  font-weight: 500;
}
.pleaseusewebshop {
  color: #000;
  background-color: #eadf4a;
  padding: 0.75rem 1rem;
}
.pleaseusewebshop p {
  margin: 0;
  text-align: center;
  font-weight: 500;
}
.pleaseusewebshop p a {
  color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
}
.pleaseusewebshop p a:hover {
  color: #000;
  border-bottom-color: transparent;
}
/* SEITENINDEX
--------------*/
#dasperfektebewerbungsfoto .seitenindex {
  padding-top: 3em;
}
.seitenindex-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
}
.seitenindex-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.seitenindex .index {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  .seitenindex .index {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
  }
}
.seitenindex .index__block {
  width: 48%;
}
.seitenindex .index__block:not(:nth-of-type(2n)) {
  margin-right: 4%;
}
@media only screen and (max-width: 740px) {
  .seitenindex .index__block {
    width: 100%;
  }
}
.seitenindex a {
  border: 0;
  border-bottom: 1px dotted #b0b0b0;
}
.seitenindex a:hover {
  border: 0;
}
.seitenindex h2 {
  margin-bottom: 1em;
}
.seitenindex ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
}
.seitenindex li {
  margin: 0;
  padding: 0;
}
.seitenindex li > ul > li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.seitenindex li > ul > li:first-of-type {
  margin-top: 0.5em;
}
/* FACEBOOK
-----------*/
.facebook-plugin {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
}
.facebook-plugin.margin-south {
  margin-bottom: 3em;
}
/* P H O T O S L I D E
-----------------------*/
.pswp__counter {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.07em;
}
/* T W O   C O L U M N S
-------------------------*/
.service-first {
  margin-top: -1em;
}
.columns2-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.columns2-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.columns2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 5%;
  padding-top: 2em;
}
.columns2::after {
  content: '';
  display: table;
  clear: both;
}
.columns2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 940px) {
  .columns2 {
    padding: 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .columns2::after {
    content: '';
    display: table;
    clear: both;
  }
  .columns2:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 940px) {
  #services .img-col,
  #services .txt-col {
    margin: 0;
    padding: 0;
    margin-top: 2em;
  }
  #services .txt-col {
    margin-bottom: 1em;
  }
  #services .img-col {
    padding-bottom: 4em;
  }
  #services .img-col>div {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
.swap-side>.columns2.txt-col {
  position: relative;
  left: 52.5%;
}
.swap-side>.columns2.img-col {
  position: relative;
  left: -52.5%;
}
@media only screen and (max-width: 940px) {
  .swap-side>.columns2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .swap-side>.columns2.txt-col {
    position: static;
    left: 0;
  }
  .swap-side>.columns2.img-col {
    position: static;
    left: 0;
    padding: 0;
  }
  .swap-side>.columns2::after {
    content: '';
    display: table;
    clear: both;
  }
  .swap-side>.columns2:last-child {
    margin-right: 0%;
  }
}
.txt-col {
  padding-bottom: 4em;
}
.txt-col p {
  margin-top: 0.5em;
}
.txt-col p:first-of-type {
  margin-top: 0;
}
.img-col {
  padding-top: 6.5em;
  padding-bottom: 4em;
}
.img-col.lastblock {
  padding-bottom: 0;
}
/* H E R O I M A G E
---------------------*/
.heroimage {
  position: relative;
  width: 100%;
}
.heroimage img {
  width: 100%;
  height: auto;
}
.heroimage.home {
  background: #f9f3f0 url("../img/heroimage-home.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.fotos {
  background: #ffb992 url("../img/heroimage-fotos.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.preise {
  background: #dedede url("../img/heroimage-preise.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.aktionen {
  background: #c3c3c3 url("../img/heroimage-aktionen.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.services {
  background: #000100 url("../img/heroimage-services.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.kontakt {
  background: #ffd7c7 url("../img/heroimage-kontakt.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.info {
  background: #625c66 url("../img/heroimage-info.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.impressum {
  background: #a4a4a4 url("../img/heroimage-impressum2.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.dasperfektebewerbungsfoto {
  background: #b3dee6 url("../img/heroimage-dasperfektebewerbungsfoto.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.bewerbung {
  background: #a4a4a4 url("../img/heroimage-bewerbung.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.portrait {
  background: #ffdfcf url("../img/heroimage-portrait.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.erotik {
  background: #a4a4a4 url("../img/heroimage-erotik.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.hochzeit {
  background: #ece9e1 url("../img/heroimage-hochzeit.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.babybauch {
  background: #f0dcd8 url("../img/heroimage-babybauch.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.baby {
  background: #ffe8e6 url("../img/heroimage-baby.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.kinder {
  background: #ffbfc6 url("../img/heroimage-kinder.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.familie {
  background: #a4a4a4 url("../img/heroimage-familien.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.architektur {
  background: #e8f1f3 url("../img/heroimage-architektur.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.business {
  background: #e7eeef url("../img/heroimage-business.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.gutscheine {
  background: #fff url("../img/heroimage-gutschein.jpg") no-repeat center;
  background-size: cover;
}
.heroimage.studio {
  background: #eae1d3 url("../img/heroimage-studio.jpg") no-repeat center;
  background-size: cover;
}
/* M E N U
-----------*/
.menu-orbit {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(8,8,8,0.2);
}
.wf-opensans-n6-loading .menu-orbit {
  display: none;
}
.wf-opensans-n6-active,
.wf-opensans-n6-inactive {
  display: block;
}
.menu-atmos,
.menu-resp-atmos {
  width: auto;
  max-width: 57.333333333333336em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 600;
}
.menu-atmos::after,
.menu-resp-atmos::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1080px) {
  .menu-atmos {
    display: none;
  }
}
.menu-resp-atmos {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .menu-resp-atmos {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .menu-resp-atmos {
    font-size: 0.9em;
  }
}
.list-nav {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
  -o-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-nav a {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 1px rgba(150,150,150,0.2);
  text-decoration: none;
  border: 0;
  transition: unset;
}
.list-nav a:hover {
  border-bottom: 2px solid #fff;
}
.list-nav li {
  text-align: center;
}
.list-nav li.link--active a {
  border-bottom: 2px solid #fff;
}
.list-nav li:first-child {
  padding-left: 0;
}
.list-nav li:last-child {
  padding-right: 0;
}
.link-logohome img {
  width: 6.611111111111111em;
}
.link-logohome a {
  border: 0;
}
.link-logohome a:hover {
  border: 0;
}
/* M O D A L   M E N U
-----------------------*/
#animatedModal {
  color: #eee;
}
#animatedModal a,
#animatedModal a:hover {
  border: 0;
  color: #fff;
}
#animatedModal a:hover {
  color: #ccc;
}
@media only screen and (max-width: 480px) {
  #animatedModal {
    font-size: 0.9em;
  }
}
#closebt-container {
  width: 100%;
  padding-top: 1.944444444444444em;
  padding-left: 2.055555555555555em;
}
#closebt-container img {
  width: 1.666666666666667em;
}
.closebt {
  transition: all 0.2s;
  cursor: pointer;
}
.closebt:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modalmenu-logo {
  width: 100%;
  margin-top: -2.944444444444445em;
  margin-bottom: 2.777777777777778em;
  text-align: center;
}
.modalmenu-logo img {
  width: 3.611111111111111em;
  margin-left: -0.5em;
}
.modal-content ul {
  list-style: none;
  margin: 0 20%;
  padding: 0;
}
.modal-content li {
  margin-bottom: 0.7em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #333;
}
/* R E S P O N S I V E   M E N U
---------------------------------*/
.menu-resp-atmos a,
.menu-resp-atmos a:hover {
  border: 0;
}
.menu-resp-hamburger {
  width: 100%;
  margin-top: 1.2em;
  margin-left: 0.3em;
}
.menu-resp-hamburger img {
  width: 4.555555555555555em;
}
.menu-resp-logo {
  width: 100%;
  margin-top: -2.5em;
  text-align: center;
}
.menu-resp-logo img {
  width: 3.611111111111111em;
}
/* --- Page Title --- */
.pagetitle {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin-bottom: -0.35em;
  width: 100%;
}
.pagetitle h1 {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #1e1e1e;
  margin: 0 1em;
  padding: 0.5em 1.2em 0 1.2em;
}
@media only screen and (max-width: 920px) {
  .pagetitle .hide-the-master {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  h1,
  .pagetitle h1 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  .pagetitle h1 {
    font-size: 1.2em;
  }
}
/* H E A D E R S (H1 UND CO)
-----------------------------*/
h2.special,
h3.special {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.6em 1em;
  border-bottom: 1px solid #d1d3d4;
}
h3.special {
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 560px) {
  h2,
  h2.special {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 490px) {
  h2,
  h2.special {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  h3,
  h3.special {
    font-size: 1em;
  }
}
h4.special {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding: 1em 1em 3em 1em;
  border-top: 1px solid #d1d3d4;
}
h5 {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
}
h2.noborder,
h3.noborder,
h4.noborder {
  border: 0;
}
.noborder p {
  border: 0;
}
.wp-no {
  white-space: nowrap;
}
/* --- Footnotes --- */
p.footnote {
  margin-top: 2em;
  font-size: 0.8em;
}
p.footnote-page {
  margin: 0 2em;
  margin-top: 2em;
  font-size: 0.8em;
}
/* --- Footnote Marker --- */
.stared {
  position: relative;
}
.starmarker,
.starmarker-customers {
  display: inline-block;
  position: absolute;
  color: #b0b0b0;
  font-size: 0.8em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  line-height: 0;
  top: 1.2em;
  right: 0.3em;
}
.starmarker-customers {
  font-size: 0.5em;
  color: #b0b0b0;
  top: 1em;
  right: -1em;
}
@media only screen and (max-width: 380px) {
  .starmarker-customers {
    right: -1em;
  }
}
/* B U T T O N S
-----------------*/
.btn,
.btn-inactive,
.btn-white,
.btn-faq-menu {
  display: inline-block;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 7px 20px;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s linear;
}
.btn {
  color: #fff;
  background-color: #8dc9e5;
  border: 2px solid #8dc9e5;
}
.btn:hover {
  color: #fff;
  background-color: #8dc9e5;
  border: 2px solid #8dc9e5;
  text-decoration: none;
  box-shadow: 0 3px #75a0b7;
}
.btn:active {
  -webkit-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}
.btn.btn-breakline {
  white-space: normal;
}
.btn-inactive {
  color: #fff;
  background-color: #e3e3e3;
  border: 2px solid #e3e3e3;
  pointer-events: none;
  cursor: pointer;
}
.btn-inactive:hover {
  color: #fff;
  background-color: #e3e3e3;
  border: 2px solid #e3e3e3;
  text-decoration: none;
}
.btn-inactive.btn-breakline {
  white-space: normal;
}
.btn-faq-menu {
  margin: 0;
  color: #808080;
  border: 2px solid #e3e3e3;
}
.btn-faq-menu:hover {
  color: #808080;
  background-color: #e3e3e3;
  border: 2px solid #e3e3e3;
  text-decoration: none;
  box-shadow: none;
}
.btn-white {
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 0;
}
.btn-white:hover {
  color: #656565;
  background-color: #fff;
  border: 2px solid #fff;
}
.btn-line {
  text-align: center;
}
.btn-line p {
  display: inline-block;
  margin-top: 1.3em !important;
}
/* O R B I T
-------------*/
.orbit {
  width: 100%;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #f2f2f2;
}
.bg-dark-gray {
  background-color: #e3e3e3;
}
/* A T M O S P H E R E  (ATMOS)
--------------------------------*/
/* --- Textblock --- */
.textblock-full {
  width: auto;
  max-width: 50em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.textblock-full::after {
  content: '';
  display: table;
  clear: both;
}
.textblock-full p {
  margin-top: 0.5em;
}
.textblock-full p:first-child {
  margin-top: 0;
}
.textblock-full.centermeplease {
  text-align: center;
}
.textblock-full.fullwidth {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.textblock-full.givememargin {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: 54em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.textblock-full.givememargin::after {
  content: '';
  display: table;
  clear: both;
}
.textblock-full.textblock-2columns {
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  columns: auto 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
/* H O M E
-----------*/
/* --- Umsiedlung neues Fotostudio ---*/
.img-lageplan-umsiedlung-size {
  display: block;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 4em;
  max-width: 15em;
}
/* --- Introtext --- */
.introtext-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 3em;
  padding-bottom: 2.5em;
}
.introtext-atmos::after {
  content: '';
  display: table;
  clear: both;
}
/* --- Der Fall Mäuserich --- */
.derfallmauserich-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 2em;
  padding-top: 3em;
  padding-bottom: 2.5em;
}
.derfallmauserich-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.derfallmauserich-schild {
  margin-bottom: 2em;
}
.derfallmauserich-schild img {
  width: 100%;
}
/* --- Porträt Ulli Engleder --- */
.portraitulli {
  display: block;
  width: 11.11111111111111em;
  margin: 0 auto;
  margin-top: 0.5em;
  margin-bottom: -2em;
}
@media only screen and (max-width: 600px) {
  .portraitulli {
    width: 9.277777777777779em;
  }
}
/* --- Das Pefekte BewerbungsFoto (DPBF) --- */
.orbit.dpbf {
  padding: 0;
  padding-bottom: 4em;
}
.orbit.dpbf h2 {
  margin-bottom: 1em;
}
.orbit.dpbf .btn-line {
  margin-top: 2em;
}
#home .orbit.dpbf {
  padding-top: 4em;
  background-color: #e3e3e3;
}
.dpbf-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.dpbf-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.img-dpbf-cover-size {
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 44.44444444444444em;
}
/* --- Fotostudio in Zahlen --- */
.fotostudioinzahlen-atmos {
  padding-top: 2.5em;
}
.fotostudioinzahlen-atmos p {
  text-align: center;
}
.thenumbers {
  width: auto;
  max-width: 46.111111111111114em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 2em;
  margin-bottom: 3em;
}
.thenumbers::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 950px) {
  .thenumbers {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 38.888888888888886em;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .thenumbers::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  .thenumbers {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 33.333333333333336em;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .thenumbers::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 700px) {
  .thenumbers {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 27.77777777777778em;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .thenumbers::after {
    content: '';
    display: table;
    clear: both;
  }
}
.thenumbers ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
  -o-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center /* fallback */;
}
.thenumbers li {
  display: inline-block /* fallback */;
  padding: 0 0.5em /* fallback */;
  text-align: center;
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  color: #969696;
}
.thenumbers li p:first-child {
  font-size: 3.4em;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .thenumbers li p:first-child {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 540px) {
  .thenumbers li p:first-child {
    font-size: 2em;
  }
}
@media only screen and (max-width: 380px) {
  .thenumbers li p:first-child {
    font-size: 1.5em;
  }
}
.thenumbers li p:last-child {
  margin-top: 0.85em;
  font-size: 0.8em;
  font-weight: 400;
  font-style: italic;
  color: #a7a7a7;
  white-space: nowrap;
}
.canoneos1d {
  width: auto;
  max-width: 56.77777777777778em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.canoneos1d::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 384px) {
  .titel-meister {
    display: none;
  }
}
.titel-fotograf {
  display: none;
}
@media only screen and (max-width: 384px) {
  .titel-fotograf {
    display: block;
  }
}
/* F O T O S
-------------*/
/* --- Happy Customers --- */
.happycustomers-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 5em;
}
.happycustomers-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.customertalk {
  margin-top: 3em;
  padding-left: 1em;
  width: 100%;
}
.customertalk::after {
  content: '';
  display: table;
  clear: both;
}
.customertalk-bubble {
  float: left;
  clear: none;
  text-align: inherit;
  width: 21.25%;
  margin-left: 0%;
  margin-right: 5%;
  margin-bottom: 2em;
}
.customertalk-bubble::after {
  content: '';
  display: table;
  clear: both;
}
.customertalk-bubble:nth-child(n) {
  margin-right: 5%;
  float: left;
  clear: none;
}
.customertalk-bubble:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.customertalk-bubble:nth-child(4n + 1) {
  clear: both;
}
@media only screen and (max-width: 1150px) {
  .customertalk-bubble {
    float: left;
    clear: none;
    text-align: inherit;
    width: 28.66666666666666%;
    margin-left: 0%;
    margin-right: 7.000000000000001%;
  }
  .customertalk-bubble::after {
    content: '';
    display: table;
    clear: both;
  }
  .customertalk-bubble:nth-child(n) {
    margin-right: 7.000000000000001%;
    float: left;
    clear: none;
  }
  .customertalk-bubble:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .customertalk-bubble:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 960px) {
  .customertalk-bubble {
    float: left;
    clear: none;
    text-align: inherit;
    width: 45%;
    margin-left: 0%;
    margin-right: 10%;
  }
  .customertalk-bubble::after {
    content: '';
    display: table;
    clear: both;
  }
  .customertalk-bubble:nth-child(n) {
    margin-right: 10%;
    float: left;
    clear: none;
  }
  .customertalk-bubble:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .customertalk-bubble:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 700px) {
  .customertalk-bubble {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .customertalk-bubble::after {
    content: '';
    display: table;
    clear: both;
  }
  .customertalk-bubble:last-child {
    margin-right: 0%;
  }
}
.customertalk-bubble p {
  margin-top: 0.5em;
}
.customertalk-bubble p .quote {
  position: absolute;
  font-size: 5em;
  line-height: 0;
  color: #f0f0f0;
  margin-top: 0.39em;
  margin-left: -0.42em;
}
/*	Re/activate this css when the tesimonials need an —Name at the end of the customertalk-bubble

	p:last-child
		font-size 0.8em
		font-style italic
		text-align right*/
/* --- Fotos PRIVAT und FIRMENkunden --- */
.fotosprivat-atmos,
.fotosfirmen-atmos {
  padding-top: 5em;
}
.fotosprivat-atmos .image-nav-wrapper,
.fotosfirmen-atmos .image-nav-wrapper {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 4em;
}
.fotosprivat-atmos .image-nav-wrapper::after,
.fotosfirmen-atmos .image-nav-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.fotosprivat-atmos figure,
.fotosfirmen-atmos figure {
  display: inline;
  position: relative;
  float: left;
  max-width: 25%;
  height: auto;
  margin: 0;
  padding: 0;
}
.fotosprivat-atmos figure img,
.fotosfirmen-atmos figure img {
  max-width: 100%;
}
.fotosprivat-atmos figure a,
.fotosfirmen-atmos figure a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 650px) {
  .fotosprivat-atmos figure,
  .fotosfirmen-atmos figure {
    max-width: 50%;
  }
}
.fotosprivat-atmos .caption,
.fotosfirmen-atmos .caption {
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.fotosprivat-atmos .caption p,
.fotosfirmen-atmos .caption p {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 900px) {
  .fotosprivat-atmos .caption p,
  .fotosfirmen-atmos .caption p {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 720px) {
  .fotosprivat-atmos .caption p,
  .fotosfirmen-atmos .caption p {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 650px) {
  .fotosprivat-atmos .caption p,
  .fotosfirmen-atmos .caption p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 420px) {
  .fotosprivat-atmos .caption p,
  .fotosfirmen-atmos .caption p {
    font-size: 0.8em;
  }
}
.fotosfirmen-atmos figure {
  max-width: 50%;
}
@media only screen and (max-width: 650px) {
  .fotosfirmen-atmos figure {
    max-width: 100%;
  }
}
.fotosprivat-atmos .image-nav-wrapper {
  margin-bottom: 3em;
}
.fotosprivat-atmos.fotos-page,
.fotosfirmen-atmos.fotos-page {
  padding-top: 0;
}
.fotosprivat-atmos.fotos-page .image-nav-wrapper,
.fotosfirmen-atmos.fotos-page .image-nav-wrapper {
  margin-top: 0;
}
.fotosfirmen-atmos.fotos-page .image-nav-wrapper {
  margin-bottom: 5em;
}
/* F O T O   G A L E R I E N
	 für Privat- und Firmenkunden
--------------------------------*/
.tbl-submenu {
  width: 80%;
  margin: 4em auto;
  text-align: center;
}
.tbl-submenu.private.col-4 {
  display: none;
}
.tbl-submenu.private.col-2 {
  display: none;
}
.tbl-submenu.company.col-2 {
  width: 30em;
}
.tbl-submenu a {
  border-bottom: 0;
  padding: 0 0.5em;
}
.tbl-submenu a:hover {
  border-bottom: 3px solid #8dc9e5;
}
.tbl-submenu .link-active a {
  border-bottom: 3px solid #6d6d6d;
  color: #6d6d6d;
  font-weight: 600;
}
.tbl-submenu td {
  padding: 0.8em 0.5em;
}
@media only screen and (max-width: 940px) {
  .tbl-submenu.private.col-8 {
    display: none;
  }
  .tbl-submenu.private.col-4 {
    display: table;
  }
}
@media only screen and (max-width: 580px) {
  .tbl-submenu.company.col-2 {
    width: 25em;
  }
}
@media only screen and (max-width: 520px) {
  .tbl-submenu.private.col-8 {
    display: none;
  }
  .tbl-submenu.private.col-4 {
    display: none;
  }
  .tbl-submenu.private.col-2 {
    display: table;
  }
}
@media only screen and (max-width: 480px) {
  .tbl-submenu .link-active a {
    border-bottom: 2px solid #6d6d6d;
  }
  .tbl-submenu a:hover {
    border-bottom: 2px solid #8dc9e5;
  }
}
/* --- Photo Gallery --- */
.photosgalerie-atmos {
  margin-bottom: 5em;
}
.photosgalerie-atmos .galerie-nav-wrapper {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.photosgalerie-atmos .galerie-nav-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.photosgalerie-atmos .galerie-nav-wrapper figure {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  margin: 0;
  padding: 0;
}
.photosgalerie-atmos .galerie-nav-wrapper figure::after {
  content: '';
  display: table;
  clear: both;
}
.photosgalerie-atmos .galerie-nav-wrapper figure:nth-child(n) {
  float: left;
  clear: none;
}
.photosgalerie-atmos .galerie-nav-wrapper figure:nth-child(4n) {
  float: right;
}
.photosgalerie-atmos .galerie-nav-wrapper figure:nth-child(4n + 1) {
  clear: both;
}
@media only screen and (max-width: 650px) {
  .photosgalerie-atmos .galerie-nav-wrapper figure {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .photosgalerie-atmos .galerie-nav-wrapper figure::after {
    content: '';
    display: table;
    clear: both;
  }
  .photosgalerie-atmos .galerie-nav-wrapper figure:nth-child(n) {
    float: left;
    clear: none;
  }
  .photosgalerie-atmos .galerie-nav-wrapper figure:nth-child(2n) {
    float: right;
  }
  .photosgalerie-atmos .galerie-nav-wrapper figure:nth-child(2n + 1) {
    clear: both;
  }
}
/* --- Gallery Text --- */
.gallerytext-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 2em;
}
.gallerytext-atmos::after {
  content: '';
  display: table;
  clear: both;
}
/* --- PRIVATKUNDEN - Digitale Daten --- */
.digital-data {
  margin-top: 2em;
  margin-bottom: -5em;
}
.digital-data>.img-col {
  padding-top: 1.5em;
  padding-top: 0;
  padding-bottom: 0;
}
.digital-data>.txt-col {
  padding-top: 0;
  padding-bottom: 0;
}
.digital-data>.txt-col>p {
  margin-bottom: 2em;
}
/* Use flexbox to move the CD-image to the bottom of the DIV */
.cddisc-wrapper-flex {
  height: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  flex-direction: row;
  -o-box-align: end;
  align-items: flex-end;
}
/* --- FIRMENKUNDEN - Kundenliste --- */
.companylist-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 1.5em;
}
.companylist-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.companylist-atmos .textblock-full:first-of-type {
  margin-bottom: 3em;
}
.hidden-block {
  margin-bottom: 3em;
  padding: 3em 2em;
  background: #656565;
  background: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 1.5%, rgba(0,0,0,0.15) 3%, rgba(0,0,0,0) 5%), #656565;
  color: #fff;
}
.hidden-block-switch {
  display: none;
}
.company-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-list li {
  background: url("../img/list-marker-white2.svg") no-repeat transparent 0 0.5em;
  background-size: 5px 8px;
  padding-left: 1em;
  line-height: 1.5em;
}
.company-list p {
  margin-top: 3em;
  text-align: center;
}
.company-list .company-list-columns {
  -webkit-columns: auto 3;
  -moz-columns: auto 3;
  columns: auto 3;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media only screen and (max-width: 900px) {
  .company-list .company-list-columns {
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
@media only screen and (max-width: 660px) {
  .company-list .company-list-columns {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto auto;
  }
}
/* --- FIRMENKUNDEN - Kundenlogos --- */
.company-logos {
  width: auto;
  max-width: 70.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em;
}
.company-logos::after {
  content: '';
  display: table;
  clear: both;
}
.company-logo {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22%;
  margin-left: 0%;
  margin-right: 4%;
  text-align: center;
  margin-top: 1em;
  height: 7em;
  position: relative;
}
.company-logo::after {
  content: '';
  display: table;
  clear: both;
}
.company-logo:nth-child(n) {
  margin-right: 4%;
  float: left;
  clear: none;
}
.company-logo:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.company-logo:nth-child(4n + 1) {
  clear: both;
}
@media only screen and (max-width: 860px) {
  .company-logo {
    float: left;
    clear: none;
    text-align: inherit;
    width: 30.66666666666666%;
    margin-left: 0%;
    margin-right: 4%;
  }
  .company-logo::after {
    content: '';
    display: table;
    clear: both;
  }
  .company-logo:nth-child(n) {
    margin-right: 4%;
    float: left;
    clear: none;
  }
  .company-logo:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .company-logo:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 710px) {
  .company-logo {
    float: left;
    clear: none;
    text-align: inherit;
    width: 47%;
    margin-left: 0%;
    margin-right: 6%;
  }
  .company-logo::after {
    content: '';
    display: table;
    clear: both;
  }
  .company-logo:nth-child(n) {
    margin-right: 6%;
    float: left;
    clear: none;
  }
  .company-logo:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .company-logo:nth-child(2n + 1) {
    clear: both;
  }
}
.img-companylogo-musikschulen-size,
.img-companylogo-bankaustria-size,
.img-companylogo-kpmg-size,
.img-companylogo-abau-size,
.img-companylogo-oberbank-size,
.img-companylogo-haas-size,
.img-companylogo-poloplast-size,
.img-companylogo-hilfswerk-size,
.img-companylogo-remax-size,
.img-companylogo-leitl-size,
.img-companylogo-neubau-size {
  width: 50%;
  height: auto;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.img-companylogo-musikschulen-size {
  width: 5.777777777777778em;
}
.img-companylogo-bankaustria-size {
  width: 11.11111111111111em;
}
.img-companylogo-kpmg-size {
  width: 6.722222222222222em;
}
.img-companylogo-abau-size {
  width: 8.777777777777779em;
}
.img-companylogo-oberbank-size {
  width: 11.11111111111111em;
}
.img-companylogo-haas-size {
  width: 6.833333333333333em;
}
.img-companylogo-poloplast-size {
  width: 10.944444444444445em;
}
.img-companylogo-hilfswerk-size {
  width: 5.666666666666667em;
}
.img-companylogo-remax-size {
  width: 9em;
}
.img-companylogo-leitl-size {
  width: 7em;
}
.img-companylogo-neubau-size {
  width: 9em;
}
/* D A S   P E R F E K T E   B E W E R B U N G S F O T O
---------------------------------------------------------*/
#dasperfektebewerbungsfoto .special {
  font-weight: 600;
}
#dasperfektebewerbungsfoto .drobcap {
  float: left;
  font-size: 5em;
  font-weight: 600;
  line-height: 0.7em;
  padding-right: 0.1em;
}
#dasperfektebewerbungsfoto h2.special:not(:first-of-type) {
  margin-top: 2em;
}
@media only screen and (max-width: 940px) {
  #dasperfektebewerbungsfoto h2.special:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 940px) {
  #dasperfektebewerbungsfoto .columns2.txt-col {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 940px) {
  #dasperfektebewerbungsfoto .columns2.img-col {
    padding-top: 1em;
  }
}
#dasperfektebewerbungsfoto footer {
  margin-top: 0;
}
.callme-wrapper {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-orient: vertical;
  flex-direction: column;
  background-color: #bfdceb;
  padding: 1.5em;
}
.callme-wrapper p.callme-text {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #0f73aa;
  text-align: center;
}
.callme-wrapper a.callme-button {
  display: block;
  text-decoration: none;
  border: 0;
  color: #fff;
  padding: 0.7em 0.9em;
  border: 2px solid #fff;
  border-radius: 0.5em;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
  background-color: #5ca6ce;
  transition: box-shadow 0.2s ease;
  transition: background-color 0.2s ease;
}
.callme-wrapper a.callme-button:hover {
  box-shadow: none;
  background-color: #0f73aa;
}
.callme-wrapper a.callme-button .callme-button__text,
.callme-wrapper a.callme-button .callme-button__nr {
  text-align: center;
  font-weight: 600;
}
.callme-wrapper a.callme-button .callme-button__text {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 0.4em;
}
.callme-wrapper a.callme-button .callme-button__nr {
  font-size: 1.7em;
  line-height: 0.9em;
}
p.tipp-title {
  font-size: 1em;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}
p.tipp-text {
  font-size: 0.8em;
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
}
.img-center {
  display: block;
  margin: 0 auto;
}
.img-center img {
  width: 100%;
}
@media only screen and (max-width: 940px) {
  .orbit.kleidung > .columns2-atmos > .img-col {
    margin-bottom: 3em;
  }
}
.img-kleidung-size {
  max-width: 26.88888888888889em;
}
.img-col.frisur {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: end;
  align-items: flex-end;
  height: 30.555555555555557em;
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (max-width: 940px) {
  .img-col.frisur {
    margin-bottom: 0;
    height: auto;
  }
}
.img-frisur-size {
  max-width: 26.38888888888889em;
}
.orbit.brille {
  background-color: #e3e3e3;
}
.img-brille-size {
  max-width: 26.166666666666668em;
}
.columns2-atmos {
  position: relative;
}
.bg-kleidungbewerberinnen,
.bg-kleidungbewerber {
  position: absolute;
  left: -4em;
  top: 5em;
}
@media only screen and (max-width: 940px) {
  .bg-kleidungbewerberinnen,
  .bg-kleidungbewerber {
    display: none;
  }
}
.bg-kleidungbewerber {
  left: -7em;
}
.txt-col.kleidungbewerberinnen,
.txt-col.kleidungbewerber,
.txt-col.derblick {
  position: relative;
}
.txt-col.kleidungbewerberinnen h3:not(:first-of-type),
.txt-col.kleidungbewerber h3:not(:first-of-type),
.txt-col.derblick h3:not(:first-of-type) {
  margin-top: 2em;
}
.img-col.kleidungbewerberinnen {
  padding-top: 0;
  margin-top: 6.5em;
  border-top: 1px solid #cec2b5;
}
@media only screen and (max-width: 940px) {
  .img-col.kleidungbewerberinnen {
    margin-top: 0;
    padding: 0;
  }
}
#dasperfektebewerbungsfoto .img-col.kleidungbewerberinnen {
  padding-top: 0;
}
.img-kleidungbewerberinnen-size {
  position: relative;
  max-width: 27.77777777777778em;
  background-image: url("../img/dasperfektebewerbungsfoto/bg-lange-haare.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 3em;
  padding-bottom: 5em;
}
.img-kleidungbewerberinnen-size img {
  max-width: 8.333333333333334em;
  display: block;
  box-sizing: content-box;
  margin-bottom: 3em;
}
.img-kleidungbewerberinnen-size img:nth-of-type(1) {
  margin-left: 8em;
  border-left: 5px solid #9dceeb;
}
.img-kleidungbewerberinnen-size img:nth-of-type(2) {
  margin-left: 3em;
  border-right: 5px solid #9dceeb;
}
.img-kleidungbewerberinnen-size img:nth-of-type(3) {
  margin-left: 5em;
  border-left: 5px solid #9dceeb;
}
.img-kleidungbewerberinnen-size img:nth-of-type(4) {
  position: absolute;
  left: 2em;
  bottom: 0;
  max-width: 18.333333333333332em;
  margin-bottom: 0;
}
.kosmetika {
  background-color: #eae3dd;
  padding-top: 2em;
  padding-bottom: 2em;
}
.kosmetika .txt-col,
.kosmetika .img-col {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.kosmetika .img-col {
  margin-top: 2.5em;
}
.img-rouge-size {
  max-width: 25.666666666666668em;
}
.img-nagellackgoldkette-size {
  max-width: 25em;
}
.img-krawatten-size {
  max-width: 27.77777777777778em;
}
.img-col.kleidungbewerber {
  padding-top: 3.5em;
}
.img-bartundrasurhobel-size {
  max-width: 22.22222222222222em;
}
.columns2.kleidungbewerber {
  position: relative;
}
.img-farbraster-size {
  margin-top: 2em !important;
  max-width: 24.77777777777778em;
}
.img-portraitulliengleder-size {
  margin-top: -3em !important;
  max-width: 15em;
}
@media only screen and (max-width: 940px) {
  .img-portraitulliengleder-size {
    margin-top: 0 !important;
    margin-bottom: 2em !important;
  }
}
.diefotografin {
  background-color: #f2f2f2;
}
img.pdfdownload-icon {
  max-width: 4.555555555555555em;
  margin: 0 auto;
  margin-bottom: 3em;
  display: block;
}
#pdfdownload h3 + p {
  margin-bottom: 3em;
}
.pdf-preview-wrapper {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: start;
  align-items: flex-start;
  margin-bottom: 3em;
  width: 100%;
}
.pdf-preview-page {
  box-sizing: content-box;
  max-width: 11.11111111111111em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 730px) {
  .pdf-preview-page:not(:first-of-type) {
    display: none;
  }
}
.pdf-download-button-wrapper {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.pdf-download-button-wrapper a.pdf-download-button {
  display: block;
  text-decoration: none;
  border: 0;
  color: #fff;
  padding: 0.5em 0.9em;
  border-radius: 0.5em;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
  background-color: #5ca6ce;
  transition: box-shadow 0.2s ease;
  transition: background-color 0.2s ease;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.3em;
  text-transform: uppercase;
}
.pdf-download-button-wrapper a.pdf-download-button:hover {
  box-shadow: none;
  background-color: #0f73aa;
}
.pdf-download-button-wrapper a.pdf-download-button p {
  text-align: center;
}
.pdf-download-button-wrapper + p {
  margin-bottom: 2em;
  text-align: center;
  text-transform: uppercase;
  color: #878787;
}
/* S E R V I C E S
-------------------*/
.img-services-pictureframe-size,
.img-services-photobook-size,
.img-services-modern-size,
.img-services-collagen-size,
.img-services-photoalbum-size,
.img-gutschein-size,
.img-cddisc-size,
.img-center {
  display: block;
  margin: 0 auto;
}
.img-services-pictureframe-size img,
.img-services-photobook-size img,
.img-services-modern-size img,
.img-services-collagen-size img,
.img-services-photoalbum-size img,
.img-gutschein-size img,
.img-cddisc-size img,
.img-center img {
  width: 100%;
}
.img-services-pictureframe-size {
  max-width: 22.22222222222222em;
}
.img-services-photobook-size {
  max-width: 22.22222222222222em;
}
.img-services-modern-size {
  margin-top: -2em;
  max-width: 16.77777777777778em;
}
.img-services-collagen-size {
  margin-top: -2em;
  max-width: 16.666666666666668em;
}
.img-services-photoalbum-size {
  margin-top: 1em;
  max-width: 20.27777777777778em;
}
.img-gutschein-size {
  max-width: 25.555555555555557em;
}
.img-cddisc-size {
  max-width: 22.22222222222222em;
}
/* S T U D I O
---------------*/
.dasfotostudio-atmos {
  width: auto;
  max-width: 70.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 3em;
}
.dasfotostudio-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.dasfotostudio-atmos h2.special {
  margin-bottom: 1.5em;
}
.dasfotostudio__facts {
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}
.dasfotostudio__fact {
  width: 33.33333333%;
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 900px) {
  .dasfotostudio__fact {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .dasfotostudio__fact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.dasfotostudio__fact-icon {
  margin-bottom: 1em;
  text-align: center;
}
.dasfotostudio__fact-icon img {
  width: 90px;
  height: auto;
}
.dasfotostudio__fact-title {
  margin-bottom: 0.5em;
}
.dasfotostudio__fact-title p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5;
  color: #1e1e1e;
  text-align: center;
}
.dasfotostudio__fact-text {
  margin-bottom: 2em;
}
.dasfotostudio__fact-text p {
  margin: 0;
  padding: 0;
}
#page-studio .photosgalerie-fotostudio {
  margin-bottom: 0 !important;
}
/* P R E I S E
---------------*/
/* Individuelle Serien - Fotoshooting und Präsentation
-------------------------------------------------------*/
.serien-atmos {
  width: auto;
  max-width: 70.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.serien-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.serien-atmos h2.special {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.serien-atmos h2.special+textblock-full {
  margin-top: 3em;
}
.serien-atmos h3.special {
  margin-top: 4em;
  margin-bottom: 0;
}
.serien-atmos h3.special:first-of-type {
  margin-top: 3em;
}
.serien-atmos h4:first-of-type {
  padding-bottom: 2;
}
.fotoshooting-sphere {
  width: auto;
  max-width: 33.333333333333336em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-top: 2.5em;
}
.fotoshooting-sphere::after {
  content: '';
  display: table;
  clear: both;
}
.fotoshooting-sphere::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 700px) {
  .fotoshooting-sphere {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
img.fotosthooting-plus-presentation {
  display: block;
  margin: 0 auto;
  margin-top: 2em;
  width: ptr(85);
}
.presentation-sphere {
  width: auto;
  max-width: 50em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 4em;
}
.presentation-sphere::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 900px) {
  .presentation-sphere {
    -o-box-orient: vertical;
    flex-direction: column;
    margin-bottom: 2em;
  }
}
.fotoshooting,
.presentation {
  color: #414141;
  white-space: nowrap;
  text-align: center;
}
.fotoshooting img,
.presentation img {
  max-width: 5em;
}
.fotoshooting p:first-of-type,
.presentation p:first-of-type {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-top: 2em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d1d3d4;
}
@media only screen and (max-width: 900px) {
  .fotoshooting p:first-of-type,
  .presentation p:first-of-type {
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
  }
}
.fotoshooting p:last-of-type,
.presentation p:last-of-type {
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.1em;
  padding-top: 0.5em;
}
.fotoshooting p:last-of-type span.dontmerriweatherme,
.presentation p:last-of-type span.dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 0.95em;
}
.fotoshooting p:last-of-type span.iliketobesmall,
.presentation p:last-of-type span.iliketobesmall {
  font-size: 0.9em;
}
@media only screen and (max-width: 900px) {
  .fotoshooting p:last-of-type,
  .presentation p:last-of-type {
    margin-bottom: 2em;
  }
}
.serien-atmos h3:nth-of-type(2) {
  margin-top: 2em;
}
.fotoshooting {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 1em;
  text-align: center;
}
.fotoshooting::after {
  content: '';
  display: table;
  clear: both;
}
.fotoshooting:last-child {
  margin-right: 0%;
}
.fotoshooting img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .fotoshooting {
    padding: 0;
  }
}
@media only screen and (max-width: 580px) {
  .fotoshooting {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: 1em;
  }
  .fotoshooting::after {
    content: '';
    display: table;
    clear: both;
  }
  .fotoshooting:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 790px) {
  .presentation-tagline {
    text-align: left;
  }
}
.presentation img {
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media only screen and (max-width: 900px) {
  .presentation.small {
    margin-top: -2em;
  }
}
.presentation.small img {
  max-width: 9.166666666666666em;
  margin-left: -4.583333333333333em /* Half the width */;
}
.presentation.medium img {
  max-width: 10.444444444444445em;
  margin-left: -5.222222222222222em;
}
.presentation.large img {
  max-width: 13.5em;
  margin-left: -6.75em;
}
.presentation-img-cont {
  height: 6.944444444444445em;
  position: relative;
}
/* --- Pakete Standard--- */
.package-standard-atmos {
  width: auto;
  max-width: 70.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 4em;
  padding-bottom: 4em;
}
.package-standard-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.package-standard-atmos h2 {
  padding-top: 2em;
}
.package-standard-atmos .btn-line {
  margin-top: 1.5em;
}
.package-standard-sphere {
  margin-top: 2.5em;
}
.package-standard-sphere::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .package-standard-sphere {
    margin-top: 1em;
  }
}
.package-standard {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.package-standard::after {
  content: '';
  display: table;
  clear: both;
}
.package-standard:last-child {
  margin-right: 0%;
}
.package-standard img {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.package-standard p {
  text-align: center;
  color: #414141;
}
.package-standard p:first-of-type,
.package-standard p:nth-of-type(3) {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-top: 1.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d1d3d4;
}
.package-standard p:nth-of-type(2) {
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.1em;
  padding-top: 1em;
}
.package-standard p:nth-of-type(2) span.dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 0.95em;
}
.package-standard p:nth-of-type(3) {
  border: 0;
  padding: 0;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #d1d3d4;
}
.package-standard.small img {
  max-width: 4.5em;
  margin-left: -2.25em /* Half the width */;
}
.package-standard.basic img {
  max-width: 5.666666666666667em;
  margin-left: -2.833333333333333em;
}
.package-standard.medium img {
  max-width: 6.222222222222222em;
  margin-left: -3.111111111111111em;
}
.package-standard.large img {
  max-width: 6.777777777777778em;
  margin-left: -3.388888888888889em;
}
@media only screen and (max-width: 1200px) {
  .package-standard {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    padding-left: 3em;
    padding-right: 3em;
  }
  .package-standard::after {
    content: '';
    display: table;
    clear: both;
  }
  .package-standard:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .package-standard:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .package-standard:nth-child(2n + 1) {
    clear: both;
  }
  .package-standard.medium,
  .package-standard.large {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 840px) {
  .package-standard {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 700px) {
  .package-standard {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: 0 !important;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .package-standard::after {
    content: '';
    display: table;
    clear: both;
  }
  .package-standard:last-child {
    margin-right: 0%;
  }
  .package-standard.small {
    padding-top: 0;
  }
  .package-standard.large {
    padding-bottom: 0;
  }
}
.package-standard-img-cont {
  position: relative;
  height: 8.055555555555555em;
}
/* --- Pakete Bewerbungsfotos / Application --- */
.package-application-atmos {
  width: auto;
  max-width: 70.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 4em;
}
.package-application-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.package-application-atmos h2 {
  padding-top: 2em;
}
.package-application-atmos .btn-line {
  margin-top: 1.5em;
}
.package-application-sphere {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
  margin-top: 3.5em;
}
@media only screen and (max-width: 1200px) {
  .package-application-sphere {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
    margin-top: 2.8em;
  }
}
.package-application {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  width: 31.3%;
}
.package-application .scope {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1 0 auto;
}
.package-application .price {
  height: 5.555555555555555rem;
}
.package-application .package-application-img-cont {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: end;
  align-items: flex-end;
  height: 8.11111111111111em;
}
.package-application p {
  text-align: center;
  color: #414141;
}
.package-application p.package-application-type,
.package-application p.package-application-mostbought {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-top: 1.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d1d3d4;
}
.package-application p.package-application-mostbought {
  border: 0;
  padding: 0;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #d1d3d4;
}
.package-application p.package-application-price {
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.1em;
  padding-top: 1em;
}
.package-application p.package-application-price span.dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 0.95em;
}
.package-application.basic img {
  max-width: 5.666666666666667em;
}
.package-application.medium img {
  max-width: 6.222222222222222em;
}
.package-application.large img {
  max-width: 6.444444444444445em;
}
@media only screen and (max-width: 1200px) {
  .package-application {
    width: 48.5%;
    padding-left: 3em;
    padding-right: 3em;
  }
  .package-application.large {
    margin-top: 2.5em;
  }
  .package-application.large .price {
    height: unset;
  }
}
@media only screen and (max-width: 840px) {
  .package-application {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 700px) {
  .package-application {
    width: 100%;
    margin-top: 0 !important;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .package-application.basic {
    padding-top: 0;
  }
  .package-application.large {
    padding-bottom: 0;
  }
  .package-application .scope {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 1 auto;
  }
  .package-application .price {
    height: unset;
  }
}
p.package-application-morephotos {
  margin-top: 2em;
  font-size: 0.888888888888889rem;
}
p.package-application-morephotos .price {
  color: #414141;
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.1em;
}
p.package-application-morephotos .price .dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
}
/* --- Pakete Standard + Application + Combi --- */
.package-standard ul,
.package-application ul,
.combipackage-text ul,
.package-photoshooting ul,
.package-mothersday ul {
  list-style: none;
  font-size: 0.9em;
  margin: 0;
  margin-top: 0.9em;
  padding: 0;
}
.package-standard li,
.package-application li,
.combipackage-text li,
.package-photoshooting li,
.package-mothersday li {
  background: url("../img/list-marker-gray.svg") no-repeat transparent 0 0.333333333333333em;
  background-size: 6px 10px;
  padding-left: 1em;
}
.package-standard li:not(:last-of-type),
.package-application li:not(:last-of-type),
.combipackage-text li:not(:last-of-type),
.package-photoshooting li:not(:last-of-type),
.package-mothersday li:not(:last-of-type) {
  padding-bottom: 0.3em;
}
.package-standard b,
.package-application b,
.combipackage-text b,
.package-photoshooting b,
.package-mothersday b {
  font-weight: 600;
}
/* --- Kombi-Packages --- */
.combipackage-atmos {
  width: auto;
  max-width: 70.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.combipackage-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.combipackage-atmos h2 {
  padding-top: 2em;
}
.combipackage-atmos h3 {
  padding-top: 2em;
  margin-bottom: 2em;
}
.combipackage-atmos .textblock-full {
  margin-top: 2em;
  margin-bottom: 2em;
}
.combipackage-atmos .textblock-full .btn {
  margin: 0 0.8em;
}
.combipackage-atmos .textblock-full .btn-line {
  margin-top: 1em;
  margin-bottom: 1em;
}
.combipackage-sphere+article+p {
  padding-top: 1em;
}
.combipackage-sphere::after {
  content: '';
  display: table;
  clear: both;
}
.combipackage-image {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  padding-top: 1em;
}
.combipackage-image::after {
  content: '';
  display: table;
  clear: both;
}
.combipackage-image:last-child {
  margin-right: 0%;
}
.combipackage-image img {
  max-width: 6.666666666666667em;
  display: block;
  margin: 0 auto;
}
.combipackage-text {
  float: left;
  clear: none;
  text-align: inherit;
  width: 82.83333333333334%;
  margin-left: 0%;
  margin-right: 3%;
}
.combipackage-text::after {
  content: '';
  display: table;
  clear: both;
}
.combipackage-text:last-child {
  margin-right: 0%;
}
.combipackage-text p:nth-of-type(1) {
  color: #414141;
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.1em;
  padding-top: 1em;
}
.combipackage-text p:nth-of-type(1) .dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
}
.combipackage-text p:nth-of-type(1) .iliketobesmall {
  font-size: 0.9em;
}
.combipackage-text p:nth-of-type(2) {
  color: #bcbcbc;
  font-size: 0.9em;
  padding-top: 0.2em;
}
/* C A M P A I G N S
	 PROMOTION / SPECIAL OFFER
-----------------------------*/
.promo-atmos {
  width: auto;
  max-width: 70.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.promo-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.promo-atmos>h2.special {
  margin-bottom: 2.5em;
}
.promo-atmos.thescope {
  padding-top: 1em;
  padding-bottom: 2em;
}
.scope-of-promo {
  width: auto;
  max-width: 50em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.scope-of-promo::after {
  content: '';
  display: table;
  clear: both;
}
.scope-of-promo ul {
  list-style: none;
  margin: 0;
  margin-top: 0.9em;
  padding: 0;
}
.scope-of-promo li {
  background: url("../img/list-marker-gray.svg") no-repeat transparent 0 0.333333333333333em;
  background-size: 6px 10px;
  padding-left: 1em;
  padding-bottom: 0.3em;
}
.scope-of-promo p:nth-of-type(1),
.scope-of-promo p:nth-of-type(2) {
  color: #414141;
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.2em;
  padding-top: 1em;
}
.scope-of-promo p:nth-of-type(1) .dontmerriweatherme,
.scope-of-promo p:nth-of-type(2) .dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
}
.scope-of-promo p:nth-of-type(1) .iliketobesmall,
.scope-of-promo p:nth-of-type(2) .iliketobesmall {
  font-size: 0.9em;
}
.scope-of-promo p:nth-of-type(2) {
  padding-top: 0;
  color: #808080;
}
.scope-of-promo p:nth-of-type(2) .smallpricetext {
  font-size: 0.7em;
}
.scope-of-promo p:nth-of-type(3) {
  margin-top: 1.5em;
}
.scope-of-promo .footnote {
  margin-top: 1em;
}
.promo-sphere {
  margin-top: 4em;
  padding: 0 2em;
}
.promo-sphere::after {
  content: '';
  display: table;
  clear: both;
}
.promo {
  float: left;
  clear: none;
  text-align: inherit;
  width: 45.5%;
  margin-left: 0%;
  margin-right: 9%;
  position: relative;
  margin-bottom: 3em;
}
.promo::after {
  content: '';
  display: table;
  clear: both;
}
.promo:nth-child(n) {
  margin-right: 9%;
  float: left;
  clear: none;
}
.promo:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.promo:nth-child(2n + 1) {
  clear: both;
}
.promo h3 {
  margin-bottom: 0;
}
.promo h4 {
  padding-top: 0.8em;
  padding-bottom: 2em;
  white-space: nowrap;
}
.promo p:last-of-type {
  margin-top: 2em;
}
@media only screen and (max-width: 760px) {
  .promo {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .promo::after {
    content: '';
    display: table;
    clear: both;
  }
  .promo:last-child {
    margin-right: 0%;
  }
  .promo h4 {
    white-space: normal;
  }
}
/* Price tag */
.promo-image {
  margin-bottom: 2em;
  max-width: 16.666666666666668em;
  display: block;
  margin: 0 auto;
}
.promo-image img {
  border: 1px solid #d1d3d4;
  padding: 1.2em;
}
/* I N F O
-----------*/
/*
	 Most of the CSS is in faq.css as part of the
	 FAQ script/solution.
*/
.faq-atmos {
  width: auto;
  max-width: 70.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.faq-atmos::after {
  content: '';
  display: table;
  clear: both;
}
/* K O N T A K T
-----------------*/
.contactdata-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: url("../img/meisterfotografulliengleder2.jpg") no-repeat top left;
  background-size: contain;
  margin-top: 1.5em;
  padding: 0.5em 2em;
}
.contactdata-atmos::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 890px) {
  .contactdata-atmos {
    background-image: none;
    background-color: #f2f2f2;
  }
}
.contactdata-sphere {
  width: 70%;
  float: right;
  text-align: center;
}
@media only screen and (max-width: 890px) {
  .contactdata-sphere {
    width: 100%;
    float: none;
    margin: 1.5em auto;
  }
}
.contactdata-address::after,
.contactdata-weareopen::after {
  content: '';
  display: table;
  clear: both;
}
.contactdata-address p:first-child,
.contactdata-weareopen p:first-child {
  display: inline-block;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-bottom: 0.6em;
  padding: 0.6em 1em;
  border-bottom: 1px solid #d1d3d4;
}
@media only screen and (max-width: 890px) {
  .contactdata-address p:first-child,
  .contactdata-weareopen p:first-child {
    padding-top: 0;
  }
}
.contactdata-contact-wrapper {
  width: 100%;
  padding: 2em;
}
.contactdata-contact-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.contactdata-contact-block {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactdata-contact-block li {
  text-align: center;
  padding: 0 1em;
}
.contactdata-contact-block li p:first-child {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.6em 1em;
  border-bottom: 1px solid #d1d3d4;
  color: #1e1e1e;
}
.contactdata-contact-block li p:last-child {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.contactdata-contact-block li:first-child {
  padding-left: 0;
}
.contactdata-contact-block li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 660px) {
  .contactdata-contact-block {
    -o-box-orient: vertical;
    flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    flex-wrap: nowrap;
    margin: 1.5em 0;
  }
  .contactdata-contact-block li {
    padding: 0;
    padding-top: 1em;
  }
  .contactdata-contact-block li p:first-child {
    border: 0;
    padding: 0;
  }
  .contactdata-contact-block li p:last-child {
    padding: 0;
    padding-top: 0.2em;
  }
  .contactdata-contact-block li:first-child {
    padding: 0;
  }
}
.tbl-weareopen {
  text-align: left;
  width: 50%;
  margin: 0 auto;
}
.tbl-weareopen tr td {
  vertical-align: top;
  white-space: nowrap;
}
.tbl-weareopen tr td:first-child {
  width: 40%;
  padding-right: 1em;
}
.tbl-weareopen tr td:last-child {
  width: 60%;
}
.tbl-weareopen::before {
  content: '';
  display: block;
  margin-top: 0.6em;
}
.tbl-weareopen .time-hide-break {
  display: none;
}
@media only screen and (max-width: 360px) {
  .tbl-weareopen .time-hide-break {
    display: inline;
  }
}
.centeroflinz-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 4.5em;
}
.centeroflinz-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.centeroflinz-atmos h3.special {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 890px) {
  .centeroflinz-atmos {
    margin-top: 3.5em;
  }
}
.ipad {
  max-width: 48.44444444444444em;
  margin: 4em auto -5em auto;
}
/* GUTSCHEIN SHOP
------------------*/
#gutscheinshop h1 {
  background-color: #eadf4a;
}
.snip-header__title {
  color: #fff;
}
.snipcart-info-wrapper {
  background-color: #eadf4a;
  padding: 2em 1em 1em 1em;
}
.snipcart-info-wrapper p {
  text-align: center;
}
.snipcart-info-wrapper a {
  font-size: 0.9em;
}
.btn.snipcart-checkout svg {
  fill: #eadf4a;
  width: 1.2em;
  height: 1.1em;
  margin-top: -0.2em;
  margin-right: 1em;
}
.btn.snipcart-checkout {
  padding: 0.7em 1em;
  color: #eadf4a;
  background-color: #000;
  border-color: #000;
}
.btn.snipcart-checkout svg {
  fill: #eadf4a;
}
.btn.snipcart-checkout:hover {
  box-shadow: none;
  color: #000;
  background-color: #eadf4a;
  border-color: #000;
}
.btn.snipcart-checkout:hover svg {
  fill: #000;
}
.coupon-legal-info-link {
  text-align: center;
}
a.coupon-legal-info-popup-link:focus {
  outline: none;
}
.coupon-legal-info {
  width: 80%;
  margin: 0 auto;
  padding: 2em;
  background-color: #fff;
  border-radius: 0.5em;
}
.coupon-legal-info .mfp-close {
  color: #fff !important;
}
.coupon-legal-info-content {
  font-size: 0.9em;
}
.coupon-legal-info-content p:not(:last-of-type) {
  margin-bottom: 0.3em;
}
.coupon-legal-info-content .title {
  margin-bottom: 0.3em;
  font-size: 1.2em;
  font-weight: 400;
}
.coupon-legal-info-content .title:not(:first-of-type) {
  margin-top: 1em;
}
.gutscheinpreview-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.gutscheinpreview-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.gutscheinpreview-atmos:last-of-type .gutscheinpreview-images {
  margin-bottom: 2em;
}
.gutscheinpreview-images {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.gutscheinpreview-images:not(:last-of-type) {
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  .gutscheinpreview-images {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
    overflow-y: hidden;
  }
}
.gutscheinpreview-info {
  max-width: 50em;
  margin: 0 auto;
  margin-bottom: 3em;
}
.gutscheinpreview {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  width: 48%;
}
.gutscheinpreview p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.gutscheinpreview .rahmen {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: end;
  align-items: flex-end;
  margin-bottom: 1em;
}
.gutscheinpreview img {
  width: 26.055555555555557em;
}
@media only screen and (max-width: 640px) {
  .gutscheinpreview {
    width: 100%;
  }
  .gutscheinpreview:last-of-type {
    margin-bottom: 2em;
  }
}
.eurogutscheine-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 4em;
}
.eurogutscheine-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.eurogutscheine-atmos .btn-line:first-of-type {
  margin-bottom: 2em;
}
.eurogutscheine-atmos h2 {
  margin-bottom: 2em;
}
.eurogutscheine-atmos .footnote {
  margin-top: -1em;
}
.snip-layout.snip-active {
  background-color: rgba(123,123,123,0.85) !important;
}
#snipcart-discounts .snip-actions #snipcart-show-discount-box.snip-actions__link--small {
  font-size: 14px;
}
/*
	SNIPCART Color Changes
*/
.snip-layout .snip-flash__item--success {
  background-color: #54b752 !important;
}
.snip-layout .snip-table__cell--success {
  color: #54b752 !important;
}
.snip-layout .snip-flash__item--error {
  background-color: #e52719 !important;
}
.snip-layout .snip-product__remove {
  color: #e52719 !important;
}
.snip-layout .snip-form__error {
  background: #e52719 !important;
}
.snip-layout .snip-error__text {
  color: #e52719 !important;
}
.eurogutscheine-sphere {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.eurogutschein {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: center;
  align-items: center;
  width: 23%;
  margin-bottom: 3em;
  font-size: 0.7em;
  color: #58595b;
}
.eurogutschein .euro-sign {
  max-width: 3em;
}
.eurogutschein .value {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-size: 2.444444444444445em;
  font-weight: 800;
}
.eurogutschein .title {
  margin-bottom: 1.2em;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.222222222222222em;
  font-weight: 400;
}
.eurogutschein .coupon-image {
  max-width: 11.11111111111111em;
}
.eurogutschein .coupon-image a:focus {
  outline: none;
}
.eurogutschein .price {
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.666666666666667em;
  margin-bottom: 0.8em;
}
.eurogutschein .price .dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 0.95em;
}
@media only screen and (max-width: 850px) {
  .eurogutschein {
    width: 48%;
  }
}
@media only screen and (max-width: 420px) {
  .eurogutschein {
    width: 100%;
    margin-bottom: 4em;
  }
}
.package-photoshooting-atmos,
.package-mothersday-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 4em;
}
.package-photoshooting-atmos::after,
.package-mothersday-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.package-photoshooting-atmos h2,
.package-mothersday-atmos h2 {
  margin-bottom: 2em;
}
.package-photoshooting,
.package-mothersday {
  width: 100%;
  color: #58595b;
}
.package-photoshooting::after,
.package-mothersday::after {
  content: '';
  display: table;
  clear: both;
}
.package-photoshooting:not(:last-of-type),
.package-mothersday:not(:last-of-type) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #d1d3d4;
}
.package-photoshooting ul,
.package-mothersday ul {
  margin: 0;
}
.package-photoshooting .details,
.package-mothersday .details {
  float: left;
  width: 77%;
  padding-right: 2em;
}
.package-photoshooting .details::after,
.package-mothersday .details::after {
  content: '';
  display: table;
  clear: both;
}
.package-photoshooting .image,
.package-mothersday .image {
  float: left;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: center;
  align-items: center;
  width: 23%;
  font-size: 0.7em;
}
.package-photoshooting .image .coupon-image,
.package-mothersday .image .coupon-image {
  max-width: 11.11111111111111em;
}
.package-photoshooting .image .coupon-image a:focus,
.package-mothersday .image .coupon-image a:focus {
  outline: none;
}
.package-photoshooting .price,
.package-mothersday .price {
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.666666666666667em;
  margin-bottom: 0.8em;
}
.package-photoshooting .price .dontmerriweatherme,
.package-mothersday .price .dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 0.95em;
}
.package-photoshooting .title,
.package-mothersday .title {
  width: 100%;
  margin-bottom: 1.5em;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.111111111111111em;
  text-transform: uppercase;
}
.package-photoshooting .content,
.package-mothersday .content {
  width: 100%;
}
.package-photoshooting .icon,
.package-mothersday .icon {
  float: left;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  width: 20%;
  padding: 0 0.5em;
  font-size: 0.7em;
}
.package-photoshooting .icon .coupon-mothersday,
.package-mothersday .icon .coupon-mothersday {
  width: 3.888888888888889em;
}
.package-photoshooting .icon .package-small,
.package-mothersday .icon .package-small {
  width: 4.5em;
}
.package-photoshooting .icon .package-basic,
.package-mothersday .icon .package-basic {
  width: 5.666666666666667em;
}
.package-photoshooting .icon .package-medium,
.package-mothersday .icon .package-medium {
  width: 6.222222222222222em;
}
.package-photoshooting .icon .package-large,
.package-mothersday .icon .package-large {
  width: 6.777777777777778em;
}
.package-photoshooting .icon .combipackage,
.package-mothersday .icon .combipackage {
  width: 6.666666666666667em;
}
.package-photoshooting .icon .package-application-basic,
.package-mothersday .icon .package-application-basic {
  width: 5.666666666666667em;
}
.package-photoshooting .icon .package-application-medium,
.package-mothersday .icon .package-application-medium {
  width: 6.222222222222222em;
}
.package-photoshooting .icon .package-application-large,
.package-mothersday .icon .package-application-large {
  width: 6.777777777777778em;
}
.package-photoshooting .text,
.package-mothersday .text {
  float: left;
  width: 80%;
  padding-left: 1em;
}
@media only screen and (max-width: 480px) {
  .package-photoshooting .icon,
  .package-mothersday .icon,
  .package-photoshooting .text,
  .package-mothersday .text {
    width: 100%;
  }
  .package-photoshooting .icon,
  .package-mothersday .icon {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 710px) {
  .package-photoshooting .details,
  .package-mothersday .details,
  .package-photoshooting .image,
  .package-mothersday .image {
    width: 100%;
  }
  .package-photoshooting .details,
  .package-mothersday .details {
    margin-bottom: 2em;
    padding-right: 0;
  }
}
.package-babyshooting-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 4em;
}
.package-babyshooting-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.package-babyshooting-atmos h2 {
  margin-bottom: 2em;
}
.coupon-frames-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.coupon-frames-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.coupon-frames-atmos:first-of-type {
  margin-bottom: 3em;
}
.coupon-frames-atmos:last-of-type {
  margin-bottom: 4em;
}
.coupon-frames-atmos h2 {
  margin-bottom: 2em;
}
.coupon-frames-atmos h3 {
  margin-bottom: 2.5em;
}
.coupon-frames-atmos h3.special {
  width: 100%;
}
.coupon-frames-atmos .frame-dimension {
  margin: 1.5em 1em;
  padding: 1em;
  border: 1px solid #d1d3d4;
}
.coupon-frames-atmos p.coupon-not-incl {
  margin-bottom: 1.5em;
}
.coupon-frames-atmos p.frame-details-link {
  text-align: center;
  line-height: 1.5em;
}
.coupon-frames-sphere {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 4em;
  color: #58595b;
}
.coupon-frames-sphere.alu {
  margin-bottom: 5em;
}
.coupon-frame {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: center;
  align-items: center;
  width: 30%;
  font-size: 0.7em;
}
.coupon-frame .title {
  margin-bottom: 1.5em;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.111111111111111em;
  text-transform: uppercase;
}
.coupon-frame .price {
  font-family: 'Merriweather', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.666666666666667em;
  margin-bottom: 0.8em;
}
.coupon-frame .price .dontmerriweatherme {
  font-family: 'Signika', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  font-size: 0.95em;
}
.coupon-frame .frame-image {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  max-width: 16.666666666666668em;
}
.coupon-frame .frame-image img:hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.coupon-frame .frame-image a:hover {
  border: 0;
}
.coupon-frame .frame-image a:focus {
  outline: none;
}
@media only screen and (max-width: 640px) {
  .coupon-frame {
    width: 48%;
  }
  .coupon-frame:not(:last-of-type) {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 420px) {
  .coupon-frame {
    width: 100%;
  }
}
.halbe-rahmen-details {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.halbe-rahmen-details::after {
  content: '';
  display: table;
  clear: both;
}
.halbe-rahmen-inhalt {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
}
.halbe-rahmen-inhalt + p {
  margin-top: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .halbe-rahmen-inhalt {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
    -o-box-pack: center;
    justify-content: center;
  }
}
.halbe-rahmen-image {
  width: 27%;
}
@media only screen and (max-width: 950px) {
  .halbe-rahmen-image {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2em;
  }
}
.halbe-rahmen-construction-image {
  max-width: 16.666666666666668em;
}
.halbe-rahmen-text {
  width: 70%;
}
.halbe-rahmen-text p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 950px) {
  .halbe-rahmen-text {
    width: 100%;
  }
}
/* I M P R E S S U M
---------------------*/
.impressum-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 5em;
}
.impressum-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.impressum-atmos>.textblock-full {
  padding-left: 0;
  padding-right: 0;
}
.impressum-atmos h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.impressum-atmos h2:not(:first-of-type) {
  margin-top: 2em;
}
.impressum-atmos h3 {
  margin-top: 1.5em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.impressum-atmos h3.credits {
  text-align: center;
  letter-spacing: 0.4em;
}
.impressum-atmos .h2-title-break {
  display: none;
}
@media only screen and (max-width: 400px) {
  .impressum-atmos .h2-title-break {
    display: inline;
  }
}
.tbl-kontaktdaten {
  text-align: left;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 3em;
  white-space: nowrap;
}
.tbl-kontaktdaten td {
  vertical-align: top;
}
.tbl-kontaktdaten td:first-child {
  padding-right: 1em;
  width: 8em;
}
@media only screen and (max-width: 350px) {
  .tbl-kontaktdaten td:first-child {
    width: 6em;
  }
}
.stopoverflow {
  width: 60%;
  margin: 0 auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 730px) {
  .stopoverflow {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .stopoverflow {
    width: 90%;
  }
}
@media only screen and (max-width: 380px) {
  .stopoverflow {
    width: 100%;
  }
}
.tbl-credits {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  margin-top: 2em;
  overflow-x: hidden;
}
.tbl-credits tr td {
  vertical-align: top;
  white-space: nowrap;
  padding-bottom: 0.5em;
}
.tbl-credits tr td:first-child {
  padding-right: 2em;
}
.tbl-credits tr td:first-child span {
  background: #fff;
  padding-right: 0.8em;
}
.tbl-credits tr td:last-child {
  position: relative;
  width: 1%;
}
.tbl-credits tr td:last-child p {
  padding-left: 0.8em;
  background-color: #fff;
}
.tbl-credits tr td:first-child::before {
  color: #ccc;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  white-space: nowrap;
  width: 0;
  float: left;
}
@media only screen and (max-width: 480px) {
  .tbl-credits tr td:first-child span {
    padding-right: 0.5em;
  }
  .tbl-credits tr td:last-child p {
    padding-left: 0.5em;
  }
}
/* F O O T E R
---------------*/
footer {
  background: #654337;
  background: url("../img/footer-background.jpg") center no-repeat;
  background: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 40%), url("../img/footer-background.jpg") center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 5em;
}
footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
footer a:hover {
  border: 0;
}
#page-studio footer {
  margin-top: 0 !important;
}
.footer-atmos {
  width: auto;
  max-width: 66.66666666666667em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.footer-atmos::after {
  content: '';
  display: table;
  clear: both;
}
.logo-facebook {
  max-width: 3.333333333333333em;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.logo-facebook a,
.logo-facebook a:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 480px) {
  .logo-facebook {
    max-width: 2.777777777777778em;
  }
}
.footer-address {
  padding-bottom: 2em;
}
.footer-address p:first-child {
  display: inline-block;
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  padding: 0.6em 1em;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 480px) {
  .footer-address p:first-child {
    font-size: 1em;
  }
}
.footer-address p:last-child {
  font-family: 'Noto Serif', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.9em;
}
.footer-contact-wrapper {
  width: 100%;
}
.footer-contact-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.footer-contact-block {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center /* fallback */;
}
@media only screen and (max-width: 640px) {
  .footer-contact-block {
    -o-box-orient: vertical;
    flex-direction: column;
  }
}
.footer-contact-block li {
  display: inline-block /* fallback */;
  text-align: center;
  padding: 0 1em;
}
@media only screen and (max-width: 640px) {
  .footer-contact-block li {
    padding: 0;
    padding-bottom: 0.8em;
  }
}
.footer-contact-block li p:first-child {
  font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  padding: 0.6em 1em;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 480px) {
  .footer-contact-block li p:first-child {
    font-size: 0.9em;
  }
}
.footer-contact-block li p:last-child {
  font-family: 'Noto Serif', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.9em;
  padding: 0 1em;
}
.footer-contact-block li:first-child {
  padding-left: 0;
}
.footer-contact-block li:last-child {
  padding-right: 0;
}
/* Centers the block on the word FAX, but uncenters the whole block */
/* .address-block li.phone
	margin-left 2.5em */
.footer-copyright {
  width: 100%;
  padding-top: 4em;
  font-family: 'Noto Serif', Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.7em;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  .footer-copyright {
    font-size: 0.8em;
  }
}
.footer-copyright .nextlineplease {
  display: none;
}
@media only screen and (max-width: 550px) {
  .footer-copyright .nextlineplease {
    display: inline;
  }
}
/* 4 0 4 E R R O R
-------------------*/
.error404 .menu-orbit {
  background-color: #f74c57;
}
.error404-atmos {
  padding-top: 14em;
  margin-bottom: -6em;
  margin-left: 2em;
  margin-right: 2em;
}
.error404-atmos img {
  width: 26.11111111111111em;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 720px) {
  .error404-atmos {
    padding-top: 12em;
  }
}
@media only screen and (max-width: 700px) {
  .error404-atmos {
    padding-top: 10em;
  }
}
@media only screen and (max-width: 480px) {
  .error404-atmos {
    padding-top: 8em;
  }
}
.error404-sphere {
  width: auto;
  max-width: 54em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 4em;
  padding-top: 3em;
}
.error404-sphere::after {
  content: '';
  display: table;
  clear: both;
}
.error404-sphere>h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
}
