@charset "utf-8";

::-moz-selection {
  background: #bbb;
  color: #fff;
}
::selection {
  background: #bbb;
  color: #fff;
}

/* --- =Mini Reset
------------------------------------------------------------------------ */
* {
  padding: 0px;
  border: none;
  margin: 0px;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- =Google Web Fonts
400, 600, 700, 800, 400italic
------------------------------------------------------------------------ */
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("../webfonts/OpenSans-Regular.woff2") format("woff2"),
    url("../webfonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Medium"), local("OpenSans-Medium"),
    url("../webfonts/OpenSans-Medium.woff2") format("woff2"),
    url("../webfonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url("../webfonts/OpenSans-Light.woff2") format("woff2"),
    url("../webfonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"),
    url("../webfonts/OpenSans-LightItalic.woff2") format("woff2"),
    url("../webfonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Medium Italic"), local("OpenSans-MediumItalic"),
    url("../webfonts/OpenSans-MediumItalic.woff2") format("woff2"),
    url("../webfonts/OpenSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url("../webfonts/OpenSans-BoldItalic.woff2") format("woff2"),
    url("../webfonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
    url("../webfonts/OpenSans-SemiBoldItalic.woff2") format("woff2"),
    url("../webfonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url("../webfonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../webfonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url("../webfonts/OpenSans-Italic.woff2") format("woff2"),
    url("../webfonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"),
    url("../webfonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"),
    url("../webfonts/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("../webfonts/OpenSans-Bold.woff2") format("woff2"),
    url("../webfonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url("../webfonts/OpenSans-ExtraBold.woff2") format("woff2"),
    url("../webfonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* --- =Clearfix
------------------------------------------------------------------------ */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

/* --- =General
------------------------------------------------------------------------ */
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  text-align: center;
  word-wrap: break-word;
  color: #fff;
  background-color: #f3f3f3;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Open Sans", "Lucida Grande",
    sans-serif;
}
#parkinsel img {
  display: none;
  position: fixed;
  right: 5px;
  top: 50px;
  z-index: 6000;
  width: 100px;
  height: auto;
}
#eventequipment img {
  display: block;
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 6000;
  transform: translateY(-50%);
  width: 115px;
  height: auto;
}
#weihnachten img {
  display: none;
  position: fixed;
  right: 50px;
  top: 250px;
  z-index: 6000;
  width: 100px;
  height: auto;
}
#hochzeit img {
  display: none;
  position: fixed;
  right: 50px;
  top: 450px;
  z-index: 6000;
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  #parkinsel img {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 6000;
    width: auto;
    height: auto;
  }
  #eventequipment img {
    display: block;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 6000;
    transform: translateY(0%);
    width: auto;
    height: auto;
  }
  #weihnachten img {
    display: block;
    position: fixed;
    right: 50px;
    top: 250px;
    z-index: 6000;
    width: 200px;
    height: auto;
  }
  #hochzeit img {
    display: block;
    position: fixed;
    right: 50px;
    top: 450px;
    z-index: 6000;
    width: 200px;
    height: auto;
  }
}

@media print {
  #parkinsel img,
  #eventequipment img,
  #weihnachten img,
  #loewen img {
    display: none;
    visibility: hidden;
    height: 120px;
  }
}

/* --- =Layout
------------------------------------------------------------------------ */
div.container {
  margin: 0 auto;
  max-width: 900px;
}

.container-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

div.container-image {
}
div.container-imager div.container {
}
div.container-image div.container h3 {
  color: #fff;
  font-size: 75px;
  font-style: italic;
  background: rgb(0, 107, 124);
  background-color: rgba(0, 107, 124, 0.8);
  height: 100px;
  line-height: 100px;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
}

div.container-content {
  background-color: #bbb;
  padding: 120px 90px 120px 90px;
}
div.container-content div.container {
}
div.container-content div.container article {
}
div.container-content div.container article h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
div.container-content div.container article p {
}

span.spacer-small {
  height: 2px;
  background-color: #006b7c;
  margin: 30px auto;
  display: block;
  width: 100px;
}

img.ci_image {
  margin: 20px 0px 0px 0px;
}

header#site-header {
  padding: 175px 0px;
  /*background-image:url("../images/1.jpg");	*/
  background-color: rgb(0, 107, 124);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
header#site-header .site-content {
  background: rgb(0, 107, 124);
  background-color: rgba(0, 107, 124, 0.8);
  padding: 45px 100px;
}
header#site-header img {
  width: 60%;
  max-width: 60%;
  height: auto;
}
@media (min-width: 768px) {
  header#site-header img {
    width: 70%;
    height: auto;
    max-width: 70%;
  }
}

#site-intro {
  background-color: #bbb;
}

div#site-logo {
  margin-bottom: 60px;
}

#site-intro .site-content h3 {
  color: #fff;
  font-size: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding: 7px 0px;
  margin-bottom: 20px;
}
#site-intro .site-content h1 {
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  text-transform: uppercase;
}
#site-intro .site-content p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

nav#navigation {
  z-index: 1000;
}
nav#navigation ul li.active a {
  background-color: #005866;
  padding: 7px 7px;
  color: #adf4ff;
}

.site-navigation {
  background-color: rgb(0, 107, 124);
  line-height: 80px;
  height: 80px;
  color: #fff;
  width: 100%;
}
.site-navigation div.container {
  position: relative;
}
.site-navigation ul {
}
.site-navigation ul li {
  display: inline-block;
}
.site-navigation ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 20px;
}
nav#navigation ul li.active:hover a,
.site-navigation ul li a:hover {
  color: #adf4ff;
}

#navigation #mini-logo {
  height: 60px;
  width: auto;
  position: absolute;
  left: -100px;
  top: 10px;
}

div#site-social-media {
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 24px;
}
ul#nav-sm {
}
ul#nav-sm img {
  margin: 0px;
  margin-bottom: 2px;
  display: block;
}

ul#nav-sm li a#btn-xing {
}
ul#nav-sm li a#btn-wkw {
}
ul#nav-sm li a#btn-facebook {
}

ul#nav-sm li a#btn-rnl img {
  width: 205px;
  margin-top: 20px;
}

ul#nav-sm li a#btn-erento img {
  width: 120px;
  margin-top: 20px;
}

.mobil-slider-gallery-head,
#mobil-social,
.mobil-slider,
#mobil-partner {
  display: none;
}
@media (max-width: 480px) {
  #mobil-social {
    display: block;
    padding: 20px 0px;
  }
  #mobil-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobil-social ul li {
    margin: 0px 5px;
  }
  #mobil-social ul li a {
  }

  #mobil-social ul li a img {
    width: 55px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .mobil-slider-gallery-head {
    display: block;
  }
}

#portfolio-gallery,
#portfolio-zeltverleih,
#portfolio-equipment {
  display: block;
}
@media (max-width: 480px) {
  #portfolio-gallery,
  #portfolio-zeltverleih,
  #portfolio-equipment {
    display: none;
  }
  #mobil-partner {
    display: block;
    padding: 20px 0px;
    background-color: #bbb;
    color: #fff;
  }
  #mobil-partner img {
    width: 275px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .mobil-slider {
    display: block;
  }
  .mobil-slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev {
  left: 0px;
  z-index: 10;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-next:hover,
.slick-next:focus,
.slick-next {
  right: 0px;
  z-index: 10;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
  font-size: 26px;
}
#mobil-slider-zeltverleih {
  margin-top: 20px;
}

section#site-eventdesign {
}
section#site-eventdesign div.container-image {
  background-image: url("../images/2.jpg");
}

section#site-locations {
  display: none;
}
section#site-locations div.container-image {
  background-image: url("../images/6.jpg");
}

div#events {
  margin-top: 25px;
}
div#events img {
  margin: 0px 0px 10px 0px;
}
div#events h4 {
  margin-bottom: 5px;
  font-weight: bold;
}
div#events p {
  font-size: 14px;
  line-height: 24px;
}

section#site-catering {
  display: none;
}
section#site-catering div.container-image {
  background-image: url("../images/5.jpg");
}

section#site-equipment {
}
section#site-equipment div.container-image {
  background-image: url("../images/10.jpg");
}
section#site-equipment a {
  color: #006b7c;
}

section#site-mobiliar {
}
section#site-mobiliar div.container-image {
  background-image: url("../images/10.jpg");
}
section#site-mobiliar a {
  color: #006b7c;
}

section#site-zeltverleih {
}
section#site-zeltverleih div.container-image {
  background-image: url("../images/8.jpg");
}
section#site-zeltverleih a {
  color: #006b7c;
}

section#site-impressionen {
  padding: 90px 0px 0px 0px;
  background-color: transparent;
}

section#site-kontakt {
}
section#site-kontakt div.container-image {
  background-image: url("../images/IMG_4677.jpeg");
}

#gallery {
  width: 100%;
  background-color: transparent;
}

.portfolio {
  width: 100%;
  position: relative;
}

.portfolio li {
  float: left;
  width: 20%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  height: 100px;
}
@media (min-width: 768px) {
  .portfolio li {
    height: 140px;
  }
}

.portfolio a {
  display: block;
  text-decoration: none;
}

.portfolio img {
  width: 100%;
  height: auto;
  display: block;
}

.view {
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
}

#portfolio-filter {
  text-align: center;
  display: block;
}
#filter {
  display: inline-block;
}

#filter li {
  background: #006b7c;
  cursor: pointer;
  float: left;
  font-size: 12px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#filter li a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#filter li:hover {
  background: #005866;
}

#filter li .current {
  color: #adf4ff;
  background: #005866;
}

/* Isotope (Portfolio Filtering)
--------------------------------------------------*/

.isotope-item {
  z-index: 0;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 0;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

section#site-kontakt {
  background-color: #bbb;
  color: #fff;
}
#site-kontakt a {
  color: #fff;
}
section#site-kontakt .site-content {
}
section#site-kontakt .site-content h3 {
  margin-bottom: 40px;
}
section#site-kontakt .site-content h2 {
}
section#site-kontakt .site-content p {
}

form#form-alt-kontakt {
}
form#form-alt-kontakt p {
  font-size: 20px;
  line-height: 36px;
}
form#form-alt-kontakt input[type="text"] {
  border-bottom: 1px solid #999999;
  background-color: #bbbbbb;
  color: #006b7c;
  font-size: 20px;
}
form#form-alt-kontakt input[type="text"]:hover {
  border-bottom: 1px solid #8f8f8f;
}
form#form-alt-kontakt input[type="text"]:focus {
  border-bottom: 1px solid #707070;
}
form#form-alt-kontakt input[type="submit"] {
  background-color: #474747;
  color: #fff;
  padding: 10px;
  width: 150px;
  margin: 20px 0px 0px 0px;
  cursor: pointer;
}

/*form#form-kontakt {
		margin:20px 0px 0px 0px;
	}
		input[type="submit"] {
			background-color:#474747;
			color:#fff;
			padding:10px; width:150px;
			margin:20px 0px 0px 0px;
			cursor:pointer;
		}

		input[type="text"],
		textarea {
			margin:3px 0px;
			width:250px;
			background-color:#C2C2C2;
			border:2px solid #B8B8B8;
			padding:8px 10px;
			font:12px Arial;
			color:#006B7C;
		}
		input[type="text"]:hover,
		textarea:hover {
			border:2px solid #8F8F8F;
		}
		input[type="text"]:focus,
		textarea:focus {
			border:2px solid #8F8F8F;
			background-color:#8F8F8F;
			color:#fff;
		}

		textarea {
			height:270px;
		}*/

section#site-impressum {
}
div#impressum {
  display: none;
  padding: 20px;
  background-color: #006b7c;
  color: #fff;
}
div#impressum a {
  color: #fff;
}

div#datenschutz {
  display: none;
  padding: 20px;
  text-align: left;
  background-color: #006b7c;
  color: #fff;
}
div#datenschutz a {
  color: #fff;
}
div#datenschutz h3 {
  font-size: 26px;
}
div#datenschutz h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
}

footer#site-footer {
}

footer#site-footer a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
footer#site-footer a:hover {
  color: #adf4ff;
}

label.error {
  color: red;
  font-size: 14px;
}

/* --- =Alignment
------------------------------------------------------------------------ */
.alignleft {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aligncenter {
  display: block;
  margin: 15px auto;
  clear: both;
}

.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}

/* --- =Header
------------------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* --- =Text & Links
------------------------------------------------------------------------ */
a:link,
a:active {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
a#btnxing {
  background-color: #ced50f;
  padding: 2px 5px;
  text-decoration: none;
}
a#btnxing:hover {
}
a#btnwkw {
  background-color: #75a3cd;
  padding: 2px 5px;
  text-decoration: none;
}
a#btnwkw:hover {
}

p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
p.space {
  margin-top: 5px;
}

strong {
}

/* -- Media Queries
------------------------------------------------------------------------ */

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .site-navigation {
    background-color: rgb(30, 30, 30);
    line-height: 40px;
    height: 40px;
    border-bottom: 2px solid #333;
  }

  .site-navigation select {
    position: relative;
    color: #000;
    width: 100%;
    line-height: 40px;
    height: 40px;
  }
}

/* Landscape phones and down */
@media (max-device-width: 640px) {
  header#site-header {
    padding: 0px;
    margin: 0px;
  }

  .site-navigation {
    line-height: 0px;
    height: 0px;
    color: transparent;
  }

  footer#site-footer {
    background-color: #006b7c;
    line-height: 50px;
    height: 50px;
  }

  header#site-header .site-content {
    padding: 40px 20px;
    margin: 0px;
  }

  section#site-header,
  section#site-design div.container-image,
  section#site-events div.container-image,
  section#site-equipment div.container-image,
  section#site-consulting div.container-image,
  section#site-equipment,
  section#site-kontakt div.container-image {
    background-image: none;
  }

  div.container-image div.container h3 {
    color: #fff;
    font-size: 32px;
    font-style: italic;
    background: rgb(0, 107, 124);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  div.site-content,
  div.container-content {
    padding: 40px 20px 40px 20px;
  }

  div.container-content div.container article h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  section#site-impressionen {
    padding: 0px 0px;
  }

  .portfolio li {
    float: left;
    width: 50%;
  }

  #portfolio-filter {
    text-align: center;
  }
  #filter {
    display: block;
    width: auto;
  }

  #filter li {
    display: block;
    float: none;
  }

  #filter li a {
    width: auto;
    display: block;
  }
  #filter li:hover {
    background: #005866;
  }

  #filter li .current {
    color: #adf4ff;
  }
}

@media (max-width: 480px) {
  header#site-header {
    padding: 0px;
    margin: 0px;
  }

  .site-navigation {
    line-height: 0px;
    height: 0px;
    color: transparent;
  }

  footer#site-footer {
    background-color: #006b7c;
    line-height: 50px;
    height: 50px;
  }

  header#site-header .site-content {
    padding: 40px 20px;
    margin: 0px;
  }

  section#site-header,
  section#site-design div.container-image,
  section#site-events div.container-image,
  section#site-equipment div.container-image,
  section#site-consulting div.container-image,
  section#site-equipment,
  section#site-kontakt div.container-image {
    background-image: none;
  }

  div.container-image div.container h3 {
    color: #fff;
    font-size: 32px;
    font-style: italic;
    background: rgb(0, 107, 124);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div.site-content,
  div.container-content {
    padding: 40px 20px 40px 20px;
  }

  div.container-content div.container article h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  section#site-impressionen {
    padding: 0px 0px;
  }

  .portfolio li {
    float: left;
    width: 50%;
  }

  #portfolio-filter {
    display: none;
    text-align: center;
  }
  #filter {
    display: block;
    width: auto;
  }

  #filter li {
    display: block;
    float: none;
  }

  #filter li a {
    width: auto;
    display: block;
  }
  #filter li:hover {
    background: #005866;
  }

  #filter li .current {
    color: #adf4ff;
  }
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  img {
    max-width: 100% !important;
  }
}

.controls {
  margin-top: 30px;
  display: none;
}
.controls a {
  margin: 0px 5px;
  color: white;
  font-size: 24px;
}

#weihnachten-mobil {
  margin-top: 30px;
}
#weihnachten-mobil img,
#hochzeit-mobil img {
  display: block;
  width: 175px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #weihnachten-mobil {
  }
  #weihnachten-mobil img,
  #hochzeit-mobil img {
    display: none;
  }
}
