input, textarea {border: 1px solid #ccc}
select{
    height: 50px;
    padding: 0 17px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fafafa;
}
.sb-page-header, .page-header{ /* b ySB */
    position: fixed;
    /*background: url(../img/bcciLogo.png) no-repeat;*/
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 300px auto;
    background-position: left;
    width: 100%;
    border-bottom: 1px solid gray;
    padding: 20px;
    z-index: 1;
    margin: 0;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sb-page-header h1, .page-header h1{ /* b ySB */
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: right;
}
.sub-title {
    color: #525252;
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/* The container */
.sb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.sb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  /*top: 0;*/
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.sb-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sb-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.sb-container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label.sb-container{
    font-size: 16px;
    color: #555;
}
.required:after {
    color: red;
    content: "*";
    padding-left:1%;
}
.sb-main{
    padding: 10px;
    border-radius: 5px;
    margin-top: -50px;
    margin-bottom: 25px;
}
.sb-danger-bg{
    background: #f8d7da;
    color: #dd0000;
}
.sb-success-bg{
    background: #d4edda;
    color: #155724;
}
.sb-danger{color: #dd0000;}
.sb-success{color: #00dd00;}


.fieldset-block { float: left; padding: 5px;}
/*.sb-page-header, .page-header{  b ySB 
    position: fixed;
    background: white;
    width: 100%;
    border-bottom: 1px solid gray;
    padding: 5px;
    z-index: 1;
}
.sb-page-header, .page-header h1{  b ySB 
    font-size: 28px;
}*/
.sb-col-100{
    width: 100%;
}
textarea {
    resize: none;
    line-height: 30px !important;
    padding-top: 10px !important;
    height: 150px;
}
.highlight-err{
    color: red;
}
.navigation .btn{
    background: cadetblue;
}
.y-avail, .n-avail{
    background: yellow;
    margin-left: 10px;
    padding: 4px 6px;
    border-radius: 19px;
    display: block;
    width: 25px;
    line-height: 14px;
    float: right;
    color: white;
}
.y-avail{
    background: green;
}
.n-avail{
    background: red;
}

.sb-button{
    display: inline-block;
    line-height: 50px;
    padding: 0 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
    background: #4272d7;
    border-radius: 5px;
    text-decoration: none;
}
.sb-button:hover, .sb-button:focus{
    text-decoration: none;
    color: #fff;
}
.sb-nav {
    background: cadetblue;
}
.sb-nav:hover {
    background: #0f4b69;
}

.sb-table th, .sb-table td{
    line-height: 30px !important;
} 
.payment-link{
    background: #fff;
    width: 41%;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 2px 2px #ddd;
    border: 1px solid #bbb;
    margin: 20px 10px;
}
.payment-link p{
    margin: 10px;/*40px 20px;*/
    /*float: left;*/
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.payment-link.lft{
    float: left;
}
.payment-link.rgt{
    float: right;
}
.credimax, .benefit{
    background-size: auto;
    display: block;
    height: 75px;
    width: 75px;
    float: right;
    margin: 20px;
    border: 1px solid #bbb;
    border-radius: 50px;
    background-size: 75px;
    background-position: center;
    background-repeat: no-repeat;
}
.credimax{
    background-image: url(../img/cred1.png);
}
.benefit{
    background-image: url(../img/bene1.png);
}
.receipt-area{
    background: white;
    padding: 20px;
}
.receipt-area p{
    line-height: 30px;
}
.add_more, .remove_this{
    top: 40px;
    position: relative;
}
.sb-a{
    width: 70px;
}
.sb-b{
    width: 100px;
}
.sb-c{
    width: 120px;
}
.summary{ width: 98%;}
.summary .input-group{ width: 100%;}
form .lft, form .rgt, .summary .lft, .summary .rgt{width: 50%;}
.summary label { font-weight: normal;}
.summary .summ-line{
    font-weight: bold;
    width: 100%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #bbb;
    margin: 5px 0;
}
.lft{ text-align: left; float: left;}
.rgt{ text-align: right; float: right;}
.required.rgt:before {
    color: red;
    content: "*";
    padding-left:1%;
}
.required.rgt:after {
    content: "";
}

.pay-row span:last-child{
    font-size: 24px;
    color: red;
}
.d-links{
    float: left;
    padding: 10px 0;
    margin: 30px 3px;
}
.d-links .sb-button{
    padding: 25px;
    border-radius: 25px;
}
/*
@media (min-width: 1000px) {
    label{
        display: none;
    }
    #as label{
        display: inline-block;
    }
    .remove_this{
        top: 20px;
    }
    .fieldset_fields hr{
        display: none;
    }
}*/

@media (max-width: 376px) {
       .sb-a, .sb-b, .sb-c{
       width: 100%;
   }
   .credimax, .benefit{
       display: none;
   }
   .payment-link p{
       width: 100%;
       text-align: center;
       margin: 10px 0;
   }
   form .lft, form .rgt, .summary .lft, .summary .rgt{width: 100%;}
   h4.lft, h4.rgt{margin: 5px 0;}
   .d-links, .d-links .sb-button{
       width: 100% !important;
       margin: 5px 0;
   }
}
@media (max-width: 667px) {
    .sb-button{
        padding: 0 20px;
        text-align: center;
    }
    .pay-row span:last-child{
        display: block;
    }
    .d-links{
        width: 50%;
        padding: 10px;
    }
    .d-links .sb-button{
        width: 100%;
        padding: 10px;
    }
    .d-links .sb-button{
         
    }
}
@media (max-width: 767px) {
  .sb-page-header, .page-header{ /* b ySB */
      
   }
   .sb-page-header h1, .page-header h1{
       color: transparent;
   }   
   .btn{
       padding-left: 20px;
       padding-right: 20px;
   }
   .payment-link{
       /*width: 100%;*/
   }
   .payment-link.lft, .payment-link.rgt{
        float: none;
    }

}

@media print {
    *{
        font-size: 12px;
    }
    .sb-page-header{
        display: block;
    }
    .p-b-100, .p-b-130, .card-body{
        padding: 20px 0 !important;
    }
    .wrapper--w680{
        max-width: 100%;
    }
    .sb-button{
        display: none;
    }
    /* PRINT Inhaltsbreite setzen */
    @page {
    size:210mm 297mm; /* portrait */
    margin: 1.5cm;
    }
}
