:root {
	--accentColor: #7d7d7d;
	/*--accentColor: #989898;*/
	--secondColor: #465665;
}


/* =============================================================================
 * body
 * ========================================================================== */



body {
	/*color: #191919;*/ /*RGB (25,25,25)*/
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.8rem;
	font-weight: normal;
}

/* =============================================================================
 * font classes
 * ========================================================================== */

.font_serif_2,
.font-serif-2 {
	font-family: 'Playfair Display', Georgia, Times, serif;
}

/* =============================================================================*/

html, body {
    font-size: 17px;
}

.logo {
    width: 275px;
}
@media only screen and (max-width: 767px) {.logo {
    width: 150px;
}}
.logo a {

background-image: url("../../../files/data/gfx/all/ETASiemer_final.png")!important;
}


 #top, #top .inside {
    background-color: rgb(227,229,226);
}
#top, #top a, .mod_breadcrumb a {
    /*color: rgba(25, 25, 25, 1);*/
    color: rgba(0, 0, 0, 1);
}

#top .mod_top_phone, #top .mod_top_mail, #top .mod_socials {display: flex;
  align-items: center;}


 .header {
    background-color: rgba(255, 255, 255, 1.0);
    line-height: 40px;
}

.offcanvas-trigger {display: none;}

#top i.fa {margin-left: 10px; margin-right: 5px;}

#top .mod_socials a i {
  font-size: 1.067rem;
  color: rgba(25, 25, 25, 1);
}

 /* =============================================================================
 * breakpoint show smartmenu / hide mainmenu + zeige mobile-menu
 * ========================================================================== */

@media only screen and (min-width : 768px) and (max-width : 1024px) {

.smartmenu {
		display: none;
	}

	.mainmenu {
		display: block;
	}

}



@media only screen and (max-width: 1098px) { /*vorher 1024 durch zusätzliches Menü Explosionsschutz*/
/*#nav-open-btn {
    display: block;
}*/

.mmenu_trigger {
    display: block;
}

	.mainmenu {
		display: none;
	}

}


 /* =============================================================================
 * mainmenu
 * ========================================================================== */


.mainmenu { padding-top: 52px; float: left; margin-left: 75px;/*margin-right:15%;*/ }

.mainmenu ul li { /*vorher jeweils 10 durch zusätzliches Menü Explosionsschutz*/
    margin-left: 10px;
    margin-right: 10px;
}

.mainmenu ul li a {
    font-size: 1.250rem; font-weight: 500;} /*vorher 1.250 durch zusätzliches Menü Explosionsschutz*/



.fixed-header .mainmenu { padding-top: 11px; }

.mainmenu ul li a  { /* background-color: rgb(3,40,80);*/ color: #1d3a8f;
    }
   .mainmenu ul li a.active span {color: #ffffff!important; /*background-color: rgb(227,6,19);*/ background-color: rgb(192,13,13); padding: 10px; border-radius: 3px;
    }
    .mainmenu ul li a.trail {color: #ffffff!important; /*background-color: rgb(227,6,19);*/ background-color: rgb(192,13,13); padding-left: 10px; padding-right: 10px; border-radius: 3px;
    }

.mainmenu ul li a:hover {
    opacity: unset;
   /* color: rgb(152,164,172);*/
  /* color: #e30613;*/
  color: #c00d0d;

}

.mainmenu ul li a.trail {

    display: inline;
    padding-top: 10px;
    padding-bottom: 10px;

}

.mainmenu ul ul li a.trail:not(.megamenu) {
    padding-top: 10px;
    padding-bottom: 10px;

}

/*a.akademie {
  display: inline-flex!important;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  }

a.akademie::before {
content: "";
width: 20px;
  height: 20px;
	background: url("../../../files/data/gfx/all/eta-akademie-05.png") no-repeat center/contain;
flex-shrink: 0;
}*/

 /* =============================================================================
 * submenu rechts
 * ========================================================================== */


.subnav a {
    color: rgb(29,58,143);
}

.subnav a.active {font-weight: bold;}


 /* =============================================================================
 * submenu
 * ========================================================================== */
   /* .submenu ul li a span { padding: 0px; color: rgb(3,40,80);}*/

     .submenu ul li a.a-level_2 span, .submenu ul li a.a-level_3 span { padding: 0px; background-color: transparent; color: rgb(29,58,143);

    }

    .mainmenu ul ul li a:hover:not(.megamenu), .mainmenu ul ul li a.trail:not(.megamenu), .mainmenu ul ul li a.active:not(.megamenu) {
    background: rgb(29,58,143);
}
    .mainmenu ul ul li a:hover:not(.megamenu) span, .mainmenu ul ul li a.trail:not(.megamenu) span, .mainmenu ul ul li a.active:not(.megamenu) span {
    color: #ffffff;
                    }
    .mainmenu ul ul li a span, .mainmenu ul ul li a.trail:not(.megamenu) span, .mainmenu ul ul li a.active:not(.megamenu) span {
 font-size: 0.950rem;
}
.mainmenu ul ul {
    border-top: 2px solid rgba(152,164,172);
    padding: 10px;
}
.mainmenu ul li ul a.trail {
display: block;
}

.mainmenu ul ul li a {
  text-transform: none;
  text-align: left;
  border: 0;
  padding: 4px 0.5rem !important;
  /*color: #393939;*/
  font-size: 0.9rem;
  letter-spacing: 0;
  font-weight: normal;
}

.mainmenu ul ul li a.submenu::after {
  right: 0px;
}

.mainmenu ul ul li a.active span {background: rgb(29,58,143); padding: 0;}

.mainmenu ul ul li a.submenu::after {position: relative; padding-left: 10px;}


 /* =============================================================================
 * mobile menu
 * ========================================================================== */

/* WICHTIG, muss im FRAMEWORK laufen

@media only screen and (min-width: 1098px) {
	#mmenu {
		display: none!;
	}
}
*/

@media only screen and (min-width: 768px) {
  #mmenu {
    display: block;
  }
}

.mmenu_trigger .label {display: none;}
/*.mmenu_trigger { padding: 8px; background-color: rgb(227,6,19);}*/
.mmenu_trigger { padding: 8px; background-color: rgb(192,13,13);}

.mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines::after, .mmenu_trigger .burger .burger_lines::before {background: rgb(255,255,255);}


#mmenu .mod_navigation li a {
    display: block;
    padding: 4px 40px 4px 0;
    color: #191919;
}



.etm .mmenu_trigger { padding: 8px; background-color: rgb(28,164,57);}




 /* =============================================================================
 * Links im Inhalt
 * ========================================================================== */

.ce_text a, .formbody a, #footer a{
    position: relative;
    color: rgb(0,0,0);
    text-transform: none;
    font-weight: normal;
}

.ce_text a:after, .formbody a:after, #footer a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgb(0,0,0);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    }
.ce_text a:hover:after, .formbody a:hover:after, #footer a:hover:after {
	width: 0;
}

.totop {display:none;}
/*a.totop:after {height: 0!important;}
#footer a.totop:hover {color: #e30613!important;}*/



 /* =============================================================================
 * button
 * ========================================================================== */
 .color-accent, .color-accent p, .color-accent i, .color-accent h1, .color-accent h2, .color-accent h3, .color-accent h4, .color-accent h5, .color-accent h6, .color-accent a:not(.link-white) {
    /*color: rgb(152,164,172);*/
        color: rgb(34,34,34);
}
  .ce_hyperlink a, a.btn, .ce_revolutionslider_hyperlink {
   /* background: rgb(152,164,172);
    border-color: rgb(152,164,172);*/

   /* background: rgb(104,126,141);
    border-color: rgb(104,126,141);*/

        background: rgb(87,112,129);
    border-color: rgb(87,112,129);

  /*   background: rgb(119,139,149);
    border-color: rgb(119,139,149);  */

    font-weight: normal;
   /* font-size: 1.30rem;*/
        font-size: 19px;
}

.header .mainmenu ul li.highlight a span {
    background: rgb(227,6,19);
}

    .ce_hyperlink-extended a.link-own-color-lighttxt:hover, .ce_hyperlink-extended a.link-own-color-darktxt:hover, .ce_hyperlink-extended a.link-own-color-outline:hover {

	background: rgb(192,13,13)!important;
	border-color: rgb(192,13,13)!important;
	opacity: unset;

}
.check-uebersicht .ce_hyperlink a, .check-uebersicht a.btn, .check .ce_hyperlink a, .check a.btn {font-size: 18px; hyphens: auto; min-width: auto; padding: 10px 15px;}
.consulting-uebersicht .ce_hyperlink a, .consulting-uebersicht a.btn, .consulting .ce_hyperlink a, .consulting a.btn  {font-size: 18px; hyphens: auto; min-width: auto; padding: 10px 15px;}

.startseite.ce_hyperlink-extended.wide a {width: 100%; padding: 10px; text-align: center;}
 /* =============================================================================
 * slider
 * ========================================================================== */
.arbeitssicherheit .ce_revolutionslider_text  {background-color: rgb(203,108,0); padding-left: 10px; padding-right: 10px; border-radius: 3px;}
.elektrosicherheit .ce_revolutionslider_text  {background-color: rgb(128,165,27); padding-left: 10px; padding-right: 10px; border-radius: 3px;}
.explosionsschutz .ce_revolutionslider_text  {background-color: rgb(92,36,131); padding-left: 10px; padding-right: 10px; border-radius: 3px;}
.brandschutz .ce_revolutionslider_text  {background-color: rgb(230,51,35); padding-left: 10px; padding-right: 10px; border-radius: 3px;}
.start .ce_revolutionslider_text  {background-color: rgb(227,6,19); padding-left: 10px; padding-right: 10px; border-radius: 3px;}

    .ce_iconbox:hover .ce_iconbox_outside.padding {
    opacity: 1;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    z-index: 100;
}

 /* =============================================================================
 * Boxen Startseite
 * ========================================================================== */

.startseite .ce_divider_extended {background-color: #ffffff;}

 /* =============================================================================
 * Aktuelles
 * ========================================================================== */

.newslist-v2 .image_container img, .newslist-v3 .image_container {
    border-radius: 0px;
}
.newslist-v2 .link a {
    position: relative;
    color: rgb(0,0,0);
    text-transform: none;
    font-weight: normal;
}

.newslist-v2 .link a:after, .newslist-v3 .link a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgb(0,0,0);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    }
    .newslist-v2 .link:hover a:after, .newslist-v3 .link:hover a:after {
	width: 0;
}

.newslist-v2 .comments-v2, .newslist-v2 .info, .newslist-v3 .info, .newslist-v3 .date, .newsreader .info {display: none;}

.newslist-v3 .content {
  padding: 20px;
  border: 1px solid rgb(200,200,200);
  background: rgba(250,250,250,0.95);
  border-radius: 0;
}

.newsreader .image_container, #footer .image_container {
margin-bottom: 20px;
}

 /* =============================================================================
 * footer / bottom
 * ========================================================================== */
    #footer {
    background-color: rgba(164,170,160,0.3);
    }
    #footer, #footer a, #footer h4 {
    color: rgba(25, 25, 25, 1);
}
#footer .inside {padding-bottom: 40px;}

#footer a:hover {color: #000000;}

#bottom {
    background: rgb(29, 58, 143);
    }

#bottom .inside, #bottom .inside a {
    color: rgba(255,255,255,0.9);
 }
#bottom .inside, #bottom .inside a:hover {
    color: rgba(255,255,255,0.9);
 }

 #footer h3 {margin-bottom: 25px;
  line-height: 1.3;
color: rgba(25, 25, 25, 1);
  word-wrap: break-word;
  font-weight: bold;
  font-size: 1.5rem;
}

#bottom .hinweis-gewerbe {clear: both; text-align: center; border-top: 1px solid #ffffff; padding-top: 10px;}

 /* =============================================================================
 * Diverses Seminare Übersicht
 * ========================================================================== */

.seminare-grau1{padding-top: 10px; background-color: rgb(245,245,245); margin-bottom: 10px;}
.seminare-grau1 h3 {margin-bottom: 5px;}

@media only screen and (max-width: 767px)  {
.seminare-grau1{ padding-left: 10px; padding-right: 10px; }
}

@media only screen and (max-width: 767px)  {
.ab { display: none;}
}
/*------*/

.arbeitssicherheit h1, .elektrosicherheit h1, .explosionsschutz h1, .brandschutz h1 {font-size: 1.5rem;}

h2.seminarnummer-as  {font-size: 140%; color: #ffffff; background-color: rgb(203,108,0); padding-left: 6px; padding-right: 4px; padding-bottom: 5px; padding-top: 5px;  width: 52px;}

.arbeitssicherheit h1 span.color-accent {color: rgb(203,108,0);}

@media only screen and (max-width: 767px)  {
h2.seminarnummer-as  {font-size: 125%; width: 46px; margin-bottom: 0px;}
}
/*------*/
h2.seminarnummer-es  {font-size: 140%; color: #ffffff; background-color: rgb(128,165,27); padding-left: 6px; padding-right: 4px; padding-bottom: 5px; padding-top: 5px;  width: 52px;}

.elektrosicherheit h1 span.color-accent {color: rgb(128,165,27);}

@media only screen and (max-width: 767px)  {
h2.seminarnummer-es  {font-size: 125%; width: 46px; margin-bottom: 0px;}
}
/*------*/
h2.seminarnummer-ex  {font-size: 125%; color: #ffffff; background-color: rgb(92,36,131); padding-left: 6px; padding-right: 4px; padding-bottom: 7px; padding-top: 7px;  width: 58px;}

.explosionsschutz h1 span.color-accent {color: rgb(92,36,131);}

@media only screen and (max-width: 767px)  {
h2.seminarnummer-ex  {font-size: 105%; width: 50px; margin-bottom: 0px;}
}
/*------*/
h2.seminarnummer-bs  {font-size: 140%; color: #ffffff; background-color: rgb(230,51,35); padding-left: 6px; padding-right: 4px; padding-bottom: 5px; padding-top: 5px;  width: 52px;}

.brandschutz h1 span.color-accent {color: rgb(230,51,35);}

@media only screen and (max-width: 767px)  {
h2.seminarnummer-bs  {font-size: 105%; width: 50px; margin-bottom: 0px;}
}

 /* =============================================================================
 * Seminare Übersicht
 * ========================================================================== */

.ce_seminaruebersicht_block {height: 100%; padding-bottom: 15px;}
.ce_seminaruebersicht_block .content {display: flex; flex-direction: row; height: 100%; color: #ffffff;}
.ce_seminaruebersicht_block .text {background: rgb(87,112,129); flex: 0 0 auto; padding: 10px; align-content: center; font-size: 22px; font-weight: bold; border-right: 1px solid #ededed;}
.ce_seminaruebersicht_block .url {display: flex; width: 100%;}
.ce_seminaruebersicht_block .url .block{flex: 1 1 auto; background: rgb(87,112,129);}
.ce_seminaruebersicht_block .url .block a {/*hyphens: auto;*/  min-width: 0; overflow-wrap: break-word; word-break: break-word; align-content: center; color: #ffffff; font-size: 19px; line-height: 28px; padding-left: 10px; padding-right: 15px; padding-top: 15px; padding-bottom: 15px;}
.ce_seminaruebersicht_block .content .block:hover {opacity: 0.8;}
.ce_seminaruebersicht_block .url .block a::after {
content: " \00BB";   /* Leerzeichen vor dem Pfeil für Abstand */
}

@media only screen and (max-width: 767px) {
.seminare  .column[class*="col_"]:not([class*="_m"]), seminare .autogrid_grid .column:not([class*="_m"]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 15px;
  }
.ce_seminaruebersicht_block {padding-bottom: 0px;}
}

.ce_seminaruebersicht_block .text {font-size: 20px;
    min-width: 70px;}

.explosionsschutz .ce_seminaruebersicht_block .text {background-color: rgb(92,36,131)}
.elektrosicherheit .ce_seminaruebersicht_block .text {background-color: rgb(128,165,27)}
.arbeitssicherheit .ce_seminaruebersicht_block .text {background-color: rgb(203,108,0)}
.brandschutz .ce_seminaruebersicht_block .text {background-color: rgb(230,51,35)}

 /* =============================================================================
 * Diverses Seminare Formular
 * ========================================================================== */
form.style5 input, form.style5 select, form.style5 textarea {
    background-color: rgb(255, 255, 255);
    border-color: rgb(247, 247, 247);
    font-size: 1.0rem;
    padding: 15px;
    border-radius: 0;
}
input::placeholder, textarea::placeholder {
    color: #999 !important;
   /* color: #222 !important;*/
    /*opacity: 0.7;*/
}

.ce_accordion .toggler::before {color: rgb(227,6,19);}
.ce_accordion .ui-accordion-header:hover {background-color: rgb(247,247,247);}
.ce_accordion .toggler {
  /*font-size: 0.9rem;*/
  font-family: 'Source Sans Pro', sans-serif;
}

fieldset.teilnehmer {
    padding: 0px;
    border: none;
}

form fieldset legend {
    background-color: rgb(29, 58, 143);
    border-radius: 0;
}
input.submit[type="submit"], button.submit[type="submit"] {
   /* background: rgb(227,6,19);*/
    background: rgb(192,13,13);
	padding: 15px 20px;
    border-radius: 0;
}

fieldset.radio_container {padding: 10px 5px 5px 10px;}

form span.mandatory, form .sternchen {
  color: #c00d0d;
  font-size: 26px;
}
 /* =============================================================================
 * Diverses Seminare Infobereich
 * ========================================================================== */

.infobereich  h3 {
    margin-bottom: 15px; }

/* für Anzeige der freien Platze rechts neben Termin im Infobereich    .ce_terminedaten .ce_text {display:inline-block; float: left; margin-right: 10px;}*/


.t-nettosumme-betrag {clear: both; float:left; width: 74px; margin-right: 0px;}
.t-nettosumme {float:left; max-width: 150px;}
.t-nettosumme-betrag-material {clear: both; float:left; width: 74px; margin-right: 0px;}
.t-material {float:left; max-width: 150px;}
.t-mwst-betrag {clear: both; float:left; width: 74px; margin-right: 0px;}
.t-mwst {float:left; max-width: 150px;}
.t-gesamtsumme-betrag {clear: both; font-weight: bold; float:left; width: 74px; margin-right: 0px;}
.t-gesamtsumme {font-weight: bold; float:left; max-width: 150px;}
.t-text {font-weight: bold;}


 /* =============================================================================
 * Suche
 * ========================================================================== */

.suche .submit {margin-top: 20px; margin-bottom: 20px;}
.suche ul {margin-bottom: 20px;}

#main .mod_search {
  text-align: left;
}

.mod_search {margin-bottom: 20px;}

.search_default, li.suchergebnis {border-bottom: 1px solid #ededed; padding-top: 5px; padding-bottom: 5px;}

 /* =============================================================================
 * Diverses
 * ========================================================================== */
.color-accent p, .color-accent i, .color-accent h1, .color-accent h2, .color-accent h3, .color-accent h4, .color-accent h5, .color-accent h6, .color-accent a:not(.link-white) {
 /* color: rgb(125,125,125);*/
}

.ce_testimonial_version7 .text_inside::before {
    background: rgb(29, 58, 143);
}
.ce_chartbar .chart_data {
    background: rgb(29, 58, 143);
}
.ce_text.format-p-small p {
    font-size: 0.8rem;
    margin-bottom: 5px;
   line-height: 1.2rem;
}
.partner h2 {background-color: rgb(247,247,247);}

@media only screen and (max-width: 767px)  {
.format-p-small .image_container img {
    display: inline;}
    }

.boxhoch {min-height: 350px;}

@media only screen and (max-width: 767px)  {
    .boxhoch {min-height: auto;}
}

/*.boxmittel {min-height: 100px;}*/

@media only screen and (max-width: 767px)  {
    .boxhoch {min-height: auto;}
}



.top5 {margin-top: 5px;}
.left10 {margin-left: 15px;}

.cookiebar { background-color: rgb(71,71,71);}

  @media only screen and (min-width: 768px) and (max-width: 1035px) {
#top .mod_top_phone {
  display: block;
}}

.ce_leadertext.version1 {
    margin-bottom: 20px;
    max-width: 100%;
}

.ce_downloads_box .ce_downloads_box_inside {
    padding: 20px;
}

.ce_download_small .ce_download_small_inside a:hover {border: 1px solid #e30613;}
.ce_download_small .ce_download_small_inside a:hover, .ce_download_small .ce_download_small_inside a:hover:after {color: #e30613; opacity: 1;}
.ce_download_small .ce_download_small_inside .size {display: none;}
.ce_download_small .ce_download_small_inside a::after {
  color: rgba(25, 25, 25, 1);
  opacity: 1;
}

.check h1, .consulting h1, .akademie h1 {font-size: 1.5rem;}
.check h2, .check h3, .consulting h2, .consulting h2, .akademie h2, .akademie h3 {font-size: 1.5rem;}

/* Seminare Übersicht Akademie */

.rahmen-elektrosicherheit {border: 2px solid #80a51b;}

 /* =============================================================================
 * Popup
 * ========================================================================== */
 
 .ce_popup_start .ce_popup_overlay {background: rgba(46,77,85,0.8);}
 .ce_popup_content {background-color: #d5dddf;}
 
.hinweis-telefon p {line-height: 25px; font-size: 100%; hyphens: none;}



/* ========================= ******************* ETM ********************=======================
* Styles ETM
* ========================= *********************************************=======================
