/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor. Ich wars
*/


/* 
    Created on : 21.10.2015, 13:35:51
    Author     : thomas schnelle
*/

html,
body,
header,
.view {
    height: 100%;
}

body {
    /*padding-top: 56px; */
    color: #5a5a5a;
    margin-bottom: 60px;
    line-height: 27px;
    letter-spacing: 0.036rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}

.backgroundbody {
    background: url("../images/main-background.jpg") no-repeat fixed;
    margin-top: 40px;
    padding-bottom: 40px;
}

.container {
    width: 1200px;
}

.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.meta-line {
    text-align: left;
}

.meta-line-h5 {
    color: #f5ab35;
    font-size: 0.9em;
    font-weight: bold;
    /*letter-spacing: 0.176em; */
    line-height: 40px;
    text-transform: uppercase;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 66.6%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}


/* Glyphicon erweitern */

.glyphicon-ok-circle {
    color: #60ba00;
    font-size: 1.5em;
}

.glyphicon-remove-circle {
    color: #c90000;
    font-size: 1.5em;
}

.glyphicon-file {
    color: #ff7500;
    font-size: 1.5em;
}


/* Forma Label erweitern */

.control-label {
    margin-top: 6px;
}

.att-group {
    text-align: center;
    line-height: 2;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    height: 220px;
}

.flex-item {
    height: 200px;
    margin: 10px 0px;
}

.bg-image,
.ftco-cover {
    /*background-image: url(../images/001-20190904-607A3813-2.jpg);*/
    background: url("../images/001-20190904-607A3813-2.jpg") no-repeat center center, rgba(112, 152, 255, 0.5);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    -webkit-background-blend-mode: soft-lightsoft-light;
}

.ftco-cover {
    background-position: center center;
}

.ftco-cover .ftco-heading {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
}

.ftco-cover .ftco-vh-100 {
    min-height: 700px !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.ftco-cover .ftco-vh-100 {
    min-height: 700px !important;
}

.ftco-footer .ftco-heading {
    font-size: 24px;
}

.ftco-cover .ftco-subheading {
    max-width: 450px;
    line-height: 1.5;
}

.ftco-cover .ftco-subheading {
    max-width: 450px;
    line-height: 1.5;
}

.ftco-cover .ftco-subheading,
.ftco-cover p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


/* JUMBOTRON */

.jumbotron {
    position: relative;
    padding: 0;
    margin-bottom: 8em;
    height: 100%;
    /*height: 550px;
  width: 100vw; */
    overflow: hidden;
    background: transparent;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    border-radius: 0;
}

.jumbotron .container {
    padding-top: 50em;
    padding-bottom: 8em;
    text-align: center;
}

.jumbotron .container h1 {
    color: white;
    font-size: 3.5em;
    margin-bottom: .5em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.jumbotron .container p {
    color: white;
    margin-bottom: 1.5em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.jumbotron-bg {
    background: url("../images/001-20190904-607A3813-2.jpg") no-repeat center center, rgba(112, 152, 255, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    /*same height as jumbotron */
    top: 0;
    left: 0;
    z-index: -999;
    background-blend-mode: soft-light;
    -webkit-background-blend-mode: soft-lightsoft-light;
}


/* NAVIGATION */

nav.navbar {
    background: none;
    border: none;
    padding-top: 2.5em;
    position: absolute;
}

nav.navbar .container .navbar-collapse {
    padding-bottom: 1.5em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    ;
}

nav.navbar .container .navbar-header a.navbar-brand {
    font-size: 1.5em;
    font-weight: 700;
    color: white;
    padding: 0.2em 1em;
}

nav.navbar .container .navbar-header a.navbar-brand:hover {
    opacity: 0.8;
}

nav.navbar .container .navbar-collapse ul.nav li {
    margin-right: 1em;
}

nav.navbar .container .navbar-collapse ul.nav li:last-child {
    margin-right: 0;
}

nav.navbar .container .navbar-collapse ul.nav li a {
    font-size: 1em;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 0.5em 1em;
    border-radius: 50px;
    background: rgba(0, 0, 50, 0);
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
}

nav.navbar .container .navbar-collapse ul.nav li a:hover {
    background: rgba(0, 0, 50, 0.05);
}

nav.navbar .container .navbar-collapse ul.nav li.call-to-action {
    border-radius: 50px;
    border: 1px solid #7098ff;
    padding: 0 0.6em;
    background-image: -moz-linear-gradient(-45deg, #89c3f1 0%, #7098ff 65%);
    background-image: -webkit-gradient(-45deg, #89c3f1 0%, #7098ff 65%);
    background-image: -webkit-linear-gradient(-45deg, #89c3f1 0%, #7098ff 65%);
    background-image: -o-linear-gradient(-45deg, #89c3f1 0%, #7098ff 65%);
    background-image: linear-gradient(-45deg, #89c3f1 0%, #7098ff 65%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff89c3f1', endColorstr='#ff7098ff', GradientType=0);
    background-repeat: repeat-y;
    background-size: 130% 125%;
    background-position: -2.5em -0.5em;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 25, 0.20);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 25, 0.20);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 25, 0.20);
}

nav.navbar .container .navbar-collapse ul.nav li.call-to-action:hover {
    border: 1px solid #7098ff;
    text-decoration: none;
    background-position: 0 0;
}

nav.navbar .container .navbar-collapse ul.nav li.call-to-action a {
    color: white;
    opacity: 1;
    background: none;
}

@media( max-width: 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .btn {
        /*font-size: 1.0em;*/
    }
    #noshow {
        display: none;
    }
}

.navigation {
    margin-top: -18px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    list-style: none;
    background: #555555;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-end;
}

.navigation a {
    text-decoration: none;
    display: block;
    padding: 1em;
    color: white;
}

.navigation a:hover {
    background: #00b7f5;
}

.pokerbox {
    margin-top: 15px;
    margin-bottom: 20px;
}

@media all and (max-width: 800px) {
    .navigation {
        justify-content: space-around;
    }
}

@media all and (max-width: 600px) {
    .navigation {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 0;
    }
    .navigation a {
        text-align: center;
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navigation li:last-of-type a {
        border-bottom: none;
    }
}

@media screen and ( max-width: 560px) {
    .container {
        font-size: 0.8em;
        width: 100%;
    }
}


/* larger screens */

@media(min-width:1440px) {
    .jumbotron-bg {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.pokerspan {
    margin: 0px 15px;
    padding: 0px 10px;
    background: #fff;
    opacity: 0.95;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.pokerspan p {
    margin: 5px
}

.term p {
    margin: 0px;
}