﻿body {
}



.banner {
    max-width: 100%;
    width: 100%;
}

ul {
    list-style-type: none;
}

.fa {
    width: 25px;
}
.testsiegel {
    max-width: 100%;
    width: 80;
    padding-top: 40px;
}

.hideSign {
    list-style: none
}


.containerPanel {
    /*  top, right, botom, left*/
    padding: 1% 0% 3% 0%;
}

.container {
    /*margin-top: 2%;*/
    padding-top: 1%;
}

.überschrift {
    font-size: 28px;
    color: #9D905D;
}


.buttonBackgroundColor {
    background-color: white;
}

.überschriftSchwarz {
    font-size: 28px;
}

.pdfLinks {
    text-decoration: underline;
}


#hinzufügen {
    margin-right: 5px;
}

.tdAnpassung {
    padding: 3px;
}


.abstandHorizontal {
    margin-right: 5px;
}

.fa-check:before {
    color: #EB5C47!important;
}

.textColorRed {
    color: #9D905D;
}


.fa {
  
}

.hakenPos{
  padding-bottom: 27px;
}
.abstand {
    padding-bottom: 8px;
}


.textBoxBorder {
    border-radius: 5px;
}


.expertTipp {
    background-color: #f39b04;
    padding: 8px 10px 10px 15px;
    border-radius: 10px;
    margin-top: 0.5em;
}

#expertTipps {
    font-size: 18px;
}


#Confirmation_RangeValidator1 {
    color: #ea0909;
    font-weight: bold;
}

.errorMessages {
    color: #ea0909;
    font-weight: bold;
}


.submittButton {
    /* font-size: 28px; */
    width: 50%;
    height: 60px;
    color: white;
    background-color: #EB5C47;
    border-radius: 5px;
}

    .submittButton:hover {
        box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
    }
/*  __________________________________    */
/*  __________________________________    */
#accordion {
    padding-top: 1em;
    padding-bottom: 1em;
}

.card.card-block {
    border: 1px solid #003399;
    background: rgba(246, 246, 245, 0.8);
}

.card {
    margin-bottom: 0.5em;
}

.card-header {
    background: #ffffff;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    background: #fff;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

    .card-header a {
        color: #545451;
        text-decoration: none;
        font-size: 20px;
    }

        .card-header a:hover {
            color: #545451;
            text-decoration: none;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.card-header a::after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    float: right;
}

.card-header:hover {
    background: #ebebeb;
}

div.collapse > div.expertTip {
    border: 1px solid #54cf61;
    margin-bottom: 0;
}

.card-block {
    padding: 1em;
}

div.card-block ul {
    padding-left: 1em;
}

    div.card-block ul ul {
        list-style-type: circle;
        padding-left: 1em;
    }

div.card-block a {
    color: #003399;
    font-size: 1.0em;
}

    div.card-block a:hover {
        color: #EB5C47;
        text-decoration: none;
    }

    div.card-block a i {
        padding-right: 5px;
    }

td.wordBold {
    font-weight: 600;
    width: 25%;
}

.tableTwoColumns {
    column-count: 2;
    column-gap: 4em;
}


/* ##### LogoArea ##### */
div.logoArea {
    background: #ffffff;
    min-height: 2em;
    display: block;
}

div.logoImage {
    margin: 1.5em auto;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 0!important;
    top: .14285714em;
    text-align: center;
}

.liHeight{height:20px;}

.datenschutzUndImpressum:hover{
    text-decoration:underline;
}

.auzählungCon {
    /* margin-top: 2%; */
    padding-top: 0 !important;
}

.submittButton{
    cursor: pointer;
}

/*.form-control .is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(/Images/validate/false.png);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


input:required:invalid, input:focus:invalid {
    padding-right: calc(1.5em + .75rem);
    background-image: url(/img/validate/false.png) !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border: 2px solid red !important;
}

input:required:valid, input:focus:valid {
    padding-right: calc(1.5em + .75rem);
    background-image: url(/img/validate/correct.png) !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}*/

/*#SEPAandIBANMainPanel_SEPAandIBAN_CheckBxSEPA > i {
    display: none !important;
}*/

.form-check > i {
    display: none !important;
}

.form-check > .help-block {
    font-size: 19px !important;
    font-weight: bold !important;
}

.dates > .glyphicon {
    display: none !important;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442 !important;
    font-size: 15px;
    font-weight: bold !important;
}

label {
    font-weight: normal !important;
}

label {
    display: inline !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    /* padding-left: 185px; */
}

input[type="submit"] {
    background: url(../img/Banner_Vertragabschluss.png) no-repeat;
}

.submittButton {
    color: transparent !important;
    background-color: transparent !important;
    border-radius: 5px;
}

    .submittButton:hover {
        box-shadow: none !important;
    }

    .caret{
        text-align: right;
    }

.selectSalutation > .form-control {
    padding: 6px 1px !important;
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
    font-size: 18px !important;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-color: #a94442 !important;
}

.help-block[data-bv-validator] {
    background-image: url(../img/validate/warning.png);
    background-repeat: no-repeat;
    padding-left: 30px; /* width of the image plus a little extra padding */
    display: block;
    background-size: 25px;
}

.abstandTxtBox{
    padding-bottom: 5px;
}

.textWrap > * {
    display: inline-block;
    max-width: 95%;
    vertical-align: top;
}

.textWrap {
    padding-bottom: 10px;
    display: block;
}

/*ALAUUV*/

#UserControlPage1_ButtonALAUUV_buttonnext {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage2_ButtonALAUUV_buttonnext {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage3_ButtonALAUUV_buttonnext {
    width: 15%;
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage1_ButtonALAUUV_buttonback {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage2_ButtonALAUUV_buttonback {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage3_ButtonALAUUV_buttonback {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

/*ALAUUV Ende*/
/*UV*/

#UserControlPage1_UV_ButtonALAUUV_buttonnext {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage2_UV_ButtonALAUUV_buttonnext {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage3_UV_ButtonALAUUV_buttonnext {
    width: 15%;
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage1_UV_ButtonALAUUV_buttonback {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage2_UV_ButtonALAUUV_buttonback {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

#UserControlPage3_UV_ButtonALAUUV_buttonback {
    width: 15%;
    /* padding-left: 49%; */
    background-color: #EB5C47;
    font-size: 16px;
    color: white;
    background-image: none;
    height: 35px;
}

/*UV Ende*/


@media (min-width: 320px) {
    .txtBxStreet {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxStreetNumber {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxPLZ {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxPlace {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 576px) {
    .txtBxStreet {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxStreetNumber {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxPLZ {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxPlace {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


@media (min-width: 768px) {
    .txtBxStreet {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxStreetNumber {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxPLZ {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtBxPlace {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


@media (min-width: 992px) {
    .txtBxStreet {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .txtBxStreetNumber {
        padding-left: 5px !important;
        padding-right: 0px !important;
    }

    .txtBxPLZ {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .txtBxPlace {
        padding-left: 5px !important;
        padding-right: 0px !important;
    }
}

