/* Hier kommen alle CSS-Angaben für das spezielle Projekt hinein */

/* Sonstige Hinweise und Anmerkungen
Angabe der Schriftgröße: Dies wird zukünftig in % durchgeführt 100% = 10px
*/

/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages
Opensource-Fonts können über die folgenden Seite beschafft werden:
http://www.theleagueofmoveabletype.com
http://www.fontsquirrel.com/fontface/
http://kernest.com/
http://www.google.de/webfonts
Über den folgenden Link können ttf-Schriften einfach in ein komplettes Fontpacket mit
CSS konvertiert werden
http://www.fontsquirrel.com/fontface/generator
*/
body { font:10px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }

/* Somit wird gründsätzlich ein Scrollbalken eingeblendet, und die Seite springt nicht mehr
zwischen kurzen und langen Seiten*/
html { overflow-y: scroll; }

/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
    font-size:1px;
}

/* Style für Captcha Auswertung per JS */

img.captchaImg{
    display: block;
    margin-bottom: 10px;
}

input.sendCode{
    width: 145px !important;
    margin-right: 10px !important;
}

input[type=submit].disabled {
    cursor: not-allowed;
    background:#e6e6e6 !important;
    color: #bfbfbf !important;
}


/* Ab hier kommt dann der eigentliche CSS Code*/

/*###USERSPECIFICCODE###*/
body {
    font-size: 15px;
    font-family: 'ralewayregular', sans-serif;
}

/* HEADER */
#header {
    z-index: 1001;
}
@media (min-width: 1025px) {
    #header {
        position: fixed;
        background: transparent;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        webkit-box-shadow: 0 0 30px rgba(27, 27, 27, 0.1);
        box-shadow: 0 0 30px rgba(27, 27, 27, 0.1);
    }
    #header .header-wrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 1400px;
        width: 100%;
        justify-content: space-between;
    }
    #header .header-left-bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        background: #1b1b1b;
    }
    #header .header-right-bg {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        background: #fff;
    }

    #site-container {
        padding-top: 133px;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    #header .nav {
        font-size: 16px;
    }
    #header .nav a,
    #header .nav span {
        padding: 5px 8px;
    }
}



/* STANDARDMODULE */
.heidt-std {
    margin-bottom: 15px;
}
.heidt-std img {
    max-width: 100%;
}
ul {
    margin-bottom: 40px;
}
ul > li {
    margin-bottom: 10px;
}
ul > li > ul {
    margin-bottom: 5px;
}
ul > li > ul > li {
    margin-bottom: 3px;
}

/* KONTAKT */
.jsv-oneMessage {
    color: #f00;
}

.heidt-form .form-errors {
    width: 100%;
    background: #f5f1f0;
    padding: 10px 15px 15px;
    margin-bottom: 30px;
}
.heidt-form .form-errors .error-label {
    font-weight: bold;
}
.heidt-form .form-errors ul {
    list-style: disc;
    padding-left: 40px;
}

.heidt-form textarea {
    min-height: 300px;
    margin-bottom: 60px !important;
}

.heidt-form .data-protection {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.heidt-form .data-protection input[type=checkbox]{
    max-width: 30px;
    margin-right: 15px;
}

.heidt-form .form-captcha {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.heidt-form .captchaImg {
    height: fit-content;
    margin-right: 15px;
    margin-bottom: 0;
}
.heidt-form .sendCode {
    margin: 0 !important;
    margin-right: 8px !important;
}
.heidt-form .fa-remove::before {
    content: "\f00d";
}
@media (min-width: 768px) {
    .heidt-form input[type="submit"] {
        margin-top: 25px;
    }
    .heidt-form .button-wrap {
        text-align: right;
    }
}

@media (max-width: 380px) {
    .heidt-form .sendCode {
        margin-right: 5px !important;
    }
    .heidt-form .captchaImg {
        height: fit-content;
        margin-right: 5px;
        margin-bottom: 0;
    }
}


/* AUFZÄHLUNGSPUNKTE */
dl.faq > dd {
    min-height: 100px;
}

/* AUSWAHLKARTE */
.heidt-ak {
    margin-top: 20px;
    margin-bottom: 30px;
}
.heidt-ak .icon-container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 45px;
}
.heidt-ak .icon-container a {
    color: #fff !important;
}

/* TEASER */
.heidt-teaser.hidenav .owl-controls {
    display: none;
}

/* MENU */
@media (max-width: 1024px) {
    .nav > li {
        margin-bottom: 0;
    }
}

/* SIDEBAR */
.sidebar-box.info h5 {
    margin-bottom: 20px;
}
.sidebar-box.info p {
     font-size: 17px;
     padding-left: 25px;
}

.sidebar-box img {
    max-width: 100%;
    margin-bottom: 10px;
}
.sidebar-box.info img {
    margin-left: 25px;
}

.contact-btn {
    margin-left: 25px;
    padding: 15px 20px 15px 20px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    outline: none;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
    color: #fff !important;
    font-family: 'ralewaybold', sans-serif;

    /*border-left: 3px solid rgba(255, 255, 255, 0.1);*/
    /*background-color: #262626;*/
    opacity: 0.5;
}
.contact-btn:hover {
    opacity: 1;
}

aside .contact-btn {
    opacity: 1 !important;
}
aside .contact-btn:hover {
    color: #000000 !important;
}

/* FOOTER */
.footer-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-links {
    display: inline-block;
}
.footer-links ul {
    margin: 0;
    padding: 0;
    line-height: 10px;
    font-size: 13px;
    opacity: 0.7;
    padding-top: 14px;
}
.footer-links li{
    display: inline-block;
    list-style: none;
}
.footer-links li::after{
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
    color: #a6a6a6;
}
.footer-links li:last-of-type::after{
    content: "";
}

.heidt-std-trbl ul,
.column ul {
    list-style: none; /* Remove default bullets */
}

.heidt-std-trbl ul li::before,
.column ul li::before {
    content: "\2022";  /* Add content: \ 2022 is the CSS Code/unicode for a bullet */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 1.5em;
}

.icon-block-border {
    border: 1px solid #ececec;
    padding: 10px;
}

.offerbar {
    background: none !important;
    text-align: left;
}

.offerbar .text {
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}

.offerbar .button {
    color: #ffffff;
    border: 1px solid #000000;
}
.offerbar .button:hover {
    border: 1px solid #ffffff;
}

.offerbar .btn {
    text-align: right;
}

.textverticalcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .offerbar {
        text-align: center !important;
    }
    .offerbar .btn {
        text-align: center;
    }
    aside.offerbar {
        display: none !important;
    }
    .offerbar .text {
        position: relative !important;
    }
}

.heidt-galerie .gallerycontent {
    min-height: 330px;
}

@media (max-width: 768px) {
    .textverticalcenter {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%);
    }
    .text-left {
        padding-bottom: 15px;
    }
    .morespace {
        margin-bottom: 40px;
    }
    .heidt-galerie .gallerycontent {
        min-height: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    aside.offerbar {
        display: none !important;
    }
}

.header-wrap .contact {
    display: inline-block;
    width: 50%;
    margin-top: 15px;
    color: #ffffff;
}


#page-title-bg .breadcrumbcontact span.slogan,
.header-wrap .contact span.slogan {
    display: inline-block;
    font-size: 1.4em;
    padding-bottom: 10px;
    font-weight: bold;
}


.header-wrap .contact .call-now i,
.header-wrap .contact .call-now a {
    font-size: 0.6em;
}

.header-wrap .contact .call-now i {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    width: 35px !important;
}

#page-title-bg .breadcrumbcontact {
    position: relative;
    display: block;
    text-align: right;
}
#page-title-bg .breadcrumbcontact span {
    padding: 30px 40px;
    font-size: 28px;
    display: inline-block;
    text-align: center;
    margin-top: 80px;
    /*text-transform: uppercase;*/
    min-height: 150px;
    min-width: 80%;
}

#page-title-bg .breadcrumbcontact span.slogan {
    color: #fff;
    background-color: #1b1b1b;
    max-width: 80%;
    padding: 30px 40px;
    font-size: 28px;
    font-family: 'ralewaybold';
}

#page-title-bg .breadcrumbcontact .sidebar-box {
    width:80%;
    margin-left: 20%;
    margin-top: 20px;
}

#page-title-bg .breadcrumbcontact .sidebar-box .call-now {
    margin: 0;
    margin-bottom: 20px;
}

#page-title-bg .breadcrumbcontact .sidebar-box .call-now span {
    min-height: auto !important;
    margin-top: 0 !important;
    font-size: 18px !important;
    padding: 15px 10px 15px 12px !important;
    display: block;
    text-align: left !important;
}
#page-title-bg .breadcrumbcontact .sidebar-box .call-now a {
    text-align: left !important;
}

.visibleonmobile {
    display: inline-block;
}

@media (min-width: 1024px) {
    .header-wrap .contact,
    .visibleonmobile {
        display: none;
    }
}

.planer img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 15px;
}

.planer h2 {
    padding-top: 15px;
}

.planer p, .planer a {
    padding-bottom: 15px;
}


/*###USERSPECIFICCODE###*/