/*
Theme Name: rohrmax
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/


html{
    overflow-x: hidden;
    scroll-behavior: smooth;

    --white: #FFF;
    --white10: rgba(255,255,255,0.1);
    --white30: rgba(255,255,255,0.3);
    --white70: rgba(255,255,255,0.7);
    --black: #000;
    --yellow: #FCCC00;
    --yellow_light: #FEDC00;
    --orange: #FF8C01;
    --orange_medium: #F9A800;
    --warning: #FF5A01;
    --primary: #F9A800;
    --cta: #FF8C01;
    --gray_dark: #1C1C1C;
    --gray_dark20: rgba(28,28,28,0.2);
    --gray_dark30: rgba(28,28,28,0.3);
    --gray_dark40: rgba(28,28,28,0.4);
    --gray_dark50: rgba(28,28,28,0.5);
    --gray_dark80: rgba(28,28,28,0.8);
    --gray_dark_over: #3C3C3C;
    --gray_light: #F2F2F2;
    --gray_light15: rgba(242,242,242,0.15);
    --gray_light40: rgba(242,242,242,0.4);
    --secondary_cta: #0460CF;
    --secondary: #0077CC;

    --cta-bggradient: linear-gradient(180deg, #F9A800 0%, #FEDC00 85.58%);

    --bg-gr-verlauf: radial-gradient(117.04% 28.37% at 65.38% 47.22%, #566771 0%, #191A23 100%);
    --bg-or-hellverlauf: linear-gradient(180deg, #F9A800 0%, #FEDC00 85.58%);
    --bg-or-dunkelverlauf: linear-gradient(180deg, #FF8C01 0%, #FE7801 100%);

    --transition: all ease 0.3s;
}
body{
    background: var(--white);
    font-size: 20px;
    line-height: 28px;
    color: var(--gray_dark);
    font-family: 'futura-pt', Arial,sans-serif;
}

h1 {
    font-family: 'futura-pt-condensed';
    color: var(--gray_dark);
    margin-top: 0;
    font-size: 90px;
    line-height: 90px;
    font-style: italic;
    font-weight: 900;
}
h2 {
    font-family: 'futura-pt-condensed';
    color: var(--gray_dark);
    margin-top: 0;
    font-size: 45px;
    line-height: 45px;
    font-style: italic;
    font-weight: 900;
}
h3 {
    font-family: 'futura-pt-condensed';
    color: var(--gray_dark);
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    font-style: italic;
}
h4 {
    font-family: 'futura-pt-condensed';
    color: var(--gray_dark);
    margin-top: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
    font-style: italic;
}
h5 {
    font-family: 'futura-pt-condensed';
    color: var(--gray_dark);
    margin-top: 0;
}
h6 {
    font-family: 'futura-pt-condensed';
    color: var(--gray_dark);
    margin-top: 0;
}
a{
    transition:var(--transition);
    position: relative;
    color: var(--gray_dark);
}
a:hover{
    text-decoration: none;
    position: relative;
    color: var(--black);
}
.textwidget a {
    text-decoration: underline;
}
.textwidget a:hover {
    color: var(--secondary);
    text-decoration: none;
}
.textwidget h1 a,
.textwidget h2 a,
.textwidget h3 a,
.textwidget h4 a,
.textwidget h5 a,
.textwidget h6 a {
    text-decoration: none;
}
.textwidget h2{
    font-size: 90px;
    font-style: italic;
    font-weight: 800;
    line-height: 90px;
}
h3.widget-title{
    color: var(--gray_dark);
    font-size: 45px;
    font-style: italic;
    font-weight: 800;
    line-height: 45px;
}
p{
    margin-top: 0;
}
a, :focus {
    outline: none;
}
em {
    color: inherit;
}
@media screen and (max-width: 1680px) {
    h1,
    .textwidget h2 {
        font-size: 6vw;
        line-height: 6vw;
    }
    h2,
    h3.widget-title {
        font-size: 2.7vw;
        line-height: 2.7vw;
    }
    h3 {
        font-size: 2.15vw;
        line-height: 2.15vw;
    }

}
@media screen and (max-width: 959px) {
    h1,
    .textwidget h2 {
         font-size: 40px;
        line-height: 40px;
    }
    h2,
    h3.widget-title {
        font-size: 30px;
        line-height: 30px;
    }
    h3 {
        font-size: 26px;
        line-height: 26px;
    }
    h4 {
        font-size: 24px;
        line-height: 24px;
    }
}
@media screen and (max-width: 639px) {
    h1,
    .textwidget h2 {
        font-size: 35px;
        line-height: 35px;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
    h3,
    h3.widget-title {
        font-size: 24px;
        line-height: 24px;
    }
    h4 {
        font-size: 20px;
        line-height: 20px;
    }
}


.dark,
.dark h2,
.dark h3,
.dark .textwidget a,
.dark h2 a,
.dark h3 a{
    color: var(--gray_light);
}
.dark .textwidget a:hover {
    color: var(--secondary);
    text-decoration: none;
}


/* buttons */
.button_secondary{
    font-family: 'futura-pt-condensed';
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    padding: 15px 20px;
    background: var(--secondary);
    border: 2px solid var(--secondary);
    color: var(--white);
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    transition: var(--transition);
}
.button_medium{
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
}
.button_small{
    font-size: 16px;
    line-height: 16px;
    padding: 8px 15px;
}
.button_secondary:hover{
    background-color: var(--white);
    color: var(--secondary);
}
.button_secondary_hover:hover{
    background: var(--white);
    color: var(--secondary);
}
@media screen and (max-width: 959px) {
    .button_secondary{
        font-size: 22px;
        line-height: 22px;
        padding: 10px 15px;
    }
    .button_medium{
        font-size: 18px;
        line-height: 18px;
        padding: 8px 12px;
    }
    .button_small {
        font-size: 16px;
        line-height: 16px;
        padding: 8px 15px;
    }
}
@media screen and (max-width: 639px) {
    .button_secondary{
        font-size: 20px;
        line-height: 20px;
        padding: 8px 16px;
    }
    .button_small {
        font-size: 16px;
        line-height: 16px;
        padding: 8px 15px;
    }
    .button_medium{
        font-size: 18px;
        line-height: 18px;
        padding: 8px 10px;
    }
}



/* header */
header{
    z-index: 9999;
    pointer-events: none;
}
.header_logo{
    padding: 20px 0 20px 40px;
    /* background: linear-gradient(180deg, #F9A800 0%, #FEDC00 100%); */
    background-image: url('/wp-content/themes/rohrmax/assets/images/menubg_left.png');
    background-size: contain;
    background-repeat: repeat-x;
}
.header_logo a {
    display: block;
    pointer-events: auto;
}
.header_logo img{
    width: 385px;
}
.header_mid{
    background-image: url('/wp-content/themes/rohrmax/assets/images/menubg_mid.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 88px;
    height: 100%;
}
.header_nav{
    padding: 16px 20px 0 0;
    height: 42.5px;
    /* background: linear-gradient(180deg, #F9A800 0%, #FEDC00 200%); */
    background-image: url('/wp-content/themes/rohrmax/assets/images/menubg_right.png');
    background-size: contain;
    background-repeat: repeat-x;
    pointer-events: auto;
}
.header_nav a{
    color: var(--gray_dark);
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'futura-pt-condensed';
    font-style: normal;
}
.header_nav a.header_menu_item.subnavopen {
    color: var(--gray_light);

}
.header_nav a.header_menu_item {
    border-bottom: 5px solid transparent;
    display: inline-block;
    height: calc(100% - 9px);
}
.header_nav a.header_menu_item.header_menu_item_active {
    border-color: var(--gray_dark);
}
.header_nav a.header_menu_item.header_menu_item_active:hover,
.header_nav a.header_menu_item.header_menu_item_active.subnavopen {
    border-color: var(--gray_light);
}
.header_nav a:hover {
    color: var(--gray_light);
}
.header_nav a.button_secondary {
    color: var(--white);
}
.header_nav a.button_secondary:hover {
    color: var(--secondary);
}
.header_suche,
.header_langswitch{
    padding: 16px 40px 0 40px;
    height: 42.5px;
    /* background: linear-gradient(180deg, #F9A800 0%, #FEDC00 200%); */
    background-image: url('/wp-content/themes/rohrmax/assets/images/menubg_right.png');
    background-size: contain;
    background-repeat: repeat-x;
    pointer-events: auto;
    position: relative;
    cursor: pointer;
}
.header_langswitch {
    padding-right: 0;
    padding-left: 0px;
}
#header_menu_search {
    position: absolute; 
    top:73px; 
    right: 0;
    margin-left: 40px; 
    padding: 20px; 
    background: var(--white); 
    display: none; 
    border-radius: 8px;
    box-shadow: 0 0 20px 0 var(--gray_dark20);
}
#searchfield_header {
    color: var(--gray_dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid var(--gray_dark80);
    border-radius: 6px;
    padding: 8px 15px;
    background: none;
    width: 120px;
}

.header_langswitch .langswitcher a.current_language {
    color: var(--gray_dark);
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'futura-pt-condensed';
    font-style: normal;
    pointer-events: none;
}
.header_langswitch .langswitcher #lang-toggle {
    transform:translateY(-3px);
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.header_langswitch .langswitcher a.current_language + span.uk-icon {
    transform:translateY(-2px);
 }
#lang-dropdown {
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 0 20px 0 var(--gray_dark20);
    top: 60px;
}
#lang-dropdown > div.lang-item a {
    position: relative;
    display: flex;
    font-weight: 500;
    color: var(--gray_dark80);
    font-family: 'futura-pt';
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--gray_dark40);
}
#lang-dropdown > div.lang-item a:hover {
    color: var(--secondary);
}
.langswitcher_mobile a {
    border-bottom: 1px solid var(--gray_dark);
    display: inline-block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    color: var(--gray_dark);
    width: calc(100% - 40px);
}
.langswitcher_mobile>a:nth-child(2) {
    border-bottom: 0;
    width: 30px;
    text-align: center;
}
.langswitcher_mobile>div {
    margin-left: 30px;
    display: none;
}

.header_notfall{
    padding: 20px 30px 0 30px;
    height: 38.5px;
    background: var(--orange);
    color: var(--gray_dark);
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'futura-pt-condensed';
    font-style: normal;
    cursor: pointer;
    transition: var(--transition);
    pointer-events: auto;
}
.header_notfall:hover {
    color: var(--gray_light);
    transition: var(--transition);
}
.header_notfall img{
    margin-left: 10px;
}

.header_menu_subnav {
    position: absolute; 
    top:57px; 
    left: 0;
    margin-left: 40px; 
    padding: 20px; 
    background: var(--white); 
    display: none; 
    width: 690px; 
    border-radius: 8px;
    box-shadow: 0 0 20px 0 var(--gray_dark20);

}
.header_menu_subnav .header_menu_item_sub {
    position: relative;
    display: flex;
    font-weight: 500;
    color: var(--gray_dark80);
    font-family: 'futura-pt';
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--gray_dark40);
}
.header_menu_subnav .header_menu_item_sub:hover {
    color: var(--secondary);
}
.header_menu_subnav .header_menu_item_sub span.uk-icon svg polyline,
.header_menu_subnav .header_menu_item_sub span.uk-icon svg line {
    stroke-width: 1.5;
}
.mobile_nav_outer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(0,0,0,0.85);
    pointer-events: auto;
}
.mobile_nav_closer{
}
.mobile_nav{
    background: var(--cta);
    color: var(--gray_dark);
    padding: 180px 0 100px 0;
}
.mobile_nav .notfall_nav_top_main .notfall_nav_box_link>a:nth-child(2) {
    border-bottom: 0;
    text-align: center;
}

.notfall_nav_outer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(0,0,0,0.85);
    pointer-events: auto;
}
.notfall_nav_closer{
}
.notfall_nav{
    background: var(--cta);
    color: var(--gray_dark);
    padding: 180px 0 100px 0;
}
.notfall_nav_top_main{
    padding: 0px 0 50px 0;
}
.notfall_nav_top_left_top{
    font-size: 76px;
    line-height: 76px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'futura-pt-condensed';
}
.notfall_nav_top_left_bottom{
    font-size: 20px;
    line-height: 28px;
}
.notfall_nav_top_right a{
    color: var(--gray_dark);
    font-size: 150px;
    line-height: 150px;
    font-weight: 800;
    font-style: italic;
    font-family: 'futura-pt-condensed';
}
.notfall_nav_top_right a:hover {
    color: var(--gray_light);
}
.notfall_nav_spacer{
    height: 30px;
}
.notfall_nav_bottom_left_top{
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'futura-pt-condensed';
}
.notfall_nav_bottom_left_bottom{
    font-size: 20px;
    line-height: 28px;
}
.notfall_nav_bottom_right_items>div{
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
}
.notfall_nav_bottom_right_items>div>img{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    margin-right: 10px;
    width: 20px;
    height: auto;
}
.notfall_nav_bottom_right_items>div>span {
    margin-left: 30px;
    display: inline-block;
    width: calc(100% - 30px);
}
.notfall_nav_bottom_right_titel{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray_dark);
    text-transform: uppercase;
    font-family: 'futura-pt-condensed';
}
.notfall_nav_box_link a{
    border-bottom: 1px solid var(--gray_dark);
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    color: var(--gray_dark);
}
.notfall_nav_box_link span.notfall_nav_box_link_text {
    display: inline-block;
    width: calc(100% - 34px);
}
.notfall_nav_box_link a:hover {
    color: var(--gray_light);
}
.notfall_nav_box_link a:after{
    /*content: url('/wp-content/themes/rohrmax/assets/images/arrow_right_dark.png');
    position: absolute;
    right: 0;*/
}
.notfall_nav_box_link a .uk-icon>svg {
    stroke-width: 1.5;
}
@media screen and (max-width: 1720px) {
    .notfall_nav_top_right a{
        font-size: 9vw;
        line-height: 9vw;
    }
    .notfall_nav_top_left_top {
        font-size: 4.5vw;
        line-height: 4.5vw;
    }
    .notfall_nav_bottom_right_items>div {
        font-size: 20px;
        line-height: 20px;
    }
    .notfall_nav_bottom_left_top {
        font-size: 3vw;
        line-height: 3vw;
    }
    .header_nav.uk-grid>div {
        padding-left: 30px;
    }
    .header_suche {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header_langswitch {
        padding-left: 30px;
    }
}
/*@media screen and (max-width: 1400px) {*/
@media screen and (max-width: 1680px) {
    .header_logo {
        padding: 25px 0 25px 40px;
    }
    .header_logo img {
        width: 236px;
    }
    .header_mid {
        width: 74px;
    }
    .header_nav {
        height: 36.5px;
        padding: 13px 20px 0 0;
    }
    .header_suche {
        padding: 10px 30px 0 30px;
        height: 39.5px;
    }
    .header_langswitch {
        padding: 10px 0 0 30px;
        height: 39.5px;
    }
    .header_notfall {
        padding: 17px 20px 0 20px;
        height: 32.5px;
    }
}

@media screen and (max-width: 1500px) {
    .header_nav.uk-grid>div:not(:first-child) {
        padding-left: 20px;
    }
    .header_langswitch {
        padding: 10px 0 0 20px;
    }
    .header_suche {
        padding: 10px 20px 0 20px;
    }
}
@media screen and (max-width: 1400px) {
    .header_notfall_div.uk-visible\@l {
        display: none !important;
    }
    .header_notfall_div.uk-hidden\@l {
        display: block !important;
    }
    #lang-dropdown {
        right: 0;
    }
}
@media screen and (max-width: 1198px) {
    .notfall_nav {
        height: calc(100% - 280px);
        overflow: auto;
    }
    .header_notfall {
        -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 3px 8px 10px rgba(0,0,0,0.21);
        box-shadow: 0px 10px 13px -7px #000000, 0px 3px 8px 10px rgba(0,0,0,0.21);
    }
    .header_menu_subnav {
        width: 340px;
    }
    .header_nav.header_nav_mobile a {
        padding: 4.5px 0;
        display: inline-block;
        margin-top: -10px;
    }

}
@media screen and (max-width: 959px) {
    .notfall_nav{
        padding: 160px 0 100px 0;
        overflow: auto;
        height: calc(100% - 190px);
    }
    .notfall_nav_bottom_right_items > div {
        margin-bottom: 20px;
    }
    .notfall_nav_top_right a{
        font-size: 55px;
        line-height: 55px;
    }
    .notfall_nav_top_left_top {
        font-size: 40px;
        line-height: 40px;
    }
    .notfall_nav_bottom_right_items>div {
        font-size: 20px;
        line-height: 20px;
    }
    .notfall_nav_bottom_left_top {
        font-size: 26px;
        line-height: 26px;
    }
    .header_nav.header_nav_mobile {
        padding: 0 20px 0 0;
        height: auto;
    }
    .header_nav.header_nav_mobile a {
        padding: 4.5px 0;
        display: inline-block;
        margin-top: 0;
    }
}
@media screen and (max-width: 639px) {
    header {
        background: linear-gradient(180deg,var(--orange_medium) 0%, var(--yellow) 100%);
    }
    .header_logo{
        height: 40.5px;
        padding: 8px 15px 0 15px;
        background: none;
    }
    .header_logo img{
        width: 120px;
    }
    .header_nav.header_nav_mobile {
        background: none;
    }
    .header_nav.header_nav_mobile a {
        padding: 4.25px 0;
        display: inline-block;
    }
    .header_suche{
        padding: 12px 20px 0 20px;
        background: none;
    }
    .header_notfall{
        padding: 16px 20px 0 20px;
    }
    .notfall_nav{
        padding: 100px 0 60px 0;
        height: calc(100% - 130px);
    }
    .notfall_nav_bottom_right_items > div {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 18px;
    }
}




/* page container */
.uk-container-large{
    max-width: 1600px;
}



.pageContent{
    min-height: 50vh;
}



.leistung_header{
    padding: 200px 0 50px 0;
}
.leistung_header_bottom{
    margin: 50px 0;
}
.leistung_header_bottom_text{
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.leistung_header_image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 8;

}
.leistung_header_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.leistung_inhalt{
    margin: 150px 0 0 0;
}
.leistung_loesung{
    margin: 100px 140px 0 140px;
}
.leistung_loesung_titel{
    font-family: "futura-pt-condensed";
    font-size: 45px;
    font-style: italic;
    font-weight: 800;
    line-height: 45px;
    margin-bottom: 50px;
}
.leistung_loesung_liste ul{
    border-top: 1px solid var(--gray_dark20);
}
.leistung_loesung_liste ul li{
    /*padding: 20px 0;*/
    padding: 0;
    color: var(--gray_dark);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid var(--gray_dark20);
}
.leistung_loesung_liste ul li a {
    padding: 20px 0;
}
.leistung_loesung_liste ul li a,
.leistung_loesung_liste ul li a:hover{
    color: var(--gray_dark);
    transition: var(--transition);
}
.leistung_loesung_liste ul li a:before {
    transition: var(--transition);
}
.leistung_loesung_liste ul li a:hover:before {
    transform: rotate(90deg);
    transition: var(--transition);
}
.leistung_loesung_liste ul li.uk-open a:hover:before {
    transform: rotate(180deg);
    transition: var(--transition);
}
.leistung_loesung_liste ul li.uk-open .uk-accordion-content {
    margin-top: 0;
    margin-bottom: 20px;
}
.leistung_loesung_image img{
    border-radius: 8px;
}
@media screen and (max-width: 1680px) {
    .leistung_header {
        padding: 12vw 0 50px;
    }
    .leistung_inhalt {
        margin: 9vw 0 0 0;
    }
    .leistung_loesung {
        margin: 6vw 8vw 0 8vw;
    }
}
@media screen and (max-width: 959px) {
    .leistung_header {
        padding: 110px 0 40px;
    }
}
@media screen and (max-width: 639px) {
     .leistung_header {
        padding: 70px 0 30px;
    }
    .leistung_loesung {
        margin: 6vw 0 0 0;
    }
}

/* footer */
footer{
    padding: 200px 0 0 0;
    /* background: radial-gradient(117.04% 28.37% at 65.38% 47.22%, #566771 0%, #191A23 100%); */
    background: radial-gradient(40% 75% at 65% 50%, #566771 0%, #191A23 100%)
}
.footer_top_left{
}
.footer_top_left_top{
    color: var(--cta);
    font-size: 90px;
    line-height: 90px;
    font-weight: 800;
    margin: 20px 0 10px 0;
    font-family: 'futura-pt-condensed';
    font-style: italic;
}
.footer_top_left_bottom{
    font-size: 20px;
    line-height: 28px;
    color: var(--gray_light);
}
.footer_top_right a{
    font-size: 200px;
    line-height: 200px;
    color: var(--white);
    font-weight: 800;
    font-family: 'futura-pt-condensed';
    font-style: italic;
}
.footer_top_right a:hover {
    color: var(--secondary);
}
.footer_box{
    padding-right: 30px;
}
.footer_titel{
    font-size: 28px;
    line-height: 28px;
    color: var(--white);
    text-transform: uppercase;
    border-bottom: 1px solid var(--gray_light40);
    padding-bottom: 25px;
    font-family: 'futura-pt-condensed';
    font-weight: 700;
    font-style: normal;
}
.footer_link{
    margin-top: 30px;
}
.footer_link a{
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    color: var(--gray_light40);
    text-decoration: underline;
}
.footer_link a:hover{
    color: var(--cta);
}
.footer_box_link a{
    border-bottom: 1px solid var(--gray_light40);
    display: block;
    padding: 20px 0;
    font-size: 16px;
    line-height: 16px;
    color: var(--gray_light);
}
.footer_box_link a:after{
    /*content: url('/wp-content/themes/rohrmax/assets/images/arrow_right.png');
    position: absolute;
    right: 0;*/
}
.footer_box_link a span.uk-icon {
    opacity: 0.4;
    transition: var(--transition);
}
.footer_box_link a span.uk-icon>svg {
    stroke-width: 1.5;
}
.footer_box_link a:hover{
    color: var(--cta);
}
.footer_box_link a:hover span.uk-icon{
    opacity: 1;
    transition: var(--transition);
}
.footer_bottom{
    background: var(--black);
    padding: 60px 0;
    margin-top: 100px;
}
.footer_bottom_icons a{
    display: inline-block;
    margin-right: 30px;
}
.footer_bottom_icons a:last-child{
    margin-right: 0;
}
.footer_bottom_icons a img {
    transition: var(--transition);
}
.footer_bottom_icons a:hover img {
    filter:grayscale(100%) brightness(200%);
    transition: var(--transition);
}
.footer_bottom a,
.footer_bottom span{
    color: var(--gray_light);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.footer_bottom a:hover {
    color: var(--cta);
}
.footer_bottom span{
    margin: 0 10px;
}
@media screen and (max-width: 1680px) {
    .footer_top_right a{
        font-size: 9vw;
        line-height: 9vw;
    }
    .footer_top_left_top {
        font-size: 4.5vw;
        line-height: 4.5vw;
    }
}
@media screen and (max-width: 1280px) {
    .footer_box{
        padding-right: 0;
    }
}
@media screen and (max-width: 959px) {
    footer {
        padding: 100px 0 0 0;
    }
    .footer_top_left_top {
        font-size: 40px;
        line-height: 40px;
    }
    .footer_top_right a {
        font-size: 55px;
        line-height: 55px;
    }
    .footer_titel {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 639px) {
}


/*Blog*/
.blog_header,
.stellen_header {
    padding: 200px 140px 70px 140px;
}
.blog_header_image,
.stellen_header_image {
    position: relative;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border-radius: 8px;
}
.blog_header_image img,
.stellen_header_image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.blog_header .titel_klein,
.stellen_header .titel_klein {
    margin-left: -50px;
}
.blog_header .titel_klein a,
.stellen_header .titel_klein a {
    color: var(--gray_dark40);
    transition: var(--transition);
}
.blog_header .titel_klein span.uk-icon,
.stellen_header .titel_klein span.uk-icon {
    margin-right: 10px;
    transform: translateY(-2px);
    color: var(--gray_dark);
    transition: var(--transition);
}
.blog_header .titel_klein span.uk-icon svg,
.stellen_header .titel_klein span.uk-icon svg {
    color: var(--gray_dark);
}
.blog_header .titel_klein span.uk-icon svg polyline, 
.blog_header .titel_klein span.uk-icon svg line,
.stellen_header .titel_klein span.uk-icon svg polyline,
.stellen_header .titel_klein span.uk-icon svg line {
    stroke-width: 1.5;
}
.blog_header .blog_lead,
.stellen_header .stellen_header_bottom_text {
    font-size: 24px;
    line-height: 30px;
}
#online-bewerben {
  scroll-margin-top: 100px; /* Höhe des Headers oder gewünschter Abstand */
}
@media (hover: hover) and (pointer: fine) {
    .blog_header .titel_klein a:hover span.uk-icon,
    .stellen_header .titel_klein a:hover span.uk-icon {
        transform: translate(-10px, -2px);
    }
    .blog_header .titel_klein a:hover,
    .stellen_header  .titel_klein a:hover {
        color: var(--gray_dark);
        transition: var(--transition);
    }
}

@media screen and (max-width: 1600px) {
    .blog_header,
    .stellen_header {
        padding: 12vw 9vw 50px 9vw;
    }
}
@media screen and (max-width: 959px) {
    .blog_header,
    .stellen_header {
        padding: 110px 0 40px 0;
    }
    .blog_header .titel_klein,
    .stellen_header .titel_klein {
        margin-left: 0;
    }
    .blog_header .titel_klein span.uk-icon svg,
    .stellen_header .titel_klein span.uk-icon svg {
        width: 30px;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    .blog_header,
    .stellen_header {
        padding: 70px 0 30px 0;
    }
    .blog_header_image,
    .stellen_header_image {
        aspect-ratio: 16 / 9;
    }
    .blog_header .blog_lead,
    ..stellen_header .stellen_header_bottom_text {
        font-size: 25px;
        line-height: 32px;
    }
}

/*Searchpage*/
.searchpage input[type=text] {
    color: var(--gray_dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid var(--gray_dark80);
    border-radius: 6px;
    padding: 8px 15px;
    background: none;
    width: 120px;
}
.searchpage .searchresult ul li a {
    display: block;
}
/*
 * print styles
 */
@media print{
    .uk-grid {
        display: inline !important;
    }
}
