
/* *************************************** */
/* ************ media queries ************ */
/* *************************************** */

@media all and (max-width: 992px) {

    /* device detection */
    body:after {
        content: 'ipad';
        position:absolute;
        top:-100em;
        left:-100em;
        width:1px;
        height:1px;
        overflow:hidden
    }
    
    .img-responsive {
        display:block;
        padding-left:15px;
        padding-right:15px;
    }
    
    #mainNavigation ul {
        margin-bottom: 50px;
        border-bottom: 1px solid;
        width: 100%;
    }

    #mainNavigation .searchBox {
        position: static;
        width: 100%;

    }
    #mainNavigation .searchBox > form {
        padding: 20px;
        background: #C7114A;
    }

    .searchBoxInput {
        background: #C7114A;
        border-color: #fff;
        color: #fff;
        outline: none;
        width: 84%;
        float: left;
        margin: 0;
    }
    .searchBoxButton {
        display: inline-block;
        border: none;
        color: #C7114A;
        background: url(../img/search.png) 8px 2px no-repeat;
        height: 23px;
        text-indent: -999em;
        width: 33px;
    }

    .searchBoxInput::-webkit-input-placeholder {
        color: #fff;
    }

    .searchBoxInput:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .searchBoxInput::-moz-placeholder {  /* Firefox 19+ */
        color: #fff;
    }

    .searchBoxInput:-ms-input-placeholder {
        color: #fff;
    }

  /* nav */
  .nav-toggle {
    position: absolute;
    background: url(../img/nav-icon.png) 15px 20px no-repeat;
    height: 55px;
    width: 65px;
    top: 265px;
    right: 0;
    z-index: 999;
  }
  .nav-slider-container {
    overflow: hidden;
    width: 100%;
    display: none;
  }
  .nav-slider-container .nav-slider a:after {
    position: relative;
  }
  .nav-slider-container .nav-slider a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 9px;
    width: 7px;
    background: url(../img/nav-arrow.png) 0px 0px no-repeat;
  }

  #mainNavigation .nav-slide-3 .columns {
    width: auto !important;
  }

  .nav-slider {
    width: 300%;
    background: #fff;
  }

  .nav-slide-1,
  .nav-slide-2,
  .nav-slide-3 {
    width: 33.333%;
    float:left;
  }

  .nav-slide-3 .columns {
    width: 100% !important;
    display: none;
  }

  #mainNavigation .mainNavUl {
    padding: 0 20px;
  }
  .mainNavUl {
    overflow: hidden;
  }
  .mainNavUl > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #9E9E9E;
  }
  .mainNavUl > li:last-child {
    border-bottom: none;
  }

  #mainNavigation .mainNavUl > li > a {
    padding: 10px 0;
    display: block;
  }

  .mainNaviArrow {
    display: none !important;
  }
  #mainNavigation .columns ul,
  #mainNavigation.mobile .sub {
    position: static;
    left: auto;
    margin: 0;
    float: none;
    padding: 0 20px;
    width: auto;
  }
  #mainNavigation .columns ul > li,
  #mainNavigation .firstSub {
    float: none;
    margin: 0;
    width: 100% !important;
    border-bottom: 1px solid #9E9E9E;
  }
  #mainNavigation span.columns:last-child li:last-child,
  #mainNavigation ul.columns:last-child li:last-child,
  #mainNavigation .firstSub:last-child {
    border-bottom: none;
  }

  #mainNavigation .nav-slider a{
    padding: 10px 0;
    display: block;
    color: #112A35;
    text-decoration: none;
    text-shadow: 0 0 1px #FFFFFF;
    font-weight: normal;
  }

  #mainNavigation .nav-slider-container .nav-slider .nav-slide-2 .sub .firstSub {
    width: 100% !important;
  }

  .columns {
    padding: 0 20px;
  }

  .columns > li {
    margin: 0;
    float: none;
    width: 100%;
  }    
    
  /* nav */
  #mainNavigation {
    position: static;
    height: auto;
  }

  /* content */
  #contentWrapperSmall #content,
  #content {
    padding-top: 15px;
  }

  #mainNavigation .nav-slide-3 .columns {
    padding: 0 20px !important;
    float: none;
    position: static;
    left: auto;
  }
  #mainNavigation .nav-slide-3 .columns > li {
    margin: 0;
    border-bottom: 1px solid #9E9E9E;
  }
  #mainNavigation .nav-slide-3 .columns > li:last-child {
    border-bottom: none;
  }  

  #mainNavigation .mainNavUl {
    position: static;
    left: auto;
    margin: 0;
    float: none;
    padding: 0 5px;
  }

  #mainNavigation .mainNavUl > li {
    margin: 0;
  }
  #mainNavigation .mainNavUl > li > a {
    padding: 10px 10px;
  }
  
  .slideshowSidebar {
      height: 150px !important;
      width: 150px !important;
  }
  
  .slideshowSidebar img {
      height: 150px;
      width: 150px;
  }
  
  /* awardBox */


  .awardBoxOuter {
    margin: 0 auto;
    width: auto;
  }


  .awardBox {
    width: 193px;
    height: 193px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-top: 124px;
  }
  .awardLayer {
    display: none !important;
  }
  .awardBox > span {
    display: none;
  }
  .awardBox img {
    margin-top: -50% !important;
  }

  .tx-fw-luther-awards {
      width: 580px;
  }
    
}


/* ipad */
@media all and (max-width: 768px) {

  .publicationListRow1, .publicationListRow2, .publicationListRow3 { width: 100% !important;}
  #publicationListHeader { display: none; }
  .contactDetailContentInner, .contactDetailList { word-break: break-word; }

  #layerWrapper {
    display: none;
  }

  /* device detection */
  body:after {
    content: 'ipad';
    position:absolute;
    top:-100em;
    left:-100em;
    width:1px;
    height:1px;
    overflow:hidden
  }

  /* global */
  img {
    height: auto;
  }

  .newsImage img {
    width: auto !important;
  }

  img[src*="logo"] {
    width: auto;
    height: auto;
  }

  /* header */
  header {
    margin: 0;
    padding-top: 160px;
    position: relative;
  }

  /* logo */
  header > a{
    display: block;
    left: -1px;
    top: -1px;
    right: -1px;
    padding: 40px 0 25px 20px;
    background: #fff;
    position: fixed;
    z-index: 998;
  }

  /* nav */
  #mainNavigation {
    top: 116px;
    left: 0;
    height: auto;
    margin: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: #e5e5e5;
  }
  #mainNavigation .mainNavUl {
    background: #fff;
  }

  #mainNavigation .mainNavUl .open > a {
    color: #C7114A !important;
  }
  #mainNavigation .mainNavUl li .mainNaviArrow {
    top: 39px;
  }
  #mainNavigation .mainNavUl .open .mainNaviArrow {
    display: block;
  }

  /* nav for mobile */
  #mainNavigation.mobile {
  }

  #mainNavigation.mobile .sub {
    display: none;
    border-top: 1px solid #9E9E9E;
    position: static;
    width: 96%;
    float: none;
    left: auto;
    padding: 0 2%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #mainNavigation .firstSub {
    padding: 0;
    width: 49% !important;
    margin-right: 2%;
  }

  #mainNavigation .firstSub > a {
    font-weight: bold;
  }

  #mainNavigation .sub a {
    display: block;
  }

  #mainNavigation .sub.mainNavi-7 .firstSub {
    width: 33% !important;
  }

  #mainNavigation .sub.mainNavi-7 .firstSub:first-child {
    width: 65% !important;
  }

  #mainNavigation.mobile .sub.open {
    display: block;
  }
  #mainNavigation .firstSub:nth-child(2n) {
    margin-right: 0;
  }

  #mainNavigation .sub.open .firstSub .columns {
    display: block;
  }

  #mainNavigation .firstSub .columns {
    position: static;
    left: auto;
    top: auto;
    width: 100% !important;
    padding: 10px 0 20px 0;
    margin: 0;
  }
  #mainNavigation .firstSub .columns > li {
    float: none;
  }
  #mainNavigation .mainNavi-7 .firstSub:first-child .columns > ul {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  #mainNavigation .mainNavi-7 .firstSub:first-child .columns > ul:nth-child(2n) {
    margin-right: 0;
  }

  #mainNavigation .firstSub .columns > ul  {
    padding: 0;
    position: static;
    left: auto;
  }
  #mainNavigation .firstSub .columns > ul > li {
    float: none;
  }

  /* nav search */
  #mainNavigation .searchBox {
    float: none;
    display: inline-block;
    position: absolute;
    right: 60px;
    top: -50px;
  }
  .searchBoxInput {
    margin: 0;
  }
  .searchBoxButton {
    display: inline-block;
    border: none;
    text-indent: -999em;
    background: url(../img/search-big.png) 12px 2px  no-repeat;
    width: 40px;
  }

  #mainNavigation .mainNavUl {
    position: static;
    left: auto;
    margin: 0;
    float: none;
    padding: 0 5px;
  }

  #mainNavigation .mainNavUl > li {
    margin: 0;
  }
  #mainNavigation .mainNavUl > li > a {
    padding: 10px 10px;
  }

  /* metanavigation */
  #metanavigation {
    bottom: auto;
    top: 64px;
    width: 40px;
    right: 20px;
    background: #fff;
    position: fixed;
    min-width: inherit;
        z-index: 99999999999;
    }
  ul.metaSocialBookmarks {
    float: none;
    margin: 0;
    position: absolute;
    bottom: -290px;
    right: -5px;
    display: none;
  }
  ul.langNav {
    //height: 20px !important;
    //overflow: hidden;
    width: 40px;
    margin: 0;
    padding-top: 3px;
    border: 1px solid transparent;
    z-index: 99999999999;
  }
  ul.langNav:hover {
    border: 1px solid #9e9e9e;
    //height: 100%;
    //overflow: auto;
  }
  ul.langNav li {
    float: none;
    display: block;
    padding: 0;
    text-align: center;
  }
  ul.langNav li a {
    display: none;
  }
  ul.langNav:hover li a, ul.langNav:focus li a, ul.langNav:active li a  {
    display: block;
  }
  
  ul.langNav .langNavNotTranslated{
    display: none;
  }
  
  ul.langNav:hover .langnavTranslated a{
    display: block;
  }
  
  ul.langNav:hover .langNavNotTranslated{
    display: block;
  }

  /* slider */
  .tx-fw-slideshow .slideshowHeader {
        height: 250px;
    }

  .tx-fw-slideshow .overlay {

    width: 20%; 
    top: 0px !important;
    margin-top: 6%;
  }

  /* page */
  #page {
    border: none;
    padding :0;
  }

  /* sidebar */
  #sidebar,
  #secondSidebar {
    display: none;
  }

  /* content */
  #contentWrapper {
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  #content {
    width: 96%;
    float: none;
    padding: 0 2%;
  }
  #contentWrapperSmall {
    padding-bottom: 0;
  }

  #contentWrapperIndex #content,
  #contentWrapperSmall #content {
    width: 96%;
    float: none;
    padding: 0 2%;
    margin: 0;
  }
  #contentNoSideWrapper #content {
    width: 96%;
  }

  .newsTeaserStartTwoRowsImages .newsImage {
    padding-left: 0;
    width: 25%;
    text-align: left;
    display: inline-block
  }

  /* teaser */
  .newsTeaserStartThreeRowsImageText {
    width: 100%;
    margin: 0;
    float: none;
  }

  /* awards */
  .tx-fw-luther-awards {
    width: 100%;
    border: none;
    margin: 0;
  }
  .awardBox {
    width: 245px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 248px;
    border: 1px solid #9E9E9E;
    margin-left: -1px;
    margin-top: -1px;
  }

  .awardBox img {
    width: auto;
    margin-top: 0 !important;
  }

  .awardBox span {
    position: relative;
    left: -16%;
  }
  .awardLayer {
    width: auto;
    height: auto;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .awardLayerInner {
    width: 220px;
    padding: 0 14px;
  }
  .awardLayer p {
    margin-bottom: 5px;
  }

  /* broschueren */

  #brochuresListContainer {
    width: auto;
  }
  .brochuresListRow1,
  .brochuresListRow2 {
    word-break: break-all;
  }

  .brochuresListRow1 {
    width: 44%;
  }

  .brochuresListRow3 {
    clear: both;
    width: 100%;
  }

  .brochuresListbrochures {
    padding-bottom: 20px;
  }

  /* service image */
  .serviceImage {
    display: none;
  }

  /* search */

  #contactDetailContent {
    width: auto;
  }
  
  #contactSearchName .acWrapper{
    width: 100% !important;
  }

  #publicationSearchContainer,
  #contactSearchContainer,
  #appointmentSearchContainer {
    width: 100%;
    margin: 0;
  }

  #appointmentSearchContainer {
    float: none;
  }

  #publicationSearchContainer select,
  #contactSearchContainer select {
    width: 83%;
  }
  #contactSearchName input {
    width: 100%;
  }

  #publicationSearchContainer input{
    width: 82.1%;
  }

  .contactResult  {
    width: 100%;
  }
  #contactResults {
    margin-right: 0;
  }
  #contactSearchSubmit2,
  #contactSearchAllConsultants2 {
    margin-right: 0;
  }
  #appointmentSearchContainer select {
    width: 83%;
  }
  .appointmentSearchDate select:last-child {
    width: 39.4% !important;
  }

  /* sidebar contact search */
  .contactSearchSidebar #contactSearchName input {
    padding-left: 1%;
    padding-right: 1%;
    width: 97.8%;
  }

  /* footer */
  footer {
    position: static;
    width: 96%;
    padding: 0 2%;
    margin-bottom: 40px;
    bottom: auto;
    left: auto;
  }

  footer span {
    position: static;
    bottom: auto;
    right: auto;
  }

  footer > span {
    float: right;
    margin-bottom: -15px;
  }

  footer > a {
    margin-top: 15px;
    display: inline-blocK;
  }
  .copyright {
    display: block;
    float: none;
  }
}


/* tablet*/
@media all and (max-width: 768px) {
  /* device detection */
  body:after {
    content: 'tablet';
    position:absolute;
    top:-100em;
    left:-100em;
    width:1px;
    height:1px;
    overflow:hidden
  }

  /* header */
  header {
    padding: 0;
  }

  /* logo */
  header > a {
    position: static;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 110px;
  }
  header > a img[src*="logo"] {
    width: 102px;
  }

  /* headerSlideshow */
  #headerSlideshow {
    display: none;
  }

  /* nav */
  .nav-toggle {
    position: absolute;
    background: url(../img/nav-icon.png) 15px 20px no-repeat;
    height: 55px;
    width: 65px;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .nav-slider-container {
    overflow: hidden;
    width: 100%;
    display: none;
  }
  .nav-slider-container .nav-slider a:after {
    position: relative;
  }
  .nav-slider-container .nav-slider a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 9px;
    width: 7px;
    background: url(../img/nav-arrow.png) 0px 0px no-repeat;
  }

  #mainNavigation .nav-slide-3 .columns {
    width: auto !important;
  }

  .nav-slider {
    width: 300%;
    background: #fff;
  }

  .nav-slide-1,
  .nav-slide-2,
  .nav-slide-3 {
    width: 33.333%;
    float:left;
  }

  .nav-slide-3 .columns {
    width: 100% !important;
    display: none;
  }

  #mainNavigation .mainNavUl {
    padding: 0 20px;
  }
  .mainNavUl {
    overflow: hidden;
  }
  .mainNavUl > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #9E9E9E;
  }
  .mainNavUl > li:last-child {
    border-bottom: none;
  }

  #mainNavigation .mainNavUl > li > a {
    padding: 10px 0;
    display: block;
  }

  .mainNaviArrow {
    display: none !important;
  }
  #mainNavigation .columns ul,
  #mainNavigation.mobile .sub {
    position: static;
    left: auto;
    margin: 0;
    float: none;
    padding: 0 20px;
    width: auto;
  }
  #mainNavigation .columns ul > li,
  #mainNavigation .firstSub {
    float: none;
    margin: 0;
    width: 100% !important;
    border-bottom: 1px solid #9E9E9E;
  }
  #mainNavigation span.columns:last-child li:last-child,
  #mainNavigation ul.columns:last-child li:last-child,
  #mainNavigation .firstSub:last-child {
    border-bottom: none;
  }

  #mainNavigation .nav-slider a{
    padding: 00px 0;
    display: block;
    color: #112A35;
    text-decoration: none;
    text-shadow: 0 0 1px #FFFFFF;
    font-weight: normal;
  }

  #mainNavigation .nav-slider-container .nav-slider .nav-slide-2 .sub .firstSub {
    width: 100% !important;
    padding: 10px 0px;
  }
  #mainNavigation .firstSub:hover .columns a{
    padding: 10px 0px 10px 10px;
  }
  .columns {
    padding: 0 20px;
  }

  .columns > li {
    margin: 0;
    float: none;
    width: 100%;
  }

  /* meta navigation */
  #metanavigation {
    position: absolute;
    top: 24px;
    right: 70px;
    left: auto;
        z-index: 99999999999;
    }
  ul.langNav {
    margin-right: 0;
  }

  /* nav search */
  #mainNavigation .searchBox {
    position: static;
    width: 100%;

  }
  #mainNavigation .searchBox > form {
    padding: 20px;
    background: #C7114A;
  }

  .searchBoxInput {
    background: #C7114A;
    border-color: #fff;
    color: #fff;
    outline: none;
    width: 84%;
    float: left;
  }
  .searchBoxButton {
    display: inline-block;
    border: none;
    color: #C7114A;
    background: url(../img/search.png) 8px 2px no-repeat;
    height: 23px;
    text-indent: -999em;
    width: 33px;
  }

  .searchBoxInput::-webkit-input-placeholder {
    color: #fff;
  }

  .searchBoxInput:-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }

  .searchBoxInput::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
  }

  .searchBoxInput:-ms-input-placeholder {
    color: #fff;
  }

  /* search result "veranstaltungen" */
  #appointmentListContainer .appointmentListappointment div {
    float: none;
    padding-bottom: 10px;
  }

  #appointmentListContainer .appointmentListRow1,
  #appointmentListContainer .appointmentListRow2,
  #appointmentListContainer .appointmentListRow3,
  #appointmentListContainer .appointmentListRow4,
  #appointmentListContainer .appointmentListRow5 {
    width: auto;
  }

  /* nav */
  #mainNavigation {
    position: static;
  }

  /* content */
  #contentWrapperSmall #content,
  #content {
    padding-top: 15px;
  }

  #mainNavigation .nav-slide-3 .columns {
    padding: 0 20px !important;
    float: none;
    position: static;
    left: auto;
  }
  #mainNavigation .nav-slide-3 .columns > li {
    margin: 0;
    border-bottom: 1px solid #9E9E9E;
  }
  #mainNavigation .nav-slide-3 .columns > li:last-child {
    border-bottom: none;
  }

  /* newsletterCategory */
  .newsletterCategory {
    padding-right: 17px;
  }

  /* awardBox */


  .awardBoxOuter {
    margin: 0 auto;
    width: 200px;
  }


  .awardBox {
    width: 193px;
    height: 193px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-top: 124px;
  }
  .awardLayer {
    display: none !important;
  }
  .awardBox > span {
    display: none;
  }
  .awardBox img {
    margin-top: -50% !important;
  }

  .newsTeaserStartTwoRowsImages .newsImage {
    width: auto;
    margin-right: 2%;
    float: left;
  }

  .newsImage img {
    width: 100%;
    height: auto;
  }

  #contactSearchName > div {
    margin-left: 0 !important;
  }
  #publicationSearchContainer select,
  #contactSearchContainer select {
    width: 100%;
  }

  #tx_indexedsearch table {
    width: 100%;
  }
  #tx_indexedsearch table input[type="text"]{
    width: 99%;
  }

  #publicationSearchContainer input {
    width: 99%;
  }

  #appointmentSearchContainer select {
    width: 100%;
  }
  span.terminLabele {
    display: block;
    width: auto;
    float: none;
  }

  .appointmentDateFields {
      width: 100%;
  }
  
  #appointmentSearchContainer .appointmentSearchDate select{
    width: 100% !important;
  }

  #appointmentSearchContainer .appointmentSearchDate .terminLabele + select{
    width: 49% !important;
  }

  /* footer */
  .copyright {
    margin-bottom: 10px;
  }
  
  .contactResultsPicture{
      display: none!important;
      
  }
}

/* iphone */
@media all and (max-width: 320px) {
  /* textelements */
  h2 {
    font-size: 16px;
    font-weight: bold;
  }


  /* search */
  .searchBoxInput {
    width: 82%;
  }

  /* nav */
  #mainNavigation .nav-slider a {
    white-space: normal;
  }

  /* content */
  #content,
  #contentWrapperSmall #content,
  #contentNoSideWrapper #content{
    padding: 15px 20px 0 20px;
    width: auto;
  }

  #appointmentSearchContainer .appointmentSearchDate .terminLabele + select {
    width: 48.8% !important;
  }

  .extendedSearch #tx_indexedsearch p > a {
    display: none;
  }

  /* teaser */
  .newsTeaserStartTwoRows {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .newsTeaserStartTwoRowsImages .newsImage {
    width: auto;
  }
  .newsTeaserStartTwoRowsImagesText {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .newsTeaserStartThreeRowsImageText {
    margin-bottom: 20px;
  }

  .awardBox {
    width: 141px;
    height: 141px;
    padding-top: 88px;
  }
  .awardBox img {
    width: 50%;
  }


  .locationImg {
    width: 20%;
  }

  .locationContent {
    margin-left: 70px;
  }
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    width: 30%;
  }
  .csc-textpic-intext-left-nowrap-154 .csc-textpic-text,
  .csc-textpic-intext-left-nowrap-153 .csc-textpic-text {
    margin-left: 94px;
  }


  .newsletterCategory {
    padding-right: 13px;
  }
  .brochuresCategory {
    width: 140px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .brochuresCategory:nth-child(2n + 1) {
    clear:both;
  }








  /* footer */
  footer {
    width: auto;
    display: block;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  footer > a {
    margin: 0 15px;
  }



  footer > span {
    margin-top: 70px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
  }
  .copyright {
    margin: 0 0 40px 0;
    text-align: left;
  }

  footer > span a {
    margin: 0;
    float: right;
  }
  footer > span a:first-child {
    float: left;
  }

}



@media print {
  .tx-fw-slideshow, #metanavigation, #mainNavigation, footer span {
    display: none;
  }
}

/* clearfix */
.mainNavUl:after,
.nav-slider:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@media all and (max-width: 769px) {
  .newsDetail { width: 80%; margin: 0 auto; }
}
@media all and (min-width: 769px) {

  .newsDetailClear {
    width: 980px;
  }

  .newsDetail {
    float:left;width:200px;margin-right:20px;
  }

  .newsContent {
    width:515px; float:left; margin-left: 25px
  }

  .newsDetailClear #sideBar { margin-left: 20px; width: 199px; float: left; }



  .newsTeaserStartOneRow {
    float: left;
    margin-right: 1%;
    width: 24%;
  }

  .newsTeaserStartOneRowImage {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .newsTeaserStartOneRowImageText {
    float: left;
    margin-right: 2%;
    width: 48%;
  }
  .newsTeaserStartOneRowImageTextRight {
    float: right;
    margin-right: 6%;
    width: 45.8%;
  }

  .newsTeaserStartTwoRows {
    float: left;
    margin-right: 2%;
    width: 48%;
  }

  .newsTeaserStartFourRow {
    margin-right: 20px;
  }
  .newsTeaserStartFourRowWithImage {

  }

  .newsTeaserStartThreeRowsImage {
    float: none;
    clear: both;
    margin-bottom: 25px;
  }
  .newsTeaserStartThreeRowsImageText {
    float: left;
    margin-right: 2.2%;
    width: 24%;
  }
  .newsTeaserStartTextThreeRowsImage {
    float: right;
    margin-right: 2.2%;
    width: 24%;
  }
  .newsTeaserStartTwoRowsImages {
    float: none;
    clear: both;
  }
  .newsTeaserStartTwoRowsImagesText {
    float: left;
    /*margin-right: 20px;*/
    width: 44%;
  }
  .newsTeaserStartTextTwoRowsImages {
    float: right;
    margin-right: 20px;
    width: 47.3%;
  }
  .newsTeaserStartTwoRowsImages .newsImage {
    float: right;
    padding-right: 5px;
    padding-left: 20px;
    text-align: center;
    width: auto;
  }
  .newsTeaserStartTwoRowsImages .newsImage.newsImageLeft {
        float: left;
    }
  .newsTeaserThreeColumnText .newsTeaserText {
    width: 74%;
    float: left;
  }
  .newsTeaserThreeColumnText .newsTeaserOneImage {
    width: 74%;
    float: right;
  }
  .newsTeaserThreeColumnText .newsImage {
    float: right;
    width: 25%;
    text-align: center;
  }
}

@media all and (max-width: 934px){
    .contactResultsPicture{
        position: inherit;
        top: 0px;
        left: 0px;
        width: 130px;
    }
    
    .contactResultsPicture p{
        display: none;        
    }
    
}

@media all and (max-width: 740px){
      #contactResultsHeader{
      display: none;
        
  }
    
}

@media all and (max-width: 1022px){
    .appointmentListappointment:first-child{
        display: none;
    }
    
}

@media all and (max-width: 1038px){
    #contactSearchName .acWrapper{
        margin-left: 0!important;
        width: 75%;
    }
}