.overflow{
	overflow:hidden
}
#iframe_contents {
	display: none;
}
#iframe_contents, #popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4000;
	background-image:url("./template/_media/media/style/80_proz_000.png");
	text-align:center;
	overflow: hidden;
	-webkit-overflow-scrolling:touch
}
.iframe-schliessen{
    text-align:center;
	color: #000;
    cursor: pointer;
	padding:7px 0;
	display:block;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	background-color:#efefef
}
.iframe-schliessen:hover{
	background-color:#ccc
}
#iframe_contents iframe{
	border:0;
	height:527px;
	width:100%
}
#iframe_contents > div{
	width:518px;
	height:549px;
	
}
#iframe_contents div div {
    height: 512px;
    overflow-y: auto;
    padding: 20px;
	display: none;
}
#iframe_contents p{
	margin:10px 0 20px 0
}
#iframe_contents ul {
    margin: 20px;
}
.lightbox_content, #iframe_contents > div, #popup-content{
	width:518px;
	height:600px;
	margin-left:-259px;
	margin-top:-300px;
	position:absolute;
	text-align:left;
	background:none;
	background-color:#fff;
	left:50%;
	top:50%;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	behavior: url(./template/_media/media/js/PIE.htc);
	-webkit-box-shadow:3px 5px 6px 5px rgba(0, 0, 0, 0.2);
	box-shadow:3px 5px 6px 5px rgba(0, 0, 0, 0.2);
}
#sponsor-content{
	padding:20px 0 !important;
	margin:0;
	border:none !important
}
/* Allgemeines */
* {
    margin:0;
    padding:0;
    font-size:12px
}
img {
	border:0
}
a{
	color:#666
}
body {
    margin:0 auto;
    line-height:1.3em;
    font-family:Arial, Helvetica, sans-serif
}
input[type=submit]{
	background-color:transparent
}
.clear{
	clear:both
}
.step4 body,
.step5 body {
    height:auto
}
.step4 #white-bg,
.step5 #white-bg {
    position:relative;
	padding-bottom:20px
}
.red {
    color:#f00 !important
}
#text{
	background-color:#FFFFFF;
    height:100%;
	width:100%;
    position:absolute
}
#text p, #text h1{
	padding:20px 20px 0 20px
}
/* Formular */
#form {
    position:absolute
}
#form input{
	margin-top:3px;
	margin-bottom:3px
}
#form table {
    border-spacing:0;
    border-width:0
}
#accept, #text_form_einwilligung, #accept a, #text_form_einwilligung a, #text_form_einwilligung label{
	font-size:11px
}
.unregister #form {
	padding-top:50px
}

.unregister #form p {
	margin-bottom:20px
}

#inputfields {
    margin:10px 0;
    line-height:1em
}

#inputfields td small {
	font-size:0.8em
}
#inputfields td,
#inputfields th {
    text-align: left;
    border-spacing: 0
}
#inputfields th {
    padding:6px 15px 6px 0
}

#inputfields td.form_input {
    padding-right: 5px
}

#inputfields td.form_label {
    padding-right: 15px
}

#inputfields td.input_anliegen .title {
	padding-bottom: 10px
}
#inputfields td.input_anliegen {
	padding: 10px 0
}

td.input_vorname input, td.input_nachname input, td.input_email input,
#firstname, #lastname, #email
{
    width: 235px
}

td.input_vorname input,
td.input_nachname input,
td.input_email input,
td.input_strasse input,
td.input_hausnr input,
td.input_plz input,
td.input_ort input,
td .tele .inp_phone_1,
td .tele .inp_phone_2,
td.input_land select,
td .gb .inp_birthday_d,
td .gb .inp_birthday_m,
td .gb .inp_birthday_y,
#form input[type=text], 
#form input[type=number], 
#form input[type=email],
#form input[type=tel]
{
    height: 16px;
    padding: 1px 0
}

/* Checkboxen und Radio-Buttons Coreg-Steps */
.step4 label, .step4 input[type="radio"] + label::before, .step4 input[type="checkbox"] + label::before, .step4 input[type="radio"] + span::before, .step4 input[type="checkbox"] + span::before {
  vertical-align: middle;
}

.step4 input[type="checkbox"] + label::before, .step4 input[type="checkbox"] + span::before {
  background: url(./template/_media/media/style/checkbox-desktop.png) no-repeat 0 0;
}

.step4 input[type="radio"] + label::before, .step4 input[type="radio"] + span::before {
  background: url(./template/_media/media/style/radio-desktop.png) no-repeat 0 0;
}

.step4 input[type="radio"], .step4 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  display: block;
  height: 43px;
  width: 40px;
}

.step4 input[type="radio"] + label::before, .step4 input[type="checkbox"] + label::before, .step4 input[type="radio"] + span::before, .step4 input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 43px;
  line-height: 30px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.step4 input[type="radio"]:disabled + label, .step4 input[type="checkbox"]:disabled + label {
  opacity: .5;
}

.step4 input[type="radio"]:checked + label::before, .step4 input[type="checkbox"]:checked + label::before, .step4 input[type="radio"]:checked + span::before, .step4 input[type="checkbox"]:checked + span::before {
  background-position: 0 -86px !important;
}  


td.input_land select {
    height: 20px;
    padding: 1px 0
}
input.textfeld, .textfeld input, 
#form input[type=text], 
#form input[type=number], 
#form input[type=email],
#form input[type=tel], select{
    border:1px solid #999;
	padding:2px 5px
}
select{
	min-width:158px
}
.str, #street, .ort, #city, .tele .inp_phone_2, #phone_p2{
    width:156px
}
#phone_single{
	width:235px
}

.plz, #zipcode, #streetno{
    margin-right: 3px;
    width:64px
}

.tele .inp_phone_1, #phone_p1 {
    width:64px
}

.land, #country{
    height:20px
}

.inp_birthday_d, #birthday_day{
    width:30px
}

.inp_birthday_m, #birthday_month{
    margin-left: 3px;
    width:30px
}

.inp_birthday_y, #birthday_year {
    margin-left: 3px;
    width:50px
}

#text_begruessung {
    font-size: 13px !important;
    font-weight: 700;
    color: #f00;
    margin-bottom: 15px
}

#text_form_ausfuellen,
#text_form_einwilligung {
    font-size: 11px
}

#text_form_ausfuellen a,
#text_form_einwilligung a {
    color: #666;
    text-decoration: underline
}

#text_form_ausfuellen {
    margin-bottom: 15px
}

.btn, #form_submit {
    cursor: pointer
}

.step4 .btn, .step4 #form_submit {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 30px auto !important
}
#text_form_einwilligung label{
	line-height:140%
}

/* Sponsor Slider */
#sponsor{
    height:100px;
    margin:0 auto;
	margin-bottom:10px;
    position:relative;
	overflow:hidden;
	background-color: #eee;
}
.logo{
    width:80px;
    padding:1px;
    float:left;
    margin:4px 15px;
	opacity:0.5;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out
}

#metanav li {
    float: left;
    display:inline-block;
    margin-left:10px;
}

#metanav {
    margin-bottom: 30px;
    min-height:20px;
    float:right;
}

/* Nachricht Box */
.nachricht{
	background-color:#fff;
	padding-bottom:30px
}
.nachricht h2 {
    color: #f00;
    font-size: 20px;
    line-height: 3em;
    text-align: center;
    font-weight: 400;
}
.nachricht h3 {
    color: #f00;
    font-size: 12px;
	margin-bottom: 10px;
}
.nachricht h4 {
	font-size:1.6em
}
.nachricht .box {
    width:600px;
	background-color:#ddd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    padding: 20px 20px 20px 20px;
    margin: 0 auto 27px;
    padding-bottom: 10px;
	min-height:100px;
	border:1px solid #bbb
}
.nachricht .box p {
    margin: 10px 0;
}


#multireg {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-top: 50px;
}
#contact_email {
    background: #fff;
    border: 1px solid #ccc;
	color: #aaa;	
	padding: 1px;
}
#contact_content {
    width: 327px;
    height: 70px;	
}


/* Fehler Meldungen */
#error_message .close img{
	padding:5px 10px;
	width:40px
}
#error_message .icon {
	left:20px;
	position:absolute;
	top:30px;
	width:70px
}
#error_message {
    position:fixed;
    top:0;
    left:0;
    z-index:10000;
    width:100%;
    height:100%;
	background-color:#000;
    background-color:rgba(0,0,0,.5);
}
#error_message>div {
    position:absolute;
    left:50%;
    top:200px;
    padding: 50px;
    margin-left:-300px;
}
#error_message .box {
    position:relative;
    border: 4px double #F30;
    padding: 50px 70px 50px 120px;
	background-color:#fff;
	max-width: 300px;
	box-shadow: 0 0 20px #660000;
	margin:0 auto
}
#error_message .error_list {
    margin: 20px 0;
    list-style-type: none;
    line-height: 1.5em;
}
#error_message .close{
	position:absolute;
	right:0;
	top:0;
	background:none repeat scroll 0 0 #EEE;
    border-bottom-left-radius: 1em;
	border-top-right-radius:0.4em;
	box-shadow:-2px 2px 10px #CCC
}
#error_message .close:hover{
	border-bottom:1px solid #F99;
	box-shadow:-2px 2px 20px #999
}
#error_message strong{
	font-weight:bold;
	font-size:1.2em
}
.error_list span{
	display:block;
	padding:5px;
	font-weight:bold
}
/* Pfeile für Number Input entfernen (Webkit, Firefox) */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance:none;
	margin:0
}
input[type=number]{
	-moz-appearance:textfield
}
/* Banner */
#gutscheinconnection-container1{
	text-align:center
}
#reichweite2{
	margin:20px auto;
    width:750px
}
#tharuka{
	margin:0 auto;
	width:675px
}
.coreg iframe{
	margin:0 auto;
	display:block
}

/* Display Ads */
.display-ads{
	width:760px;
	margin:0 auto
}
.banner-300-links{
	margin-right:20px
}
.banner-300-links, .banner-300-rechts{
	width:300px;
	display:inline-block
}
.banner-300-links img, .banner-300-rechts img, .banner-300-links iframe, .banner-300-rechts iframe{
	margin: 3em 0
}

/* confirmation popup */
#confirmation_popup{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}
#confirmation_popup .popup_inner{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	padding: 10px 20px;
	background: #fff;
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,1);
}
#confirmation_popup h2{
    font-size: 15px;
	text-align: center;
    margin: 10px 0;
}
.popup_buttons{
	text-align: center;
}
#confirmation_popup input.popup_button {
    background: #888888;
	width: auto;
    padding: 6px 40px;
    margin: 10px 15px;
	color: #f1f1f1;
	font-size: 12px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
body {
	background-image: url("./template/_media/media/style/background.jpg");
	width: 975px;
	background-attachment: fixed;
}
h6 {
	margin: 1em auto;
	font-size: 2em;
	font-weight:bold;
	text-align:center;
}
h6 > span {
	font-size: 1em;
}
.step5 body, .step4 body {
	width: 990px;
}
.campaign_sponsor_switch{display:none}

.mp{
	display:none
}

.logo {
    width: 68px !important
}

#form_submit_invalid, .invalid_button{
	display:inline;
	font-size:12px;
	margin-top: -9px !important;
	border:0;
	background:transparent;
	cursor:pointer;
	color:#666;
	width: 367px;
	white-space: normal;
}
#form_submit_invalid:hover{
	text-decoration:none
}
#form_submit{
	margin:25px auto !important;
	color: #FFFFFF; 
    font-size: 3em;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000000;
	cursor:pointer;
	display:block;
	text-align:center;
	border:2px solid #fff;
    -moz-box-shadow:inset 0 0 10px #cb60b3;
    -webkit-box-shadow:inset 0 0 10px #cb60b3;
    box-shadow: 0 0 10px #cb60b3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,c146a1+50,a80077+51,db36a4+100;Pink+Gloss */
	background: #cb60b3; /* Old browsers */
	background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */
}
#form {
    height: 447px;
    left: 538px;
    top: 224px;
    width: 377px;
}
.wrapper_coreg h3{
	font-size: 17px;
    margin-left: 36px
}
h1 b{
	font-size:100%
}
.step5 .nachricht{
	margin-left: 14px;
    margin-right: 7px
}
.step4 body,
.step5 body {
	width: 990px
}
.step1 #sponsor {
    width: 861px;
    height: 188px;
    left: 0;
    margin-top: -100px;
    padding: 0 57px;
}
}
.step5 #sponsor, .step4 #sponsor {
	height: 127px;
	margin: 0;
	left:0
}
.green {
	color: #209e21 !important;
}
#header{
    height:180px;
    position:relative;
	margin-top:6px
}
#header img{
    position:absolute;
	margin-top:-7px;
	width: 990px !important;
}
#form {
    top: 224px;
    left: 537px;
    width: 377px;
    height: 437px;
}
.btn, #form_submit {
    width: 369px;
    height: 81px;
    top: 320px;
    left: 47px;
    display: block;
    margin: 20px auto;
	background-position:center;
	background-repeat:no-repeat
}
.confirm .nachricht{
	width:880px
}
#gutscheinconnection-container{
	text-align:center
}
#alternate, .alternate{
	background-position:top center;
	background-repeat: no-repeat;
	height: 838px;
    width: 975px;
}
#flashContent .alternate {
    background-image: url("./template/_media/media/style/fallback.png") !important;
}

#flashContent{
	position:relative
}
.closebtn, .close{
	background-image:url("https://mon-nouveau-smartphone.fr/template/_media/media/style/error-close.png");
	display:block;
	width:59px;
	height:54px;
	background-size:100%
}
body {
	background-color:#ccc
}
label{
	padding:5px
}
#wrapper {
	position: relative;
	width: 975px !important;
	height: 838px;
}
#header img{
	width:990px;
}
.step4 #white-bg, .step5 #white-bg {
	width: 990px;
	margin-left: 0
}
.step4 #white-bg,
.step5 #white-bg {
    background: #fff;
}
#metanav,
#sponsor {
    margin-right: 0;
}

.step4 #metanav,
.step4 #sponsor,
.step5 #metanav,
.step5 #sponsor {
    margin-left: 0;
    margin-right: 0;
}

#metanav a,
#metanav {
    color: #fff;
}
#metanav {
	float: right;
}
#metanav p {
	margin: 10px 0;
}
#metanav ul {
	display: inline-block;
    overflow: hidden;
	margin-bottom: 20px;
}
.campaign_sponsor_text p{
	padding:0 !important
}
.campaign_sponsor_text{
	width:380px;
	float:left
}
.campaign_sponsor{
	padding:20px
}

/**** Kampagnen auf Step 4 (Display) *****/
div.kampagnen{
	width:70%;
	margin:10px auto;
	min-width:600px;
}
div.kamp_left{
	width:50%;
	float:left;
	box-sizing: border-box;
}
div.kamp_right{
	width:50%;
	float:right;
	box-sizing: border-box;
}

/* UNREGISTER & CONTACT */
html.step1.contact div#form,
html.step1.unregister div#form {
	padding: 0;
	position: absolute;
	top: 220px;
}
.logo{
	margin: 14px 22px;
	width: 77px;
}
.step1 .logo{
	margin: 14px 8px;
}
.step4 #sponsor, .step5 #sponsor{
	height: 120px
}
#form_submit_invalid {
	display: none;
}
.veranstalter {
	position: absolute; 
	width: 500px;
	top: 927px;
	color: #fff;
}

.crg > .crg_error {
	background: #EB3B43;
	display: block;
    float: left;
    margin: 0.25em 0 1.5em 0;
    width: 100%;
	padding: 0.5em;
	border: 1px solid #EB3B43;
	color: white;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
} 