/*!
 * Start Bootstrap - HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 23px;
    margin-top: 50px;
}
a {
    color: #000000;
    text-decoration: none
}
a:focus, a:hover {
    color: #006600;
    text-decoration: none
}
.h1, h1 {
    font-size: 34px;
    font-weight: 200;
    color:#006600;
}
.h2, h2{
    font-size: 34px;
    font-weight: 200;
}
.h3, h3 {
    font-size: 26px;
    font-weight: 200;
    color:#000000;
    margin-top: 0px;
    line-height: 1.2;
}
.h4, h4 {
    font-size: 23px;
    font-weight: 600;
    color:#000000;
}
@media (max-width:480px) { 
.h1, h1 {
    font-size: 34px;}

.h3, h3  {   
    margin-top: 20px;
}
p {
    font-size: 14px;
}
#data li {
    font-size: 14px;
}
.h4, h4  {   
    font-size: 14px;
}

ul.text{
    font-size: 14px;
}

}
@media (min-width:481px) { 
    ul.text{
    font-size: 20px;
}.h1, h1 {
    font-size: 48px;
}
.h2, h2{
    font-size: 48px;
}
p {
    font-size: 20px;
}
#data li {
    font-size: 20px;
}
.h4, h4  {   
    font-size: 20px;
}
}



@media (min-width:767px) { 

.h1, h1 {
    font-size: 58px;}

.h2, h2  {   
    font-size: 58px;
}
.h3, h3 {
    font-size: 34px;
    }
    ul.text{
    font-size: 23px;
}
p {
    font-size: 23px;
}
#data li {
    font-size: 23px;
}
}
.h4, h4  {   
    font-size: 23px;
}
}
.abstand {
    padding-top: 8px;
}

@media (min-width:1200px) { 
.unten{
      margin-top: 60px;
position: relative;}
}
/*--------------------------------------------------
    [1. Header - Topbar]
----------------------------------------------------*/

/*Top Bar (login, search etc.)
------------------------------------*/
.header .topbar {
    z-index: 12;
    padding: 7px 30px;
    position: relative;
    font-size: 12px;
}

@media (max-width: 991px) {
    .header .topbar {
       margin-bottom: 15px;
        padding: 7px 0px 9px 0px;
    }
}

.header .topbar ul.loginbar {
    margin: 0;
    padding-left: 0px;
}

.header .topbar ul.loginbar > li {
    display: inline;
    list-style: none;
    position: relative;
    padding-bottom: 15px;
    padding-left: 5px;
}

.header .topbar ul.loginbar > li > a {
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
}

.header .topbar ul.loginbar > li > a:hover {
    color: #006600;
}
.header .topbar ul.loginbar > li.active > a {
    color: #006600;
}

.header .topbar ul.loginbar li i.fa { 
    color: #000000;
}

.header .topbar ul.loginbar li.topbar-devider { 
    top: -1px;
    padding: 0;
    font-size: 8px;
    position: relative;
    margin: 0 5px 0 1px;
    font-family: Tahoma;
    border-right: solid 1px #000000;
}

/*languages*/
.header .topbar ul.languages {
    top: 25px;
    left: -5px;
    display: none;
    padding: 4px 0;
    padding-left: 0; 
    list-style: none;
    min-width: 100px;
    position: absolute;
    background: #f0f0f0;
}

.header .topbar li:hover ul.languages {
    display: block;
}

.header .topbar ul.languages:after {
    top: -4px;
    width: 0; 
    height: 0;
    left: 8px;
    content: " "; 
    display: block; 
    position: absolute;
    border-bottom: 6px solid #f0f0f0;   
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.header .topbar ul.languages li a {
    color: #555;
    display: block;
    font-size: 10px;
    padding: 2px 12px;
    margin-bottom: 1px;
    text-transform: uppercase; 
}

.header .topbar ul.languages li.active a i {
    color: #999;
    float: right;
    margin-top: 2px;
}

.header .topbar ul.languages li a:hover, 
.header .topbar ul.languages li.active a {
    background: #fafafa;
}

.header .topbar ul.languages li a:hover {
    text-decoration: none; 
}

/*No Topbar*/
.header.no-topbar .navbar-toggle {
    margin-top: 25px;
}

/*--------------------------------------------------
    [2. Header - Navbar]
----------------------------------------------------*/
/*Navbar*/
.header {
    z-index: 999;
    background: #fff;
    position: fixed;
    border-bottom: solid 0px #eee;
    background-image: url(../img/headerhg.png);
    background-position: center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
     width: 100%;
     top: 0px;
}

.header-start{
    z-index: 99;
    background: #fff;
    position: relative;
    border-bottom: solid 0px #eee;
    background-image: none;
    background-color: #006600;
}

/*Header Container*/
.header > .container {
    display: table;
    margin-bottom: -40px;
}

@media (max-width: 768px) {
    .header > .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header > .container {
        margin-bottom: 0;
    }
}

/*Logo*/
.header .logo {
    height: 100%;
    min-width: 100px;
    display: table-cell;
    vertical-align: top;
}

.header .logo img {
    z-index: 1;
    margin: 0 0 8px;
    position: relative;
}

/*Big Logo Style*/
@media (max-width: 1300px) {
    .header .logo img {
        width: 150px;
        height: auto;
    }
}
@media (max-width: 900px) {
    .header .logo img {
        width: 140px;
        height: auto;
        margin-top: 0px;
    }
}

/*Navbar Toggle*/
.header .navbar-toggle {
    border-color: #006600;
}
.dropdown-menu,
.navbar-toggle {
   border-radius: 0; 
   font-size: 20px; 
}

@media (max-width: 991px) {
    .header .navbar-toggle {
        margin-right: 0px;
    }
}

.header .navbar-toggle .fa {
    color: #000;
    font-size: 27px;
}
.header .navbar-toggle .fa:hover {
    color: #fff;
    font-size: 27px;
}

.header .navbar-toggle,
.header .navbar-toggle:hover, 
.header .navbar-toggle:focus {
    background: transparent;
    padding: 0px 0px 0px;
    border: none;
}

.header .navbar-toggle:hover {
    background: transparent; 
}

/*Navbar Collapse*/
.header .navbar-collapse {
    position: relative;
}

/*Navbar Collapse*/
@media (max-width: 991px) {
    .header .navbar-collapse,
    .header .navbar-collapse .container {
        padding-left: 0;
        padding-right: 5px;
        padding-bottom: 15px;
    }
}

/*Navbar Menu*/
.header .navbar-nav > li > a {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.header .navbar-nav > .active > a {
    color: #006600;
}

@media (min-width: 992px) {
    .header .navbar-nav {
        float: right;
    }   
}

/*--------------------------------------------------
    [3. Header - Responsive Navbar Style]
----------------------------------------------------*/
/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .header .navbar-header {
        float: none;
    }
    
    .header .navbar-toggle {
        display: block;
    }
    
    .header .navbar-collapse.collapse {
        display: none !important;
    }
    
    .header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    .header .navbar-nav {
        margin: 0 0 5px 5%;
        float: none !important;
    }

    .header .navbar-nav > li {
        float: none;
    }
    
    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /*Pull Right*/
    .header .dropdown-menu.pull-right {
        float: none !important;
    }

    /*Dropdown Menu Slide Down Effect*/
    .header .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

    .header .navbar-nav .open > a,
    .header .navbar-nav .open > a:hover,
    .header .navbar-nav .open > a:focus {
        border-bottom-color: #000000;
    }

    .header .navbar-nav .open .dropdown-menu > li > a,
    .header .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    
    .header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    
    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .header .navbar-nav .open .dropdown-menu > li > a {
        color: #000000;
        font-weight: 400;
    }

    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #006600;
         background: transparent;
    }
    
    .header .navbar-nav .open .dropdown-menu > .active > a,
    .header .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #006600;
        background: transparent;
    }
    
    .header .navbar-nav .open .dropdown-menu > .disabled > a,
    .header .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .header .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }   

    /*Design for max-width: 991px*/
    .header .navbar-nav > li > a {
        font-size: 20px;
        font-weight: 400;
        padding: 9px 15px;
    }

    .header .navbar-nav > li a {
        border-bottom: solid 1px #000000;
    }   

    .header .navbar-nav > li > a:focus {
        background:  transparent;
    }

    .header .navbar-nav > li > a:hover {
        color: #006600;
        background: transparent;
    }

    .header .navbar-nav > .active > a,
    .header .navbar-nav > .active > a:hover,
    .header .navbar-nav > .active > a:focus {
        background: transparent;
        color: #006600 !important; 
    }

    .header .dropdown .dropdown-submenu > a { 
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/
    .header .navbar-collapse {
        padding: 0;
    }

    /*Navbar*/
    .header .container > .navbar-header, 
    .header .container-fluid > .navbar-header, 
    .header .container > .navbar-collapse, 
    .header .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header .navbar-nav {
        position: relative;
    }

    .header .navbar-nav > li > a {
        bottom: -2px;
        position: relative;
        padding: 9px 25px 9px 5px;
    }

    .header .navbar-nav > li > a,
    .header .navbar-nav > li > a:focus {    
        border-bottom: solid 2px transparent;
    }

    .header .navbar-nav > li > a:hover,
    .header .navbar-nav > .active > a {
        bottom: -2px;
        position: relative;
    }
    
    .header .navbar-nav > li > a, 
    .header .navbar-nav > .active > a {
        background:  none;
    }

    .header .navbar-nav > li > a:hover,
    .header .navbar-nav > li > a:focus,  
    .header .navbar-nav > .active > a:hover, 
    .header .navbar-nav > .active > a:focus {
        background:  rgba(255, 255, 255, 0.80);
    }

    .header .navbar-nav > .open > a,
    .header .navbar-nav > .open > a:hover,
    .header .navbar-nav > .open > a:focus {
        color: #006600;
    }

    .header .navbar-nav > li:hover > a {
        color: #006600;
    }

    /*Dropdown Menu*/
    .header .dropdown-menu { 
        padding: 0;
        border: none;
        min-width: 180px;
        border-radius: 0; 
        z-index: 9999 !important;
        border-top: solid 1px #000000; 
        border-bottom: solid 0px #000000; 
    }

    .header .dropdown-menu li a { 
        color: #000000; 
        font-size: 20px; 
        font-weight: 400; 
        padding: 6px 15px; 
        border-bottom: solid 1px #000000;
    }

    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #006600;
        filter: none !important;
        background: rgba(255, 255, 255, 0.80)!important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .header .dropdown-menu li > a:focus {
        background: none;
        filter: none !important;
    }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }   

    .header .open > .dropdown-menu {
        display: none;
    }

    /*Search*/
    .header .navbar-nav .search-open {
        width: 330px;
    }
}

/*--------------------------------------------------
    [4. Header - Submenu]
----------------------------------------------------*/

/*Dropdown Submenu for BS3
------------------------------------*/
.header .dropdown-submenu { 
   position: relative; 
}

.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }
}

.header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f0d7";
}

.header .dropdown-submenu > .dropdown-menu { 
    top: 3px; 
    left: 100%; 
    margin-top: -5px; 
    margin-left: 0px; 
}

/*Submenu comes from LEFT side*/
.header .dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%;
}

.header .dropdown-submenu:hover > .dropdown-menu {  
    display: block;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > .dropdown-menu {  
        display: block;
        margin-left: 15px;
    }
}

.header .dropdown-submenu.pull-left {
    float: none;
}

.header .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/*Dropdow Mmenu Icons (Font Awesome)*/
.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}


/*--------------------------------------------------
    [5. Header - Search]
----------------------------------------------------*/

/*Search Box
------------------------------------*/
.header .nav > li > .search {
    color: #aaa;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    background: #f7f7f7;
    padding: 11px 0 12px;
    display: inline-block;
    border-bottom: solid 2px #aaa;
}

@media (min-width: 992px) {
    .header .nav > li > .search {
        bottom: -2px;
        position: relative;
    }
}

.header .nav > li > .search:hover {
    color: #72c02c;
    background: #f7f7f7;
    border-bottom-color: #72c02c;
}

.header .nav .search-open {
    right: 0; 
    top: 40px; 
    display: none;
    padding: 14px; 
    position: absolute;
    background: #fcfcfc; 
    border-top: solid 2px #eee;
    box-shadow: 0 1px 3px #ddd; 
}

.header .nav .search-open form {
    margin: 0;  
}

@media (min-width: 767px) and (max-width: 991px) {
    .header .navbar-toggle {
        margin-right: 0px;
    }

    .header .nav .search-open {
        width: 93%;
    }
}

@media (max-width: 991px) {
    .header .nav > li > .search {
        color: #999;
        width: 35px;
        height: 34px;
        text-align: left;
        background: #eee;
        line-height: 12px;
        text-align: center;
        margin: 5px 10px 0;
        border-bottom: none;
    }

    .header .nav > li > .search:hover {
        background: #5fb611;
        color: #fff !important;
    }

    .header .nav .search-open {
        top: 5px;
        padding: 0;
        left: 48px;
        border-top: none;
        box-shadow: none;
        background: none; 
        margin-right: 10px;
    }
}


/*--------------------------------------------------
    [6. Header - Mega Menu]
----------------------------------------------------*/

/*Mega Menu
------------------------------------*/
.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
    position: static;
}

.header .mega-menu .navbar-inner,
.header .mega-menu .container {
    position: relative;
}

.header .mega-menu .dropdown-menu {
    left: auto;
}

.header .mega-menu .dropdown-menu > li {
    display: block;
}

.header .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.header .mega-menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.header .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 4px 15px;
}

.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.header .mega-menu .mega-menu-content:after {
    clear: both;
}

.header .mega-menu .nav > li > .dropdown-menu:after,
.header .mega-menu .nav > li > .dropdown-menu:before {
    display: none;
}

.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    /*Mega Menu for Two Columns*/
    .header .mega-menu .mega-menu-content.content-two-col {
        min-width: 596px;
    }

    /*Mega Menu for Three Columns*/
    .header .mega-menu .mega-menu-content.content-three-col {
        min-width: 864px;
    }
}

/*Mega Menu Dropdown OPENS from LEFT Side*/
.header .mega-menu .dropdown.mega-menu-left .dropdown-menu {
    left: auto;
    overflow: hidden;
}

/*Mega Menu Dropdown OPENS from RIGHT Side*/
.header .mega-menu .dropdown.mega-menu-right .dropdown-menu,
.header .mega-menu .dropdown.mega-menu-two-col-right .dropdown-menu {
    right: 0;
    overflow: hidden;
}

/*Equal Height Lists*/
@media (min-width: 992px) {
    .header .mega-menu .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header .mega-menu .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*Mega Menu Style Effect*/
.header .mega-menu .equal-height-list h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}

/*Space for only Big Resolution*/
@media (min-width: 992px) {
    .header .mega-menu .big-screen-space {
        margin-bottom: 20px;
    }
}

/*Mega Menu Content*/
@media (min-width: 992px) {
    .header .mega-menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee;
    }

    .header .mega-menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header .mega-menu .equal-height-list {
        width: 100%;
    }

    .header .mega-menu .equal-height-list li a {
        display: block;
        margin-bottom: 1px;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header .mega-menu .equal-height-list a:hover {
        text-decoration: none;
    }
    
    /*Dropdown Arrow Icons*/
    .header .mega-menu .mega-menu-content li a {
        padding: 5px 10px 5px 30px;
    }

    .header .mega-menu .mega-menu-content li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    /*Dropdown Arrow Icons Disable class*/
    .header .mega-menu .disable-icons li a {
        padding: 5px 10px 5px 15px;
    }

    .header .mega-menu .disable-icons li a:after {
        display: none;
    }
}

/*Equal Hight List Style*/
@media (max-width: 991px) {
    /*Equal Height List Style*/
    .header .mega-menu .equal-height-list h3 { 
        color: #555;
        margin: 0 0 5px;
        font-size: 13px; 
        font-weight: 400; 
        padding: 6px 25px 5px; 
        border-bottom: solid 1px #eee;
    }

    .header .mega-menu .equal-height-list li a {
        color: #687074;
        display: block;
        font-size: 13px; 
        font-weight: 400; 
        margin-left: 15px;
        padding: 6px 25px; 
        border-bottom: solid 1px #eee;
    }

    .header .mega-menu .equal-height-list > h3.active,
    .header .mega-menu .equal-height-list > .active > a,
    .header .mega-menu .equal-height-list > .active > a:hover,
    .header .mega-menu .equal-height-list > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header .mega-menu .equal-height-list li a:hover {
        color: #333;
        text-decoration: none;
    }
}


/*--------------------------------------------------
    [7. Header - Dark Option]
----------------------------------------------------*/

/*Header*/
.header.header-dark {
    background: #2d2d2d;
    border-bottom-color: #555;
}

/*Topbar*/
.header.header-dark .topbar ul.languages {
    background: #444;
}

.header.header-dark .topbar ul.loginbar li.topbar-devider {
    border-right-color: #666;
}

.header.header-dark .topbar ul.languages li a {
    color: #bbb;
}

.header.header-dark .topbar ul.languages:after {
    border-bottom-color: #444;
}

.header.header-dark .topbar ul.languages li a:hover,
.header.header-dark .topbar ul.languages li.active a {
    color: #bbb;
    background: #555;
}

/*Navbar Nav*/
.header.header-dark .navbar-nav > li > a {
    color: #ddd;
}

.header.header-dark .navbar-nav > .open > a,
.header.header-dark .navbar-nav > .open > a:hover,
.header.header-dark .navbar-nav > .open > a:focus {
    background: inherit;
}

@media (max-width: 991px) {
    .header.header-dark .navbar-nav > li a {
        border-bottom-color: #666;
    }

    .header.header-dark .navbar-nav .dropdown > a:hover {
        color: #72c02c;
        background: inherit;
    }

    .header.header-dark .navbar-nav .open > a,
    .header.header-dark .navbar-nav .open > a:hover,
    .header.header-dark .navbar-nav .open > a:focus {
        border-bottom-color: #666;
    }

    .header.header-dark .navbar-nav .open .dropdown-menu > li > a {
        color: #bbb;
    }

    .header.header-dark .navbar-nav .open .dropdown-menu > li > a:hover,
    .header.header-dark .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff !important;
    }

    .header.header-dark .navbar-nav .open .dropdown-menu > .active > a,
    .header.header-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header.header-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #bbb;
        background: #444;
    }

    .header.header-dark .dropdown .dropdown-submenu > a {
        color: #bbb !important;
    }
}

@media (min-width: 992px) {
    .header.header-dark .navbar-nav > li > a:hover,
    .header.header-dark .navbar-nav > .active > a {
        color: #72c02c !important;
    }

    .header.header-dark .dropdown-menu {
        background: #2d2d2d;
    }

    .header.header-dark .dropdown-menu li > a {
        color: #bbb;
        border-bottom-color: #666;
    }

    .header.header-dark .dropdown-menu .active > a,
    .header.header-dark .dropdown-menu li > a:hover {
        background: #202020 !important;
    }
}

/*Search*/
.header.header-dark  .nav > li > .search {
    background: #444;
}

.header.header-dark  .search-open {
    background: #2d2d2d;
    border-top-color: #555;
    box-shadow: 0 1px 3px #888;
}

.header.header-dark .input-group .form-control {
    color: #bbb;
    background: #555;
    border-color: #999;
    box-shadow: 0 0 2px #555;
}

/*Mega Menu*/
.header.header-dark .mega-menu .equal-height-list h3 {
    color: #eee;
}

@media (max-width: 991px) {
    .header.header-dark .mega-menu .equal-height-list li a {
        color: #bbb;
        border-bottom-color: #666;
    }

    .header.header-dark .mega-menu .equal-height-list li a:focus,
    .header.header-dark .mega-menu .equal-height-list li a:hover {
        color: #fff;
    }

    .header.header-dark .mega-menu .equal-height-list h3 {
        border-bottom-color: #666;
    }
}

@media (min-width: 992px) {
    .header.header-dark .mega-menu .equal-height-in {
        border-left-color: #666;
    }
}


/*--------------------------------------------------
    [8. Header - Fixed]
----------------------------------------------------*/

/*Header*/
.header-fixed .header {
    height: auto;
}

.header-fixed .header.header-sticky {
    margin-top: 0;
    transition: all 0.2s ease-in-out;
}

.header-fixed .header.header-fixed-shrink {
    top: 0;
    left: 0;
    width: 100%;
    /*height: 95px;*/
    z-index: 999;
    position: fixed;
    margin-top: -35px;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    background: rgba(255,255,255, 0.96);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    /*Header*/
    .header-fixed .header,
    .header-fixed .header.header-fixed-shrink {
        height: inherit;
        position: relative;
    }
}

@media (min-width: 992px) {
    /*Container*/
    .header-fixed .header.header-fixed-shrink > .container {
        margin-bottom: -46px;
    }

    /*Logo*/
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width: 105px;
        margin: 45px 0 -4px;
    }

    /*Navbar Nav*/
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a:hover,
    .header-fixed .header.header-fixed-shrink .navbar-nav > .active > a {
        border-bottom: none;
    }

    /*Dropdown*/
    .header-fixed .header.header-fixed-shrink .dropdown > a:after {
        top: 20px;
    }

    /*Search*/
    .header-fixed .header.header-fixed-shrink .nav > li > .search {
        color: #777;
        padding: 20px 0 22px;
        background: inherit;
        border-bottom: none;
    }

    .header-fixed .header.header-fixed-shrink .nav .search-open {
        top: 60px;
    }
}


/*--------------------------------------------------
    [9. Header - Fixed Boxed]
----------------------------------------------------*/

.boxed-layout.header-fixed .header.header-sticky {
    left: inherit;
    width: inherit;
}

.navbar{
    font-weight: 300;
}
.navbar-right{
font-size: 14px;
}
.navbar-inverse{
    background-color: transparent;
    border:none;
    background-image: url(../img/headerhg.png);
    background-position: center top;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    margin: 0 auto;
}
.navbar-inverse .navbar-toggle{
    border-color:#006600;
}
.navbar-inverse .navbar-toggle:hover{
    background-color:#006600;
}
.navbar-inverse .navbar-collapse{
    border: none;
    background: rgba(255, 254, 251, 0.91)
}
.navbar-inverse .navbar-nav>li>a{
    color: #000000;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color:#006600;
}
.navbar-brand{
    padding: 0 0 0 0px;
    float: none;
}
.navbar-collapse {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset;
}
.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 3px 5px;
  }
.navbar-nav {
    margin: 0px 0px;
}
 .unternav {
    margin: 20.5px -15px;
}
.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
.navbar-header {
  background: rgba(255, 254, 251, 0.91);
  }
.navbar-brand>img {
    margin-left: 15px;
    display: block;
}
.divider {
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    position: relative;
    display: block;
    margin-top: 15px;
    visibility: hidden;
    margin-top: -20px;
}

@media (min-width:767px) { 
    .unternav {
    display: none;
}

.navbar-brand>img {
    margin-left: 15px;
    display: block;
} 
}
@media (min-width: 768px) {
    .navbar-right{
font-size: 15px;
}
.divider {
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    position: relative;
    display: block;
    margin-top: 2px;
    visibility: visible;
}
  
    .navbar-brand{
    float: left;
}
.navbar-inverse .navbar-collapse{
    border: none;
    background: transparent;
}
  .navbar-header {
  background: none;
  }
}

@media (min-width: 768px) {
    .navbar-right{
font-size: 18px;
    }
}

.page-header{
    margin: 30px 0 20px;
    border: none;
    padding-bottom: 0px;
}
@media (min-width: 900px) {
.page-header{
    margin: 50px 0 20px;
    }
}
.content {
    
}
.carousel-caption{
    background-color: rgba(0, 102, 0, 0.75);
    text-shadow: none;
    max-width: 900px;
    margin-bottom: 45px;
}
.carousel-control{
    position: relative;
}
.carousel-control .icon-next, .carousel-control .icon-prev{
    position: absolute;
    padding-top: 0px;
}
.carousel-control .icon-next{
    left: 60px;
    margin-left: -10px;
}
.carousel-control .icon-prev{
    left: 29px;
}
.carousel-control .icon-next::before{
    content: none;
}
.carousel-control .icon-prev::before{
       content: none;
}

@media (min-width: 300px) {
    .carousel-control .icon-next, .carousel-control .icon-prev{
    position: absolute;
    padding-top: 200px;
}
}
@media (min-width: 768px) {
    .carousel-control .icon-next, .carousel-control .icon-prev{
    position: absolute;
    padding-top: 0px;
}
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
@media (min-width:300px) { 
.carousel-caption{
    left: 5%;
    right: 5%;
}
}
@media (min-width:480px) { 
.carousel-caption{
    left: 4%;
    right: 4%;
}
}
@media (min-width:640px) { 
.carousel-caption{
    left: 3%;
    right: 3%;
}
}
@media (min-width:768px) { 
.carousel-caption{
    left: 2%;
    right: 2%;
}
}

@media (min-width:1400px) { 
.carousel-caption{
    left: 27%;
    right: 27%;
}
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.logo {
    display: block;
    max-width: 30%;
    height: auto;
}

.main{
    z-index: 1000;
top: 170px;
position: absolute;
padding-left: 0px;
font-size:  24px;
margin-left: 0px;
}
.submain{
font-size:  24px;
padding-bottom: 10%;
}

@media (max-width:767px) { 
    .submain {
        display: none;
    }
}
.list-group-item{
    position: relative;
display: block;
padding: 1px 1px;
margin-bottom: -1px;
background-color: transparent;
border: none;
}
a.list-group-item{
    color:#000000;
}
a.list-group-item:hover {
    color: #006600;
    background-color: transparent;
}

.main{
    z-index: 1000;
top: 170px;
position: absolute;
padding-left: 0px;
font-size:  24px;
margin-left: -15px;
}
.btn-primary {
    color: #fff;
    background-color: #cccccc;
    border-color: #cccccc;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006600;
    border-color: #cccccc;
}


/* TO TOP*/
#toTop-right {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #999999;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#toTop-right.show{
  bottom: 40px; 
}
#toTop-right:hover{
 background-color: #cccccc;
color: #FFFFFF; 
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.center-block {
    margin-display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px
}
@media (max-width: 480px) {
    .col-xs-6 {
        width: 100%
    } 
    .col-xs-5 {
        width: 100%
    } 
    .col-xs-7 {
        width: 100%
    } 
}
@media (max-width: 640px) { 
    .col-xs-3 {
        width: 100%
}
}
.container-historie{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/historie.png);
    background-position: left top;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media (min-width:768px) {
    .container-historie {
        width: 750px
    }
}

@media (min-width:992px) {
    .container-historie {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container-historie {
        width: 1170px
    }
}

ul.text {
    list-style-type: none;
    margin-left: -17px;
}

 ul.text li{
text-indent: -1.0em;
}
ul.text li:before
{
    font-family: bullets;
    content: "\-";
    float: left;
    width: 1.0em;
}
 .google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    .google-maps iframe {
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        position: absolute;  
        padding-bottom: 25px;  
    }

footer {
    margin-top: 50px;
    padding: 25px 0;
    background-color:  rgba(204, 204, 204, 0.34);
    font-size: 14px;
}
footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 22px;
    font-weight: 100;
    color: #000000;
    font-size: 14px;
}
footer span.bold {
    text-transform: uppercase;
    text-transform: none;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

footer ul{
    margin-left: -23px;
}
footer ul.icon {
    list-style-type: none;
}

footer ul.icon li{
text-indent: -1.0em;
}
footer ul.icon li:before
{
    font-family: bullets;
    content: "\-";
    float: left;
    width: 1.0em;
}
.active {
        color: #006600;
    }