/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.06.2018, 23:46:05
    Author     : Dirk
*/


@font-face {
    font-family: "feather";
    src: url('../fonts/feathericon.eot?t=1501834582692'); /* IE9*/
    src: url('../fonts/feathericon.eot?t=1501834582692#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/feathericon.woff?t=1501834582692') format('woff'), /* chrome, firefox */
        url('../fonts/feathericon.ttf?t=1501834582692') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../fonts/sprite.feathericon.svg?t=1501834582692#feather') format('svg'); /* iOS 4.1- */
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.image_container.float_left{
    padding-right:20px;
}
.image_container.float_right{
    padding-left:20px;
}
html, body{
    font-family: 'PT Sans', sans-serif;
    color:#4c4c4c!important;
}
body{
    background: url('../hg/body-top.png');
    /*background-size: 70px;*/
    background-position: left top;
    background-repeat: repeat-x; 
}
#wrapper a{
    color:#5a3229;
}
/*
#main a{
    background: url('../hg/download.png');
	    background-repeat: no-repeat; 
		padding-left:27px;
}*/

#main a[href^="files"] {
            background: url('../hg/download.png');
	    background-repeat: no-repeat; 
		padding-left:27px;
		margin-left:4px;
		background-size:18px;
}
#main a[href^="http:"] {
    background: url('../hg/external-link.png');
	background-repeat: no-repeat; 
	padding-left:27px;
	margin-left:4px;
			background-size:18px;
}
#main .image_container a[href^="files"] {
            background: none;
	    background-repeat: no-repeat; 
		padding-left:20px;
		margin-left:4px;
}

#main .ce_gallery .image_container a[href^="files"] {
            background: none;
	    background-repeat: no-repeat; 
		padding-left:inherit;
		margin-left:inherit;
}

#gedenkportal p, #wir-trauern-um  p{
line-height:12px
}



#header{

    position: static;
    width: 100%;
    z-index:400;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
}
#header .inside{
        background: url('../hg/wolf.png');
    /*background-size: 70px;*/
    background-position: 45px 45px;
    background-repeat: no-repeat; 
}

/*.sticky #header{
    position: fixed;
    -webkit-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.75);
}*/

#header .inside{
    max-width:1200px;
    margin:0px auto;
}
.fullT.leftT{
    /*float:left;*/  
    padding-right:30px;
}

.fullT.rightT{
    float:right;  
    padding-left:30px;
    margin-top:10px;
}
.fullT {
    color:#ccc;
    font-size:14px;
}
.col-6.logo{
    margin-top:106px
}
#wrapper{
    max-width:1200px;
    margin:0px auto;
    border:0px solid #ccc;
    padding-top: 0px;
background-color: #fff;
}

.telefon{
    text-align: right;
}
#leftNavi{
    width:100%;
    min-height:300px;
    padding-top: 0px;
}

#bottomF{
    position: absolute;
    bottom:0px;
    width:100%;
}
a{
    color:#888;
    text-decoration: none!important;
}
.extern a::before{
    content:'\f136';
    font-family: 'feather' !important;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

#wrapper #linksTel h3{
    font-size:28px;
    left: -60px;
    position: relative;
    width: 230px;
    padding-top: 10px;
    margin-top: 0px;
}


#outer{
    min-height:100%;
    position: relative;
}
#left{
    width:20%;
    float:left;
    margin-left:5%;
    /*background: rgba(255,255,255,.7);*/   
    padding-bottom:200px;
/*    background: url('../hg/nav-hg.png');
    background-repeat: repeat-x;
    background-position: left bottom;*/
    top:40px;
    background: -moz-linear-gradient(top, rgba(255,255,255,.7) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,.7) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,.7) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    
    
}
#left .inside{
/*padding:4px;*/
        /*background: rgba(255,255,255,.7);*/
}

#header .logo img{
    
}
#header .fullT.leftT img{
    width:18%;
}
#header .claim {
    text-align:right;
}
#header .claim img{
    width:95.5%;
}
#header .headerP{
    padding-top:0px;
}

#header .fullTT.centerT img{
    width:32%;
}

#toTopBtn{
    position: fixed;
    right:20px;
    bottom:100px;
}


#toTopBtn img{
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    opacity: 0;
    -ms-transform: rotate(145deg); /* IE 9 */
    -webkit-transform: rotate(145deg); /* Safari 3-8 */
    transform: rotate(145deg);
}
.sticky #toTopBtn img{
    opacity: 1;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari 3-8 */
    transform: rotate(0deg);
}


.einruecken, .ce_text.sprueche p, .ce_text.sprueche li {
    /*margin-left:50px;*/
    padding:10px;
    padding-left:50px;
    background: rgba(200,200,200,.1);
    margin-bottom:2px;
}
.ce_text.sprueche li {
    margin:6px;
    width:48%;
 float:left;   
 font-style: italic;
}

.ce_gallery li{
    list-style-image: none;
    
}
#main{
    float:right;
    width:72%;
    background: rgba(255,255,255,.7);
    margin-bottom: 100px;
}

.mod_article.first .ce_image.first img{
    width:100%;
    height:auto;
}

#wrapper h1, #wrapper h2, #wrapper h3{
    font-size:2rem;
    color:#888;
}
#wrapper h1{
    text-transform: uppercase;
}
#left span.active{
    background: url(../hg/aktiv.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 7px 12px;
    padding-left: 25px;
    color: #888;
    text-transform: none;
    font-weight: 300;
    margin-left: -25px;
    /*
  -webkit-animation: NAME-YOUR-ANIMATION 5s infinite; 
  -moz-animation:    NAME-YOUR-ANIMATION 5s infinite; 
  -o-animation:      NAME-YOUR-ANIMATION 5s infinite;
  animation:         NAME-YOUR-ANIMATION 5s infinite;  
 animation-name: bounce;
 animation-duration: 4s; 
 animation-iteration-count: 1;
 animation-direction: alternate; 
 animation-timing-function: ease-out; 
 animation-fill-mode: forwards;
 animation-delay: 2s;
  */
}





@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0;padding-left: 0px;  }
  50%   { padding-left: 50px; }
  100% { opacity: 1; }
}






.kastenL{
    float: left;
    margin-right:20px;
    padding:4px;
}








#left a, #left span{
    padding:7px 0;
    display:block;
    font-weight: 300;
    box-sizing: content-box;;
}
#left .level_2{
    font-size:90%;
}


#left li{
    list-style: none;
}

.submit.btnS{
    padding:20px;
}
#left li a, span.forward.trail.submenu, #left a.trail.submenu {
    color:#888;   
    text-transform:uppercase
}
#left ul.level_2 li a, .submenu.first{
    color:#888;   
        text-transform: none;
}
/*#left .level_1 .submenu.first a{
    color:#888;
}*/
#left .level_2 {
    margin-left:24px;
    font-size: 90%;
}
#left ul ul{
    margin:0px;
}
#main .inside {
    padding: 10px 20px;
}


/*##################*/




#main .bs-example h3{
    font-size: 18px;
    color: #FFF;
    font-weight: 200;
    line-height: 20px;
}

#main .ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 95px 30px 0;
    padding: 25px 0 0 0;
    height: 56px;
    margin: 99px auto 0px auto;
}

#main .bs-example .info p{
    line-height:1em;
}

#main .bs-example .col-sm-6{
    float:left;
    width:45%;
    padding:22px;
}

.ih-item.circle.effect10.bottom_to_top a:hover .img {
    -webkit-transform: translateY(-80px) scale(0.5);
    -moz-transform: translateY(-80px) scale(0.5);
    -ms-transform: translateY(-80px) scale(0.5);
    -o-transform: translateY(-80px) scale(0.5);
    transform: translateY(-80px) scale(0.5);
}


.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-top: 10px;
}

.ih-item.circle.effect10.colored .info {
    background: #b41919;
}


/*################*/

#topNavi{
    width:980px;
    margin:0px auto;

}
#topNaviHolder{
    width:100%;
    position:absolute;
    height:286px;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
    z-index:3216544;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    z-index:123456799;
    margin:0px;
    padding:0px;
    /*    background: url('../hg/hg-navi.png');
        background-position: right top;
        background-repeat: repeat-x;*/
}
#topNaviHolder.sticky{
    position:fixed;
    height:55px;
}



.tel {
    line-height:34px;
    font-weight: 600;
}
body #telSticky{
    display:block; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    font-size:48px;
    color:#2859a7;
    opacity:0;
    position:relative;
    margin-left:-300px;
    margin-top:30px;
    min-width:450px;
    width:400px;
}
body.sticky #telSticky{
    color:#2859a7;
    display:block; 
    font-size:26px;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    min-width:0px;
    width:auto;
}

#topNaviHolder.sticky #secondNav{
    background-color: #FFF;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
}
#topNaviHolder.sticky #firstNav{
    min-height: 40px;
}
#topNaviHolder.sticky #firstNav .btnP , #topNaviHolder.sticky #tagundnacht{
    background-size: 30px;
    line-height: 25px;
    padding-left: 40px;
}
#topNaviHolder.sticky #tagundnacht{
    line-height: 18px;
}

#topNaviHolder.sticky .sf-menu {
    margin-bottom: 0; 
}

.beilidP{
    padding-left:10%;
}
.beilidP p{
    background:#fff; 
    padding:4px; 
    font-style: italic;
}

.kasten{
    background:rgba(255,255,255,.5); 
    padding:4px; 
    font-style: italic;
    margin-bottom:10px;
}

#toTopBtn img{
    cursor: pointer;
}
#beileidsbekundung ol {
    margin-left: 15px;
    padding-left: 19px; 
}

#beileidsbekundung ol li{
    list-style:  decimal;
    list-style-type: upper-roman;
    font-weight:bold;
    padding-left:10px;

}
#saddr{
    width:50%;
    float:left;
    line-height: 1.3rem;
    margin-right:2px
}
#btnPP{
    width:auto;
}

#topNaviHolder.sticky #firstNav{
    background: #60403f;
    padding: 3px;
}


#topNaviHolder #logo img{
    height:105px;
    width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#topNaviHolder.sticky #logo img{
    height:30px!important;
    width: auto;
}
#topNavi .level_1 li{
    width:25%;
}
#topNavi .level_2 li{
    width:100%;
}
/*###########################*/
.btnP{
    line-height:55px;
}
.hbraun{
    background-color:#4b4c4c!important;
    color:#FFF;
}
#wrapper .hbraun h2{
    border-color:#FFF;   
}
#wrapper .hbraun h1,#wrapper .hbraun h2,#wrapper .hbraun h3{
    color:#FFF; 
}

.ce_gallery ul.cols_2{
    display: table;
    margin: 0px auto;
}

#wrapper .section {
    /*padding-top:100px;*/
    padding-bottom:100px;
}


#topNaviHolder{

}
.innerNav{
    padding-top:60px!important;
    padding-bottom:40px!important;
}

#tagundnacht{
    color:#fff;
    background: url('../pictos/telefon.png');
    background-size: 70px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:80px;
}
#firstNav .btnP.aktuelles_b{
    color:#fff;
    background: url('../pictos/aktuelles.png');
    background-size: 70px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:80px;
}
#firstNav .btnP.ratgeber_b{
    color:#fff;
    background: url('../pictos/ratgeber.png');
    background-size: 70px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:80px;
}
#firstNav .btnP.kontakt_b{
    color:#fff;
    background: url('../pictos/kontakt.png');
    background-size: 70px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:80px;
}
/*#############################*/


#abschiedNavi, #gedenkenNavi, #vorsorgeNavi{
    margin: 0px auto;
    display: table;
}
#abschiedNavi a, #gedenkenNavi a, #vorsorgeNavi a, .innerNav a{
    width:25%;
    text-align:center;
    padding:16px 10px;
    color:#5f403e;
    border-bottom:1px solid #5f403e;
    margin: 0px 10px;
}

.innerNav a.aktiv{
    /*background-color: #60403f;*/
    color:#fff!important;
    background: url('../hg/slide_nav_hg.png');
    background-size: 300px 50px;
    background-position: center top;
    background-repeat: no-repeat;
    overflow:hidden;

}
#f1 label{
    display:none;
}
#f1 .text{
    margin:9px 0; 
}
#f1 .col-6{
    text-align: center;
    float:left!important;
}
#ctrl_4{
    width:100%;
}
#f1 .dcenter{
    text-align: center;
}
#tMenu a{
    padding:4px 20px; 
}
#sliderTop{
    /*    max-height:200px;
        overflow: hidden;*/
}
#tMenu ul{
    list-style:  none; 
}
#tMenu li{
    list-style:  none; 
    float:left;
}
.gomaps{
    max-height:450px;
}

.mod_rocksolid_slider{
    /*max-height:650px;*/
}

.row.hblau .inner{
    max-width:1400px;
    float:none;
    margin:0px auto;
}
#wrapper{
    font-family: 'PT Sans', sans-serif;
}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
    font-family: 'PT Sans', sans-serif;
    font-size:2rem;
    color:#888;
    font-weight: 100;
}
#wrapper #kontakts h2{
    color:#fff!important;
    border-color:#fff;
}



#opt_5_0, #opt_6_0{
    margin-right:10px;
    width:20px;
}
#lbl_5_0, #lbl_6_0{
    display:inherit!important;
    line-height: 20px;
}

#lbl_5_0 a, #lbl_6_0 a {
    color:#333;
}

input[type=checkbox] {
    transform: scale(1.5);
}
#ctrl_5, #ctrl_6  {
    border: 0px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 0px #999;
    padding: 18px;
    margin: 10px 0px; 
}

.cookiebar__button{
    margin:10px 4px!important;
}



#wrapper h2{
    font-weight:300;
    text-transform: none;
    font-size:24px;
}
#wrapper h3{
    font-size: 20px;
}
.reihe{
    float:left;
    padding-left:10px;
    border-left:3px solid #888;
    margin-left:10px;
}

.dclear{
    clear:both;
}

.toggler {
    display: inline-block;
    font: normal normal normal 14px feathericon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border:1px solid #ccc;
    padding:6px;
}
.toggler::before {
    content: "\f148";
}
.toggler.active::before {
    content: "\f140";
}
/*################################*/
.section:nth-child(even) {background-color: #efecec}
/*.section{
    height: auto !important;
}*/

.fp-tableCell {
    vertical-align: top!important;
}


#sliderTopHolder, #sliderTopHolder  .fp-tableCell{
    height: auto !important;
}
#willkommens, #willkommens .fp-tableCell{
    height: auto !important;
}
#qualifikations, #qualifikations .fp-tableCell{
    height: auto !important;
}
#ueberunss, #ueberunss .fp-tableCell{
    height: auto !important;
}
#abschieds, #abschieds .fp-tableCell{
    height: auto !important;
}
#gedenkens, #gedenkens .fp-tableCell{
    height: auto !important;
}
#vorsorges, #vorsorges .fp-tableCell{
    height: auto !important;
}
#ratgebers, #ratgebers .fp-tableCell{
    height: auto !important;
}
#anfahrts, #anfahrts .fp-tableCell{
    height: auto !important;
}
#impressums, #impressums .fp-tableCell{
    height: auto !important;
}
#aktuelless, #aktuelless .fp-tableCell{
    height: auto !important;
}
#kontakts, #kontakts .fp-tableCell{
    height: auto !important;
}

.fp-controlArrow{
    display:none;
}
/*########################################*/


footer p {
    color: #FFF!important;
}
.col-6.fright{
    float:right!important;
}
#firstNav{
    min-height: 90px;
}
#logo{
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    opacity:1;
}
#topNaviHolder.sticky #logo{
    height:0px;
    opacity:0;
}

body.sticky .bildTT.first {
    padding-top: 88px;
}
.hg_footer{
    background: #ff0000;
}


#topNavi .mod_navigation.block{
    overflow: visible!important;
}
*[class^="fe"]::before{
    /*margin-right:15px!important;*/
}
#sliderTopHolder{
    position:relative;
}
.telSlider{
    position:absolute;
    top:50%;
    left:50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    background: rgba(255,255,255,.6);
    padding:20px;
    z-index:123456789;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.38);
}
.telSlider h2{
    font-weight: 700!important;   
}

#datenschutzs{
    background-color:#fff;
}
#footer .col-4.last{
    background: none;
}
.row.dcenter .col-6, .row.dcenter .col-10, #wrapper .col-10.dcenter{
    float:none;
    margin:0px auto!important;
}
#wrapper .col-10.dcenter{
    max-width:1000px;
}
.lline{
    border-bottom:1px solid #2859a7;
    font-size:20px;
    text-transform: uppercase;
}
.bildTT img{
    width:100%;
    height:auto;
}
.bildTT.first{
    padding-top:160px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
#footer {
    width: 100%;
    padding: 0rem 0;
    background-color: #50241a;
    color:#fff;
    margin-top:0px;
}
#footer hr{
    width:80%;
    margin:0px auto;
}

body.sticky .sf-menu a, body.sticky .sf-menu span.active {
    padding: .25em 1em;
}
#topNavi a.aktiv{
    border-bottom:2px solid #333;
}
#firstNav a.aktiv{
    border-bottom:2px solid #FFF;
}

#wrapper #abschieds{
    background: url('../bg/abschied.png');
    background-color: #efecec;
    background-position: right bottom;
    background-repeat: no-repeat;
}
#wrapper #gedenkens{
    background: url('../bg/gedenken.png');
    /*    background-size: 300px 50px;*/
    background-position: right bottom;
    background-repeat: no-repeat;
}
#wrapper #vorsorges{
    background: url('../bg/bestattungsvorsorge.png');
    background-color: #efecec;
    background-position: right bottom;
    background-repeat: no-repeat;
}
#wrapper #impressums{
    background: url('../bg/impressum.png');
    /*    background-size: 300px 50px;*/
    background-position: right bottom;
    background-repeat: no-repeat;
}
#wrapper #ratgebers{
    background: url('../bg/ratgeber.png');

    /*    background-size: 300px 50px;*/
    background-position: right bottom;
    background-repeat: no-repeat;
}
#wrapper #anfahrts{
    background-color: #efecec;
}
#wrapper #datenschutzs{
    background-color: #efecec;
}
#wrapper #aktuelless{
    background-color: #FFF;
}


li{
    list-style-image: url('../hg/li.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.section:nth-child(even) {
    background-color: #efecec;
}


/*##################################*/


.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}


.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 5px;
    right: 5px;
    height: 4px;
    background: #5a3229; 
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #5a3229;
    content: "";
}

.c-hamburger span::before {
    top: -12px;
}

.c-hamburger span::after {
    bottom: -12px;
}



.c-hamburger--htx {
    background-color: #fff;

}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: #fff;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

#swb{
    position:absolute;
    right:5px;
    top:5px;
    z-index:12345678;
    border:1px solid #ccc;
}
#swb{
    display:none;
}
/*##################################*/

@media screen and (max-width: 1100px){


   #header .mod_rocksolid_slider{
        width:700px!important;
    }

}
@media screen and (max-width: 960px){


   #header .mod_rocksolid_slider{
        width:500px!important;
    }

}

@media screen and (max-width: 840px){


   #header .mod_rocksolid_slider{
        width:100%!important;
    }

}

@media screen and (max-width: 768px){
   
    .col-6{
        clear:both;
        float:none;
        width:100%;
    }
     #header .mod_rocksolid_slider{
        width:100%!important;
    }
    
    #swb{
        display:table;
    }
    #left{
        position:absolute;
        left:-250px;
        top:0px;
        width:250px;
                background: rgba(255,255,255,.9);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.45);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.45);
        -webkit-transition: all 0.4s ease;                  
        -moz-transition: all 0.4s ease;                 
        -o-transition: all 0.4s ease;   
        -ms-transition: all 0.4s ease;          
        transition: all 0.4s ease;
        border-bottom-right-radius:15px;	
        z-index:987654321;
        display: table;
        margin-left:0px;
    }
    #main {
        float: none;;
        width: 100%;
        position:static;
    }
/*    .col-6.telefon{
        width:70%!important;
    }
    .col-6.logo{
        width:30%!important;
    }*/


#leftNavi {
    padding-top: 60px;
}


    #header .logo  {
        margin-top:100px;
    }
    #container{
        position:static;
        padding-bottom: 200px;
    }
    #header, .sticky #header {

    }
    #wrapper {
        padding-top: 0px;
    }
    #header .headerP {
        padding-top: 0px;
    }
    .fullTT.centerT{
        display:none;   
    }
    .row [class*=" col-"]:not(.ignore-screen), .row [class^=col-]:not(.ignore-screen) {
        width: 100%;
        margin-top: .5rem;
    }
    #header .fullT.leftT img {
        width: 25%;
    }
    h1{
        margin-top:0px;
    }
    .fullT.rightT {
        float: none;
        width:100%;
        padding-left: 10px;
        padding-right: 20px;
        margin-top: 0px; 
    }
    #header .claim {
        text-align: center;
    }
    .tel {
        line-height: 34px;
        font-weight: 600;
        text-align: left;
    }
    body.aktiv #left{
        left:0px;
                -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.45);
        -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.45);
        box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.45);
    }
    #wrapper #linksTel h3 {
     left:0px;  
     position:absolute;
     top: 0px;
     left:0px;
    }
}

@media screen and (max-width: 480px){
    #header .tel.tel1{
       font-size:12px; 
    }
}
@media screen and (max-width: 350px){
    #header .tel.tel1{
       font-size:10px; 
    }
}
@media screen and (max-width: 480px){

    .col-6.logo, .col-6.telefon{
        width:100%!important;
        
    }
    #header .logo img {
        
    }
    
.image_container.float_right {
    padding: 0px;
}
    
#main .image_container a[href^="files"] {
    padding-left: 0px;
    margin-left: 0px;
}


    
    #wrapper .image_container.float_right, #wrapper .image_container.float_left{
        float:none;
        clear:both;
        margin:0px auto;
        text-align: center;
    }
    
    .fullT.rightT .tel{
text-align: center;
}
    .fullT.rightT {
padding:0px;
}

.mod_rocksolid_slider {
    height:auto!important;
    min-height:200px;
    width:100%!important;
}


    #toTopBtn{
        position: fixed;
        right:4px;
        bottom:10px;
    }
    #toTopBtn img {
        width:80%;
    }
    
}