/*
Theme Name: Dieter Schmutzers konservatives Theme
Theme URI: http://creativbox.at/
Description: Dieter Schmutzers Standard-Layout
Author: Christian Hoegl
Author URI: http://creativbox.at/
*/

* {	
	margin: 0;
	padding: 0;
  box-sizing:border-box;
}

body {
	font-size: 75%; /* Resets 1em to 12px */
	/*font-family: Calluna-1, Calluna-2, Georgia, Serif;*/
	font-family: Georgia, Serif;
	color: #333;
	background: #FFFAEC;
	background: #FFFAEC url("/assets/themes/dstheme/img/header.jpg") 0 0 no-repeat;
	}
h1, h2, h3, p, ul, ol {
	margin-bottom: 0.5em;
}
h1, h2, h3, h4, a, .form_teilnehmer .red {
	color:#7C9E21;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-size: 1.8em;
	line-height: 1.1em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.1em;
}
h4 {
	font-size: 1.2em;
	margin: 1.3em 0 0.2em 0;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
  max-width:1200px;
	width: 100%;
	margin: 0;
  padding: 0 30px 0 195px;
	position: relative;
	top:0;
	left: 0;
}
#header {
	width: 100%;
	height: 93px;
}
#header h1 a {
	display: block;
  float:right;  
	width: 531px;
	height: 93px;
	background: url("/assets/themes/dstheme/img/title.jpg") no-repeat;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
  margin: 0px;
  font-size:1px;
}
#description {
	display: block;
	color:#7C9E21;
	font-size: 15.5px;
	line-height: 17px;
	text-align: right;
	font-style: italic;
  margin: 13px 116px 20px 0;
}
#content {
	font-size: 1.3em;
	line-height: 1.4em;
	position: relative;
  margin:0;
	width: 100%;
	min-height:73vh;
	padding: 30px 30px 15px 30px;
	border:#7C9E21 1px solid;
	background: #FFF;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}
#content .entry p {
	padding: 0;
}
#content .entry h3 {
	margin: 0.7em 0 0.5em 0;
}
#content li {
	margin-left: 0.7em;
	padding-left: 25px;
	background: transparent url("/assets/themes/dstheme/img/bullet.png") no-repeat 0 4px;
	list-style: none;
}
#content li.pods-field {
  background:none;
  padding:inherit;
  margin:inherit;
  }
#content .pods-form-front .pods-field-label,
.wpcf7 label {
  font-family:"Open Sans", Helvetica, sans-serif;
  font-size:80%;
  clear:left;
  width:25%;
  padding:0 0 12px;
  }
 .pods-form-ui-comment {
  font-family:"Open Sans", Helvetica, sans-serif;
  font-size:65%;
   }
 .pods-form .pods-field-input input,
  .pods-form .pods-field-input textarea,
  .wpcf7 input, .wpcf7 textarea {
  padding: 4px;
  font-size: 90%;
  font-family: 'Open Sans', Helvetica, sans-serif;
 } 
  .pods-form .pods-field-input textarea,
  .wpcf7 textarea {
  border-color:#cacaca;
  }
.pods-form-ui-row-name-website { display: none;}
#content .edit {
  text-align:right;
	margin-top:40px;
 }
#content .edit a {
  font-family:"Open Sans", Helvetica, sans-serif;
	display: block;
  width:200px;
	margin: 0 auto 25px 0;
	padding: 2px 5px 0 5px;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: #d9eca8;
	color: #FFF;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.pods-form  {
  clear:both;
  }
#content .edit a:hover {
	background: #93BA1C;
	text-decoration: none;
}
#content .events .edit a {
	display: inline;
	height: auto;
}
.events {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}

.events td {
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.4em;
	border-bottom: #CCC 1px solid;
	padding: 0.6em;
	background: #fAfAfA;
}
.events p { margin-bottom: 0;
	line-height: 1.4em;
}
.events tr:nth-child(even) td {
	background: #f0f0f0;
}
.events tr:first-child td {
	border-top: #CCC 1px solid;
}
.events h4 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-top: 0;
}
.events .datum {
	width: 15%;
}
#footer {
	width: 100%;
	height: 90px;
	position: relative;
	top: 50px;
	left: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
#footer small {
	display: block;
	margin-top: 7px;
}
#footer small a {
	font-family: Helvetica, Arial, sans;
	font-weight: bold;
	padding: 4px 10px 2px 10px;
	text-transform: uppercase;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
    border-radius: 3px;
 	color:#ece7da;
}
#footer small a:hover {
	background:#ece7da;
	color:#fff;
	text-decoration: none;
}
#navigation {
	position: absolute;
	width: 155px;
	top: 245px;
	left: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
}
#navigation ul {
	list-style: none;
  font-size:1.2em;
}
#navigation li {
	background: url("/assets/themes/dstheme/img/dotted.png") no-repeat bottom center transparent;
}
#navigation li:last-child {
	background-image: none;
}
#navigation li a {
	display: block;
	line-height: 40px;
	color: #666;
}
#navigation li a:hover {
	background: url("/assets/themes/dstheme/img/glow.png") no-repeat center center transparent;
	text-decoration: none;
	color:#7C9E21;
}
#navigation li a:focus {
	outline: none;
}
#navigation .current_page_item a {
	color:#7C9E21;
}
.alignright {
	float: right;
	margin: 0 0 0 1em;
}
.alignleft {
	float: left;
	margin: 0 1em 0 0;
}

.attachment-post-thumbnail,
.alignnone {
	margin: 0 0 30px 0;
  width:100%;
  height:auto;
}


.pricelist tr:last-child { 
	border-bottom: #7C9E21 1px solid;
}
.pricelist td {
	padding: 5px 5px 0 5px;
	border-top: #7C9E21 1px solid;
	}
.pricelist td {
	text-align: right;
	}
.pricelist td.info {
	padding: 0 0 5px 0;
	border-top: none;
	text-align: center;
	font-size:85%;
	line-height:1em;
	}
.pricelist {
	margin:0 auto 1.5em auto;
	border-spacing: 0;
	border-collapse: collapse;
	}

.clear {
	clear: both;
}
.margin20 {
  margin-bottom:20px;
 }
.margin40 {
  margin-bottom:40px;
  }
.wp-caption-text {
  font-family:"Open Sans", Helvetica, sans-serif;
  font-size:80%;
  line-height:1em;
  }
.pods-form-pod-teilnehmer,
.wpcf7 form {
	background: #fff8ec;
	padding: 1em;
	margin: 2em 0 1em 0!important;
	border:#bfbfb5 1px solid;
	background-color: #e8e8dc;
}

.pods-form-pod-teilnehmer .btn_save {
	text-transform: uppercase;
	background: #7C9E21;
	color: #FFF3E0;
	margin: 1em 0 0 170px;
	padding:  2px 10px;
	border: none;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   font-size:1em;
}
.pods-form-pod-teilnehmer .btn_save:hover {
	background: #93BA1C;
}

.hidden,
.pods-form-pod-teilnehmer .veranstaltung,
.pods-form-pod-teilnehmer .anm_datum {
	visibility: hidden;
	height: 0;
}

.nicEdit-panel {display: none; }

.pods_form .leftside .comment {
	line-height:1.1em;
}

input {
	font-size:1.1em;
	}
	
.pods_form .form.txt, .pods_form .form.slug, .pods_form .form.pick1 {
width: 300px!important;
}


.fbx-modal, .fg-caption-title {
	font-family: Georgia, Serif!important;
}
.fbx-caption-title {
	padding: 30px 60px!important;
}
.fbx-close-caption {
	padding-right: 10px!important;
}
.foogallery {
	margin-top:50px;
}

body:not(.page-id-22) .grecaptcha-badge {
	display: none;
}


#googlemap {
    width: 100%;
    float: none;
	border: 0;
	margin-bottom: 1em;
}


@media screen and (max-width:480px){
  .attachment-post-thumbnail {
    display:none;
    }
}
@media screen and (max-width:768px){
  #wrapper {
    padding:0;
    }
  #navigation {
    position:initial;
    width:100%;
    }
  #content, #footer {
    margin:0 25px;
    }
  #header h1 a {
    width:100%;
    height:140px;
    background-size:contain;
    background-position:center center;
    }
}



@media screen and (min-width:1025px){
  body {
	font-size: 90%;
  }
  #content {
    padding: 40px 40px 20px 40px;
}
	 #googlemap {
	width: 440px;
	float:right;
	margin-bottom: 0;
  }
}
