body h1,body h2,body h3,body h4,body h5,body h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0;
    font-weight: 700;
}
body p {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px;
}
.nav > li.level-1 > ul {
    display: none;
    margin-top: 0;
}
.nav > li.level-1.open > ul {
    display: block;
}
body .carousel-caption h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
body h2 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 46px;
    color: #104974;
    word-wrap: break-word;
}
body h3 {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 34px;
    color: #fff;
}
body h4 {
    letter-spacing: -1px;
    color: #fff;
}
#fe_PreviewContent, p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #155D58;
}
p.headlead {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
}
p.reflead {
    color: #fff ;
    font-size: 20px;
    line-height: 23px;
}
p.lead {
    color: #00514A;
    text-align: left;
    font-size: 14px;
}
p.cv {
    color: #ffff;
    text-align: left;
    font-size: 14px;
}
p.cv a{
    color: #fff;
}

p.message {
        font-size: 18px;
        color: #155D58;
    }  
.lead ul li{
    list-style: disc;
}
body a {
    color: #626c72;
}
body a:hover {
    transition: all 0.35s ease-in-out;
    color: #626c72;
    text-decoration: none;
}
.btn-main {
    background: #00514A repeat scroll 0 0;
    border: none;
    font-weight: 800;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-main:hover {
    background: #8A9D87 repeat scroll 0 0;
    color: #00514A;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
.btn-main1 {
    background: #8A9D87 repeat scroll 0 0;
    border: none;
    font-weight: 800;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-main1:hover {
    background: #2C422C repeat scroll 0 0;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
.more:hover {
    opacity: 0.6;
    transition: all 0.35s ease-in-out;
}
.dropdown-backdrop {
    position: static;
}
[class^="icon-"], [class*=" icon-"] {
    vertical-align: middle !important;
}
::selection {
    background: #fff; /*#ff755a;  Safari */
    color: #104974;
}
::-moz-selection {
    background: #fff; /*#ff755a;  Firefox */
    color: #104974;
}
/*-----------Margins-----------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-2020{
    margin-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-4060 {
    margin-top: 40px !important;
    margin-bottom: 60px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}
.margin-120 {
    margin-bottom: 100px !important;
}
/*------------Colors------------------*/
.black {
    color: #31363a;
}
.dark-gray {
    color: #626c72;
}
.gray {
    color: #a5b2b9;
}
.light-gray {
    color: #dfe5e8;
}
.white {
    color: #ffffff;
}
.orange {
    color: #ff755a;
}
  
/* ==========================================================================
   Navigation styles
   ========================================================================== */
body .navbar-inverse {
    background: #fff; /*#ff755a;*/
    background-repeat: repeat-x;
    border-color: #fff; /*#ff755a;*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff755a', endColorstr='#ff755a', GradientType=0);
    margin-bottom: 0;
}
.nav-collapse, .nav-collapse.collapse {
    background: none repeat scroll 0 0 #ff755a;
    height: 0;
    /*overflow: hidden;*/
}
.navbar-brand, .navbar .nav > li > a {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: transparent;
}
.navbar-brand {
    margin-top: 10px;
}
body .navbar-inverse .navbar-nav>li>a {
    color: #82D4C9; /*#fff;*/
}
.navbar .nav > li > a  {
    color: #00514A;
    float: none;
    padding: 35px 16px;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: -0.7px;
}
.navbar .nav > li > a:hover {
    color: #00514A;
    float: none;
    padding: 35px 16px;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: -0.7px;
}
.container .navbar .nav > li > a:hover, #navigation li.level-1.starter_active > a {
    color: #fff;
    background: #00514A; /*transparent;*/
}
.container .navbar .nav > li > a:hover , #navigation li.starter_normal > a{
    color: #00514A;
    background: #fff; /*transparent;*/
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: rgba(49,54,58,0.4);
    border-top-color: rgba(49,54,58,0.4);
    margin-left: 5px;
}
.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-bottom-color: rgba(49,54,58,0.4);
    border-top-color: rgba(49,54,58,0.4);
    transition: all 0.35s ease-in-out;
}
.navbar-fixed-top {
    margin-bottom: 0px;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    box-shadow: none;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #31363a;
    color: #FFFFFF;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 12px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
    display: none;
}
.nav-collapse .dropdown-menu a {
    font-weight: normal;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: transparent;
    background-image: none;
    background-image: -webkit-linear-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(transparent));
    background-repeat: no-repeat;
    color: #ff755a;
    text-decoration: none;
}
.dropdown-menu > li > a {
    clear: both;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
body .navbar-inverse .btn-navbar {
    background-color: transparent;
    background-image: #00514A;
    background-repeat: repeat-x;
    border-color: transparent;
    color: #FFFFFF;
    text-shadow: 0 0 0 transparent;
    box-shadow: none;
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background-color: transparent;
    color: #FFFFFF;
}
.navbar .btn-navbar .icon-bar {
    background-color: #F5F5F5;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 0 transparent;
    display: block;
    height: 3px !important;
    width: 20px !important;
}
/* ==========================================================================
   Header Styles
   ========================================================================== */
.carousel {
    margin-bottom: 0px;
    background: #31363a;
}
.carousel .container {
    position: relative;
    z-index: 9;
}
.carousel .carousel-control {
    background: none repeat scroll 0 0;
    background-color: rgba(253,90,62,0.9);
    border: 0px solid;
    border-radius: 0px;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    margin-top: 50px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    z-index: 10;
    opacity: 1;
}
.carousel-control:hover {
    opacity: 0.7;
}
.carousel .item {
    height: 850px;
    max-width: 100%;
}
.home {
    background: url(images/header0.png) no-repeat center center;
    background-size: cover;
}
.one {
    background: url(images/header1.png) no-repeat center center;
    background-size: cover;
}
.ie7 .one, .ie7 .two, .ie7 .three, .ie8 .one, .ie8 .two, .ie8 .three{background-size: 100%;}
.two {
    background: url(images/header2.png) no-repeat center center;
    background-size: cover;
}
.three {
    background: url(images/header3.png) no-repeat center center;
    background-size: cover;
}
.buha {
    background: url(images/header5.png) no-repeat center center;
    background-size: cover;
}
.contactform {
    background: url(images/header_contact.webp) no-repeat center center;
    background-size: cover;
}
.container .carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 1200px;
    padding: 0 20px;
    margin-top: 18%;
    text-align: left;
}
/* ==========================================================================
   Content Styles
   ========================================================================== */
#content1 {
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}
#content2 {
    background: url(images/grid_noise.png) repeat;
    background-color: #ebebeb;
    padding-top: 60px;
    padding-bottom: 60px;
}
#page-title {
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 40px;
}
/* ==========================================================================
   Blog Styles
   ========================================================================== */
.blog-post {
    border-bottom: 1px solid #c7cfd3;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
.date-container {
    background: #626c72;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 16px;
    float: left;
    margin-top: 25px;
    width: 56px;
    letter-spacing: -1px;
    font-size: 21px;
    margin-left: -10px;
    text-align: center;
    position: absolute;
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
}
.date-container:after {
    border-style: solid;
    border-width: 10px 0 0 10px;
    bottom: -10px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    width: 0;
    border-color: #31363a transparent;
}
.day {
    font-size: 38px;
    line-height: 36px;
}
.side-links li {
    padding: 6px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #a5b2b9;
}
.side-links li a {
    color: #ff755a;
    font-weight: 600;
}
.side-links li a:hover {
    color: #31363a;
}
/* ==========================================================================
   About Page Styles
   ========================================================================== */
.progress {
    background-color: #dfe5e8;
    background-image: linear-gradient(to bottom, #dfe5e8, #dfe5e8);
    background-repeat: repeat-x;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 2px transparent inset;
    height: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    margin: 0;
    margin-top: 12px;
}
.progress .bar {
    -moz-box-sizing: border-box;
    background-color: #A5B2B9;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.progress .bar:after {
    content: "";
    position: absolute;
    top: 17px;
    right: -8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent #A5B2B9;
    display: block;
    width: 0;
    z-index: 1;
}
.progress .field {
    color: #FFFFFF;
    left: 20px;
    line-height: 44px;
    position: absolute;
    z-index: 100;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.progress .field-value {
    color: #31363a;
    right: 20px;
    line-height: 44px;
    position: absolute;
    z-index: 100;
    text-align: right;
    font-weight: 300;
    font-size: 19px;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
/* Animated Progress Bar onload */
.bar-one       { width:100%;  -moz-animation:bar-one 1.0s ease-out;       -webkit-animation:bar-one 1.0s ease-out;        }
.bar-two        { width:100%;  -moz-animation:bar-two 1.7s ease-out;        -webkit-animation:bar-two 1.7s ease-out;         }
.bar-three      { width:100%; -moz-animation:bar-three 2.3s ease-out;   -webkit-animation:bar-three 2.3s ease-out;      }
@-moz-keyframes bar-one       { 0%  { width:0px;} 100%{ width:100%;}   }
@-moz-keyframes bar-two        { 0%  { width:0px;} 100%{ width::100%;}  }
@-moz-keyframes bar-three      { 0%  { width:0px;} 100%{ width::100%;}  }
@-webkit-keyframes bar-one       { 0%  { width:0px;} 100%{ width:100%;}   }
@-webkit-keyframes bar-two        { 0%  { width:0px;} 100%{ width::100%;}  }
@-webkit-keyframes bar-three      { 0%  { width:0px;} 100%{ width::100%;}  }
/* Animated Fade in for Field Values */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.display-none {
    display: none;
}
.display {
    display: block;
}
.stat {
    padding-top:10px;
    padding-bottom: 10px;
}
/* ==========================================================================
   Team Member Styles
   ========================================================================== */
.team-member img {
    width: 100%;
    left: 0;
    bottom: 0;
}
.team-info {
    background: #ff755a;
    padding: 10px 10px 10px 10px;
    height: 60px;
}
.team-info h4, .team-info h4 em {
    color: #ffffff;
    line-height: 12px;
}
.socialize {
    background: #31363a;
    padding: 20px 10px 10px 10px;
    color: #ffffff;
    margin-left: 0;
    height: 60px;
}
/* ==========================================================================
   Pricing Styles
   ========================================================================== */
.pricing-table {
    background: #dfe5e8;
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    margin-bottom: 45px;
}
.pricing-table.active {
    box-shadow: 1px 1px 16px #919191;
    border: 0px solid #f1f1f1;
    margin-top: 0px;
}
.pricing-table.active .headline {
    background: #31363a;
    height: 100px;
    top: 0px;
}
.pricing-table.active .headline:after {
    border-color: #31363a transparent;
}
.pricing-table li {
    padding-left: 20px;
    padding-right: 20px;
}
.headline {
    background: #ff755a;
    padding: 6px 6px 0px 6px;
    background-size: contain;
    position: relative;
    height: 66px;
}
.headline h2 {
    color: #FFFFFF;
}
.headline:after
{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 44%;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #ff755a transparent;
    display: block;
    z-index: 1;
}
.price {
    background: none repeat scroll 0 0 #ffffff;
    color: #31363A;
    font-size: 32px;
    font-weight: bold;
    height: 40px;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-top: 45px;
}
.price small {
    font-weight: 300;
    color: #a5b2b9;
}
.info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 13px;
    color: #a5b2b9;
}
.features {
    color: #31363a;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ffffff;
}
.features.first {
    border-top: 1px dotted #ffffff;
}
.features.last {
    padding-top: 17px;
    padding-bottom: 20px;
}
/* ==========================================================================
   Contact Page styles
   ========================================================================== */
#map {
    height: 265px;
    padding-bottom: 0;
}
#map > iframe {
    background-color: transparent;
    border: medium none;
    height: inherit;
    overflow: hidden;
    width: 100%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 0 solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.035) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 2px 2px 2px 2px;
    color: #555555;
    display: inline-block;
    height: 37px;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0px;
    padding: 2px 6px;
    vertical-align: middle;
}
/* ==========================================================================
   Sign Up Page styles
   ========================================================================== */
#signup {
    background: url(images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.signup {
    background: url(images/grid_noise.png) repeat;
    background-color: #ebebeb;
    padding-top: 30px;
    margin-top: 22px;
}
input, button, select, textarea {
    font-family: 'Open Sans', sans-serif !important;
}
.input-append .add-on, .input-prepend .add-on {
    background-color: #dfe5e8;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 29px;
    line-height: 25px;
    min-width: 16px;
    padding: 5px 5px 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}
.form-horizontal .controls {
    margin-left: 0px;
}
.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    -moz-box-sizing: border-box;
    display: block;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #626c72;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.05);
}
ul.social-icons-signup {
    list-style: none;
    margin-left: 0px;
}
ul.social-icons-signup li {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 50px;
}
ul.social-icons-signup li a {
    color: #dfe5e8;
    text-decoration: none;
}
ul.social-icons-signup li a:hover {
    color: #626c72;
    bottom: 12px;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
/* ==========================================================================
   Services Styles
   ========================================================================== */
#services {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}
#services2 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.service{
  /*border: 1px solid;
  padding: 3px;
  box-shadow: 5px 10px 8px #888888;*/
}
.service:hover{
  border: 1px solid;
  padding: 3px;
  box-shadow: 5px 10px 8px #888888;
}
.service:hover i {
    color: #626c72;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}
.service h3 {
    margin-top: 24px;
}
.service h4 {
    margin-top: 18px;
    color: #00514A;
}
.service-icons {
    padding-top: 20px;
}

/* ==========================================================================
   Message Styles
   ========================================================================== */
#message {
    background: #A8B9A5;/*#a5b2b9;*/
    padding-top: 40px;
    padding-bottom: 40px;
}
/* ==========================================================================
   Latest Work and Portfolio Styles
   ========================================================================== */
#latest-work {
    background-image: linear-gradient(to bottom left, #A8B9A5 , #00514A);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
}
#referenz-work {
    /*background: #00514A;*/
    background-image: linear-gradient(to bottom right, #00514A , #A8B9A5);
    /*    background-image: linear-gradient(#00514A, #A8B9A5;);*/
    padding-top: 40px;
    padding-bottom: 40px;
}
.thumbs {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.thumbs a {
    background-color: rgba(255,117,89,0.90);
    bottom: -200px;
    color: white;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 100;
}
.thumbs a span.title {
    display: table;
    width: 100%;
    height: 90%;
}
.thumbs a span.title span {
    font-family: 'Lato', sans-serif;
    font-size: 14.5px;
    line-height: 17px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}
.thumbs a:hover {
    bottom: 0;
    opacity: 1;
    transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
    -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
}
.flexslider {margin: 0 0 60px; background: transparent; border: none; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px rgba(0,0,0,.0); -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.0); -moz-box-shadow: 0 0px 0px rgba(0,0,0,.0); -o-box-shadow: 0 0px 0px rgba(0,0,0,.0); zoom: 1;}
ul.icons li {
    list-style: none;
    padding: 7px 0 5px 0;
}
/* ==========================================================================
   Testimonial styles
   ========================================================================== */
#testimonial {
    background-image: linear-gradient(to bottom left, #A8B9A5 , #00514A);
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.testimonial-source {
    background: #ff755a;
    text-align: center;
    padding: 12px 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* ==========================================================================
   Latest News styles
   ========================================================================== */
#latest-news {
    background-image: linear-gradient(to top right, #00514A , #A8B9A5);
    padding-top: 60px;
    padding-bottom: 60px;
}
.latest-article img {
    margin-bottom: 15px;
    max-width: 100%;
}
.latest-article p {
    font-size: 14px;
    text-align: left;
    color: #626C72;
}
.latest-article {
    position: relative;
    padding: 10px 10px 30px 10px;
    background: #dfe5e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.latest-article:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 45%;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #dfe5e8 transparent;
    display: block;
    width: 0;
    z-index: 1;
}
/* ==========================================================================
   Twitter Feed styles
   ========================================================================== */
#twitter {
    background: #dfe5e8;
    padding-top: 120px;
    padding-bottom: 120px;
}
ul#twitter_update_list {
    list-style: none;
    margin-left: 0px;
    margin-top: 20px;
}
ul#twitter_update_list li {
    display: none; /* Prevents the entire feed list from showing momentarily on page load */
}
.twitter-feed span {
    color: #7f8d95;
    display: block;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
}
.twitter-feed span a {
    color: #4f585f;
    font-weight: 600;
    text-decoration: none;
}
.twitter-feed span a:hover{
    color: #4f585f;
    text-decoration: none;
}
.twitter-feed a {
    color: #626C72;
    text-decoration: none;
}
.twitter-feed a:hover {
    color: #626C72;
    text-decoration: none;
}
/* ==========================================================================
   Bottom and Footer styles
   ========================================================================== */
#bottom {
    background: #8A9D87;
    padding-top: 60px;
    padding-bottom: 60px;
}
#bottom p a {
    color: #00514A;
}
#bottom p a:hover {
    color: #fff;
    text-decoration: none;
}
#bottom hr {
    border: 0;
    height: 0;
    border-top: 1px solid #00514A;
    border-bottom: 1px solid #00514A;
}
ul.social-icons {
    list-style: none;
    margin-left: 0px;
}
ul.social-icons li {
    display: inline;
    margin-right: 25px;
    line-height: 50px;
}
ul.social-icons li a {
    color: #ff755a;
    text-decoration: none;
}
ul.social-icons li a:hover {
    color: #ffffff;
    bottom: 12px;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
#footer {
    background: #26292B;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer p {
    color: #626C72;
    font-size: 11px;
}
#footer p a {
    color: #626C72;
    font-weight: bold;
    text-decoration: none;
}
/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar .nav > li > a {
        padding: 2px 16px;
        margin-top: 20px;
    }
    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #ffffff;
    }
    body .carousel-caption h1 {
        font-size: 34px !important;
        line-height: 38px;
    }
    .container .carousel-caption {
        max-width: 100%;
        text-align: center;
    }
    .container .carousel .item {
        height: 460px;
    }
    h2, body #fe_PreviewContent h2 {
        font-size: 30px !important;
        line-height: 36px;
    }
    h3 {
        font-size: 25px !important;
        line-height: 25px;
    }
    #content1, #content2, #page-title, #message, #testimonials, #twitter, #latest-work, #services, #latest-news, #bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #services .row, #latest-work .row, #testimonial .row {
        margin: 0;
    }
    body #latest-news .margin-40 h3, body .margin-40 h3 {margin-right: 0;}
    #latest-work, #latest-news {padding-right: 0;}
    .date-container {
        width: 46px;
        font-size: 16px;
    }
    .day {
        font-size: 29px;
        line-height: 26px;
    }
    .service-icons {
        padding-top: 0px;
        margin-bottom: 40px;
    }
    /*sub-page styles*/
    form p {
        width: auto !important;
        padding-left: 0 !important;
    }
    form label{float: none !important;}
    form p label {
        margin: 0 0 10px 0 !important;
        float: none !important;
    }
    #checkout .left {
        width: auto !important;
        padding: 0;
        float: left;
    }
    #checkout .right {
        padding: 0;
        float: left;
        clear: both;
    }
    textarea[name="code"]{width: 95% !important;}
}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .carousel .item {
        height: 460px;
    }
    body .container {
        margin-left: 10px;
        margin-right: 10px;
    }
    #services .row, #latest-work .row, #testimonial .row {
        margin: 0;
    }
    #latest-work, #latest-news {padding-right: 0;}
    .container {
        margin-left: 10px;
        margin-right: 10px;
    }
    body .margin-40 h3,body #latest-news .margin-40 h3 {
        margin-right: 0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar .nav > li > a {
        padding: 2px 16px;
        margin-top: 20px;
    }
    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #ffffff;
    }
    body h1 {
        font-size: 40px;
        line-height: 38px;
    }
    .container .carousel-caption {
        max-width: 100%;
        text-align: center;
    }
    .carousel .item {
        height: 460px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h3 {
        font-size: 25px;
        line-height: 25px;
    }
    p.lead {
        font-size: 18px;
    }
    #content1, #content2, #page-title, #message, #testimonials, #twitter, #latest-work, #services, #latest-news, #bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .date-container {
        width: 46px;
        font-size: 16px;
    }
    .day {
        font-size: 29px;
        line-height: 26px;
    }
    .service-icons {
        padding-top: 0px;
        margin-bottom: 40px;
    }
    /*sub-page styles*/

    form p label {
        margin: 0 0 10px 0 !important;
    }
    #checkout .left {
        width: auto !important;
        padding: 0;
        float: left;
    }
    .navbar .nav>li {
        width: 100%;
    }
    #checkout .right {
        padding: 0;
        float: left;
        clear: both;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    #shop div.message p {
        left: 0;
    }
    .navbar .nav>li {
        width: 100%;
    }
    .navbar .nav > li > a {
        padding: 2px 16px;
        margin-top: 20px;
    }
    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #ffffff;
    }
    #content1, #content2, #page-title, #message, #testimonials, #twitter, #latest-work, #services, #latest-news, #bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /*sub-page styles*/
    form p {
        width: 100% !important;
        padding-left: 0 !important;
    }
    form p label {
        margin: 0 0 10px 0 !important;
    }
    #checkout .left {
        width: auto !important;
        padding: 0;
        float: left;
    }
    #checkout .right {
        padding: 0;
        float: left;
        clear: both;
    }
}
/* Desktops and laptops ----------- */
@media (min-width: 980px) and (max-width: 1699px) {
}
/* Large screens ----------- */
@media (min-width: 1700px) and (max-width: 2200px) {
}
@media (max-width: 1169px){
    body{padding-top: 0;}
    body .navbar-fixed-top,body .navbar-fixed-bottom {
        position: static;
        margin-bottom: 0;
    }
    /**/
    html body .container .navbar-collapse {
        padding-bottom: 10px;
        width: 100% !important;
        max-height: 100%;
    }
    .navbar .nav > li {
        width: 100%;
    }
    .container .navbar-collapse.collapse.in {
        display: block !important;
        clear: both;
        float: none;
    }
    body .navbar .nav {float: left !important;}
    .navbar .navbar-brand {padding: 8px 20px;margin-top: 2px;}
    /**/
    .container .navbar-collapse.collapse {display: none !important;}
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 5px;
    }
    body .navbar>.container .navbar-brand,body .navbar>.container-fluid .navbar-brand {margin-left: 0;}
    .navbar .container {
        padding: 5px;
        width: auto;
    }
    .btn.btn-navbar.btn-default {
        display: block;
    }
    .navbar-header .navbar-brand {
        margin: 0 0 0 -5px;
        padding: 10px 20px 10px;
        height: auto;
    }
    .navbar .container .row {
        margin: 0;
        margin-left: -15px;
    }
    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }
    .collapse.in {
        height: auto;
    }
    .nav-collapse {
        clear: both;
    }
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav>li>a{margin-bottom:2px;}
    .nav-collapse .nav>.divider-vertical{display:none;}
    .nav-collapse .nav .nav-header{color:#777777;text-shadow:none;}
    .nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
    .nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
    .nav-collapse .dropdown-menu li+li a{margin-bottom:2px;}
    .nav-collapse.in .btn-group{margin-top:5px;padding:0;}
    .nav-collapse .open>.dropdown-menu{display:block;}
    .nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none;}
    .nav-collapse .dropdown-menu .divider{display:none;}
    .nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none;}
    .navbar .nav > li > a {
        margin-top: 20px;
        padding: 3px 16px;
        display: inline-block;
    }
    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #FFFFFF;
    }
    .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
        display: none;
    }
    .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
        display: none;
    }
    .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
        display: none;
    }
    .nav-collapse .dropdown-menu {
        background-color: transparent;
        border: medium none;
        border-radius: 0 0 0 0;
        box-shadow: none;
        display: none;
        float: none;
        left: auto;
        margin: 0 15px;
        max-width: none;
        padding: 0;
        position: static;
        top: auto;
    }
    /*navigation styles*/
    .sf-menu ul {
        background-clip: padding-box !important;
        background-color: transparent !important;
        color: white !important;
        border: 0px solid rgba(0, 0, 0, 0.1) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        float: none !important;
        left: 0 !important;
        list-style: none outside none;
        margin: 1px 0 0 !important;
        min-width: 160px;
        padding: 12px;
        position: relative !important;
        top: 100%;
        z-index: 1000;
    }
    .sf-menu ul li a:hover, .sf-menu ul li a.active{color:rgba(49, 54, 58, 0.9) !important;}
}
/*new style*/
.social-media li{
    float: left;
    list-style-type: none;
}
#fe_PreviewContent h2{color:#626C72;font-size: 40px !important;}
#subnavigation, #subnavigation li > ul{
    margin: 0;
    padding: 0;
}
#subnavigation li a, #subnavigation li > ul li a{
    color: #FF755A;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 6px;
}
#subnavigation li > ul li a.active:hover, #subnavigation li a.active:hover{color: #FF755A;}
#subnavigation li a:hover, #subnavigation li > ul li a:hover{
    color: #31363A;
}
#subnavigation li{list-style-type: none;}
#subnavigation li.level-1 > a,
#subnavigation li ul {
    display: none;
}
#subnavigation li.level-1 > ul,
#subnavigation li.active > ul {
    display: block;
}
#subnavigation li.level-2 a{display: block;}
.sidebar-block.contact-us a{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:url('images/btn.jpg')no-repeat;
    color: #FFFFFF;
    float: left;
    padding-top: 12px;
    text-align: center;
    width: 250px;
    height: 42px;
    font-size: 14px;
    font-weight: 800;
}
input[type="text"], input[type="password"], input[type="number"], select, textarea {
    width: 300px;
    padding: 7px 12px 8px 12px;
    height: auto !important;
    margin: 0;
    color: #7D7D7D;
    border: 1px solid #DDD;
    background: white;
    outline: 0;
    display: inline-block;
}
form input[type="radio"], form input[type="checkbox"]{float: left;margin-right: 5px;}
input[type="submit"], input[type="reset"], input[type="button"]{
    background: #8A9D87 repeat scroll 0 0;
    border: none;
    font-weight: 800;
    border-radius: 2px;
    box-shadow: none;
    color: white;
    text-decoration: none;
    text-shadow: none;
    padding: 7px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    float: none !important;
    width: auto !important;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
    background: #495547 repeat scroll 0 0;
    color: white;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
.shop-box{margin: 0;padding: 0;}
.shop-box li{list-style-type: none;}
.shop-box li a, .shop-box li, .shop-box a{
    color: #FF755A;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 6px;
}
.shop-box li a:hover, .shop-box li, .shop-box a:hover{color: #31363A;}
input.input-block-level[type="text"]{width: 220px !important;}
#fe_PreviewContent a:hover{color: #FF755A;}
ul{
    margin: 0;
    list-style-type: none;
}
#subnavigation li.active > a.active, #subnavigation li.active > a.active:hover{color:#31363A;}
#subnavigation li.level-3{padding-left: 15px;}
#subnavigation li.level-4{padding-left: 20px;}
ul.horizontal-list li {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    background: url('images/divider.gif') no-repeat right 7px;
}
ul.horizontal-list li.last {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}
h2 span#fe_PreviewTitle{color: #626C72;}
#latest-work .thumbs img{max-width: 100%;}
.nav > li.level-1 > ul.cx-drop-down-open {
    display: block;
}
/*h3.submenu-title, .menu-break{display: none;}*/
#fe_PreviewContent h2, #fe_PreviewContent h3{padding: 18px 0 6px;}
/*Custom*/
.collapse.navbar-collapse {
    float: right;
    width: auto;
}
.carousel .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
}
.carousel .carousel-control.right {
    right: 15px;
}
.carousel-inner .container {
    padding-left: 0;
    padding-right: 0;
}
.margin-40 h3 {margin-right: -60px;}
#latest-news .margin-40 h3 {margin-right: -30px;}
.navbar-header {
    float: left;
}
body .container .navbar-collapse {
    border-top: 1px solid #00514A !important; /*#ff755a*/
    box-shadow: inset 0 1px 0 #00514A; /*#ff755a*/
    padding-left: 15px;
    padding-bottom: 0px;
    width: auto !important;
}
body .navbar-inverse .navbar-toggle:hover,body .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
body .navbar-fixed-top {
    border: 0;
}
body #page-title h2 {
    color: #626C72;
    word-wrap: break-word;
}
.page {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #a5b2b9;
}
.margin-20 input.form-control {
    width: 220px;
}
.page h2 {
    color: #626C72;
}
.page h2, .page h3 {
    padding: 18px 0 6px;
}
.page a:hover {
    color: #104974;
}
input[name="submitContactForm"] {
    margin-left: 250px;
}
div#right-login {
    width: 100%;
}
.login-bottom a {
    white-space: normal;
}
#newsletter form select {
    width: 300px;
}
select.form-control.label {
    color: #555;
    font-weight: normal;
}

/*******************************
**************Flipping Card Home
*******************************/

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 500px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 8px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
  text-align: center;
}

.flip-card-back {
  background-color: #00514A;
  color: white;
  padding: 10px;
  transform: rotateY(180deg);
}

.flip-card-back h2{
  font-size: 1.4vw;
  color: #fff;
}

.flip-card-back ul li {
    list-style: disc;
    margin-left: 30px;
    padding-right: 15px;
    line-height: 25px;
}

.mySlides {display:none;}

/************************************
Dynamic Slide
*************************************/

.accordion input{
  display: none;
}

.accordion .panel {
  margin: 0 auto;
  height: 0;
  overflow:hidden;
  background-color: white;
  line-height: 1.4;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}

.accordion input:checked~.panel {
  height: auto;
  color: #333;
  padding: 20px;
  transition: all 0.5s;
}
.accordion label {
  cursor: pointer;
  background-color: #A8B9A5;          /* Hellgrün */
  border-bottom: 2px solid #00514A;
  display: block;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  box-sizing: border-box;
  z-index: 100;
}

.accordion input:checked+label {
  background-color:  #00514A;            /* Dunkelblau */
}

/******************************************
Animated info card
*******************************************/

 h1 {
	font-size: 5.25vmin;
	color: #fff;
}
.text p {
	font-size: max(10pt, 2.5vmin);
	line-height: 1.4;
	color: #0e390e;
	margin-bottom: 1.5rem;
}

.wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 85vmin;
	height: 65vmin;
	margin: 2rem auto;
	border: 8px solid;
	border-image: linear-gradient(
			-50deg,
			#0CAEA0,
			#00514A,
			#05877C,
			#0CAEA0,
			#21E2D1,
			#A8B9A5,
			#0CAEA0
		)
		1;
	transition: 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
}
.overlay {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 1rem 0.75rem;
	background: #00514A;
	transition: 0.4s ease-in-out;
	z-index: 1;
}
.overlay-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 15vmin;
	height: 100%;
	padding: 0.5rem 0 0 0.5rem;
	border: 3px solid;
	border-image: linear-gradient(
			to bottom,
			#aea724 5%,
			forestgreen 35% 65%,
			#aea724 95%
		)
		0 0 0 100%;
	transition: 0.3s ease-in-out 0.2s;
	z-index: 1;
}
.image-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 60vmin;
	height: 100%;
	background-image: url("/themes/lava/images/home_flip1.png");
	background-size: cover;
	transition: 0.3s ease-in-out;
	/* border: 1px solid green; */
}
.image-content2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 60vmin;
	height: 100%;
	background-image: url("/themes/lava/images/home_flip2.png");
	background-size: cover;
	transition: 0.3s ease-in-out;
	/* border: 1px solid green; */
}

.inset {
	max-width: 50%;
	margin: 0.25em 1em 1em 0;
	border-radius: 0.25em;
	float: left;
}

.dots {
	position: absolute;
	bottom: 1rem;
	right: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 55px;
	height: 4vmin;
	transition: 0.3s ease-in-out 0.3s;
}
.dot {
	width: 14px;
	height: 14px;
	background: yellow;
	border: 1px solid indigo;
	border-radius: 50%;
	transition: 0.3s ease-in-out 0.3s;
}

.text {
	position: absolute;
	top: 0;
	right: 0;
	width: 60vmin;
	height: 100%;
	padding: 3vmin 4vmin;
	background: #fff;
	box-shadow: inset 1px 1px 15px 0 rgba(0 0 0 / 0.4);
	overflow-y: scroll;
}

.wrap:hover .overlay {
	transform: translateX(-60vmin);
}
.wrap:hover .image-content {
	width: 30vmin;
}
.wrap:hover .overlay-content {
	border: none;
	transition-delay: 0.2s;
	transform: translateX(60vmin);
}
.wrap:hover .dots {
	transform: translateX(1rem);
}
.wrap:hover .dots .dot {
	background: white;
}

/* Animations and timing delays */
.animate {
	animation-duration: 0.7s;
	animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
	animation-fill-mode: backwards;
}
/* Pop In */
.pop {
	animation-name: pop;
}
@keyframes pop {
	0% {
		opacity: 0;
		transform: scale(0.5, 0.5);
	}
	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

/* Slide In */
.slide {
	animation-name: slide;
}
@keyframes slide {
	0% {
		opacity: 0;
		transform: translate(4em, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

/* Slide Left */
.slide-left {
	animation-name: slide-left;
}
@keyframes slide-left {
	0% {
		opacity: 0;
		transform: translate(-40px, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.slide-up {
	animation-name: slide-up;
}
@keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(3em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.delay-1 {
	animation-delay: 0.3s;
}
.delay-2 {
	animation-delay: 0.6s;
}
.delay-3 {
	animation-delay: 0.9s;
}
.delay-4 {
	animation-delay: 1.2s;
}
.delay-5 {
	animation-delay: 1.5s;
}
.delay-6 {
	animation-delay: 1.8s;
}
.delay-7 {
	animation-delay: 2.1s;
}
.delay-8 {
	animation-delay: 2.4s;
}

/* Kartenansicht Sicherheitsberater */
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(231,255,252,0.2);
}

.container {
  padding: 2px 16px;
}
p.cards {
    color: #fff ;
    font-size: 14px;
}
.cards a{
    color: #fff;
}

/********************************/
/*****Logo Slider Securitax******/
/********************************/

$animationSpeed: 40s;

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin-top: 0px;
  background-color: whitesmoke;
  padding: 8em 2em;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}


/****************************
/*****Angebots boxen Lanz
/***************************/
.angebots-box {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
}
.angebots-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}
.angebots-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #00514A ;
}
.price-table {
  margin: 15px auto;
  font-size: 14px;
  width: 100%;
}
.price-table td {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.btn-main-small {
  background: #00514A ;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}
.btn-main-small:hover {
  background: #7a8b79;
}

/*************************************
/******Refenz Slide
/**************************************/
#referenz-slide {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.slideline {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.subline {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.reflead {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  padding: 20px;
  background: #fff;
  border-left: 4px solid #8A9D87;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.testimonial-slider .mySlides {
  display: none;
}
.testimonial-slider .mySlides:first-child {
  display: block;
}
/*********************************
/***** Theo Referenzen Home
/*********************************/
.theoreferenz-slider-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.theoreferenz-slider {
  position: relative;
  overflow: hidden;
  height: auto;
}

.theoreferenz-slide {
  display: none;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  text-align: center;
}

.theoreferenz-slide h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #00514A;
}

.theoreferenz-slide p {
  font-size: 1.1em;
  line-height: 1.5;
}

input[type="radio"] {
  display: none;
}

/* Slide anzeigen */
#slide1:checked ~ .theoreferenz-slider .slide1,
#slide2:checked ~ .theoreferenz-slider .slide2,
#slide3:checked ~ .theoreferenz-slider .slide3,
#slide4:checked ~ .theoreferenz-slider .slide4,
#slide5:checked ~ .theoreferenz-slider .slide5,
#slide6:checked ~ .theoreferenz-slider .slide6,
#slide7:checked ~ .theoreferenz-slider .slide7,
#slide8:checked ~ .theoreferenz-slider .slide8 {
  display: block;
}

/* Navigation */
.theoreferenz-navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.theoreferenz-navigation label {
  display: block;
  width: 14px;
  height: 14px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

#slide1:checked ~ .theoreferenz-navigation label[for="slide1"],
#slide2:checked ~ .theoreferenz-navigation label[for="slide2"],
#slide3:checked ~ .theoreferenz-navigation label[for="slide3"],
#slide4:checked ~ .theoreferenz-navigation label[for="slide4"],
#slide5:checked ~ .theoreferenz-navigation label[for="slide5"],
#slide6:checked ~ .theoreferenz-navigation label[for="slide6"],
#slide7:checked ~ .theoreferenz-navigation label[for="slide7"],
#slide8:checked ~ .theoreferenz-navigation label[for="slide8"] {
  background: #00514A;
}
