/*
	Theme Name: TelefonSeelsorge
	Theme URI: http://buero-perzborn.de
	Description: HTML5 Theme
	Version: 1.0
	Author: Andreas Perzborn
	Author URI: http://buero-perzborn.de
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	/*font:400 16px/1.4 'Open Sans', sans-serif;*/
	/*font: 400 16px/1.4 'Roboto', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;

	color:#666;
	padding-top: 1em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #8733ab;
	text-decoration:none;
}
a:hover {
	color:#8733ab;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul {
	padding-left: 1em;
}
.sidebar ul {
    padding-left: 0.5em;
}
li {
  	padding-left: 1em; 
  	list-style-type: none;
  	position: relative;
  	margin-bottom: .3em;
}

li:before {
	position: absolute;
	top:-8px;
	left: 0;
  	content: "• ";
  	color: #FBB929;
  	font-size: 180%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {
	padding-bottom: 2em;
	background-color: #f8f8f8;
	padding: 1em;
	margin-bottom: 2em;
}

/* footer */
.footer {
	background-color: #542F64;
	color: #fff;
	width: 100%;
}
.footer_traeger {
	border-top: solid 1px #e4e4e4;
	padding-bottom: 1em;
	margin-top: 2em;
}
.copyright {
	font-size: 80%;
	text-align: right;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}
.header-image {
	

}
.header-image {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
.wp-image-51{
	max-width: 60%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.foerderer_logos img {
	max-width: 190px;
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4 {
	font-family: 'Neuton', serif;
	font-weight: 300;
	color: #444;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0;
}
h3 {
	font-size: 1.35em;
	margin: 0.5em 0;
}
p + h2, ul + h2 {
	padding-top: 1em;
}
.sidebar h2 {
	/*font: 400 1.2em/1.4 'Roboto', sans-serif;*/
	color: #542F64;
	padding-bottom: 2px;
	border-bottom: solid 1px #542F64;
	margin-bottom: 1em;
}

strong {
	font: 500 16px/1.4 'Roboto', sans-serif;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
  		url("fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
  		url("fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"),
  		url("fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"),
  		url("fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }


.sponsoren-title {
	text-align: center;
	text-transform: uppercase;
}
.small_text {
	font-size: 80%;
	text-align: center;
	padding-top: 0.3em;
}

/*------------------------------------*\
    Navigation
\*------------------------------------*/
.header_menu ul {
	margin: 0;
	padding: 0;
}
.header_menu li {
	list-style-type: none;
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 0.5em;
	margin-right: 0.5em;
}
.header_menu li:first-child {
	border-left: none;
	padding-left: 0;
}


#mega-menu-wrap-main-menu {
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	padding: 0.5em 0;
}


#nav_menu-2 li {
	list-style-type: none;
	
	 
}
#nav_menu-2 li a {
	color: #fff;
}
#nav_menu-2 ul {
	margin: 0;
	padding: 0;
}

.fontsize_menu {
	text-align: right;
}
.fontsize_menu .schalter {
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 90%;
	background-color: #542F64;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	display: table-cell;
}
.fontsize_menu .schalter:hover {
	background-color: #6C3D81;
}

.fontsize_menu a.schalter {
	text-decoration: none;
	color: #fff;
}
.fontsize_menu li {
	list-style-type: none;
	display: inline-block;
}
.fontsize_menu li:before {
	content: "";	
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media only screen and (max-width:576px) {

	.header-image-text {
	position: relative;	
	color: #542F64;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	font-size: 110%;
	text-align: center;
	}

}
@media only screen and (min-width:577px) {

	.header-image-text {
	position: absolute;
	bottom: 5%;
	right: 0;
	padding: 5px 25px;
	color: #542F64;
	background: rgba(255,255,255,0.8);
	border-radius: 5px 0 0 5px;
	font-size: 130%;
	text-align: right;
	margin-left: 1em;
	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/* Shortcode Box */
.box_color_gray {
	padding: 1em;
	background-color: #fbf2ff;
}

.box_color_gray p:first-child {
	display: none;
}
.box_color_gray p + h2 {
	padding-top: 0;
	margin-top: 0;
}

/* Ausblenden der Kartenbestellung */
.benefizkonzerte .sidebar.box_1 {
    display: none;
}




/* Forms */

.kontaktdaten span {
	
}
label {
    margin-bottom: 1em;
}
.pflichtfeld {
	display: inline-block;
	color: red;
	padding: 0 0.2em;
}
span.wpcf7-list-item {
    margin: 0;
}




input[type=text], input[type=tel], input[type=email] {
	background: #f8f8f8;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
	border: 1px solid #fff;
	border-bottom: 1px solid #808080;
	display: block;
	height: 2em;
	width: 100%;
}
input[type=number] {
	background: #f8f8f8;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
	border: 1px solid #fff;
	border: 1px solid #808080;
	display: inline-block;
	height: 2em;
	width: 3em;
	padding: 3px;
	margin-right: 0.5em;
}
input[type=submit] {
	background: #FBB929;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
	border: 1px solid #fff;
	border-radius: 20px;
	display: inline-block;
	height: 2em;
	width: 10em;
	padding: 3px 5px;

}
input[type=checkbox] {
	margin-right: 0.3em;
}
input[type=text]:focus {
	color: #808080;
}










input#s {
	background: url(img/_search.png) no-repeat 5px 1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 80%;
	height: 22px;
	line-height: 1em;
	padding: 5px 10px 7px 28px;
}
.field:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f002";
	font-weight: 900;
	vertical-align: top;
 	color: #000;
 	padding-right: 4%;
}
input#searchsubmit {
	display: none;
}
#searchform {
	position: absolute;
	top: 0;
	right: 15px;
	text-align: right;
}
#searchform div {
	margin: 0;
}
#s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 100px;
}
#s:focus {
	background-color: #fff;
	width: 196px;
}
#searchsubmit {
	display: none;
}
.assistive-text {
	position:absolute !important;
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px, 1px, 1px, 1px);
}

#filtersubmit {
  position: relative;
  z-index: 1;
  left: 5px;
  top: 1px;
  color: #7B7B7B;
  width: 0;
}





/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

a.tel_button {
	display: block;
	color: #000;
	background-color: #FBB929;
	border-radius: 30px;
	padding: 0.5em;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}
a.tel_button:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f095";
	font-weight: 900;
	vertical-align: top;
 	color: #000;
 	padding-right: 4%;
}
a.tel_button:hover {
	background-color: #ffce64;
}

.padding_2em_0 {
	padding: 2em 0;
}

.header-image {
	position: relative;
	margin-bottom: 2em;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
