html, body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    height: 100%;
    line-height: 140%;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    letter-spacing: normal;
}

header {
    position: relative;
    background-color: #FFFFFF;
    /* margin-bottom: 30px; */
}

header > .container.logo {
    padding-top: 15px;
}

header a.header-logo-url {
    display: table;
    width: 100%;
    padding-top: 34px;
}

header .container > .row:first-child > [class*="col-"],
header .container-fluid > .row:first-child > [class*="col-"] {
    margin-top: 0;
}


#page-content,
#page-content-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px){
  #page-content,
#page-content-wrapper {
    top: 0;
}
}



/********************/
/* 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;
    font-weight: 600;
    /* word-break: break-word; */
}

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

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

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

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

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

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

a,
.modal-body a {
    color: #077fc4;
}

a:active,
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}

/* Buttons */

.btn {
    font-weight: 600;
}

.btn-default,
a.btn-default {
    border-color: #e5e5e5;
    color: #077fc4;
}

.btn-default:hover,
a.btn-default:hover {
    background-color: #e5e5e5;
    color: #000;
    border-color: #e5e5e5;
}

.btn-primary,
a.btn-primary {
    background-color: #88b4cd;
    border-color: #88b4cd;
    color: #FFFFFF;
}

.btn-primary:hover,
a.btn-primary:hover {
    background-color: #e5e5e5;
    color: #000000;
    border-color: #88b4cd;
}

.btn-success,
a.btn-success {
    background-color: #88b96a;
    border-color: #88b96a;
    color: #FFFFFF;
}

.btn-success:hover,
a.btn-success:hover {
    background-color: #e5e5e5;
    color: #88b96a;
    border-color: #88b96a;
}

.btn-info,
a.btn-info {
    background-color: #b97e6a;
    border: 1px solid #b97e6a;
    color: #FFFFFF;
}

.btn-info:hover,
a.btn-info:hover {
    background-color: #FFFFFF;
    color: #b97e6a;
    border: 1px solid #b97e6a;
}

/* Backgrounds */
.bg-primary {
    background-color: #88b4cd;
    color: #FFFFFF;
}

.text-image-block.well {
    background-color: #FFFFFF;
    border-color: #e5e5e5;
}

.text-image-block.bg-color1 {
    background-color: #88b4cd;
    color: #FFF;
}

.text-image-block span.short-divider {
    border-top-color: #077fc4;
}

.text-image-block .fa-icon {
    color: #484c50;
}

.text-image-block .fa-icon:hover {
    color: #85919d;
}

.gallery .image-title {
    color: #484c50;
}

.gallery .image-desc {
    color: #85919d;
}

.gallery .item a {
    background-color: #FFFFFF;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.gallery .item a:hover,
.gallery .item a:focus {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.gallery .item a:hover .image-desc,
.gallery .item a:focus .image-desc,
.gallery .item a:hover .image-title,
.gallery .item a:focus .image-title {
    color: #000;
}

.gallery.with-bg-color {
    background-color: #e5e5e5;
    padding-top: 35px;
    padding-bottom: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.bg-color1 {
    background-color: #88b4cd;
    color: #FFF;
}

section.bg-color2 {
    background-color: #85919d;
    color: #FFF;
}

section.bg-color3 {
    background-color: #e5e5e5;
    color: #575f65;
}

/*
section.last, .section.last {
    margin-bottom: 50px;
}
*/

.swiper-slide p.h2 {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}

.hsContent h2 {
    color: #FFF;
    background-color: rgba(0, 0, 0, 1);
}

.hsContent h3 {
    background-color: rgba(255, 255, 255, 1);
}

.parallax .row > div,
.no-parallax .row > div {
    background-color: rgba(0, 0, 0, .65);
    color: #FFF;
}

.parallax .fa-icon,
.no-parallax .fa-icon {
    color: #FFF;
}

.table.restables-origin thead {
    background-color: #88b4cd;
    color: #FFF;
}

/* Accordion Colors */
.panel-default {
    border-color: #88b4cd;
}

.panel-collapse > .panel-body {
    border-left: 1px solid #D4DDE3;
    border-right: 1px solid #D4DDE3;
    border-bottom: 1px solid #D4DDE3;
}

.panel-default > .panel-heading .panel-title a {
    color: #FFF;
    background-color: #88b4cd;
}

.panel-default > .panel-heading .panel-title:hover a {
    color: #FFF;
}

.panel-default > .panel-heading {
    background: #FFF;
}

.panel-group .panel-heading:hover {
    background: #88b4cd;
}

.panel-default .panel-heading.active,
.panel-default .panel-heading.active:hover {
    background: #88b4cd;
}

.panel-default .panel-heading.active a {
    color: #FFF;
}

.panel-default .panel-heading a:before {
    color: #FFFFFF;
}

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

.panel-default .panel-heading.active a:after {
    color: #FFF;
}

/********************/
/* Navigation       */
/****************++**/

.navbar {
    bottom: 0;
    width: 100%;
    background-color: #88b4cd;
    margin-bottom: 0;
    border: none;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.nav.navbar-nav {
}

.nav.navbar-nav li {
}

.nav.navbar-nav > li > a {
    font-size: 1.15em;
    color: #FFFFFF;
    font-weight: 600;
    padding: 15px 10px;
    text-transform: uppercase;
}

.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus {
    background: #FFF;
    color: #077fc4;
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent;
}

.nav.navbar-nav > li > a.active {
    background: #FFF;
    color: #077fc4;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}

.dropdown-menu {
    border: none;
    border-top: 3px solid #88b4cd;
    background: transparent;
    padding: 0;
    min-width: 100%;
}

.dropdown-menu > li > a {
    background: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2em;
    color: #000;
    font-weight: 600;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #88b4cd;
    color: #FFFFFF;
}

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

.panel-tabs ul.nav.nav-tabs {
    border-color: #88b4cd;
}

.panel-tabs ul.nav.nav-tabs li a {
    color: #077fc4;

}

.panel-tabs ul.nav.nav-tabs li.active a {
    border: none;
    background: #88b4cd;
    color: #FFF;
}

.panel-tabs .tab-content {
    border-bottom: 1px solid #88b4cd;
}

.js-tabcollapse-panel-heading {
    background: #88b4cd;
    color: #FFF;
}

.js-tabcollapse-panel-heading.collapsed {
    background: #FFF;
    color: #FFF;
}

/********************/
/* Modul: text and image */
/****************++**/
.text-image-block {
}

.text-image-block .subtitle.top {
    margin-bottom: 5px;
}

.text-image-block .subtitle.bottom {
    margin-bottom: 19px;
}

.text-image-block .title.top {
    margin-bottom: 16px;
}

/*
.text-image-block .title.bottom {
    margin-bottom: 0;
}
*/

.text-image-block .button-block {
    margin: 0;
}

.text-image-block.bg-color1 {
    padding: 29px;
}

.text-image-block .image-bottom {
    margin-top: 25px;
}

.text-image-block .fa-icon {
    display: block;
    margin-bottom: 25px;
}

.text-image-block span.short-divider {
    display: block;
    height: 1px;
    margin-top: 5px;
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    opacity: .25;
}

/********************/
/* Modul: Gallery   */
/****************++**/
.gallery .image-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

.gallery .image-desc {
    transition: all 0.5s ease 0s;
}

.gallery .item {
    margin-bottom: 20px;
}

.gallery .item a {
    border-radius: 7px;
    display: block;
    transition: all 0.3s ease 0s;
}

.gallery .item img {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.gallery .item a:hover,
.gallery .item a:focus {
    text-decoration: none;
}

.gallery .item a:hover img,
.gallery .item a:focus img {
    opacity: 0.6;
}

.gallery .item a:hover .image-desc,
.gallery .item a:focus .image-desc,
.gallery .item a:hover .image-title,
.gallery .item a:focus .image-title {

}

/********************/
/* Modul: Slider   */
/****************++**/

.swiper-slider.first,
.slider-single-image.first {
    position: relative;
    margin-bottom: 0;
}

.swiper-slider.first.last,
.slider-single-image.first.last {
    margin-top: 0;
}

.swiper-slide p.h2 {
    display: table;
    margin: 0 auto 5px auto;
    font-size: 3.6em;
    font-weight: 600;
    padding: 10px 25px;
}

.swiper-button-next,
.swiper-button-prev {
    display: table;
    height: auto;
    margin: 0;
    padding: 0 20px;
    top: 47%;
    width: auto;
}


/********************/
/* Modul: Tabelle   */
/****************++**/
.table.restables-origin thead {
}

.table.restables-origin th {
    font-weight: 300;
}




/********************/
/* Modul: Teaser   */
/****************++**/
.news-teaser.row {
    margin-bottom: 50px;
}
.news-teaser p.news-image {
    margin-bottom: 0;
}
.news-teaser .news-teaser-inner {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: auto;
    padding: 20px 25px 20px 25px;
    position: relative;
}
.news-teaser small.news-date {
    color: #000;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
}
.news-teaser h2.news-title {
    font-size: 1.3em;
    font-weight: 600;
}
.news-teaser .news-text {
    position: relative;
}

/*
.news-teaser .news-readmore {
    bottom: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
*/




/********************/
/* skrollr / parallax */
/* FullHeader         */
/****************++**/
.hsContent {
    max-width: 700px;
    position: absolute;
    left: 50%;
    top: 45%;
}

.hsContent h2 {
    display: table;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.hsContent h3 {
    display: table;
    padding: 10px 15px;
}

.parallax .row > div,
.no-parallax .row > div {
    padding: 5%;
}

.parallax .fa-icon,
.no-parallax .fa-icon {
}

/********************/
/* Footer           */
/****************++**/
footer {
    display: block;
    width: 100%;
    clear: both;
    background: #dcdcdc;
    padding: 30px 0 35px 0;
}

footer .row > [class^="col-"] {
    margin-bottom: 0;
}

footer i.fa {
    float: left;
    min-height: 20px;
    font-size: 145%;
    color: #9ea2a5;
    padding-top: 4px;
}


footer p.footer-text-icon {
    margin-left: 30px;
}

footer a.social-icon.twitter,
footer a.social-icon.facebook {
    width:40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a.social-icon.twitter {
    background-color: #32aae0;
}

footer a.social-icon.facebook {
    background-color: #36589a;
}

footer a.social-icon .fa  {
    color: #FFFFFF;
    font-size: 1.1em;
}

footer ul.links li {
    text-align: center;
}

footer ul.links li img {
    max-height: 108px;
    padding: 0 10px;
}


.divider hr {
    border: 5px solid #e5e5e5;
}

/********************/
/* Bootstrap / Hacks */
/****************++**/
.well {
    margin-bottom: 0;
    box-shadow: none;
    border-width: 2px;
    /* padding: 29px; */
    border-radius: 0;
    display: inline-block;
}


.yform label {
    font-weight: 300;
}

.yform .form-control {
    color: #000000;
    font-weight: 500;
}


/********************/
/* Gemeinde Englmar */
/****************++**/

ul.top-menu {
    display: inline-block;
}

ul.top-menu a,
ul.footer-menu a{
    color: #000;
}

ul.top-menu a:hover,
ul.top-menu a:focus,
ul.footer-menu a:hover,
ul.footer-menu a:focus{
    text-decoration: none;
    color: #077fc4;
}


div.weather-box {
    display: block;
    float: right;
    margin-left: 15px;
    width: 100px;
    margin-bottom: 15px;
    min-height: 60px;
}


.wetter-com-box .weather-icon {
    float: left;
}

.wetter-com-box .weather-temperature {
    float: left;
    margin-top: 5px;
}

.webcam-box {
    display: block;
    float: right;
}

.webcam-box a span {
    color: #000;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 5px;
    float: right;
}

.search-box {
    display: block;
    margin-left: 35px;
    float: right;
}

.searchbox .input-group .form-control,
.searchbox .btn
{
    border-radius: 0;
}

.input-group .form-control:focus {
    color: #000;
    font-weight: 500;
}

.searchbox .form-control {
    border: none;
    box-shadow: none;
}

.search-box .input-group-btn .btn i.fa {
    font-size: 130%;
}

.search-box .input-group-btn .btn {
    position: relative;
    background: #88b4cd;
}
.search-box .input-group-btn .btn:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #88b4cd;
    border-width: 10px;
    margin-top: -10px;
}

.searchbox-input {
    background: #F5F5F5 ;
}

.swiper-content {
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    min-height: 280px;
    text-align: left;
    border-left: 20px solid #e6293d;
    z-index: 10;

}

.swiper-content-inner {
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
    margin-left: 5px;
    min-height: 280px;
    min-width: 410px;
    padding: 10px 20px;
}

.swiper-content-inner h3 {
    margin: 0;
}

.swiper-content-inner h1 {
    font-size: 150%;
}

.swiper-content-inner p {
    margin-bottom: 3px;
}

.swiper-content-inner span.day,
.swiper-content-inner span.spacer {
    display: inline-block;
    text-transform: uppercase;
    width: 35px;
}

.swiper-pagination-bullet {
    background-color: #FFFFFF;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #88b4cd;
    border: 2px solid #FFFFFF;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
}


header .header-image-slider {
    position: relative;

}

header .header-image-slider span.englmar_bubbles {
    background: transparent url("images/englmar_slider_bubbles.png") no-repeat 0 0;
    width: 265px;
    height: 195px;
    position: absolute;
    right: 28px;
    bottom: 0;
    z-index: 11;
}

header .container.header-image-slider {
    padding: 0;
}
header .header-image-slider .swiper-slide {
    /*max-height: 260px;*/
}

header .container.logo {
    min-height: 140px;
}

header .container.logo .row > [class*="col-"] {
    margin-bottom: 0;
}

header .container.header-image-slider section.swiper-slider {
    padding-bottom: 0;
    padding-top: 0;
}


.ratio-container {
    position: relative;
    background-size: cover;
}

.ratio-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
    padding-bottom: 42.86%;
}

.ratio-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}







table.council tr {
    border: 1px solid #88B4CD;
}

table.council td {
    padding: 5px 10px;
}

table.council td.coalitionparty {
    vertical-align: top;
}

.btn.btn-pf {
    width: 100%;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.2em;
    font-weight: 600;
}

.public-facility-inner {
    border-bottom: 10px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 30px;
    background-color: #88B4CD;
    color: #FFF;
    font-weight: 400;
    display: table;
    width: 100%;
}

.public-facility-inner strong {
    display: table;
    width: 100%;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
}

.public-facility-inner a {
    margin: 15px 0 25px 0;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background-color: #FFF;
    font-size: .9em;
    font-weight: 600;
}

.public-facilities-table .person span.title{
    font-weight: 600;
    font-size: 110%;
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

.public-facilities-table .person table td {
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0;
    padding-right: 20px;
}




.btn.btn-pf span:before {
    content: "Wichtige Anlaufstellen im Überblick";
    font-family: "Poppins",​Arial,​sans-serif;
}

.btn.btn-pf:before {
    content: "\f0d7";
    font-family: FontAwesome;
}

.btn.btn-pf:after {
    content: "\f0d7";
    font-family: FontAwesome;
}



.btn.btn-pf[aria-expanded="true"] span:before {
    content: "Menü schließen";
    font-family: "Poppins",​Arial,​sans-serif;
}

.btn.btn-pf[aria-expanded="true"]:before {
    content: "\f0d8";
    font-family: FontAwesome;
}

.btn.btn-pf[aria-expanded="true"]:after {
    content: "\f0d8";
    font-family: FontAwesome;
}

.formLink{
    color: black !important; 
}

.formLink:hover{
    color: #077fc4 !important; 
}

.person{
    margin-bottom: 20px;
}

/* consent */
.consent_manager-wrapper .consent_manager-buttons button {
    background-color: #88b4cd;
    border-color: #88b4cd;
}

.consent-placeholder {
    cursor: pointer;
}
.consent-placeholder .consent-placeholder--image {
    opacity: 0.4;
    width: 100%;
}
.consent-placeholder .consent-placeholder--text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}
.weather-box .consent-placeholder {
    font-size: 10px;
}