/*
imedia.css GULA
URI: http://www.steckdesign.ch/
Author: SteckDesign.ch
Author URI: http://www.steckdesign.ch/
Version: 1.0-sd
*/
 
a.imedia-cards-link {
	display: block;
	padding-bottom: 0px;
    opacity: 1;
    width: 100%;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}
a.imedia-cards-link:hover {
    color: #424242;
}


.im-single-image {
	margin: 0px;
}
.im-single-image,
.im-single-image-cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}
.im-single-image-contain {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important; 
	overflow: hidden;
	position: relative;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	background-color: rgba(0, 0, 0,0.1);
}
a.imedia-cards-link:hover .im-single-image-cover,
a.imedia-cards-link:hover .im-single-image-contain,
a.imedia-cards-link:hover .im-single-image {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}

.aspr-sc-left {
	position: relative;
	width: 100%;
	padding-top: 93.33%; 
}

.im-caption {
	display: block;
	font-size: calc( var( --fontsize ) * 0.75 );
	margin-top: calc( var( --fontsize ) * 0.35);
	line-height: 1.35;
}

.single-sigalimage-thumb {
	margin-top: calc( var( --fontsize ) * 0.4 );	
	margin-bottom: calc( var( --fontsize ) * 0.5 );
}

.single-sigalimage-caption {
	display: block;
	font-size: calc( var( --fontsize ) * 0.9 );
	line-height: 1.2;
	margin-top: 5px;
}


.single-sigalimage-caption-center {
	display: block;
	font-size: calc( var( --fontsize ) * 0.9 );
	line-height: 1.2;
	text-align: center;
	margin-top: 5px;
}


.im-inline-image {
}
.im-inline-image,
.im-inline-image-cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}
.im-inline-image-contain {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important; 
	overflow: hidden;
	position: relative;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	background-color: rgba(0, 0, 0,0.1);
}

.im-inline-image2 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}
a.im-inline-link:hover .im-inline-image2 {
    display: block;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}

a.im-inline-link {
	display: block;
}

.im-inline-media {
	display: block;
	margin-top: calc( var( --fontsize ) * 0.3 );
	margin-bottom: calc( var( --fontsize ) * 0.4 );
}

.im-inline-media.left30 {
	float: left;
	width: 30%;
	margin-right: calc( var( --fontsize ) * 1.1 );
}
.im-inline-media.left40 {
	float: left;
	width: 40%;
	margin-right: calc( var( --fontsize ) * 1.1 );
}
.im-inline-media.left50 {
	float: left;
	width: 50%;
	margin-right: calc( var( --fontsize ) * 1.1 );
}

.im-inline-media.right30 {
	float: right;
	width: 30%;
	margin-left: calc( var( --fontsize ) * 1.1 );
}
.im-inline-media.right40 {
	float: right;
	width: 40%;
	margin-left: calc( var( --fontsize ) * 1.1 );
}
.im-inline-media.right50 {
	float: right;
	width: 50%;
	margin-left: calc( var( --fontsize ) * 1.1 );
}
.im-inline-media.center {
	max-width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.im-inline-media.center30 {
	max-width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.im-inline-media.center40 {
	max-width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.im-inline-media.center50 {
	max-width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.im-inline-media.full {
	display: block;
	min-width: 100%;
	height: auto;
	clear: both;
}

.im-inline-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;

}
a.im-inline-link:hover .im-inline-wrapper {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}


.im-inline-image {
}
.im-inline-icon {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 0px;
}
.im-inline-icon {
	color: rgba(var(--maincolor-3), 1.0);
	font-size: 20px;
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
}
a.im-inline-link:hover .im-inline-icon {
	color: rgba(var(--red), 1);
}

.im-inline-legende {
	display: block;
	font-size: calc( var( --fontsize ) * 0.8 );
	line-height: 1.3;
	margin-top: calc( var( --fontsize ) * 0.3 );
}


/* ---| Accordion |------------------------ */
.in-info h5,
.in-info .pl-info-facts h5 {
	font-size: calc( var( --fontsize ) * 1 );
}
button.accordion-in-info {
    font-weight: 300;
    background-color: transparent;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid rgba(var(--sitecolor), 0.5);
}
[data-toggle="collapse"] .fa:before {  
  content: "\f139";
	position: relative;
	top: 0px;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: calc( var( --fontsize ) * 0.8 );
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 0px;
	padding-right: calc( var( --fontsize ) * 0.4 );
	padding-left: 0px;
	padding-bottom: 0;
	margin-left: 0px;
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
	position: relative;
	top: 0px;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: calc( var( --fontsize ) * 0.8 );
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 0px;
	padding-right: calc( var( --fontsize ) * 0.4 );
	padding-left: 0px;
	padding-bottom: 0;
	margin-left: 0px;
}
[data-toggle="collapse"] {
    color: var( --site_link_color );
}
[data-toggle="collapse"].collapsed  {
    /*color: rgba(var(--sitecolor), 1.0);*/
}
[aria-expanded="true"] {
    color: var( --site_linkhover_color );
}
button.accordion-in-info.active,
button.accordion-in-info:hover {
    color: var( --site_linkhover_color );
}
.card-body {
	font-size: calc( var( --fontsize ) * 0.9 );
	padding: calc( var( --fontsize ) * 1 );
}
.card {
	background-color: transparent;
	background-clip: border-box;
	border-top: 0px solid rgba(var(--sitecolor), 0.2);
	border-left: 1px solid rgba(var(--sitecolor), 0.2);
	border-right: 1px solid rgba(var(--sitecolor), 0.2);
	border-bottom: 1px solid rgba(var(--sitecolor), 0.2);
	border-radius: 0rem;
}

/* ---| CSS Accordion |------------------------ */
details.acc-horizontal {
	background: rgba( var(--white), 0.2);
	border: 1px solid #acd8c6; 
	transition: background 0.3s;
	border-radius: 4px;
	min-height: calc( var( --fontsize ) * 2.5 );
	max-height: 200px;
	margin-bottom: calc( var( --fontsize ) * 0.25 );
	-webkit-transform-origin: top center;
			transform-origin: top center;
	-webkit-transform: rotate(0.1deg);
			transform: rotate(0.1deg);
	transition: all 0.3s;
  }
details.acc-vertical {
	background: rgba( var(--white), 0.2);
	border: 1px solid #acd8c6; 
	transition: background 0.3s;
	border-radius: 4px;
	min-height: calc( var( --fontsize ) * 1 );
	max-height: 200px;
	margin-bottom: calc( var( --fontsize ) * 0.25 );
	-webkit-transform-origin: top center;
			transform-origin: top center;
	-webkit-transform: rotate(0.1deg);
			transform: rotate(0.1deg);
	transition: all 0.3s;
  }
  details:hover {
	/* border-color: #878d99;
	color: rgba(255, 255, 255, 0.6); */
  }
  details:active {
	/* color: rgba(255, 255, 255, 0.9);
	border-color: #6d7380; */
  }

details > summary {
	cursor: pointer;
	list-style-type: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

details + details {
	margin-top: calc( var( --fontsize ) * 1 );
	margin-bottom: calc( var( --fontsize ) * 0.5 );
}

  .accsum-content {
	font-size: calc( var( --fontsize ) * 0.8 );
	line-height: 1.4;
	padding: 10px 15px 15px 19px;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; 
  }

	details.primary {
		border-color: #409eff;
		color: rgba(255, 255, 255, 0.9);
		background: #409eff;
	}
	details.primary:hover {
		border-color: #409eff;
		color: rgba(255, 255, 255, 0.6);
	}
	details.primary:active {
		color: rgba(255, 255, 255, 0.9);
		border-color: #0d84ff;
	}
	details.success {
		border-color: #67c23a;
		color: rgba(255, 255, 255, 0.9);
		background: #67c23a;
	}
	details.success:hover {
		border-color: #67c23a;
		color: rgba(255, 255, 255, 0.6);
	}
	details.success:active {
		color: rgba(255, 255, 255, 0.9);
		border-color: #529b2e;
	}

details.square {
	border-radius: 0;
}
details[open] {
	transition: all 0.6s;
	min-height: 70px;
	max-height: 800px;
}

summary {
	color: rgba( var(--sitecolor), 1.0);
	background: rgba( var(--white), 0.2);
	outline: none;
	font-size: calc( var( --fontsize ) * 1.1 );
	padding-top: calc( var( --fontsize ) * 0.6 );
	padding-left: calc( var( --fontsize ) * 0.85 );
	padding-right: calc( var( --fontsize ) * 0.5 );
	padding-bottom: calc( var( --fontsize ) * 0.4 );
}
summary.acc-horizontal h5 {
	display: inline-block;
	width: 80%;
	min-height: calc( var( --fontsize ) * 2.5 );
}
summary.acc-vertical h5 {
	display: inline-block;
	width: 80%;
	min-height: calc( var( --fontsize ) * 1 );
}
summary:selection {
	background: transparent;
}
summary:hover,
details[open] .acc-horizontal,
details[open] .acc-vertical {
	color: rgba( var(--sitecolor), 1);
	background: rgba( var(--white), 0.5);
}
summary:after {
	float: right;
    font: var(--fa-font-solid);
	content: '\f13a';
    font-style: normal;
	margin-top: 0px;
	margin-top: calc( var( --fontsize ) * 0.1 );
	margin-right: calc( var( --fontsize ) * 0.5 );
	text-align: center;
	font-size: calc( var( --fontsize ) * 1 );
}
[open] summary:after {
    font: var(--fa-font-solid);
	content: '\f139';
    font-style: normal;
	padding: 0 0 12px 0;
}

.iacc.left30 {
	float: left;
	width: 30%;
	margin-right: calc( var( --fontsize ) * 1.1 );
}
.iacc.left40 {
	float: left;
	width: 40%;
	margin-right: calc( var( --fontsize ) * 1.1 );
}
.iacc.left50 {
	float: left;
	width: 50%;
	margin-right: calc( var( --fontsize ) * 1.1 );
}

.iacc.right30 {
	float: right;
	width: 30%;
	margin-left: calc( var( --fontsize ) * 1.1 );
}
.iacc.right40 {
	float: right;
	width: 40%;
	margin-left: calc( var( --fontsize ) * 1.1 );
}
.iacc.right50 {
	float: right;
	width: 50%;
	margin-left: calc( var( --fontsize ) * 1.1 );
}
.iacc.center {
	max-width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.iacc.center30 {
	max-width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.iacc.center40 {
	max-width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.iacc.center50 {
	max-width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.iacc.full {
	display: block;
	min-width: 100%;
	height: auto;
	clear: both;
}



/* ---| Inline Menu |------------------------ */
ul.menu-class {
    list-style: none;
	padding: 0px;
    margin: 0px;
}
ul.menu-class li {
	padding: 0px;
    margin: 0px;
}
ul.menu-class li:before { /* the custom styled bullets */
    background-color: transparent;
    border-radius: 0px;
    content: "";
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 0px;
    width: 0px;
    margin-left: 0rem;
}

ul.menu-class > li > a {
    color: var( --site_link_color );
	padding-left: 0px;
}
ul.menu-class > li > a:hover {
    color: var( --site_linkhover_color );
    background-color: transparent;
}
.menu-class > li.current_page_item > a, 
.menu-class > li.current-menu-item > a, 
.menu-class > li.current-menu-ancestor > a,
.menu-classr > li.current_page_item > a:hover, 
.menu-class > li.current_menu_item > a:hover, 
.menu-class > li.current-menu-ancestor > a:hover{
    color: var( --site_linkhover_color );
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

.menu-class .dropdown-menu {
    width: 100%;
    background-color: transparent;
}
.menu-class .dropdown-menu li {
}
.menu-class .dropdown-menu.show {
	width: 100%;
	left: 0%!important;
}
.menu-class .dropdown-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    border-top: 0px solid #5F5F5F;
}
.menu-class .dropdown-menu > li > a,
.menu-class .dropdown-menu > li > a:visited {
    font-weight: 300;
    width: 100%;
    color: var( --site_link_color );
    background-color: transparent;
    padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 10px;
    text-align: left;
}
.menu-class .dropdown-menu > li > a:hover, 
.menu-class .dropdown-menu > li > a:hover, 
.menu-class .dropdown-menu > li > a:hover{
    color: var( --site_linkhover_color );
    background-color: transparent;
}
.menu-class .dropdown-menu > li.current_page_item > a, 
.menu-class .dropdown-menu > li.current-menu-item > a, 
.menu-class .dropdown-menu > li.current-menu-ancestor > a,
.menu-class .dropdown-menu > li.current_page_item > a:hover, 
.menu-class .dropdown-menu > li.current_menu_item > a:hover, 
.menu-class .dropdown-menu > li.current-menu-ancestor > a:hover{
    color: var( --site_linkhover_color );
    background-color: transparent;
}
.menu-class .dropdown-item {
    padding: 0px;
}



