/* 
Created on : 18.05.2021, 15:09:27
Author     : Dieter Kahl / Netzkahl webdesign

Theme Name: Sueva Child
Description: Sueva Child Theme
Author: ThemeinProgress.
Author URI: https://www.themeinprogress.com
Version: 9.9.9
Template: sueva
Tags: custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options
Text Domain: sueva-child
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Sueva Child WordPress Theme is child theme of Sueva WordPress Theme, Copyright 2018 ThemeinProgress.com
Sueva WordPress Theme is distributed under the terms of the GNU GPL
*/
/*Die farbigen Flaechen*/
.background_rose {
  color: #ffffff !important;
  background-color: #F88C75; }

.background_red {
  color: #ffffff !important;
  background-color: #DF2C51; }

.background_violett {
  color: #ffffff !important;
  background-color: #A84D6B; }

.background_rose h2,
.background_rose h3,
.background_rose h4,
.background_rose p,
.background_red h2,
.background_red h3,
.background_red h4,
.background_red p,
.background_violett h2,
.background_violett h3,
.background_violett h4,
.background_violett p,
.background_red .h1_like_h2 {
  color: #ffffff !important; }

.container {
  padding: 0; }

.post-article {
  position: relative;
  padding: 0;
  background: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 2;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  word-wrap: break-word; }

.pin-container {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.pin-container img:hover {
  width: 100% !important; }

#footer {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 998;
  border-top: 0; }

.body_text strong {
  color: #DF2C51;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%; }

.info {
  background-color: #eeeeee;
  padding: 10px 20px 20px 20px;
  opacity: 0.6;
  font-weight: 700;
  font-size: 1em; }

.red {
  color: #DF2C51;
  font-weight: 700; }

.pin-container:after {
  display: none; }

/* Die Bilder -----------------------------------------------------------------*/
.wp-block-image {
  margin-bottom: 0; }

.wp-block-image img {
  height: auto; }

/* Die Zitate -----------------------------------------------------------------*/
.post-article blockquote {
  border-left: 0;
  padding: 0;
  color: #DF2C51 !important;
  position: relative;
  padding-bottom: 70px; }

.post-article blockquote p {
  color: #DF2C51 !important;
  font-weight: 700;
  width: fit-content;
  float: left; }

.post-article blockquote cite {
  float: left; }

/* Die Links ------------------------------------------------------------------*/
.body_text a {
  font-weight: 700;
  color: #DF2C51;
  text-decoration: underline; }

.background_rose a,
.background_red a,
.background_violett a {
  color: #ffffff; }

.background_rose a:hover,
.background_red a:hover,
.background_violett a:hover {
  color: #ffffff;
  text-decoration: underline; }

/*Die Korrekturen -------------------------------------------------------------*/
.top_minus_20 {
  margin-top: -20px !important; }

/* Die Tabellen ---------------------------------------------------------------*/
.wp-block-table td:first-child {
  color: #DF2C51;
  white-space: nowrap;
  padding-right: 12px; }

/* Das Mail-Formular ----------------------------------------------------------*/
input[type=text],
input[type=email],
textarea {
  background-color: #ffffff !important;
  border: 1px #cccccc solid !important;
  padding: 2px !important; }

.wpcf7-list-item input[type=checkbox] {
  width: 14px;
  margin-left: -18px; }

.wpcf7-form {
  max-width: 700px; }

/* Die Media-Queries ----------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .info_in_pic {
    display: none; }

  .info_under_pic {
    display: block;
    text-align: center;
    position: relative;
    z-index: 99999;
    margin: -15px auto -15px auto;
    background-color: #eeeeee;
    width: fit-content;
    opacity: 0.9;
    padding: 5px 15px 5px 15px; }

  h5 {
    color: #DF2C51; }

  .background_rose,
  .background_red,
  .background_violett,
  .body_text,
  .post-article blockquote {
    padding: 15px 15px 15px 15px; }

  .background_rose h2,
  .background_red h2,
  .background_violett h2,
  .background_red .h1_like_h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 0; }

  .background_rose h3,
  .background_red h3,
  .background_violett h3 {
    font-size: 1.1em;
    margin: -2px 0 0 0;
    padding: 0;
    line-height: 1.2em !important; }

  .background_rose h4,
  .background_red h4,
  .background_violett h4 {
    font-size: 1.1em;
    margin: 5px 0 0 0;
    padding: 0; }

  .background_rose p,
  .background_red p,
  .background_violett p {
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 0.9em; }

  .wp-block-buttons {
    margin-top: 15px;
    padding: 0; }

  .wp-block-button__link {
    color: #DF2C51 !important;
    background-color: #ffffff;
    border: none;
    border-radius: 1.55em;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block;
    font-size: 1.05em;
    font-weight: 700;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    margin-left: -5px;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    /*display: none*/ }

  .body_text {
    font-size: 15px !important;
    line-height: 1.6em !important; }

  .wp-block-column {
    margin-bottom: 4px; }

  .wp-block-columns {
    margin-bottom: 0; }

  .wp-block-table {
    padding-left: 15px;
    padding-right: 15px; }

  .page-id-61 iframe {
    padding: 0 15px 0 15px;
    width: 100%;
    height: 185px;
    max-height: 185px; } }
@media screen and (min-width: 0px) and (max-width: 991px) {
  .mobile-navigation .fa {
    color: #DF2C51;
    font-size: 36px; }

  #header-wrapper {
    margin-bottom: 10px; }

  .mobilemenu-box {
    padding: 0 30px 50px 40px; } }
@media (min-width: 600px) and (max-width: 991px) {
  .info_in_pic {
    display: block; }

  .info_under_pic {
    display: none; }

  h5 {
    color: #DF2C51; }

  .background_rose,
  .background_red,
  .background_violett {
    padding: 5px 25px 15px 30px; }

  .body_text {
    padding: 5px 25px 2px 30px; }

  .wp-block-table {
    padding-left: 30px;
    padding-right: 25px; }

  .background_rose h2,
  .background_red h2,
  .background_violett h2,
  .background_red .h1_like_h2 {
    font-size: 2em;
    margin: 5px 0 0 0;
    padding: 0; }

  .background_rose h3,
  .background_red h3,
  .background_violett h3 {
    font-size: 1.1em;
    margin: -7px 0 0 0;
    padding: 0;
    line-height: 1.3em !important; }

  .background_rose h4,
  .background_red h4,
  .background_violett h4 {
    font-size: 1.2em;
    margin: -4px 0 0 0;
    padding: 0;
    line-height: 1.4em; }

  .background_rose p,
  .background_red p,
  .background_violett p {
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 1em; }

  .pin-container {
    margin-bottom: 4px; }

  .wp-block-column:not(:only-child) {
    flex-basis: calc(40% - 0.4em) !important; }

  .wp-block-column:not(:first-child) {
    margin-left: 0.4em; }

  .wp-block-column:first-child {
    flex-basis: 60% !important; }

  .wp-block-columns {
    margin-bottom: 0 !important; }

  .home .wp-block-column:first-child {
    flex-basis: 70% !important;
    margin-bottom: 4px !important; }

  .home .wp-block-column:nth-child(2n) {
    flex-basis: 70% !important;
    margin-bottom: 4px !important; }

  .home .wp-block-column {
    margin-left: auto !important;
    margin-right: auto !important; }

  .wp-block-button__link {
    color: #DF2C51 !important;
    background-color: #ffffff;
    border: none;
    border-radius: 1.55em;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    padding: 3px 3px 3px 10px;
    text-decoration: none;
    overflow-wrap: break-word;
    letter-spacing: 0.05em;
    margin-left: -10px;
    margin-top: 10px;
    text-align: left;
    width: 110%; }

  .post-article blockquote {
    padding-left: 30px; }

  .post-article blockquote p {
    font-size: 16px; }

  .post-article blockquote cite {
    font-size: 13px;
    margin-top: 16px;
    margin-left: 12px; }

  .info {
    position: absolute;
    top: 20px;
    right: 25px;
    background-color: #eeeeee;
    padding: 1px 10px 7px 10px;
    opacity: 0.9;
    font-weight: 700;
    font-size: 1em; }

  .page-id-61 iframe {
    padding: 0 30px 0 30px;
    width: 100%;
    height: 388px;
    max-height: 388px; } }
@media (min-width: 800px) and (max-width: 820px) {
  .home .wp-block-columns {
    flex-wrap: wrap !important; } }
@media screen and (min-width: 992px) {
  .info_under_pic,
  .menu-item-207,
  .menu-item-208 {
    display: none !important; }

  .sueva-menu {
    text-align: left;
    position: absolute;
    top: 60px; }

  .sueva-menu ul {
    list-style: none;
    margin: 0;
    display: block; }

  .sueva-menu ul li {
    float: none;
    position: relative;
    display: block;
    color: #333333;
    text-align: left;
    font-size: inherit;
    background-color: #eeeeee;
    width: 350px;
    margin-bottom: 12px;
    padding: 5px 0 5px 130px;
    border-radius: 0 15px 15px 0;
    opacity: 0.9;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4); }

  .sueva-menu .current-menu-item {
    background-color: #ffffff; }

  .sueva-menu ul li a {
    padding: 0;
    color: #333333;
    font-size: 1em;
    font-weight: 600; }

  .sueva-menu ul li a:hover,
  .sueva-menu li:hover > a,
  .sueva-menu ul li.current-menu-item > a,
  .sueva-menu ul li.current_page_item > a,
  .sueva-menu ul li.current-menu-parent > a,
  .sueva-menu ul li.current_page_ancestor > a,
  .sueva-menu ul li.current-menu-ancestor > a {
    color: #DF2C51; }

  #proven {
    position: absolute;
    top: 360px;
    left: 145px; }

  #header-wrapper {
    margin-bottom: 0 !important; }

  .info {
    position: absolute;
    top: 30px;
    right: 35px;
    background-color: #eeeeee;
    padding: 10px 20px 20px 20px;
    opacity: 0.7;
    font-weight: 700;
    font-size: 1em; }

  .jameda {
    position: absolute;
    top: 270px;
    right: 20px; }

  .red {
    color: #DF2C51;
    font-weight: 700; }

  .wp-block-columns {
    margin-top: 0.4em;
    margin-bottom: 1px; }

  .wp-block-column:not(:first-child) {
    margin-left: 0.4em; }

  .background_rose,
  .background_red,
  .background_violett {
    padding: 20px 50px 10px 50px; }

  .background_rose h2,
  .background_red h2,
  .background_violett h2,
  .background_red .h1_like_h2 {
    font-size: 1.8em;
    margin: 0;
    padding: 0; }

  .background_rose h3,
  .background_red h3,
  .background_violett h3 {
    font-size: 1.1em;
    margin: -10px 0 0 0;
    padding: 0;
    line-height: 1.2em !important; }

  .background_rose h4,
  .background_red h4,
  .background_violett h4 {
    font-size: 1.5em;
    margin: 20px 0 0 0;
    padding: 0; }

  .background_rose p,
  .background_red p,
  .background_violett p {
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 0.9em; }

  .wp-block-buttons {
    margin-top: 10px;
    padding: 0; }

  .wp-block-button__link {
    color: #DF2C51 !important;
    background-color: #ffffff;
    border: none;
    border-radius: 1.55em;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
    padding: 3px 10px 0 30px;
    text-decoration: none;
    overflow-wrap: break-word;
    letter-spacing: 0.05em;
    margin-left: -10px;
    text-align: left;
    width: 115%; }

  .top_25 {
    margin-top: 25px; }

  .left_padding {
    padding-left: 60px; }

  .body_text {
    padding: 30px 60px 30px 60px; }

  .body_text_contact,
  .dsgvoaio_policy_shortcode {
    padding: 0px 60px 0 60px; }

  .wp-block-table {
    padding-left: 60px;
    padding-right: 60px; }

  .body_text_minus_top {
    margin-top: -25px; }

  h5 {
    color: #DF2C51 !important;
    padding-left: 60px;
    margin-top: 50px;
    font-size: 1.65em; }

  .body_text strong {
    color: #DF2C51;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%; }

  .body_text_contact strong {
    color: #DF2C51;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%; }

  .footer_container {
    background-color: #A84D6B;
    padding: 15px 0 13px 30px;
    margin-bottom: 40px; }

  .footer_container a {
    font-size: 0.9em;
    margin-right: 35px; }

  .footer_container a:hover {
    color: #eeeeee !important; }

  .post-container {
    margin-bottom: 5px; }

  .post-article blockquote {
    padding-left: 60px;
    margin-top: -20px; }

  .post-article blockquote p {
    font-size: 1.5em; }

  .post-article blockquote cite {
    margin-top: 26px;
    margin-left: 10px; }

  .page-id-61 iframe {
    padding: 0 60px 30px 60px;
    height: 509px;
    max-height: 509px; }

  .youtube_player {
    height: 500px !important; } }
@media screen and (max-width: 1199.999px) {
  #proven,
  .jameda {
    display: none; }

  .container_siegel {
    display: block;
    margin-bottom: 25px; }

  .jameda_bottom {
    margin-left: auto;
    margin-right: auto;
    width: 272px; }

  #jameda-widget-container1716453 {
    margin-left: -10px !important; }

  .proven_bottom {
    margin-left: auto;
    margin-right: auto;
    width: 180px; } }
@media screen and (min-width: 1200px) {
  .container_siegel {
    display: none; }

  .background_rose,
  .background_red,
  .background_violett {
    padding: 25px 50px 20px 50px; }

  .background_rose h2,
  .background_red h2,
  .background_violett h2,
  .background_red .h1_like_h2 {
    font-size: 2.6em;
    margin: 0;
    padding: 0; }

  .background_rose h3,
  .background_red h3,
  .background_violett h3 {
    font-size: 1.4em;
    margin: -12px 0 0 0;
    padding: 0; }

  .background_rose h4,
  .background_red h4,
  .background_violett h4 {
    font-size: 1.5em;
    margin: 20px 0 0 0;
    padding: 0; }

  .background_rose p,
  .background_red p,
  .background_violett p {
    padding: 0; }

  .wp-block-buttons {
    margin-top: 20px;
    padding: 0; }

  .wp-block-button__link {
    color: #DF2C51 !important;
    background-color: #ffffff;
    border: none;
    border-radius: 1.55em;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block;
    font-size: 1.65em;
    font-weight: 700;
    padding: 3px 10px 3px 30px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    letter-spacing: 0.05em;
    margin-left: -10px;
    text-align: left;
    width: 110%; }

  .left_padding {
    padding-left: 100px;
    padding-right: 100px; }

  .body_text {
    padding: 50px 100px 50px 100px; }

  .body_text_minus_top {
    margin-top: -33px; }

  .wp-block-table {
    padding-left: 100px;
    padding-right: 100px; }

  h5 {
    color: #DF2C51;
    padding-left: 100px;
    margin-top: 50px;
    font-size: 1.65em; }

  .post-article blockquote {
    padding-left: 100px;
    margin-top: -40px; }

  .post-article blockquote p {
    font-size: 1.65em; }

  .post-article blockquote cite {
    margin-top: 28px;
    margin-left: 10px; }

  iframe, embed, object, video {
    max-width: 100%;
    height: 310px;
    max-height: 310px;
    padding: 0;
    margin-bottom: -5px; }

  .page-id-61 iframe {
    padding: 0 100px 30px 100px;
    height: 576px;
    max-height: 576px; }

  .youtube_player {
    height: 570px !important; }

  .sueva-menu {
    text-align: left;
    position: absolute;
    top: 20px; }

  #proven {
    position: absolute;
    top: 310px;
    left: 145px;
    display: none; } }
@media screen and (min-width: 1400px) {
  .container {
    width: 1370px; }

  .background_rose h2,
  .background_red h2,
  .background_violett h2,
  .background_red .h1_like_h2 {
    font-size: 3.2em; }

  .background_rose h4,
  .background_red h4,
  .background_violett h4 {
    font-size: 1.5em;
    margin: 40px 0 0 0; }

  .left_padding {
    padding-left: 150px;
    padding-right: 100px; }

  .wp-block-table {
    padding-left: 150px;
    padding-right: 150px; }

  .wp-block-table td,
  .wp-block-table th {
    padding: 5px 10px 5px 0;
    vertical-align: top;
    background-color: #ffffff; }

  .body_text,
  .wpcf7 {
    padding: 50px 150px 50px 150px; }

  .body_text_contact,
  .dsgvoaio_policy_shortcode {
    padding: 0 150px 0 150px; }

  .body_text_minus_top {
    margin-top: -40px; }

  h5 {
    color: #DF2C51;
    padding-left: 150px;
    margin-top: 50px;
    font-size: 1.65em; }

  .post-article blockquote {
    padding-left: 150px;
    margin-top: -40px; }

  .post-article blockquote p {
    font-size: 2.0em; }

  .post-article blockquote cite {
    margin-top: 40px;
    margin-left: 10px; }

  iframe, embed, object, video {
    max-width: 100%;
    height: 350px;
    max-height: 350px;
    padding: 0;
    margin-bottom: -5px; }

  .page-id-61 iframe {
    padding: 0 150px 30px 150px;
    height: 632px;
    max-height: 632px; }

  .youtube_player {
    height: 650px !important; }

  .sueva-menu {
    text-align: left;
    position: absolute;
    top: 30px; }

  #proven {
    position: absolute;
    top: 375px;
    left: 145px;
    display: block; } }

/*# sourceMappingURL=style.css.map */
