/*   Nagra layout adjusters  */

.logo-img{max-width:230px;}

.argumente{max-width: 75%; padding:0 15px 5px 0; float: left;}

@media (max-width: 768px) { 
    .argumente{max-width: 100%; padding:5px 0 5px 0;}
}

/*  Social Media    */

.social-buttons a:hover, .social-buttons  a:focus, .social-buttons a:active {
    color: var(--body-link-color);
    opacity: 1;
}

.social-buttons a {
    transition: all 0.2s ease-in-out;
}


ul.nav.navbar-nav.level0 li.nav-item a.nav-link {font-size:17px;}

.light-grey-box{
    background-color: #f5f2f2;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.02),
    0px 0px 2px rgba(3, 7, 18, 0.04),
    0px 0px 3px rgba(3, 7, 18, 0.06),
    0px 0px 6px rgba(3, 7, 18, 0.08);
}


.light-blue-box {
    background-color: #f1f6fa;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.02),
    0px 0px 2px rgba(3, 7, 18, 0.04),
    0px 0px 3px rgba(3, 7, 18, 0.06),
    0px 0px 6px rgba(3, 7, 18, 0.08);    
}

/* Menu weighting */

.t4-module .nav li a, .t4-card .nav li a, .moduletable .nav li a, .module_menu .nav li a {
    font-weight: 500;
}

.t4-module .nav li ul > li > a, .t4-card .nav li ul > li > a, .moduletable .nav li ul > li > a, .module_menu .nav li ul > li > a {
    font-weight: initial;
}

/*  Nagra Breadcrumb scaler */

.module-title {
    text-transform: none;
}

.bottom-border-nagra{
    border-bottom: 1px solid #fbc9c9;
}

.nagraLevel {
    height:20px;
    margin-top: 0.9em;
}

.bc_nagra{line-height : 0;}

.nagraLevel_library {
    height:20px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    float: right;
    margin-left: 0.5em;        
}

.gtl3 .t4-masthead-title::after {
    content: url('/images/nagralevels/gtl_3.png');
    margin-left: 0.8em;
}

/* glossar highlight */

.highlight_text{
    background: #d69184ab;
    padding: 1px 4px;
    border-radius: 4px;
    color: #fff;
}

/* Text align */

.t4-section-inner p {
	text-align: justify;
}

figure figcaption {
    background: none;
    color:var(--body-text-color); 
    font-size: 1rem;
    letter-spacing: 0.5px;
    padding: 0.25rem 0.5rem;
    text-transform: none;
    text-align: initial;
    text-shadow: none;
    font-style: italic;
}

/* paragraph gap at bottom less for Erlauterungen sub titles */

.e_content_header {
    margin-bottom: 0.2rem;
    margin-top: 1.4rem;    
    color: #e63e30;
    font-weight: 700;    
}

.e2_content_header {
    margin-bottom: 0.2rem;   
    color: #e63e30;
    font-weight: 700;    
}

.e_figure_caption {
    font-size: 0.9rem;
    font-weight: 500;
}

ul.open_spacing li {margin-bottom: 0.8em;    margin-left: 1rem;}

.erlauterung .page-header h2 {color: #e63e30;}

/* make the title link word wrap, for mobiles. */

@media (max-width: 426px) { 

    .article-info dd {
        align-items: normal;
        margin: 0;
        white-space: normal;
    }

    .t4-section-inner p {
        text-align: left;
    }

    .t4-nav-height-sm .t4-megamenu .navbar-nav > li > a, .t4-nav-height-sm .t4-megamenu .navbar-nav > li > .nav-link {
        height: 40px;
        line-height: 10px;
    }

    .t4-megamenu .mega-inner {
        padding-bottom: 1rem;
        padding-top: 0;
    }    

}

.module-title span {
    border-bottom: 2px solid #e45e3b;
}

.module-title {
    border-bottom: none;
}

.front-page-display{margin-bottom:2rem;}

.page-header{
    margin-bottom: 1.4em;
}

.header-wrap {
    margin-top: 1em;
}

.page-subtitle {margin-bottom:3rem;}

@media (min-width: 768px) {
  .t4-main-body {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}

.front-page-display-smaller {
    margin-bottom: 2rem;
}

/* Buttons in nagra red */

.btn-nagra {
    background-color: #f48965;
    border-color: #944d35;
  	color:#fff;
}

.btn-nagra:hover {
    background-color: #d57453;
    border-color: #944d35;  
    color: #fff;
}

.btn-nagra:active {
    background-color: #d57453;
    border-color: #944d35;  
    color: #ddd;
}

.btn-nagra:focus,
.btn-nagra.focus {
    color:#fff;
}

	a.front_link {
		color: #fff;
	}

	a.front_link:hover {
		color: #000;
	}

/* Change background colour for the main introduction pages, 
   use a page class of nagra-intro  */

.nagra-intro .t4-breadcrumbs, .nagra-intro .t4-main-body {
	background-color:var(--body-bg-color); 
} 

.bg-nagra-brown-8 {background-color:#ece2d1;}

/*  MENU & Book icon in side menu, add class "booklink" to menu  */

.t4-module .nav > li.active > a, .t4-card .nav > li.active > a, .moduletable .nav > li.active > a, .module_menu .nav > li.active > a {
    color: var(--body-link-color);
}

.t4-module .nav li ul > li.active > a, .t4-card .nav li ul > li.active > a, .moduletable .nav li ul > li.active > a, .module_menu .nav li ul > li.active > a {
    color: var(--body-link-color);
}

a.facebook:before {
    content: "\f230";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.twitter:before {
    content: "\f099";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.youtube:before {
    content: "\f16a";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.linkedin:before {
    content: "\f0e1";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.instagram:before {
    content: "\f16d";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.doclink {
    border: 1px solid #e6b8a9;
    padding: 4px 8px;
    background: #fdf8f0;
    border-radius: 8px;
    display: inline-block;
}

/* a.doclink span, a.doclink-insert1 span,  a.doclink-insert_2 span, a.doclink-insert2 span, a.doclink-insert span {margin-left:0.3em;} */

/* a[class*="doclink"] span {margin-left:0.3em;} */

a[class*="doclink"] span:not(.k-icon-document-pdf) {margin-left:0.3em;}

a.doclink-insert {
    border: 1px solid #e6b8a9;
    padding: 4px 8px;
    background: #fdf8f0;
    border-radius: 8px;
    display: inline-block;
}

a.booklink:before {
    content: "\f02d";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.searchlink:before {
    content: "\f002";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.pdflink:before {
    content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.overview:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 1.2em;
}

a.doclink:after {
    content: "\f019";
    font-family: FontAwesome;
    margin-left: 6px;
    margin-right: 6px;    
}

li a.booklink, li a.overview {text-indent: -20px; margin-left: 15px;}

li a.booklink:hover, li a.overview:hover {color:var(--body-link-color);}


a.lightbulb:before {
    content: "\f0eb";
    font-family: FontAwesome;
    margin-right: 6px;
}

li a.lightbulb {text-indent: -20px; margin-left: 15px;}

li a.lightbulb:hover {color:var(--body-link-color);}

a.de-de:before {
    content: url(/images/nagra_system/de.svg);
    width: 16px;
    height: 12px;
    margin-right: 10px;
    display: inline-block;
}

a.fr-fr:before {
    content: url(/images/nagra_system/fr.svg);
    width: 16px;
    height: 12px;
    margin-right: 10px;
    display: inline-block;
}

a.en-gb:before {
    content: url(/images/nagra_system/gb.svg);
    width: 16px;
    height: 12px;
    margin-right: 10px;
    display: inline-block;
}

.dropdown-item {
    white-space: normal;
    text-align: left;
    font-size: 13px;
} 


/* main Menu sub titles */

.t4-megamenu .t4-module .module-title, .t4-megamenu .mega-col-nav .mega-col-title, .t4-megamenu .mega-col-module .mega-col-title {
    font-weight: 700;
}

/*  Adjust side menu layouts   */

ol,
ul {
  padding-left: 1rem;
}

.navbar {
  padding-top: 0rem;
}

.Nagra_menu .dropdown-menu {
  display:block;
  background:none;
  border:none;
  padding-left:1rem;
}

/*  Masthead not so much padding, smaller font size  */

@media (min-width: 768px) {
  .t4-masthead-inner {
    padding: 1rem 0;
  }
}
 
 @media (min-width: 992px) {
  .t4-masthead .t4-masthead-title {
    padding-left: 5%;
    padding-right: 5%;
  }
} 

.display-4, .t4-masthead .t4-masthead-title {
  font-size: calc(1.1rem + 1.7vw);
  font-weight: 300;
  line-height: var(--heading-line-height);
}
@media (min-width: 1200px) {
  .display-4, .t4-masthead .t4-masthead-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .t4-masthead .t4-masthead-title {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .t4-masthead .t4-masthead-description {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.t4-masthead .t4-masthead-title, .t4-masthead .t4-masthead-description, .t4-masthead-description, .t4-masthead-title {
	padding-left:0;
	padding-right:0;
	text-align:left;
}

.t4-masthead-description {margin-bottom:1.1rem;}
  
/* for smaller text */
  	
  .font-dm-small{font-size: 13px;}
  
  
/* For Cards - NTB or NAB */
  
  .NTBbg {background: #90aebb; color: #fff;}
  
  .NABbg {background: #a5b78f; color: #fff;}

  .NAGbg {background: #eee6d7; text-align: left;}

  .NAGlighterBg {background: #d8cbb1; color: #fff;}

  .card {box-shadow: 0 2px 5px rgb(0 0 0 / 20%);border:none;}

  .cardDoc {width:100%;background-color: #faf5eb;}

	p.card-text{text-align: left;}

/* Add a divider in Blog layouts */

.blog-item-content {
    border-bottom: 1px solid #bbb;
}

/*  Adjust Table styling */

.table {
    --t4-table-accent-bg: transparent;
	text-align: left;  
}

/* ..... DOCMAN settings   */

.k-ui-namespace .k-pagination select {
    font-size: 12px;
}

.btn.k-js-search-submit {
    font-size:14px;
}

.k-ui-namespace .docman_thumbnail img {
    max-width: 150px;
}

a.doclink-insert2 {
    display: inline-block;
}

.k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>a, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>a:hover, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>a:focus, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>span, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>span:hover, .k-ui-namespace .k-pagination .k-pagination__pages>.k-is-active>span:focus {
    background-color: #dbccba;
    border-color: #89837d;
}

.k-ui-namespace .k-pagination .k-pagination__pages>li>a, .k-ui-namespace .k-pagination .k-pagination__pages>li>span {
    color: #8d7961;
    border: 1px solid #89837d;
}

.k-ui-namespace .k-pagination .k-pagination__pages>li>a:hover, .k-ui-namespace .k-pagination .k-pagination__pages>li>a:focus, .k-ui-namespace .k-pagination .k-pagination__pages>li>span:hover, .k-ui-namespace .k-pagination .k-pagination__pages>li>span:focus {
    color: #8d7961;
    border-color: #89837d;
}

/* end DOCMAN  */

/*  Font Awsome 5 */

.fas {margin-right:4px;}


/*  Test article level stylng */

.NAGRA_drbg p {font-style:italic;color:#dd5050;}

/* Tags styling */

.nagra_tag1 { background-color: #FF694D; margin-bottom:4px;}

.nagra_tag2 { background-color: #EDE3D1; margin-bottom:4px; color:#F39778;}

/* Citation Block  */

.alert-citation {
    --t4-alert-color: #055160;
    --t4-alert-bg: #FAF5EB;
    --t4-alert-border-color: #aaa;
}

.alert-citation-25 {
    --t4-alert-color: #055160;
    --t4-alert-bg: #ef9f82;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 1rem;
}

.alert-citation h6, .alert-citation-25 h6 {
    color: #fff;
    font-size: 0.7em;
}

.alert-citation p, .alert-citation-25 p {
    color: #fff;    
    text-indent: -4em; 
    padding-left: 4em;
    font-size:0.75em;
    margin-block-end:0em;
}

/*   Modue referenz */

.modulereferenz {

    background: #FAF5EB;
    border: 1px solid #e2d9c7;
    border-radius: 0.25rem;
    padding:8px;

}

.modulereferenz p {
    color: #676256;
    text-indent: -4em;
    padding-left: 4em;
    font-size: 0.75em;
    text-align:left;
}

/*  //////////// Landing Pages Styling //////////////// */

    .card-icons{
        background:transparent;
        box-shadow:none;
    }

    .card-body-icons{
        padding:0;
    }

    .info_block {
        padding: 1rem; 
        background: #fff; 
        border-radius: 5px; 
        font-size: 0.9rem;
        border:1px solid #e6b8a9;
        box-shadow:0 2px 5px rgb(0 0 0 / 20%);
    }
    
	.home_icon_word {
        font-size: 1.1rem;        
        font-weight: 600;
        padding: 0 0.5rem 0 0.5rem;
    }

	.home_small_font {
		font-size: 1.1em;
		color: #fff;
		font-weight: 500;
	}

	.home_stufe_title_font {
		font-size: 0.85em;
		color: #ff2a00;
		font-weight: 700;
	}

	.home_readmore {
		font-size: 0.7em;
		color: #ff2a00;
		/* text-transform: uppercase; */
		font-weight: 500;
	}

	.overview_readmore {
		color: #ff2a00;
		/* text-transform: uppercase; */
		font-weight: 500;
    padding-top: 0.5rem;        
	}    

	.home_mission_title_font {
		font-size: 0.95em;
		color: #ff2a00;
		font-weight: 600;
		border-bottom: 2px solid #ff2a00;
	}

    p.mission_paragraph { text-align:left;}

	.home_mission_font {
		font-size: 0.9em;
		font-weight: 500;
	}

    .home_start_word {
        font-size: 1.2em;
        font-weight: 700;
    }    

	.home_stufe_font {
		font-size: 0.8em;
	}

	.home_NTB_title_font {
		font-size: 1.2em;
		color: #ff2a00;
		font-weight: 700;
		padding-right: 6px;
		border-right: 3px solid #ff2a00;
	}

	a.home_NTB_Explain_font {
		font-size: 1.1em;
		color: #7b7163;
		font-weight: 500;
	}

	a.home_NTB_Explain_font:hover {
		color: #ff2a00;
	}          

    .home_NTB_title_font_bottom {
        font-size: 1.2em;
        color: #ff2a00;
        font-weight: 700;
    }    

	.pdf_title_font {
		font-size: 1.2em;
		color: #ff2a00;
		font-weight: 700;
		padding-right: 8px;
	}    

	.home_NTB_font {
		font-size: 0.9em;
		font-weight: 500;
	}

	.us_NTB_font {
		font-size: 0.9em;
		font-weight: 500;
        border-top: 1px solid #e6b8a9;
	}    

	.home_overview_font {
		font-size: 0.9em;
	} 

	.home_overview_font p { 
        text-align: left;
        color: #666e76;
    }      

	.home-link-card {
		background: #ede3d1;
	}

	.home-link {
		font-size: 1em;
		font-weight: 700;
		border-bottom: 4px solid #D8CCB6;
	}

	a.NTB {
		color: #000;
	}

	a.NTB:hover {
		color: #f8502b;
	}

	a.NTB_US {
		color: #f8502b;
        font-size: 1.1em;        
	}

	a.NTB_US:hover {
		color: #f8502b;        
        font-weight:700;
	}

	.bg_nagra_red {
		background-color: #ff694d;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.bg_nagra_white {
		background-color: #fff;
	}

	.bg_nagra_bericht {
		background-color: #fffbf1;
		border: 1px solid #e6b8a9;
		border-radius: 8px;
		/* background-image: url('/images/nagra_covers/Erlauterungsbericht_landing.png');
		background-repeat: no-repeat;
		background-position: right top;  */       
	}

    .bg_nagra_pdf{
        background-image: url('/images/nagra_system/pdf_background.png');
		background-repeat: no-repeat;
		background-position: right top;         
    }

    .bg_nagra_pdf h5 {
        color: #666;
        font-size: 1.1em;
        font-weight: 600;
    }

	.bg_nagra_overview {
		background-color: #fffbf1;
		border: 1px solid #e6b8a9;
		border-radius: 8px;       
	}    

	.bg_nagra_mid_sand {
		background-color: #ede3d1;
		border-bottom-left-radius: 8px;
		border-top-left-radius: 8px;
	}

    .bg_nagra_mid_sand_gesuch {
        background-color: #d8ccb6;
        border-radius: 8px;
    }

	.bg_nagra_light_blue {
		background-color: #dde7e6;
		border-bottom-left-radius: 8px;
		border-top-left-radius: 8px;
	}    

	.left_radius {
		border-bottom-right-radius: 8px;
		border-top-right-radius: 8px;
	}

	iframe {
		aspect-ratio: 16 / 9;
		width: 100% !important;
		border-radius: 4px;
	}

    .Landing_title {
        color: #ff694d;
    }

    .Landing_document_description {
        margin-bottom: 1em;
        color: #ff0000;
        text-transform: uppercase;
    }

/*  //////////// END of Landing Pages Styling //////////////// */


/* Masthead for erlauterungsbericht  */

.kapitel_1 .t4-masthead {
    background:#fff;
    color:#bbb;
}

.kapitel_1  .t4-masthead-title {    color:#bbb;}

/* end of erlauterungsbericht */

/* Slideshow  */

div#n2-ss-2 .n2-ss-slider-3 {
    border-radius: 6px;
}

  /* Bootstrap Tabs  */
  
.nav-tabs {
    border-bottom: none;
} 

.nav-tabs + .tab-content {
    padding: 1rem 1rem;
}
  
  .tab-content {
    border:1px solid #e6b8a9;
	background:#fdf8f0;
  }

.nav-tabs .nav-link.active {
    border-bottom-color: #fdf8f0;
}  
  
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fdf8f0;
    border-color: #e6b8a9 #e6b8a9 #fdf8f0;
}
  
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e6b8a9 #e6b8a9 #fdf8f0;
    background: #fdf8f0;
}
  
.nav-link {
    color: var(--mainnav-link-active-color);
}
  
.nav-link:hover, .nav-link:focus {
    color: var(--mainnav-link-active-color);
}


.table_ab {
    --t4-table-color: #212529;
    --t4-table-bg: transparent;
    --t4-table-border-color: #b7b7b7;
    --t4-table-accent-bg: rgba(0, 0, 0, 0.04);
    --t4-table-striped-color: var(--t4-body-color);
    --t4-table-striped-bg: rgba(0, 0, 0, 0.05);
    --t4-table-active-color: var(--t4-body-color);
    --t4-table-active-bg: rgba(0, 0, 0, 0.1);
    --t4-table-hover-color: var(--t4-body-color);
    --t4-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--t4-table-color);
    vertical-align: top;
    border-color: var(--t4-table-border-color);
}

.table_ab p {margin-bottom: 0;}

.table_ab tr:not(:last-child) {border-bottom: 1px solid #ddd;}

.table_ab tr td:first-child {border-right: 1px solid #ddd;}

.table_ab tr td:not(:first-child) {padding-left: 1rem;}

/*   Word HTML publication custom styles  */
/* ###################################### */
.table > :not(:first-child) {
  border: none;
}

.table th, .table td {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgb(0, 0, 0);
}
.table th:last-child, .table td:last-child {
  border-right-width: 0;
}
.table th p, .table td p {
  margin-bottom: 4px;
}
.table tr:first-of-type td {
  border-top-width: 2px;
}
.table th {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

/*images*/
img.imported {
  max-height: 60vh;
  max-width: 100%;
  overflow: auto;
  object-fit: contain;
}

.caption {
  display: table-row;
  font-style: italic;
  margin-bottom: 4px !important;
}

.caption-number {
  display: table-cell;
  width: 80px;
}

.caption-content {
  display: table-cell;
}

.Fig-Tab-Remark {
  font-style: italic;
  margin-left: 80px;
  margin-bottom: 4px;
}

/*inline*/
span[data-style-bold=true] {
  font-weight: bold;
}
span[data-style-italic=true] {
  font-style: italic;
}
span[data-style-subscript=true] {
  vertical-align: sub;
}
span[data-style-superscript=true] {
  vertical-align: super;
}
span[data-type=tagged-data] {
  color: #084298;
}

/*headings*/
p[data-type=subheading] {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-top: 24px;
}

/*tocs*/
.toc-entry {
  display: table;
  margin-bottom: 4px;
  margin-left: 3em;
}
.toc-entry[data-outline-level="0"] {
  margin-top: 12px;
  font-weight: 500;
}
.toc-entry[data-outline-level="1"] {
  margin-left: 8.25em;
}
.toc-entry[data-outline-level="2"] {
  margin-left: 13.5em;
}
.toc-entry[data-outline-level="3"] {
  margin-left: 18.75em;
}
.toc-entry[data-outline-level="4"] {
  margin-left: 24em;
}
.toc-entry a {
  display: table-row;
}
.toc-entry a span {
  display: table-cell;
  margin-left: 0;
  width: 0.25em;
}
.toc-entry a .toc-entry-no, .toc-entry a .caption-number {
  text-align: left;
  margin-left: 0;
  width: 5em;
}
.toc-entry a .toc-entry-content, .toc-entry a .caption-content {
  margin-left: 0;
  width: auto;
}

/*footnotes*/
div[data-type=footnotes] {
  border-top: 1px solid #cecfd0;
  margin-top: 2rem;
  padding-top: 1rem;
}

div[data-type=footnote] {
  font-size: smaller;
}
div[data-type=footnote]::before {
  content: attr(data-id) ".";
  font-weight: 500;
  float: left;
}

p.footnote {
  margin-left: 1.5rem;
}

a[data-type=footnote-reference] {
  vertical-align: super;
  font-size: 80%;
  margin-right: 4px;
}

/*special case handling NTB 24-17*/
span[data-style-color="70AD47"] {
  color: #70AD47;
  font-family: Wingdings;
}

span[data-style-color="FF0000"] {
  color: #FF0000;
}

span[data-style-color="4472C4"] {
  color: #4472C4;
}

span[data-style-color="0070C0"] {
  color: #0070C0;
}

/*   Word HTML publication custom styles END */
/* ######################################### */

/*# sourceMappingURL=word_html_publication_custom.css.map */