/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

.hundert {
    min-height: 100%;
    /* Mindesthöhe auf 100 % (bei modernen Browsern) */
    height: auto !important;
    /* important Behel (bei modernen Browsern */
    height: 100%;
    /* IE soll wie gewünscht interpretieren */
}

.rhombus {
    background-color: #E60000;
    height: 80px;
    left: -1000px;
    position: absolute;
    top: -10px;
    width: 1999px;
}

.rhombus::before {
    border-color: transparent transparent #E60000;
    border-style: none inset solid none;
    border-width: medium 1999px 1999px medium;
    content: " ";
    height: 0;
    left: 43px;
    overflow: hidden;
    position: absolute;
    top: -1956px;
    width: 0;
}

.rhombus::after {
    border-right: 1999px inset transparent;
    border-top: 1999px solid #E60000;
    content: " ";
    height: 0;
    left: 43px;
    position: absolute;
    top: 77px;
    width: 0;
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.rhombus-container {
    position: absolute;
    left: -1000px;
    height: 600px;
    overflow: hidden;
    width: 1200px;
}

#inhalt {
    padding: 0px 0px 0px 0px;
    /*background: url(../img/wifi-BG.png) 50% 0 no-repeat;*/
    background: url(background.jpg) 0 0 no-repeat!important;
}

#fuss {
    padding: 0px;
    margin-top: -14px;
    height: 14px;
    background: #ffffff;
    /*padding: 0 20px;
    margin-top: -35px;
    height: 34px;
    background: #bfbfbf;*/
    /*#bfbfbf*/
    /*border-top: 1px solid #878787;*/
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

img {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.vflogo {
    position: absolute;
    left: -75px;
    top: 18px;
    z-index: 100
}

@media (max-width: 767px) {

    .footer-main {
        text-align: center;
    }
    .footer-nav {
        float: none;
    }
    .xs-margin-top {
        margin-top: 15px;
    }
    .hotspotlogo {
        display: none;
    }
    .vflogo {
        width: 40px;
        height: 40px;
        left: 10px;
        top: 0px;
    }
    .navbar {
        margin-left: 48px;
    }
    .navbar.navbar-default .nav>li {
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar.navbar-default .nav>li>a {
        border-right: 0;
        line-height: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .vflogo {
        width: 50px;
        height: 50px;
        left: 10px;
        top: 23px;
    }

}



@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.container:before,
.container:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.container:after,
.row:after {
    clear: both;
}

@-ms-viewport {
    width: device-width;
}


/*# sourceMappingURL=bootstrap.css.map */
