/*
	Theme Name: Adspirit
	Version: 1.0.0
	Author: André Lange
	Author URI: http://fresh-sol.de
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    color: black;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a.testaccount.quattro {
    color: #444;
}

a {
    color: #4B6C9D;
    text-decoration: none;
}

a.testaccount:hover{
    background-color: #416CA1;
    border: 2px solid #416CA1;
}
a.testaccount.quattro:hover{
    color: #fff;
}
a:hover {
    color: #04A4CC;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

.float_right {
    float: right;
}

.blue_gb {
    background-color: #416CA1;
}

.quattro {
    font-family: 'Quattrocento Sans', sans-serif;
}

.small {
    font-size: 12px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
}

/* wrapper */
.wrapper {

}

/* header */
.header {
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 10;

}

div#header_top {
    background-color: white;
    overflow: auto;
    border-bottom: 2px #efefef solid;
    padding: 0 42px;
}

div#header_top a {
    float: left;
    min-width: 25px;
    padding: 20px 15px 15px 0;
    color: black !important;
    line-height: 18px;
    vertical-align: middle;
}

div#header_top img {
    max-height: 20px;
    display: inline;
    width: 25px;
}

div#header_top span {
    display: inline-block;
    margin-left: 5px;
}

div#header_bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

/* logo */
.logo {
    height: 100%;
    padding-top: 1.8%;
    width: auto;
    display: inline-block;
    float: left;
}

.logo-img {
    max-height: 40px;
    min-height: 30px;
}

/* nav */
.nav {
    top: 0;
    /*left: 50%;*/
    /*left: 41%;*/
    /*margin-left: -225px;*/
    /*line-height: 50px;*/
    display: inline-block;
    float: left;
}

.nav > ul > li {
    display: inline;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.nav > ul > li > a {
    font-family: 'Quattrocento Sans', sans-serif;
}

/* sidebar */
.sidebar {

}

/* footer */
.footer {
    background-color: #F8F8F8;
    color: black;
    overflow: auto;
    clear: both;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

main {
    position: relative;
    padding: 70px 0 0;

}

section {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/*------------------------------------*\
    Fonts
\*------------------------------------*/

@font-face {
    font-family: 'adspirit';
    src:
            url('fonts/adspirit.ttf?s2aybs') format('truetype'),
            url('fonts/adspirit.woff?s2aybs') format('woff'),
            url('fonts/adspirit.svg?s2aybs#adspirit') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-SemiBold.eot');
    src: url('fonts/Quatro-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-SemiBold.woff2') format('woff2'),
    url('fonts/Quatro-SemiBold.woff') format('woff'),
    url('fonts/Quatro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-Light.eot');
    src: url('fonts/Quatro-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-Light.woff2') format('woff2'),
    url('fonts/Quatro-Light.woff') format('woff'),
    url('fonts/Quatro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro UltraBlack';
    src: url('fonts/Quatro-UltraBlackItalic.eot');
    src: url('fonts/Quatro-UltraBlackItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-UltraBlackItalic.woff2') format('woff2'),
    url('fonts/Quatro-UltraBlackItalic.woff') format('woff'),
    url('fonts/Quatro-UltraBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-Bold.eot');
    src: url('fonts/Quatro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-Bold.woff2') format('woff2'),
    url('fonts/Quatro-Bold.woff') format('woff'),
    url('fonts/Quatro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-Black.eot');
    src: url('fonts/Quatro-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-Black.woff2') format('woff2'),
    url('fonts/Quatro-Black.woff') format('woff'),
    url('fonts/Quatro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-MediumItalic.eot');
    src: url('fonts/Quatro-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-MediumItalic.woff2') format('woff2'),
    url('fonts/Quatro-MediumItalic.woff') format('woff'),
    url('fonts/Quatro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-ExtraLight.eot');
    src: url('fonts/Quatro-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-ExtraLight.woff2') format('woff2'),
    url('fonts/Quatro-ExtraLight.woff') format('woff'),
    url('fonts/Quatro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-RegularItalic.eot');
    src: url('fonts/Quatro-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-RegularItalic.woff2') format('woff2'),
    url('fonts/Quatro-RegularItalic.woff') format('woff'),
    url('fonts/Quatro-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro UltraBlack';
    src: url('fonts/Quatro-UltraBlack.eot');
    src: url('fonts/Quatro-UltraBlack.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-UltraBlack.woff2') format('woff2'),
    url('fonts/Quatro-UltraBlack.woff') format('woff'),
    url('fonts/Quatro-UltraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-Medium.eot');
    src: url('fonts/Quatro-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-Medium.woff2') format('woff2'),
    url('fonts/Quatro-Medium.woff') format('woff'),
    url('fonts/Quatro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-SemiBoldItalic.eot');
    src: url('fonts/Quatro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-SemiBoldItalic.woff2') format('woff2'),
    url('fonts/Quatro-SemiBoldItalic.woff') format('woff'),
    url('fonts/Quatro-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-BlackItalic.eot');
    src: url('fonts/Quatro-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-BlackItalic.woff2') format('woff2'),
    url('fonts/Quatro-BlackItalic.woff') format('woff'),
    url('fonts/Quatro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-ExtraLightItalic.eot');
    src: url('fonts/Quatro-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-ExtraLightItalic.woff2') format('woff2'),
    url('fonts/Quatro-ExtraLightItalic.woff') format('woff'),
    url('fonts/Quatro-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-LightItalic.eot');
    src: url('fonts/Quatro-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-LightItalic.woff2') format('woff2'),
    url('fonts/Quatro-LightItalic.woff') format('woff'),
    url('fonts/Quatro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro Book';
    src: url('fonts/Quatro-BookItalic.eot');
    src: url('fonts/Quatro-BookItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-BookItalic.woff2') format('woff2'),
    url('fonts/Quatro-BookItalic.woff') format('woff'),
    url('fonts/Quatro-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-BoldItalic.eot');
    src: url('fonts/Quatro-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-BoldItalic.woff2') format('woff2'),
    url('fonts/Quatro-BoldItalic.woff') format('woff'),
    url('fonts/Quatro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro';
    src: url('fonts/Quatro-Regular.eot');
    src: url('fonts/Quatro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-Regular.woff2') format('woff2'),
    url('fonts/Quatro-Regular.woff') format('woff'),
    url('fonts/Quatro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quatro Book';
    src: url('fonts/Quatro-Book.eot');
    src: url('fonts/Quatro-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quatro-Book.woff2') format('woff2'),
    url('fonts/Quatro-Book.woff') format('woff'),
    url('fonts/Quatro-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






























/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./fonts/google/OpenSans1.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./fonts/google/OpenSans2.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./fonts/google/OpenSans3.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./fonts/google/OpenSans4.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./fonts/google/OpenSans5.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./fonts/google/OpenSans6.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./fonts/google/OpenSans7.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Quattrocento Sans'), local('QuattrocentoSans'), url('./fonts/google/QuattroSans1.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Quattrocento Sans'), local('QuattrocentoSans'), url('./fonts/google/QuattroSans2.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'adspirit' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
    content: "\e905";
}
.icon-cheveron-down:before {
    content: "\e900";
}
.icon-cheveron-left:before {
    content: "\e901";
}
.icon-cheveron-right:before {
    content: "\e902";
}
.icon-cheveron-up:before {
    content: "\e903";
}
.icon-search:before {
    content: "\e904";
}
.icon-cross:before {
    content: "\ea0f";
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .uc-grid-front .uc-grid-row.numbers_section .uc-grid-row-container{
        margin-left: 12px!important;
    }
    .numbers_section,
    .uc-grid-front .uc-grid-col.numbers_box{
        margin: 12px 5px !important;
    }
    .adspirit .uc-grid-front .uc-grid-row.about_middle{
        margin-left: 10px!important;
        margin-bottom: 30px!important;
    }
    .uc-grid-front .uc-grid-row.box_section .uc-grid-row-container .uc-grid-col{
        margin-bottom: 35px!important;
    }
    .adspirit .uc-grid-front .uc-grid-row.box_section{
        margin-bottom: 0!important;
        height: 100%!important;
    }
    .adspirit .uc-grid-front .uc-grid-row.box_section,
    .uc-grid-front .uc-grid-row.rev_section {
        margin-right: 20px;
        margin-left: 10px;
        background-image: unset!important;
    }
}
@media only screen and (min-width: 320px) {
    .uc-grid-front .uc-grid-row.teaser_section .grey_teaser {
        height: 770px!important;
    }
    .realtime-bidding .uc-grid-col-addon .testaccount{
        height: 80px!important;
        text-align: center!important;
    }
    .uc-grid-front .uc-grid-row.rev_section {
        margin-bottom: 15%;
    }
    .uc-grid-front .uc-grid-row {
        margin-bottom: 20%;
    }
    .realtime-bidding .uc-grid-front .uc-grid-row.single_image_right {
        margin-bottom: 200px;
    }
    .realtime-bidding .uc-grid-front .uc-grid-row.teaser_section .uc-grid-row-container{
        margin-left: 0!important;
    }
    .realtime-bidding .uc-grid-front .uc-grid-row.teaser_section .uc-grid-row-container .sub_title div{
        text-align: center!important;
    }
    .realtime-bidding .uc-grid-front .uc-grid-row.big_gray_bg {
        height:600px;
    }
    .realtime-bidding .uc-grid-front .uc-grid-row.big_gray_bg .center_title.dark_title.content_inner_title{
        padding-right: 0 !important;
    }
    .uc-grid-front .uc-grid-row.single_top_section {
        margin-bottom: 20%;
    }
    .single_small_section.image_left_section.margin_top_section{
        margin-top: -120px !important;
    }
}
@media only screen and (min-width: 350px) {
    .realtime-bidding .uc-grid-col-addon .testaccount{
        text-align: left!important;
        height: 38px!important;
    }
    .realtime-bidding .uc-grid-col-addon .testaccount .testaccount_inner{
        padding: 0!important;
        text-align: center!important;
    }
}
@media only screen and (min-width: 400px) {
    .uc-grid-front .uc-grid-row.rev_section {
        margin-bottom: 13%;
    }
    .uc-grid-front .uc-grid-row {
        margin-bottom: 16%;
    }
    .owl-item{
        padding: 0 30px!important;
    }
    .single_small_section.image_left_section.margin_top_section{
        margin-top: -180px !important;
    }
}

@media only screen and (min-width: 480px) {
    .realtime-bidding .uc-grid-front .uc-grid-row.big_gray_bg .center_title.dark_title.content_inner_title {
        margin-top: 200px !important;
    }
    .realtime-bidding .uc-grid-front .uc-grid-row.big_gray_bg {
        margin-bottom: 160px !important;
    }
    .uc-grid-front .uc-grid-row {
        margin-bottom: 0!important;
    }
    .uc-grid-front .uc-grid-row.rev_section{
        height: 420px;
    }
    .owl-item{
        padding: 0!important;
    }
}

@media only screen and (max-width: 500px) {
    section .uc-grid-front .uc-grid-row .uc-grid-row-container .uc-grid-col.contact_box_new.publisher{
        width: 100%!important;
    }
    section .uc-grid-front .uc-grid-row .uc-grid-row-container .uc-grid-col.contact_box_new{
        width: 65%!important;
        margin: 0 auto;
        float: none!important;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 45px!important;
    }
}
@media only screen and (min-width: 520px) {
    .uc-grid-front .uc-grid-row {
        margin-bottom: 10%!important;
    }
    .owl-item{
        padding: 0!important;
    }
}

@media only screen and (min-width: 660px) {
    .uc-grid-front .uc-grid-row {
        margin-bottom: 10%!important;
    }
    .owl-item{
        padding: 0 30px!important;
    }
}

@media only screen and (min-width: 780px) {
    .realtime-bidding .uc-grid-col-addon .testaccount .testaccount_inner{
        padding: 0!important;
        text-align: center!important;
    }
    .realtime-bidding .uc-grid-col-addon .testaccount{
        height: 80px!important;
        text-align: center!important;
    }
}
@media only screen and (max-width: 768px) {
    .uc-grid-front .uc-grid-row .uc-grid-row-container .uc-grid-col.as_membership,
    .uc-grid-front .uc-grid-row .uc-grid-row-container .uc-grid-col.contact_box_new{
        width: 50%!important;
        float: left!important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .uc-grid-front .uc-grid-row.box_section .uc-grid-row-container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .uc-grid-front .uc-grid-row .uc-grid-row-container{
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}
@media only screen and (min-width: 768px) {
    .owl-item{
        padding: 0 75px!important;
    }
    .uc-grid-front .uc-grid-row.teaser_section .grey_teaser {
        height: 1060px!important;
    }
}

@media only screen and (min-width: 800px) {
    .realtime-bidding .uc-grid-front .uc-grid-row.teaser_section .uc-grid-row-container{
        margin: 0 auto!important;
    }
    .realtime-bidding .uc-grid-front .uc-grid-row.big_gray_bg .center_title.dark_title.content_inner_title {
        margin-top: 100px !important;
    }
    .uc-grid-front .uc-grid-row.single_top_section {
        margin-bottom: 0!important;
    }
    .single_small_section.image_left_section.margin_top_section{
        margin-top: -200px !important;
    }
}

@media only screen and (min-width: 960px) {
    .realtime-bidding .uc-grid-col-addon .testaccount{
        text-align: left!important;
        height: 38px!important;
    }
    .realtime-bidding .uc-grid-col-addon .testaccount .testaccount_inner{
        padding: 0 0 0 4px!important;
    }
}

@media only screen and (min-width: 980px) {
    .uc-grid-front .uc-grid-row.as_contact_margin{
        margin-bottom: 200px!important;
    }
    .uc-grid-front .uc-grid-row {
        margin-bottom: 0!important;
    }
    .owl-item{
        padding: 0 10px!important;
    }
    .realtime-bidding .uc-grid-front .uc-grid-row.big_gray_bg {
        margin-top: -100px!important;
    }
}

@media only screen and (min-width: 1024px)  and (max-width: 1282px) {
    .uc-grid-front div.uc-grid-row.about_middle {
        margin-left: 42px!important;
        margin-right: 42px!important;
    }
}
@media only screen and (min-width: 1024px) {
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_margin,
    .as_margin{
        margin: 0 auto!important;
    }
    .uc-grid-front .uc-grid-row .uc-grid-row-container.publisher_section.as_margin{
        margin: 0 auto 70px!important;
    }
    .realtime-bidding .uc-grid-col-addon .testaccount .testaccount_inner{
        padding: 0 9px 0 0!important;
    }
    .uc-grid-front .uc-grid-row.teaser_section .grey_teaser {
        height: 880px!important;
    }
    .single_small_section.image_left_section.margin_top_section{
        margin-top: -250px !important;
    }
    .uc-grid-front .uc-grid-row {
        margin-bottom: 0!important;
    }

    .uc-grid-front div.uc-grid-row.about_middle.publisher_section {
        margin-bottom: 230px!important;
    }
    .uc-grid-front div.uc-grid-row.about_middle.publisher_init {
        margin-bottom: 0!important;
    }
    .uc-grid-front div.uc-grid-row.about_middle {
        margin-bottom: 30px!important;
    }
    .owl-item{
        padding: 0 10px!important;
    }
}

@media only screen and (min-width: 1140px) {
    .realtime-bidding .uc-grid-col-addon .testaccount .testaccount_inner{
        padding: 0 9px 0 18px!important;
    }
}

@media only screen and (min-width: 1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.adspirit_last_menu_item {
    float: right !important;
    margin-right: 40px !important;
}

#adspirit_main_menu.menu ul,
.menu li li {
    border: none !important;
}

.menu ul.adspirit_submenu_title_desc li:hover {
    background: #416CA1 !important;
}

ul.menu > li:hover {
    background-color: #fff;
    color: #2C486A;
}

.menu ul.sub-menu a {
    text-align: left;
}

.menu a {
    text-align: center;
    width: 100px;
    color: #2C486A;
    border-left: none;
}

.menu a:hover {
    background-color: #fff;
    color: #2C486A;
    background-image: none;
}

.menu {
    background-color: #fff;
    background-image: none;
}

.main-nav {
    background-color: #fff;
    background-image: none;
    display: inline-block !important;
    vertical-align: middle !important;
}

ul.adspirit_submenu_title_desc {
    min-width: 260px;
}

.adspirit_submenu_title_desc > li {
    background: #416CA1 !important;
    color: #fff !important;
    min-height: 270px;
}

img.menu-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 15%;
}

.menu li li.adspirit_submenu_one a:hover,
.menu li li.adspirit_submenu_one:hover > a,
.menu li li.adspirit_submenu_one:hover {
    background: #2C486A !important;
    color: #fff !important;
}

.menu li li.adspirit_submenu_one.menu-item-has-children:hover::after {
    color: #fff !important;
}

.menu li li.adspirit_submenu_one a,
.menu li li.adspirit_submenu_one {
    background: #fff !important;
    color: #2C486A !important;
}

.menu li li.adspirit_submenu_two a,
.menu li li.adspirit_submenu_two {
    background: #2C486A !important;
    color: #fff !important;
}

.menu li li.adspirit_submenu_two a:hover,
.menu li li.adspirit_submenu_two:hover > a,
.menu li li.adspirit_submenu_two:hover {
    color: #555555 !important;
    background: #fff !important;
}

#menu-adspirit_main_menu ul.sub-menu {
    min-height: 270px;
    background: #fff;
    min-width: 260px;
    text-align: left;
}

#menu-adspirit_main_menu ul.sub-menu ul.sub-menu {
    min-height: 270px;
    background: #2C486A;
}

.sub-menu {
    display: none;
}

#header_test {
    float: left;
    right: 10px;
    top: 15px;
}

#header_test .testaccount_icon {
    width: 20px;
    margin-top: 5px !important;
    margin-left: 0!important;
}
#header_test .testaccount_inner {
    width: 100%;
    padding-left: 5px!important;
    padding-right: 0!important;
    margin-left: 0!important;
}

.testaccount {
    background-color: #FDE460;
    height: 38px;
    border-radius: 4px;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #FDE460;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.trans_button {
    height: 38px;
    border-radius: 4px;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: white !important;
    border: 2px solid white;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.grey_button {
    background-color: #EBEBEB;
    height: 38px;
    border-radius: 4px;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: black !important;
    border: 2px solid #EBEBEB;
}

#header_test .testaccount_inner {
    padding: 0 18px;
}

.testaccount_inner, .trans_button_inner, .grey_button_inner {
    padding: 0 9px 0 18px;
}

#header_test .testaccount_icon {
    float: right;
}

.testaccount_icon {
    margin-left: 15px;
    font-size: 25px;
    vertical-align: middle;
}

.single_img_center_img.as_module_icon,
.as_module_icon{
    margin: 0 auto;
    max-width: 180px;
}

.single_img_left_img.clean_img.as_werbeformen{
    max-width: 500px;
}

.search {
    padding: 15px 0;
    position: relative;
}

.search-input {
    background-color: #F8F8F8;
    border: 1px #F8F8F8 solid !important;
    box-shadow: none;
    border-radius: 5px;
    height: 24px;
    width: 201px;
    padding: 0 30px 0 10px;
}

.search-submit {
    width: 30px;
    background-color: transparent;
    border: none;
    position: absolute;
    padding: 6px;
    right: 10px;
    top: 15px;
}

.search-submit span {
    font-size: 15px;
    margin-left: 0 !important;
}

#footer_inner {
    padding: 15px 42px;
    list-style: none;
}

#footer_inner > div {
    display: inline-block;
}

.footer #logo {
    height: 40px;
    display: inline;
}

div#footer_one {
    margin: 0 30px;
    line-height: 20px;
    vertical-align: middle;
}

div#footer_two {
    line-height: 20px;
    vertical-align: middle;
}

#footer_nav {
    background-color: #416CA1;
    padding: 42px;
    color: white;
}

#footer_nav > div {
    display: inline-block;
    width: 20%;
}

#footer_nav_one {
    width: 60% !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
}

.copyright {
    margin: 15px 42px;
}

#footer_nav li, #footer_nav a {
    list-style: none;
    color: white !important;
}

#footer_nav > ul > li > a{
    pointer-events: none;
}

#footer_nav > ul > li:first-child > ul > li > a{
    pointer-events: none;
}

#footer_nav .sub-menu {
    display: block;
}

#footer_nav .adspirit_submenu_title_desc {
    display: none;
}

#footer_nav ul {
    margin: 0;
    padding: 0;
}

#footer_nav > ul {
    display: block;
    width: 100%;
}

#footer_nav > ul > li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

#footer_nav > ul > li > a {
    border-bottom: 2px #91CDFC solid;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 5px;
}

#footer_nav > ul > li:first-child {
    display: inline-block;
    width: calc(60% - 10px);
}

#footer_nav > ul > li > .sub-menu > li {
    display: inline-block;
    width: 32%;
    vertical-align: text-top;
}

#footer_nav > ul > li > .sub-menu > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

#footer_nav > ul > li > .sub-menu li a {
    margin: 10px 0;
    display: inline-block;
}

.title_section {
    height: 895px;
    background-color: white;
    background-size: 100% 100% !important;
}

section > h1 {
    display: none;
}

.title_inner {
    width: 450px;
    border-left: 2px solid white;
    color: white;
}

.two_col_title_inner > div, .center_title > div {
    margin: 50px 0 50px 50px;
    padding-left: 15px;
    border-left: 2px solid white;
    color: white;
}

.post-edit-link {
    display: none;
}

.blue_bg_img {
    background-color: white;
    background-image: url('img/bg.png');
    background-size: 100% 100%;
}

.two_col_title_img img {
    height: auto !important;
    width: auto !important;
    max-width: 2000px !important;
}

.button_group br {
    display: none;
}

.button_group a {
    float: left;
}

.button_group a:first-child {
    margin-right: 17px;
    margin-left: -17px;
}

.title_tag span, .title_tag h1 {
    font-size: 60px !important;
    font-weight: bold;
    line-height: 80px !important;
    margin: 0;
}

.small_title span {
    margin: 50px 0 25px;
    display: block;
}

.small_section {
    margin: 42px auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    z-index: 1;
}

.rev_section > div {
    margin: 0 auto !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    z-index: 1;
    border-left: 4px solid #416CA1;
    background-color: #f8f8f8;
    padding: 30px 0 0;
}

.small_section.margin_top_section {
    margin: -300px 42px 0;
}

.small_section.margin_top_section.image_left_section.no_image_left_section {
    padding-left: 42px;
}

.small_section.margin_top_section.image_left_section {
    padding-left: 300px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    z-index: 1;
    width: calc(100% - 84px);
    padding-right: 42px;
}

.super_small_section.padding_section {
    padding: 42px 126px;
    margin: 0 auto;
}

.big_title span {
    font-size: 48px !important;
    line-height: 56px !important;
}

.bold {
    font-weight: bold !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.blue_color {
    color: #416CA1;
}

.sub_title span {
    font-size: 16px !important;
    line-height: 22px !important;
}

.medium_title.as_header_part h1,
.medium_title span h1{
    font-size: unset;
    line-height: unset;
    margin: unset;
}

.medium_title.as_header_part,
.medium_title span {
    font-size: 28px !important;
    line-height: 36px !important;
}

.blue_border_left {
    border-left: 4px solid #416CA1;
}

.three_col_info .info_img {
    height: 192px;
    padding-top: 42px;
}

.three_col_info img {
    max-width: 200px !important;
    width: auto !important;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 15px;
}

.three_col_info .info_img > div {
    position: relative;
    height: 150px;
}

.info_col {
    padding: 0 64px !important;
}

.uc_image_carousel_content {
    display: none;
}

.ref_slider {
    padding: 0 84px;
}

.owl-item {
    padding: 0 15px;
}

.rev_section {
    height: 450px;
    background-color: white !important;
    background-size: 100% 100% !important;
}

a.r-tabs-anchor {
    border: none !important;
    background: white !important;
    color: black !important;
    font-size: 12px;
    font-family: 'Quattrocento Sans', sans-serif !important;
    font-weight: bold;
    letter-spacing: 0 !important;
    text-transform: none;
    border-bottom: 2px solid white !important;
}

.tab_section .uc_bold_tabs ul li.r-tabs-state-active {
    background-color: #416CA1 !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 2px solid #416CA1 !important;
}
.tab_section .uc_bold_tabs ul li.r-tabs-state-default a.r-tabs-anchor{
    background-color: transparent !important;
}
.tab_section .uc_bold_tabs ul li.r-tabs-state-active a.r-tabs-anchor,
.tab_section .uc_bold_tabs ul li.r-tabs-state-active a {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
}
.uc_bold_tabs ul.tabs.r-tabs-nav li.r-tabs-tab{
    margin: 0!important;
    width: calc(100%/3);
}
.uc-grid-front .startseite .uc-grid-col{
    padding-left:0!important;
    padding-right: 0!important;
}

.tab_section .uc_bold_tabs ul li.r-tabs-state-active:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tab_section .uc_bold_tabs ul li.r-tabs-state-active:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#uc_grid_1_80521 .uc-grid-row.startseite .uc-grid-row-container,
#uc_grid_1_69001 .uc-grid-row.startseite .uc-grid-row-container,
#uc_grid_1_08495 .uc-grid-row.startseite .uc-grid-row-container{
    width:100%;
}
.tab_section.publisher_tabs {
    margin-top: 0;
}
.tab_section {
    padding: 0 !important;
    margin-top: -82px;
    background-color: white;
    position: absolute !important;
    left: 0;
    right: 0;
}

.tab_content_section {

}
.tab_content_section.publisher {
    margin-top: 20px;
}
.tab_content_section {
    margin-top: -55px;
    height: 775px !important;
    background-size: 100% 100% !important;
    background-color: white;
}

.tab_section div {
    padding: 0;
}

.tab_section .panel-container {
    display: none;
}

li.r-tabs-tab {
    width: 32%;
    text-align: center;
}

li.r-tabs-tab a {
    display: inline-block !important;
    width: auto;
}

.uc-grid-row.rev_section .uc-grid-row-container {
    max-width: 1196px !important;
}

.center_title {
    width: 550px;
    margin: 0 auto;
    color: white;
}

.center_title .button_group {
    margin-top: 20px;
}

.center_title .button_group {
    position: absolute !important;
}

.tab_content_img {
    text-align: center;
    margin-top: 10px !important;
    margin-left: -30px;
}

.tab_content_img > div {
    display: inline;
    width: 450px;
}

.tab_content_img img {
    width: 450px !important;
    max-width: 450px !important;
    position: absolute;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.tab_info_col {
    padding: 0 50px !important;
    position: relative;
    width: 230px !important;
    box-sizing: content-box !important;
    z-index: 2;
}

.tab_info_left {
    margin-top: 42px;
}

.tab_info_right {
    margin-top: 84px;
}

.tab_info_text {
    margin-bottom: -18px;
    padding-bottom: 0;
    margin-top: 15px !important;
}

.tab_info_line_left > div > div::after {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: black;
    display: block;
    position: absolute;
    right: -5px;
    top: 0;
}

.home_tab_one_line_one {
    width: 500px;
    z-index: 5;
}

.home_tab_one_line_two {
    width: 450px;
    z-index: 5;
}

.home_tab_one_line_three {
    width: 600px;
    z-index: 5;
}

.home_tab_two_line_one {

    z-index: 5;
}

.home_tab_two_line_two {
    z-index: 5;
}

.home_tab_two_line_one > div {
    position: relative !important;
    height: 24px;
}

.home_tab_two_line_one > div > div {
    width: 475px !important;
    position: absolute !important;
    top: 15px;
    right: 0;

}

.home_tab_two_line_two > div {
    position: relative !important;
    height: 24px;
}

.home_tab_two_line_two > div > div {
    width: 375px !important;
    position: absolute !important;
    top: 15px;
    right: 0;
}

.rounded {
    border-radius: 4px;
}

.box_shadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.grey_bg {
    background-color: #f8f8f8;
}

.white_bg {
    background-color: white;
}

.padding_top {
    padding-top: 15px;
}

.box_section {
    background-size: 100% 100% !important;
    height: 635px;
    float: left;
    margin-top: -130px;
    position: relative !important;
    width: 100%;
    padding-top: 120px !important;
}

.grid_box .medium_title.as_header_part,
.grid_box .medium_title span {
    height: 75px;
    display: block;
}

.grid_box {
    margin: 10px;
    width: calc(33.333333% - 20px) !important;
    background: #f8f8f8;
    background: -moz-linear-gradient(-45deg, #f8f8f8 0%, #ffffff 100%);
    background: -webkit-linear-gradient(-45deg, #f8f8f8 0%, #ffffff 100%);
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=1);
}

/*.home_about {*/
    /*background-color: #f8f8f8;*/
    /*margin-top: -150px;*/
    /*float: left;*/
    /*width: calc(100% - 84px);*/
    /*padding: 15px 42px !important;*/
/*}*/

.box_section > div {
    width: calc(100% - 64px) !important;
    max-width: 2000px !important;
    margin: 0 32px !important;
}

.about_middle .uc-col-first.uc-colsize-1_2 {
    width: 60% !important;
    padding-top: 42px;
}

.about_middle .uc-col-last.uc-colsize-1_2 {
    width: 40% !important;
    padding: 15px 42px 0;
}

.about_middle .as_center .inline_image {
    width: 100%;
    margin: 0 auto;
}
.about_middle .inline_image {
    display: block;
    width: auto;
    float: left;
    margin: 0 25px;
    padding: 42px 0;
}

.about_middle .inline_image:last-child {
    margin-right: 0 !important;
}

.about_middle .inline_image img {
    height: 64px !important;
    width: auto !important;
}

.numbers_box.publisher {
    width: calc(25% - 14px) !important;
}

.numbers_box {
    padding: 15px 20px !important;
    margin: 0 8px;
    width: calc(25% - 16px) !important;
    background: #f8f8f8;
    background: -moz-linear-gradient(-45deg, #f8f8f8 0%, #ffffff 100%);
    background: -webkit-linear-gradient(-45deg, #f8f8f8 0%, #ffffff 100%);
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=1);
}

.numbers_section > div {
    width: calc(100% - 74px) !important;
    margin: 0px 37px !important;
    padding: 0 !important;
    max-width: 2000px !important;
}

.numbers_section {
    padding-top: 0 !important;
    margin-top: 0 !important;
    height: 586px;
}

.publisher.numbers_section {
    padding-top: 100px !important;
    height: 400px;
}

@media only screen and (max-width: 1024px){
    .publisher.numbers_section {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 768px){
    .publisher.numbers_section {
        margin-bottom: 100px!important;
        height: 300px!important;
        margin-top: 50px!important;
    }
}

.contact_box_new.publisher {
    width: calc(33%) !important;
}
.as_membership {
    width: calc(25%) !important;
    position: relative !important;
}
.contact_box_new {
    border-left: 1px solid #416CA1;
    margin: 30px 0 0 0;
    width: calc(33%) !important;
    position: relative !important;
}

.contact_box {
    border-left: 1px solid #416CA1;
    border-left: 1px solid #416CA1;
    margin: 0px 130px 0 30px;
    width: calc(50% - 160px) !important;
    position: relative !important;
}

.contact_box:first-child {
    margin: 0px 30px 0 130px;
    width: calc(50% - 160px) !important;
}

.contact_img_new {
    position: absolute !important;
    top: -40px;
    margin-left: 145px;
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
    background-color: white !important;

}

.contact_img {
    position: absolute !important;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 125px !important;
    height: 125px !important;
    overflow: hidden;
    background-color: white !important;

}

.contact_section {
    float: left;
    margin-top: -350px;
    width: 100% !important;
}

.contact_box_new .button_group {
    position: absolute !important;
}

.contact_box .button_group {
    position: absolute !important;
}

.hidden {
    display: none;
}

.r-tabs-anchor span {
    pointer-events: none;
}

.header nav.nav li {
    list-style: none !important;
}

.header nav.nav > ul > li > a > span{
    vertical-align: sub;
    font-size: 18px;
}
.header nav.nav > ul > li > .sub-menu {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 300px;
    background-color: #f8f8f8;
    padding: 0;
    height: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.header nav.nav > ul > li > .sub-menu, .header nav.nav > ul > li > ul > li > .sub-menu {
    display: none;
}

.adspirit_submenu_title_desc {
    display: none;
}

.header nav.nav > ul > li:nth-child(4) .adspirit_submenu_title_desc .nav_img{
    background-color: #f8f8f8;
}
.header nav.nav > ul > li:nth-child(4) .adspirit_submenu_title_desc .nav_img img{
    margin-top: -30px;
}
.header nav.nav > ul > li:nth-child(4) .adspirit_submenu_title_desc div{
    text-align: center;
    margin: 0 auto;
}

.header nav.nav > li.adspirit_menu_item:hover > li.sub-menu{
    display: block;
    position: fixed;
    width: 33.33%;
    left: 33.33%;
    background-color: #2C486A;
    line-height: 40px;
    padding: 0;
    height: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

/*.header nav.nav > ul > li > ul > li:hover > .sub-menu {*/
    /*display: block;*/
    /*padding: 0;*/
    /*position: fixed;*/
    /*width: 33.33%;*/
    /*left: 33.33%;*/
    /*background-color: #2C486A;*/
    /*line-height: 40px;*/
    /*top: 70px;*/
    /*height: 418px;*/
    /*box-shadow: 0 0 2px rgba(0, 0, 0, .2);*/
    /*z-index: 2;*/
/*}*/

.header nav.nav > ul > li > ul > li > .sub-menu a {
    color: white !important;
}

.header nav.nav > ul > li:first-child:hover > ul > li:first-child > .adspirit_submenu_title_desc, .header nav.nav > ul > li:nth-child(4):hover > ul > li:first-child > .adspirit_submenu_title_desc {
    display: block;
    position: fixed;
    top: 70px;
    left: 66.66%;
    width: 33.33%;
    margin: 0 !important;
    padding: 30px;
    background-color: #416CA1;
    line-height: 21px;
    height: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.header nav.nav > ul.as_menu_ul > li.adspirit_menu_item:hover > .sub-menu{
    display: block !important;
}


/*nav.nav > ul > li:hover > .adspirit_submenu_title_desc {*/
    /*display: block;*/
    /*position: fixed;*/
    /*top: 70px;*/
    /*left: 66.66%;*/
    /*width: 33.33%;*/
    /*margin: 0 !important;*/
    /*padding: 30px;*/
    /*background-color: #416CA1;*/
    /*line-height: 21px;*/
    /*height: 418px;*/
    /*box-shadow: 0 0 2px rgba(0, 0, 0, .2);*/
    /*z-index: 2;*/
/*}*/

.nav_img {
    width: 144px;
    height: 144px;
    background-color: #66A9DD;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.nav_img img {
    width: 84px !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -44px;
}

.menu-description {
    margin-top: 15px;
    display: block;
    text-transform: none;
}

.single_top_section {
    height: 652px !important;
    background-size: 100% 100% !important;
}
.single_top_section.small_top_background {
    height: 450px !important;
}

.single_contact_section {
    height: 586px;
    margin-top: 0 !important;
    padding-top: 270px !important;
}

.single_small_section.image_left_section.margin_top_section {
    margin-top: -200px;
}

.single_img_left_img {
    margin: -30px 0 -30px -30px !important;
}

.single_img_left_img.clean_img img {
    padding: 84px !important;
}

.single_img_left_text {
    padding: 42px 0;
}

.single_img_right_text.as_img_margin_top {
    margin-top: 50px;
}
.single_img_right_text {
    padding: 84px;
}

.single_img_center_img{
    max-width: 650px;
    margin: 0 auto;
}

.single_title_tag {
    width: 550px;
}

.single_top_section > div > div {
    margin-left: 0;
}

.single_img_right_text {
    padding: 0 84px !important;
}

.small_section.single_image_left {
    margin-bottom: -200px !important;
}

.single_img_right_img {
    padding: 42px;
}

form.uc-form {
    padding: 84px 126px;
}

.header nav.nav > ul > li {
    height: 35px;
    display: inline-block;
}
.big_gray_bg.single_contact_section{
    height: 600px;
}
.big_gray_bg.publisher{
    height: 100%;
}
.rtb.big_gray_bg{
    margin-top: -100px;
}
.big_gray_bg{
    background-size: 100% 100% !important;
    height: 880px;
    margin-top: -190px;
    float: left;
    width: 100%;
}
.center_title.dark_title.content_inner_title{
    width: 550px !important;
    margin-top: 150px;
    padding-right: 100px;
}
.center_title.dark_title.content_inner_title > div {
    border-color: #000 !important;
}
.center_title.dark_title.content_inner_title span, .center_title.dark_title.content_inner_title p{
    color: #000 !important;
}
.blue_teaser {
    background-color: #416CA1;
    color: white !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 42px !important;
    margin-top: -50px;
}
.blue_teaser .title{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Quattrocento Sans', sans-serif;
}
.dark_blue_bg{
    background: #3e6d9d;
    background: -moz-linear-gradient(left, #3e6d9d 0%, #2c486a 100%);
    background: -webkit-linear-gradient(left, #3e6d9d 0%,#2c486a 100%);
    background: linear-gradient(to right, #3e6d9d 0%,#2c486a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e6d9d', endColorstr='#2c486a',GradientType=1 );
    margin: 0 -42px;
    padding: 15px 42px 15px 84px!important;
    position: relative;
}
.light_blue_bg{
    margin: 0 -42px;
    padding: 15px 42px 15px 84px!important;
    position: relative;
}
.realtime-bidding .grey_teaser .icon-cross{
    color: #db111d;
}
.realtime-bidding .blue_teaser .icon-checkmark{
    color: #FDE460!important;
}
.blue_teaser .icon-checkmark {
    position: absolute;
    left: 24px;
    font-size: 30px;
    top: 10px;
}
.blue_teaser .medium_title.as_header_part,
.blue_teaser .medium_title {
    margin: -30px 0 24px -15px;
}
.grey_teaser {
    margin: 42px 15px;
    padding: 42px;
    height: 850px;
    width: calc(33% - 30px) !important;
    background-color: #f8f8f8;
}
.grey_teaser_inner{
    margin: 0 -44px;
    padding: 15px 42px 0px 84px!important;
    position: relative !important;
}
.grey_teaser_inner .title{
    font-weight: bold;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
}
.grey_teaser p{
    font-size: 12px;
}
.grey_teaser .icon-cross {
    position: absolute;
    left: 48px;
    font-size: 18px;
    top: 17px;
}
.grey_teaser .medium_title.as_header_part,
.grey_teaser .medium_title {
    margin: -30px 0 24px -15px;
}
.teaser_section {
    margin-top: -250px !important;
    float: left;
    width: 100% !important;
}
.no_headet_top {
    margin-top: -500px !important;
    float: left;
    width: calc(100% - 84px);
    padding-top: 0 !important;
}
.about_middle{
    margin: 0 auto !important;
}
.contact_img_new img{
    width: 65px !important;
}
.contact_img img{
    width: 100px !important;
}
.header nav.nav > ul > li > ul > li > a {
    height: 100%;
    width: 100%;
    padding-left: 5%;
    display: inline-block;
}
/*.header nav.nav > ul > li > ul > li {*/
    /*!*margin: 0 -32px;*!*/
    /*!*padding: 0 32px;*!*/
    /*height: 33.33%;*/
    /*line-height: 33.33%;*/
    /*display: flex;*/
/*}*/
.header nav.nav > ul > li > ul > li > ul > li {
    cursor: pointer;
    width: 100%;
    display: flex;
}
.header nav.nav > ul > li > ul > li > ul > li > a{
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-left: 5%;
}
.header nav.nav > ul > li > ul > li:hover {
    background-color: #4B6C9D;
    color: white !important;
}
.header nav.nav > ul > li > ul > li:hover a {
    color: white !important;
    width: 100%;
    height: 100%;
    padding-left: 5%;
}

.header nav.nav > ul > li > ul > li:hover > ul > li:hover {
    background-color: white !important;
}
.header nav.nav > ul > li > ul > li:hover > ul > li:hover ul li, .header nav.nav > ul > li > ul > li:hover > .adspirit_submenu_title_desc li:hover{
    background-color: transparent !important;
}
.header nav.nav > ul > li > ul > li:hover > ul > li:hover a{
    color: #4B6C9D !important;
    cursor: pointer;
    pointer-events: auto !important;
}
#mobile_nav{
    display: none;
    float: right;
    padding: 14px 10px;
}
.mobileBar1,
.mobileBar2,
.mobileBar3 {
    /*margin: 6px 0;*/
    /*display: block;*/
    /*background-color: black;*/
    /*height: 6px;*/
    /*width: 32px;*/
    /*pointer-events: none !important;*/

    display: block;
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s
}

.changeMobileBar .mobileBar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
.changeMobileBar .mobileBar2 {
    opacity: 0;
}
.changeMobileBar .mobileBar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.wpml-ls-legacy-list-vertical {
    float: left;
    right: 180px;
    top: 16px;
    display: inline-block;
}
.wpml-ls-legacy-list-vertical a {
    padding: 1px 10px;
    width: 32px;
}
.wpml-ls-legacy-list-vertical .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.75);
}
.two_col_text p {
    column-count: 2;
    column-gap: 42px;
}
.form_section {
    padding: 84px 124px !important;
}
.form_section .medium_title.as_header_part,
.form_section .medium_title span, label{
    color: #4B6C9D !important;
}
.wpforms-field-radio ul label{
    border-bottom: 1px solid #4B6C9D;
}
.wpforms-field-radio label{
    margin: 10px 0 !important;
}
.wpforms-submit{
    background-color: #FDE460 !important;
    text-transform: uppercase !important;
    color: black !important;
    padding: 8px 42px !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25) !important;
}

.wpforms-submit-container{
    text-align: center;
}
.wpcf7-form input{
    font-size: 16px;
    padding: 6px 10px;
    line-height: 1.3;
}
.wpcf7-form textarea{
    width: 100%;
}
.wpcf7-form input[type="text"]{
    height: 38px;
}
.wpcf7-form select,
.wpcf7-form option{
    height: 38px!important;
}
.wpcf7-form .adspirit_whole_line {
    width: 100%;
    margin:0 auto;
}
input.adspirit_whole_line{
    margin-bottom: 15px!important;
}
.wpcf7-form .first_half input{
    width: 45%;
}
.wpcf7-form .second_half input{
    width: 100%;
}
.wpcf7-form .second_half{
    float: right;
    width: 45%;
}
.wpcf7-form .second_half span{
    width: 45%;
}
.wpcf7-form select,
.wpcf7-form input{
    margin-bottom: 15px;
}
.wpcf7-form span{
    color: #4B6C9D !important;
}
.wpcf7-form .wpcf7-list-item{
    width: 30%;
}
.adspirit_half_line input{
    width: 48%;
}
.adspirit_center{
    text-align: center;
}
.adspirit_contact_header{
    font-size: 16px;
    font-weight: 700;
}
.wpcf7-form .adspirit_back,
.wpcf7-form .adspirit_submit{
    background-color: #FDE460 !important;
    text-transform: uppercase !important;
    color: black !important;
    padding: 8px 42px !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25) !important;
}

@media only screen and (max-width: 625px) {
    .wpcf7-form .wpcf7-list-item{
        width: 100%;
    }
    #footer_nav > ul {
        display: none;
    }
    #footer_nav {
        padding: 1px;
    }
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4B6C9D !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4B6C9D !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #4B6C9D !important;
}
input, textarea, select {
    border: none !important;
    background-color: #efefef !important;
    border-left: 1px solid #4B6C9D !important;
    border-radius: 4px !important;
    color: #4B6C9D !important;
    /*border-bottom: 1px solid #4B6C9D !important;*/
}

@media only screen and (min-width: 1284px) {
    .uc-grid-row-container, .small_section, .super_small_section, .box_section > div, .numbers_section > div, .footer > div > ul, #footer_inner, .copyright{
        max-width: 1200px !important;
        float: none;
    }
    .small_section.margin_top_section {
        margin: -300px auto 0;
    }
    .box_section > div, .numbers_section > div, .footer > div > ul, #footer_inner, .copyright{
        margin: 0 auto !important;
    }
    #footer_inner{
        padding: 15px 0 !important;
    }
    #chat-widget-container{
        right: 50% !important;
        margin-right: -600px;
    }
    .copyright{
        float: none;
        text-align: right;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1169px) {
    .tab_info_col.tab_info_right{
        float: right;
    }
}
@media only screen and (min-width: 1025px) {
    .button_group a:last-child {
        margin-right: 17px;
        margin-left: 0;
        margin-top: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .as_membership{
        width: calc(25%) !important;
    }
}

@media only screen and (max-width: 1200px) {
    .contact_box_new{
        width: calc(33%) !important;
    }
    .small_section.margin_top_section.image_left_section {
        padding-left: 42px;
        background-image: none !important;
        background-color: #f8f8f8;
    }
    .info_col {
        padding: 0 32px !important;
    }
    #footer_nav li, #footer_nav a {
        font-size: 10px;
    }
    .form_section {
        padding: 84px 84px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .uc-grid-front .uc-grid-col.numbers_box{
        margin: 12px 12px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .uc-grid-front .uc-grid-row.publisher_section.publisher_init{
        margin-bottom: 180px!important;
    }
    .button_group a:last-child {
        margin-right: 17px;
        margin-left: -17px;
        margin-top: 17px;
    }
    .contact_box_new{
        width: calc(33%) !important;
    }
    .contact_img_new{
        top: -44px!important;
    }
    .small_section.margin_top_section.image_left_section {
        padding-right: 24px;
        padding-left: 24px;
    }
    .super_small_section.padding_section {
        padding: 42px 24px;
    }
    .tab_info_col > div{
        display: none;
    }
    .button_group br {
        display: block;
    }
    .grid_box {
        width: calc(100% - 20px) !important;
        float: none !important;
        padding-bottom: 5px;
        text-align: center;
    }
    .grid_box .medium_title span{
        text-align: center;
    }
    .box_section {
        height: 1324px;
    }
    .about_middle .uc-col-first.uc-colsize-1_2 {
        width: 35% !important;
    }
    .about_middle .uc-col-last.uc-colsize-1_2 {
        width: 65% !important;
        padding: 15px 42px 0;
    }
    .about_middle .inline_image {
        display: block;
        width: auto;
        float: none;
        margin: 0;
        padding: 15px 0;
    }
    .about_middle .inline_image img {
        height: 34px !important;
        width: auto !important;
    }
    .numbers_box {
        margin: 10px 8px;
        width: calc(50% - 16px) !important;
    }
    .numbers_section {
        padding-top: 0 !important;
        height: 750px;
        width: calc(100% + 24px) !important;
        max-width: calc(100% + 24px) !important;
        margin: 0 -12px !important;
    }
    .contact_box {
        margin: 0px 0px 0 30px;
        width: calc(50% - 60px) !important;
    }
    .contact_box:first-child {
        margin: 0px 0px 0 46px;
        width: calc(50% - 62px) !important;
    }
    .contact_img_new {
        top: 46px;
    }
    .contact_img {
        top: 46px;
    }
    form.uc-form {
        padding: 84px 15px;
    }
    .two_col_text p {
        column-count: 1;
        column-gap: 0;
    }
    .no_headet_top {
        width: calc(100% - 30px);
    }
    .single_top_section {
        height: 456px !important;
    }
    .single_top_section.no_title_section {
        height: 652px !important;
    }
    .uc-grid-front .uc-grid-row_section .uc-grid-row-container.center_title{
        margin: 0 30px !important;
        width: calc(100% - 60px) !important;
    }
    .uc-grid-front .uc-grid-col.numbers_box.publisher{
        margin-right: 12px !important;
        margin-left: 0 !important;
    }
    .uc-grid-front .uc-grid-col.numbers_box{
        width: calc(50% - 24px) !important;
        float: left !important;
    }
    .form_section {
        padding: 84px 8px !important;
    }
}
@media only screen and (max-width: 770px) {
    .realtime-bidding .uc-grid-front .uc-grid-row.teaser_section,
    .realtime-bidding .uc-grid-front .uc-grid-row.big_gray_bg {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .realtime-bidding .grey_teaser {
        margin: 0!important;
    }
    .realtime-bidding .grey_teaser .icon-cross{
        left: 54px!important;
    }
    .blue_teaser{
        margin: 0!important;
    }
}
@media only screen and (max-width: 400px) {
    .uc-grid-front .uc-grid-col.numbers_box.publisher{
        width: 100% !important;
        margin: 12px 0 !important;
        float: left !important;
    }
}
@media only screen and (max-width: 350px) {
    #header_test {
        display: none!important;
    }
}
@media only screen and (max-width: 880px) {
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_margin,
    .as_margin{
        margin-left: 15px!important;
        margin-right: 15px!important;
        /*padding-left: 0!important;*/
        /*padding-right: 0!important;*/
    }
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_padding{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    body {
        font-size: 16px;
    }
    .wpforms-list-3-columns ul li{
        width: 100% !important;
    }
    .wpforms-one-half{
        width: 100% !important;
        display: block !important;
        float: none !important;
        padding: 10px 0 !important;
        margin: 0 !important;
    }
    #header_test {
        /*display: block;*/
        margin-top: 15px;
        /*right: 100px;*/
        line-height: 18px;
        height: 40px;
        padding-left: 5px;
        padding-right: 5px;
        float: right;
    }

    #header_test .testaccount_icon{
        display: none;
    }
    #header_test .testaccount_inner{
        padding: 0!important;
    }
    .uc-grid-front .uc-grid-row.single_top_section .uc-grid-row-container.center_title{
        margin: 0 30px !important;
        width: calc(100% - 60px) !important;
    }
    .header {
        position: relative;
    }
    .nav{
        display: none;
    }
    div#header_bottom {
        padding: 0 15px;
    }
    .two_col_title_inner > div, .center_title > div {
        margin: 0 0 0px 0px;
        padding-left: 0;
        border-left: none;
        color: white;
        padding-top: 15px;
    }
    .button_group a {
        float: none;
        margin: 8px 0 !important;
    }

    .small_section.margin_top_section {
        margin: -164px 10px 0;
    }
    .small_section.margin_top_section.image_left_section {
        width: calc(100% - 30px) !important;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .three_col_info{
        display: none !important;
    }
    .two_col_title_img img {
        max-width: 350px !important;
    }
    .title_tag span, .title_tag h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .big_title span {
        font-size: 34px !important;
        line-height: 46px !important;
    }
    .medium_title.as_header_part,
    .medium_title span {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .rev_section > div, .uc-grid-front .uc-grid-row .uc-grid-row-container {
        margin: 0 15px !important;
        max-width: calc(100% - 30px) !important;
    }
    .uc-grid-front .uc-grid-col {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px !important;
    }
    /*.tab_section {*/
    /*display: none !important;*/
    /*}*/
    /*.tab_content_section > div{*/
    /*display: none !important;*/
    /*}*/
    /*.tab_content_section {*/
    /*display: none !important;*/
    /*}*/
    .box_section {
        margin-top: -120px;
        padding-top: 0 !important;
    }
    .grid_box{
        margin: 10px 0;
    }
    .about_middle {
        margin-top: -520px !important;
        width: calc(100% - 30px);
        padding: 15px !important;
        margin-left: 15px !important;
    }
    .numbers_box .big_title span {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: -20px !important;
        display: block;
    }
    .small_section {
        margin: 15px;
    }
    .about_middle .uc-col-last.uc-colsize-1_2 {
        width: 100% !important;
        padding: 15px 0px 0;
    }
    .about_middle .uc-col-first.uc-colsize-1_2 {
        width: 100% !important;
    }
    .about_middle .inline_image {
        display: inline-block;
        width: auto;
        float: none;
        margin: 0 15px 0 0;
        padding: 15px 0;
    }
    .numbers_section {
        padding-top: 0 !important;
        height: 375px;
    }
    .numbers_box {
        margin: 10px 0px;
        width: 50% !important;
    }
    .contact_section {
        float: none;
        margin-top: -100px;
        width: 100% !important;
        background-color: #f0f0f0;
    }
    .contact_box:first-child, .contact_box:last-child {
        margin: 0;
        width: 100% !important;
    }
    .uc-grid-front .contact_section .uc-grid-col {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px !important;
        border-left: none;
        padding-bottom: 100px;
    }

    .contact_box {
        margin: 0;
    }
    div#footer_one {
        margin: 30px 0;
    }
    #footer_inner > div {
        display: block;
    }
    .copyright{
        float: left !important;
        margin: 15px;
    }
    #footer_inner {
        padding: 15px;
    }
    #footer_nav {
        padding: 15px;
    }
    .about_middle{
        margin: 0 auto !important;
    }
    .single_img_right_text {
        padding: 0px !important;
    }
    .single_title_tag {
        width: 100%;
    }
    #mobile_nav{
        display: inline-block;
    }

    .adspirit_submenu_title_desc{
        display: none !important;
    }
    main {
        position: relative;
        padding: 0px 0 0;
    }
    .wpml-ls-legacy-list-vertical {
        margin-top: 15px;
        float: right;
    }
    .single_contact_section {
        height: auto;
    }
    .grid_box .medium_title.as_header_part,
    .grid_box .medium_title span {
        height: 34px;
    }





    /** MOBILE MENU **/
    nav.nav.show{
        display: block;
    }

    .header nav.nav > ul{
        background: #fff;
    }
    .header nav.nav > ul > li.adspirit_mobile_menu_item {
        height: 53px;
        display: inline-block;
        width: 24%;
        margin-right: 0;
        text-align: center;
        background: #fff;
    }
    .header nav.nav > ul > li.adspirit_mobile_menu_item > a {
        display: block;
    }

    .header nav.nav > ul > li.adspirit_mobile_menu_item > ul:nth-child(1) .menu-item {
        background: #f8f8f8;
    }
    .header nav.nav > ul > li.adspirit_mobile_menu_item > ul {
        text-align: left;
    }

    .header nav.nav > ul > li.adspirit_mobile_menu_item > ul > li > ul > li{
        border-bottom: 1px solid white;
    }

    nav.nav{
        position: absolute;
        top: 55px;
        left: 0;
        background-color: white;
        right: 0;
        width: auto;
        margin: 0;
        padding: 0;
        height: 53px;
    }

    /*.header nav.nav > ul > li > ul > li > a {*/
        /*padding-top: 10%;*/
        /*line-height: 20px;*/
    /*}*/
    /*.header nav.nav > ul > li > ul > li > .sub-menu{*/
        /*display: none;*/
        /*padding: 0;*/
        /*position: fixed;*/
        /*width: 55%;*/
        /*left: 45%;*/
        /*background-color: #2C486A;*/
        /*line-height: 40px;*/
        /*top: 125px;*/
        /*height: auto;*/
        /*box-shadow: none;*/
        /*z-index: 2;*/
    /*}*/
    .header nav.nav > ul > li > ul > li:hover > .sub-menu {
        display: none;
    }
    .header nav.nav > ul > li > ul > li > .sub-menu{

    }
    .header nav.nav > ul > li > ul > li > .sub-menu.mobile_active{
        display: block;
        padding: 0;
        position: fixed;
        width: 55%;
        left: 45%;
        background-color: #2C486A;
        line-height: 37px;
        top: 125px;
        height: auto;
        box-shadow: none;
        z-index: 2;
    }

    .header nav.nav > ul > li > ul > li.mobile_active_first {
        background-color: #4B6C9D;
        color: white !important;
    }
    .header nav.nav > ul > li > ul > li.mobile_active_first a {
        color: white !important;
        width: 100%;
        height: 100%;
        padding-left: 5%;
    }














}

h2.startseite{
    font-size: 33px !important;
    margin-bottom: 0;
    margin-top: 0;
}

.adspirit_footer_first{

}
#footer_nav > ul > li > .sub-menu > li.adspirit_footer_first a{
    font-size: 15px;
}
#footer_nav > ul > li > .sub-menu > li.adspirit_footer_second a{
    font-weight: normal;
    text-transform: none!important;
    font-size: 15px;
    pointer-events: auto!important;
}
#footer_nav > ul > li > .sub-menu > li.adspirit_footer_second{
    display: block!important;
    width: 100%;
}
#footer_nav > ul > li.adspirit_footer_first:last-child{
    width: calc(20%);
}
#footer_nav > ul > li.adspirit_footer_first:nth-child(2){
    width: calc(60% - 10px);
}
#footer_nav > ul > li.adspirit_footer_first:first-child{
    width: calc(20%);
}
/*.uc-grid-front .uc-grid-col*/
/*padding-left: 0*/
/*padding-right 0*/


/*uc-grid-col-inner*/
/*margin-left: 15px*/
.adspirit_hidden{
    display: none!important;
}

/** add Accordion again **/
.r-tabs .r-tabs-nav { display: block!important;}

@media only screen and (max-width: 800px) {
    .uc-grid-front .uc-grid-row.tab_section .uc-grid-row-container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .uc_bold_tabs ul li{
        background: none!important;
    }
    .uc_bold_tabs ul li a{
        padding: 5px 10px!important;
    }
    .tab_section .uc_bold_tabs ul li.r-tabs-state-active:first-child{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .adspirit .uc-grid-front .tab_section.rev_section > div, .uc-grid-front .uc-grid-row .uc-grid-row-container .uc-grid-col{
        padding-top: 0!important;
    }
    .adspirit .tab_section.rev_section > div, .uc-grid-front .uc-grid-row .uc-grid-row-container{
        margin: 0 !important;
        max-width: 100% !important;
    }
    .adspirit .tab_section.small_section{
        width: 100%!important;
        border-radius: 0!important;
        margin: 0!important;
        margin-top: -59px !important;
    }
    .adspirit .tab_content_section{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px !important;
    }
    .adspirit .uc-grid-front .uc-grid-row.box_section{
        margin-top: 60px!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
    .uc_bold_tabs ul li a{
        font-size: 13px!important;
        padding: 10px 38px !important;
    }
}
@media only screen and (min-width: 438px) and (max-width: 800px) {
    .uc_bold_tabs ul li a{
        padding: 10px 38px !important;
    }
}
@media only screen and (min-width: 638px) and (max-width: 800px) {
    .uc_bold_tabs ul li a{
        padding: 11px 65px !important;
    }
    .adspirit .tab_section.small_section{
        margin-top: -71px !important;
    }
}
/*@media only screen and (min-width: 517px) and (max-width: 767px) {*/
/*.tab_section .uc_bold_tabs ul li a{*/
/*padding: 10px 25px !important;*/
/*}*/
/*}*/
@media only screen and (max-width: 434px) {
    .adspirit .tab_section.small_section{
        margin-top: -59px !important;
    }
}
@media only screen and (min-width: 840px) and (max-width: 980px){
    .adspirit .uc-grid-front .uc-grid-row.tab_section {
        margin-top: -100px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 389px){
    .tab_content_img{
        margin-top: 66px !important;
    }
}
@media only screen and (min-width: 390px) and (max-width: 979px){
    .tab_content_img{
        margin-top: 90px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 800px){
    .adspirit .tab_content_section{
        margin-top: 0 !important;
    }
}
.adspirit .uc-grid-front .uc-grid-row.tab_section {
    max-width: 1200px !important;
}

/* MENU */
@media only screen and (min-width: 801px) and (max-width: 1246px){
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_margin,
    .as_margin {
        margin-left: 42px !important;
        margin-right: 42px !important;
        /*padding-left: 0!important;*/
        /*padding-right: 0!important;*/
    }
}
@media only screen and (min-width: 801px){
    .adspirit_mobile_menu_item{
        display: none!important;
    }
    .adspirit_mobile_menu{
        display: none!important;
    }
    .adspirit_desktop_menu{
        display: block!important;
    }
    .uc_bold_tabs ul li a{
        font-size: 15px!important;
    }
}
@media only screen and (max-width: 800px){
    .header nav.nav > ul > li > a > span.icon-cheveron-down{
        display: inline-block!important;
    }
    .adspirit_desktop_menu_item{
        display: none!important;
    }
    .adspirit_mobile_menu_item{
        display: block;
    }
    .adspirit_desktop_menu{
        display: none!important;
    }
    .adspirit_mobile_menu{
        display: block!important;
    }
    .header {
        position: fixed!important;
    }
    main{
        margin-top: 50px;
    }
}
#mobile_nav{
    cursor: pointer;
}
input[type="checkbox"],
input[type="radio"]{
    cursor: pointer;
}

/* Kontakt alle*/
.team_contact{
    text-align: center;
    margin-top: 10px;
}
.team_contact .testaccount_inner{
    padding: 0 30px 0 45px!important;
}


/* Preiskalkulator */
.adspirit_progressbar_container {
    width: 100%;
    margin: 0 auto;
}
.adspirit_progressbar {
    counter-reset: step;
}
.adspirit_progressbar li {
    list-style-type: none;
    width: 50%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.adspirit_progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.adspirit_progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.adspirit_progressbar li:first-child:after {
    content: none;
}
.adspirit_progressbar li.active {
    color: green;
}
.adspirit_progressbar li.active:before {
    border-color: #55b776;
}
.adspirit_progressbar li.active + li:after {
    background-color: #55b776;
}

/*.header nav.nav.mobile > ul > li:nth-child(2) > ul {*/
/*display: block!important;*/
/*margin-left: -24px!important;*/
/*}*/
/*.header nav.nav.mobile > ul > li:nth-child(2) > a:first-child{*/
/*display: none!important;*/
/*}*/

input[name=adImpressions],
input[name=bannereinblendungen-name],
input[name=videoeinblendungen-name]{
    width: 100%;
    max-width: 400px;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}
.wpcf7-form input[type=range]{
    padding: 0!important;
}
#adspirit_slider_banner_value,
#adspirit_slider_video_value{
    width: 70px;
    text-align: right;
    pointer-events: none!important;
    border: none !important;
    background-color: unset !important;
    border-left: none !important;
    border-radius: 0 !important;
    color: unset !important;
}
.ui-slider-handle {
    transition-property: left;
    transition-duration: 0.15s;
}
.adspirit_slider_div{
    min-width: 250px;
    width: 340px;
}
.adspirit_slider{
    cursor: pointer;
}
.adspirit_slider.ui-widget-content {
    border: none;
    background: #416CA1;
    color: #416CA1;
}
.ui-slider-handle::after {
    background: #416CA1;
}
.ui-slider-horizontal .ui-slider-handle {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}
.uc-grid-row-container.rowWithPadding{
    padding-right: 42px!important;
    padding-left: 42px!important;
    margin: 0 auto!important;
}











.big_title.mrdImpressions span{
    font-size: 30px !important;
}

@media only screen and (max-width: 550px) {
    .big_title.mrdImpressions span{
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 800px){
    .big_title.mrdImpressions span {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1150px) {
    .big_title.mrdImpressions span {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 504px) and (max-width: 548px) {
    .sub_title.mrdImpressions span {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1126px) {
    .sub_title.mrdImpressions span {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}










.wordbreak{
    word-break: break-word;
}
.showroom_title a{
    color: white;
    display: block;
}
.showroom_title{
    text-align: center;
    font-weight: bold;
    background: #416CA1;
    color: white;
    width: 350px;
    margin: -10px auto 60px auto!important;
    border-radius: 3px;
    font-size: 16px !important;
    line-height: 35px !important;
}
.showroom_title:hover{
    background:#367ebd;
}
.nav.quattro.mobile.show > ul{
    padding:0;
}

.showroom_main_tab_div{
    width: 400px;
    margin: 0 auto;
}
.showroom_single_div.active:hover{
    background:#367ebd;
}
.showroom_single_div.active{
    color: white;
    background: #416CA1;
}
.showroom_single_div:hover .red{
    text-shadow: 1px 0 white;
}
.showroom_single_div .red{
    color: #db111d;
}
.showroom_single_div:hover{
    background:#367ebd;
    color: white;
}
.showroom_single_div{
    width:50%;
    text-align: center;
    float: left;
    font-size: 16px !important;
    line-height: 35px !important;
    border-radius: 3px;
    color: #416CA1;
    background: white;
    cursor: pointer;
    font-weight: bold;
}
.lz_form_0,
#lz_form_0{
    display: none!important;
}
.wpcf7-form .wpcf7-not-valid span{
    color: #ffffff !important;
}
span.wpcf7-not-valid{
    background-color: #ff0000!important;
    border-radius: 3px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    border-radius: 3px;
}
input.adspirit_submit{
    border-left: none!important;
}
.title_section.publisher {
    height: 525px;
}
.uc_overlay_image_carousel .owl-dot.active,
.uc_overlay_image_carousel .owl-dot:hover{
    height: 20px!important;
    width: 20px!important;
}
.uc_overlay_image_carousel .owl-dot{
    height: 14px!important;
    width: 14px!important;
}
.our_team{
    margin-bottom:50px;
}
.callback_section.publisher {
    padding-top: 100px !important;
}
.single_contact_section.publisher {
    padding-top: 160px !important;
}
.publisher_section.publisher_init{
    margin-top: 0!important;
}
.publisher_section{
    margin-top: 40px!important;
    padding: 15px 30px;
}
.publisher_title span{
    font-size: 35px!important;
}
.publisher_margin_all{
    margin: 40px!important;
}
.publisher_margin{
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}
.as_membership{
    min-width: 200px;
    max-width: 250px;
    float: left;
    width: 100%;
    text-align: center;
}


/* special publisher page*/



@media only screen and (min-width: 1026px) {
    .uc-grid-front .uc-grid-col.uc-col-first.numbers_box.publisher{
        margin-left:0;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 160px!important;
    }
}
@media only screen and (min-width: 980px) and (min-width: 1024px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 80px!important;
    }
}
@media only screen and (min-width: 854px) and (max-width: 978px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 200px!important;
    }
}
@media only screen and (min-width: 802px) and (max-width: 852px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 250px!important;
    }
}
@media only screen and (min-width: 770px) and (max-width: 800px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 100px!important;
    }
}
@media only screen and (min-width: 552px) and (max-width: 768px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 50%!important;
    }
}
@media only screen and (min-width: 478px) and (max-width: 550px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 440px!important;
    }
}
@media only screen and (min-width: 402px) and (max-width: 476px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 350px!important;
    }
}
@media only screen and (max-width: 400px) {
    .uc-grid-front .uc-grid-row.as_special_bottom.publisher{
        margin-bottom: 570px!important;
    }
}

.middle_headline h1{
    font-size: 45px !important;
    line-height: 60px !important;
}
.middle_headline p{
    font-size: 18px;
    line-height: 30px;
}

.publisher_tabs .uc_bold_tabs ul.tabs.r-tabs-nav li.r-tabs-tab{
    width: 100%!important;
}
.publisher_tabs .uc_bold_tabs ul li a {
    font-size: 30px!important;
}
.publisher_listpoints li{
    margin-bottom: 20px;
    padding-right: 20px;
}
.as_background.as_yellow_bg:before{
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left, #FDE460, #FEFFD4);
    transform-origin: top left;
    transform: skewY(-2.5deg);
}
.as_background:before{
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    background-image: linear-gradient(to right, #f0f0f0, #f8f8f8);
    transform-origin: top left;
    transform: skewY(-2.5deg);
}
.contact_section.publisher{
    margin-top: 50px;
}

.uc-grid-front .uc-grid-row.as_margin.as_margin_bottom,
.uc-grid-front .uc-grid-row.as_margin_bottom,
.uc-grid-front .uc-grid-row .uc-grid-row-container.as_margin.as_margin_bottom,
.team_contact.as_margin_bottom{
    margin-bottom: 50px!important;
}

.medium_title.publisher{
    font-weight: normal;
    font-size: 24px;
    color: #333;
}
.as_publisher_case img{
    max-width: 400px!important;
}
/*popup*/
.as_popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation: fadeOut 0.5s;
    animation: fadeOut 0.5s;
}
.as_popuptext {
    visibility: hidden;
    padding-left: 50px!important;
    padding-right: 50px!important;
    padding-top: 20px!important;
    height: 430px;
    width: 100%;
    max-width: 700px!important;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    position: fixed;
    bottom: 125%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 10!important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: fadeOut 0.5s;
    animation: fadeOut 0.5s;
}
#asPopup.show {
    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
.as_float_right{
    float: right;
}
.as_float_left{
    float: left;
}
.clearBoth{
    clear: both;
}
.as_margin_btn{
    margin: 10px;
}

.as_download{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    color: #fff;
    background: #EA3737;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
#as_cover{
    visibility: hidden;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
#as_cover.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.as_yellow{
    color: #FDE460!important;
}
.as_main_bar{
    height: 35px;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.as_bar{
    line-height: 36px;
    height: 35px;
    font-size: 14px;
    transition: width .25s ease, height .25s ease, font-size .25s ease;
    width: 75%;
    float: left;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}
.as_input{
    width:100%;
}
.as_margin_block{
    margin-block-start:0.5em!important;
    margin-block-end:0.5em!important;
}
.as_case{
    margin: 15px 30px !important;
}
.uc-grid-row.publisher_section{
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.testaccount.as_big_btn{
    font-size: 14pt!important;
}
.publisher_init .uc_overlay_image_carousel .uc_carousel{
    padding: 0!important;
}
#as_sendSuccess{
    display: none;
}
.contact_info{
    display: inline-block;
    font-size: 12px;
    color: #444;
}
.contact_info_main{
    float: left;
}
.as_publisher_buttons .testaccount .testaccount_inner{
    padding: 0;
    font-size: 13pt;
}
.as_publisher_buttons .as_download{
    padding: 5px;
}
.as_publisher_buttons .as_casestudies{
    font-size: 13pt;
    bottom: 1px;
}
.as_publisher_buttons .testaccount,
.as_publisher_buttons .as_casestudies{
    width: 45%;
    max-width: 412px;
    margin: 15px;
}
.as_publisher_buttons{
    max-width: calc(100% - 60px);
    margin: 0 auto;
}
.contact_info > i{
    margin-right: 20px;
    color: #416CA1;
}

@media only screen and (max-width: 888px) {
    .as_publisher_buttons{
        max-width: 100%;
    }
    .as_publisher_buttons .testaccount .testaccount_inner{
        padding: 0 10px 0 10px!important;
    }

    .as_publisher_buttons .testaccount,
    .as_publisher_buttons .as_casestudies{
        font-size: 12pt;
        width: 375px!important;
        max-width: 100% !important;
    }
}
.contact_info .fab,
.contact_info .fas{
    margin-right: 15px!important;
}
.as_publisher_buttons .fas{
    margin-right: 15px!important;
}

@media only screen and (max-width: 768px){
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_new_main_head {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        width: 100%;
        max-width: 600px;
    }
    .as_main_new_headline .uc-colsize-1_3{
        background-image: unset!important;
        height: 100% !important;
    }
    .as_gradient_bg::before{
        background-image: unset!important;
    }
    .as_first_title.title_tag h1{
        text-align: center;
    }
}
@media only screen and (max-width: 880px){
    .rev_section > div, .uc-grid-front .uc-grid-row .uc-grid-row-container.full-width{
        margin-left: 0!important;
        margin-right: 0!important;
        max-width: 100%!important;
    }
}
.as_clip_1{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.as_clip_2{
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.as_clip_3{
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
@media only screen and (min-width: 1045px) and (max-width: 1349px){
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_main_new_mirror{
        margin-top: -36.5% !important;
    }
}
@media only screen and (min-width: 1350px){
    .as_main_new_mirror{
        margin-top: -16.5% !important;
    }
}

.contact_info_sub{
    float: right;
}

.as_logo_title{
    font-size: 12px;
}

.as_menu_ul{
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-left: 10px!important;
    padding-left: 10px!important;
    max-height: 70px;
}
.nav.quattro{
    float: right;
    max-width: calc(100% - 160px);
    width: 100%;
}

.nav > ul.as_menu_ul > li{
    padding-right: 12px;
    padding-left: 12px;
}
ul.as_menu_ul ul li.adspirit_submenu_two {
    clear: both;
    width: 100%;
}
ul.as_menu_ul li{
    float: left;
}
@media only screen and (min-width: 800px) and (max-width: 889px) {
    .nav.quattro {
        /*max-width: 44%;*/
    }
    .as_menu_ul{
        padding-left: 0;
        margin-left: 0;
    }
    .nav > ul.as_menu_ul > li.adspirit_menu_item {
        padding-right: 4px;
        padding-left: 3px;
    }
}
@media only screen and (min-width: 890px) and (max-width: 920px) {
    .nav.quattro {
        /*max-width: 50%;*/
    }
    .as_menu_ul{
        padding-left: 0;
        margin-left: 0;
    }
    .nav > ul.as_menu_ul > li.adspirit_menu_item {
        padding-right: 4px;
        padding-left: 3px;
    }
}
@media only screen and (min-width: 920px) and (max-width: 990px) {
    .nav.quattro {
        /*max-width: 50%;*/
    }
    .as_menu_ul{
        padding-left: 0;
        margin-left: 0;
    }
    .nav > ul.as_menu_ul > li.adspirit_menu_item {
        padding-right: 6px;
        padding-left: 7px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1024px) {
    .nav.quattro {
        /*max-width: 50%;*/
    }
    .as_menu_ul{
        padding-left: 0;
        margin-left: 0;
    }
    .nav > ul.as_menu_ul > li.adspirit_menu_item {
        padding-right: 9px;
        padding-left: 9px;
    }
}
@media only screen and (min-width: 882px) and (max-width: 1050px) {
    .nav.quattro {
        width:calc(100% - 155px)!important;
    }
}
@media only screen and (max-width: 880px) {
    .nav.quattro{
        float: right;
        max-width: 100%;
        width: 100%;
    }
    ul.as_menu_ul li{
        float: left;
        clear: both;
    }
}
.as_no_pointer > a:first-child{
    pointer-events: none !important;
}
.adspirit_menu_item a{
    line-height: 35px;
    display: inline-block;
}
li.adspirit_menu_item {
    height: 35px;
}
.header nav.nav.quattro.mobile.show > ul.as_menu_ul {
    background-color: #fff;
    height: 100%;
    width: 100%;
    max-height: 100%;
}
.header nav.nav.quattro.mobile.show > ul > li > .sub-menu {
    position: fixed;
    width: 100%;
    max-width: 350px;
    background-color: #f8f8f8;
    padding: 0;
    height: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
}
nav.nav.quattro.mobile.show .adspirit_menu_item a{
    padding-right: 20px;
}
nav.nav.quattro.mobile.show {
    top:70px;
    height:auto;
}
/*.nav.quattro.mobile.show > ul.as_menu_ul > li{*/
/*background: #fff;*/
/*}*/
.header nav.nav.quattro.mobile.show > ul > li > .sub-menu.hidden{
    display: none!important;
}
.header nav.nav.quattro.mobile.show > ul > li > .sub-menu.show_me{
    display: block!important;
}
@media only screen and (min-width: 320px) and (max-width: 800px){
    .uc-grid-front .new_title_section.uc-grid-row{
        margin-bottom: 0!important;
    }
}
@media only screen and (min-width: 520px){
    .uc-grid-front .new_title_section.uc-grid-row{
        margin-bottom: 0!important;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
    .as_main_new_headline .grid_box{
        width: calc(33.333333% - 20px) !important;
        float: left!important;
    }
}
@media only screen and (max-width: 800px) {
    .as_logo_title {
        display: none;
    }
    .logo {
        padding: 15px 0;
    }
}

.full-width{
    max-width: 100%!important;
}
.as_head_last{
    z-index: 1;
    float: right;
    margin-bottom: 8px;
    display: inline-flex;
}
.nav > ul.as_menu_ul > li.adspirit_menu_item > ul.sub-menu{
    z-index: 2;
}
@media only screen and (min-width: 880px){
    .nav > ul.as_menu_ul > li.as_menu_small.adspirit_menu_item a{
        height: 30px;
    }
    .header nav.nav > ul.as_menu_ul > li.as_menu_small.adspirit_menu_item > a > span{
        font-size: 14px;
    }
    .nav > ul.as_menu_ul > li.as_menu_small.adspirit_menu_item {
        height: 30px;
        font-size: 10px;
    }
    .nav > ul.as_menu_ul > li.as_menu_small.adspirit_menu_item > ul.sub-menu > li.adspirit_submenu_two  {
        font-size: 12px;
    }
}


@media only screen and (max-width: 1200px){
    .as_main_new_headline .uc-colsize-1_3 {
        height: 55vw!important;
    }
}

@media only screen and (max-width: 1350px){
    .as_main_new_headline .uc-colsize-1_3 {
        height: 50vw!important;
    }
}

@media only screen and (min-width: 1351px){
    .as_main_new_headline .uc-colsize-1_3 {
        height: 38vw!important;
    }
}

@media only screen and (min-width: 1600px){
    .as_main_new_headline .uc-colsize-1_3 {
        height: 600px!important;
    }
}

@media only screen and (max-width: 1046px){
    .as_main_new_headline .uc-colsize-1_3 {
        height: 60vw!important;
    }
}

@media only screen and (max-width: 950px){
    .as_main_new_headline .uc-colsize-1_3 {
        height: 70vw!important;
    }
}

@media only screen and (max-width: 880px){
    .rev_section > div, .uc-grid-front .uc-grid-row .uc-grid-row-container.as_main_new_headline{
        /*margin: ;*/
    }
    .as_main_new_headline .uc-colsize-1_3 {
        padding-top: 0px !important;
    }
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        padding: 10px;
    }
}

.as_main_new_headline .uc-colsize-1_3{
    height: 30vw;
    display : flex;
    align-items : end;
    justify-content: center;
}
.uc-grid-front .uc-grid-col .uc-grid-col-addon.as_head_grid{
    margin-top: unset;
    padding: 15px;
    margin-bottom: 15px;
    z-index: 1;
}
.uc-grid-front .uc-grid-row .uc-grid-row-container.as_new_main_head{
    position: absolute;!important;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.as_second_title.title_tag h1 {
    font-weight: 500!important;
}
.new_title_section{
    height: 100% !important;
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.as_head_grid .testaccount{
    margin-top: 15px;
}
.uc-grid-front .uc-grid-row .uc-grid-row-container.as_main_new_mirror{
    background-size: contain !important;
    width: 100%;
    max-width: 100% !important;
    position: absolute!important;
    z-index: 0;
    height: 100%;
    margin-top: -24%!important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1044px){
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_main_new_mirror{
        margin-top: -40% !important;
    }
}
@media only screen and (min-width: 1045px) and (max-width: 1200px){
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_main_new_mirror{
        margin-top: -34.5% !important;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1349px){
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_main_new_mirror{
        margin-top: -34.5% !important;
    }
}
@media only screen and (min-width: 1350px){
    .as_main_new_mirror{
        margin-top: -16.5% !important;
    }
}
@media only screen and (max-width: 400px){
    .as_head_last {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 768px){
    .uc-grid-front .uc-grid-row .uc-grid-row-container.as_new_main_head {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        width: 100%;
        max-width: 600px;
    }
    .as_main_new_headline .uc-colsize-1_3{
        background-image: unset!important;
        height: 100% !important;
    }
    .as_gradient_bg::before{
        background-image: unset!important;
    }
    .as_first_title.title_tag h1{
        text-align: center;
    }
}
@media only screen and (min-width: 1350px) and (max-width: 1499px){
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        margin-top: 45%;
    }
}
@media only screen and (min-width: 1500px){
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        margin-top: 60%;
    }
}
@media only screen and (max-width: 880px){
    .header nav.nav > ul > li{
        height: 45px;
    }
    .rev_section > div, .uc-grid-front .uc-grid-row .uc-grid-row-container.full-width{
        margin-left: 0!important;
        margin-right: 0!important;
        max-width: 100%!important;
    }
}

.as_clip_1{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.as_clip_2{
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.as_clip_3{
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}

@media only screen and (max-width: 880px){
    .uc-grid-front .uc-grid-col .as_gradient_bg .uc-grid-col-addon.as_head_grid{

    }
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        padding: 5px;
    }
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner .testaccount_inner{
        padding: 0;
    }
}
@media only screen and (min-width: 769px) and (max-width: 920px){
    .uc-grid-front .uc-grid-col.as_gradient_bg .uc-grid-col-addon.as_head_grid{
        padding: 10px!important;
    }
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        margin-right: 0;
        margin-left: 0;
    }
}
@media only screen and (min-width: 769px){
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        position: absolute!important;
        bottom: 0!important;
    }
}

@media only screen and (min-width: 960px){
    .nav > ul > li.as_big_menu{
        font-size: 13px;
    }
    .nav > ul > li.as_big_menu > ul > li.adspirit_submenu_two{
        font-size: 12px!important;
    }
}
@media only screen and (min-width: 1074px){
    .nav > ul > li.as_big_menu {
        font-size: 14px;
    }
    .nav > ul > li.as_big_menu > ul > li.adspirit_submenu_two{
        font-size: 12px!important;
    }
}
@media only screen and (min-width: 1110px){
    .nav > ul > li.as_big_menu {
        font-size: 15px;
    }
    .nav > ul > li.as_big_menu > ul > li.adspirit_submenu_two{
        font-size: 12px!important;
    }
}
@media only screen and (min-width: 1180px){
    .nav > ul > li.as_big_menu {
        font-size: 17px;
    }
    .nav > ul > li.as_big_menu > ul > li.adspirit_submenu_two{
        font-size: 12px!important;
    }
}

@media only screen and (min-width: 881px){
    .header{
        height: 81px;
    }
    ul.as_menu_ul li.as_float_right{
        float: right;
    }
    /*.as_big_menu .icon-cheveron-down{*/
        /*width: 100%;*/
        /*display: block;*/
        /*text-align: center;*/
    /*}*/
    .nav > ul > li.as_big_menu{
        /*font-size: 20px;*/
        margin-top: 25px;
    }
    .as_head_last {
        margin-top: -25px;
    }
    #header_test{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .as_title_padding{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (min-width: 769px){
    .as_head_grid .testaccount{
        margin-top: unset;
        position: absolute;
        bottom: 15px;
    }
    .as_gradient_first:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(88, 146, 198, 0.3), rgba(88, 146, 198, 0)),url('https://www.adspirit.com/wp-content/uploads/2019/09/as_publisher_head3.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
        border-left: 1px solid white;
    }

    .as_gradient_middle:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(88, 146, 198, 0.3), rgba(88, 146, 198, 0)),url('https://www.adspirit.com/wp-content/uploads/2019/09/as_vermarkter_head3.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 90%);
        /*box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);*/
    }
    .as_gradient_last:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(88, 146, 198, 0.3), rgba(88, 146, 198, 0)),url('https://www.adspirit.com/wp-content/uploads/2019/09/as_werbetreibende_head3.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 80%);
        border-right: 1px solid white;
        /*box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);*/
    }
    .uc-grid-front .uc-grid-col .uc-grid-col-addon.as_head_grid{
        min-height: 280px;
    }
}
@media only screen and (min-width: 920px){
    .as_main_new_headline .uc-colsize-1_3 .uc-grid-col-inner{
        margin-right: 5px;
        margin-left: 5px;
    }
}
.as_quatro_h2,
.as_quatro_h1{
    font-family: Quatro;
    font-weight: 600!important;
}
.as_quatro_h1 .as_quatro_second_h1{
    font-weight: 400!important;
}
@media only screen and (min-width: 1125px){
    .title_tag h1.as_quatro_h2{
        font-size: 55px!important;
    }
}
@media only screen and (min-width: 1058px) and (max-width: 1124px){
    .title_tag h1.as_quatro_h2{
        font-size: 50px!important;
    }
}

@media only screen and (min-width: 881px) and (max-width: 1057px){
    .title_tag h1.as_quatro_h2{
        font-size: 40px!important;
    }
}

@media only screen and (max-width: 559px){
    .publisher_customers{
        text-align: left!important;
        font-size: 30px!important;
    }
}
@media only screen and (min-width: 520px){
    .test .uc-grid-front .uc-grid-row,
    .publishers .uc-grid-front .uc-grid-row,
    .publisher-verlage .uc-grid-front .uc-grid-row {
        margin-bottom: 0%!important;
    }
}
@media only screen and (max-width: 768px){
    .test .uc-grid-front .uc-grid-row.as_background.as_yellow_bg.as_margin_block .uc-grid-col .uc-grid-col-addon,
    .publishers .uc-grid-front .uc-grid-row.as_background.as_yellow_bg.as_margin_block .uc-grid-col .uc-grid-col-addon,
    .publisher-verlage .uc-grid-front .uc-grid-row.as_background.as_yellow_bg.as_margin_block .uc-grid-col .uc-grid-col-addon{
        padding-right: 30px!important;
    }

    .test .tab_section .uc_bold_tabs ul li.r-tabs-state-active a,
    .publishers .tab_section .uc_bold_tabs ul li.r-tabs-state-active a,
    .publisher-verlage .tab_section .uc_bold_tabs ul li.r-tabs-state-active a {
        font-size: 20px!important;
    }
    .test .uc-grid-front .uc-grid-row,
    .publishers .uc-grid-front .uc-grid-row,
    .publisher-verlage .uc-grid-front .uc-grid-row {
        margin-bottom: 0!important;
    }

    .test .uc-grid-front .uc-grid-row.numbers_section,
    .publishers .uc-grid-front .uc-grid-row.numbers_section,
    .publisher-verlage .uc-grid-front .uc-grid-row.numbers_section{
        margin-bottom: 0!important;
        height: 270px!important;
    }
    .uc-grid-front .uc-grid-row.publisher_section.publisher_init{
        margin-bottom: 35px!important;
    }
    .test .uc-grid-front .uc-grid-row.title_section.publisher,
    .publishers .uc-grid-front .uc-grid-row.title_section.publisher,
    .publisher-verlage .uc-grid-front .uc-grid-row.title_section.publisher{
        padding: 15px!important;
        min-height: 740px;
        margin-bottom: 0!important;
    }
}
@media only screen and (max-width: 1030px){
    .test .middle_headline h1,
    .publishers .middle_headline h1,
    .publisher-verlage .middle_headline h1 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
}
@media only screen and (max-width: 768px){

    .uc-grid-front .uc-grid-col.as_referenzen_col{
        float: left!important;
        max-width: 120px;
    }
}
.as_referenzen_logo{
    max-width: 120px;
}

@media only screen and (max-width: 880px){
    .bg_main_smaller{
        max-height: 280px;
    }
}

@media only screen and (min-width: 881px){
    .bg_main_smaller{
        max-height: 500px;
    }
}

.uc_image_carousel_placeholder > img{
    border-radius: 3px;
}


/* pricing tables */
@media only screen and (min-width: 881px){
    .as_pricing_tables{
        display: flex; align-items: stretch;
    }
}

@media only screen and (max-width: 428px){
    .uc-grid-front .uc-grid-row.as_uc_pricing_margin{
        margin-top: 340px!important
    }
}


@media only screen and (min-width: 429px) and (max-width: 768px){
    .uc-grid-front .uc-grid-row.as_uc_pricing_margin{
        margin-top: 250px!important
    }
}