html, body {

    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-align: left;
    scroll-behavior:smooth;
}

body {
    margin:0;
    padding:0;
}


/***************** FONTS **********************/

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/open-sans-v34-latin-800italic.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-800italic.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}













h1, h2, h3, h4, h5, h6 {
    width: 100%;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 16px;
}


a {

    text-decoration: none;
}





/* 2 Spalten */

.blog-items.columns-2 {
    display: flex;
    flex-flow: wrap;
    background: #fff;
}
.blog-items.columns-2 .blog-item {
    width: calc(100% - 4px);
    background: #fff;

}
.blog-items.columns-2 .blog-item:nth-child(1) {
        border-right: 4px solid #003366;
}

.blog-items.columns-2 .blog-item .item-content {
    padding:20px;
    display:flex;
    flex-flow:column;
    align-items: center;
}
.blog-items.columns-2 .blog-item .item-content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: inherit;
}


.page-header,
p {
    width: 100%;
}

#bg {
    float: left;
    position: relative;
    top: 4px;
    width: 100%;
}

#weiss {
    background: none repeat scroll 0 0 #fff;

    height: 30px;

}

#container {
    max-width: 980px;
    margin: 0 auto;
}



#links {
    width: 28%;
    display: none;
    float: left;
}

#rechts {
    width: 100%;
    display: block;
    float: left;
}


/* LINKS */


#blau {
    background: none repeat scroll 0 0 #2f5dbd;
    float: left;
    width: 100%;
}

#hib_logo {
    float: left;
    text-align: center;
    width: 100%;
}

#hg_menu {
    background: url("/images/seitenbild.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    min-height: 800px;
}

#links #hauptmenu nav {
    margin: 0 auto;
    width: 80%;
}

#links #hauptmenu nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#links #hauptmenu nav ul li {
    float: left;
    margin: 1px 0;
    width: 100%;
}

#links #hauptmenu nav ul li a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    float: left;
    line-height: 50px;

    width: 100%;
}

#links #hauptmenu nav ul li.current a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

#links #hauptmenu nav ul li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}






/* RECHTS */

#topmenu {
    float: left;
    width: 100%;
}

#topmenu nav {

}

#topmenu nav ul {
    float: right;
    height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0;

}

#topmenu nav ul li {
    float: left;

}

#topmenu nav ul li:first-child {
    border-left: medium none;
}


#topmenu nav ul li a {
    float: left;
    line-height: 30px;
    padding: 0 10px;
}

#firma_box {
    display: flex;
    flex-flow: row;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#firma {
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin-left: 25px;
}

#kopfbild {

border: 4px solid #003366;
    float: left;
    height: 250px;
    overflow: hidden;
    width: calc(100% - 8px);
}

#kopfbild p {
    margin: 0;
    padding: 0;
}

#kopfbild img {
    background-position: center center;
    width: 100%;
}

#content {
    width: calc(100% - 8px);
    float:left;
    border-right: 4px solid #003366;
    border-left: 4px solid #003366;
    border-bottom: 4px solid #003366;
}

.iframe-flex-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}


.iframe-flex-container iframe {
    border: 1px solid;
    height: 99%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
}





/* Standard syntax */
@keyframes seitenwechsel {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes seitenwechsel {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#animation {
    animation: 1s ease-in-out 0s normal none 1 running seitenwechsel;
}

.blog {
   
    float: left;
    width: 100%;
}


.blog .cols-2 {
    background: url("/images/4px.png") repeat-y scroll center top #fff;
    float: left;
    min-height: 550px;
    width: 100%;
}

.blog .cols-2 img {
    max-width: 100%;
}

.blog .cols-2 .column-1 {

    float: left;
    padding: 3%;
    width: 44%;
}

.blog .cols-2 .column-2 {


    float: right;

    padding: 3%;
    width: 44%;
}

.sondereigentumsverwaltung .column-2 h2,
.weg-verwaltung .column-2 h2,
.mietverwaltung .column-2 h2,
.vermietung .column-2 h2,
.firmenportrait .column-2 h2,
.startseite .column-2 h2  {
    display: none;
}

.startseite .column-2 p {
    margin: 0;
    padding: 0;
}

.startseite .column-2 img {
    display: block;
    margin: 0 auto;
}


.search {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 4px 4px;
    float: left;
    width: 98%;
    min-height: 550px;
}

#searchForm {
    background: none repeat scroll 0 0 #fff;
    float: left;
    padding: 3%;
}

.btn {
    background: none repeat scroll 0 0 #003366;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
}

.btn-toolbar, .searchintro, .phrases, .only {
    float: left;
    margin: 0;
    padding: 15px 0;
    width: 100%;
}

.phrases-box, .ordering-box {
    margin: 5px 0;
}

.btn-group {
    float: left;
}

.icon-search {
    background: url("/images/icon-search.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    position: relative;
    width: 15px;
}

.error{
    margin-left:3%;
}

.search-results {
    float: left;
    padding: 3%;
}

.result-category, .result-created {
    display: none;
}

.result-title {
    font-size: 16px;
}






/* RECHTS responsive */

#rechts_responsive #kopf_responsive {
    width: 100%;
    float: left;
}

#rechts_responsive #hib_logo {
    float: left;
    height: 113px;
    width: 20%;
}


#rechts_responsive #menugruppe {
    float: left;
    height: 113px;
    width: 80%;
}

#rechts_responsive #firma {
    float: right;
    margin-left: 0;
    text-transform: uppercase;
    margin-right: 10px;
}


/*	display: none;	*/
#rechts_responsive #hauptmenu {

    display: none;
    float: right;
    margin: 0;
    max-width: 250px;
    padding: 0;
    position: relative;
    right: 0;
    width: auto;
}

#rechts_responsive #hauptmenu ul {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

#rechts_responsive #hauptmenu ul li {
    float: right;
    margin: 1px 0;
    width: 100%;
}

#rechts_responsive #hauptmenu ul li a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    height: 34px;
    line-height: 33px;
    max-width: 540px;
    padding: 0 5px;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
}

#rechts_responsive #hauptmenu ul li.current a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}

#rechts_responsive #hauptmenu ul li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
}


#toggle {
    position:relative;
    appearance:none;
    cursor:pointer;
    left:-100%;
    top:-100%;

}

#toggle + label {

    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 33px;
    line-height: 35px;
    max-width: 540px;
    padding-right: 10px;
    position: relative;
    right: 0;
    text-align: right;
    /*transition: all 500ms ease 0s;*/
    width: 100%;
}

#toggle + label:after {
    content:"M E N U"
}

#toggle:checked + label {

}

#toggle:checked + label:after {
    content:"M E N U"
}

#toggle:checked ~ #hauptmenu {
    display: block;
    z-index: 999;
}


#rechts_responsive #kopfbild {
    width: 99%;
}

#rechts_responsive .blog {
    width: 99%;
}




/* Datenschutz */

.datenschutz a {
    font-weight:600;
}










/*fuss*/
#copyright {
    color: #fff;
    float: left;
    margin-bottom: 25px;
    margin-left: 25px;
    position: relative;
}

#copyright a {
    color: #eee;

}



.scrollup {
    color: #fff;
    float: right;
    font-size: 40px;
    height: 25px;
    line-height: 50px;
    position: relative;
}


#redim-cookiehint {
    padding: 15px 0;
    background:  #003366;
    border-top-color: white;
    border-top-width: 3px;
    border-style: solid;
}

#redim-cookiehint-modal {
    padding:5px;
}

#redim-cookiehint .cookiehead .headline,
#cookiehintinfo {
    color: #fff;

}


#redim-cookiehint .cookiecontent ul{

    padding-left: 25px;

    padding-bottom: 10px;
}

#redim-cookiehint .cookiecontent {
    margin: 5px 20px;
    position:relative;
    color: #fff;
    padding-bottom:0;
}

#redim-cookiehint .cookiebuttons {
    margin: 5px 20%;

    position:relative;
    float:left;
}


#redim-cookiehint .cookiebuttons .btn {
    background-color: #fff;
    color: #003366;
}

#redim-cookiehint .cookiebuttons .btn:hover {

}

#cookiehintinfo a {
    color: #fff;
}

#cookiehintinfo a:hover {
    color: #eee;
}

/* Mobile Menu CK */

.mobilemenuck {
    
}

[data-id="mobilemenuck-88"] .mobilemenuck-bar-title {
    background: #003366;
        font-weight: normal;
}
[data-id="mobilemenuck-88"] .mobilemenuck-bar-button {
    background: #003366;
}

[data-id="mobilemenuck-88"].mobilemenuck {
    background: #003366;
        
        border-right:4px solid #fff;
}

[data-id="mobilemenuck-88"] .mobilemenuck-title {
    background: #003366;
        font-weight: normal;
        
}

[data-id="mobilemenuck-88"] .mobilemenuck-item > .level1 {
    background:rgba(255,255,255,0.3);
}
[data-id="mobilemenuck-88"] .mobilemenuck-item > .level1:hover, [data-id="mobilemenuck-88"] .mobilemenuck-item > .level1.open {
    background:rgba(255,255,255,0.5);
}

[data-id="mobilemenuck-88"] .mobilemenuck-item > .level1 a {
    font-weight: normal;
}

[data-id="mobilemenuck-88"] .mobilemenuck-item .level1.active a {
    color: #003366;
    font-weight:700;
}