/* fonts */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    padding: 0;
    color: #5B7F95;
}

a {
    color: #5B7F95;
}

p {
    margin-bottom: 1em
}

strong,
.title strong,
.boxtext h2,
.boxtext h3,
 {
    color: inherit;
    font-weight: 700
}

.boxtext strong,
strong a,
.team-contact a,
.title.is-3 a,
.title,
.subtitle,
.information_links a,
.information_links a:visited {
    color: rgba(255, 108, 16, 1);
    font-weight: 500;
}

.title.is-3 {
    font-size: 1.5rem;
}

.columns-center {
    align-items: center;
}

.header {
    background: #fff;
    border-bottom: 1px solid rgba(255, 108, 16, 1);
}

.hero.is-image {
    background-size: cover !important;
}

.coverimage {
    background-size: cover !important;
    background-position: center bottom !important;
    display: flex;
    height: 93vh;
    color: #fff;
}


/* slider */

.sy-slides-wrap {
    height: 93vh;
}

.sy-slide {
    height: 100%;
}

.sy-box {
    position: relative
}

.sy-slide>span,
.coverimage>span {
    background: rgba(255, 108, 16, .7);
    height: auto;
    width: 300px;
    padding: 20px;
    color: #fff;
    min-height: 300px;
}

.sy-pager a:focus {
    outline: none
}

.coverimage>span {
    margin: auto auto;
}

.sy-slide>span {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -150px;
    bottom: 25vh;
}

@media screen and (min-width:1024px) {
    .sy-slide>span {
        bottom: 0;
    }
}

.sy-slide>span .title,
.coverimage>span .title {
    color: #fff;
    font-weight: 500
}

.sy-slide .rounded-button,
.coverimage .rounded-button {
    border: 1px solid #fff;
    border-radius: 2em;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-top: calc(0.375em - 1px);
    vertical-align: top;
    justify-content: right;
    /*padding-left: 0.5em;*/
    padding-right: 0.3em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 1em;
    min-width: 2.25em;
}

.coverimage .rounded-button {
    padding-left: 0.4em;
    padding-right: 0.2em;
    transform: rotate(90deg);
}

.sy-slide .rounded-button span {
    position: relative;
    margin-left: -11em;
    padding: 0 .6em 0 .7em;
    transition: all .2s;
}

.sy-slide>span:hover span {
    margin-left: 0;
}

@media screen and (min-width:1024px) {
    .sy-slide>span,
    .coverimage>span {
        margin-left: 10vw;
        margin-bottom: 10vh;
        left: 0;
    }
}

.wideimagebox {
    background-size: cover !important;
    min-height: 550px;
    display: flex;
}

@media screen and (max-width:768px) {
    .wideimagebox {
        background-position-x: 55% !important;
    }
}

.wideimagebox span {
    margin: auto;
    background: rgba(255, 108, 16, .7);
    height: auto;
    width: 300px;
    padding: 20px;
    color: #fff;
}

@media screen and (min-width:1024px) {
    .wideimagebox span {
        margin-left: 5vw;
        margin-bottom: 10vh;
    }
}

.wideimagebox span .title {
    color: #fff
}


@media screen and (min-width:1088px){

    .navbar-item.has-dropdown {
        align-items: center;
    }

    .navbar-dropdown a.navbar-item {
        padding-right: 1rem;
    }
}


@media screen and (max-width: 1087px) {
    .navbar-menu {
        padding: 0;
        text-align: center;
        background: #5B7F95;
    }


    .language {
        display: flex;
        margin: 1em 0;
        justify-content: center;
    }
    .navbar-link {
        padding: 1em 0;
    }
    a.navbar-item,
    a.navbar-link {
        color: #fff;
        padding: .5rem 1rem;
    }
    .language a.navbar-item.is-active,
    .navbar-dropdown a.navbar-item.is-active,
    a.navbar-link.is-active {
        background-color: transparent;
        color: #FF6C10;
    }
    a.navbar-item.is-active,
    a.navbar-item:hover,
    a.navbar-link:hover {
        background-color: transparent;
        color: #fff
    }
    .navbar-dropdown {
        font-size: 1rem;
        padding-top: 0rem;
    }
    .navbar-start {
        padding-top: 1em;
    }
    .navbar-end {
        overflow: hidden;
        padding-bottom: 1em;
    }
    .split {
        background: #FF6C10;
        height: 2px;
        width: 50px;
        display: block;
        margin: 1em auto;
    }
    .twitter,
    .facebook,
    .youtube,
    .linkedin,
    .instagram {
        display: inline;
    }
}

@media screen and (min-width: 1088px) {
    .header {
        padding: 0 2rem;
    }
    .navbar {
        font-size: .8em;
        max-width: 1370px;
        margin: 0 auto;
    }
    .navbar-dropdown {
        font-size: 1em;
        border-radius: 0;
    }
    .navbar-item.has-dropdown:hover .navbar-link,
    .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar-dropdown a.navbar-item:hover,
    .navbar-dropdown a.navbar-item.is-active,
    a.navbar-item:hover,
    a.navbar-item.is-active,
    a.navbar-link:hover,
    a.navbar-link.is-active {
        background-color: transparent;
        color: #FF6C10;
    }
    a.navbar-item,
    a.navbar-link {
        color: #5B7F95
    }
    .navbar-link::after {
        border-color: #5B7F95;
    }
}

.navbar-start {
    text-transform: uppercase
}

.navbar-burger {
    height: auto
}

.navbar-burger:hover {
    background-color: transparent
}

.navbar-brand a:first-child {
    background: rgba(255, 108, 16, 1) url(../images/celsius42-logo.svg) no-repeat;
    height: 60px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    text-indent: -9000px
}

.navbar-end .brand {
    margin-left: 2em;
}

.brand {
    background: rgba(255, 108, 16, 1) url(../images/celsius42-logo.svg) no-repeat;
    height: 60px;
    width: 60px;
    text-indent: -9000px;
    display: block;
}

.twitter,
.facebook,
.youtube,
.linkedin,
.instagram {
    font-size: 1.3em;
}

.prefooter .twitter,
.prefooter .facebook,
.prefooter .youtube,
.prefooter .linkedin,
.prefooter .instagram {
    font-size: inherit;
}

.twitter span,
.facebook span,
.youtube span,
.linkedin span,
.instagram span {
    text-indent: -9000px;
    display: inline-block;
}

figure {
    margin: 20px auto
}

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

.content .center {
    /*    width: 69px;
    display: block;
    height: 69px;
    margin: 0 auto;
    position: relative*/
    width: 250px;
    margin: 2em auto;
}

.content .center.picto img {
    width: 69px;
    height: 69px
}

.content figure figcaption {
    font-style: normal;
    font-weight: 500;
    font-size: .8em;
}

@media screen and (min-width:769px) {
    .content .left {
        float: left;
        max-width: 250px;
        margin-top: 0;
        margin-bottom: 1em;
        margin-right: 2em
    }
    .content .right {
        float: right;
        max-width: 250px;
        margin-top: 0;
        margin-bottom: 1em;
        margin-left: 2em
    }
}

.odd {
    background: #EFF1F4;
}

.teasers {
    position: relative;
}

.teaser-title {
    border-left: 1px solid rgba(255, 108, 16, 1);
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-left: 1em;
    text-transform: uppercase;
}

.teaser-icon {
    width: 50px;
    height: 50px;
}

.teaser-link {
    position: absolute;
    bottom: 0
}

.teaser-link svg,
.more-link svg {
    width: auto !important
}

.teasers p {
    margin-bottom: 2em
}


/* buttons */

.is-orange {
    border: 1px solid rgba(255, 108, 16, 1);
}

form .button.is-orange {
    margin: 1em 0;
}

.button.is-orange {
    color: rgba(255, 108, 16, 1);
}

a:hover .button.is-orange {
    color: rgba(0, 0, 0, .5);
}

a:hover .is-orange {
    border: 1px solid rgba(0, 0, 0, .5);
}


/* footer */

.prefooter {
    background-color: #EFF1F4 !important;
    font-size: .8rem;
    line-height: 2em;
    margin-top: 4em
}

.footer {
    padding: 2rem 1.5rem !important;
    background-color: #FFF !important;
}

footer .content ul {
    margin-top: 0
}

footer,
.footer-nav {
    font-size: .8rem;
}

.footer-nav li {
    display: inline;
}

.footer-nav li+li::before {
    color: #4a4a4a;
    content: "|";
    margin: 0 .5em;
}


/* team cards */

.polaroid {
    padding: 8px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    position: relative
}

.team-contact svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (min-width:769px) {
    .polaroid {
        min-height: 360px;
    }
    .team-contact {
        position: absolute;
        bottom: 8px
    }
}

@media screen and (min-width:1024px) {
    .polaroid {
        min-height: 370px;
    }
}

@media screen and (min-width:1216px) {
    .polaroid {
        min-height: 380px;
    }
}

.polaroid figure {
    margin: 0 0 10px;
    position: relative;
    line-height: 0
}

.polaroid .team-info {
    font-size: .8em;
}

.polaroid .team-info h3 {
    font-weight: 700;
}


/* form */

.label {
    font-weight: 500
}


/* events */

@media screen and (max-width:768px) {
    .event .column {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
}

.event strong {
    color: rgba(255, 108, 16, 1);
    font-weight: 500;
}

.event hr {
    margin: 0
}

.event:last-child hr {
    display: none
}


/* cards in blog */

.card {
    background-color: white;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: inherit max-width: 100%;
    position: relative;
}

.card-content {
    padding: 1rem;
}

.card-tag {
    border-top: 1px solid rgba(255, 108, 16, 1);
    ;
    padding-top: 1em
}

.tiles {
    -webkit-columns: 300px;
    columns: 300px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.tiles .card {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%
}

.card .meta {
    font-size: .9em
}


/* Blog Tags */

.tags {}

.tag:not(body) {
    background-color: #fff;
    border: 1px solid #ff6c10;
    color: inherit;
}

.tag:not(body).is-large {
    font-size: 1rem
}

.card-tag .card-tag-title {
    max-width: 70%;
}

.card-tag div,
.article-meta div[class*="icon-"] {
    height: 3em;
    width: 3em;
}

.article-meta div[class*="icon-"] {
    margin-left: auto;
    margin-bottom: -30px;
}

.card-tag div {
    margin-top: -2.6em;
    margin-left: auto;
    margin-right: -2px;
}

@media screen and (min-width:769px) {
    .article-meta .article-author,
    .article-meta .article-time,
    .article-meta .article-tag-title {
        display: inline
    }
}

.result {
    margin-bottom: 1em;
    display: inline-block;
}


/* aktuelles */

.title.aktuelles {
    border-bottom: 1px solid #EFF1F4;
    padding-bottom: 1em;
}

.article-summary time {
    margin-top: -1em;
    margin-bottom: 1em;
    display: block;
}

.article-summary {
    margin-bottom: 2em;
}

.article figure,
.cover figure,
.author figure {
    margin: 0 auto;
}

.article-meta {
    border-bottom: 1px solid #ff6c3c;
    margin-bottom: 2em;
    font-size: .9em;
    padding-bottom: .5em;
}

.article-meta .article-tag-title {
    margin-right: 4em;
    color: #ff6c3c;
}

.article-meta span {
    margin: 0 .5em
}

.related {
    margin-top: 2em;
}

.related .title {
    line-height: inherit;
}


/* blog article icons */

.icon-hyperthermie,
.icon-hyperthermia {
    background: url(../images/icons/Hyperthermie.svg) no-repeat;
}

.icon-ganzkoerperhyperthermie,
.icon-whole-body-hyperthermia {
    background: url(../images/icons/Ganzkoerperhyperthermie.svg) no-repeat;
}

.icon-lokale-hyperthermie,
.icon-local-hyperthermia {
    background: url(../images/icons/lokale-Hyperthermie.svg) no-repeat;
}

.icon-aktive-hyperthermie,
.icon-active-hyperthermia {
    background: url(../images/icons/aktive-Hyperthermie.svg) no-repeat;
}

.icon-perfusions-hyperthermie,
.icon-perfusion-hyperthermia {
    background: url(../images/icons/Perfusionshyperthermie.svg) no-repeat;
}

.icon-interstitielle-hyperthermie,
.icon-interstitial-hyperthermia {
    background: url(../images/icons/Hyperthermie.svg) no-repeat;
}

.icon-strahlentherapie,
.icon-radiotherapy {
    background: url(../images/icons/Strahlentherapie.svg) no-repeat;
}

.icon-immuntherapie,
.icon-immunotherapy {
    background: url(../images/icons/Immuntherapie.svg) no-repeat;
}

.icon-dendritische-zelltherapie,
.icon-dendritic-cells {
    background: url(../images/icons/dendritische-Zelltherapie.svg) no-repeat;
}

.icon-chemotherapie,
.icon-chemotherapy {
    background: url(../images/icons/Chemotherapie.svg) no-repeat;
}

.icon-galvano-und-elektrotherapie,
.icon-galvano-and-electrotherapeutics {
    background: url(../images/icons/Elektrotherapie.svg) no-repeat;
}

.icon-sarkom,
.icon-sarcoma {
    background: url(../images/icons/Sarkoma.svg) no-repeat;
}

.icon-oesophagus,
.icon-esophagus {
    background: url(../images/icons/Oesophagus.svg) no-repeat;
}

.icon-melanome,
.icon-melanoma {
    background: url(../images/icons/Melanome.svg) no-repeat;
}

.icon-brustkrebs,
.icon-breast-cancer {
    background: url(../images/icons/Brustkrebs.svg) no-repeat;
}

.icon-gebaermutterhalskrebs,
.icon-uterine-cancer {
    background: url(../images/icons/Gebaermutterhalskrebs.svg) no-repeat;
}

.icon-krebs-am-kopf,
.icon-cancer-on-the-head {
    background: url(../images/icons/krebs-am-kopf.svg) no-repeat;
}

.icon-kehlkopfkrebs,
.icon-laryngeal-cancer {
    background: url(../images/icons/kehlkopfkrebs.svg) no-repeat;
}

.icon-rektum,
.icon-rectum {
    background: url(../images/icons/Rektum.svg) no-repeat;
}

.icon-krebs-am-gehirn,
.icon-cancer-on-the-brain {
    background: url(../images/icons/krebs-am-gehirn.svg) no-repeat;
}

.icon-keimzelltumoren,
.icon-germ-cell-tumors {
    background: url(../images/icons/keimzellentumor.svg) no-repeat;
}

.icon-lungenkrebs,
.icon-lung-cancer {
    background: url(../images/icons/Lunge.svg) no-repeat;
}

.icon-leberkrebs,
.icon-liver-cancer {
    background: url(../images/icons/Leber.svg) no-repeat;
}

.icon-blase-und-prostatakrebs,
.icon-bladder-and-prostate-cancer {
    background: url(../images/icons/Blase-und-Prostata.svg) no-repeat;
}

.icon-ratgeber,
.icon-advisor {
    background: url(../images/icons/Ratgeber.svg) no-repeat;
}

.icon-pankreas,
.icon-pancreas {
    background: url(../images/icons/Pankreas.svg) no-repeat;
}


/* pagination */

.paginate {
    display: flex;
    justify-content: center;
    color: #ff6c10;
    margin-top: 2em;
}

.paginate a,
.paginate a:hover,
.paginate a:visited {
    text-decoration: none;
    width: 2em;
}

.paginate li {
    margin: 0 .3em
}

.paginate .last .tag {
    border: 1px solid #ccc;
    color: #ccc;
}

.paginate .active {
    background: #ff6c10;
    color: #fff
}


/* goto top */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    transition: all 0.3s ease;
}

#return-to-top svg {
    width: 3em;
    height: 3em;
    color: #eee;
    transition: all 0.3s ease;
}

#return-to-top:hover svg {
    color: #fff;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.5);
}


/* search */

.search {
    background: #EFF1F4;
    display: flex;
    justify-content: space-between;
}

.search input {
    border: 0;
    background: transparent;
    padding-left: 5px;
    flex: 1 1 auto;
    color: #333;
}

.search button {
    border: 0;
    border-left: 1px solid #FF6C10;
    background: #EFF1F4;
    padding: 10px;
}

.search svg path {
    fill: #FF6C10;
}

.information_links {
    display: block;
    margin-top: 1em;
    line-height: 1em;
    overflow: hidden;
}

.information_links a {
    margin-left: 1em;
    margin-bottom:.5em;
    float: right
}


/* haendler */

.haendler p {
    margin-bottom: 0
}

.haendler h2 {
    margin-bottom: 3em !important
}

.haendler h3 {
    font-weight: 500;
    margin-bottom: .5em;
}


/* accordion */

.accordion dt {
    font-weight: 600;
    margin-bottom: 1em;
    cursor: pointer;
    border-bottom: 1px solid #eff1f4;
    padding-bottom: 1em;
}

.accordion dt svg {
    margin-left: 1em;
    vertical-align: middle;
}

.accordion dt.open svg {
    transform: rotate(90deg);
}

.accordion dt:hover {
    color: #111
}

.accordion dd {
    padding-bottom: 2em;
}

@media screen and (min-width:769px) {
    .gallery {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 1em;
        border-bottom: 1px solid #eff1f4;
        padding-bottom: 2em;
    }
    .gallery figure {
        margin: 1em 0 0 !important;
        max-width: 48%
    }
}

/* newsletter */

.cr_page {
  border-radius: 4px;
  max-width: 400px;
}

.cr_body label {
  float: none;
  clear: both;
  display: block;
  width: auto;
  margin-top: 8px;
  text-align: left;
  font-weight: bold;
  position: relative;
}

.cr_ipe_item label {
  line-height: 150%;
  font-size: 14px;
}

.cr_ipe_item textarea {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #aaa;
  font-family: Helvetica;
  font-size: 16px;
}

.cr_ipe_item input {
  background: #eeeeee;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 2px;
  font-size: 1em;
}

.cr_ipe_item select {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #aaa;
  display: block;
  margin: 0;
  padding: 5px;
  width: 100%;
}

.cr_ipe_item input.cr_ipe_radio,
input.cr_ipe_checkbox {
  -moz-binding: none;
  -moz-box-sizing: border-box;
  background-color: -moz-field !important;
  border: 2px inset threedface !important;
  color: -moz-fieldtext !important;
  cursor: default;
  height: 13px;
  padding: 0 !important;
  width: 13px;
}

.cr_ipe_item input.cr_ipe_radio {
  -moz-appearance: radio;
  border-radius: 100% 100% 100% 100% !important;
  margin: 3px 3px 0 5px;
}

.cr_ipe_item {
  padding: .5em 0;
}

.cr_ipe_item.inactive {
  display: none;
}

.imprint {
  font-size: 0.8em;
}

.cr_captcha {
  padding-left: 130px;
}

.cr_error {
  font-size: 1.1em;
  padding: 10px;
}

.clever_form_error {
  background-color: #FFBAAD;
  color: #333;
  border: 1px solid rgba(255, 108, 16, 1) !important
}

.clever_form_note {
  margin: 26px 0 0 3px;
  position: absolute;
  display: inline;
  padding: 2px 4px;
  font-weight: bold;
  background-color: #f2ecb5;
  color: #333;
  font-size: 12px !important;
}

.rc-anchor-normal {
  max-width: 300px
}

.badge.cr_page img {
  opacity: 0
}
.lang_control {display: flex}
.lang_control label {
    margin-right: 1em;
    display: block;
}