/* FONTS */
@font-face {
    font-family: "Bubbly";
    src: url("../fonts/bubbly_4/Bubbly-Regular.otf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

/* BODY */

body{
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
    width: 100% !important;
    height: 100% !important;
}

/* COOKIES */

.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.container-fluid-extra{
    padding: 0;
    margin-top: 0;
}

/* NAVIGATION */
#menu {
    padding: 15px;
    transition: all 0.5s;
}

#menu button {
    right: 0;
    position: fixed;
}

#menu.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.navbar-logo {
    background: url('../img/logo_old.png') no-repeat center / 100% auto;
    height: 50px;
    width: 225px;
}

#menu.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    padding: 10px 5px 4px 5px;
    border-radius: 0;
    margin: 5.5px 20px;
}

#menu.navbar-default .navbar-nav > li > a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #333 0%, #ccc 100%);
    content: "";
    transition: width 0.2s;
}

#menu.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -1px !important;
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(to right, #333 0%, #ccc 100%) !important;
    content: "" !important;
    transition: width 0.2s !important;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {

}

/* HEADER */
header .hero {
    margin-top: 72px; /* To not be behind navbar */
    background-image: url('../img/scribbel.png');
    background-color: #F3C341;
    height: 560px;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    position: relative;
}

header .hero-text {
    margin-top: 200px;
    text-align: center;
    padding: 0 36px;
}

header .hero-text h1 {
    font-family: 'Bubbly', sans-serif;
    font-size: 80px;
    color: #fff;
}

header .hero-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #fff;
}

/* GAME */
.games {
    height: auto;
    overflow: hidden;
}

.games-image {
    float: left;
    height: 600px;
    text-align: center;
    overflow-x: hidden;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background-image: url('../img/KeyartMitLogo.png');
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 0;
}

.games-text {
    float: left;
    text-align: center;
    padding: 200px 50px 0 50px;
}

.games-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
}
.stores{
    padding: 25px 50px 0 50px;
}
.store{
    padding: 15px 10px;
}
.store a{

}
.store a:hover{
 opacity: .5;
}
.store img{
    width: 100%;
}
#appstore{
    width: 96%;
}
#playstore{
    width: 105%;
}

/* GAME #2 */
.game2 {
    height: auto;
    overflow: hidden;
	margin-top: -1px;
}

.game2-image {
    float: right;
    height: 600px;
    text-align: center;
    overflow-x: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    background-image: url('../img/Crabling_KeyArtMitLogo.png');
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 0;
}

.game2-text {
    float: left;
    text-align: center;
    padding: 150px 50px 0px 50px;
}

.game2-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
}

/* SERVICE */
.services {
    height: auto;
    overflow: hidden;
}

.services-text {
    float: left;
    text-align: center;
    padding: 200px 50px 0 50px;
}

.services-text h1 {
    font-family: 'Bubbly', sans-serif;
    font-size: 30px;
    color: #000;
}

.services-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
}

.services-image {
    float: left;
    text-align: center;
    overflow-x: hidden;
    background-color: #F3C341;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    height: 600px;
    margin-top: 0;
}

.services-image img {
    padding-top: 50px;
    height: 300px;
}

.services-image h1 {
    padding-top: 50px;
    font-family: 'Bubbly', sans-serif;
    font-size: 100px;
    color: #fff;
}

/* DIVIDER */
.divider {
    position: relative;
    margin-top: -5px;
    height: 21px;
    z-index: 8;
    background-image: url('../img/DashedLine.png');
    background-position: center;
    background-size: cover;

}

/* ABOUT */
.about {
    height: auto;
    overflow: hidden;
    margin-top: -1px;
}

.about-title {
    text-align: center;
    margin-top: 50px;
}

.about-title h1 {
    font-family: 'Bubbly', sans-serif;
    font-size: 100px;
    color: #000;
}

.about-images {
    text-align: center;
    padding: 25px 0;
}

.about-image {
    display: contents;
}
.about-image img {
    width: 100%;
    max-width: 200px;
    object-fit: cover;
}

.about-text {
    text-align: center;
    padding: 25px 50px;
    margin-bottom: 75px;
}

.about-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
}

/* CONTACT */
.contact {
    height: auto;
    overflow: hidden;
    margin-top: -1px;
}

.contact-title {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 100px;
}

.contact-title img {
    width: auto;
    display: inline;
    padding-right: 15px;
    padding-top: 25px;
}

.contact-title h1 {
    font-family: 'Bubbly', sans-serif;
    font-size: 100px;
    color: #000;
}

.contact-address {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 150px 0 150px 150px;
}

.contact-address img {
    padding-right: 10px;
}

.contact-address p {
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}

.contact-mail {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 150px 150px 150px 0;
}

.contact-mail img {
    padding-right: 10px;
}

.contact-mail p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
    margin-top: 40px;
}

/* FOOTER */
#foot {
    padding: 50px 0 0 0;
    background: #222;
    color: rgba(255, 255, 255, .75);
}

#foot .section-title {
    margin-bottom: 40px;
}

#foot .section-title p {
    font-size: 16px;
}

#foot h2 {
    color: #f8f8f8;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#foot .section-title h2::after {
    position: absolute;
    content: "";
    background: #f8f8f8;
    height: 4px;
    width: 60px;
    bottom: 0;
    left: 30px;
}

#foot h3 {
    color: #f8f8f8;
    margin-top: 80px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-weight: 400;
}

#foot form {
    padding-top: 20px;
}

#foot .text-danger {
    color: #ff2b2b;
    text-align: left;
}

#foot .btn-custom {
    margin: 30px 0;
    color: #f8f8f8;
    background: transparent;
    border: 2px solid #f8f8f8;
}

#foot .btn-custom:hover {
    color: #222;
    background: #f8f8f8;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#foot .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#foot .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control:-moz-placeholder {
    color: #777;
}

.form-control::-moz-placeholder {
    color: #777;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

#foot .contact-item {
    margin: 20px 0;
}

#foot .contact-item span {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    display: block;
}

#foot .contact-item i.fa, #contact .contact-item i.la {
    margin-right: 10px;
}

#foot .social {
    text-align: center;
}

#foot .social ul li {
    display: inline-block;
}

#foot .social i.fa, #contact .social i.la {
    font-size: 22px;
    width: 42px;
    height: 42px;
    padding: 8px 0px;
    border: 2px solid #eee;
    color: #eee;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 15px 20px;
}

#foot .social i.fa:hover, #contact .social i.la:hover {
    color: #222;
    background: #eee;
}

#logo-footer {
    margin-bottom: 15px;
    text-align: center;
}

#logo-white-footer {
    margin: 15px 0 10px 0;
}

#logo-white-footer img {
    width: 100%;
    height: auto;
}

#social-footer {
    margin-bottom: 15px;
}

#impressum-footer {
    margin-top: -17px;
    margin-bottom: 75px;
}

#impressum-footer-box {
    display: inline-block;
}

.text-link ul li {
    display: block !important;
    float: none;
}

.text-link > li {
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 5px;
    text-align: center;

}

.text-link > li > a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #eee;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0px;
    border-radius: 0;
    text-decoration: none;
}

.text-link > li > a:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    content: "";
    background: linear-gradient(to right, #888 0%, #222 100%);
    transition: width 0.2s;
}

.text-link > li > a:hover:after {
    width: 100%;
}

/* COPYRIGHT */
.copyright{
    color: #fff;
    font-size: 11px;
    display: flex;
    padding: 0 0 0 10px;
}


/* MOBILE */
@media (max-width: 1200px) {
    /* HEADER */
    header .hero {
        background-size: cover;
    }
    header .hero-text h1 {
        font-size: 60px;
    }

    header .hero-text h3 {
        font-size: 20px;
    }

    /* GAMES */
    .games-image {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        height: 500px;
    }

    .games-text {
        text-align: center;
        padding: 100px 50px 100px 50px;
    }
    .store img{
        width: 90%;
    }
	
	/* GAMES #2 */
    .game2-image {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        height: 500px;
    }

    .game2-text {
        text-align: center;
        padding: 100px 50px 100px 50px;
    }

    /* SERVICES */
    .services-text {
        padding: 75px 50px 100px 50px;
    }
    .services-image {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        height: 500px;
    }
    .services-image h1 {
        padding-top: 40px;
        font-size: 100px;
    }
    /* ABOUT */

    /* CONTACT */
    .contact-title {
        margin-top: 75px;
    }
    .contact-address {
        padding: 75px 0 50px 0;
    }
    .contact-mail {
        padding: 50px 0 75px 0;
    }

    /* FOOTER */
    #logo-white-footer img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 992px) {

    /* GAME */
    .games-image {
        height: 400px;
    }
    .store img{
        width: 75%;
    }
	
	/* GAME #2 */
    .game2-image {
        height: 400px;
    }

    /* ABOUT */

    /* CONTACT */
    .contact-address {
        padding: 75px 0 50px 0;
    }
    .contact-mail {
        padding: 50px 0 75px 0;
    }
    .contact-title img {
        display: none;
    }

    /* FOOTER */
    #logo-white-footer img {
        width: 50%;
        height: auto;
    }
    #social-footer ul{
        padding-left: 0;
    }
    .text-link ul{
        padding-left: 0;
    }
    #impressum-footer {
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
    /* HEADER */
    header .hero-text {
        margin-top: 150px;
        padding: 0 36px;
    }

    /* GAME */
    .games-image {
        height: 300px;
    }
    .store{
        padding: 25px 10px;
    }
    #appstore{
        width: 100%;
    }
    #playstore{
        width: 100%;
    }
	
	/* GAME #2*/
    .game2-image {
        height: 300px;
    }
	
    /* SERVICES */
    .services-image {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        height: 400px;
    }
    .services-image h1 {
        padding-top: 25px;
        font-size: 80px;
    }
    .services-image img {
        padding-top: 25px;
        height: 250px;
    }

    /* ABOUT */

    /* CONTACT */
    .contact-address {
        padding: 75px 0 50px 0;
    }
    .contact-mail {
        padding: 50px 0 75px 0;
    }

    /* FOOTER */
    #logo-white-footer img {
        width: 60%;
        height: auto;
    }
}
@media (max-width: 576px) {
    /* HEADER */
    header .hero-text {
        margin-top: 150px;
        padding: 0 0;
    }

    /* GAME */
    .games-image {
        height: 250px;
    }
    #appstore{
        width: 100%;
    }
    #playstore{
        width: 100%;
    }
	
    /* GAME #2 */
    .game2-image {
        height: 250px;
    }
	
    /* SERVICES */
    .services-image {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        height: 350px;
    }
    .services-image h1 {
        padding-top: 40px;
        font-size: 50px;
    }
    .services-image img {
        padding-top: 25px;
        height: 200px;
    }

    /* ABOUT */
    .about-title h1 {
        font-size: 75px;
    }

    /* CONTACT */
    .contact-address {
        padding: 75px 0 50px 0;
    }
    .contact-mail {
        padding: 50px 0 75px 0;
    }
    .contact-title h1 {
        font-size: 75px;
    }
    .contact-address p {
        font-size: 15px;
    }
    .contact-mail p {
        font-size: 15px;
    }

    /* FOOTER */
    #logo-white-footer img {
        width: 75%;
        height: auto;
    }
}


