﻿html,
body {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Arial', Helvetica, Verdana, sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    color: #000;
    background: #fff;
}

/********************/
/* Basics           */
/****************++**/

dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

:active,
:focus {
    outline: none !important;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 20px;
}

small {
}

#wrapper {
    position: relative;
    float: none;
    /* width: 1220px; */
    /* animation-duration: 1.5s; */
    opacity: 1;
    overflow-x: hidden;
}

ul, ol {
    margin-left: 35px;
}


/********************/
/* Colors           */
/****************++**/

a,
.modal-body a {
    color: purple;
}

a:active,
a:hover,
a:focus {
    color: purple;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    color: #FFFFFF;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

.image-source-link {
    color: purple;
}

.gallery.with-bg-color {
    background-color: olive;
}

.gallery .image-desc {
    color: #999999;
}

table tbody tr {
    background-color: rgba(255, 255, 255, .3);
}

.searchbox-input {
    background: #000;
    color: #9d9d9d;
}

/********************/
/* TYPO STYLES      */
/****************++**/
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 20px 0;
    line-height: 130%;
    white-space: normal;
    hyphens: auto;
    /* word-break: break-word; */
}

h1,
.h1 {
    font-size: 2.2em;
}

h2,
.h2 {
    font-size: 1.8em;
}

h3,
.h3 {
    font-size: 1.5em;
}

h4,
.h4 {
    font-size: 1.3em;
}

.headline-bold {
    font-weight: 500;
    font-style: normal;
}

.headline-big {
    font-size: 500%;
}

b,
strong,
.text-bold {
    font-weight: 500;
}

ul li,
ol li {
    margin-bottom: 5px;
    line-height: 150%;
}

a, .modal-body a {
    text-decoration: none;
    background-color: transparent;
}

a:active,
a:hover,
a:focus {
    text-decoration: underline;
    outline: none;
}

article {
    padding: 35px 0 0 0;
}




/* -------------------------
	Sections
--------------------------*/

/*
section,
.section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
*/

section,
.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    padding: 0 0 50px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

section.first {
    margin-top: 0;
}

section.public-facility-menu {
    margin: 0;
}


.parallax {
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
}

.section .container {
    z-index: 2;
}

.section .container + .video-wrap {
    z-index: 1;
}

/* -------------------------
	Helpers
--------------------------*/

.content-wrap {
    position: relative;
    padding: 25px 0;
}


/********************/
/* helper           */
/****************++**/
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding: 0;
    margin: 0;
}

.no-padding-tb {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-t {
    padding-top: 0;
}

.no-padding-b {
    padding-bottom: 0;
}

.no-margin-tb {
    margin-top: 0;
    margin-bottom: 0;
}

.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-padding-r {
    padding-right: 0;
}

.animated {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    animation-fill-mode: both;
}



/* -------------------------
	margins / paddings
--------------------------*/

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top-bottom {
    margin-top: 0;
    margin-bottom: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-left-right {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left-right {
    padding-left: 0;
    padding-right: 0;
}

/* -------------------------
	Grids / Cols
--------------------------*/
/*
.container > .row:first-child > [class*="col-"],
.container-fluid > .row:first-child > [class*="col-"] {
    margin-top: 25px;
    position: relative;
    display: block;
}

.container > .row > [class*="col-"],
.container-fluid > .row > [class*="col-"] {
    margin-bottom:25px;
    position: relative;
    display: block;
}

.container > .row:last-child > [class*="col-"],
.container-fluid > .row:last-child > [class*="col-"] {
    margin-bottom: 0;
    position: relative;
    display: block;
}
*/

/********************/
/* Navigation       */
/****************++**/
nav.navbar, .navbar-brand {
    border-bottom: medium none;
    /* transition: all 0.5s ease 0s; */
}

/*
nav.navbar.shrink {
    height: 50px;
}
nav.navbar.shrink .container {
    padding-bottom: 0;
    padding-top: 0;
}
*/
nav.navbar .container {
    /* transition: all 0.3s ease 0s; */
}

.navbar-brand {
    margin-right: 25px;
    padding: 0;
    width: 150px;
}

/*
nav.navbar.shrink .navbar-brand {
    margin-top: 8px;
    width: 100px;
}
*/

nav.navbar {
    border-radius: 0;
}

nav.navbar [class^="col-"] {
    margin-bottom: 0;
}

nav.navbar ul li {
    margin-bottom: 0;
}

/********************/
/* Slider / Swiper  */
/****************++**/
.swiper-container-single,
.swiper-container,
.swiper-container2,
.swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    font-family: "FontAwesome";
    font-size: 8em;
    opacity: .8;
}

.swiper-button-prev:before {
    content: "";
}

.swiper-button-next:before {
    content: "";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: none;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

/********************/
/* Magnific popup   */
/****************++**/
.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/********************/
/* Modul: Gallery   */
/****************++**/
.gallery [class^="col-"],
.gallery [class*=" col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery .container .no-gutters.row {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery .container-fluid .no-gutters.row {
    padding: 0;
}

.gallery .image-content {
    display: block;
    font-weight: 500;
    min-height: 100px;
    padding: 12px 8px 10px 8px;
    margin-bottom: 0;
    width: 100%;
}

.gallery .image-title {
    text-align: center;
}

.gallery .image-desc {
    font-weight: normal;
    text-align: center;
}

/********************/
/* Modul: text and image */
/****************++**/
.text-image-block > [class*="col-"].image-left,
.text-image-block > [class*="col-"].image-right {
    padding-left: 0;
    padding-right: 0;
}

.text-image-block > [class*="col-"].content-right {
    padding-right: 0;
}

.text-image-block > [class*="col-"].content-left {
    padding-left: 0;
}

.text-image-block .image-between {
    margin: 0 0 15px 0;
}

.text-image-block .title.bg-primary {
    padding: 10px 15px;
}

.text-image-block .title.bg-primary {
    margin-bottom: 5px;
}

.text-image-block p.image-text,
p.image-text {
    font-style: italic;
    font-size: 85%;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: left;
}

/********************/
/* Modul: video youTube / vimeo */
/****************++**/
/* just for animation */
.video-block {
    position: relative;
    z-index: 100;
}

/********************/
/* table modul      */
/****************++**/

.table-block p.table-title {
    font-size: 140%;
}

table.restables-clone {
    display: none;
}

.table > thead > tr > th {
    border-width: 1px;
}

/********************/
/* skrollr / parallax */
/* FullHeader         */
/****************++**/
.bcg,
.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.parallax,
.no-parallax {
    padding: 15% 0;
}

.hsContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    max-width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
}

/********************/
/* Bootstrap Hacks  */
/****************++**/

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    width: 100%;
}

.nav {
    width: 100%;
}

.row > [class*="col-"] {
    /* margin-top: 25px; */
    margin-bottom: 35px;
}

.slice-collector .row > [class*="col-"] {
    margin-bottom: 0;
    margin-top: 0;
}

.slice-collector {
    padding-top: 45px;
    padding-bottom: 35px;
}

/*
.row > [class*="col-"] {
    margin-top: 0;
    margin-bottom: 30px;
}
*/

.btn-primary,
.btn-success,
.btn-info,
.btn-danger,
.btn-warning {
    border-width: 0;

}

/********************/
/* search it Addon  */
/****************++**/


.searchbox {
    width: 250px;
}

.searchbox-input {
    border: 0;
}

.searchbox span .btn {
    padding: 6px 10px;
    border: 0;
}

.searchbox-input.form-control:focus {
    border-color: #FFF;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.3);
}

.search_it-results {
    padding: 0;
    margin: 0;
}

.search_it-result {
    background: rgba(0, 0, 0, 0.05);
    padding: 1rem;
    margin-bottom: 1.5rem;

}

.search_it-result:last-child {
    margin-bottom: 0;
}

.search_it-title,
.search_it-title a {
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.search_it-result .search_it-teaser {
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.search_it-missing_type,
.search_it-zero {
    background: rgba(180, 0, 0, 0.05);
    padding: 1rem;
    margin: 1rem 0;
    border-width: 1px;
    border-style: solid;
}

.search_it-request,
.search_it-type {
    font-weight: 500;
}

/* Accordion */
.panel {
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-group .panel {
    margin: 0;
}

.panel-default > .panel-heading,
.panel-dark > .panel-heading {
    cursor: pointer;
    padding: 0;
    border-radius: 4px;
}

.panel-default > .panel-heading .panel-title a,
.panel-dark > .panel-heading .panel-title a {
    font-weight: 400;
    padding: 15px 40px 15px 15px;
}

.panel-title a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
    text-decoration: none;
}

/* default */
.default .panel-block-title h2 {
}

/* #bs-collapse icon scale option */
.panel-heading a:before {
    content: '\f067';
    position: absolute;
    font-family: 'FontAwesome';
    right: 15px;
    top: 15px;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.5s;
    transform: scale(1);
    color: #000;
}

.panel-heading:hover a:before {
    color: #FFF;
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: '\f068';
    color: #FFF;
    top: 15px;
    right: 15px;
    transform: scale(1);
    transition: all 0.5s;
}

.panel-heading.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/********************/
/* tabs2accordion   */
/****************++**/

.tabs-block {
    padding-bottom: 20px;

}

.panel-tabs ul.nav.nav-tabs {
    margin: 0;
}

.panel-tabs ul.nav.nav-tabs li {
}

.panel-tabs ul.nav.nav-tabs li.active {
}

.panel-tabs ul.nav.nav-tabs li a {
    padding: 10px 30px;
}

.panel-tabs ul.nav.nav-tabs li a:hover,
.panel-tabs ul.nav.nav-tabs li a:focus {
}

.panel-tabs ul.nav.nav-tabs li.active a {
}

.panel-tabs ul.nav.nav-tabs li.active a:hover,
.panel-tabs ul.nav.nav-tabs li.active a:focus {
}

.panel-tabs .tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
    display: table;
    border-bottom: 1px solid #999999;
}

.panel .panel-body img {
    margin-bottom: 20px;
}

/********************/
/* yForm            */
/****************++**/

.yform {
    margin-bottom: 35px;
}


.yform .alert.alert-danger {
    display: none;
}

.wasserstandszaehler_formular .alert.alert-danger {
    display: block;
}
.wasserstandszaehler_formular .yform-element {
    float: left;
}

.wasserstandszaehler_formular #yform-formular-gender {
    width: 30%;
}

.wasserstandszaehler_formular #yform-formular-firstname {
    width: 48%;
    margin-right: 2%;
}

.wasserstandszaehler_formular #yform-formular-lastname {
    width: 48%;
    margin-left: 2%;
}

.wasserstandszaehler_formular #yform-formular-road {
    width: 78%;
    margin-right: 2%;
}

.wasserstandszaehler_formular #yform-formular-housenumber {
    width: 18%;
    margin-left: 2%;
}

.wasserstandszaehler_formular #yform-formular-zip {
    width: 28%;
    margin-right: 2%;
}

.wasserstandszaehler_formular #yform-formular-city {
    width: 68%;
    margin-left: 2%;
}

.wasserstandszaehler_formular #yform-formular-email,
.wasserstandszaehler_formular #yform-formular-fad,
.wasserstandszaehler_formular #yform-formular-counterNumber,
.wasserstandszaehler_formular #yform-formular-meterReading,
.wasserstandszaehler_formular #yform-formular-premise,
.wasserstandszaehler_formular #yform-formular-readingDate {
    width: 100%;
}


.yform select,
.yform input,
.yform textarea {
}

.bg-success {
    padding: 10px 25px;
}

.form-group {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.form-group.form-captcha {
    width: auto;
}

.form-group.form-captcha .form-control {
    height: 46px;
}

.form-group.form-captcha a.btn-default {
    padding: 12px 15px;
}

.yform button {
    float: right;
    margin: 20px 0 10px 0;
}


/***Picture Box**/

.picture_box,
.picture_box a,
.picture_box img,
.picture_box .picture_desc{
	width:100%;
}

.picture_desc{
	text-align: center;
        color: #000000;
	text-decortaion: none;
	margin-top: 5px;
}

.light{
    background: rgba(0,0,0,0.6);
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.light .lightWrapper{
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
    padding: 20px;
}

.light img{
   width: 100%;
}

.lightBox:hover{
   cursor: pointer;
}

@media only screen and (max-width: 767px){
	.light .lightWrapper{
		padding: 70px 20px 20px;
	}
}