@charset "utf-8";

/* CSS Reset ********************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: arial, verdana, sans-serif;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	position: relative;
}

body {
	font-size: 16px;
	color: #525252;
	height: 100%;
}

img {
	border: 0;
}

b,
strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

.ui-autocomplete {
	width: 340px;
}

.ui-autocomplete a {
	margin: 5px;
	display: block;
}

/* Font Faces ********************************************************************************/
@font-face {
	font-family: icon-font;
	src: url(../../../webfonts/icon-font/icon-font.eot);
	src: url(../../../webfonts/icon-font/icon-font.eot?#iefix) format('embedded-opentype'),
		url(../../../webfonts/icon-font/icon-font.woff) format('woff'),
		url(../../../webfonts/icon-font/icon-font.ttf) format('truetype'),
		url(../../../webfonts/icon-font/icon-font.svg#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

#mw_content {
	width: 996px;
	margin: 0 auto;
	position: relative;
	top: -30px;
}

#column-left {
	width: 656px;
	float: left;
}

#column-right {
	width: 324px;
	float: right;
}

.clear {
	height: 32px;
	clear: both;
}

h1 {
	font-size: 32px;
	color: #2B5AB4;
}

.mw-text {
	font-size: 14px;
	color: #525252;
	margin-top: 6px;
}

.sub-head {
	margin-top: 14px;
	font-size: 16px;
	color: #2B5AB4;
}

/*** IBE  ***/
.ibe {
	width: 484px;
	height: 312px;
}

.white-grey-gradient {
	background: #EFEFEF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #EFEFEF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #efefef 100%);
}

.border-999 {
	border: 1px solid #999;
}

.ibe h1 {
	padding: 5px 10px;
	margin: 0 0 15px 0;
}

.grey-gradient {
	background: #787878;
	background: -moz-linear-gradient(top, #787878 0%, #5F5F5F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(100%, #5F5F5F));
	background: -webkit-linear-gradient(top, #787878 0%, #5F5F5F 100%);
	background: -o-linear-gradient(top, #787878 0%, #5F5F5F 100%);
	background: -ms-linear-gradient(top, #787878 0%, #5F5F5F 100%);
	background: linear-gradient(to bottom, #787878 0%, #5F5F5F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#5F5F5F', GradientType=0);
}

.ibe section {
	width: 100%;
	padding: 0 10px 0 10px !important;
}

.ibe section label:first-child {
	width: 92px;
}

.text {
	font-size: 15px;
}

.ibe label {
	padding: 0 0 0 0 !important;
	display: inline-block !important;
	vertical-align: middle;
	width: 104px !important;
	;
}

.annahme {
	margin-right: 5px;
}

.ibe input {
	width: 346px;
	background-color: #fff;
}

.long-input {
	width: 344px;
	*width: 326px;
}

.box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ibe input,
textarea {
	border: 1px solid #ccc;
	padding: 8px;
	margin: 0 13px 15px 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	font-size: 16px;
	background-color: #fff;
}

.abgabe {
	width: 109px !important;
}

.annahme {
	width: 110px !important;
}

.ibe ul {
	list-style: none;
	padding: 10px 0px 0px 0px;
	height: 160px;
	margin: 0 0 -10px 0;
}

.select-box {
	background: url(../../../central-point/images/forms/select-box-arrow.gif) no-repeat 100% center #fff;
}

.select-box-list {
	overflow: auto;
	width: 171px;
	min-height: 30px !important;
	max-height: 190px !important;
	position: absolute !important;
	z-index: 10;
	background: #fff !important;
	display: none;
	border: 1px solid #ccc;
	overflow-x: hidden;
	padding-bottom: 5px;
}

.select-box-list li {
	list-style: none;
	padding: 5px 10px !important;
	cursor: pointer;
	color: #333 !important;
	position: relative;
	display: block;
	width: 88%;
}

.select-box-list li:hover {
	background: #2B5AB4;
	color: #fff !important;
}

.clear-both {
	clear: both !important;
}

.ibe .small-input {
	width: 23%;
	cursor: pointer;
}

.date-box {
	background: url(../../../central-point/images/forms/date-box.gif) no-repeat 96% center #fff;
}

.button.blue.big {
	background-image: #6593E8;
	background-image: -moz-linear-gradient(top, #6593E8 0%, #144498 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6593E8), color-stop(100%, #144498));
	background-image: -webkit-linear-gradient(top, #6593E8 0%, #144498 100%);
	background-image: -o-linear-gradient(top, #6593E8 0%, #144498 100%);
	background-image: -ms-linear-gradient(top, #6593E8 0%, #144498 100%);
	background-image: linear-gradient(to bottom, #6593E8 0%, #144498 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6593E8', endColorstr='#144498', GradientType=0);
}

.button.blue:hover {
	background-position: 0 0;
}

.ibe .button {
	width: 40%;
	border: 1px solid #2B5AB4;
	box-shadow: 2px 2px 2px #999;
	margin-right: 10px;
}

.button.big {
	padding: 10px 20px !important;
}

.ibe input {
	width: 336px;
	background-color: #fff;
}

.button {
	color: rgb(255, 255, 255);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	text-align: center;
	white-space: nowrap;
	text-decoration: none !important;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-size: 100% 200%;
	background-position: 0 -28px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.float-right {
	float: right;
}

/*** IBE Ende***/

.header-headline {
	position: absolute;
	left: 502px;
	top: 8px;
	font-size: 46px;
}

/********Header Logos************/
.logo-wrapper {
	margin-top: 160px;
	width: 438px;
	height: 73px;
}

.logo-wrapper.first-row {
	width: 340px;
}

.logo-wrapper.second-row {
	width: 438px;
}

.logo-wrapper img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	width: 104px;
	height: 34px;
}

/***** Logos new SW *******/
.mw-logo-line {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
}

.mw-logo-line .mw-logo {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.mw-logo-line .mw-logo:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.mw-logo-line .mw-logo img {
	height: 50px;
	width: 125px;
	object-fit: contain;
	object-position: center;
	margin: 0;
}

/** Tooltip **/
#stornohidden,
#rechthidden,
#ulimhidden {
	width: 195px;
	padding: 10px;
	background: #fff;
	box-shadow: 2px 2px 2px #aaa;
	position: absolute;
	display: none;
	z-index: 1001;
}

#stornohidden:before,
#rechthidden:before,
#ulimhidden:before {
	content: "";
	width: 13px;
	height: 18px;
	background: url(../../img/tooltip-arrow.png) no-repeat;
	position: absolute;
	left: -13px;
	top: -1px;
}

#example strong {
	margin: 0 0 5px 0;
}

#tooltip-close {
	margin: 0 0 5px 0;
	width: 17px;
	height: 17px;
	background: url(../../img/tooltip-close.gif) no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

/*** content ***/
#buehneContainer {
	position: relative;
	width: 988px;
	height: 327px;
	padding: 8px 0 0 8px;
	background: url(../../img/header/header-image.jpg) no-repeat;
}

.stoerer {
	background: url(../../img/header/gewinnspiel-stoerer.png) no-repeat;
	margin-left: -140px;
	height: 148px;
}

.headline-wrapper {
	bottom: -16px;
	width: 400px;
	right: 180px;
}

/*** fehlermeldung-IBE ************/
.error-ibe {
	left: 372px;
	top: 75px;
	height: 34px;
	position: absolute;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: url(../../img/error-arrow-long.png) no-repeat 0px;
	z-index: 90;
	padding: 0px;
	margin: 0px;
	padding-left: 11px;
	width: 320px;
}

.error-ibe p {
	color: #8c000d;
	z-index: 12;
	/*height:					25px;*/
	width: 500px;
	border-top: 2px solid #8c000d;
	border-right: 2px solid #8c000d;
	border-bottom: 2px solid #8c000d;
	border-left: 2px solid #8c000d;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fff;
	padding-right: 4px;
}

#icon-wrapper {
	height: 90px;
	width: 996px;
	margin: 20px auto 8px auto;
	background: #fff;
	border-bottom: 1px solid #E6E6E6;
}

.claim {
	line-height: 1.2em;
	margin-left: 68px;
	padding: 4px 4px 4px 4px;
	font-size: 24px;
	color: #2B5AB4;
	cursor: help;
}

.mw-inkl-icon {
	height: 63px;
	background-image: url(../../img/inkl-icon.png);
	width: 320px;
	z-index: 100;
}

.left {
	float: left;
}

.middle {
	float: left;
	margin-left: 16px;
}

.last {
	float: right;
	margin-left: 16px;
}

/* user-comments */
/* Rating Stars fuer Bewertungen *****************************************************/
.user-comments {
	border-bottom: 1px solid #CCCCCC;
}

.user-comments p {
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 5px;
}

.bold {
	font-weight: bold;
}

.rating-stars {
	display: block;
	height: 17px;
	width: 100px;
}

.rating-stars {
	width: 100px;
	height: 17px;
	display: block;
}

.rating-stars.stars_1,
.rating-stars.stars_2,
.rating-stars.stars_3,
.rating-stars.stars_4,
.rating-stars.stars_5 {
	background-image: url(../../img/ratings/rating-stars-sprite.png);
	background-repeat: no-repeat;
}

.rating-stars.stars_2 {
	background-position: 100% -17px
}

.rating-stars.stars_3 {
	background-position: 100% -34px
}

.rating-stars.stars_4 {
	background-position: 100% -51px
}

.rating-stars.stars_5 {
	background-position: 100% 100%
}

#user-comment article {
	padding: 0 0 5px 0;
}

#user-comment {
	overflow: hidden;
}

#user-comment-img {
	background: url(../../img/ratings/bewertungs-header.jpg) no-repeat;
	width: 324px;
	height: 185px;
}

#user-comment div[data-headline] {
	position: relative;
}

#user-comment div[data-headline]:after {
	content: attr(data-headline);
	color: #fff;
	position: absolute;
	font-size: 20px;
	font-family: verdana;
	padding: 5px 10px 8px 10px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: url(../img/transparent-black-30.png) repeat;
	background: rgba(102, 102, 102, .7);
}

#user-comment p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 5px 0;
}

#user-comment a {
	margin: 15px 0;
}

#user-comment a:before {
	content: "\e8f6";
	font-family: icon-font;
	padding: 0 3px 0 0;
}

#user-comment .rating-stars {
	margin: 10px 0;
}

.more-comment {
	display: block;
	color: #2B5AB4;
}

.hidden-comment {
	display: none;
}

#user-comment {
	overflow: hidden;
}

#user-comment-img {
	background: url(http://www.usareisen.de/mietwagen-xml/tpl/images/bewertungs-header.jpg) no-repeat;
	width: 324px;
	height: 185px;
}

#user-comment div[data-headline] {
	position: relative;
}

#user-comment div[data-headline]:after {
	content: attr(data-headline);
	color: #fff;
	position: absolute;
	font-size: 20px;
	font-family: verdana;
	padding: 5px 10px 8px 10px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: url(http://www.usareisen.de/maincore/images/transparent/transparent-black-30.png) repeat;
	background: rgba(102, 102, 102, .7);
}

#user-comment p {
	font-size: 12px !important;
	line-height: 1.6 !important;
	margin: 0 0 5px 0;
}

#user-comment article {
	padding: 0 0 5px 0;
}

#user-comment a {
	margin: 15px 0;
}

#user-comment a:before {
	content: "\e8f6";
	font-family: icon-font;
	padding: 0 3px 0 0;
}

#user-comment .rating-stars {
	margin: 10px 0;
}

/* Regionsliste */
div.region-list-background {
	border: 2px solid #EBF1FE;
}

h2.region-list {
	font-size: 24px;
	color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	line-height: 130px;
	margin: 2px 2px 10px 2px;
	padding-left: 23px;
}

p.region-list {
	font-size: 14px;
	color: #525252;
	font-family: verdana;
	font-weight: bold;
	margin: 20px 10px 10px 10px;
}

.region-list+ul {
	overflow: hidden;
	margin: 20px 0 10px 0;
	font-size: 14px;
	line-height: 24px;
	background: url(../../../images/mietwagen/background/table_city_pages.gif);
	padding-left: 23px;
}

.region-list+ul li {
	float: left;
	width: 25%;
}

.region-list+ul li a {
	color: #525252;
	text-decoration: none;
}

.region-list+ul li a:hover {
	color: #2B5AB4;
	text-decoration: underline;
}

.region-list {
	margin: 20px 0 0px 0;
}

#region-list {
	margin: 10px 0 20px 0;
}

#region-list li {
	float: left;
	font-size: 12px;
	line-height: 1.8;
	margin-right: 20px;
}

#region-list a {
	text-decoration: none;
	color: #525252;
}

.button-ibe-width {
	border-radius: 4px;
	width: 166px;
	/*padding:			10px 50px;*/
}

.button2 {
	margin-right: 0px;
}

/******** contact-box ******
/**** NEUE STARTSEITE ******/

div#mw_content {
	font-size: 14px;
}

div#infoTable ul.subnavi {
	background: #2B5AB2;
	clear: both
}

div#infoTable ul.subnavi li {
	display: inline-block;
	background: #2B5AB2;
	padding: 3px 0px 0px 3px;
}

div#infoTable {
	border-bottom: 2px solid #2B5AB2;
}

div#infoTable ul.subnavi li a {
	display: block;
	padding: 13px 2px 13px 2px;
	text-align: center;
}

div#infoTable ul.subnavi li a.active {
	color: #2B5AB4;
	background: #FFF;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 241px;
}

div#infoTable .table-head {
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #EEE;
	height: 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div#infoTable .table-head a {
	display: block;
}

div#infoTable .table-head img {
	display: inline-block;
}

div#infoTable .table-head a.subline {
	position: absolute;
	bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

div#infoTable .table-content {
	height: 400px;
	position: relative;
}

div#infoTable .table-content2 {
	height: 312px;
	position: relative;
}

div#infoTable .table-content ul {
	margin: 24px 0 24px 0;
}

div#infoTable .table-content ul li {
	padding-left: 12px;
	background: url(../../img/list-square.png) no-repeat top left;
	margin: 8px 15px 8px 15px;
	font-size: 14px;
}

div#infoTable .table-content ul li.font-usa-blue {
	background: url(../../img/list-square-blue.png) no-repeat top left;
}

a.link-arrow {
	background: url(../../img/icons/arrow-blue.gif) no-repeat left top;
	color: #2B5AB2;
	margin-left: 28px;
	margin-right: 16px;
	padding-left: 10px;
	display: block;
	position: absolute;
	bottom: 13px;
}

div.boxBlue {
	width: 100%;
}

div.boxBlue h3 {
	color: #FFF;
	font-size: 23px;
	padding: 12px;
	background: #2B5AB2;
}

div.boxBlue div {
	background: #EBF1FE;
}

div.boxBlue ul {
	display: inline-block;
	padding: 12px 0 12px 0;
	width: 236px;
	float: left;
}

div.boxBlue ul li {
	background: url(../../img/icons/haken.gif) left top no-repeat;
	font-weight: bold;
	margin: 12px;
	padding-left: 20px;
	color: #2B5AB4
}

div.boxBlue ul li.firstLi {
	margin-top: 0px
}

div.greenbox h3 {
	background: #6D9415;
	padding: 6px;
	font-size: 23px;
	color: #FFF;
}

div.greenbox div {
	background: #D0DEC0;
	height: 213px;
}

div.greenbox p {
	color: #445828;
	padding: 0 12px 6px 12px;
}

div.greenbox p.prozent {
	margin-top: 12px;
	font-size: 43px;
	font-weight: 600;
	text-align: center;
	display: block;
}

div.greenbox {
	cursor: pointer;
}

div.boxBlue2 div {
	background: #EBF1FE;
	height: 213px;
}

div.boxBlue2 div h3 {
	font-size: 23px;
	padding: 12px;
	color: #2B5AB2;
}

div.boxBlue2 div ul {
	margin: 0 12px 12px 12px;
}

div.boxBlue2 div ul li {
	margin: 6px 0 6px 0;
}

section.linkTable {
	border: 1px solid #CEDBFB;
}

section.linkTable h3 {
	color: #525252;
	font-size: 16px;
	margin-left: 9px;
}

section.linkTable ul {
	background: #F3F6FE;
}

section.linkTable ul li {
	padding: 2px 0;
}

section.linkTable ul li a {
	display: block;
	margin: 0 9px 0 9px;
	font-size: 12px;
}

section.linkTable ul li.whiteBackground {
	background: #FFF;
}

section.linkTable ul li a {
	color: #525252;
}

div#info p {
	display: block;
	margin: 10px 10px 10px 10px;
	line-height: 1.6;
}

div#info h3 {
	font-size: 23px;
	color: #2B5AB2;
}

div#info ul li {
	padding-left: 12px;
	background: url(../../img/list-square.png) no-repeat top left;
	margin: 8px 16px 8px 16px;
	font-size: 14px;
}

a.subline,
.boxBlue2 a {
	color: #2B5AB2;
}

.u25box {
	border-bottom: 2px solid #2B5AB2;
	height: 324px;
	cursor: pointer;
}

div.columns-24.border-ccc.u25box.margin-right-9.margin-top-24.float-left,
.columns-24.border-ccc.float-left.newRenter.float-left.margin-top-24,
.headline.transparent-black-60.columns-24.font-white {
	width: 490px;
}

.u25box ul li {
	margin: 4px 0 4px 0;
	padding: 0px 6px 0px 12px;
	background: url(../../img/list-square.png) no-repeat top left;
	font-size: 14px;
	display: inline-block;
}

.u25box a {
	background: #2B5AB2;
	padding: 12px;
	display: inline;
	float: right;
	color: #FFF;
	font-weight: bold;
	margin: 9px;
	margin-top: -32px;
}

.u25box div.pic {
	background: url(../../img/u25.jpg) no-repeat top;
	height: 190px;
	position: relative;
}

.u25box div.pic div.headline {
	position: absolute;
	bottom: 0px;
	padding: 6px 0px 6px 0px;
}

.u25box div.pic div.headline h3 {
	padding: 0px 2px 0px 12px;
	display: inline-block;
}

.newRenter {
	border-bottom: 2px solid #6D9415;
	line-height: 1.4em;
	position: relative;
	cursor: pointer;
}

.newRenter .bgIMG {
	background: url(../../img/meeting-point-new.jpg) no-repeat top right;
	height: 324px;
	width: 246px;
}

.newRenter section.leftCol.columns-12 {
	width: 245px;
}

.newRenter section.leftCol h3 {
	background: #6D9415;
}

.newRenter section.leftCol .renterLogo {
	text-align: center;
}

.newRenter section.leftCol p {
	margin: 12px 12px 12px 12px;
}

.newRenter section.leftCol a.link-arrow {
	background: url(../../img/icons/arrow-blue.gif) no-repeat left top;
	color: #2B5AB2;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 12px;
	display: block;
	position: absolute;
	bottom: 6px;
}

.errorInput {
	border: 2px solid #8c000d !important;
}

/** neue Bildbox start *********/
div.boxImagesBG {
	background: url(../../img/verlauf-weiss-transp.png) repeat-x bottom;
	height: 530px;
}

div.boxImages {
	height: 530px;
	background: url(../../img/header/header-image-default91.jpg) no-repeat bottom;
	background-size: cover;
	min-width: 1020px;
}

div.boxImages #ibeForm {
	width: 996px;
	margin: auto;
	padding-top: 24px;
}

div.boxImages #ibeForm section {
	width: 365px;
	margin: 0px;
	padding: 0px;
	border: 9px solid #FFF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	float: left;
}

div.boxImages #ibeForm section .mainWrapper {
	padding: 6px 12px 6px 12px;
}

div.boxImages #ibeForm section .small-input {
	width: 148px;
	margin-bottom: 0px;
}

div.boxImages #ibeForm section .long-input {
	width: 340px;
	*width: 326px;
	background: url(../../img/formBG.gif) repeat-x top #FFF;
	margin-bottom: 0px;
}

.line-bottom-white-s,
.line-bottom-white-l {
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	width: 167px;
}

.line-bottom-white-l {
	width: 340px;
}

.button2.blue.big {
	font-weight: normal;
}

div.boxImagesRightCol {
	width: 446px;
	float: right;
}

.text-44 {
	font-size: 44px;
	margin-top: -18px;
}

.text-96 {
	font-size: 96px;
	margin-left: -5px;
}

.text-53 {
	font-size: 53px;
	margin-left: -5px;
}

.open-sansextra-bold.text-96.font-white.block {
	margin-top: -50px;
}

.open-sansextra-bold.text-53.font-white {
	margin-top: -37px;
}

/** neue Bildbox ende *********/
/** Mietwagen-Gewinnspiel-Box **/
.headline-28.font-white.bold {
	background: #2b5ab2;
	padding: 4px 0 4px 0;
}

.mw-gewinnspiel-wrapper {
	height: 280px;
	background: url(../../img/gewinnspiel-bg.jpg) no-repeat;
}

.columns-all.border-left-ccc.border-right-ccc.display-inline-block.padding-bottom-4.pointer {
	border-bottom: 2px solid #2b5ab2;
	height: 360px;
}

#gewinnspiel-aim.margin-top-16.columns-all.border-left-ccc.border-right-ccc.display-inline-block.padding-bottom-4.pointer {
	width: 994px;
}

/** Mietwagen-Gewinnspiel-Box ende**/