body {
	font-weight: 400;	
	line-height: normal;
}

a {
	text-decoration: none !important;
}

.shiva-header, .shiva-header h1, .shiva-header h2, .shiva-header h3, .shiva-header h4, .shiva-header h5, .shiva-header h6 {
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

/* Fix bootstrap Header margin */
.h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
}

.shiva-header h1 {
	
}

.shiva-header h2 {

}

.shiva-header h3 {

}

.shiva-header h4 {

}

.shiva-header h5 {

}

.shiva-header h6 {

}

/* ++++++ NAVIGATION START ++++++ */

.helper-get-menue-width {
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content;
}

.shiva-nav-bar-container {
	z-index: 1000;
}

.navbar-right .dropdown-menu {
	right: auto;	
}

.shiva-dynamic-navbar-position-right {
	float: right;
}

.nav > li > a {
	/*padding: 15px 15px 0px 15px;	*/
}


/* Bootstrap Style verhindern */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent !important;
	background-image: none !important;
}

/* LINK EFFEKT 1 START */
.sliding-middle-out {
	display: inline-block !important;
	position: relative !important;
}

.sliding-middle-out:after {
	content: '';
	display: block;
	margin: 0px auto;
	height: 1px;
	width: 0px;
	background: transparent;
		-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.sliding-middle-out:hover:after {
	width: 100%;
	 
}

.sliding-u-b-t:hover:after {
	height: 100%;

}

.sliding-u-b-t {
	display: inline-block;
	position: relative;
}

.sliding-u-b-t:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0px;
	width: 1px;
	background: transparent;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
/* LINK EFFEKT 1 ENDE */

.navbar {
	margin-bottom: 0px !important;	
}

.navbar-nav > li > a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mm-panel_has-navbar .mm-navbar {
	display: none !important;	
}

#shiva-login-frontpage-header-container {
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px;
}

#shiva-login-frontpage-sidebar-container {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 0.5em;
}

#shiva-login-frontpage-sidebar-container ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#shiva-login-frontpage-header-container ul li,
#shiva-login-frontpage-sidebar-container ul li{
	display: inline-block;
}

#shiva-login-frontpage-header-container ul li::after,
#shiva-login-frontpage-sidebar-container ul li::after {
	content: "|";
	margin: 0 0.7rem;
	display: inline-block;
}

#shiva-login-frontpage-header-container ul li:last-child::after,
#shiva-login-frontpage-sidebar-container ul li:last-child::after {
	content: "";
	margin: 0;
}

/* ++++++ NAVIGATION ENDE ++++++ */

/* ++++++ SHIVA START ++++++ */

/* COVERIMAGE START */

.shiva-bg-image-cover {
	background-size: cover;
	background-position: center;
}

.shiva-bg-image-text {
	padding-top: 9rem;	
}

.shiva-dynamic-bg-image-color {
	color: white;	
}

.shiva-bg-image-text-small, .shiva-bg-image-text-medium, .shiva-bg-image-text-big {
	display: table;
}

.shiva-bg-image-text-small-left, .shiva-bg-image-text-medium-left, .shiva-bg-image-text-big-left {
	display: table;
}

.shiva-video-container {
	position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
}

.shiva-video-container-standard {
	height:100%;
	width:100%;
	overflow: hidden;
}

.shiva-instand-navbar-dropdown-background-unset {
	background-color: unset !important;	
}

/* COVERIMAGE ENDE */

/* WIDTH START */

.shiva-fullwidth, .shiva-width-100-perc {
	width: 100%;	
}

.shiva-width-90-perc {
	width: 90%;
}

.shiva-width-80-perc {
	width: 80%;
}

.shiva-width-70-perc {
	width: 70%;
}

.shiva-width-60-perc {
	width: 60%;
}

.shiva-width-50-perc {
	width: 50%;
}

.shiva-width-40-perc {
	width: 40%;
}

.shiva-width-30-perc {
	width: 30%;
}

.shiva-width-20-perc {
	width: 20%;
}

.shiva-width-10-perc {
	width: 10%;
}

/* WIDTH ENDE */

/* HEIGHT START */

.shiva-fullheight, .shiva-height-100-perc {
	height: 100%;	
}

.shiva-height-90-perc {
	height: 90%;
}

.shiva-height-80-perc {
	height: 80%;
}

.shiva-height-70-perc {
	height: 70%;
}

.shiva-height-60-perc {
	height: 60%;
}

.shiva-height-50-perc {
	height: 50%;
}

.shiva-height-40-perc {
	height: 40%;
}

.shiva-height-30-perc {
	height: 30%;
}

.shiva-height-20-perc {
	height: 20%;
}

.shiva-height-10-perc {
	height: 10%;
}

/* -------------------- */

.shiva-height-50-px {
	height: 50px;	
}

.shiva-height-100-px {
	height: 100px;	
}

.shiva-height-150-px {
	height: 150px;	
}

.shiva-height-200-px {
	height: 200px;	
}

.shiva-height-250-px {
	height: 250px;	
}

.shiva-height-300-px {
	height: 300px;	
}

.shiva-height-350-px {
	height: 350px;	
}

.shiva-height-400-px {
	height: 400px;	
}

.shiva-height-450-px {
	height: 450px;	
}

.shiva-height-22-vh {
	height: 22vh;
}

.shiva-height-35-vh {
	height: 35vh;
}

.shiva-height-50-vh {
	height: 50vh;	
}

/* HEIGHT ENDE */

/* MAX-HEIGHT START */

.shiva-max-height-50-px {
	max-height: 50px;	
}

.shiva-max-height-100-px {
	max-height: 100px;	
}

.shiva-max-height-200-px {
	max-height: 200px;	
}

.shiva-max-height-300-px {
	max-height: 300px;	
}

/* MAX-HEIGHT ENDE */

/* MAX-WIDTH START */

.shiva-max-width-100-px {
	max-width: 100px;	
}

.shiva-max-width-200-px {
	max-width: 200px;	
}

.shiva-max-width-300-px {
	max-width: 300px;	
}

.shiva-max-width-400-px {
	max-width: 400px;	
}

.shiva-max-width-500-px {
	max-width: 500px;	
}

.shiva-max-width-600-px {
	max-width: 600px;	
}

.shiva-max-width-700-px {
	max-width: 700px;	
}

.shiva-max-width-800-px {
	max-width: 800px;	
}

.shiva-max-width-20-perc {
	max-width: 20%;	
}

.shiva-max-width-30-perc {
	max-width: 30%;	
}

.shiva-max-width-40-perc {
	max-width: 40%;	
}

.shiva-max-width-50-perc {
	max-width: 50%;	
}

/* MAX-WIDTH ENDE */

/* PADDIND LEFT START */

.shiva-padding-left-10-perc {
	padding-left: 10%;	
}

.shiva-padding-left-5-perc {
	padding-left: 5%;	
}

.shiva-padding-left-2-perc {
	padding-left: 2%;	
}

/* PADDING LEFT ENDE */

/* PADDIND RIGHT START */

.shiva-padding-right-10-px {
	padding-right: 10%;	
}

.shiva-padding-right-5-perc {
	padding-right: 5%;	
}

.shiva-padding-right-2-perc {
	padding-right: 2%;	
}

/* PADDING RIGHT ENDE */

/* FLOAT ENDE */

.shiva-float-left {
	float: left;
}

.shiva-float-right {
	float: right;
}

/* FLOAT ENDE */

/* BORDER-RADIUS START */

.shiva-border-radius-2px {
	border-radius: 2px;
}

.shiva-border-radius-5px {
	border-radius: 5px;
}

.shiva-border-radius-7px {
	border-radius: 7px;
}

/* BORDER-RADIUS ENDE */


/* SHIVA SIDEBAR START */

.shiva-sidebar_buttons_right {
	right: 0;	
}

.shiva-sidebar_buttons_left {
	left: 0;	
}

#shivaSidebar_buttons {
	cursor: pointer;
}

#shivaSidebar_buttons > .shiva_sidebar_open {
	height: 41px;	
	width: 41px;
	color: white;
	text-align: center;
}

.shivaSidebar_main {
	height: 100%;
	min-width: 240px;
	position: fixed;
	z-index: 999;
	top: 0px;
	transition: 0.5s;
}

.shivaSidebar_content {
	height: 100%;
	overflow-y: auto;
}

.shivaSidebar_main_right {
	right: -100vw;	
}

.shivaSidebar_main_left {
	left: -100vw;	
}

.shivaSidebar_header {
	height: 50px;
	line-height: 50px;
  text-align: center;
}

.shivaSidebar_header > .shivaSidebar_close {
	margin-top: 3px;
	margin-right: 5px;
	color: #333;
	font-size: 2.5em;
	cursor: pointer;
	float: right;
}

.shivaSidebar_header > .shivaSidebar_header_text {
	float: left;
	height: 100%;
	margin-left: 10px;
}

.shiva-mobile-nav {
	padding: 0px;
	margin: 0px;
}

.shiva-mobile-nav a {
	text-decoration: none;	
}

.shiva-mobile-nav li {
	/*border-top: 1px solid #dedede;*/
	display: block;
	margin: 0;
	/*text-transform: uppercase; TODO: dynamisch? */
}

.shiva-mobile-nav li a {
	display: block;
	padding: 16px 36px 16px 26px;
}

.shiva-mobile-nav li .shiva-toggle-menu {
	position: relative;
}

.shiva-mobile-nav li li a {
	padding-left: 54px;
}

.shiva-mobile-nav ul ul {
	background: #e5e5e5;
	padding: 16px 0;
}

.shiva-mobile-nav ul {
	background: #f2f2f2;
	display: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05) inset;
}

.shiva-mobile-nav li li li {
  background: 0;
  border: 0;
  font-size: 15px;
  letter-spacing: -0.015em;
  text-transform: none;
}

.shiva-mobile-nav li:hover ul {
	display: block;
}

.shiva-open > a {
	outline: 0;
}

.shiva-navbar-toggle {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 0.6em;
	margin: 7px 10px;
}

.shiva-navbar-toggle .icon-bar {
  display: inline-block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.shiva-close {
	cursor: pointer;
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  width: 32px;
  height: 32px;
  transition: 0.2s;
}

.shiva-close:hover {
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -o-transform:rotate(-90deg); 
  transform: rotate(-90deg);
}

.shiva-close:before, .shiva-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
}

.shiva-close:before {
	-webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg); 
  transform: rotate(45deg);
}

.shiva-close:after {
	-webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg); 
  transform: rotate(-45deg);
}

.shiva-navbar-submenue-titel {
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
	font-weight: 550;
}

.nav-sidebar.navbar-nav-sidebar span.fa {
	margin-right: 7px;
}

/* SHIVA SIDEBAR ENDE */

/* SHIVA SIDEBAR MEN� START */

.shiva-dynamic-navbar-sidebar ul {
	list-style-type: none;
	padding: 0px;
	color: inherit;
	word-break: break-all;
}

.shiva-dynamic-navbar-sidebar .category_image_link  {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.shiva-dynamic-navbar-sidebar .category_image_link img  {
	max-width: 100%;
	height: auto;
}

.shiva-dynamic-navbar-sidebar .category_image_link span  {
	display: inline-block;
	width: 100%;
	padding: 1em;
	background: rgba(255,255,255,0.25);
	position: absolute;
	left: 0;
	bottom: 0;
}

.shiva-dynamic-navbar-sidebar .category_image_link:hover span  {
	background: rgba(255,255,255,0.75);
}

.shiva-dynamic-navbar-sidebar .dropdown-menu-sidebar {
	display: none;
}
 

/* SHIVA SIDEBAR MEN� ENDE */


/* SHIVA EFFECTS START */

.shiva-blur {
	/* ERSTMAL AUSKOMMENTIERT, DA DAS MOBILE NACH DER ERSTEN
		SECTION AUCH GEBLURT WIRD 
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	*/
}


/* SHIVA EFFECTS ENDE */

/* SHIVA MAIN START */

#main {
	transition: 0.5s;
	padding-top: 0px !important;
}

.shiva-margin-auto {
	margin-left: auto;
	margin-right: auto;	
}

.shiva-dynamic-page-container-padding {
	overflow: hidden;
}

/* SHIVA MAIN ENDE */

/* IMAGES START */

.shiva-image-scale-container {
  overflow: hidden; 
  position:relative;
}

.shiva-image-scale-image {
  width: 100%;
  height: 100%;
	/* background-color: black; */
	/* OHNE TRANSPARENT WERDEN PNGs und GIFs nicht korrekt angezeigt */
	background-color: transparent;
  transition: all .5s;
  background-position: center;
  background-size: cover;
}

.shiva-fullwidth {
	
}

.shiva-image-section-adapted {
	padding: 0px !important;	
}

/* IMAGES ENDE */

/* BOOTSTRAP CAROUSEL START */

.carousel-control {
	background-image:none !important;
	filter:none !important;
	width: 7% !important;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.title {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  text-shadow: 2px 2px #000;
  color: #FFF;
}

.carousel-zoomin .carousel-inner .active {
 	transform: scale(1.0);
 	opacity: 1;
}

.carousel-zoomin .carousel-inner .item {
	transform: scale(1.2);
	opacity: 1;
   
    -webkit-transition: transform 1s ease, opacity 1s ease-in-out;
  -moz-transition: transform 1s ease, opacity 1s ease-in-out;
  -o-transition: transform 1s ease, opacity 1s ease-in-out;
  transition: transform 1s ease, opacity 1s ease-in-out;
	
}

.shiva-imagecoverfullmain-ancor-arrow {
	position: relative;
}

.shiva-imagecoverfullmain-ancor-arrow a {
	position: absolute;
	bottom: 20px;
	margin-left: 1%;
	z-index: 15;
	text-align: center;
	list-style: none;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: white;
}

/* BOOTSTRAP CAROUSEL ENDE */

/* STYLES START */

/* shiva-style-extended-grid-container - START */

.shiva-style-extended-grid-container {
	display: flex;
}

.shiva-style-extended-grid {
	flex-basis: 100%;
	margin-right: 2em;
	min-width: 0;
}

.shiva-style-extended-grid:last-child {
	padding: 0;
}

.shiva-style-extended-grid-title {
	position: absolute;
	top: 80%;
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 1s;
}
 
.shiva-style-extended-grid > .shiva-image-scale-container:hover .shiva-style-extended-grid-title,
.shiva-style-extended-grid > .shiva-image-scale-container:focus .shiva-style-extended-grid-title {	
	top: 0%;
}

/* CSS ausschlie�lich f�r "style-extended-grid_icon" - START */
.shiva-style-extended-grid-content {
	/*text-align: justify; soll raus - Nick */
	padding-top: 7px;
}

.shiva-style-extended-grid-icon {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	flex-basis: 100%;	
}

.shiva-style-extended-grid-icon .shiva-icon {
 	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	display: block;
	text-align: center;
}

.shiva-style-extended-grid-icon .shiva-icon {
	width: 1em;
}

.shiva-style-extended-grid-icon .shiva-style-extended-grid-content {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}
/* CSS ausschlie�lich f�r "style-extended-grid_icon" - ENDE */

@media (min-width: 768px) and (max-width : 1200px){
	
}

@media (max-width: 1200px) and (min-width: 769px){
	
	.shiva-style-extended-grid-container {
	    flex-wrap: wrap;
	}

	.shiva-style-extended-grid {
	    flex: 1 0 45%;
	}
	
}

/* shiva-style-extended-grid-container - ENDE */

/* shiva-modal START */

.shiva-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

div.shiva-modal-header {
	text-align: right;
}

span.shiva-modal-close {
	font-size: 25px;
	cursor: pointer;
}

/* Modal Content/Box */
.shiva-modal-content-container {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	max-width: 650px;
}

.shiva-modal-content-main {
	display: flex;
	align-items: center;
}

.shiva-modal-content-main .shiva-modal-status {
	font-size: 55px;
}

.shiva-modal-content-main .shiva-modal-content {
	margin-left: 20px;
}

/* The Close Button */
.shiva-modal-content-container .close {
	font-size: 28px;
}

.shiva-modal-content-container .close:hover,
.shiva-modal-content-container .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
/* shiva-modal ENDE */
 
/* STYLES ENDE */

/* SHIVA CONTENT START */
#shiva-mainframe{
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;

/*min-height: 100vh; TODO: Wozu war dieser Eintrag? */

	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin: 0 auto;
	opacity: 1;
	
}

#shiva-mainframe-overallsections {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
width: 100%;
}

#shiva-mainframe-sidebar {

    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    background-color: #f5f6f7;
	padding-bottom: 4em;
    position: relative;
}

.shiva-dynamic-linktype:empty {
	display: none;
}

#shiva-overlay {
	background-color: black;	
}

/* SHIVA CONTENT ENDE */

/* FOOTER START */
#footer_container_1 {
	/*
	bottom: 0;
	position: absolute;
	*/
}

/* FOOTER ENDE */

/* FOOTER START */

.shiva-download-item-icon {
	float: left;
}

/* FOOTER ENDE */

/* MEDIA-QUERY - START */

/* Custom, iPhone Retina */ 
@media (max-width : 480px){
	
	.shiva-dynamic-page-container-padding {
	
	}

}


/* Small Devices, Tablets */
@media (max-width : 768px){
  	
	#shivaSidebar_buttons {
		display: block;	
	}
	
	.shiva-dynamic-navbar-container {
		vertical-align: unset !important;
	}
	
	.shiva-dynamic-page-container-padding {
		 
	}
	
	.shiva-style-extended-grid-container {
		flex-wrap: wrap;
		/*flex-direction: column;*/
	}
	
	.shiva-style-extended-grid-container .shiva-style-extended-grid-icon,
	.shiva-style-extended-grid-container .shiva-style-extended-grid {
		margin-right: 0px !important;
	}

	.shiva-style-extended-grid {
		padding: 0px;
	}

}

/* Medium Devices, Desktops */
@media (min-width: 768px) and (max-width : 992px){
	
}

/* Large Devices, Wide Screens */
@media (max-width : 1200px){

}
    
/* MEDIA-QUERY - ENDE */

/* POSITION START */

.shiva-position-top-left {
	top: 0;
	left: 0;
	position: absolute !important;
}

.shiva-position-top-center {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
	position: absolute !important;
}

.shiva-position-top-right {
	top: 0;
	right: 0;
	position: absolute !important;
}

.shiva-position-center-left {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute !important;
}

.shiva-position-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
	position: absolute !important;
}

.shiva-position-center-right {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute !important;
}

.shiva-position-bottom-left {
	bottom: 0;
	left: 0;
	position: absolute !important;
}

.shiva-position-bottom-center {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
	position: absolute !important;
}

.shiva-position-bottom-right {
	bottom: 0;
	right: 0;
	position: absolute !important;
}

/* POSITION ENDE */

.shiva-link-text-box-overflow {
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.shiva-link-text-box-overflow a {
	width: 100%;
	height: 100%;
	color: transparent !important;
	border-color: transparent !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.shiva-link-text-box-overflow a:hover {
	border-color: transparent !important;
}

/* ++++++ SHIVA ENDE ++++++ */