/** START CSS RESET **********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

strong{
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}
/** ENDE CSS RESET **********************************/
html{
    background: #080808 url(../images/SEF-Energietechnik-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

body{
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    min-width: 320px;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.padding-20 {
    padding: 20px;
}

.padding-20-v {
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-4-b{
    margin-bottom: 4px;
}

.text-center{
    text-align: center;
}

.color-white{
    color: #fff;
}

.bg-dark-60{
    background-color: rgba(0,0,0,0.6);
}
.bg-dark{
    background-color: #1A1A1A;
}

.clear{
    clear: both;
}

.clearfix::after{
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

.relative{
    position: relative;
}

.breadcrumbs{
    font-size: 16px;
    padding-bottom: 20px;
}

.breadcrumbs a{
    text-decoration: none;
}

.header_main{

}

.header_main > a{
    display: inline-block;
}

.open_mobile_menu{
	color: #fff;
	text-decoration: none;
    overflow: hidden;
    float: right;
}

    .open_mobile_menu span{
        float: left;
        height: 75px;
        line-height: 75px;
        margin-right: 20px;
        font-size: 18px;
        font-weight: 300;
    }

    .open_mobile_menu span.fa{
        font-size: 32px;
    }

.header_main a.bg-main_color-90{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 75px;
    white-space: nowrap;
    margin-bottom: 1px;
    padding-left: 20px;
}

    .header_main .header_main-bgimage a:first-child span,
    .header_main .header_main-bgimage a:first-child strong{
        font-size: 28px;
    }

    .header_main .header_main-bgimage a span{
        float: left;
        line-height: 75px;
        font-size: 18px;
        margin-right: 8px;
    }

    .header_main .header_main-bgimage .fa{
        width: 50px;
        text-align: center;
        font-size: 28px;
    }


.header_main .page_title{
    font-size: 21px;
    padding: 15px 20px;
    background-color: rgba(0,0,0,0.6);
    border-bottom: 1px solid;
}


body.StartPage #Layout {
    padding-bottom: 3px;
}
#Layout {
    max-width: 100%;
    overflow-x: auto;
}

.max_width_centered{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.footer_title {
    color: #999;
    font-size: 21px;
}


.footer_download_link{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer_download_link:last-child{
    margin-bottom: 0;
}

.footer_download_link span{
    float: left;
    min-width: 30px;
    font-size: 14px;
}


.footer_download_link span.fa{
    font-size: 35px;
    height: 35px;
}

.footer_download_link span:nth-child(2){
    color: #999;
    padding: 5px 0 0 20px;
    width: 240px;
    line-height: 17px;
}

.footer-downloads{
    padding: 20px 0;
}

.mainmenu_mobile{
    display: none;
    position: absolute;
    top: 75px;
    background: #1A1A1A;
    right: 0;
    left: auto;
}
    .mm-menu{
        z-index: 9999999999;
    }

    html.mm-opening .mm-slideout {
        -webkit-transform: translate(-80%, 0);
        -moz-transform: translate(-80%, 0);
        -ms-transform: translate(-80%, 0);
        -o-transform: translate(-80%, 0);
        transform: translate(-80%, 0);
    }

    .mm-blocker{
        left: 0;
        right: auto;
    }

    .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after,
    .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after{
        border-color: rgba(255, 255, 255, 0.3);
    }
    .mm-menu .mm-navbar > *, .mm-menu .mm-navbar a{
        color: rgba(255, 255, 255, 0.3);
    }

    .mm-listview > li > a, .mm-listview > li > span{
        white-space: normal;
        color: #fff;
        padding: 20px;
    }

    .mm-listview > li:not(.mm-divider):after{
        left: 0;
        background: #4d4d4d;
    }
    .mainmenu_mobile a{
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        text-decoration: none;
    }

    .mainmenu_mobile ul ul{
        display: none;

    }

    .mainmenu_mobile .langswitch{
        border-bottom: 1px solid #4d4d4d;
    }

    .mainmenu_mobile .langswitch a{
        float: left;
        border-right: 1px solid #4d4d4d;
        color: #fff;
        padding: 20px;
    }

    .langswitch[data-current="en_US"] a[data-locale="en_US"],
    .langswitch[data-current="de_DE"] a[data-locale="de_DE"],
    .langswitch[data-current="tr_TR"] a[data-locale="tr_TR"]{
        font-weight: 600;
    }

.footer_title{
    margin-bottom: 20px;
}

.footer-info a{
    display: block;
    text-decoration: none;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #4d4d4d;
    position: relative;
}

    .footer-info a .fa-angle-right{
        float: right;
        right: 20px;
        top: 10px;
        font-size: 32px;
        position: absolute;
        color: #999;
    }

footer.padding-20{
    padding-bottom: 0;
}



.portal{
    text-align: left;
    text-decoration: none;
    display: block;
    vertical-align: top;
}
.portal_title{
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding-left: 20px;
    position: relative;
}

.portal.blau .portal_title{
    background-color: rgba(8, 95, 166, 0.9);
}
.portal.gruen .portal_title{
    background-color: rgba(122, 175, 47, 0.9);
}
.portal.cyan .portal_title{
    background-color: rgba(102, 184, 220, 0.9);
}

.portal_title .fa{
    position: absolute;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    right: 20px;
    top: 0;
}

.portal_footer_title{
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}
.portal_footer_title .sub{
    font-size: 0.6em;
}

body #theMap .markerControls .markerToggle span{
    color: #fff;
    font-size: 32px;
    font-weight: 400;
}
body #theMap .markerControls .markerToggle{
    width: 28px;
    right: -29px;
    height: 59px;
    background-color: #1A1A1A;
}

body #theMap .controls.viewControls a,
body #theMap .controls.markerControls label{
    height: 59px;
    line-height: 59px;
    color: #fff;
}

body #theMap .markerControls label.Energietechnik{ background-color: #7AAF2F;}
body #theMap .markerControls label.Deponiegas{ background-color: #66B8DC;}
body #theMap .markerControls label.Blockheizkraftwerke{ background-color: #085FA6;}

body #theMap .controls.viewControls a{
    position: relative;
}

body #theMap .controls.viewControls a::before{
    content: '';
    position: absolute;
    left: -20px;
    right: 0;
    height: 0;
    bottom: 0;
    border-bottom: 1px solid #4d4d4d;
}
body #theMap .controls.viewControls a{
    margin-bottom: 0;
    background: #1A1A1A;
    border-left-color: #1A1A1A;
    height: 60px;
}

#theMap .markerControls{
    z-index: 4!important;
}
body #theMap .controls.viewControls{
    border-top: 150px solid rgba(255,255,255, 0.5);
    z-index: 2!important;
}

body #theMap .markerControls label .cb-replacement{
    border: none!important;
    top: 13px!important;
    height: 34px;
}
body #theMap .markerControls label input[type=checkbox]:checked+.cb-replacement::after{
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 34px;
    background: none;
}

#theMap .controls.viewControls.opened a::after{
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    position: absolute;
    right: 20px;
    top: 13px;
}

#directionsPanel{
    background: #eee;
}

.adp-summary{
    margin-left: 14px;
}
#directionsPanel td{
    padding: 5px;
}

@media screen and (min-width: 768px){
    .header_main-bgimage a:nth-child(2){
        width: 50%;
        float: left;
    }
    .header_main-bgimage a:nth-child(3){
        width: 49.8%;
        float: right;
    }
    .footer-downloads{
        overflow: hidden;
    }
    .footer-downloads a{
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 767px){
    .phone-hidden{
        display: none;
    }


}
@media screen and (max-width: 989px){

    .tablet-hidden{
        display: none;
    }
    .portal-main_content{
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1120px){
    .footer_download_link span:nth-child(2){
        width: 200px;
    }
}
@media screen and (min-width: 990px){

    .desktop-hidden{
        display: none;
    }

    .header_main-bgimage a:nth-child(1){
        width: 53%;
        float: left;
    }
    .header_main-bgimage a:nth-child(2){
        width: 27%;
        float: left;
    }
    .header_main-bgimage a:nth-child(3){
        width: 20%;
        float: left;
    }
    .footer-downloads{
        overflow: hidden;
    }
    .footer-downloads a{
        width: 50%;
        float: left;
    }

    .header_main-topnav{
        float: right;
        padding-top: 32px;
        padding-right: 30px;
    }

    .header_main-topnav a{
        color: #fff;
        text-decoration: none;
        text-align: right;
        display: inline-block;
    }

    .header_main-topnav > a{
        margin-right: 30px;
        line-height: 24px;
        vertical-align: middle;
    }

    .header_main-topnav span span,
    .header_main-topnav a img{
        vertical-align: middle;
    }

    .mainmenu{
        border-bottom: 1px solid #fff;
    }

    .mainmenu ul ul{
        display: none;
        position: absolute;
    }
    .mainmenu ul.level1{

    }
    .mainmenu ul.level1 > li:first-child {
        margin-left: 20px;
    }
    .mainmenu ul.level1 > li {
        float: left;
        margin-right: 30px;
        position: relative;
    }

    .mainmenu a{
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }

    .mainmenu ul.level1 > li > a{
        display: block;
        line-height: 50px;
        font-size: 18px;
        font-weight: 300;
    }

    .mainmenu ul.level1 li li a{
        border-bottom: 1px solid #4D4D4D;
        padding: 20px;
        display: block;
        background-color: #333333;
        font-weight: 300;
    }

    .mainmenu ul.level1 > li::after{
        content: '';
        position: absolute;
        height: 4px;
        background: #fff;
        bottom: -2px;
        left: 0;
        width: 100%;
        display: none;
    }

    .mainmenu ul.level1 > li.section::after,
    .mainmenu ul.level1 > li.current::after,
    .mainmenu ul.level1 > li:hover::after{
        display: block;
    }

    .header_main a.bg-main_color-90:first-child{
        padding-left: 0;
    }
    footer > .footer_title,
    footer > .footer_content{
        float: left;
        width:51%;
    }

    .footer-info{
        position: absolute;
        width: 49%;
        right: 0;
        top: 20px;
    }
    .footer-info a{
        border: none;
        margin: 0 0 20px 0;
        padding: 0;
        text-transform: uppercase;
    }

    .footer-info a .fa {
        display: none;
    }


    .footer-info .footer_title{
        margin-bottom: 42px;
    }

    .footer-downloads{
        width: 100%;
    }
    .footer-downloads a{
        width: 25%;
    }

    .portal_content {
        height: 280px;
    }
    .portal {
        width: 458px;
        display: inline-block;
    }
    .portal:nth-child(2) {
        margin: 0 4px;
    }
    .portal-main_content{
        margin-bottom: 220px;
    }


    .logo_home_link{
        margin-left: 20px;
    }

    .header_main-bgimage > div > div.max_width_centered{
        padding-left: 20px;
    }

    .mainmenu .level1 li:hover > ul {
        display: block;
        min-width: 300px;
    }
    .mainmenu .level1 li{
        position: relative;
    }

    .mainmenu .level1 li ul ul{
        top: 0;
        left: 100%;
        border-left: 1px solid #4D4D4D;
    }
}