/* Power of Nature - Windenergie */
/* build by Bj�rn F�rtges */

body {
    background-color: #fbb63b;
    background-image: url(images/bg5.jpg);
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

a, h1, h2, h3, h4, h5, h6 {
    color: #fbb63b;
}

#picture-box {
    width: 100%;
    height: 5em;
    background-color: #fbb63b;
    background-image: url(images/sc_pano3.jpg);
    background-size: cover;
}

    #language-box-header {
        background-color: #fbb63b;
        color: white;
        font-style: italic;  
        text-align: right;  
        width: 9em;
        text-align: center;
        float: right;
    }
    
        #la-active {
            background-color: #fbb63b;
            color: white;
            font-style: italic;
        }
    
        .la-alt {
            background-color: #000000 !important;
            color: white !important;
        }

.navbar {
    background-color: #fbb63b;
    border: none;    
}

#navi-box {
    width: 100%;
    background-color: #fbb63b; 
}

        #navi-box a:link {
            color: white;    
        }
        
        #navi-box a:visited {
            color: white;
        }
        
        #navi-box a:focus {
            color: red;
            background-color: white;
            text-decoration: underline;    
        }
        
        #navi-box a:hover {
            color: red;
            background-color: white; 
            text-decoration: underline;   
        }
        
        #navi-box a:active {
            color: red;
            font-style: italic;    
        }
        
        .active {
            background-color: red !important;
            font-style: italic;
            color: white !important;
        }
        
        .not-active {
            background-color: #fbb63b !important;
            font-style: normal !important;
            color: white !important;
        }
        
        .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
            background-color: red;    
        }
        
        .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
            background-color: white;
            color: red !important;
            text-decoration: underline;
        }
        
        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
            background-color: white;
            color: red !important;
            text-decoration: underline;    
        }
        
        .dropdown-menu {
            background-color: #fbb63b !important; 
            z-index: 98;  
        }
        
        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: red !important;
            background-color: white !important;
            text-decoration: underline;    
        }  

#sm-box {
    margin-left: 80%;
    width: 15%;
    
}

    /* sm-Buttons */
    .xing-link-button {
        margin-top: 3%;
        width: 7.375em;
        height: 1.4375em;
    }
    
        .xing-link-button:hover {
        opacity: 0.7;
        }
    
    .bni-link-button {
        width: 3em;
        height: 2.5em;
        margin-top: 4%;
    }
    
        .bni-link-button:hover {
        opacity: 0.7;
        }
    
    .facebook-link-button {
        width: 3em;
        height: 2.5em;
        margin-top: 6%;
        margin-bottom: 0.5em;    
    }

        .facebook:hover {
            opacity: 0.7;
        }
    /* Ende sm-Buttons */  

#text-box {
    /*  !! */
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: white;
    overflow: hidden;
}

    .links-leistungen {
        text-decoration: underline;
    }
    
    .sitemap {
        list-style-type: none;
    }
    
    .bild-box {
        float: right; 
    }
    
        .bild-box img {
            float: right;
        }

#logo-box {
	float: right;
	
}

	#logo-box img {
		height: 10em;
		width: 6em;
		margin-right: 2em;
		margin-left: 2em;
	}	

#bottom-box {
    position:static;
    bottom: 0;
    width: 100%;
    background-color: #fbb63b;
    padding-left: 2em;
    font-weight: 100;
    font-size: smaller;
}

        .direkt-kontakt {
            font-size: medium;
            color: red;
            text-decoration: none;
        }

        .direkt-kontakt a:link {
            font-size: medium;
            color: red;
            text-decoration: none;    
        }
        
        .direkt-kontakt a:visited {
            color: red;
        }

        .direkt-kontakt a:focus {
            color: red;
            text-decoration: underline;
            background-color: white;
        }

        .direkt-kontakt a:hover {
            color: red;
            text-decoration: underline;
            background-color: white;
        }

        .direkt-kontakt a:active {
            color: red;
            font-style: italic;
        }
        
        #contact-bottom {
            text-align: center;
        }
        
        #table-bottom {
            margin-left:auto;
            margin-right:auto;
        }
        
        .table-bottom-br {
        display: none;
        }

        
        #copyright {
            text-align: left;
            font-size: small;
        }

form a {
    text-decoration: none;
}

#formulare {
    line-height: 2em;
}

.duen_zeile {
    line-height: 1px;
}

.list_type1 {
    list-style-type: square;
    list-style-image: url(images/list1.png);  
}

.list_type2 {
    list-style-image: none;
}

#scroll-to-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
}
    #scroll-to-top i.fa{
        color: #fff;
        background: #6D6E71;
        border-radius: 100%;
        height: 35px;
        width: 35px;
        padding-top: 7px;
        text-align: center;
    }
    
#header {
    overflow: visible;
    position: fixed;
    top: 0; 
    width: 100%;
}

#sprachhinweisBox_komplett {
    width: 100%;
    background-color: #fbb63b;
    margin-top: 8.5em;
}

#sprachhinweisZwischenBox {
    width: 100%;
    height: 0.5em;
}

/* Style f�r das Kreuz zum ausblenden der Hinweis-Box */
#sprachHinweis-ausblenden {
    height: 3em;
    z-index: 99;
}

    #sprachHinweis-ausblenden .fa {
        
        font-size: 2em;
        color: red;
        padding-left: 1em;
        top: 0;
    }

    .ausblenden {
        display: none;
    }
    

    
/* Ende - Style f�r das Kreuz zum ausblenden der Hinweis-Box */

/* Style f�r die Box, welche den Hinweis zum m�glichen Sprachwechsel enth�lt */
#sprachhinweisBox {
    width: 100%;
    /*background-color: #fbb63b; */
    color: white;
    margin-top: 0;
    font-style: italic;
    padding-left: 2em;
    z-index: 99;
}

    #sprachhinweisBox a:link {
        color: green;
        text-decoration: underline;
    }

    #sprachhinweisBox a:visited {
        color: green;
        text-decoration: underline;
    }

    #sprachhinweisBox a:focus {
        color: red;
        background-color: white;
        text-decoration: blink;
    }

    #sprachhinweisBox a:hover {
        color: red;
        background-color: white;
        text-decoration: blink;
    }

    #sprachhinweisBox a:active {
        color: red;
        font-style: normal;
    }
/* Style f�r die Box, welche den Hinweis zum m�glichen Sprachwechsel enth�lt */

.button-box-rechts {
    text-align: right;
    padding-right: 80px;
}

.kontakt {
    line-height: 5px;
}

.tipp {
    color: green;
}

#language {
        
}

     #la-active {
        background-color: #fbb63b;
        color: white;
        font-style: italic;
    }
    
    .la-alt {
        background-color: #000000 !important;
        color: white !important;    
    }

.img-in-text {
    float: right;
}

.img-in-text-center {
    text-align: center;
}

/* Zwischenlösung für Imp und Dat Mobil */
/*#datImpBot {
    display: none;
}*/

/*#MobileMenuDivWrapper { 
    height: 200px;
    max-height: 200px;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch; /* mobile safari */

  /*}*/

/* Ende - Zwischenlösung für Imp und Dat Mobil */

/* ++++++++++++++++++++++ */
/* media-queris */

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    #text-box {
        margin-bottom: 2em;    
    }
    
    #bottom-box {
        position: static;
        background: none;
    }
  
    .table-bottom {
        display: none;
    }
   
    .absatz-mq {
        display: none;
    }
		
	
	#sm-box {
		margin-left: 0%;
		margin-right: 80%;
		margin-top: 1em;
	}
    #logo-box {
        float: none;
        text-align: center;
    }
    
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #fbb63b !important;
            background-color: white !important;
            text-decoration: underline;
    }
    
    .button-box-rechts {
        text-align: left;
        
    }
    
    #copyright {
        color: #fbb63b;
    }
    
    .img-in-text {
        float: none;
    }	

    /* Zwischenlösung für Imp und Dat Mobil */
    /*#datImpBot {
        /*display: block;/       
    }*/

    /*#MobileMenuDivWrapper { 
        height: 400px;
        max-height: 400px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch; /* mobile safari /
        z-index: 99;
      }

    /* Ende - Zwischenlösung für Imp und Dat Mobil*/

}
@media screen and (min-width: 800px){
    #datImpBot {
        display: none;
    }
}