/*Usercentrics über TRF*/
#usercentrics-root{
    z-index:9999999999 !important;
    position: relative !important;
}

.DesktopDropDown .dropdown-menu li{
    float: none;
}

.DesktopDropDown .dropdown-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
/*CSS der NavBar von der Seite*/
.fixed-position {
    position: fixed;
 }

.BurgerMenuBackground{
    background-color: transparent !important;
}

.DesktopNavigationRight .MenuSeperator{
    display: none;
}

.SearchModule .fi-search-box{
    border-bottom: none;
}

#newNavSearchBox {
    padding: 5px 0px;
    margin: 0 5px;
}

#newNavSearchBox .input-group{
    display: block;
}

#newNavSearchBox .SearchModule .fi-search-box.form-control {
    padding-left: 10px;
    padding-right: 35px;
    background-color: transparent;
    border-bottom: 1.5px solid #f2f2f2;
    border-radius: 0;
}

#glassIcon-Search{
    cursor: pointer;
}

.input--svg {
    height: 1.9rem;
    right: 1.4rem;
    top: 1.2rem;
    width: 1.9rem;
    display: inline-block;
    position: absolute;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2147483641; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none !important;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .closebtn .closeImg{
    width: 8%;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

#DesktopNavigation {
    position: unset;
    z-index: 102;
    top: 0;
    left: 0;
    margin-top: 50px;
    background-color: #f2f2f2;
}

#m_wdivDesktopNavbar{
    padding: 0;
}

#DesktopNavigation .navbar-nav {
    width: 100%;
    background-color: transparent;
}

.NavFirstLevel > .navitem {
    border-bottom: 1.5px #fff solid !important;
}

.NavFirstLevel > .navitem > a {
    font-family: 'Noto Sans Display';
    padding: 13px 15px 13px 30px;
}

#DesktopNavigation.navbar-default .navbar-nav>li>.dropdown-menu {
    background-color: #fff;
    margin-left: 30px;
}

#DesktopNavigation.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    color: #005380;
}

#DesktopNavigation .dropdown-menu>li>a {
    background-image: none;
    margin-left: 20px;
    padding: 10px;
}

#DesktopNavigation .dropdown-menu>li>a:hover {
    background-color: rgba(0, 83, 128, 5);
    color:#fff !important;
}

#DesktopNavigation .iconarrow {
    background-image: url(/Media/Nordsee-Zeitung/anpassungen/SideNav/images/pfeil-runter.svg);
    background-size: 20px;
    width: 50px;
    margin-top: -12px;
    position: relative;
}

#DesktopNavigation .iconarrow::before {
    content: " ";
    border-left: 1px solid #fff;
    position: absolute;
    height: 34px;
    top: 8px;
}

#DesktopNavigation .dropdown.open .iconarrow {
    background-image: url(/Media/Nordsee-Zeitung/anpassungen/SideNav/images/pfeil-hoch.svg);
    background-color: #fff;
    background-size: 20px;
}

#overlay {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0,.5);
}
/*Ende*/

.navbar-default .navbar-nav > li > a:focus{
    background-color: transparent;
}

.SearchModule .input-group {
    display: block;
}

span.gold{
    color: #cca400
}
span.HomeIcon{
    display: none;
}
/*Anpassen von PAdding und schriftgröße für 4Buttons in einer Row*/
.btn-order-4{
    font-size: 15px!important;
    padding: 10.5px 10px!important;
}
/*Anpassung der Deckkraft und Farbe für Listenmenüs in der TopNavigation*/
.secondLevelMenu{
	color: #333 !important;
	opacity:1 !important;
}
/*Ausblenden leerer Traffective Module*/
div[id*="traffective-ad"]{
  display: unset !important;
}
/*Abstand TopNav zu Logo*/
div.TopNavigation{
margin-bottom: 25px;
}
/*entfernen des Borders in der Topnavigation für Darkmode*/
.TopNavigation ul li{
border-right: none;
}
/*Link in den Überschriften der Module*/
a.headLineLink{
color: #005380 !important;
text-decoration: none !important;
}
/*Anpassen des Z-Indexes für Cleverpush*/
.cleverpush-confirm{
z-index: 9999999999 !important;
}
/*Headline der Ressorts*/
div.headlineTeaserModul {
	text-align: center;
	margin-bottom: 45px;
}
div.headlineTeaserModul h1.headLine {
	text-transform: uppercase;
}
div.headlineTeaserModul span.headLine {
	text-transform: uppercase;
}
div.row-flex {
    display: flex;
    flex-wrap: wrap;
}

div.underline-gold{
border-bottom: 2px solid #ffd200;
}

.btn-gold{
	background-color: #cca400;
	border: 2px solid transparent;
	color: #fff;
}

/*Anpassen der Abstände im Button für Screens mit max 375px*/
@media screen and (max-width: 375px){
a.btn{
padding-left: 5px;
padding-right: 5px;
}
}

/*Anpassen der Abstände für Buttons für Screens zwischen 375px und 767px*/
@media screen and (min-width: 376px) and (max-width: 767px) {
a.btn{
padding-left: 20px;
padding-right: 20px;
}
}

/*Darstellung von Hyperlinks in Blau/dunkel blau*/
a.blue-link{
    color: #009cff !important;
    text-decoration: none !important;
}

a.darkblue-link{
    color: #004d7f !important;
    text-decoration: none !important;
}

.padding-left-40{
    padding-left: 40px;
}

/*Einstellung der auf/zuklappbaren DIV Boxen für die Userboxen wie unter '/ueber-uns/redaktion' */
.accordion-title {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 7px;
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    cursor: pointer;
}

h3.accordion-title  {
	margin-bottom: 18px;
    margin-top: 2em;
    font-weight: 700;
    color: #004d7f;
}

.accordion-title:after {
    content: '+';
    position: absolute;
    right: 0;
    color: #004d7f;
}

.accordion-title[aria-expanded="true"]:after {
    content: '-';
    position: absolute;
    right: 0;
    color: #004d7f;
}

/*Darstellung der einzelenen UserProfile wie unter */
.user-box{
    margin-bottom: 30px;
    background-color: #f5f5f5;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 15px;
}

@media screen and (min-width: 768px){
    .user-box {
        padding: 0;
        flex-direction: row;
    }
}

@media screen and (min-width: 992px){
    .user-box_meta span[itemprop="name"] {
    text-align: left;
    }
    .user-box_meta {
        align-items: flex-start;
        text-align: left;
        padding-left: 30px;
    }
}

.user-box_meta span[itemprop="name"] {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #767575;
    display: block;
    font-weight: 400;
}

.user-box_meta span[itemprop="jobTitle"] {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.user-box_meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.user-box_meta span {
    max-width: 100%;
}

.compositeHeader > a.headerLink{
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
}

.compositeBox{
    padding: 30px;
    min-height: 420px;
}

.compositeBox .compositeText{
    min-height: 90px;
}

div.advice > h3{
	margin-bottom: 30px;
}


/*strecken der Standardformulare von FI auf die gesamte breite*/
.cssForm > .WcmsFormModule > .WcmsFormModuleContent > .col-xs-12 > .form-horizontal{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*einfügen eines Zeilenumbruches auf Mobilenbildschirmen*/
@media screen and (min-width: 768px){
    .mobile-break{
        display: none;
    }
}

/*Cookiebotbox Scrollbar machen*/
#CybotCookiebotDialogBodyContent
{
	max-height: 300px;
	overflow: auto;
}

/*Einstellung des iframes für Grafiken*/
.Web_Component{
    font-family:noto-sans-display;
    position:relative
}

.Web_Component.cols-12.withMarginBottom{
    margin-bottom:60px;
}

.Web_Component.cols-12 .Web_Figure{
    margin-left:-15px;
    margin-right:-15px;
}

.Web_Component.cols-12 .Web_Caption,.Web_Component.cols-12 .Web_SourceCredit{
    margin-left:15px;
    margin-right:15px;
}

.Web_Component.withSeperatorAfter{
    padding-bottom:22px;
}

.Web_Component.withSeperatorBefore{
    padding-top:22px;
}

.Web_Component.withSeperatorAfter::after,.Web_Component.withSeperatorBefore::before{
    background:#ddd;
    content:" ";
    height:2px;
    left:-100%;
    position:absolute;
    width:300%;
}

.Web_Component.withSeperatorAfter::after{
    bottom:0;
}

.Web_Component.withSeperatorBefore::before{
    top:0;
}

.Web_Caption p{
    margin:0;
padding: 0;
font-family: 'Noto Sans Display' !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: normal;
    line-height: 19px !important;
    letter-spacing: normal;
    text-align: left;
    color: #7a7979 !important;
}

.Web_Caption p:not(:first-of-type){
    margin:20px 0 0;
}

.Web_Embed{
    margin:0!important;
    max-width:100%;
}

.Web_Figure{
    margin:0;
}

.Web_SourceCredit{
    color:#7a7979;
    font-size:14px;
    font-style:normal;
font-family: 'Noto Sans Display';
    font-weight:500;
    letter-spacing:normal;
    line-height:19px;
    margin:0;
    text-align:left;
padding:0;
}

.Web_SourceCredit span{
    font-weight:700;
    text-transform:uppercase;
}

.Web_Subheading{
    color:#005380;
    font-size:18px;
    font-weight:600;
    font-style:normal;
    letter-spacing:normal;
    line-height:29px;
    margin:45px 0 25px 0;
    text-align:left;
font-family: 'Noto Sans Display';
}

@media (min-width:768px) and (max-width:1199px){
    .Web_Component.cols-12{
    margin-left:15px;
    margin-right:15px;
    }
}
.WcmsHeader
{
	top:-1px;
}
.wordBreakOnMobile{
overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
}
.nz-badge
{
	top:4px;
}
.displayhidden
{
	height:0;
	width:0;
	overflow:hidden;
}
/*Anpassung der Buttons für Screens zwischen 767px und 1010px*/
@media screen and (min-width: 767px) and (max-width: 1010px){
    .btn{
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.StoryShowBox .SectionHeadline
	{
		margin-top: 30px;
		margin-bottom: 25px;
	}

.StoryShowBox .article-section
	{
		margin: 0;
		font-family: 'Noto Sans Display';
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
		letter-spacing: calc(1rem*.001*50);
		color: #000;
		text-transform: uppercase;
	}

/*Styling für die 'Titelseite am Morgen' Boxen*/
.quicky header > h2 > a{
        font-size: 18px!important;
        line-height: 22px!important;
    }
.quicky .swiper-pagination-bullet-active{
background: #005380;
}
    @media screen and (min-width: 768px){
        .quicky {
            padding-top: 25px;
            padding-bottom: 25px;
        }
    }

    @media screen and (max-width: 767px){
    .quicky header > h2 > a {
        font-family: 'Noto Sans Display';
        font-size: 15px!important;
        line-height: 18px!important;
    }
    .quicky .PictureContainer{
        min-height:15px !important;
    }
    
    .quicky{
        padding-top: 5px;
    }
/*Anpassen der margin-Eigenschaften für HighlightModule in der App*/
.highlight-module{
margin-top: 10px!important;
margin-bottom: 10px!important;
padding-top: 10px!important;
padding-bottom: 10px!important;
}
}

.PictureGalleryShowModule .Pages
{
	bottom:unset;
	right:5px;
}