@charset "UTF-8";
@font-face {
	font-family: 'CDUKieBook';
	src: url('CDUKieBook.woff2') format('woff2'),
			 url('CDUKieBook.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CDUKieBold';
	src: url('CDUKieBold.woff2') format('woff2'),
			 url('CDUKieBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CDUKieBolItalic';
	src: url('CDUKieBolItalic.woff2') format('woff2'),
			 url('CDUKieBolItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* kalam-regular - latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/kalam-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/kalam-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kalam-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kalam-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/kalam-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kalam-v16-latin-regular.svg#Kalam') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/*!
Theme Name: Monstroid2 Child
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Monstroid2 - truely multipurpose WordPress theme for real life projects. Built with love and care by TemplateMonster.
Template: monstroid2
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: monstroid2-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, grid-layout, custom-header, custom-logo, footer-widgets, flexible-header, blog
DocumentationID: monstroid_2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Monstroid2 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* Template-Anpassungen für marion-schneid.de
 * Autor: Holger Strunk (strunk.info)
 * 
 * Vorgaben
 * dunkelgrau: 	#404649 = Schriftfarbe
 * petrol: 			#3da5b9
 * gelb:				#ffde14
 * hellgrau: 		#e3e3e3
 * Schriftarten: CDU Kievit (Book, Bold, Tab)
 */


/* Anpassungen vorhandener Theme-Elemente */
h1, h2, h3, h4, h5, h6, strong {
	font-family: 'CDUKieBold', sans-serif !important;
	font-weight: normal !important;
	hyphens: none !important;
	-webkit-hyphens: none !important;
}
h1, h2, .tm_pb_toggle_title {
	background-color: white;
	width: fit-content;
	padding: 2px 10px;
	box-shadow: 2px 2px 3px #404649;
}
h1.page-title {
	font-size: 40px;
}
h3 {
	background-color: #404649;
	color: white !important;
	width: fit-content;
	padding: 2px 10px;
	box-shadow: 2px 2px 3px #404649;
}
body, div, li, input {
	font-family: 'CDUKieBook', sans-serif !important;
	font-weight: normal;
	hyphens: none !important;
	-webkit-hyphens: none !important;
}
p a {
	color: #3da5b9;
	font-weight: bold;
}
p a:hover {
	color: #404649;
}
input[type=text], input[type=tel], input[type=email], textarea {
	padding: 15px !important;
	font-size: 16px !important;
	font-style: normal !important;
	background-color: white !important;
}
input[type=submit] {
	font-family: 'CDUKieBook', sans-serif !important;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: normal;
	float: right;
	margin-top: 20px;
}
body {
	line-height: 1.5;
	hyphens: none;
}
body.error404 .site-content {
	background-size: 300px auto;
	background-position: center 36px !important;
}
article.post.type-post .posted-by, article.post.type-post .post__comments, article.post.type-post .post__tags {
	display: none;
}
img.size-thumbnail {
	margin-bottom: 3px;
}
.single-post .post > .entry-content > p:first-of-type:first-letter, .dropcaps {
	background-color: transparent !important;
	color: #404649 !important;
	font-size: inherit !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	line-height: inherit !important;
	position: inherit !important;
}
.single-post .post-author-bio {
	display: none;
}
.header-btn.btn.btn-default {
	border: none;
	font-size: 18px;
	font-family: 'CDUKieBold', sans-serif !important;
	font-weight: normal;
	background-color: #ffde14;
	color: #404649;
	padding: 10px 20px;
}
.header-btn.btn.btn-default:hover {
	background-color: #404649;
	color: #ffde14;
}
.header-container {
	background-size: 100% auto;
	background-color: #e3e3e3 !important;
}
.main-navigation .menu li {
	margin-left: 11px;
	margin-right: 11px;
}
.main-navigation .menu > li > a {
	color: #404649 !important;
	font-family: 'CDUKieBold', sans-serif !important;
}
.main-navigation .menu > li > a:hover {
	color: white !important;
}
.main-navigation .sub-menu>li>a {
	width: max-content;
	text-transform: none;
}
.footer-area-wrap {
	background-color: transparent !important;
}
.footer-area {
	padding: 20px 0;
	color: white;
	text-align: center;
	font-size: 18px;
}
.footer-area #custom_html-2 {
	padding: 0;
	margin: 0;
}
.main-navigation .menu a {
	font-family: 'CDUKieBook', sans-serif;
	font-size: 18px !important;
}
#menu-item-83 {
	display: none;
}
.posts-list .posted-by {
	display: none;
}
.posts-list footer.entry-footer {
	display: none;
}
.posts-list .entry-title a:hover {
	color: #3da5b9;
}
.posted-by {
	display: none;
}
.rss-date {
	display: block;
	color: #888;
}
.rsswidget {
	display: inline-flex;
}
.sidebar .widget {
	margin-bottom: 30px;
}
.sidebar .widget img {
	max-width: fit-content;
}
.sidebar .widget+.widget {
	padding-top: 30px;
}
.site-branding {
	width: 13%;
}
.site-header.default .header-container:after {
	border: none;
}
.site-header .social-list .menu-item > a::before {
	font-size: 24px;
}
#site-navigation.mobile-menu {
	background-image: url(https://marion-schneid.de/wp-content/uploads/2020/12/CDU-RLP-Banderole-05.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#site-navigation.mobile-menu .sub-menu {
	background: none;
}
.Slider_aussen .tm_pb_slide {
	height: 45vh;
}
.tm_pb_toggle_title {
	font-size: 22px;
	padding: 2px 30px 2px 10px !important;
	margin: 20px 0 !important;
}
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {
	content: '\e939';
	transform: rotate(180deg);
	font-size: 1.1rem;
	margin-right: 4px;
}
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
	content: '\e939';
	transform: rotate(0);
	font-size: 1.1rem;
	margin-right: 4px;
}
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
	padding: 0;
}
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle+.tm_pb_toggle {
	border-top: 1px solid #3da5b9;
}
.tm_pb_section.Abstand {
	padding: 100px 0;
}
.tm_pb_section.Abstand_klein {
	padding: 30px 0;
}
.tm_pb_section.grau {
	background-color: #e3e3e3 !important;
	/* background-image: url(images/Hintergrundlinien.png); 
	 * background-size: 100% auto !important;
	 * background-position: center !important; */
}
.tm-posts_listing .posts_item_content_footer {
	border: 0 !important;
}
.tm-posts_listing .tm-posts_item {
	margin-bottom: 0 !important;
}
.tm-posts_listing .posts_item_content_footer {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.top-panel__container.container {
	background-image: url('https://marion-schneid.de/wp-content/uploads/2020/12/CDU-RLP-Logo-mitSchatten.png');
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: right;
}
.top-panel__top {
	border: none;
}
.top-panel__message {
	font-size: 17px;
	color: #404649;
	padding-bottom: 0;
}
.top-panel__right {
	margin-right: 80px;
}
.row.schmal {
	width: 632px;
	margin: 0 auto;
}
#toTop {
	border: 1px solid white;
	right: 20px;
	bottom: 20px;
}


/* Google reCaptcha */

.grecaptcha-badge {
	box-shadow: none !important;
}
/* eigene Elemente */
.Abstand_oben {
	margin-top: 60px;
}
.Abstand_oben_klein {
	margin-top: 30px;
}
.Abstand_unten {
	margin-bottom: 60px;
}
.Abstand_unten_klein {
	margin-bottom: 30px;
}
.Accordeon_geschlossen {
	border-bottom: 1px solid #3da5b9;
	margin-top: 20px;
}
.Accordeon_geschlossen .tm_pb_module:first-child {
	display: none;
}
.Accordeon_geschlossen .tm_pb_toggle.tm_pb_toggle_open {
	background-color: transparent !important;
}
.Bildungschaos_beenden_Bild {
	cursor: pointer;
}
.Footer_Hinweistext {
	margin: 40px 0 20px;
}
.Footer_Links a {
	margin: 0 10px;
	color: white;
	font-weight: bold;
}
.Footer_Links a:hover {
	color: #404649;
}
.halb {
	display: inline-block;
	width: 49%;
	margin-right: .5%;
}
.Handschrift p {
	font-family: 'Kalam', cursive !important;
	font-size: 20px;
}
.Handschrift h5 {
	font-family: 'Kalam', cursive !important;
	font-weight: 700 !important;
	font-size: 24px;
	color: #3da5b9;
	
}
.Karte_weiss {
	background-color: white;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 6px 6px 12px #ccc;
}
.Kontaktformular div {
	margin-top: 20px;
}
.Kontaktformular_Datenschutz .wpcf7-list-item {
	margin: 0;
}
.Liste_AGB ol {
	list-style: decimal !important;
}
.Liste_AGB ol {
  counter-reset: item
}
.Liste_AGB li {
  display: block
}
.Liste_AGB li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
	font-weight: bold;
}
.Liste_AGB ol li {
	margin-top: 16px !important;
}
.Liste_mit_Abstand li {
	margin-bottom: 24px;
}
.Liste_PDF li:before {
	display: none;
}
.Liste_PDF li {
	background-image: url('https://marion-schneid.de/wp-content/uploads/2021/06/pdf-Symbol_Pixabay-28188-CC0.png') !important;
	background-repeat: no-repeat !important;
	background-size: auto 26px !important;
	padding-left: 32px !important;
}
.Partnerlogo {
	width: 200px;
	height: auto;
	margin-top: 20px;
}
.Portrait_Claudia-Wacker {
	max-width: 320px;
	height: auto;
}
.Portrait_Claudia-Wacker img {
	border-radius: 100% !important;
}
reCaptcha {
	
}
.Slider_aussen {

}
.Slider_innen {

}
.Steckbrief td.Bezeichner {
	min-width: 250px;
}
.soz_media {
	width: 48px;
	height: auto;
	margin: 60px 10px 0 !important;
}
.Ziele_RLP .tm_pb_module img {
	margin-bottom: 40px !important;
}


/* Cookies */
#myCookieConsent {
	z-index: 9999;
	min-height: 100%;
	min-width: 100%;
	font-family: OpenSans, arial, "sans-serif";
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	position: fixed;
	height: 100%;
	overflow: scroll;
	color: white;
	bottom: 0px;
	right: 10px;
	display: none;
	left: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#myCookieConsent a {
	color: #3da5b9;
	display: inline-block;
	padding: 0 10px;
}
#myCookieConsent a:hover {
	color: #3da5b9;
}
#myCookieConsent div#cookieButton {
	display: inline-grid;
	color: white;
	background: #3da5b9;
	text-decoration: none;
	cursor: pointer;
	margin: 10px;
	padding: 2px 20px;
	border-radius: 20px;
}
#myCookieConsent div#cookieButton:hover {
	background: #3da5b9;
	color: white;
}
#myCookieInfo {
	background-color: white;
	color: #404649;
	padding: 15px 0 10px 0;
	position: absolute;
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}
#myCookieDetails_show {
	color: #3da5b9;
	display: inline-block;
	margin-bottom: 20px;
}
#myCookieDetails_show:hover {
	color: #3da5b9;
	text-decoration: underline;
	cursor: pointer;
}
#myCookieDetails {
	display: none;
	width: 600px;
	max-width: 90%;
	margin: auto;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	margin-top: 30px;
}
#cookie-law-info-bar {
	width: 530px !important;
}
@media (max-width: 768px) {
	#cookie-law-info-bar {
		width: 95% !important;
	}
}
#cookie-law-info-again {
	box-shadow: none;
	border: 1px solid lightgray;
	border-radius: 12px 0 0 0;
	border-bottom: 0;
	border-right: 0;
	font-size: 8px;
	padding: 2px 10px;
	background-color: rgba(255,255,255,.5) !important;
}

/* Anpassungen für responsive Design */
@media (min-width: 1280px) {
	.super-guacamole__menu.menu-item.menu-item-has-children {
		display: none !important;
	}
}
@media (max-width: 1024px) {
	body, p, input[type=email], input[type=submit], input[type=tel], input[type=text], textarea {
	font-size: 18px !important;
	}
}
@media (max-width: 768px) {
	h2 {
		font-size: 30px !important;
	}
	h3 {
		font-size: 22px !important;
	}
	.main-navigation .menu a {
		font-size: 16px !important;
	}
	.main-navigation .menu > li > a:hover {
		color: #404649 !important;
	}
	.main-navigation .menu li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.mobile-menu .sub-menu-toggle {
		width: 100%;
	}
	.mobile-menu .sub-menu-toggle::before {
		position: absolute;
		right: 16px;
	}
	.row.schmal {
		width: 100%;
	}
	.site-branding {
		width: 17%;
	}
	.tm_pb_section.Abstand {
		padding: 60px 0;
	}
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_5 {
    margin-top: 25px;
	}
	.top-panel__right {
		margin-right: 0;
		flex-direction: unset;
		align-items: flex-start;
		width: 100%;
	}
}
@media (max-width: 480px) {
	h2 {
		font-size: 24px !important;
	}
	h3 {
		font-size: 22px !important;
	}
	h4, h5 {
		font-size: 18px !important;
	}
	body, p, input[type=email], input[type=submit], input[type=tel], input[type=text], textarea {
		font-size: 14px !important;
	}
	.Handschrift p {
		font-size: 16px !important;
	}
	.grecaptcha-badge {
		top: 20px !important;
	}
	.header-btn.btn.btn-default {
		display: none;
	}
	.halb {
		width: 100%;
	}
	#menu-item-83 {
		display: block;
	}
	.row.schmal {
		width: 100%;
	}
	#sidebar {
		padding: 0 40px;
	}
	.site-branding {
		width: 40%;
    margin-top: -50px;
	}
	.tm_pb_section.Abstand {
		padding: 60px 0;
	}
	.top-panel__message {
		padding-right: 70px;
		font-size: 15px;
	}
}

@media (min-width: 1441px) {
	
}

