/*----------- GLB Nordica -----------*/
/*----- Designpaket: Silver ----*/
/*------------ 2024 ------------*/


/*-------------------------
FAQ 
--------------------------*/
.faq-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 4em !important;
}
.faq-content {
    width: 100%;
}
.accordion {
		background: #133d65;
	  color: #fff;
    cursor: pointer;
    padding: 14px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.1em;
    transition: 0.4s;
    border-radius: 3px;
    margin-bottom: 6px;
	  font-weight: 600;
}
.accordion:hover {
		background: #1b5790;
}
 .accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion h3 {
	margin: 0;
  display: inline-block;
}
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    line-height: 150%;
}
  .panel p {
    line-height: 150%;
    font-size: 1.1em;
}
.faq-content h3 {
	position: absolute; 
}
.faq-content button.active:after {
  content: "\2212";
    color: #fff;
}
@media(max-width: 991px) {
 .accordion:after {
display: none;
}
.faq-wrapper {
  margin-top: 0 !important;
}
 }

/*-------------------------
EMPORIUM TOP BAR
--------------------------*/

.emporium--top-bar .material-symbols-outlined {
	font-size: 22px;
  font-weight: 300;
  vertical-align: middle;
  padding-right: 4px;
}
.emporium--top-bar ul li {
  display: inline-block;
}
.emporium--top-bar ul li:last-child {
  position: relative;
  top: 11px;
}

@media(max-width:991px) {
.emporium--top-bar ul li:last-child {
	display: none;
}
}

.slot--top-bar-audience-selector .tws-audience-selector--audience-button-text {
  display: none;
}

.tws-audience-selector--audience-item-icon {
  width: 24px;
  height: 24px;
}
.tws-audience-selector--audience-item-label {
  display: none;
}
.emporium--top-bar .slot--top-bar-audience-selector .tws-audience-selector .tws-audience-selector--frame-container .tws-audience-selector--frame-left-content,
.emporium--top-bar .slot--top-bar-audience-selector .tws-audience-selector .tws-audience-selector--frame-container .tws-audience-selector--frame-left-content .tws-audience-selector--audience-item {
  border: none;
}

/*-------------------------
EMPORIUM HEADER
--------------------------*/

.emporium--search-button {
  display: none;
}

   .slot--header-horizontal-menu .navbar-nav > li > a {
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
	  font-size: 13px;
  }
  .slot--header-horizontal-menu .navbar-nav > li > a:hover {
    color: #505050;
    border-bottom: 1px solid #222;     
    transition: border-bottom .5s ease-in-out;
  }


.tws-content-box--table .tws-content-box--first-line,
.tws-content-box--table .tws-content-box--second-line {
  text-shadow: none !important;
}

.emporium--start-page .tws-container--tws-custom-html, .emporium--start-page .tws-container--abi-parts-finder {
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  .emporium--start-page .tws-container--tws-custom-html {
    padding: 25px 0px;
    margin: 20px 0 0 0;
  }
}

.tws-content-box--table .tws-content-box--third-line {
  text-shadow: none !important;
}

@media only screen and (max-width: 767px) { 
  .introduction {
  	margin-top: 0px !important; 
  }
}
.kundomdomen-1 {
  margin-top: 0 !important;
}
.kundomdomen-title {
  padding-bottom: 0;
  background: #f8f8f8 !important;
}
.kundomdomen-1 .tws-content-box--first-line,
.kundomdomen-2 .tws-content-box--first-line {
    font-size: 16px;
    font-weight: normal;
  }
.kundomdomen-1 .tws-content-box--second-line,
.kundomdomen-2 .tws-content-box--second-line {
  color: #ffc309 !important;
  font-size: 20px;
  -webkit-text-stroke: 1px #d9c884;
  text-stroke: 1px #d9c884;
}

/* --- YOUTUBE --- */
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.tws-article-description--text-container {
  max-height: none;
  overflow: visible;
}

.slot--article-description .tws-article-description .tws-article-description--show-more {
  display: none;
}
