.menu-button {
    font-size: 180% !important;
    height: 90px !important;
    
}

.link-button {
    font-size: 100% !important;
    height: 60px !important;
    line-height: 14px !important;
    text-align: left;
}

.searchofferheader {
    padding: 5%;
}

.rangetable {
    min-width: 100%;
}

.half-width {
    width: 50%;
    max-width: 50%;
}

.own_mat_icon {
    vertical-align: middle;
    margin-right: 10px
}

#mapid {
    /*    height: 400px*/
}

.tile {  
    width: 15vw;
    height: 15vw;
    display: inline;
    text-align: center;
    margin: 2%;
    padding: 2%;
    background-color: #7cb342;
    color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.tile-content{
    font-size: 2em;
    line-height: 30px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-transform: none;
    font-weight: 300;
}

.tile-content .icon{
    height: 70%;
}

.tile-content .title{
    height: 50%;
    font-size: 2.9vw;
}

.tile-icon{
    font-size: 2em;
}

.area-tile {
/*    font-size: 180% !important;*/
/*    height: 100%;*/
/*    word-break: break-all;*/
}

p {
    word-break: break-word !important;
}
.textmediumbutton{
    font-size: 100% !important;
    height: auto !important;
    min-height: 36px;
    line-height: 28px !important;
    
}

.textmedium{
    font-size: 115% !important;
}

.textlarge{
    font-size: 140% !important;
}

.textlargebutton{
    font-size: 140% !important;
    word-break: break-all;
}

.textxlarge{
    font-size: 180% !important;
}

.write-mail{
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    color: rgba(0, 0, 0, .54);
    overflow: hidden;
}

.write-mail #recipient {
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, .14);
    
}

.title-logo{
    height: inherit;
    padding-bottom: 4px;
    padding-top: 4px;
}

.write-mail #topic {
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, .14);
    margin-bottom: 10px
    
}

.write-mail #text {
    width: 100%;
    display: block;
}

.write-mail #text-input {
    width: 100%;
}

.full-width{
    width: 100% !important;   
}

.footer {
    width: 100%;
    display: inline-block;
    margin-left:auto;
    margin-right: auto;
}
.footerLogo {
    width: 30%;
    display: block;
    padding-top: 5%;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 2%;
}

@media screen and (max-width: 720px) {
    #suggest {
        font-size: 1.2em !important;
    }
}

#articles_spinner{
    margin-left: auto;
    margin-right: auto;
}

#plzsearch{
    width: 85%
}

.popupHeader
{
    font-weight: bold;
    text-decoration: underline;
}
.popupP{
    padding-bottom: 1px !important;
    padding-top: 1px !important;
    margin-bottom: 1px !important;
    margin-top: 1px !important;
}

.imprintBtn{
    width: 100%;
    font-size: 0.8em !important;
    line-height: 13px;
}

.creatorLogo {  
    width: 10vw;
    display: inline;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.main-sections-button:hover {
    background-color: rgba(255, 152, 0, 1)
}

.main-sections-button:focus:not(:active) {
    background-color: rgba(255, 152, 0, 1)
}

.main-sections-button:active {
    background-color: rgba(255, 152, 0, 1)
}

.h3category{
    border: #689F38;/*light-green-700*/
    border-width: 2px;
    border-style: solid;
}

.centered{
    margin: 0 auto;
    text-align: center;
}

.citylist
{
    overflow-y: scroll;
    max-height: 450px;
}