/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg'); /* Legacy iOS */
}

html, body {
    font-family: 'Barlow';  
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline, .mainmenu ul li a {
    font-family: 'Barlow';  
}

.tp-loader.spinner0 {
    background-image: url('../../media/layout/loader.gif');
    background-size: 70%;
    background-color: transparent;
    animation: none;
    width: 120px;
    height: 100px;
    box-shadow: none;
    border-radius: 0;
}

.ce_revolutionslider li.overlay {
    position: relative;
}

.ce_revolutionslider li.overlay .slotholder::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 15%, rgba(55,105,150,0.75) 100%);
    z-index: 30;
}

.ce_revolutionslider_text h1 {
    font-size: inherit;
    line-height: 1.2;
}

#top .mod_langswitcher ul li a {
    color: #000;
}

.border-top {
    border-top: 1px solid #ccc;
}

#top .top_metanavi li {
    padding: 0 8px;
}

.header .mainmenu ul li a.highlight-rounded50-color-accent span {
    padding: 10px 20px 11px 20px;
}

.header .mainmenu ul li a.highlight-rounded50-color-accent:hover {
    opacity: 1;
}

.header .mainmenu ul li a.highlight-rounded50-color-accent span {
    transition: background-color 0.3s ease,opacity 0.3s ease;
    -webkit-transition: background-color 0.3s ease,opacity 0.3s ease;    
}

.header .mainmenu ul li a.highlight-rounded50-color-accent:hover span {
    background-color: #376996;    
}

.mod_pct_megamenu {
    max-width: 1320px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mod_pct_megamenu .produktuebersicht {
    padding: 40px;
    color: #000;
}

.mod_pct_megamenu .produktuebersicht table thead {
    border-bottom: 1px solid #ea6a00;
    text-transform: uppercase;
    font-size: .85em;
}

.mod_pct_megamenu .produktuebersicht table thead th.schraegdach {
    background-color: #b0c7df;
}

.mod_pct_megamenu .produktuebersicht table thead th.flachdach {
    background-color: #c3d4e5;
}

.mod_pct_megamenu .produktuebersicht table td,
.mod_pct_megamenu .produktuebersicht table th {
    padding: 5px 2px;
}

.mod_pct_megamenu .produktuebersicht table td {
    text-align: center;
}

.mod_pct_megamenu .produktuebersicht table td::before {
    font-family: 'FontAwesome';
    content: '\f10c';
    color: #d5d5d5;
}

.mod_pct_megamenu .produktuebersicht table td.green::before {
    content: '\f111';
    color: #38b000;
}

.mod_pct_megamenu .produktuebersicht table td.green-2::before {
    content: '\f111';
    color: #38b000;
}

.mod_pct_megamenu .produktuebersicht table tr td:first-of-type {
    text-align: left;
}

.mod_pct_megamenu .produktuebersicht table tr td:first-of-type::before {
    content: '';
}

.mod_pct_megamenu .produktuebersicht table tbody tr:hover {
    background: rgba(55,105,150,.1);
}

.mod_pct_megamenu .produktuebersicht table tr {
    position: relative;
}

.mod_pct_megamenu .produktuebersicht table tr td a.expand {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    padding: 5px 0;
}

.mod_pct_megamenu .produktuebersicht table tr td a.expand:hover {
    font-weight: bold;
}

.ce_headerimage.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 15%, rgba(55,105,150,0.75) 100%);
}

.ce_headerimage h1 {
    border-bottom: 4px solid #ea6a00 !important;
}

.jobdetails .ce_headerimage h1 {
    font-size: 2.5rem;
}

.ce_headerimage.valign_middle .ce_headerimage_inside {
    top: 60%;
}

.ce_fancybox.style2.padding-m {
    padding: 7%;
}

.ce_text_image_bar .ce_fancylink.style1 .link_text {
    font-weight: bold;
}

.ce_hyperlink-extended.border-radius-50 a {
    border-radius: 50px;
    margin-bottom: 0;
}

.ce_downloads ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.ce_downloads ul li {
    line-height: 1.5;
    background: rgba(55,105,150,.1);
    padding: 10px;
    border: none;
    transition: background-color 0.3s ease,opacity 0.3s ease;
    -webkit-transition: background-color 0.3s ease,opacity 0.3s ease;
}

.ce_downloads ul li:hover {
    background: rgba(55,105,150,.25);
}

.ce_downloads ul li figure {
    margin-bottom: 5px;
}

.ce_downloads a {
    word-break: break-all;
}

.ce_tabs .tabs.classic ul li {
    box-shadow: 0 0 inset, 0 -2px 2px rgba(0,0,0,.1) inset, 0 0 inset, 0 0 inset;
}

.ce_nodes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.ce_nodes .node_wrapper {
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px -20px rgb(122 122 122 / 80%);
    -moz-box-shadow: 0px 0px 40px -20px rgba(122,122,122,.8);
    box-shadow: 0px 0px 40px -20px rgb(122 122 122 / 80%);
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
}

.ce_nodes .node_wrapper .ce_image_extended {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.ce_nodes .node_wrapper .ce_list,
.ce_nodes .node_wrapper .ce_text,
.ce_nodes .node_wrapper .ce_headline,
.ce_nodes .node_wrapper .ce_downloads {
    padding: 10px 20px;
    margin-bottom: 0;
}

.ce_nodes .node_wrapper .ce_downloads ul {
    display: inherit;
}

.mod_plenta_jobs_basic_offer_list h3::before {
    font-family: 'themify';
    font-weight: 400;
    content: "\e661";
}

.mod_plenta_jobs_basic_offer_list h3 {
    font-weight: 400;
}

.mod_plenta_jobs_basic_offer_list a {
    transition: color 0.3s ease,opacity 0.3s ease;
    -webkit-transition: color 0.3s ease,opacity 0.3s ease;
}

.mod_plenta_jobs_basic_offer_list a:hover {
    color: #ea6a00;
}

form fieldset.column {
    display: flex;
    justify-content: space-between;
}

form fieldset fieldset {
    border: none;
}

form.style5 input,
form fieldset,
form fieldset legend,
form.style5 button.submit,
p.ce_hyperlink a {
    border-radius: 20px;
}

form.style5 button.submit,
p.ce_hyperlink a {
    text-transform: uppercase;
}

form .widget-radio fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1rem;
}

.ce_form.besucherbefragung .widget-text input {
    border: 1px solid rgb(0 0 0 / .2);
}

.ce_form.besucherbefragung .widget fieldset legend {
    background-color: #f2f2f2;
    color: #555;
}

#footer .ce_hyperlink.ce_hyperlink-extended a:hover {
    color: #fff;
}



@media only screen and (max-width: 767px) {
    .tp-loader {
        top: calc(50% - 50px);
        left: calc(50% - 60px);
    }
    .ce_revolutionslider_hyperlink.btn-size-large {
        padding: 6px 10px !important;
        font-size: 1rem !important;
        line-height: 1.2 !important;
    }
    .ce_nodes {
        display: block;
    }
    .ce_nodes .node_wrapper {
        margin-bottom: 20px;
    }
    form .widget-radio fieldset {
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) {
    .ce_revolutionslider_hyperlink.btn-size-large {
        padding: 20px 60px !important;
    }    
}

@media only screen and (min-width: 1401px) {
    .mod_pct_megamenu {
        max-width: 100%;
        margin-left: 3vw;
        margin-right: 3vw;
    }
}
