:root {
  --Earth-Grey-30-Pure: #f8f8f8;
  --Earth-Grey-100: #EAEAEB;
  --Earth-Grey-200-Pure: #d4d6d8;
  --Earth-Grey-400: #A9ADB1;
  --Earth-Grey-600: #7E848A;
  --Earth-Grey-950-Pure: #333c46;
  --Earth-Grey-1000: #28323C;
  --White-0: #FFFFFF;
  }


/* AO panel warnings color edited 16012020*/

.panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #DE4019;
    border-color: #DE4019;
}

.panel-warning>.panel-heading {
    color: #000000;
    background-color: #FFB400;
    border-color: #FFB400;
}

.panel-caution>.panel-heading {
    color: #000000;
    background-color: #FFE100;
    border-color: #FFE100;
}

.panel-note>.panel-heading {
    color: #fff;
    background-color: #0069B3;
    border-color: #0069B3;
}

.panel-note {
	border-color: #0069B3
}

/* end edit warnings */ 

/* AO edit Warning symbol auf svg */

.panel-danger .panel-title {
    background-image: url(../icons/danger.svg);
    padding-left: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.panel-caution  .panel-title {
    background-image: url(../icons/danger.svg);
    padding-left: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.panel-warning  .panel-title {
    background-image: url(../icons/danger.svg);
    padding-left: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

/* AO dash edit */
ul.dash {
    list-style: none;
	margin-left: -40px;
}

ul.dash li:before{
    content: "–";
	padding-right: 8px;
}
/* end edit dash */

/* AO bullet edit */
ul.bullet {
    list-style: none;
	margin-left: -40px;
}

ul.bullet li:before{
    content: "•";
	padding-right: 8px;
}
/* end bullet bullet */

/* AO dash edit */
ul.dash-SubList {
    list-style: none;
	margin-left: -20px;
}

ul.dash-SubList li:before{
    content: "–";
	padding-right: 8px;
}
/* end edit dash */

/* AO bullet edit */
ul.bullet-SubList {
    list-style: none;
	margin-left: -20px;
}

ul.bullet-SubList li:before{
    content: "•";
	padding-right: 8px;
}
/* end bullet bullet */

.h1, h1{
	font-size: 24px;
	margin-top: 10px;
    margin-bottom: 6px;
}

.h2, h2{
	font-size: 24px;
	margin-top: 10px;
    margin-bottom: 4px;
}

.h3, h3{
	font-size: 21px;
	margin-top: 6px;
    margin-bottom: 4px;
}
.h4, h4{
	font-size: 16px;
	margin-top: 4px;
    margin-bottom: 0px;
}

/* edit 03122019 */

.p, p{
    font-size: 15px;
    font-style: normal;
    font-
    line-height: 20px;
    letter-spacing: 0px;
    /* color: #4b4b4d; */
}

.breadcrumb {
	padding:0px;
	background-color:#ffffff00;
	border-radius:0px;
}

a.breadcrumbLink {
	color: #333333;
    text-decoration: none;
}

/* edit 15012020 */

.body, body{
    font-size: 15px;

}


.page-header {
    padding-bottom: 4px;
    margin: 0px 0 10px;
	word-break: break-word;
}

.video-steps .btn{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #333;
    border-radius: 4px;
}

.video-steps .btn:hover{
    background-color: #ccc;
}

.ThinLine{
 	width: 100%;
    border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
 }
 
 .Line{
 	width: 100%;
    border-bottom: 2px solid black;
	margin-bottom: 10px;
 }


/* Balken oben, Einfluss auf Skalierung des Logos */
/* .navbar-brand {
   /* padding: 120px;
} */


/* Grafiken Abstände */
.img-responsive {
    margin: 0px 0px 10px 0px;
}

.img-responsive-frame {
    margin: 0px 0px 10px 0px;
	border: black;
	border-width: 1px;
	border-style: solid;
}

.img-inline{
    height: 14px;
    width: auto;
    display: inline;
    margin: 0px 0px 0px 0px;

}

/* Edit 04122019 */
.coverLink {
    text-align: center;
    font-size: 12px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    border-radius: 16px;
    padding: 0px 16px;
	background-color: white;
	color: #28323C;
	border-color:#A9ADB1;
	border:1px;
	border-style:solid;
	height:32px;

}

.coverLinkContainer {
    height: 32px;
/*     width: 250px;
 */    padding: 15px;
    display: table;
    float: left;
}

table .activitystep_right {
    width: auto;
}

/*table */
.table{
    width: auto;
}

table.new_brand_td>tbody>tr:nth-child(even){
	background-color: #EDEDED;
}

table.new_brand_td>tbody>tr:nth-child(odd){
	background-color: #FFFFFF;
}

table.new_brand_td > thead,
table.horizon_lines > thead,
table.table-bordered > thead,
table.noLines > thead {
  background-color: #28323c;
  color: white;
}

.table{
    border-top: 1px solid #d4d6d8;
    border-bottom: 1px solid #d4d6d8;
} 

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
	border-bottom: 1px solid #d4d6d8;
} 

 .table-bordered{border:1px solid #d4d6d8}
 .table-bordered>tbody>tr>td,
 .table-bordered>tbody>tr>th,
 .table-bordered>tfoot>tr>td,
 .table-bordered>tfoot>tr>th,
 .table-bordered>thead>tr>td,
 .table-bordered>thead>tr>th{
	 border:1px solid #d4d6d8;
	 }
	 
tr:hover{
	background-color: var(--Earth-Grey-30-Pure, #f8f8f8);
}

.iconTableMove{
	margin-bottom: -5px;
	margin-right: -5px;
}

@media (max-width:767px) {
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }

    .table{
        max-width: 767px;
        width: auto;
    }

    .table-responsive{
        width: auto;
        max-width: 100%;
        border:none;
    }
}

.table-container-outer {
    position: relative;
}

.table-container-fade-right {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.table-container-fade-left {
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.table-container-fade-right:hover,
.table-container-fade-left:hover{
    display: none;
}


/*table scrollbar end*/

/* Legend */
.legend{
    margin-top: 10px;
}

.legend thead{
    background: none;
}

.legend thead .headDescription{
    width: 100%;
}

.legend tr{
    vertical-align: text-top;
}

.legend .legendentrypos{
    padding-right: 10px;
    font-weight: bold;
}

.legend tr{
    width: 100%;
}

.legend.lines tr{
    border-bottom: 1px solid #d4d6d8;
}

.legend.lines tr:first-child{
    border-top: 1px solid #d4d6d8;
}

.legend tr td{
    padding-top: 5px;
    padding-bottom: 5px;
}
/** Legend END **/

/* Warning */

.WarningSource {
    font-weight: bold;
}

/* Warning END */



/* FCR */
.fcr table tr td{
    vertical-align: top;
}

.fcr table tr td:first-child{
    padding-right: 10px;
}

.fcr table tr.fcrcause td{
    padding-top: 10px;
}
/** FCR END **/

/** Image Viewer Background **/
.viewer-container img.viewer-move{
	background-color: #fff!important;
	border: 5px solid white;
}

.activitystep_left{
    margin-right: 5px;
    width: 20px;
    text-align: center;
    font-weight: bold;
    border: solid
rgba(64,59,60,1.00);
    border-width: 1px;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,1.00);
}

.activity_left{
    margin-right: 5px;
    width: 20px;
    text-align: center;
    font-weight: bold;
	rgba(64,59,60,1.00);
    margin-bottom: 5px;
    background-color: rgba(255,255,255,1.00);
	float: left;
}

.activitystep_right_graphic{
	margin-left: -25px;
	width: calc(100% - 25px);
    float: left;
}

.activitystep_right_graphic2{
	margin-left: 0px;
	width: calc(100% - 25px);
    float: left;
}

.activitystep_right_graphic3{
	margin-left: 25px;
	width: calc(100% - 25px);
    float: left;
}

.activitystep_supstep_left{
	
}
.graphic_subtitle{
	font-style: italic;
	font-size: 85%;
	margin-top: -10px;
	margin-bottom: 10px;
}

.text_white{
	color: white;
}

.gui{
	font-weight: bold;
	/* color: #67a5ae; */
}

.videoDiv, .textDiv {
      display: none;
    }

.button_choose{
	background-color: white;
	padding: 14px 18px;
	border: 1px solid #A9ADB1;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 8px;
    margin-bottom: 8px;
}

.button_choose:hover {
	border: 1px solid #F4F4F5;
}

.button_choose:active {
	border: 1px solid #F4F4F5;
}

.no-underline {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
} 

footer .legal {
	color:#7E848A;
	font-size:12px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding: 10px 20px;
    justify-content: space-between;
}

footer .legal > div:first-child {
	/* grid-column: 2;  */         /* Mittere Spalte */
	text-align: left;
	/* transform: translateX(-80px); */ /* Verschiebt 80px nach links */

}

footer .legal > div:last-child {
	/* grid-column: 3;  */         /* Rechte Spalte */
	text-align: right;
}

.nav-in footer .legal > div:first-child {
  margin-left: calc(30vw - 1px);
}

.extversion	{
	font-size: 14px;
	line-height: 18px;
	/* Earth Grey/600 */
	color: #7E848A;
	padding-left: 20px;
	align-items: baseline;
}

.documenttype {
	overflow: hidden;
	color: var(--Earth-Grey-1000-Pure, #28323C);
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 20px;
	padding-top: 10px;	
	padding-bottom: 3px;
	display: block;
}

.product-title	{
	font-size: 16px;
	/* Earth Grey/1000 Pure */
	color: #28323C;
	padding-left: 20px;
	font-weight: 600;
	display: block;
	padding-bottom: 16px;
}

a{
	color: #0080FF;
	text-decoration: underline;
}

a:hover {
	color: #0080FF; /* gleiche Farbe wie im Normalzustand */
	text-decoration: underline; /* optional: falls sich das ändern würde */
}

.button-group {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end
}

pre code {
    white-space: pre-wrap; /* Zeilenumbrüche beibehalten */
    word-wrap: break-word; /* Lange Wörter umbrechen */
}

.fro-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 6px 0px 0px 6px;
	border: 0px solid var(--Earth-Grey-400, #A9ADB1);
	background: var(--White-0, #FFF);
}

.fro-button-left:hover,
.fro-button-left:active,
.fro-button-right:hover,
.fro-button-right:active,
.fro-button-left-2:hover,
.fro-button-left-2:active,
.fro-button-right-2:hover,
.fro-button-right-2:active {
  background: #f4f4f5;
}

.fro-button-left, .fro-button-left-2 {
	display: flex;
	height: 48px;
	padding: 0px 17px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 6px 0px 0px 6px;
	border: 1px solid var(--Earth-Grey-400, #A9ADB1);
	background: var(--White-0, #FFF);
}

.fro-button-right, .fro-button-right-2 {
	display: flex;
	height: 48px;
	padding: 0px 17px; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
 	border-radius: 0px 6px 6px 0px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #A9ADB1;
	background: var(--White-0, #FFF);
}

.fro-search-left {
	display: flex;
	height: 40px;
	width: 473px;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 6px 0px 0px 6px;
	border: 1px solid var(--Earth-Grey-400, #A9ADB1);
	background: var(--White-0, #FFF);
	padding: 0px 0px 0px 16px;
}

.fro-search-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: var(--White-0, #FFF);
	width: 40px;
	height: 40px;
	padding: 0px 7.5px;
	gap: 0px;
	border-radius: 0px 6px 6px 0px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #A9ADB1;
}


.fro-icon {
	color: var(--Earth-Grey-1000-Pure, #28323C);
	font-family: Fronius-Symbols;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fro-icon-header {
	color: var(--White-0, #FFF);
	font-family: Fronius-Symbols;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.navButtonHeader {
	background-color: #28323C;
}

.language-header {
	color: var(--White-0, #FFF);
/* 	font-family: 'Rational-Display', sans-serif;
 */	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}

.fro-footer-text {
	color: var(--Earth-Grey-600, #7E848A);
	text-align: center;
/* 	font-family: 'Rational-Display', sans-serif;
 */	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	text-decoration: none;
}

.fro-footer-link {
	color: var(--Earth-Grey-600, #7E848A);
	text-align: center;
/* 	font-family: 'Rational-Display', sans-serif;
 */	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	text-decoration: none;
}

.fro-footer-link::after {
		display: inline;
        margin: .75rem;
        pointer-events: none;
        content: "|";
}

.fro-footer-link:last-child::after {
	content: "";
}

.list {
	margin-bottom: 10px;
}

nav .navbar-nav li.hover .nav-in .navbar-toggle-custom > a  {
	background-color: #A9ADB1;
}

nav .navbar-nav li.active > a {
	background-color: #eaeaeb;	
}

.zeile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.leftbreadcrumb {
	flex: 9;
}
.rightbutton {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.menu-close-container {
	position: fixed;
    /* display: block; */
    bottom: 0;
    left: 0;
    height: 60px;
    padding-top: 20px;
    cursor: pointer;
	width: calc(30% - 16px);
	align-items: baseline;
	display: flex;
}

.nav-in .navbar-toggle-custom {
	border-top: none;
	position: relative;
    /* float: right; */
	margin-left: auto;
}

.language-down {
    position: relative;
    float: right;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
}
/* .Map {
	font-weight: bold;
} */

.covergraphic img {
    max-width: 100%;  /* Bild kann nicht breiter als das umgebende Element sein */
    max-height: 300px; /* Höhe auf 300px begrenzen */
    width: auto;  /* Proportionale Skalierung */
    height: auto;
    object-fit: contain; /* Verhindert Verzerrung */
}

td .graphic_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


@font-face {
font-family: "Noto Sans Thai";
src: url('https://resources.fronius.com/fonts/noto/thai/NotoSansThai-Regular.ttf') format('truetype');
}

@font-face {
font-family: "Noto Sans CJK";
src: url('https://resources.fronius.com/fonts/noto/chinese-traditional/NotoSansCJKtc-Regular.ttf') format('truetype');
}

@font-face {
font-family: "Noto Sans";
src: url('https://resources.fronius.com/fonts/noto/standard/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
font-family: "Noto Sans Devanagari";
src: url('https://resources.fronius.com/fonts/noto/hindi/NotoSansDevanagari-Regular.ttf') format('truetype');
}

@font-face {
font-family: "Noto Sans Korea";
src: url('https://resources.fronius.com/fonts/noto/korea/NotoSansCJKkr-Regular.otf') format('otf');
}

@font-face {
font-family: "Noto Sans Japan";
src: url('https://resources.fronius.com/fonts/noto/japan/NotoSansJP-Regular.otf') format('otf');
}

@font-face {
font-family: "Noto Sans Simplified Chinese";
src: url('https://resources.fronius.com/fonts/noto/chinese-simplified/NotoSansCJKsc-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Fronius-Symbols';
    src: url('../font/Fronius-Symbols.ttf') format('truetype');
    /* Hier wird der Pfad zur TTF-Datei relativ zum CSS-Ordner angegeben */
    font-weight: normal;
    font-style: normal;
}

.dropdown-menu {
    background-color: var(--White-0, #FFFFFF);
}

/* Hover-Effekt */
ul.dropdown-menu.dropdown-menulinks.language-header li a:hover {
  background-color: var(--Earth-Grey-100, #EAEAEB);
}

.dropdown-menu>li>a {
    color: #000000;
}

.language-down:hover,
.language-down:active,
.language-down.open{
  background-color: var(--Earth-Grey-950-Pure, #333c46);
}

.navButtonHeader:hover,
.navButtonHeader:focus,
.navButtonHeader:active,
.open>.dropdown-toggle.btn-default, 
.open > .dropdown-toggle.btn-default:focus {
    background-color: var(--Earth-Grey-950-Pure, #333c46);
}

