/*** 
 * site.css
 * Copyright: Siegfried Mairboeck, 2016
 * August 2016
 ***/
.mobile-only {
  display: none; }

.desktop-only {
  display: block; }

body {
  margin: 50px 0 0 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  line-height: 150%;
  background-color: #fff; }

a {
  text-underline-position: under;
  color: #2d8ac7; }

#MAINMENU {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: visible;
  background: #2d8ac7;
  line-height: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000; }
  #MAINMENU .show-menu {
    display: none; }
  #MAINMENU #MAINMENU-show {
    display: none; }
  #MAINMENU > ul {
    text-align: center;
    margin: 0 auto;
    list-style: none;
    padding: 0; }
    #MAINMENU > ul > li {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
      #MAINMENU > ul > li > a, #MAINMENU > ul > li > span {
        display: block;
        padding: 0px 10px;
        text-decoration: none;
        color: #eee;
        border: none; }
      #MAINMENU > ul > li > ul {
        position: absolute;
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #ccc; }
    #MAINMENU > ul > li:hover > a {
      background-color: #369;
      border: none; }
    #MAINMENU > ul > li:hover > ul {
      display: block;
      position: absolute;
      text-align: left;
      min-width: 204px;
      line-height: 36px;
      background: #369;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); }
      #MAINMENU > ul > li:hover > ul > li {
        list-style: none;
        margin: 0;
        padding: 0; }
        #MAINMENU > ul > li:hover > ul > li > a {
          display: block;
          padding: 0px 15px;
          text-decoration: none;
          color: #fff;
          border: none; }
        #MAINMENU > ul > li:hover > ul > li > a:hover {
          background: #ddd;
          color: #000;
          border: none; }

#TITELSTADT {
  margin-top: 50px;
  width: 100%;
  height: 400px;
  position: relative;
  background: whitesmoke;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: -10;
  /*	
	background-image: url('/assets/titles/DSC_2862-Pano.jpg');
*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #TITELSTADT .parallax-window {
    min-height: 400px;
    background: transparent; }
  #TITELSTADT h1 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    line-height: 150%;
    font-weight: normal;
    color: #def; }

h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 150%;
  font-weight: normal;
  color: #444; }

#FOOTER {
  margin-top: 1px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 40px 20px 100px 20px;
  color: #468;
  font-weight: 300;
  background: #def; }
  #FOOTER a {
    text-decoration: none;
    border-bottom: 1px solid #468;
    color: #468; }
  #FOOTER a:hover {
    color: #468; }

.Content {
  padding: 40px 0 60px 0; }
  .Content h1 {
    text-align: center;
    font-size: 3em;
    line-height: 130%;
    font-weight: normal;
    margin: 10px 0 50px 0; }
  .Content h1.Bild-over {
    margin-top: -180px;
    margin-bottom: 80px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 100px;
    line-height: 120px;
    text-shadow: 2px 3px 8px black; }

.ContentPages {
  margin: 0 auto;
  max-width: 960px; }

.ContentCenter {
  text-align: center; }

#CITYS > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  #CITYS > ul > li {
    list-style: none;
    margin: 0px;
    padding: 0;
    position: relative;
    width: 340px;
    height: 240px;
    box-sizing: border-box;
    border: 0px solid #ccc;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    border-radius: 15px;
    box-shadow: inset 0 -40px 40px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr; }
    #CITYS > ul > li > a {
      display: block;
      width: 100%;
      height: 100%; }
  #CITYS > ul > li:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1000; }

#CITYS .A-Name {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px;
  font-size: 40px;
  line-height: 140%;
  text-decoration: none;
  color: #fff;
  text-shadow: 2px 3px 5px black; }
  #CITYS .A-Name > a {
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 3px 5px black; }

#CITYS .clear {
  clear: left; }

#CITY-PARTNER > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  #CITY-PARTNER > ul > li {
    list-style: none;
    margin: 20px;
    padding: 0;
    position: relative;
    width: 340px;
    height: 250px;
    box-sizing: border-box;
    border: 0px solid #ccc;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    #CITY-PARTNER > ul > li .Background {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      width: 100%;
      height: 200px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out; }
    #CITY-PARTNER > ul > li .Background:hover {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -o-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      z-index: 1000; }
    #CITY-PARTNER > ul > li h3.Bezeichnung {
      font-size: 16px;
      line-height: 130%;
      text-transform: uppercase;
      font-weight: bold;
      margin: 8px 0;
      color: #000; }
    #CITY-PARTNER > ul > li h3.Bezeichnung > a {
      text-decoration: none;
      color: #000; }

#CITY-PARTNER .A-Name {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 10px 5px;
  font-size: 24px;
  line-height: 140%; }
  #CITY-PARTNER .A-Name > a {
    text-decoration: none;
    color: #000;
    text-shadow: 0 0 10px black; }

#CITY-PARTNER .A-Titel {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  color: #666;
  text-align: center; }

#CITY-PARTNER .A-Weiter {
  margin: 0;
  font-size: 15px;
  line-height: 150%;
  color: red;
  display: none; }

#CITY-PARTNER .A-Titelbild {
  position: relative;
  text-align: center;
  display: none; }
  #CITY-PARTNER .A-Titelbild > img {
    max-width: 100%;
    max-height: 130px; }

#CITY-PARTNER .clear {
  clear: left; }

#PARTNER {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px; }
  #PARTNER .Partner-Stadt {
    text-align: center; }
  #PARTNER .Inhalt, #PARTNER .Anschrift, #PARTNER .Kontakt, #PARTNER .Team {
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
    margin: 30px 0; }
  #PARTNER .Anschrift {
    float: left;
    margin: 0 10% 0 0;
    width: 45%; }
  #PARTNER .Kontakt {
    overflow: hidden; }
  #PARTNER .Team {
    clear: left; }
  #PARTNER .clear {
    clear: left; }

#PARTNER-simple {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 20px;
  line-height: 140%; }
  #PARTNER-simple .Partner-Stadt {
    text-align: center; }
  #PARTNER-simple .Werbetafel {
    text-align: center;
    margin: 30px 0; }
    #PARTNER-simple .Werbetafel img {
      max-width: 100%;
      max-height: 400px; }
  #PARTNER-simple .Anschrift {
    margin: 0 auto;
    width: 45%;
    text-align: center;
    font-size: 20px;
    line-height: 140%; }
  #PARTNER-simple .Url {
    text-align: center;
    margin: 12px 0; }
  #PARTNER-simple .EMail {
    text-align: center;
    margin: 12px 0; }
  #PARTNER-simple .Inhalt {
    margin: 50px 0; }
  #PARTNER-simple .Kundenaenderung {
    display: none;
    text-align: center; }
    #PARTNER-simple .Kundenaenderung > a {
      margin: 20px 0;
      font-size: 12px;
      display: block;
      border-radius: 4px;
      background: #ddd;
      color: #666;
      padding: 4px 12px; }
  #PARTNER-simple .Kundenaenderung2 > a {
    margin-top: 20px;
    font-weight: bold;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    float: left;
    border-radius: 100px;
    background: #d00;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border: #eee solid 8px;
    box-shadow: inset 10px 20px 20px rgba(255, 255, 255, 0.5), 5px 5px 10px rgba(0, 0, 0, 0.2); }

.FBlock {
  margin: 20px 0;
  box-sizing: border-box; }

.FName {
  font-size: 14px;
  line-height: 140%; }

input.InputText {
  box-shadow: border-box;
  border: 3px solid #ddd;
  padding: 8px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 20px;
  line-height: 140%;
  box-sizing: border-box; }

input.InputText:focus {
  border: 3px solid #2d8ac7; }

.FButtons > input {
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
  background: #ddd;
  color: #666;
  padding: 8px 20px;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.FButtons > input:hover {
  background: #2d8ac7;
  color: #fff; }

.FBlock-error input {
  background: #fee; }

.FBlock-errormessage {
  font-size: 90%;
  color: #d00; }

.Fehler {
  color: #d00; }

input.InputCheckbox {
  margin-right: 8px;
  margin-top: 1px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 130%; }

label.checkbox {
  font-size: 18px;
  line-height: 130%; }

label.checkbox > span {
  font-size: 18px;
  line-height: 130%; }

.Button1 > a {
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
  background: #2d8ac7;
  color: #fff;
  padding: 4px 20px; }

ul.biglist {
  border-top: 1px solid #ccc;
  margin: 40px 0;
  padding: 0; }
  ul.biglist > li {
    list-style: none;
    margin: 0;
    padding: 25px;
    text-align: center;
    font-size: 24px;
    line-height: 140%;
    border-bottom: 1px solid #ccc; }

.FotoListe > ul {
  position: relative;
  border-top: 1px solid #ddd;
  margin: 40px 0;
  padding: 0;
  list-style: none; }
  .FotoListe > ul > li {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0;
    list-style: none;
    padding: 8px 0;
    text-align: left;
    position: relative;
    height: 180px; }
    .FotoListe > ul > li .FotoListe-handle {
      float: left;
      width: 30px;
      height: 180px;
      background-color: #2d8ac7;
      margin-right: 30px;
      border-radius: 5px; }
    .FotoListe > ul > li .FotoListe-image {
      position: relative;
      float: left;
      margin-right: 50px;
      text-align: center;
      width: 240px;
      height: 180px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

#MainMeldung {
  padding: 5px 0 0 0;
  position: fixed;
  top: 70px;
  width: 500px;
  right: 10%;
  text-align: center; }

#MainMeldung .MeldungItem {
  display: none;
  padding: 20px 50px;
  background-color: #ffc;
  border: 0px solid #999;
  margin-bottom: 4px;
  border-radius: 5px;
  box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.1), 1px 2px 8px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  text-shadow: 1px 1px 1px #fff; }

.FotoStory {
  margin: 40px 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .FotoStory > div.FotoStory-item {
    float: left;
    margin: 10px;
    height: 280px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    .FotoStory > div.FotoStory-item > img {
      max-height: 100%;
      max-width: 100%;
      box-shadow: 0 0 0px 1px white, 3px 3px 10px rgba(0, 0, 0, 0.3); }
  .FotoStory > div.FotoStory-item:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 1000; }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block; }

.btn {
  border: 0px solid gray;
  color: white;
  background-color: #2d8ac7;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold; }

.btn:hover {
  background-color: #369;
  color: #fff;
  cursor: pointer; }

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.gross {
  font-size: 140%; }

/* SoIcons - */
div.SoIcons-Header {
  font-size: 13px;
  line-height: 18px;
  color: #555;
  font-weight: bold;
  text-align: left;
  margin-top: 12px; }

div.SoIconsBoxesRight,
div.SoIconsBoxes {
  text-align: center;
  margin: 0 0 40px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  div.SoIconsBoxesRight > a,
  div.SoIconsBoxes > a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-size: cover;
    margin: 10px 10px;
    opacity: 1;
    border: 0px; }
    div.SoIconsBoxesRight > a > span,
    div.SoIconsBoxes > a > span {
      display: none; }
  div.SoIconsBoxesRight > a.SoIcons-facebook,
  div.SoIconsBoxes > a.SoIcons-facebook {
    background-image: url("/assets/images/logo-facebook.svg"); }
  div.SoIconsBoxesRight > a.SoIcons-twitter,
  div.SoIconsBoxes > a.SoIcons-twitter {
    background-image: url("/assets/images/twitter.svg"); }
  div.SoIconsBoxesRight > a.SoIcons-youtube,
  div.SoIconsBoxes > a.SoIcons-youtube {
    background-image: url("/assets/images/youtube.svg"); }
  div.SoIconsBoxesRight > a.SoIcons-googlebusiness,
  div.SoIconsBoxes > a.SoIcons-googlebusiness {
    background-image: url("/assets/images/googlebusiness.svg"); }
  div.SoIconsBoxesRight > a.SoIcons-googleplus,
  div.SoIconsBoxes > a.SoIcons-googleplus {
    background-image: url("/assets/images/googleplus.svg"); }
  div.SoIconsBoxesRight > a.SoIcons-instagram,
  div.SoIconsBoxes > a.SoIcons-instagram {
    background-image: url("/assets/images/logo-instagram.svg"); }
  div.SoIconsBoxesRight > a.SoIcons-pinterest,
  div.SoIconsBoxes > a.SoIcons-pinterest {
    background-image: url("/assets/images/pinterest.svg"); }
  div.SoIconsBoxesRight > a.SoIcons-whatsapp,
  div.SoIconsBoxes > a.SoIcons-whatsapp {
    background-image: url("/assets/images/whatsapp-2.svg"); }
  div.SoIconsBoxesRight > a.SoIcons-gray,
  div.SoIconsBoxes > a.SoIcons-gray {
    filter: grayscale(100%) opacity(0.5); }
  div.SoIconsBoxesRight > a:hover,
  div.SoIconsBoxes > a:hover {
    opacity: 1;
    width: 66px;
    height: 66px;
    margin: 7px 7px; }

div.SoIconsBoxesRight {
  float: right;
  margin: 0 0 0 20px; }

div.SoIcons {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background-size: cover;
  margin: 5px;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.3s; }
  div.SoIcons > span {
    display: none; }

div.SoIcons-facebook {
  background-image: url("/assets/images/logo-facebook.svg"); }

div.SoIcons-twitter {
  background-image: url("/assets/images/twitter.svg"); }

div.SoIcons-youtube {
  background-image: url("/assets/images/youtube.svg"); }

div.SoIcons-googlebusiness {
  background-image: url("/assets/images/googlebusiness.svg"); }

div.SoIcons-googleplus {
  background-image: url("/assets/images/googleplus.svg"); }

div.SoIcons-instagram {
  background-image: url("/assets/images/logo-instagram.svg"); }

div.SoIcons-pinterest {
  background-image: url("/assets/images/pinterest.svg"); }

div.SoIcons-whatsapp {
  background-image: url("/assets/images/whatsapp-2.svg"); }

div.SoIcons.gray {
  filter: grayscale(100%); }
