/*
 * Copyright (c) 2013 regio iT GmbH. All rights reserved.
 */

body {
    background-image: url(../img/Hintergrund_StadtAachen.jpg);
    background-position: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;;
}

/*
    CUSTOM
*/
#customer-logo {
    margin-top: 12px;
    width: 180px;
}

.custom {
    background: rgba(255,204,55,0.4);
    background: #E6EDB9;
    border: 0px;
    border-radius: 0;
}

.custom.active, .tab-pane.active .custom {
    /*background: #B7C742;*/
    background: #B7C742;
}

a.custom {
    padding: 3px 10px;
    color:#000;
}
a.custom:hover {
    background: #B7C742;
    text-decoration: none;
}

h4.custom {
    background-color: #3C4243;
    color: #FFFFFF;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.nav-tabs > li > a {
    margin-right: 0px;
    border-radius: 0px;
    border: 0px;
    color:#000;
}

.nav-tabs > li.custom.active > a {
    border: 0px;
}

.nav > li.custom > a:hover {
    background: #B7C742;
}

.nav-tabs {
    border-bottom: 0 solid #DDDDDD;
}

.nav-tabs > li {
    border-right: #E9EBEC solid 10px;
    margin-bottom: 0px;
}
/*.nav-tabs.kategorien > li {
    width: 25%;
}*/

.nav-tabs > li:last-child {
    border-right: #fff solid 0px;
}

.nav-tabs > li.custom.active > a, .nav-tabs > li.custom.active > a:hover, .nav-tabs > li.custom.active > a:focus {
    background: #B7C742;
}
.nav-tabs.entities {
    border-bottom: #B7C742 solid 5px;
}
.nav-tabs.kategorien > li a {
    color: #000;
}

.btn-default.custom:hover {
    background-color: #B7C742;
}

.entity-list-container {
    border:#B7C742 5px solid;
}

#type-toggle-container button {
    background: #E9EBEC;
    border-color: #E9EBEC;
}
#main-chart-reportrange {
    background: none repeat scroll 0 0 #E9EBEC;
    border-color: #E9EBEC;
    margin-top: 5px;
    margin-left: 5px;
}
/* removed rounded corners */
.daterangepicker,
#main-chart-reportrange,
.daterangepicker .ranges li,
.daterangepicker .ranges .input-mini,
.btn,
.dropdown-menu,
#infobox,
.tooltip-inner{
    border-radius: 0px !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #B7C742;
    border-color: #B7C742;
}
.nav .caret, .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
    border-bottom-color: #555;
    border-top-color: #555;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #B7C742;
    color: #000;
}

.weather-box {
   background-color: #FFFFFF;
    color: #808080;
    text-align: center;
    width: 100%;
}

.teaser-box .e2watch-link {
	height: 100%;
}

.teaser-box {
}

.type-box .icon {
    width:100%;
    height:100px;
    background-size:100px 100px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 70px;
}
.content.type-box .icon {
    margin-top: 26px;
}

.type-box .icon.kindertagessttten {
    background-image:url(../img/Startseite_Button_Kindertagesstaetten.png);
}
.type-box .icon.sportbauten {
    background-image:url(../img/Startseite_Button_Sportstaetten.png);
}
.type-box .icon.verwaltungen {
    background-image:url(../img/Startseite_Button_Verwaltung.png);
}
.type-box .icon.schulen {
    background-image:url(../img/Startseite_Button_Schulen.png);
}
.type-box .icon.weitere {
    background-image:url(../img/Startseite_Button_Sonstiges.png);
}

.type-box .icon.energiepass {
    background-image:url(../img/Sektionsseite_Button_Energiepass.png);
}
.type-box .icon.fussabdruck {
    background-image:url(../img/Sektionsseite_Button_Fussabdruck.png);
}
.type-box .icon.grundriss {
    background-image:url(../img/Sektionsseite_Button_grundriss.png);
}

.type-box .text {
    font-size: 16px;
    padding: 0px;
    height: 0px;
    display: none;
}

.link-band a.link-2 {
    opacity: 1;
}

.container.header {
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    #teaser-content h2 {
        font-size: 25px;
    }
    .teaser-box #teaser-content p {
        font-size: 14px;
    }
    .type-box .text {
        height: 230px;
    }
    .teaser-box #teaser-content a {
        margin-right: 14px;
    }
}