span, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IBMPlexSans-Medium.eot");
    src: url("../fonts/IBMPlexSans-Medium.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSans-Medium.woff") format("woff");
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/IBMPlexSans-Regular.eot");
    src: url("../fonts/IBMPlexSans-Regular.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSans-Regular.woff") format("woff");
}
 
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/IBMPlexSans-Italic.eot");
    src: url("../fonts/IBMPlexSans-Italic.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Italic.woff2") format("woff2"), url("../fonts/IBMPlexSans-Italic.woff") format("woff");
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IBMPlexSans-Light.eot");
    src: url("../fonts/IBMPlexSans-Light.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Light.woff2") format("woff2"), url("../fonts/IBMPlexSans-Light.woff") format("woff");
}

.fett {
    font-weight: 500;
}

body {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    color:#676767;
    -webkit-text-size-adjust: 100%;
}

p {
    padding-bottom: 20px
}

strong {
    font-style: italic;
}

p.liste {
    padding: 10px 0 10px;
    text-align: left;
    border-bottom: 1px solid #e7e5e5;
}

p.liste:last-child {
    border-bottom: none;
    padding-bottom: 40px;
}

p.left {
    text-align: left;
}

p.big-bottom {
    margin-bottom: 40px;
}

#checkupmore, #darmkrebsmore, #hautkrebsmore, #krebsmaennermore, #chronikermore {
    display: none;
}

.container {
    margin: 0 auto;
    position: relative;
}

.namebar {
    background: #fff;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ededed;
    display: block;
    text-align: left;
}

@media (min-width: 720px) {
    .namebar {
        height: 100px;
        text-align: center;
    }
}

.name {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 18px 25px 0;
    color: #927F70;
}

@media (min-width: 720px) {
    .name {
        font-size: 24px;
        line-height: 30px;
    }
}

.navbar {
    position: relative;
    font-size: 14px;
    background: #fff;
    z-index: 100;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ededed;
    display: block;
    text-align: center;
}

nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style-type: none;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 25px 0 25px;
    margin:0;
}

@media (min-width: 720px) {
    nav ul {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 720px) {
    nav li {
       padding: 0 20px;
    }
}

a {
    text-decoration: none;
    color: #676767;
}

a.homesite:link, a.homesite:visited {
    text-decoration: none;
    color: #927F70;
}

a.navigation:hover {
    text-decoration: none;
    color: #676767;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a.mail:link {
    text-decoration: underline;
}

a.telefon-wichtig:link,
a.telefon-wichtig:active,
a.telefon-wichtig:hover,
a.telefon-wichtig:visited {
    font-weight: 500;
}

@media screen
and (max-width: 768px) {
    a.telefon:link,
    a.telefon:active,
    a.telefon:hover,
    a.telefon:visited,
    a.telefon-wichtig:link,
    a.telefon-wichtig:active,
    a.telefon-wichtig:hover,
    a.telefon-wichtig:visited {
        text-decoration: underline;
   }
}

@media screen
and (min-width: 768px) {
   a[href*="tel:"] {
       pointer-events: none;
       cursor: default;
   }
}

p.start-handheld  {
    max-width: 600px;
    margin: 0 auto;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    white-space: pre-line;
    padding-bottom: 30px;
}

@media (min-width: 769px) {
   h1 {
       white-space: normal;
       padding-bottom: 50px;
   }
}

h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    color: #fc7265;
    padding-bottom: 15px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.subheader {
    color: #927f70;
    margin: 40px 0 65px;
    text-align: center;
}

@media (min-width: 769px) {
    .subheader {
        text-align: left;
    }
}

.subheader-start {
    color: #927f70;
    margin: 0 0 15px;
    text-align: center;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    white-space: pre-line;
    padding-bottom: 10px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

@media (min-width: 769px) {
    footer h5 {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }
 }

h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.button {
    background-color: #ffffff;
    border: 1px solid #FC7265;
    border-radius: 5px;
    color: #fc7265;
    padding: 7px 18px 9px;
    font-size: 16px;
    font-family: 'IBM Plex Sans';
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
}

.abschicken {
    margin-bottom: 30px;
}

#checkupBtn, #darmkrebsBtn, #hautkrebsBtn, #krebsmaennerBtn, #chronikerBtn {
    color: #fc7265;
    padding-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
}

table, td, th {  
    border: 0; 
    text-align: left;
    font-variant-numeric: tabular-nums;
}
  
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0 50px;
}

table.small {
    margin: 20px 0 20px;
}

tr:first-child {
    border-top: 1px solid #e7e5e5;
}

th, td {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e7e5e5;
}

.hauptbild {
    position: relative;
    margin: 0;
    width: 100%;
    height: 600px;
    background: url(../images/schreiber-metaxas-start-small.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: auto 100%;*/
}

@media (min-width: 415px) {
    .hauptbild {
        background: url(../images/schreiber-metaxas-start-gross.jpg) no-repeat;
        background-position-x: center;
        background-position-y: 30%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 425px;
    }
}

.claim-small {
    text-align: right;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    padding: 35px 25px 0 30%;
    color: #ffffff;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.claim-big {
    position: absolute;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    padding: 0 30% 65px 45px;
    bottom: 0;
    color: #ffffff;
    text-shadow: 0 0 4px #000000;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}


@media (min-width: 415px) {
    .claim-small {
        display: none;      
    }
}

@media (max-width: 414px) {
    .claim-big {
        display: none;      
    }
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.content {
    background: #fff;
    z-index: 100;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-start-mobile {
    background: #fff;
    z-index: 100;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 769px) {
    .content-start-mobile  {
        display: none;
    }
}

.content-start-desktop {
    background: #fff;
    z-index: 100;
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .content-start-desktop  {
        display: none;
    }
}

.start-desktop-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 990px;
    margin: 0 auto;
}

.desktop-items {
    height: 320px;
    width: 50%;
    margin-bottom: 70px;
}

.desktop-items.bild {
    height: 320px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center right;
    background-color: red;
}

.desktop-items.information {
    text-align: center;
    padding: 60px 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

.desktop-items.viel-information {
    text-align: center;
    padding: 30px 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

.centum {
    width: 100%;
    margin-bottom: 60px;
}

.view {
    padding: 0 25px;
}

@media (min-width: 769px) {
    .spalten-wrapper {
        max-width: 990px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .spalte.gross {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 600px;
        flex: 1 0 600px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        /*width: 600px;*/
        margin: 50px 0 0;
    }
}

@media (min-width: 769px) {
    .spalte.gross-legal {
        margin: 10px 0 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 66%;
        flex: 1 0 66%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 769px) {
    .spalte.klein {
        margin: 10px 30px 0 0;
    }
}

@media (min-width: 769px) {
    .spalte.klein-legal {
        margin: 10px 30px 0 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.image-wrapper {
    width: 100%;
}

.bottom-50 {
    margin-bottom: 70px;
}

.yellow {
    margin: 30px 0;
    background-color: #f7f4ed;
    width: 100%;
}

.legalcontent {
    background: #fff;
    z-index: 100;
    width: 100%;
    display: block;
}

.intro {
    background: rgb(237,237,237);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(237,237,237,0)), color-stop(90%, rgba(237,237,237,0)), to(rgba(237,237,237,1)));
    background: -o-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(237,237,237,0) 90%, rgba(237,237,237,1) 100%);
    background: linear-gradient(180deg, rgba(237,237,237,0) 0%, rgba(237,237,237,0) 90%, rgba(237,237,237,1) 100%);  
    text-align: center;
    padding: 70px 25px 80px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #ededed;
}

.notfall-intro {
    text-align: center;
    padding: 70px 25px 60px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #ededed;
}

.textblock {
    text-align: center;
    padding: 50px 0 50px;
    max-width: 600px;
    margin: 0 auto;
}

.textblock.follow-one {
    padding: 30px 0 50px;
}

.textblock.follow-two {
    padding: 60px 0;
}

.bildblock {
    height: 100%;
    padding: 0 25px;
    text-align: center;
}

@media (min-width: 576px) {
    .bildblock {
        width: auto !important;
        width: 100%;
        max-width: 990px;
        margin: 0 auto;
        height: 400px;
    }
}

.start-desktop-header {
    background: #ffffff;
    text-align: center;
    padding: 70px 25px 80px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.start-desktop-header h2 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 300;
    color: #fc7265;
    padding-bottom: 30px;
    max-width: 720px;
    margin: 0 auto;
}

.start-desktop-header p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-wrap: balance; 
    max-width: 720px;
    margin: 0 auto;
    
}

.image {
    height: 255px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center right;
    margin: 0 auto;
}

.image.top-right {
    background-position: top right;
}

.image.ten-right {
    background-position-x: right;
    background-position-y: 18%;
}

@media (min-width: 576px) {
    .image {
        height: 100%
    }
}

.info {
    width: 100%;
    text-align: center;
    padding: 30px 0 1px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .info {
        width: 600px;
        margin: 0 auto;
    }
}

.notfall {
    background-color: #fc7265;
    color: white;
    padding: 35px 25px;
    margin: 15px 0 35px;
}

h2.rettungsdienst {
    color: #ffffff;
}

h2.legal {
    margin-bottom: 35px;
}

h5.legal {
    margin: 10px 0;
}

h5.privacy {
    margin: 20px 0 20px;
}

@media (min-width: 769px) {
    h5.privacy:first-child {
        margin: 10px 0 20px;
    }
}

h6.legal {
    margin: 10px 0;
}

.main-legal {
    max-width: 990px;
    text-align: left;
    padding: 50px 25px 80px;
    border-bottom: 1px solid #ededed;
}

@media (min-width: 769px) {
    .main-legal {
        margin: 0 auto;
    }
}

li.legal {
    list-style-position: inside;
}

footer {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-notdienst {
        display: none;
    }
}

@media (min-width: 769px) {
    .footer-wrapper {
        margin: 0 auto;
        max-width: 1040px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr); 
        -ms-grid-rows: auto auto; 
        grid-template-rows: repeat(2, auto);
    }

    .footer-wrapper > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .footer-wrapper > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .footer-wrapper > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .footer-wrapper > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .footer-wrapper > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .footer-wrapper > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
}

.footer-kontakt-name {
    padding: 30px 25px 0;
}

@media (min-width: 769px) {
    .footer-kontakt-name { 
        -ms-grid-row: 1; 
        -ms-grid-row-span: 1; 
        -ms-grid-column: 1; 
        -ms-grid-column-span: 2; 
        grid-area: 1 / 1 / 2 / 3; 
    }
}

.footer-kontakt-adresse {
    padding: 0 25px 0;
}

@media (min-width: 769px) {
    .footer-kontakt-adresse { 
        -ms-grid-row: 2; 
        -ms-grid-row-span: 1; 
        -ms-grid-column: 1; 
        -ms-grid-column-span: 1; 
        grid-area: 2 / 1 / 3 / 2; 
    }
}

@media (min-width: 769px) {
    .footer-kontakt-name, .footer-kontakt-adresse, .footer-sprechzeiten {
        text-align: left;
    }
}

.footer-sprechzeiten {
    padding: 30px 25px 0;
}

@media (min-width: 415px) and (max-width: 768px) {
    .footer-sprechzeiten {
        text-align: center;
        max-width: 50%;
        margin: 0 auto;
    }
}

@media (min-width: 769px) {
    .footer-sprechzeiten { 
        -ms-grid-row: 2; 
        -ms-grid-row-span: 1; 
        -ms-grid-column: 2; 
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3;
        padding: 0 25px 0; 
    }
}

.footer-divider {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e7e5e5;
}

.footer-recht {
    font-size: 14px;
    max-width: 990px;
    margin: 0 auto;
    padding: 30px 25px 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer-notdienst {
        display: none;
    }
}

@media (min-width: 769px) {
    .footer-notdienst { 
        -ms-grid-row: 1; 
        -ms-grid-row-span: 2; 
        -ms-grid-column: 3; 
        -ms-grid-column-span: 1; 
        grid-area: 1 / 3 / 3 / 4;
        margin-left: 40px;
        padding: 30px 25px; 
    }
}

input[type=text] {   
    caret-color: #fc7265;
    border: none;
    border-bottom: 1px solid #fc7265;
    width: 100%;
    font-family: IBM Plex Sans;
    font-size: 16px;
    border-radius: 0px;
    color: #676767;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 3px 0;
    margin: 10px 0;
}

input::placeholder, textarea::placeholder {
    color: #b0b0b0;
    font-family: IBM Plex Sans;
    font-size: 16px;
}

input[type=radio], input[type=checkbox] {
    border: 1px solid #fc7265;
}   

textarea {
    caret-color: #fc7265;
    color: #676767; 
    width: 100%;
    height: 150px;
    border: none;
    border: 1px solid #fc7265;
    border-radius: 0px;
    padding: 5px;
    margin: 0 0 10px;
    font-family: IBM Plex Sans;
    font-size: 16px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .form {
        width: 600px;
        margin: 0 auto;
    }
}

.form-padding {
    margin-bottom: 7px;
}

p.titel-betreff {
    font-weight: 500;
    margin: 20px 0 10px;
    padding: 0;
}

.datenschutz-zustimmung {
    margin-bottom: 20px;
}

.error {
    font-weight: 500;
    font-size: 14px;
    color: #8959ff;
    padding: 0;
}

.error-nachricht {
    font-weight: 500;
    font-size: 14px;
    color: #8959ff;
    padding: 0 0 20px;
}

.error-betreff {
    font-weight: 500;
    font-size: 14px;
    color: #8959ff;
    padding: 10px 0 20px;
}

.error-datenschutz {
    font-weight: 500;
    font-size: 14px;
    color: #8959ff;
    padding: 10px 0 20px;
}

.success {
    font-weight: 500;
    font-size: 16px;
    margin: 20px 0 20px;
    text-align: center;
    color: #59c6ff;
}

@media (min-width: 769px) {
    .success {
        margin: 40px 0 30px;
        text-align: left;
    }
}

.abschicken {
    margin-bottom: 50px;
}