/* Theme Name: ACAminar Theme
Theme Description: Theme für www.a-caminar.com
Author: Falco Kleinschmidt
URI: http://www.datenfalke.de/ 
Version: 1.0 
*/ 

@import url('/wp-content/themes/acaminar/bootstrap.min.css');

.page_link {
	padding: 20px 0px 0px 0px;
}

.cptch_block {
	margin-left: 15px;
}

.textwidget * {
	font-size: 12px;
}

.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


#mastpage {
	margin-right: auto;
	margin-left: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 8px #323232;
	background-color: white;
	border-top: 2px solid rgb(50, 50, 50);
	border-bottom: 2px solid rgb(50, 50, 50);
	border-right: 2px solid rgb(50, 50, 50);
/* 	border-left: 2px solid rgb(50, 50, 50); */

	overflow-x: hidden;
	position: relative;
	z-index: 2; /* Content container above slider */
}
#mastheader {
	padding: 0;
	background-image: url('/wp-content/themes/acaminar/img/bg_header.png');
	background-repeat: repeat-x;
}
#mastheaderimage {
	padding: 0;
}
#mastheaderimage img {
	width: 718px;
}

#mastmenu {
	padding: 0px;
	padding-top: 20px;
	padding-left: 0px;
	width: 718px;
}
#mastcontent {
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
}
#mastsidebar {
	float: right;
	width: 200px;
	background-color: transparent;
	border: none;
	padding: 10px;
	margin-left: 20px;
}
#mastfooter {
	background-color: black;
	color: white;
	min-height: 40px;
	padding: 10px;
	padding-left: 20px;
}






html {
	font-family: 'Open Sans', Sans, Arial !important;
	background-color: #fff;
	/* Background images now handled by slider - see css/background-slider.css */
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-display: fallback;
}

body {
	background: transparent;
	position: relative;
	z-index: 1; /* Ensure content is above slider */
}

label {
    display: inline-block;
	mastheader: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}

h1, h1 a, h1 a:hover,.post-content h1, .tribe-events-page-title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 18px;
	font-weight: bold;
	text-decoration: none;
	word-break: normal;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}
p + h2 {
	margin-top: 20px;	
}
h3 + h2 {
	margin-bottom: 0px;	
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
}
p + h3 {
	margin-top: 30px;	
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}

p, li, a {
/* 	font-size: 16px; */
}

ul li {
	margin-bottom: 2px;
}


a {
	text-decoration: none;
	color: #ec8c24;
	outline: 0;
/* 	font-weight: normal; */
}
a:link {
	text-decoration: none;
	color: #ec8c24;
	outline: 0;
/* 	font-weight: normal; */
}
a:hover {
	text-decoration: underline;
	color: #ec8c24;
	outline: 0;
/* 	font-weight: normal; */
}
a:visited {
	text-decoration: none;
	color: #ec8c24;
	outline: 0;
/* 	font-weight: normal; */
}

table { 
    border-collapse: collapse;
}

td {
	vertical-align: top;
}

blockquote {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    font-size: 13px;
    border-left: 5px solid #f3ba7b;
}




.wp-post-image, .post-content img {
	width: 100%;
	height: auto;
	border: 1px solid black;
	margin-bottom: 20px;
}

.container {
	max-width: 720px;
}

.container-startseite {
	margin-top: 40px;
}
.container-startseite .row {
	padding-bottom: 20px;
}
.container-startseite img {
	border: 1px solid black;
	margin-bottom: 10px !important;
}

.container-startseite h2 {
	margin-top: 0px !important;
}


.main:not(:first-of-type) {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid grey;
}


.entry-startseite {
	padding: 0;
	margin-bottom: 20px;
	min-height: 350px;
}
.entry-startseite:nth-of-type(odd) {
	padding-right: 20px;
}
.entry-startseite:nth-of-type(even) {
	padding-left: 20px;
}
.entry-startseite .wp-post-image {
	margin-bottom: 0px !important;
}
.entry-starseite-excerpt-more-link {
	margin-top: -10px;
}
.entry-thumbnail-startseite {
	margin-top: 7px;
}





.noborder {
	border: none !important;
}
.margintop {
	margin-top: 40px;
}
.maxwidth500 {
	max-width:500px;
}

.aligncenter {
	text-align:center;
}

@keyframes wiggle
{
	0% {transform: rotateZ(0deg);}
	31% {transform: rotateZ(0deg);}
	31.5% {transform: rotateZ(-2deg);}
	32% {transform: rotateZ(0deg);}
	32.5% {transform: rotateZ(-2deg);}
	33% {transform: rotateZ(0deg);}
	33.5% {transform: rotateZ(-2deg);}
	34% {transform: rotateZ(0deg);}
	100% {transform: rotateZ(0deg);}
}

.wiggle {
	animation: wiggle 10s ease infinite;
}







#reply-title {
	display: none;
}
#commentform {
	margin-top: 20px;
}
#commentform input {
	width: 100%;
	margin-bottom: 20px;
}
#comment {
	width: 100% !important;
	height: 240px;
}
#submit {
	font-size: 24px;
	margin-top: 20px;
	background-color: #ec8c24;
}

/*Google reCatcha beim Gästebuch*/
#g-recaptcha-0 {
	width: 100%;
	height: 80px;
	display: inline-block;
}

ol.commentlist{
 margin: 10px 5px;
 padding: 10px;
}
.commentlist .comment-body{
 padding: 10px;
 background: #EFEFEF;
 border: solid thin #DEDEDE;
 margin: 10px 0;
 position: relative;
}
.comment-body a.comment-reply-link{
 position: absolute;
 top: 10px;
 right: 10px;
 color: #AEAEAE;
}
ol.commentlist li{
 list-style: none;
}
ol.commentlist img.avatar{
 padding: 5px;
 background: #DEDEDE;
 border: solid thin #CECECE;
 float: left;
 display: block;
 margin: 15px;
 width: 32px;
 height: 32px;
}
ol.commentlist .comment-author{
 line-height: 25px;
}
.comment-body cite.fn{
 font-size: 14px;
 font-style: normal;
}
.commentmetadata a{
 margin: 0;
 font-size: 11px;
 color: #999;
}
.comment-body p{
 margin: 5px;
}
 
.comment-body .comment-author.vcard{
 margin: 0;
}



.ckhp-event-list .entry-title {
	margin-bottom: 0px;
}
.ckhp-event-list .duration {
	margin-bottom: 10px;
}

.tribe-bar-disabled {
	float: none !important;
	z-index: 0 !important;
}

.tribe-events-tooltip {
	padding: 10px;
}

.tribe-events-single ul.tribe-related-events li {
	padding: 10px !important;
}

.comment-form-comment {
	margin-top: 10px;
}
.rc-anchor {
	
}

.gglcptch {
	clear: both;
	margin-left: 15px !important;
}



#cssmenu-949 a {
    padding-left: 8px !important;
}


#wpgdprc {
	width: auto !important;
	margin-bottom: 0 !important;
}



@media screen and (max-width:991px) {

	/* Mobile fallback: Show static background when slider is disabled */
	html {
		background-image: url('img/bg_body_standard.webp');
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
	}

	.entry-startseite:nth-of-type(odd) {
		padding-right: 0px;
	}
	.entry-startseite:nth-of-type(even) {
		padding-left: 0px;
	}

}

@media screen and (max-width:768px) {
	#mastpage {
		margin-left: 0px;
		border-left: 0px;
	}
}

@media screen and (max-width:720px) {

	html {
		background: transparent;
	}

	#mastpage {
		margin-top: 0px;
		margin-bottom: 0px;
		border: 0;
	}

	#mastmenu {
		padding-top: 10px;
	}

	#mastcontent {
		padding-top: 10px;
		padding-left: 40px;
	}

	#mobile_image {
		display: block;
	}

}

@media screen and (max-width:360px) {
	#mastcontent {
		padding-left: 20px;
		padding-right: 20px;
	}
}

