:root {
    --cronos-color: #059ad4;
    --cronos-shadow: 0 10px 25px rgb(0 0 0 / 50%);
    --cronos-text-shadow: text-shadow: 0px 0px 10px black
}

@font-face {
    font-family: roboto condensed;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/roboto-condensed-v19-latin-regular.woff2) format("woff2"),url(../fonts/roboto-condensed-v19-latin-regular.woff) format("woff")
}

@font-face {
    font-family: roboto condensed;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/roboto-condensed-v19-latin-700.woff2) format("woff2"),url(../fonts/roboto-condensed-v19-latin-700.woff) format("woff")
}

/* open-sans-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* open-sans-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/source-sans-pro-v19-latin-regular.woff2) format("woff2"),url(../fonts/source-sans-pro-v19-latin-regular.woff) format("woff")
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/source-sans-pro-v19-latin-600.woff2) format("woff2"),url(../fonts/source-sans-pro-v19-latin-600.woff) format("woff")
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/source-sans-pro-v19-latin-700.woff2) format("woff2"),url(../fonts/source-sans-pro-v19-latin-700.woff) format("woff")
}

@font-face {
    font-family: source sans pro;
    font-style: normal;
    font-weight: 900;
    src: local(""),url(../fonts/source-sans-pro-v19-latin-900.woff2) format("woff2"),url(../fonts/source-sans-pro-v19-latin-900.woff) format("woff")
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 23px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

.header {
    background: #252525!important;
}

.header.cloned .mainmenu ul li a, .header.cloned .ce_search_label i, .header.cloned .mod_langswitcher .mod_langswitcher_inside, .header.cloned .mod_socials a {
    color: #fff;
}

.mainmenu .level_1 .a-level_1 {
    color: #fff;
}

.text-shadow,.text-shadow p,.text-shadow span,.text-shadow h1,.text-shadow h2,.text-shadow h3,.text-shadow h4,.text-shadow h5,.text-shadow h6 {
    text-shadow: var(--cronos-text-shadow);
    hyphens: none
}

.mod_newsreader .info {
    margin-bottom: 0!important
}

.gray_blue_split {
    background: #f7f7f7;
    background: linear-gradient( 90deg,rgba(247,247,247,1) 0%,rgba(247,247,247,1) 50%,rgba(5,154,212,1) 50%,rgba(5,154,212,1) 100% )
}

form a {
    color: #059ad4
}

@media screen and (max-width: 767px) {
    .gray_blue_split {
        background:#f7f7f7
    }

    .chatbox_bottom {
        display: none!important
    }

    .ce_kontakt_ansprechpartner {
        flex-direction: column-reverse!important;
        position: relative!important;
        top: unset!important;
        padding-left: unset!important
    }
}

.mainmenu ul li {
    margin-left: .8vw;
    margin-right: .8vw
}

div.mod_user {
    margin: 0 10px!important
}

div.mod_search {
    margin: 0 10px!important
}

.smartmenu .smartmenu-trigger .line {
    background: #fff
}

.smartmenu .smartmenu-trigger .line:before,.smartmenu .smartmenu-trigger .line:after {
    background: #fff
}

#stickyheader .mod_user i {
    color: #fff
}

a.a-level_2.regular {
    display: block;
    width: 99%
}

@media only screen and (min-width: 768px) {
    #fix-wrapper {
        position:relative
    }
}

@media only screen and (min-width: 768px) {
}

.header.cloned .mainmenu ul li a,.header.cloned .ce_search_label i,.header.cloned .mod_langswitcher .mod_langswitcher_inside,.header.cloned .mod_socials a {
    color: #fff;
}
.header.cloned .mainmenu .level_2 {
	color: black;
}

form span.mandatory {
    display: inline
}

.fit-width {
    max-width: fit-content
}

.ce_revolutionslider .bg-blue {
    background: #059ad4;
    padding: 40px 20px!important
}

.accent-icon .fa::after,.accent-icon .fa:before {
    color: #059ad4
}

.bottom_blue_bar::after {
    content: "";
    display: block;
    width: 250px;
    height: 20px;
    background: #059ad4;
    position: absolute;
    left: -40%
}

.accent-border-left {
    border-left: 8px solid #059ad4;
    padding-left: 15px
}

.ce_list li.fa:before {
    color: #059ad4
}

.full_height {
    height: 100%
}

.full_height .ce_fancy_image_box {
    height: 100%
}

.center_grid {
    align-items: center
}

.mb-3xl {
    margin-bottom: 150px!important
}

.mb-4xl {
    margin-bottom: 200px!important
}

.tabs_center li.tab_more_sixth {
    text-align: center
}

.animated {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.backcolor {
    color: #fff;
    background: #059ad4;
    padding: 2px;
    line-height: 1.7
}

.ce_list *:not(h1,h2,h3,h4,h5,h6) {
    font-size: 18px;
    font-weight: 300
}

.newslist-v6 .news-info {
    bottom: 0;
    padding-bottom: 25px
}

#kontaktfooter .ce_bgimage-inside>.autogrid_row:first-of-type {
    min-height: 525px
}

.bg_full_height .ce_bgimage-inside,.bg_full_height .ce_bgimage-outer {
    height: 100%
}

.full_screen_width .contentwrap {
    max-width: unset
}

.logo a {
	background-size: 80%!important;
}

.logo.at-logo a {
    background-image: url(/files/cronos_austria/logos/cronos_consulting_gmbh_white.png)
}

@media only screen and (max-width: 767px) {
    .logo.at-logo a {
        background-image:url(/files/cronos_austria/logos/cronos_consulting_gmbh_white.png)
    }
}

.ce_list li.fa {
    text-indent: calc(-18px - 10px)
}

.ce_list li.fa:before {
    margin-left: 0!important;
    margin-right: 10px!important
}

.marginslider {
    background-image: linear-gradient(75deg,var(--cronos-color) 30%,white 30%)!important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: var(--cronos-color);
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    box-shadow: 0 3px 5px rgb(0 0 0/40%)
}

.marginslidermobile {
    background-image: linear-gradient(75deg,var(--cronos-color) 23%,white 23%)!important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: var(--cronos-color);
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    box-shadow: 0 3px 5px rgb(0 0 0/40%)
}

.marginslidertext {
    margin-left: 30%
}

.marginslidertextmobile {
    margin-left: 20%
}

.swiper-button-next,.swiper-button-prev {
    margin-top: -45px
}

.marginslidercapital {
    opacity: 1;
    height: auto;
    width: 10rem;
    left: -30px;
    top: 30px;
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    text-align: center;
    z-index: auto;
    padding: 5px;
    transition: All .3s ease;
    -webkit-transition: All .3s ease
}

.heightfix {
    min-height: 73px
}

.heightfixmobile {
    min-height: 100px
}

.ce_iconbox.default i {
    font-size: 3.5em;
    padding-top: 20px
}

.ce_bgimage-inside.contentwrap.pt-no.pb-no {
    padding-right: 15px;
    padding-left: 20px
}

.ce_iconbox.default:hover i {
    top: 0
}

.mod_newslist .mod_newslist_v6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.mod_visitors {
    display: none!important
}
