body {
  font-size: 18px;
  line-height: 1.8em;
  font-family: "Tahoma", "Arial", "times new roman";
  color: #6a6a6a;
}
h1 {
  font-size:22px;
  font-family: "Tahoma", "Arial", "times new roman";
  color: #e43437;
  font-weight: normal;
}
a {
  color: #df6565;
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
  color: black;
}
.site-grid {
  margin-bottom: auto;
  margin-top: 30px;
}
.container-header {
  z-index: 10;
  background-color: #E9E3C4;
  background-image: none;
  position: relative;
 box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.3);
}
.container-header .container-nav {
  flex-wrap: wrap;
  padding-bottom: 1em;
  justify-content: center !important;
}
.container-header .navbar-toggler {
  color: #000;
  cursor: pointer;
  border: 1px solid #191919;
  font-size: 1.6em;
}
.mod-list li.active > a {
  text-decoration: none;
  color: #494b6e;
  font-size: 20px;
}
.metismenu-item item-111 level-1 {
  color: re;
}
.container-header .mod-menu {
  color: #818181;
  flex: 1 0 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center !important;
}
.container-header .mod-menu > li {
  position: static;
}
.metismenu.mod-menu .metismenu-item {
  flex-wrap: wrap;
  align-items: center;
  padding: .5em 1em;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}
.container-header .navbar-toggler {
  color: #000;
  cursor: pointer;
  border: 1px solid #191919;
  font-size: 1.6em;
}
#mod-custom111 {
   background-image: url("/images/hochzeitspaar1.jpg");
  width: auto;
  height: 760px;
   background-repeat: no-repeat;
   background-position: top left;
}
#mod-custom112 {
   background-image: url("/images/hochzeitspaar3.jpg");
  width: auto;
  height: 760px;
   background-repeat: no-repeat;
   background-position: top right;
}
.footer {
  color: #818181;
  background-color: #E9E3C4;
  background-image: none;
  margin-top: 1em;
}
.footer a:not(.btn):hover {
  color: black
}
.btn-info {
  --btn-color: #ecd7d7;
  --btn-bg: #fff;
  --btn-border-color: #f2eaea;
  --btn-hover-color: #fff;
  --btn-hover-bg: #f29595;
  --btn-hover-border-color: #f2eaea;
  --btn-focus-shadow-rgb: 79,122,158;
  --btn-active-color: #fff;
  --btn-active-bg: #264f70;
  --btn-active-border-color: #244a69;
  --btn-active-shadow: inset 0 3px 5px #00000020;
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #30638d;
  --btn-disabled-border-color: #30638d;
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--gutter-y);
  max-width: 100%;
  width: 100%;
}
.row {
  --gutter-x: 1em;
  --gutter-y: 0;
}
.btn-primary {
  background-color: #f2eaea;
  border-color: #000000;
  color: black;
  width: 260px;
}
.form-check {
  margin-bottom: .125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
  padding-top: 1.5em;
}
.form-control {
	width: 100%;
  color: var(--body-color);
  appearance: none;
  background-color: var(--body-bg);
  border: var(--border-width)solid #000000;
  border-radius: var(--border-radius);
  background-clip: padding-box;
  padding: .6rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: block;
}
.form-check-input {
  --form-check-bg: var(--body-bg);
  vertical-align: top;
  appearance: none;
  background-color: var(--form-check-bg);
  background-image: var(--form-check-bg-image);
  border: var(--border-width)solid #000;
  print-color-adjust: exact;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}
@media screen and (max-width: 750px) {
#mod-custom111 {
   background-image: url("/images/hochzeitspaar2.jpg");
  height: 480px;
  background-repeat: no-repeat;
 background-size: cover;
  background-position: left top;
}
  #mod-custom112 {
   background-image: url("/images/hochzeitspaar4.jpg");
  width: auto;
  height: 480px;
   background-repeat: no-repeat;
     background-size: cover;
   background-position: top right;
}
  }
@media (width >= 992px) {
  .metismenu.menu-horizontal {
    flex-direction: row;
    flex: 1;
    display: flex;
    justify-content: center !important;
  }
  }