/*
File Name: style.css
Theme Name:  LV Sachsen - Child Theme
Author: RT-Themes
Version: 1.9.17
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: kleingarten-child
Template: kleingarten
*/

/* SLIDER Header */
/* Buttons Nord-, Ost-, Westsachsen */
.SlButton {
font-weight: 900;
margin: 15px 15px auto auto;
}

/* Suchformular Übersetzung "Suchbegriff eingeben"
-->	popup-search.php
*/
/* Beitragsseite "LOAD MORE" überschreiben"
-->	rt-framework/functions/theme-functions.php
*/
/* Beiträge "READ MORE" überschreiben oder deaktivieren mit "/*"
-->	post-contents/content.php 			(Zeile: 59)
-->	post-contents/content-link.php 		(Zeile: 59)
-->	post-contents/content-audio.php		(Zeile: 83)
-->	post-contents/content-video.php		(Zeile: 93)
-->	post-contents/content-gallery.php	(Zeile: 123)
*/
/* ContactForm7 - Sendebutton"
*/
.wpcf7-submit {
background-color:#00b13b !important;
color:#4a6c7a;
font-size: 16px;
font-weight:500;
width:100%;
margin-left:0%;
text-align:center;
text-transform:uppercase;
}
.wpcf7-submit:hover {
background-color:#009933 !important;
}
/* NEWSLETTER Sendinblue (vormals Newsletter2Go)
 * Anmeldeformular CSS
*/
#sib_signup_form_1 input[type=text],#sib_signup_form_1 input[type=email], #sib_signup_form_1 select {
    width: 100%;
    border: 1px solid #bbb;
    height: auto;
    margin: 5px 0 0 0;
}
#sib_signup_form_1 input[type=email]:hover {
    width: 100%;
    border: 1px solid #009933;
}
#sib_signup_form_1 .sib-default-btn {
    margin: 5px 0;
    padding: 6px 12px;
    color:#fff;
    background-color: #00b13b;
    border-color: #2E2E2E;
    font-size: 14px;
    font-weight:400;
    line-height: 1.4285;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    white-space: normal;
    border:1px solid transparent;
    border-radius: 22px;
	margin-top:20px;
}
#sib_signup_form_1 .sib-default-btn:hover {
    background-color: #009933;
}
#sib_signup_form_1 p{
    font-size:14px;
    margin: 10px 0 0 0;
}