/* Copyright (c) A&B One Digital GmbH */

#responsive_top {
  display: none;
}

.start .content .teaser.tagcloud {
  min-height: 50px;
  border: solid 1px #fff;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*.header */

.searchservice {
  position: absolute;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  top: 0;
}

.col6.first {
  /*width: 49.5%;*/
  padding-right: 20px;
}

.col6.last {
  /*width: 49.5%;*/
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .col6.first,
  .col6.last {
    padding: 0 0 30px 0;
  }
}

/* #2867: Startseite Topteaser responsive */

.start .content .teaser.topteaser .teaserimg,
.start .content .teaser.topteaser .teaserimg img {
  width: 100%;
}

/* + + + podcast + + + */

.start .content .teaser.podcast {
  border: none 0;
  margin: 5px 0 0;
}

.start .content .teaser.podcast .inner {
  padding: 0;
}

.start .content .teaser.podcast .inner h2 {
  position: absolute;
  left: 0;
  bottom: 7px;
  background-color: #FFF;
  font-size: 1rem;
  margin: 6px;
  padding: 5px 7px 3px;
}

.start .content .teaser.podcast .teaserimg {
  position: static;
  float: none;
}

.start .content .teaser.podcast .teaserimg a:link,
.start .content .teaser.podcast .teaserimg a:visited {
  height: auto;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  border-bottom-width: 5px;
  overflow: hidden;
}

.start .content .teaser.podcast .teaserimg a:hover,
.start .content .teaser.podcast .teaserimg a:focus,
.start .content .teaser.podcast .teaserimg a:active {
  height: auto;
  width: 100%;
  border: 1px solid #555;
  border-bottom-width: 5px;
}

.start .content .teaser.podcast .teaserimg a:link img {
  width: 100%;
}

.start .content .teaser.podcast .teaserimg a:hover img,
.start .content .teaser.podcast .teaserimg a:focus img,
.start .content .teaser.podcast .teaserimg a:active img {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.start .content .teaser.banner.podcast a:link .spacer,
.start .content .teaser.banner.podcast a:visited .spacer {
  /*    left: 197px;
    top: 87px;*/
  left: 41%;
  top: 41%;
  left: calc(50% - 36px);
  top: calc(50% - 40px);
  width: 73px;
  height: 73px;
  background-image: url("../styleimages/bg_spacer_big.png");
  background-position: left top;
}

.start .content .teaser.banner.podcast a:hover .spacer,
.start .content .teaser.banner.podcast a:focus .spacer,
.start .content .teaser.banner.podcast a:active .spacer {
  background-image: none;
}

.start .event-container {
  width: 100%;
  background-color: #FACE24;
  padding-top: 2em;
  margin-bottom: 13px;
}

.start .event-container:after {
  content: '';
  clear: both;
  display: table;
}

.start .event-container .event-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 26px;
}

.start .event-container .event-wrapper .event-card {
  background-color: white;
  width: 32%;
  margin-bottom: 40px;
}

.start .event-container .event-wrapper .event-card--placeholder {
  background: none;
  padding: 0;
  margin: 0;
}

.start .event-container .event-wrapper .summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.start .event-container .event-wrapper .summary i {
  background-image: url("../../Images/chevron-right-light.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  height: 0.7em;
  width: 1em;
}

.start .event-container .event-wrapper .event-inner {
  display: flex;
  flex-direction: column;
  padding: 21px;
  height: calc(100% - 42px);
}

.start .event-container .event-wrapper .event-inner a {
  text-decoration: none;
}

.start .event-container .event-wrapper .event-inner a:hover,
.start .event-container .event-wrapper .event-inner a:focus {
  text-decoration: underline;
}

.start .event-container .event-wrapper .event-inner p {
  font-size: 16px;
}

.start .event-container .event-wrapper .event-date {
  font-size: 60px;
  color: #51798B;
  font-weight: bold;
}

.start .event-container h2 {
  white-space: nowrap;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  color: #555555;
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  width: 100%;
  display: block;
  padding-bottom: 0.4em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

.start .event-container a {
  color: #537685;
  font-size: .88em;
  font-weight: bold;
  padding: 7px 0 0;
  margin-bottom: 2em;
  float: right;
}

.start .event-container .calender-link-container {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.start .event-container .calender-link-container a {
  text-decoration: none;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: normal;
  color: #555555;
}

.start .event-container .calender-link-container a:hover,
.start .event-container .calender-link-container a:focus {
  text-decoration: underline;
}

.start .event-container .calender-link-container:before {
  content: '';
  background-image: url("../../Images/chevron-right-light-grey.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
}

.start .event-container .event-wrapper .event-info-box {
  border-top: 1px solid rgba(85, 85, 85, 0.2);
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1em;
}

.start .event-container .event-wrapper .event-info-box span {
  font-size: 14px;
  color: #537685;
  display: flex;
  align-items: center;
}

.start .event-container .event-wrapper .event-info-box .event-location,
.start .event-container .event-wrapper .event-info-box .event-time {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 0.6em;
}

.start .event-container .event-wrapper .event-info-box .event-time {
  background-image: url("../../Images/clock-solid.png");
  height: 16px;
  width: 16px;
}

.start .event-container .event-wrapper .event-info-box .event-location {
  background-image: url("../../Images/map-marker-alt-solid.png");
  height: 20px;
  width: 16px;
}

.start .event-container .event-wrapper .event-month {
  font-size: 24px;
  margin-left: -21px;
  padding-left: 21px;
  max-width: 200px;
  color: white;
  background-color: #555555;
  font-weight: bold;
  margin-bottom: 20px;
}


.start #events .list {
 display: flex;
}


#news p.tab,
#events p.tab {
  width: 49.5%;
  width: calc(50% - 3px);
  white-space: nowrap;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: normal;
  color: #555555;
}

#events p.tab {
  width: calc(50% - 4px);
}

.start .event-wrapper h2,
.start #news p.tab,
.start #events p.tab {
  width: 100%;
}

#news p.tab strong {
  padding-top: 55px;
  padding-bottom: 48px;
}

.offers,
#news p.tab a,
#events p.tab strong,
#events p.tab a {
  width: auto;
  width: calc(100% - 16px);
  overflow: hidden;
  /* 14px */
  line-height: 1.125rem;
  /* 18px */
  line-height: 1.5rem;
}

.start .offers,
.start #news p.tab strong,
.start #events p.tab strong {
  white-space: nowrap;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #555555;
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  width: 100%;
  display: block;
  padding-bottom: 0.4em;
  font-weight: 600;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
/*  #news p.tab strong,
  #events p.tab strong {
    font-weight: normal;
  }
*/

/* content_start_eb3_2018.php */

/* UPDATE START BANNER */

.row.is-startbanner {
  padding: 40px 0;
}

.row.is-startbanner .col6 .row .col6 {
  width: 50%;
}

.content a.startbanner {
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: #EDF1F3;
  box-shadow: 7px 7px 9px -6px rgba(179,179,179,1);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  min-height: 60px;
  margin-bottom: 24px;
  font-size: .75em;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
}

.content a.startbanner div.image-container {
  /* background-size: contain;*/
  /*background-size: cover;*/
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 170px;
}

.content a.startbanner p {
  padding: 23px;
}

.content a.startbanner .link-text {
  background-image: url('../../Images/chevron-right-light.png');
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: auto 0.7em;
  color: #537685;
  font-weight: bold;
  text-decoration: none;
  line-height: 135%;
  padding-left: 12px;
  font-size: 1.25em;
  display: inline-block;
}

.content a.startbanner:focus,
.content a.startbanner:hover {
  background-color: #93B0BD;
}

.content a.startbanner:focus .link-text,
.content a.startbanner:hover .link-text {
  background-image: url('../../Images/chevron-right-light-white.png');
  color: white;
  text-decoration: underline;
}


.content a.startbanner-klein {
  min-height: 60px;
}

.content a.startbanner-gross {
  min-height: 206px;
}

.content a.startbanner-gross div.image-container {
  background-position: center top;
  min-height: 206px;
}

@media only screen and (max-width: 960px) {
  .row.is-startbanner .col6.first .row .col6.first,
  .row.is-startbanner .col6.first .row .col6.last,
  .row.is-startbanner .col6.last .row .col6.first,
  .row.is-startbanner .col6.last .row .col6.last {
    width: 100%;
    padding: 0;
  }
  .row.is-startbanner .col6.first,
  .row.is-startbanner .col6.last {
    padding: 0;
  }
  .col6.first.content.eb1 {
    padding-right: 15px;
  }
  .col6.last.content.eb1 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 800px) {
  .row.is-startbanner {
    clear: both;
  }
  .row.is-startbanner .col6.first.content.eb1 {
    width: 50%;
    float: left;
    clear: none;
  }
  .row.is-startbanner .col6.last.content.eb1 {
    width: 50%;
    float: right;
    clear: none;
  }
}

@media only screen and (max-width: 600px) {
  .row.is-startbanner .col6.first.content.eb1,
  .row.is-startbanner .col6.last.content.eb1 {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
  }
  .row.is-startbanner .col6.first.content.eb1 .row,
  .row.is-startbanner .col6.last.content.eb1 .row {
    padding: 0;
  }
  .row.is-startbanner .col6 .row .col6 {
    width: 100%;
    padding: 0;
  }
  .row.is-startbanner .col6.first .row .col6.first,
  .row.is-startbanner .col6.first .row .col6.last,
  .row.is-startbanner .col6.last .row .col6.first,
  .row.is-startbanner .col6.last .row .col6.last {
    padding: 0;
  }
}

/*
    Konzept für grössere Schrift:
    body auf 119% - dies ist die ursprüngliche erste Vergrösserung
    Anpassen von Details wo nötig (header, navis, ...)
    1rem ist nun 16px?
    0.0625rem = 1px
    0.125rem = 2px
    0.6875rem = 11px
    0.75rem = 12px
    0.8125rem = 13px
    0.875rem = 14px
    1.125rem = 18px
    1.5rem = 24px
*/

body {
  font-size: 119%;
}

.header .logoclaim span {
  font-size: 1.125rem;
}

.header #arztsuche h2 {
  font-size: .875rem;
  text-transform: uppercase;
}

.navigation #navMain ul li a span,
.navigation #navMain ul li strong span {
  font-size: 1.5rem;
  font-weight: bold;
}

.content .box.material h3,
.content .box.liaison h3 {
  font-size: 0.875rem;
}

.content .box.material p,
.content .box.liaison p,
.content .box.material li,
.content .box.liaison li {
  font-size: 0.75rem;
}

.content .box.material .more a,
.content .box.liaison .more a {
  font-size: 0.75rem;
}

.content .box.material.listentry h3 {
  font-size: 1rem;
}

.content .box.material.listentry p,
.content .box.material.listentry li {
  font-size: 1rem;
}

.content .box.material.listentry .more a {
  font-size: 1rem;
}

/*.content .innercontext .teaser.banner h3,*/

#content .teaser.banner h3,
.list .content .teaser.banner h3 a:link,
.list .content .teaser.banner h3 a:visited {
  font-size: 0.875rem;
}

.content .innercontent #teaser .teaser {
  max-width: none;
}

.content #news .box.browse {
  border: none;
  overflow: hidden;
  line-height: 0.9;
  border-bottom: 10px solid white;
}

/* weitere FOOTER Updates */


.footer h1,
.footer p,
.footer ul,
.footer h2 {
  font-size: 0.875rem;
}

.footer h1 {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  color: #555555;
}

.footer .first {
  font-size: 0.875rem;
  padding-top: 2em;
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-wrapper {
  box-sizing: border-box;
}


figure.image {
  margin-left: 0;
  margin-right: 0;
}

.ce-center .image img {
  float: none;
  margin: 12px 0;
  width: 100%;
  height: auto;
}

.ce-right .image img {
  float: right;
  margin: 6px 0 12px 12px;
}

.ce-left .image img {
  float: left;
  margin: 6px 12px 12px 0;
}

.cc-color-override-811417731 .cc-highlight :first-child.cc-btn {
  margin-right: 3em;
}

.cc-window.cc-floating {
  max-width: 100% !important;
}
.cc-compliance {
  max-width: 20em !important;
}
