body {
    background-color: #333333 !important;
}

h4 {
    border-bottom: 2px dotted #333333;
    clear: left;
    margin-top: 10px;
}

h3 {
    border-bottom: 2px solid #333333;
    clear: left;
    margin-top: 10px;
}

h2 {
    border-bottom: 2px solid #333333;
    clear: left;
}

h5 {
    border-bottom: 2px solid #333333;
    text-transform: uppercase;
    font-size: 150% !important;
    margin-top: 10px;
}

.center {
    text-align: center;
}

.title {
    text-align: center;
    font-size: 50px;
    background: #f9bf6b;
    /*font-family: 'Lemonada', cursive;
    font-family: 'Sansita Swashed', cursive; */
    font-family: 'Barlow Condensed', sans-serif;
    color: #333333;
    padding-top: 2px;
}

.title a:link, a:visited {
    color: #333333;
}

.title a:active, a:hover {
    color: #333333;
    text-decoration: none !important;
}
.menu {
    text-align: center;
    background: #f9bf6b;
    margin-bottom: 10px;
}

.menu a:link, a:visited {
    background: #f9bf6b;
    color: #333333;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.menu a:hover, a:active {
    background: #f9b85d;
    color: white;
}

.contentarea {
    background: #f9bf6b;
    margin-bottom: 10px;
}

.leftbox {
    /*background: #f5970f;*/
    background: #f9bf6b;
    padding:10px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    /*margin-right: 50px;*/
}

.leftbox2 {
    /*background: #f5970f;*/
    background: #ff2233;
    padding:10px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    /*margin-right: 50px;*/
}

.middlebox {
    background: #f9bf6b;
    height: 100%;
    padding:10px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.middlebox a:link, a:visited {
    color: #333333;
    text-decoration: underline;
}

.middlebox a:active, a:hover {
    color: white;
    text-decoration: none !important;
}

.rightbox {
    background: #f9bf6b;
    padding:10px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.bottom {
    background: #f9bf6b;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}

.bottom a:link, a:visited {
    color: #333333;
    text-decoration: underline;
}

.bottom a:active, a:hover {
    color: white;
    text-decoration: none !important;
}

.element{
    padding:10px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.equal{
    overflow: hidden; 
}

.languageborder {
    margin-bottom: 20px;
}

.onlinebutton {
    background: #f9bf6b;
    color: #333333;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.ul-2column{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}