﻿
        body {
            
            margin: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            color: rgb(63, 79, 84);
            -webkit-user-select: none;
            /*-khtml-user-select: none;*/
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width: 100%;
            height: 100%;
            cursor: default;
        }

        .console_bg {
            /*background: rgba(255,255,140,0.5);*/
            background: #f3f3f3;
            /*
            filter: blur(10px);
          -webkit-filter: blur(10px);
          -moz-filter: blur(10px);
          -o-filter: blur(10px);
          -ms-filter: blur(10px);
          filter: url(#blur);
          filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='10');
           z-index: -1;
           */
        }

        .box {
            position: absolute;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
        }

        .boxNoOverflow {
            position: absolute;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .boxRel {
            position: relative;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
        }

        .animated_scroll {
            -webkit-transition: left 1s; /* Safari */
            transition: left 1s;
        }

        .animated_scroll_out {
            -webkit-transition: left 0.8s; /* Safari */
            -webkit-transition-timing-function: ease-out;
            transition: left 0.8s;
            transition-timing-function: ease-out;
        }

        .animated_scroll_console {
            -webkit-transition: bottom 1s; /* Safari */
            transition: bottom 1s;
        }

        .cons_container_div {
            height: 100%;
            border-left: 1px solid #dbdbdb;
        }

        .cons_inner_div {
            margin-left: auto;
            margin-right: auto;
            height: 100%;
            width: 200px;
        }

        .cons_header {
            text-align: center;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 0.06em;
            width: 100%;
            margin-top: 6px;
            margin-bottom: 6px;
        }

        .popup_header {
            text-align: center;
            font-size: 18px;
            letter-spacing: 0.06em;
            width: 100%;
            position: absolute;
            top: 12px;
            left: 0;
            height: 24px;
        }

        .cons_small_font {
            text-align: center;
            font-size:11px;
            width: 100%;
            margin-top: 0;
            margin-bottom: 8px;
        }

        .cons_color_square {
            margin-top: 1px;
            margin-bottom: 1px;
            height: 60px;
            width: 60px;
        }

        .cons_color_3_div {
            float: left;
            margin-left: 1px;
            margin-right: 1px;
            height: 100%;
            width: 98px;
        }

        .cons_color_rect {
            cursor: pointer;
            position: relative;
            margin-top: 1px;
            margin-bottom: 1px;
            border-radius: 5px;
            margin: 5px;
            height: 60px;
            width: 60px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
            font-size: 10px;
            color: #fff;
            letter-spacing: 0;
            font-weight: 400;
            display: inline-block;

            -moz-box-shadow: inset 0 -35px 35px -20px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: inset 0 -35px 35px -20px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 -35px 35px -20px rgba(0, 0, 0, 0.3);
        }

        .cons_color_selected_rect {
            font-size: 10px;
            color: #fff;
            letter-spacing: 0;
            font-weight: 400;

            -moz-box-shadow: inset 0 -35px 35px -20px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: inset 0 -35px 35px -20px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 -35px 35px -20px rgba(0, 0, 0, 0.3);
        }

        .cons_color_text_top {
            pointer-events: none;
            margin: 0;
            position: absolute;
            width: 94%;
            text-align: right;
            top: 3px;
            right: 3px;
            display:none;
        }

        .cons_color_text_bottom {
            pointer-events: none;
            margin: 0;
            position: absolute;
            width: 94%;
            text-align: right;
            bottom: 3px;
            right: 3px;
        }

        .cons_color_2_div {
            /*position: absolute;*/
            
            height: 70px;
            width: 144px;
        }

        .cons_color_top_div {
            /*position: absolute;
            top: 0;*/
            height: 42px;
        }

        .cons_color_top_text {
            float: left;
            margin-top: 1px;
            margin-bottom: 1px;
            height: 40px;
            font-size: 16px;
            letter-spacing: 0.06em;
            vertical-align: middle;
            line-height: 40px;
        }

        .cons_color_top_button {
            float: left;
            height: 42px;
            width: 42px;
            background: #ff0;
        }

        .rider {
            float: left;
            border: 1px solid #dbdbdb;
            height: 100%;
            width: 45px;
            background: #eeedeb;
            text-align: center;
        }

        .rider_active {
            border-bottom-style: none;
            background: #f3f3f3;
        }

        .shadow_left {
            -moz-box-shadow: -2px 0 2px rgba(63, 79, 84, 0.25);
            -webkit-box-shadow: -2px 0 2px rgba(63, 79, 84, 0.25);
            box-shadow: -2px 0 2px rgba(63, 79, 84, 0.25);
        }

        .shadow_right {
            -moz-box-shadow: 2px 0 2px rgba(63, 79, 84, 0.25);
            -webkit-box-shadow: 2px 0 2px rgba(63, 79, 84, 0.25);
            box-shadow: 2px 0 2px rgba(63, 79, 84, 0.25);
        }

        .div_switch_off {
            top: 0;
            left: 1px;
            -moz-box-shadow: 2px 2px 4px rgba(63, 79, 84, 0.25);
            -webkit-box-shadow: 2px 2px 4px rgba(63, 79, 84, 0.25);
            box-shadow: 2px 2px 4px rgba(63, 79, 84, 0.25);
        }

        .div_switch_on {
            top: 1px;
            left: 2px;
            -moz-box-shadow: 1px 1px 2px rgba(63, 79, 84, 0.25);
            -webkit-box-shadow: 1px 1px 2px rgba(63, 79, 84, 0.25);
            box-shadow: 1px 1px 2px rgba(63, 79, 84, 0.25);
        }

        .popup_window {
            position: absolute;
            background: #f3f3f3;
            width: 470px;
            height: 135px;
            margin-top: -67px;
            top: 50%;
            left: 50%;
            -moz-box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            -webkit-box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);

            /*border-radius: 24px;*/
        }

        .popup_info_text {
            font-size: 22px;
            color: #fff;
            font-weight: 800;
            letter-spacing: 0.07em;
        }

        .popup_text_bottom {
            float: left;
            width: 53px;
            text-align: center;
            font-size: 12px;
            overflow: visible;
        }

        .popup_text_container_bottom {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -53px;
            width: 106px;
            height: 42px;
        }

        .popup_svg {
            position: absolute;
            top: 43px;
            left: 50%;
            margin-left: -53px;
        }

        .send_box {
            display: none;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            -moz-box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            -webkit-box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            background: #f3f3f3;
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            width: 550px;
            height: 520px;
            margin: auto;
            z-index: 101;
            font-size: 12px;
            font-weight: 600;
        }

        #overlay, #mail_overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            display: none;
            z-index: 999999;
            background-color: rgba(63, 79, 84, 0.35);
        }

        #load_overlay, #error_overlay {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 9999999;
            background-color: rgba(63, 79, 84, 0.65);
        }

        #error_overlay {
            display: none;
        }

        #error_overlay > div {
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 500px;
            height: 230px;
            background-color: #3d4d54;
            color: #d74a46;
            margin: auto;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border: 2px solid #d74a46;
            -moz-box-shadow: 4px 4px 2px rgba(215, 74, 70, 0.25);
            -webkit-box-shadow: 4px 4px 2px rgba(215, 74, 70, 0.25);
            box-shadow: 4px 4px 2px rgba(215, 74, 70, 0.25);
        }

        #error_overlay div #b_ok {
            position: absolute;
            display: block;
            padding: 8px;
            top: 160px;
            right: 0;
            left: 0;
            height: 16px;
            width: 21px;
            margin: 0 auto;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            border: none;
            background-color: #fff;
            color: #3d4d54;
            cursor: pointer;
        }

        #error_overlay div p {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 460px;
            height: 120px;
            margin: 22px auto;
            overflow-y: auto;
            overflow-x: hidden;
            text-align: center;
        }

        #load_overlay p {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 115px;
            height: 10px;
            margin: auto;
            padding: 0px 0px 92px 17px;
            color: #fff;
            font-weight: 600;
            font-font: Roboto;
        }

        #impressum_overlay {
            position: absolute;
            display: none;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 999999999;
            background-color: rgba(63, 79, 84, 0.90);
        }

        #impressum_overlay iframe {
            position: absolute;
            width: 844px;
            height: 475px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }

        #impressum_overlay .im_content {
            position: absolute;
            display: block;
            width: 100%;
            margin: auto;
            top: 80px;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: auto;
        }

        #impressum_overlay .im_menu {
            position: relative;
            display: block;
            font-size: 18px;
            margin: 0 0 30px 0;
        }

        #impressum_overlay .im_menu span {
            display: inline;
            padding: 4px 30px 4px 0;

        }

        #impressum_overlay .im_menu span:not(:first-child) {
            margin: 0 0 0 -1px;
        }

        #impressum_overlay .im_menu a {
            color: #ffffff;
        }

        #impressum_overlay .im_menu a:hover {
            color: #7c7c7c;
        }

        #impressum_overlay .im_menu a.active {
            color: #7c7c7c;
        }

        #impressum_overlay #impressum a,
        #impressum_overlay #impressum a:active,
        #impressum_overlay #privacy a,
        #impressum_overlay #privacy a:active {
            color: #fff;
        }

        #impressum_overlay h1 {
            font-size: 18px;
        }

        #impressum_overlay h2 {
            font-size: 16px;
        }

        #impressum_overlay h3 {
            font-size: 16px;
            font-weight: normal;
        }

        #impressum_overlay p,
        #impressum_overlay ol li {
            font-size: 14px;
            margin-bottom: 14px;
            line-height: 18px;
        }

        #impressum_overlay p + h1,
        #impressum_overlay h1 + h2,
        #impressum_overlay p + h2 {
            margin-top: 30px;
        }

        #privacy {
            width: 550px;
        }

        #mail_overlay > div {
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #f3f3f3;
            position: absolute;
            display: block;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            width: 695px;
            height: 430px;
            margin: auto;
            z-index: 999999;
            font-size: 12px;
            font-weight: 600;
            -moz-box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            -webkit-box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
        }

        #mail_overlay > div form {
            position: absolute;
            display: block;
            height: 100%;
            width: 640px;
            top: 0;
            left: 45px;
            border-left: 1px solid #acacac;
            padding-left: 15px;
        }

        .contact_box {
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #f3f3f3;
            position: absolute;
            display: block;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            width: 695px;
            height: 660px;
            margin: auto;
            z-index: 999999;
            font-size: 12px;
            font-weight: 600;
            -moz-box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            -webkit-box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
            box-shadow: 4px 4px 2px rgba(63, 79, 84, 0.25);
        }

        .contact_box form {
            position: absolute;
            display: block;
            height: 100%;
            width: 640px;
            top: 0;
            left: 45px;
            border-left: 1px solid #acacac;
            padding-left: 15px;
        }

        .contact_box h1, #mail_overlay > div form h1 {
            text-align: center;
            font-size: 18px;
            letter-spacing: 0.06em;
            width: 600px;
            position: absolute;
            top: 5px;
            left: 12px;
            height: 24px;
            font-family: Roboto;
        }

        .contact_box .col, #mail_overlay .col {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            flex-direction: row;
            position: relative;
            width: 590px;
            justify-content: space-between;
        }

        .contact_box input, #mail_overlay input,
        .contact_box textarea, #mail_overlay textarea {
            padding: 10px 15px;
            box-sizing: border-box;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.03em;
            color: #888;
            border: 1px solid #acacac;
            border-radius: 3px;
        }

        .contact_box input, #mail_overlay input,
        .contact_box select,
        .contact_box textarea, #mail_overlay textarea,
        .contact_box option,
        .contact_box label {
            font-family: Roboto;
        }

        .contact_box textarea, #mail_overlay textarea {
            height: 150px;
            resize: none;
        }

        .contact_box select {
            -webkit-appearance: none;
            -moz-appearance: none;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-padding-end: 20px;
            -moz-padding-end: 20px;
            -webkit-padding-start: 2px;
            -moz-padding-start: 2px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;

            border: 1px solid #acacac;
            font-size: inherit;
            overflow: hidden;
            padding: 5px 10px;
            white-space: nowrap;
            width: 50%;
            font-size: 15px;
            font-weight: 600;
            background-color: #fff;
            color: #B6B6B6;
        }

        .contact_box select.sel {
            color: #888;
        }

        .contact_box select option {
            color: #888;
        }

        .contact_box select option:first-child {
            color: #B6B6B6;
        }

        .contact_box input[type="checkbox"] {
            position: absolute;
            margin: 27px 1px 0 0;
            display: none;
        }

        .contact_box input[type="checkbox"] + label {
            background-color: #fafafa;
            border: 1px solid #cacece;
            padding: 9px;
            border-radius: 3px;
            display: inline-block;
            position: relative;
            margin: 0 10px 0 0;
            top: 4.5px;
        }

        input[type="checkbox"] + label:active,
        input[type="checkbox"]:checked + label:active {
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
            inset 0px 1px 3px rgba(0, 0, 0, 0.1);
        }

        input[type="checkbox"]:checked + label {
            background-color: #e9ecee;
            border: 1px solid #adb8c0;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
            inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
            inset 15px 10px -12px rgba(255, 255, 255, 0.1);
            color: #99a1a7;
        }

        input[type="checkbox"]:checked + label:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }

        .contact_box input[type="submit"],
        #mail_overlay input[type="submit"] {
            display: block;
            height: 38px;
            padding: 7px 15px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            cursor: pointer;
            position: relative;
            margin: 30px 0 0 0;
            background-color: rgb(63, 79, 84);
            color: #fff;
            border: none;
        }

        .contact_box p {
            margin: 20px 0 0 0;
        }

        .contact_box .col,
        #mail_overlay .col {
            margin-top: 20px;
        }

        .quart {
            display: block;
            width: 132px;
        }

        .half {
            display: block;
            width: 284px;
        }

        .contact_box .col > input,
        #mail_overlay .col > input,
        .contact_box .col > select {
            margin: 0 10px 0 10px;
        }

        .contact_box .col > input:first-child,
        #mail_overlay .col > input:first-child,
        .contact_box .col > select:first-child {
            margin: 0 10px 0 0;
        }

        .contact_box .col > input:last-child,
        #mail_overlay .col > input:last-child,
        .contact_box .col > select:last-child {
            margin: 0 0 0 10px;
        }

        .contact_box .col:nth-child(2),
        #mail_overlay .col:nth-child(2) {
            margin-top: 70px;
        }

        #mail_overlay .col > input.full {
            margin-left: 0;
            margin-right: 0;
        }

        .full {
            display: block;
            width: 590px;
            margin: 0;
        }

        .contact_box .hr {
            position: relative;
            display: block;
            width: 585px;
            height: 1px;
            padding-top: 11px;
            margin-bottom: 5px;
            border-bottom: 1px solid #cacece;
        }

        .contact_box .col > input,
        #mail_overlay .col > input,
        .contact_box .col > textarea {
            background: #fff;
        }

        .send_box #social_head {
            position: relative;
            display: block;
            height: 50px;
            width: 100%;
        }

        .send_box #social_head #head_inner {
            position: relative;
            left: 45px;
            right: 0;
            top: 0;
            bottom: 0;
            height: 50px;
            padding-left: 23px;
            border-left: 1px solid #acacac;
        }

        .send_box #social_head #head_inner #social_logo {
            position: relative;
            display: block;
            bottom: 0;
            width: 25px;
            height: 25px;
            float: left;
            margin-top: 12px;
            -webkit-background-size: contain;
            background-size: contain;
        }

        .send_box #social_head #social_logo.facebook,
        .send_box #social_head #head_inner #social_logout #logout_logo.facebook {
            background-image: url("https://3dfacadealubond.com/media/social/facebook.png");
        }

        .send_box #social_head #social_logo.twitter,
        .send_box #social_head #head_inner #social_logout #logout_logo.twitter {
            background-image: url("media/social/twitter.png");
        }

        .send_box #social_head #social_logo.pinterest,
        .send_box #social_head #head_inner #social_logout #logout_logo.pinterest {
            background-image: url("https://3dfacadealubond.com/media/social/pinterest.png");
        }

        .send_box #social_head #social_logo.tumblr,
        .send_box #social_head #head_inner #social_logout #logout_logo.tumblr {
            background-image: url("https://img.clipartfest.com/6281fdaf6b01c103b2dfdc2f8e99514e_instagram-camera-logo-black-instagram-clipart-png_512-512.png");
        }

        .send_box #social_head #head_inner #social_name {
            position: absolute;
            left: 75px;
            top: 24px;
        }

        .send_box #social_head #head_inner #social_logout {
            position: absolute;
            right: 64px;
            top: 13px;
            border: 1px solid #fff;
            padding: 4px 3px 3px 6px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            cursor: pointer;
        }

        .send_box #social_head #head_inner #social_logout:hover {
            border: 1px solid #aaa;
        }

        .send_box #social_head #head_inner #social_logout span:first-child {
            width: 15px;
            height: 15px;
            display: block;
            background-size: contain;
            position: relative;
            float: left;
            bottom: 1px;
            right: 3px;
        }

        .send_box #social_head #head_inner #social_logout span:last-child {
            float: left;
            position: relative;
            display: block;
            bottom: -1px;
            width: 42px;
            height: 16px;
        }

        .send_box .social_form {
            position: relative;
            display: block;
            left: 45px;
            width: 475px;
            height: 460px;
            right: 0;
            top: 0;
            bottom: 0;
            padding-left: 10px;
            padding-top: 10px;
            border-left: 1px solid #acacac;
        }

        .send_box .social_form #social_portrait {
            position: absolute;
            display: block;
        }

        .send_box .social_form #social_portrait img {
            width: 50px;
            height: 50px;
        }

        .send_box .social_form #social_content {
            position: absolute;
            top: 12px;
            left: 75px;
        }

        .send_box:not(.pinterest) .social_form #social_content {
            width: 405px;
            height: 95px;
        }

        .send_box.pinterest .social_form #social_content {
            width: 200px;
            height: 130px;
        }

        .send_box .social_form #social_content #social_username {
            position: absolute;
            display: block;
            top: 0;
        }

        .send_box .social_form #social_content #social_user_text {
            position: absolute;
            display: block;
            margin-top: 17px;
            border: none;
            background-color: #f3f3f3;
            resize: none;
            font-family: Roboto;
            font-size: 12px;
            margin-left: -1px;
            overflow-y: auto;
        }

        .send_box:not(.pinterest) .social_form #social_content #social_user_text {
            width: 350px;
            height: 28px;
        }

        .send_box.pinterest .social_form #social_content #social_user_text {
            width: 200px;
            height: 72px;
        }

        .send_box .social_form #social_content #social_constraint {
            position: absolute;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            right: 0;
            font-size: 12px;
            color: #7c7c7c;
        }

        .send_box:not(.pinterest) .social_form #social_content #social_constraint {
            top: 32px;
        }

        .send_box.pinterest .social_form #social_content #social_constraint {
            top: 62px;
        }

        .send_box .social_form #social_content #social_constraint span {
            display: inline;
        }

        .send_box .social_form #fb_link {
            box-sizing: border-box;
            top: 383px;
            left: 10px;
            padding: 5px 6px;
            font-size: 12px;
            font-weight: 400;
            font-family: Roboto;
            color: #888;
            border: 1px solid #acacac;
            border-radius: 3px;
            position: absolute;
            width: 476px;
        }

        .send_box .social_form #fb_link + label {
            position: absolute;
            top: 416px;
            left: 17px;
            line-height: 17px;
        }

        .send_box.pinterest .social_form #boards {
            position: absolute;
            list-style: none;
            right: 0;
            top: 0;
            width: 190px;
            height: 470px;
            padding-left: 10px;
            border-left: 1px solid #707070;
            overflow-y: auto;
        }

        .send_box.pinterest .social_form #boards div {
            position: relative;
            top: 11px;
            width: 190px;
            height: 275px;
            overflow-y: auto;
            overflow-x: hidden;
            display: block;
        }

        .send_box.pinterest .social_form #boards div span {
            position: relative;
            display: block;
            padding: 10px 15px;
            background-color: white;
            margin-bottom: 1px;
            cursor: pointer;
        }

        .send_box.pinterest .social_form #boards div span input[type=text] {
            width: 155px;
            font-size: 12px;
            border: medium none;
            padding: 2px 3px;
            font-weight: 600;
            font-family: Roboto;
            color: rgb(64, 64, 64);
        }

        .send_box.pinterest .social_form #boards ul span:hover {
            background-color: #D4D4D4;
        }

        .send_box.pinterest .social_form #boards div span.selected {
            background-color: #D77777;
        }

        .send_box .social_form #social_image {
            position: absolute;
            overflow: auto;
        }

        .send_box:not(.pinterest) .social_form #social_image {
            position: absolute;
            display: block;
            left: 10px;
            right: 0;
            margin: auto;
            width: 478px;
            top: 75px;
        }

        .send_box.pinterest .social_form #social_image {
            width: 255px;
            top: 160px;
        }

        .send_box .social_form #social_image img {
            width: 99%;
            border: 1px solid #8c9faa;
        }

        .send_box .social_form #send_button {
            position: absolute;
            display: block;
            height: 12px;
            padding: 13px;
            top: 418px;
            right: 0px;
            z-index: 99999;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            cursor: pointer;
        }

        .send_box .social_form #send_info {
            position: absolute;
            bottom: 0;
        }

        #send_close_button, #impressum_close_button {
            position: absolute;
            display: block;
        }

        .loader {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            border: 8px solid #f3f3f3;
            border-top: 8px solid #3d4d54;
            border-radius: 50%;
            width: 3vh;
            height: 3vh;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 170px;
            background-color: #3d4d54;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 6px 0px;
            position: absolute;
            z-index: 1;
            top: 10px;
            right: 92px;
        }

        .tooltip:hover .tooltiptext {
            visibility: visible;
        }
        .right_panel_button{width: 100%; height: 20px; background-color:#C1C0D1}
.right_panel_button_active{background-color:#211F5E; color: white;}
.textch{margin: 5px; padding: 0px;  width: 60px;height: 50px; display: inline-block; position:relative;cursor:pointer;font-size: 10px;color: #fff;}
