:root{
    --input-height: 25px;
    --input-width: 200px;
    --cell-height: 38px
}
.gmk-font-style{
    font-family: 'Montserrat', sans-serif;
}
.google-bar{
    height: 44px;
    width: 488px;
    border-radius: 40px;
    border: 1px black solid;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bolder;
    font-size: 21px;
}
#gmktec-logo-link{
    float:right;
    width: 150px;
}
.loginlogoutbtn{
    border-radius: 40px;
    height: 38px;
    min-width: 100px;
    color: white;
    font-weight: bold;
    margin-top: 15px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}
.content-box{
    position:relative;
}
#footer {
    clear: both;
    position: relative;
    height: 200px;
    margin-top: 300px;
    background: linear-gradient(93.49deg, #00A1DF -16.66%, #008DD4 6.97%, #0077C8 40.52%, #0068BF 77.75%, #005FBA 121.11%, #005CB9 185.32%);
    opacity: .8;
    width: 100%;
}
.footer-content-1{
    margin-left: 40px;
    list-style-type: none;
}
.footer-content-1 a{
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 18px;
}
#impressum-text{
    margin-left: 100px;
    font-family: 'Montserrat', sans-serif;
    color: #A9A9A9;
    font-size: 18px;
}
#impressum-kleinertext{
    font-size: 12px;
}
#impressum-body{
    margin-top: -100px;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.pagination{
    font-size: 20px;
    /* font-style: bolder; */
}
