
.modal{
	    background-color: rgba(0,0,0,0.6); /* Transparent black backgroung */
}

.modal-footer{
	border-top:none; /* overwrite the bootstrap basic css */
}

#info-box-wrapper{
	display:none;
}
#paymentIFrame{border-width:0px!important;height:720px;}
@media(max-height: 720px){
	#paymment-card-modal-content {max-height: 500px!important;overflow: auto}
}
@media(min-width: 768px){
	#paymentIFrame{width:420px!important;}
}
@media(max-width: 767px){
	#paymentIFrame {height: auto!important;}
	#paymment-card-modal-content {height: 500px!important;overflow: auto}
}

#payment-card-dialog {padding-right: 0!important;}
#paymment-card-modal-content{max-width:450px;}
#paymment-card-modal-content .modal-body {padding: 15px 10px;}

#geb-info{
	color:grey;
}

#overviewPrice{
	color:#2f2f2f;
	font-size:24px;
	font-family: 'Lato Black',Arial,sans-serif;  
	margin: 5px 0;
	}

#overview-no-text{
	margin-top:8px!important;
	font-size:14px;
}

#editionMailDelivery{
	font-size:12px!important;
	margin-bottom:2px!important;
}

#totalMailDelivery{
	font-size:12px!important;
	margin-bottom:2px!important;
}

#overviewPaymentPeriod, #upgradePaymentPeriod{
	font-size:12px!important;
}
#overview_additional{
	font-size:10px;
}
#overviewSectionIvw{
		font-size:11px;
		color:grey;
		margin-top:-30px;
		margin-bottom:10px;
}
@media(max-width: 767px){
	#overviewSectionIvw {margin: 0 0 10px}
}
#edition-ivw-text{
		font-size:11px;
		color:grey;
		padding-left:0px;
		margin-top:2px;
}

#edition-no-text{
		font-size:14px;
}

#edition .chosenpack h3{
	margin-bottom:0px
}
	
#edition-endprice-field{
	font-size:20px!important;
	margin-bottom:3px!important;
	margin-top:13px!important;
}

.modal-open{
	overflow: auto; /* overwrite the bootstrap basic css */
}

.teaser-package .package.package-3::before {
    content: "";  
}

.right {
	float: right;
}

.left {
	float: left;
}

.space-right-5 {
	margin-right: 5px;
}

#link-to-my-data:hover {
	text-decoration: none;
}

.to-my-data {
	text-decoration: underline;
	font-weight: bold;
}

.carousel-control.disabled {
	display: none;
}

#out-of-distribution-text{
	display:none;
	color:red;
}

#zipCode, #city, #street {
	position: relative;
}

.spacerStylebutton {
	margin-left: 25px;
}

#payment_type a.btn-choose:focus,
#payment_type a.btn-choose:hover{border:1px solid #ffbe00;background-color: #fff}

#paymentSinglePriceNextButton {
	margin-top: 20px;
}

#overviewSectionMatriculation .sumdata{
	overflow: auto;
	margin-top: 20px;
}

.spacerTop10 {
	margin-top: 10px;
}

.spacerTop20 {
	margin-top: 20px;
}

.spacerBottom20 {
	margin-bottom: 20px;
}

.colorYellow {
	color: #ffbe00;
    font-weight: bold;
}

.modal-header {
    border-bottom: 1px solid #ffbe00;
	}
	
.modal-content {
	 border-radius: 0px;
}

.btn-dialog {
    background: none repeat scroll 0 0 #ffbe00;
    border: 1px solid #ffbe00;
    color: #2f2f2f;
    display: inline-block;
    font-family: "Lato Black",Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px;
}

.btn-dialog:hover {
    background-color: #fff;
}

body.modal-open-noscroll {
  margin-right: 0!important;
  overflow: hidden;
}
.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  margin-right: 0!important;
}

.modal-open {
    overflow: auto!important;
}

.colorGrey {
	color: #999999;
	margin-bottom: 10px;
}

#osc-circit-de-rp-optin-subtext{
	font-size: 12px;
    font-weight: normal;
}

#checkout .terms-submission .terms-box {
    height: auto;
}

#osc-circit-de-rp-units ul.bullet-list li {
	list-style: outside none none;
    background-image: url("../../img/asset/bullet_cstyle-dark.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 23px;
}

.rp-link {
	text-decoration: underline;
}

.terms-box-cancellation{
 background-color: #fbfbfb;
 padding: 20px;
 font-size: 12px;
 font-weight: normal;
 margin-bottom: 10px;
}

.redColored {
    color: #d2000a;
}

.error {
	color: #d2000a;
	font-size: 14px; 
	border: 1px solid #d2000a;
	padding: 20px;
}

.property-error {
	left: 0;
	opacity: 0.95;
	position: absolute;
	margin-top: 24px; /* original -4px*/
}

.property-error-close-button {
	background: none;
	border: medium none;
	border-radius: 0;
	cursor: pointer;
	display: block;
	height: 9px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 18px;
	width: 10px !important;
	z-index: 1;
}

.property-error-close-button .ui-icon-closethick {
	background: transparent url("../../modules/form_error/img/error_tooltip_close.png") no-repeat 0
		0;
	width: 10px !important;
	height: 9px;
	margin: 0;
	position: static;
	display: block;
}

.property-error-close-button .ui-button-text {
	text-indent: -9999em;
}

.property-error:hover {
	cursor: pointer;
}

.property-error-label {
	color: #D2000A !important;
	/*font-size: 11px;
    line-height: 15px;*/
}

.property-error-text {
	background-color: #474747;
	border: 1px solid #474747;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	padding: 6px 30px 6px 10px;
	line-height: 15px;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.4); /* WebKit */
	-moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.4); /* Firefox */
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.4); /* Standard */
}

.property-error-arrow {
	width: 0px;
	height: 0px;
	margin-left: 35px;
	border-style: solid;
	border-width: 0 9px 9px;
	border-color: transparent transparent #474747;
	border-style: solid;
}


.italic {
    font-style: italic;
}

#forgottenPassword {
    font-style: italic;
}

#osc-circit-de-password-link {
	font-weight: bold;
	text-decoration: underline;
}

.servicepoint-link:hover {
	text-decoration: underline;
}

.servicepoint-btn {
	margin-bottom: 20px;
}

.servicepoint-btn:hover {
    background-color: #fff;
    border: 1px solid #ffbe00;
}

.final-page-digital-text {
	background-color: #fff;
	border: 1px solid #ffbe00;
    padding: 15px 30px;
    margin-bottom: 30px;
}

.margin-top-on-final-page {
	margin-top: 30px;
}

.final-page-digital-text a {
	text-decoration: underline;
}

.clear {
	 clear: both;
}

#servicepoint-print-only {
	display: none;
}

.final-back-btn {
	margin-bottom: 20px;
}

.final-back-btn:hover {
    background-color: #fff;
    border: 1px solid #ffbe00;
}

.btn-survey{
	margin-top: 10px;
	margin-bottom:30px;
}

.btn-survey:hover {
    background-color: #fff;
    border: 1px solid #ffbe00;
}

a[name=changeEditionButton] {
	padding: 7px 20px;
	background-color: #ffbe00;
    float: right;
    border: 1px solid #dbdbdb;
    color: #2f2f2f;
    display: inline-block;
    font-family: "Lato Black",Arial,sans-serif;
    font-size: 15px;
    margin: 0 auto;
    min-width: 150px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

a[name=changeEditionButton] :hover {
	background-color: #fff;
	border: 1px solid #ffbe00;
}


a[name=changeEditionButton] ::before {
    content: "";
    font-family: "Glyphicons Halflings";
    font-size: 15px;
    font-weight: normal;
    left: -2px;
    position: relative;
    top: 2px;
}

.no-check:checked + label:after{
	content: none;	
}

#modalWaitIndicator img {
	position: center;
}

#modalWaitIndicator .modal-dialog {
	width: 100px;
	margin: 100px auto 0 auto;
}
@media(max-width: 768px){
	#modalWaitIndicator .modal-dialog {
		margin: 50% auto 0;
	}
}

#complete-rp-cancelation-mobile .term-box{
	padding: 0;
	height: 95px;
    overflow: hidden;
}
#complete-rp-cancelation-mobile .term-box.act {
	height: auto;
}

.item .fa {
	color: #ffbe00;
	font-size: 20px;
}

#checkout .submission a.inactiveButton{
	background-color: #f0ebd7;
    border-color: #9a9292;
    color: #9a9292;
    cursor: default;
}

#checkout .comprice-eur p:nth-child(2) {font-size: 65%;}
#checkout .summary .sumdata {overflow-x: hidden}

#kombi-text-print, #kombi-text-digital {padding-bottom: 5px;}

#servicepoint-cadger-table th{
	padding-right: 15px;
	padding-bottom: 5px;
}

#servicepoint-cadger-table {
	margin-top: 30px;
}

#servicepoint-cadger-table table {
	margin-top: 10px;
}

.has-error {
	outline: 2px solid #d2000a !important;
	border: none !important;
	box-shadow: none !important;
}

.has-success {
	 outline: 2px solid #67e05d !important;
	 border: none !important;
	 box-shadow: none !important;
}

#signatureForSP {
	border-top: 1px solid;
	margin-top: 50px;
	margin-right: -15px;
}

.terms-box-upgrade{
	border: 5px solid #ffbe00;
    margin-bottom: 10px;
    padding: 20px 30px;
    overflow: auto;
    box-shadow: 0 0 10px #333;
}

.section-upgrade-row{
	padding-bottom: 30px;
}

.section-upgrade-row div{
	padding: 0px;
}

.section-upgrade-row h4{
	font-family: "Lato Black",Arial,sans-serif;
	text-transform: uppercase;
  	margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

#upgrade-premium h4{
	padding-left: 15px;
}


#upgrade-text-headline{
	font-family: "Lato Black",Arial,sans-serif;
	font-size: 26px;
	font-weight: normal;
	 font-family: "Lato",Arial,sans-serif;
}

#upgrade-text-content{
	padding-right: 15px;
}

#upgradePrice{
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

#upgradePriceText{
	padding-left: 0;
	width: 100%;
	
}

#upgradePricePrice{
	width: 100%;
	margin-top: 60px;
}

#upgradePricePrice h4{
	font-family: "Lato Black",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

@media(max-width: 767px){
	#upgrade-premium h4{
	padding-left: 0px;}
}

#sp-new-iban #iban-complete{
	float: left;
    width: 92%;
}

#sp-new-iban i{
	float: left;
    font-size: 24px;
    padding-left: 10px;
    padding-top: 5px;
    width: 8%;
    cursor: context-menu;
}

#upgrade-premium img{
	width: 100px;
}

/* RPWZOSCVER-995 
************************************* */
.stylebutton.overwrite{width:auto;height:auto;background:transparent none repeat scroll 0 0;border:0 none;padding-left:30px;font-weight:400;font-size:12px;}
.stylebutton.overwrite a{text-decoration:underline;}
.stylebutton.overwrite span:not(.style),.stylebutton.overwrite span:not(.sr-only){position:static;display:inline;width:auto;font:inherit;margin:0;}
.stylebutton.overwrite span.style{top:3px;}
.stylebutton.overwrite span.sr-only{border:0 none;clip:rect(0px,0px,0px,0px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}

/* hide standard inputs */
.checkbox_style {display:inline-block;vertical-align:top;position: relative}

/* hide standard .checkbox_style inputs */
.checkbox_style input[type='checkbox']:checked,
.checkbox_style input[type='checkbox']:not(:checked),
.checkbox_style input[type='radio']:checked,.checkbox_style input[type='radio']:not(:checked){background:transparent;position:absolute;visibility:hidden;margin:0;padding:0;width:auto;height:auto;left:9px;top:3px;}
.checkbox_style input[type='checkbox'] + label,.checkbox_style input[type='radio'] + label{cursor:pointer;position:relative;}

/* add custom .checkbox_style inputs with ::before */
.checkbox_style input[type='checkbox']:checked + label::before,.checkbox_style input[type='checkbox']:not(:checked) + label::before,.checkbox_style input[type='radio']:checked + label::before,.checkbox_style input[type='radio']:not(:checked) + label::before{content:" ";display:inline-block;width:20px;height:20px;position:absolute;top:0;border:1px solid #bbb;background:#f0f0f0;margin-right:1em;left:0;font-family:FontAwesome;color:#ffbe00;text-indent:2px;font-size:14px;line-height:20px;}
.checkbox_style input[type=radio]:checked + label::before,.checkbox_style input[type=radio]:not(:checked) + label::before{border-radius:0px;}
.checkbox_style input[type='checkbox']:hover + label::before,.checkbox_style input[type='radio']:hover + label::before{content:"";color:#fad575;}
.checkbox_style input[type='checkbox']:checked + label::before,.checkbox_style input[type='radio']:checked + label::before{content:"";border:1px solid #6f6f6f;}
.checkbox_style input:checked + label::after{display:none;}

#payment_type .stylebutton.overwrite span {font-family:"Lato Bold",Arial,sans-serif;font-size:14px;}

#digital-gift{margin-bottom: 30px;}

.red{color: red;}

a.red:hover{color: red;}

#register, .sec-intro{
	margin-top: 30px;
}
#register .comchoice-package{
	border: 1px solid #dbdbdb;
	min-height: 170px;
	overflow: auto;
}

#registerHint .comchoice-package{
	border: 1px solid #dbdbdb;
	min-height: 100px;
	overflow: auto;
}

#register .sec-intro{
    padding-left: 20px;
}

#registerHint .sec-intro{
    padding-left: 20px;
    padding-right: 20px;
}
            	
#checkout #register .comchoice-package h2, #checkout #registerHint .comchoice-package h2{
    margin-bottom: 10px;
    padding-left: 20px;
}
            	
#register .form-group > div {
	padding: 0;
}
#register .col-sm-6, #register .col-xs-12{
	padding-left: 10px;
	padding-right: 10px;
}

a#changeUserDataFromRegister{
	color: #ffbe00;
    font-family: "Lato Black",Arial,sans-serif;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    top: 10px;
}

a#changeUserDataFromRegister::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0;
}

#osc-circit-de-buy-button {
    margin-top: 30px;
}

/* cookie hint */
#cookie-hint {
	background-color:#646464;
	color:white;
	padding:0;
	margin: 0 0 0 0;
    line-height: 1.25em;
    display:none;  
}	
.with-cookie-hint #cookie-hint {
  padding:3px;
  top: 0px;
  margin: 0;
	padding: 0;
	background-color:#646464;
	color:white;
  width: 100%;
  position: fixed;
  display:block !important;	
}	
#cookie-hint input {
	padding:5px 20px;
	margin: 3px 10px;
	cursor: pointer;
	float: right;
	box-sizing: border-box;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #d2d2d2;
	color: #000;
	padding: 2px;
}
#cookie-hint p.wz input {
    border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
    color: #FFF;
    background: #007EC3;
}
#cookie-hint a {
	color: #ffffff;
	text-decoration:underline;
}
.with-cookie-hint #cookie-hint p {
	padding: 3px;
	margin: 0;	
}
.with-cookie-hint #cookie-hint p input {
	padding:2px 14px;
	margin: 3px 10px;
	cursor: pointer;
	bottom: 5px;
	right: 5px;
	float:right;
}
.with-cookie-hint #cookie-hint a {
	color: #ffffff;	
	text-decoration:underline;
}
.with-cookie-hint #cookie-hint a .icon-chevron-right {
	color:#ffbe00;
	font-size:10px;
	padding-left: 4px;
}
body.with-cookie-hint {
	margin-top: 8.3em;
	position:relative;
}
/* END Cookie-Hint */
