html,
body {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    
}

.fixed-top {
    position: fixed!important;
    top: 26px;
    right: 0;
    left: 0;
    z-index: 1030;
}

a:hover {
    text-decoration: none;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

#mininav {
    position: fixed!important;
    
    width: 100%;
    min-height: 30px;
    /*background: linear-gradient(105deg, #FFF 60%, #0098db 60%);*/
    /*color: #FFF;*/
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1001;
}

#mininav ul li {
    display: inline-block;
    /*color: #333;*/
}

#mininav ul li a {
    /*color: #FFF;*/
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
}

.footerstyle {
    color: #FFF;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px!important;
    text-decoration: none;
}

.search {
    height: 60px;
    min-width:350px;
    /*background: linear-gradient(105deg, #333333 80%, #0098db 80%);*/
    padding: 10px;
    /*color: #FFF;*/
    border-radius: .25rem;
    border: 1px solid rgb(222, 222, 222);
    max-width: 380px;
    float:none;
}

.search input::placeholder {
    color: #FFF;
}

.search-btn {
    float: right;
    width: 40px;
    height: 40px;
    /*color: #FFF;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
}

.search input::placeholder {
    color: FFF!important;
}

.search > i {
    font-size: 18px;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    padding: 0 0 0 10px;
    color: #FFF!important;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}

.searchbar {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#minifooter {
    width: 100%;
    min-height: 30px;
    background: linear-gradient(105deg, #FFF 10%, #333333 10%);
    color: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    bottom: 0;
    margin-left: 10px;
}

#minifooter ul li {
    display: inline-block;
}

#minifooter ul li a {
    color: #FFF;
    font-size: 12px;
    margin-right: 20px;
    text-decoration: none;
}

#minifooter dl,
ol,
ul {
    margin-bottom: 2px;
}


/* CSS FÜR TABS*/

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/* Ende CSS FÜR TABS */

header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding-top: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 720px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

header:before {
    -webkit-animation: no-transform 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation: no-transform 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url(../assets/background_1.jpg) no-repeat bottom;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url(../assets/background_1.jpg) no-repeat bottom;
    background-size: cover;
    background-position: center;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
    z-index: -1;
    width: 100%;
}

header:after {
    -webkit-animation: rotate-up .5s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation: rotate-up .5s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    background: rgba(255, 255, 255, 1);
    content: "";
    height: 100px;
    position: absolute;
    right: -10%;
    bottom:-22%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 0;
}

.header-title,
.header-subtitle {
    
}

    .header-title h1
    {
    color: #fff;
    font-size:3.2vw;
    /*padding-left: 30px;*/
    padding-right: 13%;
    }

        .header-title h3
    {
        color: #fff;
        line-height:2;
    }

.header-subtitle {
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.header-button {
    position: relative;
    -webkit-transform: translateZ(.1px);
    transform: translateZ(.1px);
    z-index: 10;
}

.animate-pop-in {
    -webkit-animation: no-transform .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: no-transform .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    opacity: 0;
    -webkit-transform: translateY(-4rem) scale(.8);
    transform: translateY(-4rem) scale(.8);
}

.header-title  {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header-subtitle {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header-button {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.header-down-arrow {
    -webkit-animation: pulse 2s 3s ease-out infinite;
    animation: pulse 2s 3s ease-out infinite;
    padding-top: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10;
    color: #fff!important;
}

.header-down-arrow img {
    -webkit-animation: no-transform 1s 1s ease-out forwards;
    animation: no-transform 1s 1s ease-out forwards;
    opacity: 0;
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
}

#weblinks {
    background-color:#333;
    padding-top:40px;
    padding-left:40px;
    padding-bottom:50px;
}

.links_text, #weblinks a {
    color:#FFF;
    text-decoration:none;
    font-size: 18px;
    line-height:2.5;
    
}

#weblinks a .fas {
    margin-right:10px;
}

.breadcrumb {
    background-color: #FFF;
}

#weblinks .pl-0 {
    padding-left:0;
}

#links_UeberschriftHyperLink {
    font-weight: bold;
    font-size: 27px!important;
    margin-bottom:0px!important;
    padding-bottom: 0px!important;
}


/* Animations */

@-webkit-keyframes no-transform {
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes no-transform {
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    50% {
        opacity: .8;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    50% {
        opacity: .8;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes rotate-up {
    100% {
        -webkit-transform: rotateZ(-4deg);
        transform: rotateZ(-4deg);
    }
}

@keyframes rotate-up {
    100% {
        -webkit-transform: rotateZ(-4deg);
        transform: rotateZ(-4deg);
    }
}


/* Section - Parallax */


/**************************/

#parallax-world-of-ugg .parallax-one {
    margin-top: 150px;
    padding-top: 270px;
    padding-bottom: 270px;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*background-image: url('/images/design_21/ish2019.jpg');*/
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#parallax-world-of-ugg h1 {
    font-size: 5vw;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    padding: 0;
    margin: 0;
}

#parallax-world-of-ugg h2 a  {
    font-size: 3.1vw;
    letter-spacing: 5px;
    text-align: center;
    color: white;
    font-weight: 5000;
    text-transform: uppercase;
    z-index: 10;
    opacity: .9;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #dfd9d4;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgb(247, 189, 31);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li > a {
    color: #333;
    font-weight: 600;
    text-decoration:none;
}


ul.timeline:hover a {
    color: black;
    text-decoration: none;
}

/*falls Zwischenüberschrift*/
ul.timeline > li > h2 { font-size: 15px;}

@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    #parallax-world-of-ugg .block {
        padding: 30px;
        width: 420px;
    }
    #parallax-world-of-ugg h2 {
        font-size: 20px;
    }
    #parallax-world-of-ugg .block {
        padding: 30px;
    }
    #parallax-world-of-ugg .parallax-one,
    #parallax-world-of-ugg .parallax-two,
    #parallax-world-of-ugg .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        width: 290px;
    }
}



.teaser {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
}

.teaser__head {
    height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    color: #fff;
    padding: 17px 10px 10px 10px;
    font-weight: 600;
}

.teaser__content {
    padding: 20px 10px 10px 10px;
    height: 380px;
    /*background-color: #01b1ec;*/
    width: 100%;
    color: #FFF;
    transition: 0.3s;
    overflow: hidden;
}

.teaser__content:hover {
    height: 450px;
}

/*.teaser-bg-color1 {
    background: linear-gradient(3deg, rgba(255, 255, 255, 0) 70%, rgba(0, 152, 219, 0.75) 30%);
}*/

/*.teaser-head-color1 {
    background-color: #01b1ec;
}*/

/*.teaser-bg-color2 {
    background: linear-gradient(3deg, rgba(255, 255, 255, 0) 70%, rgba(82, 154, 93, 0.76) 30%);
}*/

/*.teaser-head-color2 {
    background-color: #6ebc7a;
}*/

/*.teaser-bg-color3 {
    background: linear-gradient(3deg, rgba(255, 255, 255, 0) 70%, rgba(223, 145, 60, 0.75) 30%);
}*/

.teaser-head-color3 {
    /*background-color: #df913c;*/
    transition-timing-function: ease-in;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

/*.background-image-1 {
    background-image: url(../assets/energie.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}

background-image-1:hover {
    scale(1.0);
}

background-image-2:hover {
    scale(1.0);
}

background-image-3:hover {
    scale(1.0);
}

.background-image-2 {
    background-image: url(../assets/mini_slider/teaser_bg_ausbildung.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}

.background-image-3 {
    background-image: url(../assets/mini_slider/teaser_steuer.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}*/

.background-image {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}

background-image:hover {
   transform: scale(1.0);
}

.card {
    position: relative;
    display: inline-block;
    flex-direction: column;
    width: 100%;
    background: white;
    color: currentColor;
    text-decoration: none;
    overflow: hidden;
    transition-property: color;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

#quicklinks a {
    color: #333;
    line-height: 3;
    font-weight: 600;
}

.standard-btn {
    color: #FFF;
    border: solid 1px #FFF;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 1.6rem;
    
    background: transparent;
    margin-top:25px;
    margin-left:15px;
}
.standard-btn:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    z-index: -1;
    content: "";
    background: #fff;
}

.standard-btn:hover {
      color: #333!important;
      border: solid 1px #FFF;
}
.standard-btn:hover:before {
      width: 100%;
      
}


.card.hover {
    color: white;
    transition-delay: 0;
}

.card,
.card__image,
.card__image::after,
.card__author,
.card__body,
.card__foot,
.card__border {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1);
}

.card__content
{
    margin-top:0px;
}

.card__content h2
{
    font-weight: 400;
    margin: 0 0 .8em;
    text-decoration: none;
}

.card__content p
{
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
    margin-bottom:20px;
}

.card__head {
    position: relative;
    padding-top: 70%;
}

.card__author {
    position: absolute;
    
    padding: 2em;
    padding-top:1em;

    left: 0;
    bottom: 0;
    color: white;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.15s;
}

.card.hover .card__author {
    transition-delay: 0;
}

.card__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: right;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.15s;
}

.card__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: inherit;
    /*    background-image: url('../assets/overlay-card.png');*/
}

.green::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .1;
    transition-property: opacity;
    transition-delay: 0.15s;
    /*    background:#4a830e!important;*/
    background-image: url('../assets/mini_slider/test.png');
    background-position: top;
    background-size: contain;
}

.red::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    transition-property: opacity;
    transition-delay: 0.15s;
    /*    background:#8b1e3f!important;*/
}

.darkgreen::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    transition-property: opacity;
    transition-delay: 0.15s;
    /*    background:#00617f!important;*/
}

.card.hover .card__image {
    transition-delay: 0;
}

.card.hover .card__image::after {
    opacity: 1;
    transition-delay: 0;
    text-decoration: none!important;
}

.card__body {
    position: relative;
    padding: 2em;
    min-height: 250px;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.15s;
}

.card.hover .card__body {
    transition-delay: 0;
}

.card__headline {
    font-weight: 400;
    margin: 0 0 .8em;
    text-decoration: none;
}

.card__text {
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
}

.nodecoration {
    text-decoration: none;
}

.card__foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 2em 2em;
    opacity: 0;
    transition-property: opacity;
}

.card.hover .card__foot {
    opacity: 1;
    transition-delay: 0.15s;
}

.card__link {
    color: currentColor;
    text-decoration: none;
    border-bottom: 2px solid #333333;
}

.card__border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    background: #333333;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.card.hover .card__border {
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.15s;
}

.author {
    display: flex;
    align-items: center;
}

.author__image {
    flex-shrink: 0;
    margin-right: 1em;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    overflow: hidden;
}

.author__content {
    display: grid;
    grid-gap: .4em;
    font-size: .9em;
}

.author__header {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.author__subheader {
    margin: 0;
    opacity: .8;
}


/*
@media (min-width: 1400px) {}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
*/

@media (max-width: 1142px) {
    #mininav {
        display: none;
    }
    .fixed-top {
        top: 0;
    }
}

/*@media (min-width: 1400px) {
    .collapse {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .navbar-collapse {
        flex-basis: auto!important;
    }
}*/

.dienstleistungsModul {
    min-height: 300px;
    max-height:350px;
    background-size:contain;
}

.dienstleistungsModul,
.dienstleistungsModul .icon li a {
    overflow: hidden;
}

.dienstleistungsModul {
    box-shadow: 0 0 5px #a3a3a3
}

.dienstleistungsModul {
    position: relative;
}



.dienstleistungsModul:after,
.dienstleistungsModul:before {
    position: absolute;
    content: ""
}



.dienstleistungsModul:before {
    width: 95%;
    height: 350%;
    top: -150%;
    left: 20%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}


/*blau*/
/*.DienstleitungsModulColor2:before {
    background: rgba(0, 98, 178, 0.72);
}*/

.DienstleitungsModulColor2:hover:before {
    left: 45%;
    /*background: rgba(0, 98, 178, 1);*/
}

/*.DienstleitungsModulColor2:before {
    background: rgba(0, 98, 178, 0.72);
}*/

/*.DienstleitungsModulColor2:hover:before {
    left: 35%;
    background: rgba(0, 98, 178, 1);
}*/


/*std*/
/*.DienstleitungsModulStdColor:before {
    background: rgba(173, 28, 28, 0.85);
}*/

.DienstleitungsModulStdColor:hover:before {
    left: 45%;
    /*background: rgba(173, 28, 28, 1);*/
}

/*grün*/
/*.DienstleitungsModulColor1:before {
    background: rgba(123, 173, 28, 0.85);
}*/

.DienstleitungsModulColor1:hover:before {
    left: 45%;
    /*background: rgba(123, 173, 28, 1);*/
}

/*Magenta*/
/*.DienstleitungsModulColor3:before {
    background: rgba(173, 28, 106, 0.85);
}*/

.DienstleitungsModulColor3:hover:before {
    left: 45%;
    /*background: rgba(173, 28, 106, 1);*/
}

/*Schwarz*/

/*.DienstleitungsModulColor4:before {
    background: rgba(59, 59, 59, 0.85);
}*/

.DienstleitungsModulColor4:hover:before {
    left: 35%;
    /*background: rgba(59, 59, 59, 1);*/
}
/*white-effect*/
.dienstleistungsModul:after {
    width: 80%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.66);
    bottom: -1000%;
    left: 40%;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: all .8s ease 0s;
        
}

.dienstleistungsModul .box-content,
.dienstleistungsModul .icon {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    transition: all 1.1s ease 0s;
}

.dienstleistungsModul:hover:after {
    bottom: -30%;
}



.dienstleistungsModul img {
    max-height: 450px;    
    min-height: 450px;
}



.dienstleistungsModul .box-content {
    top: 0;
    color: #fff
}

.dienstleistungsModul:hover .box-content {
    top: 30px;
}

.dienstleistungsModul .title {
    font-size: 20px;
    margin: 0
}

.dienstleistungsModul .icon li a,
.dienstleistungsModul .post {
    display: inline-block;
    font-size: 14px
}

.dienstleistungsModul .post {
    margin-top: 5px
}

.dienstleistungsModul .icon li a:hover {
    background: #fff;
}

.dienstleistungsModul a,
.dienstleistungsModul a:link,
.dienstleistungsModul a:visited,
.dienstleistungsModul a:hover,
.dienstleistungsModul a:active {
    color: #ffffff;
}


@media (max-width: 830px) {
    header {
        height:600px;        
    }
}

@media (max-width: 990px) {
    .dienstleistungsModul img {
        max-height: 450px;
    }

     .dienstleistungsModul:before {
        left:50%;
        height:370%;
        top:-200%;
    }
}



@media (max-width: 768px) {
    .dienstleistungsModul:before {
        left:0%;
        height:350%;
        top:-130%;
    }
}

@media (max-width: 525px) {
    .dienstleistungsModul:before {
        left:10%;
        height:320%;
        width: 150%;
    }
}

.energienachrichten_ueberschrift h4 a,
.schornsteinfeger_info_ueberschrift h4 a{
    font-size: 2.3rem;
    text-align: left;
    color: #212529
}

#parallax_ticker_parallax_content {
    font-size: 3.1vw;
    letter-spacing: 5px;
    text-align: center;
    color:#FFF;
    text-transform: uppercase;
    padding:10px;  
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.myImage {
  padding-top:40px;
  padding-left:40px;
  float:left;
}

.myImageLefttrue {
    
    text-align:center;
}

.myImageLefttrue hr {
    float:left;  
     
}

.schornsteinfegerSearchInfoBox {
     padding:20px;
     text-align:left;
     border-radius: 20px;
     background-color: transparent;
     font-weight:600;
     font-size:16px;
     margin-bottom: 35px;
    }


.schornsteinfegerSearchText, .schornsteinfegerSearchTextInfo {
    display:none;
}

schornsteinfegerSearchText {
     font-weight:600;
     font-size:16px;
}

.schornsteinfegerSearchTextInfo {
    font-size:12px;
    margin-top:10px;
    font-weight: 400;
}



@media (max-width: 1200px) {
  .myImage {
        height:200px;
        width:auto;
        float:none;
        margin-left:auto!important;
        margin-right:auto!important;
        margin-top:20px;
        padding-top: 40px;
        padding-top: 30px;
        padding-left: 0px;
    }

   .myImageContainer {
       display: block;
       width:100%;
       margin: 0 auto;
       padding: 0;
       
   }

   .header-title h1 {
    padding-left:10%;
    
    margin-left:auto!important;
    margin-right:auto!important;
   }
}

@media (max-width: 800px) {
    .ssw-search-text {
        display:none;
    }

    .schornsteinfegerSearchInfoBox {
        background-color: rgb(255, 255, 255);
        display:block;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    .schornsteinfegerSearchText, .schornsteinfegerSearchTextInfo {
        display: block;
    }
}





.sidenav a {
  padding: 2px 0px 2px 20px;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  display: block;
  transition: 0.3s;
}

    .sidenav input
    {
        padding-left:20px;
    }

     .login_ueberschrift
    {
        padding-left:20px!important;
    }


.sidenav a:hover {
  color: #01b1ec;
}

.sidenav .closebtn {
    
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  top:125px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.loader {
  border: 8px solid #333333; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.8s linear infinite;
  margin-left: 50%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (max-width: 1445px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }

  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-collapse {
    height:100%;
      overflow-y: initial!important;

}

.navbar-collapse.in {
    overflow-y: initial!important;
 
}

.navbar-collapse {
    padding-right: 15px!important;
    padding-left: 30px!important;
    overflow-x: visible;
}


.nav > li {
    position: relative;
    display: block;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav .open .dropdown-menu {
    background-color: rgba(211, 211, 211, 0.5) !important;
}

}


@media (max-width: 1445px) {
    #mainNav {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}


nav {
    position: fixed !important;
}

