@charset "utf-8";

@import url('/resources/css/fonts.css'); 

@import url('/resources/css/colors.css'); 
 

body {
	color: #111;
	background-color: #FAFAFA;
	font-family: 'Lato', serif;
	font-size: 1.125rem;	
	line-height: 1.75rem;
	font-weight: 400;
	margin: 0;
}

p {
	margin: 0 0 1.875rem;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	word-wrap: normal;
}

.h1, h1 {
	font-size: 2.75rem;
	line-height: 3.25rem;
	font-weight: 700;
	letter-spacing: -.03125rem;
	margin: 0.9em 0 0.5em 0;
	color: #283769;
}

h2, .h2 {
	font-size: 1.70rem;
	line-height: 2.20rem;
	margin: 0 0 1.75rem 0;
	color: #283769;
}


h3, .h3 {
	font-size: 1.4rem;
	color: #283769;
}


.fc1 {
	color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.4);
}
.fc2 {
	color: #333;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
}
.dark {
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px rgba(255,255,255,0.4);
}


.f3 {
	font-size: 3rem;
	font-size: calc(30px + (70 - 50) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 700 !important;
	line-height: 1;
	padding: 0;
	color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.4);
}
.f3 span.b {
	display: block;
	font-weight: 300 !important;
	font-size: 77%;
}


.f4 {
	font-size: 4rem;
	font-size: calc(30px + (90 - 50) * ((100vw - 300px) / (1600 - 300)));
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.4), 0px 0px 8px rgba(0,10,20,0.3);
	line-height: 1
}
	
.f4 strong {
	display: block;
	font-weight: 700 !important;
}
.f4 em {
	display: block;
	font-weight: 400 !important;
	font-size: 77%;
	font-style: normal;
}



.f5 {
	font-size: 3rem;
	font-size: calc(22px + (90 - 50) * ((100vw - 300px) / (1600 - 300)));
}

.f5 strong {
	display: block;
	font-weight: 700 !important;
	line-height: 1;
	color: #333;
	background-color: rgba(255,255,255,0.7);
	padding: 0 7px;
}
.f5 em {
	display: block;
	font-weight: 400 !important;
	font-size: 77%;
	font-style: normal;
	color: #fff;
	background-color: rgba(45, 45, 45, 0.48);
	padding: 0 7px;
}


.f6 {
	display: inline;
	background: rgba(0,0,0,0.62);
	color: #fff;
	padding: 1px 0 1px 0;
	margin: 0;
	font-size: 46px;
	line-height: 60px;
	font-weight: 900;
	word-spacing: 2px;
	letter-spacing: 1px;
	box-decoration-break: clone;
	box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.62), -7px 0px 0px 0px rgba(0,0,0,0.62);
}

@keyframes fadeIn-bg1 {
    0% { background-color: rgba(255,255,255,0);  }
  100% { background-color: rgba(255,255,255,0.7);  }
}
.fadeIn {
    animation-name: fadeIn-bg1;
	animation-delay: 2s;
	animation-duration: 1s;      
    animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.f7 {
	display: inline;
	background-color: rgba(255,255,255,0);
	color: #555;
	padding: 1px 0 1px 0;
	margin: 0;
	font-size: 46px;
	line-height: 60px;
	font-weight: 900;
	word-spacing: 2px;
	letter-spacing: 1px;
	box-decoration-break: clone;
	-x-box-shadow: 7px 0px 0px 0px rgba(0,0,0,0.7), -7px 0px 0px 0px rgba(0,0,0,0.7);
}

.f8 {
	display: inline;
	background-color: rgba(255,255,255,0.8);
	color: #31874b;
	padding: 1px 0 1px 0;
	margin: 0;
	font-size: 46px;
	line-height: 60px;
	font-weight: 900;
	word-spacing: 2px;
	letter-spacing: 1px;
	box-decoration-break: clone;
	box-shadow: 7px 0px 0px 0px rgba(255,255,255,0.8), -7px 0px 0px 0px rgba(255,255,255,0.8);
}


.fv1 {
	opacity: 0.8;
	font-size: calc(70px + (90 - 50) * ((100vw - 300px) / (1600 - 300)));	
}


.big {
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: 300;
	color: #000;
}
.big2 {
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: 400;
	color: #6b5d59;
}

.small-1 {
	font-size: 80%;
	line-height: 1.2;
}


.bg-1 {
	background-color: rgba(0,0,0,0.4);
	padding: 5px;
	border-radius: 3px;
}




.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w600 {font-weight: 600;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}


blockquote p:before { 
   content: ' „ ' ' '; color: gray;
}
blockquote p:after {
   content: ' ' ' “ ';
   color: gray;
}


figure { margin: 0; }

a { color: #268DEA; }
a.extra {
	color: #F5FAFE;
	font-weight: 400;
}

a:hover {color: #0073D0; }

a.extra:hover {color: #fff; }


/* --- Listen -------- */

main ul.u1 {
	list-style-type:none;
	list-style-position: outside;
	display: block;
	padding: 0;
}


main ul.u1 li {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.8em;
	font-size: 20px;
	font-weight: 700;
	background: rgba(255,255,255,0.5);
}


main ul.u1 li::before {
	font-family: 'symbol-font-1';
	content: '\6b';
	position: absolute;
	font-size: 25px;
	line-height: 25px;
	top: 0.15em;
	left: 0.5rem;
	border-radius: 50%;
	color: #31874b;
}

/* ---- Formular ------ */

.has-error .form-control {
    border: 2px solid red;
}



/* ---- Buttons ------ */

.btn {margin-top:1rem;}

.btn-10 {
	background-color: #5589cf;
	border-color: #5589cf;
	color: #fff;
	padding: 0.2rem 2.5rem;
	font-size: 1.25rem;
	border-radius: 6px;
}

.btn-10:hover {
	background-color: #3378D7;
	border-color: #3378D7;
	color: #fff;
}



.btn-20 {
	background-color: #DF0F0F;
	border-color: #DF0F0F;
	color: #fff;
	padding: 0.2rem 2.5rem;
	font-size: 1.25rem;
}

.btn-20:hover {
	background-color: #555;
	border-color: #555;	
	color: #fff;
}

.btn-30 {
	color: #F5FAFE;
	font-weight: 700;
}
.btn-30:hover {
	color: #fff;
	text-decoration: underline;
}
.btn-30::after {
	font-family: 'symbol-font-1';
	content: '\70';
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
	color: #fff;
}



/* ---- Container ----------------------- */


main {
    min-height: 100vh;
    padding: 0;
}


article.main-content {padding-top: 2rem;}


.container {
    max-width: 1000px;
}

/* --- wenn in 2-col-layout --- */
.col2 .container {
	width: 100%;
    max-width: 100%;
}
.col2 .container-fluid {
	padding-left: 0;
	padding-right: 0;
}


.container-x {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}


/* --- IMG u TXT nebeneinander --- */

.imgtxt-flex {
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: hidden;
}


.imgtxt-flex figure img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}



/* --------- Teaser ------------- */

.teaser-410 {
	border: none;
	margin-bottom: 1.5rem !important;
	position: relative;
	text-decoration: none;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none !important;	
}


.teaser-410 .card-body {
    padding: 0.5rem;
	min-height: 2rem;
	background-color: #f8efe8;
	text-align:center;
}


.teaser-410 picture {
	position: relative;
}


.teaser-410 img {
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

.teaser-410 h3 {
	font-size: 1.2rem;
	color: #555;
	font-weight: 700;
	margin-bottom: 0 !important;
}

.teaser-410 p {
	font-size: 1.0rem;
	color: #000;
	margin-bottom: 0 !important;
}


a.teaser-410 .hoverlayer::after {
	content: "mehr Infos";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #54a7e8;
	color: #fff;
	font-size:2rem;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	transition: opacity 0.4s ease-out 0s;
	opacity: 0;
}
a.teaser-410:hover .hoverlayer::after {
	opacity: 0.8;
}


/* ---- Cols gleiche Höhe u. Zentrierung Inhalt ----------- */

.row.equal-height [class*="col-"] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	min-height: 14rem;
}



.inner-col {
    width: 100%;
	position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	overflow: hidden;
	border-radius: 4px;
}


.content-col {
	width: 100%;
	z-index: 10;
}

.center-y .content-col {
    -webkit-align-self: center; 
    align-self: center;
}


.center-x .content-col {}


.center-xy .content-col {
    -webkit-align-self: center; 
    align-self: center;

}


.t-align-center .content-col {text-align: center;}


.align-column-center {
	flex-direction: column;
	justify-content: center;
}


/* -- IMG im Grid -- */
img.object-fit { 
	position: absolute;
	z-index: 1;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	
	

/* ---- Cols Abstände  ------ */


.p1-gutters {
    margin-left: -1px;
    margin-right: -1px;	
}

.p5-gutters {
    margin-left: -5px;
    margin-right: -5px;	
}

.p1-gutters > .col, .p1-gutters > [class*="col-"] {
    padding: 1px;
}

.p5-gutters > .col, .p5-gutters > [class*="col-"] {
    padding: 5px;
}



/* ----- fullpicture BG ------------------------- */


.fullpicture {
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    margin: 0;
    width: 100%;
	position: relative;
    z-index: 0;
}

.img-top {
    background-position: top center;
}
.img-bottom {
    background-position: bottom center;
}
.img-fixed { 
	background-attachment: fixed !important;
}


.fullpicture.layer1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.fullpicture.layer2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 50%;
	width: 100%;
	z-index: -1;
background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 );
}




.fullpicture.symbol-1::after {
	content: "";
	position: absolute;
	z-index: 100;
	bottom: 10px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 50px;
	background-image: url(../images/arrow-b.png);
	background-repeat: no-repeat;
	background-size: contain;
}


.fullpicture.symbol-2::after {
	content: "";
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 30px;
	background-color: #FEFBF8;
	mask: url('../images/grunge-line-1.png') repeat-x center bottom;
	-webkit-mask:  url('../images/grunge-line-1.png') repeat-x center bottom;
}


.fullpicture.symbol-3::after {
	content: "";
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 20px;
	background-color: #FEFBF8;
	mask: url('../images/grunge-line-2.png') repeat-x center bottom;
	-webkit-mask:  url('../images/grunge-line-2.png') repeat-x center bottom;
}


.fullpicture.symbol-4::after {
	content: "";
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 0px;
	width: 100%;
	height: 10px;
background: -moz-linear-gradient(left,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.15) 60%, rgba(255,255,255,0.7) 80%, rgba(255,255,255,0.15) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.15) 20%,rgba(255,255,255,0.7) 40%,rgba(255,255,255,0.15) 60%,rgba(255,255,255,0.7) 80%,rgba(255,255,255,0.15) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.15) 20%,rgba(255,255,255,0.7) 40%,rgba(255,255,255,0.15) 60%,rgba(255,255,255,0.7) 80%,rgba(255,255,255,0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#26ffffff',GradientType=1 );
}






/* ------ mind. Height ---------- */ 


.height-10 {min-height: 15rem;}
.height-20 {min-height: 25rem;}
.height-30 {min-height: 30rem;}


.height-50vh {
    min-height: 55vh;
}
.height-70vh {
    min-height: 70vh;
}
.height-100vh {
	min-height: 100vh;
    overflow: hidden;
}

.height-dyn1 {
	min-height: calc(130px + 35vw);
}
	
.height-dyn2 {
	min-height: calc(220px + 17vw);
}

/* --------- width   -------------- */


.w1 {
	max-width: 750px;
	padding: 0 1rem;
}
.w2 {
	max-width: 900px;
	padding: 0 1rem;
}
.w3 {
	max-width: 1200px;
	padding: 0 1rem;
}
.w4 {
	max-width: 1400px;
	padding: 0 1rem;
}

.w100 {
	width: 100%;
}


/* ----- width img  ------ */

.img-w20 {width:20%; height:auto; min-width: 150px;}
.img-w25 {width:25%; height:auto; min-width: 150px;}
.img-w33 {width:33%; height:auto; min-width: 150px;}
.img-w50 {width:50%; height:auto; min-width: 370px;}
.img-w67 {width:67%; height:auto;}



/* ---- allgem. Styles ------ */



.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}


.hline {
	border-bottom: 1px solid #384452;
	margin: 40px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}


.b-line1::after {
	content: "";
	display: block;
	background-color: #b2d3ff;
	height: 5px;
	width: 20%;
	margin: 1.5rem 0 1.35rem 0;
}
.b-line2::after {
    content: "";
	display: block;
    background-color: #b2d3ff;
    height: 2px;
    width: 33%;
	margin-top: 2rem;
}


.line1 {
	position: relative;
	display: inline-block;
	padding: 0 7px;
	margin: 1rem 0;
	text-align: center;
	background-color: #fefbf8;
}

.line1::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0.64em;
	width: calc(100px + 45vw);
	margin-left: 50%;
	transform: translateX(-50%);
	height: 1px;
	border: none;
	background-color: #333;
	background-image: linear-gradient(to right, #ddd, #8c8482, #ddd);
}



.border-1 .inner-container {
	position: relative;
	z-index: 0;
}
.border-1 .inner-container::before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	z-index: -1;
	border: 1px solid rgba(255,255,255,0.5);
}




.top-1 {margin-top: -90px; position: relative;}
.top-2 {margin-top: -120px; position: relative;}


.target::before {
	content: "";
	display:block;
	height: 170px; /* fixed header height*/
	margin: -170px 0 0; 
	visibility: hidden;
	pointer-events: none;
}


#scroll-top-button {
	position: fixed;
	visibility: hidden;
	right: 2px;
	bottom: 2px;
	z-index: 1000;
	line-height: 0;
}
.no-top #scroll-top-button {
	visibility: visible;
}

#scroll-top-button::before {
	font-family: 'symbol-font-1';
	content: '\73';
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: rgba(20,0,0,0.4);
	color: #fff;
	border-radius: 50%;
}


.cols-x {
	-moz-column-gap: 2rem;
	-webkit-column-gap: 2rem;
	column-gap: 2rem;
	-moz-column-width: 18rem;
    -webkit-column-width: 18rem;
    column-width: 18rem;
}

.py-6 {padding: 6rem 0 4rem 0;}



/* ---- Nav Bar  -------------------------------------------------------------- */

#top-trigger {
	height: 3px;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	z-index: 0;
}

.navbar {
	background-color: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	padding: 0;
	z-index: 1000;
	-moz-transition: background-color 0.7s;
	-webkit-transition: background-color 0.7s;
	transition: background-color 0.4s;
}
.no-top .navbar, .nav-show .navbar {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}


.navbar-toggler {
	border: none;
	border-radius: 0;
}
.navbar-toggler:hover {
	background-color: rgba(0,0,0,0.04);
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.no-top .navbar-toggler-icon, .nav-show .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(51, 76, 109, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
	width: 250px;
	height: 50px;
	margin: 10px 10px 10px 0;
	background-image: url('../images/logo-rk.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
    transition: all 0.25s ease 0s;
}

.no-top .navbar-brand, .nav-show .navbar-brand {
	height: 50px;
}

.navbar-expand-xl .navbar-nav .navbar li {
	margin: 0;
}


.navbar-expand-xl .navbar-nav .nav-link {
	color: #212d56;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	padding: 15px 0.8em;
	text-transform: uppercase;
}

.no-top .nav-link, .nav-show .nav-link {

}


.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #3b9557;
}
.navbar-nav .active > .nav-link {
	color: #3b9557;
	font-weight: 700;
}


.dropdown-menu {
	background-color: transparent;	
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.dropdown-item {
	color: #001b2b;
	background-color: rgb(244, 249, 255);
	margin-top: 2px;
	padding: .33rem 1rem;
	font-weight: 300;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.dropdown-item:hover, .dropdown-item.active {
	color: #fff;
	background-color: rgba(0,10,40,0.8);
}




/* ------- Footer ------------------------- */


.footer {
	background-color: #555;
	color: rgba(255,255,255,0.9) !important;
	font-size: 0.875rem;
    padding: 3rem 0;
}
.footer a {
	color: rgba(255,255,255,0.9) !important;
}
.footer a:hover {
	color: rgba(255,255,255,1) !important;
}
.footer h5 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}



/* ------- Breakpoints ----------------------------------- */



@media (min-width: 576px) {
	
  .navbar-brand {
	height: 80px;
	width: 250px;
  }	

  .w-sm-20 {
	width:20%;
  }
  .w-sm-25 {
	width:25%;
  }
  .w-sm-30 {
	width:30%;
  }     
  .w-sm-50 {
	width:50%;
  }
  .w-sm-70 {
	width:70%;
  }

  .imgtxt-flex figure.img-sm-fit {
	  position:relative;
	  min-height:8rem;
  }

  .imgtxt-flex figure.img-sm-fit img {
	  position: absolute;
	  object-fit: cover;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1;
  }

}


@media (min-width: 1200px) {
	
  .navbar-brand {
	margin-left: 0;
  }		

  .top #navbarMain.show {
	  background-color: transparent;
	  box-shadow: none;
  }


  #scroll-top-button {
	right: 40px;
	bottom: 40px;
  }
  
}


/* -----------  Masonry Gallery  ----------- */


.masonry-wrapper {
  padding: 15px;
  width: 100%;
  margin: 3rem 0;	
}
.masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px,1fr));
  grid-gap: 10px;
  grid-auto-rows: 0;
}

.masonry-item img {
	width: 100%;
	height:auto;
	vertical-align: middle;	
transform: scale(1.0);
-webkit-transition: transform 0.7s ease 0s;
transition: transform 0.7s ease 0s;
}

.masonry-item:hover img {
transform: scale(1.25);
}



@media only screen and (max-width: 1023px) and (min-width: 620px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(100px,1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    grid-template-columns: repeat(3, minmax(100px,1fr));
  }
}
.masonry-item, .masonry-content {
	display:block;
	border-radius: 3px;
	overflow: hidden;
}


/* ------- lightgallery  --------- */

.lg-backdrop {
	background-color: rgb(36, 36, 36);
}
.lg-toolbar  {
	background-color: rgba(36, 36, 36, 0.7);
}
.lg-sub-html {
	background-color: rgba(36, 36, 36, 0.84);
}

.lg-actions .lg-next {
    right: 0px;
}
.lg-actions .lg-prev {
    left: 0px;
}

.lg-toolbar .lg-icon {
	font-size: 2.5rem;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	font-size: 2rem;
}

