
.redbutton{
    cursor:pointer;
    background: linear-gradient(93.49deg, #FF6B6B -16.66%, #FF4E4E 6.97%, #E63946 40.52%, #D62828 77.75%, #C1121F 121.11%, #A10D16 185.32%);
}
.bluebutton{
    cursor:pointer;
    background: linear-gradient(93.49deg, #00A1DF -16.66%, #008DD4 6.97%, #0077C8 40.52%, #0068BF 77.75%, #005FBA 121.11%, #005CB9 185.32%);
}

.inline {
   margin-right:5px;
   top: 0px;
}

.gmktec-button-style-endless{
    background: linear-gradient(93.49deg, #00A1DF -16.66%, #008DD4 6.97%, #0077C8 40.52%, #0068bf 77.75%, #005FBA 121.11%, #005CB9 185.32%);
    border-radius: 40px;
    height: 44px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 25px 0px 25px;
    cursor: pointer;
}
.gmktec-button-style{
    background: linear-gradient(93.49deg, #00A1DF -16.66%, #008DD4 6.97%, #0077C8 40.52%, #0068bf 77.75%, #005FBA 121.11%, #005CB9 185.32%);
    border-radius: 40px;
    height: 44px !important;
    line-height: 44px;
    min-width: 152px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.gmktec-button-style-small-inside-table{
    background: linear-gradient(93.49deg, #00A1DF -16.66%, #008DD4 6.97%, #0077C8 40.52%, #0068bf 77.75%, #005FBA 121.11%, #005CB9 185.32%);
    border-radius: 40px;
    min-width: 106px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    line-height: 22px;
}
.pagination a.gmktec-button-paging:hover {
    color: #00A1DF;
}

.form-button-left{
    display:inline-block;
    float:left;
    margin-left:3%;
}
.form-button-right{
    display:inline-block;
    float:right;
    margin-right:3%;
}
.navbar_button_extra{
    font-size: 16px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#id_kam{
    margin-right: 20px;
    padding-left: 22px;
    width: 335px;
    height:25px;
    border-radius:7px;
}
.zieh-den-knopf-nach-links{
    margin-left: -40px;
}
.back_top{
    border-radius: 5px;
    border: 0px;
    height: 30px;
    width: 30px;
    color: white;
}
#Back2Top{
    display: block;
}
.error-field {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.field_toggle_button_enable {
    background: linear-gradient(93.49deg, #A8FF78 -16.66%, #85FF4F 6.97%, #5DFF2F 40.52%, #2FE640 77.75%, #12CC32 121.11%, #00B722 185.32%);
}
.field_toggle_button_disable {
    background: linear-gradient(93.49deg, #FFBABA -16.66%, #FF8C8C 6.97%, #FF5C5C 40.52%, #E64242 77.75%, #CC3232 121.11%, #B72222 185.32%);

}

.gmktec-button-style,
.gmktec-button-style:link,
.gmktec-button-style:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 16px;
  min-height: 40px;
  min-width: 150px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  background-color: #00447c;
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.gmktec-button-style:hover {
  background-color: #0060aa;
}