
body {
  max-width: 100vw;
}
body .login-title,
body .logo-wrapper,
body #contentbox-wrapper .arrow {
  display: none;
}

@media (max-width: 736px) {
  body {
    background: url("mobile/background.jpg") center center no-repeat;
    background-size: cover;
    min-height: 100vh;
  }
  body #testbg {
    overflow-x: hidden;
  }
  body [data-cookiemon-privacybutton] {
    position: absolute !important;
    right: 10px !important;
  }
  body #registerlayer[style*=block] {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex !important;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
  }
  body #registerlayer[style*=block] #div_register > h3,
body #registerlayer[style*=block] #div_sendpw > h3 {
    border-radius: 15px 15px 0 0;
    background: linear-gradient(0deg, #ededed 55%, #e9e9e9 40%);
    border: 2px solid #dfdfdf;
    line-height: 35px;
    height: 35px;
    margin: -10px -10px 0 -10px;
    margin-bottom: 20px;
  }
  body #registerlayer[style*=block] #formForgotPW > h3 {
    border-radius: 15px 15px 0 0;
    background: linear-gradient(0deg, #ededed 55%, #e9e9e9 40%);
    border: 2px solid #dfdfdf;
    line-height: 35px;
    height: 35px;
    margin: -20px -20px 0 -20px;
    margin-bottom: 20px;
  }
  body #registerlayer[style*=block] #div_register,
body #registerlayer[style*=block] #div_sendpw,
body #registerlayer[style*=block] #formForgotPW {
    position: relative;
    background: #fff;
    left: unset;
    top: unset;
    padding: 10px;
    max-width: 320px;
    border-radius: 15px;
    height: unset !important;
    width: unset;
  }
  body #registerlayer[style*=block] #div_register form,
body #registerlayer[style*=block] #div_sendpw form,
body #registerlayer[style*=block] #formForgotPW form {
    position: relative;
  }
  body #registerlayer[style*=block] #div_register input:not([type=checkbox]),
body #registerlayer[style*=block] #div_register select,
body #registerlayer[style*=block] #div_sendpw input:not([type=checkbox]),
body #registerlayer[style*=block] #div_sendpw select,
body #registerlayer[style*=block] #formForgotPW input:not([type=checkbox]),
body #registerlayer[style*=block] #formForgotPW select {
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  body #registerlayer[style*=block] #div_register input:not([type=checkbox])[type=submit],
body #registerlayer[style*=block] #div_register select[type=submit],
body #registerlayer[style*=block] #div_sendpw input:not([type=checkbox])[type=submit],
body #registerlayer[style*=block] #div_sendpw select[type=submit],
body #registerlayer[style*=block] #formForgotPW input:not([type=checkbox])[type=submit],
body #registerlayer[style*=block] #formForgotPW select[type=submit] {
    margin-top: 10px;
    background-color: #7fa206;
    color: #fff;
    border: 2px solid #587104;
  }
  body #portaltransp {
    position: fixed;
  }
  body #portalform[style*=block] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    height: 100vh;
    background: none;
    padding: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 736px) and (min-width: 450px) {
  body #portalform[style*=block] .left {
    max-width: 160px;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] .left {
    font-weight: bold;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] .right {
    margin-bottom: 10px;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] .right,
body #portalform[style*=block] .left {
    width: 100%;
    display: block;
    float: none;
    box-sizing: border-box;
  }
  body #portalform[style*=block] .right input,
body #portalform[style*=block] .right select,
body #portalform[style*=block] .left input,
body #portalform[style*=block] .left select {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #dfdfdf;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] form {
    position: relative;
    border-radius: 15px;
    background: linear-gradient(0deg, #dfdfdf 0%, #fff 30%);
    max-width: 450px;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] #portalformtop {
    border-radius: 15px 15px 0 0;
    background: linear-gradient(0deg, #ededed 55%, #e9e9e9 40%);
    border: 2px solid #dfdfdf;
    line-height: 35px;
    height: 35px;
    margin: 0px 0px 0 0px;
    text-align: center;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] #portalformmiddle {
    width: unset;
    background: #efefef;
    height: unset;
    margin: 20px 20px 10px 20px;
    border-radius: 15px;
  }
}
@media (max-width: 736px) and (min-width: 450px) {
  body #portalform[style*=block] #portalformmiddle {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
  }
  body #portalform[style*=block] #portalformmiddle br {
    display: none;
  }
  body #portalform[style*=block] #portalformmiddle .info,
body #portalform[style*=block] #portalformmiddle #porterror {
    grid-column: 1/span 2;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] #portalformmiddle br {
    line-height: 0;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] #portsubmit {
    background: linear-gradient(0deg, #c4d838 0% 0%, #7fa206 20% 70%, #c4d838 100% 100%);
    width: unset;
    height: unset;
    padding: 10px 40px;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    margin-top: 0;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] #porterror {
    margin-top: 10px;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] #portalformbottom {
    height: unset;
    margin-left: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] #portalclose {
    top: 13px;
  }
}
@media (max-width: 736px) {
  body #portalform[style*=block] #portalformtop,
body #portalform[style*=block] #portalformbottom {
    width: unset;
    margin-left: unset;
  }
}
@media (max-width: 736px) {
  body .logo-wrapper {
    height: 150px;
    margin-top: 70px;
    background-color: rgba(103, 165, 78, 0.55);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .logo-wrapper img {
    max-width: 90vw;
    max-height: 125px;
  }
}
@media (max-width: 736px) {
  body #contentbox-wrapper {
    margin: 50px auto 0 auto;
    display: flex;
    align-items: center;
  }
  body #contentbox-wrapper .arrow {
    flex-grow: 1;
    text-align: left;
    margin: 5px;
    display: block;
  }
  body #contentbox-wrapper .arrow.arrow-left {
    text-align: right;
  }
  body #contentbox-wrapper .arrow.arrow-left img {
    transform: rotateY(180deg);
  }
  body #contentbox-wrapper .arrow img {
    height: 40px;
  }
  body #contentbox-wrapper .contentboxes {
    background: url("mobile/textbox.png") center center no-repeat;
    background-size: 100% 100%;
    height: 228px;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    max-width: 345px;
    position: relative;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  body #contentbox-wrapper .contentboxes {
    height: 320px;
  }
}
@media (max-width: 736px) {
  body #contentbox-wrapper .contentboxes .content-header {
    background: url("mobile/banner_bottom.png") center center no-repeat;
    background-size: contain;
    height: 74px;
    margin-left: -65px;
    width: 220px;
    margin-top: -50px;
    position: absolute;
    color: #d2f3a2;
    font-size: 23px;
    font-weight: bold;
    z-index: 200;
  }
  body #contentbox-wrapper .contentboxes .content-header > span {
    transform: rotate(-7deg);
    white-space: nowrap;
    left: 50px;
    position: absolute;
    bottom: 26px;
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 736px) {
  body #contentbox-wrapper .contentboxes .slides {
    height: 100%;
    overflow-y: scroll;
    /* Firefox Scrollbars */
    scrollbar-color: #b68340 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
  body #contentbox-wrapper .contentboxes .slides::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 5px;
  }
  body #contentbox-wrapper .contentboxes .slides::-webkit-scrollbar-track {
    background: #b68340;
    border-radius: 5px;
  }
  body #contentbox-wrapper .contentboxes .slides::-webkit-scrollbar-thumb {
    background: #362b10;
    border-radius: 5px;
  }
  body #contentbox-wrapper .contentboxes .slides .slide {
    display: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 25px;
    font-weight: bold;
    color: #362b10;
    font-size: 12px;
    text-align: left;
  }
  body #contentbox-wrapper .contentboxes .slides .slide.show {
    display: block !important;
  }
  body #contentbox-wrapper .contentboxes .slides .slide #cb_close {
    display: none;
  }
  body #contentbox-wrapper .contentboxes .slides .slide h5 {
    font-size: 14px;
  }
  body #contentbox-wrapper .contentboxes .slides .slide #cb_text {
    width: 100%;
    height: unset;
    top: unset;
    left: unset;
    margin: 0;
    position: relative;
  }
  body #contentbox-wrapper .contentboxes .slides .slide #cb_text .cbody,
body #contentbox-wrapper .contentboxes .slides .slide #cb_text .cbox {
    overflow-y: unset;
    width: unset;
    height: unset;
  }
}
@media (max-width: 736px) {
  body #portalloginbutton {
    margin: 15px auto 0 auto;
    position: relative;
    width: 245px;
    background-size: cover;
    height: 54px;
    left: -25px;
    top: unset;
  }
  body #portalloginbutton:hover {
    background-position: 0 -55px;
  }
}
@media (max-width: 736px) {
  body #loginform {
    margin: 30px auto 0 auto;
    position: relative;
    background: url("mobile/loginbox.png") center center no-repeat;
    background-size: cover;
    height: 240px;
    width: 260px;
  }
  body #loginform form {
    position: static;
    padding: 75px 10px 10px 10px;
    box-sizing: border-box;
  }
  body #loginform table {
    width: 100%;
  }
  body #loginform table tbody tr:first-child .r {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
  }
  body #loginform table tbody tr:first-child .r #submitlogin {
    height: 34px;
    width: 120px;
    background: url("mobile/loginbutton.png") center center no-repeat;
    background-size: cover;
    color: #352507;
    font-size: 12px;
  }
  body #loginform table tbody tr:nth-child(3) .m {
    padding-top: 4px;
  }
  body #loginform table .options {
    padding-top: 23px;
  }
  body #loginform table .options a {
    color: #362b10;
  }
  body #loginform table .l {
    color: #362b10;
    font-size: 12px;
  }
  body #loginform table .m input,
body #loginform table .m select {
    height: 22px;
    width: 100%;
    background-color: #b68340;
    border: 1px solid #55340e;
    border-radius: 2px;
    box-sizing: border-box;
  }
  body #loginform .login-title {
    display: block;
    background: url("mobile/banner.png") center center no-repeat;
    background-size: contain;
    height: 76px;
    position: absolute;
    width: 346px;
    margin-left: -43px;
    top: -5px;
    color: #d2f3a2;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 736px) {
  body #testbg,
body #loginlayer {
    background: none;
    margin-top: 0;
    position: relative;
    margin-left: unset;
    left: unset;
    width: unset;
    height: unset;
  }
}
@media (max-width: 736px) {
  body #loginform {
    top: unset;
    left: unset;
  }
}
@media (max-width: 736px) {
  body #footer {
    position: relative;
    top: 0;
    width: unset;
    left: 0;
    margin-left: 0;
    color: #cff76f;
    padding: 20px;
  }
  body #footer > p {
    margin: 0;
  }
  body #footer table {
    display: none;
  }
}
@media (max-width: 736px) {
  body #ftext,
body #contentbox1,
body #contentbox2,
body #portalform {
    display: none;
  }
}
@media (max-width: 736px) {
  body #defaultUpjersToolbarContainer {
    min-width: unset !important;
    width: 100% !important;
  }
  body #defaultUpjersToolbarContainer #spact,
body #defaultUpjersToolbarContainer #flact {
    display: none;
  }
}

@media (max-width: 736px) {
	#contentbox1, #contentbox2, #contentbox3, #contentbox4, #contentbox5, #contentbox6, #contentbox7, #contentbox8 { background-image:none !important; }
	#infolayer { left:50% !important; margin-left:-250px; z-index:1000; }
    #infolayer_close { top:-5px !important; left:50% !important; margin-left:130px; }
	#infolayer_text { width:310px !important; margin:0 auto !important; margin-top:20px !important;  }
	#footer_stories { display:none; }
    .age_label { position:relative; top:auto; left:auto; margin:0 auto; margin-bottom:10px; }
    .t-online-header { position:absolute; top:0px; }
}

/*# sourceMappingURL=responsive.css.map */
