
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=9cd913c5-650e-4254-a2d5-cfdc2203e536");
@font-face{
    font-family:"FrutigerNextW01-Regular";
    src:url("../fonts/67f049a9-98c0-4488-a4e4-0be6cda6f7de.woff2") format("woff2"),url("../fonts/d74de079-587d-4049-9cca-50ba02a536f9.woff") format("woff");
}



html{
    font-size: 17px;
    line-height: 1.42857143;
}

body {
    margin: 10px;
    padding: 0px;
    font-size: 1.0rem;
    line-height: 1.42857143;
    text-align: left;
    font-weight: normal;
    font-family: "FrutigerNextW01-Regular",Arial,Verdana,sans-serif;
    color: #004277;
    background-color: #d8eaf5;
}



.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}


.row {
    margin-right: 0;
    margin-left: 0;
}

.schwarz,
p.schwarz,
p .schwarz,
a.schwarz{
    color: #000;
}

a{
    cursor: pointer;
}

a:hover{
    color: #000;
}

.underline,
a.underline{
    text-decoration: underline;
}

#page .nounderline,
#page a .nounderline,
#page a.nounderline,
#page a.nounderline:hover,
#page a:hover .nounderline{
    text-decoration: none;
}

.container-fluid{
    padding-right: 0;
    padding-left: 0;
}

#outercontainer{
    max-width: 1152px;
}


.mybtn{
    background: transparent;
    -webkit-appearance: button;
    font-weight: 700;
    font-style: normal;
    color: #004277;
    padding: 9px 20px 11px 20px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 0px;
    border: 2px solid #004277;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.mybtn:focus, .mybtn:active:focus, .mybtn:hover {
    color: #fff;
    border-color: #004277;
    background-color: #004277;
}

/* ******************************************************
    Teilnahmeform
****************************************************** */

form,
#winnerform,
#teilnahmeform{
    padding: 2vw 0 0 0;
}
.spaltelinksmobile,
.spaltelinks{
    padding: 0vw 8px 0 0;
}
.spalterechtsmobile,
.spalterechts{
    padding: 0vw 0vw 0 8px;
}
form .row.subrow,
#winnerform .row.subrow,
#teilnahmeform .row.subrow{
    margin-bottom: 14px;
}

label{
    font-size: 1.0rem;
    font-weight: bold;
    margin: 0 0 2px 2px;
    width: 100%;
    display: block;
}

.inputouter {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #004277;
    padding: 4px 6px;
}
.inputouter.aktiv {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6) 0 25px 0 rgba(0,0,0,0.7);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6) 0 25px 0 rgba(0,0,0,0.7);
}

.inputouter.has-error{
    border: 1px solid #cc0000;
}

select,
input[type=text],
input[type=email]{
    background: transparent;
    border: none;
    color: #555;
    font-size: 1.0rem;
    width: 100%;
    outline: none;
    min-height: 28px;
}


#captachimg{
    margin: 26px 0 30px 0;
    border: 1px solid #004277;
    height: 38px;
    width: 150px;
}


.fehlerausgabe{
    color: #cc0000;
}

.fehlerausgabe .fehlerhinweis{
    display: block;
    margin: 0 0 1vw 0;
}

label#photovoltaiklabel{
    font-weight: 700;

    font-size: 1.4rem;
}



/* Checkbox Style  */
.formelement.checkboxformelement{
    margin: 17px 0;
    min-height: 44px;
}
.checkbox {
    margin-top: 0;
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.checkbox label{
    font-size: 1.0rem;
    padding-left: 0;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #004277;
    border-radius: 0px;
}
#photovoltaiklabel .checkmark{
    top: 0.4rem;
}
.has-error .checkmark{
    border: 1px solid #cc0000;
}
.checkmark:after{
    content: "";
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: 2px solid #004277;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}




#kassenbonrow label{
    padding-top:0px;
    cursor: pointer;
}


#fileuploadwrapper{
}

form .fileUpload {
    padding: 0;
    position: relative;
}


#kassenbonrow label#lblbon{
    width: 100%;
    min-width: 280px;
    height: 28px;
    cursor: pointer;
    background-size: contain;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    padding: 5px 0 0 0;
    background: transparent;
    border: none;
    color: #555;
    font-size: 1.0rem;
    outline: none;
}


.fileUpload > input {
    visibility: hidden;
    width: 100%;
    min-width: 280px;
    height: 38px;
    position: absolute;
    top: 0;
}



.bic-col {
    display: none;
}

.ziffer {
    font-size: 80px;
    line-height: 86%;

/*
    background-image: linear-gradient(45deg, #004277 25%, rgb(0, 109, 197) 25%, rgb(0, 109, 197) 50%, #004277 50%, #004277 75%, rgb(0, 109, 197) 75%, rgb(0, 109, 197) 100%);
    background-size: 40.00px 40.00px;


    //background: rgba(0,66,119,90%);
*/
    background: #004277;


    color:#fff;
    border-radius: 20px;
    margin: 0 3px;
    padding:20px 15px;

    font-weight: 900;

}

.ziffer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.smaller {
    font-size:90%;
}



