/*Diese Styles überschreiben die Standard-Styles je nach Kunde/Motiv */

/*Motiv 02*/

/*Farbe senkrechter Trennstrich im Mittelfalz*/
#card-34 .front {
	border-left:1px solid #eaded1;
}

/*Hintergrundfarbe/Verlauf - passend zum Motiv*/
body {
	background: #55b5cc;  /* fallback for old browsers */
	background: -webkit-linear-gradient(bottom, #d6dbe5, #194980);
	background: -o-linear-gradient(bottom, #d6dbe5, #194980);
	background: linear-gradient(to top, #d6dbe5, #194980);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*Seite 1, Anrede*/
p.anrede.front {
	margin-top: 220px;
    text-align: center;
    width: 95%;
    margin-left: 15px;
    font-size: 21px;
    letter-spacing: 0.6px;
    font-family: "noto_sansregular";
    line-height: 25px;
    color: #030303;
	opacity: 0 !important;
}

/*Seite 2, Grußtext*/
p.greeting {
    position: absolute;
    z-index: 20;
    color: #1531aa;
    text-align: left;
    font-size: 31px !important;
/*    margin-top: 290px;*/
    margin-top: 279px;
    margin-left: 30px;
    max-width: 280px;
}

/*Seite 3, Anrede innen*/

p.anrede {
    color: #393838;
    font-family: "noto_sansregular";
	font-weight: 700;
    font-size: 14.5px;
    text-align: left;
    margin-top: 76px;
    margin-left: 36px;
    text-shadow: 1px 1px 1px #e3e3e3, 0px 0px 0px #fff;
	line-height: 1.1;
}

#card-34 .front {
/*	border-left:1px solid #e6e6e6;*/
	height: 100%;
	padding-top: 40px;
}

#card-34 .front p {
/*    text-shadow: 1px 1px 1px #e3e3e3, 0px 0px 0px #fff;*/
	font-family: "noto_sansregular";
	color: black;
	padding: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
	padding-top:0;
	font-size: 13px;
/*	padding-top: 30px;*/
/*    margin-top: 2px;*/
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
