* {
  list-style-type: none;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'montserrat';
  padding: 0;
  margin: 0;
  padding-top: 100px;
}

body.startpage {
  padding: 0 !important;
}

/* BASIC */

h1 {
  font-family: 'forte';
  font-size: 42px;
}

h2 {
  font-family: 'forte';
  font-size: 72px;
  margin: 0;
  margin-bottom: 50px;
}

h4 {
  font-family: 'forte';
  font-size: 50px;
  margin: 0;
}

.paper-wrapper {
  width: calc(100% - 280px);
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 90px rgba(0,0,0,.2);
  padding: 50px;
}

.section {
  padding: 100px 140px !important;
}

.section.small-bottom {
  padding-bottom: 30px !important;
}

.wrapper {

}

.preview-section {
  position: relative;
  background-image: linear-gradient(180deg, rgba(144,25,15,1) 0%, rgba(203,37,23,1) 100%);
  padding: 50px;
  margin-bottom: 150px;
}

.preview-section:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
  background-image: url('/wp-content/themes/muetterkaffee/imgs/section-wave-top.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.preview-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: -120px;
  left: 0;
  background-image: url('/wp-content/themes/muetterkaffee/imgs/section-wave-bottom.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.mk-top-text {
  text-align: center;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 140px;
}

.mk-top-text p {
  line-height: 22px;
}

.mk-banner {
  height: 200px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.mk-form-input {
  display: none;
}

form button[type="submit"].loading-mode {
  pointer-events: none;
  font-size: 0;
  color: transparent;
}

form button[type="submit"].loading-mode:before {
  content: "Lädt ...";
  color: white;
  font-size: 18px;
  animation: 1s colorFade linear;
  animation-iteration-count: infinite;
}

.mk-banner-title {
    display: block;
    position: absolute;
    width: 30%;
    height: 100%;
    min-width: 500px;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(144,25,15,1) 0%, rgba(203,37,23,1) 100%);
}

.mk-banner-title:after {
  position: absolute;
  content: "";
  top: 0;
  right: -100px;
  width: 100px;
  height: 100%;
  background-image: url('/wp-content/themes/muetterkaffee/imgs/banner-wave.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;

}

.mk-banner-title h2 {
  color: white;
  line-height: 200px;
  padding-left: 140px;
}

.bottom-preview-bar {
  width: 100%;
  background-image: linear-gradient(180deg, rgba(144,25,15,1) 0%, rgba(203,37,23,1) 100%);;
  padding: 30px 140px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  position: relative;
}

.bottom-preview-bar:before {
  content: "";
  position: absolute;
  display: block;
  top: -99px;
  left: -10px;
  width: 102%;
  height: 100px;
  background-image: url('/wp-content/themes/muetterkaffee/imgs/section-wave-top.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.bottom-preview-button {
  background-color: white;
  padding: 15px 80px;
  color: black;
  font-weight: 300;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: .25s;
}

.bottom-preview-button:hover {
  background-color: rgb(225,225,225);
}

.split-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.split-row > div {
  width: calc(50% - 20px);
}

/* NAVIGATION */
.navbar {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 140px;
  background-color: rgba(0,0,0,.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.customize-support .navbar {
  top: 32px;
}

/* .navbar.startpage {
  background: none;
} */

.logo img {
  height: 60px;
}

.navigation {

}

.navigation .menu {
  padding: 0;
}

.navigation .menu li {
  display: inline-block;
  font-style: italic;
}

.navigation .menu li.current-menu-item a {
  font-weight: 600;
}

.navigation .menu li a {
  text-decoration: none;
  color: white;
  padding: 10px 45px;
}

.navigation .menu li:last-of-type a {
  padding-right: 0;
}


/* STARTPAGE HEADER */
.header {
  width: 100%;
  height: 100vh;
  background-size: cover;
  margin-top: 0;
}

.header h1 {
  margin: 0;
  font-family: 'forte';
  color: white;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 60px;
}

.header-side {
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(144,25,15,1) 0%, rgba(203,37,23,1) 100%);
  padding: 100px 140px 0;
  position: relative;

}

.header-side:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  background-image: url('/wp-content/themes/muetterkaffee/imgs/header-wave.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.header-side p {
  color: white;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.header-countdown {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.header-countdown td {
  width: 25%;
}

.header-countdown .number {
  font-family: 'forte';
  font-size: 90px;
  text-align: center;
  margin-bottom: 40px;
}

.header-countdown .time {
  text-align: center;
  font-size: 14px;
}


/* BUTTONS */
.mk-button {
  padding: 15px 45px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  transition: .25s;
}

.mk-button.bright {
  background-color: white;
  color: #323232;
}

.mk-button.bright:hover {
  background-color: #dbdbdb;
}


/* FOOTER */
.footer {
  background-color: #384046;
  padding: 40px 140px;
  color: white;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.footer a {
    color: white;
}

.footer-1a {
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.footer-menu ul {

}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a{
  color: white;
  text-decoration: none;
  padding: 10px 25px;
}

.footer-menu ul li:last-of-type a {
  padding-right: 0;
}

.footer .social-media-links a {
  background-image: url('../imgs/fb_icon_white.svg');
  padding-left: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  text-decoration: none;
}


/* INFO AREA */
.mk-info-area {
  width: 100%;
  height: 250px;
  background-image: url('../imgs/info_bg.jpg');
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.mk-info-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.3);
}

.mk-info {
  color: white;
  width: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.mk-info img {
  height: 90px;
  margin-bottom: 20px;
}

.mk-info p {
  margin-bottom: 0;
}


/* EVENTS */
.mk-events {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.mk-event {
  width: 520px;
  margin: 10px;
}

.mk-event-image {
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mk-event-info,
.info-card {
  width: calc(100% - 50px);
  max-width: 480px;
  padding: 30px 50px;
  background-color: white;
  box-shadow: 0 0 90px rgba(0,0,0,.16);
  margin: 0 auto;
  transform: translateY(-150px);
}

.mk-event-date {
  font-size: 40px;
  font-family: 'forte';
  line-height: 55px;
  margin: 0;
}

.mk-event table,
.info-card table {
  margin: 15px 0 30px;
}

.mk-event table td:first-of-type,
.info-card table td:first-of-type {
  font-weight: bold;
  padding: 5px 0;
  padding-right: 25px;
  font-size: 16px;
}

.mk-event-ticket-link,
.info-card-button {
  background-color: #384046;
  padding: 15px 30px;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  transition: .25s;
}

.mk-event-ticket-link:hover,
.info-card-button:hover {
  background-color: #1F272D;
}

.mk-event .index,
.info-card-sidebar {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  top: 0;
  right: -1px;
  text-align: center;
  margin: 0;
  font-size: 200px;
  font-family: 'forte';
  color: white;
  background-size: cover;
  background-image: url('/wp-content/themes/muetterkaffee/imgs/wave.svg');
}

.info-card-sidebar img {
  height: 100px;
}


/* GALLERY PREVIEW */
.gallery-preview-image {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.gallery-preview-infos {
  background-color: white;
  padding: 30px 50px;
  width: 50%;
  min-width: 850px;
  margin: 0 auto;
  position: relative;
  transform: translateY(-150px);
  box-shadow: 0 0 90px rgba(0,0,0,.16);
}

.gallery-preview-info-text {
  width: 60%;
  line-height: 22px;
  margin-bottom: 50px;
}

.gallery-preview-year {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-image: url('/wp-content/themes/muetterkaffee/imgs/preview-wave-gallery.svg');
  margin: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  font-family: 'forte';
  font-size: 80px;
  text-align: center;
}

.gallery-preview-year img {
  height: 100px;
}

.anfahrt .info-card {
  width: 850px;
  max-width: 850px;
  transform: translateY(-500px) translateX(250px);
}

.anfahrt .info-card p {
  width: 60%;
  margin-bottom: 50px;
  line-height: 22px;
}

.anfahrt .info-card-sidebar {
  background-image: url('/wp-content/themes/muetterkaffee/imgs/preview-wave-big.svg');
}

.partner.preview-section {
  margin-bottom: 0;
}

.partner.preview-section:after {
  height: 0;
  margin-bottom: 0;
}

.partner-holder div {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}


/* TICKETS */
.tickets-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tickets-holder > * {
  width: calc(50% - 20px);
}

.tickets-form {
  border: 1px solid grey;
  box-shadow: 0 0 90px rgba(0,0,0,.2);
  padding: 30px;
}

.tickets-form > label {
  display: block;
}

.tickets-form label {
  cursor: pointer;
}

.tickets-form textarea {
  padding: 10px;
  font-family: 'montserrat';
}

.tickets-form > input {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.tickets-form select {
  height: 40px;
  width: 100%;
  font-size: 16px;
  margin-top: 5px;
}

.tickets-form button {
  width: 100%;
  padding: 15px 30px;
  display: block;
  background-color: #AB201B;
  color: white;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
  font-weight: 600;
  border: none;
}

.tickets-form button:hover {
  background-color: #991c18;
}

.tickets-form button[disabled],
.tickets-form button:disabled {
  background: grey !important;
  cursor: not-allowed;
}

.tickets-form .form-info-text {
  color: #AB201B;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 2px solid #AB201B;
}

.form-radios {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.form-radios p {
  width: 100%;
}

.form-radios .custom-radio {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid grey;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.form-radios label:nth-of-type(2n+2) {
  margin-right: 20px;
  cursor: pointer;
}

.form-radios input {
  display: none;
}

.form-radios input:checked + .custom-radio {
  background-color: #AB201B;
  box-shadow: 0 0 0 3px white inset;
}

.tickets-side-info {
  transform: translateY(-100px);
}

.tickets-side-info > img {
  display: block;
  margin: 0 auto;
}


/* TEAM PLUGIN CUSTOMIZATION */
.awsm-content-scrollbar table {
    margin-top: 30px;
}

.awsm-content-scrollbar td {
    vertical-align: top;
    padding-bottom: 10px;
}

.awsm-content-scrollbar tr td:first-of-type {
    min-width: 200px;
    font-weight: 500;
}

.awsm-content-scrollbar tr td:first-of-type:after {
    content: ":" !important;
}

.drawer-style.style-1 figcaption {
    background: linear-gradient(145deg, rgba(176,35,23,.6) 0%, rgba(255,197,67,.6) 100%);
}

.awsm-grid-padding {
    margin: 0 !important;
    max-width: 100% !important;
}

.awsm-details {
  width: 100% !important;
}

.awsm-personal-contact-info {
  display: none !important;
}

.awsm-grid figure img {
  transition: .25s;
}

.awsm-grid > div a:hover img {
  filter: grayscale(100%);
}


/* GALLERY PREVIEW */
.gallery-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mk-gallery {
  width: calc((100% / 3) - 20px);
}

.mk-gallery-img {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 90px rgba(0,0,0,.2);
}

@keyframes colorFade {
  from {
    color: white;
  
  }

  to {
    color: transparent;
  }
}