.logo-title {
    width: 100%;
    margin: 30px 0 30px 0;
    text-align: center;
}

.logo-title > a > img {
    max-width: 200px;
    cursor: pointer;
}

.logo-title > a {
    cursor: pointer;
}

.content {
    max-width: 500px;
    margin: 0px auto 30px auto;
    padding: 20px;
    background-color: #ecf0f1;
    border-radius: 10px;
}

.content-large {
    max-width: 1000px;
}

.content-xlarge {
    max-width: 1400px;
}

.form-group {
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

.list-element {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 18px;

    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.list-element:hover {
    background-color: white;
}

.no-decoration, .no-decoration:link, .no-decoration:visited, .no-decoration:hover, .no-decoration:active {
    text-decoration: none;
    color: black;
}

.threshold1 {
    color: #f1c40f;
}

.threshold2 {
    color: #e67e22;
}

.threshold3 {
    color: #e74c3c;
}

.thresholdMin {
    color: #2980b9;
}

.threshold0-bg {
    background-color: #2ecc71;
}

.threshold1-bg {
    background-color: #f1c40f;
}

.threshold2-bg {
    background-color: #e67e22;
}

.threshold3-bg {
    background-color: #e74c3c;
}

.thresholdMin-bg {
    background-color: #2980b9;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}

.right {
    text-align: right;
}

.btn-primary, .btn:first-child:active, .btn.disabled, .btn:disabled {
    background-color: #2980b9;
    border-color: #2980b9;

    -webkit-transition: filter 500ms ease, background-color 500ms ease, border-color 500ms ease;
    -moz-transition: filter 500ms ease, background-color 500ms ease, border-color 500ms ease;
    -ms-transition: filter 500ms ease, background-color 500ms ease, border-color 500ms ease;
    -o-transition: filter 500ms ease, background-color 500ms ease, border-color 500ms ease;
    transition: filter 500ms ease, background-color 500ms ease, border-color 500ms ease;
}

.btn-primary:hover {
    filter: brightness(80%);
    background-color: #2980b9;
    border-color: #2980b9;
}

.fa-solid {
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .content {
        max-width: 90%;
    }

    .list-element {
        font-size: 0.8em;
        padding: 2px;
    }

    .dot {
        display: none;
    }

    .col-temp, .mobile-element {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile-element {
        font-size: 1.5em;
    }

    .col-date {
        line-height: 3em;
        vertical-align: middle;
    }

    .bg-circle {
        border-radius: 5px;
        padding: 5px;
    }

    .mobile-button {
        padding: 0;
    }

    .only-desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .bg-circle {
        background-color: transparent;
    }
}

.green {
    color: #27ae60;
}

.yellow {
    color: #f1c40f;
}

.orange {
    color: #e67e22;
}

.red {
    color: #e74c3c;
}

.bgred {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.bgred:hover {
    background-color: #27ae60;
    border-color: #27ae60;
}

.bggreen {
    background-color: #27ae60;
    border-color: #27ae60;
}

.bggreen:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.gray {
    color: #95a5a6;
}

.paging-element {
    font-size: 1.5em;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid black;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.paging-element:hover {
    background-color: black;
    color: white;
}

.collapsible {
    background-color: #2c3e50;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    transition: all 1s ease-out;
    margin-top: 30px;
}

.collapsible:hover {
    background-color: #306195;
}
  
.collapsible-content {
    text-align: left;
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
}

.icon-margin {
    margin-right: 15px;
}

.icon-no-margin {
    margin-right: 0px;
    line-height: 1.5em;
}

.icon-events {
    font-size: 1em;
}

@media screen and (max-width: 768px) {
    .icon-events {
        font-size: 1.5em;
    }
}

.bigtext {
    font-size: 1.2em;
}

@media screen and (max-width: 768px) {
    .btn-reduce-mobile {
        font-size: 0.8em;
    }
    .icon-mobile {
        font-size: 1.5em;
    }
    .mobile-no-padding {
        padding: 0px;
    }
}