.notepad-entry{
    border-top:1px solid #ccc;
    display:flex;
    flex-direction: row;
    padding:10px 0;
}

.notepad-entry:last-child{
    border-bottom:1px solid #ccc;
}
.notepad-picture{
    width: 150px;
}
.notepad-rightcol{
    width: 150px;
    text-align: right;
}
.notepad-price{
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    display: block;
    margin-top: 20px;
}
.notpad-footer{
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}
.productbtn,
.notpad-primary-button{
    background:#ffee00;
    color:#0E2C8E;
    border:0px;
    border-radius: 3px;
    padding: 10px 18px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}
.productbtn:hover,
.notpad-primary-button:hover{
    color:#005580;
    text-decoration: underline;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
.notpad-secondary-button{
    background:#0E2C8E;
    color:#ffee00;
    border:0px;
    border-radius: 3px;
    padding: 10px 18px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}
.notpad-secondary-button:hover,
.notpad-secondary-button:focus{
    color:#d4c603!important;
    text-decoration: underline;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
.notpad-tax{
    font-size: 14px;
    text-align: right;
    display: block;
    margin: 10px 0;
}
.notepad-description{
    width: calc(100% - 300px);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.notepad-description h3{
    margin-top: 0px;
}

.amountgroup{
    display:flex;
    flex-direction: row;
}
.minusbutton,
.plusbutton{
    background:#fff;
    border:2px solid #ccc;
    height:50px;
    width:50px;
    text-align: center;
    line-height: 50px;
    padding: 0px;
    transition: all 0.3s ease-in-out;
}
.minusbutton:hover,
.plusbutton:hover{
    border-color:#478cca;
}
input.productAmount{
    height:46px!important;
    width: 60px!important;
    margin:0px!important;
    border:2px solid #ccc!important;
    background-color: #f4f4f4!important;
    padding: 0px!important;
    text-align: center!important;
    border-left: 0px!important;
    border-right: 0px!important;
}
input[type=number].productAmount::-webkit-inner-spin-button,input[type=number].productAmount::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.minusbutton{
    border-radius: 2px 0px 0px 2px;
}
.plusbutton{
    border-radius: 0px 2px 2px 0px;
}
.meganavigation #js-mainnav .active .notepadmenu span.menu-title,
.notepadmenu span.menu-title{
    background:#478cca;
    color:#fff!important;
    border-radius:20px;
    padding:5px 10px;
    line-height:20px;
}

#notepad-badge{
    margin-left:5px;
    background-color:  #fff;
    color:#000;
}
.card-delete,
.notepad-delete{
    border: 0px;
    border-radius: 0;
    color: #999999;
    background: none;
    text-align: right;
    transition: all 0.175s ease-in-out;
}
.card-delete:hover,
.notepad-delete:hover{
    color: #666;
}

.merkmal-group{
    /* display:flex; */
    flex-direction: row;
}
.merkmal-group label{
    width:150px;
}

.notepad-add-group{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    width: 320px;
    margin-bottom:20px;
}
.notepad-add-group .amountgroup{
    margin-right: 10px;
}

.anfragetable{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
.anfragetable th{
    font-weight: bold;
}
.anfragetable td,
.anfragetable th{
    padding:10px 0;
}
.productamount{
    font-size:12px;
    color:#666666;
}

.greybox{
    background:#f5f5f5;
    border-radius:5px;
    padding:10px;
}
.line-top{
    border-top:1px solid #c4c4c4;
}
.greytxt{
    color:#666666;
}
.boldtxt{
    font-weight:bold;
}

.w100{
    width:100%!important;
}

.com_produktanfragen .greybox .nav li{
    border-bottom: 1px solid #ccc;
}
.com_produktanfragen .greybox .nav li a{
    padding:10px 5px;
    color:#333333;
}

.passwordforget{
    float:right;
}
.passwordforget a{
    color:#666;
    font-size: 12px;
    text-decoration: underline;
}

.registerform input[type="text"],
.registerform input[type="password"],
.registerform input[type="email"],
.registerform input[type="number"],
.registerform input[type="tel"],
.registerform input[type="date"]{
    background: #f5f5f5!important;
    border:0px!important;
    border-radius: 2px!important;
    padding: 10px!important;
    margin: 0px 20px 0 0!important;
    width: calc(100% - 20px)!important;
}
.registerform input[type="checkbox"]{
    width:20px;
    height:20px;
    margin-top:0px;
}
.registerform input[type="radio"]{
    width:20px;
    height:20px;
    margin:0px 15px 5px 0px;
}
.registerform select{
    background: #f5f5f5!important;
    border:0px!important;
    border-radius: 2px!important;
    padding: 10px!important;
    margin: 0px 20px 0 0!important;
    width: 100%!important;
    height: 38px;
}
.registerform .row-fluid{
    margin-bottom:20px;
}
/* .registerform label{
    font-weight: bold;
    color:#666;
    margin-bottom: 5px;
    line-height: 30px;
} */
#loginform{
    margin-bottom: 50px;
    max-width:400px;
    width: 100%;
}

#js-mainnav.megamenu ul.level0 li.mega.logout{
    display:none;
}

.adressen {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
dialog:modal{
    padding:0px;
    border-radius:15px;
    border:1px solid rgba(30, 115, 190,0.1);
    box-shadow: 2px 5px 10px 0px rgba(30, 115, 190,0.3);
}
dialog:modal > div{
    padding:10px 20px;
}
dialog .dialog-close{
    position:absolute;
    top:10px;
    right:10px;
    font-size:20px;
    color:#666;
    cursor:pointer;
}
.adresscard{
    border-radius:15px;
    border:1px solid rgba(30, 115, 190,0.1);
    padding:10px 20px;
    margin-bottom:0px;
    box-shadow: 2px 5px 10px 0px rgba(30, 115, 190,0.3);
}
.adresscard h4{
    margin-top:0px;
    font-weight:bold;
}