


header                                                  { position: fixed; z-index: 7000; width: 100%;  background: #fff; padding: 20px 50px 0 50px; border-bottom: 1px solid var(--farbe1); }

/*Logo*/
header .content-image img                               { width: 200px; height: auto; padding-bottom: 20px; transition: all ease .4s; }


.stickyHeader header .content-image img 				{ width: 110px; transition: all ease .4s; transition: all ease .4s; }
.stickyHeader header #noSticky .navigation_wrapper {  top: 12px; }


header .row                                             { align-items: center; }

/* Anordnung der Navigation und Top Icons */
header #noSticky .navigation_wrapper                   { display: flex; justify-content: end; flex-direction: row; height: 100%; position: relative; top: 20px; transition: all ease .4s; }
header #isSticky .navigation_wrapper                   { display: flex; justify-content: end; flex-direction: row; align-items: center; height: 100%; transition: all ease .4s; }


.mod_changelanguage                                     {  }
.mod_changelanguage ul                                  { list-style: none; display: flex; font-weight: 500; margin: 0; padding: 0; }
.mod_changelanguage ul li                               { margin-left: 40px; }
.mod_changelanguage ul li:last-child                    { margin-left: 10px; }
.mod_changelanguage ul a                                { font-size: 15px; }
.mod_changelanguage ul strong                           { color: var(--farbe1); font-size: 15px; }
.mod_changelanguage ul a:hover                          { color: var(--farbe1); text-decoration: none; }


/* Top Icons */
.mobileMenuOpen svg                                     { fill: var(--icons_header); width: 28px; height: auto; }

header .header_top_icons                                { display: flex; margin-bottom: 30px; }
header #isSticky .header_top_icons                      { margin-bottom: 10px; }
header .header_top_icons div                            { margin-left: 25px; }
header .header_top_icons .mail-icon svg                 { width: 25px; }
header .header_top_icons .search-icon svg               { width: 19px; }
header .header_top_icons .search_icon svg               { width: 19px; } 


/* Mobile Menu */
.mobileMenuOpen                                         { text-align: right; display: none; }
#close_menu                                             { position: absolute; top: 15px; right: 15px; width: 17px; height: auto; z-index: 10; cursor: pointer; }
.mod_mmenu                                              { position: fixed !important; }

/* Navigation */

header .mod_navigation                                  {  }

header .mod_navigation                                  { font-weight: 300; }
.superfish 												{ position:relative; z-index:70000; text-transform: uppercase; }

.nav_superfish											{ margin: 0; padding: 0; list-style: none; transition: margin ease .3s; letter-spacing: 1px; font-size: 1.0rem; }
.nav_superfish li 										{ position: relative; display: inline-block; list-style: none; white-space: nowrap; }
.nav_superfish li a,
.nav_superfish li strong                                { display: inline-block; position: relative; text-decoration: none; zoom: 1; padding: 0 0 45px 0; margin: 0 0 0 40px;
														  transition: all ease .4s; }
header #isSticky .row .nav_superfish li a,
header #isSticky .row .nav_superfish li strong          { padding: 25px 0 25px 0; }

.nav_superfish li a:hover                               { color: var(--farbe1); }

.nav_superfish li.first a,
.nav_superfish li.first strong                          { margin-left: 0; }
.nav_superfish li.last a,
.nav_superfish li.last strong                           { margin-right: 0; }

.nav_superfish li a.trail                               { font-weight: bold; }
.nav_superfish li strong,
.nav_superfish li a.trail                               { color: var(--farbe1); }

.nav_superfish li:hover a,
.nav_superfish li a.active 								{ transition: all ease .4s; }

/*Level 2*/
.nav_superfish ul 										{ position: absolute; display: none; top: calc(100% - -2px); left: 15px; z-index: 99999; padding: 0; 
														  text-align: left; text-transform: none; background: #fff; -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); 
                                                          box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); border-top: 3px solid var(--farbe1); font-size: 0.9rem; transition: all ease .4s; }

.stickyHeader  .nav_superfish ul 										{ top: calc(100% - 19px); transition: all ease .4s; }

.nav_superfish ul li 									{ display: block; padding: 0; }

.nav_superfish ul li a,
.nav_superfish ul li strong                             { border-bottom: 1px solid var(--text_farbe); padding: 10px 45px 10px 25px; margin: 0; background: #fff; display: block; }

header #isSticky .row .nav_superfish ul li a,
header #isSticky .row .nav_superfish ul li strong       { padding: 10px 45px 10px 25px; }

.nav_superfish ul li a:hover,
.nav_superfish ul li strong                             { background: var(--submenu); color: var(--farbe1); }

.mm-wrapper--position-left .mm-slideout, 
.mm-wrapper--position-right .mm-slideout                { transform: none; }

.mm-panel,
.mm-navbar { background: var(--farbe1); color: #fff; }
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: #fff;
}
.mm-listitem_selected>.mm-listitem__text {
    background: var(--farbe2);
    color: #fff;
}

/* Icons rechts */
.icons_right                                                { position: fixed; z-index: 9999; top: 300px; right: 0; font-family: 'Nunito Sans'; }
.icons_right .icon_inner                                    { display: flex; flex-direction: column; } 
.icons_right .icon                                          { background: var(--farbe1); width: 51px; height: 51px; display: flex; justify-content: center; align-items: center;
                                                              border-bottom: 1px solid #fff; position: relative;  }
.icons_right .icon.search_icon                                      { border-bottom: 0; }
.icons_right .icon:hover                                    { background: var(--farbe3); }

.icons_right .icon.grau                                     { background: var(--farbe2); }
.icons_right .icon.grau:hover                               { background: var(--farbe3); }
.icons_right svg                                            { width: 30px; height: auto; }
.icons_right svg path                                       { fill: #fff; }

.icons_right .icon.menu                                     { display: none; }
.icons_right .icon.menu svg                                 { width: 31px; }
.icons_right .icon.menu.desktop.active                      { display: flex; }
.icons_right .icon.menu.mobile.active                       { display: flex; }

.icons_right a:hover                                        { color: #fff; }





/*#####################################################################################################################/
  RESPONSIVE STYLES ###################################################################################################/
######################################################################################################################*/

@media (min-width: 992px) and  (max-width: 1400px) {
    .nav_superfish ul 									{ /*left: auto; right: 0;*/ }
}


@media (max-width: 1300px) {
    header                                             { /*padding: 0px 30px 0px 30px;*/ }
    header .content-image img,
	.stickyHeader header .content-image img { width: 130px; transition: all ease .4s; }
    header #noSticky .row                              { align-items: center; }
    .nav_superfish li a, 
    .nav_superfish li strong                           {  margin: 0 0 0 10px; }
    .nav_superfish,
    .mod_changelanguage { font-size: 0.85rem; }
    
}

@media (max-width: 992px) {

header #noSticky .navigation_wrapper { top: 0; flex-direction: row-reverse;  }
	header .header_top_icons { margin-bottom: 0; }
    header                                             { padding: 10px 30px 0 30px; }

    
	header .content-image img,
	.stickyHeader header .content-image img { width: 90px; transition: all ease .4s; padding-bottom: 10px; }
    .mod_changelanguage                                { font-size: 1.4rem; }
    header .mod_changelanguage                        {  position: relative; top: 3px; }
    
    .icons_right                                       { position: absolute; }

    header .col-lg-18,
    header .navigation_wrapper .header_top_icons,
    header .navigation_wrapper                         { text-align: right;  }
    header .navigation_wrapper                         { width: 100%; }

    
    header 	#noSticky .navigation_wrapper              { padding-bottom: 0; }
    header 	#noSticky .row                             { align-items: center; justify-content: flex-end; }

    header .mod_navigation                             { display: none; }
    .mobileMenuOpen                                    { display: block; }
}



@media (min-width: 992px) and  (max-width: 1200px) {
}

@media (min-width: 768px) and  (max-width: 992px) {
}

@media (max-width: 767px) {
    header .ce_image .image_container img                                  { width: 190px; }
}



