/* signika-negative-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Signika Negative';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/signika-negative-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* signika-negative-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Signika Negative';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/signika-negative-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  
* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
}

.hidden {
    display: none;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    line-height: 170%;
    margin: 0px 0px 0px 0px;
    font-size: 21px;
    color: #004f8c;
    position: relative;
    height: 100%;
    background: #fff url(../images/background.jpg) fixed;
    background-size: cover;
}

a {
    color: #004f8c;
    text-decoration: none;
    transition: color 0.3s ease-in;
    border: 0;
}

a:hover {
    color: #e16f04;
}

a.textlink {
    border-bottom: 1px dashed #e16f04;
}

b, strong {
    font-weight: 400;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.clearfix, .clr, .clear {
    clear: both;
}

small, .small {
    font-size: 18px;
}



#wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

#header {
    position: relative;
    width: 100%;
    height: 190px;
    margin: 0 auto;

}

#header #logo {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 425px;
    height: auto;
    margin-left: -242px;
}



#topmenu {
    width: 1120px;
    height: 190px;
    position: relative;
    margin: 0 auto;
}

#topmenu ul {
    list-style: none;
}

#topmenu ul li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 75px;
}

#topmenu ul li:nth-child(1) { left: 0; }
#topmenu ul li:nth-child(2) { left: 115px; }
#topmenu ul li:nth-child(3) { right: 209px; }
#topmenu ul li:nth-child(4) { right: 0; }

#topmenu ul li a {
    display: block;
    color: #004f8c;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    position: relative;
}

#topmenu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0%;
    height: 0;
    border-bottom: 1px dashed #e16f04;
    bottom: 3px;
    transition: width 0.2s ease-in;
}


#topmenu ul li a:hover:before, #topmenu ul li.active a:before {
    width: 100%;
}

#topmenu ul li ul {
    display: none;
}



#slider {
    position: relative;
    width: 100%;
    background: #eee;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
}

@media (min-width: 1618px) {
    #slider {
        padding-bottom: 0px;
        height: 809px;
    }
}


#content {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 70px;
    padding-bottom: 750px;   
}


#content h1 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
}

#content h1:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #e16f04;
    bottom: -3px;
    transition: width 0.2s ease-in;
}


#content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
}

#content h2.big_gap {
    margin-bottom: 20px;
}

#content #message > div {
    margin-bottom: 50px;
    border: 1px dashed #e16f04;
    padding: 30px;
    background: #f7f9fb;
}

#content ul {
    list-style: none;
}

#content ul.list li {
    padding-left: 18px;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 10px;
}

#content ul.list li:before {
    content: '';
    display: block !important;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 14px;
    border-radius: 50%;
    background: #e16f04;
}




/* Awards */

.awards {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.awards img {
    margin: 0 30px;
    display: block;
}


/* Tabelle */

table.ferienwohnung {
    margin-top: 30px;
}

table.ferienwohnung td {
    vertical-align: top;
    text-align: left;
    padding: 5px 10px;
    font-size: 20px;
}

table.ferienwohnung tr:nth-child(odd) {
    background: #eff4f8;
}


table.ferienwohnung td:nth-child(1) {
    white-space: nowrap;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery > div {
    width: 22%;
    height: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
    border: 1px dashed #e16f04;
    padding: 5px !important;
    box-sizing: border-box;
}

.gallery > div:nth-child(4n) {
    margin-right: 0;
}

.gallery > div a {
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.gallery > div a img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in;
}

.gallery > div a:hover img {
    transform: scale(1.2);
}

.fancybox-bg { background: #000 !important; }

.fancybox-is-open .fancybox-bg {
	opacity: .8 !important;
}

.fancybox-caption {
    color: #fff !important;
    font-size: 18px !important;
}

body.fancybox-active {
    overflow: hidden;
    margin-right: var(--sbw);
}





/* Kontakt */

#content #kontakt {
    display: flex;
    flex-wrap: nowrap;
}

#content #kontakt > div:nth-child(1) {
    width: 45%;
    text-align: left;
}

#content #kontakt > div:nth-child(2) {
    width: 55%;
}




.bfQuickMode .bfbs5-nonform-control, .bfQuickMode .nonform-control {
	display: block !important;
}

.bfQuickMode .form-inline .form-group, .bfQuickMode .form-inline label, .bfQuickMode .bfbs5-form-inline .bfbs5-form-group, .bfQuickMode .bfbs5-form-inline label {
	display: block !important;
	margin-right: 0 !important;
}

.bfQuickMode .bfElemWrap {
    margin-bottom: 0 !important;
}

input, button, textarea, select {
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    padding: 3px 8px;
    font-size: 19px;
    border: 1px solid #004f8c;
    box-sizing: border-box;
    color: #004f8c;
    /* -webkit-appearance: none; */
    border-radius: 0;
    outline: none;
}


input:hover, textarea:hover, input:focus, textarea:focus {
    border: 1px solid #e16f04;
}

button {
    cursor: pointer;
}

input#saddr {
    width: 350px !important;
}

input.gr_button, button#bfSubmitButton {
    font-size: 20px;
    background: #e16f04;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    border: none;
    padding: 5px 10px;
}

input.gr_button {
    font-size: 19px;
    padding: 3px 7px;
}

input.gr_button:hover, button#bfSubmitButton:hover {
    background: #d85903;
}

input[type="checkbox"] {
    width: auto !important;
    padding: 7px !important;
}

button#bfSubmitButton {
    float: left;
    margin-top: 30px;
}

input.ff_elem, textarea.ff_elem, select.ff_elem {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
    min-width: auto !important;
}

textarea.ff_elem {
    height: 200px !important;
}

#bfElemWrap39 input, #bfElemWrap44 input {
    width: calc(100% - 45px) !important;
    max-width: none !important;
    min-width: auto !important;
}

#bfElemWrap39 button, #bfElemWrap44 button {
    float: right;
    width: 35px;
    height: 36px;
    border: none;
    background: #fff url(../images/calender.png) no-repeat;
    background-size: contain;
    margin-top: 0;
}

.bfQuickMode .bfbs5-input-group input, .bfQuickMode .input-group {
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
}



.bfPage {
    text-align: left;
}

label.bfLabelBlock {
    margin-bottom: 2px;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
}

.bfError {
    margin-bottom: 30px;
}

#bfLabel210 {
    line-height: 120%;
    padding-left: 26px;
    box-sizing: border-box;
}

.bfPage .form-inline {
    position: relative;
}

input#ff_elem210 {
    position: absolute;
    left: 0;
    top: 5px;
    width: auto !important;
    max-width: auto !important;
}





#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 480px;
    background: #4f9cd4;

}

#footer, #footer a {
    color: #fff;
}

#footer:before {
    content: '';
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
    height: 180px;
    background: url(../images/wellen.png) center top;
    background-size: auto 180px;
    
}

#footer #footer_inner {
    width: 1120px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}



#footer #video_container {
    position: absolute;
    right: 0;
    top: 50px;
    padding: 4px;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

#footer #video_container video {
    display: block;
    width: 720px;
    height: auto !important;
}

#footer #contact {
    position: relative;
    top: 65px;
}

#footer #contact a, #footer #footer2 a {
    border-bottom: 1px dashed #fff;
}

#footer #contact p:nth-child(3) {
    margin-top: 30px;
}

#footer #footer2 {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    background: #004f8c;
}




@media (max-width: 1180px) {


    body {
        font-size: 17.85px;
    }

    p {
        margin-bottom: 13px;
    }

    small, .small {
        font-size: 15.3px;
    }

    #header {
        height: 162px;
    }

    #header #logo {
        top: 17px;
        width: 361px;
        margin-left: -206px;
    }



    #topmenu {
        width: 952px;
        height: 162px;
    }

    #topmenu ul li {
        height: 34px;
        line-height: 34px;
        top: 64px;
    }

    #topmenu ul li:nth-child(1) { left: 0; }
    #topmenu ul li:nth-child(2) { left: 98px; }
    #topmenu ul li:nth-child(3) { right: 178px; }
    #topmenu ul li:nth-child(4) { right: 0; }

    #topmenu ul li a {
        height: 34px;
        line-height: 34px;
        font-size: 18.7px;
    }


    #content {
        width: 952px;
        margin-top: 59px;
        padding-bottom: 637px;   
    }


    #content h1 {
        font-size: 30.6px;
        margin-bottom: 25.5px;
    }


    #content h2 {
        font-size: 25.5px;
        margin-bottom: 8px;
    }

    #content h2.big_gap {
        margin-bottom: 17px;
    }

    #content #message > div {
        margin-bottom: 42px;
        padding: 25px;
    }


    #content ul.list li {
        padding-left: 15px;
        margin-bottom: 9px;
    }

    #content ul.list li:before {
        width: 5px;
        height: 5px;
        top: 12px;
    }


    /* Awards */

    .awards {
        margin-top: 128px;
    }

    .awards img {
        margin: 0 25px;
        height: 136px;
        width: auto;
    }


    /* Tabelle */

    table.ferienwohnung {
        margin-top: 26px;
    }

    table.ferienwohnung td {
        padding: 4px 9px;
        font-size: 17px;
    }




    /* Kontakt */




    input, button, textarea, select {
        padding: 3px 7px;
        font-size: 16.15px;
    }

    input#saddr {
        width: 300px !important;
    }

    input.gr_button, button#bfSubmitButton {
        font-size: 17px;
        margin-top: 9px;
        padding: 4px 8px;
    }

    input.gr_button {
        font-size: 16.15px;
        padding: 3px 6px;
    }

    button#bfSubmitButton {
        margin-top: 25px;
    }

    input.ff_elem, textarea.ff_elem, select.ff_elem {
        margin-bottom: 17px;
    }

    textarea.ff_elem {
        height: 170px !important;
    }

    #bfElemWrap39 input, #bfElemWrap44 input {
        width: calc(100% - 41px) !important;
    }

    #bfElemWrap39 button, #bfElemWrap44 button {
        width: 30px;
        height: 30px;
        margin-top: 0;
    }


    .bfError {
        margin-bottom: 26px;
    }

    #bfLabel210 {
        padding-left: 25px;
    }

    input#ff_elem210 {
        top: 4px;
    }





    #footer {
        height: 408px;
    }

    #footer:before {
        top: -153px;
        height: 153px;
        background-size: auto 153px;

    }

    #footer #footer_inner {
        width: 952px;
        height: 408px;
    }

    #footer #video_container {
        top: 42px;
        padding: 3px;
    }

    #footer #video_container video {
        width: 612px;
    }

    #footer #contact {
        top: 55px;
    }

    #footer #contact p:nth-child(3) {
        margin-top: 25px;
    }

    #footer #footer2 {
        height: 51px;
        line-height: 51px;
        font-size: 17px;
    }

}






@media (max-width: 980px) {
	
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}
    


    #header {
        height: 150px;
    }

    #header #logo {
        left: auto;
        top: 19px;
        width: auto;
        height: 110px;
        margin-left: 0;
        right: 30px;
    }
    
    
    .ls-gui-element {
        display: none;
    }
    
    #wrapper {
        overflow: hidden;
    }
    
    
    
    #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #webpage_overlay, #footer_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.5);
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==');
        transition: opacity 0.3s ease-in, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-in, visibility 0s 0s; 
    }
    
    #menu {
        background: #004f8c;
        position: absolute;
        width: 300px;
        padding: 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-in;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }

    #menu.menu_active {
        transform: translateX(0); 
    }
    
    #rmenu {
        position: absolute;
        left: 30px;
        top: 55px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 38px;
        display: block !important;
        font-size: 21px;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(225,111,4,1);
        position: relative;
        top: 19px;
        left: -60px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(224,93,0,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(225,111,4,1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: inline-block;
        padding-left: 60px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(225,111,4,1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    #menu ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #menu ul li {
        width: 100%;
        border-bottom: 1px dotted rgba(255,255,255,0.3);
        margin: 0;
        position: relative;
    }
    
    #menu ul li img {
        display: none;
    }

    #menu ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #menu ul li a {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 9px;
        padding-bottom: 8px;
        font-size: 22px;
    }
    
    #menu .menu_umgebung ul li a {
        font-size: 19px;
    }

    #menu ul li ul li:first-child {
        border-top: 1px dotted rgba(255,255,255,0.3);
    }

    #menu ul li a:before {
        content: '';
        display: block;
        position: absolute;
        left: -35px;
        top: 21px;
        width: 5px;
        height: 5px;
        background: #fff;
    }

    #menu ul li.current a:before, #menu ul li a:hover:before {
        left: 0;
    }

    #menu ul li.current a, #menu ul li a:hover {
        padding-left: 15px;
    }

    #menu ul li ul li a, #menu ul li.current ul li a {
        padding-left: 30px;
        font-size: 19px;
    }

    #menu ul li ul li.current a, #menu ul li ul li a:hover, #menu ul li.current ul li.current a, #menu ul li.current ul li a:hover  {
        padding-left: 45px;
    }

    #menu ul li.current ul li a:before {
        left: -35px;
    }

    #menu ul li ul li a:before {
        top: 18px;
    }

    #menu ul li ul li.current a:before, #menu ul li ul li a:hover:before {
        left: 30px;
    }
    
     

    #topmenu {
        display: none;
    }
    


    #content {
        width: 100%;
        margin-top: 45px;
        padding: 0 30px 600px;
        box-sizing: border-box;
    }
    
    



    .gallery > div {
        padding: 4px;
    }



    /* Kontakt */

    #content #kontakt {
        flex-wrap: wrap;
    }

    #content #kontakt > div:nth-child(1) {
        width: 100%;
        margin-bottom: 80px;
    }

    #content #kontakt > div:nth-child(2) {
        width: 100%;
    }



    
    
    #footer {
        height: 550px;
    }

    #footer:before {
        top: 0;
        height: 100px;
        background-size: auto 100px;

    }

    #footer #footer_inner {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        top: 100px;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footer #video_container {
        top: auto;
        padding: 3px;
        position: relative;
        margin: auto;
    }

    #footer #video_container video {
        width: 100%;
    }

    #footer #contact {
        display: none;
    }

    #footer #footer2 {
        display: none;
    }
    
}



@media (max-width: 760px) {



    .hd_smpt {
        display: none;
    }
    
    #header {
        height: 80px;
    }

    #rmenu {
        position: absolute;
        left: 25px;
        top: 20px;
    }
    
    #rmenu #rmenu_icon {
        top: 19px;
        left: 0;
    }
    
    #rmenu_trigger {
        display: block;
        padding-left: 0;
        width: 40px;
    }

    
    #header #logo {
        top: 10px;
        height: 60px;
        right: 25px;
    }
    

    

    
    #menu ul li a {
        padding-top: 8px;
        padding-bottom: 7px;
        font-size: 20px;
    }

    #menu ul li a:before {
        top: 17px;
    }

    #menu ul li ul li a, #menu ul li.current ul li a, #menu .menu_umgebung ul li a {
        font-size: 17px;
    }

    #menu ul li ul li a:before {
        top: 16px;
    }
    
    
    #content {
        width: 100%;
        margin-top: 30px;
        padding: 0 25px 450px;
        box-sizing: border-box;
    }
    
    #content h1 {
        font-size: 27.5px;
        margin-bottom: 23px;
    }


    #content h2 {
        font-size: 23px;
        margin-bottom: 7px;
    }

    #content h2.big_gap {
        margin-bottom: 16px;
    }
    
    /* Awards */

    .awards {
        margin-top: 50px;
    }
    
    #footer {
        height: 430px;
    }

    #footer:before {
        top: 0;
        height: 80px;
        background-size: auto 80px;

    }

    #footer #footer_inner {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        top: 80px;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}



@media (max-width: 460px) {

    .hd_smpt {
        display: none;
    }

    #rmenu {
        left: 20px;
    }

    
    #header #logo {
        right: 20px;
    }

    
   #webpage.menu_active {
        transform: translateX(240px); 
    }
    
    #footer.menu_active {
        transform: translateX(240px); 
    }

    #menu {
        width: 240px;
        padding: 20px;
        transform: translateX(-240px);
    }
    
    #menu ul li ul li a, #menu ul li.current ul li a {
        padding-left: 25px;
    }

    #menu ul li ul li.current a, #menu ul li ul li a:hover, #menu ul li.current ul li.current a, #menu ul li.current ul li a:hover  {
        padding-left: 40px;
    }
    
    #menu ul li ul li.current a:before, #menu ul li ul li a:hover:before {
        left: 25px;
    }
    

    #content {
        margin-top: 25px;
        padding: 0 20px 300px;
        box-sizing: border-box;
        text-align: left;
    }
    
    
    
    
    /* Awards */
    
    .awards img {
        margin: 0 20px;
        height: 100px;
    }
    
    
    
    table.ferienwohnung td {
        display: block;
    }

    table.ferienwohnung td:nth-child(1) {
        white-space: normal;
        padding-bottom: 0;
    }

    table.ferienwohnung td:nth-child(1):after {
        content: ':';
    }

    table.ferienwohnung td:nth-child(2) {
        padding-top: 0;
    }


  
    /* SIGE */


    ul.sige li {
        width: 30% !important;
        height: 30% !important;
        margin-right: 5%;
        margin-bottom: 5% !important;
    }

    .gallery > div {
        width: 30%;
        height: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .gallery > div:nth-child(4n) {
        margin-right: 5%;
    }

    .gallery > div:nth-child(3n) {
        margin-right: 0;
    }

    

    
    


    input#saddr {
        width: 100% !important;
    }
    
    #newrecaptcha {
        transform: scale(0.9);
        transform-origin: left top;
    }


    #footer {
        height: 280px;
    }

    #footer:before {
        top: 0;
        height: 60px;
        background-size: auto 60px;

    }

    #footer #footer_inner {
        padding: 0 20px;
        top: 60px;
        height: 220px;
    }


}
