body{font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:16px; color:#1f1a50;background:#000000;margin:0;padding:0;}
textarea{color: black; margin-left: 16px; width: calc(100% - 16px);}
#wrapper{
   /* position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -670px;
    margin-top: 0px; */
    /* width:1200px; //1337px */
    /* height:540px; */
}

#container {
    background: transparent url('img/2_landing_saules_elektrines_22_12_27.png') no-repeat 0% 50%;
    min-height:1074px;
    position: relative;
    max-width: 1336px;
    margin: 0 auto;
    padding: 90px 50px;
    display: flex;
    justify-content: space-between;
}
#container a.logo {
    position: absolute;
    width: 242px;
    height: 165px;
    border:0px solid white;
    left: 110px;
    top: 100px;
    text-indent: -99999px;
   /* background: url('img/bigbox.png');*/
}

a.like {
    /*background: url("img/like.png") no-repeat scroll 0 0 transparent;*/
    width: 110px;
    height: 40px;
    border:0px solid #000;
    position: absolute;
    right: 226px;
    bottom: 377px;
}
a.share {
/*background: url("img/share.png") no-repeat scroll 0 0 transparent;*/
    display: block;
    height: 37px;
    overflow: hidden;
    text-indent: -99999px;
    width: 226px;
    border:0px solid #000;
    position: absolute;
    left: 765px;
    bottom: 377px;

        }

a.tv1 {
/*background: url("img/share.png") no-repeat scroll 0 0 transparent;*/
    display: block;
    height: 341px;
    overflow: hidden;
    text-indent: -99999px;
    width: 100%;
    border:0px solid #000;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
}

a.tv2 {
/*background: url("img/share.png") no-repeat scroll 0 0 transparent;*/
    display: block;
    height: 285px;
    overflow: hidden;
    text-indent: -99999px;
    width: 506px;
    border:1px solid #000;
    position: absolute;
    right: 165px;
    bottom: 75px;

        }

#container #form {
    height: auto;
   /* background: url('img/form_bg.png') no-repeat center right;*/
    border:0px solid white;
}
#container #form form{
    background-color: #ffffffa8;
    padding: 20px;
}

#container #form label {
    cursor: pointer;
}

#container #form #rules {
    font-size: 13px;
    margin-left: 11px;
}

#container #form #rules label span {
    color: #ac0f07;
    display: inline-block;
    margin-left: 6px;
}

#container #form #rules a {
    color: #ffffff;
    text-decoration: underline;
}

#container #form #rules a:hover {
    text-decoration: none;
}

#container #form #rules #acceptRules {
    float: left;
    /*margin-top: 2px;*/
}

#container #form #rules .acceptRulesTxt {
    float: left;
    line-height: 20px;

}

#container #form button.submit {
    border: 0px solid black;
    width: 200px;
    height: auto;
    cursor: pointer;
    background: #03b0f7;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 1;
    margin: 0 auto;
    display: table;
}

#container #form dl {
    margin: 0px 0px 14px;
    padding: 0px;
}

#container #form .formElements{
    /*margin-top: 50px;*/
    /*float:right;*/
    /* width:370px; */
}

#container #form dl dt {
    padding: 2px 0px 0px 15px;
    margin: 0px 0px 7px;
}

#container #form dl dd {
    padding: 0px;
    margin: 0px;
}

#container #form dl dd input {
    width: calc(100% - 16px);
    height: 37px;
    margin-left: 15px;
    padding: 0px 10px;
    /*background: transparent url('img/input.png') no-repeat 0 0; */
    border: 0px;
    color: #161515;
    font-size: 16px;
}

#container #form dl.req dt {
    /*background: transparent url('img/required.png') no-repeat 0 0;*/
}

#container #form dl.error dd input {
    background-position: 0 -39px;
}

#container #form dl dt label span {
    display: none;
}
#container #form dl.error dt label span {
    color: #ac0f07;
    display: inline-block;
    margin-left: 6px;
}

#container #form dl dt label span.error {
    color: #ac0f07;
    margin-left: 6px;
}

.cms {
    line-height: 16px;
    font-size: 14px;
}

.cms p {
    margin: 0 0 10px;
}

.cms ol li {
    margin-bottom: 5px;
}

.cms h1 {
    font-size: 18px;
}

.cms a {
    color: #ffffff;
    text-decoration: underline;
}

.cms a:hover {
    text-decoration: none;
}


#footerLine{
    position: absolute;
    bottom: -45px;
    width:500px;
    right: 0;
    height:40px;
}

.form-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.info-text{
    width: 50%;
    height: auto;
    padding-right: 20px;
}
.info-text p{
	font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}
#mobile{
    display: none;
    min-height: 341px;
    padding: 20px;
    position: relative;
    margin-top: 10px;
}
#mobile .button{
    background-color: #ffdb0d;
    color: #000;
    margin-top: 20px;
    padding: 15px 25px;
    border-radius: 30px;
    width: fit-content;
}
#mobile .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #00000078;
    z-index: 1;
}
#mobile .text{
    position: relative;
    z-index: 2;
    color: #fff;
}
@media (max-width: 900px){
    #container{
        background-image: url("./img/mobile22_landing_saules_elektrines_22_12_27.png");
        flex-direction: column;
        padding: 20px;
        justify-content: unset;
        background-size: cover;
    }
    .info-text{
        width: 100%;
        padding-right: 0px;
    }
    #mobile{
        display: block;
    }
}
/*a.like, a.share, a.shopping {
    background: url("img/share.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 37px;
    left: 841px;
    overflow: hidden;
    text-indent: -99999px;
    width: 156px;
    float: right;
    margin-right:5px;
}


a.like {
    background: url("img/like.png") no-repeat scroll 0 0 transparent;
    width: 87px;
}

a.shopping{
    background: url("img/shopping.png") no-repeat scroll 0 0 transparent;
    width: 156px;
}                */