/* #region */
/* #endregion */

/* Text-Elements ------------------------------------------------------- */
/* #region */
h1, h2, h3 {
    font-family: 'Baskervville-Regular', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2.2em;
    margin-bottom: 0.4em;
}

h3 {
    font-size: 1.4em;
    margin-bottom: 0.3em;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 0.2em;
}

h5, h6 {
    font-size: 1em;
    margin-bottom: 0.2em;
}

p {
    margin-bottom: var(--default-margin-bottom);
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: var(--darkgray);
}

a[href^="tel:"] {
	text-decoration: none;
	color: var(--gray_darker);
}

a[href^="tel:"]:hover {
	color: var(--gray_darker);
}

strong {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 600;
}

em {
    font-family: 'Montserrat-Italic', sans-serif;
}

figure {
    margin-bottom: var(--default-margin-bottom);
    
}

figure.for_blockquotes {
	display: inline-block;
    width: auto;
    background-color: var(--lightgray);
    padding: 30px 3.6% 36px 2.4%;
    border-left: 5px solid var(--darkgray);
}

figure.for_blockquotes p {
    margin-bottom: 1em;
}

blockquote {
    font-size: 1.3em;
}

q {
    quotes: "«" "»";
}

figcaption {

}

figure.for_blockquotes figcaption {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 700;
}

figure.for_blockquotes figcaption cite {
    font-family: 'Montserrat-Italic', sans-serif;
    font-weight: 400;
    color: black;
}

/* #endregion */

/* Lists ------------------------------------------------------- */
/* #region */
ul, ol {
    margin-left: 20px;
    margin-bottom: var(--default-margin-bottom);
}

ul {

}

li {
    margin-bottom: 6px;
}

ul.partner_list {
	list-style-type: none;
	margin: 0 0 2em 0;
}

ul.partner_list li {
	margin-bottom: 32px;
}

ul.char_list {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 6px;
}

ul.char_list li {
    display: inline-block;
    padding: 8px;
    font-size: 1.2em;
}
/* #endregion */

/* Tables ------------------------------------------------------- */
/* #region */
table {
    border-collapse: collapse;
    margin-bottom: var(--default-margin-bottom);
}

th {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 600;
}

th, td {
    text-align: left;
    padding: 5px 10px 5px 10px;
}

table.bordered th,
table.bordered td {
    border: 1px solid var(--darkgray);

}

table.row_bordered tr {
    border-bottom: 1px solid var(--darkgray);
}

table.row_bordered tr:first-child {
    border-top: 1px solid var(--darkgray);
}

table.zebra tr:nth-child(even) {
    background-color: var(--lightgray)
}

table.tbl_big th, table.tbl_big td {
    font-size: 1.2em;
    padding: 8px 14px 8px 14px;
}

table.tbl_small th, table.tbl_small td {
    font-size: 0.9em;
    padding: 3px 8px 3px 8px;
}

.table_wrapper {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
  }
  
.table_wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  
.table_wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
  }
/* #endregion */

/* Media ------------------------------------------------------- */
/* #region */

audio {
    width: 100%;
    height: 50px;
}

video {
    
}

/* Classes for Media */
.responsive {
    max-width: 100%;
    height: auto;
}

.width_75 {
    max-width: 75%;
    height: auto;
}

.width_50 {
    max-width: 50%;
    height: auto;
}

.width_25 {
    max-width: 25%;
    height: auto;
}

figure.for_images img {
    display: block;
    margin-bottom: 8px;
}

figure.for_images figcaption {
    font-size: 0.9em;
}

.video_block {
    margin-bottom: var(--default-margin-bottom);
    background-color: black;
    width: 640px;
    max-width: 100%;
}

.video_wrapper {
    position: relative;
	height: 0;
}

.video_wrapper iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio_21_9 {
     /* 9 / 21 * 100 */
     padding-bottom: 42.85%; 
}

.ratio_16_9 {
    /* 9 / 16 * 100 */
    padding-bottom: 56.25%; 
}

.ratio_4_3 {
     /* 3 / 4 * 100 */
     padding-bottom: 75%; 
}

.topic_image {
    width: 100%;
    max-width: 320px;
    padding: 12px;
    height: auto;
}

.thumb_gallery {
	display: inline-block;
	width: 200px;
	height: auto;
	margin: 6px;
}

/* #endregion */


/* Other Common Tags ----------------------- */
/* #region */
hr {
    border: 0;
    height: 1px;
    background: var(--darkgray);
    margin-bottom: var(--default-margin-bottom);
}
/* #endregion */


/* Navigation ------------------------------------------------------- */
/* #region */
nav {
    text-align: center;
    padding: 24px 1.5% 18px 1.5%;
    background-color: var(--lightgray);
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    text-decoration: none;
    padding: 10px 12px;
    color: black;
    font-size: 1.2em;
    transition: 0.3s
}

nav ul li a:hover {
    color: var(--gray);
}

nav ul li.active a {
	color: var(--gray);
	text-decoration: underline;
	text-underline-offset: 6px;
}

nav ul li.active a:hover {

}

/* #endregion */

/* Page Structure ------------------------------------------------------- */
/* #region */
#container {
    max-width: 1200px;
    margin: 0 auto 25px auto;
    background-color: #FFFFFF;
    box-shadow: 2px 10px 25px 11px rgba(255,255,255,0.9);
}

header {
    color: white;
}

header img {
	display: block;
	max-width: 100%;
}

main {
    padding: 25px 4% 20px 4%;
}

footer {
    background-color: var(--gray_lighter);
    padding: 20px 1.5% 16px 1.5%;
    text-align: center;
}

footer p {
	font-size: 1.1em;
	margin-bottom: 2px;
}


/* #endregion */

/* Common Classes ------------------------------------------------------- */
/* #region */
.sample_div {
    display: inline-block;
    width: 240px;
    text-align: center;
    padding: 25px 20px;
    margin-bottom: var(--default-margin-bottom);
}

.bg_gray_lightest {
    background-color: var(--gray_lightest);
}

.bg_gray_lighter {
    background-color: var(--gray_lighter);
}

.bg_gray_light {
    background-color: var(--gray_light);
}

.bg_gray {
    background-color: var(--gray);
    color: white;
}

.bg_gray_dark {
    background-color: var(--gray_dark);
    color: white;
}

.bg_gray_darker {
    background-color: var(--gray_darker);
    color: white;
}

.bg_gray_darkest {
    background-color: var(--gray_darkest);
    color: white;
}

.bg_red {
    background-color: var(--red);
}

.border_red {
    border: 2px solid var(--red);
}

.text_red {
    color: var(--red);
}

.bg_green {
    background-color: var(--green);
}

.border_green {
    border: 2px solid var(--green);
}

.text_green {
    color: var(--green);
}

.bg_blue {
    background-color: var(--blue);
}

.border_blue {
    border: 2px solid var(--blue);
}

.text_blue {
    color: var(--blue);
}

.highlight {
    color: var(--red);
}

.introtext {

}

/* Logos Partner */

.border_logo {
	display: inline-block;
	margin-bottom: 2px;
	padding: 12px;
	border: 1px solid var(--gray_lighter);
}
/* #endregion */