﻿.footer {
    background-color: #f8f8f8;
    border: 1px solid transparent;
    border-color: #e7e7e7;
    height: 60px;
    border-radius: 4px;
}

.text-muted {
    margin: 10px;
}

#section-top {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    color: #808080;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
}

.navbar-default .navbar-brand {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #000;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
                    background-color: #fff;
                    color: #000;
}

        .drop-shadow {
            box-shadow: 5px 0 15px 2px rgba(0, 0, 0, 0.1);
            padding: 20px 40px 15px;
        }

        .container {
    width: 100%;
}

        .separator {
            border-bottom: 1px solid #808080;
            margin-bottom: 15px;
        }

        /*.container.drop-shadow {
            padding-left: 0;
            padding-right: 0;
        }*/

        /*.btn {
            background: #f8f7f7 none repeat scroll 0 0;
            border: medium none;
            color: #6c6c6c;
            padding: 6px 10px;
        }*/

        svg {
            height: 50px;
            max-width: 50px;
        }

            svg path.st0 {
                fill: #032a6f;
            }

            svg path.st1 {
                fill: #032a6f;
            }

        /*.btn {
            background: #f8f7f7;
            color: #6c6c6c;
            border: none;
            padding: 6px 10px;
        }*/

        .btn:hover,
        .btn:active {
            opacity: 0.8;
        }

        .btn.active {
            background: #032a6f;
            color: white;
            box-shadow: none;
        }

            .btn.active .svg path {
                fill: white;
                stroke: white;
            }

        svg:not(:root) {
            overflow: hidden;
        }

        .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .btn-group.img-btn-group > .btn:not(:last-child) {
            margin-right: 5px;
        }

        .btn-group.img-btn-group > .btn:not(:last-child) {
            margin-bottom: 5px;
        }

        .btn-group.img-btn-group > .btn {
            border-radius: 5px !important;
            padding: 4px 8px;
        }

        .section-image {
            text-align: left;
        }

        .section-image img {
            width: 90%;
        }

    .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
        margin-left: 0px;
    }

    .check
    {
        /*opacity:0.5;
	    color:#996;*/
        border: 5px solid #337ab7;
        border-radius: 20px;
    }

    .img-thumbnail-legend {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: 50px;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

    .img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: 75px;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.panel-primary {
    min-height: 150px;
}


.panel-body {
    padding: 10px;
}

img.hover-effect {
    transition: transform 0.5s ease 0s;
}

img.hover-effect:hover {
    transform: scale(1.05);
}


div.product-chooser{
    
}

div.product-chooser.disabled div.product-chooser-item
{
    /*zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;*/
}

div.product-chooser div.product-chooser-item{
    /*padding: 11px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;*/
}
	
div.product-chooser img.product-chooser-item.selected{
    border: 5px solid #337ab7;
    border-radius: 20px;
}
	
/*div.product-chooser div.product-chooser-item img{
	padding: 0;
}*/
		
/*div.product-chooser div.product-chooser-item span.title{
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}
		
div.product-chooser div.product-chooser-item span.description{
	font-size: 12px;
}
		
div.product-chooser div.product-chooser-item input{
	position: absolute;
	left: 0;
	top: 0;
	visibility:hidden;
}*/

/*.bottom-right {
    position: relative;
    bottom: -110px;
    right: 0;
}*/

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
    width: 100%;
}
.stepwizard {
    display: table;
    width: 75%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.text-white {
    color:white;
}

.bg-neubau {
    background-color: #87aade;
    border-radius: 15px;
}


.card.mb-3 {
    margin-bottom: 30px !important;
}
.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}

.bg-kwd-oceanblue {
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
}

.bg-kwd-green {
    background-image: linear-gradient(to bottom, #00b09b, #96c93d) !important;
}

.bg-kwd-dark-blue {
    background-image: radial-gradient(circle 348px at center, #032a6f 0%, #000000 87%, #000000 100%) !important;
}

.bg-kwd-febis-blue {
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #032a6f 100%) !important;
}

.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}
.text-white {
    color: #fff !important;
}

.widget-content .widget-content-right {
    margin-left: auto;
}

.widget-content .widget-content-left .widget-heading {
    /*opacity: .8;*/
    font-weight: bold;
    font-size: 2.2rem;
    padding-bottom:25px;
}

.widget-content .widget-content-left .widget-subheading {
    opacity: .8;
    font-size: 2.0rem;
    font-weight: bold;
}

.widget-content .widget-content-left .widget-subheading-white {
    font-size: 2.0rem;
    font-weight: bold;
}

.widget-content .widget-numbers {
    font-weight: bold;
    font-size: 3.8rem;
    display: block;
}


/* (1920x1080) Full HD Display */
@media  screen and (max-width: 1920px) {
    /*select.input-lg {
        height: 36px;
        line-height: 36px;
    }
    .input-lg {
        height: 46px;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding: 10px 16px;
        font-size: 14px;
        line-height: 1.3333333;
        border-radius: 6px;
    }*/
}

/* (1280x1024) SXGA Display */
@media  screen and (max-width: 1280px) {
    /* insert styles here */
}