/* ###############################################
   FONTS
   ############################################### */
@font-face {
    font-family: 'Ionicons';
    src: url('fonts/ionicons.eot');
    src: url('fonts/ionicons.eot?#iefix') format('embedded-opentype'),url('fonts/ionicons.woff') format('woff');
}

.ionicons {
    font-family: Ionicons;
}

.icon::before {
    display: inline;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
}

.check::before {
    font-family: "Ionicons";
    content: "\f3fe";
}

/* ###############################################
   PAGE SIZE
   ############################################### */
.screensize {
    display: none;
}

.size-0-575 {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    z-index: 1000;
    font-family: Khand;
}

@media (min-width:574px) {
    .size-0-575 {
        display: none;
    }
}

.size-576-767 {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    z-index: 1000;
    font-family: Khand;
}

@media (max-width:575px) {
    .size-576-767 {
        display: none;
    }
}

@media (min-width:766px) {
    .size-576-767 {
        display: none;
    }
}

.size-768-991 {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    z-index: 1000;
    font-family: Khand;
}

@media (max-width:767px) {
    .size-768-991 {
        display: none;
    }
}

@media (min-width:992px) {
    .size-768-991 {
        display: none;
    }
}

.size-992-1199 {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    z-index: 1000;
    font-family: Khand;
}

@media (max-width:991px) {
    .size-992-1199 {
        display: none;
    }
}

@media (min-width:1200px) {
    .size-992-1199 {
        display: none;
    }
}

.size-1200-end {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    z-index: 1000;
    font-family: Khand;
}

@media (max-width:1199px) {
    .size-1200-end {
        display: none;
    }
}

/* ###############################################
   NAVBAR LG
   ############################################### */
#header-menu-lg {
    overflow: hidden;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 350px;
}

#header-menu-lg nav a {
    color: #fff;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    float: left;
    font-family: Khand;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 2px solid;
    border-bottom-color: #888888;
    margin-right: 10px;
    margin-left: 10px;
    transition: 0.4s;
}

#header-menu-lg nav a span {
    font-size: 20px;
}

#header-menu-lg nav a:hover {
    border-bottom-color: #FAA500;
}

#header-menu-lg nav a.active {
    border-bottom-color: #FAA500;
}

#header-menu-lg .nav-ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    width: 960px;
}

@media (min-width:1200px) {
    #header-menu-lg  .nav-ul {
        width: 1110px;
    }

    #header-menu-lg nav a {
        font-size: 19px;
    }
}

/* ###############################################
   NAVBAR MD
   ############################################### */
#header-menu-md {
    overflow: hidden;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 220px;
}

#header-menu-md nav a {
    color: #fff;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    float: left;
    font-family: Khand;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 2px solid;
    border-bottom-color: #888888;
    margin-right: 6px;
    margin-left: 6px;
    transition: 0.4s;
}

#header-menu-md nav a span {
    font-size: 16px;
}

#header-menu-md nav a:hover {
    border-bottom-color: #FAA500;
}

#header-menu-md nav a.active {
    border-bottom-color: #FAA500;
}

#header-menu-md .nav-ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    width: 720px;
}

/* ###############################################
   NAVBAR SM
   ############################################### */
.menu {
    font-family: Khand;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 45px;
    padding-top: 10px;

    /* min-height: 85px */
    /* background-color: #f2f2f2 */
}

.menu a:link,
.menu a:visited,
.menu a:active {
    text-decoration: none;
}

.intern-menu {
    font-size: 18px;
    background-color: #222;
    text-indent: 10px;
    line-height: 100%;
    color: #ffffff;
    border-radius: 0.25rem;
    padding-top: 12px;
    padding-bottom: 10px;
}

/* ###############################################
   NAVBAR / FOOTER VISIBILITY
   ############################################### */
@media (max-width:991px) {
    #header-menu-lg {
        display: none;
    }
}

@media (max-width:767px) {
    #header-menu-md,
    #footer {
        display: none;
    }
}

@media (min-width:992px) {
    #header-menu-md {
        display: none;
    }
}

@media (min-width:768px) {
    #header-menu-sm,
    #footer-sm {
        display: none;
    }
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
/* @media screen and (max-width: 580px) {
    #header-menu-lg {
        padding: 0 !important;
    }

    #header-menu-lg nav a {
        float: none;
        display: block;
        text-align: left;
    }
} */
/* @media (min-width:992px) {
    .menu-margin-logo {
        margin-right: 300px !important
    }
} */
#content {
    padding: 0;
    margin-top: 450px;
}

@media (max-width:991px) {
    #content {
        margin-top: 250px;
    }
}

@media (max-width:767px) {
    #content {
        margin-top: 40px;
    }
}

.scrollposition {
    margin-top: -80px;
    width: 10px;
    height: 150px;
    z-index: 1000;
}

/* ###############################################
   TYPO
   ############################################### */
h1 {
    font-family: Playfair Display;
    font-size: 27px;
    font-weight: 400;
    line-height: 150%;
    color: #000000;
    margin-bottom: 30px;
}

h1 span {
    color: #faa500;
    font-size: 25px;
    line-height: 140%;
}

h2.large {
    font-family: Playfair Display;
    font-size: 25px;
    font-weight: 400;
    color: #000000;
    line-height: 150%;
    margin-bottom: 20px;
}

h3 {
    font-family: Khand;
    font-weight: 300;
    color: #000000;
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 20px;
}

p {
    font-family: Khand;
    color: #000000;
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: 300;
}

a:link,
a:visited,
a:active {
    text-decoration: underline;
    color: #888;
}

a:hover {
    text-decoration: underline;
    color: #aaaaaa;
}

.divider {
    padding-top: 28px;
    padding-bottom: 38px;
}

.expose {
    background-color: #eeeeee;
    padding: 20px;
    height: 400px;
    margin-bottom: 30px;
}

.expose .image {
    background-color: #ccc;
    height: 150px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

a.expose-link {
    text-decoration: none;
}

h5 {
    font-family: Khand;
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    line-height: 140%;
}

h5 span {
    color: #faa500;
}

.expose h5 {
    margin-bottom: 0px;
    font-family: Khand;
    font-weight: 500;
    color: #000000;
    line-height: 150%;
    font-size: 18px;
}

.objnr {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    margin-left: 30px;
    margin-bottom: 60px;

    /* line-height: 180% */
}

.preis {
    bottom: 0;
    position: absolute;
    margin-bottom: 30px;
    text-align: left;
    line-height: 180%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    width: 100% !important;
}

.preis span {
    font-size: 26px;
    font-weight: 500;
    color: #faa500;
    float: right;
}

.zv {
    position: absolute;
    top: -30px;
    right: -5px;
    width: 100px;
    height: 100px;
}

h3 span {
    color: #faa500;
}

li.content {
    list-style-type: none;
    text-indent: -18px;
    padding: 0 0 5px 0px;
    margin: 0 0 0 -12px;
}

ul.content {
    margin: 0;
    padding: 0 0 0 30px;
    font-family: Khand;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
}

.ordered-list {
    margin: 0px 0px 0px 20px;
    padding: 0;
    list-style-type: none;
    font-family: Khand;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
}

.ordered-list {
    font-family: Khand;
    font-size: 16px;
    line-height: 140%;
}

.ordered-list li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

.ordered-list li::before {
    content: counter(step-counter);
    margin-right: 10px;
    font-weight: 500;
    padding: 0;
    margin-left: -20px;
    width: 10px;
    display: inline-block;
}

.bewertung1 {
    padding: 0;
    width: 150px;
    float: left;
    margin: 0 0 0 85px;
}

.bewertung2 {
    margin: 0;
    padding: 0;
    width: 150px;
    float: left;
}

.bewertung3 {
    margin: 0;
    padding: 0;
    width: 150px;
    float: left;
}

.bewertung-divider {
    margin: 0;
    padding: 0;
    float: left;
    width: 630px;
}

.gebiete-image {
    background-image: url('images/Gebiete.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    height: 450px;
}

.gebiete-image-sm {
    background-image: url('images/Gebiete.svg');
    background-repeat: no-repeat;
    background-position: center top;
}

/* ###############################################
   SIZE SPECIALS
   ############################################### */
@media (min-width:0px) and (max-width:375px) {
    .expose {
        height: 400px;
    }

    .expose .image {
        height: 160px;
    }
}

@media (min-width:376px) and (max-width:414px) {
    .expose {
        height: 420px;
    }

    .expose .image {
        height: 180px;
    }
}

@media (min-width:415px) and (max-width:576px) {
    .expose {
        height: 440px;
    }

    .expose .image {
        height: 200px;
    }
}

/* ###############################################
   SIZE RULES 0-575
   ############################################### */
@media (max-width:575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-top {
        position: absolute;
        width: 20%;
        height: 120px;
        z-index: 2000;
        right: 40%;
        opacity: 0.4;
        bottom: 0;
    }

    .scrollposition {
        height: 96px;
        margin-top: -26px;
    }

    h1 {
        font-size: 20px;
        line-height: 140%;
    }

    h1 span {
        font-size: 18px;
    }

    h2.large {
        font-size: 18px;
    }

    h3 {
        font-size: 20px;
        line-height: 140%;
    }

    .divider {
        padding-top: 8px;
        padding-bottom: 18px;
    }

    .bewertung1 {
        margin-left: 0px;
        width: 33%;
    }

    .bewertung2 {
        width: 33%;
    }

    .bewertung3 {
        width: 33%;
    }

    .bewertung-divider {
        width: 100%;
    }

    .gebiete-image {
        background: none;
        height: auto;
    }

    .gebiete-image-sm {
        height: 250px;
    }
}

/* ###############################################
   SIZE RULES 576-767
   ############################################### */
@media (min-width:576px) and (max-width:767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-top {
        position: absolute;
        width: 20%;
        height: 120px;
        z-index: 2000;
        right: 40%;
        opacity: 0.4;
        bottom: 0;
    }

    .scrollposition {
        height: 96px;
        margin-top: -26px;
    }

    h1 {
        font-size: 22px;
        line-height: 140%;
    }

    h1 span {
        font-size: 20px;
    }

    h2.large {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
        line-height: 140%;
    }

    .bewertung1 {
        margin-left: 25px;
    }

    .bewertung-divider {
        width: 500px;
    }

    .expose {
        height: 340px;
    }

    .expose .image {
        height: 120px;
    }

    .expose h5 {
        font-size: 15px;
        line-height: 130%;
    }

    .expose .objnr,
    .expose .preis {
        font-size: 14px;
    }

    .expose .preis span {
        font-size: 22px;
    }

    .divider {
        padding-top: 8px;
        padding-bottom: 18px;
    }

    .gebiete-image {
        background: none;
        height: auto;
    }
}

/* ###############################################
   SIZE RULES 768-991
   ############################################### */
@media (min-width:768px) and (max-width:991px) {
    .logo-top {
        position: absolute;
        top: 0;
        width: 16%;
        height: 90%;
        z-index: 2000;
        right: 42%;
        opacity: 0.4;
    }

    .scrollposition {
        height: 160px;
        margin-top: -90px;
    }

    p {
        font-size: 14px;
        line-height: 140%;
    }

    h1 {
        font-size: 25px;
        line-height: 150%;
    }

    h1 span {
        font-size: 23px;
    }

    h2.large {
        font-size: 23px;
    }

    h3 {
        font-size: 23px;
    }

    ul.content {
        font-size: 14px;
        line-height: 140%;
    }

    li.content {
        text-indent: -20px;
        margin-left: -10px;
        padding-bottom: 3px;
    }

    .ordered-list {
        font-size: 14px;
        line-height: 140%;
    }

    .icon::before {
        padding-right: 6px;
        font-size: 17px;
    }

    .bewertung1 {
        margin-left: 35px;
        width: 130px;
    }

    .bewertung2 {
        width: 130px;
    }

    .bewertung3 {
        width: 130px;
    }

    .bewertung-divider {
        width: 460px;
    }

    .expose .image {
        height: 120px;
    }

    .expose {
        height: 340px;
    }

    .expose h5 {
        font-size: 15px;
        line-height: 130%;
    }

    .preis span {
        font-size: 22px;
    }

    .gebiete-image {
        background: none;
        height: auto;
    }
}

/* ###############################################
   SIZE RULES 992-1199
   ############################################### */
@media (min-width:992px) and (max-width:1199px) {
    .logo-top {
        position: absolute;
        top: 0;
        width: 20%;
        height: 90%;
        z-index: 2000;
        right: 40%;
        opacity: 0.4;
    }

    .gebiete-image-sm {
        background: none;
    }
}

/* ###############################################
   RULES 1200-END
   ############################################### */
@media (min-width:1200px) {
    .container {
        max-width: 1110px;
    }

    .logo-top {
        position: absolute;
        top: 0;
        width: 10%;
        height: 90%;
        z-index: 2000;
        right: 45%;
        opacity: 0.4;
    }

    p {
        font-size: 18px;
        line-height: 150%;
    }

    h1 span {
        font-size: 28px;
    }

    h1 {
        font-size: 30px;
        line-height: 140%;
    }

    h2.large {
        font-size: 28px;
    }

    h3 {
        font-size: 28px;
    }

    ul.content {
        font-size: 18px;
        line-height: 150%;
    }

    li.content {
        text-indent: -24px;
        margin-left: -5px;
        padding-bottom: 5px;
    }

    .ordered-list {
        font-size: 18px;
        line-height: 150%;
    }

    .icon::before {
        padding-right: 8px;
        font-size: 20px;
    }

    .expose .image {
        height: 180px;
    }

    .expose {
        height: 450px;
    }

    .expose h5 {
        font-size: 20px;
    }

    .preis span {
        font-size: 30px;
    }

    .gebiete-image-sm {
        background: none;
    }
}

/* ###############################################
   FORM
   ############################################### */
#contact-form {
}

#contact-form input,
#contact-form textarea {
    font-family: Khand;
    font-size: 16px;
    line-height: 100%;
    color: #4e4e4e;
    border: 1px solid #faa500;

    /* padding: 6px 10px 0px; */
}

@media (min-width:1200px) {
    #contact-form input,
    #contact-form textarea {
        font-size: 18px;
        padding-top: 8px;
    }
}

#contact-form textarea {
    line-height: 140%;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #ccc;
    padding-top: 5px;
}

#contact-form .status {
    font-family: Khand;
    color: #faa500;
    margin-left: 20px;
    padding-top: 5px;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 500;
}

.form-label {
    font-size: 16px;
    color: #faa500;
    text-transform: uppercase;
    font-family: Khand;
    font-weight: 500;
    margin-left: 10px;
    letter-spacing: 0.025em;
}

@media (min-width:1200px) {
    .form-label {
        font-size: 18px;
    }
}

.wavesbutton {
    background-color: #faa500;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: Khand;
    letter-spacing: 0.05em;
    border: 1px solid #faa500;
    padding: 10px 12px 8px;
    line-height: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.wavesbutton:hover {
    background-color: #f2f2f2;
    color: #faa500 !important;
    border: 1px solid #faa500;
}

/* .form-input {
    border-radius: 0;
    border: 1px solid #faa500;
    background-color: #cccccc;
    font-family: Khand;
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    padding: 5px 10px;
}

@media (min-width:1200px) {
    .form-input {
        font-size: 18px;
    }
} */
/* ###############################################
   FOOTER
   ############################################### */
#footer {
    background-image: url('images/blackorchidlight.png');
    background-repeat: repeat;
    background-position: left center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
}

#footer p {
    padding-bottom: 0px;
    color: #aaaaaa;
    font-size: 15px;
}

#footer p.head {
    font-size: 17px;
}

#footer a:link,
#footer a:visited,
#footer a:active {
    text-decoration: underline;
    color: #aaaaaa;
}

#footer a:hover {
    text-decoration: underline;
    color: #cccccc;
}

h3.impressum {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

#footer img {
    float: left;
    height: 130px;
    margin-top: -28px;
}

#footer .col1 {
    border-right: 1px solid #666666;
    padding-top: 20px;
}

#footer .col2 {
    border-right: 1px solid #666666;
    padding-left: 40px;
    padding-top: 20px;
}

#footer .col3 {
    padding-left: 40px;
    padding-top: 20px;
}

@media (min-width:768px) and (max-width:991px) {
    #footer img {
        display: none;
    }

    #footer p {
        font-size: 13px;
    }

    #footer p.head {
        font-size: 15px;
    }

    #footer .col1 {
        padding-bottom: 20px;
    }

    #footer .col2 {
        padding-left: 12px;
    }

    #footer .col3 {
        padding-left: 12px;
    }
}

#footer-sm {
    background-image: url('images/blackorchidlight.png');
    background-repeat: repeat;
    background-position: left center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
}

#footer-sm p {
    padding-bottom: 5px;
    color: #aaaaaa;
    font-size: 15px;
}

#footer-sm p.head {
    font-size: 17px;
}

#footer-sm a:link,
#footer-sm a:visited,
#footer-sm a:active {
    text-decoration: underline;
    color: #aaaaaa;
}

#footer-sm a:hover {
    text-decoration: underline;
    color: #cccccc;
}

#footer-sm img {
    float: none;
    height: 160px;
}

#footer-sm .col1 {
    text-align: center;
    padding-bottom: 10px;
}

#footer-sm .col2 {
    padding-top: 10px;
    text-align: center;
}

#footer-sm .col3 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

/* ###############################################
   PARALLAX
   ############################################### */
.parallax {
    height: 200px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 70px;
    margin-bottom: 30px;
}

.parallax h2 {
    font-family: Playfair Display;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin-top: 75px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

@media (max-width:575px) {
    .parallax {
        height: auto;
        padding-top: 0px;
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .parallax h2 {
        font-size: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 40px;
        margin-bottom: 45px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .parallax h2 {
        font-size: 34px;
    }
}

@media (min-width:1200px) {
    .parallax {
        height: 250px;
        padding-top: 25px;
    }
}

@media (max-width:1199px) {
    .parallax {
        background-attachment: local;
    }
}

/* ###############################################
   JAHRESWECHSEL
   ############################################### */
#jahreswechsel {
    /* background-color: #faa500 */
    margin-bottom: 50px;
    border: 4px double #faa500;
}

.jahreswechsel-text {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #faa500;
}

.jahreswechsel-img {
    background-image: url('images/baum2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #faa500;
}

@media (max-width:767px) {
    .jahreswechsel-img {
        height: 300px;
    }
}

h2.jahreswechsel {
    font-family: Playfair Display;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width:767px) {
    h2.jahreswechsel {
        font-size: 16px;
    }
}

h3.jahreswechsel {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width:767px) {
    h3.jahreswechsel {
        font-size: 16px;
    }
}








