/*
Theme Name: sammlung klee
Author: S. Klee
*/


/*--------------------------------------------------------------
font
--------------------------------------------------------------*/
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}


/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/

body {
	background-color: #fff;
	font: 14px 'Monolith', monospace;
	min-height: 100%;
}
@media (max-width: 767.98px) {
p {
	font-size: 14px;
	color: black;
}
}

body.overflow-hide {
	overflow: hidden;
	min-height: 100%;
}

header {
	background:white;
	height:130px;
}

@media (max-width: 1199.98px) {
header {
	height:120px;
}
}
@media (max-width: 767.98px) {
header {
	height:170px;
}
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
  vertical-align: middle;
  border-style: none;
  object-fit: contain;

}
p{
  font-size: 14px 'Monolith', monospace;
}
@media (max-width: 767.98px) {
p {
	font-size: 14px;
}
}
a {
	text-decoration: none;
	color: gray;
}

footer {
  color: rgb(150,150,150);
  position: flex-end;
  text-decoration: none;
  font-size: 8x;
  background:white;

  width: 100%;
}

@media (max-width: 767.98px) {
footer {

	width: 100%;
}
}
@media (max-width: 1199.98px) {
footer {

	max-width: 1400px;
}
}

/*--------------------------------------------------------------
Heading Tags
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.5;
	font-weight: normal;
	font-family: 'Monolith', monospace;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 31px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 16px;
}

/*--------------------------------------------------------------
Container
--------------------------------------------------------------*/

.container,
.container-fluid {
  width: 100%;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

@media (min-width: 576px) {
  .container-fluid{
  width: 100%;
  }
}
@media (min-width: 768px) {
  .container-fluid {
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1400px;
  }
}
.container-fluid-projekte {
  width: calc(100% - 10px);
  width: 100%;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
 }
@media (min-width: 1200px) {
  .container-fluid-projekte {
    max-width: 1400px;
	padding-right: -80px;
    padding-left: -80px;
  }
}

/*--------------------------------------------------------------
Navigation Main
--------------------------------------------------------------*/

.main-navigation li {
	position: static;
}
.main-navigation > li {
	display: inline-block;
}
.main-navigation a {
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0px 30px 0px 0px;
	text-decoration: none;
}
.main-navigation a:hover,
.main-navigation ul li:hover > a {
	color: #000;
	text-decoration: underline;
}
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a{
	color: #000;
	text-decoration: underline;
}
/* Dropdown */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	z-index: 9999;
	display: none;
}

.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display: none;
}
@media (max-width: 1199.98px) {
.main-navigation a {
	font-size: 14px;
	padding: 0px 30px 0px 0px;
}
}
@media (max-width: 767.98px) {
.main-navigation a {
	font-size: 14px;
	padding: 10px 10px 10px 0px;
}
}

.border {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {
.border {
	border: none;
}
}

/*--------------------------------------------------------------
Logo
--------------------------------------------------------------*/
/
.custom-logo {
	margin: 0px 0px 0px 0px;
	width: 100%;
	float: right !important;
}

.custom-logo img{
	margin: 0px 0px 0px 0px;
	width: 500px;
	max-width: 100%;
	height: auto;
	float: right !important;
}
@media (max-width: 767.98px){
.custom-logo {
	width: 100%;
}
.custom-logo img{
	margin: 10px 0 30px 0;
	width: 500px;
	max-width: 100%;
	float: left !important;

}
}
/*--------------------------------------------------------------
Order
--------------------------------------------------------------*/
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 767.98px) {
.order-1 {
  -ms-flex-order: 3;
  order: 3;
}
.order-3 {
  -ms-flex-order: 1;
  order: 1;
}
}
.order-2 {
	-ms-flex-order: 2;
  order: 2;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.d-block {
  display: block !important;
}
.pt-1 {
  padding-top: 10px !important;
}
@media (max-width: 767.98px) {
.pt-1 {
  padding-top: 0px !important;
}
}
.pt-text {
  padding-top: 20px !important;
}
@media (max-width: 767.98px) {
.pt-text {
  padding-top: 25px !important;
}
}
.pb-1 {
  padding-bottom: 10px !important;
}
@media (max-width: 767.98px) {
.pb-1 {
  padding-bottom: 0px !important;
}
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.img-fluid {
  max-width: 100vw;
  height: auto;
}

.center-info {
  color: rgb(0,0,0);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/*--------------------------------------------------------------
Post-Grid
--------------------------------------------------------------*/

.post-grid {	
	margin-bottom: 50px;
	margin-left: -80;
	margin-right: -80;
	padding-bottom: 25px;
	padding-top: 35px;
	border: 0 none;
}

.row-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -80px;
  margin-left: -80px;
   -ms-flex-pack: center !important;
  justify-content: center;
}

@media (max-width: 767.98px) {
.row-grid {
  display: inline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
}

.entry-wrap {
	padding-bottom: 60px;
	margin: 0 0 0 0;
	object-fit: none;
	-moz-object-fit: none;
	align-self: center;

}
.entry-main img{
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.entry-wrap .entry-main {
	opacity:1;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #fff;
	object-fit: contain;
	-moz-object-fit: contain;
}
.entry-wrap:hover .entry-main{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
	justify-content: center;

}
.entry-title {
	opacity: 1;
	font-size: 12px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
}

.entry-wrap:hover .entry-title {
	opacity: 1;

}
@media (min-width: 768px) {
.entry-wrap .entry-main {
	opacity:1;
	filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}
.entry-main img{
	width: 230px;
	max-height: 400px;
	padding-left: 80px;
	padding-right: 80px;
}
.entry-title {
	opacity: 0;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
}
}
.img-col-4 img{
	width: 230px;
	max-height: 400px;
	-moz-object-fit: contain;
}

.fake-entry {
	width: 230px;
	height: 280px;
	background-color: white;
	padding-left: 80px;
	padding-right: 80px;
}
.fake-padding {
	width: 80px;
	height: 150px;
	background-color: white;
}

/*--------------------------------------------------------------
Single-Post
--------------------------------------------------------------*/
.slider {
	width: auto;
	height: 500px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.img-col-1 {
	display:block;
	width: 100vw;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.single-content li{
	margin-top: 20px;
}	

@media (max-width: 767.98px) {
.desktop-only {
	display: none;
}
}
@media (min-width: 768px) {
.responsive-only {
	display: none;
}
}

/*--------------------------------------------------------------
drop-up text
--------------------------------------------------------------*/

.get-started {
  background: rgba(255,255,255,1);
  width: 100%;
  height: auto;
  color: #000;
  position: absolute;
  bottom:0;
  padding-bottom: 0px;
  display: none;
  z-index: 99;
  }
#get-started-btn {
  color: rgb(150,150,150);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  bottom: 20px;
}
#get-started-btn:hover {
  color: black;
}
#get-started-close {
  bottom: 10px;
  opacity: 1;
  cursor: default;
}
.weniger {
  color: rgb(150,150,150);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 20px 0 10px 0;
}
.weniger:hover {
  color: rgb(0,0,0);
}



