/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {
    height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    height: 100%;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
}
.content-wrapper {
    min-height: 100%;
    position: relative;
    padding-bottom: 250px; /* Höhe des Footers inkl. margin */
}

header {
    background: url("../img/header.jpg");
    background-position: 0 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #33ccff;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
}

h1 {
    color: #444;
    font-size: 34px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

.connected-meter-title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
    margin-bottom: 25px;
}
.connected-meter {
    margin-top: 25px;
}

.legal-page h2 {
    font-size: 22px;
}
.legal-page h3 {
    font-size: 18px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 15px;
}
footer a,
footer a:hover,
footer a:focus {
    color: #5ec1ff;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border-color: #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 6px;
}
.select2-results {
    color: #6c757d;
}


/* XS */
@media (max-width: 576px) {
    .content-wrapper {
        padding-bottom: 280px; /* Höhe des Footers inkl. margin */
    }

    header {
        font-size: 20px;
        background-position: 25% 50%;
    }

    h1 {
        font-size: 30px;
    }
}

@media print {
    .noprint {
        display: none;
    }
}

@media screen {
    .noscreen {
        display: none;
    }
}
