
#logo img{
    width: 210px;
}
.sep40{
    width: 100%;
    height: 40px;
}
.sep50{
    width: 100%;
    height: 50px;
}
.sep70{
    width: 100%;
    height: 70px;
}
.jumbotron {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding:20px;
    min-height:620px;
}
.jumbotron h3 {
    color:#1a75bb;
    font-size: 21px;
    margin: 0;
}
.jumbotron .text-center {
    text-align: center;
    position: relative;
    height: 400px;
    padding-top:380px;
}
.jumbotron input{
    font-size: 16px;
    padding: 15px 45px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}

.navbar {
    margin-top:40px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 465px;
}
.dropdown-menu>li {
    padding:10px 20px;
}
.dropdown-menu>li>a {
    font-size: 16px;
}
.dropdown-menu ul {
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu ul {
    position: absolute;
    left: 360px;
    width: 300px;
    background: #fff;
    font-size: 16px;
}
.bootstrap-datetimepicker-widget.dropdown-menu ul {
    float: unset;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.bootstrap-datetimepicker-widget.dropdown-menu ul{
    position: unset;
    left: 0px;
    width: auto;
    background: #fff;
    font-size: 16px;
}
.dropdown-menu ul li a{
    color: #333;
    text-decoration: none;
}
.dropdown-menu ul li a:hover{
    text-decoration: none;
}
.dropdown-menu ul li {
    padding: 10px 20px;
    display: block;
}
.bootstrap-datetimepicker-widget.dropdown-menu ul li.collapse{display: none}
.bootstrap-datetimepicker-widget.dropdown-menu ul li.collapse.in{display: block}
.dropdown-menu li:hover, .dropdown-menu li:hover > a, .dropdown-menu li a:hover{
    background: #ff6600;
    color:#fff;
}

.btn-primary {
    background: #ff6600;
    border:1px solid #ff6600;
}

.btn-primary:hover{
    background-color: rgba(255,102,0, 0.8);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/


.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.title_row{
    background:#0066b3;
    color:#fff;
    font-size: 50px;
    text-align: center;
    padding: 40px 0;
}

.basket_container {
    height: 644px;
    overflow: auto;
    padding: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
}
.basket_row {
    border:1px solid #0066b3;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
}
.basket_row .fa-times {
    font-size: 35px;
    color: #e6e6e6;
    position: absolute;
    right: 15px;
    top:10px;
}
.img_div {
    width: 170px;
    height:170px;
    text-align: center;
    border-right: 1px solid #0066b3;
    position: relative;
}
.img_div img {
    width: 100%;
    max-height: 140px;
}

.title_container {
    width: 100%;
    background: #0066b3;
    color: #fff;
    height: 27px;
    position: absolute;
    bottom: 0;
}
.basket_row .pull-right{
    width: 760px;
    text-align: left;
}
.article_title {
    font-size: 32px;
    margin-bottom: 30px;
    width: 90%;
}
.np{
    padding: 0;
}
.price , #gutschein_sum{
    font-size: 40px;
    color: #0066b3;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
h3{
    font-size: 22px;
    color: #333333;
}
.gutschein_result_div h3 {
    color:#fff;
}
.quantity_div {
    color: #0066b3;
    font-size: 43px;
    font-weight: bold;
    margin-top: 15px;
    position: absolute;
    right: -80px;
    bottom: 10px;
}
.fa-minus, .fa-plus {
    padding: 7px 11px;
    border: 3px solid #0066b3;
    border-radius: 32px;
    color: #0066b3;
    cursor:POINTER;
}
.quantity_input {
    display: inline-block;
    width: 67px;
    text-align: center;
    border: 0;
    margin: 0 0;
    background: #fff;
}
.blue{
    background: #0066b3;
    color:#fff;
    font-size: 50px;
    font-weight: bold;
    padding: 25px 0;
    text-align: center;
    height: 120px;
}
.orange {
    background: #ff6600;
    color:#fff;
    font-size: 50px;
    font-weight: bold;
    padding: 25px 0;
    text-align: center;
    height: 120px;
}

.video_container {
    height: 590px;
}
video {
}
.action_elem_title a {
    color: #fff;
    text-decoration: none;
}
.action_elem_title a:hover{
    text-decoration: none;
}
.categories_container .col-xs-12 h3{
    font-size: 45px;
    padding:0 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#fff;
}
.categories_container .col-xs-12{
    height:290px;
    color:#fff;
}
.sub_cat {
    width: 100%;
    height:290px;
    border:4px solid  var(--color_category_top, #1a75bb);
    text-align: center;
}
.sub_cat img {
    margin: 52px 0 51px !important;
    height: 120px;
}
.sub_cat_title{
    background: var(--color_category_bottom,#ff6600);
    color:#fff;
    font-size: 24px;
    text-align: center;
    padding:15px 0px;
    margin:0 -4px;
}
.sub_cat_title a{
    color:#fff;
}
.sub_cat_title a:hover{
    text-decoration: none;
}
.blue_bg {
    background: var(--color_category_top, #1a75bb);
}
.grey_bg {
    background: #ccc;
    color: #fff;
}
.welcome_row {

    margin: 0px -15px 0 !important;
}
.search_gutschein_div {
    background: #fff;
    padding: 30px 20px 1px;
    margin:40px 0px;
    color: #1a75bb;
    font-size: 24px;
}
.search_gutschein_div .btn {
    width: 210px;
    text-align: center;
    border-radius: 0;
    font-size: 24px;
}
#search_gutschein {
    width: 90%;
    padding:15px;
    height:auto;
}
.gutschein_result_div {
    color: #fff;
    height: 1441px;
}
.gutschein_article {
    background: #fff;
    height:411px;
    padding: 15px;
}
.gutschein_article {
    margin-bottom: 35px;
}
.gutschein_article .image{
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    height: 241px;
    text-align: center;
}
.gutschein_article .title{
    font-size: 21px;
    color: #1a75bb;
    padding-top:20px;
    height: 80px;
}
.gutschein_article .price{
    color:#ff6600;
    font-weight: bold;
    font-size: 24px;
    margin:20px 0;
    width: 100%;
    text-align: center;
}
.gutschein_article  span{
    color:#b6b6b6;
}
.gutschein_article a {
    height: 100%;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.gutschein_article a:hover{
    text-decoration: none;
}
.keyboard_container .fa-times:before {
    content: "\f00d";
    font-size: 32px;
    color: #ddd;
    position: absolute;
    right: 35px;
    cursor: POINTER;
}

.image_article img{
    height: 411px;
}
.modal .image_article img{
    width: 100%;
    height: 350px;
}
.article_description {
    min-height: 97px;
    padding-top: 0;
}
.article_price{
    color:#ff6600;
    font-size: 31px;
    margin:20px 0;
}
#add_article_to_basket, #set_gutschein_sum , #ean_manual_btn, #add_scanned_to_basket, #to_ticket_btn{
    padding: 8px 60px;
    border-radius: 0;
    font-size: 20px;
    margin-right: 30px;
    margin-top: 10px;
}
#myModal #price, #myModal #gutschein_sum{
    width: 265px;
}
.big_btn{
    padding: 8px 60px;
    border-radius: 0;
    font-size: 20px;
    margin-right: 30px;
    margin-top: 8px;
}
#add_article_to_basket {
    margin-right:10px;
}
#set_gutschein_sum {
    margin-right:0;
}
.article_content {
    height: 1600px;
}
.main_cat {
    cursor: POINTER;
    display: table;
    vertical-align: middle;
}
.pagination {
    display: flex;
    padding-left: 0;
    margin: 0px auto;
    border-radius: 4px;
    width: 100%;
    font-weight: bold;
    justify-content: center;
}
.pag_active{
    background: #ff6701 !important;
    color: #fff !important;
}
.action_blue {
    background: #1a75bb;
    margin: 10px 15px;
    background-repeat: no-repeat;
    background-position: center top;
}
.actions_block {
    padding: 39px 0 0;
}
.sep60 {
    height:39px;
}/**/
.gutschein_article img {
    max-height: 233px;
     width: 100%;
    margin: 0 auto;
}
.angebots {
    height: 317px;
}
.price_range {
    font-size: 40px;
    font-weight: 400;
    color: #1a75bb;
}

.price_div {
    display: block;
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 26px;
}
#price, #gutschein_sum{
    width: 198px;
    padding: 22px;
    display: inline-block;
    font-size: 24px;
}
.article_content h1{
    color:#000;
    font-size: 40px;
    font-weight: 400;
    margin-top:0;
    margin-bottom: 40px;
    height: 90px;
}
.article_content small {
    color: #5e6572;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 18px;
}
.description_div{
    color: #fff;
    font-size: 20px;
    padding:15px;
    margin-bottom:40px;
}
.article_content ul{
    margin-top:60px;
    margin-left:0;
    padding:0;
}
.article_content ul li{
    display:block;
    margin-bottom: 8px;
}
.article_content ul li:before{
    content: "✓";
    color:#00b54e;
    margin-right: 8px;
    text-align: left;
}
.actions_angebot_inside {
    height: 543px;
    padding: 0 100px;
}
.adjust_quantity {
    width: 66px;
    display: inline-block;
}
img.icon_big {
    margin-top: 10px;
    width: unset!important;
    height: 386px;
    margin-right: 10px;
}
#info_btn {
    height: 20px;
    margin-top: -3px;
}
.bb {
    border-bottom: 2px solid #ccc;
    height: 1px;
}
#checks_list {
    margin-top:10px;
}
.badge {
    position: absolute;
    margin-left: 51px;
    padding: 6px 9px;
    border-radius: 23px;
    font-size: 16px;
    background: #ff6600;
}
#powered {
    text-align: left;
    padding-left: 105px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.fade.in {
    display: flex !important;
    height: 100%;
}

.similar .slick-slide {
    margin: 0 16px;
}
/* the parent */
.similar .slick-list {
    margin: 0 -16px;
}

.modal-header {
    border-bottom: 0;
}
.tabs {
    margin-bottom: 40px;
    width: 100%;
    background: #F7F7F7;
}
.panel p, #agbModal p{
    padding-bottom:5px;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
}
.panel p{
    width: 90%;
}
#agbModal p {
    margin-left: 35px;
    width: 87%;
}
.toggle p{
    font-size: 16px !important;
    font-weight: unset !important;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 400;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before  {
    border-color: #0066b3;
    background-color: #0066b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.checkbox {
    margin-bottom: 1em;
}
ul.tabs  {
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none;
    overflow-y: hidden;
    white-space: nowrap;
}

.tabs li+li {
    padding: 1em 2em 1em 3em;
}

.tabs li {
    padding: 1em 2em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ccc;
    color: #fff;
    width: auto;
    text-align: left;
}
.tabs li, .tabs li+li:before {
    background: #ccc;
}

.tabs li.active,
.tabs li.active+li:before {
    background: #0066b3;
}
.tabs li.orange_header+li:before {
    background: #ff6701 !important;
}

.tabs li.blue_header+li:before {
    background: #0066b3 !important;
}

.tabs li:hover:before,
.tabs li.active:before {
    background: #E3E3E3;
}

.tabs li:last-child:after,
.tabs li+li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 10px solid #F7F7F7;
    border-top: 10px solid #F7F7F7;
    pointer-events: none;
    box-sizing: border-box;
    box-shadow: 3px -3px 6px -3px gray;/* a shadow effect can be added too */
    width: 3em;
    transform: rotate(30deg) skewy(30deg);
    z-index: 1;
}

.tabs li:last-child:after {
    right: -1.5em;
    background: inherit;
}

.tabs li+li:before {
    left: -2em;
}
.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border:1px solid #ccc;
    margin-top:5px;
    font-size: 24px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #0066b3;
    color:#fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 30px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.panel.active{
    display: block;
    color:#000;
    background: #f2f2f2;
}

.popup_confirm {
    width: 280px;
    height: 68px;
    font-size: 32px;
    font-weight: 600;
    border-radius: 0;
    margin: 0 auto;
}

.warning{
    border-bottom: 2px solid #ff0000;
    transition: opacity 0.6s linear;
}
.accordion .fa-chevron-down{
    margin-top:5px;
    float: right;
}
.toggle {
    background: #e3e3e3;
    padding: 25px;
    font-size: 18px;
    margin: 15px 15px 15px -15px;
    max-height: 720px;
    overflow: auto;
    position: absolute;
    z-index: 99;
}
#agbModal .toggle p{
    margin-left:0;
}
#popup_email, #popup_phone, #popup_email_confirm, .error, #popup_phone_code, #popup_nachname, #popup_vorname , #popup_plz, #popup_city, #popup_street, #popup_country, #popup_house_num{
    width: 60%;
    border-radius: 0;
    height:80px;
    margin: 0 auto;
    font-size: 24px;
}
.error {
    display: block;
    color:#ff0000;
}
.email_send_result, .phone_send_result{
    font-size: 28px;
    padding:0 40px 70px;
    color: #5a5a5a;
}

.activate_email_div, .activate_phone_div, .activate_address_div, .activate_age_div,.activate_disclaimer_div{
    color:#ff6701;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding:150px 0 200px 0;
    border:2px solid #ff6701;
    background: #fff;
}
#digital_bon_btn, #no_digital_bon_btn {
    height: 80px;
    margin-left: 27px;
    margin-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
}
#BonSelectionModal p.txt{
    margin:40px;
    width: 402px  !important;
    text-align: center;
}
.orange_header{
    background: #E3E3E3 !important;
}
.blue_header{
    background: #0066b3 !important;
}
.orange_header:before {
    background: #E3E3E3 !important;
}
.blue_header:before {
    background: #0066b3 !important;
}
.show_toggle{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    color: #000;
    font-size: 26px;
}
.btn-primary[disabled], btn-primary.disabled:hover, #sendtoterminal[disabled], #sendtoterminal.disabled:hover {
    background-color: #ccc;
    border:1px solid #ccc;
}
#pay_after_verify, #pay_after_verify:active, #pay_after_verify:hover{
    margin: 0 auto;
    padding: 10px 58px;
    margin-top: 60px;
    min-width: 460px;
}
.popup_info {
    background: #fff;
    padding-bottom: 50px;
    width: 1000px;
    background: #fff !important;
    overflow: hidden;
}
.details_container {
    border:2px solid #1a75bb;
    padding: 10px 20px;
    font-size: 16px;
    color: #1a75bb;
}
.details_container img{
    margin-right:15px;
}
.anbieter_div p{
    color: #5e6572;
    font-size: 16px;
    padding: 0 15px ;
}
.anbieter_div a{
    color: #5e6572;
    font-size: 16px;
}
#ean_manual {
    width: 300px;
    font-size: 24px;
    padding: 20px;
}
.ean_div {
    display: inline-block;
    margin-top: 8px;
    margin-right: 60px;
    position: relative;
    margin-left: 29px;
}
.warnnung_container {
    padding:40px;
    margin: 20px;
    border:1px solid #1a75bb;
}
.error_container {
    padding:40px;
    margin: 20px;
    border:1px solid #ff6701;
}
#close_warning, .close_warning {
    font-size: 20px;
    padding: 15px 50px;
    border: 1px solid #3366cc;
    color: #fff;
    background: #3366cc;
}
#agbModal .modal-body {
    padding: 20px 10px;
}
.similar a{
    display: inline-block;
}
#agbModal .modal-content{
    padding:15px;
}
.bordered{
    border: 1px solid #3366cc;
}
.modal-header .close {
    margin-top: -2px;
    background: #ccc;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    opacity: 1;
    margin-bottom: 15px;
}
#errorModal {
    z-index: 9999999999;
}
#errorModal .pull-right, #errorModal1 .pull-right{
    width: 750px;
    color: #ff6701;
    font-size: 18px;
    font-weight: 600;
}
.no_checkbox {
    display: inline-block;
    font-weight: 400;
    padding-left: 0px;
}
.btn:active, .btn:focus{
    border:0 !important;
    outline: 0 !important;
}
.ver_blue {
    border-top: 1px solid #1a75bb;
    border-bottom: 1px solid #1a75bb;
    padding: 15px;
    font-size: 24px;
    color: #1a75bb;
    margin-bottom:15px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 4px;
    width: 45px;
    text-align: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 4px;
    /* border-bottom-left-radius: 4px; */
    margin-right: 5px;
}
.anbieter_div .fa-angle-down{
    margin-top:5px;
    cursor: POINTER;
}
.sp-thumbnail-image {
    width: 100%;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before, .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
    display: none;
}

.swal2-actions .btn {
    width: 115px;
    border-radius: 0;
    font-size: 24px;
}
.swal2-actions .btn-success {
    margin-right:15px;
}
.vert_placeholder {
    width: 395px;
    height: 540px;
}

.base-timer {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(255, 102, 0);
}

.base-timer__path-remaining.orange {
    color: rgb(255, 102, 0);
}

.base-timer__path-remaining.red {
    color: rgb(255, 102, 0);
}

.base-timer__label {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #ff6600;
    font-weight: 600;
}
#nonactivityModal p, #scanAgainModal p {
    color: #ff6600;
    font-size: 40px;
    text-align: center;
    margin-bottom:60px;
}
#customerSelectionModal p{
    color: #ff6600;
    font-size: 25px;
    text-align: center;
    margin-bottom:60px;
}
#nonactivityModal .btn-primary  {
    background: #1a75bb;
    color:#fff;
    border: 1px solid #1a75bb;
    font-size: 35px;
    width: 210px;
    margin-right:20px;
    border-radius: 0;
}
#scanAgainModal .btn-primary {
    background: #1a75bb;
    color: #fff;
    border: 1px solid #1a75bb;
    font-size: 26px;
    width: 236px;
    margin-right: 20px;
    border-radius: 0;
}
#customerSelectionModal .btn-primary {
    background: #1a75bb;
    color:#fff;
    border: 1px solid #1a75bb;
    font-size: 22px;
    width: 210px;
    margin-right:20px;
    border-radius: 0;
}
#nonactivityModal .btn-default {
    background: #fff;
    color:#1a75bb;
    border: 1px solid #1a75bb;
    font-size: 35px;
    width: 260px;
    border-radius: 0;
}
#scanAgainModal .btn-secondary{
    background: #fff;
    color:#1a75bb;
    border: 1px solid #1a75bb;
    font-size: 26px;
    width: 260px;
    border-radius: 0;
}
#customerSelectionModal .btn-default{
    background: #fff;
    color:#1a75bb;
    border: 1px solid #1a75bb;
    font-size: 22px;
    width: 210px;
    border-radius: 0;
}

#nonactivityModal ul , #customerSelectionModal ul, #scanAgainModal ul{
    margin:0 auto;
    padding:0;
    width: 530px;
}
#scanAgainModal ul {
    margin-top:30px;
}
#nonactivityModal ul li, #customerSelectionModal ul li, #scanAgainModal ul li{
    display: inline-block;
}
#thanksTextModal span  {
    color: #1a75bb;
}
#BonSelectionModal, #thanksDigitalTextModal , #digital_qr_container, #paymentTextModal{
    text-align: center;
    font-size: 24px;
    color: #1a75bb;
}
#BonSelectionModal span , #BonSelectionModal p{
    color: #1a75bb;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#thanksTextModal i, #BonSelectionModal i{
    color: #00b54e;
    border: 1px solid #1a75bb;
    padding: 9px;
    border-radius: 5px;
    margin-top: 13px;
}
#thanksTextModal td{
    font-size: 24px;
    padding-top:23px;
}
#basket_result_container small{
    font-size: 18px;
}
.scan_header {
    font-size: 30px;
    color: #1a75bb;
    width: 70%;
    text-align: center;
    margin: 85px  auto;
}
.white_bg {
    background: #fff;
}
#ean_search {
    margin:50px auto;
    width: 500px;
    font-size: 24px;
    padding: 20px;
    height:80px;
    text-align: center;
}
#ean_search_btn {
    width: 500px;
    margin: 0 auto 65px;
    height: 80px;
    font-size: 32px;
}
.col_left a:hover, .col_right a:hover{
    text-decoration: none;
}
.angebot_elem {
    border:1px solid #0065b3;
    padding:5px;
    height: 140px;
    width: 240px;
}
.ang_title {
    background:transparent;
    padding: 5px 3px;
    color: inherit;
    position: absolute;
    bottom: -1px;
    width: 96%;
    border-top: 1px solid #ccc;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(249, 249, 249);
}
.moved_error{
    text-align: right;
    width: 100%;
    font-size: 20px;
    padding-right: 76px;
    display: inline-block;
}
.slick-slide img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.shipping_container {
    width: 100%;
    padding: 25px;
    text-align: center;
    font-size: 24px;
    border:1px solid #1a75bb;
    color:#6c727e;
    bottom: 10px;
}
.shipping_container span{
    color:#1a75bb;
}
.ang_image {
    width: 100%;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.short_text {
    text-align: center;
}
.short_text:after {
    content: '';
}
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    max-width: none!important;
    max-height: none!important;
    border: none!important;
    border-radius: 0!important;
    padding: 0!important;
    -webkit-box-shadow: none!important;
    -mox-box-shadow: none!important;
    box-shadow: none!important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0px !important;
}
body.modal-open .modal[style]:not([style='display: none;']) , .modal.in {
    display: flex !important;
    height: 100%;
}

body.modal-open .modal[style]:not([style='display: none;']) .modal-dialog , .modal.in .modal-dialog{
    margin-top: auto !important;
    margin-bottom: auto !important;
}
#reisepass_btn, #ausweis_btn {
    padding: 45px 0;
    text-align: center;
    font-size: 32px;
    border:2px solid #ccc;
    border-radius: 10px;
    display: inline-block;
    width: 330px;
    cursor:POINTER;
}
#reisepass_btn:hover, #ausweis_btn:hover{
    text-decoration: none;
    color:#ff6701;
}
.active_age {
    color:#ff6701;
    border:2px solid #ff6701 !important;
}
.age_container_div p{
    width: 100%;
}
.ausweis_imgs div{
    padding: 20px 0;
    border: 2px solid #ff6701;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 35px;
}
.ausweis_imgs .badge {
    position: absolute;
    margin-left: -31px;
    padding: 14px 22px;
    border-radius: 37px;
    font-size: 31px;
    background: #fff;
    border: 2px solid #ff6600;
    color: #ff6600;
    margin-top: -24px;
}
#scaner_img {
    margin-top:55px;
}
#reise_scaner_img {
    margin-top: -35px;
}

.triangle {
    background: transparent;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    color: #fff;
}
.triangle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 110px;
    border: 40px solid transparent;
    border-top: 30px solid #ff6600;
    transform: rotate(-90deg);
}
.triangle:nth-child(2) {
    top: 265px;
}
#scaner_img img{
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

div#loader_div {
    width: 100%;
    height: 100%;
    background-color: #7575756b;
    position: absolute;
    z-index: 999999999;
    background-image: url(/backend/images/loader.svg);
    background-position: center center;
    background-size: contain;
    background-size: 60px;
    background-repeat: no-repeat;
    display:none;
    top:0;
}
div#loader_div_no_bg {
    width: 100%;
    height: 100%;
    background-color: #7575756b;
    position: absolute;
    z-index: 999999;
    background-position: center center;
    background-size: contain;
    background-size: 60px;
    background-repeat: no-repeat;
    display:none;
    top:0;
}
#scan_again {
    font-size: 24px;
}

#scanAgainModal, #vrkioskModal{
    z-index: 999999999999;
}

/*

modal fade in
 */

.total_stat_container svg {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 100;
    transform: rotate(-90deg);
}
.small, small {
    font-size: 18px;
    color: #ccc;
}
#closeLifePopup{
    width: 180px;
}
#disclaimer_container{
    padding: 40px 20px;
    font-size: 21px;
    width: 100%;
}
#disclaimer_container p{
    display: inline-block;
    width: 170px;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#disclaimer_container .for_checkbox_text{
    display: block;
    width: 100%!important;
}
#disclaimer_container .for_checkbox_text p{
    width: 100%!important;
}
#disclaimer_container .activate_disclaimer_div p{
    width:100%!important;
}
#disclaimer_container .col-12{
    width:100%!important;
    float:left;
    position:relative;
}
#disclaimer_container .col-6{
    width:50%;
    display: inline-block;
    position:relative;
    float:left;
}
#disclaimer_container .col-12,#disclaimer_container .col-6{
    padding:0;
}
#disclaimer_container input{
    height: 60px;
}
#disclaimer_container .col-6 input:not(#popup_birth_date),#datepicker,#disclaimer_container #popup_country, #disclaimer_container #popup_identity_card_number, #disclaimer_container #popup_email, #disclaimer_container #popup_email_confirm {
    display: inline-block;
    width: calc(100% - 200px);
}
#datepicker{
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 60px;
}
#popup_birth_date{width: 75%}
#datepicker .input-group-addon{height: 60px;}
#disclaimer_container .for_checkbox{
    font-size: 18px;
    width: 100%;
    color:#333;
    margin-top: 10px;
}
#disclaimer_container .for_checkbox_text{
    font-size: 21px;
    color:#6A7A87;
    width: 100%;
    display: block;
}
#disclaimer_container hr{
    border-color: #E3E3E3;
}
#disclaimer_container {
    background-color: #f7f7f7;
}
#disclaimer_container input{
    font-size: 21px;
}
#disclaimer_container .error{
    height: auto;
    color:#333;
}
#disclaimer_container .error input,#disclaimer_container .error textarea,#disclaimer_container .error label::before{
    border-color: #f00;
}