*,
::before,
::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


:root {
    box-sizing: border-box;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 4mm;
	padding: 0rem;
	margin: 0rem;
	background-color: #FFFFFF;
	color: #2F2F7F;
    text-align: left;
}

html {
    box-sizing: border-box;
	padding: 0rem;
    margin: 0rem;
    width: 100%;
    height: 100%;
    overflow: visible;
}

body {
    box-sizing: border-box;
	padding: 0rem;
    margin: 0rem;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
	color: #2F2F7F;
    top: 0rem;
    left: 0rem;
    overflow: visible;
}

.re_frame {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
	padding: 0;
    padding-left: 2mm;
    padding-right: 2mm;
    margin: 0;
	background-color: #FFFFFF;
	color: #2F2F7F;
    display: flex;
    flex-direction: column;
    align-content: start;
    align-items: start;
    border: 0px none;
    overflow: visible;
}

header {
    position: relative;
    left: 0mm;
    right: 0mm;
    box-sizing: border-box;
    width: 100%;
    padding: 0mm;
    padding-top: 1mm;
    padding-bottom: 1mm;
    margin: 0rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    align-content: start;
    background-image: url('images/frm_b_horiz_pb03_t_8x32.png');
    background-repeat: repeat-x;
    background-position:bottom;
}

.re_formalnav_icon {
    margin: 0mm;
    margin-top: auto;
    /*width: 100%;*/
    padding: 0mm;
    padding-top: 2mm;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    background-color: transparent;
}

.re_formalnav {
    margin: 0mm;
    margin-top: auto;
    width: 100%;
    padding: 0mm;
    padding-top: 2mm;
    background-color: transparent;
    display: none;
}

.re_dropdown {
    position: relative;
    display: block;
}


.re_dropdownbtn, .re_dropdownbtn_serv {
    padding: 2px;
    cursor: pointer;
    color: #2F2F7F;
    background-color: transparent;
}

.re_dropdownbtn_serv {
    border-style: none;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
   	margin-left: 1rem;
    margin-right: 0rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}


.re_dropdownbtn_serv:hover .re_dropdownbtn:hover {
    cursor: pointer;
    background-color: #c8ffd3;
}


.re_dropdownmenu_l, .re_dropdownmenu_m, .re_dropdownmenu_r {
    display: none;
    position: absolute;
    color: #2F2F7F;
    background-color: #ffffff;
    border: solid 1px silver;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .40);
    min-width: 16em;
    padding: 0.5em;
    z-index: 10;
    /*overscroll-behavior-y: contain;*/
}

.re_dropdownmenu_l {
    left: 0em;
    height: 50vh; 
    min-width: 26em;
}

.re_dropdownmenu_m {
    left: -12mm; 
}

.re_dropdownmenu_r {
    right: 0em; 
}


.re_dropdown:hover > .re_dropdownmenu_l, .re_dropdown:hover > .re_dropdownmenu_m, .re_dropdown:hover > .re_dropdownmenu_r {
    display: block;
    overflow-x: auto;
    opacity: .8;
}


.re_head_max{
    width: 100%;
    padding: 0em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    align-content: start;
}


.re_head {
    width: 100%;
    padding: 0em;
    margin: 0;
/*    margin-right: auto;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    align-content: start;
    justify-content: space-between;
}

.re_titlemotto {
	padding: 0rem;
	margin: 0rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    align-content: start;
    justify-content: start;
}

.re_company {
	padding: 0rem;
	margin: 0rem;
}

h1.re_company {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0rem;
	margin-bottom: 0.2rem;
    font-size: 1.6rem;
	font-weight: 700;
}

.re_toplink_s {
    margin: 0mm;
   	margin-left: 3mm;
    display: block;
}

.re_toplink_w, .re_toplink_ws {
    display: none;
}

.re_toplink {
    margin-top: 0rem;
    margin-bottom: 0rem;
   	margin-left: 0.5rem;
	margin-right: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.re_topmenuitem {
    max-width: 12rem;
}

a.re_toplink_w:link, a.re_toplink_w:visited {
	text-decoration: none;
	outline-style: none;
	border-style: none;
	color: #2F2F7F;
}

.re_lang {
    margin: 0rem;
    margin-left: 1mm;
    margin-right: 3mm;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    /*margin-right: auto;*/
}

.re_txtheader {
}

#re_logo {
    box-sizing: border-box;
    padding: 0;
    margin-left : 2mm;
    margin-right : 0mm;
    margin-top: 0mm;
    margin-bottom: auto;
    /*
    height: 24mm;
    width: 24.6mm;
    */
    height: 6rem;
    width: 6.15rem;
    background-color: #FFFFFF00;
}


.re_companymotto {
    display: block;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 120%;
    font-style: italic;
}


@media (min-width: 120mm) {

    .re_formalnav {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: start;
    }

    .re_formalnav_icon {
        display: none;
    }

}


@media (min-width: 40rem) {

    h1.re_company {
        font-size: 1.6rem;
    }

    .re_companymotto {
        font-size: 1rem;
    }

    .re_formalnav {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: end;
    }


    .re_lang {
	    margin-right: auto;
    }

    .re_toplink_s {
        display: none;
    }

    .re_toplink_w {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
       	margin-left: 1rem;
	    margin-right: 0rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .re_toplink_ws {
        padding: 0;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
       	margin-left: 1rem;
	    margin-right: 0rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

}

.re_linkicon {
    padding: 2px; 
    width: 12px;
    height: 12px;
}

#re_linklangicon {
    padding: 0.5mm; 
    width: 12mm;
    height: 6.5mm;
}

#re_linkservices, #re_linklegalinfo, #re_linkcontact {
    padding: 0.5mm; 
/*
    width: 17mm;
    height: 13mm;
*/
    width: 14.3mm;
    height: 11mm;
}

#re_linkservices:hover, #re_linklegalinfo:hover, #re_linkcontact:hover {
    background-color: #c8ffd3;
}

.re_servicenav {
    padding: 0rem;
    display: none;
}


.main_block {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0mm;
    margin: 0;
    /*margin-bottom: auto;*/
    background-color: #ffffff;
    display: block;
    overflow: hidden;
/*
    container-type: size;
    container-name: menu_placement;
*/
}

#OfferDetailH {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-style: none;
    border-width: 0px;
    padding: 0rem;
    padding-top: 16px;
    margin: 0rem;
    /*margin-bottom: auto;*/
    background-image:url(images/frm_t_water_t_8x16.png);
    background-repeat: repeat-x;
    background-position: top;
}

iframe#OfferDetail {
    box-sizing: border-box;
    width:100%;
    height:100%;
	border-style: none;
	border-width: 0px;
	padding: 0.2rem;
    margin: 0rem;
    /*object-fit: none;*/
    overflow: visible;
    /*margin-bottom: auto;*/
}


@media (min-width: 56rem) {
    h1.re_company {
        font-size: 2rem;
	    font-weight: 700;
    }

    .main_block {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: stretch;
        align-items: stretch;
    }

    .re_servicenav {
        min-height: 100%;
        flex-grow: 1;
        min-width: 26rem;
        display: block;
        padding: 0rem;
        padding-top: 16px;
        padding-right: 8px;
        background-image: url(images/frm_t_pg_t_8x16.png), url(images/frm_r_pg_t_8x16.png);
        background-repeat: repeat-x, repeat-y;
        background-position: top, right;
        overflow-y: auto;
    }

    .re_toplink_ws {
        display: none;
    }

    #OfferDetailH {
        align-self: stretch;
        min-height: 100%;
        flex-grow: 2;
        padding: 0rem;
        padding-top: 16px;
        padding-left: 8px;
        background-image: url(images/frm_t_water_t_8x16.png), url(images/frm_r_water_t_8x16.png);
        background-repeat: repeat-x, repeat-y;
        background-position: top, left;
    }
}


/*
@container menu_placement (min-width: 10px) {
    .re_dropdown:hover > .re_dropdownmenu_l {
        height: 20cqh;
        border: 1px solid #00FF00;
    }
}
*/

/*
.re_footer {
    width: 100%;
    height: 4px;
    background-color: red;
} */

article {
    margin: 0rem;
    padding-bottom: 2rem;
    padding-left: 0rem;
    padding-top: 0rem;
}


ul.s_navlist {
	list-style-type: none;
    margin: 0rem;
    padding: 0rem;
    padding-left: 0.5rem;
}

ul.s_navlist > li > ul.sd_navlist {
    margin-top: 0.8rem;
}


ul.sd_navlist {
	list-style-image:url(images/bulletRArrow12x12.png);
    margin-top: 0rem; 
    margin-bottom: 1rem;
    margin-left: 1rem; 
    padding: 0rem;
}

ul.sd_navlist > li {
    padding-top: 1mm;
    padding-bottom: 1mm;
    margin: 0mm; 
    margin-bottom: 2mm;
}

ul.infotextll {
    list-style-image:url(images/bulletRArrow12x12.png);
	padding-left: 2rem; 
	padding-top: 0rem;
    padding-bottom: 1rem; 
    margin-left: 0rem;
}

ul.infotextll > li {
    margin-top: 0rem; 
    margin-bottom: 1mm;
    margin-left: 1em; 
    padding-top: 1mm;
    padding-bottom: 0mm;
}

ul.infotextpl {
	list-style-type:disc;
    padding: 0rem;
    padding-left: 2em;
	margin-left: 0em; 
	margin-top: 0em;
    margin-bottom: 0.2em;
}

ul.infotextpl > li {
	padding-bottom: 0.2em;;
}

ul.infotextnn {
	list-style-type:none; 
    padding-left: 1rem; 
	margin-left: 0rem; 
	margin-top: 0.2rem;
}

h1 {
	font-size: 1.6rem;
	font-style: normal;
    font-weight: bold;
    padding-bottom: 0.2em;
    margin: 0rem;
}

h2 {
	font-size: 1.25rem;
	font-style: normal;
    font-weight: normal;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    margin: 0rem;
}

h3 {
	font-size: 1.125rem;
	font-style: normal;
    font-weight: normal;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0rem;
}

h4 {
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    margin: 0rem;
}

section {
    padding: 0rem;
    padding-bottom: 1rem;
    margin: 0rem;
}

article {
    padding: 0rem;
    padding-bottom: 2rem;
    margin: 0rem;
}


p.phead {
    margin: 0rem;
    padding-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.mainsection {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	color: #2F2F7F;
}

.mainitem {
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #2F2F7F;
}


a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
	border-style: none;
	color: #2F2F7F;
}

a:active, a:focus, a:hover, a:visited, a:active img, a:focus img, a:hover img, a:visited img {
    text-decoration: none;
    background-color: #c8ffd3;
    outline-style: none;
	color: #2F2F7F;
}

a#krx_icon_link {
    margin: 0rem;
    padding: 0rem;
    background-color: transparent;
}

details:hover {
    outline-style: none;
}

a:link img {
	outline-style: none;
	border-style: none;
}

.mainsection a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
	border-style: none;
	color: #2F2F7F;
}

.mainitem a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
	border-style: none;
	color: #2F2F7F;
}


.infotext {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #2F2F7F;
}

.infosection {
	font-size: 0.8rem;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	color: #2F2F7F;
}


.infotext p {
	padding: 0;
	margin-top: 0rem;
	margin-bottom: 0.6rem;
}

div.infotext {
	padding: 0;
	margin-top: 0.2rem;
	margin-bottom: 0.8rem;
}




.nopadding {
	padding: 0px;
	margin: 0px;
}


.alerttext {
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: red;
}

.warntext {
	/*font-size: 0.875rem;*/
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: red;
}

.hinttext {
	font-size: 0.8rem;
	font-style: normal;
	font-weight: normal;
	color: #2F2F7F;
}

/*
special styles for contact and callback iframe content
*/

.contactdataframe {
    box-sizing: border-box;
    min-width: 100%; 
    padding: 0rem;
    margin: 0rem;
    background-color:transparent;
    color: #2F2F7F;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    align-content: start;
    align-items: start;
}

@media (min-width: 40rem) {
    .contactdataframe {
        display: flex;
        flex-direction: row;
        /*flex-wrap: wrap;*/
        align-content: start;
        align-items: start;
    }
}

.contactdatatext {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: start;
    align-items: start;
}


.contactdatasec {
    box-sizing: border-box;
    /*width: 100%; */
    height: 100%; 
    padding: 0.5rem;
    margin: 0rem;
    background-color:transparent;
    color: #2F2F7F;
    display: table;
    /*border-collapse: collapse;*/
}

.contacttitle {
    text-align: left;
    padding: 0.5rem;
}

.contactqr {
    align-self: center;
    width: calc(134px+1rem);
    height: calc(134px+1rem);
    padding: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.contactitemcolgroup {
    display: table-column-group;
}

.contactitemcol {
    display: table-column;
    text-align: right;
    max-width: 20em;
}

.contactdatacol {
    display: table-column;
    text-align: left;
    max-width: 20em;
}

.contactdatarow {
    display: table-row; 
    vertical-align: top;
}

.contactitemcell, .contactdatacell {
    display: table-cell; vertical-align: top;
    padding-bottom: 0.5em;
}

.contactdatacell {
    text-align: left;
}

.contactitemcell {
    padding-right: 0.5em;
    text-align: right;
}

.contactdatapkg {
    text-align: left;
    max-width: 20em;
    display: flex;
    flex-direction: column;
}

.contactdata {
    text-align: left;
    max-width: 20em;
}

.contactitem {
    text-align: right;
    max-width: 20em;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.formularinput {
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #0F0F3F;
}



.impressumlogo_frm {
    width: 100%
/*
    min-width: 430px;
    padding: 1rem;
    margin: 1rem;
*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.impressumlogo {
    min-width: 430px;
    padding: 0rem;
    margin: 0rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*align-items: start;*/
    text-align: center;
    align-items: center;
    justify-content: center;
}

#impressumlogo_n_de {
    margin: 0.2rem; 
    width: 193px;
    height: 120px;
    background-color: #FFFFFF00;
    align-self: flex-end;
}

#impressumlogo_c_de {
    margin: 0.2rem; 
    width: 227px;
    height: 120px;
    background-color: #FFFFFF00;
    align-self: flex-start;
}

#impressumlogo_n_en {
    margin: 0.2rem; 
    width: 185px;
    height: 118px;
    background-color: #FFFFFF00;
    align-self: flex-end;
}

#impressumlogo_c_en {
    margin: 0.2rem; 
    width: 228px;
    height: 118px;
    background-color: #FFFFFF00;
    align-self: flex-start;
}

.body_framecontent {
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    margin: 0rem;
    /*
    top: 0rem;
    left: 0rem;
    */
    overflow: auto;
}

.callbackframe {
    width: 100%; 
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #2F2F7F;
    overflow: auto;
    display: block;
}

.contactForm {
    z-index:10;
    padding: 0.2rem;
    min-width: 33.4rem;
    background-color: #dfdfdf;
    border: 1px solid silver;
    color: #2F2F7F;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;

}

.formheader {
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: start;*/
    align-items: baseline;
    /*
    align-content: start;
    */
    margin-bottom: 1rem; 
}

.formfooter {
    /*width: 100%;*/
    /*padding: 0.5rem;*/
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    /*
    align-content: start;
    */
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.errormarks {
    margin-left: 2rem;
    margin-right: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.errormarks > * {
    padding: 0.2rem;
}

div.formheader > input[type="submit"] {
    font-style: normal;
    font-weight: normal;
    margin: 0rem;
    margin-left: 2em;
    width: 4em;
}

.head_contactdata {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem; 
}

.head_contactdata > * {
    vertical-align: baseline;
}

.head_contactdata > h3 {
    margin-right: 2rem;
}

.customercontactdata {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}

.customercontactitem {
    min-width: 28rem;
    padding: 0rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: start;
    margin: 0rem;
    margin-bottom: 0.8rem;
}

.r_customercontactitem {
    min-width: 24rem;
    padding: 0rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: start;
    margin: 0rem;
    margin-bottom: 0.8rem;
}

.nowrapcontactparts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: start;
    margin-bottom: 0.4rem;
}

.contactitemname {
    width: 6rem;
    padding: 0rem;
    margin-right: 0.5rem;
}

.formtext {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #2F2F7F;
}

.mandatoryitem {
    font-weight: bold;
    /*text-decoration: underline;*/
}

.customernote {
    /*width: 100%;*/
    display: block;
    margin-bottom: 0.8rem;
}

.customernotenamewarn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}

.noteitemname {
    width: 14rem;
    margin-right: 0.5rem;
}

input[type="text"], textarea, select, option {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    color: black;
}

input[type="text"], textarea {
    color: black;
}

select, option {
    color: #2F2F7F;
}

div.customercontactitem > input[type="radio"] {
    margin-left: 0.5rem;
    margin-right: 1.5rem;
}

.contactsubitemname {
    /*width: 3rem;*/
    /*padding: 0.2rem;*/
    margin-left: 1rem;
    margin-right: 0.5rem;
}

.txt_super {
    padding-left: 0rem; 
    align-self: flex-start; 
    vertical-align: top;
}

.txt_alternative {
    margin-left: 0.3rem;
    margin-right: 0.3rem; 
    font-size: 0.875rem;
    font-style: italic;
    color: gray;
}

.boldStyle {
	font-weight: bold;
}

.underlineStyle {
	text-decoration: underline;
}

.noTextWrap {
    white-space: nowrap;
    text-wrap: nowrap;
};

.textWrap {
    white-space: wrap;
    text-wrap: wrap;
};

.flexWrap {
    flex-wrap: wrap;
}


.colorbgpaleorange {
background-color: #fdf0c6;
}

.palebluegreenbgr{
background-color: #d5f9b6;
}

.palegreenbgr {
background-color: #c8ffd3;
}


.palebluebgr {
background-color: #c8d3ff;
}

.palebluewaterbgr {
background-color: #d3e3f5;
}

.bluewaterbgr {
background-color: #6ca1dc;
}

.gbwaterframe{
background-color: #a7cadc;
}

.nbluewaterbgr {
background-color: #6a91b2;
}

.seadawnhorizon {
background-color: #809ab3;
}

.grasfreshgreen {
background-color: #728824;
}

.whitebgr {
background-color: #ffffff;
}

/*border: 1px solid #00FF00;*/
