@charset "UTF-8";
/***** Base *****/



@font-face {
  font-family: 'Inter';
  font-style: normal;
  src: url('/hc/theming_assets/01JHMKZ3QCVK1XQPHEM5CPQS9P'); /* IE9 Compat Modes */
  src: local(''),
       url('/hc/theming_assets/01JHMKZ3QCVK1XQPHEM5CPQS9P') format('embedded-opentype'), /* IE6-IE8 */
       url('/hc/theming_assets/01JHMKZ3E2NS0PTA1HPRJQ9FGG') format('woff2'), /* Super Modern Browsers */
       url('/hc/theming_assets/01JHMKZ4Q4C5FXP7FCZKTK5JFE') format('woff'), /* Modern Browsers */
       url('/hc/theming_assets/01JHMKZ58SGMACDKVA0K9X3XK5') format('truetype'), /* Safari, Android, iOS */
       url('/hc/theming_assets/01K7KX61MEPF4CPVDP0H6NYP2W') format('svg'); /* Legacy iOS */
}


body {
  background-color: $background_color;
  color: rgba(9, 13, 72, 1);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

@media(min-width:560px){
  body{
    font-size: 14px;
  }}
@media(min-width:960px){
  body{
    font-size: 15px;
  }}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


h1 {
  font-family: "Inter", sans-serif;
 /* font-variation-settings: "wght" 600;*/
} 

h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

/* ########## 3 Breaking points for Typography: 768px, 960px, 1200px */

h1 {
  font-size: 16px; 
  font-weight: 800;
}

@media(min-width:560px){
  h1{
    font-size: 22px
  }}

@media(min-width:960px){
  h1{
    font-size: 28px
  }}

@media(min-width:1200px){
  h1{
    font-size: 32px
  }}

h2 {
  font-size: 16px;
  font-weight: 600 !important;
}

@media(min-width:560px){
  h2{
    font-size: 20px;
  }}

@media(min-width:960px){
  h2{
    font-size: 22px;
  }}

@media(min-width:1200px){
  h2{
    font-size: 24px;
  }}

h3 {
  font-size: 12px;
  font-weight: 600 !important;
}

@media(min-width:560px){
  h3{
    font-size: 14px;
  }}
@media(min-width:960px){
  h3{
    font-size: 16px;
  }}
@media(min-width:1200px){
  h3{
    font-size: 16px;
  }}

h4 {
  font-size: 14px;
}

@media(min-width:768px){
  h4{
    font-size: 15px;
  }}

a {
  color: rgba(9, 13, 72, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

p {
  font-size:12px;
}

@media(min-width:560px){
  p{
    font-size: 14px;
  }}
@media(min-width:960px){
  p{
    font-size: 15px;
  }}

input,
textarea {
  font-size: 14px;
}

@media (min-width:768px){
  input, textarea{
    font-size: 16px;
  }
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(0, 108, 255, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01K7KX62KFEVJNDY2ZTWQCX2G4") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(0, 108, 255, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(0, 108, 255, 1);
}

.container {
  width: 90%;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1400px) {
  .container {
    padding:  0 5%;
    max-width: 1400px;
  }
}

/* ######## Maik's error page ########   */

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1400px;
  width:90%;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle::after {
  color: inherit;
}

/* ########  Buttons ########  */
.button, [role="button"] {
  border: 1px solid rgba(0, 108, 255, 1);
  border-radius: 12px;
  color: rgba(0, 108, 255, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  -webkit-touch-callout: none;
}

.category-block a.button-dark{
  background: #090D48;
  cursor:pointer;
  padding:8px 20px;
  width:fit-content;
  color: rgba(255, 255, 255, 1);
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0%;
  border-radius:16px;
  text-align: center;
}

@media (min-width: 560px) {
  .button, .button-dark [role="button"] {
    font-size: 13px;
  }
}

@media (min-width: 960px) {
  .button, .button-dark [role="button"] {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .button, .button-dark[role="button"] {
    font-size: 16px;
  }
}

.button::after, [role="button"]::after {
  color: rgba(0, 108, 255, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(0, 108, 255, 1);
  color: rgba(9, 13, 72, 1);
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #004199;
  border-color: #004199;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: #006CFF;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 1279px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #004199;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #141da3;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(9, 13, 72, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}


/*########  Tables ######## */
.table {
  width: 100%;
  table-layout: fixed;
}

/* ########  add spacing underneath table, added by Anne ########  */

table.margin-bottom {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #141da3;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/* ########  Forms  ######## */
.form {
  max-width: 650px;
  margin-bottom:5%;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(0, 108, 255, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 108, 255, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 108, 255, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #141da3;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01JHMKZ4PD9AMK9EPNZH00NE2E") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #141da3;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #000;
}

/* ########  Header  ######## */
.header {
  background:#090D48;
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
}

@media (min-width: 1400px) {

}

.logo img {
  max-height: 30px;
  transition:0.2s;
}
.logo {
    height: 30px;
}

@media (min-width: 768px) {
  .logo img  {
    max-height: 32.39px;
  }
.logo {
    height: 32.39px;
}
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(9, 13, 72, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  text-decoration: none;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: rgba(9, 13, 72, 1);
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/* ########  User info in header ########  */
/*.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(9, 13, 72, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: rgba(9, 13, 72, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(9, 13, 72, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}
*/
/* ######## User avatar ######## */
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(0, 108, 255, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: rgba(9, 13, 72, 1);
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/* ######## Footer  ######## */
.footer {
  padding: 30px 0;
  background: #090D48;
}



.footer a {
  color: #fff; 
  font-size: 12px;
  box-sizing: border-box;
  font-weight:400;
}
@media(min-width:768px){
  .footer a{
    font-size:14px;
  }
}

.footer-inner,
footer .copyright{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

footer .copyright{
  font-size: 12px; 
	color: #fff; 
	text-align: left;
  margin-top: 1.5%;
}


@media (min-width: 1160px) {
  .footer-inner,
  footer .copyright{
    padding: 0;
    width: 90%;
  }
}

@media (max-width: 1000px){
  .footer-inner{
    display: block;
  } 
  
  .footer-inner a{
    display: block;
    text-align: center;
    padding: 5px; 
  }
  
  .footer-inner .footer-language-selector{
    display: block; 
    text-align: center; 
  }
  
  footer .copyright{
    margin-top: 3%;
    display: block;
  }
}


.footer-language-selector {
  color: #141da3;
  display: inline-block;
  font-weight: 300;
  margin-left: clamp(28px, 1.5vw, 51px);
}

html[lang="en-US"] .footer a.impressum,
html[lang="en-US"] .footer a.datenschutz,
html[lang="en-US"] .footer a.drittanbieter-marken,
html[lang="en-US"] .footer a.kontakt,
html[lang="en-US"] .footer a.nutzungsbedingungen{
  display: none; 
} 

html[lang="de"] .footer a.site-notice,
html[lang="de"] .footer a.privacy-policy,
html[lang="de"] .footer a.third-party-trademark,
html[lang="de"] .footer a.contact,
html[lang="de"] .footer a.terms-of-service{
  display: none; 
} 

/* ####### Search field ######## */
.searchsection {
  background-color:#00A4FD;
  padding: 1.5%;
  transition: 0.3s;
}

@media (min-width: 960px){
  .searchsection{
    padding:1%;
  }
}

.search {
  position: relative;
}

.search input[type="search"] {
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 50px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  background: #fff;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: none;
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
  content: " ";
  background-image: url("/hc/theming_assets/01K7KX61VGJ3491Z1TR0PVDFZ3");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 16px;
  position: absolute;
  left: 15px;
  width: 19px;
  height: 19px;
}
@media(min-width:768px){
  .search::before{
  font-size:16px;
  }}
[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: none;
}

/* ######## Hero component ######## */

.hero {
  /*background-image: url(/hc/theming_assets/01K7KX63V5M1HDX5QXHDEAJPAV);*/
  background-color: #F3F3F3;
  background-position: right 30% center;
  background-size: cover;
  padding: 48px 0 25px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
}

.hero-wrapper{
  width:85%;
  margin:auto;
  transition: 0.1s
}
@media (min-width:960px){
  .hero-wrapper{
   width:90%;
  }
}

@media (min-width:1200px){
  .hero-wrapper{
   width:1400px;
  margin:auto;
  }
}

.hero h1{
  font-family: "Epilogue", serif;
  font-size: 20px;
  font-weight: 800;
  color: #090d48;
  transition: 0.1s;
  margin-left: 0.2em;
}

@media (min-width:560px){
  .hero h1{
    font-size: 30px;
  }
}

@media (min-width:960px){
  .hero h1{
    font-size: 50px;
    line-height: 66px;
  }
}

.hero-inner {
	position: relative;
	max-width: 901px;
  margin: auto;
	transition: 0.1s;
}

.page-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-weight: 400;
  margin: 0 0 20x 0;
  word-break: break-word;
  visibility: visible;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
/* Search Results from Zendesk hidden. Remove the "visibility" property to display them. */

.page-header-description {
  font-weight: 400;
  margin: 0 0 20x 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

/*maik */
.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  padding-bottom: 20px;
  padding-top: 19px;
  box-sizing:border-box;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid transparent;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  background-color: transparent;
  display: flex;
  flex: 1 0 250px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 12.5px 30px;
  }
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-link {
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 24px;
}


.image-section.img_div {    
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid transparent;
}

/* Homepage*/

.section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: rgba(9, 13, 72, 1);
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01K7KX64J4VFRY55RVQCDNSV17);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(9, 13, 72, 1);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #141da3;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: rgba(0, 108, 255, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-page-body{
  background:#fff;
}

.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 100%; 
  }
  .section-content {
    width: 100%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}


.section-tree .section {
  flex: initial;
  margin-top:3%;
}

@media (min-width: 768px) {
  .section-tree .section {
    /* flex: 0 0 45%; */ 
    flex: 0 0 100%; /* maik */
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  font-weight:600;
}
.section-tree-title a:hover{
  color:#006CFF;
  text-decoration:none;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 0;
	border-top: 1px solid #E2E2E3;
}

.article-list-item a {
  color: rgba(9, 13, 72, 1);
}

.icon-star::before {
  color: rgba(0, 108, 255, 1);
  font-size: 18px;
  border-radius:
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}


/*@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}*/

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
  background:#fff;
  padding:0px;
}

@media (min-width: 1024px) {
  .article {
    width: 100%;
    padding: 0px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-top: 20px;
  column-gap: 5px;
  row-gap: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-header h1 {
    font-family: "Epilogue", serif;
    font-size: 18px;
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0%;
    margin: 0;
    max-width: 572px;
}
@media(min-width:560px){
  .article-header h1{
    font-size:24px;
  }
}
@media(min-width:960px){
  .article-header h1{
    font-size:32px;
  }
}
@media(min-width:1200px){
  .article-header h1{
    font-size:38px;
  }
}

.article-author {
  margin-bottom: 10px;
}


.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.article-meta span {
      color: #006CFF;
}
.article-body img {
  height: auto;
  max-width: 100%;
  /*maik display: block; */
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}


.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #141da3;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 20px 0 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #141da3;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(0, 108, 255, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  margin-right: 1%;
  padding-top: 12.5px;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

@media (min-width: 1024px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #E2E2E3;
  border-bottom: 1px solid #E2E2E3;
  padding: 40px 0 40px;
  text-align: center;
  margin-bottom: 30px;
}

.article-vote {
  background: #090D48;
  border: 1px solid #090D48;
  color: #fff;
  margin: 0;
  min-width: 78px;
  width: auto;
  border-radius: 16.5px;
  line-height: 0;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 10px;

}

.article-votes-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.article-vote::before {
  font-size: 16px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}



.article-vote:hover {
  background-color: #0c3187;
  border: 1px solid #0c3187;
  color: #fff;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #fff;
}

.button.article-vote:active{
    background-color: #fff;
    color: #090D48;

}
.article-vote-up::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url('/hc/theming_assets/01K5BD3PW48HMKS6BFSZP3581N');
  background-size: cover;
  margin-right: 8px;
}

.article-vote-down::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/hc/theming_assets/01K5BD3PSB2B9AVFX3GNZX42JM');
  background-size: cover;
  margin-right: 8px;
}
span.article-votes-question {
   font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(9, 13, 72, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(0, 108, 255, 1);
  color: rgba(9, 13, 72, 1);
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #004199;
  border-color: #004199;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: rgba(9, 13, 72, 1);
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px;
  transition: 0.1s;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #F3F3F3;
  color: rgba(9, 13, 72, 1);
  text-decoration: none;
  border-radius: 6px;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(9, 13, 72, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #141da3;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #141da3;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(0, 108, 255, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #141da3;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(0, 108, 255, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #141da3;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 108, 255, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(0, 108, 255, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #000;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #141da3;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #141da3;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(0, 108, 255, 1);
}

.vote-up::before, .vote-down::before {
  color: #141da3;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(0, 108, 255, 1);
}

.vote-voted:hover::before {
  color: #004199;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #141da3;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01JHMKZ7HX2J8433J8AG0DSV0Z);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(0, 108, 255, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: rgba(9, 13, 72, 1);
  color: rgba(9, 13, 72, 1);
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(0, 108, 255, 1);
  color: rgba(9, 13, 72, 1);
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid rgba(9, 13, 72, 1);
  color: rgba(9, 13, 72, 1);
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #004199;
  border-color: #004199;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 108, 255, 1);
  content: attr(data-follower-count);
  color: rgba(0, 108, 255, 1);
  display: inline-block;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 108, 255, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(9, 13, 72, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #000;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #141da3;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(9, 13, 72, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 108, 255, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #141da3;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}


.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #000;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #141da3;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #141da3;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(0, 108, 255, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(9, 13, 72, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(9, 13, 72, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(0, 108, 255, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(9, 13, 72, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 20px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

/*.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";*/
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(0, 108, 255, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 108, 255, 1);
  color: rgba(9, 13, 72, 1);
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(0, 108, 255, 1);
  border-radius: 4px;
  color: rgba(9, 13, 72, 1);
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #004199;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #141da3;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #141da3;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #141da3;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 108, 255, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 108, 255, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #141da3;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}



/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0%;
    color: #090D48;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: darken($background_color, 3%);
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: lighten($text_color, 20%);
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px $brand_color;
  border-radius: 4px;
  color: $brand_color;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: darken($background_color, 5%);
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: lighten($text_color, 20%);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: lighten($text_color, 20%);
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: darken($background_color, 3%);
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: $background_color;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .chevron-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid $brand_color;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}



/***** Pagination *****/
ul.pagination-list {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}



/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: $text_color;
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: $link_color;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: lighten($text_color, 20%);
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: $brand_color;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/* 
next entry added by Anne , 20 Oct 2017
*/

table.width-50-50 {
    width: 100%;
    margin-bottom: 10px;
}

/* 
next entry added by Anne, 20 Oct 2017
*/

td.width-50-50 {
    width: 50%;
  	vertical-align: top; !important /* Maik */ 
}

/* 
next entries added by Anne, 20 Oct 2017


td.note-image {
    width: 100px;
    margin: 0 auto;
    background-color: #e6e6e6;
    padding: 10px 5px 10px 20px;
}

/* 
next entry added by Anne, 20 Oct 2017


td.note-text {
    background-color: #e6e6e6;
    padding: 10px 20px 10px 5px;
}

*/

td.border-one-pixel-grey {
  		border: solid 1px #e6e6e6;
      padding: 5px;
}
/* 2 entries added by Renishya, 22 Aug 2019
*/ 
table.border-top-bottom > tbody > tr > td {
 border-top: solid 2px #e6e6e6;
 /* border-bottom: solid 2px #e6e6e6;*/
      padding: 5px;
}
table.border-top-bottom > tbody > tr > th {
 border-top: solid 2px #e6e6e6;
  /*border-bottom: solid 2px #e6e6e6;*/
      padding: 5px;
}

table.border-one-pixel-grey > tbody > tr > td {
 border: solid 2px #e6e6e6;
      padding: 5px;  
}

table.border-one-pixel-grey > tbody > tr > th {
 border: solid 2px #e6e6e6;
      padding: 5px;
}

th.border-one-pixel-grey {
  		border: solid 1px #e6e6e6;
      padding: 5px;
}


p.text-align-center {
     text-align: center;
}



/* 
next entries added by Anne, 21 November 2017
*/

div.example_OLD {
  border: solid 1px rgba(0, 108, 255, 1);
  padding: 22px;
  margin-bottom: 10px;
}


/* 
next entries added by Anne, 20 November 2017
*/

em.gui {
  font-style: normal;
  font-weight: bold;
}

div.step-by-step_OLD {
    display: inline-block;
    padding: 5px;
    border: solid 1px #666666;
    margin: 10px;
}

/* 
entries added by Nadine, 26 March 2018
*/

.step-by-step {
    display: inline-block;
    padding: 8px 8px 3px 8px;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0px 8px 0px;
}

div.example {
  	border: solid 1px rgba(0, 108, 255, 1);
  	padding: 22px;
  	margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
}

ol li {
		margin-bottom:8px;  
}  





/*
Rights and roles tables with white td borders added bay Anne, 15 Jan 2018
*/
table.white-border {
  width: 800px;
}

table.white-border > tbody > tr > th {
  margin: 5px auto;
  padding: 4px 4px 2px 4px;
  border: 4px solid #fff;
  background: #03adfd;
  color: #ffffff;
  line-height: 1.1;
  font-size: x-small;
  font-weight: bold;
  vertical-align: top; 
  text-align: center;
}

table.white-border > tbody > tr > td {
  margin: 10px auto;
  border: 4px solid #fff;
  padding: 4px 4px 2px 4px;
  background: #f2f2f2;
  line-height: 1.1;
  font-size: x-small;
  vertical-align: top; 
  text-align: center;
}

/*
Rights and roles tables with white td borders added bay Anne, 15 Jan 2018
*/
table.white-border-contentalignleft {
  width: 800px;
}

table.white-border-contentalignleft > tbody > tr > th {
  margin: 5px auto;
  padding: 4px 4px 2px 20px;
  border: 4px solid #fff;
  background: #03adfd;
  color: #ffffff;
  line-height: 1.1;
  font-size: x-small;
  font-weight: bold;
  vertical-align: top; 
  text-align: left;
}

table.white-border-contentalignleft > tbody > tr > td {
  margin: 10px auto;
  border: 4px solid #fff;
  padding: 4px 4px 2px 4px;
  background: #f2f2f2;
  line-height: 1.1;
  font-size: x-small;
  vertical-align: top; 
  text-align: left;
}


/*
Tables with grey borders added bay Anne, 15 May 2018
*/
table.grey-border > tbody > tr > th {
  margin: 5px auto;
  padding: 4px 8px 4px 8px;
  border: 1px solid #c3c3c3;
  color: #666666;
  text-align: left;
}

table.grey-border > tbody > tr > td {
  margin: 5px auto;
  border: 1px solid #c3c3c3;
  padding: 4px 8px 4px 8px;
}

table.grey-border {
  margin-bottom: 24px; 
  overflow:hidden; /* new by Toni Aug 18, 2021*/ 
  width:100%; /* new by Toni Aug 18, 2021*/ 
  table-layout: fixed /* new by Toni Aug 18, 2021 */ 
}

/*
Tables with grey borders added bay Anne, 21 December 2020
*/
table.grey-border-valigntop > tbody > tr > th {
  margin: 5px auto;
  padding: 4px 8px 4px 8px;
  border: 1px solid #c3c3c3;
  color: #666666;
  text-align: left;
}

table.grey-border-valigntop > tbody > tr > td {
  margin: 5px auto;
  border: 1px solid #c3c3c3;
  padding: 4px 8px 4px 8px;
  vertical-align: top;
}

table.grey-border-valigntop {
  margin-bottom: 24px; 
}

/* ============== Maik =========================
================================================
================================================
*/ 

.blocks-item{
 position: relative;
}

.blocks-item-link{
	padding: 30px; 
}


.icon-home{
    height: 60px;
    width: 60px;
    background-size: cover;
    margin: 25px auto;
    position: absolute;
    top: -50px;
    left: 42.5%;
 }


.blocks-item:nth-child(1) .icon-home{
	background: url("https://de-cdn-t1.eyo.net/t1-backend/image/upload/v1519137124/pmVeHfxJULjZzDxAD2V6CEQyqjYgLcM1hWb9ap0zdXwoxXDIXrDLjljIO4CQE6iUpydHddGqPYg3FqClzN5CnbxbRJgEPZXSGrkpPMkDgVkHK9x4PowqPBeLU5IBHFtUVTR4xi5giqTnXuL7F4jKnKQO6tkcfVJfVdHdHiHhf4ENDzRpSBwrl33Y2fK24kg0/app-support.png") !important;
}

.blocks-item:nth-child(2) .icon-home{
  background: url("https://de-cdn-t1.eyo.net/t1-backend/image/upload/v1519137123/jsvPsbN27zzBnBMa4DgnPeVEABeqlALhxXu6fcsadYTcNqZSuGs0vm8SEvQr32WC7lfRDC0rO3NsI00IDjFWKUisVfH2U3MvYok3WuQWUzRZ46Yb6L8RFssHVi35eOWiinb4Baorgfn7mRIox2liAepX6SltFImJAOxFQskyuTAx11BzpKpTwKyd2T1ed77E/new-app.png") !important;
}

.blocks-item:nth-child(3) .icon-home{
  background: url("https://de-cdn-t1.eyo.net/t1-backend/image/upload/v1519137124/vEmqdrM6sj75UcK0Ym3wHKqSWP1YfEJgFzGoDfXX65rsz6hHeG7VeD69Db2QZs0ZPq5UAFWaT54pGEiRuEjq8ZRtQQ0pUjiDjWuvSJN6ke0aGAJvRWAo35ZpzZ4qx6fgYoRoyRwG1puhQLXNwjCUTPgCgJ5o2XvLrV3jdkMQ7NOg6VkBU7r0x0WmrB0fADHm/admin-setting.png");
}

.blocks-item:nth-child(4) .icon-home{
background: url("https://de-cdn-t1.eyo.net/t1-backend/image/upload/v1519137124/pgbSTeECG79rewW9SGiixwII9hZFr64i9EDhtWCzUyhwnsl9OM6uXPLIC89xkkXTfuatAlxyO75eXAnuHldeFPc6RGvtyZFR2AFaciX1STlr9xKcYfZ1cC52z0DwYzgfTvFDzUyvfbr1JDsVNb0xR9M2NuIlnChi8PSpTn2y7uT8RXEhKPwqfyLny5S3kmaI/user-management.png");
}

.blocks-item:nth-child(5) .icon-home{
background: url("https://de-cdn-t1.eyo.net/t1-backend/image/upload/v1519137123/lu9sEB7dCDqqVIZRwPEcdIf7R9lXyKO4t4NshyHrXVcKNLuyCdCaIZjyOj7uODHS0ypYMIwow26mfCfUBHoDEzAE7NhhOdJbRrwNQvAnjFtvWXgZntXuKUO2WaLnyyXxD8PjRw7OUFL7W6BwYnQaOplPXdHQc5z5iaTllEm2XJFe7YrM2SAV5ax28yXGLtFe/cms.png");
}

.blocks-item:nth-child(6) .icon-home{
background: url("https://cdn.eyo.net/production/image/upload/v1595412961/Fw2GGYVvENfVlpnBb43mzTOP0vmtmMFq3r4pxva6FhYYjZ17QtrCd2qqJCe7fV31BvgfTDm3W5iLXMOrlNBXK0eXshTHWyaRi3pq6mfrUa3t93iyJ51j4kfuDZO1INSFLrLdF5rfs58tBB4C5Hlbch2MVwQL9IkIBEI6RVAqOIviqtPDOZfG4Q221IDNBcob/intergration_new2.png");
}


/* Icon Adimin Settings
https://de-cdn-t1.eyo.net/t1-backend/image/upload/v1519137124/vEmqdrM6sj75UcK0Ym3wHKqSWP1YfEJgFzGoDfXX65rsz6hHeG7VeD69Db2QZs0ZPq5UAFWaT54pGEiRuEjq8ZRtQQ0pUjiDjWuvSJN6ke0aGAJvRWAo35ZpzZ4qx6fgYoRoyRwG1puhQLXNwjCUTPgCgJ5o2XvLrV3jdkMQ7NOg6VkBU7r0x0WmrB0fADHm/admin-setting.png
*/

/* Quick Start
https://de-cdn-t1.eyo.net/t1-backend/image/upload/v1519137123/pVlezVmT5mtULA9vzCrcslzGnh1gh1PUquUT6EQv7AH4gqIUf2OOS1ltyxdN5O2o2vUtfaGi2oN8m9msBFNMntJ5ms2k6imXkrDVj4MnudI12Vmk8GqG2EZOlXzDvi4eVhntdsyRSysgjkmTydXw4KTqUvWaaALPafqXF51J4WPYE8SZCQ5ApeBoVafFXJFh/admin-quick.png
*/

.blocks-item:nth-of-type(7),
.blocks-item:last-of-type{
  display: none; 
}

.blocks-item h4{
    margin-top: 20px;
}

.knowledge-base{
	margin-bottom: 0px; 
}

.homepage-link-item{
	background: #fff;
	border: none;
  position: relative; 
}

.homepage-link-articles{
  background: #F5F5F5;
  padding: 50px 0;
  position: relative; 
  top: 60px; 
} 

/* Remove social media stuff + comments */

.article-share{
    display: none;
}

.article-comments{
    display: none;
}
/* 
.article-votes{
    display: none;
}
*/
.article-votes-count{
    display: none;
}

.article-more-questions{
    display: none;
}

.article-author {
    margin-bottom: 10px;
    border-top: 1px solid #E2E2E3;
  	border-bottom: 1px solid #E2E2E3;
    display: flex;
    width: 100%;
    padding: 10px 0px;
}

.article-subscribe{
   display: none;
}

/* Accordion / Changelog  */

.accordion{
  margin-top: 30px; 
} 

.accordion .panel{
  display: none; 
}

.accordion h2{
  border-top: 1px solid #ddd;
  padding: 15px 5px;
  margin: 0;
  font-size:15px;
}

@media (min-width:560px){
  .accordion h2 {
    font-size:16px;
  }
}

@media (min-width:960px){
  .accordion h2 {
    font-size:18px;
  }
}

.accordion h2:last-of-type{
  border-bottom: 1px solid #ddd;
}

.accordion h2:hover, 
.accordion h2.active{
  background-color: #04adfd;
  color: #fff;
}


.accordion h2:hover::before{
    margin-right: 10px;
    color: #fff;
    margin-left: 10px;
    content: '↓';
}

.accordion h2::before{
    margin-right: 10px;
    color: #04adfd;
    margin-left: 10px;
    content: '↓';
}

.accordion h2.active::before{
  	content: '→';
  	color: #fff;
}

.accordion h3:first-child{
  margin-top: 15px; 
}

.accordion h3{}

.changelog-indent{
  padding-left: 30px;
}

.article-relatives{
  border: none; 
}

.infobox{
  border: 1px solid #04adfd;
  border-radius: 4px;
  padding: 20px 20px 20px 50px; 
  position: relative; 
  margin: 20px 0; 
  font-weight: normal; 
}

.infobox::before{
  background: #04adfd; 
  width: 30px;
  content: '';
  display: block;  
  position: absolute; 
  top: 0; 
  left: 0;
  height: 100%;
}


.infobox::after{
  left: 0;
  line-height: 1;
  position: absolute;
  speak: none;
  text-align: center;
  text-transform: none;
  transform: translateY(-50%);
  top: 50%;
  width: 25px;
  height: 25px; 
  content: '';
  color: #fff; 
  background-image: url("/hc/theming_assets/01JHMKZ3KDFVQMYFE13H769D61");
  background-size: cover;
  left: 2px; 
}


.alertbox{
  border: 1px solid #D80000;
  border-radius: 4px;
  padding: 20px 20px 20px 50px; 
  position: relative; 
  margin: 20px 0; 
  font-weight: normal; 
}

.alertbox::before{
  background: #D80000; 
  width: 30px;
  content: '';
  display: block;  
  position: absolute; 
  top: 0; 
  left: 0;
  height: 100%;
}

.alertbox::after{
  left: 0;
  line-height: 1;
  position: absolute;
  speak: none;
  text-align: center;
  text-transform: none;
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  height: 20px; 
  content: '';
  color: #fff; 
  background-image: url("/hc/theming_assets/01JHMKZ46880XKD8E2QAHBDKAQ");
  background-size: cover;
  left: 5px; 
  filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(265%) hue-rotate(207deg) brightness(112%) contrast(107%);
}



.blue-tag {
    display: inline-block;
    border: 1px solid #04adfd;
    padding: 1px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #04adfd;
    margin: 5px 5px 5px 0;
    margin-top: 20px; 
    line-height: 20px; 
  	font-size: 14px;
    cursor: default;
    position: relative;
}

/* added by Software Craftsmanship Coach */
div.tooltip {
  visibility: hidden;
  width: max-content;
	max-width: 400px;
  background-color: Gray;
  color: #FFFFFF;
  font-weight: 400;
  text-align: inherit;
  text-transform: initial;
  border-radius: 6px;
  padding: 8px;
  margin-top: 8px;
  position: absolute;
  display: flex;
  z-index: 101;
  left: 50%;
  transform: translate(-50%, 1.6em);
}


div.tooltip-arrow::after {
  content: " ";
  position: absolute;
  top: -9px;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #949494 transparent;
  z-index: 5;
}

/* --- Unified Tooltips --- */
div.blue-tag:hover > div.tooltip {
  visibility: visible;
}

div[class*="tooltip-activation"]::after { content: var(--dc-tooltip-activation); }
div[class*="tooltip-role"]::after { content: var(--dc-tooltip-role); }
div[class*="tooltip-email-role"]::after { content: var(--dc-tooltip-email-role); }
div[class*="tooltip-beta"]::after { content: var(--dc-tooltip-beta); }
div[class*="tooltip-version"]::after { content: var(--dc-tooltip-version); }
div[class*="tooltip-delayed"]::after { content: var(--dc-tooltip-delayed); }
div[class*="tooltip-automatic-rollout"]::after { content: var(--dc-tooltip-automatic-rollout); }
div[class*="tooltip-AI"]::after { content: var(--dc-tooltip-ai); }
div[class*="tooltip-usecase"]::after { content: var(--dc-tooltip-usecase); }
div[class*="tooltip-effort"]::after { content: var(--dc-tooltip-effort); }
div[class*="tooltip-allroles"]::after { content: var(--dc-tooltip-allroles); }
div[class*="tooltip-pricing"]::after { content: var(--dc-tooltip-pricing); }

/* --- Standard Plan Tips Content --- */
div.plantip.employee-app::after { content: var(--dc-label-employee-app); }
div.plantip.intranet::after { content: var(--dc-label-intranet); }
div.plantip.email::after { content: var(--dc-label-email); }
div.plantip.communication::after { content: var(--dc-label-communication); }
div.plantip.SB_email::after { content: var(--dc-label-sb-email); }

/* Staffbase Tooltips added by Anne, March 2019 */
  .sb-tooltip {
    position: relative;
    text-decoration: none;
  }
  .sb-tooltip:after {
    content: attr(title);
    position: absolute;
    bottom: 130%;
    left: 20%;
    background: #ffcb66;
    padding: 5px 15px;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    border-radius        : 10px;
    white-space: nowrap;
    opacity: 0;
     /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
  }
  .sb-tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #ffcb66;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
    opacity: 0;
    left: 30%;
    bottom: 90%;
  }
  .sb-tooltip:hover:after {
    bottom: 100%;
  }
  .sb-tooltip:hover:before {
    bottom: 70%;
  }
  .sb-tooltip:hover:after, a:hover:before {
    opacity: 1;
  }


/* added by Anne April 5th, Release Notes with Image and Text for Web and Mobile */

.rn-text, .rn-preview-image {
  box-sizing: border-box;
}

.rn-text {
  float:left;
  width:70%;
  padding:0 10px;
}
.rn-preview-image {
 /* background-color:#e5e5e5; */
  float:left;
  width:30%;
  padding:10px;
  margin-top:7px;
  text-align:center;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .rn-text, .rn-preview-image {
    width:100%;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* added by Toni/Libi Feb 17th, Definiton Lists */

dt {
  font-weight: 600;
  margin-left: 10px;
  margin-left: 1.5%;
}

dd {
   margin: 0px 0px 10px 0px;
}

dl dd {
  border-left: 3px solid #55C9FF;
  padding-left: 1.5%;
  margin-left: 3%;
  color: #424242;
}
/* added by Anne June 5th, Tables for channel types */

table.types > tbody > tr > td {
  padding: 4px 4px 2px 4px;
  vertical-align: top;
}

table.types > tbody > tr > td.overview-image {
  width: 30%;
}

table.* > tbody > tr > td.width25 {
  width: 25%;
}

table.* > tbody > tr > td.width75 {
  width: 75%;
}

table.types-right {
  color: red;
  float: right;
  padding: 4px 4px 2px 4px;
  vertical-align: top;
}

table.types-left {
  color: blue;
  float: left;
  padding: 4px 4px 2px 4px;
  vertical-align: top;
}




/* added by Anne June 5th, "Tables" with switching alignment for Web and Mobile */

.table-text-right, .table-image-right, .table-text-left, .table-image-left {
  box-sizing: border-box;
}

.table-text-left {
  float:left;
  width:70%;
  padding:0 10px;
}
.table-image-right {
  float:left;
  width:30%;
  padding:10px;
  margin-top:7px;
}

.table-text-right {
  float:right;
  width:70%;
  padding:0 10px;
}

.table-image-left {
  float:right;
  width:30%;
  padding:10px;
  margin-top:7px;
  /* text-align:center; */
}

p.table-text-right {

  display:inline-block;
  position:relative;
  text-align: center;
}

p.table-text-left {

  display:inline-block;
  position:relative;
  text-align: center;
}


@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .table-text-right, .table-image-right, .table-text-left, .table-image-left {
    width:100%;
  }
}


.clearfix-table-left-right::after {
  content: "";
  clear: both;
  display: table;
 
}


.info-graphic-box {
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  padding: 20px 20px 20px 50px; 
  position: relative; 
  margin: 20px 0; 
  
}

.activation {
  background-color:#ffdc00;
  color:white;
  border:none;
  padding:10px 7px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:4px; 
}

.enterprise {
  background-color:#00a4fd;
  color:white;
  border:none;
  padding:10px 7px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:4px; 
}

.admin {
  background-color:#D0D3D4;
  color:white;
  border:none;
  padding:10px 7px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:4px; 
}

.usecase {
  background-color:#D0D3D4;
  color:white;
  border:none;
  padding:10px 7px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:4px; 
}

.effort {
  background-color:#D0D3D4;
  color:white;
  border:none;
  padding:10px 7px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:4px; 
}

}

.add-on {
  background-color:#D0D3D4;
  color:white;
  border:none;
  padding:10px 7px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:4px; 
}

.AI {
  background-color:#D0D3D4;
  color:white;
  border:none;
  padding:10px 7px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:4px; 
}

 /* added by Anne September 24th, "Footer with Links for Privacy Policy, Site Note, Trademark Disclaimer */

/*
 #privacy .footer-link-item:after { 
  content: "Privacy Policy"; 
}

html[lang="de"] #privacy .footer-link-item:after { 
  content: 'Datenschutzrichtlinie'; 
}

*/


/*
Tables with white td borders added bay Anne, 03 March 2020
*/
table.white-border2 {
  width: 800px;
}

table.white-border2 > tbody > tr > th {
  margin: 5px auto;
  padding: 2px 2px 2px 2px;
  border: 4px solid #fff;
  background: #03adfd;
  font-size: small;
  color: #ffffff;
  line-height: 1.1;
  font-weight: bold;
  vertical-align: top; 
  text-align: center;
}

table.white-border2 > tbody > tr > td {

  border: 4px solid #fff;
  padding: 2px 2px 2px 2px;
  background: #f2f2f2;
  line-height: 1.1;
  font-size: small;
  vertical-align: top; 
  text-align: center;
}

/* Accordion FAQ  added 14.10.2020  */

.faq_accordion{
  margin-top: 50px; 
  transition: 0.2s;
} 

.faq_accordion .panel{
  display: none; 
}

.faq_accordion .faq_header{
  border-top: 1px solid #ddd;
  padding: 15px 5px;
  cursor:pointer;
  margin: 0;
}

.faq_accordion .faq_header:last-of-type{
  border-bottom: 1px solid #ddd;
}

.faq_accordion .faq_header:hover, 
.faq_accordion .faq_header.active{
  background-color: #00A4FD;
  color: #fff;
}


.faq_accordion .faq_header:hover > :first-child::before{
    margin-right: 10px;
    color: #fff;
    margin-left: 10px;
    content: '↓';
}

.faq_accordion .faq_header > :first-child::before{
    margin-right: 10px;
    color: #04adfd;
    margin-left: 10px;
    content: '↓';
  	position: absolute;
    left: 0;
    width: 25px;
    text-align: center;
}

.faq_accordion .faq_header.active > :first-child::before{
  	content: '→';
  	color: #fff;
}

.faq_accordion .faq_header > :first-child{
  margin: 0px;
  padding-left: 45px;
  position: relative;
}

.faq_accordion h4:first-child{
  margin-top: 15px; 
}

.faq_accordion h4{}


/* Release Notes - Card Mode / Grid View (added by Nadine January 14th, Release Notes with Image and Text for Web and Mobile - edited by Toni Wowtscherk for 1 Card end*/

@media (min-width: 680px) {
  
   .rn-cards {
 display: grid;
     grid-template-columns: repeat(2, 1fr);
      border-spacing: 16px;
      width: 100%;
     gap: 20px;
     margin-top: 20px;
  width: 100%;
  position: relative;
  }
  
.card {
		display: table-cell;
		box-sizing: border-box;
		vertical-align: top;
} 
.card:nth-child(1) {  
  border: dotted 1px #ccc; 
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.card:nth-child(2) {  
  border: dotted 1px #ccc; 
  border-radius: 3px;
  width: 100%;
  position: relative;
}

.rn-cards .card .card-title {  
			position: inherit;
			top: -15px;
			left: 0;
			background: #F8F8F8;
			height: auto;
			font-size: 18px;
			font-weight: bold;
  		padding-left: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
 }  
  
 .rn-cards .card .card-tags {  
    	margin-top: -5%;
			padding-left: 10px;
       /*min-height: 10%;*/
  }

 .rn-cards .card .card-description {  
    padding-bottom: 25%;
		padding-left: 10px;
		padding-right: 10px;
    padding-bottom: 35px;
  }  
  
.rn-cards .card .card-link-details {  
    position: absolute;
  	bottom: 0;
 	 	left: 0;
 	 	background: #F8F8F8;
  	color: #00a4fd;
 	 	height: 5%;
  	width:96%;
  	padding:2%;
  }
  .rn-cards .card .card-link-details a {
    color: #00a4fd;
  }}

 .rn-cards .card .blue-tag {  
     margin: 5px 5px 5px 0;
    line-height: 10px; 
  	font-size: 10px;
   	color: #04adfd !important!;
  }
  
  .leaving-beta {
    display: flex;
    align-items: flex-start;
  }
   .leaving-beta .blue-tag {
    vertical-align: top;
    display: inline-block;
    border: 1px solid #04adfd;
    padding: 1px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #04adfd;
    margin: 5px 5px 5px 15px;
    line-height: 10px; 
  	font-size: 10px;
    cursor: default;
  position: relative;
  }
  .leaving-beta .heading-release-feature {
    font-size: 15px;
    font-weight: 700;
    float: left;}
}

  /* Video Elements added by Toni on April 21, 2021 */
  
 .video-basic { 
    background-color: #fff;
    margin: 0 auto; 
    display: block; 
    object-fit: contain;
     }
  .button-wrapper { 
text-align:center;
     font-size: 18px;
     }
.button-wrapper:hover {
  font-size: 20px;
}

.video-container{
      display: flex;
    flex-direction: column;
    align-items: center;
}

  .replay-button { 
  	position:absolute; 
    border-radius: 50%; 
    border: 0;
    background: #0000;
    color: #444444
      
  }

  
  
  /* Image Lightbox added by Toni on June 2, 2021 */
 #wrapper {
      width:600px; 
      margin:0 auto; 
      border-top:none; 
      text-align:left;
    }

 #enlarge {
      position:fixed; /* keeps the lightbox window in the current viewport */
      top:0; 
      left:0; 
      width:100%; 
      height:100%; 
      background:rgb(255, 255, 255, 0.75);
      text-align:center;
   		cursor: zoom-out;
          z-index: 999;
      

    }
    #enlarge p {
      text-align:right; 
      color:#fff; 
      margin-right:20px; 
      font-size:12px; 
    }
    #enlarge img {
      box-shadow:10px 30px 70px -10px rgb(136 136 136);
      width:90%;
      max-width:1200px;
    	display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background-color: #fff;
    }
  .enlarge_image {
    cursor: zoom-in;
  	}

 /* Tabs added by Toni on September 17, 2021 */

.tabs {
  display: flex;
  flex-wrap: wrap;
}
 
.tabs label {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  cursor: pointer;
  background-color:#fff;
  font-weight: bold;
  transition: background ease 0.5s;
  border-radius: 5px 5px 0px 0px;
}
.tabs label:hover { 
  color: #04adfd;
}
 
.tabs .tab {
  order: 9;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
   
.tabs input[type="radio"] {
  display: none;
  transition: color ease 0.2s;
}
 
.tabs input[type="radio"]:checked + label {
  background: #00A4FD;
  color: #fff;
  transition: color ease 0.2s;
  position: relative;
  z-index: 1;
  border-radius: 5px 5px 0px 0px;
}
 
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
 
@media (max-width: 465px) {
 
  .tabs label {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
  }
  .tabs input[type="radio"]:checked + label {
    border-radius: 0px 0px 0px 0px;
  }
}

/* CSS from Bananatag, added by Anne, Nov 26 2021  - Tabs, Callouts, Lists, Accordions */

.list-colored,
.list-bullet {
  padding-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}
.list-colored li {
    position: relative;
    padding-left: calc(12px + 30px);
    margin-bottom: calc($font_size_base * $line_height_base / 1.5) !important;
    counter-increment: list;
  }
.list-colored li:before {
      position: absolute;
      top: -3px;
      left: 0;
      z-index: 1;
      width: 30px;
      height: 30px;
      font-size: calc($font_size_base * 0.85);
      line-height: 30px;
      color: #fff;
      text-align: center;
      content: counter(list);
      background-color: $brand_primary;
      border-radius: 50%;
    }
.list-colored ol {
    margin-bottom: 14px;
    list-style-type: none;
    counter-reset: list;
  }


.callout-b {
  padding: calc($font_size_base * $line_height_base) 20px;
  margin-bottom: calc($font_size_base * $line_height_base);
  background-color: #ffffff;
  border-left: 5px solid;
  margin-bottom: 2em;
}
.callout-b p:last-child {
    margin-bottom: 0;
  padding: 0px 0px 5px 10px; 
}

  .callout-b__title {
    color: #FECC00;
    padding: 5px 0px 0px 0px;
  }
  
.callout-b--primary {
  color: ffffff;
  background-color: ffffff;
  border-color: #FECC00;
}

  
.calloutnote {
 		background-color: #FFF7D4;
 		border-radius: 25px;
    padding: 12px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.callouttext {
 		background-color: #E8E8E8;
	  border-radius: 25px;
    padding: 12px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
  
  
  
.tabs-b {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.tab-b {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: $border_radius_base;
  border-bottom-left-radius: $border_radius_base;
}

.tab-b p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
.tab-b {
    border-top-left-radius: $border_radius_base;
    border-top-right-radius: $border_radius_base;
	}
}

.tab:nth-child(2) {
  border-top-left-radius: 0;
}
  
.tabs-b-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 600;
  color: $text_color;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-width: 0;
}
  
.tabs-b-link:hover {
    color: #FECC00;
  }

@media (max-width: 767px) {
.tabs-b-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd
	}

	.tabs-b-link:first-child {
      border-top-left-radius: $border_radius_base;
      border-top-right-radius: $border_radius_base;
    }
  }

@media (min-width: 768px) {
.tabs-b-link {
    display: inline-block
}
  }


.tabs-b-link.is-active {
  color: #FECC00;
  cursor: pointer;
  border-color: #ddd;
}
  
.tabs-b-link.is-active:hover {
    color: #FECC00;
    cursor: default;
}
  
  
@media (min-width: 768px) {
.tabs-b-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: $border_radius_base;
    border-top-right-radius: $border_radius_base
	}
}
  
  
.tabs-b--colored-1 .tab-b {
    background-color: #F7F9FA !important;
  }
.tabs-b--colored-1 .tabs-b-link.is-active {
    background-color: #F7F9FA;
    border-bottom-color: #F7F9FA;
  }
.tabs-b--colored-2 .tabs-b-link:hover {
      color: #FECC00;
    }
.tabs-b--colored-2 .tabs-b-link.is-active {
    color: #fff;
    background-color: #FECC00;
    border-color: #FECC00;
  }
.tabs-b--colored-2 .tabs-b-link.is-active:hover {
      color: #fff;
    }
.tabs-b--colored-2 .tab-b {
    background-color: #F7F9FA !important;
  }

.is-hidden {
  display: none !important;
}



.accordion-b {
  padding-top: 0;
  margin-bottom: calc($font_size_base * $line_height_base);
  border: 1px solid #ddd;
  border-radius: 10px;
}
.accordion-b__item-title {
  position: relative;
  padding: 15px 20px 15px 52px;
  font-size: calc($font_size_base * 1.25);
  cursor: pointer;
}
.accordion-b__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }
.accordion-b__item-title:before {
    position: absolute;
    content: "";
  }
.accordion-b__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.accordion-b__item-content p:last-child {
    margin-bottom: 0;
  }
.accordion-b__item:last-child .accordion__item-title {
  border-bottom: none;
}
.accordion-b--default .accordion__item-title:before {
    top: 50%;
    left: 22px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid $brand_primary;
    border-left: 2px solid $brand_primary;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
.accordion-b--default .accordion-b__item-title--active {
    background-color: #f0f0f0;
  }
.accordion-b--default .accordion-b__item-title--active:before {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
.accordion-b--colored .accordion__item-title {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
.accordion-b--colored .accordion-b__item-title:before,
    .accordion-b--colored .accordion-b__item-title:after {
      top: 50%;
    }
.accordion-b--colored .accordion-b__item-title:before {
      left: 20px;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #727273;
    }
.accordion-b--colored .accordion-b__item-title:after {
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      content: "";
      background-color: #727273;
    }
.accordion-b--colored .accordion-b__item-title--active {
      color: #fff;
      background-color: $brand_primary;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
    }
.accordion-b--colored .accordion-b__item-title--active:before {
        background-color: #fff;
      }
.accordion-b--colored .accordion-b__item-title--active:after {
        display: none;
      }


@font-face {
font-family: 'Font Awesome';
src: local ("Font Awesome"), 
url('fa-brands400.woff2') format('woff2'), 
url('fa-brands-400.ttf') format('truetype'),
font-weight: 400;
font-style: normal; 
}

/*
class="fas fa-magic"
 .icon-magic::before {
    content: "\f0d0";
}

*/


/* Custom Sections Start Page */

.categories-custom{
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

@media (min-width: 1200px) {
.categories-custom {
  max-width: 1200px;
  }}

.content-categories {
  display: flex;
  justify-content: space-between;
  margin-top: 71px;
  flex-direction:column;
  transition:0.3s;
}
@media (min-width:960px){
  .content-categories{
      flex-direction:row;
  }
}

.content-categories .category-block{
  flex-basis: 30%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  margin: 1em;
  transition:0.3s;
}
@media (min-width:960px){
  .content-categories .category-block{
    flex-direction: row;}
}

.content-categories .category-card{
  box-shadow: 0px 0px 12px rgba(30, 31, 31, 0.04), 0px 0px 16px rgba(30, 31, 31, 0.04);
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}
.content-categories .category-card:hover{
  box-shadow: 0px 0px 12px rgba(192, 232, 255, 0.4), 0px 0px 16px rgba(192, 232, 255, 0.2);}

@media (min-width:960px){
  .content-categories .category-card{
  	min-height: 365px;
  }
}

@media (min-width:1200px){
  .content-categories .category-card{
  min-height: 400px;
  }
}

.content-categories .category-card img{
  width: 25%;
	height: auto;
  margin: 5% auto;
}

@media (min-width:960px){
  .content-categories .category-card img{
  	width: auto;  
  }}

.content-categories .category-card h1 {
  font-size: 16px;
  font-weight: 800;
  margin:auto auto auto 5%;
  line-height:1.2;
}

@media (min-width:560px){
  .content-categories .category-card h1 {
      font-size: 22px;
  }}

@media (min-width:960px){
  .content-categories .category-card h1 {
      font-size: 28px;
    
  }
}

@media (min-width:1200px){
  .content-categories .category-card h1{
    font-size: 32px;
  }
}

.content-categories .category-card p {
  font-size: 12px;
  margin: 1% 5% 5% 5%;
}

@media (min-width:560px){
  .content-categories .category-card p{
    font-size: 13px;
  }}
  @media (min-width:960px){
  .content-categories .category-card p{
    font-size: 14px;
    }}
  @media (min-width:1200px){
  .content-categories .category-card p{
    font-size: 16px;
    }}

.content-categories .category-links {
    display: flex;
    flex-direction: column;
  	width: 90%; 
  	height: 100%;
  	position:relative;
  	margin: auto auto 5% auto;
}
@media (min-width:960px){
  .content-categories .category-links{
  margin: auto auto 5% auto;
  }
}
.content-categories .category-links li{
	padding: 0; 
  border-top: 1px solid #E2E2E3;
  transition: 0.2s;
  font-weight: 600;
  
}

.content-categories .category-links li:last-child {
  border-bottom: 1px solid #E2E2E3;
}

.content-categories .category-links li:hover{
background: #00A4FD;
}


.content-categories .category-links a { 
  font-weight: 600;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  padding: 2.5%;
  transition: 0.2s;
}

.content-categories .category-links a::after {
  content: '\2192';
  margin-left:2%;
}

@media (min-width: 560px) {
.content-categories .category-links a{
    font-size: 13px;   
  }}
@media (min-width: 960px) {
.content-categories .category-links a{
    font-size: 14px;   
  }}
@media (min-width: 1200px) {
.content-categories .category-links a{
    font-size: 16px;   
  }}

.content-categories .category-links a:hover {
  color: #fff;
  text-decoration:none;
}

.content-categories .category-block .btnblue {
   border: 0px;
		width: fit-content;
 		line-height: 1;
 		padding: 12px;
		font-size: 12px;
		font-weight: 400;
 		background-color: #00A4FD;
		border-radius: 12px;
  	margin-top: 2em;
 	 	align-self: flex-start;
		margin: 5% auto auto auto;
 	 filter: drop-shadow(0px 0px 5px rgba(0, 164, 253, 0.1));
  transition:0.3s;
}

  @media (min-width:768px){
    .content-categories .category-block .btnblue {
      font-size:16px;
    }
  }
.content-categories .category-block .btnblue a {
  color: #fff;
  font-weight: 600;
}

.content-categories .category-block .btnblue:hover{
  background-color:#008DD9;
  transition: all .2s ease-in-out;
	transform: scale(1.05); 
}
.content-categories .category-block .btnblue a:hover {
  text-decoration:none;
}


/* ########### Card Content ########### */

html[lang="de"] #create-content-en,
html[lang="de-DE"] #create-content-en{
  display: none !important; 
}

html[lang="en"] #create-content-de,
html[lang="en-US"] #create-content-de{
  display: none !important; 
}

html[lang="de"] #channels-en,
html[lang="de-DE"] #channels-en{
  display: none !important; 
}

html[lang="en"] #channels-de,
html[lang="en-US"] #channels-de{
  display: none !important; 
}

html[lang="de"] #setup-en,
html[lang="de-DE"] #setup-en{
  display: none !important; 
}

html[lang="en"] #setup-de,
html[lang="en-US"] #setup-de{
  display: none !important; 
}

/* CTA Buttons */

html[lang="de"] #cta-content-en,
html[lang="de-DE"] #cta-content-en{
  display: none !important; 
}

html[lang="en"] #cta-content-de,
html[lang="en-US"] #cta-content-de{
  display: none !important; 
}

html[lang="de"] #cta-channels-en,
html[lang="de-DE"] #cta-channels-en{
  display: none !important; 
}

html[lang="en"] #cta-channels-de,
html[lang="en-US"] #cta-channels-de{
  display: none !important; 
}

html[lang="de"] #cta-setup-en,
html[lang="de-DE"] #cta-setup-en{
  display: none !important; 
}

html[lang="en"] #cta-setup-de,
html[lang="en-US"] #cta-setup-de{
  display: none !important; 
}


/* Section Product Updates*/

.section-product-updates{
  margin: auto auto 5% auto;
  max-width:90%;
}

@media (min-width: 1200px) {
.section-product-updates{
  max-width:1200px;
  }}

.title-homepage{
  display: block; 
 padding-bottom:2%;
}
.title-homepage h1{
  font-size: 16px;
  font-weight:800;
	text-align:center;
}

@media (min-width:560px){
  .title-homepage h1{
    font-size: 22px;
  }
}
@media (min-width:960px){
  .title-homepage h1{
    font-size: 28px;
  }
}
@media (min-width:1200px){
  .title-homepage h1{
    font-size: 32px;
  }
}

html[lang="de"] #product-updates-homepage-en,
html[lang="de-DE"] #product-updates-homepage-en{
  display: none !important; 
}

html[lang="en"] #product-updates-homepage-de,
html[lang="en-US"] #product-updates-homepage-de{
  display: none !important; 
}

/***** homepage links *****/
/* Used on Homepage underneath categories overview */
/* added by Anne, 10 November 2017, changed in SP overhaul by Toni, Dec, 2021 */
.homepage-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: auto;
}
@media(min-width:1160px){
  .homepage-link-list{
  } 
}

/* double UL to have 2x2 grid from 960 width?
.homepage-link-list-flexcontainer{
  display:flex;
  flex-direction: column
}*/

@media (min-width:960px){
  .homepage-link-list-flexcontainer{
    flex-direction: row;
  }
}
.homepage-link-item {
 display: flex;
  flex: 40%;
  flex-direction: column;
  justify-content: center;
  margin: 1em;
  align-content: stretch;
  max-width: 100%;
  transition: 0.3s;
  box-shadow: 0px 0px 12px rgba(30, 31, 31, 0.04), 0px 0px 16px rgba(30, 31, 31, 0.04);
  border-radius: 4px;
  background: #fff;
}

@media (min-width: 960px) {
  .homepage-link-item {
    flex: 1 0 20%;
  }
}

.homepage-link-item:hover { 
  text-decoration: none; !important;
  transform: scale(1.01);
  filter: drop-shadow(0px 0px 10px rgba(0, 164, 253, 0.1));
}

.homepage-link-item h4 {
font-size:16px;
font-weight: 800;
margin: 5% 5% 0 5%;
line-height:1.2;
}
@media (min-width: 560px) {
  .homepage-link-item h4{
    font-size:22px;
  }}
@media (min-width: 960px) {
  .homepage-link-item h4{
    font-size:28px;
  }}
@media (min-width: 1200px) {
  .homepage-link-item h4{
    font-size:32px;
  }}


.homepage-link-item p {
font-size:12px;
    margin: 0 5% 5% 5%;
    text-align: left;
}
@media (min-width: 560px) {
  .homepage-link-item p{
    font-size:13px;
  }}
@media (min-width: 960px) {
  .homepage-link-item p{
    font-size:14px;
  }}
@media (min-width: 1200px) {
  .homepage-link-item p{
    font-size:16px;
  }}

.homepage-link-item a:hover {
  text-decoration: none;
}

.homepage-link-item-link {
   width: 100%;
  color: #00A4FD;
}

.homepage-link-item-link::after{
  content: '\2192';
    margin-left: 2%;
}


.homepage-link-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.homepage-link-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.homepage-link-internal a {
  color: rgba(9, 13, 72, 1);
}

.homepage-link-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.homepage-link-link:focus, .homepage-link-link:active {
  text-decoration: none;
}

.homepage-link-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.homepage-link-description {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.homepage-link-description:not(:empty) {
  margin-top: 10px;
}
/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  padding: 20px; 
  text-align: left;
}


@media (min-width: 768px) {
  .blocks-item {
    margin: 0 12.5px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: transparent;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(9, 13, 72, 1);
}

.blocks-item-link {
  color: rgba(9, 13, 72, 1);
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}


/* ######### Product Card Languages ######### */ 

/* Changlelog */
html[lang="de"] #changelog-en,
html[lang="de-DE"] #changelog-en{
  display: none; 
}

html[lang="en"] #changelog-de,
html[lang="en-US"] #changelog-de{
  display: none !important; 
}

/* BLOG */

html[lang="de"] #blog-en,
html[lang="de-DE"] #blog-en{
  display: none; 
}

html[lang="en"] #blog-de,
html[lang="en-US"] #blog-de{
  display: none !important; 
}


/* RELEASES - new with language version */
html[lang="de"] #release-notes-en,
html[lang="de-DE"] #release-notes-en{
  display: none; 
}

html[lang="en"] #release-notes-de,
html[lang="en-US"] #release-notes-de{
  display: none;
}

/* Dev Portal */

html[lang="de"] #dev-portal-en,
html[lang="de-DE"] #dev-portal-en{
  display: none; 
}

html[lang="en"] #dev-portal-de,
html[lang="en-US"] #dev-portal-de{
  display: none !important; 
}

/* BADGE */

span.badge {
    background: #FADC4A;
    position: absolute;
    top: 35%;
    right: -7px;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

span.badge-left {
    background: #FADC4A;
    position: absolute;
    top: 57%;
    left: -30px;
    padding: 5px 5px 5px 7px;
    text-transform: uppercase;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    font-size: 10px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

span.badge-article {
    background: #FADC4A;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}
  
/* Section Customer Care */
  
.section-customer-care{
  margin:0 auto 5% auto;
  max-width:90%;
}
@media (min-width: 768px) {
.section-customer-care {
  margin-left: auto;
  margin-right: auto;
  }}
@media (min-width: 1200px) {
.section-customer-care {
  max-width: 1200px;
  margin: 0 auto;
  }}
  

html[lang="de"] #customer-care-homepage-en,
html[lang="de-DE"] #customer-care-homepage-en{
  display: none; 
}

html[lang="en"] #customer-care-homepage-de,
html[lang="en-US"] #customer-care-homepage-de{
  display: none !important; 
}


.homepage-cc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  column-gap: 30px;
  row-gap: 30px;
}

.homepage-cc-item {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 20%;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    text-align: center;
  	font-size:12px;
  	font-weight: 600;
  	color: #fff;
  	transition: 0.3s;
 		box-shadow: 0px 0px 6px #00000029;
}
@media (min-width: 560px) {
  .homepage-cc-item {
    font-size:13px;
  }
}
@media (min-width: 960px) {
  .homepage-cc-item {
    font-size:14px;
  }
}
@media (min-width: 1200px) {
  .homepage-cc-item {
    font-size:16px;
  }
}

.homepage-cc-item:hover{
  text-decoration: none;
}
.homepage-cc-item a {
  transition: 0.3s;
}
.homepage-cc-item a:hover{
  text-decoration:none;
}


.homepage-cc-item-title {
    margin: 5%;
}
.homepage-cc-item-title a{
  font-size:12px;
}
.homepage-cc-item-title a:hover{
  text-decoration:none;
}

/* Open a Ticket*/
html[lang="de"] #ticket-en,
html[lang="de-DE"] #ticket-en{
  display: none; 
}

html[lang="en"] #ticket-de,
html[lang="en-US"] #ticket-de{
  display: none;
}

#ticket-en .homepage-cc-item-title:after { 
  content: 'Open a Ticket \2192'; 
}

#ticket-de .homepage-cc-item-title:after { 
  content: 'Ticket schreiben \2192'; 
}


/* Contact Staffbase*/
html[lang="de"] #contact-en,
html[lang="de-DE"] #contact-en{
  display: none; 
}

html[lang="en"] #contact-de,
html[lang="en-US"] #contact-de{
  display: none;
}

#contact-en .homepage-cc-item-title:after { 
  content: 'Contact Staffbase \2192'; 
}
#contact-de .homepage-cc-item-title:after { 
  content: 'Staffbase kontaktieren \2192'; 
}

/* Developer Portal*/

#devportal .homepage-cc-item-title:after { 
  content: 'Developer Portal \2192'; 
}

html[lang="de"] #devportal .homepage-cc-item-title:after { 
  content: 'Developer Portal \2192'; 
}

/* Staffbase Academy*/
html[lang="de"] #academy-en,
html[lang="de-DE"] #academy-en{
  display: none; 
}

html[lang="en"] #academy-de,
html[lang="en-US"] #academy-de{
  display: none;
}
#academy-en .homepage-cc-item-title:after { 
  content: 'Staffbase Academy \2192'; 
}

#academy-de .homepage-cc-item-title:after { 
  content: 'Staffbase Academy \2192'; 
}

/* Staffbase Campus Test*/

html[lang="de"] #campus-en,
html[lang="de-DE"] #campus-en{
  display: none; 
}

html[lang="en"] #campus-de,
html[lang="en-US"] #campus-de{
  display: none;
}
#campus-en .homepage-cc-item-title:after { 
  content: 'Staffbase Campus \2192'; 
}

#campus-de .homepage-cc-item-title:after { 
  content: 'Staffbase Campus \2192'; 
}

/* Statuspage Widget */

.status {
  	background: #D9D9D9;
    position: relative;
    padding: 14px;
    margin-bottom: 71px;
}

 .color-dot {
  	border-radius: 10vw;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
@media(min-width:768px){
  .color-dot{
    width: 14px;
    height: 14px;
  }
}
  
.color-dot.critical {
 background-color: #F9667D;
}

.color-dot.major {
  background-color: #FCAEBA;
}

.color-dot.minor {
  background-color: #FFF8D0;
}

.color-dot.none {
  background-color: #8CDBA8;
}

.meta{
  border-radius: 5px;
  text-align: center;
}
.meta a{
  font-size:14px;
  font-weight:600;
  color: #00466C;
}

@media (min-width:768px){
  .meta a{
    font-size:14px;
  }
}

.mata-status{
 margin-top: 2rem; 
  
 }

/* ######## NEWS BANNER ########*/ 

html[lang="de"] #news-en,
html[lang="de-DE"] #news-en{
  display: none !important; 
}

html[lang="en"] #news-de,
html[lang="en-US"] #news-de{
  display: none !important; 
}

.news{
	background-color:#FFEF8B;
  padding: 2%;
  margin-top:5%;
}
@media (min-width:960px){
  .news{
    padding:0;
  }
}

.news h1 {
    margin-top: auto;
    margin-bottom: auto;
    color: #00A4fd;
    display: block;
  	position:relative;
}

.news p {
  font-size: 12px;
}

@media (min-width:560px){
  .news p{
    font-size: 13px;
  }}
  @media (min-width:960px){
  .news p{
    font-size: 14px;
    }}
  @media (min-width:1200px){
  .news p{
    font-size: 16px;
    }}

.news img {
  width:15%;
}
  
    /*.news h1:hover  {
		font-stretch: 150%;
      color:#8BD5FE;
      transition: transform 125ms;
      transform: translateY(-20px);
      background-size: 100%;
}*/

.news-wrapper {
  position:relative;
  margin-top: auto;
  margin-bottom:auto;
  top: 50%;
  display:flex;
  flex-direction: row;
    align-content: center;
    align-items: center;
}
@media (min-width:1200px){
  .news-wrapper{
    max-width:1200px;
    margin:auto;
  }}

/*#########  SECTION PAGE #########*/


/* Breadcrumbs */
.breadcrumbs {
  margin: 0;
  padding: 0;
}

@media (min-width: 1024) {
  .breadcrumbs {
    margin: 0 0 15px 0;
  }
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #00466C;
  display: inline;
  font-weight: 400;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width:768px){
  .breadcrumbs li{
    font-size:16px
  }
}

.breadcrumbs li + li::before {
  content: "/";
  margin: 0 4px;
  color: #090D48;
}

.breadcrumbs a, .breadcrumbs li {
    color: #006CFF;
    font-weight: 400;
    transition: 0.2s;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16.94px;
}

.breadcrumbs a:hover{
  text-decoration:none;
}

/* ============  CATEGORIES ==========================*/

.category-content .section-tree ul{
	list-style-type: none;
    color: #04adfd;
}

/*.category-content .section-tree ul li, 
.section-content ul li:first-child{
	padding: 0; 
  border-top: 1px solid #E2E2E3;
}*/

.category-content .section-tree ul li a:hover:before, 
.section-content ul li a:hover:before{
	color: #008DD9;
}

.category-content .section-tree ul li a, 
.section-content ul li a{
	display: block;
  padding: 15px 0;
  transition: 0.1s;
}

.category-content .section-tree ul li a:hover, 
.section-content ul li a:hover{
	background-color: #F3F3F4; 
	text-decoration: none;
}

.category-content .section-tree ul li a:before, 
.section-content ul li a:before{
	content: '\2022';
	margin-right: 10px;
	color: #006CFF;
  margin-left: 10px;
  border-radius: 20px;
}

.category-content .section-tree a.see-all-articles {
    background: #F3F3F3;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #006CFF;
}

.category-content .page-header h1,
.section-content .page-header h1{
	margin-bottom: 20px;
font-weight: 600;
}

.category-content h3.section-tree-title{
	font-size: 20px;
	margin-bottom: 20px;
  margin-top: 10px; 
}


/* ============  END ==========================*/

/***** CTA Nav Breadcrumbs *****/

.cta-nav {
/* margin: 0 0 15px 0;
  padding: 0;*/
   display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (min-width:768px){
  .cta-nav{
    flex-direction: row;
    align-items: baseline;
  }
}

.cta-nav li {
  color: #fff;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cta-nav li + li::before {
  content: ">";
  margin: 0 4px;
}

.cta-nav li a {
  color:#fff;
  font-weight: 550;
  transition: 0.5s;
  display: inline;
  font-weight: 300;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width:768px){
  .cta-nav li a {
    font-size:16px
  }
}

html[lang="de"] #breadcrumbs-en,
html[lang="de-DE"] #breadcrumbs-en{
  display: none !important; 
}

html[lang="en"] #breadcrumbs-de,
html[lang="en-US"] #breadcrumbs-de{
  display: none !important; 
}


/***** NADINES BEAMER EMBED TEST *****/
.beamerembed {
width:700px;
height:4000px;
}
@media (max-width: 768px) {
  .beamerembed {
  width:600px;
  height:4000px;
  }
}
@media (max-width: 576px) {
  .beamerembed {
  width:350px;
  height:4000px;
  }
}
/***** NADINES BANANATAG TABS TEST *****/

.XXXemailactiveClass {
  display: block;
}
.XXXemailhiddenClass {
  display: none;
}


.email-tabs {
  margin-bottom: calc($font_size_base * $line_height_base);
}
.email-tab {
display:block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: $border_radius_base;
  border-bottom-left-radius: $border_radius_base;
}
.email-tab p:last-child {
    margin-bottom: 0;
  }
@media (min-width: 768px) {
.email-tab {
    border-top-left-radius: $border_radius_base;
    border-top-right-radius: $border_radius_base
}
  }
.email-tab:nth-child(2) {
  border-top-left-radius: 0;
}
.email-tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 600;
  color: $text_color;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-width: 0;
}
.email-tabs-link:hover {
    color: $brand_primary;
  }
@media (max-width: 767px) {
.email-tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd
}

    .email-tabs-link:first-child {
      border-top-left-radius: $border_radius_base;
      border-top-right-radius: $border_radius_base;
    }
  }
@media (min-width: 768px) {
.email-tabs-link {
    display: inline-block
}
  }
.email-tabs-link.is-active {
  color: $brand_primary;
  cursor: pointer;
  border-color: #ddd;
}
.email-tabs-link.is-active:hover {
    color: $brand_primary;
    cursor: default;
  }
@media (min-width: 768px) {
.email-tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: $border_radius_base;
    border-top-right-radius: $border_radius_base
}
  }
.email-tabs--colored-1 .email-tab {
    background-color: #F7F9FA !important;
  }
.email-tabs--colored-1 .email-tabs-link.is-active {
    background-color: #F7F9FA;
    border-bottom-color: #F7F9FA;
  }
.email-tabs--colored-2 .email-tabs-link:hover {
      color: $brand_primary;
    }
.email-tabs--colored-2 .email-tabs-link.is-active {
    color: #fff;
    background-color: $brand_primary;
    border-color: $brand_primary;
  }
.email-tabs--colored-2 .email-tabs-link.is-active:hover {
      color: #fff;
    }
.email-tabs--colored-2 .email-tab {
    background-color: #F7F9FA !important;
  }

/* ############### Feedback Widget ############### */ 

.float{
position: fixed;
    bottom: 15%;
    right: 0px;
    background-color: #FADC4A;
    border-radius: 4px 0px 0px 4px;
    box-shadow: 0px 0px 12px rgb(30 31 31 / 4%), 0px 0px 16px rgb(30 31 31 / 4%);
    z-index: 10;
    padding: 0.5%;
    width: 4rem;
    font-size: 12px;
  	font-weight: 600;
    text-align: right;
  	transition:0.3s;
}

@media (min-width: 450px){
  .float{
    width: 4rem;}}

@media (min-width: 960px){
  .float{
    font-size:16px;
    width: 9rem;;
  }
}

.float:hover{
  background-color:#FFEF8B;
  transition: all .2s ease-in-out;
	transform: scale(1.02); 
  text-decoration:none;
}

.my-float{
	margin-top:22px;
}

html[lang="de"] #feedback-en,
html[lang="de-DE"] #feedback-en{
  display: none !important; 
}

html[lang="en"] #feedback-de,
html[lang="en-US"] #feedback-de{
  display: none !important; 
}

/* ############# Feedback Modal ############# */

.modalDialog {
    position: fixed;
    font-family: "Inter", sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  	display: flex;
    justify-content: center;
    align-items: center;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 60%;
  	height: 80%;
    position: relative;
    border-radius: 12px;
    background: #fff;
  	padding:12px;

}
.close {
background: #000;
    color: #FFFFFF;
    line-height: 32px;
    position: absolute;
    right: -12px;
    top: -10px;
    width: 32px;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 1px 1px 3px #000;
    font-weight: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 24px;
  	text-align: -webkit-center;
  	transition: 0.2s;
}
.close:hover {
    background: #00A4FD;
  	text-decoration:none;
}

.feedback{
  width:100%;
  height: 100%;
  border: none;
}

/* ########## CTA Banner Bottom ########### */ 

html[lang="de"] #cta-homepage-en,
html[lang="de-DE"] #cta-homepage-en{
  display: none !important; 
}

html[lang="en"] #cta-homepage-de,
html[lang="en-US"] #cta-homepage-de{
  display: none !important; 
}

.cta-banner{
	background :url("/hc/theming_assets/01K7KX5Y7GN9NSCE4XKBGEGR8W") no-repeat;
  background-size: cover;
 height: 0;
 padding: 0; /* reset */
 padding-bottom: calc(100% * 5 / 24);
  margin-top:5%;
  min-height: 150px;
  box-sizing:border-box;
}
.cta-banner-content{
display: flex;
    flex-direction: column;
    margin: 10% auto 10% auto;
    align-items: center;
  position: relative;
    transform: translateY(25%);
}
.cta-banner-content h1 {
  font-size:16px;
  color: #090D48;
  font-weight:800;
  text-align:center;
	margin-top: 5%;
}
@media (min-width:560px){
  .cta-banner-content h1{
    font-size:22px;
    margin-top: 2%;
  }
}
@media (min-width:960px){
  .cta-banner-content h1{
    font-size:28px;
  }
}
@media (min-width:1200px){
  .cta-banner-content h1{
    font-size:32px;
  }
}
.cta-btn-yellow{
  border: none;
  border-radius:4px;
  background: #FFDC00;
  padding: 1%;
  margin-top:2.5%;
  font-size: 12px;
  font-weight:600;
  transition:0.2s;
}
.cta-btn-yellow:hover{
  background: #FFEF8B;
  transform: scale(1.01);
  text-decoration:none;
}

@media (min-width:560px){
  .cta-btn-yellow{
    font-size: 13px;
  }
}
@media (min-width:960px){
  .cta-btn-yellow{
    font-size: 14px;
  }
}
@media (min-width:1200px){
  .cta-btn-yellow{
    font-size: 16px;
  }
}

/* ####### List Checkboxes added by Toni on march 16, 2022 ####### */ 

.checkbox-list {
    list-style-type: none !important;
    padding-left: 0px !important;
  margin: 0;
}

.checkbox {
 background: url('/hc/theming_assets/01K7KX61AS9DR6EFFWCE61EVKQ') no-repeat left top;
    padding-left: 30px;
   font-weight: bold !important;
}

.uncheckbox {
 background: url('/hc/theming_assets/01K7KX61J540YZCWV8B67ZQA1V') no-repeat left top;
    padding-left: 30px;
}

/* ########## Single Feature Release Design Elements added by Toni 4/4/2022 ########## */ 

.grid-row {
  display: inline-grid;
  grid-template-columns: auto auto auto;
   column-gap: 2%;
}

.grid-item{
display:flex;
  flex-direction: column;
    justify-content: flex-start;
      align-items: center;
      text-align: center;
}

.feature-row {
  display: flex;
flex-direction:column-reverse;
  width:100%;}

@media (min-width:560px){
  .feature-row{ 
  flex-direction:row;
  }}
  
  .feature-row-rev {
  display: flex;
flex-direction:column-reverse;
    width:100%;
}

@media (min-width:560px){
  .feature-row-rev{ 
  flex-direction:row-reverse;
  }}
  
.feature-item{
margin: 2%;
display:flex;
  flex-direction: column;
     justify-content: center;
      align-items: baseline;
}
@media (min-width:560px){
  .feature-item{
    width: 50%;
  }}

/* ###### V2Template - added by Toni, May 9, 2022 ##### */ 

ul.navigation-links {
    display: flex;
    align-items: center;
    column-gap: clamp(28px, 3vw, 51px);
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.user-nav[aria-expanded="true"] > .user-nav-list li {
  display: block;
}

.user-nav[aria-expanded="true"] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 1279px) {
  .nav-wrapper-desktop, .desktop-wrapper {
    display: none;
  }
}

@media (min-width: 1279px) {
  .nav-wrapper-desktop,  .desktop-wrapper {
    display: inline-block;
  }
}

.nav-wrapper-desktop a {
  border: 0;
  color: $link_color;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 1279px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}

.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: $link_color;
  text-decoration: none;
}

@media (min-width: 1279px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 70px;
  z-index: 103;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}



.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: $text_color;
  cursor: pointer;
  text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: $text_color;
}

.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: $link_color;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: $link_color;
  background-color: transparent;
}

.user-info > button::after {
  color: $link_color;
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: $brand_color;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: $brand_text_color;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #006CFF;
  left: 0;
  margin-top: 1px;
  min-width: 153px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 4px 4px -2px #00000040;
  top: 47px;
  overflow: hidden;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.dropdown-menu [role="menuitem"] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #006CFF;
  display: block;
  padding: 8px 17px 8px 17px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
  right: auto;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}


/* ########### New Product Tags ############# */ 

.plans{
    display: flex;
    margin-bottom: 10px;
    border-top: 1px solid #E2E2E3;
    border-bottom: 1px solid #E2E2E3;
    width: 100%;
    padding: 20px 10px 20px 0;
    flex-direction: row;
  	gap: 35px;
}

@media (max-width: 670px){
  .plans{
    flex-direction: column;
    gap: 16px;
  }
}

.plantip {
  display: flex;
  height:22px;
  padding: 1px 5px 1px 0;
  border-radius: 3px;
  font-weight: 400;
  color: #090D48;
  margin: 5px 5px 5px 0;
  line-height: 0;
  font-size: 14px;
  cursor: default;
  position: relative;
	align-items: center;
  gap: 3px;
}

div.plantip.employee-app{
  order: 0;
}

div.plantip.intranet{
  order: 1;
}

div.plantip.SB_email{
  order: 2;
}

div.plantip.email{
  order: 3;

}

div.plantip.communication{
  order: 4;
}


/*** App ***/

div.plantip.employee-app:before {
    content: "";
  	background-image: url("/hc/theming_assets/01K7KX61C6SX8QGJJ5X34JPPKN");
		background-repeat: no-repeat;
		background-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}


/*** Intranet ***/

div.plantip.intranet:before {
  content: "";
  background-image: url("/hc/theming_assets/01K7KX61C6F449NSJDGKYF7159");
	background-repeat: no-repeat;
	background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

/*** Employee Email ***/

div.plantip.email:before {
      content: "";
  background-image: url("/hc/theming_assets/01K7KX626B391HQ29A6QPNAMND");
	background-repeat: no-repeat;
	background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

/*** Communications Control ***/


div.plantip.communication:before {
  content: "";
  background-image: url("/hc/theming_assets/01K7KX61BFTEBQ4VV5FY2QHKP5");
	background-repeat: no-repeat;
	background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

/*** Staffbase Email ***/

div.plantip.SB_email:before {
    content: "";
  	background-image: url("/hc/theming_assets/01K7KX61EAQXFY6G77QZRKDD2W");
		background-repeat: no-repeat;
		background-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

div.plantip:before {
      filter: brightness(0) saturate(100%) invert(16%) sepia(7%) saturate(5657%) hue-rotate(198deg) brightness(93%) contrast(123%);
}

/* #### Unified Product Tags for Release Notes  and Articles #### */ 

.rn-plans{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
  padding: 0px 0px 0px 5px;
  flex-direction: row;
  gap: 8px;
  position: inherit;
  top: -15px;
}

@media (max-width: 670px){
  .rn-plans{ flex-direction: column; gap: 20px; }
}

.rn-plantip {
  display: flex;
  height: 22px;
  padding: 1px 5px 1px 0;
  border-radius: 3px;
  font-weight: 400;
  color: #74747B;
  margin: 5px;
  line-height: 0;
  font-size: 14px;
  cursor: default;
  position: relative;
  align-items: center;
  gap: 3px;
}

/* 1. Employee App */
div.rn-plantip.employee-app::before, div.rn-plantip.employee-app-en::before, div.rn-plantip.employee-app-de::before {
  content: ""; background-image: url("/hc/theming_assets/01K7KX61C6SX8QGJJ5X34JPPKN"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px;
}
div.rn-plantip.employee-app::after, div.rn-plantip.employee-app-en::after, div.rn-plantip.employee-app-de::after { content: var(--dc-rn-employee-app); }

/* 2. Intranet */
div.rn-plantip.intranet::before, div.rn-plantip.intranet-en::before, div.rn-plantip.intranet-de::before {
  content: ""; background-image: url("/hc/theming_assets/01K7KX61C6F449NSJDGKYF7159"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px;
}
div.rn-plantip.intranet::after, div.rn-plantip.intranet-en::after, div.rn-plantip.intranet-de::after { content: var(--dc-rn-intranet); }

/* 3. Employee Email */
div.rn-plantip.email::before, div.rn-plantip.email-en::before, div.rn-plantip.email-de::before {
  content: ""; background-image: url("/hc/theming_assets/01K7KX626B391HQ29A6QPNAMND"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px;
}
div.rn-plantip.email::after, div.rn-plantip.email-en::after, div.rn-plantip.email-de::after { content: var(--dc-rn-email); }

/* 4. Staffbase Email */
div.rn-plantip.SB_email::before, div.rn-plantip.SB_email-en::before, div.rn-plantip.SB_email-de::before {
  content: ""; background-image: url("/hc/theming_assets/01K7KX61EAQXFY6G77QZRKDD2W"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px;
}
div.rn-plantip.SB_email::after, div.rn-plantip.SB_email-en::after, div.rn-plantip.SB_email-de::after { content: var(--dc-rn-staffbase-email); }

/* 5. Communications Control */
div.rn-plantip.communication::before, div.rn-plantip.communication-en::before, div.rn-plantip.communication-de::before {
  content: ""; background-image: url("/hc/theming_assets/01K7KX61BFTEBQ4VV5FY2QHKP5"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px;
}
div.rn-plantip.communication::after, div.rn-plantip.communication-en::after, div.rn-plantip.communication-de::after { content: var(--dc-rn-communications-control); }

/* 6. Mission Control */
div.rn-plantip.mission::before, div.rn-plantip.mission-en::before, div.rn-plantip.mission-de::before {
  content: ""; background-image: url("/hc/theming_assets/01K7KX61EE0C7SYH6XMDSCC2AR"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px;
}
div.rn-plantip.mission::after, div.rn-plantip.mission-en::after, div.rn-plantip.mission-de::after { content: var(--dc-rn-mission-control); }

/* --- Short Tags --- */
div.rn-plantip.app::before, div.rn-plantip.app-en::before, div.rn-plantip.app-de::before { 
  content: ""; background-image: url("/hc/theming_assets/01K7KX61C6SX8QGJJ5X34JPPKN"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px; 
}
div.rn-plantip.app::after, div.rn-plantip.app-en::after, div.rn-plantip.app-de::after { content: var(--dc-rn-app-short); }

div.rn-plantip.intranet-short::before, div.rn-plantip.intranet-short-en::before, div.rn-plantip.intranet-short-de::before { 
  content: ""; background-image: url("/hc/theming_assets/01K7KX61C6F449NSJDGKYF7159"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px; 
}
div.rn-plantip.intranet-short::after, div.rn-plantip.intranet-short-en::after, div.rn-plantip.intranet-short-de::after { content: var(--dc-rn-intranet-short); }

div.rn-plantip.email-short::before, div.rn-plantip.email-short-en::before, div.rn-plantip.email-short-de::before { 
  content: ""; background-image: url("/hc/theming_assets/01K7KX626B391HQ29A6QPNAMND"); background-repeat: no-repeat; background-size: 18px; width: 18px; height: 18px; margin-right: 5px; 
}
div.rn-plantip.email-short::after, div.rn-plantip.email-short-en::after, div.rn-plantip.email-short-de::after { content: var(--dc-rn-email-short); }

/* Algolia Fixes */
#algolia-facets .ais-hierarchical-menu--item__active>div>.ais-hierarchical-menu--link:hover { text-decoration: underline !important; }
#algolia-facets #algolia-labels .ais-refinement-list--item__active label:hover { text-decoration: underline !important; }


/*** css authors ***/

.article.support-portal-authors {
    flex: 1 0 100%;
    max-width: 100%;
}

div#article-divider {
    padding-bottom: 120px;
}

.author-image img {
    height: 150px;
    margin: -100px auto 0;
}

p.title-authors {
    margin-bottom: 30px;
}

section.main-authors {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 30%;
    justify-content: space-around;
}

.author-box {
    flex: 1 0 30%;
    flex: 0 0 auto;
    width: 250px;
    background-color: #fff;
    margin: 60px 15px 15px;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.author-image {
    color: #fff;   
    transition: background-color .2s,color .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.author-text {
    transition: background-color .2s;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
}

p.name-author {
    font-weight: bold;
    font-size: 20px;
    color: #090d48;
    border-bottom: 1px solid #04adfd;
}

p.connect-lnd {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
}

h1.authors-t {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 38px;
}

.container-authors {
   background: #fff;
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 20px solid #f3f3f4;
}

header.authors-main-title {
    color: #090d48;
}

p.title-authors {
    font-size: 18px;
}

.authors-container {
    padding-top: 50px;
}

.line-blue {
    border-bottom: 1px solid #e0e0e3;
    margin-bottom: 40px;
}

p.description-author {
    font-size: 17px;
}

@media (max-width: 600px) {
  .line-blue {
    width: 250px;
}
}

.article-meta a:hover {
    text-decoration: none;
}

a.support-authors:hover {
    text-decoration: none;
}

.author-image img {
  border-radius: 50%;
}

@media (max-width: 768px) {
  p.title-authors {
    font-size: 16px;
}
  p.description-author {
    font-size: 15px;
}
  p.connect-lnd {
    font-size: 14px;
}
  .author-text {
    height: 85%;
}
  h1.authors-t {
    font-size: 28px;
}
  .hero-inner {
    width: 100%;
}
}


.article-author {
    margin-bottom: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: flex;
    width: 100%;
    padding: 0px 0px;
    display: flex;
    justify-content: flex-end;
}


/***new css ***/
.article-line {
    width: 100%;
    border-bottom: 1px solid darkgray;
    margin-top: 0;
    margin-bottom: 20px;
}
.article-line p {
    margin-top: 0;
    margin-bottom: 0px;
}
.site-support {
    display: flex;
    align-items: center;
    column-gap: 19px;
}
.logo a {
    display: block;
    height: 32.38px;
}
.support-portal {
    font-family: "Epilogue", serif;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin: 0;
}
.line-vertical {
    border-right: 1px solid #fff;
    height: 32px;
}

.t-bottom.active, .n-bottom.active {
  display: block;
}

header.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-menu-left-section {
    display: flex;
    column-gap: clamp(40px, 4vw, 76px);
    align-items: center;
}

ul.navigation-links li a {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #fff;
}

ul.navigation-links li.home-link a {
    color: #FF9600;
}
ul.navigation-links li.home-link.no-active a {
    color: #fff;
}
.t-top img, .n-top img {
    margin-left: 7px;
    margin-top: 2px;
    width: 13px;
}
ul.navigation-links li a:hover {
    color: #FF9600;
    text-decoration: none;
}
ul.navigation-links li:hover {
    cursor: pointer;
}
.topic-main {
  position: relative;
  list-style: none;
}

.t-top, .n-top {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.t-top a, .n-top a {
  text-decoration: none;
  font-weight: bold;
}

.t-bottom, .n-bottom  {
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 4px 4px -2px #00000040;
  z-index: 100;
  display: none;
  min-width: 168px;
}

.t-bottom.active, .n-bottom.active {
  display: block;
}

.topics-list {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.topics-list li {
  padding: 8px 17px;
}

.topics-list li:hover {
  background: #f0f0f0;
}

.topics-list a:hover {
  color: #0056b3;
}


ul.topics-list li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #fff;
}
ul.topics-list li a:hover {
    color: #006CFF;
}
.t-top img, .n-top img {
  transition: transform 0.3s ease; 
}
.menu-list-mobile .t-top img,  .menu-list-mobile .n-top img {
    display: none;
}
.t-top.link-active img, .n-top.link-active img {
  transform: rotate(180deg);
}
.t-top.link-active a, .n-top.link-active a {
  color: #FF9600;
}
.current-visible-selector {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
a.dropdown-toggle {
    padding: 0;
    line-height: 19.36px;
    display: flex;
    align-items: center;
}
.nav-wrapper-desktop .user-nav-list {
    display: block;
    list-style: none;
    display: flex;
    column-gap: clamp(12px, 1.5vw, 21px);
    align-items: center;
}
.footer-language-selector {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
}

a.dropdown-toggle {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
@media (min-width: 1279px) {
    .nav-wrapper-desktop a {
          color: #fff;
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
    }
  .nav-wrapper-desktop {
        display: flex;
        align-items: center;
    }
}

li.open-ticket a, a.sign-in {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    padding: 13px 24px;
    background: #FF9600;
    border-radius: 30px;
    color: #090D48;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

li.open-ticket a::after {
    content: '';
    display: inline-block;
    width: 12px; 
    height: 12px;
    background-image: url('/hc/theming_assets/01K7KX625MDZFQRBGG95CKYVJZ');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 13px; 
    transition: transform .3s cubic-bezier(0.4,0,1,1);
}

.nav-wrapper-desktop a.submit-a-request:hover, .nav-wrapper-desktop a.submit-a-request:focus, .nav-wrapper-desktop a.submit-a-request:active {
    background-color: #e46f03;
    border-color: #e46f03;
    text-decoration: none;
}

a.submit-a-request:hover:after, a.submit-a-request:active:after, a.submit-a-request:focus:after {
    transform: translateX(5px);
}

.user-info.dropdown span {
    color: #fff;
}

a.sign-in {
  background: #fff;
}

a.sign-in::after {
    content: '';
    display: inline-block;
    width: 12px; 
    height: 12px;
    background-image: url('/hc/theming_assets/01K7KX625MDZFQRBGG95CKYVJZ');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 13px; 
    transition: transform .3s cubic-bezier(0.4,0,1,1);
}

.nav-wrapper-desktop a.sign-in:hover, .nav-wrapper-desktop a.sign-in:focus, .nav-wrapper-desktop a.sign-in:active {
    background-color: #e46f03;
    border-color: #e46f03;
    text-decoration: none;
    color: #090D48;
}

a.sign-in:hover:after, a.sign-in:active:after, a.sign-in:focus:after {
    transform: translateX(5px);
}

a.dropdown-toggle::before {
    content: '';
    display: inline-block;
    width: 19px; 
    height: 19px;
    background-image: url('/hc/theming_assets/01K7KX61EBQPN0RK91AP235V51');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px; 
}

a.dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 13px; 
    height: 12px;
    background-image: url('/hc/theming_assets/01K7KX5YGBGVJ2CEZNB5EK0NDK');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px; 
    margin-top: 4px;
    transition: transform 0.3s ease; 
}
.topics-list {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

a.dropdown-toggle.active-language::after {
  transform: rotate(180deg);
   margin-top: -4px;
}


.menu-list-mobile.active-list-menu {
  display: block;
}

.menu-button-mobile svg {
  pointer-events: none; 
}
.nav-wrapper-mobile .menu-list-mobile.active[aria-expanded="false"] {
    display: block;
}

.menu-list-mobile-items [role="button"] {
      border: 1px solid transparent;
          text-align: left;
          font-size: 16px;
      line-height: 1.5;
}

.menu-list-mobile-items li a, .nav-wrapper-mobile .t-top a, .nav-wrapper-mobile .n-top a {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.menu-list-mobile-items .t-bottom, .menu-list-mobile-items .n-bottom {
    position: relative;
    display: block;
    top: 0px;
    left: 10px;
    background: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 4px 4px -2px transparent;
    min-width: auto;
}

.menu-list-mobile-items ul.topics-list li a {
    font-weight: 400;
}

.menu-list-mobile-items  .topics-list {
    padding: 0px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}


ul.menu-list-mobile-items {
    padding: 10px 0;
}

.language-menu-mobile {
    display: flex;
    align-items: center;
}

@media (max-width: 574px) {
  .logo img {
    max-height: 25px;
}
  .support-portal {
    font-size: 14px;
}
  .line-vertical {
    border-right: 1px solid #fff;
    height: 17px;
    display: none;
}
  .site-support {
    column-gap: 0;
    flex-direction: column;
}
  .logo {
    height: auto;
}
  .logo a {
    height: auto;
}
  a.dropdown-toggle {
    font-size: 13px;
}
  .nav-wrapper-mobile .menu-button-mobile {
    min-width: 16px;
}
  .nav-wrapper-mobile .menu-button-mobile .icon-menu {
    width: 23px;
    height: 23px;
    padding-right: 0;
}
  .nav-wrapper-mobile .menu-list-mobile-items a {
    padding: 4px 24px;
}
  .menu-list-mobile-items li a, .nav-wrapper-mobile .t-top a,  .nav-wrapper-mobile .n-top a{
    font-size: 14px;
}
  ul.topics-list li a {
    font-size: 14px;
}
  .topics-list li {
    padding: 0px 17px;
}
}
ul.menu-list-mobile-items, .menu-list-mobile-items .t-bottom, .menu-list-mobile-items .n-bottom {
    background: #090d48;
}

.hero h1 {
        font-size: 50px;
        line-height: 66px;
        margin: 0;
        margin-bottom: 10px;
        font-size: 48px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
    }

.hero-inner .search input[type="search"] {
      border: 1px solid #9B9B9B;
      border-radius: 15px;
      height: 47px;
}

.both-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 50px;
    align-items: center;
}

ul.browse-boxes {
    display: flex;
    column-gap: 25px;
}

li.role-box a {
    width: 150px;
    height: 150px;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
}

a.role-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 14px; 
}

li.role-box a p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 14.35px;
    text-align: center;
    color: #090D48;
    font-family: "Epilogue", serif;
}

.browse-by-role-section h3 {
    font-family: "Epilogue", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24.6px;
    text-align: center;
    margin: 0;
    margin-bottom: 21px;
}
li.role-box a:hover {
    text-decoration: none;
}
span.color-description {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    text-align: left;
    color: #090D48;
}

.status a {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 12.1px;
    padding: 7.5px 12px;
    background: #090D48;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 102px;
}

.status img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(348deg) brightness(107%) contrast(103%);
  margin-left: 4px;
}

.status .meta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
}

.status a:hover {
    text-decoration: none;
}
ul.navigation-links li {
    position: relative;
}

.user-info.dropdown {
    margin-left: 21px;
}


@media only screen and (min-width: 1279px) {
  
    ul.navigation-links>li a::after, .dropdown.language-selector:after {
        position: absolute;
        background-color: transparent;
        bottom: -24px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        pointer-events: none;
        transition: background-color .3s ease 0s;
        width: 100%;
    }
  
 ul.navigation-links>li a:hover::after, .dropdown.language-selector:hover::after {
        background-color: #fff;
    }
  
  .t-top.link-active a:hover::after, .n-top.link-active a:hover::after, ul.topics-list li a:hover:after, .dropdown.language-selector.active-selector:hover::after {
         background-color: transparent;
  }
  
li.topic-main, .dropdown.language-selector, li.new-link  {
    height: 22.15px;
}
  ul.topics-list li a {
    color: #006CFF;
}
  
    a.dropdown-toggle:hover {
    color: #FF9600;
}
  a.dropdown-toggle:hover::before {
     filter: brightness(0) saturate(100%) invert(69%) sepia(63%) saturate(3941%) hue-rotate(0deg) brightness(102%) contrast(106%);
  }
  
  a.dropdown-toggle.active-language {
    color: #FF9600;
  }
  
    a.dropdown-toggle.active-language::before {
     filter: brightness(0) saturate(100%) invert(69%) sepia(63%) saturate(3941%) hue-rotate(0deg) brightness(102%) contrast(106%);
  }
  
}


.links-inner {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
}

footer .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.8px;
    display: flex;
    justify-content: flex-end;
}

.social-media-inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.footer {
    padding: 35px 0 53.73px;
    background: #090D48;
    margin-top: 80px;
}

.hp .footer {
    margin-top: 0px;
}

.dot-description {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

section.demo-section {
    background: #F3F3F3;{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin-left: -16px;};
    padding: 92px 0 81px;
}

h3.demo-title {
    font-family: "Epilogue", serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    margin: 0;
    color: #090D48;
    margin-bottom: 29px;
}

p.demo-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    margin: 0;
    margin-bottom: 49px;
    color: #090D48;
}

a.demo-button {
    padding: 13px 27px;
    background: #FF9600;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.20000000298023224px;
    color: #090D48;
    text-transform: uppercase;
}

a.demo-button img {
  margin-left: 10px;
  transition: transform .3s cubic-bezier(0.4,0,1,1);
}

a.demo-button:hover img{
  transform: translateX(5px);
}

a.demo-button:hover {
    background-color: #e46f03;
    border-color: #e46f03;
    text-decoration: none;
}

section.section.knowledge-base {
    margin-bottom: 90px;
}

li.blocks-item {
  position: relative;
  display: block;
  width: calc(23% - 15px);
  height: 432px; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px; 
  overflow: hidden;
  border: 1px solid #555555;
  padding: 0;
}

li.blocks-item.use-cases {
    background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/hc/theming_assets/01JMPJKEB2S00N3DYEH8AD5ZWZ");  
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

li.blocks-item.getting-started-1 {
    background: 
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
    url("/hc/theming_assets/01K5VBWWP7GXFW7R5FVRT3H2M7");  
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

li.blocks-item.features-2 {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/hc/theming_assets/01JMPJWCB51A7CYQ86VAEH49G7");
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

li.blocks-item.integration-3 {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/hc/theming_assets/01JMPK07EMSBXDVYHNW25WBCGR");
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a.blocks-item-link{
  padding: 41px 22px 22px 24px;
  height: 100%;
}

.blocks-item-link .blocks-item-title,
.blocks-item-link .blocks-item-description {
  position: relative;
  z-index: 2; 
  color: #fff; 
  display: block;
}

li.blocks-item {
    display: none;
}

li.blocks-item.specific-cat {
    display: flex;
}

.blocks-item-link {
    padding: 0px;
}

span.blocks-item-title {
    font-family: "Epilogue", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24.6px;
}

.blocks-item-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    margin-top: 24px;
}

span.blocks-item-title img {
    margin-left: 10px;
}


.info-products {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: calc(33.333% - 16px);
  
}

.content-header {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.content-title {
  font-family: "Epilogue", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24.6px;
   margin:0;
}

.content-description {
  margin:0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
}

.content-links {
  display: flex;
  flex-direction: row;
  gap: 25px;
  flex-wrap: wrap;
}

.content-link {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  color: #006CFF;
  transition: color 0.3s ease;
  text-decoration: none;
}

.content-text{
  padding:0 10px;
}

.content-link:hover {
  text-decoration: underline;
}

.content-link--minor {
  font-weight: 700;
}

.content-link--major {
  font-weight: 700;
}

/* Image Section */


.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-content {
  width: 100%;
  box-shadow: 0px 1px 4px 0px #00000040;
  border-radius: 15px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
  z-index: 1;
  border-radius: 15px;
}

.latest-products {
    margin-bottom: 96px;
}

.more-info-section {
    margin-bottom: 104px;
    margin-top: 96px;
}

h3.customer-title {
    margin: 0;
    font-family: "Epilogue", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24.6px;
    text-align: left;
    color: initial;
    margin-bottom: 29px;
}

p.customer-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    margin: 0;
    margin-bottom: 52px;
    color: initial;
}

a.customer-cc-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: #006CFF;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: auto;
}

a.content-link {
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
    row-gap: 15px;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 15px;
    width: 150px;
    height: 150px;
    justify-content: center;
    width: 46%;
}

a.content-link:hover {
    text-decoration: none;
}

a.content-link.content-link--minor,  a.content-link.content-link--major{
    font-weight: 500;
    font-size: 14px;
    line-height: 14.35px;
    letter-spacing: 0%;
    text-align: center;
    color: #090D48;
}

a.customer-cc-link img {
    color: #006CFF;
    width: 19px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(40%) saturate(7147%) hue-rotate(209deg) brightness(104%) contrast(104%);
    transition: transform .3s cubic-bezier(0.4,0,1,1);
}

.more-info-section li.homepage-cc-item {
    padding: 49px 22px 58px 24px;
    border-radius: 15px;
    box-shadow: 0px 1px 4px 0px #00000040;   
    display: flex;
}

a.customer-cc-link:hover img, a.customer-cc-link:active img, a.customer-cc-link:focus img {
    transform: translateX(5px);
}

a.customer-cc-link.campus-link:hover img, a.customer-cc-link.campus-link:active img, a.customer-cc-link.campus-link:focus img {
    transform: translate(5px, -5px);
}

.card.p-stile .card-description {
          padding-bottom: 25%;
}

li.role-box.campus-part a>img {
    height: 43px;
}

.browse-by-role-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-divider {
    margin-bottom: 20px;
}

a.article-sidebar-item {
    color: #006CFF;
}

.s-page section.section.hero {
    display: none;
}

.s-page section.section.hero.search-hero {
    display:flex;
}


.s-page .hero h1 {
    margin-bottom: 0;
}

.s-page .hero {
    padding: 76px 0 73px 0;
}

.s-page div#algolia-categories {
    display: none;
}

.main-section-alg {
    display: flex; 
    flex-direction: column;
        align-items: center;
}

.algolia-facets {
    order: -1 !important;
}

.ais-search-box.ais-with-style {
    order: 2;
}


.ais-with-style.ais-search-box {
    margin-left: 0% !important;
    max-width: 756px;
}

.ais-root.ais-refinement-list {
    display: flex;
    column-gap: 5px;
    max-width: 1400px;
    justify-content: space-between;
    width: 100%;
}
.ais-refinement-list--header.ais-header {
    width: 100%;
    max-width: 250px;
}


.s-page .category-page-body {
    padding-top: 0%;
}



.ais-body.ais-refinement-list--body {
    justify-content: center;
    max-width: 800px;
}

.ais-refinement-list--list {
    max-width:800px;
}


.ais-with-style.ais-search-box input {
    border-radius: 15px;
    border: 1px solid #767676;
}

.ais-with-style.ais-search-box {
    width: 100%;
}



.ais-body.ais-stats--body {
    color: #3E3E3E;
}


.search-result-link .ais-highlight {
    color: #090D48 !important;
}

.search-result-link .ais-highlight {
    background: #EFEFEF !important;
}


/* API categories sections */
.categories-fixed ul {
	list-style-type: none;
	padding: 0;
}


.catitem.active-category ul {
	display: block !important;
	margin-top: 10px;
}


.categories-fixed a {
	text-decoration: none;
}

.secitem a:hover {
	background: #fff;
}



.catitem a {
	font-size: 17px;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

.catitem.current-category.active-category a.disabled-category,
.catitem,
.secitem {
	margin-bottom: 10px;
}

/* Stilizacija za sekcije */
.secitem a {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

ul.my-sidebar.sidebar-left>li {
	display: none;
}

li#\32 4614880569362, li#\32 4561259956498, li#\32 4561243969298, li#\33 60000424152, #integration-custom, #feature-links {
	display: block;
}

.catitem.active-category ul {
	display: block !important;
}

.sidebar-body-content {
	display: flex;
	column-gap: 88px;
  column-gap: 6.9%;
}

.ap .sidebar-body-content {
	display: flex;
	column-gap: 88px;
  column-gap: 4.8%;
}

.categories-fixed {
	padding: 24px 21px 40px;
	background: #F3F3F3;
	border-radius: 15px;
	height: fit-content;
	flex: 0 0 16.2%;
  width: 250px;
}

h3.side-bar-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 19px;
}

.catitem>a {
	display: block;
	padding: 6px 7px;
	border-radius: 6px;
}

.catitem>a:hover {
	text-decoration: none;
	background: #fff;
}

.catitem.active-category>a {
	background: #fff;
}

.active-section-link {
    background: #ffff;
    padding: 6px 7px;
    border-radius: 6px;
}

.catitem.active-category.category-invisible>a {
    background: transparent;
}

.secitem {
    padding: 6px 7px;
    margin-bottom: 10px;
    padding-left: 26px;
}

.secitem:hover {
    background: #ffff;
    border-radius: 6px;
}

.block-images-o {
    position: relative;
}

.blue-background {
    background: #090D48;
    height: 155px;
    width: 155px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gs-images {
    display: flex;
    flex-direction: column;
    row-gap: 99px;
    position: relative;
}

.gs-images::before {
  content: '';
  position: absolute;
  top: 37%;
  left: 77.5px;
  width: 5px;
  height: 64%;
  background-color: #090D48;
  transform: translateY(-50%);
}

.section-gs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 51px;
    align-items: center;
}

.custom-section-gs h3 {
    font-family: "Epilogue", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24.6px;
    margin: 0;
    margin-bottom: 14px;
}

.custom-section-gs p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    margin: 0;
    margin-bottom: 25px;
}

a.link-to-section {
    font-weight: 700;
    font-size: 20px;
    line-height: 29.05px;
    letter-spacing: 0%;
    color: #006CFF;
}

.block-images-o {
    margin-bottom: 80px;
}

.catitem.active-category.sec-p-category>a {
    background: transparent;
}

span.role-span {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    word-wrap: break-word;
    white-space: normal; 
}

li.role-box a p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
}

span.role-img {
    position: absolute;
    right: 14px;
}

.article-author {
    min-width: 150px;
}

.ais-with-style.ais-search-box:before {
    top: 50%;
    transform: translateY(-50%);
    content: " " !important;
    background-image: url(/hc/theming_assets/01K7KX61VGJ3491Z1TR0PVDFZ3);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 16px;
    position: absolute;
    left: 15px;
    width: 19px !important;
    height: 19px;
    margin-right: 10px;
}

.ais-with-style.ais-search-box input {
    padding-left: 40px !important;
}

 .categories-fixed, .ap .article-sidebar {
    position: sticky;
    top: 20px; 
    z-index: 100;
    align-self: flex-start;
}

    .article-sidebar {
        flex: 0 0 18%;
        width: 250px;
    }

/*** Article sidebar ***/
.article-navigation {
    display: flex;
    justify-content: space-between;
    padding: 0px 0 10px;
    gap: 20px;
}

.article-navigation a {
    text-decoration: none;
    color: #006CFF;
    padding: 8px 0px;
    transition: background 0.3s ease-in-out;
}

.article-navigation a:hover {
    text-decoration: underline;
}

.prev-article {
    text-align: left;
}

.next-article {
    text-align: right;
}

a.next-article {
    margin-right: auto;
    width: 100%;
}

a.prev-article {
    width: 100%;
    margin-left: auto;
}

.article-relatives {
    display: none;
}

.ap .sidebar-body-content {
    padding-bottom: 80px;
}

div#gs-links-container, div#int-links-container, div#fe-links-container {
    display: none;
}


.blue-background.email-b img {
    height: 60px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(6%) hue-rotate(197deg) brightness(107%) contrast(100%);
}

.custom-section-gs {
    width: 69%;
}

.section-tree.gs-tree {
    margin-top: 38px;
}

.page-header-description.gs_description {
    font-size: 18px;
    line-height: 21.78px;
}

.api-link-icon a img {
filter: brightness(0) saturate(100%) invert(34%) sepia(46%) saturate(7010%) hue-rotate(206deg) brightness(99%) contrast(111%);
  }

.fp .category-card h2 {
    padding: 0 5%;
}

.fp .content-categories {
    margin-top: 5px;
    display: flex;
    gap: 30px;   
    flex-wrap: wrap;
}

.fp .content-categories .category-block {
    margin: 0;
}

.fp  .article-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
}


.fp .content-categories .category-card {
    box-shadow: none;
    border: dotted 1px #ccc;
}

html[lang="de"] .fp #create-content-en, html[lang="de-DE"] .fp #create-content-en {
    display: flex !important;
}

html[lang="de"] .fp #setup-en,  html[lang="de-DE"] .fp #setup-en {
    display: flex !important;
}

html[lang="de"] .fp #channels-en, html[lang="de-DE"] .fp #channels-en {
    display: flex !important;
}

.img-boxes-section {
    width: 60%;
}

.image-wrapper iframe.image-content {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 800px;
    height: auto;
}

.aa-article-hit--title .aa-article-hit--highlight, .aa-article-hit--section {
    color: #006CFF !important;
}

.ais-with-style.ais-search-box:before {
    top: 20px !important;
}

.x-element p {
    color: #C3C3C3;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

nav.content-links a {
    width: 150px;
    height: 150px;
}

html[lang="ja"] .first-section {
    width: 65%;
}

.infobox p a {
    color: #1155cc;
    font-weight: 800;
    text-decoration: underline;
}

.fp .category-card img {
    max-height: 182px;
}
 
.fp .content-categories .category-card {
    justify-content: unset;
    width: 100%;
}

.article-body a {
    color: #006CFF;
}

.article-body p span, .article-body p, .article-body h1, .article-body h2, .article-body h3, .article-body h4, 
.article-body h1 span, .article-body h2 span, .article-body h3 span, .article-body h4 span, tbody span, .article-body span, tbody, .article-body {
    color: #090d48 !important;
}

.article-body a span {
    color: #006CFF !important;
}

.article-content {
  margin-bottom: 0;
}

span.role-img img {
    margin-left: 4px;
}

ul.section-list {
    display: none;
}

.image-wrapper iframe {
    border-radius: 15px;
}

em.gui em {
    font-style: normal;
}


table.white-border thead tr th {
   margin: 5px auto;
   padding: 15px 4px 15px 4px;
   border: 4px solid #fff;
   background: #03adfd;
   font-weight: bold;
   vertical-align: top;
   text-align: center;
}

.first-section {
    width: 100%;
}

img.arrow-h {
    filter: invert(32%) sepia(98%) saturate(3732%) hue-rotate(208deg) brightness(101%) contrast(104%);
    margin-left: 2px;
}


/*** Responsive ***/

@media (max-width: 1405px) {
 .content-section {
		width: 100%;
		margin: auto;
	}
  	.info-products {
		flex-direction: column;
		row-gap: 50px;
	}
  
	}
  
@media (max-width: 1343px) {
    .logo-menu-left-section {
      column-gap: 20px;
   }
}

@media (max-width: 1278px) {
    img.arrow-h {
        filter: invert(100%);
        margin-left: 2px;
		}
}

@media (max-width: 1198px) {

	.footer-inner,
	footer .copyright {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}

	.links-inner {
		column-gap: 20px;
	}
  
  html[lang="ja"] .first-section {
    width: 100%;
}

  
}


@media (max-width: 1050px) {
    .gs-images {
        row-gap: 60px;
    }
  
  .blue-background {
		height: 90px;
		width: 90px;
		margin-bottom: 20px;
	}

	.blue-background img {
		height: 35px;
	}
  
	.blue-background.email-b img {
		height: 35px;
	}
  
	.gs-images::before {
		content: none;
	}

	.custom-section-gs h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.custom-section-gs p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.gs-images {
		row-gap: 60px;
	}

      .sidebar-body-content {
        flex-direction: column;
        row-gap: 25px;
    }
}

@media (max-width: 1024px) {
  
.ais-root.ais-refinement-list {
    flex-direction: column !important;
}
  
  .img-boxes-section {
    width: 100%;
}
  
	browse-by-role-section {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.article-header {
		flex-wrap: wrap;
	}

	.homepage-cc-list {
		flex-direction: column;
	}

	ul.browse-boxes {
		flex-wrap: wrap;
		row-gap: 25px;
	}

	.more-info-section li.homepage-cc-item {
		max-width: 100%;
	}

	.hero h1 {
		font-size: 35px;
	}

	li.blocks-item {
		height: 300px;
	}

	span.blocks-item-title {
		font-size: 20px;
	}

	.blocks-item-description {
		font-size: 16px;
	}

	.status {
		margin-bottom: 50px;
	}

	section.section.knowledge-base {
		margin-bottom: 30px;
	}

	.content-title {
		font-size: 20px;
	}

	content-description {
		font-size: 16px;
	}

	.more-info-section {
		margin-bottom: 0px;
		margin-top: 60px;
	}

	h3.customer-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	p.customer-subtitle {
		font-size: 16px;
		margin-bottom: 32px;
	}

	a.customer-cc-link {
		font-size: 20px;
	}

	.more-info-section li.homepage-cc-item {
		padding: 39px 22px 48px 24px;
	}

	h3.demo-title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 23px;
	}

	section.demo-section {
		padding: 62px 0 60px;
	}

	a.demo-button {
		font-size: 11px;
	}

	.status {
		padding: 14px 0;
	}

	ul.browse-boxes {
		column-gap: 25px;
	}

	.sidebar-body-content {
		flex-direction: column;
		row-gap: 25px;
	}

	.page-header h1 {
		font-size: 20px;
	}

	
	a.link-to-section {
		font-size: 20px;
	}

	.article-header h1 {
		font-size: 30px;
	}
  
  .categories-fixed, .ap .article-sidebar {
    position: static;
}
  .article-sidebar {
    width: 100%;
}
  .categories-fixed {
    width: 70%;
}
   .first-section {
    width: 100%;
}
  
  .both-section {
    flex-direction: column;
    align-items: flex-start;
}
  .browse-by-role-section h3 {
    text-align: left;
}
  
  .browse-by-role-section {
    align-items: flex-start; 
}
  
  .hero-inner {
    max-width: 100%;
}
  
}


  
@media (max-width: 768px) {
	.ais-search-box--powered-by {
		font-size: inherit;
		text-align: left !important;
	}

	#algolia-stats {
		margin-top: 25px !important;
	}

	#algolia-facets-open {
		color: #006CFF !important;
	}

	.search-results {
		margin-top: 35px;
	}

  .ap .sidebar-body-content {
    padding-bottom: 40px;
}
  
    
.custom-section-gs {
    width: 100%;
}
}

.blue-tag>p {
    margin: 0;
    color: #04adfd !important;
    font-size: 14px;
}

/* Use Case Library */

/* Use Case Headers and Icons */
.icon-heading-wrapper {
    display: flex; /* Enables the flexbox layout */
    align-items: center; /* This is the key property for vertical centering */
    gap: 15px; /* Adjusts the space between the icon and the text */
    margin-bottom: 1em; /* Adds some space below the entire element */
  }

  /* Optional: Style your heading */
.icon-heading-wrapper h2 {
    margin: 0; /* Removes default heading margins that can push it down */
    font-size: 28px; /* Example font size */
    font-weight: bold;
}
  
  a.results-list-item-link {
    color: #006CFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

ol.breadcrumbs.search-result-breadcrumbs li a {
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 22.5px;
    color: #090D48;
}

ol.breadcrumbs.search-result-breadcrumbs li + li::before {
    content: ">";
    margin: 0 4px;
    color: #090D48;
    font-weight: 400;
}

.search-results-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0%;
}

li.search-result-list-item.result-article {
    border-bottom: 1px solid #EFEFEF;
}

li.blocks-item.use-cases.id-24591476414354 {
    display: flex;
}

.generative-answers,
.generative-answers * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
}

li.search-result-list-item.result-external_content_record {
    border-bottom: 1px solid #EFEFEF;
}

.search-results-list > li h2 {
    margin-top: 0;
}

.search-results-list > li {
    padding: 15px 0;
}

.search-results-description {
    margin-top: 0px;
}

.elearning-section{
  margin-top:30px;
}

.elearning-section .content-categories {
	flex-direction:row;
}

.elearning-section .category-block {
	padding:20px 0 0;
  max-width: calc(25% - 24px);
  flex-direction: column;
  gap:20px;
  align-items:center;
}

.elearning-section .category-card {
  height:100%;
}
.elearning-section .category-card > p:first-of-type  {
  min-height:100px;
}

@media (max-width: 1150px) {
	.elearning-section .category-block {
     	flex: 1 1 50%;
      max-width: calc(50% - 15px);
  }
  .elearning-section .category-card > p:first-of-type {
  	min-height:50px;
	}
}

@media (max-width: 600px) {
	.elearning-section .category-block {
      min-width: 100%;
  }
}

 .elearning-section .elearn-checklist {
    list-style: none;
    padding:16px 5% 0;
   	color: #090D48;
   	margin: 20px 20px;
   	margin-top:0;
   	border-top:1px solid #F3F3F3;
  }

  .elearning-section .elearn-checklist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .elearning-section .elearn-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #23B4FF;
    font-weight: 600;
  }

  .elearning-section .elearn-checklist a {
    color: inherit;
    text-decoration: underline;
  }

.elearn-auth-container {
  margin-top:50px;
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {
  .elearn-auth-container {
  	flex-wrap: wrap
  }
}

.elearn-card {
  display:flex;
  flex-direction:column;
  justify-content:center;
  color: #090D48;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  border-radius: 12px;
  padding: 40px;
  background: #fff;
  width: 100%;
  transition: transform 0.3s ease;
}
.elearn-card:hover{
  transform: scale(1.01);
}

.elearn-card:hover .customer-cc-link img{
   transform: translateX(5px);
}

.elearn-card-header {
  display: flex;
  width:75%;
  align-items: center;
  gap: 16px;
  background: #F3F3F3;
  border-radius: 12px;
  padding:16px;
  font-weight: 600;
 
}

.auth-link:hover{
  text-decoration:none;
}

.elearn-card-header h2{
   font-size: 22px !important;
}

.elearn-card .auth-image{
  padding:10px;
  background: rgba(255, 150, 0, 1);
  width:50px;
  height:46px;
  border-radius: 8px;
  display:flex;
  justify-content:center;
  align-items:center
}

.elearn-card-header img{
 	width:70%;
}

.elearn-card h2{
	line-height:1.4;
  font-size:18px;
}

.elearn-card .customer-cc-link {
  margin-top:10px
}

@media (max-width: 1168px) {
  .elearn-card {
    padding:20px;
  }
  .elearn-card-header h2{
   font-size: 18px !important;
}
	.elearn-card h2, .elearn-card .customer-cc-link {
  	font-size:16px
  }
  .elearn-card-header{
    width: auto;
  }
  .elearn-card .auth-image{
    width:40px;
    height:36px;
  }
  .customer-cc-link .arrow{
  	width:14px
  }
}

@media (max-width: 768px) {
  .elearn-card {
    padding:20px;
  }
	.elearn-card h2 {
  	font-size:14px
  }
	.elearn-card .customer-cc-link {
  	font-size:14px
  }
  .customer-cc-link .arrow{
  	width:10px
  }
  li.role-box a {
    width: 140px;
    height: 140px;
    padding: 5px;
}
}

.tabs p:has(input[type="radio"]:checked) + .tab { 
  display: block; 
}

.tabs > p {
    margin: 0px;
}