/*MAIN*/
@include font-face('Mukta', 'gantry-theme://fonts/mukta/Mukta-Regular', 400);
.fa-home:before {
    content: "\f015";
	font-size: 1.65rem;
    position: relative;
    top: 2px;
}
body *::selection {
    color: #ffffff;
    background: #242424;
}
body {
    font-family: 'Mukta', Mukta, Ek Mukta, Calibri, Tahoma, Arial, sans-serif;
    font-weight: 300;
	height: 100%;
    margin: 0;
    padding: 0;
	font-size: 1.25rem;
	line-height: 1.75;
}
html {font-size: 100%}
h1, h2, h3, h4, h5 {
  font-family: inherit;
    font-weight: 600;
	margin: 0;
	line-height: 120%;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: inherit !important;
}

h1 {
    font-size: 2.5rem;
}
.com-content-category-blog h1, .page-header h1 {
margin-top: 1rem;
margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1rem;
}
b, strong {
    font-weight: 700;
}
.readmore a.btn.btn-secondary {
    background: transparent;
    color: #000;
    padding: 0;
	font-weight: normal;
	text-align: left;
}
.readmore a.btn.btn-secondary:hover {
opacity: 0.8;
}
.inline {
    display: inline-block;
    vertical-align: top;
}
.circle {
	border-radius: 100%;
}
ol.mod-breadcrumbs {
    margin: 0;
}

.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
	max-height: 80px;
	margin: 1rem 0 0;
}
div#g-mobilemenu-container {
    padding: 1rem;
}

/* Accessibility */
._access-menu ul li {
	background-color: #fff !important;
	color: #000 !important;
}


/* BUTTONS */
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .search #search-form .btn, .finder #searchForm .btn, .finder #search-form .btn {
	font-size: 1rem;
	border-radius: 0.5rem;
	margin-right: 0.5rem;
	Color: #fff;
	Background: #242424;
}

btn:hover,  #contact-form .controls .btn-primary.validate:hover {
background: #242424;
opacity: 0.5;	
}

/* Header */
#g-header {
    padding: 0;
	border-bottom: 4px solid #fff;
}
#g-header .g-container {
    padding-bottom: 1rem;
    position: relative;
}
.g-fixed-container {
	min-height: 200px;
}
div.mod-languages ul li.lang-active {
    background-color: rgb(0 0 0 / 33%);
	border-radius: 100%;
}
.mod-languages {
    margin-top: 0.5rem;
}
div.mod-languages ul.lang-inline li {
    display: inline-block;
    padding: 0.15rem 0;
}
.langmodule {
    flex: 1;
}
.applinks {
    position: absolute;
    right: 0;
    top: 4rem;
    flex: 0;
    height: 3rem;
    width: 20rem;
}
.applinks .g-block:first-child {
    margin: 0 1rem 0 0;
}
.breadcrumbs.moduletable {
    background-color: rgba(0, 0, 0, 0.025);
    padding: 0.5rem 0.5rem 0.4rem;
    margin: 0;
	border-radius: 0.5rem;
}
.search.moduletable input {
    font-size: 0.85rem;
	background-color: rgb(255 255 255 / 90%);
	    padding: 0.5rem;
}
#g-header .g-container div.g-block:first-child {
	padding-bottom: 0.25rem;
}

/*NAVIGATION MENU*/
.g-main-nav {
font-size: 1rem;
}
.g-main-nav .g-toplevel > li {
	margin-right: 1.5rem;
}
.g-main-nav ul.g-toplevel > li span {
    font-weight: 700;
    font-size: 1.25rem;
}
.g-main-nav ul.g-toplevel .g-dropdown li span {
    font-weight: 700;
    font-size: 1rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
font-size: 1.5rem;
font-weight: normal;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
font-size: 1rem;
}
ul.g-toplevel > li:first-child span.g-menu-item-title {
    display: none;
}
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
    margin-top: 0;
}
ul.g-dropdown li img, ul.g-toplevel li img {
    width: 2rem;
    margin-right: 0.25rem;
}
ul.g-dropdown li span {
    vertical-align: -webkit-baseline-middle;
}
.row .col:first-child {
    padding-right: 0;
    padding-left: 0;
}

ul.mod-articles-grid {
    margin-left: 0rem;
}
#g-mobilemenu-container .g-toplevel li a span {
   line-height: 115%;
   }

/* MAP FULL */
.fullmap.moduletable, .fullmap iframe {
display: block;
}
.fullmap.moduletable {
    /* height: 75%; */
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    /* height: 78vh; */
    flex-direction: column;
    bottom: 0;
    top: 14.5rem;
}
.fullmap iframe {
    /* height: 100%; */
    position: relative;
    left: 0;
    /* top: 4px; */
    bottom: 0;
    right: 0;
    z-index: 10;
    flex: 1;
    overflow: auto;
}

/* CONTENT SECTION */
#g-mainbar {
    padding: 1rem 0 2rem;
}
p.readmore {
    position: relative;
    z-index: 12;
}

/* Content Images */
figure.mod-articles-image, figure.item-image {
    margin: 1rem 0 0.5rem;
	position: relative;
}
figure.mod-articles-image figcaption.caption, figure.item-image figcaption.caption {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Modules Content */

.mod-articles-grid .mod-articles-item-content {
    display: flex;
    flex-direction: column;
}
.mod-articles-grid figure.mod-articles-image {
    order: 0;
}
.mod-articles-grid .mod-articles-title {
	order: 1
}
.mod-articles-grid div, .mod-articles-grid p  {
	order: 2
}
.mod-articles-grid * {
	order: 3
}

/* SLIDER */
.slider.moduletable {
	background-color: #0000002a;
	border-bottom: 3px solid #0000002a;
}

/* Contacts */
.com-contact__thumbnail.thumbnail {
	border-bottom: 3px solid #0000002a;
}

/* ARTICLE LISTS */

.blog-item .item-image {
    height: 16rem;
	margin-bottom: 1rem;
}
.item-page .item-image {
	margin: 0;
}
.blog-item .item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	border-radius: 0.25rem;
}


.com-content-category-blog img, .category-img img, .item-image img {
    width: 100%;
    height: 24rem;
    object-fit: cover;
    object-position: center center;
	border-radius: 0.25rem;
	border-bottom: 3px solid #0000002a;
}
.com-content-category-blog__item .item-content, .com-content-category-blog__item .item-content .pagebuilderck {
	/*height: 12rem;*/
    overflow: hidden;
	position: relative;
}

.com-content-category-blog__item .item-content {
	position: relative;
}

.com-content-category-blog__item .item-content div ~ div:after {
  content:'';
  width:100%;
  height:100%;    
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 150px, white);
}
/* CONTENT STUFF */
.thumbnail {
    display: block;
    padding: 0;
    line-height: 18px;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

/* SPOT VIEWS */
/* SPOT CONTENT*/
.NewestSpot {
    background-position: center;
    background-size: cover;
		min-height: 320px;
		position: relative;
		border: 2px solid #fff;
}
.SpotInfos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	padding: 1rem;
	max-height: 5rem;
    overflow: hidden;
	line-height: 125%;
}
.NewestSpot:hover .SpotInfos {
	max-height: 260px;
	transition: max-height 0.25s ease-in;
}
.SpotInfos .Avatar {
    width: 3rem;
    height: 3rem;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    float: left;
    margin-right: 1rem;
		border: 2px solid #fff;
}
.SpotInfos .spotdate {
	font-size: 0.8rem;
}
.SpotInfos .description {
    font-size: 0.85rem;
    margin: 0 0 0 4rem;
    overflow: hidden;
	max-height: 260px !important;
}
a.translink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* CONTACTS */
.com-contact__thumbnail {
	width: 100%;
    height: 10rem;
    overflow: hidden;
    object-fit: cover;
}
.contact dt {
    float: left;
}
.com-contact__container {
    display: flex;
    flex-wrap: wrap;
}
.page-header {
    flex: 0 0 100%;
	order: 1;
	margin-top: 0;
	margin-bottom: 1rem;
	position: relative;
    z-index: 7;
}
.readmore-container a {
	position: relative;
    z-index: 7;
}
.com-contact__form.contact-form {
    flex: 0 0 50%;
	order: 3;
}

.com-contact__info {
    flex: 0 0 50%;
	order: 4;
	padding: 0 0 0 1rem;
}
#contact-form .control-group {
    margin: 1rem 0 0;
}

#contact-form fieldset {
    margin-bottom: 0;
}
#legend, legend {
    font-weight: 600;
	font-size: 1.6rem;
	margin: 1rem 0 0;
}

/* FOOTER */
#g-footer {
	font-size: 0.8rem;
}

.footermenu ul li {
	margin-right: 1rem;
}
.spotteron {
    font-size: 0.8rem;
    text-align: right;
}
.spotteron img {
    float: right;
    position: relative;
    top: 5px;
    margin-left: 1rem;
}
#g-footer .g-totop {
    font-size: 1rem;
}
.footerlogos .g-grid {
gap: 1rem;	
}

/* VIS FORMS */
.visforms .form-check-inline {
    margin-right: 3rem;
}
.visforms h2 {
    margin-bottom: 0.5rem;
}
.visforms .row {
    margin-bottom: 0.5rem;
}

/* Other */
._access-menu ul li {
	color: rbga(0,0,0,1);
	font-weight: 700;
	font-size: 20px !important;
	padding: 10px 0 10px 40px;
}

/* MEDIA QUERIES */

@media only all and (min-width: 90rem) {
.g-content {
    margin: 0.25rem;
    padding: 0.25rem;
}	
}

@media only all and (max-width: 89.999rem) and (min-width: 70rem) {
.g-content {
    margin: 0.25rem;
    padding: 0.25rem;
}	
.SpotInfos {
	max-height: 6rem;
}
}

@media only all and (max-width: 69.938rem) and (min-width: 48rem) {
.g-content {
    margin: 0.25rem;
    padding: 0.25rem;
}
.NewestSpot {
flex: 0 50%;
width: 50%;
}
.applinks {
    width: 16rem;
}
}

@media only all and (max-width: 47.938rem) and (min-width: 30rem) {
.g-content {
    margin: 0.25rem;
    padding: 0.25rem;
}
.applinks .g-block:first-child {
    margin: 0 1rem 0 0;
}
.applinks {
        top: 11rem;
        right: 1rem;
        text-align: right !important;
        width: 15rem;
}
.applinks .g-block {
    flex: 1;
}
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
        margin: 1rem 0 0 4rem;
    }
.g-container {
        width: 100%;
}
.NewestSpot {
flex: 0 50%;
    width: 50%;
}
.fullmap.moduletable, .fullmap iframe {
display: none !important;
}
}

@media only all and (max-width: 30rem) {
.applinks .g-block:first-child {
    margin: 0;
}
.applinks {
        top: 9.5rem;
        right: 1rem;
        text-align: right !important;
        width: 5rem;
    }
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
    margin: 1rem 0 0 3rem;
    max-width: 70%;
}
.breadcrumb {
	font-size: 0.8rem;
}
.g-content {
    margin: 0.25rem;
    padding: 0.25rem;
}
.fullmap.moduletable, .fullmap iframe {
display: none !important;
}
}