/* Getup Teaser Box
*******************************************/

.getup_teaser_box {	
	font-size: 0.9em;
	line-height: 2.5em;
}

.getup_teaser_box_text_wrapper {
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
}

.getup_teaser_box.bigbox .getup_teaser_box_text_wrapper {
	top: 20%;
}




.getup_teaser_box>.wrapper  {
	width: 100%;
	height: 100%;
}

.getup_teaser_box.smallbox {
	width: 100%;
	height: 400px;
}

.getup_teaser_box.widebox {
	width: 100%;
	height: 400px;
}

.getup_teaser_box.bigbox {
	width: 100%;
	height: 750px;
}


.getup_teaser_box_link {}

.getup_teaser_box_image {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.getup_teaser_box.smallbox .getup_teaser_box_image,
.getup_teaser_box.widebox .getup_teaser_box_image {
	height: 350px;
}

.getup_teaser_box.bigbox .getup_teaser_box_image {
	height: 700px;
}





.getup_teaser_box_text_wrapper>DIV {
	position: relative;
	width: 100%;
	text-align: center;
	color:  white;
}

.getup_teaser_box_text1 {
	font-size: 2em;
}
.getup_teaser_box_text2 {
	font-size: 3em;
}
.getup_teaser_box_text3 {
	font-size: 1.5em;
}


.getup_teaser_box_headline {
	padding-top: 10px;
	width: 100%;
	height: 40px;
	position: relative;
	text-align: center;
}



/* Getup Contact Box
*******************************************/

.getup_contact_box {}
.getup_contact_box>.wrapper  {
	width: 350px;
	height: 100%;
	font-size: 0.8em
}

.getup_contact_box.smallbox {
	width: 350px;
	height: 550px;
}

.getup_contact_box_image {
	position: relative;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;	
	background-position: center center;
	background-repeat: no-repeat;
}

.getup_contact_box_text_wrapper {
	margin-top: 10px;
}

.getup_contact_box_text_wrapper * {
	position: relative;
	width: 100%;
	text-align: center;
	color: black;
}
