/*
	Theme Name: Baxter OIS Base Theme 2025
	Theme URI: https://www.it-em.de
	Description: Base Theme for Baxter (Relaunch 2025)
	Version: 0.0.1
	Author: Sven Evers
*/

:root {
    --main-color-background: #efefef;
    --main-color-baxterblue: #154898;
    --main-color-midnightblue: #001446;
    --main-accent-color: #009FDA;
    --main-color-white: #ffffff;
    --main-color-darkgrey: #54585A;
    --main-font: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    --main-font-headline: 'Saira Semi Condensed', Helvetica Neue, Helvetica, Arial, sans-serif;
    --main-font-headline-weight: 500;
    --main-gray1: #EEEEEE;
    --main-gray2: #D4D5D6;
}


/* roboto-regular - latin_latin-ext */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v47-latin_latin-ext-regular.eot');
    /* IE9 Compat Modes */
    src: url('fonts/roboto-v47-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-v47-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('fonts/roboto-v47-latin_latin-ext-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('fonts/roboto-v47-latin_latin-ext-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('fonts/roboto-v47-latin_latin-ext-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* saira-semi-condensed-500 - latin_latin-ext */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/saira-semi-condensed-v13-latin_latin-ext-500.eot');
    /* IE9 Compat Modes */
    src: url('fonts/saira-semi-condensed-v13-latin_latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/saira-semi-condensed-v13-latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('fonts/saira-semi-condensed-v13-latin_latin-ext-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('fonts/saira-semi-condensed-v13-latin_latin-ext-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('fonts/saira-semi-condensed-v13-latin_latin-ext-500.svg#SairaSemiCondensed') format('svg');
    /* Legacy iOS */
}


/* saira-semi-condensed-600 - latin_latin-ext */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/saira-semi-condensed-v13-latin_latin-ext-600.eot');
    /* IE9 Compat Modes */
    src: url('fonts/saira-semi-condensed-v13-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/saira-semi-condensed-v13-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('fonts/saira-semi-condensed-v13-latin_latin-ext-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('fonts/saira-semi-condensed-v13-latin_latin-ext-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('fonts/saira-semi-condensed-v13-latin_latin-ext-600.svg#SairaSemiCondensed') format('svg');
    /* Legacy iOS */
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

html,
body {
    height: 100%;
    margin: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-family: var(--main-font-headline);
    font-size: 3em;
    margin: 0.67em 0;
    font-weight: var(--main-font-headline-weight);
}


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}


/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}


/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C""\201D""\2018""\2019";
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}


/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Figures
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table thead th {
    font-weight: 700;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--white);
    border-bottom: 1px solid var(--main-gray2);
}

.course-dates .row:nth-of-type(even),
.table-striped tbody tr:nth-of-type(even) {
    background-color: var(--main-gray1);
    border-bottom: 1px solid var(--main-gray2);
}

.course-dates .row {
    min-height: 60px;
}

.table thead th {
    vertical-align: bottom;
    background-color: var(--main-gray1);
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #f9f9f9;
    border-bottom: 1px solid var(--main-gray2);
    border-right: 1px solid var(--main-gray2);
}

.table th {
    border-right: 1px solid #ffffff;
}

.table td:last-child,
.table th:last-child {
    border-right: 0px;
}

.updates-headline a {
    color: var(--main-color-darkgrey);
    font-weight: 700;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
    height: auto;
}

body,
.fancybox-slide p,
.fancybox-container {
    font: 400 16px/1.6 var(--main-font);
    color: var(--main-color-darkgrey);
}

body {
    overflow-y: scroll;
    /*
    background-color: var(--main-color-background);
*/
    background: #EFEFEF;
    background: linear-gradient(134deg, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(239, 239, 239, 1) 100%);
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

a {
    color: var(--main-color-baxterblue);
    text-decoration: none;
}

a:hover,
.breadcrumps a:hover,
.sidenav a:hover {
    color: #263a57;
    text-decoration: underline;
}

.breadcrumps a,
header a,
.sidenav a {
    color: var(--main-color-darkgrey);
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid var(--main-color-baxterblue);
}

p {
    margin-bottom: 2rem;
}

.background-grey {}

.fullwidth-grey {
    min-height: calc( 100vH - 400px);
}

.list-unstyled,
.list-unstyled li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

article ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
}

article ul li {
    margin-left: 15px;
}


/*
        article ul li::before {
            position: relative;
            color: #10a38d;
            font-family: 'Font Awesome\ 5 Pro';
            font-weight: 900;
            content: "\f111";
            font-size: 0.9rem;
            top: -3px;
            left: 0px;
            margin-right: 10px;
        }
        */

article ul.nav-tabs li {
    margin-left: 0px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.width-100 {
    width: 100%;
}

.width-200px {
    width: 200px;
}

.fullwidth-grey.products {
    min-height: calc( 100vH - 400px);
}

.fullwidth-grey.home {
    min-height: calc( 100vH - 900px);
}

.icon-404 {
    font-size: 120px;
    color: var(--main-color-background);
}

#proxy {
    position: absolute;
    margin-top: -20px;
}

.emph-bold {
    font-weight: 600;
}

.ois-bg-blue {
    background-color: var(--main-color-darkgrey);
}

.ois-bg-darkblue {
    background-color: #030b38;
}

.ois-bg-lightgrey {}

.ois-bg-white {
    background-color: var(--main-color-white);
}

.ois-bg-lightblue {
    background: #f9f9f9;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

@media (min-width: 1500px) {
    .container,
    .footer,
    .wrapper,
    .wrapper-header {
        max-width: 1480px;
    }
}

@media (min-width: 1700px) {
    .container,
    .footer,
    .wrapper,
    .wrapper-header {
        max-width: 1680px;
    }
}


/* wrapper */

.wrapper {
    min-height: 100%;
    margin-bottom: -84px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-header {
    margin-left: auto;
    margin-right: auto;
}


/*
        .post-type-archive-trainingcourses .wrapper,
        .post-type-archive-trainingcourses .container,
        .page-template-template-returnrepair .wrapper,
        .page-template-template-returnrepair .container,
        .page-template-template-rental .wrapper,
        .page-template-template-rental .container,
        .page-template-template-software-registration .wrapper,
        .page-template-template-software-registration .container {
            margin-left: 0;
        }
        */


/* header */

.header {
    position: relative;
    z-index: 101;
    background-color: var(--main-color-white);
}

.wrapper-header {
    background-color: var(--main-color-white);
}


/* logo */

.header-claim {
    width: 200px;
    height: 90px;
    font-size: 2.8rem;
    padding-top: 0px;
    font-family: var(--main-font-headline);
}

.separator {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.logo-img {
    width: 200px;
    height: 34px;
}

.height-25 {
    height: 25px;
}


/* footer */

.footer {
    font-family: var(--main-font-headline);
    font-size: 1.5rem;
    color: var(--main-color-white);
    margin-left: auto;
    margin-right: auto;
    /*
        position: fixed;
        bottom: 0;
        */
}

#footer-column-1,
#footer-column-2 {
    font-size: 1.2rem;
}

.footer h3 {
    font-size: 1.8rem;
    color: var(--main-color-white);
}

.footer ul {
    list-style: none;
}

.footer a {
    color: var(--main-color-white);
}

.footer li {
    float: left;
    margin-right: 10px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    width: 100%;
}

.overlay.active {
    display: block;
}

#content-spacer {
    height: 45px;
}

.iframe-fullsize {
    width: 100%;
    height: 100%;
    min-height: calc( 100vH - 500px);
    border: 0;
    padding: 0;
    margin: 0;
}

.fullsize-content .iframe-fullsize {
    min-height: calc( 100vH - 420px);
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h2,
.h2-home {
    font-size: 3rem;
    font-family: var(--main-font-headline);
    font-weight: var(--main-font-headline-weight);
    margin-bottom: 2rem;
    color: var(--main-color-baxterblue);
}

.h2-home {
    width: fit-content;
    min-width: 80%;
}

.h2-home:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--main-color-darkgrey);
    margin-top: 6px;
}

.news-content li:before {
    font-family: 'Font Awesome\ 5 Pro';
    font-weight: 900;
    content: "\f0da";
    margin: 0 8px 0 -15px;
    color: #999999;
}

.news-content li {
    margin-bottom: 1rem;
}

.small {
    font-size: 13px;
}

.text-justify ul {
    text-align: left;
}


/*------------------------------------*\
    Images
\*------------------------------------*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

figcaption {
    box-shadow: 0 7px 22px rgba(19, 19, 19, .08);
    padding: 10px;
}

figcaption p {
    margin: 0;
    padding: 0;
}

.image-news {
    padding: 10px;
    box-shadow: 0 7px 22px rgba(19, 19, 19, .08);
}

.image-news img {
    display: block;
    margin: auto;
}

.ois-main-image-container {
    position: relative;
    /*
            margin-left: -15px;
            margin-right: -15px;
            */
}

.size-ois-main-image {
    width: 100%;
}


/*------------------------------------*\
    Buttons
\*------------------------------------*/

button[type=submit]:not(.btn),
input[type=submit]:not(.btn),
.btn,
.submit,
.btn-ois,
.btn-ois-small {
    /*
    display: inline-block;
    font-weight: 700;
    font-family: Geogrotesque, Helvetica Neue, Helvetica, Arial, sans-serif, sans-serif;
    background:var(--main-color-baxterblue);
    border: 1px solidvar(--main-color-baxterblue);
    color: var(--main-color-white);
    font-size: 16px;
    padding: 10px 22px;
    display: inline-block;
    box-shadow: none!important;
    outline: 0!important;
    transition: all .25s ease!important;
    */
    border-radius: 3rem;
    border: 2px solid var(--main-color-baxterblue);
    color: var(--main-color-baxterblue);
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.5em 3em;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    font-size: inherit;
    background-color: transparent;
}

.btn-ois-small {
    padding: 5px 5px 5px 5px;
    font-size: 13px;
}

button[type=submit]:not(.btn):hover,
input[type=submit]:not(.btn):hover,
.btn:hover,
.submit:hover,
.btn-ois:hover,
.btn-ois-small:hover,
#newsletter-subscribe {
    /*
    background-color: var(--main-color-baxterblue);
    color: var(--main-color-white);
    text-decoration: none;
    */
    box-shadow: 0 1rem 2rem -1rem rgb(0 0 0 / 50%);
    background-color: var(--main-color-baxterblue);
    border-color: var(--main-color-baxterblue);
    color: var(--main-color-white);
    text-decoration: none;
    font-size: inherit;
}

.btn-ois:focus,
.btn-ois-small:focus {
    box-shadow: none;
}

.previous-versions-button {
    cursor: pointer;
    border-radius: 3rem;
    border: 2px solid var(--main-color-baxterblue);
    color: var(--main-color-baxterblue);
    padding: 0.1em 1em;
    width: fit-content;
    margin-top: 5px;
}

.previous-versions-content {
    padding: 5px 0 5px 0;
    width: fit-content;
}

.previous-versions-content li {
    width: fit-content;
}

.previous-versions-button:before {
    content: '+';
    margin-right: 5px;
    width: 10px;
    display: inline-block;
}

.previous-versions-button.minus:before {
    content: '–';
    margin-right: 5px;
    width: 10px;
    display: inline-block;
}


/*------------------------------------*\
    Footer
\*------------------------------------*/

#footer h3 {
    font-weight: 700;
}

.widget-footer-menu li {
    float: none;
    margin-right: 0;
    margin-top: 10px;
}

.widget-footer-menu .menu {
    margin: 0;
    padding: 0;
}


/*------------------------------------*\
    Scroll to top arrow
\*------------------------------------*/

.arrow-top-holder {
    position: fixed;
    bottom: 105px;
    right: 25px;
    transition: all 0.2s linear 0s;
    color: #cccccc;
    z-index: 1000;
    border: 3px solid #cccccc;
    padding: 4px 12px;
    font-size: 24px;
    display: none;
    border-radius: 25px;
}

.arrow-top-holder:hover {
    cursor: pointer;
    color: var(--main-color-white);
    background-color: var(--main-color-baxterblue);
    border-color: var(--main-color-baxterblue);
}


/*------------------------------------*\
    Navigation
\*------------------------------------*/

#container-navigation {
    height: 100px;
    background-color: var(--main-color-white);
}

.container-blue-border {
    border-bottom: 5px solid #dce1fc;
}

#container-navigation .container .row {
    margin-left: -15px;
    background-color: var(--main-color-white);
    margin-top: 10px;
    margin-bottom: 25px;
}

.sticky-nav {
    position: fixed;
    top: 0px;
    left: 0px;
}

#container-navigation.sticky-nav>.container {
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--main-color-white);
}

#logo-sticky {
    float: right;
    margin-top: 8px;
    display: none;
}

#logo-print {
    height: 60px;
}

#sticky-placeholder.sticky {
    height: 50px;
}


/*
Too hard
.sticky-nav #logo-sticky{
	display: block;
}
*/

.nav>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}

.nav ul>li {
    position: relative;
    float: left;
    vertical-align: middle;
    text-align: left;
    display: flex;
    margin-right: 2rem;
}

.nav>ul>li a:hover {
    color: var(--main-color-baxterblue);
}

.nav>ul li a {
    font-size: 1.6rem;
    font-family: var(--main-font-headline);
    transition: all .25s ease!important;
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-weight: var(--main-font-headline-weight);
}

.nav>ul>li ul.sub-menu a {
    text-transform: none;
    white-space: nowrap;
    display: block;
}

.nav .sub-menu a {
    font-family: var(--main-font-headline);
    font-size: 1.6rem;
    padding: 4px 14px;
}

.nav>ul>li>ul.sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    background: var(--main-color-white);
    list-style: none;
    padding: 12px 0;
    margin: 0;
    min-width: 220px;
    box-shadow: 0 7px 12px -3px rgb(0 0 0 / 30%);
    z-index: 2;
    display: none;
}

.nav>ul>li:hover>ul.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 2;
}

.nav>ul>li:hover>ul.sub-menu li,
.nav>ul>li:hover>ul.sub-menu .sub-menu,
.nav>ul>li:hover>ul.sub-menu .sub-menu a {
    display: block;
    float: none;
    position: relative;
}

@media only screen and (max-width: 991.98px) {
    .nav ul>li,
    .nav>ul li a {
        display: block;
    }
    .nav>ul {
        margin-left: 20px;
    }
    .nav-responsive .menu-item-has-children>a {
        width: 100%;
    }
    /*
            .nav-responsive .menu-item-has-children>a:after {
                display: block;
                position: absolute;
                right: -15px;
                top: 25%;
                font-family: 'Font Awesome\ 5 Pro';
                font-weight: 900;
                content: "\f0d7";
                font-size: 1.2rem;
            }
            */
}


/*


        
        .nav ul>li:hover {}
        
        .nav ul>li:last-child {}
        
        .nav>ul>li a {}
        
        

        

        
        
        
        .nav>ul>li:hover>ul.sub-menu>li:hover>ul.sub-menu {
            top: 10%;
            left: 100%;
            z-index: 1;
        }
        
        .nav>ul>li ul.sub-menu>li {
            position: relative;
            width: 100%;
            border: 0;
            text-align: left;
            height: auto;
            display: block;
        }
        
        .nav>ul>li ul.sub-menu>li:hover {
            background-color:var(--main-color-white);
        }
        
        .nav>ul>li ul.sub-menu>li:hover a {
            color: var(--main-color-baxterblue) !important;
        }
        */

.sidenav {
    border: 1px solid #090f30;
    background-color: var(--main-color-white);
}

.sidenav .children {
    padding-left: 1rem;
}

.sidenav-links {
    margin: 0;
    padding: 0;
}

.sidenav-links .current_page_item>a {
    color: black;
}

.sidenav-links li {
    list-style-type: none;
}

.sidenav a {
    font-size: 1.6rem;
    font-weight: 700;
}

#menu-footermenu {
    padding: 0;
    margin: 0;
}

#menu-footermenu a {
    color: var(--main-color-white);
}

.ois-border-top-white {
    border-top: 1px solid white;
}


/*------------------------------------*\
   Login
\*------------------------------------*/

.login label {
    width: 100%;
}

.login .submit {
    float: right;
}

.login #login_error,
.login .message,
.login .success {
    border-left: 4px solid var(--main-color-baxterblue);
}

input[type=checkbox]:checked:before {
    color: var(--main-color-baxterblue);
}

.logout-link {
    margin-top: 3px;
    display: block;
    float: left;
}

#logout {
    position: absolute;
    right: 15px;
    top: 5px;
}


/*------------------------------------*\
   Tabs
\*------------------------------------*/

.nav-tabs .nav-item {
    margin-top: 10px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
    border-radius: 0;
    margin-right: 10px;
    border: 1px solid #aaaaaa;
    background-color: #aaaaaa;
    color: var(--main-color-white);
    line-height: normal;
}

.nav-tabs .nav-link.active,
.nav-link:focus {
    border: 1px solid var(--main-color-baxterblue);
    background-color: var(--main-color-baxterblue);
    color: var(--main-color-white);
}

#productTabContent .tab-pane {
    min-height: calc(100vh - 450px);
}

.border-bottom {
    border-bottom: 1px solid #dddddd;
}


/*------------------------------------*\
   Tabs courses
\*------------------------------------*/

.tabs {}

.tab-item {
    display: inline-block;
    background-color: #aaaaaa;
    color: var(--main-color-white);
    font-weight: bold;
    padding: 5px 10px;
}

.tab-item:hover {
    cursor: pointer;
    background-color: var(--main-color-baxterblue);
    color: var(--main-color-white);
}

.tab-item-current {
    display: inline-block;
    background-color: var(--main-color-baxterblue);
    color: var(--main-color-white);
}

.tab-content {
    display: none;
}

.tab-content-current {
    display: block;
}


/*------------------------------------*\
    Utilities
\*------------------------------------*/

.utilities {}

.utilities ul {
    float: right;
    margin-bottom: 0;
}

.utilities li {
    float: left;
    list-style: none;
}

.utilities li:first-child a {
    border-left: 0;
}

.utilities li a {
    font-family: var(--main-font-headline);
    color: #757575;
    font-weight: var(--main-font-headline-weight);
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ccc;
    line-height: 24px;
}

.utilities li a:hover {
    color: var(--main-color-baxterblue);
}


/*------------------------------------*\
    Breadcrumps
\*------------------------------------*/

.breadcrumps {
    font-size: 1.2rem;
    min-height: 60px;
    margin-bottom: 20px;
}

.wrapper-breadcrumps {
    background-color: var(--main-accent-color);
    font-size: 1.4rem;
    border-radius: 3rem;
    margin-bottom: 5rem;
    padding: 7px 20px;
    color: var(--main-color-white);
    width: fit-content;
}

.breadcrumps a {
    color: var(--main-color-white);
    font-weight: 500;
}

.breadcrumps a:hover {
    color: var(--main-color-white);
}

.breadcrumb-delimiter {
    margin-left: 7px;
    margin-right: 5px;
    font-size: 1rem;
}

.current-page {
    font-weight: 500;
}

.ois-main-image-container .breadcrumps {
    color: var(--main-color-white);
    position: absolute;
    top: 40px;
    left: 35px;
    z-index: 3;
}

.ois-main-image-container .breadcrumps a {
    color: var(--main-color-white);
}

.breadcrumps h1 {
    font-size: 72px;
    padding: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #001446;
    background: radial-gradient(circle at 30% 30%, rgba(21, 72, 152, 1) 0%, rgba(0, 20, 70, 1) 60%);
}

#breadcrumps-title {
    margin-top: 0;
    bottom: -100px;
    top: auto;
    max-width: 70%;
    min-height: auto;
    margin-bottom: 0px;
}

.breadcrumps-spacer {
    height: 100px;
}


/*------------------------------------*\
    Pagination
\*------------------------------------*/

.pagination-wrapper .page-numbers {
    display: inline-block;
    background-color: #aaa;
    color: var(--main-color-white);
    text-align: center;
    padding: 10px 10px;
    transition: all .25s ease!important;
    vertical-align: middle;
    font-size: 1.5rem;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
    background-color: var(--main-color-baxterblue);
}

.pagination ul {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0;
}

.pagination ul li {
    box-sizing: border-box;
    float: left;
    height: 30px;
    width: 30px;
    border: 0px none rgb(102, 102, 102);
    list-style: none outside none;
    margin: 0px 11px 0px 0px;
    list-style: none outside none;
}

.pagination ul li .current {
    box-sizing: border-box;
    color: var(--main-color-white);
    display: flex;
    height: 30px;
    min-width: 30px;
    width: 30px;
    background-color: var(--main-color-baxterblue);
    border: 2px solid var(--main-color-baxterblue);
    align-items: center;
    justify-content: center;
    text-align: left;
}

.pagination ul li a {
    box-sizing: border-box;
    color: #e0e0e0;
    display: flex;
    height: 30px;
    min-width: 30px;
    text-align: left;
    text-decoration: none;
    width: 30px;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
}

.pagination ul li a:hover {
    border-color: var(--main-color-baxterblue);
    background-color: var(--main-color-baxterblue);
    color: var(--main-color-white);
}


/*------------------------------------*\
    Slideshow
\*------------------------------------*/

.slideshow-wrapper {
    display: block;
    position: relative;
}

.slideshow {
    position: relative;
    display: block;
}

.slideshow-starter {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--main-color-white);
    height: 100px;
    width: 100px;
    font-size: 100px;
    line-height: 0;
    pointer-events: none;
    transition: all .25s ease !important;
}

.slideshow-wrapper:hover .slideshow-starter {
    color: var(--main-color-baxterblue);
}


/*------------------------------------*\
    Video
\*------------------------------------*/

.video-starter {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--main-color-white);
    height: 50px;
    width: 50px;
    font-size: 50px;
    line-height: 0;
    pointer-events: none;
    padding: 0px;
    transition: all .25s ease !important;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
}

.tile-products:hover .video-starter,
.product-video-holder:hover .video-starter {
    color: var(--main-color-baxterblue);
}


/*------------------------------------*\
    Downloads
\*------------------------------------*/

.download-headline {
    padding-bottom: 1.5rem;
}

.download-headline div {
    font-weight: bold;
}

.download-row {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 50px;
    border-top: 1px solid #dddddd;
    box-shadow: 5px 0 20px transparent;
    transition: all .25s ease !important;
}

.website-row {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 50px;
    border-top: 1px solid #dddddd;
    box-shadow: 5px 0 20px transparent;
    transition: all .25s ease !important;
}

.search-result .tab-content {
    max-height: calc(100vH - 340px);
    overflow-y: auto;
}

.search-no-result {
    text-align: center;
    font-size: 2rem;
    margin-top: 5rem;
}

.search-textfield,
.search-text,
.search-select,
.search-label,
.wpcf7-text,
.wpcf7-form label {
    font-size: 1.4rem !important;
}

.search-label,
.wpcf7-form label {
    font-weight: bold;
    width: 100%;
    margin-bottom: 1rem;
}

.wpcf7-form p {
    margin: 0;
}

.search-textfield,
.search-select,
.wpcf7-text {
    height: 34px !important;
}

#downloadspinner {
    font-size: 3.2rem;
}

.updates-headline {
    max-width: 100%;
    overflow-x: hidden;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.main-content {
    padding-bottom: 2rem;
}


/* HOME */

#document-mini-protocoll {
    height: 584px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 767.98px) {
    #document-mini-protocoll {
        height: 345px;
    }
}

.main-image-container-extralarge {
    display: flex;
    align-items: center;
}


/*
,
.ois-main-image-container::before*/


/*
.main-image-container-extralarge::before {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, .2);
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(img/baxter-headerX-crop.png);
}
*/

.main-image-headline {
    position: absolute;
    margin-left: 2%;
    z-index: 3;
    bottom: 2%;
    padding: 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #154898;
    background: radial-gradient(circle at 30% 30%, rgba(21, 72, 152, 1) 0%, rgba(0, 20, 70, 1) 60%);
    background-position: 30% 0%;
}

.main-image-container-extralarge h1 {
    margin-top: 1rem;
    font-size: 9rem;
    color: var(--main-color-white);
    font-family: var(--main-font-headline);
    margin: 0;
    font-weight: var(--main-font-headline-weight);
}

.home-tile-slide {
    color: var(--main-color-white);
    background-color: var(--main-color-baxterblue);
    transition: all 0.5s ease-out;
    width: calc( 100% - 30px);
    position: absolute;
    left: 15px;
    top: 250px;
    margin-left: 0;
    height: 250px;
}

.ois-home-tile:hover .home-tile-slide {
    left: 15px;
    top: 80px;
}

.home-tile-image-holder {
    width: 100%;
    height: 300px;
    background-color: #f5f6fc;
    object-fit: cover;
}

.home-tile-image-holder img {
    height: inherit;
    object-fit: cover;
}

.ois-home-tile {
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

.h2-tile {
    color: var(--main-color-white);
    font-size: 22px;
    line-height: 30px;
    font-family: var(--main-font-headline);
    font-weight: var(--main-font-headline-weight);
}

.container-home-grey {
    background-color: #f6f6f6;
}

.carousel-item {
    /*height: 350px;*/
    overflow: hidden;
    height: 520px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.attachment-ois-news-home {
    margin: 0 0 20px 0;
    display: block;
}

.attachment-ois-slider {
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.white-box-container {
    width: 100%;
    /*background-color: rgba(211, 1, 50, 0.8);*/
    background-color: rgba(222, 1, 50, 0.93);
    height: 105px;
    margin-top: 395px;
    text-align: left;
}

.white-box-slider {
    width: 400px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    right: 0;
    bottom: 30px;
}

.white-box-headline {
    font-family: var(--main-font-headline);
    color: var(--main-color-darkgrey);
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    width: 100%;
    margin-left: 24px;
    font-weight: var(--main-font-headline-weight);
}

.white-box-subline {
    color: #5e5e5e;
    font-size: 1.4rem;
    line-height: 2rem;
    width: 100%;
    margin-left: 24px;
}

.pseudolink:hover {
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.9);
        opacity: 0.7;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

.hotspot {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-baxterblue);
    -webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 3s infinite ease-in-out;
    -ms-animation: pulse 3s infinite ease-in-out;
    -moz-animation: pulse 3s infinite ease-in-out;
    animation: pulse 3s infinite ease-in-out;
    border-radius: 100%;
}


/*News*/

.container-news {
    margin: 0 0 25px 0;
    padding: 15px;
    box-shadow: 0 1px 5px rgba(19, 19, 19, 0.33);
    border-radius: 0.15em;
    background-color: var(--main-color-white);
}

.row-news {
    margin-left: -30px;
}

.news-downloads {
    margin-bottom: 20px;
}

.news-headline {
    font-size: 18px;
    min-height: 40px;
    font-weight: 900;
    margin-bottom: 15px;
}

.news-tile {
    background: white;
    /*
    background: #f9f9f9;
    box-shadow: 0 7px 12px -3px rgb(0 0 0 / 30%);
    */
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    overflow: hidden;
}

.news-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 3px;
    background: linear-gradient(0deg, #001446, #009FDA);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.news-tile>* {
    position: relative;
    z-index: 1;
}

.news-tile:hover {
    cursor: pointer;
}

.news-tile-large {
    height: 740px;
}

@media only screen and (max-width:769px) {
    .news-tile-large {
        height: auto;
    }
}

@media only screen and (max-width:1499px) {
    #document-mini-protocoll {
        height: 554px;
    }
}

#newsTabContent {
    background-color: #f6f6f6;
    padding: 10px;
    margin-top: 0;
}

.download-button {
    display: inline-block;
    /*background-color: #aaa;*/
    color: var(--main-color-baxterblue);
    padding: 0px;
    position: relative;
    transition: all .25s ease!important;
    vertical-align: middle;
    /*width: 250px;
    max-width: 100%;*/
}


/*
    .download-button:after {
        display: block;
        position: absolute;
        left: 0px;
        top: 10px;
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: 900;
        font-size: 15px;
    }
    
    .download-button-file:after {
        content: "\f019";
    }
    
    .download-button-pdf:after {
        content: "\f1c1";
        font-weight: 400;
    }
    
    .download-button-image:after {
        content: "\f1c5";
        font-weight: 400;
    }
    
    .download-button-external:after {
        content: "\f35d";
    }
    
    .download-button-internal:after {
        content: "\f343";
    }
    */

.download-button:hover {
    /*background-color: var(--main-color-baxterblue);*/
    color: var(--main-color-baxterblue);
    cursor: pointer;
}

.download-image {
    border: 1px solid #dddddd;
}

.news-link,
.link-button {
    display: inline-block;
    background-color: #aaa;
    color: var(--main-color-white);
    padding: 10px 10px 10px 25px;
    position: relative;
    transition: all .25s ease!important;
    vertical-align: middle;
}

.news-link:after,
.link-button:after {
    display: block;
    position: absolute;
    left: 10px;
    top: 23%;
    font-family: 'Font Awesome\ 5 Pro';
    font-weight: 900;
    content: "\f0da";
    font-size: 15px;
}

.news-link:hover,
.link-button:hover {
    background-color: var(--main-color-baxterblue);
    color: var(--main-color-white);
    cursor: pointer;
}

.news-headline {
    margin-top: 6px;
    margin-bottom: 18px !important;
    color: var(--main-color-baxterblue);
    font-size: 22px;
    line-height: 30px;
    font-family: var(--main-font-headline);
    font-weight: var(--main-font-headline-weight);
    width: fit-content;
    min-width: 80%;
}

.news-headline:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--main-color-darkgrey);
    margin-top: 6px;
}

.news-teaser {
    font-size: 16px;
}

.news-link-wrapper {
    margin-top: auto;
}

.news-date {
    font-size: 13px;
}

.fixed-height {
    height: 120px;
}


/* Courses */

.courses-row {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 50px;
    border-top: 1px solid #dddddd;
    box-shadow: 5px 0 20px transparent;
    transition: all .25s ease!important;
}

.course-link,
.list-link {
    position: relative;
    display: block;
}

.course-link:before,
.list-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: 0;
    width: 5px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    background-color: var(--main-color-baxterblue);
    transition: all .25s ease!important;
    box-sizing: border-box;
}

.course-link:hover:before,
.list-link:hover:before,
.list-link:focus:before,
.list-link:active:before {
    transform: scale(1);
    opacity: 1;
}

.course-link:hover .courses-row,
.list-link:hover .list-row,
.list-link:focus .list-row,
.list-link:active .list-row {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-top-color: transparent;
}

.course-link:hover+.course-link .courses-row,
.list-link:hover+.list-link .list-row,
.list-link:focus+.list-link .list-row,
.list-link:active+.list-link .list-row {
    border-top-color: transparent;
}

.attachment-ois-course {
    max-height: 150px;
    max-width: 150px;
}

.border-top {
    border-top: 1px solid #dddddd;
}


/* Contact */

.contact dd {
    margin: 0 0 0 25px;
    padding: 0 0 0.5em 0;
}

.contact dt {
    float: left;
    clear: left;
    width: 25px;
}

.box-link {
    color: var(--main-color-white);
    display: block;
}

.box-link:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f061';
    margin-right: 5px;
}


/*
        .box-link:hover {
            text-decoration: none;
        }
        */

.box-link:hover {
    color: var(--main-color-white);
}


/*------------------------------------*\
    Links with icons
\*------------------------------------*/

.link-phone,
.link-email,
.link-internal,
.link-external {
    margin-left: 25px;
}

.link-phone::before,
.link-email::before,
.link-internal::before,
.link-external::before {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Pro";
    color: var(--main-color-baxterblue);
    font-weight: bold;
}

.link-phone::before {
    content: "\f095";
}

.link-email::before {
    content: "\f0e0";
}

.link-external::before {
    content: "\f08e";
}

.link-internal::before {
    content: "\f061";
}


/*------------------------------------*\
    Document database
\*------------------------------------*/

.updates-meta {
    font-size: 1.4rem;
}

.updates-mini-meta {
    font-size: 1.2rem;
}


/*------------------------------------*\
    Forms
\*------------------------------------*/

input[type=date],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
select,
textarea {
    width: 100%;
    font-size: 16px;
    border: 1px solid var(--main-color-darkgrey);
    padding: 0px 10px 0px 10px;
    height: 48px;
    transition: none;
    border-radius: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background-color: var(--main-color-white);
}

textarea {
    border: 1px solid var(--main-color-darkgrey);
    min-height: 163px;
}


/*
button[type=submit]:not(.btn),
input[type=submit]:not(.btn),
.submit {
    font-weight: 700;
    font-family: Geogrotesque, Helvetica Neue, Helvetica, Arial, sans-serif, sans-serif;
    background:var(--main-color-baxterblue);
    border: none;
    color: var(--main-color-white);
    font-size: 16px;
    padding: 10px 22px;
    display: inline-block;
    box-shadow: none!important;
    outline: 0!important;
    transition: all .25s ease!important;
}

button[type=submit]:not(.btn):hover,
input[type=submit]:not(.btn):hover,
.submit:hover {
    background-color: var(--main-color-baxterblue);
}
*/

.form-message {
    display: none;
    padding: 10px;
    margin: 0 0 30px 0;
}

.form-message-required,
.form-message-error {
    color: var(--main-color-white);
    padding: 10px;
    margin-bottom: 20px;
    background-color: #d42940;
    display: none;
}

.form-message-success {
    padding: 10px;
    color: var(--main-color-white);
    margin-bottom: 20px;
    background-color: #3daf50;
    display: none;
}

.form-missing {
    border: 3px solid var(--main-color-baxterblue) !important;
}

.form-missing-label {
    color: var(--main-color-baxterblue) !important;
}

#registration-success {
    display: none;
}


/*------------------------------------*\
    Tiles
\*------------------------------------*/

.tile {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all .25s ease!important;
    padding-top: 100%;
    width: 100%;
    position: relative;
    background-color: var(--main-color-white);
}

.tile .inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.tile:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.tile img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.clear_left {
    clear: left;
}

.tile-headline {
    margin-bottom: 20px;
}


/*------------------------------------*\
    Accordeon
\*------------------------------------*/

.card {
    border-radius: 0;
    border-bottom: 0px;
}

.card-header {
    border-bottom: 0px;
    color: var(--main-color-baxterblue);
}

.card-header:hover {
    cursor: pointer;
}

.card-header:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    font-family: 'Font Awesome\ 5 Pro';
    font-weight: 600;
    content: "\f0d8";
    font-size: 15px;
}

.card:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header.collapsed {
    color: #666666;
}

.card-header.collapsed:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    font-family: 'Font Awesome\ 5 Pro';
    font-weight: 600;
    content: "\f0d7";
    font-size: 15px;
}

.card-body .row {
    margin-right: 0;
}


/* IE11 */

.collapse {
    height: auto;
    overflow: auto;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/*
* Burger menu
*/

.mbc {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    height: 4px;
    left: 0px;
    position: relative;
    right: 0px;
    top: 0px;
    width: 28px;
    column-rule-color: var(--main-color-baxterblue);
    perspective-origin: 14px 2px;
    transform-origin: 14px 2px;
    caret-color: var(--main-color-baxterblue);
    background: var(--main-color-baxterblue) none repeat scroll 0% 0% / auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    margin: 0px 0px 5px;
    transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.trigger-responsive.active span:first-child {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: top .3s 0s, -webkit-transform .3s .3s;
    transition: top .3s 0s, transform .3s .3s;
    transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.trigger-responsive.active span:nth-child(2) {
    opacity: 0;
}

.trigger-responsive.active span:last-child {
    top: -8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .3s 0s, -webkit-transform .3s .3s;
    transition: top .3s 0s, transform .3s .3s;
    transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

#container-responsive {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--main-color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.logo-responsive {
    width: 129px;
    margin: 10px auto 10px auto;
}

.trigger-responsive {
    position: absolute;
    right: 20px;
    top: 1px;
}

@media only screen and (max-width:1194px) {
    .wrapper {}
}


/* Extra small devices (portrait phones, less than 576px) */

@media only screen and (max-width: 575.98px) {
    .nav-tabs .nav-item,
    .submit {
        width: 100%;
    }
}

@media (min-width: 992px) {}


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 1199.98px) {
    .white-box-slider {}
    .white-box-headline {
        font-size: 30px;
        line-height: 35px;
    }
    .white-box-subline {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 1500px) {
    .main-image-container-extralarge h1 {
        font-size: 5.6rem;
    }
}

@media only screen and (max-width:991.98px) {
    .main-image-container-extralarge h1 {
        font-size: 3rem;
    }
}


/* For all small screens */

@media only screen and (max-width:991.98px) {
    .header {
        border-bottom: 0px;
    }
    .white-box-slider {
        display: none;
    }
    #container-navigation {
        width: 290px;
        height: 100%;
        left: -290px;
        top: 0px;
        padding: 45px 0 0 0;
        position: fixed;
        box-shadow: -1px 3px 5px rgba(0, 0, 0, .2);
        border-bottom: none;
        z-index: 100;
    }
    .nav {
        padding-right: 0;
    }
    .nav-responsive {
        overflow-y: auto;
        height: calc( 100vH - 80px);
        margin-top: 45px;
    }
    .nav ul {
        display: block;
    }
    .nav ul>li {
        float: none;
        margin-right: 0;
    }
    #container-navigation.open {
        left: 0;
        display: block;
    }
    .nav-utilities-responsive {
        justify-content: end;
        flex-direction: column;
    }
    .nav-utilities-responsive ul {
        padding-left: 20px;
    }
    .nav-utilities-responsive a {
        font-weight: normal;
        font-size: 15px;
        font-family: var(--main-font-headline);
        font-weight: var(--main-font-headline-weight);
    }
    .nav>ul>li ul.sub-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        display: block;
        /*display: block;*/
    }
    /*.nav>ul>li.current-page-parent ul.sub-menu,*/
    .nav>ul>li.current-menu-item ul.sub-menu,
    .current-menu-item ul.sub-menu {
        display: block;
    }
    .nav>ul>li.open ul.sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .nav>ul>li:hover:before {
        visibility: hidden;
    }
    .sticky-nav #logo-sticky {
        display: none;
    }
    /* Show submenus OPEN */
    .nav>ul>li.current-menu-item>a,
    .nav>ul>li.current-menu-parent>a,
    .nav>ul>li.current-page-ancestor>a {
        color: #111111;
    }
    .nav>ul>li ul.sub-menu {
        visibility: visible;
        opacity: 1;
        padding-top: 0;
        padding-left: 20px;
    }
    .nav>ul>li ul.sub-menu a {
        font-size: 15px;
        white-space: normal;
    }
    .current_page_parent,
    .current-menu-item,
    .current-menu-parent,
    .nav>ul>li.current-page-ancestor {
        background-color: var(--main-color-white) !important;
    }
    /*
            .nav-responsive .current-menu-item>a {
                color: var(--main-color-white) !important;
                background-color: var(--main-color-baxterblue);
            }
            */
    /*
            .nav>ul>li ul.sub-menu>li {
                padding-left: 20px;
            }
            */
    .nav>ul>li ul.sub-menu>li>a:hover {
        background-color: transparent;
        color: #111111 !important;
    }
    /* Language switch */
    /* TODO: make this nice */
    .sub-menu-language {
        /*
        display: block !important;
        visibility: visible;
        */
        width: 100% !important;
        padding-left: 0 !important;
        border-bottom: 0 !important;
        margin-left: -20px !important;
    }
    /*
    .sub-menu-language li{
        display: inline-block;
        width: 34px !important;
    }
    */
    .flag-icon-current {
        display: none;
    }
    /* History */
    .history-description {
        margin-left: 0;
    }
    .history-year:before {
        display: none;
    }
    .product-details-columns {
        column-count: 1;
        column-gap: 0px;
    }
    .modal-dialog {
        max-width: 100%;
    }
    .main-image-container-large {
        height: auto;
    }
    #search {
        font-size: 16px;
        height: 42px;
        padding: 9px 20px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .menu-item-language {
        height: auto;
    }
    #slideouts {
        top: 100px;
    }
    .courses-row {
        height: auto;
    }
    .carousel-item {
        height: 150px;
    }
    .contentModal {
        min-width: auto;
    }
    .white-box-container {
        margin-top: 175px;
        height: 125px;
    }
    .white-box-slider {
        height: 125px;
    }
    .white-box-headline {
        font-size: 24px;
        line-height: 30px;
    }
    .white-box-subline {
        font-size: 24px;
        line-height: 30px;
    }
    .search-result .tab-content {
        max-height: calc(100vH - 300px);
        margin-top: 10px;
    }
    .search-wrapper {
        padding: 0 10px 0px 20px;
    }
    #search-result .nav-item {
        width: 33.3%;
    }
    #search-result .search-link {
        padding: 10px 0px 10px 0px !important;
        font-size: 13px;
        margin-right: 5px;
        text-align: center;
    }
    .searchresultcount {
        width: 30px;
        margin-left: 0px;
    }
    #productTabContent .tab-pane {
        min-height: auto;
    }
    #document-result {
        min-height: 100px;
    }
    .fullwidth-grey.home {
        min-height: calc( 100vH - 585px);
    }
    .breadcrumps h1 {
        margin-top: 30px !important;
        font-size: 36px;
    }
}

@media only screen and (max-width: 767.98px) {
    .breadcrumps h1 {
        margin-top: 20px !important;
        font-size: 24px;
    }
}


/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {}


/*// Large devices (desktops, 992px and up)*/


/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}

@media (max-width: 1200px) {
    .tile-image {
        max-width: 200px;
    }
}


/* Defaults for large screen */

@media only screen and (min-width:1150px) {}

@media only screen (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}


/*------------------------------------*\
    MISC
\*------------------------------------*/


/* Selected text */

 ::selection {
    background: #aaaaaa;
    color: var(--main-color-white);
    text-shadow: none;
}

 ::-webkit-selection {
    background: #aaaaaa;
    color: var(--main-color-white);
    text-shadow: none;
}

 ::-moz-selection {
    background: #aaaaaa;
    color: var(--main-color-white);
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: var(--main-color-white);
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}


/*------------------------------------*\
    Tooltips
\*------------------------------------*/

.tooltip {
    opacity: 1 !important;
    filter: alpha(opacity=100);
}

.toolip-trigger {
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    display: inline-block;
    color: var(--main-color-baxterblue);
}

.tooltip-inner {
    max-width: 300px;
    padding: 1rem;
    color: var(--main-color-white);
    text-align: center;
    background-color: var(--main-color-baxterblue);
    border-radius: .25rem;
    font-size: 1.5rem;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -0.3rem;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: var(--main-color-baxterblue);
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    content: "";
    border-width: 5px 5px 0;
    border-top-color: var(--main-color-baxterblue);
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img,
    .search-result-item,
    .product-description-border,
    .widget-footer {
        page-break-before: auto;
        page-break-after: auto;
        page-break-inside: avoid;
        position: relative;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h1,
    h2,
    h3 {
        page-break-after: avoid;
        position: relative;
    }
    h1:before {
        background-color: #000;
    }
    td,
    tr,
    th,
    div,
    footer {
        background: transparent !important;
    }
    .fade:not(.show) {
        opacity: 1;
    }
    #productTabContent .tab-pane {
        min-height: 50px;
    }
    .table-responsive th {
        border-bottom: 2px solid #dddddd;
    }
    .techdata td,
    .table-responsive td {
        border-bottom: 1px solid #dddddd;
    }
    .card {
        border: none !important;
    }
    .card-header,
    .card-body {
        padding-left: 0;
    }
    .card-header {
        font-size: 1.75rem;
        font-weight: bold;
    }
    .list-link {
        text-decoration: none !important;
        pointer-events: auto;
    }
    .list-link:before,
    .toolip-trigger,
    .card-header.collapsed:after {
        display: none;
    }
    .search-result-image {
        /* width: 200px; */
    }
    .nav-tabs .nav-link {
        display: none;
    }
    .nav-tabs .nav-link.active {
        display: block;
        background: none;
        border: 0;
        padding: 0;
        font-size: 1.75rem;
        font-weight: bold;
    }
    .list-row,
    .techdata-details-odd,
    .techdata-details-even {
        page-break-inside: avoid;
    }
    .tab-pane h1 {
        margin-top: 50px;
        page-break-after: avoid;
    }
    .card-header,
    .card-body h3 {
        page-break-after: avoid;
    }
    .wimEntryImg,
    .search-result-image,
    .product-main-image {
        max-width: 100% !important;
        margin: 0;
    }
    .product-main-image {
        display: inline;
    }
    .print-float {
        float: left;
        width: 300px;
    }
    .additional-print-image {
        max-width: 300px !important;
        max-height: 300px !important;
    }
    h1 {
        clear: left;
    }
    .product-details {
        width: 50% !important;
        float: left !important;
    }
    .product-main-image-holder {
        width: 50% !important;
        float: left !important;
    }
    .approvals {
        padding: 0;
    }
    .approvals img {
        height: 60px;
    }
}


/*------------------------------------*\
    Training courses
\*------------------------------------*/

.calendar-item {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--main-color-darkgrey);
    border-top: 10px solid var(--main-color-darkgrey);
    width: 120px;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    background-color: var(--main-color-white);
}


/*------------------------------------*\
    Download Table
\*------------------------------------*/

.td-width-100 {
    width: 100%;
}

.td-width-50 {
    width: 50%;
}

.td-width-33 {
    width: 33.33%;
}

.td-width-25 {
    width: 25%;
}

.td-width-20 {
    width: 20%;
}


/*------------------------------------*\
    Progress
\*------------------------------------*/

.progress-steps {
    max-width: 956px;
    max-width: 59.75rem
}

.progress-steps.swrf-steps {
    max-width: 726px;
    max-width: 45.375rem;
    margin-top: 40px;
    margin-top: 2.5rem
}

@media only screen and (min-width:1024px) {
    .progress-steps.swrf-steps {
        margin-top: 3rem
    }
}

.progress-steps__indicator {
    height: 40px;
    height: 2.5rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1024px) {
    .progress-steps__indicator {
        margin: 0 .625rem 0 1.875rem
    }
}

.progress-steps__indicator .step-section {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swrf-steps .progress-steps__indicator .step-section {
    width: 33%
}

.progress-steps__indicator .step-section:last-child {
    width: 37px;
    width: 2.3125rem
}

.progress-steps__indicator_circle {
    pointer-events: none
}

.progress-steps__indicator_circle .round {
    background-color: #b7c9d3;
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 1.5rem;
    border-radius: 50%
}

@media only screen and (min-width:1024px) {
    .progress-steps__indicator_circle .round {
        height: 2.25rem;
        width: 2.25rem
    }
}

.progress-steps__indicator_circle .round.active {
    background-color: var(--main-color-white);
    border: solid 2pxvar(--main-color-baxterblue);
    border: solid .125remvar(--main-color-baxterblue)
}

.progress-steps__indicator_circle.completed {
    cursor: pointer;
    pointer-events: visible
}

.progress-steps__indicator_circle.completed .round {
    background-color: var(--main-color-baxterblue)
}

.progress-steps__indicator_circle .icon {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: var(--main-color-white);
    margin-left: 10%
}

@media only screen and (min-width:1024px) {
    .progress-steps__indicator_circle .icon {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

.progress-steps__indicator_line {
    padding: 0;
    margin: 0;
    width: 100%;
    border: solid 2px #b7c9d3;
    border: solid .125rem #b7c9d3;
    background-color: #b7c9d3;
    max-width: 191px;
    max-width: 11.9375rem
}

.progress-steps__indicator_line.completed {
    border-color: var(--main-color-baxterblue);
    background-color: var(--main-color-baxterblue)
}

.progress-steps__labels {
    max-width: 100%;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px;
    margin-top: 1rem;
    position: relative
}

@media only screen and (min-width:1024px) {
    .progress-steps__labels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.progress-steps__labels h2,
.progress-steps__labels_text {
    color: #000;
    font-family: var(--main-font-headline);
    font-size: 14px;
    font-size: .875rem;
    font-weight: 300;
    line-height: 22px;
    line-height: 1.375rem;
    letter-spacing: .25px;
    letter-spacing: .015625rem;
    max-width: 110px;
    max-width: 6.875rem;
    text-align: center;
    color: #5e5e5e;
    pointer-events: none;
    font-weight: var(--main-font-headline-weight);
}

@media only screen and (min-width:1024px) {
    .progress-steps__labels h2,
    .progress-steps__labels_text {
        font-size: 1rem;
        line-height: 1.5rem;
        position: relative;
        left: -0.9%
    }
    .progress-steps__labels h2:first-child,
    .progress-steps__labels_text:first-child {
        left: 0
    }
    .progress-steps__labels h2:nth-child(4),
    .progress-steps__labels_text:nth-child(4) {
        left: -1.6%
    }
    .progress-steps__labels h2:last-child,
    .progress-steps__labels_text:last-child {
        left: .4%
    }
}

.progress-steps__labels h2.completed,
.progress-steps__labels_text.completed {
    cursor: pointer;
    pointer-events: visible;
    color: #000
}

.progress-steps.tsf-steps {
    max-width: 988px;
    max-width: 61.75rem;
    margin-top: 40px;
    margin-top: 2.5rem
}

@media only screen and (min-width:1024px) {
    .progress-steps.tsf-steps {
        margin-top: 3rem
    }
    .progress-steps.tsf-steps .progress-steps__indicator {
        margin: 0 .625rem 0 3.125rem
    }
    .progress-steps.tsf-steps .progress-steps__labels_text {
        left: 0;
        max-width: 7.3125rem
    }
    .progress-steps.tsf-steps .progress-steps__labels_text:nth-child(4) {
        left: -1.6%
    }
    .progress-steps.tsf-steps .progress-steps__labels_text:last-child {
        left: .6%
    }
}

@media only screen and (min-width:1440px) {
    .progress-steps.tsf-steps .progress-steps__labels_text {
        max-width: 13.5rem;
        min-width: 9rem;
        padding-right: 4.5rem
    }
    .progress-steps.tsf-steps .progress-steps__labels_text:nth-child(4) {
        left: 3% !important
    }
    .progress-steps.tsf-steps .progress-steps__labels_text:last-child {
        left: 4% !important;
        padding-right: 0 !important
    }
}

button.no-style {
    background: 0;
    border: 0;
    cursor: pointer;
    padding: 0;
}


/*
.btn {
    font-family: Geogrotesque, Helvetica Neue, Helvetica, Arial, sans-serif, sans-serif;
    border: 3px solidvar(--main-color-baxterblue);
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    width: 100px;
    height: 40px;
    margin: 0;
    padding: 0 .75rem;
}
*/


/*
.btn.primary-button {
    background:var(--main-color-baxterblue);
    color: var(--main-color-white);
}
*/


/*
.btn.secondary-button {
    background:var(--main-color-white);
    color:var(--main-color-baxterblue);
}
*/


/*
.btn.secondary-button:hover {
    color: #2a3da3;
    background: #f5f6fc;
    border: 3px solid #2a3da3;
}

.btn.primary-button:hover {
    color: var(--main-color-white);
    background: #2a3da3 !important;
    border: 3px solid #2a3da3;
}
*/

.registration-tab {
    display: none;
}

.registration-tab-active {
    display: block;
}

.registration-navbar-active {
    color: var(--main-color-white);
    background: var(--main-color-baxterblue) !important;
}

.registration-navbar-active:before {
    border-left: 10px solid var(--main-color-baxterblue) !important;
}

.required-missing {
    border: 1px solid #d42940 !important;
}

input[type="radio"].required-missing+label {
    color: #d42940 !important;
}

#registration-navbar span {
    background: #cccccc;
    padding: 8px 5px 8px 15px;
    margin-right: 10px;
    position: relative;
    height: 40px;
    display: inline-block;
    z-index: 1;
    margin-bottom: 10px;
}

#registration-navbar span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid var(--main-color-background);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#registration-navbar span:before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #cccccc;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.hotelreservation-date-no {
    display: none;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    height: 48px;
    position: relative;
    border: 1px solid #090f30;
}

.btn-outline-secondary {
    color: #090f30;
}

.number-small {
    height: 30px !important;
    font-size: 14px !important;
}


/* Make form bigger on small screens or within iframe */

@media (min-width: 768px) {
    /*
            .container {
                max-width: 100%;
            }
            */
}

.course-status-indicator {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.course-status-indicator-red {
    color: red;
}

.course-status-indicator-green {
    color: #00B097;
}

.course-status-indicator-yellow {
    color: rgb(248, 248, 134);
}

#document-database-trigger {
    width: 50px;
    height: 325px;
    position: fixed;
    top: 220px;
    right: 0;
    color: var(--main-color-white);
    cursor: pointer;
    background: var(--main-color-baxterblue);
    z-index: 2000;
    box-shadow: -4px 2px 28px -6px rgb(0 0 0 / 76%);
    text-align: center;
    padding: 10px;
    border-radius: 4px 0 0 4px;
}

#document-database-trigger-title {
    text-align: center;
    font-weight: bold;
    transform: rotate( -90deg);
    font-size: 24px;
    width: 280px;
    height: 280px;
}

@media (max-width: 768px) {
    #document-database-trigger {
        display: none;
    }
}

#input-ois {
    opacity: 0;
}

.updates-row {
    border-top: 1px solid var(--main-gray2);
}