/* imageTile with white background */
.campaign .imageTileModule { background-color:#fff; color:#44423e; }
.campaign .imageTileModule .imageTileContainer .imageTile .imageContainer { background-color:#fff; }
.campaign .imageTileModule .imageTileContainer .imageTile .textContainer h3 { font-size:20px; line-height: 28px; margin-bottom: 10px; }
	
/* fixing space above modules white white background */
.primary1 .campaign .imageTileModule { padding:0 0 65px 0 !important; }
@media screen and (min-width:769px) {
	.primary1 .campaign .imageTileModule { padding:0 0 100px 0 !important; }
	}
	
/* no automatic hyphenation for H2 headlines */
.campaign .h1, .campaign h1, .campaign .h2, .campaign h2 {
	-moz-hyphens: none;
	-webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens:none; }
    
/* for all contact */
.campaign .errorInput { border:2px solid #dc3545; }

/* icon position mobile */
@media screen and (max-width:768px) {
	.stickyDrawerGroup .drawer .drawer_flap .icon-wrapper { margin-top:0; }
	}
	
/* stage mobile - color correction */
@media screen and (max-width:768px) {
	.campaign .stage.stage_text--light .stageTextContainer {
		background-color:#ededed;
		color:#1a171e;
		}
	}
	
/* image tile module with 3 items */
.campaign .imageTileModule .imageTileContainer .imageTile {
	max-width:450px;
	}
	
/* alternating grey for table */	
.campaign_table table tr:nth-child(2n) { background: #efefef; }