.gdpr-form-line-right span.select2-selection.select2-selection--single {
    height: 48px;
    border: 1px solid #B9B9B9;
    background: #F6F6F6;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
    padding-top: 9px;
}

.gdpr-form-line-right .select2-selection__arrow {
    margin-top: 10px;
}
.tablet_class .container{
	width: 98% !important;
}
.top-greeting{
	margin: 15px;
	text-align: center;
	font-size: 20px;
}
.gdpr-procedure-tablet .gdpr-side-left{
	width: 100%;
}
.gdpr-procedure-tablet .gdpr-date, .gdpr-procedure-tablet select.gdpr-select {
    width: 100% !important;
    margin-right: 0 !important;
}
.gdpr-procedure-tablet .gdpr-form-line-left{
	width: 25% !important;
}
.gdpr-procedure-tablet .gdpr-form-line-right{
	width: 70% !important;
}
.gdpr-procedure-tablet #parteners, .gdpr-procedure-tablet #method{
	display: block;
}
.gdpr-back{
	display: block;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 200px;
	padding: 15px;
	color: white !important;
	font-size: 18px;
	background: green;
	border-radius: 3px;
	
}
span#result {
    display: block;
    clear: both;
    color: red !important;
}
.gdpr-info td{
	padding: 5px;
	
}
.gdpr-info img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
select.ui-datepicker-year, select.ui-datepicker-month {
    color: black !important;
}
.gdpr-wrapper-sides {
    margin-bottom: 50px;
}
.gdpr-banner{
	margin-bottom: 20px;
	margin-top: 20px;
}
.gdpr-procedure .cartepedia_logo, .gdpr-procedure .klett_logo, .gdpr-procedure .art_logo {
    display: block;
    width: 45px;
    height: 45px;
	float: left;
	margin-right: 12px;
}
.gdpr-procedure label{
	cursor: pointer;
}
.gdpr-procedure .cartepedia_logo {
    background: url(../images/gdpr/cartepedia.png) no-repeat;
}
.gdpr-procedure .klett_logo {
    background: url(../images/gdpr/artedu.png) no-repeat;
}
.gdpr-procedure .art_logo {
    background: url(../images/gdpr/art_new.png) no-repeat;
}
span.is_required,  .simple_page span.is_required {
    display: block;
    clear: both;
    color: red !important;
    padding-top: 10px;
}
.gdpr-info h1, .gdpr-procedure h1 {
    text-align: center;
    color: #EEB727;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: normal;
}
.gdpr-info p{
	font-size: 14px;
	cursor: initial;
}
.gdpr-info h2 {
    text-align: center;
    color: #EEB727;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: normal;
}
.gdpr-info h3 {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}
.har {
    background: #EDB726;
    margin: 0 20px 10px 20px;
    padding: 10px;
}
.gdpr-info h4{
	cursor: pointer;
}
.gdpr-info h4::after { 
    content: "+";
	display: block;
	float: right;
    clear: both;
	font-weight: bold;
	font-size: 18px;
}
.gdpr-info h4.opend::after{
	content: "-";
}
h4.opend {
    /*margin-bottom: 0;*/
}
.gdpr-info h5 {
    background: #EDB726;
    margin: 0 20px 10px 20px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 0;
}
.gdpr-info h5:last-child{
	margin-bottom: 10px;
}
.clear {
	display: block;
    clear: both;
}
.gdpr-all-wrapper{
	width: 1200px;
	margin: 0 auto;
}
.gdpr-central{
	text-align: center;
}
.gdpr-info-logos{
	display: block;
	margin: 0 auto;
}
.gdpr-strong{
	font-weight: bold;
}
.gdpr-text-20{
	font-size: 20px;
}
.gdpr-text-18{
	font-size: 18px;
}
.gdpr-text-14{
	font-size: 14px;
}
.gdpr-harmonica-wrapper{
    background: #EDB726;
    margin: 0 20px 10px 20px;
    padding: 10px;
}
.gdpr-harmonica-title{
	cursor: pointer;
}
.gdpr-harmonica-plus{
	float: right;
}
.gdpr-harmonica-lines{
	display: none;
}
.gdpr-side-left {
    float: left;
    width: 55%;
    padding: 10px 0% 0px 0%;
	margin-left: 1%;
}
.gdpr-side-right {
    float: left;
    width: 43%;
    padding: 10px 3% 0px 3%;
}
.gdpr-side-divide{
	float: left;
    height: 460px;
	width: 1px;
	background: #EDB726;
}
.gdpr-message {
    text-align: center;
    font-weight: bold;
    padding: 14px 10px;
	border: 1px solid;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 16px;
	margin-right: 25px;
}
.gdpr-message-orange{
	background: #FFA64D;
	border-color: #FF7A4D;
}
.gdpr-message-light-green{
	background: #9BC000;
	border-color: #9BC000;
}
.gdpr-message-blue{
	background: #265CFF;
	border-color: #265CFF;
}
input.gdpr-input-text {
    width: 96%;
	border-radius: 10px;
    padding: 20px 2%;
    margin-bottom: 20px;
	background: #F6F6F6;
	border: 1px solid #B9B9B9;
}
input.gdpr-input-text.gdpr-valid-email{
	border: 1px solid #9BC000;
    background: #F8FFD9 !important;
	outline-width: 0;
}
input.gdpr-input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
	font-weight: normal;
}
input.gdpr-input-text::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
	font-weight: normal;
}
input.gdpr-input-text:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
	font-weight: normal;
}
input.gdpr-input-text:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
	font-weight: normal;
}
.gdpr-wrapper-checkbox {
	padding: 16px 2% 16px 2%;
    border: 1px solid #B9B9B9;
    margin-bottom: 20px;
    width: 95.5%;
	background: #F6F6F6;
}
.gdpr-form-line-left {
    float: left;
    width: 21%;
    margin-right: 5%;
}

.gdpr-form-line-right {
    float: left;
    width: 74%;
}

.gdpr-form-line-title {
    margin-bottom: 15px;
}

.gdpr-form-line-info {
    color: #B8B8C7;
    font-style: italic;
}
.gdpr-form-line-wrapper{
	margin-bottom: 25px;
}
.gdpr-wrapper-checkbox.gdpr-many {
    width: auto;
    float: left;
    margin-right: 3%;
    padding: 9px 2% 6px 2%;
}
.check_box,.radio_box,.checkbox_box, .checkbox_box_delete {
    display:none;
}
.check_box:checked + label, .checkbox_box:checked  + label, .checkbox_box_delete:checked  + label {
    background: url(../images/gdpr/check-box-checked.png) no-repeat;
	color: #238C00;
}
.checkbox_box_delete:checked  + label {
	color: red;
}
.check_box + label, .checkbox_box + label, .checkbox_box_delete + label {
    background: url(../images/gdpr/check-box.png) no-repeat;
    min-height: 25px;
    display: inline-block;
    padding: 6px 8px 0 32px;
	min-width: 57px;
	cursor: pointer;
}

.check_cart + label{
	background:url(../images/gdpr/check-box_cart.png) no-repeat !important ;
}
.gdpr-check-edits .check_box + label,.gdpr-check-edits .checkbox_box + label, .gdpr-check-edits .radio_box + label{
	min-height: 25px;
    display: inline-block;
    padding: 6px 0 0 40px;
    min-width: 57px;
}

.radio_box:checked + label {
    background: url(../images/gdpr/radio-box-checked.png) no-repeat;
	color: #238C00;
}
.radio_box + label {
    background: url(../images/gdpr/radio-box.png) no-repeat;
    min-height: 25px;
    display: inline-block;
    padding: 6px 0 0 40px;
}
.gdpr-wrapper-sides{
}
.gdpr-wrapper-checkbox.gdpr-check-box-half {
    float: left;
    width: 44%;
}
.gdpr-wrapper-checkbox.gdpr-check-box-half.gdpr-check-box-half-first {
    margin-right: 3%;
}
.gdpr-check-box-half label {
    height: auto;
    padding-top: 0;
}

.gdpr-check-box-half label img {
    display: block;
    float: left;
	margin-right: 12px;
}

.simple_page .gdpr-button{
    display: block;
    width: 59%;
    text-align: center;
    border: 1px solid #B9B9B9;
    background: #F6F6F6;
    margin: 0 auto;
    border-radius: 5px;
    color: #A7A7B7;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
}
.news_right #submitting_buton.gdpr-button {
    float: left;
    display: block;
    width: 59%;
    text-align: center;
    border: 1px solid #B9B9B9;
    background: #F6F6F6;
    margin: 0 auto;
    border-radius: 5px;
    color: #A7A7B7;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;	
}
.modal_news .news_right button.close {
    color: black;
    opacity: 1;
    font-weight: bold;
    font-size: 14px;
    padding-top: 19px;
}
.simple_page .gdpr-button-ok, .gdpr-button-ok{
	cursor: pointer;
	color: #FFFFFF !important;
}
.gdpr-button.gdpr-button-left {
    float: left;
    width: 51%;
}

.gdpr-button.gdpr-button-right {
    float: right;
    width: 30%;
			margin-right: 27px;
}

.gdpr-button.gdpr-button-crimson{
	border-color: #B25900;
	background-color: #B25900;
	color: #FFFFFF;
}
.gdpr-button.gdpr-button-blue{
	border-color: #265CFF;
	background-color: #265CFF;
	color: #FFFFFF;
}

.gdpr-side-right .gdpr-text-14{
	margin-bottom: 30px;
}
.gdpr-side-right .gdpr-text-18{
	margin-bottom: 16px;
    font-size: 15px;
}
.gdpr-side-right a.gdpr-text-14{
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}
.gdpr-text-in-label {
    display: block;
    margin-left: 57px;
}
select.gdpr-select {
    float: left;
    height: 48px;
    margin-right: 12px;
	border: 1px solid #B9B9B9;
	background: #F6F6F6;
	padding-left: 6px;
	padding-right: 6px;
}
.gdpr-wrapper-checkbox-halfs {
    background: #F6F6F6;
    margin-bottom: 35px;
    padding: 16px 2% 16px 2%;
    border: 1px solid #B9B9B9;
    width: 95.5%;
}
.gdpr-wrapper-checkbox-halfs .gdpr-wrapper-checkbox.gdpr-check-box-half {
    border: none !important;
    background: none !important;
    margin-bottom: 0 !important;
    width: 49%;
    margin-right: 0;
    padding: 0;
    margin-top: 12px;
}
#parteners, #method{
	display: none;
}
#method .gdpr-wrapper-checkbox.gdpr-many {
    border: none;
    padding: 0;
}

#method .gdpr-wrapper-checkbox-title {
    margin-bottom: 15px;
}
div#method {
    margin-bottom: 20px;
	padding-bottom: 0;
}
#checkbox_VIZ_wrapp{
	/*display: none;*/
}
.har p, .har table{
	display: none;
}
.gdpr-date {
	border: 1px solid #B9B9B9;
    background: #F6F6F6;
    min-height: 48px;
    width: 96px;
    padding-left: 10px;
    float: left;
    margin-right: 14px;
}
.gdpr-phone {
    width: 165px;
}
.gdpr-banner img {
	width: 100%;
}
label.gdpr-text-14.gdpr-strong.only-checkbox {
    float: left;
    padding: 0;
    min-width: 40px;
}
a.gdpr-hoverinfo {
    position: absolute;
    display: block;
    width: 237px;
    text-align: center;
    color: #ED1B25 !important;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
    right: 277px;
    top: 216px;
}
a.gdpr-hoverinfo:hover,a.gdpr-hoverinfo:focus{
	color: #ED1B25;
}
.gdpr-img-link {
    position: relative;
}
.contact.gdpr-contact {
    margin-left: 10px;
    margin-right: 10px;
}
.gdpr-captcha .g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

.gdpr-captcha {
    margin-bottom: 20px;
}
button#abort.gdpr-button.gdpr-button-right {
    color: #FFF !important;
}

.gdpr-input {
    width: 95%;
	margin-bottom: 10px;
}

.toggle_prf{
	display: none;
}
.red_border {
    border-color: red;
}
.yellow_border {
    border-color: yellow;
}
#phone_gdpr_required.black_color{
	color: black !important;
}
.gdpr-button-ok{
	background: #59B200 !important;
}
.simple_page span.message_sms {
    text-align: center;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px !important;
}
input#sendCode {
    margin-bottom: 25px;
    float: none;
}
.gdpr-button-yellow{
	background: yellow !important;
	float: left;
	margin-left: 20px !important;
}
.gdpr-button-red{
	background: red !important;
	float: right;
	margin-right: 20px !important;
}
.gdpr-button-yellow, .gdpr-button-red{
    display: inline-block !important;
    width: 44% !important;
	cursor: pointer;
}
.gdpr-button-ok.gdpr-button-ok-yellow{
	background: yellow !important;
    color: black !important;
}
.green-input {
    border-color: green;
    background: greenyellow !important;
}
#message_verif{
	display: block;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 18px !important;
}
#message_verif.green_color{
	color: green !important;
}
#message_verif.red_color{
	color: red !important;
}
@media only screen and (max-width: 1250px) {
	.gdpr-all-wrapper{
		width: 98%;
	}
    .gdpr-info-logos{
		width: 100%;
		height: auto;
	}
	a.gdpr-hoverinfo {
		position: initial;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 900px) {
	.gdpr-side-divide {
		display: none;
	}
	.gdpr-side-right {
		float: none;
		width: auto;
	}
	.gdpr-side-left {
		float: none;
		width: auto;
	}
	.gdpr-check-edits .check_box + label, .gdpr-check-edits .radio_box + label{
		min-width: 57px;
		width: auto;
	}
	.main_top.gdpr-main .share_this {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.simple_page .gdpr-button{
		width: 70%;
	}
	.contact.gdpr-contact {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
	.har {
		margin: 0 0 10px 0;
	}
	.gdpr-message{
		margin-right: 0;
	}
}
@media only screen and (max-width: 600px) {
	.gdpr-text-20{
		font-size: 15px !important;
	}
	div#sms_form .gdpr-button {
		font-size: 13px !important;
		padding: 4px !important;
	}

	div#sms_form  span.gdpr-button.gdpr-button-yellow.button-left {
		margin-left: 0 !important;
	}

	div#sms_form span.gdpr-button.gdpr-button-yellow.button-right {
		margin-right: 0 !important;
	}

	div#sms_form span.gdpr-button.button-right {
		margin-right: 0 !important;
	}	
}

@media only screen and (max-width: 500px) {
	.gdpr-form-line-title{
		font-size: 17px;
	}
	.gdpr-form-line-info{
		font-size: 12px;
	}
	.gdpr-button.gdpr-button-left{
		width: 45%;
	}
	.gdpr-wrapper-checkbox.gdpr-check-box-half {
		float: none;
		width: 95% !important;
	}
	input.gdpr-input-text, .gdpr-wrapper-checkbox, .gdpr-wrapper-checkbox-halfs {
		width: 100%;
	}

	.gdpr-info h1, .gdpr-procedure h1 {
		font-size: 23px;
	}
	.gdpr-info h2 {
		font-size: 20px;
	}

}
@media only screen and (max-width: 400px) {
	.custom-select{
		min-width: auto;
		margin-bottom: 20px;
		width: 95%;
		margin-right: 0;
	}
	.gdpr-form-line-left{
		width: 28%;
	}
	.gdpr-form-line-right{
		width: 64%;
	}
	.gdpr-wrapper-checkbox.gdpr-many {
		width: 86%;
		padding: 9px 2% 6px 6%;
	}

	.gdpr-check-edits .check_box + label, .gdpr-check-edits .radio_box + label, .check_box + label {
		max-width: 250px;
	}
}
@media only screen and (max-width: 400px) {
	select.gdpr-select {
		max-width: 178px;
	}
}