/** Shopify CDN: Minification failed

Line 102:15 Expected identifier but found whitespace
Line 102:16 Unexpected "2.25em"
Line 118:1 Unexpected "/"

**/
/* Custom CSS Instructions 
filename: zzz-custom-css
see: https://getshogun.com/learn/edit-css-shopify/
Go to theme.liquid in the Layout folder

Since you’ve created a new CSS file, it needs to be referenced in the theme file to actually work its magic on your store.

To add CSS to the Liquid file, go to the Layout folder and select the theme.liquid file.
Scroll down to where it calls up the base.css file (or search for “base.css”).

Copy the line of code for base.css and paste it below that line. Replace the filename with your own custom CSS filename. In our example, it would be:

{{ ‘custom.css’ | asset_url | stylesheet_tag }}
 
for the line above, paste this one:
{{ 'zzz-custom-css.css' | asset_url | stylesheet_tag }}
*/

/* Test Note
{
  background-color: #fefefe !important;
background-color: red !important;
}*/
/*
body {
  line-height: calc(1 + 1 / var(--font-body-scale)) !important;
}
*/
/*
::marker { 
  color: #cba370;
    font-weight: bold;
}

.bullets-gold::marker {
  color: #cba370 !important;
}*/
#weglot-switcher-1  {
  display: none !important;
}
#weglot-switcher-2  {
  display: none !important;
}

.headingsolidleft {
  background-color:  #EAEDF7 !important;
  color: #0181ef+ !important;
    padding-top: 0.5em !important;
  padding-left: 1.75em !important;
  padding-bottom: 0.5em !important;
  margin-bottom: 0em !important;
   font-size: 1.5em;
   font-weight: 700 !important;
  border-color: #DDDDDD !important;
 }

.headingsolidleft a:link {
  color: #0181ef !important;
   font-weight: 700 !important;
   text-decoration: none !important;
 }
.hangingindent {
padding-left: 2em !important;
    text-indent: -1.25em !important;
}
.listwhitebullet li {
  color: white !important;
}
sup {
  vertical-align: super !important;
    font-size: 50% !important;
}


.grad-dk-lt-dk {
background: #123e76;
background: #071528;
background: -moz-linear-gradient(top, #123e76 0%, #071528 65%); 
background: -webkit-linear-gradient(top, #123e76 0%,#071528 65%); 
background: linear-gradient(to bottom, #123e76 0%,#071528; 65%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071528', endColorstr='#123e76',GradientType=0 );
}

.faqa {
  margin-left: 1.5em;
  margin-right: 0.5em;
}
/*.characteristics {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
  font-weight: 500 !important;
  font-size: 1.25em !important;
/*  padding-left: 3em !important;
  text-indent: -2.25em !important;;*/
  padding-left: 2.25em !important;
    text-indent: -1.25em !important;
  }

.faqa {
  margin-left: 2.25em;
  margin-right: 0.5em;
}

.faqamulti {
    background: #f5f5f5;
    padding: 10px;
	color: rgba(1, 129, 238, 1);
    text-align: left;
    font-size: 24px;
}
*/

/*TABLE********************************************************************************************************* */

table.tbl-conditions
{
margin-left:auto; 
    margin-right:auto;
line-height: normal;
}
table.tbl-conditions {
    border: 1px solid #0180ef;
}
table.tbl-conditions th
{
    border: solid 1px;
    vertical-align: middle;
padding: 0px 0px 0px 4px;
    }
table.tbl-conditions td {
color: #002863;
line-height: 90%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #0180ef;
    border-left: none;
    border-right: none;
padding: 2px 0px 6px 4px;
}
table.tbl-conditions td.tbl-border-rt {
border-right: 1px solid #0180ef;
padding: 0px;
}
span.sp {
    background-color: red;
  font-size: 2em !important;
vertical-align: middle !important;
}
span.sp-icon {
  font-size: 2em !important;
}

fa-2x
{
  font-size: 2em !important;
}
hr {
    height: 1px;
background-color: #000;
    color: #000 !important;
    margin-bottom: 0px;
    margin-top: 15px;
border-width: 0px;
width: 100%;
}
.tablesite caption {
vertical-align: middle !important;
color: #dcb83f;
font-weight: bold;
background: #071528;
background: -moz-linear-gradient(top, #071528 0%, #123e76 65%); 
background: -webkit-linear-gradient(top, #071528 0%,#123e76 65%); 
background: linear-gradient(to bottom, #071528 0%,#123e76 65%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071528', endColorstr='#123e76',GradientType=0 );
text-align: center;
margin-top: 15px;
font-size: 27px;
}

.tablesite tr th {
vertical-align: centre !important;
}

.tablesite th {
vertical-align: middle !important;
color: #fff;
background-color: #071528;
font-size: 18px;
font-weight: bold;
text-align: center;
border-right: 2px solid #0180ef !important;
}
.table-bordered .tablesite > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
border-bottom-color:  #002863;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #0180ef;
}
.tablesite tr {
border: 2px solid #0180ef;
 }
.tablesite td {
vertical-align: middle !important;
color: #16181C;
border-right: 2px solid #0180ef !important;
padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;}

.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: rgba(18,62,118, 0.1);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff ;
}
table.table.table-condensed .tablesite {
    border: 3px ridge #0180ef;
}

/* TABLE END********************************************************************************************************** */