/* Some specialized CSS for certain pages */

/* Temporäre Fixes für Layoutprobleme von Kochan */


/* Test, damit man sieht, wo inner-wrapper sind
div.inner-wrapper {
    border-top: 2px dotted blue;
    margin-top: 3px;
    margin-bottom: 3px;
}
*/

/* Alle Texte, Tabellen und Titel auf einer vertikalen Linie mit MK-Logo */
main h2, main h3, main h4, main p, main table, main section.listblock-sorted ul {
    margin-left: 10px;
}

/* Storykachel ist sonst zu klein */
div.inner-wrapper div.story-tile div.story-tile-image img {
    width: 500px;
}

/* Abstand zwischen Bild und Text für paragraph_with_image_left() verringern */
div.inner-wrapper div.story-tile div.story-tile-text.image-paragraph {
    padding-left: 0;
}

/* Fuss-Bereich: wir brauchen hier sechs Spalten */
@media only screen and (min-width: 1101px) { .linklist > li { width: 16%; } }

/* Abstand unter den Footerlinks etwas verkleinern und Border aufheben */
footer.footer .sitemap {
    padding-bottom: 0px;
    border-top: none;
}

/* Abstand unter Check_MK-Logo vergroessert */
footer.footer {
    padding-bottom: 25px;
}

/* Umbrüche in den Menüeinträgen im schwarzen Footer vermeiden */
.secondary-menu-link > a {
    padding: 10px 15px;
}

/* Kein weißer Bereich unterhalb des Footers. Der ist sonst 55px groß. */
main.content-wrapper {
    padding-bottom: 0px;
}

/* Community Feedback */

/* Styles für quote.article
 * Alle Logos gleich breit
 * Zitat nicht von oben her eingerückt
 * Zitat ohne Anführungszeichen
 */
div.quote.article img {
    width: 200px;
}
.quote.article p {
    margin: 0 0;
}
p.quote.article {
    margin-top: 0px;
}
.quote.article p::after {
    content: '';
}
.quote.article p::before {
    content: '';
}

/* Kundenseite */

/* Gelbe Jahreszahl */
.big-letter {
    color: #ffdc00;
}

/* Seite mit einem Werk */

table.werk {
  border-collapse: collapse;
  width: 620px;
  margin-bottom: 40px;
}

table.werk td, table.werk th {
  vertical-align: middle;
  padding: 3px 6px;
}

table.werk tr {
  border-top: 1px solid #bbb;
}

table.werk tr:first-child {
  border-top: none;
}

table.werk tr.class.feature td:nth-child(2) {
   background-color: #afa;
}

table.werk tr.class.fix td:nth-child(2) {
   background-color: #ff8;
}

table.werk tr.class.security td:nth-child(2) {
   background-color: #f00;
   color: white;
   font-weight: bold;
}


/* Liste von Werks */

table.werks {
}

table.werks tr th {
  text-align: left;
}

/*
# form.werk_filters {
#   margin-left: 10px;
#   width: 620px;
# }
# table.werk th {
#   height: 26px;
#   font-weight: normal;
#   padding: 0px 6px;
# }
# td.title {
#   background-color: #f8f8f8;
#   width: 90px;
# }
# div.nowiki {
#  margin-top: 10px;
# }
# table.werks tr th {
#   border-top: 3px solid #e8e8e8;
#   background-color: #eee;
#   padding: 3px 0px 5px 6px;
#   border-radius: 5px;
# }
# table.werks tr th.spacing {
#  height: 10px;
#  background-color: transparent;
#  border: none;
# }
# table.werks tr th.version {
#  background-image: url(\
#  background-position: center center;
#  background-repeat: repeat;
#  border-bottom: 1px solid #AAAAAA;
#  border-radius: 8px;
#  border-right: 1px solid #CCCCCC;
#  color: #FFFFFF;
#  font-size: 120%;
#  padding: 0.5ex 1ex;
#  border: none;
# }
# table.werks td {
#   vertical-align: top;
#   padding: 5px 0px 0px 0px;
# }
# table.werks td.id {
#   width: 60px;
# }
# table.werks td.werk {
#   width: 460px;
#   max-width: 460px;
#   word-wrap: break-word;
# }
# table.werks td.leg table {
#   border: 1px solid #888;
#   border-collapse: collapse;
#   margin-bottom: 5px;
#   box-shadow: 1px 1px 0.5px #ccc;
# }
# table.werks td.leg td {
#   width: 175px;
#   border: 1px solid #888;
#   padding: 0px 4px;
#   font-size: 7pt;
#   white-space: nowrap;
# }
# td.werk {
#    position: relative;
# }
# span.component {
#   color: #999;
# }
# table.werks td.leg td.incomp {
#    max-width: 30px;
#    overflow: hidden;
#    text-overflow: ellipsis;
#    white-space: nowrap;
# }
# table.werks td.leg td.level1 {
#   background-color: #f8f8f8;
# }
# table.werks td.leg td.level2 {
#   background-color: #d8d8d8;
# }
# table.werks td.leg td.level3 {
#   background-color: #c0c0c0;
# }
# table.werks td.leg td.security {
#   background-color: #f00;
# }
# table.werks td.leg td.incomp {
#   background-color: #f88;
# }
#
*/

/* Unterscheidung von normaler und "slim" Tabelle */
table.general, table.slim {
    margin-bottom: 40px;
}
table.2col.general th, table.2col.general td {
    width: 50%;
    vertical-align: top;
}
table.2col.slim {
    max-width: 80%;
}
table.2col.slim th, table.2col.slim td {
    width: 40%;
    vertical-align: top;
}

/* Logobar */

/* Logobar schmäler gemacht
 * Untere Grenzlinie eingeführt
 * Fabe auch in Hellgrau I
 * Logos kleiner machen
 * Button auch auf nicht grauem Hintergrund unsichtbar
 */
div.logobar {
    padding: 0.7rem 0 0;
    border-bottom: 1px solid #cbcbcb;
    background: #fafafa;
}

.logobar h3 {
    font-size: 1.4rem;
    margin: 0 10px 0;
}
.logobar-slider {
    margin: 0 10px 5px;
}

.logobar-slider li {
  height: 3rem;
}

.logobar-slider button {
    visibility: hidden;
}


/* Schmale, grau hinterlegte Icon-Teaser-Liste für Indexseite */
.icon-teaser-list.is-gray {
    padding-top: 4rem;
    margin-top: 0;
    background: #fafafa;
}

/* Weiter Icon-Teaser-Listen-Styles für Indexseite */
.icon-teaser-list.no-bottom-margin {
  margin-bottom: 0;
}
.icon-teaser-list.no-padding-top {
  padding-top: 0;
}

/* Anpassung der Icon Borders für Icon-Teaser-linkliste */
.icon.has-border.is-gray {
  border: #C4C4C4;
}

/* Hierdurch wird das x zum Schließen des Textlayers bei großem Browserfenster nicht angezeigt */
/* Auskommentiert, da sich hierdurch mfp Bilder nicht per Buttonklick schliessen lassen */
/*@media only screen and (min-width: 1101px) {
    button.mfp-close:hover, button.mfp-close:focus {
	display: none;
    }
}*/

/* Bild/Text-Kachel schließt nach oben und unten bündig an andere Elemente an */
.img-text-tile {
    padding: 0 15px 0;
}

/* Style changes originally made to main.css */

/* Commented this out because it makes main menu dropdowns shaky
-webkit-transition: all .3s ease 0s; transition: all .3s ease 0s;
*/
.menu-link > a { -webkit-transition: initial; }

/* '.has-overlay' changed to '.header-image' for proper functionality */
.header-image { position: relative; width: 100%; text-align: center; }

/* '40rem' changed to '100%' for proper scaling to browser size */
.info-box { max-width: 100%; }

/* Added these styles for narrow/slim/broad/... first column in accordion tables */
/*table.first-column-narrow th:first-of-type, */table.first-column-narrow td:first-of-type { width: 20%; }
table.first-column-slim th:first-of-type, table.first-column-slim td:first-of-type { width: 40%; }
table.first-column-broad th:first-of-type, table.first-column-broad td:first-of-type { width: 200%; }
table.first-column-no-collapse thead[role="button"] th:first-of-type::before,
table.first-column-no-collapse thead[role="button"][aria-expanded="true"] th:first-of-type::before { content: none; }
table.first-column-no-collapse a.btn { margin-top: 30px; }
table.first-column-left-align th:first-of-type, table.first-column-left-align td:first-of-type { text-align: left; }
table.left-align td { text-align: left; }
table.table-accordion.no-borders { border-spacing: 0; }

/* Added the width property for a consistent width for all downloads tables */
.table-downloads.fixed-width td, .table-downloads.fixed-width th { width: 40%; }
/*.table-downloads { margin-bottom: 30px }
/* Download-Version-Tabelle aus nowiki.inc stylen */
table.download, table.table-downloads {
    text-align: left;
    margin-bottom: 40px;
}
table.download th {
    padding-bottom: 15px;
}
table.download td {
    width: 15%;
}

/* Added this style for Google Maps width */
div#map { min-width: 100%; max-width: 100%; }

/* Cookie Consent Banner schmaler machen */
.cc-window.cc-banner {
    padding: 0.4em 1.8em;
    font-size: 12px;
}
@media only screen and (max-width: 1100px) { .cc-window.cc-banner {
    padding: 0.4em 0.8em;
} }

/* CC Button kleiner machen */
.cc-btn {
    padding: .4em 0em;
    border-style: none;
}

/* Schmalere Checkboxkachel ohne Grenze fuer Mailinglisten */
.checkbox-tile.is-narrow {
    padding: 1rem 0;
    border-bottom: none;
}

/* Zentrierte Überschriften und Buttons */
h2.centered, div.centered-button {
    text-align: center;
}

/* Graustufe und geringere background color opacity für Slide Intro */
.slide-intro.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.65;
    -webkit-transition: opacity  0.5s;
    transition: opacity 0.5s;
}
.slide-intro .slide-intro-wrapper {
    background-color: rgba(0, 74, 95, 0.8);
}

/* Sehr heller grau für Slide Intro */
.slide-intro.light-gray .slide-intro-wrapper {
    background-color: rgba(250, 250, 250, 1);
    color: rgb(75, 75, 75);
}
.slide-intro.yellow .slide-intro-wrapper {
    background-color: rgba(255, 220, 0, 1);
    color: rgb(75, 75, 75);
}

.slide-intro.is-slim .slide-intro-wrapper { padding: 0; }
.slide-intro.is-slim h1, .slide-intro.is-slim p { margin-bottom: 0; }
.slide-intro.is-slim p { margin-top: 20px; }
.slide-intro.is-slim h1 { font-size: 3rem; }

.slide-intro.no-bg-color{
  color: rgb(75, 75, 75);
}
.slide-intro.no-bg-color.text-white{
  color: #fff;
}

/* Slideshow Dots in größerem Abstand zu Button */
.intro-slideshow .slick-dots {
    bottom: -10px;
}

/* Doppelbanner Template für integrations.php */
.double-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.double-banner h1 {
    margin: 0 0 33.5px;
    text-align: center;
}
.double-banner div.grid-col {
    padding-top: 0;
    padding-bottom: 0;
}
.double-banner p {
    margin-bottom: 0;
}
.slide-intro-wrapper.banner, .slide-intro-wrapper.banner-second {
    background-color: #fff;
    color: #000;
    padding: 0;
}
@media only screen and (min-width: 1101px) { div.grid-col.border-left { border-left: 1px solid #004a5f; } }

.responsive-video {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
@media only screen and (min-width: 1101px) { .responsive-video { max-width: 85%; } }
/* Für Konferenzseite */
.gallery-video {
    padding-top: 4.5rem;
}

.white_background{
    background-color: white;
}

/* Icon Teaser
 Markup: includeTemplate molecules/3.02.teaser/_3.02.1.icon-teaser.html
 Styleguide 3.02.1
*/
.icon-teaser-left { text-align: left; }
.icon-teaser-left a { color: inherit; text-decoration: none; }
.icon-teaser-left .icon { display: block; margin: 0 auto 4rem; }

/* Bei Paragraphen blauen Text haben */
p.blue-text { color: #004a5f; font-family: "Realtime-black"; }

 .takeaway { display: block; padding-bottom: 1.4rem; padding-top: 2rem; font-family: "Realtime-black"; font-size: 2rem; text-align: center; position: relative; }
 .takeaway:before { content: ''; position: absolute; width: 30rem; top:1rem; border-top: 2px solid #ffdc00; left: -webkit-calc(50% - 15rem); left: calc(50% - 15rem); }

/* Button zu Schulungskalender hinzugefuegt */
.calendar-teaser > a > span:nth-of-type(3) {
    width: 40%;
}
.calendar-teaser > a::after {
    margin-left: 20px;
}

.text-input + .error-message {
    display: block;
    height: 33.8px;
}

form.werk_filters table {
    width: auto;
}
form.werk_filters td {
    padding-right: 1rem;
    padding-bottom: 3rem;
}
form.werk_filters td:nth-of-type(even) {
    padding-right: 4rem;
}

a.general-anchor {
    padding-top: 180px;
    margin-top: -180px;
}
h2.bold {
  font-weight: bold;
}

/* Größe von Icons in Listblock Elementen */
.icon-variable {
  width: 10rem;
  height: auto;
}

/* Vertikale Zentrierung von den Icons bei Listblocks */
.listblock-image{
  position: absolute;
  transform: translate(0%, -50%);
  top:50%;
}

@media only screen and (max-width: 700px) {
  .listblock-image {
    float: none;
    width: 100%;
    position: inherit;
    transform: inherit;
    top: inherit;
  }
}

.listblock{
  position: relative;
}

.info-box .icon {
    border: none;
    padding: 0;
}

.teaser-quote-slides div.quote {
    margin-left: 0;
}

/* Im special.css wird oben jeder margin-left auf 10px gesetzt, das überschreibt manche sinnvole margins, wie dieses hier */
.gallery-item__content-layer-text p{
  margin: 4px 8px 4px 8px;
}

table.credits {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1.5rem 0;
    padding-top: 10px;
}
table.credits th, table.credits td:first-of-type {
    text-align: left;
}
table.credits th, table.credits td {
    width: 25%;
    padding: 1rem 1.5rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}
table.credits th {
    border-bottom: 2px solid #a9a9a9;
}
table.credits th:not(:first-child)::before, table.credits td:not(:first-child)::before {
    content: '';
    height: 0;
    width: 1.5rem;
    display: block;
    position: absolute;
    left: -1.5rem;
    bottom: -1px;
    border-bottom: 1px solid #dcdcdc;
}
table.credits th:not(:first-child)::before {
    bottom: -2px;
    border-bottom: 2px solid #a9a9a9;
}
table.credits th:nth-of-type(3), table.credits td:nth-of-type(3), table.credits th:nth-of-type(4), table.credits td:nth-of-type(4) {
    width: 100%;
}

/* do white bullets (e.g. if background is dark) */
ul.white_bullets li::before {
  background-color: #FFFFFF;
}

div.heidelpay-form {        /* wird irgendiwe nicht erkannt - ist deshalb auch inline styled */
    text-align: center;
}

#order-process .tooltip-special {
    pointer-events: initial;
}
#order-process #part-1 .sum-bar, #order-process #support-submit { display: none; }
#order-process #part-1 .sum-bar.is-active, #order-process #support-submit.is-active { display: block; }

/* Give links a white font color */
a.whitetext {
  color: white;
}

table.support {
    margin-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #bbb;
    border-collapse: collapse;
}
table.support td, table.support th {
    border: 1px solid #bbb;
    vertical-align: middle;
    padding: 5px 8px;
}

table.support td {
    width: 60px;
}

table.support th {
    width: 152.5px;
    border: 1px solid #bbb;
    vertical-align: middle;
    padding: 5px 8px;
    height: 26px;
    font-weight: normal;
}

.grid-xl-6 .select-box {
    margin-top: 32.5px;
}

form section div:last-child {
    padding-bottom: 20px;
}

/* 4.05.4 Kachel Bild/Text -  Right-align schaut nicht gut aus, deshalb override hier  */
.img-text-tile.reverse .img-text-tile__text { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; padding: 1rem 1rem 1rem 2rem; text-align: left; }
@media only screen and (max-width: 700px) { .img-text-tile.reverse .img-text-tile__text { text-align: left; padding: 1rem; } }

/* Für Schulungsbuchung - falls bereits ausgebucht*/
.btn-nofunction { background-color: transparent; border-color: #818181; color: #818181; padding: 1rem 1rem; min-width: 117.5px;}
.btn-nofunction:hover, .btn-nofunction:focus { background-color: transparent; border-color: #818181; color: #818181;}

/* Header Button ist übermäßig breit wegen paddings */
.btn.is-slim {
  padding: 1rem 2rem;
}

/* Responsive Accordion Table neu designed */
@media only screen and (max-width: 700px) { table.table-responsive { display: block; }
  table.table-responsive thead, table.table-responsive tbody, table.table-responsive th, table.table-responsive td, table.table-responsive tr { display: block; }
  table.table-responsive thead tr th:not(:first-child) { position: absolute; top: -9999px; left: -9999px; }
  table.table-responsive td:first-child { font-family: "Realtime-black"; background-color: #fafafa; text-align: left; line-height: 3rem; } /* Styling von Kategorie */
  table.table-responsive td:not(:first-child):before { content: attr(data-label); position: static; font-family: "Realtime-regular";display: inline-block; padding-right: 10px; height: auto; width: auto; border-bottom: none; } /* Styling von vorherigen Spaltenüberschriften */
  table.table-responsive td:not(:first-child) { font-family: "Realtime-black"; } /* Styling von Bewertungen innerhalb der Kategorien - in bold für besseres differenzieren von ehemaligen Spaltenüberschriften */
  table.table-responsive td.td-check {background-color: #ffffff}
}


/* Inner navigation and Google search field for CMS entries*/
.cms-navi, .google-search {
    background-color: #dcdcdc;
    padding:20px;
}
.sublevel-cms {
    padding-left: 25px;
}

/* Styles aus nowiki.css ueberschreiben, um die mobile Version des CMS anschaulich zu machen
 * Breite fuer gesamtes nowiki div sowie fuer Bilder, Listen und Tabellen anpassen
 * Umbrechen (ohne korrekte Worttrennung) von Tabellen und Ueberschriften bei mobiler Version ermoeglichen
 */
@media only screen and (max-width: 1100px) { div.nowiki, div.nowiki div.bi img, div.nowiki div.bi { max-width: 100%; } }
div.nowiki li, div.nowiki ol { width: auto; }
@media only screen and (max-width: 1100px) { div.nowiki table, div.nowiki pre { width: auto; } }
@media only screen and (max-width: 1100px) { div.nowiki table td, div.nowiki table th { white-space: normal; } }
@media only screen and (max-width: 1100px) { h1, h2 { word-wrap: break-word; } }

/* Style fuer Bilder in CMS aus nowiki_format.inc */
.bi img {
    margin: 0;
    width: 840px;
    height: auto;
}

/* Ankerklasse, die den fixierten Header fuer den passenden Scroll beruecksichtigt */
a.fixed-top-value {
    display: block;
    position: relative;
    top: -190px;
    visibility: hidden;
}
@media only screen and (max-width: 1100px) {
    a.fixed-top-value {
        top: -60px;
    }
}

.newsentry{
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 3rem;
}

/* Ankerklasse fuer Tabellentitel, die zur Sortierung der Tabelleninhalte geklickt werden koennen */
a.sorting-hyperlink:link { text-decoration: none; }
a.sorting-hyperlink:visited { text-decoration: none; }
a.sorting-hyperlink:hover { text-decoration: underline; }
a.sorting-hyperlink:active { text-decoration: underline; }
a.sorting-hyperlink:after {
    color: #004a5f;
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 2rem;
    line-height: 1.7rem;
    margin-left: .5em;
}
a.sorting-hyperlink.descending:after { content: "\f0dd"; }
a.sorting-hyperlink.ascending:after { content: "\f0de"; }
a.sorting-hyperlink.numerical.descending:after { content: '\f162'; }
a.sorting-hyperlink.numerical.ascending:after { content: '\f163'; }
a.sorting-hyperlink.literal.descending:after { content: '\f15d'; }
a.sorting-hyperlink.literal.ascending:after { content: '\f15e'; }

/* Left-Alignment for rooflines */
p.roofline.left-align{
  text-align: left;
}
p.roofline.left-align:after{
  left: 0;
}

/* Weisse Links bei Introslides z.B. auf download.php */
.slide-intro a { color: rgb(75, 75, 75) }
.slide-intro a:hover, a:focus { color: #ffdc00; text-decoration: underline; }
.slide-intro a:focus { outline: none; }

.font-awesome-icon { font-family: FontAwesome; color: #004a5f; }
.font-awesome-icon:before { padding-right: 5px; }
.font-awesome-icon.padding-right { padding-right: 15px; }
.font-awesome-cog:before { content: "\f013"; }
.font-awesome-cogs:before { content: "\f085"; }
.font-awesome-gift:before { content: "\f06b"; }
.font-awesome-plus:before { content: "\f067"; }
.font-awesome-bug:before { content: "\f188"; }
.font-awesome-lock:before { content: "\f023"; }
.font-awesome-exclamation:before { color: red; content: "\f12a"; }

/* Verschwindende (hinter DL-Button umbrechende) Sprachwechsellinks DE, EN fixen */
@media only screen and (max-width: 400px) { .secondary-menu-link > a { padding: 10px 10px; } }

/* Vertikale Verschiebung und Ueberlappung zwischen Menulink und Downloadbutton auf mobiler
 * Seite aufheben */
.menu-main .btn-menu-toggle { margin: 2px; }
@media only screen and (max-width: 700px) { .menu-main .btn-menu-toggle { margin: 7px; } }
/* Fix fuer mobile iOS-Geräte */
@supports (-webkit-overflow-scrolling: touch) {
    @media only screen and (max-width: 700px) { .menu-main .btn-menu-toggle { margin: 2px; } }
}
@media only screen and (max-width: 700px) { header.header .header-button { right: 0; } }

/* Abstaende gerade ziehen nachdem Magnificent Pop-Up fuer CMS implementiert wurde */
.gallery-item-wrapper.cms-image, .gallery-item-wrapper.cms-image:hover, .gallery-item-wrapper.cms-image:focus
{ padding: 0; margin: 0; border: none; }

/* Styles fuer CMS hilites durch die Gallery- und Gallery-Item-Ebene mit durch schleifen */
div.nowiki div.gallery div.gallery-item div.bi div.hilite {
    border: 2px solid #ff4000;
    box-shadow:
        0px 0px 5px rgba(255, 50, 0, 0.5),
        inset 0px 0px 5px rgba(255, 50, 0, 0.5);
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
}


tr.is-gray { color: #aaaaaa; background-color: #f4f4f4; border-spacing: 0; }
tr.is-crossed-out { color: #aaaaaa; background-color: #f4f4f4; border-spacing: 0; text-decoration: line-through; }

div.gallery.gallery-video.is-flexbox.no-padding { padding: 0; }


/* Styles for multiple icon_teaser_lists */
.icon-teaser-list.no-padding-top{
  padding-top: 0;
}

/* Style for landing pages und Verteilerseiten */
.img-text-tile.airy{
  padding: 4rem 15px 4rem;
}

/* generic styles */
.gray-background {
  background: #fafafa;
}
.align-center {
  text-align: center;
}

/* 4.05.4 Kachel Bild/Text is typically 2/3 text and 1/3 image - this class reverses this ratio and allocates 1/3 of space to the text and 2/3 to the image */
.img-text-tile.reverse .big-img-text-tile__text { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; padding: 1rem 1rem 1rem 2rem; text-align: left; }
@media only screen and (max-width: 700px) { .img-text-tile.reverse .big-img-text-tile__text { text-align: left; padding: 1rem; } }
.img-text-tile.colored .big-img-text-tile__text { background-color: rgba(0, 74, 95, 0.7); color: #fff; }
.img-text-tile.colored .big-img-text-tile__img { position: relative; }
.img-text-tile.colored .big-img-text-tile__img::after { background-color: rgba(0, 74, 95, 0.7); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.big-img-text-tile__text { -webkit-box-flex: 0; -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; padding: 1rem 2rem 1rem 1rem; }
@media only screen and (max-width: 700px) { .big-img-text-tile__text { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; padding: 1rem; } }
.big-img-text-tile__img { -webkit-box-flex: 0; -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; }
@media only screen and (max-width: 700px) { .big-img-text-tile__img { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } }
.big-img-text-tile__img img { width: 100%; }


/* Added class to slide for more narrow spacing */
.slide-intro .slide-intro-wrapper-narrow { overflow: hidden; padding: 0px 0 0px; background-color: rgba(0, 74, 95, 0.9); text-align: center; }
@media only screen and (max-width: 700px) { .slide-intro .slide-intro-wrapper-narrow { padding: 0px 0; } }

/* MAKE TABS GREAT AGAIN - much more prominent
 Markup: includeTemplate atoms/2.02.links/_2.02.7.tab.html
 Styleguide 2.02.7 */
.tab {  font-family: "Realtime-black"; font-size:20px; display: block; margin-right: 15px; position: relative; padding: 1.5rem; border-bottom: 3px solid #c4c4c4; text-decoration: none; text-align: center; }
.tab[aria-selected="true"] { font-family: "Realtime-black"; background: #ffdc00; border-color: #ffdc00; color: #212121; }
.tab[aria-selected="true"]:before { content: ''; position: absolute; bottom: -8px; left: -webkit-calc(50% - 8px); left: calc(50% - 8px); width: 0; height: 0; border-top: 8px solid #ffdc00; border-left: 8px solid transparent; border-right: 8px solid transparent; }
.tab:hover, .tab:focus, .tab[aria-selected="true"] { text-decoration: none; border-color: #ffdc00; }

/* Fixing a Kochan style that rather breaks than improves things */
.form-item:nth-of-type(even) {padding-right: 15px;}
