/******* Schriftarten ********/

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/fileadmin/templates/fonts/OpenSans-Italic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('Open Sans Regular'), local('OpenSans-Regular'), url('/fileadmin/templates/fonts/OpenSans-Regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/fileadmin/templates/fonts/OpenSans-Bold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'icomoon';
	src:url('/fileadmin/templates/fonts/icomoon.eot?5nd7cp');
	src:url('/fileadmin/templates/fonts/icomoon.eot?#iefix5nd7cp') format('embedded-opentype'),
		url('/fileadmin/templates/fonts/icomoon.woff?5nd7cp') format('woff'),
		url('/fileadmin/templates/fonts/icomoon.ttf?5nd7cp') format('truetype'),
		url('/fileadmin/templates/fonts/icomoon.svg?5nd7cp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fileadmin/templates/fonts/glyphicons-halflings-regular.eot');
  src: url('/fileadmin/templates/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fileadmin/templates/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fileadmin/templates/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fileadmin/templates/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-left:before { content: "\e600"; }
.icon-list2:before { content: "\e605"; }
.icon-list:before { content: "\e606"; }
.icon-info:before { content: "\e607"; }
.icon-home:before { content: "\e608"; }
.icon-fastright:before { content: "\e609"; }
.icon-fastleft:before { content: "\e60a"; }
.icon-details:before { content: "\e60b"; }
.icon-calculator:before { content: "\e60c"; }
.icon-menu:before { content: "\e611"; }
.icon-close:before { content: "\e60d"; }
.icon-checkmark:before { content: "\e60e"; }
.icon-minus:before { content: "\e60f"; }
.icon-plus:before { content: "\e610"; }


/******* css für das leistungsverzeichnis ********/
#logo img {
    background-color: #fff;
    padding: 11px;
}
body {
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    height:100%;
    /*min-width: 795px;*/
    margin:0;
    padding:0;
}
input, button, select, textarea {
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #5e5e5e;
    background-color: #fff;
}
body.lv {
    /*background: #fff url(../bilder/site_bg.png) top center repeat-x;*/
    background: #F3F5F9;
}
body.auswahl {
   background-color:#F3F5F9;
}
h1, h2, h3, h4, h5, h6, caption {
        font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 15px 0;
	color: #22386d; 
        font-weight: normal;
}
h1 {
        font-size: 2.0em;
        border-bottom: 1px solid #A6A6A6;
        padding-bottom: 5px;
}
h2 {
	font-size: 1.6em;
}
h4 {
        font-size: 1.3em;
        margin: 0 0 1.33em 0;
}
.blue {
	color: #22386d;
}
ul{
	margin-left:1.5em;
	padding-left:0.5em;
	list-style-image: url('../bilder/content_li.gif');
	line-height: 1.3em;
    /*font-size: 0.79em;*/
}
li.zurueck {
	margin-left:11px;
         font-size:1.1em;
}

.htmlausgabe ul{
	margin-left:32px;
	list-style-image: url('../bilder/content_li.gif');
    font-size: 12px;
}
.htmlausgabe {
    font-size: 12px;
	margin-bottom:15px;
}
select.auswahl{
	width:100%;
   height:100%;
   border:thin solid #23386d;
   margin-block-start: 1em;
   margin-block-end: 1em;
   overflow: auto;
   flex: 1;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #c80028;
}

/******* layer für den tooltip, der erscheint wenn die maus über eine methodenabkürzung bewegt wird ********/
div.tooltip { position:absolute;z-index:10;
	     display:none;padding:3px;
	     top:0px;left:0px;
	     border: 1px;
	     border-style: solid;
	     border-color: #356aa0;
	     background: #ffffff;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
		 }
div#help { position:absolute;z-index:10;
              visibility:hidden;padding:3px;
              top:0px;left:0px;
              font-weight: normal;
              font-size:11px;
              width:725px;
              border: 1px;
              border-style: solid;
              border-color: #356aa0;
              background: #ffffff;}
div#help h4{  margin:0px 3px 5px 3px;
	     font-size:12px;
}
div#help p{  margin:0px 3px 7px 3px;}
div#help i{  color:#22386d;}
/*###########   LV TABELLEN UND FORMULAR  #################*/
input.anwahl{
	width:110px;
	border:1px #22386d solid;
	margin-top:4px;
         margin-right:4px;
	text-align:left;
        padding: 4px 5px;
        height: 25px;
}

.lv .gslide-inline {
  background: #F3F5F9;
}

.direkt-analyt a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
  height: 25px;
  line-height: 25px;
}

.direkt-analyt a:hover {
  color: #c80028;
}

h4 {
  color: #5e5e5e;
  font-size: 1.3em;
}

#analyte_form #input2{
	float:left;
	width: 250px;
	padding: 4px 5px;
	border: 1px solid #999;
        background: #fff;
        height: 25px;
	/*background: #fff url(../bilder/input_bg_tabelle.gif) top left;*/
}/*
#analyte_form #submit2 {
	float:left;
	width: 60px;
	height: 26px;
	margin: 0 0 0 5px;
	padding: 0 5px 3px 5px;
	color: #FFFFFF;
	border: 0;
	background: url(../bilder/submit_btn_tabelle.gif) top left;
}*/
#analyte_form #submit2 {
    background-color: #fff;
    border: 1px solid #999999;
    cursor: pointer;
    text-transform: uppercase;
    padding: 3px 10px;
    text-align: left;
    border-radius: 0;
    margin-left: 5px;
    height: 35px;
}


#analyte_form #submit2:hover {
	cursor:pointer;
	}

#mb_form #input2{
	float:left;	
        width: 250px;
        padding: 4px 5px;
        border: 1px solid #999;
        background: #fff;
        height: 25px;
         /*width: 108px;
         height: 19px;
         padding: 4px 5px 1px 5px;
         border:0;
         background: #fff url(../bilder/input_bg_tabelle_mb.gif) top left;*/
}
/*
#mb_form #submit2 {
	float:left;	
         width: 60px;
         height: 26px;
         margin: 0 0 0 5px;
         padding: 0 5px 3px 5px;
         color: #FFFFFF;
         border: 0;
         background: url(../bilder/submit_btn_tabelle.gif) top left;
}*/
#mb_form #submit2 {
    background-color: #fff;
    border: 1px solid #999999;
    cursor: pointer;
    text-transform: uppercase;
    padding: 3px 10px;
    text-align: left;
    border-radius: 0;
    margin-left: 5px;
    height: 35px;
}

input.radio {
         font-size:0.1em;
	margin:1px 0px 0px 0px;
         padding:0px;
	float:left;
	clear:left;
         height:11px;
}
label.radio {
	font-size:0.75em;
         color:#004386;
	display:block;
         margin:0px 0px 0px 5px;
	float:left;
}
table.analyte {
        	border-collapse: collapse;
	text-align: left;
	border: 0;
	width: 100%;
	margin: 0 0 5px 0;
}
table.analyte th {
	border: 0;
	background-color: #f3f5f9;
	padding-left: 6px;
	border-right: 1px solid #fff;
	font-size:  1.5em;
        font-weight: normal;
	color: #004386;
         text-align:left;
}
table.analyte th.th_rechts {
	border-right: 0;
}
td.maske {
	border: 0;
	background-color: #f3f5f9;
	border-right: 1px solid #fff;
         padding:0px 6px 0px 6px;
}
td.maske_rechts {
         border: 0;
         background-color: #f3f5f9;
         padding:0 10px 6px 6px;
}
ul {
	margin-left:0.8em; padding-left:0.5em;
	list-style-image: none;//url(../bilder/table_li.gif);
        list-style-type: none;
         margin:0px 8px 8px 10px;
}
ul li {
  position: relative;
}
ul li::before {
  content: '\e600';
  position: absolute;
  left: -1.2em;
  font-family: 'icomoon';
  transform: scaleX(-1);
  color: #004386;
  font-size: 12px;
}
td.letter {
 	background-color:white;
	height: 17px;
	box-sizing: border-box;
        line-height:16px;
}
/* die buchstaben-buttons */
input.botton{background-color:white;font-size:11px;width:17px;height:17px;padding-top:0px;padding-bottom:3px;padding-left:4px;
        border:1px solid #356aa0;border-right-width:0px;border-bottom-width:0px;margin:0px;box-sizing:border-box;line-height:17px;}
td:last-child > input.botton {
        border-right-width:1px;
}
tr:last-child > td > input.botton {
        border-bottom-width: 1px;
}
/******* ende abfragemaske ********/

/******* ergebnistabelle ********/
table.data {
	/*font-size: 0.75em;*/
	/*border-collapse: collapse;*/
	text-align: left;
	border: 0;
	width: 100%;
	margin: 0 0 0 0;
        border-collapse: separate;
        border-spacing: 0 4px;
}
.data td a {
	text-decoration: none;
        font-weight: bold;
	color: #004b8d;
	}
.data td a:hover {
	text-decoration: none;
        color: #c80028;
	}
.data th {
	background-color: #002b5c;
	border: 1px solid #fff;
         border-left:0;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px;
         text-align:left;
}
.data th:last-child, .data td:last-child {
	border-right:0px;
}
.data td {
	vertical-align:top;
	border: 1px solid #e5e9f3;
	background-color: #fff;
	color: #004b8d;
	padding: 5px;
        height: 3.9em;
        border-left: 0;
}
.data th.ansatzzeit {
        width: 70px;
}
.data tr:nth-child(2n) td {
        background-color: #f3f5f9;
}
.data td.td_rechts {
         border-right:0px;
}
.data td.td_rechts img {
         margin-bottom:2px;
}

/******** ende ergebnistabelle **********/

/******** seiten fuss **********/
div.fuss{text-align:right; margin-right: 10px;}

/*********seiten links ********/
a, a:visited {color: #004386;}
a:hover {text-decoration: none; color: #c80028;}


/********* texte vor und hinter der ergebnistabelle  ********/
.tklein {
	/*font-size: 0.75em;*/
	font-style: normal;
	/*line-height: 14px;*/
	font-weight: normal;
	color: #000000;
	}
.navigation {
         /*font-size: 0.75em;*/
         font-style: normal;
         /*line-height: 14px;*/
         font-weight: normal;
         color: #000000;
         padding:3px 10px 0px 6px;
}
/* text, der vor der ersten abfrage oder die abfrage zu keinem ergebnis geführt hat, angezeigt wird */
.text {
	font-size: 1em;
	line-height: 18px;
         margin:25px 5px 50px 6px;
	font-weight: normal;
	color: #22386d;
}
/* andere schaltflächen */

.button {
        /*font-size:0.8em;*/
	padding: 3px;
	color: #22386d;
	background-color: white;
	border: 1px solid #22386d;
}
#oben {
    background: url(../top.gif) top right no-repeat;
    height:20px;
    margin: 0;
    font-size:1.1em;
}

#oben a {
    color: #004386;
}
/********* styles im pop-up-fenster einens einzelnen analyten  ********/
 td.pop {font-size:12px;padding-bottom:4px;padding-right:15px;}
 div.box_auswahl {
  	padding:20px;
         width:100%;
         /*font-size:0.85em;*/
        height: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
 }
 td.header{
 	border: 1px solid black;
         border-right:0px;
         border-top:0px;
         border-left:0px;
         padding-bottom:2px;}
 td.copyright{font-size:0.75em;}
 .header{
    margin:0 0 2px 0;
    font-weight:bold;
    color: #22386d;
    /*font-size: 0.8em;*/
 }
.header2 {
  color: #c80028;
}
 .wert{
    margin:0 0 15px 0;
    /*font-size: 0.8em;*/
 }
.header-wert {
    color: #5e5e5e;
    font-weight: normal;
}
/*###########   LAYOUT DEFINITIONS  #################*/
/*#top {*/
    /*background-image: url(../bilder/top_bg.png);
    background-repeat: repeat-x;
    background-position: left top;*/
    /*background: #fff;
    height: 76px;

}*/
#logo {
    float: left;
}

#topsection{
    background: #fff;
    height: 82px; /*Height of top section*/
    border-bottom: 2px solid rgba(0, 67, 135, 0.25);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}
#lv_header {
    text-align:right;
    float:right;
    position: absolute; /* verhindert Umbruch bei Minimierung unter 350px (Logobreite) beim IE */
    right: 14px;
    top: 32px;
    font-size: 30px;
    color: #004b8d;
    font-weight: bold;
}
#topsection h1{
    margin: 0;
    padding-top: 15px;
}
#mainwrapper {
   padding-top: 84px;
   /*
   background-image: url(../bilder/top_bg.png);
   background-repeat: repeat-x;
   background-position: left top;*/
}
.clear {clear:both;}
/*###########   BREADCRUMBS PRINT  #################*/
#hauseprint_leiste {
    height:36px;
    padding:0px 0px 0px 24px;
}
#hause {
    color: #666;
    float: left;
    margin: 18px 0 0 0;
    }
#hauseprint_leiste.analyt #hause {
    margin-left: -17px;
}
#hause a {
    text-decoration: none;/*underline;*/
    font-weight: bold;
    color: #666;
    }
#hause a:hover {
    text-decoration: none;
    }
#hause ul li::before {
    color: #c80028;
}

#print {
    margin: 10px 10px 0px 10px;
    float: right;
}
#print img {
    border: 0;
}

#contentcolumn.analyt {
  margin: 10px auto 10px auto;
  max-width: 1024px;
  width: 100%;
}

#hauseprint_leiste.analyt {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

li.zurueck::before {
  transform: none;
}
/*###########   CONTENT  #################*/
#contentwrapper{
    width: 100%;
    padding-bottom: 57px;
}
#contentcolumn{
    margin: 10px 10px 0px 25px; /*Set left margin to LeftColumnWidth*/
    background: #fff;/*f5f5f5 url(../bilder/content_bg.gif) top right repeat-y;*/
    /*border: 1px solid #ccc;
    border-bottom:0;*/
}
#contentcolumn.start {
    border: 1px solid #e5e9f3;
}
#contentfoot{
    margin: 0px 10px 10px 25px; /*Set left margin to LeftColumnWidth*/
    background: #fff;/*#f5f5f5 url(../bilder/content_bg.gif) top right repeat-y;*/
    /*border: 1px solid #ccc;
    border-top:0;*/
}
#content {
    padding: 0 0 0 0;
}
#content_einzel {
    padding: 40px 20px 20px;
    position: relative;

}
.analyte_oben {
  float: right;
  margin: 10px 10px 0px 10px;
}
#print img {
  width: 20px;
  vertical-align: middle;
}

#print a {
  border: 1px solid #999;
  text-decoration: none;
  padding: 6px 10px;
  font-weight: normal;
  color: #222;
  background-color: #fff;
  height: 35px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.3;
}

#print a::after {
  content: 'Druckversion';
  text-transform: uppercase;
  padding-left: 5px;
  vertical-align: middle;
}
/*###########   ANKER  #################*/
#oben {
    background: url(../bilder/top.gif) top right no-repeat;
    text-align: right;
    padding-right: 20px;
    margin: 0 10px 10px 10px;
}
#oben a {
    color: #666;
}
/*###########  FOOTER #################*/
#footer{
    /*clear: left;
    height: 56px;
    background: url(../bilder/footer_bg.gif) top left repeat-x;*/
    color: #999;
    padding: 20px 20px 5px 24px;
    font-size:0.9em;
    clear: both;
    height: 31px;
    border-top: 1px solid rgba(0, 67, 135, 0.25);
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

#footer a, #hause a {
    text-decoration: none;
    font-weight: bold;
    color: #c80028;
}
#footer a:hover, #hause a:hover{
    text-decoration: none;
}
#footer_left{
    float:left;
}
#footer_right{
    float:right;
}
/********************************* copyright Central Media 2011 *****************************************************/

.calc {
  background-image: url('../bilder/BLK - Taschenrechner v4.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 38px;
  display: inline-block;
}

.data td a {
  transition: all 0.3s ease-in-out;
}

.data .analyt-link:hover {
  color: #c80028;
}

.labolink::after {
    content: '';
    display: block;
    height: 10px;
}

.labolink::before {
    content: '';
    background: url('../images/labo-logo-klein.png') no-repeat;
    width: 111px;
    height: 28px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: baseline;
}

.labolink {
  text-decoration: none;
  font-weight: bold;
}

.labolink:hover {
  color: #c80028;
}

#oben {
  background: none;
}

#oben a {
  z-index: 160;
  position: fixed;
  bottom: 77px;
  right: 20px;
  border: 0;
  border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #004b8d;
  padding: 16px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

#oben a::after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e113';
  transition: all 0.3s ease-in-out;
}

#oben a:hover::after {
  color: #c80028;
}

.analytRow:hover td, .data tr:hover td {
  border-top-color: #535352;
  border-bottom-color: #535352;
}

.analytRow td, .data td {
  transition: all 0.3s ease-in-out;
}

.hoch {
  transform: rotateZ(-90deg);
}
.runter {
  transform: rotateZ(90deg);
}
.flex-center {
  display: flex;
  align-items: center;
}


.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;max-width:100%;margin:0;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{width:100%;max-width:100%;position:relative;width:100vh;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:80vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}.gslide-inline .ginlined-content{padding:20px;width:100%}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:block;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p::last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:15px;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:100%;position:fixed;top:0;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{background-repeat:no-repeat;z-index:99999;cursor:pointer;width:26px;height:44px;display:block;background-position:0 0;border:none}.gclose svg,.gnext svg,.gprev svg{display:block;width:100%;height:auto}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description,.glightbox-modern .gslide-description{background:#fff}.glightbox-clean .gdesc-inner,.glightbox-modern .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title,.glightbox-modern .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc,.glightbox-modern .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video,.glightbox-modern .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev,.glightbox-modern .gclose,.glightbox-modern .gnext,.glightbox-modern .gprev{background-color:rgba(0,0,0,.12)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover,.glightbox-modern .gclose:hover,.glightbox-modern .gnext:hover,.glightbox-modern .gprev:hover{background-color:rgba(0,0,0,.2)}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path,.glightbox-modern .gclose path,.glightbox-modern .gnext path,.glightbox-modern .gprev path{fill:#fff}.glightbox-clean button:focus:not(.focused):not(.disabled),.glightbox-modern button:focus:not(.focused):not(.disabled){outline:0}.glightbox-clean .gprev,.glightbox-modern .gprev{position:absolute;top:-100%;left:30px;width:40px;height:56px}.glightbox-clean .gnext,.glightbox-modern .gnext{position:absolute;top:-100%;right:30px;width:40px;height:56px}.glightbox-clean .gclose,.glightbox-modern .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute;opacity:.7;background-position:-59px 2px}.glightbox-clean .gclose svg,.glightbox-modern .gclose svg{width:20px}.glightbox-clean .gclose:hover,.glightbox-modern .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:calc(100% - 20px);max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media,.glightbox-modern .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .gprev,.glightbox-modern .gprev{top:45%}.glightbox-clean .gnext,.glightbox-modern .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose,.glightbox-modern .gclose{right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
