﻿


/* links rechts layout start 

@media  (min-width: 768px) {
.txtrechts .ordertxt {
    order: 2;
}
}

.txtrechts, .txtlinks {
    margin-top: 22px;
    margin-bottom: 22px;
    margin-left: -11px;
    margin-right: -11px;
}

.ordertxt, .pixtxt {
    padding-left: 11px;
    padding-right: 11px;
}

.txttxt, .pixtxt {
    min-height: 250px;
}

.pixtxtinner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

links rechts layout end*/

/* geschichte start*/
..geja,
    text-align: left;
}

.dashed, .geja {
    padding-top: 2rem!important;
}

.geschichte {
    padding-top: 1rem!important;
}


/* geschichte end*/
/* aufzählung mit strich start*/

  ul.dashed{
    list-style-type: none;
    margin: 0;
    margin-left: -20px;
    text-align: left;
  }
  ul.dashed> li {
    text-indent: -9px;
    list-style-type: none;
    margin-bottom: 0.2rem;
    text-align: left;
    list-style-position: outside;
  }
  ul.dashed> li:before {
    content: "-  ";
    text-indent: -5px;
  }


  
  
/* aufzählung mit strich end*/

/* Team start*/

.teamabstand {
    margin-top: 2rem;
}

.gridcontainer {
    margin-left: -15px;
    margin-right: -15px;
}

.masonry {
    display: grid;
    gap: 1.2em;
    grid-template-columns: repeat( auto-fill, minmax( 190px, 1fr ) );
    /* grid-auto-rows: 320px;  höhe */
}



.MiNa {
    font-weight: bold;
    margin-top: 0.7rem;
    margin-bottom: 0rem;
    text-align: left;
}
.MiNa2 {
        margin-top: 0.7rem;
    margin-bottom: 0rem;
    text-align: left;
}

.MiBe {
    margin-bottom: 0.4rem;
    text-align: left;
    font-size: 0.80rem;
}

.space-between {
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

.mailbutton img {

    height: 31px;
    :hover 
}

.mailbutton a{

    background-color: transparent !important;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 2px) {
    .teamfoto{
        height: 250px;
        }
     .teamfoto2{
        height: 300px;
        }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 458px) {
    .teamfoto{
        height: 180px;  
        }
     .teamfoto2{
        height: 420px;  
        }$

}


/*daniel)
@media (min-width: 992px) {

    .daniel {
        grid-column-end: -2; 
        }
}*/


/* Team end*/




/* Projektdetail start*/

@media all and (max-width: 799px) {
    .prdetailsubtitellang {
        text-align: left;
        width: 200px !important;
    }
}

@media all and (min-width: 800px) and (max-width: 989px) {
    .prdetailsubtitellang {
        text-align: left;
        width: 200px !important;
    }
}

@media all and (min-width: 990px) {
    .prdetailsubtitellang {
        text-align: left;
        width: 130px !important;
    }
}



.prdetailcont {
    margin-bottom: 1em;
}

.prdetailrow {
    margin-bottom: 0.5em;
}

.prdetailsubtitel {
    text-align: left;
    font-weight: bold;
    width: 130px !important;
}

.prdetailinfo {
    text-align: left;
    max-width: 55%;
}

/* Projektdetail end*/

.columcount {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        column-gap: 0px;
    }
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.columcount {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 22px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

