@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/* Responsive */
* { box-sizing: border-box; }
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}  
@media only screen and (min-width: 600px) {
    /* For smartphones and tablets: */
    [class*="col-"] { width: 100%; padding: 0; }
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    [class*="col-"] { padding: 20px; }
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

/* Standard */
body {
    background-color: #134B77;
    background-image: url(https://www.playhab.fm/src/assets/v10/img/header.png);
    font-family: 'Open Sans' !important;

}
.text--center {
    text-align: center !important;
}
.float-left {
    float: left !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-top: 20px !important;
}

/* Link */
a {
    text-decoration: none !important;
}

/* The Modal (background) */
.modal {
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.modal-content {
    width: 80%;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgb(45, 45, 45);
    border-radius: 10px;
    color: #FFF;
    padding: 20px;
    margin: 15% auto;
}
/* The Close Button */
.close {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    float: right;
    transition: all 0.5s ease-in-out !important;
}
    .close:hover, .close:focus {
        color: #AAA;
        text-decoration: none;
        cursor: pointer;
    }

/* Logo */
@media only screen and (max-width: 600px) {
    .logo {
        margin: 0 auto;
        position: relative;
    }
        .logo .group_badge {
            position: relative;
            top: 55px;
            left: -145px;
        }
        .logo .title {
            font-family: "Open Sans";
            color: #FFF;
            font-size: 40px;
            text-transform: uppercase;
        }
        .logo .subtitle {
            font-family: "Open Sans";
            color: #FFF;
            font-size: 12px;
            text-transform: uppercase;
        }
}
@media only screen and (min-width: 601px) {
    .logo {
        margin: 0 auto;
        position: relative;
    }
        .logo .group_badge {
            width: 50px;
            height: 50px; 
            position: relative;
            top: 70px;
            left: -190px;
        }
        .logo .title {
            font-family: "Open Sans";
            color: #FFF;
            font-size: 54px;
            text-transform: uppercase;
        }
        .logo .subtitle {
            font-family: "Open Sans";
            color: #FFF;
            font-size: 16px;
            text-transform: uppercase;
        }
}

/* Content > Logo */
.logo-habbfinity {
    width: 327px;
    height: 78px;
    background-image: url('./habbfinity.png');
    margin: 0 auto;
}
.logo-habboapi {
    width: 180px;
    height: 91px;
    background-image: url('./habboapi.gif');
    margin: 0 auto;
}
.logo-habtimes {
    width: 172px;
    height: 76px;
    background-image: url('./habtimes.png');
    margin: 0 auto;
}
.logo-habboprojekte {
    width: 214px;
    height: 70px;
    background-image: url('./habboprojekte.png');
    margin: 0 auto;
}
.logo-habbofun {
    width: 238px;
    height: 109px;
    background-image: url('./habbofun.png');
    margin: 0 auto;
}
.logo-habstack {
    width: 232px;
    height: 100px;
    background-image: url('./habstack.png');
    margin: 0 auto;
}

/* Site information */
.site-information {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 50px;
    transition: all 0.5s ease-in-out !important;
}
    .site-information:hover {
        background-color: #272f3a;
    }
    .site-name {
        background-color: #272f3a;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        margin-top: 10px;
        transition: all 0.5s ease-in-out !important;
    }
        .site-information:hover .site-name {
            background-color: #516079;
        }
    .site-description {
        border-left: 5px solid #272f3a;
        color: rgba(255, 255, 255, 0.8);
        padding: 0 10px 0 10px;
        margin-top: 20px;
        transition: all 0.5s ease-in-out !important;
    }
        .site-information:hover .site-description {
            border-left: 5px solid #516079;
        }

/* Footer */
@media only screen and (max-width: 767px) {
    footer {
        width: 100%;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        margin-top: 50px;
        position: static;
        left: 0;
        bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    footer {
        width: 100%;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        position: static;
        left: 0;
        bottom: 0;
    }
}