`/* cak GoogleFonts */
/* https://de.bestfonts.pro/font/comic-sans */

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS-BoldItalic.eot');
    src: local('Comic Sans MS Bold Italic'), local('ComicSansMS-BoldItalic'),
        url('../fonts/ComicSansMS-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComicSansMS-BoldItalic.woff2') format('woff2'),
        url('../fonts/ComicSansMS-BoldItalic.woff') format('woff'),
        url('../fonts/ComicSansMS-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS-Italic.eot');
    src: local('Comic Sans MS Italic'), local('ComicSansMS-Italic'),
        url('../fonts/ComicSansMS-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComicSansMS-Italic.woff2') format('woff2'),
        url('../fonts/ComicSansMS-Italic.woff') format('woff'),
        url('../fonts/ComicSansMS-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS.eot');
    src: local('Comic Sans MS'), local('ComicSansMS'),
        url('../fonts/ComicSansMS.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComicSansMS.woff2') format('woff2'),
        url('../fonts/ComicSansMS.woff') format('woff'),
        url('../fonts/ComicSansMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS-Bold.eot');
    src: local('Comic Sans MS Bold'), local('ComicSansMS-Bold'),
        url('../fonts/ComicSansMS-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComicSansMS-Bold.woff2') format('woff2'),
        url('../fonts/ComicSansMS-Bold.woff') format('woff'),
        url('../fonts/ComicSansMS-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*** General CSS ***/
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 30px;
    text-transform: capitalize;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px!important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0px solid !important;
}
.btn:hover {
    background: #fff !important;
}
.btn.color:hover {
    background-color: #034170 !important;
    color: #fff !important;
}
/*** Devider ***/
.devider {
    margin: 0 auto;
}

/*** Bg ***/
.bg .slider-call-row h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.bg .slider-call-row h3:before {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    width: 60px;
    background: #fff;
    right: 0 !important;
}
.bg h6.slider-call {
    color: #fff;
    font-size: 38px;
}

/*** Title ***/
.title h2 {
    font-size: 45px;
    color: #034170;
    font-weight: 800;
    position: relative;
    line-height: 50px;
    padding-bottom: 20px;
    margin-bottom: 45px;
}
.title.white h2 {
    color: #fff;
}
.slider-call-colum h3:before,
.title h2:before {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    width: 55px;
    display: inline-block;
}
.title.center h2:before {
    right: 0;
    margin: 0 auto;
}
.title.text-small h2 {
    font-size: 30px;
}
/*** Header Area ***/
/*** Head ***/
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    height: inherit;
    background: #ffffff;
}
#sp-header.header-sticky {
    background: #fff;
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
}

/* cak weg test
body:not(.home) #sp-header {
    background:  #fff;
    border-top: 3px solid;
    position: static;
}
*/

/* cak weg test
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
*/

/* Header Logo */


/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 35px;
    color: #000;
    font-weight:700;
    text-transform: uppercase;
    line-height: 90px;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}

/* Canvas Menu */


/*** Block Styles ***/
/* Promotion Slider */
/*** Slider ***/
.title h2.title-slider {
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
}
.slider-call-row {
    padding: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}
.slider-call-row h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.slider-call-row h3:before {
    background: #fff;
    right: 0 !important;
    left: auto !important;;
}
h6.slider-call {
    color: #fff;
    font-size: 30px;
}
h6.slider-call em {
    font-size: 25px;
    padding-right: 10px;
}
h6.slider-call strong {
    display: none;
}
/*** Services ***/
.services .sppb-col-md-4 {
    margin-bottom: 80px;
}

/*** About ***/
.about-img:hover img {
     filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
}

/*** Testimonial ***/
.ws-testimonial-colum {
    position: relative;
    z-index: 1;
}
.ws-testimonial-colum:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    display: inline-block;
}
.testimonial ul.sppb-nav li > a:hover, 
.testimonial ul.sppb-nav li > a {
    padding: 0;
    background: transparent;
    border: none;
    margin-right: 10px;
}
.testimonial ul.sppb-nav li > a img {
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}
.testimonial ul.sppb-nav li > a:hover img,
.testimonial ul.sppb-nav li.active > a img {
    border: 1px solid;
}
.testimonial .sppb-tab-content {
    background: #fff;
    padding: 40px !important;
    margin: 0;
}
.testimonial .testimonial-content h3.name {
        font-size: 25px !important;
    font-weight: 700;
    color: #363636 !important;
    margin-bottom: 0px;
}
.testimonial .testimonial-content span.desc {
    font-size: 16px;
    color: #b7b7b7;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.testimonial .testimonial-content .quotation p {
    font-size: 15px;
    color: #636363;
    line-height: 28px;
    font-weight: 600;
    margin-top: 7px;
    font-style: italic;
}
.sppb-nav-tabs>li.active>a, .sppb-nav-tabs>li.active>a:focus, .sppb-nav-tabs>li.active>a:hover {
    background-color: transparent !important;
}

/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-media-content {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-align: left;
    background-color: rgba(245,245,245,0.97);
    bottom: 20px;
    padding: 40px 30px 20px;
}
.team-item:hover .sppb-media-content {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: -1px!important;
}
.team-item h5 {
    font-size: 16px;
    color: #333;
    margin: 10px 0px 20px;
    font-weight: 600;
}
.team-item img {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.team-item:hover img {
    transform: scale(1.2);
}

/*** feature ***/
.feature-item .clearfix, .feature-item .clearfix {
    max-height: 600px;
    height: 600px;
    width: 100%;
}
.feature-item.header1 .clearfix, .feature-item.header1 .clearfix {
    background-image: url('../images/123.png');
    background-size: cover;
}
.feature-item.header2 .clearfix, .feature-item.header2 .clearfix {
    background-image: url('../images/124.png');
    background-size: cover;
}
.feature-item.header3 .clearfix, .feature-item.header3 .clearfix {
    background-image: url('../images/125.png');
    background-size: cover;
}
.feature-item .clearfix:nth-child(1),
.feature-item .clearfix:nth-child(2) {
    padding: 50px;
    position: relative;
}
.sc_services_item_text {
    position: absolute;
    bottom: 8%;
    left: 50px;
    z-index: 1;
    right: 50px;
}
.feature-item .clearfix:nth-child(1) {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}
.feature-item:hover .clearfix:nth-child(1) {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    display: none;
}
.feature-item .clearfix:nth-child(1) {
    position: absolute;
}
.sc_services_item_header {
    position: relative;
}
.feature-item .clearfix:nth-child(1):before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background: rgba(12,12,14,0.7);
}
.feature-item .clearfix:nth-child(1) p {
    color: #aaa !important;
    padding-left: 20px;
    position: relative;
    z-index: 2;
    font-size: 14px !important;
}
.feature-item .clearfix:nth-child(1) h2 a,
.feature-item .clearfix:nth-child(2) h2 a {
    color: #fff;
    font-size: 32px;
    position: relative;
    z-index: 2;
}
.feature-item .clearfix:nth-child(1) p:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: inline-block;;
    background: #ea3a1c;
    height: 100%;
    width: 2px;
}
.feature-item .clearfix:nth-child(2) {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.feature-item:hover .clearfix:nth-child(2) {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
.feature-item .clearfix:nth-child(2) a.sc_button {
    padding: 12px 20px;
    background: #ea3a1c;
    width: 30%;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-item .clearfix:nth-child(2) .sc_button:hover {
    background: #fff !important;
    color: #000 !important;
}
.feature-item .clearfix:nth-child(2) a.sc_button {
    position: absolute;
    bottom: 8%;
    left: 50px;
    z-index: 7777 !important;
    right: 50px;
}
/*** Electrical ***/
.electrical-tabs .elementor-tabs-wrapper {
    max-width: 440px;
    margin: 0 auto;
}
.electrical-tabs .elementor-tabs-content-wrapper {
    margin-top: 30px;
}
.electrical-tabs .elementor-tab-title {
    padding: 15px 20px !important;
    background-color: #dcdcdc !important;
}
.electrical-tabs .sppb-nav {
    display: flex;   
    flex-wrap: wrap;  
    justify-content: center;
}
.electrical-tabs .sppb-nav li.active a {
    background-color: #ea3a1c !important;
}
.electrical-tabs .sppb-nav li.active a {
    color: #fff !important;
}
.electrical-tabs .sppb-nav li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #25262e;
}
.electrical-tabs .sppb-nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}
.electrical-tabs .tab-full-content {
    width: 100%;
}
.electrical-tabs .full-content {
    width: 33%;
    float: left;
    margin-bottom: 20px;
    padding: 15px;
}
.electrical-tabs .content {
    margin-bottom: 35px;
}
.electrical-tabs .content h6 {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: Normal!important;
    padding-left: 20px;
}
.electrical-tabs .full-content img {
    width: 90%;
}
.electrical-tabs .content h6:before {
    content: '\f00c';
    font-family: 'FONT AWESOME 6 FREE';
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 1;
    font-size: 13px;
    color: #ea3a1c;
    font-weight: 900;
}

/*** Pricing ***/
.pricing-item {
    background-color: #ffffff;
    border: 2px solid;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricing-item:hover {
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 21%);
}
.pricing-item h3 {
    margin: 0;
    padding-top: 22px;
    margin-bottom: -10px;
}
h2.pricing-price {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    background-color: #034170;
    padding: 10px 0;
}
span.pricing-counter {
    font-size: 50px;
}
ul.pricing-list {
    margin: 0;
    padding: 30px 10px 10px;
    list-style-type: none;
}
ul.pricing-list li, .about-list li {
    line-height: 40px;
}
ul.pricing-list em, .about-list em {
    padding-right: 10px;
}
ul.pricing-list strong, .about-list strong {
    display: none;
}
.pricing-item p {
    font-weight: 600;
    padding-bottom: 20px;
}
.about-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.pricing-item .btn {
    display: inline-block;
    margin-bottom: 30px;
    color: #fff !important;
}
.pricing-item .btn:hover {
    background-color: #034170 !important;
}

/*** Client ***/
.client-item h3 {
    font-size: 22px;
    margin-top: -30px;
}
.client-item {
    padding: 50px 0 50px;
    border-bottom: 1px solid rgba(35,84,162,0.2);
}
/*** Contact Form ***/
#sp-quickcontact-form {
    text-align: center;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff!important;
    background: 0 0;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
    box-shadow: none;
    text-shadow: none;
    padding: 8px 20px;
    border: 0;
    border-radius: 5px !important;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: #fff!important;
    box-shadow: 0 0 3px 0 #ccc !important;
}


/* Bottom Area */
#sp-bottom a {
    font-weight: 500;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
#sp-top-bar,
.button.subbutton,
#sp-quickcontact-form #sp_qc_submit,
#sp_qc_submit,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color);
}
#sp_qc_submit,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
    color: var(--text-color);
}
.button.subbutton:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
#sp-bottom a, .title-color, .btn:hover, .title h3,
.team-item h3, .pricing-price, .pricing-item ul li em,
.sppb-panel-modern>.sppb-panel-heading.active, .client-item h3,
.contact-star h3, .contact-star i, .service-text:hover h3, #sp-footer a {
    color: var(--text-color)!important;
}

/* cak weg test
.button.subbutton,
body:not(.home) #sp-header, .testimonial ul.sppb-nav li.active > a img,
.testimonial ul.sppb-nav li > a:hover img, .pricing-item, .devider {
    border-color:var(--text-color)!important;
} */

.sp-megamenu-parent > li > a:before, .about,
#sp-bottom .button.subbutton.btn.btn-primary, .btn, #sp_qc_submit,
.title h2:before, .slider-call-row,
.pricing-item h3, .info {
    background: var(--background-color)!important;
}

/*** Custom ***/

BODY {	/* font-family: Comic Sans MS ; */
        font-family: 'Comic Sans MS', sans-serif;
	font-weight: 500;
	font-size: 14px;
	/* Enable a font's kerning: http://stackoverflow.com/questions/15160897/font-feature-settings-what-is-the-correct-syntax */
	font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	color: rgb(102,0,51);
	background-color: rgb(223,214,189);
	background-image: url( "/images/web/background.gif" )}

#myoben {
    font-size: 14px;
    /* color: rgb(102,0,51); */
    /* color: #FF8247; */
    color: #006633; /* #009a80; #CD6839; */
    text-align: left;
    /* background-color: rgb(223,214,189);
    background-image: url( "/images/web/background.gif" );
    position: left; */
}

#rundeEcken {
	/* border : 1px solid #888; */
	border : hidden;
	padding : 5px 5px 5px 5px;
	background-color : #dfdec6;
	border-radius : 20px 20px 20px 20px
}

#rundeEckenSteckbrief {
    border : solid 2px #660033;
    border-radius : 15px 15px 15px 15px;
    margin : -20px -20px -20px -20px;
    padding : 20px 20px 20px 20px
}

#rundSteckbrief {
    border : solid 2px #660033;
    border-radius : 15px 15px 15px 15px;
    margin : -20px -20px -20px -20px;
    padding : 20px 20px 20px 20px
}

#rundeEcken2 {
	border : hidden;
	border-radius : 10px 10px 10px 10px
}

#rundeEckenMain {
	box-shadow : 10px -10px 10px #888;
	border : solid 1px #660033;
	margin : -30px 0px 30px 0px;
	border-radius : 15px 15px 15px 15px;
	padding : 60px 60px 60px 60px
}

#sp-footer, #sp-bottom {
    color : rgb(102,0,51);
    background-color : rgb(223,214,189);
    background-image : url( "/images/web/background.gif" );
}

/* cak fuer Hintergrund myoben */
body:not(.home) #sp-header {
    background-color : rgb(223,214,189);
    background-image : url( "/images/web/background.gif" );
    border-top: 0px solid;
    position: static;
}

#sp-header.header-with-modal-menu a {
    color: #660033;
}

.sp-module ul>li>a {
    color: #660033;
}

#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 60px; /* war 50 */
    border: 1px solid #f3f3f3;
    padding: 10px 10px 0px 20px; /* war 30 */
    border-radius: 10px; /* war 3 */
}

.article-list .article {
    margin-bottom: 10px; /* war 30 */
    padding: 20px 20px 0px 20px; /* war 20 */
    border-top-width: 0px; /* war 1 */
    border-right-width: 0px; /* war 1 */
    border-bottom-width: 1px;
    border-left-width: 0px; /* war 1 */
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(245, 245, 245);
    border-right-color: rgb(245, 245, 245);
    border-bottom-color: #888;
    border-left-color: rgb(245, 245, 245);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    /* border: 1px solid #f5f5f5; */
    border-radius: 3px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #660033;
    font-weight: bold;
    background-color: #E6E5D6;
    border-color: #000; /* #dee2e6 #dee2e6 #fff; */
}

.nav-tabs .nav-link.active {
    color: #660033;
    background-color: #E9E5CE; /* #DFDEC5;*/
    border-color: #000; /* #dee2e6 #dee2e6 #fff; */
}

a {
    color: #990066; /* rgb(153,0,102); */
    text-decoration: underline;
}

.nav-tabs .nav-link {
    color: #660033;
    font-weight: bold;
    border-color: #000;
    background-color : #EFEDE9;
}

.nav-tabs .nav-link:hover {
    color: #cc0099; /* rgb(204,102,153); war eigentlich das falsche rgb */
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}

.mycenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* margin: 0 auto; */
}

.myflex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.myp {
    margin-top: 0;
    margin-bottom: -30px;
}

.myp2 {
    margin-top: -30px;
    margin-bottom: 0;
    font-size: 7pt;
    color : #660033; /* rgb(102,0,51); */
    /* color: #000; */
}

.article-info {
    padding-top: 0.8rem;
    margin-bottom: 0px;
}

#modal-menu .sp-megamenu-parent>li:hover>a, #modal-menu .sp-megamenu-parent>li:hover>span {
    color: #cc0099; /* rgb(204,102,153); war falsches rgb */
}

#modal-menu .sp-megamenu-parent>li.active>a, #modal-menu .sp-megamenu-parent>li.active>span {
    color: #990066; /* rgb(153,0,102); */
}

#modal-menu ul.sp-megamenu-parent>li>a, #modal-menu ul.sp-megamenu-parent>li>span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: initial;
}

#sp-main-body {
    padding-top: 10px; /* cak war 100px */
    padding-right: 0px;
    padding-bottom: 20px; /* cak war 100px */
    padding-left: 0px;
}

#modal-menu .modal-menu-inner>.container {
    background-color : rgb(223,214,189);
    background-image : url( "/images/web/background.gif" );
}

#modal-menu .modal-menu-inner {
    background-color : rgb(223,214,189);
    background-image : url( "/images/web/background.gif" );
}

/* cak der macht das mit dem linken Menue */
/*** Slider ***/
#sp-left .sp-module ul > li {
  	position: relative;
}

#sp-left .sp-module ul > li .menu-child {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

#sp-left .sp-module ul > li:hover .menu-child {
    opacity: 1;
    visibility: inherit;
}

#sp-header.header-with-modal-menu a:hover, #sp-header.header-with-modal-menu a:focus {
    color: #cc0099; /* rgb(204,102,153); war falsches rgb */
}

#sp-left ul li a {
    background-image: url('../images/p_Regular.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 13px;
    /* padding: 3px 20px !important; */
    padding-left: 8px !important;
    padding-right: -8px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-decoration: none;
  	-webkit-transition: .5s;
    transition: .5s;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
    border-bottom: none;
}

#sp-left .sp-module {
    padding: 0;
    border: none;
}

#sp-left ul>li, #sp-right ul>li {
    border: none;
}

#sp-left ul li > a:hover {
    color: #cc0099; /* rgb(204,102,153); war falsches rgb */
    background-image: url('../images/p_RegularOver.png') !important;
}

#sp-left ul li.active > a, #sp-left ul li > a:focus {
    color: #cc6699; /* rgb(204,102,153); */
    background-image: url('../images/p_Highlighted.png') !important;
}

#sp-left ul li:first-child {
    border-top: none;
}

#modal-menu ul.sp-megamenu-parent > li > a {
    text-decoration: none;
}

.burger-icon>span {
    background-color: #990066; /* #660033; */
}

.burger-icon:hover>span {
    background-color: #cc0099; /* rgb(153,0,102); war falsches rgb */
}

/* extra work */
/*#sp-left .sp-module ul {
    width: 130px !important;
}*/

.sp-megamenu-parent > li li a:before {
    content: '' !important;
}

.modal-menu a {
    text-decoration: none !important;
}

.sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a,
.sp-megamenu-parent > li:last-child > a {
    padding: 0;
}

#sp-left .sp-module ul > li > a {
    line-height: 30px;
}

/* linkes Menue */
#sp-left .sp-module ul {
    width: 130px !important;
    /* padding-bottom: 20px !important; */
}

/*
.nav-link {
    color: #252525;
}

.nav-link:hover {
    color: rgb(102,0,51);
    border-color: rgb(102,0,51);
}
*/
.logo a {
    display: none;
}

#sp-left .sp-module {
    margin-top: 30px;
}

#rundeEckenSteckbrief .myflex {
    border: solid 2px #660033;
    border-radius: 15px 15px 15px 15px;
    margin: 0;
    margin-bottom: 15px;
    padding: 20px 20px 20px 20px;
}

/* little fix */
.article-list .article {
    padding: 0 !important;
}
.page-header {
    padding-top: 0px;
}

.article-header h1, .page-header h1 {
    margin-top: 20px !important;
    font-size: 31px !important;
    /* padding-bottom: 1.5rem !important;  cak new */
}

.article-details div > h2 {
    margin-top: 20px !important;
    font-size: 31px !important;
    /* padding-bottom: 1.5rem !important;  cak new */
}

/* cak itemid-101 oder 2??? */
body.itemid-2 .article-details  {
    /* text-align: center; */
}

/*
body.itemid-141.h1 {
    visibility: hidden !important;
}
*/

/* cak new */
.sp-reading-progress-bar {
    background-color: #660033 !important;
}

/*
.captionplus-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.96);
    color: white;
    pointer-events: none;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.boxplusx-caption>.boxplusx-title {
    font-weight: 400; / was 700 /
    font-size: 1.2rem;
    color: #660033;
}

.captionplus-overlay.captionplus-bottom {
    bottom: 0;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
*/

#JtTabContent h2 {
    display: none;
}

.fotorama__thumb-border {
    border-color: #660033;
}

/*
.camera_caption > div { * cak *
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

.camera_caption { * cak *
    color: #fff !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-size: 0.75rem !important;
}
*/

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #660033; /* noch checken */
}

.lg-progress-bar {
    background-color: #660033; /* noch checken */
}

.lg-progress-bar .lg-progress {
    background-color: rgb(204,102,153) !important; /* noch checken */
}

/*
.lg-sub-html {
    color: #660033 * cak #EEE; *
}
*/

.camera_caption_title {
    background: rgba(256,256,256,0.0);
}

.sp-module-title {
    margin-top: 20px !important;
    font-size: 36px !important;
    padding-bottom: 1.5rem !important;
}

/* cak das featured weg */
/*
.article-list .article .featured-article-badge {
    display: none;
    visibility: hidden;
}

.article-details .featured-article-badge {
    display: none;
    visibility: hidden;
}
*/

/* cak featured weg */
.featured-article-badge {
    display: none;
}

/* cak Obentext zentriert */
/*
#sp-logo.has-border {
  margin: auto; 
}
*/

/* cak Obentext zentriert */
#sp-header .justify-content-between {
    justify-content: center!important;
}

/* cak im Offvanvas richtiger Hintergrund */
#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: none;
  border-radius: 0px;
  position: relative;
  overflow: visible !important;
  max-height: initial;
  background-color : rgb(223,214,189);
  background-image : url( "/images/web/background.gif" );
  padding: 15px; /* was 20px */
}

/* cak Farbe vom X vom burger-icon */
.offcanvas-active .burger-icon > span,
#modal-menu-toggler.active .burger-icon > span {
    background-color: #990066; /* #660033; */
}

/* tut es, sieht aber bei Handy doof aus */
/*
#logo-right {
    position: absolute;
    right: 20px;
    z-index: 999;
}
*/

/* damit der letzte Eintrag nicht vorspringt */
/*
#modal-menu ul.sp-megamenu-parent > li > a {
    padding-left: 30px !important;
} */

.sp-scroll-up {
    color: #FFF;
    background-color: #cc9999;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #FFF;
    background: #cc6699;
}

/* ========================================================================= */
/* put here different media sizes */

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
    #myoben {
	color: #006633; /* #009a80; #1e12e3; */
    }
}

/* das sollte auch der Normalfall sein */
@media (min-width: 980px) and (max-width: 1199px) {
    #myoben {
	color: #006633 !important; /* #009a80 !important; #5c3433 !important; */
    }
    .sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a {
    	padding: 0 15px;
    } 
    .slider-left {
    	padding: 100px 10px !important;
    }
    .testimonial-colum {
    	padding: 80px 10px!important;
    }
    .testimonial-colum .clearfix, .ws-testimonial-colum .clearfix {
    	margin: 0 !important;
    }
    /* um rechts den Platz aufzufuellen */
    #sp-left {
	width: 20%;
	float: left;
    }
    #sp-component {
	width: 80%;
	float: right;
    }
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) { /* cak oder 991px? */
    #myoben {
	color: #006633 !important; /* #009a80 !important; #a21511 !important; */
    }
    .myp {
	margin-top: 0;
	margin-bottom: -30px;
	width: 114px;
    }

    /* um rechts den Platz aufzufuellen */
    #sp-left {
	width: 20%;
	float: left;
    }
    #sp-component {
	width: 80%;
	float: right;
    }
    /* linkes Menue */
    #sp-left .sp-module ul {
	width: 114px !important;
    }

    /* Farbe der Pfeile für Untermenüpunkte */
    .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	color: #990066;
    }

    /* tut naechsten tun es auch bei hover */
    /*
    .offcanvas-menu .offcanvas-inner ul.menu > li a:hover, 
    .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, 
    .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, 
    .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #328211 !important;
	text-decoration: underline !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
        color: #328211 !important;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
	color: #00923E;
    }
    */

    /* active */
    .offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #cc6699;
	text-decoration: none;
    }

    /* normal */
    .offcanvas-menu .offcanvas-inner ul.menu > li a, 
    .offcanvas-menu .offcanvas-inner ul.menu > li span {
	color: #990066;
	text-decoration: none;
    }

    /* hover */
    .offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
	color: #cc0099; /* #990066; */
	text-decoration: underline !important;
    }
}
/* https://forum.joomla.de/thread/18619-helix-ultimate-offcanvas-linkfarben/ */

/* Handy querkant */
/* Mobile Standard Layout */
@media (max-width: 767px) {
    #myoben {
	font-size: 11px !important;
	color: #006633 !important; /* #009a80 !important; #1171aa !important; */
    }
    .article-header h1, .page-header h1 {
	margin-top: 15px !important;
	font-size: 22px !important;
    }
   /* um rechts den Platz aufzufuellen */
    #sp-left {
	width: 25%;
	float: left;
    }
    #sp-component {
	width: 75%;
	float: right;
    }
    .myp {
	margin-top: 0;
	margin-bottom: -30px;
	width: 105px;
    }
    /* linkes Menue */
    #sp-left .sp-module ul {
	width: 105px !important;
    }
    .myp2 {
	margin-top: -30px;
	margin-bottom: 0;
	font-size: 6pt;
	color : #660033; /* rgb(102,0,51); */
    }
    /* active */
    .offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #cc6699;
	text-decoration: none;
    }

    /* normal */
    .offcanvas-menu .offcanvas-inner ul.menu > li a, 
    .offcanvas-menu .offcanvas-inner ul.menu > li span {
	color: #990066;
	text-decoration: none;
    }
    /* Farbe der Pfeile für Untermenüpunkte */
    .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	color: #990066;
    }
    /* hover */
    .offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
	color: #cc0099; /* #990066; */
	text-decoration: underline !important;
    }
}

/* Handy hochkant */
/* Mobile Small Resolution */
@media (max-width: 480px) {
    #myoben {
	font-size: 9px !important;
	color: #006633 !important; /* #009a80 !important; #bed13c !important; */
    }
    #sp-left {
	visibility: hidden;
	height: 0px !important;
	width: 0px !important;
    }
    #sp-component {
	width: 100%;
	float: right;
    }
    .article-header h1, .page-header h1, .article-details div > h2 {
	margin-top: 10px !important;
	font-size: 18px !important;
	font-weight: 500 !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
	color: #990066;
	text-decoration: none !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #cc6699 !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
	color: #cc0099; /* #990066; */
	text-decoration: underline !important;
    }
}



