/*
 *
 * CI-Grün: #f7b9b0
 *
 */

.cta {
	background-color: #f7b9b0;
}

/*Inhalt - Teaser*/
.contenttext a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(assets/icons/mehr_erfahren.svg);
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.contenttext a {
    display: block;
    font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f7b9b0;
    margin: 20px 0 0;
}

.contenttext {
	padding-top: 25px;
    padding-bottom: 15px;
}


.contenttext a.button-pdf, .entry  a.button-pdf {
	transition: all .25s ease-out;
    display: inline-block;
    padding: 0 20px;
    border-radius: 1px;
    border: solid 2px #353535;
    font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #000;
    line-height: 34px;
}

.contenttext a.button-pdf:hover, .entry  a.button-pdf:hover {
	text-decoration: none;
    border: solid 2px #f7b9b0;
    background: #f7b9b0;
    color: #000;
}

.contenttext a.button-pdf:before, .entry  a.button-pdf:before {
	content:"";
	background: none;
	font-family: FontAwesome;
}


.ngg-gallery-thumbnail-box {
	height: auto;
}

.muster {
    background-image: url('assets/images/pattern_startpage_top_dommuseum.svg');
    background-color: #E3D9BF;
}

.muster2 {
    background-image: url('assets/images/pattern_startpage_bottom_dommuseum.svg');
}


@media (min-width: 1440px) {
	.violetBar {
		background-color: #f7b9b0;
	}

	#ausstellungen {
		margin-top: 80px;
	}

	.contenttext {
	    font-size: 24px;
	}

	.contenttext a {
	    font-size: 18px;
	}

	.contenttext, .margin-bottom, html[lang="en-US"] .cta, html[lang="it-IT"] .cta {
		margin-bottom: 80px;
	}

}

@media (max-width: 769px){
	.margin-bottom, html[lang="en-US"] .cta, html[lang="it-IT"] .cta {
		margin-bottom: 20px;
	}
}
