/*Main + Silberpartner Auflistung für die Conference Seite*/

.main-partner.modul-partner.grey .col-lg-12 a {
	width: calc(20% - 1vh)!important;
    }

@media (max-width: 992px) {
.main-partner.modul-partner.grey .col-lg-12 a {
	width: calc(50% - 1vh)!important;
    }
}

@media (min-width: 992px) {
.main-partner .col-lg-12 a {
	width: calc(10% - 1vh)!important;
    }
}


/*Link Textumbruch https://gdc.ccmagnus.de/gda/vorstand-beirat/ Nach Headline: Beirat der German Datacenter Association */
.executive.staff a {
	display: inline-block !important;
}
/*News Text*/
.news-text-wrap a {
	display: inline-block !important;
}


/*https://gdc.ccmagnus.de/gda/kooperationen/ Bild Verzerrung bei den Partner Logos*/
.tx-ccm-partner .image-text-box.img-full-width img {
	width: auto!important;
    max-width: 300px;
}

/*News Abstand in den Absätzen*/
.news-text-wrap p.Text {
	padding-bottom:10px;
}

.col-lg-4.press-appointment{margin-bottom:5.5vh;}
