/* ### Font ###
font-family: "ff-prater-serif-web";
font-family: "ff-prater-sans-web";
### */
.font-serif {
  font-family: "ff-prater-serif-web";
}
.font-sans {
  font-family: "ff-prater-sans-web", Helvetica, Verdana;
}
/* Colours ----- */
.color-black {
  color: #000000;
}
.bg-black {
  background: #000000;
}
.color-black-lt {
  color: #1a1919;
}
.bg-black-lt {
  background: #1a1919;
}
.color-white {
  color: #ffffff;
}
.bg-white {
  background: #ffffff;
}
.color-green-lt {
  color: #1b992b;
}
.color-green {
  color: #0a5225;
}
.color-green-dk {
  color: #042310;
}
.bg-green-lt {
  background: #1b992b;
}
.bg-green {
  background: #0a5225;
}
.bg-green-dk {
  background: #042310;
}
.color-red {
  color: #e62322;
}
.color-red-dk {
  color: #651215;
}
.bg-red {
  background: #e62322;
}
.bg-red-dk {
  background: #651215;
}
.color-beige {
  color: #ffe29d;
}
.bg-beige {
  background: #ffe29d;
}
/* Icomoon ----- */
@font-face {
  font-family: 'icomoon';
  src: url('//static.pratergarten.de/fonts/icomoon.eot?r4sv18');
  src: url('//static.pratergarten.de/fonts/icomoon.eot?r4sv18#iefix') format('embedded-opentype'), url('//static.pratergarten.de/fonts/icomoon.woff2?r4sv18') format('woff2'), url('//static.pratergarten.de/fonts/icomoon.ttf?r4sv18') format('truetype'), url('//static.pratergarten.de/fonts/icomoon.woff?r4sv18') format('woff'), url('//static.pratergarten.de/fonts/icomoon.svg?r4sv18#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e900";
}
.icon-three-bars:before {
  content: "\e901";
}
.icon-arrow-up:before {
  content: "\e902";
}
/* Helpers ----- */
.m30 {
  margin: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m25 {
  margin: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mlr25 {
  margin-left: 25px;
  margin-right: 25px;
}
.mtb25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m20 {
  margin: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m15 {
  margin: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m10 {
  margin: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m5 {
  margin: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.p30 {
  padding: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p25 {
  padding: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.plr25 {
  padding-left: 25px;
  padding-right: 25px;
}
.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p20 {
  padding: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p15 {
  padding: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p5 {
  padding: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dn,
.hidden {
  display: none !important;
}
.db {
  display: block !important;
}
.dib {
  display: inline-block !important;
}
.oh,
.o-hidden {
  overflow: hidden !important;
}
.center,
.text-centre,
.text-centre {
  text-align: center;
}
.text-left,
.textLeft {
  text-align: left;
}
.text-right,
.textRight {
  text-align: right;
}
.image {
  width: 100%;
  height: auto;
  display: inline-block;
}
.valign {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centred {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fullwidth {
  width: 100%;
}
.fullheight {
  height: 100%;
}
.fullsize {
  width: 100%;
  height: 100%;
}
.circle {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: inline-block;
}
.uppercase {
  text-transform: uppercase;
}
.fifth {
  width: 20%;
}
* {
  margin: 0;
}
html {
  background: #0a5225;
  color: #042310;
}
html.pt-restaurant {
  background: #651215;
}
html.pt-restaurant #header {
  background: #e62322;
}
html.pt-restaurant #header .name-container {
  color: #1b992b;
}
html.pt-restaurant #navigation {
  background: #e62322;
}
html.pt-restaurant #language-switcher {
  background: #1b992b;
}
html.pt-restaurant .module-image-icons .module-usp-row {
  background: #e62322;
}
html.pt-restaurant .module-image-icons .module-usp-row .circle {
  background: #ffe29d;
  /* .color-black; */
}
html.pt-restaurant .module-header h2 {
  color: #e62322;
}
html.pt-restaurant .module-header h3 {
  color: #e62322;
  font-size: 36px;
  margin-top: 10px;
}
html.pt-restaurant .module-text .odd {
  background: #ffe29d;
  /* .color-black; */
}
html.pt-restaurant .module-text .even {
  background: #e62322;
}
html.pt-beer-garden,
html.pratergarten {
  background: #0a5225;
}
html.pt-beer-garden #header,
html.pratergarten #header {
  background: #1b992b;
}
html.pt-beer-garden #header .name-container,
html.pratergarten #header .name-container {
  color: #e62322;
}
html.pt-beer-garden #navigation,
html.pratergarten #navigation {
  background: #1b992b;
}
html.pt-beer-garden #language-switcher,
html.pratergarten #language-switcher {
  background: #e62322;
}
html.pt-beer-garden .module-image-icons .module-usp-row,
html.pratergarten .module-image-icons .module-usp-row {
  background: #1b992b;
}
html.pt-beer-garden .module-image-icons .module-usp-row .circle,
html.pratergarten .module-image-icons .module-usp-row .circle {
  background: #0a5225;
}
html.pt-beer-garden .module-header h2,
html.pratergarten .module-header h2 {
  color: #1b992b;
}
html.pt-beer-garden .module-text .odd,
html.pratergarten .module-text .odd {
  background: #ffe29d;
  /* .color-black; */
}
html.pt-beer-garden .module-text .even,
html.pratergarten .module-text .even {
  background: #1b992b;
}
html,
body {
  font-family: "ff-prater-sans-web", Helvetica, Verdana;
  height: 100%;
}
h1,
h1 a {
  font-family: "ff-prater-serif-web";
  font-size: 80px;
  margin-top: 25px;
}
h1 strong {
  font-size: 38px;
}
h2,
h2 a {
  font-size: 32px;
  margin-top: 10px;
}
h3,
h3 a {
  font-size: 28px;
  margin-top: 10px;
}
h4,
h4 a {
  font-size: 24px;
  margin: 20px 0;
}
b,
strong {
  line-height: 20px;
  font-weight: 700;
}
p,
ol li {
  margin: 20px 0;
  font-size: 22px;
  line-height: 28px;
}
ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.small,
blockquote,
blockquote p {
  font-size: 14px;
  line-height: 18px;
}
em {
  font-size: 16px;
}
a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
img {
  vertical-align: text-bottom;
}
/* Form */
label.formError {
  font-weight: bold;
}
input.formError,
textarea.formError,
select.formError {
  background: #ffe29d;
  /* .color-black; */
}
/* Back To Top */
.backToTop {
  color: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 50%;
  margin-right: -20px;
  text-decoration: none;
  font-size: 42px;
  line-height: 35px;
  text-align: center;
  display: none;
  cursor: pointer;
  outline: none;
}
.backToTop:hover {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.backToTop .icon-arrow-up {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 1px 2px 1px 0px;
}
.backToTop:hover .icon-arrow-up {
  background: #000000;
}
/* Link styling */
.linkContainer {
  width: 100%;
  text-align: left;
}
.linkPosRight {
  text-align: right;
}
.linkPosMid {
  text-align: center;
}
/* global ----- */
.row {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 35px;
}
.module-usp-row {
  /* .bg-red; */
  font-size: 24px;
  text-align: center;
}
.module-usp-row ul {
  display: inline-block;
  /* height: 170px; */
}
.module-usp-row ul li {
  float: left;
  color: #ffffff;
  text-align: center;
  list-style-type: none !important;
  margin-left: 0 !important;
  height: 100%;
}
.module-usp-row ul li img {
  height: 130px;
}
.module-usp-row ul li .description {
  margin-top: 10px;
}
/* .bg-green-dk {
.color-white;
}
.bg-green-dk .text-wrapper {
.color-beige;
}
.bg-beige .text-wrapper {
.color-black;
}
.bg-green-dk h2 {
.color-red;
.font-serif;
}
.bg-green-dk .text-wrapper h2 {
.color-beige;
}
.bg-green-lt h2,
.bg-red h2,
.bg-red .bg-beige .teaser-text {
.color-black;
}
.bg-red .module-header h2 {
.color-white;
}
.module-header .header-btn {
.bg-green-dk;
.color-green-lt;
.fr;
font-size: 32px;
padding: 22px;
border-radius: 50%;
}
.bg-green-dk .module-header .header-btn {
.bg-green-lt;
.color-white;
}
.module-header .header-btn:hover {
.bg-green;
.color-white;
}
.bg-green-dk .bg-beige {
.color-black;
}
.bg-green-dk .module-header h2 {
.color-white;
}
.module-text .text-wrapper {
padding: 5px 25px;
}
.bg-red h2, .bg-red .teaser-text {
.color-white;
}
.bg-red .bg-beige h2 {
.color-green-dk !important;
}
.bg-red .bg-dark-dk h2 {
.color-beige !important;
}
.bg-beige a {
.color-green-dk;
text-decoration: underline;
}
.bg-beige a:hover {
.color-red;
} */
.bg-beige * {
  /* .color-black; */
}
.bg-beige a {
  color: #000000;
}
.text-wrapper {
  padding: 10px 30px;
}
/* Header (#header) ----- */
#header .logo-container {
  max-height: 180px;
}
#header .logo-container a {
  text-align: center;
}
#header .logo-container a img {
  max-height: 180px;
}
#header .logo-container .address-container {
  padding: 30px 0 0 30px;
  font-size: 25px;
  line-height: 1.1;
}
#header .logo-container .restaurant-right {
  font-size: 25px;
  line-height: 1.2;
}
#header .logo-container .restaurant-right a {
  color: #1a1919;
}
#header .name-container {
  background: #1a1919;
  text-transform: uppercase;
  text-align: center;
  font-size: 60px;
  letter-spacing: 24px;
  font-weight: 700;
}
#header .name-container span {
  /* padding-left:22px; */
  /* display: inline-block; */
}
html.safari #header .name-container {
  letter-spacing: 0.05em;
}
.navigation-shadow {
  box-shadow: 0px 5px 2px -5px rgba(0, 0, 0, 0.5);
}
#navigation {
  z-index: 10;
}
#navigation ul {
  display: inline-block !important;
  width: 100%;
  text-align: center;
}
#navigation ul li {
  /*.fl;*/
  display: inline-block;
  padding-left: 5px;
}
#navigation ul li:after {
  content: "\2022";
}
#navigation ul li:last-child:after {
  content: "";
}
#navigation ul li a {
  color: #1a1919;
  padding-right: 5px;
  text-decoration: none;
}
#navigation ul li a:hover {
  color: #ffe29d;
}
#navigation ul li.current a,
.footer-navi li.current a {
  color: #ffe29d !important;
}
.social-container {
  background: #1a1919;
  color: #1b992b;
  text-align: center;
}
.social-container > div {
  height: 60px;
}
.social-container a {
  color: #1b992b;
}
.social-container a:hover {
  color: #ffffff;
}
.social-container ul {
  display: inline-block !important;
}
.social-container ul li {
  float: left;
  padding-left: 15px;
}
.social-container ul li a {
  padding-right: 15px;
}
.social-container ul li:after {
  content: "\2022";
}
.social-container ul li:last-child:after {
  content: "";
}
.social-container #language-switcher {
  text-align: center;
}
.social-container #language-switcher a {
  color: #042310;
  display: block !important;
}
.social-container #language-switcher a:hover {
  color: #ffffff;
}
html.pratergarten #language-switcher {
  line-height: 85px;
  padding-top: 0;
  padding-bottom: 0;
  /* padding-left: 50px; */
  text-align: center;
}
/* Footer (#footer) ----- */
#footer {
  color: #ffffff;
  padding-bottom: 70px !important;
  margin-top: 10px;
}
#footer ul {
  display: inline-block !important;
}
#footer ul li {
  float: left;
  padding-left: 15px;
  font-size: 28px;
}
#footer ul li a {
  padding-right: 5px;
}
#footer ul li:after {
  content: "\2022";
}
#footer ul li:last-child:after {
  content: "";
}
#footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #e62322;
}
/* Container global ----- */
.container {
  margin-top: 50px;
}
.container h2 {
  font-size: 80px;
}
.module-header {
  background: #1a1919;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 40px;
}
.module-header p {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
}
.module ul li,
[class^="module-"] ul li,
[class*=" module-"] ul li {
  list-style-type: disc;
  margin-left: 20px;
}
/* module image + icons (.module-image-icons) ----- */
.module-image-icons .module-header div:nth-child(2) {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* module teaserblock (.module-teaserblock) ----- */
.module-teaserblock.bg-red .module-header {
  border-bottom: 20px solid #042310;
}
.module-teaserblock .module-header {
  border-bottom: 20px solid #e62322;
}
.module-teaserblock .teaserblock-row {
  border-bottom: 20px solid #042310;
}
.module-teaserblock .teaserblock-row .container {
  margin-top: 0;
}
.module-teaserblock .teaserblock-row .container p {
  text-align: left;
  margin: 0;
  line-height: inherit;
  /* font-size: 40px; */
  font-size: 28px;
}
.module-teaserblock .teaserblock-row .container .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.module-teaserblock .teaserblock-row .container .wrapper .row {
  text-align: center;
  padding: 0;
}
.module-teaserblock .teaserblock-row .container .wrapper .row a {
  display: block !important;
  height: 100%;
}
.module-teaserblock .teaserblock-row .container .wrapper .row img {
  height: 100%;
}
.module-teaserblock .teaserblock-row .container .wrapper .row .text-wrapper {
  width: 100%;
}
/* module text right, img left  (.module-text-right-img-left) ----- */
.module-text-right-img-left:last-child {
  margin-bottom: 0;
}
.module-text-right-img-left .teaser-text p {
  display: inline-block !important;
  margin: 0;
  line-height: normal;
}
.module-text-right-img-left .module-icon-col {
  height: 80%;
  width: 90%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-text-right-img-left .row {
  min-height: 210px;
  font-size: 22px;
  line-height: 28px;
}
.module-text-right-img-left .row ul {
  margin-top: 15px;
}
/* .module-text-right-img-left p {
margin: 20px 0 !important;
font-size: 28px;
line-height: 1.2 !important;
} */
/* .module-text-right-img-left .text-wrapper {
padding: 20px;
}
.module-text-right-img-left .enlargeImage, .module-icon-col {
left: 50%;
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} */
/* module headline + one column text (.module-headline-text) ----- */
.module-headline-text .module-header h2 {
  color: #1b992b;
}
.module-headline-text .image-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.module-headline-text .icon-wrapper img {
  max-height: 150px;
}
/* module headline + two column text (.module-headline-text-two-col) ----- */
.module-headline-text-two-col .text-wrapper h2 {
  margin: 20px 0;
}
.module-headline-text-two-col .text-wrapper .row {
  padding-top: 0;
  padding-bottom: 0;
}
/* Jobs detail page (.jobs-wrapper) ----- */
.jobs-wrapper img.teaser-img {
  width: 140px;
  margin: 20px 0 40px 50px;
}
.jobs-wrapper p,
.jobs-wrapper li {
  font-size: 20px;
  line-height: 1.2;
}
.jobs-wrapper a {
  color: #000000;
}
.jobs-wrapper.bg-green-dk a,
.jobs-wrapper.bg-green-lt a,
.jobs-wrapper.bg-red a {
  color: #ffffff;
}
/* Job module list (.job-listing) ----- */
.job-listing .row.odd,
.job-listing .row.even {
  background: inherit !important;
  list-style-type: none;
}
.job-listing .row a {
  height: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.job-listing .row a img {
  height: 100px;
  max-width: 140px;
}
.job-listing .row a .job-title {
  display: inline-block !important;
  margin-top: 10px;
  font-size: 24px;
}
/* Historie detail page (.historie-wrapper) ----- */
.historie-wrapper img.teaser-img {
  float: left;
  margin: 20px 40px 20px 0;
}
.historie-wrapper a {
  color: #000000;
}
.historie-wrapper.bg-green-dk a,
.historie-wrapper.bg-green-lt a,
.historie-wrapper.bg-red a {
  color: #ffffff;
}
/* History module list (.history-listing) ----- */
.history-listing .odd,
.history-listing .even {
  background: transparent;
}
.history-listing .row {
  /* height: 330px; */
  margin-bottom: 20px;
}
.history-listing a {
  text-align: center;
  display: block;
  height: 100%;
}
.history-listing .history-image {
  display: inline-block !important;
  overflow: hidden !important;
  width: 160px;
  height: 160px;
}
.history-listing .history-image img {
  width: 100%;
  height: 100%;
}
.history-listing .historie-title {
  display: inline-block !important;
  margin-top: 10px;
  font-size: 24px;
}
/* contact form (.contact-form) ----- */
.contact-form {
  background: #042310;
  color: #ffffff;
}
.contact-form label {
  display: inline-block;
  font-size: 24px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  font-family: helvetica, verdana, 'sans-serif';
  font-size: 16px;
  padding: 5px 8px;
}
.contact-form input[type=submit] {
  background: #ffe29d;
  /* .color-black; */
  float: right;
  font-family: "ff-prater-serif-web";
  width: 200px;
  padding-top: 12px;
  padding-bottom: 9px;
  font-size: 32px;
}
.contact-form input[type=submit]:hover {
  background: #e62322;
  color: #ffffff;
}
/* Presseseite (.module-press) ----- */
.module-press h1 {
  margin: 0;
}
.module-press h2 {
  font-size: 54px !important;
  margin-top: 15px;
  margin-bottom: 25px;
}
.module-press a {
  text-decoration: none;
}
.module-press .text-wrapper {
  /* padding: 35px 25px; */
  padding-top: 20px;
  padding-bottom: 20px;
}
.module-press ul {
  font-size: 24px;
}
.module-press ul.press-images-list li {
  list-style-type: none;
  margin-left: 0;
}
.module-press ul li {
  margin-bottom: 10px;
}
.module-press .press-item-col {
  height: 200px;
}
.module-press .press-item-col.row {
  font-size: inherit;
}
.module-press .press-item-col .item {
  text-align: center;
  background: #ecd192;
  height: 100%;
}
.module-press .press-item-col .item .item-name {
  display: inline-block !important;
}
.module-press .press-item-col .item a {
  display: block !important;
  position: relative;
  height: 80%;
}
.module-press .press-item-col .item a img {
  position: absolute;
  max-height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
/* intro (.module-intro) ----- */
.module-intro h2 {
  font-size: 50px;
  line-height: 50px !important;
}
.module-intro h2 a {
  font-size: 50px;
}
.module-intro p {
  font-size: 20px;
  line-height: 22px;
  width: 240px;
}
.module-intro .location {
  height: 410px;
}
.module-intro .location.lg6:nth-child(1) {
  padding-right: 10px;
}
.module-intro .location.lg6:nth-child(2) {
  padding-left: 10px;
}
/* prater weather (.prater-weather-wrapper) ----- */
body:not(.debug-mode) .prater-weather {
  display: inline-block !important;
  font-size: 26px;
}
body:not(.debug-mode) .prater-weather .weather-icon {
  text-align: right;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  height: 90px;
  /* fallback icon */
  background-image: url(//static.pratergarten.de/images/wetter-icons/sonne_wolke.svg);
  background-repeat: no-repeat;
  background-position-x: right;
}
body:not(.debug-mode) .prater-weather .weather-icon.partly-cloudy-day {
  background-image: url(//static.pratergarten.de/images/wetter-icons/sonne_wolke.svg);
}
body:not(.debug-mode) .prater-weather .weather-icon.clear-day {
  background-image: url(//static.pratergarten.de/images/wetter-icons/sonne.svg);
}
body:not(.debug-mode) .prater-weather .weather-icon.cloudy,
body:not(.debug-mode) .prater-weather .weather-icon.wind,
body:not(.debug-mode) .prater-weather .weather-icon.fog {
  background-image: url(//static.pratergarten.de/images/wetter-icons/wolke.svg);
}
body:not(.debug-mode) .prater-weather .weather-icon.clear-night {
  background-image: url(//static.pratergarten.de/images/wetter-icons/mond.svg);
}
body:not(.debug-mode) .prater-weather .weather-icon.partly-cloudy-night {
  background-image: url(//static.pratergarten.de/images/wetter-icons/mond_wolke.svg);
}
body:not(.debug-mode) .prater-weather .weather-icon.rain,
body:not(.debug-mode) .prater-weather .weather-icon.sleet,
body:not(.debug-mode) .prater-weather .weather-icon.snow {
  background-image: url(//static.pratergarten.de/images/wetter-icons/regenwolke.svg);
}
body:not(.debug-mode) .prater-weather-wrapper {
  text-align: right;
  padding: 30px 30px 0 0;
}
body:not(.debug-mode) .prater-weather-mobile-wrapper {
  position: relative;
  background: #000000;
  text-align: center;
  padding: 0;
  padding-bottom: 10px;
}
body:not(.debug-mode) .prater-weather-mobile-wrapper .prater-weather {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1b992b;
}
body:not(.debug-mode) .prater-weather-mobile-wrapper .prater-weather .weather-icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  margin: 0;
  width: 50px;
  height: 40px;
  left: 20px;
}
body:not(.debug-mode) .prater-weather-mobile-wrapper .prater-weather .weather {
  position: absolute;
  left: 100px;
}
body:not(.debug-mode) .prater-weather-mobile-wrapper .prater-weather .weather .temp {
  position: relative;
  font-size: inherit;
}
.debug-mode .prater-weather {
  display: inline-block !important;
  text-align: left;
  font-size: 26px;
}
.debug-mode .prater-weather .temp-wrapper {
  display: block !important;
  height: 70px;
  margin-top: 15px;
}
.debug-mode .prater-weather .temp-wrapper > span:first-child {
  bottom: 0;
  left: 0;
}
.debug-mode .prater-weather .weather-icon {
  bottom: 0;
  left: inherit;
  right: 0;
  text-align: left;
  display: inline-block;
  /* width: 100%; */
  height: 70px;
  /* fallback icon */
  background-image: url(//static.pratergarten.de/images/wetter-icons/sonne_wolke.svg);
  background-repeat: no-repeat;
  background-position-x: right;
}
.debug-mode .prater-weather .weather-icon.partly-cloudy-day {
  background-image: url(//static.pratergarten.de/images/wetter-icons/sonne_wolke.svg);
}
.debug-mode .prater-weather .weather-icon.clear-day {
  background-image: url(//static.pratergarten.de/images/wetter-icons/sonne.svg);
}
.debug-mode .prater-weather .weather-icon.cloudy,
.debug-mode .prater-weather .weather-icon.wind,
.debug-mode .prater-weather .weather-icon.fog {
  background-image: url(//static.pratergarten.de/images/wetter-icons/wolke.svg);
}
.debug-mode .prater-weather .weather-icon.clear-night {
  background-image: url(//static.pratergarten.de/images/wetter-icons/mond.svg);
}
.debug-mode .prater-weather .weather-icon.partly-cloudy-night {
  background-image: url(//static.pratergarten.de/images/wetter-icons/mond_wolke.svg);
}
.debug-mode .prater-weather .weather-icon.rain,
.debug-mode .prater-weather .weather-icon.sleet,
.debug-mode .prater-weather .weather-icon.snow {
  background-image: url(//static.pratergarten.de/images/wetter-icons/regenwolke.svg);
}
.debug-mode .prater-weather-wrapper {
  /* .text-right; */
  padding: 30px 30px 0 0;
}
.debug-mode .prater-weather-mobile-wrapper {
  position: relative;
  background: #000000;
  text-align: center;
  padding: 0;
  padding-bottom: 10px;
}
.debug-mode .prater-weather-mobile-wrapper .prater-weather {
  position: relative;
  width: 100%;
  background: #1b992b;
  /* height: 60px; */
  /* line-height: 60px; */
}
.debug-mode .prater-weather-mobile-wrapper .prater-weather .weather-icon {
  position: inherit !important;
  top: auto !important;
  transform: inherit !important;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  margin: 0;
  width: 50px;
  height: 40px;
  left: 20px;
  margin-right: 8px;
}
.debug-mode .prater-weather-mobile-wrapper .prater-weather .weather-text {
  vertical-align: top;
  line-height: 50px;
}
.fancybox-inner h1 {
  font-size: 54px;
}
#addthis-container {
  margin-bottom: 20px;
}
.jobs-input .weEditmodeStyle:nth-child(2),
.jobs-input input {
  width: 300px !important;
}
.module-bvg-widget iframe html {
  background: transparent !important;
}
.module-booking [id^="lbuiDirect"] {
  height: 220px !important;
}
.module-booking [id^="lbuiDirect"] a {
  height: 100% !important;
}
html.pratergarten #language-switcher {
  position: absolute;
  right: 10px;
  top: 20px;
  background: transparent;
  font-size: 20px;
  width: auto;
  height: auto;
  line-height: 1;
}
html.pratergarten .name-container {
  width: 100%;
}
#debug-mode {
  position: fixed;
  background: rgba(207, 53, 53, 0.8);
  width: 200px;
  top: 0;
  right: 0;
  z-index: 10001;
  color: #fff;
  font-size: 20px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
body.debug-mode {
  margin-top: 75px;
}
