html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

@font-face {
  font-family: 'ss_regular';
  src: url("../fonts/sourceserifpro-regular-webfont.eot");
  src: url("../fonts/sourceserifpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourceserifpro-regular-webfont.woff2") format("woff2"), url("../fonts/sourceserifpro-regular-webfont.woff") format("woff"), url("../fonts/sourceserifpro-regular-webfont.svg#ss_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ss_semi';
  src: url("../fonts/benesourceserifpro-semibold-webfont.eot");
  src: url("../fonts/benesourceserifpro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/benesourceserifpro-semibold-webfont.woff2") format("woff2"), url("../fonts/benesourceserifpro-semibold-webfont.woff") format("woff"), url("../fonts/benesourceserifpro-semibold-webfont.svg#ss_semi") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tg_bold';
  src: url("../fonts/benetrade-webfont.eot");
  src: url("../fonts/benetrade-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/benetrade-webfont.woff2") format("woff2"), url("../fonts/benetrade-webfont.woff") format("woff"), url("../fonts/benetrade-webfont.svg#tg_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ss_bold';
  src: url("../fonts/sourceserifpro-bold-webfont.eot");
  src: url("../fonts/sourceserifpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourceserifpro-bold-webfont.woff2") format("woff2"), url("../fonts/sourceserifpro-bold-webfont.woff") format("woff"), url("../fonts/sourceserifpro-bold-webfont.svg#ss_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  background: #fff;
  /*height:100%;*/
  overflow-x: hidden;
  color: #1E1E1E;
  font-family: ss_semi;
  font-size: 15px;
}

#header {
  position: absolute;
  height: 20px;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 20;
}

#header #language_selector {
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  width: 130px;
}

#header #logo {
  position: absolute;
  left: 57px;
  top: 60px;
  width: 108px;
  height: 44px;
  background: url(../img/logo.svg) no-repeat top left;
}

#header #logo a {
  display: block;
  width: 108px;
  height: 44px;
}

#sidenav {
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 5;
}

#sidenav ul li {
  width: 100%;
  text-align: right;
  list-style: none;
}

#sidenav ul li:first-child a {
  padding-top: 20px;
}

#sidenav ul li:first-child a:after {
  top: 33px;
}

#sidenav ul li:last-child a {
  padding-bottom: 20px;
}

#sidenav ul li a {
  font-size: 14px;
  font-family: tg_bold;
  text-decoration: none;
  color: #E5C286;
  display: block;
  padding-right: 60px;
  position: relative;
  line-height: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#sidenav ul li a:after {
  content: '';
  height: 3px;
  background: #E5C286;
  right: 20px;
  width: 30px;
  top: 13px;
  position: absolute;
}

#sidenav ul li a.selected, #sidenav ul li a:hover {
  color: #3E3E3E;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  max-width: 1440px;
  /*transform:translateX(-50%);
	left:50%;*/
  margin: 0 auto;
  position: relative;
}

#start {
  background: #F9F9FD;
  margin: 0 20px;
  height: 100%;
  overflow: hidden;
}

#start #welcome {
  max-width: 487px;
  text-align: center;
  padding: 28px 0 44px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -243px;
  z-index: 4;
}

#start #welcome #welcomelogo {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

#start #welcome #welcomelogo img {
  width: 100%;
}

#start #welcome span.wilkommen {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
}

#start #welcome .cities {
  font-size: 16px;
  font-family: tg_bold;
  text-transform: uppercase;
}

#start #welcome p {
  padding: 5px 45px;
}

#start #welcome .btn {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  bottom: -30px;
  cursor: pointer;
}

#start .start-imgwrap {
  max-width: 1200px;
  position: relative;
  margin: 0 20px;
  top: 60px;
  max-height: 790px;
  height: 58vw;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 20px));
  transform: translateX(calc(-50% - 20px));
}

#start .start-imgwrap .start__img {
  position: absolute;
  z-index: 1;
}

#start .start-imgwrap .start__img .start__img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

#start .start-imgwrap .start__img.start__img:nth-child(2) {
  top: 21%;
  right: 20px;
  width: 34%;
  height: 79%;
}

#start .start-imgwrap .start__img.start__img:first-child {
  top: 0;
  left: 0;
  width: 67%;
  height: 70%;
}

#start .start-imgwrap .start__img.start__img:nth-child(3) {
  bottom: 7%;
  left: 14%;
  width: 24.2%;
  height: 20%;
}

#start .start-imgwrap #scuba {
  position: absolute;
  top: 47%;
  left: -13%;
  width: 42%;
  max-width: 497px;
  z-index: 1;
}

#start .start-imgwrap #scuba img {
  max-width: 100%;
}

#start .start-imgwrap #chandelier {
  position: absolute;
  top: -10%;
  right: 10%;
  width: 27%;
  max-width: 322px;
  z-index: 0;
}

#start .start-imgwrap #chandelier img {
  max-width: 100%;
}

#start .start-imgwrap #snake {
  right: -5%;
  position: absolute;
  top: 40%;
  width: 16%;
  max-width: 170px;
  z-index: 1;
}

#start .start-imgwrap #snake img {
  max-width: 100%;
}

.btn {
  background: #DEB673;
  color: #fff;
  text-transform: uppercase;
  font-family: tg_bold;
  text-decoration: none;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  display: inline-block;
}

.btn#video {
  bottom: -22px;
  position: absolute;
  left: 16px;
  cursor: pointer;
}

.btn.arrow {
  padding: 0 64px 0 20px;
  position: relative;
  z-index: 3;
}

.btn.arrow:after {
  height: 44px;
  width: 44px;
  background: #171717 url(../img/arrow.svg) no-repeat center center;
  position: absolute;
  right: 0;
  content: '';
  background-size: 8px;
}

.btn.download {
  padding: 0 64px 0 20px;
  position: relative;
  z-index: 3;
}

.btn.download:after {
  height: 44px;
  width: 44px;
  background: #171717 url(../img/download.svg) no-repeat center center;
  position: absolute;
  right: 0;
  content: '';
  background-size: 14px;
}

.btn.big {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 1px;
}

.swiper-container {
  width: calc(100% - 602px);
  height: 610px;
  margin-left: 602px;
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: calc(100% - 602px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.swiper-container .swiper-slide .text_block {
  background: #000;
  color: #fff;
  padding: 20px;
  max-width: 280px;
  width: 30%;
  position: absolute;
  left: 20px;
  bottom: -20px;
  text-align: left;
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.swiper-container .swiper-slide .text_block h3 {
  font-family: tg_bold;
  font-size: 20px;
  text-transform: uppercase;
}

.swiper-container .swiper-slide.swiper-slide-active .text_block {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.swiper-container .swiper-slide:nth-child(1) {
  width: 58vw;
}

.swiper-container .swiper-slide:nth-child(2) {
  width: 40vw;
  height: 80%;
  top: 40px;
}

.swiper-container .swiper-slide:nth-child(3) {
  width: 60vw;
}

#raum-fuer-ideen {
  background: #F9F9FD;
  margin: 0 20px;
  height: 880px;
  max-height: 930px;
  padding: 200px 0 120px;
  position: relative;
  /*overflow: hidden;*/
}

#raum-fuer-ideen #firstBlock {
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  left: 0;
  width: 562px;
  margin-right: 40px;
  text-align: right;
}

#raum-fuer-ideen #firstBlock img {
  max-width: 321px;
  width: 100%;
}

#raum-fuer-ideen #firstBlock #pilot {
  position: absolute;
  top: -52px;
  background: url(../img/pilot.png) no-repeat top left;
  width: 127px;
  height: 159px;
  right: 100px;
}

#raum-fuer-ideen .swiper-button-next {
  right: 5%;
}

#raum-fuer-ideen .swiper-button-prev {
  left: -560px;
}

#raum-fuer-ideen #tabs {
  font-family: tg_bold;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  left: 14%;
  top: 78px;
}

#raum-fuer-ideen #tabs ul {
  display: inline-block;
}

#raum-fuer-ideen #tabs li {
  display: inline-block;
}

#raum-fuer-ideen #tabs li a {
  text-decoration: none;
  color: #E5C286;
  display: inline-block;
  margin: 0 10px;
  border-bottom: 3px solid #F9F9FD;
  cursor: pointer;
}

#raum-fuer-ideen #tabs li span {
  font-family: ss_semi;
  font-size: 16px;
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  text-transform: none;
  position: absolute;
  margin-top: 6px;
  white-space: nowrap;
}

#raum-fuer-ideen #tabs li:hover a,
#raum-fuer-ideen #tabs li.active a {
  color: #1E1E1E;
  border-bottom: 3px solid #1E1E1E;
}

#raum-fuer-ideen #tabs li.active span {
  visibility: visible;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 1;
}

.sticky_block {
  position: absolute;
  bottom: 7vw;
  z-index: 3;
  /*max-width:38%;*/
  width: 542px;
}

.sticky_block #icecream {
  display: block;
  margin: 0 0 -10px 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sticky_block #play_video {
  font-family: tg_bold;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 55px;
  background: url(../img/video.svg) no-repeat center left;
  line-height: 34px;
  display: block;
  margin: 0 0 20px 40px;
  color: #1E1E1E;
  text-decoration: none;
}

.sticky_block h2 {
  font-size: 36px;
  font-family: tg_bold;
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
  background: #fff;
  padding: 0 40px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.sticky_block h2:after {
  content: '';
  background: #1E1E1E;
  width: 50px;
  height: 6px;
  left: 40px;
  position: absolute;
  bottom: -3px;
}

.sticky_block .text {
  padding: 20px 10px 20px 40px;
  font-size: 15px;
  font-family: ss_semi;
  background: #fff;
}

#idea-wall {
  background: #F9F9FD;
  margin: 0 20px;
  position: relative;
  padding: 0 0 120px;
  min-height: 800px;
}

#idea-wall .title {
  font-size: 35px;
  text-align: center;
  width: 80%;
  top: 100px;
  position: relative;
  z-index: 4;
  margin: 0 auto;
}

#idea-wall .btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -12px;
  position: absolute;
}

#idea-wall .sticky_block {
  bottom: 200px;
}

#idea-wall .sticky_block .text {
  padding-bottom: 60px;
}

#idea-wall .fiftyfifty {
  width: 1130px;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#idea-wall #man {
  position: absolute;
  right: 10px;
  bottom: 120px;
  width: 120px;
}

#idea-wall #man img {
  width: 100%;
}

#inspire {
  background: #F9F9FD;
  margin: 0 20px;
  position: relative;
  padding: 120px 0 120px;
  min-height: 800px;
}

#inspire h2 {
  position: relative;
  z-index: 4;
  left: 10%;
  font-size: 36px;
  font-family: tg_bold;
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
  margin-bottom: 40px;
}

#inspire h2:after {
  content: '';
  background: #1E1E1E;
  width: 50px;
  height: 6px;
  left: 0px;
  position: absolute;
  bottom: -3px;
}

#inspire #kaboom {
  position: absolute;
  left: 36%;
  top: 0;
}

#inspire #chickens {
  position: absolute;
  left: 40%;
  bottom: 0;
  z-index: 3;
}

.Blog #inspire {
  padding-top: 160px;
}

.Blog #inspire #kaboom {
  top: 40px;
}

.Blog em {
  font-style: italic;
}

.Blog strong {
  font-weight: bold;
}

.Blog address {
  font-style: italic;
}

.Blog .teaser h2 {
  font-size: 18px;
  font-family: tg_bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 30px 0 5px 0;
}

.Blog table {
  max-width: 100%;
  margin: 20px 0;
}

.Blog table td {
  padding: 8px 0;
}

.Blog table h2 {
  font-size: 18px;
  font-family: tg_bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 20px 0 0 !important;
}

.Blog table strong {
  font-size: 18px;
  font-family: tg_bold;
  line-height: 1;
  text-transform: uppercase;
}

.Blog .element .body a {
  color: #111;
  text-decoration: underline;
}

.Blog .element .body a:hover {
  color: #aaa;
}

.Blog .element .body a.button {
  padding: 0 30px;
  background: #DEB673;
  color: #fff;
  text-transform: uppercase;
  font-family: tg_bold;
  text-decoration: none;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  display: inline-block;
}

.Blog .element .body p.button a {
  padding: 0 30px;
  background: #DEB673;
  color: #fff;
  text-transform: uppercase;
  font-family: tg_bold;
  text-decoration: none;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  display: inline-block;
}

.blog-container {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}

.blog-container .text_block {
  position: absolute;
  width: 300px;
  height: 423px;
  background: #fff;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.blog-container .text_block .date {
  padding: 30px 0 20px;
  font-family: tg_bold;
  font-style: 16px;
  text-transform: uppercase;
  display: block;
}

.blog-container .text_block h3 {
  padding: 30px;
  font-size: 26px;
  font-family: tg_bold;
  text-transform: uppercase;
}

.blog-container .text_block h3 a {
  color: #171717;
  text-decoration: none;
}

.blog-container .text_block .text {
  font-size: 15px;
  padding: 0 40px;
}

.blog-container .text_block .moreon {
  font-size: 18px;
  font-family: tg_bold;
  color: #E5C286;
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
  text-decoration: none;
}

.blog-container .swiper-slide-active .text_block,
.blog-container .swiper-slide-next .text_block {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.blog-container .swiper-slide-active .text_block {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.blog-container .swiper-slide-next .text_block {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.blog-container .image {
  position: relative;
  z-index: 1;
}

.blog-container .swiper-slide:nth-child(2n+1) .text_block {
  top: 100px;
  left: 200px;
}

.blog-container .swiper-slide:nth-child(2n+2) .text_block {
  top: -80px;
  left: 0px;
}

.blog-container .swiper-slide:nth-child(2n+2) .image {
  left: 100px;
  top: 60px;
}

#standorte {
  background: #F9F9FD;
  margin: 0 20px;
  position: relative;
  padding: 120px 0 120px;
  height: 100%;
  min-height: 800px;
}

#standorte .tabs {
  width: 100%;
  max-width: 1180px;
  float: none;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

#standorte .tabs input[type=radio] {
  display: none;
}

#standorte .tabs [id^="tab"]:checked + label {
  color: #272724;
}

#standorte .tabs [id^="tab"]:checked + label:after {
  height: 6px;
  width: 50px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 25px;
  background: #171717;
}

#standorte .tabs [id^="tab"]:checked + label#wienlabel:after {
  left: 0;
}

#standorte .tabs label {
  display: block;
  float: left;
  font-size: 30px;
  text-transform: uppercase;
  color: #E5C286;
  position: relative;
  font-family: tg_bold;
  text-decoration: none;
  text-align: center;
  line-height: 75px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}

#standorte .tabs label#wienlabel {
  padding-left: 0;
}

#standorte .tabs .tab-content {
  padding: 30px 0;
  display: none;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F9F9FD;
}

#standorte .tabs .tab-content .tab_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#standorte .tabs .tab-content .desktop-city {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

#standorte .tabs .tab-content .desktop-city .swiper-button-next,
#standorte .tabs .tab-content .desktop-city .swiper-button-prev {
  bottom: 0px;
}

#standorte .tabs .tab-content .desktop-city .swiper-button-next {
  right: 0;
}

#standorte .tabs .tab-content .desktop-city .swiper-button-prev {
  left: 0;
}

#standorte .tabs .tab-content .desktop-city .image img {
  display: block;
  width: 100%;
}

#standorte .tabs .tab-content .btn.big {
  font-size: 18px;
  padding: 0 20px;
  cursor: pointer;
}

#standorte .tabs .tab-content .city_desc {
  font-size: 13px;
  background: #fff;
  max-width: 320px;
  position: absolute;
  z-index: 3;
  bottom: 100px;
  right: 160px;
}

#standorte .tabs .tab-content .city_desc p {
  padding: 20px;
}

#standorte .tabs .tab-content .city_desc a {
  position: absolute;
  left: -20px;
  bottom: -34px;
}

#standorte .tabs .tab-content .city_desc a.faq {
  left: 136px;
}

#standorte .tabs .tab-content .photostack {
  padding: 0;
  margin: 0;
  z-index: 0;
  position: absolute;
  width: 800px !important;
  height: 800px;
  top: 240px;
  right: 80px;
}

#standorte .tabs .tab-content .photostack .stack_item {
  position: absolute;
  /*width: 600px;
					height: 400px;*/
  list-style-type: none;
}

#standorte .tabs .tab-content .boromir {
  cursor: move;
  z-index: 2;
  /*&:after {
					content:attr(data-title);
					position: absolute;
					left: 5px;
					bottom: 5px;
					padding:0 20px;
					height:30px;
					line-height: 30px;
					color:#fff;
					font-size: 13px;
					background: #171717;
				}*/
}

#standorte .tabs #tab1:checked ~ #tab-content1,
#standorte .tabs #tab2:checked ~ #tab-content2,
#standorte .tabs #tab3:checked ~ #tab-content3,
#standorte .tabs #tab4:checked ~ #tab-content4,
#standorte .tabs #tab5:checked ~ #tab-content5,
#standorte .tabs #tab6:checked ~ #tab-content6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 576px) {
  #standorte .tabs #tab1:checked ~ #tab-content1,
  #standorte .tabs #tab2:checked ~ #tab-content2,
  #standorte .tabs #tab3:checked ~ #tab-content3,
  #standorte .tabs #tab4:checked ~ #tab-content4,
  #standorte .tabs #tab5:checked ~ #tab-content5,
  #standorte .tabs #tab6:checked ~ #tab-content6 {
    display: block;
  }
}

#standorte .tabs .map {
  max-width: 512px;
  width: 100%;
  margin-left: -40px;
}

#standorte .partner span {
  display: block;
  padding: 10px 0 0;
}

#standorte .partner_kontaktinfo {
  width: 100%;
  padding: 0 0 20px;
  overflow: hidden;
  position: relative;
}

#standorte .partner_kontaktinfo #woman {
  width: 120px;
  right: 0;
  bottom: 0;
}

#standorte .partner_kontaktinfo #woman img {
  width: 100%;
}

#standorte .partner_kontaktinfo a.btn {
  margin: 40px 0;
  clear: both;
}

#standorte .partner_kontaktinfo .info_item {
  float: left;
  width: 50%;
}

#standorte .partner_kontaktinfo span {
  display: block;
  position: relative;
  padding: 7px 0 0;
  margin: 7px 0 0;
}

#standorte .partner_kontaktinfo span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10px;
  height: 2px;
  background: #171717;
}

#standorte #woman {
  position: absolute;
  right: -60px;
  bottom: -40px;
  z-index: 3;
}

#footer {
  min-height: 400px;
  background: #171717;
  width: 100%;
  position: relative;
  font-size: 12px;
  z-index: 3;
}

#footer #footer_logo a {
  background: url(../img/logo_white.svg) no-repeat top left;
  width: 60px;
  height: 23px;
  display: block;
  position: relative;
  top: 40px;
  left: 30px;
}

#footer #footer_cols {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 65px 40px 40px 40px;
}

#footer #footer_cols .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

#footer #footer_cols .col .btn {
  font-size: 16px;
  padding: 0 30px;
}

#footer #footer_cols .col .col_title {
  font-size: 12px;
  font-family: arial;
  color: #fff;
  margin: 15px 0 7px;
  font-weight: bold;
  text-transform: uppercase;
}

#footer #footer_cols .col li {
  padding-left: 10px;
  position: relative;
  margin: 5px 0;
}

#footer #footer_cols .col li:before {
  position: absolute;
  left: 1px;
  content: '';
  width: 2px;
  height: 10px;
  top: 2px;
  background: #fff;
}

#footer #footer_cols .col li a {
  font-family: arial;
}

#footer #footer_cols .col li#fb, #footer #footer_cols .col li#yt, #footer #footer_cols .col li#tw, #footer #footer_cols .col li#alle {
  padding-left: 30px;
  margin: 8px 0 11px;
}

#footer #footer_cols .col li#fb:before, #footer #footer_cols .col li#yt:before, #footer #footer_cols .col li#tw:before, #footer #footer_cols .col li#alle:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -3px;
}

#footer #footer_cols .col li#fb:before {
  background: #fff url(../img/social.svg) no-repeat top left;
  background-size: 40px;
}

#footer #footer_cols .col li#yt:before {
  background: #fff url(../img/social.svg) no-repeat 0 -20px;
  background-size: 40px;
}

#footer #footer_cols .col li#tw:before {
  background: #fff url(../img/social.svg) no-repeat -20px 0;
  background-size: 40px;
}

#footer #footer_cols .col li#alle:before {
  background: #fff url(../img/social.svg) no-repeat -20px -20px;
  background-size: 40px;
}

#footer a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#footer #footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  color: #fff;
  font-size: 13px;
  margin: 0 30px;
}

#footer #footer_bottom span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

#footer #footer_bottom span:nth-child(1) {
  text-align: left;
}

#footer #footer_bottom span:nth-child(2) {
  text-align: center;
}

#footer #footer_bottom span:nth-child(3) {
  text-align: right;
}

.ui-datepicker td.vormittag {
  background: url(../img/vormittag.png) no-repeat top left;
}

.ui-datepicker td.vormittag a {
  background: none;
  color: #171717;
}

.ui-datepicker td.vormittag:hover {
  background: url(../img/vormittag_hover.png) no-repeat top left;
}

.ui-datepicker td.vormittag:hover a {
  cursor: pointer;
  color: #171717;
}

.ui-datepicker td.nachmittag {
  background: url(../img/nachmittag.png) no-repeat top left;
}

.ui-datepicker td.nachmittag a {
  background: none;
  color: #171717;
}

.ui-datepicker td.nachmittag:hover {
  background: url(../img/nachmittag_hover.png) no-repeat top left;
}

.ui-datepicker td.nachmittag:hover a {
  cursor: pointer;
  color: #171717;
}

.ui-datepicker td.ui-state-highlight.vormittag {
  background: url(../img/vormittag_hover.png) no-repeat top left;
}

.ui-datepicker td.ui-state-highlight.vormittag a {
  cursor: pointer;
  color: #171717;
  background: none;
}

.ui-datepicker td.ui-state-highlight.nachmittag {
  background: url(../img/nachmittag_hover.png) no-repeat top left;
}

.ui-datepicker td.ui-state-highlight.nachmittag a {
  cursor: pointer;
  color: #171717;
  background: none;
}

.ui-datepicker td.ui-state-disabled.nachmittag,
.ui-datepicker td.ui-state-disabled.vormittag {
  background: #EEEEF3;
}

.calendar_field {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 50%;
  position: relative;
  z-index: 2;
  width: 282px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.calendar_field.selected {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

fieldset ul li {
  list-style: none;
}

#wien_zeitraum_group {
  position: absolute;
  height: 300px;
  left: 500px;
  top: 110px;
}

#wien_zeitraum_group legend {
  display: none;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group {
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: relative;
  z-index: 1;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group.active {
  display: block !important;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group li {
  margin-bottom: 18px;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group li:nth-child(1):after {
  content: '8 bis 18 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group li:nth-child(2):after {
  content: '8 bis 12.30 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group li:nth-child(3):after {
  content: '13.30 bis 18 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group li:nth-child(4):after {
  content: 'Preisberechnung erfolgt nach Erhalt der Anfrage';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group label {
  font-size: 16px;
  padding-left: 5px;
}

#wien_zeitraum_group #UserForm_Form_wien_zeitraum_group input:checked + label {
  font-weight: bold;
  color: #000;
}

#EditableTextField_space {
  width: 205px;
  margin: 0 auto;
}

#EditableTextField_space input[type="radio"] {
  vertical-align: top;
  margin-top: 4px;
}

#EditableTextField_space li {
  margin-bottom: 20px;
}

#EditableTextField_space label strong {
  font-size: 16px;
  font-weight: bold;
  font-family: ss_bold;
  padding: 0 0 0 5px;
  margin: 0;
}

#EditableTextField_space label span {
  font-size: 14px;
  margin: 0;
  padding-left: 5px;
}

#wien_zeitraum_group_half_space {
  position: absolute;
  height: 300px;
  left: 500px;
  top: 110px;
}

#wien_zeitraum_group_half_space legend {
  display: none;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space {
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: relative;
  z-index: 1;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space.active {
  display: block !important;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space li {
  margin-bottom: 18px;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space li:nth-child(1):after {
  content: '8 bis 18 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space li:nth-child(2):after {
  content: '8 bis 12.30 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space li:nth-child(3):after {
  content: '13.30 bis 18 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space li:nth-child(4):after {
  content: 'Preisberechnung erfolgt nach Erhalt der Anfrage';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space label {
  font-size: 16px;
  padding-left: 5px;
}

#wien_zeitraum_group_half_space #UserForm_Form_wien_zeitraum_group_half_space input:checked + label {
  font-weight: bold;
  color: #000;
}

#koln_zeitraum_group {
  position: absolute;
  height: 300px;
  left: 500px;
  top: 110px;
}

#koln_zeitraum_group legend {
  display: none;
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group {
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: relative;
  z-index: 1;
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group li {
  margin-bottom: 18px;
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group li:nth-child(1):after {
  content: '8 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group li:nth-child(2):after {
  content: '8 bis 12.30 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group li:nth-child(3):after {
  content: '12 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group li:nth-child(4):after {
  content: 'Preisberechnung erfolgt nach Erhalt der Anfrage';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group label {
  font-size: 16px;
  padding-left: 5px;
}

#koln_zeitraum_group #UserForm_Form_koln_zeitraum_group input:checked + label {
  font-weight: bold;
  color: #000;
}

#berlin_zeitraum_group {
  position: absolute;
  height: 300px;
  left: 500px;
  top: 110px;
}

#berlin_zeitraum_group legend {
  display: none;
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group {
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: relative;
  z-index: 1;
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group li {
  margin-bottom: 18px;
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group li:nth-child(1):after {
  content: '8 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group li:nth-child(2):after {
  content: '8 bis 12.30 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group li:nth-child(3):after {
  content: '12 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group li:nth-child(4):after {
  content: 'Preisberechnung erfolgt nach Erhalt der Anfrage';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group label {
  font-size: 16px;
  padding-left: 5px;
}

#berlin_zeitraum_group #UserForm_Form_berlin_zeitraum_group input:checked + label {
  font-weight: bold;
  color: #000;
}

#munchen_zeitraum_group {
  position: absolute;
  height: 300px;
  left: 500px;
  top: 110px;
}

#munchen_zeitraum_group legend {
  display: none;
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group {
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: relative;
  z-index: 1;
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group li {
  margin-bottom: 18px;
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group li:nth-child(1):after {
  content: 'Genaue Uhrzeit nach Vereinbarung';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group li:nth-child(2):after {
  content: 'Preisberechnung erfolgt nach Erhalt der Anfrage, Preis/Stunde: \20AC\ 60,-';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group li:nth-child(3):after {
  content: '12 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group li:nth-child(4):after {
  content: 'Preisberechnung erfolgt nach Erhalt der Anfrage';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group label {
  font-size: 16px;
  padding-left: 5px;
}

#munchen_zeitraum_group #UserForm_Form_munchen_zeitraum_group input:checked + label {
  font-weight: bold;
  color: #000;
}

#salzburg_zeitraum_group {
  position: absolute;
  height: 300px;
  left: 500px;
  top: 110px;
}

#salzburg_zeitraum_group legend {
  display: none;
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group {
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: relative;
  z-index: 1;
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group li {
  margin-bottom: 18px;
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group li:nth-child(1):after {
  content: '8 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group li:nth-child(2):after {
  content: '8 bis 12.30 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group li:nth-child(3):after {
  content: '12 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group li:nth-child(4):after {
  content: 'Preisberechnung erfolgt nach Erhalt der Anfrage';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group label {
  font-size: 16px;
  padding-left: 5px;
}

#salzburg_zeitraum_group #UserForm_Form_salzburg_zeitraum_group input:checked + label {
  font-weight: bold;
  color: #000;
}

#innsbruck_zeitraum_group {
  position: absolute;
  height: 300px;
  left: 500px;
  top: 110px;
}

#innsbruck_zeitraum_group legend {
  display: none;
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group {
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: relative;
  z-index: 1;
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group li {
  margin-bottom: 18px;
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group li:nth-child(1):after {
  content: '8 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group li:nth-child(2):after {
  content: '8 bis 12.30 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group li:nth-child(3):after {
  content: '12 bis 17 Uhr';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group li:nth-child(4):after {
  content: 'Preisberechnung erfolgt nach Erhalt der Anfrage';
  display: block;
  color: #A5A4A9;
  font-size: 14px;
  padding: 1px 0 0 21px;
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group label {
  font-size: 16px;
  padding-left: 5px;
}

#innsbruck_zeitraum_group #UserForm_Form_innsbruck_zeitraum_group input:checked + label {
  font-weight: bold;
  color: #000;
}

#calendar_datum_field {
  display: none;
}

#individuelle_anfrage_text {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 330px;
  left: 500px;
  visibility: hidden;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

#individuelle_anfrage_text.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#individuelle_anfrage_text label {
  display: none;
}

#individuelle_anfrage_text textarea {
  border: 1px solid #E4E4EA;
  padding: 15px;
  width: 350px;
  margin-left: 20px;
  height: 82px;
}

.city-container {
  width: calc(100% + 20px);
  margin: 0 -10px;
}

@media (max-width: 576px) {
  .city-container .swiper-wrapper .image img {
    display: block;
    width: 100%;
  }
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

legend {
  display: block;
  width: 100%;
  padding: 40px 0 0;
  margin-bottom: 20px;
  line-height: 40px;
  color: #1D1D1B;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: tg_bold;
  font-size: 22px;
}

#menu_trigger {
  display: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.wizard {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a {
  outline: 0;
}

.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li {
  display: block;
  padding: 0;
}

.wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title {
  position: absolute;
  left: -999em;
}

.wizard > .steps {
  position: relative;
  display: none;
  width: 100%;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 .5em .5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.wizard > .steps .done,
.wizard > .steps .disabled {
  display: none;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  background: #F9F9FD;
  display: block;
  margin: 30px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  width: auto;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
}

.wizard > .content > .body label.error {
  color: #E20015;
  display: inline-block;
  white-space: nowrap;
}

.wizard > .content > .body input.error {
  border: 1px solid #E20015 !important;
}

.wizard > .theAction {
  position: relative;
  text-align: center;
  width: 100%;
}

.content-style-form .icon-close {
  color: #ebd3bd;
  font-size: 75%;
}

.icon-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../img/close.gif) no-repeat center center;
}

.icon-close {
  z-index: 100;
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 3;
  cursor: pointer;
}

.wizard > .theAction > ul {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.wizard > .theAction a,
.wizard > .theAction a:hover,
.wizard > .theAction a:active {
  background: #fff;
  color: #DEB673;
  display: inline-block;
  text-transform: uppercase;
  width: 194px;
  font-family: tg_bold;
  text-align: center;
  height: 50px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  border: 3px solid #DEB673;
  position: relative;
}

.wizard > .theAction a:after,
.wizard > .theAction a:hover:after,
.wizard > .theAction a:active:after {
  height: 3px;
  width: 20%;
  background: #DFDFE2;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wizard > .theAction a.step_1:after,
.wizard > .theAction a:hover.step_1:after,
.wizard > .theAction a:active.step_1:after {
  width: 40%;
}

.wizard > .theAction a.step_2:after,
.wizard > .theAction a:hover.step_2:after,
.wizard > .theAction a:active.step_2:after {
  width: 60%;
}

.wizard > .theAction a.step_3:after,
.wizard > .theAction a:hover.step_3:after,
.wizard > .theAction a:active.step_3:after {
  width: 80%;
}

.wizard > .theAction a.step_4:after,
.wizard > .theAction a:hover.step_4:after,
.wizard > .theAction a:active.step_4:after {
  width: 100%;
}

.wizard > .theAction a.previous,
.wizard > .theAction a:hover.previous,
.wizard > .theAction a:active.previous {
  left: -28px;
  bottom: 30px;
  border: none;
  position: absolute;
  left: -20px;
  font-size: 16px;
}

.wizard > .theAction a.previous:after,
.wizard > .theAction a:hover.previous:after,
.wizard > .theAction a:active.previous:after {
  display: none;
}

.wizard > .theAction a[href="#finish"],
.wizard > .theAction a:hover[href="#finish"],
.wizard > .theAction a:active[href="#finish"] {
  background: #DEB673;
  color: #fff;
}

.wizard > .theAction a[href="#finish"]:after,
.wizard > .theAction a:hover[href="#finish"]:after,
.wizard > .theAction a:active[href="#finish"]:after {
  display: none;
}

.wizard > .theAction .disabled a,
.wizard > .theAction .disabled a:hover,
.wizard > .theAction .disabled a:active {
  display: none;
}

.morph-button {
  position: absolute;
  display: block;
  margin: 0 auto;
}

.morph-button > button {
  position: absolute;
  padding: 0 1em;
  border: none;
  left: 50%;
  margin-left: -120px;
  background-color: #e85657;
  color: #f9f6e5;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 80px;
  overflow: hidden;
}

.morph-button.open > button {
  pointer-events: none;
}

.morph-button-modal.open span.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 801;
}

.morph-content {
  pointer-events: none;
}

.morph-content h2 {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-family: tg_bold;
  margin: 40px 0 0;
}

.morph-button.open .morph-content {
  pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed,
.morph-button-fixed .morph-content {
  width: 240px;
  height: 60px;
}

.morph-button-fixed > button {
  z-index: 1000;
  width: 240px;
  height: 100%;
  -webkit-transition: opacity 0.1s 0.5s;
  transition: opacity 0.1s 0.5s;
}

.morph-button-fixed.open > button {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
  position: fixed;
  z-index: 900;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
  opacity: 1;
}

.morph-button-fixed .morph-content > div {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
  transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
  z-index: 2000;
}

.morph-button-fixed.active .morph-content {
  z-index: 1900;
}

/* Morph Button Style: Modal */
.morph-button-modal::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}

.morph-button-modal.open::before {
  opacity: 1;
  pointer-events: auto;
}

.morph-button-modal.active::before {
  z-index: 800;
}

.morph-button-modal .morph-content {
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
  top: 50% !important;
  left: 50% !important;
  -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s, background 0.4s 0.1s;
  transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s, background 0.4s 0.1s;
}

.morph-button.morph-button-modal-2 {
  display: inline-block;
  width: 100%;
}

.morph-button-modal-2 > button {
  background: #DEB673;
  color: #fff;
  text-transform: uppercase;
  font-family: tg_bold;
  text-decoration: none;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  display: inline-block;
}

.morph-button-modal-2 .morph-content {
  background-color: #fff;
}

.morph-button-modal-2.open .morph-content {
  margin: -340px 0 0 -475px;
  width: 950px;
  height: 680px;
  overflow: hidden;
}

footer .morph-button-modal-2.open .morph-content {
  margin: -405px 0 0 -475px;
  width: 950px;
  height: 810px;
  overflow: hidden;
}

.morph-button-modal-2.open .morph-content > div {
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.morph-button .morph-content,
.morph-button.open .morph-content {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.noscroll {
  overflow: hidden;
}

.no-js .morph-button > button {
  display: none;
}

.no-js .morph-button {
  margin: 10px 0;
  float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  pointer-events: auto;
}

.no-js .morph-button .morph-content .icon-close {
  display: none;
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.morph-button .Actions {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -400px;
}

footer .morph-button-modal-2 > button {
  background: none;
  color: #fff;
  font-family: arial;
  text-decoration: none;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
}

footer .morph-button-fixed > button {
  z-index: 1000;
  -webkit-transition: opacity 0.1s 0.5s;
  transition: opacity 0.1s 0.5s;
}

footer .morph-button > button {
  position: absolute;
  height: 44px;
  border: 3px solid #fff;
  padding: 0 64px 0 20px;
  position: relative;
  display: block;
  width: 208px;
  line-height: 42px;
  font-family: arial;
  left: inherit;
  margin-left: 0;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-weight: lighter;
  line-height: inherit;
  overflow: hidden;
}

footer .morph-button-modal-2.open .morph-content {
  overflow-y: scroll;
}

#loadingmessage {
  width: 100%;
  height: 100%;
  background: rgba(249, 249, 253, 0.9) url(../img/loader.gif) no-repeat center center;
  position: absolute;
  display: none;
}

@media (min-width: 950px) {
  #UserForm_Form-p-1 legend {
    position: absolute;
    padding-top: 15px;
  }
  #UserForm_Form-p-1 .calendar_field {
    top: 74px;
  }
}

#services_info,
#kosten_info,
#zusammenfassung_info {
  display: none !important;
}

#standort_field .middleColumn {
  text-align: center;
  width: 440px;
  margin: 8px auto 0;
}

#standort_field .middleColumn input[type=radio] {
  display: none;
}

#standort_field .middleColumn input[name="standort_field"]:checked + label {
  background: #DEB673;
  color: #fff;
}

#standort_field .middleColumn label {
  display: block;
  float: left;
  width: 200px;
  background: #fff;
  font-size: 18px;
  text-transform: uppercase;
  color: #DEB673;
  position: relative;
  font-family: tg_bold;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 10px;
}

.ui-datepicker-prev.ui-state-disabled {
  display: none;
}

#select_anzahl,
#anzahl_gaste_wien_full,
#anzahl_gaste_wien_half {
  width: 100%;
  margin: 0 auto 20px;
}

#select_anzahl .middleColumn,
#anzahl_gaste_wien_full .middleColumn,
#anzahl_gaste_wien_half .middleColumn {
  width: 260px;
}

#select_anzahl label,
#anzahl_gaste_wien_full label,
#anzahl_gaste_wien_half label {
  font-size: 16px;
}

.selectize-input .item {
  width: 91%;
}

.selectize-input .item .title {
  font-weight: bold;
  font-size: 16px;
}

.selectize-input .item .pricedesc {
  float: right;
  font-size: 14px;
}

.selectize-dropdown .option .price {
  float: right;
}

.selectize-dropdown .option .priceDesc {
  clear: both;
  display: block;
  font-size: 14px;
}

.NewsletterFormPage h2 {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-family: tg_bold;
  margin: 40px 0 0;
}

.NewsletterFormPage form .content {
  background: #F9F9FD;
  display: block;
  margin: 30px;
  width: auto;
  padding: 30px 0;
}

.NewsletterFormPage form fieldset {
  width: 540px;
  margin: 0 auto;
}

.NewsletterFormPage form fieldset .field {
  width: 260px;
  float: left;
  margin-bottom: 20px;
  min-height: 76px;
}

.NewsletterFormPage form fieldset .field#inp_46_field, .NewsletterFormPage form fieldset .field#inp_1_field, .NewsletterFormPage form fieldset .field#inp_18_field, .NewsletterFormPage form fieldset .field#inp_42_field {
  margin-right: 20px;
}

.NewsletterFormPage form fieldset .field input[type="text"],
.NewsletterFormPage form fieldset .field input[type="email"] {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #E4E4EA;
  background: #fff;
  padding: 0 15px;
}

.NewsletterFormPage form input[type="submit"] {
  background: #DEB673;
  color: #fff;
  margin: 0 auto 20px;
  text-transform: uppercase;
  width: 194px;
  font-family: tg_bold;
  text-align: center;
  height: 50px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  border: 3px solid #DEB673;
  position: relative;
  display: block;
}

.NewsletterFormPage form .selectize-input input {
  height: auto !important;
}

#iframecontainer {
  height: 850px;
}

#UserForm_Form-p-2 .userformsgroup {
  width: 540px;
  margin: 0 auto;
}

#UserForm_Form-p-2 #select_snacks, #UserForm_Form-p-2 #select_snacks_wien {
  width: 260px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#UserForm_Form-p-2 #select_snacks label, #UserForm_Form-p-2 #select_snacks_wien label {
  font-size: 16px;
}

#UserForm_Form-p-2 #select_drinks, #UserForm_Form-p-2 #select_drinks_munchen {
  width: 260px;
  float: left;
  margin-bottom: 20px;
}

#UserForm_Form-p-2 #select_drinks label, #UserForm_Form-p-2 #select_drinks_munchen label {
  font-size: 16px;
}

#UserForm_Form-p-2 #select_drinks_munchen {
  margin-bottom: 20px;
}

#UserForm_Form-p-2 #select_drinks_munchen label {
  font-size: 16px;
}

#UserForm_Form-p-2 #spezielle_anforderungen_field {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

#UserForm_Form-p-2 #spezielle_anforderungen_field label {
  font-size: 16px;
}

#UserForm_Form-p-2 #spezielle_anforderungen_field textarea {
  padding: 15px;
  height: 70px;
  width: 540px;
  border: 1px solid #E4E4EA;
}

#UserForm_Form-p-3 .CompositeField {
  width: 765px;
  margin: 0 auto;
}

#UserForm_Form-p-3 .CompositeField .field {
  width: 240px;
  float: left;
  margin-bottom: 20px;
  min-height: 76px;
}

#UserForm_Form-p-3 .CompositeField .field#anrede_field, #UserForm_Form-p-3 .CompositeField .field#nachname_field, #UserForm_Form-p-3 .CompositeField .field#telefonnummer_field, #UserForm_Form-p-3 .CompositeField .field#firma_field {
  margin-right: 20px;
}

#UserForm_Form-p-3 .CompositeField .field input.text {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #E4E4EA;
  background: #fff;
  padding: 0 15px;
}

#UserForm_Form_EditableTextField_09f6f_Holder {
  width: 700px !important;
}

#UserForm_Form-p-4 .userformsgroup {
  width: 540px;
  margin: 40px auto 0;
}

#UserForm_Form-p-4 .userformsgroup .field {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

#UserForm_Form-p-4 .userformsgroup .field label {
  font-family: tg_bold;
  font-size: 18px;
  text-transform: uppercase;
}

#UserForm_Form-p-4 .userformsgroup .field .sum_info {
  margin: 10px 0;
}

#UserForm_Form-p-4 .userformsgroup .field .gesamt {
  font-weight: bold;
}

#UserForm_Form-p-4 #content {
  width: 440px;
  margin: 40px auto;
  text-align: center;
}

#UserForm_Form-p-4 #content h3 {
  font-family: tg_bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#UserForm_Form-p-4 #content strong {
  font-weight: bold;
  display: block;
  margin: 15px 0;
}

.theClose {
  display: none;
  position: absolute;
  bottom: 64px;
  width: 100%;
  left: 0;
  text-align: center;
}

.theClose #theCloseBtn {
  background: #fff;
  color: #DEB673;
  display: inline-block;
  text-transform: uppercase;
  width: 194px;
  font-family: tg_bold;
  text-align: center;
  height: 50px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  border: 3px solid #DEB673;
  position: relative;
  margin: 0 auto;
}

#startsection {
  background: #F9F9FD;
  height: 100%;
  margin: 0 20px 20px;
}

#startsection #article {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  min-height: 700px;
}

#startsection #article .article_wrap {
  width: 890px;
  margin: 0 auto;
  position: relative;
}

#startsection #article .back {
  font-size: 18px;
  padding: 80px 0 0 10px;
  text-transform: uppercase;
  color: #deb673;
  font-family: tg_bold;
  text-decoration: none;
  display: block;
}

#startsection #article .teaser {
  background: #fff;
  padding: 30px;
  max-width: 545px;
  position: relative;
  z-index: 2;
}

#startsection #article .teaser .summary {
  font-weight: bold;
  margin-bottom: 20px;
}

#startsection #article .article_image {
  width: 430px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 190px;
}

#startsection #article .article_image img {
  max-width: 310px;
  width: 100%;
}

#startsection #article #the_title_content h1 {
  font-size: 35px;
  font-family: tg_bold;
  text-transform: uppercase;
  padding: 50px 0 30px 30px;
  max-width: 430px;
  line-height: 1;
  position: relative;
}

#startsection #article #the_title_content h1:after {
  height: 6px;
  width: 50px;
  background: #171717;
  content: '';
  left: 30px;
  position: absolute;
  bottom: 10px;
}

div#masonry {
  /*-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;*/
  position: relative;
  margin: 80px auto 40px;
  max-width: 890px;
  position: relative;
  padding-bottom: 40px;
}

div#masonry .element {
  position: relative;
  padding: 30px 30px 0 30px;
  /*&.photo {
			position: absolute;
			padding-bottom: 400px;
		}*/
  /*
		&.Rechts {
			right:-192px;
		}*/
}

div#masonry .element .body {
  font-size: 16px;
}

div#masonry .element h2 {
  font-size: 18px;
  font-family: tg_bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 30px 20px 5px 0;
}

div#masonry .element.Links {
  left: -192px;
  position: relative;
}

div#masonry .element.Links .caption {
  width: 577px;
  text-align: right;
}

div#masonry .element .caption {
  padding: 4px 0 0 0;
  font-size: 16px;
}

div#masonry .element .caption span {
  font-family: tg_bold;
}

div#masonry .element.monogramm h2 {
  margin-bottom: -30px;
  padding: 30px 20px 5px 60px;
}

div#masonry .element.monogramm .body p {
  text-indent: 21px;
}

div#masonry .element.monogramm .mg {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid #171717;
  font-family: tg_bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 25px;
  position: relative;
  bottom: -20px;
  left: -13px;
}

div#masonry .afterPhoto {
  /*padding-top: 440px;*/
}

.zitate {
  display: none;
}

.wire {
  height: 44px;
  border: 3px solid #fff;
  padding: 0 64px 0 20px;
  position: relative;
  display: block;
  width: 208px;
  line-height: 42px;
  font-family: arial;
}

.wire:after {
  height: 44px;
  width: 44px;
  background: #171717 url(../img/arrow.svg) no-repeat center center;
  position: absolute;
  right: -3px;
  top: -3px;
  content: '';
  background-size: 8px;
  border: 3px solid #fff;
}

.ml * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#mwst {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #7F7F7F;
  font-size: 13px;
  position: relative;
  width: 540px;
  bottom: 104px;
  margin: 0 auto;
}

#mwst.hide {
  opacity: 0;
}

#counter {
  bottom: 111px;
  position: absolute;
  right: 46px;
  font-size: 16px;
  color: #DEB673;
  text-transform: uppercase;
  font-family: tg_bold;
  letter-spacing: 5px;
}

@media (max-width: 720px) {
  /*.ml {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
			column-count: 1;
  }*/
  div#masonry {
    overflow: hidden;
  }
}

@media (max-width: 1300px) {
  #standorte .partner_kontaktinfo {
    width: 500px;
  }
  #standorte .partner_kontaktinfo .info_item {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .morph-button-modal.open .morph-content {
    margin: -340px 0 0 -50%;
    width: 100%;
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  }
  .NewsletterFormPage form .content {
    margin: 30px 0;
  }
  .wizard > .content {
    margin: 30px 0;
  }
  #zeitraum_group {
    left: 57%;
  }
  legend {
    padding: 30px 0 0;
    margin-bottom: 4px;
    font-size: 20px;
  }
  #individuelle_anfrage_text {
    left: 57%;
  }
  #individuelle_anfrage_text textarea {
    width: 100%;
  }
  .wrapper {
    max-width: 100%;
  }
  fieldset#wien_zeitraum_group,
  fieldset#wien_zeitraum_group_half_space,
  fieldset#koln_zeitraum_group,
  fieldset#berlin_zeitraum_group,
  fieldset#munchen_zeitraum_group,
  fieldset#salzburg_zeitraum_group,
  fieldset#innsbruck_zeitraum_group {
    left: 50%;
    margin-left: 40px;
  }
}

@media screen and (max-width: 1230px) {
  .back {
    position: relative;
    left: 146px;
  }
}

@media (max-width: 1280px) {
  #standorte .tabs .tab-content {
    padding: 30px 20px;
  }
  #standorte .tabs .tab-content .photostack {
    top: 170px;
  }
}

@media screen and (max-width: 1180px) {
  #standorte .tabs .tab-content .photostack {
    right: -50px;
  }
}

@media screen and (max-width: 1130px) {
  .blog-container {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 1024px) {
  .blog-container .text_block {
    width: 250px;
    height: 374px;
  }
  .blog-container .text_block h3 {
    font-size: 20px;
    padding: 20px;
  }
  .blog-container .text_block .moreon {
    bottom: 20px;
  }
  .blog-container .image {
    width: 280px;
  }
  .blog-container .image img {
    width: 100%;
  }
  #standorte .tabs .tab-content .photostack {
    right: -150px;
  }
}

@media screen and (max-width: 900px) {
  .blog-container .swiper-slide:nth-child(2n+1) .text_block {
    top: 150px;
    left: 125px;
  }
  #standorte .tabs .tab-content .photostack {
    right: -150px;
    max-width: 600px;
  }
  #footer #footer_cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (max-width: 730px) {
  .blog-container .swiper-slide:nth-child(2n+1) .text_block {
    top: 150px;
    left: 100px;
  }
  .blog-container .swiper-slide:nth-child(2n+2) .image {
    left: 80px;
  }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
  #inspire .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-container .swiper-slide:nth-child(2n+1) .text_block {
    top: 150px;
    right: 100px;
    left: inherit;
  }
  .blog-container .swiper-slide:nth-child(2n+2) .text_block {
    top: -80px;
    left: 100px;
  }
}

@media screen and (max-height: 700px) {
  .main-morph.morph-button-modal-2.open .morph-content {
    top: 0% !important;
    left: 0% !important;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  }
}

@media screen and (max-height: 810px) {
  footer .morph-button-modal-2.open .morph-content {
    top: 0% !important;
    left: 0% !important;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  }
}

@media screen and (max-width: 890px) {
  #startsection #article .article_wrap {
    width: 100%;
  }
  #startsection #article #the_title_content h1 {
    font-size: 30px;
    padding-left: 20px;
  }
  #startsection #article .teaser {
    max-width: 67%;
    padding-left: 20px;
  }
  #startsection #article .article_image {
    right: -80px;
  }
  div#masonry .element {
    padding: 20px 20px 0 20px;
  }
  .photo .rsImg {
    max-width: 120%;
  }
  .back {
    position: relative;
    left: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .swiper-container {
    width: 50%;
    height: 450px;
    margin-left: 40px;
    left: 50%;
  }
  .swiper-container .swiper-slide .text_block {
    width: 50%;
    bottom: -60px;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  .sticky_block {
    width: 50%;
  }
  .sticky_block h2 {
    padding: 0 50px 0 20px;
  }
  .sticky_block h2:after {
    left: 20px;
  }
  .sticky_block .text {
    padding: 20px;
    margin-top: -2px;
  }
  .sticky_block #icecream {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 35%;
  }
  #raum-fuer-ideen #firstBlock {
    width: calc(50% + 20px);
  }
  #raum-fuer-ideen #firstBlock img {
    max-width: 321px;
    width: 70%;
  }
  .swiper-container {
    width: 50%;
    height: 450px;
    margin-left: 40px;
    /*left:50%;*/
  }
  .swiper-container .swiper-slide .text_block {
    width: 50%;
    bottom: -60px;
  }
  #start {
    overflow: visible;
  }
  #start .start-imgwrap {
    height: 70vh;
  }
  #start .start-imgwrap .start__img.start__img:nth-child(2) {
    top: 35%;
    right: -47px;
    width: 34%;
    height: 60%;
  }
  #start .start-imgwrap .start__img.start__img:nth-child(3) {
    bottom: 0;
    left: -41px;
    width: 50%;
    height: 30%;
  }
  #start .start-imgwrap .start__img.start__img:first-child {
    height: 50%;
  }
  #start .start-imgwrap #snake {
    right: -15%;
  }
  #idea-wall #man {
    display: none;
  }
  #idea-wall .sticky_block {
    bottom: -30px;
    width: 70%;
  }
  #raum-fuer-ideen #tabs {
    left: 40px;
  }
}

@media screen and (max-width: 600px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  body.noscroll {
    -webkit-overflow-scrolling: touch !important;
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed;
  }
  #standorte .tabs .tab-content .city_desc a {
    left: 0;
  }
  #standorte .tabs .tab-content .city_desc a.faq {
    left: 157px;
  }
  #header {
    z-index: 1001;
    position: fixed;
  }
  .morph-button-modal.open .morph-content {
    top: 0% !important;
    left: 0% !important;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  }
  footer .morph-button {
    position: relative;
  }
  .morph-button-fixed.nl-morph {
    height: 0;
  }
  .nl-morph.morph-button-modal.open {
    height: 100vh;
  }
  .morph-button > button {
    position: absolute !important;
  }
  .nl-morph.morph-button-modal.open .morph-content {
    position: fixed;
    z-index: 100000;
    /*bottom: 0;
		top: inherit!important;*/
    height: 100vh;
  }
  .NewsletterFormPage form fieldset {
    width: 260px;
  }
  #iframecontainer {
    height: 1225px;
  }
  #menu_trigger {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 3px;
    top: 20px;
    right: 20px;
    background: #171717;
    position: absolute;
    z-index: 2;
  }
  #menu_trigger:after {
    content: '';
    background: #171717;
    width: 30px;
    height: 3px;
    position: absolute;
    top: -6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #menu_trigger:before {
    content: '';
    background: #171717;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: -6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #sidenav {
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    width: 100%;
    background-image: url(../img/kaboom.png), url(../img/chicken.png);
    background-repeat: no-repeat;
    background-position: 20px 20px, 50% 95%;
    background-size: 27%;
    display: block;
  }
  #sidenav.show {
    -webkit-transform: translate(0);
            transform: translate(0);
    display: block;
  }
  #sidenav ul {
    padding: 40px 0;
  }
  #sidenav ul li {
    text-align: center;
  }
  #sidenav ul li a {
    font-size: 26px;
    line-height: 60px;
    padding-right: 0;
  }
  #sidenav ul li a:after {
    display: none;
  }
  #standorte .tabs .tab-content {
    padding: 30px 0px;
  }
  #inspire .swiper-button-next {
    right: 20px;
  }
  #inspire .swiper-button-prev {
    left: 20px;
  }
  #standorte {
    padding-bottom: 30px;
    min-height: inherit;
  }
  #standorte .city-container .swiper-button-next {
    right: 0;
    bottom: 0;
  }
  #standorte .city-container .swiper-button-prev {
    left: 0;
    bottom: 0;
  }
  #standorte .partner,
  #standorte .partner_kontaktinfo {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  #standorte .tabs label {
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
  }
  #standorte .tabs [id^="tab"]:checked + label:after {
    left: 10px;
    width: calc(100% - 20px);
  }
  #startsection {
    background: #F9F9FD;
    height: 100%;
    margin: 0 10px 20px;
  }
  #startsection #article .article_image img {
    max-width: 210px;
    width: 100%;
  }
  #startsection #article #the_title_content h1 {
    max-width: 300px;
  }
  body {
    height: 100%;
  }
  #header {
    height: 45px;
  }
  .wizard > .content {
    min-height: 470px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .morph-content h2 {
    text-align: center;
    font-size: 30px;
  }
  #start #welcome {
    max-width: calc(100% - 80px);
    text-align: center;
    padding: 28px 20px 44px;
    background: #fff;
    position: relative;
    left: 0;
    margin: 10px auto 60px;
    z-index: 4;
    top: 60px !important;
  }
  #language_selector,
  .sticky_block #icecream {
    display: none;
  }
  #header #logo {
    left: 13px;
    top: 3px;
    width: 81px;
    height: 37px;
  }
  #start {
    height: auto !important;
    overflow: visible;
  }
  #start #welcome #welcomelogo {
    max-width: 280px;
  }
  #start #welcome p {
    padding: 10px 0;
  }
  #start .start-imgwrap {
    max-width: 100%;
    position: relative;
    margin: 30px 0;
    top: 60px;
    max-height: inherit;
    height: 110vh;
    left: 0;
    z-index: 5;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #start .start-imgwrap .start__img .start__img-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 100%;
    background-size: cover;
  }
  #start .start-imgwrap .start__img.start__img:first-child {
    top: 0;
    left: 0;
    width: 116%;
    height: 35%;
    margin: 0 -20px;
  }
  #start .start-imgwrap .start__img.start__img:nth-child(2) {
    top: 21%;
    right: -20px;
    width: 50%;
    height: 40%;
  }
  #start .start-imgwrap .start__img.start__img:nth-child(3) {
    bottom: 15%;
    left: 40px;
    width: 74%;
    height: 22%;
  }
  #start .start-imgwrap #scuba {
    top: 42%;
    width: 65%;
  }
  #start .start-imgwrap #chandelier {
    position: absolute;
    top: -400px;
    right: -5%;
  }
  #start .start-imgwrap .btn#video {
    bottom: -24px;
    position: absolute;
    left: 20px;
    cursor: pointer;
  }
  #inspire,
  #standorte {
    margin: 0 10px;
  }
  .sticky_block {
    position: relative;
    bottom: 0;
    width: 76%;
    margin: 0 -20px;
  }
  .sticky_block h2 {
    font-size: 7vw;
    padding-left: 30px;
  }
  .sticky_block h2:after {
    left: 30px;
  }
  .sticky_block .text {
    padding: 30px;
  }
  #raum-fuer-ideen {
    background: #F9F9FD;
    margin: -31px 20px 0;
    height: auto;
    max-height: inherit;
    padding: 300px 0 30px;
    position: relative;
  }
  #raum-fuer-ideen #firstBlock {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    opacity: 1 !important;
    position: absolute;
    left: -20px;
    width: 100%;
    margin-right: 40px;
    top: 5%;
  }
  #raum-fuer-ideen #firstBlock img {
    width: 60%;
  }
  #raum-fuer-ideen .swiper-button-next, #raum-fuer-ideen .swiper-button-prev {
    bottom: 0;
  }
  #raum-fuer-ideen #tabs {
    position: relative;
    left: 10px;
    top: 0;
    height: 50px;
    margin: 30px 0;
  }
  #raum-fuer-ideen #tabs li span {
    white-space: normal;
    max-width: 166px;
  }
  #raum-fuer-ideen .swiper-container {
    width: 100%;
    height: 80vw;
    margin: 0 0 0 20px;
  }
  #raum-fuer-ideen .swiper-container .swiper-slide:nth-child(1) {
    width: 100%;
    height: 70vw;
  }
  #raum-fuer-ideen .swiper-container .swiper-slide:nth-child(2) {
    width: 100%;
    height: 70vw;
    top: 0;
  }
  #raum-fuer-ideen .swiper-container .swiper-slide:nth-child(3) {
    width: 100%;
    height: 70vw;
  }
  #raum-fuer-ideen .swiper-container .swiper-slide .text_block {
    width: 50%;
    left: -10px;
  }
  #idea-wall .sticky_block {
    width: calc(100% + 40px);
    bottom: inherit;
    margin-bottom: 40px;
  }
  #idea-wall .fiftyfifty {
    width: 100%;
  }
  #idea-wall .btn {
    right: 0;
    left: inherit;
    bottom: 34px;
  }
  #idea-wall #play_video {
    margin: 20px 0 20px 30px;
  }
  #idea-wall #man {
    display: none;
  }
  #idea-wall .ideawall-container {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  #idea-wall .swiper-slide {
    height: 110vw;
  }
  #idea-wall .swiper-slide img {
    width: 100%;
  }
  #idea-wall .title {
    font-size: 6vw;
    width: 90%;
    top: 65px;
  }
  #idea-wall .zitate {
    background: url(../img/zitate.png) no-repeat 16px 18px;
    padding: 20px 20px 0 50px;
    display: block;
    background-size: 28px;
  }
  #idea-wall .zitate strong {
    font-family: tg_bold;
    display: block;
    margin-top: 4px;
  }
  .blog-container .swiper-slide:nth-child(2n+1) .text_block,
  .blog-container .swiper-slide:nth-child(2n+2) .text_block {
    top: 100px;
    left: 30vw;
  }
  .blog-container .swiper-slide:nth-child(2n+2) .image {
    left: 0px;
    top: 0;
  }
  #inspire #chickens {
    bottom: -10%;
  }
  #footer #footer_cols {
    display: block;
    margin: 10px 20px 20px;
    overflow: hidden;
  }
  #footer .col_wrap {
    width: 50%;
    float: left;
    font-family: arial;
  }
  #footer .col {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .col .col_title {
    margin-top: 0;
  }
  #footer .col span {
    display: block;
  }
  #footer #footer_logo a {
    left: 0;
    top: 0;
    margin: 30px 0;
  }
  #standorte .tabs .tab-content .city_desc {
    position: relative;
    bottom: inherit;
    right: inherit;
    max-width: 100%;
  }
  .swiper-wrapper .city_title {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    /*background: #171717;*/
  }
}

@media screen and (max-width: 560px) {
  .morph-button-fixed,
  .morph-button-fixed .morph-content {
    width: 200px;
    height: 80px;
  }
  .NewsletterFormPage h2 {
    margin: 70px 0 0;
    font-size: 30px;
  }
  .morph-button-fixed.open .morph-content {
    overflow-y: scroll;
  }
  .morph-button-fixed > button {
    font-size: 75%;
  }
  .morph-content h2 {
    margin: 70px 0 0;
  }
  .icon-close {
    top: 14px;
    right: 14px;
  }
  .back {
    position: relative;
    left: 10px;
  }
  #startsection #article .teaser {
    max-width: 97%;
    padding-left: 20px;
  }
  #startsection #article .article_image {
    width: 270px;
    top: 120px;
  }
  #startsection #article #the_title_content h1 {
    max-width: 55%;
    z-index: 10;
  }
  .calendar_field {
    margin-bottom: 30px;
  }
  .calendar_field.selected {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .zeitraum_group {
    position: relative !important;
    left: 0 !important;
    max-width: 50%;
    margin: 0 auto;
    top: 0 !important;
    height: auto !important;
  }
  ul.zeitraum_group {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
  }
  .wizard,
  .wizard > .content {
    overflow: visible;
    min-height: inherit;
  }
  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }
  .zeitraum_group #UserForm_Form_wien_zeitraum_group.show,
  .zeitraum_group #userForm_Form_wien_zeitraum_group_half_space.show,
  .zeitraum_group #UserForm_Form_koln_zeitraum_group.show,
  .zeitraum_group #UserForm_Form_berlin_zeitraum_group.show,
  .zeitraum_group #UserForm_Form_munchen_zeitraum_group.show,
  .zeitraum_group #UserForm_Form_salzburg_zeitraum_group.show,
  .zeitraum_group #UserForm_Form_innsbruck_zeitraum_group.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #individuelle_anfrage_text {
    position: relative;
    left: 0;
    max-width: 50%;
    margin: 0 auto;
    top: 0;
    max-height: 0;
  }
  #individuelle_anfrage_text.show {
    max-height: 400px;
    margin: 20px 0;
  }
  .wizard > .theAction {
    margin-bottom: 30px;
  }
  #UserForm_Form-p-2 .userformsgroup,
  #UserForm_Form-p-3 .userformsgroup,
  #UserForm_Form-p-4 .userformsgroup {
    width: 260px;
  }
  #UserForm_Form-p-2 #select_snacks,
  #UserForm_Form-p-2 #select_drinks {
    float: none;
    margin-right: 0;
  }
  #UserForm_Form-p-2 #spezielle_anforderungen_field textarea {
    width: 100%;
  }
  legend {
    padding: 30px 0 20px;
  }
  #standort_field .middleColumn {
    width: 260px;
  }
  #standort_field .middleColumn label {
    width: 100%;
    margin: 5px 0;
  }
  #UserForm_Form-p-4 .userformsgroup .field {
    width: 90%;
  }
  .wrapper {
    overflow-x: hidden;
  }
  #start,
  #raum-fuer-ideen,
  #idea-wall,
  #standorte,
  #inspire {
    margin: 0;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
  }
  #idea-wall {
    padding-bottom: 40px;
  }
  #idea-wall .swiper-button-next, #idea-wall .swiper-button-prev {
    bottom: -39px;
  }
  #raum-fuer-ideen {
    margin: -31px 0 0;
  }
  #standorte .tabs .tab-content .city_desc p {
    padding: 20px 10px 30px;
  }
}

@media screen and (max-width: 480px) {
  .zeitraum_group {
    max-width: 80%;
  }
  #individuelle_anfrage_text {
    max-width: calc(100% - 40px);
  }
  #footer #footer_cols .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #counter {
    bottom: 112px;
    position: relative;
    right: 17px;
    float: right;
  }
  div#masonry {
    margin-top: 0;
    padding-top: 60px;
    background: url(../img/kaboom.png) no-repeat 20px 20px;
    background-size: 17%;
  }
  .wizard > .theAction {
    margin: 50px 0 30px;
  }
  .wizard > .theAction a.previous, .wizard > .theAction a:hover.previous, .wizard > .theAction a:active.previous {
    left: 0;
    width: 100px;
  }
  #mwst {
    width: 260px;
    bottom: 160px;
  }
  #UserForm_Form-p-4 #content {
    width: 100%;
  }
  .wizard > .theAction a.previous,
  .wizard > .theAction a:hover.previous {
    bottom: 45px !important;
  }
  #footer #footer_cols {
    display: block;
    margin: 10px 20px 10px;
    overflow: hidden;
  }
  #footer .col_wrap {
    width: 100%;
    float: none;
  }
  #standorte .partner_kontaktinfo .info_item {
    float: none;
    width: 100%;
  }
  .Blog #inspire #chickens {
    bottom: 0;
  }
}

@media screen and (max-width: 420px) {
  #start #welcome {
    max-width: 100%;
    text-align: center;
    padding: 28px 0 44px;
  }
  #start .start-imgwrap .start__img.start__img:nth-child(3) {
    bottom: 15%;
    left: 0;
    width: 115%;
    height: 27%;
    margin: 0 -20px;
  }
  #raum-fuer-ideen .swiper-container {
    height: 100vw;
  }
  #raum-fuer-ideen .swiper-container .swiper-slide .text_block {
    width: 70%;
    bottom: -80px;
  }
  .sticky_block {
    width: calc(100% + 40px);
  }
  .sticky_block #play_video {
    position: relative;
    top: 24px;
  }
  #tabs strong {
    display: block;
    font-size: 14px;
    padding-left: 10px;
  }
}
/*# sourceMappingURL=app.css.map */