.Button {
 font-size:14px; width:95%; margin:0px;  background-color:#E31C48;
}
.Button, .Button:link, .Button:active, .Button:visited  { color:#fff !important;}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {background-color:#aaa; border-color:#aaa; }

.modal {
  /* background: rgba(227, 210, 214, 0.8); */ /* Variante 1 */
  background: rgba(255, 255, 255, 0.5);   /* Variante 2+4 */
  /* background: rgba(195, 195, 195, 0.8); */  /* Variante 3 */
}

.modal-content {border-radius:0px;} 
.modal-content h2 {margin-top:10px;} 

.modal_title {
margin-top:15px;
padding-bottom:10px;
font-size: 15px;
font-weight: bold;
}



.modal .modal-dialog {
width: 425px;
}

input[type=radio] + span.icon {
 width:15px;
 height:15px;
 border: 1px solid #999;
 background-color:#ddd;

}

.form-group {
margin-bottom:0px;

}

.form-group.button-wrapper {
margin-top:15px;
}

.modal .modal-content {
 padding: 10px;
 background-color:#eee;
 background-color:#fff; /* Variante 4 */
 border-color:#eee;
 color:#555;
}

.radio-group {
    font-size: 12px;
  	width:75%;
	line-height:16px;
	margin-left:30px;
	margin-bottom:30px;
}

.radiotext{
  font-size: 13px;
  font-weight:normal;
}

.radio {
 padding:0px;
 background-color:#eee;
 background-color:#fff; /* Variante 4 */
 margin-bottom:14px;
 width:100%;
}

.radio_bold {
 font-size:14px;
 font-weight:bold;
 color:#555;

}


.modal .icon {
  margin-left:0px;
  margin-top:1px;
}

input[type="radio"] + span.icon {
    position: absolute;
    top: 0;
    left: 0;
	width:15px;
 	height:15px;
    line-height: 20px;
    margin-right: 10px;
    display: inline-block;
    background-color:#fafafa;
 	border: 1px solid #333;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: background .25s;
    transition: background .25s;
}


input[type="radio"]:checked + span.icon {
    background-color: #E31C48;
}



.cookie_footer {
 font-size:14px;
 margin-top:15px;
 width:100%;
 text-align:center;

}

#modal-tariff a {
    color: #555;
    font-weight: normal;
  text-decoration: underline;
}

.cookie_link1 {
 margin-right:20px;
}




/*************mobile*****************/
@media (max-width: 1099px) {

.Button {
 font-size:10px; width:95%; margin:0px;  background-color:#E31C48;
}

.modal .modal-dialog{
	max-width:80%;
}
.modal_title {
font-size: 11px;
}
.checkbox+.checkbox, .radio+.radio {
margin-top:0px;
}
.radio-group .radio {
 padding-bottom:0px;
  
}
.radio-group {
    font-size: 10px;
  	width:100%;
	line-height:12px;
      margin-left:5px
}
.radio {
 	padding:0px;
}
.radiotext{
  font-size: 11px;
}
.content h2 {
    font-size: 17px;
    margin-bottom: 10px;
}
.content p {
    margin-bottom: 8px;
}

.radio_bold {
    font-size: 12px;
}
.modal .icon {
  margin-left:0px;
  margin-top:0px;
}

input[type=radio] + span.icon {
 width:15px;
 height:15px;
}

.cookie_footer {
margin-top:10px;
    font-size: 11px;
}
.form-group.button-wrapper {
    margin-top: 8px;
}


}