/* start general styles */
*{
    margin: 0;
    padding: 0;
}

body {
    background: #f4f4f4;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    height: auto;
}

/* Unity template overwrites */
.template {
    margin: 50px 0 0 0;
}

.template-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 5em 0 5em 0;
}

.fullscreen {
    float: none;
    width: 38px;
    height: 38px;
    margin: 0 0 4em 0;
    position: absolute;
}

/* Unity template end */

.banner-spiel {
    background-color: #a91e20;
    color: #fff;
    padding: 21px 10px;
    text-align: center;
}

.banner-spiel p {
    max-width: 1170px;
    margin: 0 auto;
}

#home {
    padding-top: 50px;
}
hr {
    border: 2px solid #a91e20;
    width: 8em;
    margin: 1em auto;
}
h2 {
    font-size: 45px;
    text-align: center;
}
h4 {
    text-align: center;
    padding-bottom: 50px;
}
.btn {
    display: inline-block;
    font-size: 17px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    padding: .5em 2em .55em;
    border-radius: .5em;
}
.button:hover {
    text-decoration: none;
}

.red {
    color: #ffffff;
    border-bottom: 5px solid #841415;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #a91e20;
}
.red:hover {
    color: #fee63e;
    transition: all 0.2s ease-in-out;
    background: #a91e20;
    border-bottom: 5px solid #841415;
}

.soon {
    font-size: 12px !important;
    margin-bottom: 0;
    text-transform: none;
}
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
/* end general styles */

/* start legal-notice */
#legal-notice h4 {
    padding: 50px 0 10px 0;
}

.m-support-mail {
    display: inline-block;
    width: 20%;
    height: auto;
    vertical-align: middle;
}
/* end legal-notice */

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #fee63e;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}
@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}
/* end preloader */

/* start navigation */
.custom-navbar {
    margin-bottom: 0;
    background-color: #a91e20;
    text-align: right;
}
.custom-navbar .navbar-brand {
    color: #a91e20;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 25px;
}
.custom-navbar .nav li a {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    outline: none;
    background: none;
}
.custom-navbar .nav li .fa{
    display: block !important;
    font-size: 15px;
    padding: 16px 10px 14px;
}
.custom-navbar .nav li a:hover {
    background: transparent;
    color: #fee63e;
    transition: all 0.2s ease-in-out;
}
.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #fee63e;
    outline: none;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #fee63e;
    border-color: transparent;
}
.language_de {
    background-image: url(../images/de.png) !important;
    background-repeat: no-repeat !important;
    margin: 16px 5px 0 15px;
    float: right;
}
.language_de p{
    display: none;
}
.language_de:hover {
    background-image: url(../images/de_hover.png) !important;
}
.language_en {
    background-image: url(../images/en.png) !important;
    background-repeat: no-repeat !important;
    display: block !important;
    margin: 16px 20px 0 0;
    float: right;
}
.language_en p{
    display: none;
}
.language_en:hover {
    background-image: url(../images/en_hover.png) !important;
}
/* end navigation */

/* start home */
.logo-responsive {
    width: 50% !important;
    margin: 0 auto;
    padding-top: 20px;
}
.flexslider {
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #371604;
    overflow: hidden;
    text-align: center;
}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides .slide {
    width: 100%;
    min-width: 648px;
    min-height: 270px;
    display: block;
}
.flexslider .slides > li {
    display: none;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
    /*max-height: 65vh;*/
}
.flexslider img {
    display: block;
    position: relative;
    width: 100%;
}

.slider-caption {
    color:white;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.play-button-wrapper {
    margin-bottom: 55px;
}
/* end home */

/* start store */
#store {
    background: #f4f4f4;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 40px;
    padding-bottom: 0;
}
#store .store-thumb {
    overflow: hidden;
    margin: 0 auto;
    max-width: 200px;
    position: relative;
    border-radius: 8px;
}
#store .store-thumb .store-overlay {
    background-color: rgba(0,0,0,0.6);
    color: #1f1f1f;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
#store .store-thumb:hover .store-overlay {
    opacity: 1;
}
#store .store-thumb .store-overlay .fa {
    background-image: url("../images/hexagon.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #333333;
    width: 58px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}
#store .store-thumb .store-overlay .fa:hover {
    background: url("../images/hexagonHover.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    color: #1f1f1f;
}
#store .store-thumb-inactive {
    overflow: hidden;
    margin: 0 auto;
    max-width: 200px;
    position: relative;
    border-radius: 8px;
    opacity: 0.3;
}
#store .store-thumb-inactive .store-overlay-inactive {
    background-color: rgba(0,0,0,0.8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;*/
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
#store .store-thumb-inactive:hover .store-overlay-inactive {
    opacity: 1;
}
#store .store-thumb-inactive .store-overlay-inactive p {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    opacity: 1;
    padding-top: 20px;
}
/* end store */

/* start features */
#features {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 80px;
}
#features .media {
    padding: 10px;
}
#features .media .fa {
    color: #ffe600;
    font-size: 60px;
    margin-right: 20px;
    width: 65px;
    height: 65px;
}
#features .media .media-heading {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}
.media.section1::before {
    content: url(../images/iconDevices.png);
    float: left;
    padding-right: 15px;
}
.media.section2::before {
    content: url(../images/iconShip.png);
    float: left;
    padding-right: 15px;
}
.media.section3::before {
    content: url(../images/iconCards.png);
    float: left;
    padding-right: 15px;
}
.media.section4::before {
    content: url(../images/iconStar.png);
    float: left;
    padding-right: 15px;
}
/* end features */

/* start trailer */

#trailer {
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    padding-top: 0;
    padding-bottom: 80px;
}
#trailer .m-trailer {
    width: 75%;
    height: 50vh;
    padding: 0 30px;
}

/* end trailer */

/* start divider */
.divider {
    background: url('../images/divider-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    text-align: center;
}
.divider .divider-des {
    padding: 60px 20px 70px 20px;
}
.divider .divider-des h3 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 12px;
}
.divider .divider-des p {
    font-size: 18px;
}
/* end divider */

/* start screenshots */
#screenshot {
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 50px;
    padding-bottom: 80px;
}
#screenshot .screenshot-thumb {
    overflow: hidden;
    margin: 0;
    position: relative;
}
#screenshot .screenshot-thumb .screenshot-overlay {
    background-color: rgba(255,255,255,0.4);
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;*/
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
#screenshot .screenshot-thumb:hover .screenshot-overlay {
    opacity: 1;
}
#screenshot .screenshot-thumb .screenshot-overlay .fa {
    background-image: url("../images/hexagon.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    width: 70px;
    height: 63px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}
#screenshot .screenshot-thumb .screenshot-overlay .fa:hover {
    color: #fee63e;
    outline: none;
}
#screenshot .screenshot-thumb .screenshot-overlay .fa:focus {
    outline: none;
}

/* isotope box css */
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-section.m-play_now {
    margin-top: 20px;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.store-box {
    width: 200px;
    height: 67.59px;
    margin: 1%;
}
@media screen and (max-width: 767px) {
    .store-box {
        width: 100%;
    }
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}

/* start lightbox */
.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    z-index: 900;
}
.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    max-height: 0;
    max-width: 0;
    border: 3px solid white;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}
.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
    top: 0;
}
/* end lightbox */
/* end screenshots */

/* start play */
.play {
    background: #f4f4f4;
    text-align: center;
}
.btn-play {
    display: inline-block;
    font-size: 22px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: .5em;
    padding: 10px 50px 11px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.btn-play:hover {
    text-decoration: none;
}
/* end play */

/* start legal notice */
#legal-notice {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 80px;
    border-top: 1px solid #eeeeee;
}
#legal-notice a {
    color: #a91e20;
}
/* end legal notice */

/* start footer */
footer {
    background: #1f1f1f;
    color: #ffffff;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
    right: 0;
    bottom: 0;
    left: 0;
}

footer a {
    color: #a6a6a6;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
}

footer a:hover {
    color: #fee63e;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

footer p {
    color: #a6a6a6;
    font-size: 13px;
    display: block;
    padding-top: 15px;
}

footer .container {
    padding: 1em;
}

/* end footer */

/* corner ribbon */
.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1030;
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: 78px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 78px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

address {
    padding: 0.5em 0 0.5em 0;
    font-weight: 600;
}

address a {
    font-weight: normal;
}

/* Ordered Lists */
.agb-list-counter {
    list-style-type: decimal;
    font-size: 1.066em;
    counter-reset: agb-counter;
}

.agb-list-counter li {
    display: block;
    padding-top: 0.3em;
    padding-left: 1em;
    margin: 0 0 0 1em;
}

.agb-list-counter li::before {
    content: counters(agb-counter, ".") " ";
    margin: 0 0 0 -2.75em;
    color: #1f1f1f;
    font-weight: bold;
    padding: 0 0.5em;
    font-size: 1.1em;
    counter-increment: agb-counter
}

/* smaller sublist numbers */
.agb-list-counter > li > ol > li::before {
    font-size: 0.86em;
}

.agb-sub-list li {
    padding: 0.5em;
}

/* alpha numeric */
.agb-list-counter > li > ol.agb-alpha-sub-list {
    counter-reset: agb-counter;
    padding: 0.5em 0 1em 0;
}

/* disc - filled circle */
.agb-list-counter > li > ul.agb-disc-sub-list {
    counter-reset: agb-counter;
    padding: 0.5em 0 1em 0;
}

/* circle - empty circle */
.agb-list-counter > li > ul.agb-circle-sub-list {
    counter-reset: agb-counter;
    padding: 0.5em 0 1em 0;
}

.agb-list-counter > li > ol.agb-alpha-sub-list li::before {
    content: counter(agb-counter, lower-alpha) ") ";
    font-weight: normal;
    padding: 0.76em;
    font-size: 0.92em;
}

.agb-list-counter > li > ul.agb-disc-sub-list li::before {
    content: counter(agb-counter, disc) " ";
    font-weight: normal;
    padding: 0 1em 0.2em 1.2em;
    font-size: 1.2em;
}

.agb-list-counter > li > ul.agb-disc-sub-list > li > ul.agb-circle-sub-list li::before {
    content: counter(agb-counter, circle) " ";
    font-weight: normal;
    padding: 0 1em 0.2em 1.2em;
    font-size: 1.2em;
}

.agb-sub-list li::before {
    margin: 0 0 0 -3.5em;
    font-weight: normal;
    font-size: 0.9em;
}

.agb-list-counter li h4 {
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    line-height: 1.4em;
    padding: 0 0 0.3em 0;
    margin: -1.35em 0 0 -0.4em;
}

.agb-list-counter li h5 {
    font-size: 1.0em;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    line-height: 1.066em;
    padding: 0;
    margin: -1.225em 0 0 -0.3em;
}

#access-fp {
    position: absolute;
    height: 13em;
    z-index: 0;
    text-align: center;
    color: whitesmoke;
}

.modal-body li {
    margin-left: 1em;
}

.modal-title {
    text-align: center;
    padding-bottom: 0;
}

.m-browser-logos {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.m-browser-logos img {
    width: 10%;
    height: auto;
    margin: 0 5px;
}

.m-icon-logo {
    display: block;
    width: 291px;
    height: 150px;
    margin: 0 auto;
    background-image: url(../images/logoCatan.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/* start mediaqueries */

@media screen and (min-width: 1280px) {
    #access-fp {
        top: 8%;
        z-index: 3;
    }
}

@media screen and (max-width: 980px) {
    h2 {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .custom-navbar {
        padding: 0;
        background: #a91e20;
    }
    .custom-navbar.top-nav-collapse {
        padding: 0;
        background: #a91e20;
    }
    .social-bar-bottom {
        display: none;
    }
    
    #trailer .m-trailer {
        width: 100%;
        height: 40vh;
    }
}
@media screen and (max-width: 767px) {
    #access-fp {
        top: 7em;
        height: 10em;
    }
    .logo-responsive {
        width: 300px !important;
        height: auto;
    }
    h4 {
        padding-bottom: 20px;
    }
    .about-left {
        margin-bottom: 30px;
    }
    #about .about-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    #stores .stores-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .custom-navbar .nav li .fa{
        font-size: 22px;
        padding: 16px 10px 14px;
        float: right;
    }
    .custom-navbar .nav li .fa-facebook{
        padding-right: 24px;
    }
    .language_de {
        background-image: url(../images/de_big.png) !important;
        margin: 16px 25px 15px 10px;
        width: 42px;
        height: 28px;
        float: right;
        clear: right;
    }
    .language_de:hover {
        background-image: url(../images/de_big_hover.png) !important;
    }
    .language_en {
        background-image: url(../images/en_big.png) !important;
        margin-top: 16px;
        margin-right: 0;
        width: 42px;
        height: 28px;
    }
    .language_en:hover {
        background-image: url(../images/en_big_hover.png) !important;
    }
    .custom-navbar .nav li a {
        font-size: 16px;
        padding-right: 25px;
    }
    .logo-responsive {

    }
    #social-bar-left {
        display: none;
    }
    .social-bar-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 40px;
        background: none;
    }
    
    #trailer .m-trailer {
    width: 100%;
    height: 40vh;
    }
}

@media screen and (max-width: 481px) {
    
    #trailer .m-trailer {
        height: 40vh;
    }
    
}
@media screen and (max-width: 440px) {
    .logo-responsive {
        width: 300px !important;
        height: auto;
    }
    h4 {
        padding-bottom: 15px;
        line-height: 1.5em;
    }
    .custom-navbar .nav li a {
        font-size: 18px;
        padding-right: 25px;
    }
    .media.section1::before {
        content: url(../images/iconDevices.png);
        float: none;
        padding-right: 15px;
    }
    .media.section2::before {
        content: url(../images/iconShip.png);
        float: none;
        padding-right: 15px;
    }
    .media.section3::before {
        content: url(../images/iconCards.png);
        float: none;
        padding-right: 15px;
    }
    .media.section4::before {
        content: url(../images/iconStar.png);
        float: none;
        padding-right: 15px;
    }
    
    #trailer .m-trailer {
        height: 25vh;
    }
}
@media screen and (max-width: 380px) {
    .logo-responsive {
        width: 250px !important;
        height: auto;
    }
    #features .media .fa {
        margin-right: 5px;
    }
    
    #trailer .m-trailer {
        height: 20vh;
    }
}
/* end mediaqueries */

.loading-panel-progressbar
{
background-color: #CCC;
border: 1px solid black;
/* min-width:30%; */
font-size:12px;
padding:4px;
text-align:left;
color: #666;
}