/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #e1ddd9 ! important;
font-size: 11px;
font-family: Verdana,Sans-serif;
color:#8B4630;
padding:0;
margin:0;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h3{
font-size: 13px;
}

a {color:#8B4630; text-decoration:none;}
a:visited {color:#8B4630;}
a:hover {color: #8B4630; text-decoration: underline;}
a:active { color:#8B4630;}

#content_inner a {color:#8B4630; text-decoration:underline;}
#content_inner a:hover {color: #8B4630; text-decoration: none;}
.ui-tabs-nav a {text-decoration:none ! important;}
.ui-widget-content .ui-tabs-panel{font-size:11px; color:#8B4630;}


img { border: none; }

fieldset {
border: none;
}

h1 {
font-size: 16px;
padding-bottom: 5px;
font-weight: normal;
}

h2 {
font-size: 13px;
padding-bottom: 5px;
font-weight: bold;
}

/* ----------container zentriert das layout-------------- */
#container {
width: 980px;
margin:10px auto;
background-color: #BDBFBE;
}

/* ----------banner for logo-------------- */
#banner {
text-align: right;
padding: 0px;
margin: 0px;
position:relative;
width:980px;
height:128px;
background: url(../img/headers/header_standard.jpg) no-repeat;
}

#logo {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* ----------top navigation-------------- */
#nav_top {
background-color: #FCCA6D;
width:980px;
height: 21px;
}

/* -----------------Inhalt--------------------- */
#wrapper{
position:relative;
display:block;
background:#ffffff;
border-left:190px solid #FCCA6D;
border-right:190px solid #D9714C;
}
#inner {
display:block;
margin-left:-190px;
margin-right:-190px;
padding:0;
min-height:550px;
}

#content {
background-color: #ffffff;
padding: 25px;
margin: 0 192px;
position:relative;
display:block;
height:1%;
}

#content_inner{
overflow: hidden;
}

p, pre{
padding: 5px 0px;
margin:0;
}

/* --------------left navigavtion------------- */
#left {	
	float: left;
	position:relative;
	width: 190px;
	left:0px;
	margin: 0px;
	padding: 0px;	
}
#right {
	float: right;
	position:relative;
	width: 180px;
	margin: 0;
	padding: 5px;	
}
.clear {clear:both;}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 5px;
text-align: center;
height: 13px;
margin: 0px;
background: url(../img/footer.png) no-repeat;
}

.footer_item_group > div {
    display: inline-block;
}
.footer_item_group > div > a{
     font-size: 70%;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    padding: 0 15px;
    line-height: 15px;
    display: block;
}

.footer_item_group{
	margin-right: auto;
	margin-left: auto;
	margin-top:2px;
}
ul.mod-menu,
ul.mod-menu ul {
    list-style-type: none;
}

/* -----------top menu--------------------------- */
.topMenu {
    margin-left: 190px;
    display: block;
}
.topMenu ul {
	color:#FEE7BA;
	font-weight: normal;
	font-size:13px;
	padding: 0;
	margin: 0;	
}

.topMenu ul.mod-menu>li {
	display: inline-block;
}

li.deeper.parent {
    position: relative;
}

.topMenu ul li a,
.topMenu ul li.deeper.parent>span {
	text-decoration: none;
    background-color: #D9714C;
    color: #FEE7BA;
    text-align: center;
    padding: 5px 20px 4px 20px;
    margin: 0px;
    text-align: left;
    display: block;
    line-height: 12px;
	cursor:pointer;
	
}
.topMenu ul li a:hover,
.topMenu ul li.deeper.parent>span:hover,
.topMenu ul li ul>li.current>a {
	background-color: #E59058;	
}

/* main level */
.topMenu ul.mod-menu>li>a,
.topMenu ul.mod-menu>li.deeper.parent>span {
	margin-right:1px;
}


/* sub level  */

.topMenu ul.mod-menu>li.deeper.parent ul {
    display: none;
    position: absolute;
    z-index: 99999;
    max-width: 100%;
	margin-right:1px;
}
.topMenu ul.mod-menu>li.deeper.parent:hover ul {
    display: block;
}


/* ARI Menu (part of the top menu)*/
.ux-menu ul a.ux-menu-link-last,
.ux-menu.ux-menu-vertical a.ux-menu-link-last,
.ux-menu a,
.ux-menu a:focus,
.ux-menu a:hover,
.ux-menu a.ux-menu-link-hover,
.ux-menu a.ux-menu-link-first,
.ux-menu a.ux-menu-link-last,
.ux-menu a.ux-menu-link-vertical,
.ux-menu ul a,
.ux-menu.ux-menu-vertical a,
.ux-menu a.current
{  
	background-image: none;
	border-right: 1px solid #FCCA6D;
	border-bottom: none;
	border-left: none;
	border-top: none;  
	background-color:#D9714C;
}

.ux-menu-sub li a{
	border-right: none !important;
}

.ux-menu-arrow{
	background: none;
}


/* -----------main menu (fix 1/2: globals)--------------------------- */
.mainMenu ul{
margin: 0; padding: 0;
}

.mainMenu ul li ul span {
	background: url("../img/node.gif") no-repeat scroll left 8px transparent;
	padding-left: 12px;
	display:block;
}

.mainMenu li{
	line-height: normal;
}



/* -----------main menu (var)--------------------------- */
.mainMenu {width:100%; overflow:hidden; color:#BF6344; margin:0; padding:0 0 0 0; font-weight: normal; font-size:12px;}
.mainMenu ul {overflow:hidden; margin:0px; list-style-type:none;}
.mainMenu ul a {display:block; text-decoration:none;}
.mainMenu ul li {float:left; width:100%; margin:0; padding:0;}
.mainMenu ul li a {padding:6px 0px 6px 8px; background-color:#FEE7BA; color:#BF6344; border-top:1px #FCCA6D solid; }
.mainMenu ul li a:hover {background-color:#F0AB62; color:#BF6344;}
.mainMenu ul li.active a {background-color:#F0AB62; color:#BF6344;}
.mainMenu ul li.active ul {list-style-type:none; margin:0; padding:0;}
.mainMenu ul li.active ul li {float:left; width:100%; margin:0; padding:0; line-height:18px;}
.mainMenu ul li.active ul li a {padding:3px 0px 3px 30px; background-color:#FDDC9D; border: none; font-weight: normal;}
.mainMenu ul li.active ul li a:hover {background-color:#F0AB62;}
.mainMenu ul li.active ul li.active a {background-color:#F0AB62;}

.mainMenu li span {
    background: url("../img/node.gif") no-repeat scroll left 3px transparent;
    padding-left: 16px;	
}

.mainMenu ul li ul span {
    background: url("../img/node.gif") no-repeat scroll left 5px transparent;
    padding-left: 16px;	
}


/* -----------user menu (var)--------------------------- */
#usermenu {overflow:hidden; margin:0px; list-style-type:none; margin-top: 30px;}
#usermenu a {display:block; text-decoration:none;}
#usermenu li {float:left; width:100%; margin:0; padding:0;}
#usermenu li a {padding:6px 0px 6px 8px; background-color:#D9714C; color:#FEE7BA; border-top:1px #FCCA6D solid; }
#usermenu li a:hover {background-color:#8A391E; color:#FEE7BA;}
#usermenu li.active a {background-color:#8A391E; color:#FEE7BA;}

/** 
 * Joomla Styles and Overrides
 */
h2.item-title, .page-header h2{
	font-size: 16px !important;
	padding-bottom: 5px ;
	font-weight: normal !important;
}
.itemid-153 * .page-header h2 {
    font-size: 14px !important;
}
.moduletable{
	color: #FCCA6C;
}
.below-content {
    display: flex;
}
.sitemap-menu li a {
    padding: 3px 5px;
    display: block;
}
.kja_currentevents{
margin: 8px 0 12px 16px; padding: 0;
}

.kja_currentevents li {
line-height:15px;
margin-left: 0px;
}

.kja_currentevents a, a:visited, a:active {
	color: #FCCA6C; text-decoration:none;
}

.kja_currentevents a:hover {
	text-decoration: underline;
}


.kja_category{
font-size:11px;
}

/* tiny mce background color */
.mceContentBody {
background-color:#FFFFFF ! important;
}

.search{
margin-bottom:20px;
}
.search input{

}

/* System Standard Messages */
#system-message { margin: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #0055BB; border-bottom: 3px solid #0055BB; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #0055BB; border-bottom: 3px solid #0055BB; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

/* Frontend Edit Container */
#edit_container{
	width: 635px;	
	border: 1px solid gray;
	margin-top: 40px;		
	margin-left: 170px;
	padding: 10px;
	background: #FFFFFF;
	z-index: 10008;
	position: absolute;
	top: 10px;	
}
#overlay_blending{
	z-index: 10007;
}

/* KJA Framework custom styles */
.kja_event_calendar{
	font-size: 9.3px;
	margin: 8px 0px;
}

.kja_currentevents{}

.kja_parties_list{}

.kja_tinymce_title1{ 
font-size: 16px;
padding-bottom: 5px;
font-weight: normal;
}

.kja_tinymce_title2{
font-size: 13px;
padding-bottom: 5px;
font-weight: bold;
}

.kja_tinymce_body{}


.blog .blog-item {
    margin: 10px 0 55px 0;
    clear: both;
}

dd.result-created {margin-bottom:20px; color:#FFF}
dd.result-title {font-weight:bold;}
.chzn-container {
    font-size: 11px !important;
}
#xmap ul.level_0 {width:38%; float:left;}
ul.category-module, ul.category-module li {
    padding:0px; margin:0px;
    list-style-type:none;
}
span.mod-articles-category-date {display: block; margin-bottom:15px}

/* modules right */
div#right .card {
    color: #FCCA6C;
    margin-bottom: 20px;
}
div#right .card h3 {
    margin-bottom: 7px;
}
div#right .card a {
    color: #FFFFFF;
}

.moduletable h3 {margin-bottom:7px}
label.element-invisible {visibility: hidden; display: none;}
.tabletermin {width:100%}
.tabletermin tbody tr td {vertical-align: top; padding:0 0 10px 0}
.tabletermin tbody tr td.reihe1 {width:90px;}
.tabletermin tbody tr td.reihe2 {width:60px;}

/* forms */
.contact-form legend {
    display: none;
}
.control-group {
    margin-bottom: 8px;
}
.control-label {
    margin-bottom: 3px;
}

.com-finder.finder legend {
    font-size: 140%;
    padding: 0;
    margin-bottom: 5px;
}


/* edit */
.icons .float-end {
	clear:both;
}
.icons .float-end>div {
    float: right;
}
.icons .float-end a {
    background: #F0AB62;
    color: #BF6344;
    padding: 10px 20px;
    border-radius: 7px;
	text-decoration:none !important;
}

.icons .float-end a:hover,
.icons .float-end a:active {
	background:#FEE7BA;
}

/* system */
iframe { boder:none; }
.jmodedit .icon-edit {
	display:none;
}
.btn.jmodedit {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 900;
  background-color: rgba(255,255,255,.5);
  border: 1px solid #58595a;
  border-radius: .25rem;
}

[dir="rtl"] .btn.jmodedit {
  right: auto;
  left: 0;
}


/* set up hidden tooltip */
button.btn-close::before {
    content: "x";
}



.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dfe3e7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dfe3e7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* 2 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dfe3e7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dfe3e7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--cassiopeia-font-family-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}


[role="tooltip"]:not(.show) {
  right: 5em;
  z-index: $zindex-tooltip;
  display: none;
  max-width: 100%;
  padding: .5em;
  margin: .5em;
  color: $black;
  text-align: start;
  background: $white;
  border: 1px solid $gray-600;
  border-radius: $border-radius;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .8);

  &[id^=editarticle-] {
    right: auto;
    margin-inline-start: -10em;
  }

  &[id^=editcontact-] {
    right: auto;
    margin-inline-start: -10em;
  }

  &[id^=id-skip-] {
    right: auto;
  }

  &[id^=cbunpublish] {
    right: auto;
  }
}
