/*
Elektro Hofmann GmbH
creation Date: 2026-01-09
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'Raleway-Light', sans-serif;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 16px;
	overflow-x: hidden;
	font-weight: normal;
}
textarea, input, .Raleway-Regular{
	font-family: 'Raleway-Regular', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong, .StackSansText-Bold{
	font-family: 'Raleway-Bold', sans-serif;
}
h1, h2, h3, h4, h5{
	font-family: 'Raleway-ExtraBold', sans-serif;
}
.Raleway-ExtraBold{
	font-family: "Raleway-ExtraBold", sans-serif;
}
.light{
	font-weight: lighter;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
.contstyles a:hover{
	text-decoration: underline;
}
a.anchorlink{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1,
h2.title{
	font-size: 68px;
	line-height: 70px;
	letter-spacing: 1px;
}
h2{
	font-size: 50px;
	line-height: 60px;
}
h2.marged_bot{
	margin-bottom: 30px;
}
h3{
	font-size: 36px;
	line-height: 40px;
}
h4{
	font-size: 30px;
	line-height: 34px;
}
.alt_headlines h4{
	text-transform: uppercase;
	font-weight: bold;
}
h5{
	font-size: 20px;
	line-height: 28px;
}
h6{
	font-size: 20px;
}
p,
.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}
p.nomarg_top{
	margin-top: 0px;
}
p.nomarg_bot{
	margin-bottom: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.uppercase,
.uppercase_headlines h1,
.uppercase_headlines h2,
.uppercase_headlines h3,
.uppercase_headlines h4,
.uppercase_headlines h5,
.uppercase_headlines h6{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.nocase{
	text-transform: none;
}
.underline{
	text-decoration: underline;
}
.underline_links a,
.underline_onHover a:hover{
	text-decoration: underline;
}
.nounderline,
.nounderline *:hover{
	text-decoration: none !important;
}
.inline{
	display: inline;
}
.relative{
	position: relative;
}
.font_l,
.font_l p,
.font_l .contstyles li{
	font-size: 18px;
	line-height: 26px;
}
.fields-container{
	display: none;
}
span.font_s,
p.font_s,
.font_s li{
	font-size: 14px;
}
p.font_s,
.font_s li{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nooverflow{
	overflow: hidden;
}
.overflow{
	overflow: visible;
}
.functionpad{
	padding-top: 1px;
	padding-bottom: 1px;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	width: 1260px;
	max-width: 95%;
	position: relative;
}
.main-container.wide{
	width: 1380px;
	max-width: 98%;
}
.main-container.narrow{
	width: 1000px;
	max-width: 93%;
}
.main-container.narrow2{
	width: 800px;
	max-width: 90%;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.extrawidepad,
.main-container.extrawidepad{
	padding-top: 180px;
	padding-bottom: 180px;
}
.widepad,
.cont-block .main-container.widepad{
	padding-top: 100px;
	padding-bottom: 100px;
}
.widepad_top,
.cont-block .main-container.widepad_top{
	padding-top: 100px;
}
.widepad_bot,
.cont-block .main-container.widepad_bot{
	padding-bottom: 100px;
}
.regpad,
.cont-block .main-container.regpad{
	padding-top: 70px;
	padding-bottom: 70px;
}
.regpad_top,
.cont-block .main-container.regpad_top{
	padding-top: 70px;
}
.regpad_bot,
.cont-block .main-container.regpad_bot{
	padding-bottom: 70px;
}
.lowpad{
	padding-top: 50px;
	padding-bottom: 50px;
}
.lowpad_bot{
	padding-bottom: 50px;
}
.lowpad_top{
	padding-top: 50px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}

.page-header{
	display: none;
}

img.cont_img{
	max-width: 100% !important;
	height: auto !important;
}
img.cont_img_limit{
	max-width: 100% !important;
	width: 870px !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.absimg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
img.fullsize{
	width: 100%;
	display: block;
}
img.maxSize{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img.sizeFittings{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* INDEXES */
.ddm_modal{
	z-index: 100;
}
#menu_activator{
	z-index: 13;
}
#contact_knob{
	z-index: 12;
}
#topmenu-wrapper{
	z-index: 11;
}
#logo_wrapper{
	z-index: 10;
}
.zindex6,
.cont-block.zindex6{
	z-index: 6;
}
.zindex5,
.cont-block.zindex5{
	z-index: 5;
}
.zindex4,
.cont-block.zindex4{
	z-index: 4;
}
.zindex3,
.cont-block.zindex3{
	z-index: 3;
}
#content-wrapper,
.zindex2,
.cont-block.zindex2{
	z-index: 2;
}
.cont-block,
.zindex1,
.cont-block.zindex1{
	z-index: 1;
}
.zeroindex{
	z-index: 0;
}



/* transitions */
img.fullsize{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.animated_children, .animated_children *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}
.nonanimated_children, .nonanimated_children *{
	-webkit-transition: all 0ms linear;
	-moz-transition: all 0ms linear;
	-ms-transition: all 0ms linear;
	-o-transition: all 0ms linear;
	transition: all 0ms linear;	
}


/* CONTENT */
#content-wrapper{
	overflow: visible;
}


/* CONTENT SPECIFIC */
.block{
	display: block;
	position: relative;
}
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
}
.overlay_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.linespacer{
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.linespacer.nomarg{
	margin: 0px;
}
.linespacer.narrow{
	width: 700px;
	max-width: 100%;
}

.section_bg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: auto;
}

#top_spacer{
	display: block;
	position: relative;
	height: 70px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.flexwrap.leftalign{
	justify-content: left;
	gap: 2%;
}

.flexbox{
	position: relative;
}
.flexbox._s10{
	width: 10%;
}
.flexbox._s15{
	width: 15%;
}
.flexbox._s20{
	width: 20%;
}
.flexbox._s25{
	width: 25%;
}
.flexbox._s30{
	width: 30%;
}
.flexbox._s35{
	width: 35%;
}
.flexbox._s40{
	width: 40%;
}
.flexbox._s45{
	width: 45%;
}
.flexbox._s47{
	width: 47%;
}
.flexbox._s49{
	width: 49%;
}
.flexbox._half{
	width: 48%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s65{
	width: 65%;
}
.flexbox._s70{
	width: 70%;
}
.flexbox._s75{
	width: 70%;
}
.flexbox._s80{
	width: 80%;
}
.flexbox._s90{
	width: 90%;
}
.flexbox._full{
	width: 100%;
}
.flexbox_half{
	width: 48%;
}
.flexbox_third{
	width: 31%;
}


.contentbutton{
	position: relative;
	display: inline-block;
	margin-left: 0px;
	z-index: 1;
	border: none;
	border-radius: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	width: 100px;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.contentbutton.abs{
	position: absolute;
}
.contentbutton a{
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	font-weight: bold;
}
.contentbutton a::after{
	display: none !important;
}
.contentbutton > a > span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.contentbutton:hover a{
	text-decoration: none;
}
.contentbutton:hover{
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.contentbutton.hoverblur::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.contentbutton.hoverblur:hover::before {
  opacity: 1;
}
.contentbutton.bordered{
	border: 1px solid;
}
.contentbutton span.contentbutton_arrow{
	display: inline-block;
	font-weight: bold;
	padding-left: 2px;
	font-family: 'Raleway-ExtraBold', sans-serif;
}
.contentbutton:hover span.contentbutton_arrow{
	padding-left: 6px;
}
.contentbutton .contentbutton_arrow_icon{
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	padding-left: 3px;
}
.contentbutton:hover .contentbutton_arrow_icon{
	padding-left: 6px;
}



/* SPECIFICS */
.linehover_links a,
.linehover_links a:hover{
    position: relative;
    text-decoration: none;
}
.linehover_links a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #1a1a1a;
    transition: width 300ms ease;
}
.linehover_links a:hover::after {
    width: 100%;
}
.white .linehover_links a::after,
.white.linehover_links a::after,
#footer_wrapper .linehover_links a::after{
	 background-color: white;
}
.g .linehover_links a::after,
.g.linehover_links a::after{
	 background-color: #C3C2C2;
}



.linkoverlay{
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}


/* claro accessibility overrides */
.cm-link.cn-learn-more{
	color: black !important;
}
.cm-btn.cm-btn-danger.cn-decline{
	background-color: #767676 !important;
}
.cm-btn.cm-btn-success{
	background-color: #0a835f !important;
}
.cm-btn.cm-btn-success-var{
	background-color: #00875f !important;
}




/* DDM MODAL */
.ddm_modal{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	backdrop-filter: blur(8px); 
	-webkit-backdrop-filter: blur(8px);
	background: rgba(0, 0, 0, 0.35);
}
.ddm_modal.active{
	height: 100%;
	opacity: 1;
}
.ddm_modal_contwrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	max-width: 95%;
	height: 800px;
	max-height: 90%;
	overflow: hidden;
}
.ddm_modal_close{
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 4;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	cursor: pointer;
}
.ddm_modal_close:hover{
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.45)) brightness(1.1);
}
.ddm_modal_close span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	pointer-events: none;
	font-weight: bold;
}
.ddm_modal_cont{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	overflow-x: hidden;
	overflow-y: scroll;
}


/* PAGE TEMPLATE STYLES */
.inline_icon{
	display: inline-block;
	height: 16px;
}
.home_halfsize_bg_wrapper{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 45%;
	overflow: hidden;
}
.referenzen_gridwrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
}
.referenzen_box{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.referenzen_box img{
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.35s ease, filter 0.35s ease;
}
.referenzen_box:hover img{
    transform: scale(1.06);
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.25)) brightness(1.1);
}
.referenzen_box::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.08);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.referenzen_box:hover::after{
    opacity: 1;
}


.home_kundenbox{
	width: 49.75%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 800px;
}
.home_kundenbox_txt{
	position: absolute;
	z-index: 1;
	bottom: 25%;
	left: 15%;
	opacity: 1;
}
.home_kundenbox.active .home_kundenbox_txt{
	opacity: 0;
}
.home_kundenbox_inlay{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 80%;
	background-color: rgba(0,0,0,0.7);
	border-top: 4px solid;
	top: 100%;
	overflow: visible;
	text-align: center;
	box-sizing: border-box;
	padding-top: 40px;
}
.home_kundenbox.active .home_kundenbox_inlay{
	top: 20%;
}
.home_kundenbox_inlay ul.nav{
	margin: 0px;
}
.home_kundenbox_inlay ul.nav li{
  display: block;
  font-size: 18px;
  position: relative;
	padding-top: 0px;
  padding-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	min-width: 350px;
	color: #c8c8c8;
	font-family: 'Raleway-Regular', sans-serif;
}
.home_kundenbox_inlay ul.nav li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	height: 1px;
	transform: translateX(-50%);
	background: radial-gradient(
		ellipse at center,
		rgba(255,255,255,0.9) 0%,
		rgba(255,255,255,0.6) 45%,
		rgba(255,255,255,0.25) 65%,
		rgba(255,255,255,0) 100%
	);
	pointer-events: none;
}
.home_kundenbox_inlay ul.nav li:hover a{
	color: white;
}
.home_kundenbox_plus{
	position: absolute;
	height: 55px;
	left: 50%;
	transform: translateX(-50%);
	top: -120px;
	cursor: pointer;
}
.home_kundenbox_plus:hover{
	filter: drop-shadow(0 0 6px rgba(255,255,255,0.5)) brightness(1.1);
}
.colortitle{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.kontaktintro_wrapper{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kontaktintro_flexbox._txt{
	width: 60%;
}
.kontaktintro_flexbox._img{
	width: 40%;
}
.kontaktintro_text{
	display: block;
	margin-left: auto;
	margin-right: 0px;
	width: 816px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.yearbox p{
	font-family: 'Raleway-ExtraBold', sans-serif;
	font-size: 80px;
	line-height: 60px;
	margin: 0px;
}
.textbox_span{
	display: inline-block;
	padding: 10px;
	margin-bottom: 5px;
	box-sizing: border-box;
}
.textbox_span:hover{
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.45)) brightness(1.05);
}

.unternehmen_gal{
	display: block;
	position: relative;
	width: 100%;
	height: 440px;
	overflow: visible;
	margin-top: 40px;
}
.unternehmen_gal_nav{
	position: absolute;
	top: 50%;
	height: 40px;
	margin-top: -20px;
	z-index: 3;
	cursor: pointer;
}
.unternehmen_gal_nav:hover{
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.25)) brightness(1.05);
}
.unternehmen_gal_nav._l{
	left: -70px;
}
.unternehmen_gal_nav._r{
	right: -110px;
}
.unternehmen_gal_clip{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	clip-path: inset(0 -9999px 0 0);
}
.unternehmen_gal_imgwrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	gap: 100px;
}
.unternehmen_gal_imgwrapper > div{
	height: 100%;
	width: auto;
	flex-shrink: 0;
	display: block;
}
img.unternehmen_gal_img{
	display: block;
	height: 100%;
}

.intro_block{
	width: 100%;
	height: 880px;
}
.intro_block_txt{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1260px;
	max-width: 95%;
}

.halfsize_flexbox{
	width: 50%;
}
.halfsize_contbox{
	display: block;
	position: relative;
	width: 630px;
	max-width: 95%;
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 80px;
}
.halfsize_contbox._l{
	margin-left: auto;
	margin-right: 0px;
	padding-right: 60px;
}
.halfsize_contbox._r{
	margin-left: 0px;
	margin-right: auto;
	padding-left: 60px;
}

.cont_narrow{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	max-width: 95%;
}
h2.space_bot{
	margin-bottom: 30px;
}

#contact_knob{
	position: fixed;
	top: 20%;
	right: -260px;
	overflow: visible;
}
#contact_knob.active{
	right: 0px;
}
.contact_knob_content{
	display: block;
	box-sizing: border-box;
	height: auto;
	width: 260px;
	padding: 20px;
}
.contact_knob_icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	left: -80px;
	cursor: pointer;
}
.contact_knob_icon:hover{
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.45)) brightness(1.1);
}



.history_scrollwrap{
	display: block;
	position: relative;
	width: 100%;
	height: 2000px;
	overflow: visible;
}
.history_scrollwrap_scrollindicator{
	position: absolute;
	left: 0px;
}
.history_scrollwrap_scrollindicator._top{
	top: -20vh;
}
.history_scrollwrap_scrollindicator._bot{
	bottom: 0px;
}
.history_wrapper{
  display: inline-flex;
  flex-wrap: nowrap;
  width: auto;
  height: 600px;
  user-select: none;
  position: relative;
  will-change: transform, top;
  left: 0;
}
.history_wrapper_box *{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.history_wrapper_box{
  display: inline-block;
  white-space: normal;
	width: 300px;
	height: 100%;
	margin-right: 0px;
	margin-left: -30px;
	position: relative;
}
.history_wrapper_box._first{
	margin-left: 0px;
}
.history_wrapper_centerline{
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 100%;
	border-top: 3px dotted;
	pointer-events: none;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 0px 70px rgba(242,242,242, 0.9);
	-moz-box-shadow: 0px 0px 0px 70px rgba(242,242,242, 0.9);
	box-shadow: 0px 0px 0px 70px rgba(242,242,242, 0.9);
}
.history_wrapper_box_txt_wrapper{
	display: block;
	position: absolute;
	left: 0px;
	box-sizing: border-box;
}
.history_wrapper_box._top .history_wrapper_box_txt_wrapper{
	top: 0px;
}
.history_wrapper_box._bot .history_wrapper_box_txt_wrapper{
	top: 72%;
}
.history_wrapper_box_txt_year{
	font-size: 36px;
	text-decoration: underline;
}
.history_wrapper_box_txt{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
}
.history_wrapper_dot_big{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3C4FAB;
  z-index: 2;
  isolation: isolate; /* creates a new stacking context */
}
.history_wrapper_box:hover .history_wrapper_dot_big{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(242,242,242, 0.9);
	-moz-box-shadow: 0px 0px 2px 0px rgba(242,242,242, 0.9);
	box-shadow: 0px 0px 0px 8px rgba(255,255,255, 1);
}
.history_wrapper_dot_big::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.8;
  z-index: 0;
  animation: pulseRing 2.5s ease-out infinite;
}
@keyframes pulseRing{
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.history_wrapper_dot_line{
	position: absolute;
	top: auto;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100px;
	border-radius: 0px;
	background-color: #3C4FAB;
	z-index: 2;
}
.history_wrapper_box._bot .history_wrapper_dot_line{
	top: 50%;
	bottom: auto;
}
.history_wrapper_dot_sml{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -100px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #3C4FAB;
	z-index: 2;
}
.history_wrapper_box._bot .history_wrapper_dot_sml{
	margin-top: 100px;
}