/****************************************************************/
/*                               				*/
/*                     	C  U  S  T  O  M			*/
/*								*/
/****************************************************************/


/*** Hintergruende ***/
.hg0, .hg1, .hg1-ebene2, .hg2, .hg3, .hg-breadcrumb, .hg_footer, .hg-copy,
.hg_innovation, .hg_zertifikate, .hg_erfolgsformel, .hg_kunden, .hg_beratung {
    float:left;
    width:100%;
}
.hg_footer {
}
.hg-copy {
    background-color:var(--schwarz);
    color: var(--grau);
    margin-bottom: 50px;
}
/* Überschriften */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    /*    margin: 0 0 20px 0;*/
    padding: 0;
    line-height: normal;

}
h1, .h1 {
    /*hyphens: auto;*/
}
h2, .h2 {
    text-transform: uppercase;
    hyphens: auto;
    font-size:20px;
}
h3, .h3 {
}
h4, .h4 {
}
h5, .h5 {
}
h6, .h6 {
}
/*****************************************************************************/
/******************************* MENUS ***************************************/
/*****************************************************************************/

.full-menu {
    display: none;
}
.mobile-menu {
    display: block;
}
.over-datenschutz {
    width: 464px;
    color: var(--weiss);
    font-size: 14px;
    line-height: normal;
}
.over-datenschutz h3 {
    font-size: 14px;
}
.over-datenschutz a {
    color:var(--sekundaerfarbe);
}
.over-datenschutz a:hover {
    color:var(--weiss);
}
/* Kopfmenü */
.menu_general{
    width:100%;
}
ul#general {
    float: right;
}
ul#general li{
    float:left;
}
ul#general li a {
    color: var(--hellgrau);
    font-size:12px;
    padding-top:0;
    padding-bottom:0;
}

ul#general li.current a {
    color: var(--sekundaerfarbe);
}

ul#general li a:hover {
    color: var(--sekundaerfarbe);
}
/*************************** MAIN MENU / mainmenu ************************************/

.fullscreen {
    /*    width: calc(100% - 250px);*/

}

.navbar {
    margin-bottom: 0;
}

.mainmenu {
    /* float: right; */
    margin-left: 100px;
    position: relative;
    float: left;
}


.mainmenu ul li a {
    height: 55px;
    padding:0;
    margin: 15px 15px 0;
    color:var(--schriftfarbe1);
    text-transform: uppercase;
    font-size:16px;
}
.mainmenu ul li.current a {
    border-bottom: 3px solid var(--sekundaerfarbe);
}
.mainmenu ul li a:hover {
    border-bottom: 3px solid var(--primaerfarbe);
    color:var(--pimaerfarbe);
}

/* MENÜ MAIN 2. Ebene */

.mainmenu-ebene2 {
    float:left;
    width:100%;
    position: relative;
    z-index: 999;
    padding:5px 0;
    transition:0.5s padding ease;

}
.mainmenu-ebene2 ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;

}
.mainmenu-ebene2 ul li {
    border: 1px solid var(--grau);
    padding: 0;
    display: flex;
    flex-flow: column;
    margin: 5px;
    justify-content: center;
}
.mainmenu-ebene2 ul li a
{
    color: var(--weiss);
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px;
    line-height: 16px;
}
.mainmenu-ebene2 ul li span {

    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;

    line-height: 10px;
    color: var(--schriftfarbe1);
    padding: 5px;
    background: var(--hintergrund3);
}

.mainmenu-ebene2 ul li.current a {
    color: var(--sekundaerfarbe);
}
.mainmenu-ebene2 ul li a:hover {
    color: var(--grau);
}

/* MENÜ MAIN 3. Ebene */



.mainmenu-ebene2 ul ul {
    display: flex;
    flex-flow: row;

}

.mainmenu-ebene2 ul li li {
    border: none;
    justify-content: flex-start;
    margin: 0;
}

.mainmenu-ebene2 ul li.current li a {
    color: var(--weiss);
}
.mainmenu-ebene2 ul li li a {
    font-size: smaller;
    line-height: 12px;
    hyphens: auto;
}
.mainmenu-ebene2 ul li li.current a{
    color: var(--sekundaerfarbe);
}


/*   Mainmenü responsive   */
/************ mainmenu-responsiv ***********/

.mainmenu-responsiv {
    width: 100%;
}

.mainmenu-responsiv button.navbar-toggler.navbar-toggler-right {
    float: right;
    height: 50px;
    width: 50px;
    margin-top: 10px;
    padding: 0;
}

.mainmenu-responsiv button[aria-expanded="false"] {
    background-image: url(https://alpha.webadrett-aktiv.de/images/icons/menu.png);
    position: relative;
    display: block;
    background-repeat: no-repeat;
    border: none;
    background-color: var(--weiss);
}
.mainmenu-responsiv button[aria-expanded="true"] {
    background-image: url(https://alpha.webadrett-aktiv.de/images/icons/close.png);
    position: relative;
    display: block;
    background-repeat: no-repeat;
    border: none;
    background-color: var(--weiss);
}


.mainmenu-responsiv .navbar-collapse {
    margin: 70px 0 0 0;
    position: relative;
    padding: 0;

    border-top: 3px solid var(--sekundaerfarbe);
    border-bottom: 3px solid var(--sekundaerfarbe);
    z-index: 6;
}

.mainmenu-responsiv ul {
    background: var(--weiss);
}
.mainmenu-responsiv ul li {
    float:left;
    width:100%;

}
.mainmenu-responsiv ul li a {
    padding: 15px;
    font-size: 20px;
    border-bottom: 1px solid var(--box-shadow);
    width: 100%;
    float: left;
}

/* 2. Ebene */

.mainmenu-responsiv ul ul {

}
.mainmenu-responsiv ul ul li {

}
.mainmenu-responsiv ul ul li span {
    margin-left:5px;
}
.mainmenu-responsiv ul ul li a {
    padding: 15px;
    background: var(--hintergrund3);
    text-decoration: none;
    font-size:16px;
}

/* 3. Ebene */
.mainmenu-responsiv ul ul ul li a {
    background: var(--hellgrau);
}







/*********** QUICKMENÜ ******************/

.quick-menu-bottom .dropbtn img {
    width:32px;
    height:32px;
}



/********************/


/* Pagination */

.pagination {
    float:left;
    width:100%;
}
.pagination ul {
    display: flex;
    flex-flow: row;
}
.pagination ul li {
    list-style:none;
}
.pagination ul li a {
    padding:5px;
}
.pagination ul li span {
    padding:5px;
}




/***************************** Menü Ende ***********************************/






/********************************************** CONTENT ***********************************************/

.hg0 {
    background: var(--schwarz);
    position: fixed;
    height:28px;
    z-index: 999;
}

.hg0_box {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    height: 27px;
}

.hg0_box p {
    margin: 0;
}
.hg0_box a {
    color: var(--hellgrau);
    font-size: 12px;
    padding: 2px 10px;
    margin: 2px 5px;
    font-weight: 700;
}
.hg0_box a.orange {
    background: var(--sekundaerfarbe);
}

.hg0_box a:hover {
    color: var(--sekundaerfarbe);
}
.hg0_box a.orange:hover {
    background: var(--hellgrau);
}

.hg0_box_right {
    margin-right: 5px;
    display: flex;
    height: 24px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

/* SEARCH - SUCHE -> */

form.mod-finder.js-finder-searchform.form-search {
    display: flex;
    height: 27px;
    align-items: center;
    justify-content: center;
    margin: 0px 15px;
}

label.visually-hidden.finder {
    display: none;
}

.mod-finder__search.input-group {
    display: flex;
    height: 24px;
}

.mod-finder__search.input-group input {
    display: flex;
    height: 24px;
    padding: 1px 15px;
}
#search-form input {
    display: flex;
    height: 40px;
    min-width: 300px;
}

.mod-finder__search.input-group .btn-primary,
#search-form .btn-primary {
    font-size: 0;
    padding:2px;
    border-radius: 0 2px 2px 0;
}


.mod-finder__search.input-group .btn-primary::before {
    content: "";
    background: url(/images/icons/icon_suche.png);
    display: flex;
    height: 20px;
    width: 20px;
    padding: 2px;
    background-size: 100%;
}
#search-form .btn-primary::before {
    content: "";
    background: url(/images/icons/icon_suche.png);
    display: flex;
    height: 34px;
    width: 34px;
    padding: 2px;
    background-repeat: no-repeat;
    background-position: center;
}

/* <- suche/search */

/* Override SUCHE / SEARCH: /web2025.got-jena.com/templates/template_got/html/com_finder/search default.results.php + default_form.php */

.js-finder-searchform {
    margin: 50px 0 35px;
}


.com-finder__form {

}
.com-finder__form legend,
.form-inline label {
    display: none;
}
.com-finder__form .form-inline,
.com-finder__form .input-group {
    display: flex;
    flex-flow: row;

    align-items: center;
}

.such_box {
    margin-bottom: 100px;
}

.result__title-link {
    flex-direction: column;
    display: flex;
    background: var(--hellgrau);
    text-align: center;
    padding: 5px;
}



/* Ergebnis */
.com-finder__counter.search-pages-counter {
    margin-top: 35px;
    border-top: 1px solid;
}

/* <- such-override */


header_top {

}

.header_bottom {
    top:0px;
    position: relative;
}


.hg1 {
    position: fixed;
    height:70px;
    z-index: 999;
    top:28px;
    background: var(--weiss);
    box-shadow: 0px 0px 2px var(--box-shadow);
    padding:0 25px;
}
.mobile-menu .hg1 {
    position: relative;
}
.hg1-content {
    width: 100%;
    display: flex;
    flex-flow: row;
}
.logo {
    max-width: 250px;
    width: auto;
    float: left;
    height: auto;
    max-height: 70px;
    position: relative;
    z-index: 5;
}

.hg1-ebene2 {
    position: fixed;
    top:98px;
    z-index: 999;
    background: var(--box-shadow);
}
.hg2 {
    /*top:97px;*/

    /*position: relative;*/
}
#header {
    /*padding-bottom:0;*/

}
.hg_mobilmenu {
    width: 100%;
    float: left;
    height: 50px;
}

.mobilmenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hg_mobilmenu .logo img {
    width: 100%;

    height: 50px;

}

.content_body {
    position: relative;
    top:0px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    float: left;
}

.hg3 {

    display: flex;
    flex-flow:column;


}







/******************** SPALTEN **********************/

.blog-items.columns-2 {
    display: flex;
    flex-flow: wrap;
}
.columns-2 .blog-item {
    width:100%;
}


/* ENDE SSPALTEN */


/*********** Kategorie Übersicht , Zusatz menüpunkt: kat-uebersicht **************/

#kat-uebersicht .hg3-content {
    /*background: var(--grau);*/
}


#kat-uebersicht .com-content-category-blog {
    display: flex;
    flex-flow:column;

}



#kat-uebersicht .category-desc {
    padding:0 30px 30px;


}

#kat-uebersicht .category-desc p {
    padding:15px 0;
    max-width:500px;
}

#kat-uebersicht .category-desc h2 {
    color:var(--weiss);
    font-size:48px;
}
#kat-uebersicht .category-desc h3 {
    color: var(--weiss);
    position: relative;
}
#kat-uebersicht .category-desc h3::after {
    content:"";
    width: 150px;
    height: 3px;
    background: var(--weiss);
    position: absolute;
    left:0;
    top:36px;

}

/*Button Vorbereitung für BTN Three*/
#kat-uebersicht .category-desc .bubble {
    display: flex;
    flex-flow: row;
    /*    background: var(--sekundaerfarbe);
    justify-content: space-around;*/
}
#kat-uebersicht .category-desc .bubble a {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size:24px;
    /*    height: 33.33%;
        width: 100%;*/
    color: var(--weiss);
    padding: 10px;
    text-decoration: none;
    margin: 5px 10px 5px 0;
}

#kat-uebersicht .category-desc .btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}

/* Unterkategorien */



#kat-uebersicht .cat-children {
    display: flex;
    flex-flow: wrap;
    position: relative;
    padding: 15px;
}


#kat-uebersicht .com-content-category-blog__child {
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}
#kat-uebersicht .com-content-category-blog__child a {
    color: var(--weiss);
    text-decoration: none;

}
#kat-uebersicht .com-content-category-blog__child:hover a {
    color: var(--primaerfarbe);
}

#kat-uebersicht .com-content-category-blog__child .category-desc img {
    width:100%;
    border-radius: 75px;
    border:3px solid var(--weiss);
    max-width:150px;
    height:auto;

}
#kat-uebersicht .com-content-category-blog__child:hover .category-desc img {
    border:3px solid var(--primaerfarbe);
}
#kat-uebersicht .com-content-category-blog__child .page-header {
    position: absolute;
    bottom:0px;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

/****************************************************************/
/*                          Karriere                            */
/****************************************************************/

/*********** Kategorie Übersicht , Zusatz menüpunkt: kat-uebersicht **************/

#karriere .hg3-content {
    background: var(--sekundaerfarbe);
}

#karriere .com-content-category-blog {
    display: flex;
    flex-flow:column;
}

#karriere .category-desc {
    padding:15px;


}
#karriere .category-desc h2 {
    color:var(--weiss);
    font-size:48px;
}
#karriere .category-desc h3 {
    color: var(--weiss);
    position: relative;
}
#karriere .category-desc h3::after {
    content:"";
    width: 150px;
    height: 3px;
    background: var(--weiss);
    position: absolute;
    left:0;
    top:60px;

}

/*Button Vorbereitung für BTN Three*/
#karriere .category-desc .bubble {
    display: flex;
    flex-flow: column;

}
#karriere .category-desc .bubble a {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size:24px;
    color: var(--weiss);
    padding: 10px;
    text-decoration: none;
    margin: 5px 10px 5px 0;
}

#karriere .category-desc .btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}


/* Karriere BEITRAG override 

Untseiten Hintegründe */

/* Seitenklasse karriere_neutral */

#karriere_neutral .hg3-content {
    background: url(/images/karriere/hg_karriere_neutral.jpg);
    background-position: 0% 0%;
    background-size: 100% auto;
}

#karriere_neutral .com-content-article__body {
    margin:50px 0;
    border: 3px solid var(--grau);
    background: var(--hintergrund3);
    padding: 15px;
    max-width:600px;
}


/* Seitenklasse galvaniseur */

#galvaniseur .hg3-content {
    background: url(/images/karriere/hg_galvaniseur.jpg);
    background-position: 0% 0%;
    background-size: 100% auto;
}

#galvaniseur .com-content-article__body {
    margin:50px 0;
    border: 3px solid var(--grau);
    background: var(--hintergrund3);
    padding: 15px;
    max-width:600px;
}

/* Seitenklasse beschichtung */

#beschichtung .hg3-content {
    background: url(/images/karriere/hg_beschichtung.jpg);
    background-position: 0% 0%;
    background-size: 100% auto;
}

#beschichtung .com-content-article__body {
    margin:50px 0;
    border: 3px solid var(--grau);
    background: var(--hintergrund3);
    padding: 15px;
    max-width:600px;
}


/* KARRIERE jetztbewerben */

.jetztbewerben_box {
    display: none;
}

#karriere .jetztbewerben_box,
#galvaniseur .jetztbewerben_box,
#beschichtung .jetztbewerben_box,
#karriere_neutral .jetztbewerben_box {
    display: block;
    background: var(--sekundaerfarbe);
    float: left;
    width: 100%;
}

.jetztbewerben_box .box_oben {
    padding: 25px 20px 50px;
}
.jetztbewerben_box .box_oben h2 {
    color: var(--weiss);
    font-size: 48px;
    hyphens: none;
    line-height: 48px;
}
.jetztbewerben_box .box_oben h3 {
    color: var(--weiss);
    position: relative;
}
.jetztbewerben_box .box_oben h3::after {
    content: "";
    width: 150px;
    height: 3px;
    background: var(--weiss);
    position: absolute;
    left: 0;
    top: 35px;
}
.jetztbewerben_box .box_unten {
    display: flex;
    flex-flow: column;
}

.jetztbewerben_box a {
    font-size: 24px;
    margin-right: 10px;
    padding: 10px 30px;
    display: flex;
}
.jetztbewerben_box a:hover {
    color:var(--weiss);
}

/************************   Btn-Three   ************************/
.btn-three {
    color: var(--weiss);
    transition: all 0.5s;
    position: relative;
}
.btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.3);
    transition: all 0.3s;
}
.btn-three:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.btn-three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.5);
    transform: scale(1.2,1.2);
}
.btn-three:hover::after {
    opacity: 1;
    transform: scale(1,1);
}





/****** Content Ende ********/




/******************Startseite  *****************/




.welcome {
    display: none;
}
#startseite .welcome {
    display: block;
}

.startzeile1 {
    display: flex;
    flex-flow:column;

}

.startreihe1 {
    flex-flow: column;

    width:100%;
}

.startreihe2 {
    flex-flow: column;

    width:100%;
}


.startbeitrag1 {

    padding:0;
    position: relative;
    display: block;
    max-width:700px;
}
.startbeitrag1 h2 {
    font-size:36px;
    font-weight:600;

}

.startbeitrag2 {

    max-width:700px;
    padding-right:0px;
}
.startbeitrag2 h5 {
    font-size:72px;
}

.startbild1 {
    position: relative;
    display: none;

}

.farbbild {
    position: absolute;
    bottom: 0px;
    right: 50px;
}

.farbbild p {
    margin:0;
}
.startbild2 {
    position: absolute;
    top:200px;
    left:200px;
    width:500px;
}


.startstrich1 {
    display:none;
    background: var(--hellgrau);
    padding: 100px 50px 50px;
}


.startstrich2 {
    background: var(--schwarz);
    padding: 0px 50px 50px;
    float: left;
    width: 100%;
}

.startbeitrag3_strich {
    margin: auto;
    width: 3px;
    height: 250px;
    background: var(--schriftfarbe1);
    padding:50px 0;

}
.startstrich2 .startbeitrag3_strich {
    background-color: var(--hellgrau);
    height: 150px;
}


.startbeitrag3 {
    background: var(--hellgrau);

    padding:10px;
    font-size: 14px;
    line-height: initial;
}

.startbeitrag3 ul {
    /*    margin-left:15px;*/
}

.startquote {
    background: var(--schwarz);
    padding: 50px;
    float: left;
    width: 100%;
    min-height:unset;
    height:50px;

}

.startquote p {
    margin:0;
}
.startquote_sign {
    font-size: 144px;
    text-align: right;
    font-family: 'BIZ UDPMincho';
    font-style: normal;
    font-weight: 400;
    position: relative;
    float: right;
    line-height: initial;
    color:var(--hellgrau);
}

.startbeitrag4 {
    background: var(--schwarz);

    padding: 10px;
    color: var(--hellgrau);
    float: left;
    width: 100%;
    font-size:14px;
    line-height: initial;
}
.startbeitrag4 ul {
    margin-left:15px;
}
/***** ENDE Startseite ******/
/***** Unteseite Qualitätssicherung ******/

#qualitaet {

}

#qualitaet .hg3-content {
    background: url(/images/qualitaet/hg_qualitaet.jpg);
    background-position: 0% 0%;
    background-size: auto 100%;
}

#qualitaet .custom_class {
    color:var(--weiss);
    max-width:500px;
}
/***** ENDE  Unteseite Qualitätssicherung ******/
/***** Unteseite Kundenberatung ******/
#kundenberatung {

}

#kundenberatung .hg3-content {
    background: url(/images/kundenberatung/hg_kundenberatung.jpg);
    background-position: 0% 0%;
    background-size: 100% auto;
}

#kundenberatung .custom_class {
    color:var(--weiss);
    max-width:500px;
}

/*Button Vorbereitung für BTN Three*/
#kundenberatung .custom_class .bubble {
    display: flex;
    flex-flow: row;
    /*    background: var(--sekundaerfarbe);*/
    justify-content: space-around;
}
#kundenberatung .custom_class .bubble a {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size:24px;
    height: 33.33%;
    width: 100%;
    color: var(--weiss);
    padding: 10px;
    text-decoration: none;
}

#kundenberatung .custom_class .btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}

/***** ENDE Unteseite Kundenberatung ******/

/* Hintergründe für Unterseiten 3. Ebene */

/*Mechanische Vorbehandlung*/
#polieren .hg3-content {
    background: url(/images/Technologien/hg_mech_vorbehandlung_polieren.jpg);
    background-position: 50% 50%;
    background-size: 100% auto;

}
#strahlen .hg3-content {
    background: url(/images/Technologien/hg_mech_vorbehandlung_strahlen.jpg);
    background-position: 50% 50%;
    background-size: auto 100%;

}
/*Galvanik*/
#stahl .hg3-content {
    background: url(/images/Technologien/hg_galvanik_stahl.jpg);
    background-position: 0% 0%;
    background-size: 100% auto;
}
#magnesium .hg3-content {
    background: url(/images/Technologien/hg_galvanik_magnesium.jpg);
    background-position: 0% 0%;
    background-size: auto 100%;
}
#messing .hg3-content {
    background: url(/images/Technologien/hg_galvanik_messing.jpg);
    background-position: 0% 0%;
    background-size: 100% auto;
}
#aluminium .hg3-content {
    background: url(/images/Technologien/hg_galvanik_aluminium.jpg);
    background-position: 0% 0%;
    background-size: auto 100%;
}
#edelstahl .hg3-content {
    background: url(/images/Technologien/hg_galvanik_edelstahl.jpg);
    background-position: 0% 0%;
    background-size: auto 100%;
}
/*Farbgebung*/
#nasslackieren .hg3-content {
    background: url(/images/Technologien/hg_farbgebung_nasslackieren.jpg);
    background-position: 0% 0%;
    background-size: auto 100%;
}
#pulverbeschichtung .hg3-content {
    background: url(/images/Technologien/hg_farbgebung_pulverbeschichtung.jpg);
    background-position: 0% 0%;
    background-size: auto 100%;
}
/*Druckverfahren ehemals Siebdruck*/
#siebdruck .hg3-content {
    background: url(/images/Technologien/hg_druck_siebdruck.jpg);
    background-position: 0% 0%;
    background-size: auto 100%;
}
/*Werkzeuge*/
#werkzeuge .hg3-content {
    background: url(/images/Technologien/hg_werkzeuge_werkzeuge.jpg);
    background-position: 0% 0%;
    background-size: 100%;
}

/*************  FLIPBOX  *************/
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 500px;
    height: 434px;

    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {

}

/* Style the back side */
.flip-box-back {

    transform: rotateY(180deg);
}

/* ENDE FLIPBOX */




/******************************************************************************/
/*                                 Accordion                                  */
/******************************************************************************/

.accordion {
    display: flex;
    flex-flow:column;
    z-index: 2;
}
.acc_slider {

    overflow: hidden;
    position: relative;
    z-index: 3;

}

.acc_slider1,
.acc_slider2,
.acc_slider3,
.acc_slider4,
.acc_slider5,
.acc_slider6 {
    width: 100%;
    transition: 0.35s all ease;
    box-shadow: -5px 0px 15px var(--box-shadow);
    z-index: 4;
}

.acc_slider1:hover,
.acc_slider2:hover,
.acc_slider3:hover,
.acc_slider4:hover,
.acc_slider5:hover,
.acc_slider6:hover{
    width: 100%;
    transition: 0.5s all ease;
}


.acc_image {
    width: 1920px;
    height: 400px;
    left: -10%;
    position: relative;
    transition: 0.5s left ease;
}
/* Bild verschiebung bei HOVER ?*/
.acc_slider1:hover .acc_image,
.acc_slider2:hover .acc_image,
.acc_slider3:hover .acc_image,
.acc_slider4:hover .acc_image,
.acc_slider5:hover .acc_image{
    left:-10%;
    transition: 0.5s left ease;
}
.acc_slider6:hover .acc_image{
    left:0px;
    transition: 0.5s left ease;
}

.acc_image img {
    width:auto;
    height:400px;
}

.acc_txt {
    position: absolute;
    z-index: 10;
    bottom: 0;
    color: var(--weiss);
    font-weight: 600;

    border-bottom: 3px solid var(--weiss);
    margin-bottom: 30px;
    width: 110px;
}

.acc_txt div {
    position: absolute;
    bottom: 10px;
    left: 40px;

}

.acc_txt div h2 {
    width: max-content;
    font-size:24px;
    text-transform: uppercase;


}
.acc_txt div p {
    height: 0;
    opacity: 0;
    margin:0;


}


.acc_slider1:hover .acc_txt div p,
.acc_slider2:hover .acc_txt div p,
.acc_slider3:hover .acc_txt div p,
.acc_slider4:hover .acc_txt div p,
.acc_slider5:hover .acc_txt div p,
.acc_slider6:hover .acc_txt div p{
    height:auto;
    opacity: 1;
    transition: 0.35s all ease-in;

}
/* ENDE ACCORDION */


/************************************************************************/
/*									*/
/*                          Eigenes Modul: Kopfbilder                           */
/*									*/
/************************************************************************/


.slider .custom {
    position: relative;
}

.slider-box .slider .custom {
    height: 410px;
    width: auto;
    background-size: auto 100%;
    background-position: right;
}
/* Editor Style bubble eingefügt */
.slider-box .slider .custom .bubble {
    color: var(--weiss);
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.slider-box .slider .custom .bubble {
    z-index: 10;
    font-weight: 600;
    border-bottom: 3px solid var(--weiss);
    margin-bottom: 30px;
    /*    width: 25%;*/
    width:30%;
    color: var(--weiss);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20%
}

.slider-box .slider .custom .bubble h2 {
    font-size: 48px;
    /*    width:200%;*/
    width:500px;
}
.slider-box .slider .custom .bubble p {
    font-size: 48px;
    white-space: nowrap;
    text-transform: uppercase;
    /*width:200%;*/
}



.slider-box .slider .custom .bubble h1,
.slider-box .slider .custom .bubble p {
    font-size: 18px;
    width:300%;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    text-transform: unset;
}
.slider-box .slider .custom .bubble h1 em,
.slider-box .slider .custom .bubble p em {
    font-size: 48px;
    text-transform: uppercase;
    font-style: normal;
    white-space: nowrap;
}

/* ENDE SLIDER KOPFBILDER */



/* AOS */

/************************************************************************/
/*									*/
/*				LINKS / RECHTS                          */
/*									*/
/************************************************************************/



.row, .row-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

p.readmore {
    float: left;
    width: 100%;
}

.beitragsbox {
    float:left;
    width:100%;
    background-color:var(--weiss);
    overflow: hidden;
    display:flex;
    flex-flow:column;
    align-items: center;
    justify-content: center;
}

/****************************************  Beitragsbox HOVER  *************************************************/


.beitragsbox a img {
    transform: scale(1);
    transition: 1s all ease;
    max-height:300px;
}

.beitragsbox:hover a img {
    transform: scale(1.2);
    transition: 1s all ease;
}



.beitragsbox a.readmore {
    border: 1px solid;
    border-color: var(--primaerfarbe);

    border-radius:0px;
    margin: 10px 0 30px;
    float:left;

    border:1px solid var(--primaerfarbe);
    color: var(--primaerfarbe);
    transition: 0.35s all ease;
}

.beitragsbox:hover a.readmore {
    border:1px solid var(--weiss);
    border-radius:0;
    background: var(--primaerfarbe);
    color:var(--weiss);
    transition: 1s all ease;
}

/***** Beitragsbox HOVER ENDE ****/

.png-left {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    overflow:hidden;
}

.png-left img {
    position:relative;
    object-fit: cover;
    width:100%;
    height: auto;
}

.txt-right  {
    text-align:left;
    background-color:var(--weiss);
    padding: 0 0 15px 0;
    float:left;
    width: 100%;
}

.txt-right .txt-box {
    position: relative;
    width: auto;
    max-width: none;
    padding:0px 15px 30px 15px;
}

.png-right  {
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: block;
    order:1;
}

.png-right img {
    width:100%;
    height: auto;
    position:relative;
    object-fit: cover;
}

.txt-left  {
    text-align:left;
    background-color:var(--weiss);
    padding:30px 15px 30px 15px;
    float: left;
    width: 100%;
    display: block;
    order:2;
}

.txt-left .txt-box {
    float: none;
    width: 100%;
    position: relative;
    padding:0;
}



.bildabstand {
    position:relative;
    float:left;
    width:100%;
    display:none;
    box-shadow: 0px 0px 16px var(--box-shadow) inset;
    overflow: hidden;

}



.img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;
}






/* nach override custom blog */

.custom_class {
    /*padding: 50px 0 15px;*/
    float: left;
    width: 100%;
    height:100%;
}



/* nach override nebeneinander blog */
/* Menüklasse nebeneinander */
#nebeneinander .blog-items {
    display:flex;
    flex-flow:wrap;
}
#nebeneinander .blog-item {
    margin:1%;

    width:98%;
}
#nebeneinander .blog-item .item-content{
    width:100%;
    height: 100%;
}


#nebeneinander .custom_class {
    /*padding:0;*/
}


/*#nebeneinander .blog-item:first-child {
    display: flex;
    align-items: center;
    background: var(--box-shadow);
    color:var(--weiss);
    text-align: center;
}
#nebeneinander .blog-item:nth-child(2) {
    background: var(--schwarz);
}
#nebeneinander .avPlayerWrapper {
    border:3px solid var(--schwarz);
    background: var(--schwarz);
}

#nebeneinander .blog-item:nth-child(3) {
    border:3px solid var(--grau);
    background: var(--hintergrund3);
    padding:15px;
}
#nebeneinander .blog-item:nth-child(4) {
    border:3px solid var(--grau);
    background: var(--hintergrund3);
    padding:15px;
}*/



#nebeneinander .blog-item {
    border:3px solid var(--grau);
    background: var(--hintergrund3);
    padding:15px;
    order:1;
}

#nebeneinander .blog-item:first-child {
    width: 100%;
    min-height:inherit;
    order: 2;
}

#nebeneinander .blog-item:nth-child(2) {
    background: var(--hintergrund2);
    width: 100%;
    padding:0;
}
#nebeneinander .blog-item:nth-child(2) p {
    padding:0;
    margin:0;
}

.avPlayerWrapper .avPlayerContainer .avPlayerBlock iframe, .avPlayerWrapper .avPlayerContainer .avPlayerBlock video, .avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
    height: auto !important;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
    overflow: visible;
    padding: 177% 0 0 0 !important;
}



/******************   Leistungsspektrum   **********************/

#leistungsspektrum table {
    /*display: none;*/
}



















/********************   Kontakformular Joomla ************************/
/*       Custom Override inklusive Menüpunkt-Override angelegt       */
/*       In Weitere Informationen {loadposition osmap} gepackt       */





#kontaktformular_seite .contact-flex {
    position: relative;
    float:left;
    width:100%;
    display: flex;
    flex-flow: column;
    margin: 5px 0;
}

#kontaktformular_seite .contact-flexbox1 {
    position: relative;
    z-index: 1;
    /*height: 1170px;*/
    margin: 5px 0;
    overflow: hidden;
    order:2;


}
#kontaktformular_seite .contact-flexbox2 {
    position: relative;
    z-index: 2;
    top: 10px;
    right: 0;
    background: var(--weiss);
    height: auto;
    padding:10px;
    order:1;
}

#kontaktformular_seite .contact-misc {
    overflow: hidden;
    position: relative;
    display: block;
}

#kontaktformular_seite .osmodul {
    right:15%;
}

#kontaktformular_seite .com-contact__thumbnail img {
    width: 200px;
}


/*Kontaktformular gestalten*/
/*#kontaktformular_seite legend {
    font-size:0;
    padding:0;
    margin:0;
    color: var(--weiss);
}
#kontaktformular_seite .well {
    position: relative;
    border-radius: 0;
    background: var(--primaerfarbe);
}
#kontaktformular_seite legend::before {
    content:"Schreiben Sie uns";

    font-size: 24px;
}
#kontaktformular_seite .control-group.field-spacer {
    position: absolute;
    top: 0px;
    right: 9px;
    font-size: 12px;
}
#kontaktformular_seite .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 0;
    line-height: 14px;
    position: relative;
}

#kontaktformular_seite label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 14px;
    color: var(--weiss);
}

#kontaktformular_seite dt {
    font-weight: 400;
}

#kontaktformular_seite .form-control-feedback {
    position: absolute;
    margin-top: 28px;
    right: 0px;
    z-index: 2;
    display: block;
    width: auto;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    background: var(--box-shadow);
    float: left;
    padding: 0 10px;
}*/

#kontaktformular_seite .btn-primary {
    /*    background: var(--hellgrau);
        color: var(--schriftfarbe1);
        margin: 15px 0;*/
}

#kontaktformular_seite .btn-primary:hover {
    /*    background: var(--grau);
        color: var(--primaerfarbe);*/
}






/*#kontaktformular_seite .contact-flex {
    display: flex;
    flex-flow: row;
}
#kontaktformular_seite .contact-flexbox1 {
    width:100%;
    float:left;
    position: relative;
}



#kontaktformular_seite .com-contact__miscinfo {
    overflow:hidden;
    height: calc(100% - 95px);
    position: relative;
}

#kontaktformular_seite .com-contact__miscinfo div {
        height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(229, 227, 223);

}

span.contact-misc {
position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
}
#kontaktformular_seite .osmodul {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
}
#kontaktformular_seite .contact-flexbox2 {
    width:100%
}*/

/* ENDE Custom Override - Kontakformular -     */






/* OS Sitemap Override */

.osmap-items {
    padding: 50px 0 15px;
}
.osmap-items h2 {
    margin:25px 0 10px;
}
/* ENDE OS Sitemap Override */








/****************************************************************/
/*                   Footer					*/
/****************************************************************/

footer {
    background:var(--schriftfarbe1);
}

.footer_body {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}
.footer-box {
    display: flex;
    flex-flow:column;
}


.footer-box-oben {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin:50px 0 15px;
}

.fbo-item {
    width:100%;
}


/* Zeile Logo */
.footer-logo {
    float:left;
    display: flex;
    justify-content: center;
}
.footer-logo a {
    float:left;
}
.footer-logo img {
    max-width:200px;
    height: auto;
}
/* EFRE */
.footer-efre {
    max-width: 400px;
    background: var(--hellgrau);
    padding: 15px;
    border-radius: 2px;
}
.foerderung_bilder {
    display: flex;
    flex-flow: row;
}
.foerderung_bilder img {
    padding:5px;
}

/* Zeile Links */
.footer-links {
    display:flex;
    flex-flow:row;
    justify-content: space-between;
}
.footer-bedingungen {
    display: flex;
    flex-flow:column;

}
footer .bubble {
    margin: 3px 0;
}
footer .btn-three {
    margin: 9.5px;
}
footer .btn:hover, footer .btn:focus, footer .btn.focus {
    color: var(--grau);
}

footer a.btn.btn-three img {
    bottom: 3px;
    position: relative;
    width:20px;
    height:20px;

}

/*Facebook*/

.top-social p {
    margin: 0;
}
.top-social {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
}
.top-social a {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(/images/icons/facebook_schwarz.png);
    transition: 0.35s background ease;
    display: flex;
}
.top-social a:hover,
.top-social a:focus,
.top-social a.focus
{

    background: url("/images/icons/facebook_grau.png");
    transition:0.35s background ease;
}




.footer-social {
    display: block;
    position: relative;
}
.footer-social a {
    font-size:0;
    width:50px;
    height:50px;
    background: url("/images/icons/facebook_weiss.png");
    position: absolute;
    transition:0.35s background ease;
    right:0;

    top:15px;
}
.footer-social a:hover,
.footer-social a:focus,
.footer-social a.focus
{

    background: url("/images/icons/facebook_grau.png");
    transition:0.35s background ease;
}
/* Footer Menü Allgemein */
footer .menu_allgemein {
    margin: 50px 0 10px;
}
footer ul#general {
    float:left;
}




/* STARTSEITE SIMPLE TEXT ANIMATION  */

.start_teaser {
    background: var(--schwarz);
}

#modul_start_teaser {
    color: #ddd;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding-top: 100px;
    width: 100%;
    text-align: center;
    line-height: 50px;
}
#modul_start_teaser div div {
    font-size: 24px;
}

#teaser_flip {
    height:50px;
    overflow:hidden;
}

#teaser_flip > div > div {
    color: #fff;
    padding: 0px 12px;
    height: 50px;
    margin-bottom: 45px;
    display: inline-block;
}

#teaser_flip div:first-child {
    animation: show 8s linear infinite;
}

#teaser_flip div div {
    background:var(--hellgrau);
}
/*Medizintechnik blau*/
#teaser_flip div:nth-child(1) div {
    background:#4ec7f3;
}
/*Optik gruen*/
#teaser_flip div:nth-child(2) div {
    background:#42c58a;
}
/* Automobilbau    */
#teaser_flip div:nth-child(3) div {
    background: #e1c42b;/*#9b59b6; #47c4c0;*/
}
/* Maschinebau */
#teaser_flip div:nth-child(4) div {
    background:var(--primaerfarbe);
}
/* Höchste Ansprüche orange */
#teaser_flip div:last-child div {
    background:var(--sekundaerfarbe); /*#DC143C;*/
}

@keyframes show {
    0% {
        margin-top: 0px;
    }

    3% {
        margin-top:-95px;
    }
    15% {
        margin-top:-95px;
    }

    18% {
        margin-top:-190px;
    }
    30% {
        margin-top:-190px;
    }

    33% {
        margin-top:-285px;
    }
    45% {
        margin-top:-285px;
    }

    48% {
        margin-top:-380px;
    }
    85% {
        margin-top:-380px;
    }

    88% {
        margin-top: 0px;
    }
    100% {
        margin-top: 0px;
    }


}

#modul_start_teaser p {
    position:fixed;
    width:100%;
    bottom:30px;
    font-size:12px;
    color:#999;
    margin-top:200px;
}

.teaser_jena {
    color: #ddd;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.teaser_beschreibung {
    color: #ddd;
    font-size: 14px;
    line-height: normal;
    padding: 50px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;

}

.teaser_beschreibung h1 {
    font-size: 18px;
    text-transform: uppercase;
}


/* Bewegung hover beim Accordion auf Startseite*/
@keyframes move_acc_slider_image {
    0% {
        right:0px;
    }
    50% {
        right:200px;
    }
    100% {
        right:0px;
    }
}


/* Überschriften / ALLGEMEINGÜLTIG STARTSEITE */

#home h2,
.kernkompetenzen_title h2 {
    text-align: center;
    padding: 0;
    font-size: 24px;
}



.kernkompetenzen_title h2 a {
    font-weight: 700;
}


/* Kernkompetenzen */

.hg_kernkompetenzen {
    display: none;
}
#home .hg_kernkompetenzen,
#kat-uebersicht .hg_kernkompetenzen {
    display: block;
}

.kernkompetenzen {
    display: flex;
    flex-flow: column;
}


.kernkompetenzen_buttons {
    display: flex;
    flex-flow: wrap;
}
.kernkompetenzen_buttons p {
    padding:0;
    margin:0;
}

.kernkompetenzen_buttons button {
    border: 1px solid var(--hellgrau);
    width: 100%;
    margin: 5px;
    padding: 5px;
    text-align: center;
    background: var(--weiss);

    line-height: normal;
    /*min-height: 110px;*/
    text-transform: uppercase;
}

.kernkompetenzen_buttons button p {
    /*font-size:12px;*/
}

.kernkompetenzen_buttons button strong{
    /*font-size:16px;*/
}
/* Button Beschreibung */
.kernkompetenzen_buttons .full_kompetenz {
    display: none;
}


.kernkompetenzen_beitrag {
    display: none;
}
.kernkompetenzen_buttons button.active {
    border: 1px solid var(--sekundaerfarbe);
}


.kernkompetenzen_beitrag .kernkompetenzen {
    border: 1px solid var(--sekundaerfarbe);
    padding: 0 10px 20px;
    margin-bottom:50px;
    display: flex;
    width: 100%;
    flex-flow: column;
}

.kernkompetenzen_box {
    display: flex;
    flex-flow: column;
    margin:0;
    padding:0;
}
.kernkompetenzen_box .kernkompetenzen_box_item {
    list-style: none;
    width: 100%;
    padding: 15px 0;
}

.kernkompetenzen_box_item.item_a {
    order:2;
}
.kernkompetenzen_box_item.item_b {
    order:1;
}



/**/



/* LEISTUNGEN */
.hg_start_leistungen {
    display: none;
}
#home .hg_start_leistungen {
    display: block;
}


.start_leistungen_title_box {
    display: flex;
    flex-flow: column;

}

.start_leistungen_title_box .custom {
    border: 1px solid var(--primaerfarbe);
    padding: 25px;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}




/* BRANCHEN */

.hg_branchen {
    display: none;

}
#home .hg_branchen {
    display: none;

}

.branchen_system {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* BRANCHEN V2 - Card */

.branchen_system.cardbox {
    position: relative;
    top: -50px;
}

.branchen_card {
}

.card {
    margin: 0 5px;
}

.container .card .card_name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primaerfarbe);
    display: flex;
    color: var(--weiss);
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

.container .card .slide {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}



.container .card .slide.slide1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: .7s;
    transform: translateY(100px);
}

.container .card:hover .slide.slide1{
    transform: translateY(0px);
}

.container .card .slide.slide2 {
    position: relative;
    display: flex;
    justify-content: center;

    box-sizing: border-box;
    transition: .8s;
    transform: translateY(-100px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);

    /*align-items: center;*/
    align-items: flex-end;
    /*padding: 20px;*/
}



.container .card:hover .slide.slide2{
    transform: translateY(0);
}

.container .card .slide.slide2::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    bottom: 15px;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primaerfarbe);
}

.container .card .slide.slide2 .card_content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.container .card .slide.slide2 .card_content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: #414141;
}

/* <-- branchen card v2 */


/* INNOVATION */

.hg_innovation {
    display: none;
}
#home .hg_innovation {
    display: block;
}

.innovation_box {
    display: flex;
    width: 100%;
    flex-flow: column;
}



.innovation_box .custom {
    margin: 5px;
    border: 1px solid var(--primaerfarbe);
    padding: 50px 25px;

}


/* ZERTIFIKATE */
.hg_zertifikate {
    display: none;
}
#home .hg_zertifikate {
    display: block;
}

.zertifikate_box {
    text-align: center;
}

.zertifikate_box table {
    border-spacing: 0px;
    position: relative;
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: var(--hellgrau);
    border: none;
}

.zertifikate_box table a {
    margin: 5px;
    display: flex;
    border: 1px solid var(--weiss);
    box-shadow: 2px 2px 2px var(--box-shadow);
}

.zertifikate_box table a:hover {
    border: 1px solid var(--hellgrau);
    box-shadow: none;
}



/* Erfolgsformel */

.hg_erfolgsformel {
    display: none;
    background: var(--schwarz);
    color: var(--weiss);
    padding: 15px;
    text-align: center;
    font-size: 24px;
}
.hg_erfolgsformel p {
    margin: 0;
}
#home .hg_erfolgsformel {
    display: block;
}

/* Kunden */

.hg_kunden {
    display: none;
}
#home .hg_kunden {
    display: block;
}


/* Beratung */

.hg_beratung {
    display: none;
}
#home .hg_beratung,
#kontaktformular_seite .hg_beratung,
#kundenberatung .hg_beratung {
    display: block;
    margin-bottom:100px;
}

.beratung_box {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.beratung_box .custom, .beratung_box .convertforms  {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 15px;
}

/* CONVERT FORMS */

.cf-control-label {
    position: relative;
}

.convertforms .cf-label {
    position: absolute;
    top: -6px;
    left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    background: var(--weiss);
    padding: 0 5px;
    color: var(--grau);
    font-weight: 300;
}


.cf-control-input textarea, .cf-control-input input {
    padding-top: 20px !important;
}



/**** NEWS BLOG  *****/

.newsblog {
    margin-bottom: 100px;
}

dt.article-info-term {
    display: none;
}

.newsblog .blog-item {
    display: flex;
    flex-flow: column;
}

.news_item {
    display: flex;
    flex-flow: column;
    padding: 15px;
    border: 1px solid var(--hellgrau);
    margin: 15px 0;
    font-size:16px;
}

#news .com-content-article__body {
    padding: 50px 0 100px;
}




/* Anker */
#Investitionen_seit_2019 {
    position: relative;
    scroll-margin-top: 1300px; /* Höhe des fixen Headers */
}


/* MOBIL MENU CK */


body {
    padding-top: 0px !important;
}

div#mobilemenuck-164-wrap {
    position: fixed;
}

div#mobilemenuck-164-mobile-bar {
    z-index: 999;
    width: 50px;
    height: 50px;
}


/* Button */
[data-id="mobilemenuck-164"] .mobilemenuck-bar-button {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}


[data-id="mobilemenuck-164"].mobilemenuck a {
    font-weight: 300;
}


[data-id="mobilemenuck-164"] .mobilemenuck-item > .level1,
[data-id="mobilemenuck-164"] .mobilemenuck-item > .level2,
[data-id="mobilemenuck-164"] .mobilemenuck-item > .level3,
[data-id="mobilemenuck-164"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.mobilemenuck-submenu),
[data-id="mobilemenuck-164"] .level3 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.mobilemenuck-submenu) {
    background: var(--weiss);
    color: var(--schriftfarbe1);
    padding:0 15px;
}

[data-id="mobilemenuck-164"] .mobilemenuck-item > .level1 a,
[data-id="mobilemenuck-164"] .mobilemenuck-item > .level2 a,
[data-id="mobilemenuck-164"] .mobilemenuck-item > .level3 a,
[data-id="mobilemenuck-164"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.mobilemenuck-submenu) a,
[data-id="mobilemenuck-164"] .level3 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.mobilemenuck-submenu) a {
    color: var(--schriftfarbe1);
}

[data-id="mobilemenuck-164"] .mobilemenuck-title {

}
.mobilemenuck-title.mobilemenuck-backbutton {

}

[data-id="mobilemenuck-164"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.headingck):not(.mobilemenuck-submenu):hover, 
[data-id="mobilemenuck-164"] .mobilemenuck-item > .level2 + .mobilemenuck-submenu .mobilemenuck-item > div.open:not(.mobilemenuck-submenu) {
        background: var(--weiss);
        color: var(--schriftfarbe1);
        padding:0 15px;
}


[data-id="mobilemenuck-164"] .mobilemenuck-item > .level1:not(.headingck):hover, [data-id="mobilemenuck-164"] .mobilemenuck-item > .level1.open,
[data-id="mobilemenuck-164"] .mobilemenuck-item > .level2:not(.headingck):hover, [data-id="mobilemenuck-164"] .mobilemenuck-item > .level2.open,
[data-id="mobilemenuck-164"] .mobilemenuck-item > .level3:not(.headingck):hover, [data-id="mobilemenuck-164"] .mobilemenuck-item > .level3.open {
    background: var(--weiss) ;
}



[data-id="mobilemenuck-164"] .mobilemenuck-item > .current {
    background: var(--sekundaerfarbe);
}

/* BACK */
.mobilemenuck-title.mobilemenuck-backbutton {
    font-size: 0;
    justify-content: left;
    position: relative;
    display: flex;
    align-items: center;
}
.mobilemenuck-title.mobilemenuck-backbutton::after {
    content: "Zurück";
    color: var(--weiss);
    font-size: 20px;
}
[data-id="mobilemenuck-164"] .mobilemenuck-backbutton svg {
    left:10px;
    top: 0;
}

/* ACTIVE */



.menuck.nav-item.active.parent {
    background: var(--hellgrau) !important;
}
.menuck.nav-item.current,
.menuck.nav-item.current.active.parent {
    background: var(--sekundaerfarbe) !important;
}