/**
* Theme Name:    Fastenimpulse
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Theme für Fastenimpulse
* Version:       1.0
*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #f0f0f0;
  /* background: url("img/hero-wolken.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

@media (max-width: 990px) {
  body {
    font-size: 16px;
  }
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

a.button {
  color: #62a414;
  border: 2px solid #62a414;
  padding: 10px 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 3em;
}
a.button:hover {
  color: white;
  background: #62a414;
  border: 2px solid #62a414;
  padding: 10px 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
  text-decoration: none;
}

/* HEADER */

header {
  background: white;
  transition: all ease 0.3s;
  padding: 0 80px;
}

@media (max-width:992px){
  header {
    padding: 0 50px;
  }
}
@media (max-width:500px){
  header {
    padding: 0 30px;
  }
}

.header-tiny {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.logo {
  padding: 20px 0 15px;
  border-bottom: 8px solid #62a414;
  text-transform: uppercase;
  margin-bottom: 0px;
  transition: all ease 0.3s;
  font-size: 1.7em;
}

@media (max-width: 460px) {
  .logo {
    font-size: 1.2em;
  }
}

h1 a {
  color: black;
}
h1 a:hover {
  color: black;
  text-decoration: none;
}

.logo-tiny {
  padding: 12px 0 12px;
  font-size: 1.4em;
  border-bottom: 4px solid #62a414;
}

@media (max-width: 460px) {
  .logo-tiny {
    font-size: 1em;
  }
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  transition: all ease 0.3s;
}

#mega-menu-wrap-main-menu {
  margin-top: 5px;
  transition: all ease 0.3s;
}

.nav-tiny {
  margin-top: -5px !important;
}

nav ul li a {
  color: black;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
}

/* HERO */

#advertise {
  padding: 30px 0;
  color: black;
  margin-bottom: 60px;
  margin-top: 125px;
}

#gottesdienste{
  margin-top:60px;
}

#advertise h2 {
  font-size: 3em;
  border-bottom: 5px solid black;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#hero {
  padding: 0;
}

.hero-row {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  #hero {
    height: 90vh;
  }
  .hero-row {
    padding-top: 10vh;
  }
}
@media (max-width: 600px) {
  #hero {
    height: inherit;
  }
  .hero-row {
    margin-bottom: 30px;
  }
}

.hero-text h2 {
  font-size: 3em;
  border-bottom: 5px solid #62a414;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#single-hero {
  height: 100vh;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.page-head {
  position: absolute;
  bottom: 80px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  color: white;
}

.hero-abstand {
  margin-top: 170px;
}

.page-head-2 {
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  color: white;
}

.page-head h2,
.page-head-2 h2 {
  background: #62a414;
  display: inline-block;
  padding: 5px 30px;
  font-size: 4em;
}

@media (max-width: 470px) {
  .page-head h2 {
    font-size: 3em;
  }
}
@media (max-width: 370px) {
  .page-head h2 {
    font-size: 2.4em;
  }
}

#pagemain {
  margin-top: 50px;
}
#pagemain ul {
  margin-left: 20px;
}

#singlepagemain {
  margin-top: 120px;
}

.shariff {
  margin-top: 50px;
}

.wp-block-quote {
  text-align: center;
  color: #62a414;
  font-weight: 700;
  margin-bottom: 50px;
}

.aber {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #62a414;
}

.aber::before {
  content: url("img/aber.png");
  margin-right: 16px;
}

/* MAIN */

#video {
  padding-top: 150px;
}
#video2 {
  padding-top: 60px;
}

#main {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #main {
    margin-top: 50px;
  }
}

.article-card {
  margin-bottom: 70px;
}

.card-info {
  margin: 0 0px;
}

.card-number {
  background: #62a414;
  color: white;
  padding: 3px 10px;
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 5px;
}
.card-date {
  background: #62a414;
  color: white;
  padding: 3px 10px;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 10px;
}

.card-text {
  margin-top: 30px;
}

.card-text h3 {
  font-size: 2em;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  .card-text h3 {
    font-size: 1.7em;
    text-transform: uppercase;
  }
}

/* Newsletterbox */

#newsletter {
  background: url("img/newsletter-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  color: white;
  margin: 30px 0 80px;
}

h4 {
  font-size: 3em;
  text-transform: uppercase;
  border-bottom: 4px solid white;
  padding-bottom: 20px;
}

input {
  border: 1px solid #62a414;
  background: none;
  padding: 11px 17px;
  color: white;
}

input[type="email"] {
  width: 114%;
  background: white;
  color: #62a414;
}

@media (max-width: 768px) {
  input[type="email"] {
    margin-top: 30px;
  }
}

input.button {
  text-transform: uppercase;
  font-weight: 700;
  color: #62a414;
}
input.button:hover {
  background: #62a414;
  color: white;
}

/* FOOTER */

footer {
  background: url("img/newsletter-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0 60px;
  color: white;
  margin: 40px 0 0;
}

h5 {
  font-size: 1.5em;
  font-weight: 700;
}

footer a {
  color: #62a414;
  text-decoration: none;
}
footer a:hover {
  color: black;
  font-weight: 700;
  text-decoration: none;
}

.footernav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footernav ul li {
  margin-bottom: 10px;
}

iframe {
  max-width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.autor {
  margin-top: 100px;
}
@media (max-width: 780px) {
  .autor {
    margin-top: 0px;
  }
}

.spalte1 {
}
.spalte1,
.spalte2,
.spalte3 {
  background: white;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

.fastenimpuls-seite {
  margin-top: 120px;
}

a.zoombtn {
  padding: 20px;
  background: red;
  color: white;
  margin-top: 25px;
  display: block;
  text-align: center;
}

a.zoombtn:hover {
  color: white;
  background: darkslategray;
  text-decoration: none;
}

a.fronleichnam-link {
  display: block;
  background: red;
  color: white;
  padding: 30px;
  text-align: center;
  font-size: 2em;
}
a.fronleichnam-link:hover {
  background: yellow;
  color: red;
  text-decoration: none;
}

.wp-block-group__inner-container {
  padding: 30px;
}

/* XMAS */

#xmaspagemain {
  background: url("img/xmas/xmas-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding-top: 140px;
  margin-bottom: -40px;
}

.xmas-container {
  background: white;
  padding: 60px 0;
}

.xmas-container h2 {
  font-weight: bold;
  font-size: 3em;
}

.xmas-container h4 {
  font-size: 1.7em;
  text-transform: uppercase;
  border-bottom: 4px solid red;
  padding-bottom: 10px;
  margin: 40px 0 15px;
}

#xmas-frontpage {
  background: url("img/xmas/xmas-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 150px 0 40px;
}

a.xmas-box {
  background: white;
  display: block;
  padding: 30px;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 1.8em;
}
a.xmas-box:hover {
  background: #d7b46a;
  text-decoration: none;
}
.xmas-frontpage-container h4 {
  font-size: 2em;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: white;
}

a.krippenbox {
  padding: 20px;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  color: black;
}

a.krippenbox:hover {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.orgel {
  margin-top: -115px;
}
section#xmas2021 {
  margin-top: 30px;
}

#sendungsraum{
  margin: 60px 0 -40px;
  padding: 80px 0;
  background: rgba(30,30,30,0.7);
  color:white;
}

#sendungsraum h2{
  font-weight: bold;
}

a.sendungsBtn{
  display:inline-block;
  padding: 15px 20px;
  margin: 20px 30px 0 0;
  color:white;
  font-weight: bold;
}

.btnGreen{
  border: 2px solid green;
}
.btnRed{
  border: 2px solid red;
}
.btnBlue{
  border: 2px solid blue;
}

.btnGreen:hover{
  background: green;
  text-decoration: none;
}
.btnRed:hover{
  background: red;
  text-decoration: none;
}
.btnBlue:hover{
  background: blue;
  text-decoration: none;
}

input {
  background: white;
  color: black;
  padding: 10px !important;
}


h2.gform_title {
  display: none;
}
h3.gsection_title {
  margin-top: 60px;
}

#gform_1 input {
  background: white;
  color: black;
  padding: 15px !important;
  border:none !important;
}

table {
  border: 1px solid black;
}

table {
  border: 1px solid black;
}

th, td {
  padding: 15px;
}

tr{
  border: 1px solid black;
}