.navbar-nav > li > .dropdown-menu {
    margin-top: -40px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse-transition .navbar-nav > .active > a, .navbar-inverse-transition .navbar-nav > .active > a:hover, .navbar-inverse-transition .navbar-nav > .active > a:focus, .navbar-inverse-transition.navbar-transition .navbar-nav > .active > a, .navbar-inverse-transition.navbar-transition .navbar-nav > .active > a:hover, .navbar-inverse-transition.navbar-transition .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-main > li > a .bar {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #c4d600;
    opacity: 0;
    -webkit-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    -o-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 10px;
}

.scroll-top {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    background-color: rgba(0,0,0,0.7);
    border: 1px solid #fff;
    color: #fff;
    bottom: 40px;
    right: 40px;
    position: fixed;
    opacity: 0;
    width: 3em;
    height: 3em;
}

.footer-section-meta .language-menu .active a {
    font-weight: bold;
    color: #fff;
}
.footer-section-meta a:hover, .footer-section-meta a:focus {
    color: #fff;
}
.footer-section a:hover, .footer-section a:focus {
    color: #fff;
    text-decoration: underline;
}
.footer-section-meta a {
    color: #fff;
}
.footer-section a {
    color: #fff;
}
a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}


.frame {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Show in default resolution screen*/
#container2 {
width: 730px;
position: relative;
margin:0 auto;
###horizont-align: middle;
border: 0px solid red;
}

/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */    
@media only screen and (max-width: 667px){
    #container2 { width: 100%; }
}

/* Show in default resolution screen*/
#container3 {
width: 900px;
position: relative;
margin:0 auto;
border: 0px solid red;
}

/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */    
@media only screen and (max-width: 667px){
    #container3 { width: 100%; }
}

#consulting {
width: 230px;
position: relative;
margin:0 auto;

}

@media only screen and (max-width: 667px){
    #consulting { width: 100%; }
}

#iconcontainer {
position: relative;
margin:10px auto;
horizont-align: center;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
border: 0px solid red;
}

#iconcontainer img {
margin-top: -10px;
margin-left: 30px;
border: 0px solid red;
}

#iconcontainer  h5, .h5 {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border: 0px solid red;
  font-weight: bold;
}


h1, .h1 {
  font-family: 'Raleway', sans-serif;
    font-size: 30px;
  font-weight: 900;
    text-transform: uppercase;
  color: #000;
}

h1 .h1color {
font-size: 30px;
  font-weight: 900;
    text-transform: uppercase;
  color: #c4d600;
}

h5, .h5 {
  font-size: 3.75em;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

h2, .h2 {
    font-size: 3.75em;
  font-weight: 900;
    text-transform: uppercase;
  color: #000;
}

h3, .h3 {
    font-size: 1.875em;
  font-weight: 900;
    text-transform: uppercase;
  color: #000;
}





//ANI
@-webkit-keyframes typing {
    from { width: 0 }
    to { width:16.3em }
}

@-moz-keyframes typing {
    from { width: 0 }
    to { width:16.3em }
}

@-webkit-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #c4d600; }
}

@-moz-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #c4d600; }
}

h4 { 
    font-size:5.3em;
    color: #c4d600;
    width:20.3em;
    white-space:nowrap;
    overflow:hidden;
    border-right: .1em solid white;
    
    -webkit-animation: typing 5s steps(30, end), /* # of steps = # of characters */
                        blink-caret 1s step-end infinite;
    -moz-animation: typing 5s steps(30, end), /* # of steps = # of characters */
                        blink-caret 1s step-end infinite;
}

//ANI END


//body {
//border-top: 5px solid #C8C800;
//border-bottom: 5px solid #C8C800;
//}

html {
    background-color: #BED600;
}
  
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #000;
}

.breadcrumb-section {
    background-color: #f5f5f;
    border-bottom: 0px solid #eeeeee;
    margin-bottom: 24px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #c4d600;
    text-decoration: underline;
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background: #c4d600;
    color: #000;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #c4d600;
    color: #000;
}

.body-bg {
    background-color: #c4d600;
    overflow: hidden;
}

.image > img, .image a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

p {
    margin: 0px 0px 0px;
}

.footer-section {
    border-top: 0px solid #3C3C3C;
    color: #000;
    margin-top: 48px;
    padding: 24px 0px 36px;
    background: none repeat scroll 0% 0% #c4d600;
}

.footer-section a {
    color: #000;
}

.meta-section {
    color: #000;
    border-top: 0px solid #2B2B2B;
    background-color: #c4d600;
    padding: 12px 0px;
}

.navbar-default {
    background-color: #c4d600;
    border-color: #c4d600;
}

###.navbar-main  { 
    margin-top: 80px;
}

###.navbar-main2 > li > a { 
    ##margin-top: 80px;
    line-height: 30px;
    padding: 0px 15px;
  border: 0px solid red;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #A3B42D;
}

###.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

###.navbar-main > li > a {
  line-height: 30px;
  padding: 0px 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border: 0px solid green;
}

.navbar-main > li > a .bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: none repeat scroll 0% 0% #c4d600;
    opacity: 0;
    transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid #000000;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000;
    background-color: #c4d600;
}



.white-popup-block {
    background: #FFF none repeat scroll 0% 0%;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    color: rgb(0, 0, 0);
}

.white-popup-block  h1, .h1 {
  color: #000;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
  transition: opacity 0.15s ease-in-out 0s;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #EEE;
  color: #000;
  font-weight: bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
  font-weight: bold;
    background-color: transparent;
}

.mfp-content hr {
margin-top: 24px;
margin-bottom: 24px;
border-width: 1px 0px 0px;
border-style: solid none none;
border-color: #000 -moz-use-text-color -moz-use-text-color;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
}


/* make keyframes that tell the start state and the end state of our object */
@-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;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@(min-width: 1200px)
.section {
    padding-top: 0em;
    padding-bottom: 0em;
}

.frame {
    padding-top: 0em;
    padding-bottom: 0em;
}

@(min-width: 992px)
.section {
    padding-top: 0em;
    padding-bottom: 0em;
}

.frame {
    padding-top: 0em;
    padding-bottom: 0em;
}

@(min-width: 768px)
.section {
    padding-top: 0em;
    padding-bottom: 0em;
}

.frame {
    padding-top: 0em;
    padding-bottom: 0em;
}

.section-light {
    color: #333333;
    background-color: #000;
}

.section {
    padding-top: 2em;
    padding-bottom: 2em;
}

.section-primary {
    color: #000;
    background-color: #c4d600;
}
