body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #383838;
    overflow-x: hidden;
    height: 100%;
    line-height: 1.6;
}

html {
    overflow-x: hidden;
}

.overflowXVisible {
    overflow-x: visible !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #465065;
    font-family: 'Oswald', 'Lato', sans-serif;
    font-weight: 600;
    text-transform: none;
}

h6 {
    font-size: 16px;
}

#content h1 {
    padding: 5px 0 0 0;
}

#content h2 {
    padding: 26px 0 0 0;
}

#content h3, #content h4, #content h5, #content h6 {
    padding: 26px 0 0 0;
}

#content h1 {
    font-size: 28px;
}

#content h2 {
    font-size: 26px;
}

#content h3 {
    font-size: 19px;
}

#content h4 {
    font-size: 18px;
}

#content h5 {
    font-size: 17px;
}

#content h6 {
    font-size: 16px;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


.text-vertical-middel, .text-vertical-middle {
    vertical-align: middle !important;
}

.awlHr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(45, 86, 122, 0.10), rgba(45, 86, 122, 0.20), rgba(45, 86, 122, 0.10));
    margin-bottom: 15px;
    margin-top: 40px;
}

.awlBorderDDD {
    border: 1px solid #ddd;
}

.awlDivider {
    margin: 10px 0 30px 0;
}

.awlBoarder {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.awlBoarderNotTop {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.awlUl {
    padding: 0;
    list-style-type: none;
}

.awlUl > li {
    position: relative;
    padding: 15px;
    padding: 3px 2px 2px 25px;
}

.awlUl > li:before {
    font-size: 11px;
    color: #fd8a02;
    content: "\f115";
    font-family: Flaticon;
    position: absolute;
    left: 0px;
    top: 5px;
}

.awlOl {
    font-weight: bold;
    color: #fd8a02;
    padding-left: 18px;
}

.awlOl > li span {
    font-weight: 400;
}

.awlOl > li span, .awlOl > li .awlOlNormalContainer {
    color: #333;
}

.awlOl > li {
    padding-left: 10px;
}

.awlTh th, .awlTh tfoot td {
    font-weight: bold;
    background-color: #fbfbfb;
}

.awlThPv th, .awlThPv tfoot td {
    font-weight: bold;
    background-color: #fbfbfb;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.img-polaroid {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.simpleSelect2 .loading-results, .simpleSelect2 .select2-selection__arrow {
    display: none !important;
}

.simpleSelect2 .select2-selection--single {
    padding: 6px 6px 6px 12px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.m5 {
    margin: 5px;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px;
}

@media (max-width: 992px) {
    .mb30-md {
        margin-bottom: 30px !important;
    }
}

.bl3 {
    /*border-left: 3px solid #3498db;*/
}

.no-padding-left {
    padding-left: 0;
}

.no-margin {
    margin: 0;
}

.bgRight {
    background-color: #fff;
}

.has-error .bootstrap-select > .btn, .has-error .form-control, .has-error .select2-container--bootstrap .select2-selection {
    border-color: red;
}

.has-success .bootstrap-select > .btn, .has-success .form-control, .has-success .select2-container--bootstrap .select2-selection {
    border-color: green;
}

.form-control {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.14);
    border: 1px solid #fff;
    border-radius: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
    .form-control {
        border: 1px solid #ccc;
    }
}


.select2-container--bootstrap .select2-selection {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.14);
    border: 1px solid #fff;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0;
}

.select2-dropdown {
    border-radius: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0;
}

.select2-rendered__match {
    text-decoration: underline;
}

.boxed {
    background-color: #fff;
    height: 100%;
}

#logo-cont {
    padding: 5px 0 7px 5px;
}

#logo-cont img {
    height: 56px;
}

.topbar-list {
    line-height: 25px;
    font-size: 13px;
    margin-top: 10px;
}

.topbar-list li {
    padding: 0 10px;
}

.topbar-list:last-child {
    border: none;
}

.topbar-list li:first-child {
    border-left: none;
}

.navbar-wrapper {
    height: auto;
    min-height: 40px;
}

.navbar {
    font-family: 'Lato', sans-serif;
    height: auto;
    min-height: 30px;
    font-size: 16px;
}

.navbar-brand {
    font-family: 'Lato', sans-serif;
}

.navbar-header {
    height: auto !important;
}

.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 8px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-top: -2px;
    margin-left: -1px;
}

.navbar.navbar-main {
    /* background-color: #264c91; */
    background-image: -moz-linear-gradient(top, #264c91, #172b51);
    background-image: -ms-linear-gradient(top, #264c91, #172b51);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#264c91), to(#172b51));
    background-image: -webkit-linear-gradient(top, #264c91, #172b51);
    background-image: -o-linear-gradient(top, #264c91, #172b51);
    background-image: linear-gradient(top, #264c91, #172b51);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264c91', endColorstr='#172b51', GradientType=0);
}

.navbar.navbar-main ul.nav li:hover > a {
    color: #fd8a02;
    background-color: transparent;
}

.navbar.navbar-main .navbar-nav > li > a {
    color: #fff;
}

.navbar .mega-dropdown-menu li:not(.dropdown-header) > a {
    padding: 5px 0 5px 12px !important;
}

.navbar .mega-dropdown-menu li:not(.dropdown-header) > a:before {
    font-size: 6px;
    color: #fd8a02;
    content: "\f115";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 14px;
}

@media (max-width: 768px) {
    .navbar .mega-dropdown-menu li:not(.dropdown-header) > a:before {
        top: 4px;
    }
}

.mega-dropdown-menu .dropdown-header {
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.navbar .dropdown-menu {
    font-size: 15px;
}

.dropdown-header > a {
    color: #3498db !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-bottom: none !important;
    display: block;
    padding: 3px 0 0 20px !important;
    font-size: 14px;
    white-space: nowrap;
}

.dropdown-header > a:before {
    content: "" !important;
}

.navbar .mega-dropdown-menu li {
    position: relative;
}

.navbar-nav > li:not(:first-child):before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 5px;
    margin-left: -1px;
    background-color: #fff;
    opacity: .12;
    transition: opacity ease-in-out .15s;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
    color: #337ab7;
    border-radius: 0 !important;
    margin: 0 0 0 -1px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

#topLayer {
    position: relative;
}

#topLayer .bootstrap-select > .btn {
    height: 34px;
}

#contactArrow {
    position: absolute;
    height: calc(100% - 3px);
    width: 100%;
    overflow: hidden;
}

#layerContactElements .send {
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 31px;
    padding: 0 38px;
    font-weight: bold;
    margin-right: 5px;
    letter-spacing: 0.6px;
}

#contactArrow.withArrow:before {
    border: none;
}

@media screen and (min-width: 768px) {
    #contactArrow.withArrow:before {
        border-bottom: 580px solid #fcd68c;
        border-left: 935px solid transparent;
        border-right: 1000px solid transparent;
        content: "";
        display: inline-block;
        height: 0px;
        left: -900px;
        position: absolute;
        top: 125px;
        transform: rotate(90deg);
        width: 0;
        left: -720px;
        top: -99px;
    }
}

#topLayerBg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-position: 50% 50%;
    background-image: url(/img/layer/photovoltaik.jpg);
    background-size: cover;
    opacity: 0.6;
    transform: scaleX(-1);
}

#topLayerBg .container {
    background-position: bottom 10px right;
    background-repeat: no-repeat;
    opacity: 0.22;
    height: 100%;
}

#topLayerJobsBg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-position: 100% 12%;
    background-image: url(/img/layer/bg_jobs.jpg);
    background-size: cover;
    opacity: 0.6;
    transform: scaleX(-1);
}

#topLayerJobsBg .container {
    background-position: bottom 10px right;
    background-repeat: no-repeat;
    opacity: 0.22;
    height: 100%;
}

.indexTopLayerContainer .container {
    background-position: bottom -53px right !important;
}

#topLayerForm {
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(254, 254, 254, 0.2), rgba(219, 227, 246, 0.6));
    border-bottom: 3px solid #264c91;
}

#topLayerForm .inputLabel {
    font-size: 15px;
}

#topLayerForm .formItem {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#topLayerForm .select2-container {
    text-align: left;
}

#topLayerForm .formItem .form-control {
    max-width: 500px;
    margin: auto;
}

#topLayerForm .formItem .itemTitle {
    font-weight: bold;
    font-size: 17px;
    color: #555;
    margin: 0 0 14px;
}

#topLayerForm .formItem .itemIcon {
    border: 1px solid #bbb;
    border-radius: 50%;
    color: #00B7EB;
    text-align: center;
    font-size: 28px !important;
    padding-top: 14px;
    height: 56px;
    width: 57px;
    background-color: #bbb;

}

#topLayerForm .formItem.valid .itemIcon:before {
    font-family: Flaticon;
    content: "\f102" !important;
}

#topLayerForm .formItem.valid .itemIcon {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -ms-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    color: white;
    background: #AACB7A;
}

#topLayerForm .formItem.invalid .itemIcon {

    webkit-animation-name: shake;
    -moz-animation-name: shake;
    -ms-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    color: white;
    background: #ff4500;
}

#wholeForm {
    position: relative;
}

#wholeForm .sslPicture {
    position: absolute;
}

@media (max-width: 799px) {
    #wholeForm .sslPicture {
        left: 0px;
        bottom: 12px;
    }
}

@media (min-width: 800px) {
    #wholeForm .sslPicture {
        right: 10px;
        top: 12px;
    }
}

/*#topLayerHeading {
    margin-left: 10px;
    margin-right: 10px;
}

#topLayerHeading .title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background-color: orange;
    padding-left: 25px;
    padding-right: 25px;
}
#topLayerHeading .title span {
    font-weight: 700;
}
#topLayerHeading .description {
    font-size: 15px;
}
#descItemsContainer {
    padding: 6px 0px 4px 0px;
    background-color: #5f5f5f;
    color: #fff;
    display: inline-block;
}
#topLayerHeading .description .descriptionItem {
    margin: 0 30px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
#topLayerHeading .description .icon {
    font-size: 18px;
    color: #AACB7A;
    padding-right: 2px;
}*/

#topLayerHeading {
    margin-top: 10px;
}

#topLayerHeading .title {
    font-size: 26px;
    font-weight: 600;
    color: #444;
}

#topLayerHeading .title span {
    font-weight: 700;
}

#topLayerHeading .description {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
    #topLayerHeading .description {
        display: none;
    }

    #topLayerHeading {
        margin-top: 0;
        background-color: orange;
    }

    #topLayerHeading .title {
        color: #fff;
    }

}

#topLayerHeading .description .descriptionItem {
    margin: 0 10px;
    display: inline-block;
    color: #444;
}

#topLayerHeading .description .icon {
    font-size: 18px;
    color: #B6D14C;
    padding-right: 2px;
}

#formItemContainer[columns="1"] .formItem {
    width: 100%;
}

#formItemContainer[columns="2"] .formItem {
    width: 50%;
}

#formItemContainer[columns="3"] .formItem {
    width: 33.33%;
}

@media screen and (max-width: 748px) {
    #formItemContainer .formItem {
        width: 100%;
    }

    #formItemContainer .loadSiteFormItem:nth-child(2), #formItemContainer .formItem.loadSiteFormItem:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 971px) and (min-width: 749px) {
    #formItemContainer .formItem {
        width: 50%;
    }

    #formItemContainer .loadSiteFormItem:nth-child(3) {
        display: none;
    }
}

@media screen and (min-width: 972px) {
    #formItemContainer .formItem {
        width: 33.33%;
    }
}

@media screen and (max-width: 869px) {
    .progressBar {
        display: none;
    }
}

@media screen and (min-width: 870px) {
    .progressBar {
        display: block;
    }
}

.actionBar {
    padding: 10px 10px 10px 14px;
    position: relative;
}

.actionBar .progressBar {
    float: left;
}

.actionBar .progressBar .progressStep:first-child {
    padding-left: 0;
}

.actionBar .progressBar .progressStep {
    display: inline-block;
    line-height: 2.5em;
    margin-right: 10px;
    position: relative;
    background: none;
    border: none;
    -webkit-box-shadow: none;
}

.actionBar .progressBar .progressStep > span {
    background: #DDDDDD none repeat scroll 0 0;
    border-radius: 25px;
    color: #333333;
    display: block;
    height: 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background 2s;
    width: 215px;
    z-index: 1;
    font-size: 14px;
}

.actionBar .progressBar .progressStep > .pos_1:before {
    content: "1";
    font-family: Arial;
    font-size: 16px;
}

.actionBar .progressBar .progressStep > .pos_2:before {
    content: "2";
    font-family: Arial;
    font-size: 16px;

}

.actionBar .progressBar .progressStep > .pos_3:before {
    content: "3";
    font-family: Arial;
    font-size: 16px;
}

.actionBar .progressBar .progressStep > span:before {
    background: #999999;
    border-radius: 25px;
    color: white;
    content: " ";
    font-size: 16px;
    left: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    transition: background 0.5s;
    z-index: 1;

}

.actionBar .progressBar .progressStep > span.valid:before {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -ms-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #AACB7A;
    color: white;
    padding: 1px 9px 0 9px;
    font-family: Flaticon;
    content: "\f102" !important;
}

.actionBar .progressBar .progressStep > span.valid {
    background: #999999;
}

.actionBar .progressBar .progressStep > span div.bar {
    background: #c4c4c4;
    border-radius: 35px;
    height: 100%;
    left: 10px;
    position: absolute;
    transition: width 4s;
    width: 0
}

.actionBar .progressBar .progressStep > span .text {
    left: 0;
    position: absolute;
    right: -20px;
}

.actionBar .progressBar .progressStep > span.pos_3 .text {
    right: -30px;
}

.actionBar .action button {
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 31px;
    padding: 0 45px;
    font-weight: 600;
    margin-right: 5px;
    letter-spacing: 0.6px;
}

#pvSearchContainer {
    position: relative;
    min-height: 219px;
    width: 97%;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px lightgrey;
    margin: 20px auto;
    background-color: #fff;
    text-align: center;
}

#pvSearchContainer #pvSearchLoader {
    min-height: 128px;
}

@keyframes rotateRight {
    from {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotate(360deg);
    }
}

#pvSearchContainer #pvSearchLoader img.doRotate {
    animation: 2s rotateRight infinite linear;
}

#pvSearchContainer #pvSearchHeading {
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    color: #999;
}

#pvSearchContainer #pvSearchFooter {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    color: #999;
}

#layerContact .infoColumn {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #layerContact .infoColumn {
        text-align: left;
    }

    #layerContact .infoColumn .security {
        padding-right: 80px;
    }

}

#layerContact .infoColumn .title {
    font-size: 21px;
    font-weight: 600;
    color: #444;
    padding: 15px 0;
}

#layerContact .infoColumn .title:before {
    background: #AACB7A;
    border-radius: 25px;
    color: white;
    margin-right: 10px;
    padding: 8px 9px;
    font-family: Flaticon;
    content: "\f102";
}

#layerContact .infoColumn .seal {
    padding-top: 15px;
}

#layerContact .infoColumn .security {
    padding-top: 15px;
    font-size: 13px;
    padding-right: 0px;
}

#layerContactElements {
    padding-top: 30px;
    min-height: 259px;
}

#layerContactElements .twitter-typeahead {
    width: 100%;
}

#layerContactElements .lcElem {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 200px) {
    .linkBlockContent .description {
        font-size: 11px;
        line-height: 160%;
    }
}

@media (min-width: 360px) {
    .linkBlockContent .description {
        font-size: 13px;
        line-height: 160%;
    }
}

@media (min-width: 410px) {
    .linkBlockContent .description {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (min-width: 768px) {
    .linkBlockContent .description {
        font-size: 11px;
        line-height: 160%;
    }

    .container {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .linkBlockContent .description {
        font-size: 14px;
        line-height: 130%;
    }

    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .linkBlockContent .description {
        font-size: 12px;
        line-height: 160%;
    }

    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .linkBlockContent .description {
        font-size: 14px;
        line-height: 130%;
    }

    .container {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: left !important;
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-right .dropdown:first-child .dropdown-menu {
        right: initial;
        left: auto;
    }

    .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar.navbar-main .navbar-nav > li > a {
        padding: 10px 15px 10px 15px;
    }

    .navbar.navbar-main .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }

    .navi-emptyLi-sm {
        height: 0;
    }
}

@media (min-width: 768px) {
    .navi-emptyLi-sm {
        height: 36px;
    }
}

@media (min-width: 992px) {
    .navi-emptyLi-sm {
        height: 0;
    }
}

@media screen and (max-width: 767px) {
    .alt-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }
}

#contentRight .content-box {
    padding: 10px;
    text-align: left;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);

}

#contentRight .content-box h4 {
    width: 100%;
    padding: 5px 0 5px;
}

#contentRight .content-box .heading {
    border-bottom: none;
}

#pvCitySearch #citySearchInput {
    margin-bottom: 10px;
}

#pvCitySearch ul li a {
    padding-left: 30px;
    position: relative;
}

#pvCitySearch ul li a:before {
    font-family: Flaticon;
    content: "\f102" !important;
    position: absolute;
    top: 1px;
    left: 7px;
    font-size: 11px;
    font-weight: normal;
    color: #fd8a02;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

#pvCitySearch ul li a:hover:before {
    left: 8px;
}

#pvCitySearch .germanyMap img {
    max-height: 225px;
    float: right;
}

#pvLinksBlock {
    padding: 0 !important;
}

.linkBlock {
    border-bottom: 1px solid #ddd;

    background-image: -moz-linear-gradient(top, #fafdff, #fdfdfd);
    background-image: -ms-linear-gradient(top, #fafdff, #fdfdfd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafdff), to(#fdfdfd));
    background-image: -webkit-linear-gradient(top, #fafdff, #fdfdfd);
    background-image: -o-linear-gradient(top, #fafdff, #fdfdfd);
    background-image: linear-gradient(top, #fafdff, #fdfdfd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafdff', endColorstr='#fdfdfd', GradientType=0);
    box-shadow: 0 2px 2px -1px #efefef;

}

.linkBlock:hover {
    background-image: none;
    background-color: #fdfdfd;
}

.linkBlock:hover .linkBlockContent .title {
    text-decoration: underline;
}

.linkBlock:last-child {
    border-bottom: none;
}

.linkBlockPicture {
    float: left;
    width: 75px;
    height: 70px;
    overflow: hidden;
}

.linkBlockPicture {
    float: left;
    width: 75px;
    overflow: hidden;
}

.linkBlockPicture img {
    margin-top: 3px;
    border: 1px solid #efefef;
}

.linkBlockContent {
    float: left;
    padding: 0px 5px 3px 10px;
    width: calc(100% - 78px);
    height: 69px;
}

.linkBlockContent .title {
    font-size: 18px;
    color: #fd8a02;
    font-weight: 400;

}

.linkBlockContent .description {
    color: #616161;
}

.ddLexikonSearch .loading-results, .ddLexikonSearch .select2-selection__arrow,
#lexikonSearch .loading-results, #lexikonSearch .select2-selection__arrow {
    display: none !important;
}

.ddLexikonSearch .select2-selection--single, #lexikonSearch .select2-selection--single {
    padding: 6px 6px 6px 12px;
}

.ddCitySearch .loading-results, .ddCitySearch .select2-selection__arrow, .ddCitySearch .select2-results__message,
#pvCitySearch .loading-results, #pvCitySearch .select2-selection__arrow, #pvCitySearch .select2-results__message {
    display: none !important;
}

.ddCitySearch .select2-selection--single, #pvCitySearch .select2-selection--single {
    padding: 6px 6px 6px 12px;
}

.csResult .csrState {
    font-size: 12px;
}

a.teaserLink {
    color: #333;
}

a.teaserLink:hover .ixTeaser {
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.12);
    background-color: #fdfdfd;
}

a.teaserLink:hover, a.teaserLink:active, a.teaserLink:focus {
    color: #333;
    text-decoration: none !important;
}

a.teaserLink {
    color: #333;
}

a.teaserLink:hover .partnerTeaser {
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.12);
}

a.teaserLink:hover, a.teaserLink:active, a.teaserLink:focus {
    color: #333;
    text-decoration: none !important;
}

.partnerTeaser h4 {
    padding-top: 0 !important;
}

.ixTeaser {
    padding: 0;
    border-left: none;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

#content .ixTeaser h2 {
    padding: 10px 0;
}

.ixTeaser h2 {
    border-bottom: 2px solid #264c91;
    display: block;
    padding: 10px 10px 10px 0;
    margin-left: 246px;
    margin-right: 12px;
    font-size: 18px !important;
}

.ixTeaser .heading {
    border: none;
    margin: 0 0 15px 0;
}

.ixTeaser .ixtPicture {
    margin: 4px 18px 4px 4px;
    background-size: cover !important;
    position: relative;
}

@media (min-width: 200px) {
    .ixTeaser .ixtPicture {
        width: calc(100% - 8px);
        height: 180px;
        float: none;
    }

    .ixTeaser h2 {
        border-bottom: 2px solid #264c91;
        display: block;
        padding: 10px 10px 10px 0;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (min-width: 465px) {
    .ixTeaser .ixtPicture {
        width: 190px;
        height: 152px;
        float: left;
    }

    .ixTeaser h2 {
        margin-left: 210px;
    }
}

@media (min-width: 600px) {
    .ixTeaser .ixtPicture {
        width: 190px;
        height: 152px;
        float: left;
    }

    .ixTeaser h2 {
        margin-left: 210px;
    }
}

@media (min-width: 768px) {
    .ixTeaser .ixtPicture {
        width: 190px;
        height: 152px;
        float: left;
    }

    .ixTeaser h2 {
        margin-left: 210px;
        overflow-wrap: break-word;
    }
}

@media (min-width: 940px) {
    .ixTeaser .ixtPicture {
        width: 190px;
        height: 152px;
        float: left;
    }

    .ixTeaser h2 {
        margin-left: 210px;
        overflow-wrap: normal;
    }
}

.ixTeaser .ixtPicture.voraussetzungen {
    background: url(/img/index/photovoltaik-voraussetzungen.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.planung {
    background: url(/img/index/photovoltaik-planung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.kosten {
    background: url(/img/index/photovoltaik-anschaffungskosten.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.foerderungSteuern {
    background: url(/img/index/photovoltaik-foerderung-steuern.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.wirtschaftlichkeit {
    background: url('/img/index/photovoltaik-wirtschaftlichkeit.jpg') no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.mieten_vermieten {
    background: url('/img/index/photovoltaik-mieten-vermieten.jpg') no-repeat;
    background-position: 35% 0% !important;
}

.ixTeaser .ixtPicture.installation {
    background: url(/img/index/photovoltaik-installation.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.rechtliches {
    background: url(/img/index/photovoltaik-rechtliches.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.versicherungsschutz {
    background: url(/img/index/photovoltaik-versicherungsschutz.jpg) no-repeat;
    background-position: 82% 0% !important;
}

.ixTeaser .ixtPicture.wartung {
    background: url(/img/index/photovoltaik-wartung.jpg) no-repeat;
    background-position: 0% 0% !important;
}

.ixTeaser .ixtPicture.technik {
    background: url(/img/index/photovoltaik-technik.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.sonneneinstrahlung {
    background: url(/img/voraussetzungen/photovoltaikanlage_sonneneinstrahlung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.verschattung {
    background: url(/img/voraussetzungen/photovoltaikanlage_verschattung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.dachausrichtung {
    background: url(/img/voraussetzungen/photovoltaikanlage_dachausrichtung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.dachneigung {
    background: url(/img/voraussetzungen/photovoltaikanlage_dachneigung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.dachflaeche {
    background: url(/img/voraussetzungen/photovoltaikanlage_dachflaeche.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.dacharten {
    background: url(/img/voraussetzungen/photovoltaikanlage_dacharten.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.dacheindeckung {
    background: url(/img/voraussetzungen/photovoltaikanlage_dacheindeckung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.statik {
    background: url(/img/voraussetzungen/photovoltaikanlage_statik.jpg) no-repeat;
    background-position: 30% 0% !important;
}

.ixTeaser .ixtPicture.genehmigung {
    background: url(/img/voraussetzungen/photovoltaikanlage_genehmigung.jpg) no-repeat;
    background-position: 30% 0% !important;
}

.ixTeaser .ixtPicture.schritt-fuer-schritt {
    background: url(/img/planung/photovoltaikanlage_schritt_fuer_schritt.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.selber-fachbetrieb {
    background: url(/img/planung/photovoltaikanlage_selber-fachbetrieb.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.verschattungsanalyse {
    background: url(/img/planung/photovoltaikanlage_verschattungsanalyse.jpg) no-repeat;
    background-position: 0% 0% !important;
}

.ixTeaser .ixtPicture.gefahren {
    background: url(/img/planung/photovoltaikanlage_gefahren.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.einsatzmoeglichkeiten {
    background: url(/img/planung/photovoltaikanlage_einsatzmoeglichkeiten.jpg) no-repeat;
    background-position: 60% 0% !important;
}

.ixTeaser .ixtPicture.lebensdauer {
    background: url(/img/planung/photovoltaikanlage_lebensdauer.jpg) no-repeat;
    background-position: 0% 0% !important;
}

.ixTeaser .ixtPicture.dimensionierung {
    background: url(/img/planung/photovoltaikanlage_dimensionierung.jpg) no-repeat;
    background-position: 0% 0% !important;
}

.ixTeaser .ixtPicture.mieten-vermieten {
    background: url(/img/planung/photovoltaikanlage_mieten-vermieten.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.angebotseinholung {
    background: url(/img/planung/photovoltaikanlage_angebotseinholung.jpg) no-repeat;
    background-position: 20% 0% !important;
}

.ixTeaser .ixtPicture.kosten-preise {
    background: url(/img/kosten-finanzierung/photovoltaikanlage_kosten-preise.jpg) no-repeat;
    background-position: 75% 0% !important;
}

.ixTeaser .ixtPicture.laufende-kosten {
    background: url(/img/kosten-finanzierung/photovoltaikanlage_laufende-kosten.jpg) no-repeat;
    background-position: 22% 0% !important;
}

.ixTeaser .ixtPicture.finanzierung {
    background: url(/img/kosten-finanzierung/photovoltaikanlage_finanzierung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.kredit {
    background: url(/img/kosten-finanzierung/photovoltaikanlage_kredit.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.einspeiseverguetung {
    background: url(/img/foerderung-steuern/photovoltaikanlage_einspeiseverguetung.jpg) no-repeat;
    background-position: 7% 0% !important;
}

.ixTeaser .ixtPicture.foerderung-zuschuss {
    background: url(/img/foerderung-steuern/photovoltaikanlage_foerderung-zuschuss.jpg) no-repeat;
    background-position: 24% 0% !important;
}

.ixTeaser .ixtPicture.steuern {
    background: url(/img/foerderung-steuern/photovoltaikanlage_steuern.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.abschreibung {
    background: url(/img/foerderung-steuern/photovoltaikanlage_abschreibung.jpg) no-repeat;
    background-position: 7% 0% !important;
}

.ixTeaser .ixtPicture.wirtschaftlichkeit-berechnung {
    background: url(/img/wirtschaftlichkeit/photovoltaikanlage_wirtschaftlichkeit-berechnung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.ertrag-rendite {
    background: url(/img/wirtschaftlichkeit/photovoltaikanlage_ertrag-rendite.jpg) no-repeat;
    background-position: 47% 0% !important;
}

.ixTeaser .ixtPicture.amortisation {
    background: url(/img/wirtschaftlichkeit/photovoltaikanlage_amortisation.jpg) no-repeat;
    background-position: 46% 0% !important;
}

.ixTeaser .ixtPicture.eigenverbrauch {
    background: url(/img/wirtschaftlichkeit/photovoltaikanlage_eigenverbrauch.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.mieten {
    background: url(/img/mieten-vermieten/mieten.jpg) no-repeat;
    background-position: 70% 0% !important;
}

.ixTeaser .ixtPicture.vermieten {
    background: url(/img/mieten-vermieten/vermieten.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.leasing-pacht {
    background: url(/img/mieten-vermieten/leasing-pacht.jpg) no-repeat;
    background-position: 30% 0% !important;
}

.ixTeaser .ixtPicture.kaufen {
    background: url(/img/mieten-vermieten/kaufen.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.montage {
    background: url(/img/installation/photovoltaikanlage_montage.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.diebstahlschutz {
    background: url(/img/installation/photovoltaikanlage_diebstahlschutz.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.schneelast-windlast {
    background: url(/img/installation/photovoltaikanlage_schneelast-windlast.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.blitzschutz {
    background: url(/img/installation/photovoltaikanlage_blitzschutz.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.elektronik {
    background: url(/img/installation/photovoltaikanlage_elektronik.jpg) no-repeat;
    background-position: 33% 0% !important;
}

.ixTeaser .ixtPicture.netzanschluss {
    background: url(/img/installation/photovoltaikanlage_netzanschluss.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.inbetriebnahme {
    background: url(/img/installation/photovoltaikanlage_inbetriebnahme.jpg) no-repeat;
    background-position: 0% 0% !important;
}

.ixTeaser .ixtPicture.anlagenbesitzer-energieunternehmer {
    background: url(/img/gewerbe-recht/photovoltaikanlage_anlagenbesitzer-energieunternehmer.jpg) no-repeat;
    background-position: 43% 0% !important;
}

.ixTeaser .ixtPicture.kleinunternehmerregelung {
    background: url(/img/gewerbe-recht/photovoltaikanlage_kleinunternehmerregelung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.gewerbe-anmelden {
    background: url(/img/gewerbe-recht/photovoltaikanlage_gewerbe-anmelden.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.versicherung {
    background: url(/img/versicherungsschutz/photovoltaikanlage_versicherung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.allgefahrenversicherung {
    background: url(/img/versicherungsschutz/photovoltaikanlage_allgefahrenversicherung.jpg) no-repeat;
    background-position: 20% 0% !important;
}

.ixTeaser .ixtPicture.montageversicherung {
    background: url(/img/versicherungsschutz/photovoltaikanlage_montageversicherung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.betreiberhaftpflicht {
    background: url(/img/versicherungsschutz/photovoltaikanlage_betreiberhaftpflicht.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.wohngebaeudeversicherung {
    background: url(/img/versicherungsschutz/photovoltaikanlage_wohngebaeudeversicherung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.anlagenwartung {
    background: url(/img/wartung/photovoltaikanlage_anlagenwartung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.anlagenueberwachung {
    background: url(/img/wartung/photovoltaikanlage_anlagenueberwachung.jpg) no-repeat;
    background-position: 5% 0% !important;
}

.ixTeaser .ixtPicture.reinigung {
    background: url(/img/wartung/photovoltaikanlage_reinigung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.reinigungssysteme {
    background: url(/img/wartung/photovoltaikanlage_reinigungssysteme.jpg) no-repeat;
    background-position: 5% 0% !important;
}

.ixTeaser .ixtPicture.schnee-abraeumen {
    background: url(/img/wartung/photovoltaikanlage_schnee-abraeumen.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.funktionsweise {
    background: url(/img/technik/photovoltaikanlage_funktionsweise.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.inselanlage {
    background: url(/img/technik/photovoltaikanlage_inselanlage.jpg) no-repeat;
    background-position: 35% 0% !important;
}

.ixTeaser .ixtPicture.solarmodule {
    background: url(/img/technik/photovoltaikanlage_solarmodule.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.verkabelung {
    background: url(/img/technik/photovoltaikanlage_verkabelung.jpg) no-repeat;
    background-position: 50% 0% !important;
}

.ixTeaser .ixtPicture.wechselrichter {
    background: url(/img/technik/photovoltaikanlage_wechselrichter.jpg) no-repeat;
    background-position: 100% 0% !important;
}

.ixTeaser p {
    padding: 0 15px;
}

.ixPvRechner {
    min-height: 300px;
    position: relative;
}

.ixpvTeaser {
    width: calc(50%);
    float: left;
    height: 100%;
    position: relative;
}

.ixpvTeaser h2 {
    font-size: 18px !important;
}

.ixpvTeaser.ixPvRight {
    width: 275px;
}

.ixpvTeaser.ixPvLeft {
    width: calc(100% - 275px);
    padding: 0px 8px 8px 8px;
}

@media (min-width: 200px) {
    .ixpvTeaser h2 {
        border-bottom: 2px solid #264c91;
        display: block;
        padding: 8px 0px !important;
        margin-left: 0;
    }
}

@media (min-width: 354px) {
    .ixpvTeaser h2 {
        margin-left: 190px;
    }
}

.ixpvTeaser .ixpvPicture {
    margin-right: 10px;
    float: left;
    position: relative;
    min-height: 125px;
    width: 180px;
    background: url(/img/index/photovoltaik-rechner.png) no-repeat;
    background-position: 0% 0% !important;
}

.ixPvRechner .calcItem div[calcType] {
    color: #616161;
}

.ixPvRechner .calcItem div[calcType]:hover {
    color: #3498db;
    text-decoration: underline !important;
    cursor: pointer;
}

.ixPvRechner .calcItem div[calcType]:hover .ixpvciContent {
    text-decoration: underline;
    background-color: #fdfdfd;
}

.ixPvRechner .calcItem div[calcType]:hover .ixpvciImage {
    background-color: #fdfdfd;
}

.ixPvRechner .calcItem {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 50px;
}

.ixPvRechner .calcItem .ixpvciImage {
    width: 49px;
    border-right: 1px solid #efefef;
    float: left;
}

.ixPvRechner .calcItem:last-child {
    border-bottom: none;
}

.ixpvTeaser .ixpvciContent {
    float: left;
    height: 49px;
    width: calc(100% - 50px);
    padding: 15px 10px 10px 25px;
    position: relative;
}

.ixpvTeaser .ixpvciContent span {
    font-size: 12px;
    color: #666;
}

.ixpvTeaser .ixpvciContent:before {
    font-size: 9px;
    color: #fd8a02;
    content: "\f115";
    font-family: Flaticon;
    position: absolute;
    left: 10px;
    top: 19px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (max-width: 354px) {
    .ixpvTeaser .ixpvciContent {
        font-size: 13px;
        padding: 15px 10px 10px 20px;
    }

    .ixpvTeaser .ixpvciContent:before {
        left: 6px;
    }
}

@media (min-width: 200px) {
    .ixpvTeaser.ixPvLeft {
        width: 100%;
        padding: 0px 8px 8px 8px;
        min-height: inherit;

    }

    .ixpvTeaser.ixPvRight {
        width: 100%;
    }

    .ixPvRechner .calcItem {
        border-left: none;
    }

    .ixPvRechner .calcItem:first-child {
        border-top: 1px solid #ddd;
    }
}

@media (min-width: 1000px) {
    .ixpvTeaser.ixPvLeft {
        width: calc(100% - 300px);
        padding: 0px 8px 8px 8px;
        min-height: 350px;
    }

    .ixpvTeaser.ixPvRight {
        width: 300px;
    }

    .ixPvRechner .calcItem {
        border-left: 1px solid #ddd;
    }

    .ixPvRechner .calcItem:first-child {
        border-top: none;
    }
}

#pictureCredits a {
    color: #616161;
}

#pictureCredits a:hover {
    color: #3498db;
}

#pictureCredits tr td:first-child {
    text-align: center;
}

@media (min-width: 768px) {
    .planung_sonneneinstrahlung_bild {
        float: left;
    }
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 8px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

span.twitter-typeahead .tt-selectable {
    cursor: pointer;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

/*
* PLANUNG - VERSCHATTUNG
*/
.pictureWithDescription {
    border: 1px solid #efefef;
    margin-left: 10px;
    margin-bottom: 10px;
}

.pictureWithDescription .description {
    border-top: 1px solid #efefef;
    background-color: #efefef;
    font-size: 12px;
    padding: 3px 5px;
    color: #333;
}

.pictureWithDescription a:hover .description {
    color: #3498db;
}

/*
* PLANUNG - SONNENEINSTRAHLUNG
*/

#monthlySunChart {
    width: 100%;
    min-height: 350px;
    margin-bottom: 15px;
    border: 1px solid #DDD;
}

#montlySunTable {
    margin-bottom: 20px;
}

#citySunSearchInput {
    margin: 8px 0;
}

.planung_sonneneinstrahlung_bild_strahlung {
    float: right;
}

@media (max-width: 500px) {
    .planung_sonneneinstrahlung_bild_strahlung {
        width: 100%;
    }
}

.awlAccordion > .panel > .panel-heading {
    cursor: pointer;
}

.awlAccordion > .panel > .panel-heading h4 {
    padding: 0 !important;
}

.awlAccordion > .panel > .panel-heading:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

#top100cities .cityItem {
    padding: 6px 15px;
    border: 1px solid #efefef;
    margin: 6px 0px;
    border-radius: 3px;
    font-weight: bold;
}

#top100cities .cityItem a {
    font-size: 14px;
    font-weight: 400;
}

#top100cities .content-box {
    text-align: left;
    padding: 15px 0;
    border-left: none;
    border-right: none;
}

#top100cities .content-box h3 {
    margin-bottom: 10px;
}

#top100cities .citiesContainer {
    padding: 0 5px 0 0;
}

#germanyStatesContainer .siInner {
    border: 1px solid #ddd;
    position: relative;
}

#germanyStatesContainer .stateItem {
    padding: 10px;
    position: relative;
}

#germanyStatesContainer a h3 {
    color: #999;
}

#germanyStatesContainer a:hover h3 {
    color: #3498db;
    text-decoration: underline;
}

#germanyStatesContainer .siInner img {
    padding: 10px;
    margin: 10px auto;
}

#germanyStatesContainer .siInner .portfolio-text {
    background-color: transparent;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 0;
    line-height: 15px;
    height: 30px;
    position: absolute;
    width: 100%;
    bottom: 15px;
    min-height: 30px;
}

.cityChartDiv {
    margin-bottom: 10px;
}

.cityDataTable, .sunDataTable {
    font-size: 13px;
}

.sunDataTable th:first-child {
    width: 150px !important;
}

.sunDataTable th {
    width: calc(100% - 150px / 12);
}

#chart_div_anzahl, #chart_div_leistung, #chart_div_stromproduktion {
    border: 1px solid #ddd;
}

.showCityInfo {
    display: inline-block;
    margin-bottom: 2px;
    margin: 0 0 3px 5px;
    cursor: pointer;
}

#cityTabNav {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#cityTabNav > li > a {
    font-size: 16px;
}

#cityTabNav > li > a span {
    font-size: 18px;
    padding-right: 3px;
    color: #3498db;
}

#cityTabNav li {
    margin-top: 4px;

}

#cityTabNav li a {
    border-radius: 15px 15px 0 0;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #264c91;
    font-weight: 400;
    background-color: #f5f5f5;

}

#cityTabNav li.active a {
    background-color: #fff;
    color: #222;
    font-weight: bold;
    padding-top: 16px !important;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}

#cityTabContent {
    padding: 10px 5px 5px 5px;
    padding: 10px 0 0 0;
    border: 1px solid #e6e9ed;
    border-left: none;
    border-top: 0;
    border-right: none;
    border-bottom: none;
}

.cityDataTable > thead > tr > th, .sunDataTable > thead > tr > th {
    background-color: #f0f7ff;
    border-bottom-width: 1px;
}

.pvAnlageDataTable {
    font-size: 11px;
}

.pvAnlageDataTable > thead > tr > th:first-child {
    width: 170px !important;
}

.pvAnlageDataTable > thead > tr > th {
    background-color: #f0f7ff;
    border-bottom-width: 1px;
}

.pvAnlageDataTable td:nth-child(2) {
    width: 240px;
}

.showPvAnlagen .btn {
    width: 36px;
    border: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 0 !important;
    float: left;
    color: #333;
    background-color: #efefef;
    padding: 3px 4px;
    font-size: 13px;
}

.showPvAnlagen .btn:hover {
    background-color: #337ab7;
    color: #fff;
}

.showPvAnlagen a.active {
    background-color: #337ab7;
    color: #fff;
}

#monthlyHorizontalSunChart, #monthlyOptimalSunChart, #monthlyDniSunChart {
    width: 100%;
    min-height: 340px;
    margin-bottom: 15px;
    border: 1px solid #DDD;
}

#cityTabContent #sonneneinstrahlung .table-responsive table {
    margin-bottom: 6px;
}

#cityCalc > table {
    width: 100%;
}

#cityCalc .form-group {
    padding: 0;
    margin: 0;
}

#cityCalc table td:nth-child(1) {
    vertical-align: middle;
    font-weight: 400;
    width: 200px;
    max-width: 200px !important;
}

#cityCalc table td:nth-child(2) {
    min-width: 120px !important;
}

#cityCalc table td:nth-child(3) {
    width: 45px !important;
}

#cityCalc .radio {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

#cityCalc .radio:first-child {
    margin-top: 0;
}

#cityCalc .radio:last-child {
    margin-bottom: 0;
}

#openDistrictMap {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.modal h4 {
    padding: 0 !important;
}

.heading h4 {
    padding-bottom: 5px !important;
}

.modal-header .modal-title {
    color: #fff !important;
    padding: 0 !important;
}

#calculationResult .powerTable thead th:nth-child(2),
#calculationResult .powerTable thead th:nth-child(3),
#calculationResult .powerTable tfoot th:nth-child(2),
#calculationResult .powerTable tfoot th:nth-child(3),
#calculationResult .powerTable tbody td:nth-child(2),
#calculationResult .powerTable tbody td:nth-child(3) {
    text-align: right;
}

#calculationResult .sunTable thead th:nth-child(2),
#calculationResult .sunTable thead th:nth-child(3),
#calculationResult .sunTable tfoot th:nth-child(2),
#calculationResult .sunTable tfoot th:nth-child(3),
#calculationResult .sunTable tbody td:nth-child(2),
#calculationResult .sunTable tbody td:nth-child(3) {
    text-align: right;
}

#calculationResult .powerTable thead tr:nth-child(1) th, #calculationResult .sunTable thead tr:nth-child(1) th {
    height: 46px;
    vertical-align: middle;
}

#calculationResult .efficiencyTable tbody td:nth-child(2) {
    width: 70px !important;
    text-align: right;
}

#powerSunResultChart {
    width: 100%;
    min-height: 280px;
    border: 1px solid #DDD;
    margin-bottom: 15px;
}

.econonmyTable {

}

.economyTrDivider {
    background-color: #f0f7ff;
    text-align: center;
    color: #efefef;
    font-size: 0px;
}

.economyTrDivider td {
    padding: 4px !important;
    border-left: none;
    border-right: none;
}

#cashFlowTable, #cashFlowTable .cftDivider td {
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 12px;
    font-weight: 400;
}

#cashFlowTable .cftDivider td {
    font-size: 4px;
    margin: 0;
    padding: 0;
}

#cashFlowTable > thead > tr > th {
    border-width: 1px;
}

.cft_row td {
    text-align: right;
    min-width: 65px;
}

.cft_row td:first-child {
    text-align: left;
    background-color: #fbfbfb;
}

.cft_mRow td {
    text-align: right;
    background-color: #337ab7;
    color: #fff;
    font-weight: bold;
}

.cft_mRow td:first-child {
    text-align: left;
    min-width: 200px !important;
}

.cft_rRow td {
    text-align: right;
    font-weight: bold;
}

.cft_rRow td:first-child {
    text-align: left;
}

#recoverableValueContainer {
    margin: 7px 0px 14px 0px !important;
}

.cityCalcTable, .cityCalcTable .cctDivider.done td {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.cityCalcTable .cctDivider.done td {
    font-size: 30px;
}

.cityCalcTable tr th {
    background-color: #f0f7ff;
    border-bottom-width: 1px;
    padding: 5px 5px 3px 5px;
}

@media screen and (max-width: 767px) {
    .table-responsive > .cityCalcTable > tbody > tr > td,
    .table-responsive > .cityCalcTable > tbody > tr > th,
    .table-responsive > .cityCalcTable > tfoot > tr > td,
    .table-responsive > .cityCalcTable > tfoot > tr > th,
    .table-responsive > .cityCalcTable > thead > tr > td,
    .table-responsive > .cityCalcTable > thead > tr > th {
        white-space: normal;
    }
}

#economyChart {
    border: 1px solid #DDD;
    background-color: #fff;
}

#calculationResult h4 {
    border-bottom: 2px solid #264c91;
    padding-bottom: 10px;
}

.openCalcHelper {
    font-size: 28px;
    color: #21427E;
    margin: 3px;
    cursor: pointer;
    opacity: 0.6;
}

.openCalcHelper:hover {
    opacity: 1;
}

#dachausrichtungNeigungErtragTable th, #dachausrichtungNeigungErtragTable td {
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}

#dachausrichtungNeigungErtragTable .rotate {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    background-color: #f7f7f7;
    width: 30px !important;
    padding: 0 10px;
}

#dachausrichtungNeigungErtragTable > thead > tr > th {
    border-bottom-width: 1px;
}

#dachausrichtungNeigungErtragTable .rotate div {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    margin-left: -10em;
    margin-right: -10em;

    transform: rotate(-90deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#genehmigungBundeslaender .list-arrow-color {
    padding-left: 23px;
}

#genehmigungBundeslaender .list-arrow-color li:last-child {
    margin-bottom: 5px;
}

#genehmigungBundeslaender .list-arrow-color li {
    margin-bottom: 14px;
    margin-top: 5px;
}

.formelTable {
    background-color: #f2dede;
    border-radius: 5px;
}

.formelTable tr > td {
    border-top: none !important;
}

.formelTableBottom > tbody > tr > td {
    border-bottom: 1px solid #e4e9f0;
}

.formelTableNoBorder > tbody > tr > td {
    border-bottom: none;
    border-top: none;
    font-style: italic;
}

.formelTableNoBorder > tbody > tr > td:first-child {
    padding-left: 0;
}

#footerContainer a {
    color: #616161;
    font-size: 13px;
}

#footerContainer a:hover {
    color: #3498db;
}

.furtherArrow {
    color: #3498db;
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
}

.furtherArrowOrange {
    color: #fd8a02;
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
}

.furtherArrowOrangeIxQuest {
    display: inline-block;
    color: #fd8a02;
    font-size: 18px;
    line-height: 16px;

}

.clients-img {
    border: 1px solid #e6e9ed;
    background-color: #fff;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}

#pvInformations {
    margin: 15px 0 5px 0;
}

/*#pvInformations {
    border-radius: 3px;
    padding: 17px 10px 16px 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
#pvInformations h1{
    margin-bottom: 0;
}*/


#qiContainer .panel-heading {
    position: relative;
    padding-left: 30px;
    padding-right: 28px;
}

#qiContainer > .panel-group > .panel {
    border: 1px solid #bababa;
}

#qiContainer .panel-title:after {
    right: 18px;
    margin-top: 8px;
}

#qiContainer h2 {
    color: #21427E;
    text-transform: none;
    font-weight: 500;
    padding: 0;
    font-size: 24px;
}

#qiContainer h2 a {
    font-weight: bold;
    color: #21427E;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

#qiContainer h2:before {
    font-family: Flaticon;
    content: "\f115" !important;
    position: absolute;
    top: 19px;
    left: 10px;
    font-size: 11px;
    color: #fd8a02;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#qiContainer .panel-default > .panel-heading {
    background-color: #fff;
}

#qiContainer h2 a:hover, #qiContainer h2 a:active, #qiContainer h2 a:focus {
    text-decoration: none;
}

.firmaCta {
    background-color: #fff;
    border-left: 6px solid #3498db;
    display: table;
    width: 100%;
}

.firmaCta .partStr {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.firmaCta .partStr .name {
    color: #21427E;
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 0px;
    display: block;

}

.firmaCta .cmUl li {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 0 6px;
}

.firmaCta .cmUl li:last-child {
    border-bottom: none;
}

.firmaCta .cmUl li a:before {
    font-family: Flaticon;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-right: 10px;
    display: inline-block;
}

.firmaCta .cmUl li a:hover:before {
    text-decoration: none;
}

.firmaCta .cmUl li a.website:before {
    content: "\f118" !important;
}

.firmaCta .cmUl li a.mail:before {
    content: "\f119" !important;
}

.firmaCta .cmUl li a.route:before {
    content: "\f11a" !important;
}

.firmaCta .item {
    display: table-cell;
    padding: 10px;
    border-collapse: separate;
}

.firmaCta .firmaCtaRight {
    width: 154px;
    border-left: 1px solid #ddd;
    padding: 5px;
    position: relative;
}

.firmaCta .firmaCtaRight ul {
    margin-top: -10px;
}

.firmaCta .firmaCtaRight .btn {
    font-size: 14px;
    bottom: 8px;
    position: absolute;
}

#bksContainer h2 {
    border-bottom: 2px solid #264c91;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#bksContainer .liItem {
    border-radius: 2px;
    padding: 12px 10px 8px 10px;
    cursor: pointer;
    background-color: #fefefe;
}

#bksContainer .liItem:hover {
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
}

.agIcon {
    font-size: 32px !important;
    padding-top: 13px !important;
    border-color: #3498db;
}

.apicRight {
    float: right;
    margin: 5px 0 15px 15px;
}

.apicRight .apicWithDescription {
    margin: 0;
    display: table;
}

.apicRight .apicWithDescription .apicPictureContainer {
    border: none;
    display: block;
}

.apicRight .apicWithDescription .thumbnail {
    margin: 0;
}

.apicRight .apicWithDescription .apicDescription {
    display: table-caption;
    text-align: left;
    caption-side: bottom;
    font-size: 10px;
    color: #888;
    padding-top: 7px;
}

.apicLeft {
    float: left;
    margin: 5px 15px 15px 0;
}

.apicLeft .apicWithDescription {
    margin: 0;
    display: table;
}

.apicLeft .apicWithDescription .apicPictureContainer {
    border: none;
    display: block;
}

.apicLeft .apicWithDescription .thumbnail {
    margin: 0;
}

.apicLeft .apicWithDescription .apicDescription {
    display: table-caption;
    text-align: left;
    caption-side: bottom;
    font-size: 10px;
    color: #888;
    padding-top: 7px;
}

.apicFull {
    float: none;
    margin: 5px auto 15px auto;
}

.apicFull .apicWithDescription {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: table;
}

.apicFull .apicWithDescription .apicPictureContainer {
    border: none;
    display: block;
}

.apicFull .apicWithDescription .thumbnail {
    margin: 0;
}

.apicFull .apicWithDescription .apicDescription {
    display: table-caption;
    text-align: left;
    caption-side: bottom;
    font-size: 10px;
    color: #888;
    padding-top: 7px;
}

@media (max-width: 570px) {
    .full_570 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center550 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 550px) {
    .full_550 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center550 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 500px) {
    .full_500 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center500 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 420px) {
    .full_420 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center420 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 450px) {
    .full_450 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center450 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .full_480 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center480 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 380px) {
    .full_380 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center380 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 350px) {
    .full_350 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center350 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 300px) {
    .full_300 {
        float: none !important;
        margin-left: 0 !important;
    }

    .center300 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .full_between_768_820 {
        float: none !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .full_between_768_850 {
        float: none !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .full_between_768_900 {
        float: none !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .full_between_768_920 {
        float: none !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 940px) {
    .full_between_768_940 {
        float: none !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 970px) {
    .full_between_768_970 {
        float: none !important;
        margin-left: 0 !important;
    }
}

#exPvRechnerLink, #exPvRechnerLink:hover, #exPvRechnerLink:active, #exPvRechnerLink:focus {
    color: #333;
    text-decoration: none !important;
}

#exPvRechnerLink:hover .ixpvTeaser {
    background-color: #fdfdfd;
}

#wirtBerechnungTable tbody tr td:not(:first-child), #wirtBerechnungTable tbody tr th:nth-child(2) {
    text-align: right;
}

.kvTable td:nth-child(2) {
    padding-left: 30px;
}

.kvTable td {
    padding-top: 7px;
    padding-bottom: 5px;
}

.ads_Right1 {
    width: 100%;
    height: 70px;
}

@media (min-width: 768px) {
    .ads_Right1 {
        width: 100%;
        height: 280px;
    }
}

#cashFlowTable {
    margin-bottom: 0 !important;
}

#cashFlowContainer {
    position: relative;

}

#cashFlowResponsive {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    border: 1px solid #ddd;
    padding: 10px 7px;

}

#cashFlowLeft, #cashFlowRight {
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0;
    border: 1px solid #ddd;
    background-color: #f0f7ff;
    cursor: pointer;
}

#cashFlowLeft:hover i, #cashFlowRight:hover i {
    color: #000;
    font-weight: bold;
}

#cashFlowLeft {
    left: 0;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

#cashFlowRight {
    right: 0;
    border-left: none;
    border-radius: 0 5px 5px 0;
}

#cashFlowLeft i, #cashFlowRight i {
    font-size: 20px;
    color: #999;
    margin-top: 295px;
}

#cashFlowLeft i:first-child, #cashFlowRight i:first-child {
    margin-top: 13px;
}

#cashFlowRight i {
    margin-left: 9px;
}

#cashFlowLeft i {
    margin-left: 9px;
}

.h3bb {
    border-bottom: 2px solid #264c91;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#topBarLinksRight a:hover {
    text-decoration: none !important;
}

#topBarLinksRight a img {
    margin: 0 3px 5px 0;
}

@media (max-width: 767px) {
    #breadcrumb {
        display: none;
    }
}

#breadcrumb {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
    display: block;
}

#breadcrumb .breadcrumb {
    float: left;
}

/*@media screen and (max-width:500px){
    #indexTopFirstButtons button{
        display: block;
        width: 100%;
    }
}
@media screen and (max-width:350px){
    #indexTopFirstButtons button{
        font-size: 14px;
    }
}*/

#indexTopFirstButtons button {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#indexTopFirstButtons {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

#footerContainer .heading-footer > div {
    border-bottom: 2px solid #3498db;
    margin: 0 0 -2px 0;
    padding-bottom: 20px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 1.1;
}

.hColor {
    color: #21427e;
}


.je_item {
    display: block;
    width: auto;
    padding: 18px;
    line-height: 24px;
    border-top: 1px solid #dcdfe2;
    border-left: 1px solid #dcdfe2;
    border-right: 1px solid #dcdfe2;
    background: #fff;
    position: relative;
}

.je_item:first-child {
    border-radius: 3px 3px 0 0;
}

.je_item:last-child {
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #dcdfe2;
}

@media (max-width: 767px) {
    .je_item {
        padding: 12px;
    }
}

.je_logo {
    float: left;
    padding-right: 12px;
}

.je_logo a {
    width: 96px;
    height: 96px;
    transition: border .2s ease-in-out;
    position: relative;
    display: block;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .je_logo a {
        padding: 0;
        width: 48px;
        height: 48px;
    }
}

.je_logo a img {
    vertical-align: middle;
    width: 90%;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    margin: auto;

}

.je_body {
    display: block;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.je_item.active {
    background-color: #fff !important;
}

.je_body a:hover {
    color: #fd8a02 !important;
}

.je_body a:hover h2 span {
    color: #fd8a02 !important;
}

.je_body a:hover span {
    color: #3a434f !important;
}

.je_bodyUrl h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: #fd8a02 !important;
    margin: -3px 0 0 0 !important;
    padding: 0 !important;
}

.je_bodyUrl h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .je_bodyUrl h2 {
        font-size: 15px;
        line-height: 24px;
        margin-top: -4px;
    }
}


@media (min-width: 768px) {
    .je_bodyUrl h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding-bottom: 0;
        max-height: none;
    }
}

.je_bodyCompany {
    font-size: 14px;
    line-height: 18px;
    color: #566578;
    font-weight: 500;
    margin: 3px 0 6px;
}

.je_bodyIcons {
    margin: 0 0 6px 0;
    padding: 0;
    list-style: none;
}

.je_date {
    font-size: 14px;
    line-height: 18px;
    color: #566578;
    text-align: right;
    margin-right: 18px;
    display: inline-block;
}

.je_location {
    font-size: 14px;
    line-height: 18px;
    color: #566578;
    margin-right: 18px;
    display: inline-block;
}

.je_details {
    font-size: 12px;
    line-height: 18px;
    color: #3a434f;
}

.unlinkify {
    color: inherit !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .je_details {
        margin-top: 4px;
        margin-bottom: -4px;
        text-align: left;
    }
}

.jobsTopLayerContainer {
    border-top: 1px solid #264c91;
}

.jobsTopLayerContainer .jobTopContainer {
    z-index: 10000;
}

.jobsTopLayerContainer h1 {
    text-transform: none;
    font-size: 30px;
    color: #172b51;
}

.jobsTopContainer {
    position: relative;
}

.jobsSearchContainer .pl, .jobsSearchContainer .pm, .jobsSearchContainer .pu, .jobsSearchContainer .pr {
    float: left;
    margin-bottom: 8px;
}

#j_jobLocation {
    margin-right: -4px;
}

#j_jobRadius {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;

}

#j_jobSearch {
    color: #fff;
    border-color: #264c91;
    background-color: #264c91;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-top: 0px;
    border-radius: 0;
    border-width: 2px;
}


#j_jobSearch:hover {
    color: #efefef;
    border-color: #264c91;
    background-color: #172b51;
}


#jobRatgeber article .cat-post-desc {
    font-size: 15px;
}

#jobRatgeber article.small .cat-post-desc {
    width: 100%;
}

#jobRatgeber article .cat-post-desc {
    margin: 0;
    font: 300 16px 'Lato', sans-serif;
    line-height: 24px;
    padding: 0;
    letter-spacing: normal;
    position: relative;
}

#jobRatgeber article .cat-post-desc, #jobRatgeber article .cat-post-desc a, #jobRatgeber article .cat-post-desc h3, #jobRatgeber article .cat-post-desc span {
    text-transform: none;
    vertical-align: baseline;
    outline: 0;
}

#jobRatgeber article.small .article-img {
    width: 150px;
    margin-right: 0;
}

#jobRatgeber article.small .article-img {
    border: none;
    box-shadow: none;
}

#jobRatgeber article.small .article-img {
    height: auto;
    width: 100px;
}

#jobRatgeber article.small .article-img {
    margin: 0 10px 10px 0;
}

#jobRatgeber .article-content img, #jobRatgeber .embed-container, #jobRatgeber .widget-article .article-content #jobRatgeber .free-container, #jobRatgeber .widget-noborder img {
    max-width: 100%;
}

#jobRatgeber .pull-left {
    float: left;
}

#jobRatgeber .pull-left {
    float: left !important;
}

#jobRatgeber .carousel-inner > .item > a > img, #jobRatgeber .carousel-inner > .item > img, .img-responsive, #jobRatgeber .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

#jobRatgeber article.small .cat-post-desc h3, #jobRatgeber article.small .cat-post-desc span {
    font: 300 16px/16px 'Lato', sans-serif;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#jobRatgeber article .cat-post-desc a, #jobRatgeber article .cat-post-desc span {
    line-height: 20px;
    margin: 0;
    font: 400 16px/20px 'Lato', sans-serif;
    padding: 0;
    letter-spacing: normal;
}

#jobRatgeber article .cat-post-desc, #jobRatgeber article .cat-post-desc a, #jobRatgeber article .cat-post-desc h3, #jobRatgeber article .cat-post-desc span {
    text-transform: none;
    vertical-align: baseline;
    outline: 0;
}

#jobRatgeber article.small > a {
    max-height: 100px;
}

#jobRatgeber .blog.home .middle-content .small > a {
    float: left;
    overflow: hidden;
    max-height: 75px;
}

.jr_item {
    margin-bottom: 25px;
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 10px;
}

#jobPager .pages span {
    color: #333;
    font-size: 14px;
    padding-top: 10px;
    font-weight: normal;
    border: none;
}

#jobPager li > a {
    padding: 9px 14px 6px 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
}

#jobSearchInput .form-group {
    margin-bottom: 0;
}

.jobCategories .jcItem {
    float: left;
    border: 1px solid #264c91;
    border-radius: 3px;
    padding: 2px 8px;
    margin: 0 4px 6px 0;
    color: #264c91;
    font-size: 13px;
    font-weight: 400;
}

.jobCategories .jcItem:hover {
    text-decoration: none;
    background-color: #264c91;
    color: #fff;
}

.jobCategories .jcItem.active {
    text-decoration: none;
    background-color: #264c91;
    color: #fff;
}

#je_top .pager {
    margin: 0 0 8px 0;
    color: #888;
}

#je_top .pager li > a, #je_top .pager li > span {
    border: none;
    font-size: 13px;
    padding: 5px;
}

#je_top .pager .glyphicon {
    border: none;
    font-size: 11px;
    color: #264c91;
}

#je_top .pager li.disabled .glyphicon {
    opacity: 0.6;
}

#je_top .jobCount {
    margin-top: 3px;
    margin-right: 10px;
}

#je_top .jobCount i {
    margin-top: 10px;
    color: #888888;
    font-weight: 400;
    font-size: 12px
}

.nChceckboxes label {
    cursor: pointer;
}

.nChceckboxes [type="checkbox"] {
    display: none;
}

.nChceckboxes [type="checkbox"] + label::before {
    width: 22px;
    height: 18px;
    background-image: url("/jobboerse-img/assets/unchecked.png");
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
}

.nChceckboxes [type="checkbox"]:checked + label::before {
    background-image: url("/jobboerse-img/assets/checked.png");
}

#myRightWrb iframe {
    width: 100%;
}

#myRightWrb .wrbInfo {
    float: right;
    font-size: 11px;
    color: #777777;
    margin-top: -2px;
}

#myRightWrb iframe {
    height: 280px
}

@media (min-width: 546px) and (max-width: 767px) {
    #myRightWrb iframe {
        height: 162px
    }
}


.myAnfrageWrb iframe {
    width: 100%;
}

.myAnfrageWrb .wrbInfo {
    float: right;
    font-size: 11px;
    color: #777777;
    margin-top: -10px;
}

.myAnfrageWrb iframe {
    height: 280px
}

@media (min-width: 536px) and (max-width: 998px) {
    .myAnfrageWrb iframe {
        height: 162px
    }
}

@media (min-width: 1060px) {
    .myAnfrageWrb iframe {
        height: 168px
    }
}


.add-company-container {
    padding: 5px 0 5px 0;
    margin-bottom: 15px;
}

.btn-add-company {
    background-color: #fff;
    border: 1px solid #1087dd;
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1087dd;
    border-radius: 2px;
    padding: 4px 44px 4px 12px;
    font-size: 14px;
    line-height: 1.6;
}

.btn-add-company :first-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 30px;
    font-size: 1.3em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: #1087dd;
}

.has-error .cke {
    border: 1px solid #FF0000;
}

@media screen and (min-width: 501px) {
    .mj_top .mj_logo_container {
        width: 96px;
        height: 96px;
    }

    .mj_top .mj_logo_container .mj_logo {
        width: 96px;
        height: 96px;
    }

    .mj_top .mj_overview_container {
        width: calc(100% - 96px);
    }
}

@media screen and (max-width: 500px) {
    .mj_top .mj_logo_container {
        width: 64px;
        height: 64px;
    }

    .mj_top .mj_logo_container .mj_logo {
        width: 64px;
        height: 64px;
    }

    .mj_top .mj_overview_container {
        width: calc(100% - 64px);
    }
}

.mj_box {
    border: 1px solid #EEEEEE;
    padding: 18px;
}

.mj_top .mj_logo_container {
    float: left;
}

.mj_top .mj_logo_container .mj_logo {
    transition: border .2s ease-in-out;
    position: relative;
    display: block;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.mj_top .mj_logo_container img {
    vertical-align: middle;
    width: 90%;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    margin: auto;
}

.mj_top .mj_overview_container {
    float: left;
    padding-left: 15px;
    padding-top: 5px;
}

.mj_top .mj_overview_container h2 {
    padding-bottom: 5px;
}

.mj_box h3 {
    padding-top: 12px;
}


.tdm-0 > td:first-child {
    border-left: 10px solid #fd8a02;
}

.tdm-1 > td:first-child {
    border-left: 10px solid #088ef0;
}

.withAnchor {
    position: relative;
}

.withAnchor .anchor {
    position: absolute;
    top: -50px;
}

#bestandteileItems {
    margin: 0 -8px;
}

#bestandteileItems .item {
    padding: 10px 8px;
}

#bestandteileItems .item .inc:hover {
    background-color: #fafafa;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

#bestandteileItems .item .inc {
    height: 100%;
    width: 100%;
    min-height: 115px;
    border: 1px solid #d5d5d5;
}

#bestandteileItems .item .inc a {
    color: #383838;
    text-decoration: none !important;
    position: relative;
}


#bestandteileItems .item .inc a .pic {
    float: left;
    width: 120px;
    height: 120px;
    border-right: 1px solid #d5d5d5;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bestandteileItems .item .inc a .pic.solarmodule {
    background: url(/img/photovoltaikanlage/solarmodule.jpg) no-repeat;

}

#bestandteileItems .item .inc a .pic.wechselrichter {
    background: url(/img/photovoltaikanlage/wechselrichter.jpg) no-repeat;
}

#bestandteileItems .item .inc a .pic.verkabelung {
    background: url(/img/photovoltaikanlage/photovoltaikanlage_verkabelung.jpg) no-repeat;
}

#bestandteileItems .item .inc a .pic.zaehler {
    background: url(/img/photovoltaikanlage/zaehler.jpg) no-repeat;
    background-position: 50% 0 !important;
}

#bestandteileItems .item .inc a .pic.anlagenueberwachung {
    background: url(/img/photovoltaikanlage/solar_anlagenueberwachung.jpg) no-repeat;
    background-position: 50% 0 !important;
}

#bestandteileItems .item .inc a .pic.montagesystem {
    background: url(/img/photovoltaikanlage/dach_pv_montagesystem.jpg) no-repeat;
}

#bestandteileItems .item .inc a .pic.stromspeicher {
    background: url(/img/photovoltaikanlage/solar_batterie.jpg) no-repeat;
    background-position: 50% 0 !important;
}


#bestandteileItems .item .inc a .descr {
    padding: 10px;
    height: 120px;
    width: calc(100% - 120px);
    float: left;
    position: relative;
    font-size: 13px;
}

#bestandteileItems .item .inc a .descr h6 {
    padding-top: 0;
    padding-bottom: 4px;
}

#toc-container {
    margin: 20px 0 10px 0;
    border: 1px solid #d5d5d5;
    padding: 10px;
}

#list-toc {
    padding-left: 30px;
    margin-bottom: 0;
}

#list-toc li {
    padding-left: 20px;
    margin-bottom: .6em;
}

#list-toc li a {
    font-size: 16px;
}

.toc-title {
    font-size: 18px;
    font-weight: 700;
    margin-left: 17px;
    margin-bottom: 14px;
}

.stateItem .portfolio-title {
    padding: 0 !important;
    font-size: 16px !important;
    color: #888 !important;
}

.bestandteileErklaerung .erkl {
    border: 1px solid #d5d5d5;
    padding: 0px 10px 10px 10px;
}

#pvanlage_with_links {
    position: relative;
}

#pvanlage_with_links > img {
    display: block;
    max-width: 100%;
}

#pvanlage_with_links .bdg {
    position: absolute;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid red;
    color: #000;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    display: table;
    line-height: 0.5;

}

#pvanlage_with_links a {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    padding: 6px;
}

@media (max-width: 992px) {
    #pvanlage_with_links a {
        padding: 5px;
    }
}

@media (max-width: 850px) {
    #pvanlage_with_links a {
        padding: 4px;
    }
}

@media (max-width: 768px) {
    #pvanlage_with_links a {
        padding: 3px;
    }
}


#pvanlage_with_links .bdg:hover {
    background-color: #264c91;
}

#pvanlage_with_links .bdg:hover a {
    color: #fff;
    text-decoration: none;
}

#pvanlage_with_links .bdg1 {
    top: 31%;
    left: 40%;
}

#pvanlage_with_links .bdg2 {
    top: 30%;
    left: 73%;
}

#pvanlage_with_links .bdg3 {
    top: 86%;
    left: 72%;
}

#pvanlage_with_links .bdg4 {
    top: 61%;
    left: 85%;
}

#pvanlage_with_links .bdg5 {
    top: 62%;
    left: 51%;
}

#pvanlage_with_links .bdg6 {
    top: 75%;
    left: 24%;
}

#pvanlage_with_links .bdg7 {
    top: 85%;
    left: 62%;
}

#pvanlage_with_links .bdg8 {
    top: 87%;
    left: 54%;
}

.pv_anlage_tooltip .tooltip-inner {
    text-align: left;
    max-width: 320px;
    padding: 8px 12px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #383838;
}

.pv_anlage_tooltip .tooltip-inner .tit {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 4px;
    text-decoration: underline;
}

.pv_anlage_tooltip .tooltip-arrow {
    border-top-color: #fff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.ang_container {
    margin: 30px 0 15px 0;
    position: relative;
}

.ang_container_stadt {
    margin: 5px 0 15px 0;
}

.ang_top {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.ang_top .ang_pic {
    width: 160px;
    height: 160px;
    float: left;
    background-image: url(/img/parts/solaranlage_dach.png);
    /* background-image: url(/img/parts/pv_rechnen_vergleichen.png); */
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    animation: fadein_keyframes .9s both;
}

.ang_top .ang_heading {
    color: #244685;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-transform: none;
    font-size: 22px;
    padding: 0 0 0 3px;
}

.ang_top .ang_content {
    padding: 10px 0 10px 60px;
    width: calc(100% - 160px);
    float: left;
}

.ang_button {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    background-color: #144591;
    color: #fff;
    width: 100%;
}

.ang_ahref {
    text-decoration: none;
    color: #fff;
}

.ang_ahref:hover, .ang_ahref:focus, .ang_ahref:active {
    text-decoration: none;
    color: #fff;
}

.ang_button:hover {
    background-color: #1B3462;
}

.ang_button i {
    font-size: 18px;
    margin-left: 5px;
}

.ang_list .ang_item {
    padding: 4px;
}

.ang_list .ang_item .left {
    float: left;
    width: 30px;
}

.ang_list .ang_item .right {
    float: left;
    width: calc(100% - 30px);
}

.ang_list .ang_item .icon {
    font-size: 18px;
    color: #b6d14c;
}

.ang_ribbon_pos {
    right: 40px;
    top: 40px;
    width: 76px;
    height: 76px;
}

.ang_ribbon_pos:before, .ang_ribbon_pos:after {
    width: 76px;
    height: 76px;
}

.ang_ribbon {
    background-color: #ff8c00;
    border-radius: 50%;
    padding: 12px 0 0 0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    text-align: center;
    transform: rotate(26deg);
    z-index: 1;
    font-size: 17px;
}

.ang_ribbon_star {
    background: #ff8c00;
    position: absolute;
    text-align: center;
}

.ang_ribbon_star:before, .ang_ribbon_star:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ff8c00;
}

.ang_ribbon_star:before {
    transform: rotate(30deg);
}

.ang_ribbon_star:after {
    transform: rotate(60deg);
}

.ang_ribbon_star_2 {
    transform: rotate(15deg);
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ang_ribbon_pos {
        display: none;
    }

    .ang_top .ang_pic {
        width: 120px;
        height: 120px;
        margin-top: 15px;
    }

    .ang_top .ang_content {
        width: calc(100% - 120px - 10px);
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .ang_heading span {
        display: none;
    }

    .ang_item .right {
        font-size: 14px;
    }
}

@media screen and (min-width: 749px) and (max-width: 1080px) {
    .ang_top .ang_content {
        padding-left: 10px !important;
    }
}

@media screen and (min-width: 100px) and (max-width: 730px) {
    .ang_top .ang_content {
        padding-left: 10px !important;
    }
}

@media screen and (min-width: 100px) and (max-width: 660px) {
    .ang_top .ang_pic {
        width: 120px;
        height: 120px;
        margin-top: 15px;
    }

    .ang_ribbon_pos {
        right: 40px;
        top: 60px;
        width: 58px;
        height: 58px;
    }

    .ang_ribbon_pos:before, .ang_ribbon_pos:after {
        width: 58px;
        height: 58px;
    }

    .ang_ribbon {
        padding: 6px 0 0 0;
        font-size: 15px;
    }
}

@media screen and (min-width: 100px) and (max-width: 560px) {
    .ang_top .ang_pic {
        width: 80px;
        height: 80px;
    }

    .ang_heading span {
        display: none;
    }
}

@media screen and (min-width: 400px) and (max-width: 520px) {
    .ang_ribbon_pos {
        right: 20px;
        top: 30px;
    }
}

@media screen and (min-width: 100px) and (max-width: 460px) {
    .ang_top .ang_pic {
        width: 0;
        height: 0;
    }

    .ang_top .ang_content {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .ang_ribbon_pos {
        right: -5px;
        top: -5px;
    }
}

@media screen and (max-width: 350px) {
    .ang_ribbon_pos {
        display: none;
    }
}

.daaWgtAngebote {
    margin: 30px 0 20px 0;
}

.tableSchritteTaetigkeiten tbody tr td, .tableSchritteTaetigkeiten thead tr th {
    padding-left: 8px;
    padding-right: 8px;
}

.tableSchritteTaetigkeiten tbody tr td:nth-child(1) {
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background-color: #f7f7f7;
}

.tableSchritteTaetigkeiten tbody tr td:nth-child(2) {
    vertical-align: middle;
}

.awlThPv thead th:nth-child(2), .awlThPv thead th:nth-child(3), .awlThPv thead th:nth-child(4),
.awlThPv tbody td:nth-child(2), .awlThPv tbody td:nth-child(3), .awlThPv tbody td:nth-child(4),
.awlThPv tfoot td:nth-child(2), .awlThPv tfoot td:nth-child(3), .awlThPv tfoot td:nth-child(4) {
    text-align: right;
}

#nLayer {
    min-height: 100px;
    border-bottom: 2px solid #1B3462;
    background-position: 50% 50%;
    background-image: url(/img/layer/photovoltaik1.jpg);
    background-size: cover;
}

#nLayer .container {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#nLayer .nRightInfo {
    position: absolute;
    right: 0;
    bottom: 12px;
    opacity: 0.9;
}

#nLayer .nRightInfo img {
    width: 100%;
    height: auto;
}


#nLayer .rpAngebote {
    margin: 15px;
}

.rpAngebote {
    max-width: 620px;
}

.rpAngebote .title {
    text-align: center;
    margin: 0 0 0 0;
    font-size: 22px;
    font-weight: bold;
    color: #fd8a02;
}


.rpAngebote .evtVort {
    color: #1b3462;
    padding: 3px 10px 3px 10px;
    margin-bottom: 10px;
    position: relative;
    justify-content: center;
    text-align: center;
}

.rpAngebote .evtVort .item {
    display: inline-block;
    margin-right: 15px;
}

.rpAngebote .evtVort .item:last-child {
    margin-right: 0;
}

.rpAngebote .evtStepContainer {
    overflow: hidden;
}

.rpAngebote .evtStepsTitle {
    font-weight: bold;
}

.rpAngebote .evt {
    border: 1px solid #1b3462;
    background-color: #fff;
    margin: 5px 8px 5px 0;
    padding: 5px;
    width: 154px;
    height: 140px;
    float: left;
    cursor: pointer;
    box-shadow: 2px 2px 5px 0 rgba(27, 52, 98, .33);
    border-radius: 4px;
}

.rpAngebote .evt:last-child {
    margin-right: 0;
}

.rpAngebote .evt:hover {
    box-shadow: inset 0 1px 7px 0 rgba(86, 52, 6, .31);
    /* border-color: #ff8c00; */
    opacity: 0.9;
}

.rpAngebote .evt:hover .lbl {
    color: #ff8c00;
}

.rpAngebote .evt img {
    height: 64px;
    width: 64px;
    margin: 11px auto 15px auto;
    display: block;
}

.rpAngebote .evt .lbl {
    font-size: 14px;
    margin: -4px 0 0 0;
    text-align: center;
}

.rpAngebote .evtList {
    width: 100%;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
    border-top-width: 0;

}

.rpAngebote .evtList:first-child {
    margin-top: 5px;
    border-top-width: 1px;
}

.rpAngebote .evtList:last-child {
    margin-bottom: 0;
    border-bottom-width: 1px;
}

.rpAngebote .evtList .lbl {
    margin: 0;
}

.rpAngebote .evtInfo {
    font-size: 16px;
    font-weight: bold;
    color: #fd8a02;
    margin-bottom: 4px;
}

.rpAngebote .layArrowContainer {
    visibility: hidden;
}

.rpAngebote .layArrow {
    float: left;
    margin: 26px 18px 13px 55px;
    border-left: 54px solid #ff8c00;
    border-bottom: 54px solid transparent;
    border-top: 54px solid transparent;
}

.rpAngebote .layArrowInner {
    position: absolute;
    margin: -34px 0 0 -110px;
    padding: 16px 1px 16px 16px;
    background: #fd8a02;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.rpAngebote .srchContainer .evtInfo {
    text-align: center;
}

.rpAngebote .regionContainer {
    margin: 8px;
    border-radius: 4px;
}

.rpAngebote .regionButtonContainer {
    width: 100%;
}

.rpAngebote .regionButtonContainer button {
    margin: 0 auto;
    display: block;
    font-weight: bold;
    padding: 3px 40px;
    height: 46px;
    background-color: #fd8a02;
}

.rpAngebote .regionButtonContainer button:hover {
    background-color: #feae1b;
}

.rpAngebote .regionZip {
    margin: 30px auto 34px auto;
    max-width: 300px;
    border-radius: 5px;
}

.rpAngebote .regionZip .form-control {
    border-radius: 5px;
    height: 44px;
    font-size: 16px;
}

.rpAngebote .rpProgress {
    border: 1px solid #264c91;
    margin: 20px 0 8px 0;
    width: calc(100% - 0px);
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
}

.rpAngebote .rpBar {
    font-size: 12px;
    width: 0%;
    height: 18px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #264c91;
    text-align: center;
    line-height: 15px;
    color: #fff;
}

.rpAngebote .srchLoadContainer {
    position: relative;
    min-height: 219px;
    width: calc(100% - 0px);
    border-radius: 4px;
    box-shadow: 0 0 2px 1px lightgrey;
    margin: 20px 0;
    background-color: #fff;
    text-align: center;
}

.rpAngebote .srchLoadContainer .srchLoadHeading {
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    color: #999;
}

.rpAngebote .srchLoadContainer .srchLoadLoader {
    min-height: 128px;
}

.rpAngebote .srchLoadContainer .srchLoadFooter {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    color: #999;
}

.rpAngebote .contactContainer .form-group {
    width: calc(100% - 0px);
    margin: 16px 2px;
}

.rpAngebote .contactContainer .form-control {
    border-radius: 4px;
    padding: 15px 10px 15px 15px;
    height: 50px;
    font-size: 15px;
}

.rpAngebote .contactContainer .infoColumn .text {
    text-align: center;
}

.rpAngebote .contactContainer .infoColumn .seal {
    margin: 10px auto;
    display: block;
}

.rpAngebote .contactContainer .infoColumn .security {
    text-align: center;
}

.contactContainer .send {
    height: auto;
    padding: 10px 20px;
}

.rpAngebote .salutationContainer {
    width: calc(100% - 6px);
    margin: 0 auto;
    display: block;
}

.rpAngebote .salutationContainer .left {
    border-radius: 4px 0 0 4px;
}

.rpAngebote .salutationContainer .right {
    border-radius: 0 4px 4px 0;
}

.rpAngebote .salutationContainer .salutation {
    float: left;
    width: 50%;
    background-color: #fff;
    padding: 5px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.14);
    text-align: center;
    font-size: 15px;
    color: #888;
}

.rpAngebote .salutationContainer .salutation.active {
    border: 1px solid green !important;
    color: #feae1b;
    box-shadow: inset 0 1px 7px 0 rgba(86, 52, 6, .31);
}

.rpAngebote .salutationContainer .salutation i {
    font-size: 13px;
}

.rpAngebote .salutationContainer .salutation:hover {
    box-shadow: inset 0 1px 7px 0 rgba(86, 52, 6, .31);
    color: #fd8a02;
    border: 1px solid #a9a9a9;
}

.rpAngebote .salutationContainer.has-error .salutation {
    border: 1px solid red !important;
}

.privacy-container.input-container {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.contact-form .input-container {
    margin: 0 auto 20px;
    min-height: 0;
    padding: 0;
}

.privacy-container .privacy-advantages {
    background: #fff;
    padding: 5px 10px;
    margin: 0;
}

.privacy-container {
    border: 1px solid #979797;
    border-radius: 5px;
    overflow: hidden;
}

.input-container {
    position: relative;
}

.privacy-container .privacy-advantages .advantage {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.privacy-container .privacy-advantages .advantage .fa {
    color: #fd8a02;
    padding: 0 5px 0 0;
}

.privacy-container .privacy-input-wrapper {
    background-color: #fee6bf;
    font-size: 11px;
    padding: 10px 12px;
    width: 100%;
    border-top: 1px dotted #999;
}

.lay_ribbon_cont {
    position: absolute;
    width: 76px;
    height: 76px;
    right: 40px;
    top: 50px;
}

.lay_ribbon_pos {
    right: 0;
    top: 0;
    width: 76px;
    height: 76px;
}

.lay_ribbon {
    border: 2px dotted #fff;
    border-radius: 50%;
    padding: 12px 0 0 0;
    color: #1b3462;
    position: absolute;
    text-align: center;
    transform: rotate(10deg);
    z-index: 1;
    font-size: 14px;
    right: -4px;
    top: -4px;
    width: 84px;
    height: 84px;
    line-height: 1.2;
}

.lay_ribbon b {
    font-size: 20px;
    font-weight: 600;
}


.lay_ribbon_pos:before, .lay_ribbon_pos:after {
    width: 76px;
    height: 76px;
}

.lay_ribbon_star {
    background: #ff8c00;
    position: absolute;
    text-align: center;
}

.lay_ribbon_star:before, .lay_ribbon_star:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ff8c00;
}

.lay_ribbon_star:before {
    transform: rotate(30deg);
}

.lay_ribbon_star:after {
    transform: rotate(60deg);
}

.lay_ribbon_star_2 {
    transform: rotate(15deg);
}


@media screen and (max-width: 1020px) {
    #nLayer .nRightInfo {
        width: calc(100% - 630px);
    }
}

@media screen and (max-width: 800px) {
    #nLayer .nRightInfo {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    #nLayer .lay_ribbon_pos {
        display: none;
    }

    #nLayer .rpAngebote {
        margin: 0 auto !important;
        max-width: 650px;
        padding: 15px;
    }

    #nLayer .rpAngebote .evt {
        width: 148px;
    }

    #nLayer .rpAngebote .evtList {
        width: 100%;
    }
}

@media screen and (max-width: 636px) {
    #nLayer .layArrow {
        display: none;
    }

    #nLayer .evtCotainer {
        width: 468px;
        margin: 0 auto;
    }

    #nLayer .rpAngebote .evtInfo {
        text-align: center;
    }

    #nLayer .lbl {
        display: table;
    }

    #nLayer .lbl div {
        width: 10000px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    #nLayer .rpAngebote .title {
        line-height: 1.2;
        padding-bottom: 10px;
    }

    #nLayer .evtCotainer {
        width: 100%;
    }

    #nLayer .rpAngebote .evt {
        width: 130px;
    }

    #nLayer .rpAngebote .evtList {
        width: 100%;
    }

    #nLayer .evtCotainer {
        width: 412px;
        margin: 0 auto;
    }

    #nLayer .rpAngebote .evt img {
        height: 44px;
        width: 44px;
        margin: 11px auto 15px auto;
        display: block;
    }

    #nLayer .rpAngebote .evt .lbl {
        height: 66px;
    }

    #nLayer .rpAngebote .evtList .lbl {
        height: 24px;
    }
}

@media screen and (max-width: 450px) {
    #nLayer .evtVort {
        font-size: 12px;
    }

    #nLayer .evtCotainer {
        width: 100%;
    }

    #nLayer .rpAngebote .evt {
        width: 120px;
    }

    #nLayer .rpAngebote .evtList {
        width: 100%;
    }

    #nLayer .evtCotainer {
        width: 382px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    #nLayer .evtCotainer {
        width: 100%;
    }

    #nLayer .rpAngebote .evt {
        width: 110px;
    }

    #nLayer .rpAngebote .evtList {
        width: 100%;
    }

    #nLayer .evtCotainer {
        width: 350px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 370px) {
    #nLayer .evtCotainer {
        width: 320px;
        margin: 0 auto;
    }

    #nLayer .rpAngebote .evt {
        width: 100px;
    }

    #nLayer .rpAngebote .evtList {
        width: 100%;
    }

    #nLayer .rpAngebote .evt .lbl {
        font-size: 13px;
    }
}

@media screen and (max-width: 340px) {
    #nLayer .evtCotainer {
        width: 100%;
    }

    #nLayer .rpAngebote .evt {
        width: 100%;
        height: 68px;
    }

    #nLayer .rpAngebote .evt img {
        height: 44px;
        width: 44px;
        margin: 3px 24px 10px 10px;
        display: block;
        float: left;
    }

    #nLayer .lbl div {
        width: auto;
    }

    #nLayer .rpAngebote .evtList {
        width: 100%;
        height: 34px;
    }

    #nLayer .rpAngebote .evtList .lbl {
        margin: auto;
    }

    #nLayer .rpAngebote .evt .lbl {
        font-size: 13px;
    }
}

.daaPopover table {
    font-size: 13px;
}

.contactLawuschka {
    display: none;
}

#datenschutzWrapper h2 {
    padding-top: 60px;
}

#datenschutzWrapper h3 {

}

#datenschutzWrapper h4 {
    padding-top: 10px;
}

