/*@import "compass/css3";*/
/*@import "compass/reset";*/
/*Farben*/
/*headlines*/
h1, h2 {
  font-size: 24px;
  color: #a25800;
  line-height: 36px;
  margin: 20px 0; }

h3, h4 {
  font-size: 16px;
  color: #a25800;
  line-height: 36px; }

p, li {
  font-size: 16px;
  color: #444444;
  line-height: 24px; }

/*frontend formular*/
.frontendform {
  width: 90%;
  min-height: 60px;
  border-bottom: 0px solid #444444;
  padding: 20px 0;
  padding: 0;
  /*input[type=submit]{
    border:0;
    background-color:$buttonBackgroundColor;
    color:$buttonColor;
    padding:10px;
    margin:10px 0;
    border-radius:0px;
  
  }*/ }
  .frontendform label {
    display: block;
    color: #a25800;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0; }
  .frontendform span {
    font-size: 14px; }
  .frontendform input[type=text], .frontendform input[type=email] {
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    border-radius: 0px; }
  .frontendform textarea {
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    min-height: 200px;
    border-radius: 0px;
    white-space: pre-wrap; }

/*Liste Zitate*/
#zitate h3 {
  font-size: 20px;
  margin: 10px 0; }
#zitate .listzitate .zitate {
  width: 100%;
  padding: 10px 0;
  min-height: 60px;
  background-color: #fafafa;
  border-top: 1px #cccccc; }
  #zitate .listzitate .zitate .content {
    width: 70%;
    display: inline-block;
    vertical-align: top; }
  #zitate .listzitate .zitate .choose {
    width: 25%;
    display: inline-block;
    vertical-align: top; }
  #zitate .listzitate .zitate .setzitat {
    background-color: #a25800;
    color: #ffffff;
    margin: 5px 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0px; }

.kimages ul {
  margin: 10px 0; }
  .kimages ul li {
    display: inline-block;
    width: 12%;
    padding: 25px;
    height: 200px;
    overflow-y: hidden;
    vertical-align: top;
    margin-right: 1%;
    border: 0px solid #a25800;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 0px; }
  .kimages ul img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.kimages .imgchoose {
  border-bottom: 4px solid #a25800; }

.eabgedenkportal {
  font-family: "Arial";
  width: 100%;
  margin: 0;
  padding: 0; }
  .eabgedenkportal img {
    max-width: 100%;
    height: auto;
    max-height: 164px; }

.usermenu ul {
  margin: 20px 0; }
  .usermenu ul li {
    display: inline-block;
    padding-right: 20px; }
    .usermenu ul li a {
      text-decoration: none; }

.mailhint {
  color: red;
  width: 100%;
  height: 20px;
  padding: 10px;
  display: none; }

.color li {
  border: 0;
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }
.color .rot {
  background-color: #c90909; }
.color .gruen {
  background-color: #afc909; }
.color .blau {
  background-color: #095fc9; }

.imghint {
  display: none; }

/*# sourceMappingURL=main.css.map */
