/*
Theme Name: Carlotta
Theme URI: http://janiklipke.com
Author: Janik Lipke
Author URI: http://janiklipke.com
Description:
Version: 0.5
License: All rights reserved
License URI: http://janiklipke.com
Tags: shopping24
Text Domain: carlotta

CI blue: 		#588ddd
CI Light Grey:	#f3f3f3
CI Dark Grey:	#383636
*/

/* General Styles*/

body {
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

h1, h2, h3, h4, h5 {
    color:#0a314c;
}

.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

.padded-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padded-content-small {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padded-content-large {
    padding-top: 300px;
    padding-bottom: 300px;
}

@media screen and (max-width: 768px) {
    .padded-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padded-content-small {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .padded-content-large {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 425px) {
    .padded-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padded-content-small {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .padded-content-large {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

p, a, a:hover, a:visited, li {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.5;
}

footer p, footer a, footer a:hover, footer a:visited, footer li {
    color: #fff;
}
a.s24_link,
.sidebar_item .presspack a.s24_link {
    text-decoration:underline;
    display:block;
}
a.s24_link:hover,
.sidebar_item .presspack a.s24_link:hover {
    color:#83e7ff;
}

.s24_btn, .s24_blue_btn,
a.s24_btn, a.s24_blue_btn,
#partner_form input.s24_blue_btn {
    background:#fff;
    border:2px solid #83e7ff;
    border-radius:30px;
    box-shadow:4px 4px 0 #f9e600;
    font-weight: bold;
    font-size:16px;
    font-style:italic;
    color: #0a314c;;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    height:40px;
    line-height:36px;
    padding: 0 30px;
}
a.s24_btn:hover, a.s24_blue_btn:hover {
    text-decoration: underline;
}




.btn_outline {
    background: none;
    border: 3px solid white;
    color: white;
    box-sizing: border-box;
    padding: 7px 20px;
    margin-bottom: 20px;
    white-space: nowrap;
}

/* Navigation */
nav {
    background: rgba(10, 49, 76, 0.9);
    color: #fff;
    font-style: normal;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

#nav-css {
    position: relative;
}

nav .logo {
    float: left;
}

#nav_container {
    float: right;
}

nav img {
    margin-top: 16px;
}

nav ul {
    list-style-type: none;
    float: right;
}

nav .mobile-menu-icon {
    display: none;
}

nav ul li {
    display: block;
    float: left;
    padding: 0 20px;
    position: relative;
}

nav ul li a, nav ul li a:visited {
    font-size: 15px;
    width: 100px;
    color: #fff;
}

nav ul li a, nav ul li a:hover, nav ul li a:visited {
    line-height: 80px;
    text-decoration: none;
}

nav ul li a:hover, nav ul li.current-menu-item a {
    font-size: 15px;
    color: #83e7ff;
}

nav ul.sub-menu li a:hover, nav ul.sub-menu li.current-menu-item a {
    border-bottom: none;
    text-decoration: underline;
}

nav ul.sub-menu {
    background: rgba(10, 49, 76, 0.75);
    display: none;
    position: absolute;
    padding: 0;
    top: 80px;
    left: 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

nav ul li:hover ul.sub-menu {
    display: block;
}

nav .sub-menu li {
    margin-bottom: 2px;
    display: inline-block;
    width: 100%;
}

nav .sub-menu li a, nav .sub-menu li a:hover, nav .sub-menu li a:visited {
    white-space: nowrap;
    line-height: 40px;
}

nav .menu-item-has-children>a {
    pointer-events: none;
    cursor: default;
}

nav .menu-item-has-children.clickable>a {
    pointer-events: all;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    nav ul li {
        padding: 0 9px;
    }
}

@media screen and (max-width: 768px) {

    /* Responsive Nav */
    nav .container {
        padding: 0;
    }

    nav .logo {
        margin-left: 15px;
        position: absolute;
    }

    #nav_container {
        float: none
    }

    nav #menu-main-menu {
        z-index: -1;
        border-bottom: 1px solid #d9d9d9;
    }

    nav .menu-item-has-children::after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        font-size: 10px;
    }

    nav ul {
        list-style-type: none;
        float: none;
        position: absolute;
        top: -800px;
        width: 100%;
        display: block;
        margin: 0;
        padding: 10px 0;
        background-color: #f6f9fb;
        overflow: hidden;
    }

    nav ul li, nav ul li:last-child {
        float: none;
        text-align: center;
        margin: 0 15px;
        background-color: white;
        padding: 0;
        border: 1px solid #d9d9d9;
        border-bottom: none;
    }

    nav ul li a, nav ul li a:hover, nav ul li a:visited {
        line-height: 38px;
        padding: 0 100px;
        margin: 0 -100px;
        color: #0a314c;
        text-decoration: none;
    }

    nav ul li.first-menu-item {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    nav ul li.last-menu-item {
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom: 1px solid #d9d9d9;
    }

    nav .menu-item-has-children::after {
        display: none;
    }

    nav .menu-item-has-children::before {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        padding-right: 2px;
        font-size: 10px;
        color: #9f9f9f;
    }

    nav .menu-item-has-children.toggled::before {
        content: "\e114";
    }

    nav .menu-item-has-children>a {
        pointer-events: auto;
        cursor: pointer;
    }

    nav ul li ul.sub-menu {
        top: 0;
        position: relative;
        display: block;
        background: grey;
        height: 0;
    }

    nav ul li:hover ul.sub-menu {
        background: grey;
    }

    nav ul li ul.sub-menu li {
        margin: 0;
        background-color: #ebebeb;
        border-left: none;
        border-right: none;
    }

    nav .sub-menu li a, nav .sub-menu li a:hover, nav .sub-menu li a:visited {
        line-height: 38px;
    }

    nav .mobile-menu-icon {
        display: block;
        float: right;
        line-height: 80px;
        color: white;
        font-size: 20px;
        cursor: pointer;
        padding: 0 15px;
    }

    nav ul li a:hover, nav ul li.current-menu-item a {
        border-bottom: none;
    }

    ul.sub-menu.toggled {
        height: 100%;
    }
}

.pagination {
    padding: 0 15px;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

/* Banner Front Page */
#banner {
    text-align: center;
    color: white;
    padding-top: 300px;
    padding-bottom: 0px;
    background-color: #e6e6e6;
    background-image: url('media/shopping24-living-fashion-lifestyle.jpg');
    background-size: cover;
    background-position: center center;
    /*background-attachment: fixed;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#588ddd+0,7db9e8+100
	background: #588ddd;
	background: -moz-linear-gradient(left, #588ddd 0%, #7db9e8 100%);
	background: -webkit-linear-gradient(left, #588ddd 0%,#7db9e8 100%);
	background: linear-gradient(to right, #588ddd 0%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588ddd', endColorstr='#7db9e8',GradientType=1 );*/
}
#banner .overlay {
    z-index: 1;
    background-color: black;
    opacity: 0.3;
}

#banner .white {
    background: rgba(255,255,255,0.8);
    position: relative;
    z-index: 1;
    padding: 20px 0 30px;
}
#banner .container {
    z-index: 2;
    position: relative;
}

#banner h2 {
    font-size: 36px;
    font-weight: bold;
    color:#fff;
}

/* Opener Front Page */
#opener {
    text-align: center;
    background: white;
}

#opener .screenshot {
    position: absolute;
    top: -200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 485px;
    overflow: hidden;
}

#opener .screenshot p {
    margin: 0;
}

#opener .macbook {
    position: relative;
    max-width: 100%;
    top: 0;
    margin: 0 auto;
}

#opener .parallax-macbook {
    display: none;
}

#opener .parallax-frame {
    display: none;
    width: 77%;
    position: absolute;
    top: 5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 612px;
    background-color: white;
}

#opener .parallax-screenshot {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 100%;
}

#opener.parallax-enabled .regular-macbook {
    display: none;
}

#opener.parallax-enabled .parallax-macbook {
    display: block;
}

#opener.parallax-enabled .parallax-frame {
    display: block;
}

@media screen and (max-width: 425px) {
    #banner {
        padding-bottom: 0;
        padding-top: 80px;
    }

    #opener img {
        margin-top: 30px;
    }

    #opener .screenshot {
        top: -120px;
    }
}

@media screen and (max-width: 375px) {
    #banner h2 {
        font-size: 24px;
    }
}

#opener h1 {
    margin-bottom: 30px;
}

#opener p {
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
}

#opener .services p {
    font-family: 'Overpass Mono', monospace;
    font-style: normal;
    color: rgba(10, 49, 76, 0.7);
}

.icon {
    background: #fff;
    border-radius: 100%;
    border: 2px dotted #b3b3b3;
    padding: 5px;
}

.icon.brain {
    padding: 4px 3px 6px 7px;
}

.icon.shout {
    padding: 4px 4px 6px 6px;
}

.icon.hands {
    padding: 6px 5px 4px 5px;
}

.icon.space {
    padding: 7px 5px 3px 5px;
}

.icon.win {
    padding: 5px 1px 5px 9px;
}

#opener .services .col-md-15 h3 {
    text-transform: uppercase;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    #opener .services h3 {
        font-size: 16px;
    }
}

/* Corporate Video Teaser Front Page*/
#video_teaser {
    text-align: center;
    position: relative;
}

#video_teaser p {
    margin: 0;
}

#video_teaser img {
    margin-bottom: 60px;
}

#video_teaser h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
    color:#fff;
}

#video_teaser .s24_btn {
    background:#fff;
    border:2px solid #83e7ff;
    border-radius:30px;
    box-shadow:4px 4px 0 #f9e600;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size:16px;
    font-style:italic;
    margin-bottom: 20px;
    color: #0a314c;;
    white-space: nowrap;
}

#video_teaser .s24_btn.mobile {
    display: none;
}

video#bgvid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    background: url('media/shopping24-video-platzhalter.jpg') no-repeat;
    background-position: center center;
    background-color: black;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #38598c;
    opacity: 0.6;
    z-index: 1;
}

#video_teaser .container {
    color: white;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 425px) {
    #video_teaser {
        padding: 100px 0;
    }

    #video_teaser h2 {
        font-size: 24px;
    }
}

/* Newsroom Front Page */
#newsroom {
    background: white;
}

#newsroom h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

#newsroom p {
    line-height: 1.7;
}

#newsroom .news_entry .teaser_image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

#newsroom .news_entry .teaser_image .overlay {
    background-color: grey;
    opacity: 0.1;
}

#newsroom .news_entry h3 {
    margin-bottom: 30px;
    font-style: normal;
}

@media screen and (max-width: 786px) {
    #newsroom p, #newsroom h3 {
        text-align: center;
    }

    #newsroom .news_entry h3 {
        margin-bottom: 5px;
    }

    #newsroom .s24_blue_btn {
        width: 100%;
        text-align: center;
        margin: 10px 0 80px 0;
    }
}

.quote_box {
    background: white;
    border: 3px solid #f3f3f3;
    border-radius: 15px;
    padding: 40px 20px;
    margin: 0 15px;
}

.profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    clear: both;
}

.profile img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding:5px;
    border-radius:100%;
    border: 2px dotted #b3b3b3;
}

.quote-slider {
    position: relative
}

.quote_box {
    text-align: left;
}

.quote_box .quote {
    line-height: 2.2;
    padding: 30px 30px 10px 30px;
    margin: 0;
    text-align: justify;
}

.quote_box .quote_down {
    float: right;
}

.quote_box .quote_up {
    float: left;
}

.quote_box span {
    display: inline-block;
    padding-left: 30px;
}

.quote_box .name {
    font-size: 28px;
    font-weight: 300;
    margin-top: 22px;
}

.logos {
    padding: 60px 0;
    text-align: center;
}

.addition_footer {
    margin: 0 0 20px;
    font-size: 30px;
    color:#0a314c;
    font-style: normal;
}

.logos img {
    width: 80%;
}

.dots {
    width: 120px;
    margin: 0 auto;
    margin-top: 30px;
}

.dots .circle {
    margin: 0 10px;
    width: 20px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 50%;
    opacity: 0.2;
    float: left;
    cursor: pointer;
}

.dots .circle.active {
    opacity: 0.7;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .logos {
        display: none;
    }
}

/* Footer */
footer {
    background: rgba(10, 49, 76, 1.0) !important;
    color: #fff;
    padding: 50px 0;
}

footer .footer_heading {
    margin: 0 0 10px 0;
    padding-top: 24px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

footer p {
    line-height: 1.7;
    margin-top: 10px;
}

footer .brief {
    color:#fff;
}

footer .brief img {
    margin-bottom: 10px;
}

footer .brief p {
    margin-bottom: 13px;
}

footer .legal_links {
    color: #fff;
}

footer .brief .legal_links a:hover {
    color: #83e7ff;
}

footer .newsroom a {
    display: inline-block;
    padding: 6px 0;
    color:#fff;
}

footer .newsroom a:hover {
    color: #83e7ff;;
}

footer .links a {
    padding: 6px 16px;
    background: #748a9a;
    color:#fff;
    border-radius: 7px;
    display: inline-block;
    margin: 0 5px 6px 0;
}

footer .links a:hover {
    color: #83e7ff;
}

footer .contact .social {
    margin-top: 10px;
}

footer .contact .social a {
    padding: 0 10px 0 0;
}

/* Hide some footer detail when Bootstrap breakpoint col-sm is reached after < 768px */
@media screen and (max-width: 767px) {
    footer .newsroom, footer .links {
        display: none;
    }

    footer .brief {
        text-align: center;
        margin-bottom: 20px;
    }

    footer .contact .footer_heading, footer .contact p {
        display: none;
    }

    footer .contact .showmobile {
        text-align: center;
        display: inline-block;
        width: 100%;
        border: 3px solid #676767;
        color: #676767;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 5px 8px;
        font-weight: 600;
        margin-top: 10px;
    }

    footer .contact .social {
        margin-top: 40px;
        text-align: center;
    }
}

/* General Styles for Page/Single Tempaltes */
/* Page header (Banner/Breacrumbs)*/
#page_banner {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

#page_banner .container, #page_banner .row, #page_banner .col-md-12 {
    height: 100%;
}

#page_banner .black-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

#page_banner h1, #portale .cover h1 {
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    word-wrap: break-word;
}

@media screen and (max-width: 425px) {
    #page_banner h1, #portale .cover h1 {
        font-size: 32px;
    }
}

#page_banner .detail {
    padding: 21vh 0 17vh 0;
}

@media screen and (max-width: 480px) {
    #page_banner .detail {
        padding: 18vh 0 13vh 0;
    }
}

#page_banner .detail span, #page_banner .detail a {
    font-size: 22px;
    color: white;
    font-weight: 400;
    letter-spacing: 1.5;
}

#primary #breadcrumb {
    margin-top: 60px;
    padding: 10px;
    background-color: #f3f3f3;
    ;
}

.s24-content-row {
    margin: 40px 0;
}

/* Makes all content fit into container and adjust accordingly */
.s24-content-row .s24-content * {
    max-width: 100%;
    height: auto;
}

/*
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
}*/
/* Archive Pages */
#archive h2 {
    font-size: 22px;
    color: #333;
}

#archive .meta {
    margin-bottom: 14px;
}

#archive .thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

#archive .row .row {
    margin-bottom: 50px;
}

#archive .pagination {
    margin-bottom: 50px;
}

/* Jobs */
.sidebar_item {
    background-color: #f6f9fb;
    padding: 36px 20px;
    text-align: center;
    margin-bottom: 20px;
}

.sidebar_item .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.sidebar_item .profile img {
    width: 100%;
    height: 100%;
}

.sidebar_item span {
    display: inline-block;
    margin: 0 auto;
}

.sidebar_item .name {
    font-size: 28px;
    font-weight: 300;
    margin-top: 22px;
}

.sidebar_item .s24_blue_btn {
    display: inline-block;
    width: 100%;
}

.sidebar_item .categories ul {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.sidebar_item .categories ul li a {
    display: inline;
    line-height: 1.6;
}

/* Onlineshops */
#opener.grey {
    padding: 30px 0;
}

.grey {
    background-color: #f6f9fb;
}

#page_banner.portale {
    margin: 0;
    text-align: center;
}

#generalisten .cover {
    background: url('media/shopping24-generalisten.jpg') no-repeat;
}

#fashion .cover {
    background: url('media/shopping24-fashion.jpg') no-repeat;
}

#living .cover {
    background: url('media/shopping24-living.jpg') no-repeat;
}

#portale {
    text-align: center;
}

#portale .cover {
    background-size: cover;
    text-align: center;
    position: relative;
    color: white;
}

#portale .cover .overlay {
    background-color: black;
    z-index: 1;
}

#portale .cover .container {
    position: relative;
    z-index: 2;
}

#portale .cover p {
    color: white;
    margin: 10px;
    font-size: 20px;
}

#portale .btn_outline {
    color: #588ddd;
    border: 3px solid #588ddd;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}

#portale .btn_outline:hover {
    background-color: #588ddd;
    color: white;
}

.mockup {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    bottom: -300px;
    z-index: 3;
    max-width: 90%;
}

.padded-mockup {
    padding-top: 340px;
}

@media screen and (max-width: 425px) {
    .mockup {
        bottom: -180px;
    }

    .padded-mockup {
        padding-top: 240px;
    }
}

@media screen and (max-width: 375px) {
    .mockup {
        bottom: -130px;
    }

    .padded-mockup {
        padding-top: 180px;
    }
}

#ansprechpartner {
    text-align: center;
    padding: 50px 0;
}

#ansprechpartner h4 {
    font-size: 24px;
}

#ansprechpartner .s24_blue_btn {
    display: inline-block;
    width: 100%;
}

/* Kooperationspartner */
.feature-entry {
    padding: 80px 0;
}

.feature-entry .image img {
    width: 96%;
    margin: 0 auto;
    display: block;
}

.feature-entry h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

.feature-entry ul {
    list-style-image: url('media/check-18px-2.gif');
    margin: 0;
    padding: 0;
}

.feature-entry li {
    margin-left: 32px;
    font-size: 18px;
    padding: 10px 0;
}

.three-logos {
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}

.three-logos span {
    text-align: center;
    display: block;
    width: 100%;
    opacity: 0.5;
}

.three-logos img {
    width: 110px;
    margin: 10px;
}

@media screen and (min-width: 768px) and (max-width: 992px), screen and (max-width: 425px) {
    .three-logos {
        width: 240px;
    }

    .three-logos img {
        width: 65px;
        margin: 5px;
    }
}

/* Partner Werden Template */
.partner-opener {
    text-align: center;
    padding: 30px 0;
}

.partner-opener p {
    display: none;
}

@media screen and (max-width: 1200px) {
    .partner-opener h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .partner-opener h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    #partner-werden-opener {
        background: white;
    }

    #partner-werden-opener .col-sm-4 {
        background: #f3f3f3;
        padding: 30px 40px;
        margin: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}

.partner-opener .glyphicon {
    font-size: 60px;
}

#page_banner.partner {
    margin: 0;
    text-align: center;
}

#page_banner.partner .glyphicon {
    font-size: 120px;
}

#opener.partner {
    padding: 50px 0;
}

.partner-entry img {
    width: 100%;
}

.partner-entry ul {
    list-style-image: url('media/check-18px-2.gif');
    margin: 0;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 40px;
}

.partner-entry .profile {
    margin-top: 0;
}

@media screen and (min-width: 480px) {
    .partner-entry .vorteile {
        padding: 40px 0;
        text-align: left;
        padding-left: 30px;
    }
}

.partner-entry .vorteile ul {
    text-align: left;
}

.partner-entry .contact {
    border-left: 1px solid lightgrey;
}

.partner-entry .profile {
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 992px) {
    .partner-entry .profile {
        display: none;
    }

    .partner-entry .vorteile-wrapper {
        float: left;
        margin-right: 40px;
        width: 50%;
    }

    .ansprechpartner-wrapper {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .partner-entry .profile {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .partner-entry .vorteile-wrapper {
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .ansprechpartner-wrapper {
        padding-top: 0;
    }
}

/*@media screen and (max-width: 425px){
	.partner-entry .profile{
		float: none;
		margin-right: 20px;
		margin: 0 auto;
	}
}*/
.partner-entry span {
    display: block;
}

.partner-entry span p {
    font-size: 12px;
}

.spacer_blue {
    display: block;
    width: 20%;
    min-width: 100px;
    max-width: 300px;
    height: 2px;
    background-color: #748a9a;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icons {
    margin: 40px 0 0 0;
}

.icons .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.icons h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #6f6f6f;
}

#partner_form input, #partner_form select, #partner_form textarea {
    padding: 12px 10px;
    width: 100%;
    background-color: white;
    color: #5b5b5b;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: 300;
}

#partner_form select {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: white;
    background-repeat: no-repeat;
    background-position: right 10px top 15px;
    background-size: 16px 16px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

#partner_form .partner-btn {
    margin-top: 20px;
    border: none;
    width: 100%;
    background-color: #638bcc;
    color: white;
    letter-spacing: 2px;
}

#partner_form .row {
    margin-bottom: 10px;
}

#google-map {
    width: 100%;
    height: 333px;
    background: lightgrey;
    margin-top: 80px;
}

.four-logos {
    margin-top: 20px;
}

.four-logos img {
    width: 100px;
    margin: 0 10px;
}

.kpi .number {
    font-size: 80px;
    font-weight: 600;
    color: rgba(10, 49, 76, 1);
    line-height: 1;
    vertical-align: baseline;
    font-family: 'Overpass Mono', monospace;
    font-style:normal;
}

.kpi .meta {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}

.kpi .meta .unit {
    display: block;
    line-height: 1;
}

.kpi .meta .unit {
    color: black;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.kpi .meta .attribute {
    color: black;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .kpi {
        text-align: center;
    }

    .kpi .meta {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #s24_numbers, #s24_tech_numbers {
        background-color: white;
    }

    #s24_numbers .col-sm-4, #s24_tech_numbers .col-sm-4 {
        background-color: #f3f3f3;
        padding: 40px 0;
        margin: 0 20px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        margin-bottom: 10px;
    }
}

#s24_developer {
    padding: 60px 0;
    background: white;
}

#s24_developer .col-sm-6 {
    text-align: center;
}

#s24_developer .text {
    padding-top: 50px;
}

#s24_developer .col-sm-6 img {
    max-width: 100%;
}

/* Page */
#team {
    text-align: center;
}

#team .social {
    height: 30px;
}

#team .social-1 {
    width: 30px;
    margin: 0 auto;
}

#team .social-1 a {
    margin: 0;
}

#team .social-2 {
    width: 80px;
    margin: 0 auto;
}

#team .social-3 {
    width: 120px;
    margin: 0 auto;
}

#team .social-4 {
    width: 160px;
    margin: 0 auto;
}

#team .col-sm-4 {
    text-align: center;
}

#team .name {
    color: black;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
}

#team .position {
    color: black;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
}

.social .fb {
    background: url('media/icon_facebook.png') no-repeat;
}

.social .in {
    background: url('media/icon_linkedin.png') no-repeat;
}

.social .xi {
    background: url('media/icon_xing.png') no-repeat;
}

.social .tw {
    background: url('media/icon_twitter.png') no-repeat;
}

.social .fb, .social .in, .social .xi, .social .tw {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 60px 30px;
    float: left;
    margin: 0 5px;
}

.social .fb:hover, .social .in:hover, .social .xi:hover, .social .tw:hover {
    background-position-x: -30px;
}

@media screen and (max-width: 768px) {
    #team .col-sm-4 {
        margin-bottom: 20px;
    }
}

/* Karriere */
.karriere p {
    color: #000;
}

.karriere p a, li, li a {
    color: #000;
}

.karriere hr.spacer_blue {
    border-top: 2px solid #748a9a;
}

.karriere iframe {
    border-radius: 4px;
}

.jobbox {
    background:#f6f9fb;
        border: 1px solid #dfe6eb;
    padding: 0px;
    color: #666;
}

.jobbox h4 {
    margin-top: 0;
    margin-bottom: 15px;
    background-color: #dfe6eb;
    padding: 10px;
    max-width: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #dfe6eb;
}

.jobbox ul {
    list-style-type: none;
    padding-left: 15px;
}

.jobbox p {
    padding-left: 10px;
    padding-right: 10px;
}

.jobbox .glyphicon {
    margin-right: 10px;
    color:#748a9a;
}

.jobbox ul li {
    line-height: 30px;
}

.jobbox .badge {
    margin-bottom: 7px;
    margin-right: 5px;
    padding: 4px 9px;
    background-color: #748a9a;
}

h4.jobteaser {
    margin-top: 30px;
}

.jobtitle {
    text-align: center;
    margin: 1em;
}

.karriere .career-tags {
    margin: 0 0 20px;
}

.karriere .career-tags a {
    font-size: 14px;
    background: #f6f9fb;
    color: #666;
    padding: 5px 12px;
    margin: 0 3px 0 0;
    border-radius: 3px;
}

.karriere .career-tags a:hover {
    opacity: 0.5;
    color: #666;
}

.karriere h3 {
    padding: 0 15px 15px;
}

.karriere h3.anchor {
    padding-top: 100px;
    margin-top: -50px;
}

/* 404 Page */
#four-o-four {
    text-align: center;
    padding: 200px;
}

#four-o-four h1 {
    font-size: 64px;
}

#four-o-four h2 {
    font-weight: 300;
}

/*
	Fix all Input fields
*/
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(99, 139, 204, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(99, 139, 204, 0.6);
    outline: 0 none;
}

/*
	Fix to make 5 responsive Bootstrap columns
*/
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* 	FIX to make sure video on frontpage is never overlaying other content
	S/O Kim Hoegling
*/
#banner, #page_banner, #online_shops, #opener, #newsroom, #partner, #unternhemen, #s24_developer, .numbers, nav {
    transform: translateZ(1px);
    z-index: 1;
}

nav {
    z-index: 999;
}

/* FAQ */
.faq .transition, .faq p, .faq ul li i:before, .faq ul li i:after {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.faq .flipIn, .faq h2, .faq ul li {
    -webkit-animation: flipdown 0.5s ease both;
    animation: flipdown 0.5s ease both;
}

.faq .no-select, .faq h3 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.faq h2::after {
    content: " ";
    display: block;
    width: 20%;
    min-width: 100px;
    max-width: 300px;
    height: 2px;
    background-color: #748a9a;
    margin: 20px auto 10px;
}

.faq h3 {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 30px 10px 15px;
    font-weight: 300;
    display: block;
    background-color: #f6f9fb;
    margin: 0;
    cursor: pointer;
    border: 1px solid #dfe6eb;
}

.faq ul li p {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
    margin-top: 10px;
    padding: 0 15px;
}

.faq ul li p a {
    font-style: italic;
    font-size: 13px;
}

.faq ul {
    list-style: none;
    -webkit-perspective: 900;
    perspective: 900;
    padding: 0;
    margin: 0 0 40px;
}

.faq ul li {
    position: relative;
    padding: 0;
    margin: 0;
}

.faq ul li:nth-of-type(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.faq ul li:nth-of-type(2) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.faq ul li:nth-of-type(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.faq ul li:last-of-type {
    padding-bottom: 0;
}

.faq ul li i {
    position: absolute;
    -webkit-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    margin-top: 40px;
    right: 15px;
}

.faq ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: rgba(48, 69, 92, 0.8);
    width: 3px;
    height: 9px;
}

.faq ul li i:before {
    -webkit-transform: translate(-2px, 0) rotate(45deg);
    transform: translate(-2px, 0) rotate(45deg);
}

.faq ul li i:after {
    -webkit-transform: translate(2px, 0) rotate(-45deg);
    transform: translate(2px, 0) rotate(-45deg);
}

.faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.faq ul li input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.faq ul li input[type=checkbox]:checked~i:before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
    transform: translate(2px, 0) rotate(45deg);
}

.faq ul li input[type=checkbox]:checked~i:after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
}

.faq input[type=checkbox] {
    margin: 0;
    margin-top: 0;
}

@-webkit-keyframes flipdown {
    0% {
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        -webkit-transform: rotateX(8deg);
        transform: rotateX(8deg);
    }

    83% {
        -webkit-transform: rotateX(6deg);
        transform: rotateX(6deg);
    }

    92% {
        -webkit-transform: rotateX(-3deg);
        transform: rotateX(-3deg);
    }

    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes flipdown {
    0% {
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        -webkit-transform: rotateX(8deg);
        transform: rotateX(8deg);
    }

    83% {
        -webkit-transform: rotateX(6deg);
        transform: rotateX(6deg);
    }

    92% {
        -webkit-transform: rotateX(-3deg);
        transform: rotateX(-3deg);
    }

    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.faq-link b {
    font-size: 18px;
    display: block;
    margin: 0 0 5px;
}

#glossar p.term {
    width: 50px;
    float: left;
    font-weight: bold;
}

#glossar p.descr {
    width: 640px;
    float: right;
    margin: 0 0 30px;
}

/*Whitepaper*/
.whitepaper table {
    width: 100%;
    color: #333;
    font-weight: 300;
    border: 0 none;
    margin: 10px 0 20px;
}

.whitepaper td, .whitepaper th {
    margin: 1px 0;
    padding: 5px 10px;
    vertical-align: top;
}

.whitepaper th {
    padding: 15px 10px;
    background-color: #333;
    color: #fff;
}

.whitepaper tr:nth-child(even) {
    background-color: #f6f9fb;
}

.whitepaper ul li, .whitepaper p {
    color: #666;
    margin: 0 0 15px;
}

.whitepaper h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.whitepaper h2::after {
    content: " ";
    display: block;
    width: 20%;
    min-width: 100px;
    max-width: 300px;
    height: 2px;
    background-color: #748a9a;
    margin: 20px auto 10px;
}

.toggleBox {
    position: relative;
}

/* Ausblenden des input-Feldes */
.toggleBox input {
    position: absolute;
    left: -99999px;
}

/* Gestaltung der labels */
.toggleBox label {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 30px 10px 15px;
    font-weight: 300;
    background-color: #f6f9fb;
    margin: 0;
    border: 1px solid #dfe6eb;
    display: block;
    cursor: pointer;
}

/* Der Aufklappmechanismus */
.toggleBox #toggleBox1:not(:checked)~.box1, .toggleBox #toggleBox2:not(:checked)~.box2, .toggleBox #toggleBox3:not(:checked)~.box3, .toggleBox #toggleBox4:not(:checked)~.box4, .toggleBox #toggleBox5:not(:checked)~.box5, .toggleBox #toggleBox6:not(:checked)~.box6 {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.toggleBox #toggleBox1:checked~.box1, .toggleBox #toggleBox2:checked~.box2, .toggleBox #toggleBox3:checked~.box3, .toggleBox #toggleBox4:checked~.box4, .toggleBox #toggleBox5:checked~.box5, .toggleBox #toggleBox6:checked~.box6 {
    opacity: 1;
    padding: 0 .8em .8em;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

/*Print*/
img.logo.print {
    display: none;
}

.print-button {
    font-size: 16px;
    font-weight: 300;
    background-color: #f6f9fb;
    border: 1px solid #dfe6eb;
    padding: 5px 10px;
}

@media print {
    .noprint, .print-button {
        display: none;
    }

    .col-md-8.print {
        width: 90%;
    }

    .print .toggleBox #toggleBox1:not(:checked)~.box1, .print .toggleBox #toggleBox2:not(:checked)~.box2, .print .toggleBox #toggleBox3:not(:checked)~.box3, .print .toggleBox #toggleBox4:not(:checked)~.box4, .print .toggleBox #toggleBox5:not(:checked)~.box5, .print .toggleBox #toggleBox6:not(:checked)~.box6 {
        opacity: 1;
        height: auto;
        overflow: visible;
    }

    img.logo.print {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    td, th {
        border: 1px solid;
    }

    .toggleBox label {
        font-size: 20px;
        font-weight: bold;
        border: 0 none;
        padding: 0;
        margin: 60px 0 0;
    }
}

/* CSS Ladingpage */
#css .cover {
    background: #6997df;
    background: -moz-radial-gradient(center, ellipse cover, #6997df 0%, #507ec5 99%);
    background: -webkit-radial-gradient(center, ellipse cover, #6997df 0%, #507ec5 99%);
    background: radial-gradient(ellipse at center, #6997df 0%, #507ec5 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6997df', endColorstr='#507ec5', GradientType=1);
    text-align: center;
    position: relative;
    color: white;
}

#css .cover p,
#css .cover ul li {
    color: white;
}

#css .cover ul {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
}

#css .cover ul li {
    text-align: left;
    margin: 25px 0;
}

#css ul li i:after {
    display: none;
}

#css .cover ul li b {
    font-size: 18px;
    font-weight: 500;
}

#css .cover ul i {
    display: block;
    font-size: 40px;
    width: 40px;
    margin: 5px 0 0 0;
}

#css .cover h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: white;
    margin: 0 10% 15px;
    word-wrap: break-word;
    position: relative;
    text-align: center;
}

#css.original .cover h2 {
    margin: 90px 10% 15px;
}

#css h2,
#css h3 {
    font-weight: normal;
}

#css p,
#css ol li {
    font-size: 16px;
}

#css .logos {
    text-align: left;
    padding: 25px 0;
}

#css .logos p {
    margin: 14px 0 0;
}

#css .quote {
    text-align: center;
    margin: 40px 20%;
    padding: 0 0 20px;
    border-bottom: 1px solid #d6d9de;
}

#css .quote a {
    text-decoration: underline;
}

#css .quote p {
    font-size: 20px;
}

#css .quote p small {
    font-size: 15px;
}

#css #so-funktionierts img {
    width: 100%;
    height: auto;
}

#css ol {
    margin: 0;
    padding: 0 0 0 17px;
    list-style: none;
    counter-reset: li;
}

#css ol li {
    margin: 20px 0;
    counter-increment: li;
}

#css ol li::before {
    content: counter(li);
    color: #588ddd;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

#css #kontakt ul {
    list-style: none;
    padding: 0;
}

#css #kontakt ul li {
    margin: 20px 0;
    font-size: 16px;
}

#css #kontakt ul li i {
    color: #588ddd;
    margin: 3px 10px 15px 0;
    display: block;
    float: left;
}

#css #ihre-vorteile i.fas,
#css #ihre-vorteile i.far {
    color: #588ddd;
    font-size: 45px;
}

#css #ihre-vorteile .center p.last {
    margin: 0 0 40px;
}

.center {
    text-align: center;
}

a.button_orange,
#partner_form input.button_orange {
    background: #ed810f;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 0px #b97029;
    line-height: 40px;
    height: 40px;
    padding: 2px 22px 0;
    margin: 20px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    border: 0 none;
    letter-spacing: 1px;
}

#partner_form input.button_orange {
    margin: 10px 0 0;
}

.break {
    display: block;
    height: 30px;
    width: 100%;
}

.blue {
    color: #588ddd;
    font-weight: bold;
}

#css #css-form {
    background: #fff;
    box-shadow: 0 5px 50px #333;
    border-radius: 5px;
    color: #333;
    padding: 25px 15px 15px;
    width: 100%;
}

#css #css-form p {
    color: #333;
}

#css #css-form p.small,
#css #css-form p.small a {
    line-height: 1.2;
    margin: 0;
    font-size: 12px;
}

#css #css-form p.small a {
    text-decoration: underline;
}

#css #css-form h3 {
    margin: 0 0 10px;
}

#css #css-form label {
    text-align: left;
    width: 100%;
}

@media (min-width: 1200px) {
    #css .css-form-1 #css-form {
        margin: 20px 0 -100px;
    }
}


#css .css-form-2 #css-form {
    margin: 20px 0 40px;
    box-shadow: 0 5px 50px #999;
}

.img-white {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 60%;
}

footer .center {
    margin: 0 0 20px;
}

@media screen and (max-width: 1200px) {
    #css .quote {
        margin: 40px 5%;
    }
}

@media screen and (max-width: 767px) {
    #css .cover h2 {
        font-size: 30px;
        margin: 10px 0;
    }

    #css.original .cover h2 {
        margin: 100px 0 10px;
    }

    #css .cover ul,
    #css .cover ul li {
        margin: 10px 0 0;
    }

    #css .cover .checks .col-xs-12 p,
    #css .cover .checks .col-xs-12 i {
        text-align: center;
        margin: 0 auto 10px;
    }

    #css .css-form-1 #css-form {
        margin: 20px 0 0;
    }

    #css .logos {
        display: block;
        text-align: center;
    }

    #css .logos img {
        text-align: left;
    }

    #css .quote small {
        margin: 15px 0 0;
        display: block;
    }

    #css .quote small i {
        font-size: 14px;
    }

    #css #so-funktionierts img {
        width: 80%;
        margin: 40px 0 0;
    }

    .img-white {
        padding: 10px;
        max-width: 249px;
    }
}

@media screen and (max-width: 425px) {
    #css .cover h2 {
        font-size: 25px;
        margin: 20px 0;
    }

    #css .logos p {
        margin: 0 0 3px;
        text-align: center;
    }

    #css .logos img {
        width: 100%;
    }

    #css .quote {
        margin: 40px 0;
    }

    #css .quote p {
        font-size: 19px;
    }
}


/** cookie banner fix **/

#cookie-notice {
    transform: translateZ(2px);
}
