@page {
  size: auto;
  margin: 0;
}
@page attendees-name-badges {
  margin: 12.5mm 0 0;
}
@media print {
  body {
    background: white;
    color: black;
    margin: 0;
  }
  .site {
    display: none;
  }
  .main-navigation,
  .header-top,
  .single-event-skipnavigation,
  .print-img,
  .pf-date,
  .navbar-toggler {
    display: none !important;
  }
  a::after {
    content: none !important;
  }
  .line-break {
    line-break: normal;
  }
  img {
    max-width: 100% !important;
  }
  img {
    max-width: auto !important;
  }
  .entry-author-link,
  .entry-date,
  .entry-permalink {
    display: none;
  }
  #Header,
  #Footer {
    display: none !important;
  }
  #header,
  #comments,
  #content,
  #footer {
    width: 100%;
  }
  .boxes-3 .article a {
    visibility: visible;
    height: auto !important;
    max-width: 100% !important;
    min-width: 100% !important;
    width: auto !important;
    background-size: inherit !important;
  }
  .fixed-menu {
    display: none;
  }
  .section-background-image .heading-container {
    display: none;
  }
  .section-background-image .print-img-wrapper {
    min-height: 1500px;
    height: 1200px;
    display: block;
  }
  .section-background-image .print-img {
    margin-top: -150px;
    margin-bottom: 0;
  }
  .section-related-entries,
  #menu-footer,
  .section-related-stories,
  .site-footer {
    display: none;
  }
  .page-breaker {
    padding-top: 10px;
    page-break-after: always;
  }
  .no-break {
    page-break-after: avoid;
  }
  .no-break-before {
    page-break-before: avoid;
  }
  .attendees-head {
    page-break-after: always;
  }
  .attendees-head.no-break {
    page-break-after: avoid;
  }
  .attendees-head td {
    padding: 20px 50px;
  }
  .attendees-head td .top {
    padding-top: 50px;
    font-family: 'Apercu-Medium', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .attendees-head td .main {
    margin-top: 5px;
    font-family: 'Apercu-Bold', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #cd0a1e;
  }
  .attendees-head td .date,
  .attendees-head td .city {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'Apercu-Medium', sans-serif;
    font-weight: 500;
  }
  .attendees-head td .date img,
  .attendees-head td .city img {
    display: inline-flex;
    margin-top: 2px;
    margin-right: 10px;
    width: 20px;
  }
  .attendees-head td .city img {
    margin-top: 1px;
    width: 17px;
  }
  .attendees-head td .city div {
    width: 90%;
  }
  .attendees-head td .photography-info {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
  }
  .attendees-footer {
    position: fixed;
    left: 0;
    bottom: 10px;
  }
  .attendees-footer td {
    padding: 0 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
  }
  .attendees-name-badges {
    page: attendees-name-badges;
    margin-top: 0;
    margin-bottom: 0;
    page-break-before: always;
    page-break-after: always;
  }
  .attendees-name-badges tr td.card {
    margin: 0;
    padding: 0 0 0 15px;
    border: 0;
  }
  .attendees-name-badges tr td.card .content {
    position: relative;
    margin: 0 15mm 5mm 17.5mm;
    padding: 20px 15px 15px 20px;
    flex: 0 0 82mm;
    height: 51mm;
    border: 0.1mm solid /*#ececec*/ transparent;
    page-break-inside: avoid;
  }
  .attendees-name-badges tr td.card .content:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .attendees-name-badges tr td.card .content .name {
    font-family: 'Apercu-Bold', sans-serif;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }
  .attendees-name-badges tr td.card .content .company {
    line-height: 20px;
  }
  .attendees-name-badges tr td.card .content .logo {
    position: absolute;
    bottom: 15px;
    max-width: 25mm;
  }
  .attendees-name-badges tr td.card .content .logo img {
    width: 100%;
  }
  .attendees-name-badges tr:last-child td.card .content {
    margin-bottom: 0 !important;
  }
  .attendees-list {
    table-layout: fixed;
    width: 100%;
  }
  .attendees-list tr {
    page-break-inside: avoid;
  }
  .attendees-list tr td {
    display: inline-block;
    padding: 0 15px 30px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
  }
  .attendees-list tr td:first-child {
    padding-left: 50px;
  }
  .attendees-list tr td:last-child {
    padding-right: 50px;
  }
  .attendees-list tr td.border-line {
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0;
  }
  .attendees-list tr td.border-line div {
    height: 0;
    border-top: 1px solid #ECECEC;
    font-size: 0;
    line-height: 0;
  }
  .attendees-list tr td.count {
    width: 10%;
    font-family: 'Apercu-Bold', sans-serif;
    font-weight: 500;
  }
  .attendees-list tr td.name {
    width: 25%;
    font-family: 'Apercu-Bold', sans-serif;
    font-weight: 500;
  }
  .attendees-list tr td.company {
    width: 30%;
  }
  .attendees-list tr td.sign {
    width: 35%;
    vertical-align: bottom;
  }
  .attendees-list tr td.sign .line {
    width: 100%;
    border-bottom: 2px solid #262626;
  }
  .certificates-list {
    page-break-before: avoid;
    page-break-after: always;
  }
  .certificates-list tr td {
    padding: 50px 50px 20px;
  }
  .certificates-list tr td .head {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
  }
  .certificates-list tr td ol,
  .certificates-list tr td ul {
    padding-left: 20px;
  }
  .certificates-list tr td ol li,
  .certificates-list tr td ul li {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
  }
  .certificates-list tr td ul {
    padding-left: 0;
    list-style: none;
  }
  .certificate {
    position: relative;
    height: 1050px;
    page-break-before: always;
    page-break-after: always;
  }
  .certificate .head {
    padding: 0 50px;
    border-top: 220px solid #B50A00;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
  }
  .certificate .head > div {
    margin-top: -140px;
  }
  .certificate .head .main {
    margin-top: 5px;
    font-family: 'Apercu-Bold', sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
  }
  .certificate .content {
    padding: 0 50px;
  }
  .certificate .content .name {
    font-family: 'Apercu-Bold', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding-top: 60px;
    margin-bottom: 5px;
  }
  .certificate .content .company {
    margin-bottom: 40px;
  }
  .certificate .content .date,
  .certificate .content .city {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'Apercu-Medium', sans-serif;
    line-height: 22px;
  }
  .certificate .content .date img,
  .certificate .content .city img {
    display: inline-flex;
    margin-right: 10px;
    width: 20px;
  }
  .certificate .content .date div,
  .certificate .content .city div {
    width: 70%;
  }
  .certificate .content .city {
    margin-top: 20px;
  }
  .certificate .content .city img {
    margin-right: 13px;
    width: 17px;
  }
  .certificate .content .signatures .col-3 {
    padding-right: 60px;
    margin-right: 60px;
  }
  .certificate .content .signatures .col-3 .signature {
    margin-bottom: 10px;
    margin-top: 140px;
    width: 200px;
    border-bottom: 2px solid #262626;
  }
  .certificate .content .signatures .col-3 .sub {
    width: 200px;
    font-size: 13px;
  }
  .certificate .footer {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding: 0 50px;
    width: 100%;
  }
  .certificate .footer .logo-kzad {
    display: flex;
    align-items: center;
    margin-left: 0;
    padding: 0;
    width: auto;
  }
  .certificate .footer .logo-kzad img {
    margin-left: 0;
    max-width: 150px;
    width: 150px;
  }
  .certificate .footer .logos {
    display: flex;
    align-items: flex-end;
  }
  .certificate .footer .logos img {
    width: 140px;
  }
  .certificate .footer .logos img.bmwi {
    margin-bottom: -10px;
  }
  .single-tribe_events .header-logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single-tribe_events .container {
    max-width: none !important;
    width: 90% !important;
    margin: 0 auto;
    margin: 0 50px 0 40px;
  }
  .single-tribe_events .site {
    display: block;
  }
  .single-tribe_events .site a {
    color: #cd0a1e;
  }
  .single-tribe_events .site .header-main .logo {
    margin: 0 0 30px;
  }
  .single-tribe_events .site section .headline h2 {
    font-family: 'Apercu-Bold', sans-serif;
    font-size: 24px;
    line-height: 34px;
  }
  .single-tribe_events .site section .headline:after {
    display: block;
    margin-bottom: 15px;
    width: 50px;
    content: "";
    border: 1px solid #262626;
  }
  .single-tribe_events .site section .image,
  .single-tribe_events .site section .btn {
    display: none !important;
  }
  .single-tribe_events .site section .collapsed-slide {
    display: block !important;
  }
  .single-tribe_events .site section#details .badge {
    display: none;
  }
  .single-tribe_events .site section#details h2 {
    font-family: 'Apercu-Bold', sans-serif;
    font-size: 24px;
    line-height: 34px;
  }
  .single-tribe_events .site section#details h2:after {
    display: block;
    margin-bottom: 15px;
    width: 50px;
    content: "";
    border: 1px solid #262626;
  }
  .single-tribe_events .site section#details .col-sm-5 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    order: 2;
  }
  .single-tribe_events .site section#details .col-sm-5 h2:after {
    content: none;
  }
  .single-tribe_events .site section#details .col-sm-5 .more,
  .single-tribe_events .site section#details .col-sm-5 .less {
    display: none;
  }
  .single-tribe_events .site section#details .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    order: 1;
    margin-left: 0;
  }
  .single-tribe_events .site section#details .col-sm-6 .about-points {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .single-tribe_events .site section#details .col-sm-6 .about-points > div {
    padding-left: 0;
    margin-left: 0;
  }
  .single-tribe_events .site section#details .col-sm-6 .about-points > div span {
    font-weight: bold;
  }
  .single-tribe_events .site section#uebersicht .col-right,
  .single-tribe_events .site section#intro .col-right,
  .single-tribe_events .site section#details .col-right {
    display: none;
  }
  .single-tribe_events .site section#uebersicht .date-type .date,
  .single-tribe_events .site section#intro .date-type .date,
  .single-tribe_events .site section#details .date-type .date {
    display: none;
  }
  .single-tribe_events .site section#uebersicht .date-type .badge,
  .single-tribe_events .site section#intro .date-type .badge,
  .single-tribe_events .site section#details .date-type .badge {
    padding-left: 0;
    border: none;
    text-align: left;
    font-family: 'Apercu-Medium', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    display: none;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12,
  .single-tribe_events .site section#intro > .row > .col-12,
  .single-tribe_events .site section#details > .row > .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 {
    order: 1;
    margin-bottom: 30px;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule {
    display: flex;
    justify-content: flex-start;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule > div,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule > div,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule > div {
    font-family: 'Apercu-Bold', sans-serif;
    font-weight: normal;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule > div img,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule > div img,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule > div img {
    display: inline-flex;
    margin-right: 10px;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date {
    width: 35%;
    order: 1;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date .schedule-time,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date .schedule-time,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date .schedule-time {
    padding-left: 34px;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date img,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date img,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-date img {
    margin-top: -2px;
    width: 20px;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-city,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-city,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-city {
    width: 65%;
    order: 2;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-city img,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-city img,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule > div.schedule-city img {
    margin-top: 0;
    width: 17px;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-3 .tribe-events-schedule .schedule-export,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-3 .tribe-events-schedule .schedule-export,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-3 .tribe-events-schedule .schedule-export {
    display: none;
  }
  .single-tribe_events .site section#uebersicht > .row > .col-12.col-sm-9,
  .single-tribe_events .site section#intro > .row > .col-12.col-sm-9,
  .single-tribe_events .site section#details > .row > .col-12.col-sm-9 {
    order: 2;
  }
  .single-tribe_events .site section#uebersicht .tribe-events-single-event-title,
  .single-tribe_events .site section#intro .tribe-events-single-event-title,
  .single-tribe_events .site section#details .tribe-events-single-event-title {
    font-family: 'Apercu-Bold', sans-serif;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .single-tribe_events .site section#uebersicht .tribe-events-single-event-title:after,
  .single-tribe_events .site section#intro .tribe-events-single-event-title:after,
  .single-tribe_events .site section#details .tribe-events-single-event-title:after {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 50px;
    content: "";
    border: 1px solid #262626;
  }
  .single-tribe_events .site section#uebersicht .tribe-events-single-event-description h1,
  .single-tribe_events .site section#intro .tribe-events-single-event-description h1,
  .single-tribe_events .site section#details .tribe-events-single-event-description h1,
  .single-tribe_events .site section#uebersicht .tribe-events-single-event-description h2,
  .single-tribe_events .site section#intro .tribe-events-single-event-description h2,
  .single-tribe_events .site section#details .tribe-events-single-event-description h2 {
    font-family: 'Apercu-Bold', sans-serif;
    font-size: 24px;
    line-height: 34px;
  }
  .single-tribe_events .site section#uebersicht .tribe-events-event-image img,
  .single-tribe_events .site section#intro .tribe-events-event-image img,
  .single-tribe_events .site section#details .tribe-events-event-image img {
    width: auto;
    height: auto;
  }
  .single-tribe_events .site section#anmeldung .tribe-link-view-attendee,
  .single-tribe_events .site section#anmeldung #rsvp-now,
  .single-tribe_events .site section#anmeldung .description {
    display: none;
  }
  .single-tribe_events .site section#anmeldung .print {
    display: block;
    margin-bottom: 30px;
    word-break: break-all;
  }
  .single-tribe_events .site section#veranstaltungsort .maps {
    display: none;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .single-tribe_events .site section#veranstaltungsort .maps .acf-map {
    width: 100%;
    height: 400px;
  }
  .single-tribe_events .site section#veranstaltungsort .maps-address {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  .single-tribe_events .site section#veranstaltungsort .maps-address,
  .single-tribe_events .site section#veranstaltungsort .maps {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100%;
  }
  .single-tribe_events .site section#veranstaltungsort .gmnoprint,
  .single-tribe_events .site section#veranstaltungsort iframe {
    display: block !important;
  }
  .single-tribe_events .site section#veranstaltungsort .print {
    margin-bottom: 30px;
    word-break: break-all;
  }
  .single-tribe_events .site section#info {
    word-break: break-all;
  }
  .single-tribe_events .site section#more {
    display: none;
  }
  .single-tribe_events .site #footer-main,
  .single-tribe_events .site .mobile,
  .single-tribe_events .site .directions {
    display: none;
  }
}
