/*
Theme Name: Birkenweg 15
Author: mrhide.de
Author URI: http://mrhide.de
Version: 1.0
*/

html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Concert One', cursive;
  font-size: 14px;
  color: #333;
  background-color: #f1f1f1;
}

a:link,
a:visited {
  color: #748384;
}

p {
  line-height: 1.65em;
  margin: 0 0 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  font-weight: normal;
}

/* General Layout */

div.container {
  max-width: 92%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Content Area */

article.post {
  border-bottom: 1px dotted #DDD;
  margin-bottom: 20px;
}

article.post:last-of-type {
  border-bottom: none;
}

/* Header */

.site-header {
  border-bottom: 0px solid #DDD;
  margin-bottom: 20px;
  padding: 30px 0 0 0;
}

.site-header h1 {
  margin: 0;
}

.site-header h1 a:link,
.site-header h1 a:visited {
  text-decoration: none;
}

.site-header h5 {
  margin: 0;
}

/* Standard Nav Menu */

.site-nav ul {
  margin: 0;
  padding: 0;
}

.site-nav ul:before,
.site-nav ul:after {
  content: "";
  display: table;
}

.site-nav ul:after {
  clear: both;
}

.site-nav ul {
  *zoom: 1;
}

.site-nav ul li {
  list-style: none;
  float: left;
}

.site-nav ul li a:link,
.site-nav ul li a:visited {
  display: block;
}

/* Header Nav Menu */

.site-header nav {
  margin-top: 30px;
}

.site-header nav ul li {
  margin-right: 8px;
}

.site-header nav ul li:nth-of-type(4) {
  margin-right: 55px;
}

.site-header nav ul li a:link,
.site-header nav ul li a:visited {
  padding: 10px 17px;
  text-decoration: none;
  border: 1px solid #b59d91;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  transition: transform .6s;
}

.site-header nav ul li a:hover {
  transform: scale(1.08);
}

.site-header nav ul li.current-menu-item a:link,
.site-header nav ul li.current-menu-item a:visited {
  font-weight: bold;
  background-color: #443934;
  color: #FFF;
}

/* Footer */

.site-footer {
  margin-top: 30px;
  font-size: 84%;
}

/* Footer Nav Menu */

.site-footer nav {
  margin: 30px 0 10px 0;
}

.site-footer nav ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #DDD;
}

.site-footer nav ul li:last-of-type {
  border-right: none;
}

/* Page Layout */

article.page h2 {
  font-size: 225%;
  margin-bottom: 15px;
}

/* Clearfix */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Two Column Title Layout */

div.title-column {
  width: 30%;
  float: left;
}

div.text-column {
  width: 70%;
  float: right;
}

/* Info Box Styles */

div.info-box {
  width: 30%;
  float: right;
  margin: 0 0 30px 30px;
  padding: 20px;
  background-color: #EEE;
}

div.info-box h4 {
  margin-bottom: 6px;
}

div.info-box p {
  font-size: 85%;
}

/*##################*/

.gallery {}

.card-columns {
  column-count: 5;
  -webkit-font-smoothing: antialiased;
}

.card {
  margin: 0;
  transition: transform .5s;
}

.card:hover {
  transform: scale(0.98);
}

.linkerbalken {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 37px;
  height: 0%;
  background-color: #f1f1f1;
}

.bordertest {
  border: 5px solid blue;
}

.katwrap {
  margin-top: 50px;
  border-bottom: none;
}

.katlinks a {
  width: 15%;
  min-width: 120px;
  height: 80px;
  border: 2px solid grey;
  float: left;
  font-size: 30px;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 70px;
  transition: background-color .5s;
}

.katlinks a:hover,
.zuruck a:hover {
  text-decoration: none;
  background-color: #443934;
  color: white;
}

.gallery-caption {
  position: relative;
  top: -34px;
  left: 6px;
  font-size: 11px;
  color: #eee;
  text-shadow: 0 0 3px #444;
  z-index: 1000;
}

.zuruck a {
  position: relative;
  padding: 8px;
  border: 1px solid grey;
  border-radius: 4px;
  transition: background-color .5s;
}
.titel {
  font-size: 20px;
  letter-spacing: 4px;
  color: #555;
}
#mw_adminimize_admin_bar {
  display: none;
}

#wpfooter {
  display: none;
}

#adminmenumain {
  display: none;
}

div#wpcontent {
  margin-left: 0;
  padding-left: 0;
}

/*######## RESPONSIVE GALLERY ##########*/

@media screen and (max-width: 1356px) {
  .card-columns {
    column-count: 4;
  }
}

@media screen and (max-width: 1156px) {
  .card-columns {
    column-count: 3;
  }
}

@media screen and (max-width: 956px) {
  .card-columns {
    column-count: 2;
  }
}

@media screen and (max-width: 456px) {
  .card-columns {
    column-count: 1;
  }
}
