/* === FONTS === */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../Fonts/roboto-v20-latin-100.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../Fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/roboto-v20-latin-100.woff2') format('woff2'),
       url('../Fonts/roboto-v20-latin-100.woff') format('woff'),
       url('../Fonts/roboto-v20-latin-100.ttf') format('truetype'),
       url('../Fonts/roboto-v20-latin-100.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v20-latin-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'),
       url('../Fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/roboto-v20-latin-regular.woff2') format('woff2'),
       url('../Fonts/roboto-v20-latin-regular.woff') format('woff'),
       url('../Fonts/roboto-v20-latin-regular.ttf') format('truetype'),
       url('../Fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/roboto-v20-latin-500.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../Fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/roboto-v20-latin-500.woff2') format('woff2'),
       url('../Fonts/roboto-v20-latin-500.woff') format('woff'),
       url('../Fonts/roboto-v20-latin-500.ttf') format('truetype'),
       url('../Fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/roboto-v20-latin-700.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../Fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/roboto-v20-latin-700.woff2') format('woff2'),
       url('../Fonts/roboto-v20-latin-700.woff') format('woff'),
       url('../Fonts/roboto-v20-latin-700.ttf') format('truetype'),
       url('../Fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/open-sans-v17-latin-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../Fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/open-sans-v17-latin-300.woff2') format('woff2'),
       url('../Fonts/open-sans-v17-latin-300.woff') format('woff'),
       url('../Fonts/open-sans-v17-latin-300.ttf') format('truetype'),
       url('../Fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/open-sans-v17-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../Fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
       url('../Fonts/open-sans-v17-latin-regular.woff') format('woff'),
       url('../Fonts/open-sans-v17-latin-regular.ttf') format('truetype'),
       url('../Fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/open-sans-v17-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../Fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/open-sans-v17-latin-700.woff2') format('woff2'),
       url('../Fonts/open-sans-v17-latin-700.woff') format('woff'),
       url('../Fonts/open-sans-v17-latin-700.ttf') format('truetype'),
       url('../Fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg');
}


/* === GLOBAL === */
html {
    font-size: 16px;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #363636;
}


/* === GENERELLES === */
a {
    color: #eb6921;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #393db4;
    text-decoration: none;
}

.section-bg {
    background-color: #f9f9f9;
}

h2 {
    color: #393db4;
}

.normal {
    padding: 4rem 0;
    overflow: hidden;
}

.normal h2 {
    font-size: 2rem;
    font-weight: 300;
    padding-bottom: 0;
}

.normal h3 {
    font-size: 1.25rem;
    font-weight: 300;
    padding-bottom: 0;
    color: #393db4;
}

.normal p {
    color: #242425;
}

.normal strong {
    font-weight: bold;
}

.normal a {
    color: #eb6921;
    text-decoration: none;
    background-color: transparent;
}

.normal a:hover {
    color: #393db4;
}


/* === TOP-BAR-BEREICH === */
.top-bar {
    background-color: #f9f9f9;
    font-size: .813rem;
    padding: .625rem 0;
}

.top-bar a {
    color: #555555;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top-bar a:hover {
    color: #eb6921;
    text-decoration: none;
}

.top-bar .fa-envelope,
.top-bar .fa-phone-alt {
    padding: .313rem;
    color: #eb6921;
}

.top-bar .contact-info .fa-phone-alt {
    padding-left: 1.25rem;
    margin-left: 1.25rem;
    border-left: 1px solid #e9e9e9;
}


/* === NAVIGATIONSLEISTE === */
header .logo img {
    max-height: 80px;
    width: auto;
}

header .navbar {
    padding: .313rem 0;
}

header .navbar-light .navbar-toggler {
    border-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #393db4;
    text-transform: uppercase;
    font-size: .813rem;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #eb6921;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #eb6921;
    text-decoration: none;
    background-color: unset;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: .625rem 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.dropdown-item {
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: .813rem;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .625rem;
    border: none;
    vertical-align: 0.1em;
}

.drop-down ul a:hover,
.drop-down ul .active > a,
.drop-down ul li:hover > a {
    color: #f03c02;
}


/* === HEADER-BANNER === */
.page-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

section.header-img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    height: 50vh;
    max-height: 200px;
}

@media only screen and (min-width: 600px){
    section.header-img {
        height: 65vh;
        max-height: none;
    }
}


/* === BREADCRUMB-NAVIGATION === */
.breadcrumbs {
    padding: .938rem 0;
    background: #393db4;
    min-height: 40px;
    color: #fff;
}

.breadcrumbs h2 {
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
    color: #fff;
}

.breadcrumbs ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.breadcrumbs ol li + li {
    padding-left: .625rem;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: .625rem;
    color: #fff;
    content: "/";
}

.breadcrumbs ol a {
    color: #eb6921;
}


/* === STARTSEITE === */
.stirk {
    padding: 5rem 0 3rem 0;
}

.section-title {
    padding-bottom: 1.875rem;
    text-align: center;
}

.start-referenzen {
    padding: 3.75rem 0;
    overflow: hidden;
}


/* === CALL-TO-ACTION-BEREICH-STARTSEITE === */
.cta {
    background: #edf1f4;
    color: #393db4;
}

@media (max-width: 991px){
    .cta {
        padding: 2.5rem 0;
    }
}

@media (min-width: 992px) {
    .cta {
        padding: 3.75rem 0;
    }
}

.cta h3 span {
    color: #eb6921;
}

.cta .cta-btn {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: .625rem 1.563rem;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: .625rem;
    border-radius: 4px;
    border: 2px solid #eb6921;
    color: #eb6921;
    background: #fff;
}

.cta .cta-btn:hover {
    background: #eb6921;
    color: #fff;
}

.cta p {
    padding: 0;
    margin: 0;
}

@media (min-width: 769px){
    .cta .cta-btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}


/* === SERVICE-BOXEN-STARTSEITE === */
.services {
    padding: 3rem 0 7rem;
    overflow: hidden;
}

@media (max-width: 991px){
    .services {
        padding: 1rem 0 3.5rem;
    }
}

.services .section-title {
    padding-bottom: 1.875rem;
    text-align: center;
    color: #393db4;
}

.frame-layout-6 {
    padding: 3.125rem 1.25rem 1.563rem;
    margin-top: 2.188rem;
    margin-bottom: 1rem;
    text-align: center;
    border: 1px solid #edf1f4;
    position: relative;
    background: #f9f9f9;
}

.frame-layout-6 .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #393db4;
}

.frame-layout-6:hover .icon {
    background: #fff;
    border: 2px solid #393db4;
}

.frame-layout-6:hover .icon i {
    color: #393db4;
}

.frame-layout-6 > header > h2 {
    font-size: 1.4rem;
    color: #eb6921;
}


/*=== SHOP-ICONS-STARTSEITE ===*/
.shop {
    margin: 5rem 0;
}

.shop .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    height: 100px;
}

@media (min-width: 361px) {
    .shop .image {
        padding: 1.25rem;
    }
}


.shop .image:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shop .image img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 36px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto;
}


/* === DIENSTLEISTUNGEN === */
.frame-layout-5 .ce-bodytext h2 {
    font-size: 2rem;
    color: #393db4;
    font-weight: bold;
}

.frame-layout-5 .ce-intext.ce-left .ce-gallery {
    margin-right: 2rem;
}

@media (max-width: 991px) {
    .frame-layout-5 .ce-intext.ce-left .ce-gallery {
        margin-right: 0;
    }
    .frame-layout-5 .ce-gallery figure {
        margin-bottom: 1rem;
    }
    
    .frame-layout-5 .ce-gallery figure img {
        width: 100%;
        height: auto;
    }
    .frame-layout-5 .ce-bodytext {
        width: 100%;
    }
}

.site-ansprechpartner {
    padding: 3.75rem 0;
    overflow: hidden;
}

.site-ansprechpartner .member {
    margin-bottom: 1.25rem;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    min-width: 100%;
}

.site-ansprechpartner .member .member-info h4 {
    font-weight: 700;
    margin-bottom: .313rem;
    font-size: 1.125rem;
    color: #2b2320;
}

.site-ansprechpartner .member .member-info {
    padding: 1.563rem .938rem;
}

.site-ansprechpartner .member .member-info p {
    display: block;
    font-size: .813rem;
    font-weight: 400;
    color: #b4aca8;
    margin-bottom: 0;
}

.site-ansprechpartner .section-title {
    padding-bottom: 3rem;
}

.weitere-leistungen {
    padding: 5rem 0;
    overflow: hidden;
}

.weitere-leistungen h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #393db4;
}

.weitere-leistungen p {
    color: #2b2320;
}

.weitere-leistungen .weitere-leistungen-item .btn {
    border-radius: 0;
    border: none;
    background: #eb6921;
}

.weitere-leistungen .weitere-leistungen-item .btn > a {
    color: #fff;
}

.weitere-leistungen .weitere-leistungen-item .btn > a:hover {
    text-decoration: none;
}

.weitere-leistungen .weitere-leistungen-item .btn:hover {
    background: #393db4;
}

.weitere-leistungen .weitere-leistungen-item {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 2.5rem;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #edf1f4;
}


/* ===  OBJEKTSEITEN === */
.tx-ifabrik-realestate a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.ref-item {
    margin-bottom: 1.25rem;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #d8dee3;
    border-radius: 3px;
    color: #242425;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ref-item img {
    min-height: 1px;
}

a.ref-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.ref-item p {
    margin: 0;
}

.ref-item-body  {
    padding: .938rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.ref-img-overlay {
    position: absolute;
    top: 0;
    right: unset;
    bottom: unset;
}

.ref-item-title {
    font-size: 1rem;
    text-transform: uppercase;
    color: #393db4;
}

.ref-img-overlay .badge {
    display: block;
    border-radius: 0;
    line-height: auto;
    background-color: #393db4;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding: 0.5rem;
}

.ref-item-text {
    font-size: .813rem;
}

.ref-item-footer {
    padding: 0.75rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #d8dee3;
    width: 50%;
    text-align: center;
}

.ref-item-footer:nth-child(2) {
    border-left: 1px solid #d8dee3;
}

.ref-item-footer h6 {
    font-size: .75rem;
    color: #393db4;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}


/* === OBJEKTSEITEN-PAGINATION === */
.pagination {
    padding: 1.875rem 0 0 0;
    overflow: hidden;
}

.pagination .page-link {
    background-color: #f9f9f9;
    color: #393db4;
}

.page-item:first-child .page-link {
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

a.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #393db4;
    border-color: #dee2e6;
}


/* === OBJEKTDETAIL-SEITE === */
.detailseite {
    padding: 3.75rem 0;
    overflow: hidden;
}

.detailshort {
    padding-bottom: 3.75rem;
    font-size: .875rem;
}

.detailshort h2 {
    margin-bottom: 1.25rem;
}

.carousel {
    position: relative;
    margin-bottom: 1.25rem;
}

.carousel-item img {
    height: auto;
}

.objektbeschreibung,
.objektlage,
.objektaustattung,
.bildergallery,
.objektinfozusatz{
    padding: 3.75rem 0;
    overflow: hidden;
}

.responsivemap > iframe {
    width: 100%;
    min-height: 350px;
}

.bildergallery img {
    padding-bottom: 1rem;
}

.backlink {
    max-width: 115px;
    border-radius: unset;
    background: #393db4;
    border: 0;
    padding: .625rem 1.5rem;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.backlink:hover {
    background: #fd5c28;
}


/* === PARTNER-SEITE === */
.frame-layout-4 h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #393db4;
    text-transform: uppercase;
}

.frame-layout-4 p {
    margin-right: 2rem;
}

.frame-layout-4 img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px){
    .frame-layout-4 .ce-bodytext {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .frame-layout-4 {
        margin-bottom: 4rem;
    }
    
    .frame-layout-4 img {
        max-width: 100%;
        height: auto;
    }   
    
    .ce-intext.ce-right .ce-gallery {
        margin: .313rem; 
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px){
    .frame-layout-4 .ce-bodytext {
        width: 100%;
        overflow: unset;
    }   
}


/* === KONTAKT-SEITE === */
.contact .info-wrap {
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 1.875rem;
}

.contact .info i {
    font-size: 1.25rem;
    color: #393db4;
    float: left;
    width: 44px;
    height: 44px;
    background: #edf1f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 3.75rem;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: .313rem;
    color: #2b2320;
}

.contact .info p {
    padding: 0 0 0 3.75rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #65534c;
}

.frame-type-form_formframework,
.contact .php-email-form {
    width: 100%;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 1.875rem;
    background: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-group textarea {
    height: 119px;
}

.form-control:focus {
    border-color: #393db4;
}

.form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.313rem;
    margin-left: -.313rem;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form .form-group {
    padding-bottom: .5rem;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: .313rem;
    padding-left: .313rem;
}

.form-group {
    margin-bottom: 1rem;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .875rem;
}

.form-navigation button {
    background: #393db4;
    border: 0;
    border-radius: 0;
    padding: .438rem 1.5rem;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.form-navigation button:hover  {
    background: #fd5c28;
}

.form-navigation .btn-toolbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* === FOOTER-BEREICH === */
#footer {
    color: #c4c6e9;
    font-size: .875rem;
    background: #1c1f5e;
}

#footer .footer-top {
    padding: 3.75rem 0 1.875rem 0;
    background: #1a1c55;
}

#footer .footer-top h3 {
    font-size: 1.125rem;
    margin: 0 0 .625rem 0;
    padding: .125rem 0 .125rem 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#footer .footer-top .ce-bodytext {
    margin-bottom: 2rem;
}

#footer .footer-nav a{
    padding-left: .625rem;
    text-decoration: none;
    color: #fff;
}

#footer .footer-nav a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    color: #fff;
    font-size: .625rem;
    padding-right: .313rem;
}

#footer .footer-nav a:hover:before{
    color: #eb6921;
}

#footer .footer-nav a:hover{
    color: #eb6921;
}


/* === ZURÜCK-NACH-OBEN-BUTTON === */
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: .188rem;
    right: 15px;
    bottom: 15px;
    background: #eb6921;
    color: #fff;
    -webkit-transition: display 0.5s ease-in-out;
    -o-transition: display 0.5s ease-in-out;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top:hover {
    color: #fff;
    background: #fd5c28;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.back-to-top i {
    font-size: 1.5rem;
    position: absolute;
    top: 8px;
    left: 8px;
}

label.control-label {
    display: none;
}