/* Füge hier Dein eigenes CSS ein */

/* LOGO 
#navigation {
    margin-top: 50px;
} */


/* Footer */
#copyright {
  display: none;
}

/* Contact */
.wpcf7-form input[type="email"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}


/* Portfolio */
.portfolio-item .portfolio-title h4 {
  margin: 0 0 -1px 0;
  padding:0;
  font-weight: 100;
  color: #c80e5f;
}

.portfolio-item:hover .portfolio-title {
  background: #c80e5f;
  border-color: #c80e5f;
}

#filters {
    margin-bottom: 20px;
    border: 0px solid #dddddd;
   -webkit-border-radius:0px;
	  -moz-border-radius:0px;
	       border-radius:0px;
}

body {
  border-top: 0px;
}

#navigation { 
    margin-top: 60px;
}

#header #navigation ul#nav > li > a {
    line-height: 130px;
}

#no-title-divider {
 display: none; 
}



/** weiterlesen position **/
.weiterlesen {
    position: relative;
    top: -15px;
}

/** Bilder gruener Rahmen **/
.gruen {
  border-top: 5px solid #cec300;
}
.portfolio-item .portfolio-pic {
    border-top: 5px solid #cec300;
}

.overlay-link {
 display: none; 
}
.portfolio-overlay {
   display: none; 
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link, .portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
background:none;
}

ol, ul {
    margin-left: 15px;
}

#back-to-top a:hover {
    background-color: #c80e5f;
}

li {
margin-bottom: 5px;
}


ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}

#header { height: 100%; }

.flex-direction-nav a:hover {
    background-color: #c80e5f;
}
