.mod_newsreader .anzeige {
	border: 1px solid #555;
	margin: 2rem;
	padding: 2rem;
}
.banner_nogrey .mod_articlelist{display:none}

.mod_newsreader .anzeige p:first-child {
	font-size:0.846rem;
	font-style:italic;
	margin-right: -1rem;
	margin-top: -1.5rem;
}
.mod_newsreader .anzeige.img_rechts .image_container {
	float:right;
	margin-left:20px;
}
.mod_newsreader .anzeige.img_links .image_container {
	float:left;
	margin-left:20px;
}

.unternehmen #main .mod_article > [class^="content-"] {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.unternehmen #main .mod_article > [class^="content-"].first {
    padding-top: 20px;
}

.unternehmen #main .mod_article > [class^="content-"].last {
    padding-bottom: 20px;
}

.seitenwahl {
    //position: relative;
    //display: inline-block;
}
.seitenwahl .text {
    width: 5rem;
    float: left;
}

.seitenwahl .lbl {
    display: inline-block;
    float: left;
    padding: 0.25rem;
    margin: 0.25rem;
}

.seitenwahl .submit {
    padding: 0.5rem;
    margin-left: 0.25rem;
    border-radius: 2px;
}

.firma{
	border:3px solid rgba(0,0,0,0.25);
	border-radius: 12px;
	padding:1rem;
	height:15rem;
}
.firma.info {
	border-color: #334477;
}
.firma p{
	margin: 0;
}
.firma img{
	margin:0;
	height: 60px;
	width:auto;
}
.firmeninfo{
	position:absolute;
	right: 2.5rem;
	bottom: 1.75rem;
}
#main .mod_article {
	padding-top: 2rem;
}

.mod_newsreader {
	margin-top: 1.5rem;
}
.unternehmen .mod_newsreader{
	margin-top: 3rem;
}
.unternehmen .mod_article.profil{
	margin-top: 1rem;
}

    /* --  ELASTIC VIDEO  -- */
    .video_container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;margin-bottom:2em;}
    .video_container iframe, .video_container object, .video_container embed  {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.content-amazon-text, .amazontext{background:#f2f2f2;border-radius:4px;padding:20px;margin-left:20px;margin-right:20px}


.content-amazon-text a,.amazontext a{
	font-size:140%;
	color:#01E
	
}
.content-amazon-text a:hover, .amazontext a:hover{
	color:#666
	
}

#main .content-amazon-text p em, #main .amazontext p em{
	color:#442266
}

#main .mod_article,
#main .mod_article > .content-text {
	padding: 0.5rem 20px !important;
}

.mod_newslist ul.level_3 {
	border-left: 0; 
}



#fnav li.ytlink a{display:inline-block}
#fnav li.ytlink a:after{
background-image: url("../img/youtube.svg");
display: block;
content: ' ';
float: right;
background-size: 30px 30px;
background-repeat: no-repeat;
height: 30px;
width:30px;
background-color: transparent;
margin:-5px 0 0 10px;
	opacity:.7
}

#fnav li.ytlink a:hover:after{
	opacity:1
}

main .content-gallery ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 42em) {
	main .content-gallery ul {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
	}
}

.content-gallery--cols-2 { --gallery-cols: 2; }
.content-gallery--cols-3 { --gallery-cols: 3; }
.content-gallery--cols-4 { --gallery-cols: 4; }
.content-gallery--cols-5 { --gallery-cols: 5; }
.content-gallery--cols-6 { --gallery-cols: 6; }

.pagination-group {
	display: flex;
	align-content: center;
	gap: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	margin-top: 2rem;
	padding-top: 1rem;
	justify-content: space-between;
	@media (max-width: 620px) {
		flex-direction: column;
	}
	.pagination {
		margin-top: 0;
		display: flex;
		align-items: center;
	}
}

/* Live-Unternehmenssuche (gasper_company_livesearch) */
#header .suche a {
	display: none;
}

#header .suche .formbody {
    position: relative;
    display: inline-block;
    /*width: calc(100% - 40px);*/
	width: 100%;
    vertical-align: middle;
}

#header .suche .formbody .widget-text {
    position: relative;
    margin-bottom: 0;
}

#header .suche .formbody .widget-text:before {
    overflow: hidden;
    content: 'search';
    font-family: 'Material Icons', sans-serif;
    color: #555;
    font-size: 2rem;
    line-height: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.25rem;
}

.gasper-livesearch-results {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 0;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.gasper-livesearch-results .gasper-livesearch-item {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 0.85rem;
}

.gasper-livesearch-results .gasper-livesearch-item:hover {
    background: #f0f0f0;
}

.media {
	display: block;
}

.content-youtube button {
	border: none;
	background: none;
	margin-bottom: 2rem;
}

.content-accordion, .ce_accordion  {
	margin-bottom: 0.25rem; }
.content-accordion .toggler,
.ce_accordion .toggler {
	font-size: 1.5rem;
	cursor: pointer;
	background: #0a43b3;
	color: #aaa;
	padding: 0.5rem;
	border: 2px solid transparent; }
.content-accordion .toggler:hover,
.ce_accordion .toggler:hover{
	color: rgba(170, 170, 170, 0.5); }
.content-accordion .toggler:focus,
.ce_accordion .toggler:focus{
	outline: 0; }
.content-accordion .accordion,
.ce_accordion .accordion{
	padding: 0.5rem;
	background: #ccc; }

.content-accordion.tags .toggler,
.ce_accordion.tags .toggler {
	font-size: 1rem;
	background: transparent;
	padding: 0;
	color: inherit; }
.content-accordion.tags .toggler i,
.ce_accordion.tags .toggler i{
	float: left; }

.content-accordion.tags .accordion,
.ce_accordion.tags .accordion {
	padding: 0;
	background: transparent; }

@media screen and (min-width: 35.9375em) and (max-width: 47.9375em) {
	.portal #header .inside {
		padding-right: 60px;
	}
}

@media screen and (max-width: 47.9375em) {
	.portal #header .suche {
		margin-bottom: 1.5rem;
	}
}