* {
   box-sizing: border-box;
}
p {
   margin: 0;
   padding: 0;
}

text {
   font-family: 'Arial', sans-serif;
   font-weight: bold;
   color: #FFFFFF;
}
svg {
   /* height: calc((100vw/100)*8.06); */
   height: calc((100vw - 17px) * 0.0806);
   max-height: 100px;
   min-height: 50px;
   width: 100%;
   min-width: 620px;
   /* background: rgb(209, 69, 75); */
   /* background: rgba(209, 69, 75, 0.7); */
   background: rgb(255, 255, 255);
   background: rgba(255, 255, 255, 0.7);
   padding-left: 30px;
   padding-right: 30px;
   color: #FFFFFF;
   font-weight: bold;
}
img {
   margin: 0px;
   padding: 0px;
   border: 0;
   max-width: 100%;
   height: auto;
}
video {
  max-width: 100%;
  height: auto;
}
.image-captioned
{
    margin-left: 0;
    margin-right: 0;
}
.image-normal {
	text-align: center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 00px 10px 0px;
	display: inline-block;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.image-left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.image-right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.image-center {
    text-align: center;
}
.image-center > figure {
    display: inline-block;
}
.clean
{
    border: 0;
    background: none;
    padding: 0;
}
.clean > figcaption
{
    margin-top: .5em;
    font-size: .7em;
    text-align: right;
}
.polarized
{
    border: 0;
    border-radius: 0;
    position: relative;
    background: #f7f7f7;
    box-shadow: 1px 1px 0 #eee;
}
.polarized,
.polarized ~ .cke_widget_drag_handler_container
{
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);

    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.polarized > figcaption
{
    color: #777;
    margin-top: 5px;
    right: 20px;
    font-size: .8em;
    font-style: italic;
    text-align: right;
}
.polarized figcaption:before
{
    content: '— ';
}

figure.polarized
{
    padding: 20px 20px 40px 20px;
}

img.polarized
{
    border: 20px solid #f7f7f7;
}
pre.narrow
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
pre.fancy
{
    position: relative;
}
pre.fancy > code
{
    background: rgb(14,14,14);
    background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(70,70,70,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(70,70,70,1)));
    background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: -o-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);

    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    border-radius: 8px;
    text-shadow: 0px 1px 0 #000;
    border: 5px solid #ccc;

    padding: 20px;
}
pre.fancy > code.language-javascript:after
{
    content: '';
    background: url(js.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 6px 0 0;
}
.video-container {
   position: relative;
   margin: 20px 0px 0px 0px;
   padding-bottom: 56.25%;
   padding-top: 0;
   height: 0;
   overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}
.video-container-wrapper {
   max-width: 100%;
      width: 600px;
      left: 0;
   right:0;
   margin:auto;
}
ul {
   margin-left: 0;
   line-height: 1.5;
}
ol {
   margin-left: 0;
   line-height: 1.5;
}
.diva50 {
   display: box;
   clear: both;
}
blockquote {
   margin: 10px 0px 10px 0px;
   padding-left: 57px;
   color: #666666;
   font-family: Lora;
   font-size: 16px;
   line-height: 1.5;
   background-image: url('https://www.sozialwerk-bauholz.at/images/zitat.gif');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}

.statuscontfl {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : stretch;
   align-content: center;
   margin: 0px 0px 20px 0px;
   width: 100%;
   border: 1px solid #FF0000;
   border-radius: 5px;
}

.statusakog {
   width: 100%;
   padding: 5px;
   color: #000000;
   text-align: center;
}
.status {
   width: 100%;
   padding: 5px;
   color: #FF0000;
   text-align: center;
}
.statusistatsh {
   display: flex;
   flex-wrap : nowrap;
   justify-content : center;
   align-items : center;
   align-content: center;
   width: 35px;
   background-color: #FF0000;
   border-right: 1px solid #FF0000;
}
.statusistatsh1 {
   color: #FFFFFF;
   font-weight: bolder;
   font-size: 22px;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 20px;
}

h1 {
   margin: 0;
   padding: 0;
   font-size: 26px;
   font-weight: bold;
}
h2 {
   margin: 0;
   padding: 0;
   font-size: 22px;
   font-weight: bold;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 18px;
   font-weight: bold;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 14px;
   font-weight: bold;
}
h5 {
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-weight: bold;
}
h6 {
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
}
input[type=text], input[type=password] {
   width: 100%;
   height: 30px;
   padding: 0px 10px 0px 10px;
   display: inline-block;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #D2D3D5;
   outline: none;
}
input.errorshw[type=text] {
   width: 100%;
   height: 30px;
   padding: 0px 10px 0px 10px;
   display: inline-block;
   border: 1px solid #FF0000;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #D2D3D5;
   outline: none;
}
 input.searchrzip[type=text] {
   width: 100%;
   height: 30px;
   padding: 0px 10px 0px 10px;
   display: inline-block;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
   outline: none;
}
input[type=submit] {
   cursor: pointer;
   width: 100%;
   height: 30px;
   padding: 2px 10px 0px 10px;
   margin: 0;
   display: inline-block;
   border: 2px solid #D1454B;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
   background-color: #D1454B;
}
input[type=submit]:hover {
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
input.searchrzipsb[type=submit] {
   cursor: pointer;
   width: 100%;
   height: 30px;
   padding: 1px 10px 0px 10px;
   margin: 0;
   display: inline-block;
   border: 2px solid #D1454B;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
   background-color: #D1454B;
}
input.searchrzipsb[type=submit]:hover {
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
select {
   padding: 5px 5px 5px 10px;
   margin: 0px 0px 0px 0px;
   display: inline-block;
   border: 2px solid #9A9C9D;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #F6F6F6;
   outline: none;
}
select option { 
   margin: 5px;
}

textarea {
   width: 100%;
   height: 77px;
   padding: 5px 15px;
   margin: 4px 0;
   box-sizing: border-box;
   border: 2px solid #9A9C9D;
   border-radius: 0px;
   resize: none;
   font-size: 16px;
   font-family: 'Arial', sans-serif;
   background-color: #F6F6F6;
}
input[type=radio] {
   border: 5px;
      width: 25px;
   height: 20px;
      background-color: #FFFFFF;
}

.form-control {
  font-family: system-ui, sans-serif;
  font-size: 14px;
  display: grid;
  grid-template-columns: 20px auto auto auto;
  grid-gap: 5px;
  line-height: 21px;
}

.form-control + .form-control {
  margin-top: 0;
}
.form-controlyy {
  display: grid;
  grid-template-columns: 20px auto;
  grid-gap: 10px;
  
}
.form-controlyy > div {
  font-family: system-ui, sans-serif;
  padding: 0px 0;
  font-size: 14px;
  text-align: left;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  margin: 0;
  font: inherit;
  color: #000000;
  width: 20px;
  height: 20px;
  border: 2px solid #D1454B;
  border-radius: 0;
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  //width: 13px;
  //height: 13px;
  //clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  
  width: 17px;
  height: 17px;
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
  
  transform: scale(0);
  transform-origin: center center;
  transition: 160ms transform ease-in-out;
  background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus {
  outline: max(0px, 0px) solid currentColor;
  outline-offset: max(0px, 0px);
}

::-webkit-input-placeholder { /* Edge */
  color: #000000;
  font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer */
  color: #000000;
  font-size: 16px;
}
::placeholder {
  color: #000000;
  font-size: 16px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    color : black !important;
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0 1000px #D2D3D5 inset !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

a:link {
   font-family: 'Arial', sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #D1454B}
a:visited,a:active {
   font-family: 'Arial', sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #D1454B}
a:hover,a:focus {
   font-family: 'Arial', sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-decoration: underline;
   color: #000000}
a.toprnav {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.toprnav:hover {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #000000;
}
a.toprnava {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #000000;
}
a.subnavt {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.subnavt:hover {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #D1454B;
}
a.subnavta {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #D1454B;
}
a.subnavt2 {
   font-family: 'Arial', sans-serif;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #666666;
}
a.subnavt2:hover {
   font-family: 'Arial', sans-serif;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #D1454B;
}
a.subnavt2a {
   font-family: 'Arial', sans-serif;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #D1454B;
}
a.bottnav {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #D1454B;
}
a.bottnav:hover {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #000000;
}
a.bottnava {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #000000;
}

a.htlkatlnk {
   font-family: 'Arial', sans-serif;
   font-size: 26px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.htlkatlnk:hover {
   font-family: 'Arial', sans-serif;
   font-size: 26px;
   font-weight: bold;
   text-decoration: underline;
   color: #D1454B;
}

a.done {
   font-family: 'Arial', sans-serif;
   font-size: 12px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.done:hover {
   font-family: 'Arial', sans-serif;
   font-size: 12px;;
   font-weight: normal;
   text-decoration: none;
   color: #D1454B;
}

a.buttonhobu:link, a.buttonhobu:visited {
   background-color: #D1454B;
   color: #FFFFFF;
   padding: 2px 10px 2px 2px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 18px;
   font-weight: bold;
   display: inline-block;
}
a.buttonhobu:hover, a.buttonhobu:active {
   color: #D1454B;
   background-color: #FFFFFF;
}

.buttonlkreg {
   background-color: #D1454B;
   border: 0px solid #FFFFFF;
   color: #FFFFFF;
   padding: 2px 10px 2px 2px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 18px;
   font-weight: bold;
   cursor: pointer;
}
.buttonlkreg:hover {
   color: #D1454B;
   background-color: #FFFFFF;
}
.buttonlayst {
   cursor: pointer;
   width: 100%;
   height: 30px;
   padding: 1px 10px 0px 10px;
   margin: 0;
   display: inline-block;
   border: 2px solid #D1454B;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
   background-color: #D1454B;
}
.buttonlayst:hover {
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}

a.overlnav {
   font-size: 18px;
   text-decoration: underline;
}
a.overlnav:hover {
   font-size: 18px;
   text-decoration: underline;
}
a.overlnav1 {
   font-size: 16px;
   text-decoration: underline;
}
a.overlnav1:hover {
   font-size: 16px;
   text-decoration: underline;
}
a.overlsub {
   font-size: 14px;
   text-decoration: none;
}
a.overlsub:hover {
   font-size: 14px;
   text-decoration: none;
}
a.overlsub1 {
   font-size: 14px;
   text-decoration: underline;
}
a.overlsub1:hover {
   font-size: 14px;
   text-decoration: underline;
}

.icon {
   cursor:pointer;
   width: 60px;
   height: 47px;
   margin-top: 5px;
   padding-top: 2px;
   border: 2px solid #A29B9E;
   background-color: #FFFFFF;
}
.icond1 {
   width: 40px;
   margin: 6px 0px 0px 8px;
   color: #D1454B;
   border-top: 5px solid #D1454B;
   background-color: #D1454B;
}
.overlaya {
  float: left;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.5);
  overflow: hidden;
}
.overlay {
  float: left;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  overflow: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 65px;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
.overlay a {
  padding: 8px;
  color: #818181;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #F1F1F1;
}
.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 17px;
  font-size: 50px;
}

body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   color: #000000;
   font-family: 'Arial', sans-serif;
   font-size: 16px;
   line-height: 1.2;
}

#head {
   /* position: fixed; */
   z-index: 1000;
   width: 100%;
   margin: 0;
   padding: 0;
   color: #000000;
   background-color: #FFFFFF;
}
.head1 {
   width: 1240px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
}
.head1axx {
   height: 130px;
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : flex-end;
   padding: 0px 30px 20px 30px;
}

.head1a { 
   display: table;
   height: 130px;
   width: 100%;
   padding: 0px 30px 25px 30px;
}
.head1arw { 
   display:table-row; 
}
.head1acl1 { 
   display:table-cell;
   vertical-align: bottom;
}
.head1acl2 { 
   display:table-cell;
   width: 270px;
   vertical-align: bottom;
}
.respnav {
   display: block;
   width: 60px;
}
.head1a1 {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : flex-end;
   padding: 0px 70px 0px 0px;
}
.head1a1a {
   cursor: pointer;
   font-size: 18px;
   font-weight: bold;
   color: #D1454B;
   text-decoration: none;
}
.head1a1a:hover {
   color: #000000;
   text-decoration: underline;
}
.head1a1ay {
   cursor: pointer;
   font-size: 16px;
   font-weight: bold;
   color: #D1454B;
   text-decoration: none;
}
.head1a1ay:hover {
   color: #000000;
   text-decoration: underline;
}
.head1a1a_act {
   cursor: pointer;
   font-size: 18px;
   font-weight: bold;
   color: #000000;
   text-decoration: underline;
}
.head1a3 {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : flex-end;
   padding: 0px 0px 0px 70px;
}
.head1a4 {
   display: none;
   flex-wrap : nowrap;
   justify-content : flex-start;
   align-items : flex-end;
   padding: 0px 70px 0px 0px;
}
.head1a5 {
   display: none;
   flex-wrap : nowrap;
   justify-content : flex-end;
   align-items : flex-end;
   padding: 0px 0px 0px 70px;
}
.head2 {
   /* height: calc((100vw/100)*40.32); */
   height: calc((100vw - 17px) * 0.4031);
   max-height: 500px;
   width: 1240px;
   min-height: 250px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* background-size: 100% 100%; */
   background-size: cover;
   background-image: url('https://www.sozialwerk-bauholz.at/images/Sozialwerk-Bau-Holz_BG_W_1.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.head2a {
   /* height: calc((100vw/100)*23.39); */
   height: calc((100vw - 17px) * 0.2339);
   max-height: 290px;
   min-height: 145px;
   min-width: 620px;
   width: 100%;
   color: #CCCCCC;
   padding: 0px 0px 0px 0px;
}
.head2a1 {
   float: right;
   padding: 40px 90px 0px 0px;
}
.head2a1 img {
   rotate: z -5deg;
   /* height: calc((100vw/100)*15.32); */
   height: calc((100vw - 17px) * 0.1532);
   max-height: 190px;
   min-height: 95px;
   wiidth: auto;
}
.head2b {
   /* height: calc((100vw/100)*8.06); */
   height: calc((100vw - 17px) * 0.0806);
   max-height: 100px;
   min-height: 50px;
   min-width: 620px;
   width: 100%;
   background: rgb(209, 69, 75);
   background: rgba(209, 69, 75, 0.7);
   padding: 15px 30px 0px 30px;
   color: #FFFFFF;
   font-size: 63px;
   font-weight: bold;
   letter-spacing: 2px;
}
.head2c {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   /* height: calc((100vw/100)*8.87); */
   height: calc((100vw - 17px) * 0.0887);
   max-height: 110px;
   min-height: 55px;
   min-width: 620px;
   width: 100%;
   padding: 0px 30px 0px 30px;
}
.head2c1 {
   width: 383px;
   padding: 0px 0px 0px 0px;
}
.head2c2 {
   width: 383px;
   padding: 0px 0px 0px 0px;
}
.head2c3 {
   width: 383px;
   padding: 0px 0px 0px 0px;
}

#mainh {
   width: 100%;
   min-height: calc(100vh - 731px);
}
.mainh1 {
   width: 1240px;
   min-width: 620px;
   margin: auto;
   padding: 0px 30px 30px 30px;
   color: #000000;
}
.mainp {
   width: 100%;
   padding: 0px 0px 0px 0px;
}
.mainp1 {
   width: 1180px;
   min-width: 560px;
   margin: auto;
   padding: 20px 0px 0px 0px;
   color: #000000;
}
.mainp1y {
   width: 1180px;
   min-width: 560px;
   margin: auto;
   padding: 20px 398px 0px 0px;
   color: #000000;
}
.mainp1hl {
   font-size: 22px;
   font-weight: bold;
   padding: 10px 0px 0px 0px;
   color: #000000;
}
.mainp1mp {
   font-size: 16px;
   font-weight: bold;
   padding: 10px 0px 0px 0px;
   color: #000000;
   text-align: right;
}

#main {
   width: 100%;
   min-height: calc(100vh - 231px);
}
.main1 {
   width: 1240px;
   min-width: 620px;
   margin: auto;
   padding: 30px 30px 30px 30px;
   color: #000000;
}
.main1y {
   width: 1240px;
   min-width: 620px;
   margin: auto;
   padding: 15px 30px 30px 30px;
   color: #000000;
}

.head_headline {
   width: 1240px;
   height: 50px;
   min-width: 620px;
   margin: auto;
   padding: 9px 30px 0px 30px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #D1454B;
}
.head_headlinetxt {
   width: calc(100% - 20px);
   white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
   font-size: 26px;
   font-weight: bold;
   color: #FFFFFF;
}
.headline_contentyy {
   display: block;
}
.headline_contentyyy {
   padding-top: 15px;
   display: block;
}
.datum_content {
   font-size: 14px;
   padding-top: 11px;
}
.headline_content {
   padding-top: 5px;
   display: block;
}
.text_content {
   display: block;
   margin-top: 12px;
}
.text_contentyy {
   display: block;
   margin-top: 15px;
}
.modtext_content {
   display: block;
   margin-top: 12px;
}

.seminar_bst {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   width: 100%;
   padding: 0px 0px 0px 0px;
}
.seminar_bst1 {
   width: 190px;
   margin: 30px 20px 0px 20px;
}
.seminar_bst1h {
   padding: 5px 0px 5px 0px;
   font-weight: bold;
   text-align: center;
   border: 1px solid #000000;
}
.seminar_bst1a {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   align-content: center;
   padding: 5px 0px 0px 0px;
}
.seminar_bst1a2 {
   text-align: right;
}

.subnav_content {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   width: 100%;
   height: 41px;
   margin: 0px 0px 30px 0px;
   padding: 0px 0px 10px 0px;
   border-bottom: 1px solid #000000;
}
.subnav_contenta {
   cursor: pointer;
   height: 30px;
   padding: 5px 0px 5px 0px;
   color: #D1454B;
   font-weight: bold;
   text-decoration: none;
}
.subnav_contenta:hover {
   color: #000000;
   text-decoration: underline;
}
.subnav_contentaa {
   cursor: pointer;
   height: 30px;
   padding: 5px 0px 5px 0px;
   color: #000000;
   font-weight: bold;
   text-decoration: underline;
}
.subnav_contentb {
   width: 21px;
   font-size: 14px;
   font-weight: normal;
   color: #D1454B;
   text-align: center;
}

#bottom {
   clear: both;
   width: 100%;
   height: 100px;
}
.bottom1 {
   width: 1240px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* border-top: 1px solid #D1454B; */
   border-top: 1px solid #000000;
}
.bottom2 {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : flex-end;
   height: 60px;
   width: 100%;
   padding: 0px 30px 10px 30px;
}
.bottom2y {
   display: flex;
   flex-wrap : nowrap;
   justify-content : center;
   align-items : flex-end;
   padding: 0px 0px 0px 0px;
}
.bottom2yz {
   width: 20px;
   font-size: 18px;
   font-weight: bold;
   color: #D1454B;
   text-align: center;
}
.bottom2a {
   width: 33%;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
.bottom2b {
   width: 34%;
   padding: 0px 15px 0px 15px;
   text-align: center;
}
.bottom2c {
   width: 33%;
   font-size: 12px;;
   color: #000000;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
.bottom3 {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : flex-end;
   height: 40px;
   width: 100%;
   padding: 0px 30px 20px 30px;
}

.hmebrchtxthl {
   padding: 25px 0px 0px 0px;
}
.hmebrchtxthly {
   padding: 45px 0px 0px 0px;
}
.hmebrchtxtkt {
   padding: 5px 0px 0px 0px;
   font-size: 18px;
}
.hmebrchtxthkp {
   display: flex;
   flex-wrap : wrap;
   justify-content : space-between;
   align-items : flex-end;
   width: 100%;
}
.hmebrchtxthkp1  {
   cursor: pointer;
   position: relative;
   max-width: 383px;
   margin: 15px 0px 0px 0px;
   color: #000000;
}
.ho2tlsaltblpicvid  {
   max-width: 383px;
   height: 242px;
   padding: 14px 0px 0px 0px;
   background-color: #000000;
}

.hmebrchtxthkp1 img {
   vertical-align: middle;
}
.hmebrchtxthkp1:hover  {
   color: #D1454B;
}
.hmebrchtxthkp1 .content {
   position: absolute;
   bottom: 10%;
   background: rgb(255, 255, 255);
   background: rgba(255, 255, 255, 0.8);
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   width: 100%;
   padding: 5px 10px 5px 10px;
   text-align: center;
   white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hotlsaltbl {
   display: table;
   width: 100%;
   margin: -5px 0px 20px 0px;
}
.hotlsaltbldet {
   display: table;
   width: 100%;
   margin: 20px 0px 0px 0px;
}
.hotlsaltblr {
   display: table-row;
}
.hotlsaltblc1 {
   display: table-cell;
   width: 383px;
   vertical-align: top;
   padding: 0px 0px 0px 0px;
}
.hotlsaltblc2 {
   display: table-cell;
   vertical-align: top;
   padding: 0px 0px 0px 15px;
}
.hotlsaltblc2det {
   display: table-cell;
   vertical-align: bottom;
   padding: 0px 0px 0px 15px;
}
.hotlsaltblc2b {
   padding: 0px 0px 0px 0px;
}
.hotlsaltblc2c {
   padding: 20px 0px 0px 0px;
   font-size: 22px;
   font-weight: bold;
}

.ho2tlsaltblbuchshwkkat {
   display: flex;
   flex-wrap : wrap;
   justify-content : flex-start;
   align-items : center;
   width: 100%;
   margin: 20px 0px 0px 0px;
}
.ho2tlsaltblbuchshwkkat1 {
   padding: 5px 10px 5px 10px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #95C11F;
}
.ho2tlsaltblbuchshwkkat2 {
   padding: 5px 10px 5px 10px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #E30613;
}
.ho2tlsaltblbuchshwkkat3 {
   padding: 5px 10px 5px 10px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #706F6F;
}
.ho2tlsaltblbuchshwkkat4 {
   padding: 5px 10px 5px 10px;
   color: #000000;
   font-size: 22px;
   font-weight: normal;
   background-color: #FFCC00;
}
.ho2tlsaltblbuchshwkkat5 {
   padding: 5px 10px 5px 10px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #706F6F;
}
.ho2tlsaltblbuchshwkkat6 {
   padding: 5px 10px 5px 10px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #706F6F;
}
.ho2tlsaltblbuchshw {
   cursor: pointer;
   width: 100%;
   margin: 5px 0px 0px 0px;
   color: #000000;
   background-color: #D2D3D5;
   border: 1px solid #D2D3D5;
}
.ho2tlsaltblbuchshw:hover {
   color: #D1454B;
   background-color: #FFFFFF;
}
.ho2tlsaltblrbuchshw {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : center;
   padding: 4px 49px 4px 14px;
}
.ho2tlsaltblc2buchshw {
   width: calc(100% - 180px);
   min-width: 320px;
   padding: 0px 0px 0px 0px;
}
.ho2tlsaltblc2buchshw1 {
   width: 145px;
   height: 46px;
   padding: 0px 0px 0px 0px;
}
.ho2tlsaltblc2akbuchshw {
   display: flex;
   flex-wrap : wrap;
   justify-content : flex-start;
   align-items : center;
   height: 14px;
   font-size: 14px;
   color: #D1454B;
}
.ho2tlsaltblc2ak1buchshw {
   padding: 0px 0px 0px 10px;
}
.ho2tlsaltblc2abuchshw {
   display: flex;
   flex-wrap : nowrap;
   justify-content : flex-start;
   align-items : center;
   margin: 6px 0px 0px 0px;
}
.ho2tlsaltblc2a1buchshw {
   display: flex;
   flex-wrap : wrap;
   justify-content : flex-start;
   align-items : flex-end;
   margin: 0px 0px 0px 0px;
}
.ho2tlsaltblc2a1abuchshw {
   padding: 0px 10px 2px 0px;
   font-size: 20px;
   font-weight: bold;
}
.ho2tlsaltblc2a1cbuchshw {
   padding: 0px 0px 0px 0px;
   font-size: 16px;
   color: #000000;
}

.ho2tlsaltbl {
   cursor: pointer;
   display: table;
   width: 100%;
   margin: 15px 0px 0px 0px;
   color: #000000;
   background-color: #D2D3D5;
}
.ho2tlsaltbl:hover {
   color: #D1454B;
}

.ho2tlsaltblgr {
   cursor: pointer;
   display: table;
   width: 100%;
   margin: 15px 0px 0px 0px;
   color: #000000;
   background-color: #FFFFFF;
}
.ho2tlsaltblgr:hover {
   color: #D1454B;
}

.ho2tlsaltbldetfla {
   display: block;
   width: 100%;
   height: 20px;
   margin: 7px 0px 0px 0px;
   padding: 0px 50px 0px 0px;
   text-align: right;
}

.ho2tlsaltbldet {
   display: table;
   width: 100%;
   margin: -12px 0px 0px 0px;
   color: #000000;
   background-color: #FFFFFF;
}

.ho2tlsaltblr {
   display: table-row;
}
.ho2tlsaltblc1 {
   display: table-cell;
   width: 383px;
   vertical-align: top;
   padding: 0px 0px 0px 0px;
}
.ho2tlsaltblc1det {
   display: table-cell;
   width: 383px;
   vertical-align: top;
   padding: 0px 0px 0px 0px;
}
.ho2tlsaltblc2 {
   display: table-cell;
   vertical-align: top;
   padding: 10px 50px 10px 15px;
}
.ho2tlsaltblc2det {
   display: table-cell;
   vertical-align: top;
   padding: 10px 50px 10px 15px;
}
.ho2tlsaltblpic {
   width: 383px;
   height: 242px;
   overflow: hidden;
   font-size: 12px;
}
.ho2tlsaltblpicdet {
   width: 383px;
   height: 242px;
   overflow: hidden;
   font-size: 12px;
}
.ho2tlsaltblpicdetL {
   width: 383px;
   padding: 0px 0px 20px 0px;
}
.ho2tlsaltblpicc {
   width: 383px;
   height: 242px;
   object-fit: cover;
   object-position: 50%;
}

.ho2tlsaltblc2a2mbo {
   display: none;
}

.ho2tlsaltblc2a {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : flex-start;
   margin: 4px 0px 0px 0px;
}
.ho2tlsaltblc2ak {
   display: flex;
   flex-wrap : wrap;
   justify-content : space-between;
   align-items : center;
   height: 20px;
   font-size: 18px;
   color: #D1454B;
}
.ho2tlsaltblc2a1a {
   padding: 5px 0px 2px 0px;
   font-size: 26px;
   font-weight: bold;
}
.ho2tlsaltblc2a1ay {
   margin: -1px 0px 0px 0px;
   padding: 0px 0px 2px 0px;
   font-size: 26px;
   font-weight: bold;
}
.ho2tlsaltblc2a1ay1 {
   margin: -5px 0px 0px 0px;
   padding: 0px 0px 2px 0px;
   font-size: 26px;
   font-weight: bold;
}
.ho2tlsaltblc2a1adet {
   padding: 4px 0px 10px 0px;
   font-size: 26px;
   font-weight: bold;
}
.ho2tlsaltblc2a1aydet {
   margin: -1px 0px 0px 0px;
   padding: 0px 0px 10px 0px;
   font-size: 26px;
   font-weight: bold;
}
.ho2tlsaltblc2a1ay1det {
   margin: -5px 0px 0px 0px;
   padding: 0px 0px 10px 0px;
   font-size: 26px;
   font-weight: bold;
}
.ho2tlsaltblc2a1b {
   padding: 2px 0px 0px 0px;
   font-size: 24px;
   color: #000000;
}
.ho2tlsaltblc2a1c {
   padding: 0px 0px 0px 0px;
   font-size: 24px;
   color: #000000;
}
.ho2tlsaltblc2a1d {
   padding: 5px 0px 0px 0px;
   font-size: 16px;
   color: #000000;
}
.ho2tlsaltblc2a1ddet {
   margin: -10px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-size: 16px;
   color: #000000;
}
.ho2tlsaltblc2b {
   padding: 20px 0px 0px 0px;
   color: #000000;
}
.ho2tlsaltblc2bdet {
   padding: 50px 0px 0px 0px;
}
.ho2tlsaltblc2bdetbz {
   height: 90px;
   margin: -50px 0px 0px 0px;
   padding: 0px 30px 0px 0px;
   text-align: right;
}
.ho2tlsaltblc2bdetbz img {
   /* height: calc((100vw/100)*15.32); */
   height: calc((100vw - 17px) * 0.1532);
   max-height: 90px;
   min-height: 45px;
   wiidth: auto;
}
.ho2tlsaltblc2bdetbzo {
   display: none;
   height: 90px;
}
.ho2tlsaltblc2bdet1 {
   padding: 20px 0px 0px 0px;
}

.ho2tlsaltblc2c {
   padding: 10px 0px 0px 0px;
   font-size: 18px;
   font-weight: bold;
   color: #D1454B;
   text-align: right;
}

.head2a1det {
   padding: 40px 10px 20px 10px;
   text-align: center;
}
.head2a1det img {
   rotate: z -5deg;
   /* height: calc((100vw/100)*15.32); */
   height: calc((100vw - 17px) * 0.1532);
   max-height: 190px;
   min-height: 95px;
   wiidth: auto;
}
.head2a1detu {
   display: none;
   padding: 20px 10px 10px 10px;
   text-align: center;
}
.head2a1detu img {
   rotate: z -5deg;
   /* height: calc((100vw/100)*15.32); */
   height: 190px;
   wiidth: auto;
}
.ho2tlsaltblc2a2 {
   padding: 6px 0px 0px 10px;
}
.ho2tlsaltblc2a2det {
   padding: 12px 0px 0px 10px;
}
.stnolhls {
   padding: 30px 0px 0px 0px;
   font-weight: bold;
   font-size: 18px;
}


.sitemap {
   padding: 10px 0px 10px 0px;
}
.sitemap1 {
   padding: 10px 0px 5px 10px;
}
.sitemap2 {
   padding: 5px 0px 5px 20px;
}
.sitemap3 {
   padding: 5px 0px 5px 30px;
}

.formahdivshw {
      width: 383px;
      padding: 10px 0px 0px 0px;
}
#form {

}
.form1 {
   clear: left;
}
.form1a {
   padding-top: 20px;
}
.form1b {
   padding-top: 10px;
}
.form1c {
   float: left;
   padding-top: 10px;
}
.form1d {
   float: left;
   padding: 30px 10px 10px 20px;
}
.form1i {
   padding: 12px 0px 0px 0px;
}
.form1j {
   padding: 13px 0px 0px 10px;
   font-family: system-ui, sans-serif;
   font-size: 14px;
}
.form2x {
   clear: both;
   display: flex;
   flex-wrap : nowrap;
   justify-content : flex-start;
   align-items : flex-start;
   //padding: 20px 20px 0px 20px;
}
.form4 {
   clear: left;
   padding: 10px 0px 0px 0px;
   width: 100%;
}
.formtxt {
   font-size: 18px;
   font-weight: bold;
   padding: 10px 0px 0px 0px;
}
.formtxt1 {
   font-size: 16px;
   font-weight: bold;
   padding: 10px 0px 0px 0px;
}
.formtxt2 {
   font-size: 12px;
   font-weight: normal;
   padding: 2px 0px 0px 0px;
}
.formtxt3 {
   font-size: 12px;
   font-weight: normal;
   padding: 0px 0px 0px 30px;
}
.formtxt4 {
   font-size: 16px;
   font-weight: normal;
   padding: 5px 0px 5px 0px;
}
.form1ds {
   display: flex;
   flex-wrap: no-wrap;
   justify-content: flex-start;
   align-items: flex-start;
   padding: 10px 0px 0px 0px;
}
.form1f {
   padding: 0px 0px 0px 10px;
}

.moduebo1 {
   font-weight: bold;
   color: #D1454B;
   padding-bottom: 5px;
}
.moduebd {
   cursor: pointer;
   display: box;
   padding: 10px;
   margin-bottom: 5px;
   background-color: #CCCCCC;
}
.moduebd:hover {
   color: #D1454B;
   background-color: #CCCCCC;
}
.moduebh {
   font-weight: bold;
   font-size: 18px;
}
.moduebt {
   padding-top: 3px;
   font-weight: normal;
}

.mod_retnew {
   padding: 20px 0px 0px 0px;
}
.mod_retnewmt {
   padding: 0px 0px 20px 0px;
}
.mod_retnew1 {
   cursor: pointer;
   padding: 15px 0px 0px 0px;
   font-size: 18px;
   font-weight: bold;
   color: #D1454B;
   text-decoration: none;
}
.mod_retnew1:hover {
   color: #000000;
   text-decoration: underline;
}
.mod_retnew1y {
   cursor: pointer;
   padding: 38px 0px 0px 0px;
   font-size: 18px;
   font-weight: bold;
   color: #D1454B;
   text-decoration: none;
}
.mod_retnew1y:hover {
   color: #000000;
   text-decoration: underline;
}
.mod_retnew2 {
   cursor: pointer;
   padding: 10px 0px 0px 0px;
   font-size: 18px;
   font-weight: bold;
   color: #D1454B;
   text-decoration: none;
}
.mod_retnew2:hover {
   color: #000000;
   text-decoration: underline;
}
.mod_retnew3 {
   cursor: pointer;
   padding: 0px 0px 5px 0px;
   font-size: 18px;
   font-weight: bold;
   color: #D1454B;
   text-decoration: none;
}
.mod_retnew3:hover {
   color: #000000;
   text-decoration: underline;
}
.mod_return {
   position: relative;
   margin: 0px 0px 0px -10px;
   width: 100%;
   height: 50px;
   z-index: 2;
   background-color: #FFFFFF;
}
.mod_returnbg {
   position: relative;
   top: 95px;
   margin: 0px 0px 0px -10px;
   width: 1240px;
   height: 50px;
   z-index: 2;
   background-color: #FFFFFF;
}
.mod_return1 {
   cursor: pointer;
   display: inline-block;
   width: 100%;
   height: 30px;
   padding: 4px 0px 0px 15px;
   font-size: 18px;
   font-weight: bold;
   color: #D1454B;
   border-bottom: 1px solid #D1454B;
}
.mod_return1:hover {
   color: #000000;
}
.mod_bottom {
   clear: both;
   height: 20px;
}
.magaz_mobpic {
   padding: 0px 0px 10px 0px;
   display: block;
   text-align: center;
}

@media screen and (max-width:1257px) {
   .head1 {
      width: 100%;
   }
   .head2 {
      width: 100%;
   }
   .head_headline {
      width: 100%;
   }
   .head1a1 {
      padding: 0px 50px 0px 0px;
   }
   .head1a3 {
      padding: 0px 0px 0px 50px;
   }
   .head2a1 {
      padding-top: calc((100vw/100)*3.22);
      padding-right: calc((100vw/100)*7.26);
   }
   .head2c1 {
      width: 33%;
   }
   .head2c2 {
      width: 33%;
      padding: 0px 10px 0px 10px;
   }
   .head2c3 {
      width: 33%;
      padding: 0px 10px 0px 10px;
   }
   .hmebrchtxthl {
      text-align: center;
   }
   .hmebrchtxthly {
      text-align: center;
   }
   .hmebrchtxtkt {
      text-align: center;
   }
   .hmebrchtxtkty {
      text-align: center;
   }
   .main1 {
      width: 100%;
   }
   .main1y {
      width: 100%;
   }
   .mainh1 {
      width: 100%;
   }
   .mainp1 {
      width: 100%;
   }
   .mainp1y {
      width: 100%;
      padding: 20px 0px 0px 0px;
   }
   .bottom1 {
      width: 100%;
   }
   #cookiechkbl {
      height: 60px;
   }
   #cookiechk div {
      height: 115px;
   }
   .hmebrchtxthkp {
      justify-content: flex-start;
   }
   .hmebrchtxthkp1 {
      margin-left: calc((100% - 766px) / 3);
   }
   .mainp1hl {
      text-align: center;
   }
   .mainp1mp {
      text-align: center;
   }
}
@media screen and (max-width:1110px) {
   .head1a1 {
      padding: 0px 40px 0px 0px;
   }
   .head1a3 {
      padding: 0px 0px 0px 40px;
   }
}
@media screen and (max-width:1060px) {
   .head1a1 {
      padding: 0px 30px 0px 0px;
   }
   .head1a3 {
      padding: 0px 0px 0px 30px;
   }
   .head1a1a {
      font-size: 16px;
   }
   .head1a1a_act {
      font-size: 16px;
   }
}
@media screen and (max-width:990px) {
   .respnav {
      display: block;
   }
   .head1a1 {
      display: none;
   }
   .main1y {
      padding: 30px 30px 30px 30px;
   }
   .head1a3 {
      display: none;
   }
   .head1a4 {
      display: flex; 
   }
   .head1a5 {
      display: flex;
   }
   .subnav_content {
      display: none;
   }
   .ho2tlsaltbldetfla {
      padding: 0px 0px 0px 0px;
   }
   .hotlsaltblc2 {
      /* display: block; */
      /* padding: 10px 50px 10px 15px; */
   }
   .ho2tlsaltblc1 {
      display: block;
      margin: auto;
   }
   .ho2tlsaltblc1det {
      display: block;
   }
   .ho2tlsaltblc2 {
      display: block;
      padding: 10px 15px 10px 15px;
   }
   .ho2tlsaltblc2det {
      display: block;
      padding: 10px 0px 10px 0px;
   }
   .head2a1det {
      display: none;
   }
   .ho2tlsaltblc2bdetbz {
      display: none;
   }
   .ho2tlsaltblc2bdetbzo {
      display: block;
   }
   .seminar_bst {
      padding: 0px 0px 40px 0px;
   }
   .head2a1detu {
      display: block;
   }
   .head2a1detyy {
      position: relative;
      margin: -154px 0px 0px 398px;
      width: 220px;
   }
   .ho2tlsaltblc2a1adet {
      padding: 10px 0px 10px 0px;
   }
}

@media screen and (max-width:900px) {
   .hmebrchtxthkp {
      justify-content: center;
   }
   .hmebrchtxthkp1 {
      margin: 15px 20px 0px 20px;
   }
}

@media screen and (max-width:800px) {
   input.searchrzip[type=text] {
      height: 25px;
      padding: 0px 7px 0px 7px;
      font-size: 14px;
   }
   ::-webkit-input-placeholder { /* Edge */
      font-size: 12px;
   }
   :-ms-input-placeholder { /* Internet Explorer */
      font-size: 12px;
   }
   ::placeholder {
      font-size: 12px;
    }
    input.searchrzipsb[type=submit] {
      height: 25px;
      font-size: 14px;
   }
    input.searchrzipsb[type=submit]:hover {
      height: 25px;
      font-size: 14px;
   }
   .buttonlayst {
      height: 25px;
      font-size: 14px;
   }
   .buttonlayst:hover {
      height: 25px;
      font-size: 14px;
   }
   .head1a1a {
      font-size: 14px;
   }
   .head1a1a_act {
      font-size: 14px;
   }
   a.bottnav {
      font-size: 14px;
   }
   a.bottnav:hover {
      font-size: 14px;
   }
   a.bottnava {
      font-size: 14px;
   }
   .bottom2a {
      width: 35%;
   }
   .bottom2b {
      width: 30%;
   }
   .bottom2c {
      width: 35%;
   }
}
@media screen and (max-width:700px) {
   .hotlsaltblc1 {
      width: 320px;
   }
   .formahdivshw {
      width: 320px;
   }
   .ho2tlsaltblpicdet {
      width: 320px;
      height: 202px;
   }
   .ho2tlsaltblpicdetL {
      width: 320px;
   }
   .head2a1detyy {
      position: relative;
      margin: -154px 0px 0px 335px;
      width: 220px;
   }
}
#wework {
   position: absolute;
   width: 100%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
.wework1 {
   padding: 10px 10px 10px 10px;
}
#ontime {
   padding: 0px 10px 10px 10px;
   font-weight: bold;
   font-size: 18px;
}
.wework2 {
   padding: 20px 20px 0px 20px;
}
.wework3 {
   padding: 10px 20px 0px 20px;
}

#cookiechk a {
   color:#000000;
   font-size:12px; 
   text-decoration: none;
}
#cookiechk a:hover {
   color: #D1454B;
   text-decoration: none;
}
#cookiechk div {
   padding:10px;
   padding-right:40px;
}
#cookiechkbl {
   height: 41px;
}
#cookiechk { 
   text-align:center; 
   border-top:1px solid #FFFFFF;
   background: #CCCCCC; 
   background: -moz-linear-gradient(top, #CCCCCC 0%, #F2F6F9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#F2F6F9)); 
   background: -webkit-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%); 
   background: -o-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%);
   background: -ms-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%); 
   background: linear-gradient(to bottom, #CCCCCC 0%,#F2F6F9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#CCCCCC', endColorstr='#F2F6F9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:13px; 
   line-height:20px;
}
#cookiechkCloser {
   color: #000000;
   font: 14px/100% arial, sans-serif;
   text-decoration: none;
   text-shadow: 0 1px 0 #FFFFFF;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #666666; 
   border-right:1px solid #666666; 
   padding:4px;
   margin-left: 20px;
   background: #CCCCCC; /* Old browsers */
   background: -moz-linear-gradient(top, #CCCCCC%, #CCCCCC 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#CCCCCC)); 
   background: -webkit-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: -o-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: -ms-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: linear-gradient(to bottom, #CCCCCC%,#CCCCCC 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#CCCCCC', endColorstr='#CCCCCC',GradientType=0 ); 
}
#cookiechkCloser:hover {
   border-bottom:1px solid white;
   border-right:1px solid white;
   border-top:1px solid #666666;
   border-left:1px solid #666666;
}
