/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.metadata-tag {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5em;

}

.metadata-tag .meta-label {

    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}

.metadata-tag .meta-value {
    font-size: 20px;
    font-weight: normal;
white-space: pre-line;

}

.metadata-tag .meta-value a {
color: white;
text-decoration: underline;
}
.metadata-tag .meta-value a:hover {
color: white;
text-decoration: underline;
}


.metadata-tag .meta-value ul {
    margin-left: -10px;
    white-space: initial;	
}

.metadata-tag .meta-value li {
    margin-left: -10px;
}

.metadata-tag .meta-value ol {
    margin-left: -10px;
	white-space: initial;	
}

.social-media-icon-container {
    display: flex;
    gap: 10px;
		flex-wrap: wrap;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    background-color: #000;
    border-radius: 100px;
}
.elementor-element .social-media-icon a {
    color: white !important;
}

.elementor-element .social-media-icon a i {
    color: white !important;
}


.social-media-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.social-media-icon:hover {
    background: var(--e-global-color-secondary);
    color: white;
}


.elementor-element.link-container a:not(.elementor-button-link) {
	color: #AB92BF;
}


.elementor-element.link-container a:hover:not(.elementor-button-link) {
	color: #482784;
}

.elementor-kit-8 a.elementor-button-link {
	color: white !important;
}

.elementor-kit-8 a.elementor-button-link:hover {
	color: white !important;
}

.hide-download {
display: none !important;
}


/* Anpassungen Peditions-Plugin*/

.dk-speakout-petition {
  padding-top: 2em;
  padding-bottom: 0.5em;
  font-family: "FrutigerLT", Sans-serif;
}

.dk-speakout-petition-wrap {
  background-color: #ffffff;
  border: 0px solid #666666;
  border-radius: 10px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  font-family: "FrutigerLT", Sans-serif;
}

.dk-speakout-petition-wrap h3 {
  display: none;
}

label {
  vertical-align: baseline;
  display: inline;
}

.dk-speakout-full {
  margin: 0 0 2% 5%;
}

.dk-speakout-petition .dk-speakout-half {
  margin: 0 4% 2% 5%;
  width: 43%;
}

.dk-speakout-petition input[type="text"] {
  height: 4em;
  padding: 0 0 0 1em;
  border: 1px solid #D2C3E0;
  font-family: "FrutigerLT", Sans-serif;
}

.dk-speakout-petition input[type="email"] {
  height: 4em;
  padding: 0 0 0 1em;
  border: 1px solid #D2C3E0;
  font-family: "FrutigerLT", Sans-serif;
}

:required {
  border-color: #D2C3E0 !important;
}

:focus {
  background-color: #ffffff !important;
}

.dk-speakout-petition select {
  height: 4em;
  padding: 0 0 0 1em;
  background: white;
  border: 1px solid #D2C3E0;
}

.dk-speakout-submit {
    background: linear-gradient(#AB93C0, #482784);
    background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  border: 1px solid #482784;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.4em;
  margin-top: 0;
  position: relative;
  text-shadow: 0 -1px 0 #482784;
  width: 90%;
  height: 50px;
  padding: 0;
  color: white;
}

.dk-speakout-progress-wrap {
  border-top: 1px solid #482784;
  font-size: 12px;
  margin-top: 1em;
  padding: 5px 0;
  text-align: center;
  background: #D2C3E0;
}

.dk-speakout-progress {
  background: linear-gradient(#bbbbbb, #eeeeee);
  border: 1px solid #999999;
  border-radius: 3px;
  display: inline-block;
  height: 16px;
  margin: 0 2% 0 2%;
}

.dk-speakout-response-success {
  background-color: #D2C3E0;
  border-color: #482784 !important;
}

.dk-speakout-options {
  margin: 0px 0 0 5px;
  width: 90%;
}

.dk-speakout-privacypolicy-wrap label {
  display: inline !important;
  margin-top: .6em;
  vertical-align: 2px;
}

.dk-speakout-progressbar-low {
  background-color: #068D9D;
}