* {
   box-sizing: border-box;
}
/* #suchfelder {
	display:none;
}
#sufe-einausblenden {
	color: #121212;
} */

#hcmlogo {
	position: relative;
	display: flex;
  justify-content: center;
  
}
#pmlogo {
	position: relative;
	display: flex;
  justify-content: center;
  margin-top: 50px;
}
#einzelheftarchiv .suchicon {
	display:none;
}

.suchicon {
	position: absolute;
  text-align: right;
  top: 170px;
  right: 10px;
  z-index: 999;
}
#navi > input, #navi label {
   display: none;
}
#skyscraperhockey {
  position:relative;
  left:960px;
  top:0;
  }

#superbannerhockey {
  position:absolute;
  top:0;
  left:0;
}
#skyscraperhockeyleft {
  position:absolute;
  top: 0;
  left: 0px;
}
#skyscraperleftrelative {
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#skyscraperleft {
  position:absolute;
  top: 0;
  right: 0;
  left: 990px;
  z-index: auto;
}
body {
    background-color: #f2f2f2;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 10px;
    font-family: verdana, arial, helvetica;
    font-size: 0.85rem;
    color: #000000;
    line-height: 1.4;
}
.abstand30-sb {
    width: 100%;
    max-width: 1020px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    background-color: #f2f2f2;
}
.abstand30 {
    width: 100%;
    max-width: 1020px;
    padding: 15px 30px 15px 30px;
    margin: 0 auto;
    background-color: #ffffff;
}
.grid-container {
  display: grid;
  grid-gap:1.875rem;
	/* grid-template-columns: 18.75rem 18.75rem 18.75rem;
	grid-template-rows: auto; */
  /* grid-template-columns: repeat(auto-fill, minmax(18.75rem));*/
  grid-template-areas: 
    'header header header'
    'navi navi navi'
    'pm pm pm'
    'left left right'
    'footer footer footer';
  width: 100%;
	max-width: 60rem;
	margin: 0 auto;
	padding:0px;
	background-color: #ffffff;
	row-gap: 1px;
}

#einzelheftarchiv .grid-container {
  grid-template-areas: 
    'header'
    'navi'
    'subnavi'
    'footer';
}



.header {
  grid-area: header;
  background-color: #ffffff;
  /*padding-top: 20px;*/
  padding-top: 0px;
  position: relative;
  width: 100%;
  max-width: 960px;
}
/*#HeftArchiv main,
#HeftAbo main
{
	display: grid;
	padding: 1rem;
	grid-gap: 1.875rem;
	grid-template-columns: auto;
	grid-template-rows: auto;
	color: black;
  grid-template-areas:
		'abocontent1'
		'abocontent2';
}*/
main {
	display: grid;
	grid-gap: 1.875rem;
	grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
	color: black;
	width: 100%;
  max-width: 630px;
}
main > section
{
	background: #ffffff;
}
section.artikel {
    background-color: #ffffff;
}
td.linksrechts-nl-spitzmarke, td.linksrechts-nl-teaser, td.linksrechts-nl-titel {
    background-color: #ffffff;
}
#navi {
  grid-area: navi;
  background-color: #ffffff;
  /* border-top: 1px #e08a00 solid;*/
  border-bottom: 1px #e08a00 solid;
  background-color: #e08a00;
}
#bannerglobaltop {
  grid-area: banner;
  background-color: #ffffff;
  position: absolute;
  top: 35px;
}
.pm {
	grid-area: pm;
	width: 100%
	max-width: 630px;
	
}
.left {
    grid-area: left;
    width: 100%;
    max-width: 39.38rem;
    background-color: #ffffff;
    /* padding: 1.25rem; */
    grid-area: left;
    margin-top: 25px;
}
.right {
    grid-area: right;
    width: 100%;
    max-width: 18.75rem;
    background-color: #ffffff;
    margin-top: 0px;
}
.footer {
  grid-area: footer;
  grid-column: 1 / -1;
  width: 100%;
  max-width: 60rem;
  background-color: #ffffff;
  /* border-top: 0.0625rem solid #cccccc; */
  margin: 0 auto;
}

.artikelteaser {
	background-color: #ffffff;
}
.left:nth-child(1n) {
	background-color: #ffffff;
	
}
.right:nth-child(1n) {
	background-color: #ffffff;

}
#kopfnav {
  width: 100%;
 /* background-color: #cccccc;
	border-top: 2px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	text-transform: uppercase; */
	/* text-align: left;
	font-family: verdana, arial;
  font-size: 1rem;*/
  
}
#kopfnav {
    position: absolute;
    /* top: 15px; */
    /* right: 70px;*/
    padding: 0;
    list-style-type: none;
    z-index: 999;
}
/* div#kopfnav li:nth-child(1):before {
    /*content: url(../_images/hcmplus.png);*/
   /* content: url(../_images/nl.png) " "; */
}
/*div#kopfnav li:nth-child(2):before {
    content: url(../_images/nl.png) " ";
}
div#kopfnav li:nth-child(3):before {
    content: url(../_images/nl.png) " ";
}
div#kopfnav li:nth-child(4):before {
    content: url(../_images/nl.png) " ";
}
div#kopfnav li:nth-child(5):before {
    content: url(../_images/nl.png) " ";
}
div#kopfnav li:nth-child(6):before {
    content: url(../_images/nl.png) " ";
} */
div#kopfnav {
 	list-style-type:none;
 	display: flex;
 	top: 5px;
 	justify-content: right;
 	/* position: absolute; */
 	}
div#kopfnav ul {
   display: flex;
   /* flex-direction: column; */
   list-style-type: none;
   margin-top: 0px;
   margin-bottom: 8px;
   padding: 0;
   justify-content: right;
   /* font-size: .85rem; */
}

div#kopfnav ul li {
   margin: .5rem;;
   font-size: .70rem;
   text-align: right;
}
div#kopfnav ul li a {
   color: #000000;
   border-right: 0px solid #564c66;
   text-decoration: none;
}
div#kopfnav ul li a:visited { 
color:#000000; 
}
div#kopfnav ul li a:link { 
color: #000000 !important;
font-weight: normal;
}

div#kopfnav a:hover { 
color : #000000; 
} 
div#kopfnav ul li.active a { 
font-weight: bold;
} 
div#kopfnav ul li a:hover { 
color: #000000 !important; 
font-weight: bold;
} 
#navi {
    width: 100%;
    max-width: 960px;
    background-color: #ffffff;
    text-align: left;
    font-family: verdana, arial;
    font-size: 1.2rem;
    position: relative;
    /* top: -28px; */
    /* margin-bottom: -15px; */
}
nav#hauptnavi {
 	list-style-type:none;
 	display: flex;
 	justify-content: space-between;
 	flex-direction: row-reverse;
}
nav#hauptnavi ul {
   display: flex;
   list-style-type: none;
   margin-top: 0px;
   margin-bottom: 6px;
   padding: 0;
   width: 100%;
}

nav#hauptnavi ul li {
   margin: 0 0.5rem;
}
nav#hauptnavi ul li a {
   color: #000000;
   border-right: 0px solid #564c66;
   text-decoration: none;
}
nav#hauptnavi ul li a:visited { 
color:#000000; 
}
nav#hauptnavi ul li a:link { 
color: #000000 !important;
font-weight: normal;
}

nav#hauptnavi a:hover { 
color : #000000; 
} 
nav#hauptnavi ul li.active a { 
font-weight: bold;
} 
nav#hauptnavi ul li a:hover { 
color: #000000 !important; 
font-weight: bold;
}
#subnavi {
  width: 100%;
  max-width: 960px;
	text-align: left;
  font-family: verdana, arial;
  font-size: 1rem;
/*  position: absolute;
  top: 290px; */
}
.subnavi {
 	list-style-type:none;
 	display: flex;
 	justify-content: right;
}
.subnavi ul {
   display: flex;
   list-style-type: none;
   margin-top: 1px;
   margin-bottom: 0px;
   padding: 0;
}
.subnavi ul li {
   margin: 0.5rem;
}
.subnavi ul li a {
   color: #999999;
   border-right: 0px solid #564c66;
   text-decoration: none;
}
.subnavi ul li a:visited { 
color:#999999; 
}
.subnavi ul li a:link { 
color: #999999 !important;
font-weight: normal;
}
.subnavi a:hover { 
color : #999999; 
} 
.subnavi ul li.active a { 
font-weight: bold;
} 
.subnavi ul li a:hover { 
color: #000 !important; 
font-weight: normal;
}
.artikel {
	border-radius: 6px;
  box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11);
}
.cve-inhalt-print {
    text-align: center;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    font-size: .85rem;
    margin-bottom: .5rem;
}
.cve-download-print {
    margin-bottom: 10px;
}
a:link {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
div.teasertext span.weiterpfeil {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
.weiterpfeil a:link {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
.weiterpfeil a:active {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
.weiterpfeil a:visited {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
.weiterpfeil a:hover {
	text-decoration: none;
	color: #e08a00;
	font-weight: bold;
}
h1 {
	margin-top:0;
	font-size: 1.3rem;
	font-family: verdana, arial;
}
h1 a {
  font-size: 1.8rem;
  font-family: verdana, arial;
	/* margin: 0rem 1rem 1rem 1rem;*/
}
h1 a:active {
	color: #000000;
}
h1 a:link {
	color: #000000;
}
h1 a:visited {
	color: #000000;
}
h1 a:hover {
	color: #000000;
}
h1 {
    margin-top: 0;
    font-size: 1.2rem;
    font-family: verdana, arial;
}
 .ohnehcmplusdatum {
	  display: flex;
    justify-content: space-between;
    position:relative;
    margin: 0rem .625rem 2.875rem .625rem;
}
.datumidxohne {
	  font-size: .70rem;
    font-family: verdana, arial;
    color: #999999;
    margin: 4px 0px 0px 0px;
		position: absolute;
    top: 12px;
    right: 0;
    
}
.datumidx {
	  font-size: .70rem;
    font-family: verdana, arial;
    color: #999999;
    margin: 4px 0px 0px 0px;
    position: absolute;
    right: 0;
    top: 12px;
    
}
.hcmplusdatum {
    display: flex;
    justify-content: space-between;
    position:relative;
    margin: 0rem .625rem 0rem .625rem;
}
p {
	padding: 0px 0px 0px 0px;
  font-family: verdana, arial, helvetica;
  font-size: 0.85rem;
  color: #000000;
  line-height: 1.4;
}
section.teaser {
	display: grid;
	grid-template-columns: auto;
	grid-column:1/-1;
	margin-bottom: 1rem;
	border-radius: 6px;
  box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11); 
}
section.anzeige {
	display: grid;
	grid-template-columns: auto;
	grid-column:1/-1;
	margin-bottom: 1rem;

}
/*.topnewsneuteaser:nth-child(3) {
	background-color: #999999;
}*/
.aktuelleausgabe p {
    margin: 0 0 1px 0;
    text-transform: uppercase;
    padding: 0 0 0 100px;
    text-align: left;
    font-family: "Barlow",sans-serif;
}
.aktuelleausgabe p a {
	color: #333333;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
.aktuelleausgabe p a:link {
	font-weight: normal;
}
.rubrikenfooter {
  /*  display: grid; */
    grid-column: 1/-1;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    font-size: 1rem;
    font-family: barlow;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
}
.rubrikenfooter a {
	color: #999999;
}
.contentad {
		display: grid;
    grid-column: 1/-1;
    text-align: center;
    margin: 15px 0px 15px 0px;
    border: 1px #f2f2f2 solid;
}
.contentad div p:nth-child(1) {
	text-align:right;
}
.nl_aa_oben {
	margin-bottom: 1px;
}
.dnv_guide {
    font-family: Barlow;
    font-size: 0.90rem;
    line-height: 1.2;
    margin-top: 1px;
    
}
/*tabelle A*/
table {width: 100%;}
      th {
        background-color: #b09046; 
        color: #fff;
      }
      tr {
        background-color: #ffffff;
        color: #000;
      }
      tr:nth-child(odd) {
        /* background-color: #f2f2f2; */
				background-color: #ffffff;
        }
/*tabelle E*/

.bannertopnewsteaser {
    text-align: center;
    display: grid;
    grid-template-columns: auto;
    grid-column: 1/-1;
    background-color: #f2f2f2;
    padding: 1rem 0;
    
}
h1.teasertitel {
    font-size: .95rem;
    font-family: verdana, arial, helvetica;;
    line-height: 1.4;
    color: #000000;
    margin: 0rem 0rem 1rem 0rem;
    padding: 0 .625rem 0 .625rem;
    -webkit-line-clamp: 4;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	-webkit-box-orient: vertical;
  	display: -webkit-box;
  	white-space: normal; 
}
/*.teasertitel {
  font-size: .95rem;
  font-family: verdana, arial;
  margin: 0rem 0rem 1rem 0rem;
	color: #000000;
	-webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
	padding: 0 .625rem 0 .625rem;
}
h1.teasertitel a {
  font-size: 1rem;
  font-family: verdana, arial;
  margin: 0rem 0rem 1rem 0rem;
	color: #000000;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}*/
.teasertexttop {
    font-family: verdana, arial;
    font-size: 1rem;
    color:#000000;
    padding: 0rem .625rem .625rem .625rem;
    font-weight: normal;
   
}
.teasertext, teasertext a {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
/*    font-family: verdana, arial; */
    font-size: 1rem;
    color:#000000;
    font-weight: normal;
    padding: 0rem .625rem .625rem .625rem;
}
.teasertext a {
  color: #000000;
  font-weight: normal;
}
.teasertitelfooter {
  font-size: 1.1rem;
  font-family: Crimson,"Times New Roman",Times,serif;
  margin: 0rem 0rem 1rem 0rem;
	color: #696969;
	-webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}
.teasertiteltopnews {
  font-size: 1.5rem;
  font-family: verdana, arial;
	margin: 0rem 0rem 1rem 0rem;
	padding: 0 12px;
	color: #000;
}
.artikeltiteltopnews {
  font-size: 1.9rem;
  font-family: Crimson,"Times New Roman",Times,serif;
	margin: 0rem 0rem 1rem 0rem;
}
.artikeltitel {
  font-size: 1.5rem;
  font-family: verdana, arial;
  margin: 0rem 0rem 1rem 0rem;
  line-height: 1.4;

}
.artikeltext {
		font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /* font-family: verdana, arial; */
    font-size: 1rem;
    padding: 0em 0em 1em 0em;
    /* display: grid;
		grid-template-columns:49.25rem;	*/
}
.artikeltext, .detailartikeltext p {
	  margin: 0 0 1rem 0;
	  font-size: 1rem;
}
div h1 a {
	font-size: .95rem;
}
.ewdatum {
	display: none;	
}
.bildlinks {
		width: 100%;
		margin: 0 0 12px 0;
    /* float: left;
    margin: 4px 30px 0px 0px;
    border-width: 0px; */
        
}
.bildlinksdetail {
  float:left;
  display:inline;
  margin-right:1em;
  margin-bottom:0.15em;
  margin-top:4px;
  line-height:1.1;
  padding-bottom:0.5rem;
}
.bildrechtsdetail {
    float: right;
    display: inline;
    margin-left: 1em;
    margin-bottom: 0.15em;
    margin-top: 4px;
    line-height: 1.1;
    padding-bottom: 0.5rem;
}
.w300 {
	width: 300px;
}
.w320 {
	width: 320px;
}
.teaserbild {
	width: 100%;
	/* max-width: 18.75rem; */
	/* height: 162px; */
	margin-bottom: 1rem;
	vertical-align: middle;
	/*display: flex;
  object-fit: cover;*/
  border: 1px solid #f2f2f2;
}
.pic-detail {
    width: 100%;
    border: 1px solid #f2f2f2;
/*  margin-top: 70px; */
}
.teaserbild162 {
    /* width: 100%; */
    /* max-width: 18.75rem; */
    /* height: 100%; */
    /* max-height: 162px; */
    margin-bottom: 1rem;
    vertical-align: middle;
}

.teaserbild630 {
	width: 100%;
	max-width: 630px;
	height: auto;
	margin-bottom: 1rem;
	vertical-align: middle;
	/*display: flex;
  object-fit: cover;*/
  
}
.teaserbild300 {
	width: 100%;
	max-width: 18.75rem;
	height: 300px;
	margin-bottom: 1rem;
	vertical-align: middle;
 
}
.teaserbildfooter {
    width: 100%;
    height:  9.560rem;
    display: flex;
    object-fit: cover;
    margin-bottom: 1rem;
}

.teaserbildsuche {
	margin: 0 1.25rem 1.25rem 0;
}
.detailbild {
	width: 100%;
	margin-bottom: 0rem;
}
.topnewsneuteaserpic {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 630px;
    
}
.artikeldetail {
	font-family: 'Crimson Text', serif;
  font-size: 1rem;
  padding: 0rem 2rem 1em 2rem
}
.bu, bildunterschrift {
    clear: both;
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: Barlow, sans-serif;
    font-size: 0.85rem;
    line-height: 1.2;
    font-style: italic;
}
pic_detail, article_detail {
	display: grid;
	grid-column: 1 / -1;
	width: 100%;
  max-width: 630px;
}
article_detail {
	/* padding: 0rem 2rem 1em 2rem; */
	padding: 0rem 0rem 1em 0rem;
}
.aktuelleausgabe {
	  background-color: #f2f2f2;
    text-align: center;
    padding: 1rem 0 1rem 0;
}
.aktuelleausgabe h1 {
	color: #b3b3b3;
}
.aktuelleausgabe p:nth-of-type(1) { 
	text-align: center;
	padding-left:0;
}
.aktuelleausgabe p {
    margin: 0 0 1px 0;
    text-transform: uppercase;
    padding: 0 0 0 100px;
    text-align: left;
    font-family: "Barlow",sans-serif;
}
.aktuelleausgabe p a {
	color: #333333;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
.aktuelleausgabe p a:link {
	font-weight: normal;
}
.rubrikenfooter {
  /*  display: grid; */
    grid-column: 1/-1;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    font-size: 1rem;
    font-family: barlow;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
}
.rubrikenfooter a {
	color: #999999;
}
.contentad {
		display: grid;
    grid-column: 1/-1;
    text-align: center;
    margin: 15px 0px 15px 0px;
    border: 1px #f2f2f2 solid;
}
.contentad div p:nth-child(1) {
	text-align:right;
}
.nl_aa_oben {
	margin-bottom: 1px;
}
.dnv_guide {
    font-family: Barlow;
    font-size: 0.90rem;
    line-height: 1.2;
    margin-top: 1px;
    
}
/*tabelle A*/
/* table {width: 100%;}
      th {
        background-color: #b09046; 
        color: #fff;
      }
      tr {
        background-color: #ffffff;
        color: #000;
      }
      tr:nth-child(odd) {
        background-color: #f2f2f2;
        } */
/*tabelle E*/

.bannertopnewsteaser {
    text-align: center;
    display: grid;
    grid-template-columns: auto;
    grid-column: 1/-1;
    background-color: #f2f2f2;
    padding: 1rem 0;
    
}
.bildcenter {
	width: 100%;
	margin: 0;
	padding: 0;
}
.bildspan {
	text-align: left;
	background-color: #ffffff;
}
.flex-container {
	display: flex;
	margin: 20px 0 20px 0;
	clear: both;
}
.flex-item {
	flex: auto;
	border: 0px solid;
	background: #f3f3f4;
}

p.flex-item {
	font-weight: normal;
	margin: 0;
	padding:5px;
}
p.flex-item input {
	background: #f3f3f4;
	border:0;
}
.flex-item:nth-of-type(1) {
	background: #f3f3f4;
	font-family: Barlow, sans-serif;
  font-size: 1rem;
	
}
.flex-item:nth-of-type(2) {
	background: #b09046;
	text-align: center;
	font-family: Barlow, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
} 

.flex-item-autor {
	flex: auto;
	border: 0px solid;
	background: #ffffff;
}

p.flex-item-autor {
	font-weight: normal;
	margin: 0px;
	padding:0px;
}
.flex-item-autor:nth-of-type(1) {
  background-color: #ffffff;
  font-family: verdana, arial, helvetica;
  font-size: .85rem;
  color: #000000;
}
:nth-of-type(2).flex-item-autor {
    background: #ffffff;
    text-align: right;
    font-family: verdana, arial, helvetica;
    font-size: .85rem;
    color: #000000;
}
.datum {
	margin-left: 1.25rem;
	font-size: 0.75rem;
	text-align: left;
	padding: 0;
	display: none;
} 
.teaserspitz {
	width: 100%;
	display: grid;
	grid-column:1/-1;
}
.spitzmarke {
	  font-size: 0.7rem;
    margin: 0rem 0rem 0rem 0rem;
    font-family: "Source Sans Pro",sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #767676;
    text-transform: uppercase;
    /*display: none; */
}
.spitzmarketeaser {
	  font-size: 0.7rem;
    margin: 0px 0px 0px 0px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    color: #767676;
    text-transform: uppercase;
    padding: 0 .625rem;
}
h4.spitzmarketeaser, a div.spitzmarketeaser {
    color: #e08a00;
    font-weight: bold;
}
.spitzmarketeasertopnews {
	  font-size: 0.7rem;
    margin: 0rem 0rem 0rem 0rem;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    display: none;
}
.copyright {
	font-size: 0.85rem;
	line-height: 1.2rem;
	color: #767676;
	margin-top: 30px;
}
.bannerglobaltop {
	grid-column: 1/-1;
	margin-top: -40px;
}
.balken_rechte_spalte {
    font-size: 1rem;
    color: #e08a00;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    padding: 6px 0px 0px 0px;
    border-bottom: 1px solid #e08a00;
}
.nl {
    text-align: center;
    padding-bottom: 3px;
    background-color: #f2f2f2;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding-top: 3px;
}
.float_left {
    float: left;
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
}
div#heftunterzeile {
    padding: 0 0 1em 0;
}
div#heftunterzeile a {
    font-size: 11px;
    padding: 0 0 1em 0;
}
.leseprobehcm {
    font-size: 11px;
}
.rechte_spalte {
	 /* margin-top: -4rem; */
	 margin-bottom: 2rem;
}
.zweispaltig, .ueberuns {
    grid-column: 1 / -1;
}
.ueberuns #mod_form input, .ueberuns #mod_form select {
    margin: 0 0 0 0;
    background-color: #ffffff;
    text-align: left;
    font-size: 0.85rem;
    line-height: 1.4;
}
#mod_form > label:nth-child(4), #mod_form > label:nth-child(7), #mod_form > label:nth-child(10) {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
    vertical-align: top;
}
h1.ueberunstitel {
    font-size: 1.5rem;
    border-bottom: 1px solid #e08a00;
    padding-bottom: 2px;
    margin-bottom: 30px;
}
div.newsletter-abonnieren h1 {
    font-size: 1.5rem;
    border-bottom: 1px solid #009678;
    padding-bottom: 2px;
    margin-bottom: 30px;
}
.hcmplus{
  width: 80px;
  /* padding: 0 0 0 .625rem; */
}
.hcmplusicon {
  width: 70px;
  /*padding: 0 0 10px 10px; */
}
#dental .balken_rechte_spalte {
    display: none;
}
#dental p {
	font-size: 11px;
}
/*
.covers {
    clear: left;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    grid-gap: 1rem;
    max-width: 60rem;
    margin: 1rem auto;
    border-top: 1px #cccccc solid;
} */
/*
.aausgabe,
.aa_heft,
.inhalt,
.bestellung,
.naviueberschrift,
.nltextpfv,
.naviueberschriftpp,
#heftunterzeile,
.dnvprint.balken_rechte_spalte .nl_aa .inhaltetc,
div.dnvprint div.verstecken,
.dnvprint .aktuelleausgabe h1,
.prprint .nltext_ul,
.ppprint .nl,
.nnprint .aktuellesheftpm .apm,
.ppprint .nlprint,
.tsaprint .heftnr,
.tsaprint .nltext_ul,
.psprint .covertitel,
.psprint .naviueberschrift,
.psprint .presseshopText,
.nbprint .balkentext,
.nbprint .inhaltnbprint,
.coversnbprint .balkentext,
.coversnbprint .inhaltnbprint,
.mwprint .covertitel,
.mwprint .coverbestellung,
.cpprint .aktuellesheft,
.cpprint .nlprint,
.cpprint .nltext_ul,
.dmprint .balken_rechte_spalte,
.dmprint .aktuellesheft,
.dmprint .heftunterzeile,
.hcmprint .aktuellesheft,
.hcmprint .leseprobehcm,
.hcmprint .heftunterzeile,
.maprint .aausgabe,
.maprint .aa_heft,
.maprint .aa_hr,
.cveprint .balken_rechte_spalte,
.cveprint .aktuellesheft,
.cveprint .weitereangaben,
.pmprint .nl,
.pmprint .nltext_ul,
.pmprint .apm {
    display: none;
} 
.vtitel {
	display: none;
} */

.coverpics {
	width: 110px;
  margin: 5px 5px 0 5px;
  
}
.acover,
.nb_img,
.img_ma,
.img_hcm {
	width: 110px;
}
.navfooter {
	width: 100%;
  max-width: 60rem;
  background-color: #ffffff;
  border-top: 0.0625rem solid #cccccc;
  display: flex;
  justify-content: center;
}
.navfooter ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  color: #999999;
}
.navfooter ul li {
  margin: .5rem;
  font-family: verdana, arial;
  font-size: .75rem;
}
.navfooter ul li a:link {
	  color: #999999 !important;
    font-weight: normal;
}

.navfooter ul li a:visited {
    color: #999999;
}
.navfooter ul li a {
    color: #999999;
    border-right: 0px solid #564c66;
    text-decoration: none;
}
ul.sozmed {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.anzeigewort {
	text-align: right;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.anzeigep {
    text-align: center;
    margin: 0;
    border: 0px solid #ccc;
    /* padding: 12px 12px 12px 0px; */
}
.anzeigebild {
	border-width: 0 0 0 0;
}
.spot {
	width: 15px;
}
.verlagstitel {
	padding: 0px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	grid-column: 1/-1;
/*	display: none; */
}
.vtitelueberschrift {
	margin: 15px 0px 0px 0px;
	text-align: left;
	border-top: 1px #cecac2 solid;
	color: #666666;
}
.mehrspaltig {
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em;
    margin-bottom: 2rem;
}
.mehrspaltig ul {
   margin-top: 0px;
   text-align: left;
}
.mehrspaltig ul li {
	margin-bottom: 3px;
}
.mehrspaltig ul li a {
   color: #333333;
   font-weight: normal;
   font-size: .80em;
}
#hauptnavi ul:nth-last-of-type(1) {
	display: none;
}
.rubrichead, div.rubrichead {
    /* border-top: 1px solid #e08a00; */
    border-bottom: 1px solid #e08a00;
    margin: -14px 0 0 0;
    padding: 4px 0px;
    font-size: 1rem;
    grid-column: 1 / -1;
} {
    /*border-top: 1px solid #e08a00;*/
    border-bottom: 1px solid #e08a00;
    margin: -35px 0 0 0;
    padding: 4px 0px;
    font-size:1rem;
    grid-column: 1 / -1;
}
.rubrichead-termin {
    /* border-top: 1px solid #e08a00; 
    border-bottom: 1px solid #e08a00; */
    margin: 30px 80px 0px 80px;
    padding: 4px 0px;
    font-size: 1rem;
    grid-column: 1 / -1;
}
.ueberuns-mtop {
	margin-top: -30px;
}
.rubrichead_ha, .rubrichead-heft-abo {
    /* border-top: 1px solid #e08a00; */
    border-bottom: 1px solid #e08a00; 
    margin: 0 0 0 0;
    padding: 4px 0px;
    font-size: 1rem;
    grid-column: 1 / -1;
}
.rubrichead-heft-abo {
	margin: 0 0 15px 0;
}
.mdaten {
	display: flex;

}
.icondownload {
	text-align: center;
	font-size: 100px;
  color: #fff;
  width: 20%;
  background-color: #ccc;
  
}
.mdatendl {
	background-color: #f2f2f2;
  width: 80%;
  padding-top: 3%;
  padding-left: 3%;
}
.mdatenk {
	grid-column: 1 / -1;
}
.mdatenkontakt {
/*	display: flex;*/
}

.personkontakt p {
/*	grid-column: 1 / -1; */
  margin: 0;
}
.personenpic {
    text-align: center;
    background: rgb(250,250,250);
    background: radial-gradient(circle, rgba(250,250,250,1) 0%, rgba(230,230,230,1) 80%, rgba(210,210,210,1) 100%);
    max-height: 150px;
    line-height: 1;
    width: 300px;
}
.personenpicsize {
	border: 1px solid #ccc;
}
.einzelhefte {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 11px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 0 30px 8px;
    grid-column: 1 / -1;
}
.heftarchiv {
	display: flex;
	flex-direction: column;
    width: 100%;
    max-width: 180px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: .5rem;
    
}
.heftarchiv-termine {
	display: flex;
	flex-direction: column;
    width: 100%;
    max-width: 180px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: .5rem;
    
}
.heftausgabe {
    /*border-bottom: 2px #ec174c solid;*/
    /* margin-bottom: .5rem; */
    display: inline-block;
    font-size: .85rem;
    /*padding-bottom: 2px;*/
    margin-bottom: 8px;
    text-align: center;
}
.heftausgabepic {
    width: 100%;
    
}
.heftausgabeinhalt {
    text-align: center;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    font-size: .85rem;
    margin-bottom: .5rem;
}
.heftausgabeinhalt a {
	color:#ec174c;
}
.heftausgabebestellen {
    background-color: #5f5f5f;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding: .5rem;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    font-size: .75rem;
}
.heftausgabebestellen a {
	color:#ffffff;
}
td.rae {
    font-size: .75rem;
    color: #e08a00;
}
td.rae a {
    font-weight: normal;
}
.cpmranking p:nth-child(1) {
    font-size: .70rem;
}

.redaktionsleitung {
    grid-column: 1 / -1;
    display: inline-block;
    border-bottom: 1px #f29400 solid;
    font-weight: normal;
    margin: 0rem 0rem 0rem 0rem;
    text-align: center;
    padding-bottom: 3px;
    width: 100%;
}
.abstandperson {
    margin: 0.6rem 0 0 0;
    color: #000000;
    font-size: .85rem;
}
.personen_intern {
    line-height: 1.2;
    font-family: barlow, verdana;
    margin-top: 0;
    font-weight: normal;
}

.zweispaltig, 
.ueberuns,
.kontaktf,
#heftarchiv,
.mediadaten {
    grid-column: 1 / -1;
}

.kontaktf #mod_form label {
    display: inline-block;
    width: 20%;
    margin-top: 10px;
    vertical-align: top;
}

.kontaktf #mod_form input, 
.kontaktf #mod_form select {
    width: 75%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    margin-top: 10px;
}
.kontaktf #mod_form select.frmausgabeak {
    width: 23%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    margin-top: 10px;
}
.kontaktf #mod_form .textfeldc input {
    width: auto;
}
	
.kontaktf #mod_form textarea {
    width: 95%;
}
.kontaktf #mod_form input[type="radio"],
.kontaktf #mod_form input[type="checkbox"] {
    width: auto;
}
#sufe-einausblenden i {
  right: 10px;
  display: inline-block;
  position: absolute;
}

.formularn {
    grid-column: 1 / -1;
}

.formularn #mod_form label {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
    vertical-align: top;
}

.formularn #mod_form input, 
.formularn #mod_form select {
    width: 75%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    margin-top: 2px;
}
input.anzahlpb {
    width: 12px;
}
.formularn #mod_form select.frmausgabeak {
    width: 23%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    margin-top: 10px;
}
.formularn #mod_form .textfeldc input {
    width: auto;
}
	
.formularn #mod_form textarea {
    width: 75%;
}
.formularn #mod_form input[type="radio"],
.formularn #mod_form input[type="checkbox"] {
    width: auto;
}
.textfeldc {
    margin-top: 10px;
}
input.mod_form_submitbutton {
    margin-bottom: 50px;
}
.pflichtfelder {
	margin:	15px 0px 0px 0px; 
}
#heftarchiv {
    grid-column: 1/-1;
    width: 100%;
    max-width: 960px;
    margin-top: 15px;
}
}
.termine-breite {
	padding: 0px 100px;
}
.cve-titel {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-items: end;
    width: 100%;
    font-size: 12px;
}
.einzelhefte {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 11px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 0 30px 8px;
    grid-column: 1 / -1;
   /* justify-content: space-around; */
}
.einzelhefte-abo {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /* padding: 0px 0 30px 8px; */
    grid-column: 1 / -1;
    justify-content: space-between;
}
.cve-rahmen-print:nth-last-of-type(n) {
    text-align: center;
    /* margin-top: 10px; */
    /* align-items: end; */
}
.cve-rahmen-print {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 180px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: .5rem;
}
#heftarchiv > div > div:nth-child(n) > div.cve-bestellung-print {
    background-color: #e08a00;
    margin-top: auto;
}
.cve-bestellung-print {
    background-color: #e08a00;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding: .5rem;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    font-size: .75rem;
}
.cve-bestellung-print a {
    color: #ffffff;
}
hr {
    border: none;
    border-bottom: 1px solid #e6ecf0;
    height: 1px;
    width: 100%;
}
.rs_html {
    font-size: 0.75rem;
    line-height: 1.4;
}
.aboboxcontainer {
	width: 468px;
	margin-top: 45px;
}
.abo-box-head {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom:12px;
	border-bottom: 1px solid #e08a00;
}
.abo-container {
  /* border: 5px solid #ffcc5c; */
  display: flex;
  width: 100%;
  max-width:468px;
}
.abo-box1 {
 flex: 0;
 /*width: 200px; */
}
.abo-box2 {
	 flex: 1;
}
div.abo-box2 ul {
	line-height: 1.5;
}
/* .abo_ul {
	line-height: 1.5;
} */
.bestell-btn {
	display: flex;
	margin-top: 25px;
	margin-bottom: 45px;
  
}
.heftausgabebestellen {
    background-color: #e08a00;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    align-self: center;
    padding: .5rem;
    font-weight: bold;
    font-family: verdana, arial, hevetica;
    font-size: .90rem;
    width: 45%;
    /* margin-left: 25px; */
}
.heftausgabebestellen a {
	color: #ffffff;
}
.heftausgabebestellen p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.pm-plus {
    display: flex;
    justify-content: space-between;
}
.pm-plus-color {
	color: #e08a00;
	font-weight: bold;
	font-size: 1rem;
}
.plus-logo {
	margin: 0px 10px 0px 0px;
}
.abo-beschreibung ul {
    display: block;
    list-style-type: disc;
    margin-block-start: .6rem;
    margin-block-end: .6rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}
.abo-beschreibung ul li {
	font-size: 13px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.grid-abo {
    width: 100%;
    max-width: 960px;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-item-abo {
    /* background: #B823C1; */
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    border: 1px #b09046 solid;
    padding: 1rem;
    border-radius: 6px;
    /* margin-bottom: 20px; */
}
.bg-abo {
    background-color: #e08a00;
    color: #ffffff;
}
.pa-abo {
    margin: 0;
    font-size: 1rem;
}
h3 {
    display: block;
    font-size: 1rem;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
}
.heftausgabebestellen-abo {
    font-size: .85rem;
    color: #ffffff;
}
.heftausgabebestellen-abo a {
    color: #000000;
}
.heftausgabebestellen-abo a:link {
    color: #000000;
}
.abo-bestellen {
    background-color: #e08a00;
    padding: .6rem;
    text-align: center;
}
/*.heftausgabebestellen {
		width: 100%;
    background-color: #b09046;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding: .5rem;
    font-weight: bold;
    font-family: barlow, verdana;
    font-size: .75rem;
}*/

.abo-box1 {
    flex: 0;
    /* width: 200px; */
}
.abo-box2 {
    flex: 1;
}
 .rubrichead_ranking, .rubrichead_nl {
    margin: 1px 90px 0px 100px;
    padding: 4px 0px;
    font-size: 1.5rem;
    grid-column: 1 / -1;
    color: #666666;
}
.form-element label {
    font-size: 0.875rem;
    font-weight: normal;
    vertical-align: middle;
    display: block;
    color: #000000;
    padding-bottom: 4px;
}
.form-element input, .form-element select {
    width: 70%;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 1px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.875rem;
    line-height: 1.26;
    color: #000000;
    margin-bottom: 12px;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-style: solid;
    border-color: #999999;
}
mainha {
    /* grid-area: conten; */
    display: grid;
    grid-column: 1/-1;
    /* grid-gap: 1.875rem; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    color: black;
    /* justify-content: space-between; */
}
.abo-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    width: 300px;
    max-width: 300px;
    border-radius: 6px;
    box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(6, 6, 6, 0.8);
     /*box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11);
    border: 1px solid #e08a00; */
}
.abo-titel {
    font-size: .95rem;
    border-bottom: 2px #e08a00 solid;
    margin-bottom: .5rem;
    display: inline-block;
    text-align: center;
}
.abo-image {
    margin: 1rem 0;
}
.abo-bestellen {
    background-color: #e08a00;
    padding: .6rem;
    text-align: center;
}
.abo-bestellen a {
    color: #ffffff;
}
.ueberuns-heft-abo {
  /*  margin: 15px 80px 0 86px; */
}
.ueberuns-termin {
    /* margin: 15px 80px 0 86px; */
    grid-column: 1/-1;
    margin: 0px 0px 0px 0px;
}
.personen_md {
	display: flex;
  justify-content: space-between;	
}
mainkh {
    grid-area: left;
    display: grid;
    grid-gap: 1.875rem;
    grid-template-columns: 1fr 1fr 1fr;
    color: black;
}
/* .rubrichead_ha, .ueberunstitel {
    border-bottom: 1px solid #e08a00;
    margin: 15px 0px 20px 0px;
    padding: 4px 0px;
    font-size: 1.5rem;
    font-weight: bold;
    grid-column: 1 / -1;
    color: #666666;
} */
.know-how {
    border-radius: 6px;
    box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11);
}
.khausgabe {
    text-align: right;
    margin: 12px 0;
}
.khausgabe, .khtitel, .khteasertext {
    font-weight: normal;
    color: #000000;
    font-size: .85rem;
    padding: 0 .625rem 0 .625rem;
}
.khteasertext {
	padding-bottom: .625rem;
}
a h1.khtitel {
    font-size: .95rem;
    color: #000000;
    font-weight: bold;
}
h1.khtitel {
    font-size: .95rem;
    color: #000000;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
}
.hr-termine {
    border-left: medium none;
    width: 100%;
    height: 1px;
    border-top: medium none;
    border-right: medium none;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
}
#superbanner {
	width:100%;
	max-width: 960px;
	margin: 0 auto;
}
.xing-impressum {
	width: 98px;
	height: 23px;
}
.suchiconn {
  margin-top: 0px;
}
button.Button.Button-accent {
  background-color: #fff;
  border: 0;
}
i.fa.fa-search {
    cursor: pointer;
}
.main-termine {
    display: grid;
    grid-column: 1/-1;
    grid-gap: 1.875rem;
    grid-template-columns: 1fr;
    /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
    color: black;
}
.maintermine {
    display: grid;
    grid-column: 1/-1;
    grid-gap: 1.875rem;
    grid-template-columns: 1fr;
    /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
    color: black;
/*    margin: 0px 100px; */
}
.termin-eintrag {
    display: flex;
    justify-content: space-between;
    grid-column: 1/-1;
    border-bottom: 1px solid #e08a00;
}
.gruppe-termine {
  grid-column: 1/-1;
  font-size: 13px;
  line-height: 1.5;
  font-family: Verdana, Arial;
}
.gruppen-titel {
    padding: 2px 0px 2px 6px;
    margin: 0 0 10px 0;
    color: #fff;
}
.datum-ort {
    padding-inline-start: 6px;
}
.event-link {
	  border-bottom: 1px solid #cccccc;
	  margin-bottom: 12px;
	  padding-left: 6px;
}
.logo-termine {
    text-align: center;
}
.logo, .banner {
	text-align: end;
}
.logo-pic, img.logo-pc {
	max-width:630px;
	margin-bottom: -62px;
	border-width:0px;
	/* height: 100px; */
}
.pager {
    grid-column: 1/-1;
}
main.jobs div {
    grid-column: 1/-1;
}
#mod_form {
    margin: 0 8%;
    grid-column: 1/-1;
}
#mod_form > label:nth-child(4), #mod_form > label:nth-child(7), #mod_form > label:nth-child(10) {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
    vertical-align: top;
}
.ueberuns #mod_form input, .ueberuns #mod_form select {
    width: 100%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    margin: 0px 0px 15px 0px;
}
#mod_form > textarea {
    width: 100%;
}
.mod_form_submitbutton {
    font-family: Verdana, Arial, Helvetica;
    font-size: .875rem;
    cursor: pointer;
    width: 40%;
    padding: 10px;
/*    margin-left: 10px; */
}
.mod_form_submitbutton-termin {
    font-family: Verdana, Arial, Helvetica;
    font-size: .875rem;
    cursor: pointer;
    width: 40%;
    padding: 10px;
}
.jobs-al li {
	margin: 0 0 10px 0;
}
section.anzeige {
    grid-column: 1/-1;
    margin-bottom: 1rem;
}
.spitzmarketeaseranzeige {
		font-size:9px;
		text-align:left;
		padding:0 0 0 10px;
		margin-top: 1px;
 /*   text-align: left;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: .6rem;
    margin: 12px 0px;
    background-color: #e08a00;
    display: inline;
    padding: 2px 6px 2px 6px;
    color: #ffffff; */
}
p.spitzmarketeaseranzeige {
    margin-bottom: 0px;
}
input.text {
    margin-bottom: 12px;
    width: 40%;
}
input.button {
    margin-left: 12px;
}
div.anrede select {
    width: 40%;
}
.angebot23 {
    background-color: #e08a00;
    margin: 15px 0px;
    padding: 20px;
    color: #fff;
}
.angebot23 p {
    color: #fff;
    font-weight: bold;
}
.message {
	grid-column: 1/-1;	
}
fieldset.message {
    border-color: #e08a00;
}
.cve-inhalt-bestellung {
    margin: 0px 0px 20px 0px;
}
div#mini {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
input.btn-mini {
	  cursor: pointer;
}
input.email-mini {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 1px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.875rem;
    line-height: 1.26;
    color: #000000;
    padding: .5rem .5rem .5rem .5rem;
    border-style: solid;
    border-color: #999999;
}

/*tabelle A*/
/* table {width: 100%;}*/
      th {
        background-color: #b09046; 
        color: #fff;
      }
      tr {
        background-color: #ffffff;
        color: #000;
      }
      tr:nth-child(odd) {
        background-color: #f2f2f2;
        }
/*tabelle E*/
table.page tr:nth-child(odd) {
    background-color: #ffffff;
}
.tbltopnewsplus {
	background-color: #ffffff;
}
h2.jobsueberschriftrs.ausgabetitel {
    font-size: 1rem;
}
table.suchen-nb tr {
    background-color: #fff;
}
.suche99 {
    text-align: end;
}
.autorin {
	background-color: #fdf8f0;
	padding:	12px 12px 0px 12px;
	margin: 15px 0px;	
	display: flex;
	gap: 12px;
	font-size: .7rem;
}
div.autorin {
	font-size: .7rem;
}
.bild-autor {
	width: 100%;
	max-width:  130px;
}
h4.g-funktion {
	font-size: .80rem;
	margin-top: 0px;
}
h1.g-autor {
	margin-bottom: 3px;
	font-size: 1rem;
}
.autor-pic {
    width: 21px;
    max-width: 24px;
    margin-right: 5px;
}
.g-artikeltext p {
	font-size: .7rem;
}
.a-autor-pictogramm {
    display: flex;
    justify-content: space-between;
}
.ueberuns #mod_form label {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    /* margin-top: 10px; */
}
.ueberuns #mod_form input, .ueberuns #mod_form select, .frmfcdlinput {
    width: 75%;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
    font-size: .85rem;
}
input.checkbox-w: {
	width: 20px;
}
.frmfcdlinput-termin {
    width: 98%;
    height: 40px;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    margin-bottom: 8px;
}
fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 0px;
    border-style: groove;
    border-color: rgb(192, 192, 192);
    border-image: initial;
}
textarea.frmfcdlinput {
    border-color: #999999;
    margin-left: 10px;
}
textarea.frmfcdlinput-termin {
    border-color: #999999;
    width: 98%;
    height: 160px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
/*  background-color: #ccc; */
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* .active:after {
  content: "\2212";
}
20240611 */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
button {
	margin-bottom:0.5rem
}
.downloadpmprint p {
    font-size: 13px;
}
fieldset.messagecpg {
    border: 1px solid #cccccc;
    width: 85%;
    margin: 0px 0px 15px 0px;
}
.vorzuege li {
	margin-bottom: 5px;
}
p.eintrag-termin {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
  font-family: verdana, arial, helvetica;
  font-size: 1rem;
  color: #000000;
  line-height: 1.4;
}
.aps-termine {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.termineintag {
    display: flex;
    justify-content: space-between;
    
}
.termin-buchen {
    padding: 6px 20px;
    border: none;
    background-color: #e08a00;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
}
div.titel {
    font-size: 14px;
    font-weight: bold;
    padding-left: 6px;
}





@media (max-width: 600px) {
  .grid-container  {
  	grid-template-columns: 1fr;
    grid-template-areas: 
      'header header header' 
      'navi navi navi'
      'left left left' 
      'footer footer footer'
      'right right right';
  }
 body {
  margin: 0px 10px 0px 10px;
}
 nav#hauptnavi ul li a {
    border: 1px solid #f2f2f2;
    padding: 0.2em;
    margin: 0.1em;
    background-color: #f2f2f2;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    display: inline-flex;
    width: 100%;
 }
#subnavi, .subnavi {
	display: none;
}
.einzelhefte {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 8px;
    width: 100%;
    max-width:960px;
    margin: 0 auto;
    padding: 0px 0 30px 8px;
    grid-column: 1 / -1;
    
}
.heftarchiv {
	display: flex;
	flex-direction: column;
    width: 90%;
    max-width: 160px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: .5rem;
    
}
.rubrichead_ha {
    border-top: 1px solid #e08a00;
    border-bottom: 1px solid #e08a00;
    margin: 5px 0 0 0;
    padding: 4px 0px;
    font-size: 1rem;
    grid-column: 1 / -1;
}
nav#hauptnavi {
   display: block;
   list-style-type: none;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0;
}
/*nav#hauptnavi {
	flex-direction: column;
}*/
main {
	display: grid;
	grid-column: 1/-1;
	color: black;
  grid-template-columns: 1fr; 
	/* font: 1em/1.3 Cambria, serif; */
	/* font: 1em/1.3 Calibri, serif; */
	/* font: 1em/1.3 Arial; */																																																																																																					
}
img, #pmlogo, .pmlogo { 
	width: 100%;
	height: auto;	
}
img.imghcm {
	width: 150px;
}
.header img, .copyright {
	width: 100%;
	height: auto;	
}
.teaserbild, .teaserbild300, .w300 {
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
    margin-bottom: 1rem;
    /* vertical-align: middle;
    max-width: 18.75rem; */
}
.spot {
    width: 15px;
}
/*div#navi {
  grid-area: navi;
  background-color: #ffffff;
  border-top: 1px solid #e08a00;
  border-bottom: 0;
  text-align: left;
  font-size: 1.2em;
  
} */
.footer {
    grid-area: footer;
    grid-column: 1 / -1;
    width: 100%;
    background-color: #ffffff;
    border-top: 0.0625rem solid #cccccc;
}
.flex-container-header {
 flex-direction: column;
}
div#kopfnav ul {
	display: none;
}
#hauptnavi {
   top: 50px;
   width:100%;
}
section.anzeige {
	margin-top: 2rem;
}
div#navi {
    grid-area: navi;
    background-color: #ffffff;
   	border-top: 0px #e08a00 solid;
    border-bottom:0;
    text-align: left;
    font-size: 1.2em;
    width: 100%;
    position:relative;
}

#navi > input, #navi label {
    display: inline;
}
#navi label img {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    top: 0rem;
    right: 0.25rem;
}
.suchicon {
	position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: -1.6em;
  left: 10px;
}
#navi input[type=checkbox]:checked ~ ul {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
}
nav#hauptnavi ul li a {
    border: 1px solid #f2f2f2;
    padding: 0.2em;
    margin: 0.1em;
    background-color: #f2f2f2;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    display: inline-flex;
    width: 100%;
}
nav#hauptnavi ul li a:link { 
color: #000000 !important;
font-weight: normal;
}
nav#hauptnavi ul li a:visited { 
color:#000000; 
} 
nav#hauptnavi a:hover { 
background-color: #f2f2f2; 
color : #ffffff; 
} 
nav#hauptnavi ul li.active a { 
background-color: #f2f2f2; 
font-weight: bold;
} 
nav#hauptnavi ul li a:hover { 
background-color: #ffffff; 
color: #000000 !important ; 
font-weight: bold;
} 
nav#hauptnavi ul {
    display: none;
}
#navi ul li a{
		width: 10%;
}
.artikel700 {
	margin-left:0;
}
#skyscraperleftrelative {
	display: none;
}
.navfooter {
	width: 100%;
  max-width: 60rem;
  background-color: #ffffff;
  border-top: 0.0625rem solid #cccccc;
  display: flex;
  flex-direction: column;
}
.navfooter ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  color: #999999;
  
}
.navfooter ul li {
  margin: 3px;
  font-family: verdana, arial;
  font-size: .75rem;
}
.artikel {
	border-radius: unset;
  box-shadow: unset;
  border-bottom: 1px solid #cccccc;
}
.icondownload {
	width: 30%;
}
.mdatendl {
  width: 70%;
}
.suchicon input, .suchicon button.Button.Button-accent {
	display: none;
}
#sufe-einausblenden i {
  left: 10px;
  width: 1.4rem;
  height: 1.4rem;
  top: 0;
}
.right {
	display: none;
}
.personen_md {
	flex-direction: column;
}
#superbanner {
	display: none;
}
mainkh {
  grid-template-columns: 1fr;
}
.xing-impressum {
	width: 98px;
	height: 23px;
}
.suche99 {
  margin-bottom: 1rem;
  text-align: start;
}
div#navi nav#hauptnavi ul {
  margin-top: 0;
}
.logo, .banner {
    text-align: start;
}
.logo-pic, img.logo-pc {
	width: 100%;
    max-width: 250px;
    margin-bottom: 1px;
    border-width: 0px;
    /* height: 100px; */
}
.abstand30 {
	padding: 1px 5px 15px 5px;
}
.rubrichead_ranking, .rubrichead_nl {
    margin: 1px 0px 0px 0px;
}
.termine-breite {
	padding: 0px 20px;
}

}
