/*
 Theme Name:   Brustkrebs Theme
 Description:  Das Brustkrebs Theme
 Author:       Lars Badke
 Author URI:   https://www.larsbadke.com
 Version:      1.0
 Text Domain:  brustkrebs-theme
*/

@font-face {
    font-display: swap;
    font-family: "ArvoGruen";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Arvo_Gruen_2015_10.eot");
    src: url("/fonts/Arvo_Gruen_2015_10.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Arvo_Gruen_2015_10.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: "ArvoRegular";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Arvo-Regular_201.eot");
    src: url("/fonts/Arvo-Regular_201.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Arvo-Regular_201.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/pt-sans-v17-latin-regular.eot");
    src: url("/fonts/pt-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/pt-sans-v17-latin-regular.woff2") format("woff2"),
    url("/fonts/pt-sans-v17-latin-regular.woff") format("woff"),
    url("/fonts/pt-sans-v17-latin-regular.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/pt-sans-v17-latin-700.eot");
    src: url("/fonts/pt-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"),
    url("/fonts/pt-sans-v17-latin-700.woff2") format("woff2"),
    url("/fonts/pt-sans-v17-latin-700.woff") format("woff"),
    url("/fonts/pt-sans-v17-latin-700.ttf") format("truetype");
}

:root {
    --accent-color: 0395a2;
    --text-color: #464646;
}

* {
    border: 0;
    box-sizing: border-box;
    color: var(--text-color);
    font-size: 16px;
    hyphens: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
}

@media (min-width: 1200px) {
    .container,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

h1,
.h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
}

#intro h1 {
    color: white;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}

h1,
h2,
.h1,
.h2 {
    font-family: "ArvoGruen", serif;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    color: var(--accent-color);
}

h2,
.h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    h2,
    .h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

h3,
.h3 {
    font-family: "ArvoRegular", serif;
    font-size: 20px;
    line-height: 26px;
}

h3:not(:last-child),
p:not(:last-child),
li:not(:last-child),
.h3:not(:last-child) {
    margin-bottom: 1rem;
}

li:not(:last-child) {
    margin-bottom: 0.4rem;
}


h3:last-child,
p:last-child,
li:last-child,
.h3:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    h3,
    .h3 {
        font-size: 18px;
        line-height: 20px;
    }
}

p,
li,
a {
    color: var(--text-color);
    font-family: "PT Sans", sans-serif;
    line-height: 1.5;
}

a:not(.icon-container) {
    border-bottom: 1px solid var(--text-color);
}

a:not(.icon-container):focus,
a:not(.icon-container):hover {
    border-bottom: 1px solid var(--accent-color);
    color: var(--accent-color);
    transition: border-bottom-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

hr {
    background-image: url('/wp-content/themes/brustkrebs/images/linie.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    display: block;
    height: 2px;
    margin: 30px 0;
}

.icon-container.link img {
    margin: auto;
    max-height: 128px;
}

.brand-btn {
    background: white;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 16px;
    display: inline-block;
}

.brand-btn-reverse {
    background: #9bd236;
    color: white;
}

.brand-btn:hover {
    background: #042f52;
    color: white;
    text-decoration: none;
    transition: 0.3s all;
}

section {
    padding-bottom: 20px;
}

.block > .row > .col-lg-6 > *:last-child {
    margin-bottom: 0 !important;
}

/* -------------------------------------------- */
/* ----------------- HEADER ------------------- */
/* -------------------------------------------- */

#intro {
    transform: translateY(-25px);
}

#intro .container > div {
    padding: 20px 30px;
    border-radius: 10px;
    margin-left: -30px;
    margin-right: -30px;
    color: white;
}

#intro .icon {
    width: 75px;
    margin-right: 20px;
}

@media (max-width: 575px) {

    #intro {
        transform: translateY(-0px);
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    #intro .container > div {
        margin-left: -0px;
        margin-right: -0px;
        border-radius: 0;
        padding: 20px 15px;
    }
}

body {
    padding-top: 227px;
}

header {
    padding: 12px 0;
    position: fixed;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid lightgrey;
}

/*header .container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

#logo {
    width: 300px;

    /*top: 20px;*/
    /*left: 50%;*/
    border-radius: 100%;
    z-index: 99;
    background: white;
    /*position: absolute;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: translateX(-50%);*/
}

#logo img {
    width: 100%;
    /*transform: translateY(0px);*/
}

#navBtn {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 90px;
    display: block;
    font-size: 32px;
}

.menu-item,
.menu-item a {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.menu-item:first-of-type {
    margin-top: 0.1rem;
}

.menu-item:not(:last-of-type) {
    margin-bottom: 0.1rem !important;
}

header svg {
    display: block !important;
}

header path {
    fill: var(--accent-color);
}

header a {
    border: none !important;
}

.header-menu-container {
    display: inline-block;
    float: right;
}

.header-menu-container {
    margin-top: 0px;
    display: block;
    float: none;
}

.header-menu {
    display: none;
    float: none;
    margin: 0;
    padding-left: 0;
    margin-top: 10px;
    /*padding-top: 163px;*/
}

.header-menu ul {
    padding: 0;
}

.header-menu li {
    display: block;
    margin-left: 0;
    padding: 7px 0;
}

.header-menu li a {
    padding-bottom: 0;
}


.header-menu li a {
    display: block;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 5px;
    color: var(--text-color);
    border-bottom: 3px solid transparent;
}

.header-menu li.menu-item-has-children {
    position: relative;
}

.header-menu .sub-menu {
    display: none;
    position: absolute;
    left: -15px;
    margin: 0;
    padding: 0;
    background: #199579;
    margin-top: -5px;
    z-index: 99;
}

.header-menu li a:hover {
    color: var(--accent-color);
    transition: 0.25s color ease-in-out;
}

.header-menu li a.active, .header-menu .current-page-ancestor > a, .header-menu .current_page_parent > a {
    color: var(--accent-color);
}

.header-menu .current-page-ancestor > a, .header-menu .current-menu-item > a {
    color: var(--accent-color);
}

.header-menu .sub-menu li {
    display: block;
    padding: 0px 15px;
    margin: 0;
    min-width: 200px;
}

.header-menu .sub-menu .current-menu-item > a {
    border-bottom: none !important;
}

.header-menu .sub-menu li a:hover {
    border-bottom: none !important;
}

.header-menu .sub-menu li > a {
    color: white;
    padding: 5px 0;
    font-size: 14px;
    border-bottom: none !important;
}

.header-menu .sub-menu li > a:hover {
    color: white;
    text-decoration: underline;
}

@media (max-width: 992px) {
    body {
        padding-top: 226px;
    }
}

@media (max-width: 768px) {

    body {
        padding-top: 148px;
    }

    #logo {
        width: 200px;
    }

    #navBtn {
       top: 55px;
    }
}

/* -------------------------------------------- */
/* ----------------- PAGE   ------------------- */
/* -------------------------------------------- */

.block {
    margin-bottom: 1.5rem;
}

.block:first-of-type {
    margin-bottom: 0rem;
}

.block ul {
    list-style: none;
    padding: 0;
    padding-left: 0px;
}

.block li {
    padding-left: 1.3em;
}

.block li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    color: 0395a2;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

#links {
    padding-bottom: 0;
}
#videos video{
    width: 100%;
}
#links a:hover {
    text-decoration: none;
}

#links .pfeil {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    display: inline-block;
}


#kolumne {
    background: #cce7ee;
    padding: 60px 0;
}

#kolumne .text {
    color: #ec3390;
    font-size: 50px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
}

#kolumne a {
    color: inherit;
    text-decoration: underline;
}

#blog {

}

#blog .image {
    position: relative;
    width: 95%;
}

#blog .image .banner {
    background: url('/wp-content/themes/brustkrebs/images/blaues-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 5px 0;
    color: white;
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.blog_post {
    margin-bottom: 70px;
}

.blog_post a {
    color: inherit;
    text-decoration: underline;
    font-style: italic;
}


#blog_footer {
    margin-bottom: 80px;
}

#blog_footer .column {
    text-align: center;
}

#blog_footer img {
    width: 70px;
    margin-bottom: 10px;
}

#blog_footer h5 {
    font-size: 18px;
}

.small-gutters > div:nth-of-type(odd) {
    padding-left: 0;
    padding-right: 0.5rem;
}

.small-gutters > div:nth-of-type(even) {
    padding-left: 0.5rem;
    padding-right: 0;
}

@media (max-width: 767px) {
    .small-gutters > div {
        padding: 0 !important;
    }
}

.wpcf7-list-item-label {
    /*color: white;*/
    font-size: 14px;
    line-height: 14px;
}

label {
    display: inline-block;
    margin-bottom: .0rem;
}

.wpcf7-text {
    display: block;
    width: 100%;
    padding: 7px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #FFF;
    background-image: none;
    border: 1px solid lightgrey;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpcf7-textarea {
    display: block;
    width: 100%;

    padding: 7px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #FFF;
    background-image: none;
    border: 1px solid lightgrey;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpcf7-submit {
    color: white;

    border: none;
    background: #9bd236;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 7px 40px;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .wpcf7-submit {

        padding: 7px 15px;

    }
}

.wpcf7-list-item {
    display: block;
}


.wpcf7-form-control {
    margin-bottom: 15px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #102c44;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #102c44;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #102c44;
}

@media (max-width: 992px) {

    .wpcf7-submit {
        float: none;
        margin-bottom: 30px;
        margin-top: 15px;
    }
}

.wpcf7-list-item {
    margin-left: 0 !important;
}

.wpcf7-list-item label {
    font-weight: 400 !important;
    color: #102c44;
}


/* -------------------------------------------- */
/* ----------------- FOOTER ------------------- */
/* -------------------------------------------- */

footer#main-footer {
    padding: 0 0 100px;
}

footer#main-footer .icon-container img {
    max-width: 48px;
}

.logo-gruene {
    max-width: 192px;
}

@media (max-width: 575px) {
    footer#main-footer .icon-container img {
        max-width: 32px;
    }

    .logo-gruene {
        max-width: 128px;
    }
}

footer#main-footer .sub {
    font-size: 14px;
}

.menu-footer-container {
    display: inline-block;
}

footer#main-footer ul {
    list-style: circle outside;
    margin: 0;
    padding: 0;
}

footer#main-footer ul > li {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

footer#main-footer ul > li:before {
    display: none;
}

footer#main-footer ul > li:first-of-type:before {
    display: none;
}

footer#main-footer a {

}

footer#main-footer a:hover {

    text-decoration: underline;
    transition: 0.3s all;
}


@media (max-width: 768px) {

    .menu-footer-container {
        display: block;
    }

    footer#main-footer ul > li:first-of-type {
        padding-left: 0px;
    }

    footer#main-footer ul > li > a {
        margin-left: 0;
        margin-right: 5px;
        padding-left: 0;
    }
}


.form-control {
    border-radius: .0rem;
    background: #e9eaee;
}

/*#wpadminbar{*/
/*    display: none;*/
/*}*/

.punkte_plan_block{
    display: block;
    background: #bf0a6b;
    color: white;
    text-align: center;
    padding: 15px 30px;
    font-size: 34px;
    font-family: "ArvoRegular", serif;
    border-bottom: none!important;
}

.punkte_plan_block:hover{
    text-decoration: none;
    color: white!important;
}

.punkte_plan_block span{
    font-weight: bold;
    text-decoration: underline!important;
    font-family: "ArvoGruen", serif;
    color: white;
    font-size: 34px;
}

@media (max-width: 992px) {
    .punkte_plan_block{
        font-size: 26px;
    }

    .punkte_plan_block span{
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .punkte_plan_block{
        font-size: 20px;
    }

    .punkte_plan_block span{
        font-size: 20px;
    }
}
