/* style.css */

.x-bg {line-height: 1.4;}
.x-text {font-size: 17px; font-weight: bold;font-style: italic;color: inherit;padding: 12px 0;text-align: center;}
.x-top {margin-top: 7px;}

.ostern-l {background-image: url("./images/ostern-l.jpg");
	background-position: 1% 3px;
	background-repeat: no-repeat;
}
.ostern-r {
	background-image: url("./images/ostern-r.jpg");
	background-position: 97%;
	background-repeat: no-repeat;
}

.gb-bild-l{background-image: url("./images/gb-l.jpg");
	background-position: 1% 3px;
	background-repeat: no-repeat;
}
.gb-bild-r {
	background-image: url("./images/present.png");
	background-position: 97%;
	background-repeat: no-repeat;
}
.oct-l {background-image: url("./images/oct-l.png");
	background-position: 1% 3px;
	background-repeat: no-repeat;
}
.oct-r {
	background-image: url("./images/oct-r.jpg");
	background-position: 97%;
	background-repeat: no-repeat;
}

.christmas-tree {
	background-image: url("./images/x_mas_tree.png");
	background-position: 1% 3px;
	background-repeat: no-repeat;
}


.christmas-bell {
	background-image: url("./images/Santa-Claus-Free.png");
	background-position: 97%;
	background-repeat: no-repeat;
}

.new-year-image-left {
	background-image: url("./images/silvester_left.jpg");
	background-position: 1% 8px;
	background-repeat: no-repeat;
}

.new-year-image-right {
	background-image: url("./images/silvester_right.png");
	background-position: 96%;
	background-repeat: no-repeat;
}

@media (max-width: 1100px)
{
	.christmas-tree, .christmas-bell, .new-year-image-left, .new-year-image-right, .gb-bild-l, .gb-bild-r, .oct-l, .oct-r, .ostern-l, .ostern-r{
		background-image: none;
	}


@media(max-width: 950px)
{
	.x-text {
		font-size: 14px;
	}
}
