
 .com-sppagebuilder #sp-main-body {
    margin-top: -50px;
 }
 #sp-header{
    box-shadow: none !important;
 }
.sp-megamenu-parent{
    display:none !important;
}
#sp-footer, #sp-bottom {
    background-image: linear-gradient(to right, #19202a , #475260) !important;
}
#sp-header {
    background: none !important;
}
.header-sticky .logo-image{
    display:none;
}
#sp-logo{
    margin-left:0px;
    margin-top: 10px;
}
.header-sticky #sp-logo{
    margin-left: 0px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a {
    color: #79ced9;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
    color: #78cdd8;
}
.offcanvas-overlay {
    background: rgba(35, 52, 84, 0.5);
}
/*******TABS*****/
.sppb-tab.sppb-custom-tab{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    height:100%;
}

#sppb-addon-1642341702274 .sppb-nav-custom{
    display: none;
    justify-content: center;
    position: sticky;
    position: -webkit-sticky; /* for Safari */
    top:0;
    align-self: flex-start;
    width:100% !important;
    padding-right: 0px !important;
    background:black;
    height: 82px;


}
.sppb-tab-custom-content{
    width:100% !important;
    height:100%;
}
#sppb-addon-1642341702274 .sppb-tab-image{
    height:60px !important;
    width:60px !important;
}
.sp-page-builder .page-content #tabs{
    position: sticky;
}


#sppb-addon-1642341702274 .sppb-nav-custom li {
    padding: 0px 0px 0px 0px;
        position: sticky;
    top:0;
}

/**/

.sppb-nav-custom li:nth-child(1) a{
    background-image: linear-gradient(45deg, #79ced9 0%, rgba(121, 206, 217, 0.37) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
        position: sticky;
    top:0;
}
.sppb-nav-custom li:nth-child(2) a{
    background-image: linear-gradient(45deg, #212833 0%, rgba(33, 40, 51, 0.6) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
        position: sticky;
    top:0;
}

.sppb-nav-custom li:last-child a{
    background-image: linear-gradient(45deg, #4c9b80 0%, rgba(76, 155, 128, 0.8) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
        position: sticky;
    top:0;
}
.sppb-nav-custom li:nth-child(2) a:hover{
    background-image: linear-gradient(45deg, #212833 0%, rgba(33, 40, 51, 0.3) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
    position: sticky;
    top:0;
}

.sppb-nav-custom li:last-child a:hover{
    background-image: linear-gradient(45deg, #4c9b80 0%, rgba(76, 155, 128, 0.3) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
}   
/*TABSMENU*/   

.flexbox{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width:40px;
    top:42em;
    position:fixed;
    left:0;
    border: 0 solid;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 2500ms infinite;
    -o-animation: glowing 2500ms infinite;
    animation: glowing 2500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #287b89; -webkit-box-shadow: 0 0 3px #287b89; }
  50% { background-color: #68c4ce; -webkit-box-shadow: 0 0 40px #68c4ce; }
  100% { background-color: #287b89; -webkit-box-shadow: 0 0 3px #287b89; }
}

@-moz-keyframes glowing {
  0% { background-color: #287b89; -moz-box-shadow: 0 0 3px #287b89; }
  50% { background-color: #68c4ce; -moz-box-shadow: 0 0 40px #68c4ce; }
  100% { background-color: #287b89; -moz-box-shadow: 0 0 3px #287b89; }
}

@-o-keyframes glowing {
  0% { background-color: #287b89; box-shadow: 0 0 3px #287b89; }
  50% { background-color: #68c4ce; box-shadow: 0 0 40px #68c4ce; }
  100% { background-color: #287b89; box-shadow: 0 0 3px #287b89; }
}

@keyframes glowing {
  0% { background-color: #287b89; box-shadow: 0 0 3px #287b89; }
  50% { background-color: #68c4ce; box-shadow: 0 0 40px #68c4ce; }
  100% { background-color: #287b89; box-shadow: 0 0 3px #287b89; }

}
.button1, .button2, .button3{
    display:flex;
    flex-wrap: wrap;
    padding:5px;
    border: 1px solid grey;
    width:40px;
    left:0;
    cursor: pointer;
    border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button1:hover,.button2:hover,.button3:hover {
border: none;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
}
.button1{
    background-image: linear-gradient(45deg, #79ced9 0%, rgba(121, 206, 217, 0.37) 100%);
    background-blend-mode: multiply;
}

.button2{
    background-image: linear-gradient(45deg, #123054 0%, rgba(69, 100, 137, 0.6) 100%);
    background-blend-mode: multiply;
}
.button3{
    background-image: linear-gradient(45deg, #3c7863 0%, rgba(76, 155, 128, 0.3) 100%);
    background-blend-mode: multiply;
}
.button1:hover{
    background-image: linear-gradient(45deg, #79ced9 0%, rgba(121, 206, 217, 0.90) 100%);
}
.button2:hover{
    background-image: linear-gradient(45deg, #123054 0%, rgba(69, 100, 137, 0.8) 100%);
}
.button3:hover{
    background-image: linear-gradient(45deg, #3c7863 0%, rgba(76, 155, 128, 0.8) 100%);
}
.cc-animate.cc-revoke.cc-bottom, .cc-color-override--1033558147.cc-revoke {
    display: none !important;
}
#sp-bottom .sp-module ul {
    text-align: right;
}
.maintabs h3.sppb-addon-title{
    font-family: "Raleway";
    margin-bottom: 0px;
    color: #79ced9;
    font-size: 28px;
    line-height: 35px;
    font-weight: 900;
}
.maintabs .sppb-addon-text{
        font-family: "Raleway";
        color: #9B9B9B;
        font-style: italic;
        font-size: 16px;
}
div#sp-bottom1{
    padding-left: 70px;
}
@media ( max-width: 380px ) { /** kleiner als 380px **/
.flexbox{
    top:6em;
    }
}
@media ( min-width: 900px ) { /** Großer Viewport: Browserfenster **/
.header-sticky #sp-logo {
    margin-left: -50px;
}
.com-sppagebuilder #sp-main-body {
    margin-top: -80px;
 }
 #sppb-addon-1643218679256,#sppb-addon-1643317182069,#sppb-addon-1643317182068 {
    position: absolute;
    width: 100%;
    top: 16%;
    right: -115%;
}
#sppb-addon-1642341702274 .sppb-tab-custom-content > div{
    padding: 140px 10px 10px 10px;
}
.flexbox{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width:100px;
    top:16em;
    position:fixed;
    left:0;
}
.button1, .button2, .button3{
    display:flex;
    flex-wrap: wrap;
    padding:5px;
    border: 1px solid grey;
    height:100px;
    width:100px;
    border:0;
}
/******SLIDER*******/
.maintabs > .sppb-tab-tabs-content{
    display:flex; 
    justify-content: flex-start;
}
#bottom1{
    padding-left: 70px;
}
@media ( min-width: 1300px ) { /** Großer Viewport: Browserfenster **/
.header-sticky #sp-logo {
    margin-left: 0px;
}


}

/*div#n2-ss-2 .n-uc-54zGKr4zasRx{
padding: 0px !important;
}

.sp-page-builder .page-content #section-id-1639228911994, .n2-ss-2{
    padding: 0px 0px 0px 0px !important;
}
.sliderbutton{
    height:200px;
}
.maintabs .sppb-img-responsive {
    max-width: 100%;
    }

.maintabs #sppb-addon-wrapper-1642349354263, 
.maintabs #sppb-addon-wrapper-1642349354262, 
.maintabs #sppb-addon-wrapper-1642349354264,
#sppb-addon-wrapper-1643050136036,
#sppb-addon-wrapper-1643050136037,
#sppb-addon-wrapper-1643050136038,
#sppb-addon-wrapper-1643050138039,
#sppb-addon-wrapper-1643050138040,
#sppb-addon-wrapper-1643050138041
{
    width:33%;
    float:left;
    margin-top: 50px;
    padding:10px;
}
#sppb-addon-1643036768813,#sppb-addon-1643050136039,#sppb-addon-1643050138042 {
  position: absolute;
  width: 90%;
  height: 85.3%;
  top: 25%;
  right: -95%;
}

/*******TABS*****/
/*
.sppb-tab-icon.tab-icon-block, .sppb-tab-image.tab-image-block {
    height: 125px;
    width:auto;
}
.sp-page-builder .page-content #tabs{
    margin-top:-191px;
}
.sppb-nav-tabs > li > a{
    background:none;
    border:none;
}
.sppb-nav-tabs > li.active > a, .sppb-nav-tabs > li.active > a:focus, .sppb-nav-tabs > li.active > a:hover {
    background-color: none;
    border-bottom-color: transparent;
    cursor: default;
}

.sppb-nav-tabs li:nth-child(1) a{
    background-image: linear-gradient(45deg, #79ced9 0%, rgba(121, 206, 217, 0.37) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
}
.sppb-nav-tabs li:nth-child(2) a{
    background-image: linear-gradient(45deg, #212833 0%, rgba(33, 40, 51, 0.6) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
}

.sppb-nav-tabs li:last-child a{
    background-image: linear-gradient(45deg, #4c9b80 0%, rgba(76, 155, 128, 0.8) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
}
.sppb-nav-tabs li:nth-child(2) a:hover{
    background-image: linear-gradient(45deg, #212833 0%, rgba(33, 40, 51, 0.3) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
}

.sppb-nav-tabs li:last-child a:hover{
    background-image: linear-gradient(45deg, #4c9b80 0%, rgba(76, 155, 128, 0.3) 100%);
    background-blend-mode: multiply;
    box-shadow: 0 0 0 0 #ffffff;
}
.flex-box {
    display:flex; 
    justify-content: space-around;
}
.maintabs > .sppb-tab-tabs-content{
    display:flex; 
    justify-content: flex-start;
}
.maintabs #sppb-addon-wrapper-1642349354263, 
.maintabs #sppb-addon-wrapper-1642349354262, 
.maintabs #sppb-addon-wrapper-1642349354264,
#sppb-addon-wrapper-1643050136036,
#sppb-addon-wrapper-1643050136037,
#sppb-addon-wrapper-1643050136038,
#sppb-addon-wrapper-1643050138039,
#sppb-addon-wrapper-1643050138040,
#sppb-addon-wrapper-1643050138041
{
    width:33%;
    float:left;
    margin-top: 50px;
    padding:10px;
}
.maintabs .sppb-img-responsive {
    max-width: 60%;
    }

#sppb-addon-1643036768813,#sppb-addon-1643050136039,#sppb-addon-1643050138042 {
  position: absolute;
  width: 90%;
  height: 85.3%;
  top: 25%;
  right: -95%;
}
.maintabs h3{
    margin-top: 30px;
}
*/

/*******TABS ENDE*****/


}
