* {
   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;
}

img.rpicv {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
}
img.rpicvn {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
}
img.rpicvk {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

ul {
   margin: 10px 0px 15px 0px;
   padding: 0px 0px 0px 15px;
   line-height: 1.5;
   list-style-image: url('https://www.sozialwerk-bauholz.at/images/ulb_2.png');
}
li {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 10px;
}
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.png');
   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;
}
.statuscontflnlst {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : stretch;
   align-content: center;
   margin: 20px 0px 0px 0px;
   width: 100%;
   border: 1px solid #FF0000;
   border-radius: 5px;
}

.homs6g {
   display: flex;
   flex-wrap : nowrap;
   justify-content : flex-start;
   align-items : center;
   margin: 10px 0px 0px 0px;
}
.homs6g1 {
   width: 115px;
   font-size: 14px;
}
.homs6g2 {
   width: 105px;
}
.homs6g3 {
   margin: 0px 0px 0px 10px;
}
.homs6g4 {
   margin: 0px 0px 0px 8px;
}

.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: 28px;
   font-weight: normal;
}
h2 {
   margin: 0;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 20px;
   font-weight: bold;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 16px;
   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: #FFFFFF;
   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: #FEFEFE;
   outline: none;
}
 input.searchrzip[type=text] {
   width: 100%;
   height: 27px;
   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: 0px solid #E20412;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
   background-color: #E20412;
}
input[type=submit]:hover {
   text-decoration: underline;
}
input.searchrzipsb[type=submit] {
   cursor: pointer;
   width: 100%;
   height: 27px;
   padding: 2px 10px 0px 10px;
   margin: 0;
   display: inline-block;
   border: 0px solid #E20412;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 14px;
   font-weight: normal;
   color: #FFFFFF;
   text-align: center;
   background-color: #E20412;
}
input.searchrzipsb[type=submit]:hover {
   text-decoration: underline;
}
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 #000000;
  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: #999999;
  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.emlnormlnk {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #E20412;
}
a.emlnormlnk:hover {
   font-family: 'Arial', sans-serif;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #000000;
}

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.dslink {
   font-family: 'Arial', sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.dslink:hover {
   font-family: 'Arial', sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-decoration: underline;
   color: #000000;
}

a.htlkatlnk {
   font-family: 'Arial', sans-serif;
   font-size: 28px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.htlkatlnk:hover {
   font-family: 'Arial', sans-serif;
   font-size: 28px;
   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: #E20412;
   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: #E20412;
   background-color: #FFFFFF;
}
.buttonlayst {
   cursor: pointer;
   width: 100%;
   height: 27px;
   padding: 2px 10px 0px 10px;
   margin: 0;
   display: inline-block;
   border: 0px solid #E20412;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
   background-color: #000000;
}
.buttonlayst:hover {
   font-size: 14px;
   text-decoration: underline;
}

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

.icon {
   cursor:pointer;
   width: 60px;
   height: 47px;
   margin-top: 0px;
   padding-top: 2px;
   border: 2px solid #D5CECB;
   background-color: #D5CECB;
}
.icond1 {
   width: 40px;
   margin: 6px 0px 0px 8px;
   color: #FFFFFF;
   border-top: 5px solid #FFFFFF;
   background-color: #FFFFFF;
}
.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(213,206,203, 0.9);
  overflow: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 65px;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
.overlay a {
  padding: 8px;
  color: #000000;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #000000;
}
.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 17px;
  font-size: 50px;
}
.ovlyline {
   margin: 5px 30px 5px 30px;
   border-bottom: 1px solid #000000;
}

body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   color: #000000;
   font-family: 'Arial', sans-serif;
   font-size: 16px;
   line-height: 1.2;
}
#head {
   width: 100%;
   margin: 0;
   padding: 0;
   color: #000000;
   background-color: #FFFFFF;
}
.head1 {
   width: 1240px;
   min-width: 620px;
   margin: auto;
}
.head2 {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   width: 1200px;
   height: 129px;
   margin: 0px 20px 0px 20px;
}
.head2a {
   min-width: 225px;
   padding: 13px 0px 0px 0px;
}
.head2a img {
   display: block;
}
.head2b {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
}
.head2bic {
   display: none;
   padding: 0px 0px 0px 0px;
}
.head2b1 {
   cursor: pointer;
   width: 184px;
   height: 26px;
   padding: 4px 0px 0px 0px;
   margin: 0px 0px 0px 5px;
   font-size: 17px;
   font-weight: normal;
   text-align: center;
}
.head2b1:hover {
   font-weight: bold;
   background-color: #DBDADA;
}
.head2b1_act {
   cursor: pointer;
   width: 184px;
   height: 26px;
   padding: 4px 0px 0px 0px;
   margin: 0px 0px 0px 5px;
   font-size: 17px;
   text-align: center;
   font-weight: bold;
   background-color: #DBDADA;
}
.head2pic1 {     /* height: calc((100vw/100)*40.32); */
   height: calc((100vw - 15px) * 0.31);
   max-height: 500px;
   max-width: 1615px;
   min-height: 192px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* background-size: 100% 100%; */
   background-size: cover;
   background-image: url('/images/top/SW-BH_h_2.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.head2pic2 {     /* height: calc((100vw/100)*40.32); */
   height: calc((100vw - 15px) * 0.31);
   max-height: 500px;
   max-width: 1615px;
   min-height: 192px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* background-size: 100% 100%; */
   background-size: cover;
   background-image: url('/images/top/SW-BH_2_1.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.head2pic5 {     /* height: calc((100vw/100)*40.32); */
   height: calc((100vw - 15px) * 0.31);
   max-height: 500px;
   max-width: 1615px;
   min-height: 192px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* background-size: 100% 100%; */
   background-size: cover;
   background-image: url('/images/top/SW-BH_5_1.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.head2pic6 {     /* height: calc((100vw/100)*40.32); */
   height: calc((100vw - 15px) * 0.31);
   max-height: 500px;
   max-width: 1615px;
   min-height: 192px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* background-size: 100% 100%; */
   background-size: cover;
   background-image: url('/images/top/SW-BH_6_1.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.head2pic7 {     /* height: calc((100vw/100)*40.32); */
   height: calc((100vw - 15px) * 0.31);
   max-height: 500px;
   max-width: 1615px;
   min-height: 192px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* background-size: 100% 100%; */
   background-size: cover;
   background-image: url('/images/top/SW-BH_7_1.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.head2pic11 {     /* height: calc((100vw/100)*40.32); */
   height: calc((100vw - 15px) * 0.31);
   max-height: 500px;
   max-width: 1615px;
   min-height: 192px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* background-size: 100% 100%; */
   background-size: cover;
   background-image: url('/images/top/SW-BH_11_2.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.head2pic99 {     /* height: calc((100vw/100)*40.32); */
   height: calc((100vw - 15px) * 0.31);
   max-height: 500px;
   max-width: 1615px;
   min-height: 192px;
   min-width: 620px;
   margin: auto;
   padding: 0px 0px 0px 0px;
   /* background-size: 100% 100%; */
   background-size: cover;
   background-image: url('/images/top/SW-BH_99_3.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.head2c_w {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-end;
   /* height: calc((100vw/100)*8.87); */
   height: calc((100vw - 15px) * 0.31);
   max-height: 500px;
   min-height: 192px;
   min-width: 620px;
   width: 1240px;
   margin: auto;
   padding: 0px 20px 10px 20px;
}
.head2cyxncirc {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: flex-start;
   width: 100%;
   padding: 0px 40px 0px 0px;
}
.head2cyx {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
}
.head2c1 {
   width: 383px;
   padding: 0px 0px 0px 0px;
}
.head2c2 {
   width: 200px;
   padding: 0px 10px 0px 10px;
}
.head2c3_w {
   display: block;
   width: 200px;
   padding: 0px 0px 0px 0px;
}
.head2c3_s {
   display: none;
   width: 200px;
   padding: 0px 0px 0px 0px;
}
.head3_ncirc {
   cursor: pointer;
   border-radius: 50%;
   background: #FFFFFF;
   width: 300px;
   height: 300px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}
.head3_ncirc1 {
   padding: 40px 0px 0px 0px;
   font-size: 32px;
   font-weight: bold;
   color: #E20412;
   text-align: center;
}
.head3_ncirc2 {
   padding: 10px 20px 0px 20px;
   font-size: 20px;
   font-weight: normal;
   text-align: center;
}
.head3_ncirc3 {
   font-size: 16px;
   font-weight: bold;
   color: #E20412;
   padding: 10px 0px 0px 0px;
   text-align: center;
}

.subnav_content {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 1px 20px 0px 20px;
}
.subnav_contenta {
   cursor: pointer;
   height: 28px;
   padding: 6px 15px 1px 15px;
   margin: 0px 5px 0px 0px;
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   background-color: #DBDADA;
}
.subnav_contenta:hover {
   text-decoration: underline;
}
.subnav_contenta_act {
   cursor: pointer;
   height: 28px;
   padding: 6px 15px 1px 15px;
   margin: 0px 5px 0px 0px;
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   background-color: #DBDADA;
   text-decoration: underline;
}

#mainh {
   width: 100%;
   margin: 0;
   padding: 0;
   min-height: calc(100vh - 731px);
}
.mainh1 {
   width: 1240px;
   min-width: 620px;
   margin: auto;
   padding: 0px 30px 30px 30px;
   color: #000000;
}

#main {
   width: 100%;
   margin: 0;
   padding: 0;
}
.main1 {
   width: 1240px;
   min-width: 620px;
   margin: auto;
}
.main1_kathomtop {
   padding: 5px 0px 37px 0px;
}
.main2 {
   width: 1200px;
   min-height: 300px;
   margin: 0px 20px 0px 20px;
   padding: 40px 0px 30px 0px;
   color: #000000;
   background-color: #FFFFFF;
}
.main2_h {
   width: 1200px;
   min-height: 600px;
   margin: 0px 20px 0px 20px;
   padding: 30px 30px 30px 30px;
   color: #000000;
   background-color: #cfe1eb;
}
.main2_h_hhtop {
   width: 1200px;
   min-height: 300px;
   margin: 30px 20px 0px 20px;
   padding: 0px 0px 0px 0px;
   color: #000000;
}
.main2_geskont {
   width: 1200px;
   min-height: 300px;
   margin: 50px 20px 0px 20px;
   padding: 30px 30px 30px 30px;
   color: #000000;
   background-color: #cfe1eb;
}
.main2_geszform {
   width: 1200px;
   margin: 0px 20px 0px 20px;
   padding: 15px 30px 15px 30px;
   color: #000000;
   background-color: #E1DCDC;
}
.main2_geszform1 {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: stretch;
   align-content: flex-start;
}
.main2_geszform1a {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
.main2_geszform1b {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: flex-end;
   align-content: flex-end;
   min-width: 102px;
}
.main2_geszform1a2 {
   padding: 0px 0px 0px 30px;
}
.main2_geszform1a2a {
   font-size: 50px;
   font-weight: bold;
   color: #000000;
}
.main2_geszform1a2b {
   padding: 15px 0px 0px 0px;
   font-size: 26px;
   font-weight: normal;
   color: #000000;
}

.main2_hn {
   width: 1200px;
   min-height: 600px;
   margin: 30px 20px 0px 20px;
   padding: 30px 30px 30px 30px;
   color: #000000;
   background-color: #E1DCDC;
}
.main2_2 {
   width: 1200px;
   min-height: 300px;
   margin: 0px 20px 0px 20px;
   padding: 30px 30px 30px 30px;
   color: #000000;
   background-color: #E8EFE4;
}
.main2_3 {
   width: 1200px;
   min-height: 300px;
   margin: 0px 20px 0px 20px;
   padding: 30px 30px 30px 30px;
   color: #000000;
   background-color: #fce4e0;
}
.main2_4 {
   width: 1200px;
   min-height: 300px;
   margin: 0px 20px 0px 20px;
   padding: 30px 30px 30px 30px;
   color: #000000;
   background-color: #e4e2d4;
}
.main2_10 {
   width: 1200px;
   min-height: 300px;
   margin: 0px 20px 0px 20px;
   padding: 30px 30px 5px 30px;
   color: #000000;
   background-color: #ded5e2;
}
.main2_98 {
   width: 1200px;
   min-height: 300px;
   margin: 20px 20px 0px 20px;
   padding: 20px 30px 30px 30px;
   color: #000000;
   background-color: #E9E9E9;
}
.main2_99 {
   width: 1200px;
   min-height: 300px;
   margin: 0px 20px 0px 20px;
   padding: 30px 30px 30px 30px;
   color: #000000;
   background-color: #CCCCCC;
}
.headline_content {
   display: block;
}
.head_headlinetxt {
   font-size: 26px;
   font-weight: bold;
   color: #000000;
}
.main2_h_hltx {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   margin: 0px 0px 0px 0px;
}
.main2_h_hltx_hhtopz {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   margin: 0px 0px 0px 0px;
}
.main2_h_hltx1 {
   padding: 0px 20px 0px 0px;
}
.main2_h_hltx1_hhtop {
   cursor: pointer;
   width: 383px;
   padding: 0px 0px 0px 0px;
}
.main2_h_hltx1_hhtop:hover {
   color: #E20412;
}

.main2_h_hltx1_hhtopxyf {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 10px 20px 0px 20px;
}
.main2_h_hltx1_hhtopxyf2 {
   padding: 0px 0px 0px 10px;
   font-size: 20px;
   font-weight: normal;
   color: #000000;
}
.main2_h_hltx1_hhtopx1 {
   padding: 10px 20px 0px 20px;
   font-size: 18px;
   font-weight: bold;
}
.main2_h_hltx1_hhtopx2 {
   padding: 5px 20px 0px 20px;
   font-size: 17px;
   font-weight: normal;
}
.main2_h_hltx1_hhtopx3 {
   padding: 10px 20px 0px 20px;
   font-size: 16px;
   font-weight: normal;
   color: #000000;
}
.main2_h_hltx1_hhtopx4 {
   font-size: 16px;
   font-weight: bold;
   color: #E20412;
   padding: 10px 0px 0px 20px;
}

.main2_h_hltx2 {
   min-width: 60px;
}
.main2_h_hltxh1 {
   font-size: 52px;
   font-weight: normal;
   color: #000000;
   padding: 0px 20px 0px 0px;
}
.main2_h_hltxh2 {
   min-width: 200px;
}
.main2_h_hinfo {
   padding: 40px 0px 0px 0px;
}

.main2_h_hkont {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0px 0px 0px 0px;
}
.main2_h_hkont1a {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 30px 0px 0px 0px;
}
.main2_h_hkont1ay {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 30px 0px 0px 0px;
}
.main2_h_hkont1a1 {
   min-width: 120px;
   padding: 0px 0px 0px 0px;
}
.main2_h_hkont1a2 {
   cursor: pointer;
   width: 100%;
   padding: 0px 20px 0px 0px;
}
.main2_h_hkont1a2:hover {
   color: #E20412;
}

.main2_h_hl {
   font-size: 36px;
   font-weight: bold;
   color: #000000;
}
.text_contents {
   display: block;
   margin-top: 20px;
}
.modtext_content {
   display: block;
   margin-top: 20px;
}
.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;
}
.moduebo1 {
   font-weight: normal;
   color: #000000;
   font-size: 14px;
   padding-bottom: 5px;
}
.moduebd {
   cursor: pointer;
   display: box;
   padding: 20px 20px 15px 20px;
   margin-bottom: 5px;
   background-color: #EFEFEF;
}
.moduebd:hover {
   color: #E20412;
}
.moduebh {
   font-weight: bold;
   font-size: 18px;
}
.moduebt {
   padding-top: 10px;
   font-weight: normal;
   color: #000000;
}



.main2_h_tx {
   display: block;
   margin-top: 12px;
   font-size: 24px;
}
.main2_h_news {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: flex-end;
   align-content: flex-start;
   margin: 30px 0px 0px 0px;
}
.main2_h_news1 {
   cursor: pointer;
   width: 350px;
   color: #000000;
}
.main2_h_news1:hover {
   cursor: pointer;
   width: 350px;
   color: #E20412;
}
.main2_h_news1a {
   height: 230px;
   width: 350px;
   text-align: center;
   overflow: hidden;
   z-index: -1;
}
.main2_h_news1b {
   height: 225px;
   width: 350px;
   background-color: #FFFFFF;
   z-index: 100;
   padding: 20px 20px 20px 20px;
   margin: 0px 0px 0px 0px;
}
.main2_h_news1b1 {
   height: 25px;
   font-size: 20px;
   font-weight: bold;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.main2_h_news1b2 {
   height: 109px;
   margin: 17px 0px 9px 0px;
   font-size: 16px;
   font-weight: normal;
   color: #000000;
   line-height: 1.3;
   white-space: wrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.main2_h_news1b3 {
   height: 25px;
   padding: 6px 0px 0px 0px;
   font-size: 16px;
   font-weight: bold;
   color: #E20412;
}


#bottom {
   width: 100%;
   margin: 0;
   padding: 0;
   clear: both;
}
.bottom1 {
   width: 1240px;
   min-width: 620px;
   margin: auto;
}
.bottom2 {
   width: 1200px;
   margin: 0px 20px 20px 20px;
}
.bottom2a {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   padding: 10px 0px 0px 0px;
}
.bottom2a1 {
   cursor: pointer;
   width: 180px;
   height: 27px;
   padding: 6px 0px 0px 0px;
   font-size: 14px;
   text-align: center;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   background-color: #E20412;
}
.bottom2a1:hover {
   text-decoration: underline;
}
.bottom2a2 {
   cursor: pointer;
   width: 180px;
   height: 27px;
   padding: 6px 0px 0px 0px;
   font-size: 14px;
   text-align: center;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #000000;
}
.bottom2a2:hover {
   text-decoration: underline;
}
.bottom2b {
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
   padding: 35px 0px 0px 0px;
}
.bottom2b1 {
   cursor: pointer;
   padding: 0px 50px 0px 50px;
}
.bottom2c {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: flex-start;
   align-content: flex-start;
   padding: 41px 0px 0px 0px;
}
.bottom2c1 {
   width: 140px;
   padding: 0px 0px 0px 0px;
   background-color: #CCCCCC;
}
.bottom2c2 {
   padding: 0px 0px 0px 0px;
}
.bottom2c3 {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: flex-start;
   align-content: flex-start;
   width: 140px;
   padding: 2px 0px 0px 0px;
}
.bottom2c3b {
   padding: 0px 0px 0px 20px;
}
.bottom2d {
   min-height: 300px;
   margin: 21px 0px 0px 0px;
   padding: 25px 20px 20px 20px;
   background-color: #e4e2d4;
}
.bottom2d1 {
   padding: 0px 0px 0px 0px;
   font-size: 36px;
   font-weight: bold;
}
.bottom2d2 {
   padding: 25px 0px 0px 0px;
   font-size: 18px;
   line-height: 30px;
}
.bottom2d3 {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   padding: 15px 0px 0px 0px;
}
.bottom2d3a {
   width: 280px;
}
.bottom2d4 {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   padding: 20px 0px 0px 0px;
}
.bottom2d4sl {
   display: none;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   padding: 20px 0px 0px 0px;
}
.bottom2d4a {
   padding: 0px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
}
.bottom2d4b {
   cursor: pointer;
   width: 280px;
   height: 27px;
   padding: 6px 0px 0px 0px;
   font-size: 14px;
   text-align: center;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #E20412;
}
.bottom2d4b:hover {
   text-decoration: underline;
}
.bottom2d4bsl {
   cursor: pointer;
   width: 280px;
   height: 27px;
   padding: 6px 0px 0px 0px;
   font-size: 14px;
   text-align: center;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #E20412;
}
.bottom2d4bsl:hover {
   text-decoration: underline;
}
.bottom2e {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   padding: 21px 0px 0px 0px;
}
.bottom2sl {
   display: none;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
   padding: 11px 0px 0px 0px;
}
.bottom2e1 {
   cursor: pointer;
   width: 184px;
   height: 26px;
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   margin: 4px 3px 0px 0px;
   padding: 5px 0px 0px 0px;
   background-color: #DBDADA;
}
.bottom2e1:hover {
   font-weight: bold;
}
.bottom2e1_act {
   cursor: pointer;
   width: 184px;
   height: 26px;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   margin: 4px 3px 0px 0px;
   padding: 4px 0px 0px 0px;
   background-color: #DBDADA;
}
.bottom2e2 {
   cursor: pointer;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   line-height: 12px;
   padding: 4px 0px 0px 5px;
}
.bottom2e2:hover {
   color: #E20412;
}
.bottom2sl2 {
   cursor: pointer;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   line-height: 12px;
   padding: 4px 0px 0px 5px;
}
.bottom2sl2:hover {
   color: #E20412;
}
.hotel2025_uebT {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   margin: 0px 0px 25px 0px;
   color: #000000;
}
.hotel2025_uebT1 {
   min-width: 383px;
   padding: 0px 0px 0px 0px;
}
.hotel2025_uebT1a {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   margin: 0px 0px 22px 0px;
   color: #000000;
}
.hotel2025_uebT1b {
   max-width: 383px;
}
.hotel2025_uebT1a2 {
   padding: 0px 0px 0px 15px;
}
.hotel2025_uebT1a2a {
   padding: 0px 0px 0px 0px;
   font-size: 28px;
   font-weight: bold;
   color: #000000;
}
.hotel2025_uebT1a2b {
   padding: 0px 0px 0px 0px;
   font-size: 20px;
   font-weight: normal;
   color: #E20412;
}
.hotel2025_uebT2 {
   width: 100%;
   padding: 0px 0px 0px 25px;
   line-height: 25px;
}
.hotel2025_uebT1c {
   padding: 5px 0px 0px 0px;
}
.hotel2025_uebT1c1 {
   cursor: pointer;
   width: 185px;
   height: 27px;
   padding: 6px 0px 0px 0px;
   font-size: 14px;
   text-align: center;
   font-weight: normal;
   color: #FFFFFF;
   background-color: #E20412;
}
.hotel2025_uebT1c1:hover {
   text-decoration: underline;
}
.hotel2025_uebTa {
   font-size: 22px;
   font-weight: bold;
}
.hotel2025_ueby {
   cursor: pointer;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   margin: 25px 0px 35px 0px;
   color: #000000;
}
.hotel2025_ueby:hover {
   color: #E20412;
}
.hotel2025_ueb_det {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   margin: 0px 0px 35px 0px;
   color: #000000;
}
.hotel2025_ueb_det_s10 {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   margin: 50px 0px 35px 0px;
   color: #000000;
}
.hotel2025_ueb2_det {
   height: 50px;
}
.hotel2025_ueb2_detf {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: flex-start;
   align-content: flex-start;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2_detf1 {
   width: 100%;
   padding: 0px 40px 0px 0px;
}
.hotel2025_ueb2_detf2 {
   min-width: 80px;
   padding: 20px 0px 0px 0px;
}
.hotel2025_ueb2_det1 {
   font-size: 28px;
   font-weight: bold;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2_det2 {
   font-size: 22px;
   font-weight: normal;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2_det3 {
   font-size: 16px;
   font-weight: normal;
   padding: 5px 0px 0px 0px;
}
.hotel2025_ueb2_dett {
   width: 100%;
   padding: 20px 0px 0px 0px;
}
.hotel2025_ueb2_detw {
   width: 100%;
   padding: 20px 0px 0px 0px;
}

.hotel2025_ueb2_detbt {
   min-height: 233px;
   padding: 20px 20px 20px 20px;
   background-color: #FFFFFF;
}
.hotel2025_ueb2_detbt1 {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: flex-start;
   align-content: flex-start;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2_detbt1a {
   padding: 10px 0px 0px 0px;
   font-size: 26px;
}
.hotel2025_ueb2_detbt1b {
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2_detbt2 {
   padding: 10px 0px 0px 0px;
}
.hotel2025_ueb2_detpict {
   font-size: 18px;
   font-weight: bold;
}
.hotel2025_ueb2_detpic {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: flex-start;
   align-content: flex-start;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2_detpic1b {
   padding: 10px 0px 0px 0px;
   font-size: 18px;
   text-align: center;
}
.hotel2025_ueb2_detbu {
   padding: 50px 0px 0px 0px;
}
.hotel2025_ueb {
   cursor: pointer;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   margin: 35px 0px 35px 0px;
   color: #000000;
}
.hotel2025_ueb:hover {
   color: #E20412;
}
.hotel2025_ueb1 {
   min-width: 383px;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2 {
   width: 100%;
   padding: 0px 0px 0px 25px;
}
.hotel2025_ueb2_sembstf {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-start;
   align-content: flex-start;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2_sembst1 {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   width: 50%;
   min-width: 350px;
   margin: -20px 0px 20px 0px;
   padding: 20px 0px 0px 0px;
}
.hotel2025_ueb2_sembst1b {
   padding: 0px 0px 0px 20px;
}
.hotel2025_ueb2_sembst1b1 {
   padding: 0px 0px 0px 0px;
   font-size: 18px;
   font-weight: bold;
}
.hotel2025_ueb2_sembst1b2 {
   padding: 0px 0px 0px 0px;
   font-size: 16px;
   font-weight: normal;
}

.hotel2025_ueb2uebh {
   width: 100%;
   padding: 0px 0px 0px 25px;
}
.hotel2025_ueb2T {
   width: 100%;
   padding: 0px 0px 0px 25px;
}
.hotel2025_ueb2a {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: flex-start;
   align-content: flex-start;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2a1 {
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2a2 {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2a2a {
   min-width: 50px;
   margin: 0px 0px 0px 15px;
}
.hotel2025_ueb2a2ay {
   min-width: 50px;
   margin: 0px 15px 0px 15px;
}
.hotel2025_ueb2b {
   font-size: 24px;
   font-weight: bold;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2c {
   font-size: 22px;
   font-weight: normal;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2d {
   min-height: 102px;
   font-size: 18px;
   font-weight: normal;
   color: #000000;
   padding: 10px 0px 0px 0px;
}
.hotel2025_ueb2e {
   font-size: 16px;
   font-weight: bold;
   color: #E20412;
   padding: 10px 0px 0px 0px;
}
.ho2tlsaltblpic {
   width: 383px;
   height: 242px;
   overflow: hidden;
   font-size: 12px;
}
.ho2tlsaltblpicc {
   width: 383px;
   height: 242px;
   object-fit: cover;
   object-position: 50%;
}
.stnolhls {
   padding: 30px 0px 0px 0px;
   font-weight: normal;
   font-size: 18px;
}
.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;
}
.ho2tlsaltblrbuchshw {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : center;
   padding: 4px 49px 4px 14px;
}
.hotel2025_ueb2bue {
   font-size: 22px;
   font-weight: bold;
   padding: 0px 0px 0px 0px;
}
.hotel2025_ueb2cue {
   font-size: 20px;
   font-weight: normal;
   padding: 0px 0px 0px 0px;
}
.hotel2025_uebue {
   cursor: pointer;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 35px 0px 35px 0px;
   color: #000000;
   background-color: #FF0000;
}
.hotel2025_uebue:hover {
   color: #E20412;
}
.hotel2025_uebue_2 {
   cursor: pointer;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   padding: 5px 0px 5px 0px;
   margin: 10px 0px 10px 0px;
   color: #000000;
   background-color: #E8EFE4;
}
.hotel2025_uebue_2:hover {
   color: #E20412;
}
.hotel2025_uebue_3 {
   cursor: pointer;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   padding: 5px 0px 5px 0px;
   margin: 10px 0px 10px 0px;
   color: #000000;
   background-color: #fce4e0;
}
.hotel2025_uebue_3:hover {
   color: #E20412;
}
.hotel2025_uebue_4 {
   cursor: pointer;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   padding: 5px 0px 5px 0px;
   margin: 10px 0px 10px 0px;
   color: #000000;
   background-color: #e4e2d4;
}
.hotel2025_uebue_4:hover {
   color: #E20412;
}
.hotel2025_uebue_10 {
   cursor: pointer;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
   padding: 5px 0px 5px 0px;
   margin: 10px 0px 10px 0px;
   color: #000000;
   background-color: #ded5e2;
}
.hotel2025_uebue_10:hover {
   color: #E20412;
}
.ho2tlsaltblbuchshwkkat {
   display: flex;
   flex-wrap : wrap;
   justify-content : flex-start;
   align-items : center;
   width: 100%;
}
.ho2tlsaltblbuchshwkkat2 {
   cursor: pointer;
   padding: 5px 10px 5px 10px;
   margin: -42px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #AACFA0;
}
.ho2tlsaltblbuchshwkkat2:hover {
   text-decoration: underline;
}
.ho2tlsaltblbuchshwkkat3 {
   cursor: pointer;
   padding: 5px 10px 5px 10px;
   margin: 20px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #FC897E;
}
.ho2tlsaltblbuchshwkkat3:hover {
   text-decoration: underline;
}
.ho2tlsaltblbuchshwkkat4 {
   cursor: pointer;
   padding: 5px 10px 5px 10px;
   margin: 20px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #94CCC3;
}
.ho2tlsaltblbuchshwkkat4:hover {
   text-decoration: underline;
}
.ho2tlsaltblbuchshwkkat10 {
   cursor: pointer;
   padding: 5px 10px 5px 10px;
   margin: 20px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 22px;
   font-weight: normal;
   background-color: #A2809B;
}
.ho2tlsaltblbuchshwkkat10:hover {
   text-decoration: underline;
}
.hotel2025_bottnohot {
   padding: 0px 0px 0px 0px;
}

.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: 410px;
      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 0px 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;
}

#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;
}




@media screen and (max-width:1257px) {
   .head1 {
      width: 100%;
   }
   .head2 {
      width: calc(100% - 40px);
   }
   .head2b {
      display: none;
   }
   .head2c_w {
      width: 100%;
   }
   .head2bic {
      display: block;
   }
   .head2cyxncirc {
      margin: 0px 0px 0px 0px;
      padding: 0px 40px 0px 0px;
   }
   .head3_ncirc {
      width: 250px;
      height: 250px;
   }
   .head3_ncirc1 {
      font-size: 24px;
   }
   .head3_ncirc2 {
      font-size: 18px;
   }
   .head3_ncirc3 {
      font-size: 16px;
   }
   
   .mainh1 {
      width: 100%;
   }
   .main1 {
      width: 100%;
   }
   .main2 {
      width: calc(100% - 40px);
   }
   .main2_h {
      width: calc(100% - 40px);
   }
   .main2_geskont {
      width: calc(100% - 40px);
   }
   .main2_geszform {
      width: calc(100% - 40px);
   }
   .main2_hn {
      width: calc(100% - 40px);
   }
   .main2_2 {
      width: calc(100% - 40px);
   }
   .main2_3 {
      width: calc(100% - 40px);
   }
   .main2_4 {
      width: calc(100% - 40px);
   }
   .main2_10 {
      width: calc(100% - 40px);
   }
   .main2_98 {
      width: calc(100% - 40px);
   }
   .main2_99 {
      width: calc(100% - 40px);
   }
   .main2_h_news {
      flex-wrap: wrap;
      justify-content: center;
      margin: 10px 0px 0px 0px;
   }
   .main2_h_news1 {
      margin: 20px 20px 0px 20px;
   }
   .main2_h_hkont {
      flex-wrap: wrap;
      justify-content: flex-start;
   }
   .main2_h_hhtop {
      width: 100%;
      margin: 10px 0px 0px 0px;
   }
   .main2_h_hltx_hhtopz {
      flex-wrap: wrap;
      justify-content: center;
      margin: 20px 0px 0px 0px;
   }
   .main2_h_hltx1_hhtop {
      margin: 20px 20px 0px 20px;
   }
   .hotel2025_ueb_det {
      display: block;
   }
   .hotel2025_ueb_det_s10 {
      display: block;
   }
   .hotel2025_ueb2_detf {
      //display: none;
   }
   .hotel2025_ueb2 {
      padding: 20px 0px 0px 0px;
   }
   .bottom1 {
      width: 100%;
   }
   .bottom2 {
      width: calc(100% - 40px);
   }
   .bottom2e {
      justify-content: center;
      align-items: center;
      align-content: flex-start;
   }
   .bottom2e2 {
      display: none;
   }
   .bottom2sl {
      display: flex;
   }
   .bottom2d3a {
      margin: 0px 10px 0px 0px;
      padding: 10px 0px 0px 0px;
   }
   .bottom2d4b {
      min-width: 280px;
      margin: 0px 10px 0px 10px;
      padding: 6px 0px 0px 0px;
   }
   
   
}

@media screen and (max-width:1010px) {
   .head2cyxncirc {
      margin: 0px 0px 0px 0px;
      padding: 0px 40px 0px 0px;
   }
   .head3_ncirc {
      width: 200px;
      height: 200px;
   }
   .head3_ncirc1 {
      padding: 20px 0px 0px 0px;
      font-size: 20px;
   }
   .head3_ncirc2 {
      padding: 8px 20px 0px 20px;
      font-size: 16px;
   }
   .head3_ncirc3 {
      padding: 8px 0px 0px 0px;
      font-size: 14px;
   }
}

@media screen and (max-width:855px) {
   .head2cyxncirc {
      display: none;
   }
   .head2c3_w {
      display: none;
   }
   .head2c3_s {
      display: block;
   }
   .head2cyx {
      width: 100%;
      justify-content: space-between;
   }
   .bottom2b {
      justify-content: space-between;
   }
   .bottom2b1 {
      padding: 0px 20px 0px 20px;
   }
   .main2_geszform1a1 {
      max-width: 220px;
      min-width: 220px;
   }
   .main2_geszform1b {
      //display: none;
   }
   .main2_geszform1a2a {
      font-size: 36px;
   }
   .main2_geszform1a2b {
      font-size: 20px;
   }
   .hotel2025_uebT {
      display: block;
   }
   .hotel2025_ueb {
      display: block;
   }
   .hotel2025_ueby {
      display: block;
   }
   .hotel2025_ueb2T {
      padding: 20px 0px 0px 0px;
   }
   .hotel2025_uebT2 {
      padding: 20px 0px 0px 0px;
   }
   

}
@media screen and (max-width:700px) {
   .bottom2c {
      //justify-content: flex-start;
   }
   .bottom2c1 {
      display: none;
   }
   .main2_h_hltxh1 {
      font-size: 48px;
   }
   img.rpicv {
     width: 170px;
     height: 170px;
     border-radius: 50%;
     object-fit: cover;
   }

}
@media screen and (max-width:675px) {
   .bottom2d4sl {
      display: flex;
   }
   .bottom2d4b {
      display: none;
   }

}

#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;
}
