/* Allgemein */
* {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    width: 100%;
    height: 100%;
    background-color: #ededed;
}
body {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #262626;
}
.clear {
    clear: both;
}
.content-middle {
    width: 990px;
    margin: 0 auto;
}
hr {
    background: #E0E0E0;
    height: 1px;
    margin: 30px 0;
    width: 100%;
}

/* Font */

h1 {
    color: #1d2938;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "exo";
    font-weight: 600;
    line-height: 26px;
}
h2 {
    color: #1d2938;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "exo";
    font-weight: 600;
    line-height: 26px;
}
h3 {
    color: #1d2938;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "exo";
    font-weight: 600;
    line-height: 26px;
}
.entry h1, .entry h2, .entry h3, .entry h4 {
    margin: 20px 0 10px 0;
}
p {
    color: #262626;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 19px;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #000;
}

/* Buttons */

.button {
    background: #1d2938;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "exo";
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    margin: 9px 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.button:hover {
    background: #222;
    color: #fff;
}
/* Wrapper */
#wrapper {
    padding-top: 25px;
}

/* Inputs */
input[type='text'], input[type='email'], input[type='password'], textarea {
    background: none repeat scroll 0 0 #D8D8D8;
    color: #222222;
    padding: 8px 10px;
    margin-bottom: 10px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
input[type='submit'] {
    background: #1d2938;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "exo";
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    margin: 9px 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}
input[type='submit']:hover {
    background: #222;
}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, textarea:focus {
    background: #D1D1D1;
}

/* Header */

header {
    width: 100%;
    min-width: 990px;
    height: 45px;
    background-color: #3e4c5f;
}
header #logo {
    width: 185px;
    height: 45px;
    display: block;
    float: left;
}
#topnav {
    float: right;
}
#topnav * {
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#topnav li {
    float: left;
    list-style: none;
}
/*Todo: Pfeil oben. PNG: arrownavi.png*/
#topnav .current-menu-item {
    position: relative;
    background: #3E4C5F;
}
#topnav .current-menu-item:after {
    top: -25px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(62, 76, 95, 0);
    border-top-color: #3E4C5F;
    border-width: 10px;
    margin-left: -10px;
}
#topnav li a {
    font-family: "exo";
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 17px 11px 17px;
    border-right: 1px solid #515F72;
}
#topnav li:first-child a {
    text-indent: -9999px;
    background: url("img/homeicon.png") 5px 11px no-repeat;
}
#topnav li a:hover {
    background-color: #1d2938;
}

/* Home Slider */
#homeslidercontainer {
    padding:0px;
    width:990px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top: 70px;
}
#homeslider {
    width:990px;
    height:180px;
    position:relative;
    overflow:hidden;
}

/* Home Categorys */
#home-categorys {
    margin-top: 80px;
    margin-bottom: 200px;
}
.home-category {
    width: 290px;
    height: 206px;
    margin-right: 60px;
    background: url("img/rahmen.png") 0 0 no-repeat;
    float: left;
    position: relative;
    text-align: center;
}
.home-category img {
    height: 155px;
    left: 50%;
    margin-left: -119px;
    margin-top: -81px;
    position: absolute;
    top: 50%;
    width: 232px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.home-category img:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
}
.home-category a {
    display: block;
    padding-top: 115px;
}
.home-category-3 {
    margin-right: 0;
}

/* Home Vorstellungtext */

#home-vorstellung {
    margin-bottom: 80px;
}
.home-vorstellungstext {
    float: left;
    width: 730px;
    margin-right: 50px;
}
.home-vorstellungstext-icon {
    float: right;
    width: 180px;
    height: 103px;
    background: url("img/peopleicon.png") 0 0 no-repeat;
}

/* Footer */

footer {
    background: #c6c6c6;
    width: 100%;
    min-width: 990px;
    height: 70px;
}
.footer-section-1 {
    float: left;
    margin-top: 27px;
}
.footer-section-2 {
    float: right;
}
#footernav {
    margin-top: 23px;
}
#footernav ul li {
    float: right;
    margin-left: 10px;
    list-style: none;
}
#footernav ul li a {
    font-size: 14px;
}
#footernav ul li a:hover {
    color: #07141e;
}
#footernav .current-menu-item {
    color: #07141e;
}

/* Page */
.pageslug {
    height: 40px;
    background: #576578;
    color: #fff;
    font-family: "exo";
    margin-bottom: 30px;
}
.pageslug h1 {
    padding-top: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.entry {
    margin-bottom: 50px;
}

/* Blog */
article {
    margin-bottom: 20px;
    position: relative;
}
article:first-child {
    margin-top: 30px;
}
.article-thumb {
    float: left;
    width: 480px;
    margin-right: 30px;
}
.article-thumb-full {
    float: left;
    width: 950px;
    margin-right: 30px;
}
.article-thumb-full img {
    border: 6px solid #FFFFFF;
    box-shadow: 0 0 3px #A0A0A0;
    -webkit-box-shadow: 0 0 3px #A0A0A0;
    -o-box-shadow: 0 0 3px #A0A0A0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}
.article-thumb-full img:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
}
.article-thumb img {
    border: 6px solid #FFFFFF;
    box-shadow: 0 0 3px #A0A0A0;
    -webkit-box-shadow: 0 0 3px #A0A0A0;
    -o-box-shadow: 0 0 3px #A0A0A0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.article-thumb img:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
}
.article-meta {
    float: left;
    max-width: 450px;
    margin-top: 5px;
}
.article-desc {
    margin-top: 20px;
}
.article-more {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/* Pagination */

nav.pagination {
    clear: both;
    margin: 20px 0 30px 0;
}

nav.pagination li {
    background: none repeat scroll 0 0 #576578;
    color: #FFFFFF;
    list-style: none outside none;
    margin-right: 1px;
    float:left;
    -moz-transition:all 300ms;
    -webkit-transition:all 300ms;
    -o-transition:all 300ms;
    -ms-transition:all 300ms;
    transition:all 300ms;
}

nav.pagination li:hover {
    background: #3E4C5F;
}

nav.pagination li a, nav.pagination li span {
    padding: 3px 11px;
    display: block;
}

nav.pagination li span.current {
    background: #3E4C5F;
}

nav.pagination li a.inactive {
    color: #fff;
}

/*Comments*/

#kommentare {
    margin-bottom: 50px;
}

textarea#comment {
    height: 138px;
    resize: none;
}

#commentform input, textarea {
    width:100%;
}

#commentform input[type="submit"] {
    width: 300px;
}

#kommentar_formular h2 {
    margin:0 0 -2px 0!important;
}

.comment p {
    margin-bottom: 10px;
}

#kommentar_formular .kommentar {
    background-color: #E8E8E8;
    border: 1px solid #DADADA;
    margin-bottom: 13px;
    padding: 20px;
}

#kommentar_formular .kommentar_grav img {
    background-color:#fff;
    padding:7px;
    border:1px solid #ccc;
    float:left;
    margin:0 30px 10px 0;
}

#kommentar_formular .commentmetadata {
    margin-bottom:12px;
}

.comment-infos-left {
    float: left;
}
.comment-infos-left input {
    margin-bottom: 10px;
}
.comment-infos-right {
    float: right;
    margin-top: 38px;
}

/* Contact Form 7 */

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: #fff;
    border: 1px solid #333333!important;
    color: red;
    font-size: 15px;
    padding: 5px!important;
}

span.wpcf7-not-valid-tip {
    background: #fff;
    border: 1px solid #333333!important;
    color: red;
    font-size: 15px;
    padding: 5px!important;
    margin-top: -9px;
}

div.wpcf7 {
    margin: 0 0 40px!important;
    padding: 0;
}

/* Gallery */

.entry-content img {
    max-width: 98%;
    padding: 1%;
    border: 1px solid #ccc;
}
.gallery {
    clear: both;
    margin: 40px auto 40px auto;
}
.gallery .gallery-item {
    background: #fff;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 15px;
    list-style: none;
    max-height: 227px;
    margin-bottom: 15px;
    box-shadow: 0 0 3px #707070;
    -moz-box-shadow: 0 0 3px #707070;
    -webkit-box-shadow: 0 0 3px #707070;
    -o-box-shadow: 0 0 3px #707070;
    border: 5px solid #FFFFFF;
    -moz-transition:all 300ms;
    -webkit-transition:all 300ms;
    -o-transition:all 300ms;
    -ms-transition:all 300ms;
    transition:all 300ms;
}
.gallery .gallery-item:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
}
.gallery .gallery-item a {
    background: #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.gallery .gallery-item:nth-child(5n + 4) {
    margin-right: 0;
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-caption {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 11px;
    padding: 5px;
    position: absolute;
    top: 195px;
    width: 227px;
}

/*
Image sizes depending on the number of columns
Based on Hybrid theme
*/
.gallery-columns-0 .gallery-item {
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 226px;
    position: relative;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.gallery-columns-10 .gallery-item {
    width: 10%;
}
.gallery-columns-11 .gallery-item {
    width: 9.09%;
}
.gallery-columns-12 .gallery-item {
    width: 8.33%;
}
.gallery-columns-13 .gallery-item {
    width: 7.69%;
}
.gallery-columns-14 .gallery-item {
    width: 7.14%;
}
.gallery-columns-15 .gallery-item {
    width: 6.66%;
}
.gallery-columns-16 .gallery-item {
    width: 6.25%;
}
.gallery-columns-17 .gallery-item {
    width: 5.88%;
}
.gallery-columns-18 .gallery-item {
    width: 5.55%;
}
.gallery-columns-19 .gallery-item {
    width: 5.26%;
}
.gallery-columns-20 .gallery-item {
    width: 5%;
}
.gallery-columns-21 .gallery-item {
    width: 4.76%;
}
.gallery-columns-22 .gallery-item {
    width: 4.54%;
}
.gallery-columns-23 .gallery-item {
    width: 4.34%;
}
.gallery-columns-24 .gallery-item {
    width: 4.16%;
}
.gallery-columns-25 .gallery-item {
    width: 4%;
}
.gallery-columns-26 .gallery-item {
    width: 3.84%;
}
.gallery-columns-27 .gallery-item {
    width: 3.7%;
}
.gallery-columns-28 .gallery-item {
    width: 3.57%;
}
.gallery-columns-29 .gallery-item {
    width: 3.44%;
}
.gallery-columns-30 .gallery-item {
    width: 3.33%;
}

/* Alben */
#alben {
    margin-bottom: 50px;
}
.alben-thumb {
    float: left;
    margin-bottom: 15px;
    margin-right: 13px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 3px #707070;
    -moz-box-shadow: 0 0 3px #707070;
    -webkit-box-shadow: 0 0 3px #707070;
    -o-box-shadow: 0 0 3px #707070;
}
.alben-thumb:nth-child(4n+4) {
    margin-right: 15;
}
.alben-thumb img {
    border: 5px solid #FFFFFF;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#single-team .alben-thumb img {
    border: 5px solid #3E4C5F;
}
.alben-thumb img:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
}
.alben-thumb:hover .alben-desc {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}
.alben-thumb:hover .alben-desc-vis h3 {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}
.alben-desc-vis {
    color: #FFFFFF;
    height: 212px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.alben-desc-vis h3 {
    font-size: 15px;
    margin: 140px 10px 0;
    color: #fff;
}
.alben-desc {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    height: 240px;
    left: 0;
    position: absolute;
    top: 0;
    width: 236px;
    text-align: center;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.alben-desc a, .alben-desc h2 {
    color: #fff;
}
.alben-desc h3 {
    margin: 60px 10px 10px 10px;
    color: #fff;
}
.alben-desc p {
    color: #fff;
    margin: 20px 10px 0;
}
.teamalben-desc {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    height: 212px;
    left: 0;
    position: absolute;
    top: 0;
    width: 307px;
    text-align: center;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.teamalben-desc a, .teamalben-desc h2 {
    color: #fff;
}
.teamalben-desc h3 {
    margin: 60px 10px 10px 10px;
    color: #fff;
}
.teamalben-desc p {
    color: #fff;
    margin: 20px 10px 0;
}
.teamalben-desc-vis {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    height: 167px;
    width: 235px;
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.teamalben-desc-vis h3 {
    font-size: 15px;
    color: #fff;
    margin: 105px 0 0;
    text-align: center;
}

/* Team */

.team-member {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-right: 20px;
    margin-bottom: 6px;
    padding: 10px;
    width: 296px;
    float: left;
    text-align: center;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-member:nth-child(3n+3) {
    margin-right: 0;
}
.team-member:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
}
.team-member h2 {
    margin-top: 10px;
}
#single-team h1 {
    margin: 20px;
}
.team-profile-img img {
    width: 50%;
    height: auto;
    margin: 10px 0 10px 20px;
    float: left;
}
.member-meta {
    margin: 10px 0 0 20px;
    float: left;
    width: 40%;
}
.member-meta p {
    margin-bottom: 10px;
}
.member-meta h2 {
    margin-bottom: 10px;
}
.member-bio {
    margin: 20px 20px 0;
}
.member-bio h2 {
    margin-bottom: 10px;
}
.member-fotos {
    margin: 20px 20px 0;
}
.member-fotos h2 {
    margin-bottom: 10px;
}
.fancybox-close {
    color: #222;
    right: 22px!important;
    text-decoration: none;
    top: 33px!important;
}
.fancybox-close:before {
    content: "x";
}

/* Blog Single */
.article-content {
    clear: both;
    margin-top: 30px;
    margin-bottom: 60px;
}
span.article-cats {
    display: block;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 20px;
}
#blogpage p {
    margin-bottom: 10px;
}

/* Counter */
.counterf {
    float: left;
    font-size: 14px;
    margin-left: 40px;
    margin-top: 28px;
    width: auto;
}
.counterf li {
    list-style: none;
    display: inline;
}
.counterf li span {
    margin-left: 3px;
}
.widget_countperday_widget .widgettitle {
    display: none;
}
.pp_content {
    position: relative;
}
#newsletter-alert {
  width: 400px;
  height: 200px;
  position: fixed;
  right: 50px;
  bottom: 20px;
  background: #eee;
  z-index: 9999;
  display: none;
  box-shadow: 0 0 30px #a3a3a3;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
}
#newsletter-alert:hover {
  display: block!important;
}
.newsletter-head {
  background-color: #3E4C5F;
  padding: 10px;
  color: #fff;
}
.newsletter-head h2 {
  color: #fff;
  font-size: 14px;
}
.newsletter-body {
  padding: 20px 15px;
}
.newsletter-body:before {
  background: url("img/bgnewsletter.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.13;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  z-index: -1;
}
.newsletter-body p {
  font-size: 13px;
  line-height: 18px;
  color: #686868;
}
.newsletter-footer {
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.newsletter-footer a {
  background: rgba(0,0,0,.1);
  color: #222;
  display: inline-block;
  font-size: 13px;
  padding: 8px 13px;
}
.newsletter-footer #abonnieren {
  background: #3E4C5F;
  color: #fff!important;
}
.newsletter-footer a:hover {
  background: rgba(0,0,0,.2);
}
.arrow-down {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #3e4c5f;
  border-top: 20px solid transparent;
  bottom: 97px;
  height: 0;
  position: fixed;
  right: 29px;
  width: 0;
  display: none;
}

/* Layer */
.pp_content {
  overflow: hidden;
}
.pp_content:before {
  content: "";
  background: url('img/logo.png') 0 0 no-repeat;
  width: 185px;
  height: 45px;
  position: absolute;
  left: 5%;
  top: 5%;
}
.pp_content:after {
  bottom: 14%;
  color: #fff;
  content: "Copyright (c) Ford Fotogruppe Saarlouis";
  font-size: 15px;
  position: absolute;
  right: 5%;
}

@media screen and (max-width: 990px) {
	.pp_content::after {
		bottom: 24%;
	}
}
