/*
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.
*/
/* 
    Created on : 09.11.2015, 19:06:41
    Author     : Daniel
*/


html, body {
    height: 100%;
    margin: 0;
    font-family: Helvetica;
    font-size: 13pt;
    color: #3E3E3E;
    background: #f5f5f5;
}
h3 {
    padding: 0px;
    font-size: 20pt;
    color: #00823A;
    text-align: center;
    margin: 10px 0 0 0;
    width: 100%;
}
h2 {
    padding: 0px;
    font-size: 16pt;
    color: #114F93;
    text-align: center;
    margin: 10px 0 0 0;
    width: 100%;
}
h1 {
    padding: 0px;
    font-size: 15pt;
    color: #114F93;
    margin: 10px 0 0 0;
    width: 100%;
}
i {
    font-family: Helvetica;
    font-size: 13pt;
}
p {
    margin: 10px 0px 0px;
}
.log {
    max-width: 1345px;
    margin: 0 auto;
    background: #f9f9f9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}
.log a {
    margin-left: 15%;
    width: 20%;
    height: auto;
}
.log-planen a {
    margin-left: 15%;
    width: 38.5%;
    height: auto;
}
.log-planen {
    background: #f9f9f9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.fb-follow {
    margin-left: 45%;
}
.log a img {
    width: 100%;
    height: auto;
}
.log-planen img {
    width: 100%;
    height: auto;
}
.header {
    height: auto;
    padding: 10px 0;
}
.header img {
    width: 100%;
    height: auto;
}
.content {
    width: 68%;
    max-width: 1345px;
    margin: 0 auto;
    padding-bottom: 65px; 
    background: #f9f9f9;
    padding: 10px 1% 65px 1%;
}
.content-heizung {
    width: 68%;
    margin: 0 auto;
    padding: 10px 1% 65px 1%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: stretch;
    background: #f9f9f9;
}
.text {
    font-size: 13pt;
    width: 100%;
    height: auto;
}
.text-planen {
    width: 50%;
    font-size: 13pt;
}
.img-planen-galerie {
    display: inline-block;
    width: 50%;
    cursor: pointer;
}
.img-planen-galerie a {
    display:inline-block;
    float: left;
    width: 47%;
    margin: 1%; 
    height: auto;
    overflow: hidden;
    text-decoration: none;
    border: solid 2px #00823A;
}
.img-planen-galerie a img{
    display: grid;
    width: 100%;
    height: auto;

    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}
.img-planen-galerie a img:hover{
    transform: scale(1.1);
}
.text-heizung {
    font-size: 13pt;
    width: 50%;
    height: auto;
    padding: 10px 0;
}
.img-heizung {
    width: 48%;
    height: auto;
    padding: 10px 0;
    margin-left: 2%;
}
.img-heizung img {
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 10px #DED8D8;
    border-radius: 5px;
}
.img-heizung-100 {
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.img-heizung-100 img {
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 10px #DED8D8;
    border-radius: 5px;
}
.article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: sprace-between;
    align-items: stretch;
}
.article a {
    width: 32.5%;
    padding: 5px 0;
    text-decoration: none;
}
a .tent {
    background: #114F93;
    height: auto;
    width: 100%;
    color: #F9F9F9;
    font-size: 15pt;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    border: solid 2px #00823A;

}
a .tent:hover {
    color: #114F93;
    background: #F1F1F1;
}
a .tent:hover .img img {
    transform: scale(1.1);
}
a .tent .img {
    display: grid;
    width: 100%;
    height: auto;
    overflow: hidden;
}
a .tent .img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}
a .tent .description {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
}
.gallerie {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: auto;
}
.gallerie a {
    width: 18%;
    margin: 5px 0.5%;
    border: solid 2px #00823A;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background: #ECECEC;
    overflow: hidden;
}
.gallerie a:hover > img{
    transform: scale(1.1);
}
.gallerie a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}


.footer {
    background: rgba(231, 231, 231, 0.7);
    width: 98%;
    padding: 16px 15%;
    color: #00823A;
    position: fixed;
    bottom: 0;
}
.footer a {
    color: #00823A;
}
/*
Kontaktformular
*/
.input-checkbox {
    margin-right:  15px;
}
.checkbox-text {
    display: inline;
}
.checkbox-wrapper {
    width: 64%;

}
.formcontainer {
    width: 100%;
    padding: 10px 0;
}
#contactForm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}
.control-group {
    width: 100%;
    padding: 10px 0px;
}
.form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}
label {
    width: 33%;
    text-align: right;
    padding: 10px;
}
.input-textfield {
    padding: 10px;
    font-size: 12pt;
    color: rgb(62, 62, 62);
    width: 33%;
    resize: none;
    font-family: Helvetica;
    border: solid 1px #114F93;
}
.input-textfield:focus {
    box-shadow: 0px 0px 3px #114F93;
}
.input-textfield:hover {
    box-shadow: 0px 0px 3px #00823A;
}
.submit-button {
    width: 17.5%;
    border-radius: none;
    background: #00823A;
    font-family: Helvetica;
    padding: 10px 0;
    color: #FFF;
    font-size: 14pt;
    font-weight: 600;
    border: none;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.submit-button:hover {
    background: #114F93;
    cursor: pointer; 
}
.reset-button {
    width: 14.5%;
    border-radius: 0;
    background: #C2C2C2;
    font-family: Helvetica;
    padding: 10px 0;
    color: #FFF;
    font-size: 14pt;
    font-weight: 600;
    border: none;
    margin-left: 3%;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
#succes {
    width: 100%;
}
.reset-button:hover {
    background: #A3A3A3;
    cursor: pointer; 
}
.kontakt {
    width: 64%;
    margin-left: 35%;
    height: auto;
}
.kontakt a {
    text-decoration: none;
    color: #114F93;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.kontakt a:hover {
    color: #00823A;
}
.kontakt .tel {
    color: #114F93;
}

.impressum {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
}
.impressum .details {
    width: 33%;
    height: auto;
    margin: 15px 0 25px 0;
}
.impressum .details a{
    text-decoration: none;
    color: #114F93;
}
.impressum .details a:hover{
    color: #00823A;
}
.impressum .details .title {
    width: 100%;
    height: auto;
    font-size: 15pt;
    color: #00823A;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}
.content a {
    text-decoration: none;
    color: #114F93;
}
.content a:hover {
    color: #00823A;
}
.help-block {
    width: 100%;
    margin-left: 35%;
    padding: 0;
    color: #FF9000;
}
.help-block ul {
    list-style: none;
    padding: 0;
}
.alert-danger {
    background: #F00;
    border-radius: 0;
    color: white;
    padding: 10px 1%;
    margin-bottom: 15px;
    width: 98%;
}
.alert-success {
    background: #00823A;
    border-radius: 0;
    color: white;
    padding: 10px 1%;
    margin-bottom: 15px;
    width: 98%;
    text-align: center;
}
.close {
    background: none;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-size: 18pt;
    display: none;
}
.back {
    padding: 10px 25px;
    width: 20%;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: #00823A;
    color: white;
    font-size: 13pt;
    margin-left: 80%;
    margin-top: 20px;
}
.back:hover {
    background: #114F93;
}
.facebook {
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 10px;
    display: none;
}
.facebook a {
    color: #6C6C6C;
}
.facebook a:hover {
    color: #6C6C6C;
}
.facebook a:active {
    color: #3A5795;
}
.fb-header {
    margin-left: 47%;
}
.fb-header a {
    color: #6C6C6C;
}
.fb-header a:hover {
    color: #3A5795;
}
/*Menu*/
/*Hamburger Button*/ 
#nav-toggle { 
    position: absolute;
    margin-top: -7px;
    margin-left: 10px;
}

#nav-toggle { 
    cursor: pointer; 
    padding: 10px 35px 16px 0px; 
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
}
#nav-toggle span:before {
    top: -10px; 
}
#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
/*Ab hier Menu*/
#menubar {
    display: none;
} 
#menubar ul {
    display: block;
    width: 100%;;
    padding: 15px;
}
#menubar ul li {
    display: inline;
}
#menubar ul .logo {
    margin-left: 60px;
    position: absolute;
    top: 2px;
    width: 70%;
}
#menubar ul .logo img {
    width: auto;
    max-width: 100%;
    max-height: 60px;
}
#menubar ul li a.menubutton {
    display: none;
}
#menubar ul li a.menubutton img {
    display: none;
    width: 50px;
}

/* Navigation */ 
.containernav {
    background: #E7E7E7;
    margin: 0;
    padding: 0 15%;
    height: auto;
}

nav {
    max-width: 1345px;
    display: block;
    text-align: right;
    background: #E7E7E7;
}

nav ul {
    display: block;
    padding: 15px;
    margin: 0;
    height: auto;
}
nav ul li {
    display: inline;
    padding: 15px 10px 15px 10px;
}
nav ul li a {
    font-size: 14pt;
    padding: 5px 25px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

nav ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #114F93;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
nav ul li a:hover:before, nav ul li a:focus:before {
    left: 0;
    right: 0;
    color: #00823A;
}

/*nav ul li a:hover {
    color: #114F93;
    border-bottom: 2px solid #00823A;
}*/
nav ul li a.active {
    border-bottom: solid 3px #114F93;
}
/*Menu bis hier*/

@media screen and (max-width:1200px) {
    .content {
        width: 80%;
    }
    .content-heizung {
        width: 80%;
    }
    .containernav {
        padding: 0 10%; 
    }
    .footer {
        padding: 16px 10%;
    }
    .log a {
        margin-left: 10%;
    }
    .log-planen a {
        margin-left: 10%;
    }
    .fb-header {
        margin-left: 57%;
    }

}
@media screen and (min-width:1050px) {
    nav.nav {
        display:block !important;
    }	
}
@media screen and (max-width:1050px) {
    .log img {
        display: none;
    }
    .fb-header {
        display: none;
    }
    .log-planen img {
        display: none;
    }
    .gallerie a {
        width: 23.15%;
    }
    a .tent:hover {
        color: #FFF;
        background: #114F93;
    }
    a .tent:active {
        color: #114F93;
        background: #F1F1F1;
    }
    .gallerie a:hover > img{
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .gallerie a:active > img{
        opacity: 0.4;
        filter: alpha(opacity=40); 
    }
    #menubar ul li a.menubutton {
        display:block;
    }	
    #menubar ul li a.menubutton img {
        display: block;
    }
    #menubar {
        display:block;
        height: 40px;
    } 
    #menubar ul {
        padding: 0px;
        height: 50px;
    }
    nav {
        display: none;
        height: auto;
        text-align: center;

    }
    nav ul li {
        display: block;
        padding: 10px 10px;
        margin: 0px;
        border-bottom: 1px solid white;
    }
    nav ul li a {
        padding: 10px 50px;
    }
    nav ul {
        padding: 5px 0;

    }
    .content {
        width: 96%;
        padding: 10px 2% 65px 2%;
    }
    .content-heizung {
        width: 96%;
        padding: 10px 2% 65px 2%;
    }
    .footer {
        width: 98%;
        padding: 10px 1%;
    }
    .tent {
        width: 100%;
    }
    .article a {
        width: 49.5%;
    }
    .containernav {
        padding: 0px 3%;
    }
    .input-textfield {
        width: 53%;
    }
    label {
        width: 23%;
    }
    .submit-button {
        width: 26%;
    }
    .reset-button {
        width: 26%;
    }
    .help-block {
        margin-left: 25%;
    }
    .text-planen {
        width: 100%;
    }
    .img-planen-galerie {
        width: 100%;
        margin-top: 15px;
    }
    .img-planen-galerie a {
        width: 22%;
    }

    .kontakt {
        width: 75%;
        margin-left: 25%;
    }
    .back {
        width: 40%;
        margin-left: 60%;
    }
    .img-planen-galerie a img:hover{
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        cursor: pointer;
    }
    .back:active {
        background: #114F93;
    }
    .back:hover {
        background: #00823A;
    }
    .kontakt a:active {
        color: #00823A;
    }
    .kontakt a:hover {
        color: #114F93;
    }
    .submit-button:hover {
        background: #00823A;
    }
    .reset-button:hover {
        background: #C2C2C2;
    }
    .smart-none {
        display: none !important;
    }
    .facebook {
        display: block;
    }
}
@media screen and (max-width:850px) {
    .impressum .details {
        width: 50%;
    }

}
@media screen and (max-width:600px) {

    .content {
        padding: 0px 3% 70px;
        width: 94%;
    }
    .content-heizung {
        padding: 10px 3% 65px 3%;
        width: 94%;
    }
    .input-textfield {
        width: 100%;
    }
    label {
        width: 100%;
        text-align: left;
    }
    .control-group {
        padding: 0;
    }
    .submit-button {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .reset-button {
        width: 100%;
        margin: 0;
    }
    .gallerie a {
        width: 30.15%;
        margin: 5px 1%;
    }
    .text {
        padding: 0;
        width: 100%;
    }
    .text-heizung {
        padding: 0;
        width: 100%;
    }
    .img-heizung {
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }
    .img-heizung-100 {
        width: 100%;
        padding: 10px 0;
    }
    .footer {
        padding: 10px 3%;
        width: 94%;
        font-size: 11pt;
    }
    .header {
        padding: 10px 0;
    }
    a .tent {
        width: 99%;
    }
    .article {
    }
    .article a {
        width: 100%;
    }
    .impressum .details {
        width: 100%;
    }
    .help-block {
        margin-left: 0;
    }
    .img-planen-galerie a {
        width: 46%;
    }
    .kontakt {
        width: 100%;
        margin-left: 0;
    }
    .back {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width:300px) {
    .header {
        display: none;
    }
}


