


svg {
    max-width:100%;
    height:auto;
}



/* Referenzen Start */
.liste.referenzen {
    width:100%;
    padding:70px 0;
}

.liste.referenzen .item {
    position:relative;
    margin:10%;
}
.liste.referenzen .item .image_wrapper,
.detail.referenzen .image_wrapper {
    text-align:center;
    position:absolute;
    top:0;
    padding-top:2.5%;
    height:90%;
}
.liste.referenzen .item .image,
.detail.referenzen .image {
    position:relative;
    width:79%;
    height:100%;
    overflow:
    hidden;
    margin:0 auto;
}
.liste.referenzen .item .hoverdiv {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    left:0;
    bottom:0;
    opacity:0;
    padding:30px;
    box-sizing:border-box;
}
.liste.referenzen .item:hover .hoverdiv {
    opacity:1;
}

.liste.referenzen > .row{
    margin-left:0;
    margin-right:0;
}

.liste.referenzen > .row > [class*=col]{
    padding:0;
}
.liste .showall{
    display:block;
    text-align:center;
}
.liste .showall a {
    display:inline-block;
    margin:30px auto;
    padding:10px;
    text-decoration:none;
}
.liste.referenzen h3 {
    font-size:1.4em;
    line-height:1.2em;
}





.detail.referenzen  {
    width:100%;
    padding:90px 0;
}
.detail.referenzen .itemHeader  {
    padding-bottom:4em;
    text-align:center;
}
.detail.referenzen .itemHeader h1{
    padding:0;
    margin:0;
}

.detail.referenzen .itemHeader h2.untertitel  {
     font-size:1.6em;
     line-height:1.2em;
     padding:0;
    margin:0;
}
.detail.referenzen .item {
    position:relative;
    margin-bottom:30px;
}
.detail.referenzen .fulltext {
    padding:50px 0;
}


.extrafields {
    padding:0;
}
.extrafieldkey {
    font-weight:bold;
}

.extrafields > .row {
    padding-bottom:30px;
}
.extrafields > .row:last-child {
   border-bottom-style:none;
}


.extrafields .dotcheck {
    padding:0px 0 0 28px;
}

.back {
    display:inline-block;
    padding:3px 0 0 40px;
    font-size:0.7em;
    line-height:1em;
    text-decoration:none;
    margin-top:-50px;
    position:absolute;
}
.dot {
    width:30px;
    height:30px;
    font-size:30px;
    line-height:27px;
    text-align:center;
    font-weight:bold;
    position:absolute;
    left:0;
    top:-5px;
}
.dotblue {
    width:20px;
    height:20px;
    font-size:17px;
    line-height:20px;
    text-align:center;
    font-weight:bold;
    position:absolute;
    left:0;
    top:5px;
}

.back:hover .dot {
    left:-10px;
}
/* K2 Breadcrum */
.k2BreadcrumbsBlock .bcTitle {
    display:none;
}

/* Referenzen End */

/* regionen Start */
.regionen .subCategory {
    text-align:center;
}

.regionen .subCategory h2{
    padding:5px 0 0 0;
}

.regionen .catItemView.groupPrimary,
.regionen div.catItemBody {
    padding:0;
}
.regionen div.catItemView {
    margin-bottom:0;
}
.regionen h3.catItemTitle{
    font-size:1.3rem;
    line-height:1.2rem;
}


/* regionen End */

/* Kundenstimmen */
.container > .row .liste.kundenstimmen{
    width:100%;
    padding-left:0;
    padding-right:0;
}
.liste.kundenstimmen .item {
    padding-top:30px;
    padding-bottom:30px;
}
.tomppa-ishome .liste.kundenstimmen .item{
    padding-bottom:0;
}

.liste.kundenstimmen .image.circle {
    overflow:hidden;
    border-width:5px;
    border-style: solid;
    margin:15%;
}
.liste.kundenstimmen .textblock {
    padding-left:70px;
    position:relative;
}
.liste.kundenstimmen .textblock:before {
    content:"\"";
    font-size:12em;
    line-height:1em;
    position:absolute;
    top:-10px;
    left:-10px;
}
.liste.kundenstimmen .stimme {
    font-size:1.2em;
    line-height:1.4em;
    padding-bottom:10px;
}
.liste.kundenstimmen .name {
    font-size:1.2em;
    line-height:1.4em;
}

/* FAQ */
.container > .row .liste.faq{
    width:100%;
    padding-left:0;
    padding-right:0;
}
.liste.faq .item {
    margin-bottom:5px;
}
.liste.faq .title {
     cursor:pointer;
}

.liste.faq .title h3 {
    padding:12px 40px 10px 10px;
    font-size:1.2em;
    line-height:1.2em;
}

.liste.faq .title .plus {
    width:30px;
    position:absolute;
    right:15px;
    top:10px;
    font-size:1.4em;
}
.liste.faq .detail {
    padding:0;
    max-height:0;
    overflow:hidden;
}
.liste.faq .detail .inner  {
    padding-left:15px;
    padding-right:15px;
}
.liste.faq .open .detail {
    padding-top:30px;
    padding-bottom:30px;
    max-height:3000px;
}




/* Dienstleistungen */
.liste.dienstleistungen{
    width:auto;
    padding-left:0;
    padding-right:0;
    margin-left:-15px;
    margin-right:-15px;
}
.liste.dienstleistungen .item {
    padding-top:80px;
    padding-bottom:80px;
}
.liste.dienstleistungen .item:nth-child(even) > .container > .row{
   flex-direction:row-reverse;
}

.tomppa-ishome .liste.dienstleistungen .item{
    padding-bottom:0;
}
.liste.dienstleistungen .image {
    width:100%;
    height:100%;
    text-align:center;
}

.liste.dienstleistungen .image svg {
    position: sticky;
    top: 90px;
    max-width:50%;
    margin-bottom:30px;
}
.liste.dienstleistungen .textblock {
    position:relative;
}
.liste.dienstleistungen h2.itemtitle,
.liste.dienstleistungen h2.untertitel {
    padding-bottom:0;
}
.liste.dienstleistungen .text {
    padding-top:40px;
}

.liste.dienstleistungen ul {
    margin-bottom:30px;
}
@media (min-width: 768px) {
   .liste.dienstleistungen .image svg{
       max-width:100%;
   }
}
@media (min-width: 1400px) {
    .liste.dienstleistungen .item:nth-child(odd)  .image{
        margin-left:-100px;
    }
    .liste.dienstleistungen .item:nth-child(even)  .image{
        margin-left:100px;
    }
}


/*******************/
/* K2 Filter Modul */
div .selectize-control.single .selectize-input {
    background-image:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow:0 0 0 0;
}
.selectize-dropdown.single {
    z-index:90;
}

.k2filter-field-select h3{
    padding:0 0 5px 0;
}
div .k2filter-responsive .k2filter-cell {
    margin-left:0;
    padding:0 10px 0 10px;
    min-height:60px;
}
.k2filter-table {
    margin-left:-10px;
    margin-right:-10px;
}
.plugin-remove_button .full input {
    opacity:0;
}
.selectize-dropdown [data-selectable].option {
    cursor:pointer;
}
/* K2 Filter Modul END*/
/**********************/


/* K2 Responsiv Grid Team Grid */
ul.regridk2 > li{
    padding:0;
}

ul.regridk2 > li::before {
    display:none;
}
@media (min-width: 992px) {
    div.teamoffice {
        padding-left:5px!important;
    }
}
ul.regridk2 .inner-mix {
    padding:5px 0;
}
ul.regridk2 .inner-mix h3{
    padding:0;
    margin:5px 0 5px 0;
    font-size:15pt;
    line-height:1.2em
}
.mix-filters .button:first-child{
    margin-left:-3px;
}
div .mix-filters .button {
    line-height:32px;
    padding:0 10px;
    font-size:13px;
    border-radius: 0;
}

/**********************/
/** JW SigPro Start   */
div ul.sigProResponsiveBlue  {
    margin:0 -1px;
}
div ul.sigProResponsiveBlue li.sigProThumb {
    margin:0;
    padding:1px;
}
div ul.sigProResponsiveBlue li.sigProThumb span.sigProLinkOuterWrapper{
    margin:0;
    padding:0;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink,
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover {
    border:none;
      padding:5px;
    background-color:#ebebeb;
}
div ul.sigProResponsiveBlue span.sigProPseudoCaption {
    display:none;
}
div ul.sigProResponsiveBlue .sigProLink img{
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-size:120%!important;
}

div ul.sigProResponsiveBlue .sigProLink img:hover {
    background-size:130%!important;
}

@media (min-width: 901px) {
    /*
    div .large-block-grid-4 > li {
        width:20%;
    }
    */
    div .large-block-grid-4 > li:nth-of-type(4n+1){
        clear:none;
    }
}
/** JW SigPro End   */
/********************/

/**********************/
/** Pageination Start */
.k2Pagination ul > li::before   {
    display:none;
}
div div.k2Pagination ul li {
    margin-bottom:2px;
}

div div.k2Pagination ul li a {
    margin:0;
    border-radius: 0;
    border-color:#215ea0;
}
div div.k2Pagination ul li a:hover {
    border-color:#215ea0;
    background-color:#215ea0;
    color:#fff;
}
div div.k2Pagination ul li span {
    display: inline-block;
    padding: 4px 4px;
    vertical-align: middle;
    border: 1px solid #eee;
    color:#ccc;
}


