/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
************************************************************
Styles:     flix//theme
Project:    flix-Base - Main CSS
Autor:      Yannik Boost
Copyright:  (c) 2015 interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/

/*****************************************************************
*********** Document
******************************************************************/

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #05A0E3;
}

/*****************************************************************
*********** Allgemeine Selectoren
******************************************************************/
h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
    /*margin-bottom: 20px;*/
    color: #05A0E3;
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
}


p {
    font-size: 16px;
    line-height: 21px;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
}

span {
    font-size: 16px;
    line-height: 21px;
}

em {
    font-size: 16px;
    line-height: 21px;
}

strong {
    font-size: 16px;
    line-height: 21px;
}

li {
    font-size: inherit;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol {
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    z-index: 999;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.contentbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}


.text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*****************************************************************
*********** Header
******************************************************************/

#head-canvas {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow:hidden;*/
    position: relative;
    /*padding-left: 15px;*/
    /*padding-top: 15px;*/
}

#logo {
    /*width: 100%;*/
    overflow: hidden;
    display: inline-block;
}

#logo img {
    width: 100%;
    height: auto;
    display: block;
}

.header-image {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: auto;
}

#head-image {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.head-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mainheadline {
    line-height: 40px;
    font-family: 'Lato';
}

/*****************************************************************
*********** Footer
******************************************************************/

#footer-canvas {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 30px 15px;
    /*border-top: 2px solid #7c7b7b;*/
    /*border-bottom: 2px solid #7c7b7b;*/
}

#footer-canvas .column {
    width: auto;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
}

#footer-bar {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.nav-footer {
    width: auto;
    height: auto;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}


#footer-canvas .copyright {
    margin-top: 15px;
}

.nav-footer-item {
    width: auto;
    height: auto;
    /*float:left;*/
    margin-left: 15px;
}

.nav-footer-link {
    font-size: 18px;
    line-height: 30px;
}

.social-media-link {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: right;
    margin-left: 15px;
}

#youtube-link {
    background: url(/_images/icons/youtube.png) center center no-repeat;
    background-size: contain;
}

#facebook-link {
    background: url(/_images/icons/facebook.png) center center no-repeat;
    background-size: contain;
}

#twitter-link {
    background: url(/_images/icons/twitter.png) center center no-repeat;
    background-size: contain;
}

#instagram-link {
    background: url(/_images/icons/instagram.png) center center no-repeat;
    background-size: contain;
}

/*****************************************************************
*********** Content
******************************************************************/

#slider {
    width: 100%;
    max-width: 1920px;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    max-height: 550px;
}

#slider .slick-slide {
    max-height: 600px;
}

.slick-next::before,
.slick-prev::before {
    content: '';
}

.slick-next,
.slick-prev {
    width: 24px;
    height: 46px;
    position: absolute;
    top: calc(50% - 23px);
    z-index: 999;
    cursor: pointer;
}

.slick-next {
    right: 25px;
    background: url(/_images/icons/slider-arrow-next.png) center center no-repeat;
    background-size: cover;
}

.slick-prev {
    left: 25px;
    background: url(/_images/icons/slider-arrow-prev.png) center center no-repeat;
    background-size: cover;
}

.slick-slide img {
    width: 100%;
    height: auto;
    /*filter:brightness(70%);*/
}

.slick-dots {
    display: none !important;
}

.slider-caption {
    position: absolute;
    top: calc(50% - 105px);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 210px;
}

.slider-caption span {
    display: block;
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
}

#main-canvas {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

#page-canvas {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    /*max-width:1400px;*/
    margin: 0 auto;
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
}


.menu-button {
    display: inline-block;
    height: 28px;
    width: 35px;
    cursor: pointer;
    display: none;
}

.menu-line {
    width: 100%;
    height: 4px;
    border-radius: 3px;
    margin-bottom: 6px;
    background-color: #A31D26;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.menu-button:hover .menu-line:nth-child(2) {
    width: 80%;
}

.menu-button-close:hover .menu-line:nth-child(1), .menu-button-close:hover .menu-line:nth-child(3) {
    width: 80%;
}

.menu-button-close {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;

}

#logo-nav {
    max-width: 85px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.mobile-menu {
    display: block;
    max-width: 320px;
    width: 100%;
    position: fixed;
    z-index: 99999999999;
    left: -360px;
    top: 0;
    background: #fff;
    height: 100vh;
    padding: 20px;
}

.nav1-mobile {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.nav1-mobile-item {
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    vertical-align: middle;
    margin: 6px 8px;
    padding: 0 6px;
}

.nav1-mobile-link {

}

.nav1-mobile-link.active, .nav1-mobile-link:hover {

}

.nav1-mobile-link span {
    line-height: 36px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: HelveticaNeueLT Std Cn !important;
}

/*****************************************************************
*********** Seitenelemente
******************************************************************/

/******************* contact-info *************************/


.contact-info p {
    margin-bottom: 10px;
}

/******************* downloads-info *************************/

.downloads-info {
    /*padding:15px;*/
}

.downloads-info .headline {

}

.downloads-info .downloads-list {
    overflow: hidden;
}

.download-item {
    margin-bottom: 10px;
}

.download-link {

}

.download-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    /*padding-left: 22px;*/
    /*   background: url(/_images/icons/ic_download.png)center center no-repeat;*/
    background-size: 13px;
    background-position-x: 0px;
    line-height: 22px;
    color: #21536a;
}

.download-link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f019";
    width: 25px;
    display: inline-block;
}

/**************** gallery-list **********************/

.gallery-list {

}

.gallery-list .overview-item {
    max-width: 350px;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.gallery-list .overview-item .text-container {
    position: absolute;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

/******************* gallery-main *************************/

.gallery-detail .text {
    margin-bottom: 15px;
}

.gallery-image {
    float: left;
    width: 100%;
    max-width: 240px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}


/******************* image-fullsize-main *************************/

.image-fullsize-main {

}

/******************* image-text-three-columns-main *************************/

.image-text-three-columns-main .headline {
    padding-bottom: 15px;
}

.image-text-three-columns-main {
    /*padding: 30px 0px;*/
}

.image-text-three-columns-main .col {
    width: calc(100% / 3 - 10px);
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
}

.image-text-three-columns-main .col img {
    margin-bottom: 20px;
}

.image-text-three-columns-main .col1 {
    margin-left: 0;
}


/******************* map-main *************************/

.map-main {

}

#openstreetmap-container {
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

/******************* overviewpages-main *************************/

.overviewpages-main {

}

.overviewpages-main .overview-item {
    display: block;
    width: 100%;
    padding: 0 0 40px;
    border-bottom: 3px solid #afc1c9;
    margin-bottom: 40px;
    overflow: hidden;
}

.overviewpages-main .overview-item .detail-link {
    display: block;
}

.overviewpages-main .overview-item h2 {
    margin-bottom: 15px;
}

.overviewpages-main .overview-item .text {
    margin-bottom: 15px;
    color: #000;
}

.overviewpages-main .overview-item .teaser-image {
    max-width: 228px;
    float: left;
    margin-right: 15px;
}

/******************* text-image-list-main *************************/

.text-image-list-main {

}

.text-image-list-main .box {
    width: calc(100% / 3);
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-image-list-main-image {
    margin-bottom: 15px;
}

/******************* text-image-main *************************/

.text-image-main {

}

.text-image-main img {
    width: 100%;
}

.text-image-main .right-column {
    width: 47.5%;
    overflow: hidden;
    float: right;
}

.text-image-main .left-column {
    width: 47.5%;
    overflow: hidden;
    float: left;
}

.text-image-main .left-column .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 15px 0;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
}

.text-image-main h2 {
    padding-bottom: 20px;
}

/******************* text-main *************************/

.text-main .text {
    /*padding:15px;*/
    padding-left: 0px;
    padding-right: 0px;
}

/******************* texteditor-info *************************/

.texteditor-info {
    /*padding: 15px;*/
}


.panorama-iframe {
    border: none;
}

.errorbox {
    display: block;
    border-left: 4px solid #f00;
    padding: 15px;
    background-color: #ffa7a1;
}

/*####text-slider-main ###*/

.text-slider-main {
    padding-bottom: 15px !important;
}

.text-slider-main .slider-canvas {
    display: block;
    width: 100%;
    overflow: hidden;
    /*height: 42px;*/
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.text-slider-main .head-area {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #A31D26;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.text-slider-main .head-area .headline {
    color: #FBF7C9;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    /*display: inline-block;*/
    /*float: left;*/
}

.text-slider-main .slider-content {
    display: block;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ECE3B2;
    overflow: hidden;
    height: 0px;
}

.text-slider-main .image-column {
    display: inline-block;
    float: left;
}

.text-slider-main .image-column img {
    display: inline-block;
    width: auto;
    height: auto;
}

.text-slider-main .text-column {
    margin-top: 20px;
    float: left;
    width: calc(100% - 400px);

    margin-left: 15px;
}

.text-slider-main .slider-open {
    color: #FBF7C9;
    float: left;
    display: block;
    cursor: pointer;
    padding: 3px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

}

.text-slider-main .text-column p {
    display: block;
    padding-bottom: 10px;
}

/*### contact-person-main ###*/

.contact-person-main {
    display: block;
    width: 100%;
}

.contact-person-main .image-column {
    width: 33%;
    float: left;
}

.contact-person-main .image-column img {
    width: 100%;
}

.contact-person-main .text-column {
    width: 60%;
    float: left;
    margin-left: 3%;
}


#usercentrics-button img {
    width: auto;
}

.house-search-reset-link {
    margin: 30px 8px 0 8px;
    display: inline-block;
}