/** {*/
/*    outline: 1px solid red;*/
/*}*/

/* formal all external links */
.link-extern {
    color: rgb(18, 71, 71);
}

.link-extern:hover,
.link-extern:focus {
    color: rgba(18, 71, 71, 0.8);
}

/* format all custom input boxes */
.input-box {
    border-radius: 0;
    margin: 0.5rem auto 0;
}

.input-box:focus {
    background-color: transparent;
    box-shadow: 0 0 0 .25rem rgba(18, 71, 71, 0.2);
    color: rgba(18, 71, 71, 1);
    border-color: rgba(18, 71, 71, 1);
}


/* format text */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
    font-family: Montserrat;
    background: url('img/background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
    color: white;
}

/* header sub-pages */
h1, .h1 {
    font-size: 2rem;
    font-family: Nexa;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* header landing pages */
h2, .h2 {
    font-size: 1.6rem;
    font-family: Nexa;
    text-align: center;
    color: rgb(255, 255, 255);
}

/* header sub pages for the boxes */
h3, .h3 {
    font-size: 1.4rem;
    font-family: Nexa;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

/* header client pages for the boxes */
h4, .h4 {
    position: relative;
    font-size: 1.2rem;
    font-family: Nexa;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}

P, .P, li {
    font-size: 0.87rem;
    line-height: 1.5;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* format lists, used in all sub-pages */

li {
    margin-bottom: 5px;
    line-height: 1.2;
    -moz-hyphens: auto;
    hyphens: auto;
}

ul {
    background-color: transparent;
    border-right: 10px solid rgba(147, 99, 38, 0.8);
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-bottom: 5px; /* 5px from li already */
}

li::marker {
    content: '▼   ';
    font-size: 0.6rem;
    color: rgb(147, 99, 38);
}

.dropdown-menu {
    border-radius: 0;
}


/*****************************************************************/
/* Disclaimer Blocksatz */
#disclaimer {
    text-align: justify;
}


/*****************************************************************/
/* TAB FORMATTING */
.custom-tab .nav-link {
    background-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-radius: 0px;
    border-color: rgba(18, 71, 71, 1);
    color: rgba(18, 71, 71, 1);
    margin-right: 10px;
    margin-bottom: 10px;
}

.custom-tab .nav-link.active,
.show > .nav-link {
    background-color: rgba(18, 71, 71, 1); /* format link with position differently */
    color: white;
    border-radius: 0px;
    border-width: 2px;
    border-color: rgba(18, 71, 71, 1);
}

.custom-tab .nav-link:hover {
    background-color: rgba(18, 71, 71, 1); /* format link with position differently */
    color: white;
    border-color: white;
}

.custom-tab:focus {
    box-shadow: 0 0 0 .25rem rgba(18, 71, 71, .25);
}

/* format line on bottom of all tabs */
.tabs {
    margin-top: 40px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-width: 0px;
}

/*****************************************************************/
/* FORMAT ALL BUTTONS, also format bootstrap buttons (btn-primary) */
.button,
.btn-primary {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(18, 71, 71, 1);
    border-radius: 0px;
    border-width: 2px;
    color: rgba(18, 71, 71, 1);
    margin-right: 10px;
    margin-bottom: 10px;
}

.button:hover,
.button:focus,
.btn-primary:hover,
.btn-primary:focus {
    background-color: rgba(18, 71, 71, 1);
    border-color: rgba(18, 71, 71, 1);
    border-radius: 0px;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
}

.button:focus {
    box-shadow: 0 0 0 .25rem rgba(18, 71, 71, .5);
}


.button_no_border {
    background-color: transparent;
    border-color: transparent;
    color: rgba(18, 71, 71, 1);
    margin-right: 10px;
    margin-bottom: 10px;
}

.button_no_border:hover,
.button_no_border:focus,
.button_no_border:active {
    color: rgba(18, 71, 71, 0.8);
    background-color: transparent;
    border-color: transparent;
}


/*****************************************************************/
/* FORMAT RADIO BUTTONS */
.btd-radio-eq > label > input[type="radio"] {
    vertical-align: middle;
}

/* Hide if unchecked */
.btd-radio-eq > label > input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

/* Buttons */
.btd-radio-eq > label {
    padding: .25em .5em;
    cursor: pointer;
    border: 1px solid #28608f;
    margin-right: -1px;
    color: #fff;
    background-color: #428bca;
}

/* Rounded button corners */
.btd-radio-eq > label:first-of-type {
    border-radius: .7em 0 0 .7em;
}

.btd-radio-eq > label:last-of-type {
    border-radius: 0 .7em .7em 0;
}

/*button on landing page*/
.btn_landing {
    width: 150px;
    color: rgb(18, 71, 71);
    border-color: rgb(18, 71, 71);
    text-align: center;
    margin-top: 1rem;
}

.btn_landing:hover,
.btn_landing:focus,
.btn_landing:active {
    background-color: rgb(18, 71, 71);
    color: white;
}


/* BUTTON hello */
.btn_hello:focus,
.btn_hello {
    float: left;
    border-color: rgb(255, 78, 0);
    color: rgb(255, 78, 0);
    box-shadow: none;
    background-color: transparent;
}

.btn_hello:hover {
    background-color: rgb(255, 78, 0);
    color: white;
}

.btn_hello_sub {
    border-color: white;
    color: white;
    width: 150px;
    height: 50px;
    background-color: transparent;
    z-index: 1;
    position: absolute;
    padding: 0;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    line-height: 3;
}


.btn_hello_sub:hover,
.btn_hello_sub:focus {
    background-color: rgba(55, 55, 55, 0.6);
    color: white;
    border-color: white;
}


.btn_back_sub:hover,
.btn_back_sub:active {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: transparent;
}
