/*
 Theme Name:     cnm/Dienstagsmail
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    cnm/Dienstagsmail Theme
 Author:         creos GmbH
 Author URI:     https://creos.agency
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* IMPORT */
/* @import url('styles/header.css'); */


/* BASE */


/* NAVIGATION */
#top-menu li.current-menu-item > a, .et_mobile_menu li.current-menu-item a {
/* 	color: #0a8980 !important; */
}

/* HOME */
.dienstagmail-aktuell .et_pb_code_inner {
	text-align: center;
}
.dienstagmail-aktuell a {
/* 	max-width: 650px; */
	max-width: 950px;
	margin-bottom: 0px;
    display: inline-block;
    line-height: 1.4;
	font-size: 40px;
	font-weight: 600;
/* 	color: #ffffff; first version */
	color: #0a8982;
/* 	text-shadow: 0.01em 0.01em 0.1em rgba(0,0,0,0.4); */
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.dienstagmail-aktuell a:hover {
/* 	color: #589bd6; */
	color: #229892;
}
.textTeaser {
/* 	color: #ffffff !important; */
	color: #666666 !important;
    max-width: 950px;
    margin-left: auto!important;
    margin-right: auto!important;
/*     text-shadow: 0.01em 0.01em 0.1em rgba(0,0,0,0.6); */
}

@media only screen and (max-width: 767px){
	.dienstagmail-aktuell a {
		font-size: 30px;
		max-width: 550px;
	}
	.textTeaser {
		text-align: left;
	}
}


/* NEWSLETTER ARCHIV */
.live-search-box {
	border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    border-width: 4px !important;
    border-color: #0a8982 !important;
    width: 100%;
    max-width: 600px;
    padding: 14px 4%!important;
/*     color: #589bd6 !important; */
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
}
#campaign-archiv p {
	padding-bottom: 0 !important;
}
#campaign-archiv a {
	color: #0a8982;
}

.year {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-bottom: 0;
	margin-top: 20px;
}
.newsletter_container {
/*
	height: 0;
	overflow: hidden;
*/
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.newsletter_container a {
	display: block;
}

.newsletter_container a:last-of-type {
/* 	margin-bottom: 30px; */
}

/* UMFRAGE */
.wp-polls-form, .wp-polls {
	max-width: 600px;
	margin: 0;
	text-align: left;
}
.wp-polls-form > p, .wp-polls > p {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 30px;
	text-align: left !important;
}

.wp-polls-ans {
	
}

.wp-polls-ans .wp-polls-ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.wp-polls-ans .wp-polls-ul li{
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: 600;
}

.wp-polls-ans .wp-polls-ul input {
	position: relative;
	top: -2px;
}

.wp-polls-ans .wp-polls-ul label {
	position: relative;
	margin-left: 10px;
}

.wp-polls-ans .wp-polls-ul i {
	position: relative;
	color: #ffffff;
	font-weight: 600;
}

.wp-polls-ans input[type="button"]{
	position: relative;
    padding: .3em 1em;
    border: 4px solid #ffffff;
    border-radius: 0px;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #ffffff!important;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background: #589bd6;
    cursor: pointer;
}

.wp-polls-ans input[type="button"]:hover {
	color: #589bd6!important;
    background: #ffffff!important;
}

.wp-polls-ans .pollbar {
	margin: 0;
	border: none;

}

.wp-polls-ans p:last-of-type {
	color: #ffffff;
	text-align: left !important;
}

/* FOOTER */
#footer-bottom .container {
	max-width: none;
	width: 95%;
}

#footer-bottom .bottom-nav {
	position: absolute;
    bottom: -5px;
    right: 0;
}

#footer-bottom .bottom-nav .current_page_item a{
	color: #0a8980;
}

/* SEARCH RESULTS */
.search .container:before {
	content: none;
	display: none;
}

.search #left-area {
	float: none;
	padding: 0;
	margin: 0 auto;
}

.search #left-area .entry-title {
	color: #0a8980;
}

.search #left-area .post-meta {
	display: none;
}

.search #sidebar {
	display: none;
}

@media screen and (max-width: 980px){
	#footer-bottom .bottom-nav {
		width: 100%;
		text-align: center;
		bottom: -50px;
	}
	#footer-bottom .bottom-nav li:last-of-type {
		padding-right: 0;
	}	
}