/*!
Theme Name: galeria21
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: galeria21
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

galeria21 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 body{
	font-size: 17px;
	line-height: 24px;
	color: #363636;
   font-family: 'Big Shoulders Display',
	-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
  }
  @font-face {
	font-family: 'Staatliches-Regular';
	src: url('fonts/Staatliches-Regular.woff2') format('woff2'),
		 url('fonts/Staatliches-Regular.woff') format('woff'),
		 url('fonts/Staatliches-Regular.ttf')  format('truetype');
  }
  @font-face {
	font-family: 'BigShouldersDisplay-Regular';
	src: url('fonts/BigShouldersDisplay-Regular.woff2') format('woff2'),
		 url('fonts/BigShouldersDisplay-Regular.woff') format('woff'),
		 url('fonts/BigShouldersDisplay-Regular.ttf')  format('truetype');
  }
  img{
	max-width: 100%;
	height: auto;
  }
  .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
  }
  a{
		color: #00a5d0;
  }
  a:hover{
		color: #00a5d0;
  }
  a:focus{
	outline: none;
  }
  h1, h2, h3, h4, h5, h6{
	/*font-family: 'Raleway', sans-serif;*/
	padding: 0;
	margin: 0 0 20px 0;
  }
  h1{
		font-size: 43px;
	  line-height: 47px;
  }
  h2{
		font-size: 32px;
	  line-height: 36px;
  }
  h3{
		font-size: 26px;
	  line-height: 30px;
  }
  h4{
		font-size: 20px;
	  line-height: 24px;
	  margin-bottom: 10px;
  }
  h5{
		font-size: 16px;
	  line-height: 20px;
	   margin-bottom: 10px;
  }
  h6{
		font-size: 12px;
	  line-height: 16px;
	   margin-bottom: 10px;
  }
  p{
	margin: 0 0 20px 0;
  }
  p:last-child{
	margin-bottom: 0;
  
  }
  ol{
	padding-left: 20px;
  
  }
  ol li{
		margin-bottom: 5px;
  
  }
  
  ul{
	padding: 0;
  
  }
  ul li{
	padding: 0;
	padding-left: 20px;
	position: relative;
		list-style: none;
			margin-bottom: 5px;
  
  }
  
  a{transition: 0.3s all ease-in-out 0s;-webkit-transition: 0.3s all ease-in-out 0s;-moz-transition: 0.3s all ease-in-out 0s;}
  .dropdown-toggle:focus{
	outline: none;
  }
  mark{
	color: #4dbdf4;
	font-weight: 700;
	background: transparent;
	padding: 0;
  }
  input[type="text"], 
  input[type="email"], 
  input[type="url"], 
  input[type="password"], 
  input[type="search"], 
  input[type="number"], 
  input[type="tel"], 
  input[type="range"], 
  input[type="date"], 
  input[type="month"], 
  input[type="week"], 
  input[type="time"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="color"], 
  textarea, .form-control{
	padding: 5px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #82bc10;
	border-radius: 0;
  }
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #575354;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	color: #575354;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color: #575354;
  }
  :-moz-placeholder { /* Firefox 18- */
	color: #575354;
  }
  button, input[type="button"], input[type="submit"]{
	text-align: center;
	  padding: 8px 20px;
	  font-size: 18px;
	  line-height: 22px;
	  font-weight: 400;
	  color: #fff;
	  background: #82bc10;
	  border: 2px solid #82bc10;
	  transition: 0.3s all ease-in-out 0s;
	  -webkit-transition: 0.3s all ease-in-out 0s;
	  -moz-transition: 0.3s all ease-in-out 0s;
	  cursor: pointer;
	  display: inline-block;
	  border-radius: 0;
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  appearance: none; 
  }
  button:hover, 
  input[type="button"]:hover, 
  
  input[type="submit"]:hover {
	 background: #fff;
	  color: #82bc10;
	  outline: none;
	  text-decoration: none;
  }
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
  
  /*back to top open*/
  #return-to-top {
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
  
	  background: url(images/up-arrow.png) center no-repeat #588752;
	  background-size: 25px;
	  width: 52px;
	  height: 52px;
	  display: block;
	  text-decoration: none;
  z-index: 999;
	  border-radius: 0;
	  display: none;
	  -webkit-transition: all 0.3s linear;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
  }
  
  #return-to-top:hover {
	  background:url(images/up-arrow.png) center no-repeat #000;
	  background-size: 25px;
  }
  #return-to-top:hover i {
	  color: #fff;
	  top: 5px;
  }
  
  /*back to top end*/
  
  
  /*wordpress menu open*/
  .clickD { position: relative;right: 0;top: 0;width: 20px;height:20px;background:  url(images/sort-down.svg)center center no-repeat ; 
	cursor: pointer; display: block;background-size: 10px; float: right; margin-top: 5px;}
  .navbar-nav > li{position: relative;}
  .navbar-nav > li .sub-menu{
	position: absolute;
	left: 0; top: 100%;
	display: none;
	z-index: 999;
	width: 180px;
	background: #fff;
	border: 1px solid #ccc;
  }
  
  .navbar-nav > li .sub-menu > li > a{font-size: 16px; display: block; width: 100%; padding: 5px 24px; text-decoration: none;
  color: #303030;}
  .navbar-nav > li .sub-menu > li > a:hover{ background: #99d016; color: #fff; }
  .navbar-nav > li .sub-menu > li{padding: 0; margin: 0 !important;}
  .navbar-nav > li:last-child .sub-menu{left: inherit; right: 0;}
  
  @media(min-width:1025px){
  .navbar-nav > li:hover > .sub-menu{ display: block; }
  }
  
  @media(max-width:1024px)
  {
  /*.navbar-nav .clickD { position: relative;right: 0;top: 0;width: 20px;height:20px;background: url(images/sort-down.svg)center center no-repeat red; 
	cursor: pointer; display: block;background-size: 10px; float: right; margin-top: 5px;}*/
   ul.navbar-nav li .clickD.toggled + .sub-menu{display:block;}
  }
  /*wordpress menu end*/
  .navbar-light .navbar-toggler {
		  color: #000;
	  border-color: rgba(0, 0, 0, 0.1);
	  font-size: 24px;
	  padding: 10px;
	  border-radius: 0;
	  background: #fff;
  }
  .navbar{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .menu-bar .navbar-light .navbar-brand, .logo {
			 width: 190px;
	  margin: 0;
	  display: inline-block;
	  padding: 0;
	  background: #fff;
	  padding: 40px;
	  height: 190px;
	  overflow: hidden;
  }
  .navbar-light .navbar-nav .nav-link{font-family: 'Staatliches-Regular'; font-size: 30px; line-height: 37px; background: #fff;
	  color: #000;
	  padding: 20px 25px; text-transform: uppercase;}
  .menu-bar{ position: absolute; top: 0; left: 0; width: 100%; z-index: 99;}
  .menu-bar .navbar-nav > li {
	  padding: 0;
	  margin: 0;
	  border-bottom: 1px solid #333;
  }
  .menu-bar .navbar{ display: inline-block;     padding: 0; }
  .banner{ width: 100%; float: left; height: 100vh; overflow: hidden;}
  .banner img{ min-width: 100%; min-height: 100%;     object-fit: cover;
	  object-position: center;}
  .ausstellungen-section{ width: 100%; float: left; height: 100vh; position: relative; background-size: cover !important;     background-position: 50% 0 !important;}
  .parallax{background-attachment: fixed !important; }
  .white-boxes{ width: 100%; float: left; background: #fff;     padding: 60px 40px;}
  .heading{ font-family: 'Staatliches-Regular';  font-size: 90px; line-height: 110px; color: #000; text-transform: uppercase; }
  p{ color:#575354;  font-family: 'BigShouldersDisplay-Regular'; font-size: 27px; line-height: 36px;}
  .arrow-link{position: absolute;
	  bottom: 0;
	  float: right;
	  background: #E72183;
	  color: #fff;
	  width: 130px;
	  height: 130px;
	  z-index: 999;
	  right: 0;
	  text-align: center;
	  border-left: 25px solid #fff;
	  line-height: 100px;
	  font-size: 50px;
	  border-top: 25px solid #fff; font-weight: 300;} 
  .arrow-link:hover, .arrow-link:focus, .arrow-link:active{ color: #fff; background: #af095b; }  
  
  .kunsh-section{ width: 100%; float: left;padding: 60px 0; }  
  .kunst-box .heading{   font-size: 140px;
	  line-height: 110px; text-align: justify;}
  .kunst-box .heading span{ font-size: 122px; }
  .kunst-box{    text-align: center;
	  padding: 40px 25px 0; width: 100%; float:left;}
  .kunst-box p{ text-align: justify; }    
  .galerie-section{ width: 100%; float: left; }
  .galerycon{top: 50%;
	  left: 0;
	  right: 0; width: 100%; float: left; 
	  transform: translateY(-50%);
	  position: absolute;text-align: center;
	  max-width: 980px;
	  margin: 0 auto;
	  
  }
  .galerie-boxes{background: #fff;     padding: 60px 40px; text-align: center;}
  .galerie-boxes .heading span{ color:#E72183  }
  .galerie-slide{width: 100%; float: left; height: 100vh; position: relative;}
  .galerie-section .slick-dots {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
  }
  .galerie-section figure {
	  position: relative;
	  margin-bottom: 0;
  }
  .galerie-section figure img{ width: 100%; }
  .slick-dots li {
	display: inline-block;
	margin-right: 4px;
	color: #fff;
	border: none;
	margin-bottom: 0;
  }
  
  .slick-dots li:last-child {
	margin-right: 0;
  }
  .footer .slick-dots{ text-align: left; }
  .slick-dots li button {
	border-radius: 50%;
	width: 17px;
	height: 17px;
	padding: 0;
	background: #eee;
	border: none;
  }
  .slick-dots li button:hover{  background: #E72183;}
  .slick-dots .slick-active button {
	background: #E72183;
  }
  .slick-active button:hover{background: #E72183;}
  .slick-dots button {
	font-size: 0;
  }
  .fancybox-active{ overflow: hidden; }
  
   .navbar-toggler.collapsed .top-bar {
	  transform: rotate(0);
  }
  .navbar-toggler .icon-bar {
	  background-color: #888;
  }
  .navbar-toggler .top-bar {
	  transform: rotate(
  45deg
  );
	  transform-origin: 10% 10%;
  }
  .navbar-toggler .icon-bar {
	  width: 22px;
	  transition: all 0.2s;     display: block;
	  width: 22px;
	  height: 2px;
	  border-radius: 1px;
  }
   .navbar-toggler .icon-bar+.icon-bar {
	  margin-top: 4px;
  }
  .navbar-toggler.collapsed .middle-bar {
	  opacity: 1;
  }
  .navbar-toggler .middle-bar {
	  opacity: 0;
  }
  .navbar-toggler .bottom-bar {
	  transform: rotate(
  -45deg
  );
	  transform-origin: 10% 90%;
  }
  .navbar-toggler.collapsed .bottom-bar {
	  transform: rotate(0);
  }
  .instragram-sec{ width: 100%; float: left; padding:60px 0 30px; }
  .instragram-sec .heading{ font-size: 50px; line-height: 60px; }
  .instragram-sec .heading span{ color:#E72183}
  .instrgram-img{ width: 100%; float: left; margin-bottom: 30px; }
  
  .footer{ width: 100%; float: left; background: #575354; padding: 62px 0;     margin: 0;}
  .testi-con h2{ font-size: 50px; line-height: 60px; color: #fff; font-family: 'Staatliches-Regular'; text-transform: uppercase; }
  .testi-con p{font-family: 'Staatliches-Regular'; color: #fff; }
  
  .copyright-txt{font-family: 'BigShouldersDisplay-Regular'; font-size: 22px;     margin: 0; color: rgba(255,255,255,0.4); display: inline-block;}
  .footer-list{ display: inline-block;     margin: 0;}
  .footer-list li{  display: inline-block;     margin: 0;}
  .footer-list li a{display: inline-block; font-family: 'BigShouldersDisplay-Regular'; font-size: 22px; color: rgba(255,255,255,0.4);}
  .instragram-icon{ text-align: right;     display: flex;
	  align-items: center;
	  float: right;}
  .instragram-icon a{font-family: 'BigShouldersDisplay-Regular'; font-size: 22px; color: rgba(255,255,255,0.4); display: inline-block;}
  .instragram-icon img{    width: 26px;
	  margin-left: 7px;
	  display: inline-block;}
  
  
  .inner-banner{ width: 100%; float: left; text-align: center; position: relative; background-size: cover !important; background-attachment: fixed !important;}
  .inner-banner:before{ content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.75); left: 0; top: 0; }
  .inner-banner .container{ position: relative; z-index: 9; color: #fff;}
  .inner-content{ width: 100%; float: left; padding: 100px 0; }
  .inner-content .heading{ color: #fff; font-size: 90px; line-height: 112px; }
  .inner-content p{ color: #fff; }
  
  .ausstellungen-list{width: 100%; float: left; padding: 30px 0 0;  }
  .ausstellungen-list:last-of-type{ padding: 30px 0 30px;  }
  .ausstellungen-box{ width: 100%; float: left; background: #F0F0F0; padding: 56px 64px; }
  .ausstellungen-box h5{ font-size: 26px; color: #E72183; line-height: 33px; font-family: 'Staatliches-Regular'; margin: 0; text-transform: uppercase; }
  .ausstellungen-box .heading{ font-size: 59px; line-height: 74px; color: #000;}
  .listing-area{    display: flex;
	  justify-content: space-between; margin: 0;}
  .listing-area li{ font-family: 'Staatliches-Regular'; color: #575354; font-size: 26px; line-height: 33px; padding: 0;}
  .listing-area li:last-child{ text-align: right; }
  .listing-area li a{ color:#575354;  text-transform: uppercase; }
  .more-btn, .hide-btn{ color:#E72183; font-family: 'BigShouldersDisplay-Regular'; font-size: 22px; line-height: 32px;margin-bottom: 12px;
	  display: inline-block; }
  .main-content{ width: 100%; float: left; }
  .zigzag-format{ width: 50%; float: left; flex: 1;
	  display: flex}
  .ausstellungen-list .zigzag-format:first-child{ padding-right: 15px;}
  .ausstellungen-list .zigzag-format:last-child{  padding-left: 15px; }
  .ausstellungen-list:nth-child(odd) .zigzag-format:first-child{order: 2; padding-left: 15px; padding-right: 0}
  .ausstellungen-list:nth-child(odd) .zigzag-format:last-child{ padding-right: 15px;padding-left: 0 }
  .fancybox-button:hover {
	  color: #000 !important;
  }
  
  .new-status .ausstellungen-box h5, .new-status .listing-area li, .new-status .listing-area li a{ color:#E72183;}
  
  .kunst-main-content{width: 100%; float: left; padding-top: 30px;}
  .kunst-boxes{    width: 100%;
	  float: left;
	  margin-bottom: 30px;}
  .kunst-img{ width: 100%; float: left; background: #fff;  }
  .kunst-img img, .instrgram-img img, .ausstellungen-img img{ width: 100%; }
  .kunst-content{ width: 100%; float: left; background: #F0F0F0 ; margin-top:30px; padding: 50px; text-align: center; }
  .kunst-content .heading{  font-family: 'Staatliches-Regular'; font-size: 55px; line-height: 70px; color: #000;    margin: 0; }
  .pricetag, .pricetag a{ font-size: 26px; color: #575354; line-height: 33px; font-family: 'Staatliches-Regular'; margin: 0; text-transform: uppercase; }
  .kunst-content h5{font-size: 26px; line-height: 33px; font-family: 'Staatliches-Regular'; margin: 0; color: #575354; text-transform: uppercase;}
  .pricetag.new-status a{ color: #E72183; }
  
  
  .enquiry-con{   padding: 40px 30px; background: #eee;}
  .enquiry-con .heading{  color: #000; line-height: 40px; }
  .author-art{ width: 100%;     margin-bottom: 12px; }
  .fancybox-slide--html .enquiry-modal .fancybox-close-small{    background: #E72183;
	  color: #fff;}
  .enquiry-con h5 {
	  font-size: 26px;
	  line-height: 33px;
	  font-family: 'Staatliches-Regular';
	  margin: 0;
	  color: #575354;
	  text-transform: uppercase;
  }
  .enquiry-con .pricetag{color: #E72183;}
  .enquiry-head h3{
	 background: #ddd;
	  color: #000;
	font-size: 20px;
	text-align: center;     padding: 4px 20px;
	  margin-bottom: 20px; font-family: 'Staatliches-Regular'; 
  }
  
  .enquiry-modal.fancybox-content{
	padding-left: 0;border: 4px solid #E72183;
	padding-right: 0; max-width: 80%; display: none;     padding: 0;
  
  }
  .enquiry-modal{ display: none; }
  .enquiry-modal h2{
  
	font-size: 40px; font-family: 'Staatliches-Regular'; text-transform: uppercase;
  }
  .enquiry-form{    padding: 40px 25px;}
  .enquiry-content{
	
	  padding-right: 25px;
  }
  
  .form-control{ border-left: 0 !important;
	  border-right: 0 !important;
	  border-top: 0 !important;
	  color: #000;
	  padding: 10px 10px !important;
	  height: 60px;
	  font-family: 'BigShouldersDisplay-Regular';
	  font-size: 22px;
	  line-height: 32px; letter-spacing: 2px;
	  border-bottom: 1px solid #000!important;}
   .form-control:focus,.form-control:active{ box-shadow: none !important; color:#000 !important;  border-bottom:1px solid #e91e63;}
  .sub-btn{ display: inline-block !important;
	background: #E72183 !important;
	  border: none !important;
	  font-family: 'BigShouldersDisplay-Regular';
	  font-size: 22px !important;
	  line-height: 32px !important;
	  padding: 12px 40px !important;
	  letter-spacing: 3px; border: none !important;  margin-top: 20px;}
  .sub-btn:hover,.sub-btn:focus, .sub-btn:active{ color: #fff !important;
		 background: #414141 !important; }
  textarea.form-control{ resize: none; height: auto; }
  .pricetag a:hover {
	  color: #000;     text-decoration: none;
  }
  .footer-logo{ width: 120px;     display: inline-block; }
  .footer-up{ padding-bottom: 70px; }
  .menu-bar .navbar-light .navbar-brand{ display: none; }
  
  
  
  .ausstellungen-list .col-md-12{display: flex;}
  .ausstellungen-img{ width: 100%; float: left; }
  
  @media only screen and (max-width: 1400px) {
  
  .ausstellungen-box .heading, .kunst-content .heading, .heading, .inner-content .heading {
	  font-size: 50px;
	  line-height: 60px;}
	  .ausstellungen-box h5 {
	  font-size: 22px;
  }
  .kunst-box .heading {
	  font-size: 100px;
	  line-height: 80px;}
	  .kunst-box .heading span {
	  font-size: 85px;
  }
  .testi-con h2 {
	  font-size: 35px;
	  line-height: 45px;}
  
  p, .listing-area li, .navbar-light .navbar-nav .nav-link{ font-size: 22px;  line-height: 30px;}
  }
  @media only screen and (max-width: 1367px) {
	.banner{ height: auto; }
	.ausstellungen-box{   padding: 25px 25px;}
  .ausstellungen-box .heading, .kunst-content .heading, .heading, .inner-content .heading {
		  font-size: 46px;
	  line-height: 56px;
	  margin-bottom: 10px;}
	  .ausstellungen-box h5 {
	  font-size: 18px;
  }
  
  p{font-size: 17px; line-height: 27px; margin-bottom: 12px;}
   .listing-area li, .navbar-light .navbar-nav .nav-link, .more-btn, .hide-btn{ font-size: 18px;  line-height: 27px;}
  
  .galerie-slide{ height: auto; }
  }
  @media only screen and (max-width: 1024px) {
  .menu-bar .navbar-light .navbar-brand, .logo{ width: 140px; height: 140px; padding: 25px; }
  .kunsh-section{ padding: 40px 0; }
  .ausstellungen-section {
	  height: 80vh;
  }
  }
  @media only screen and (max-width: 991px) {
	.author-art img{ width: 100%; }
	.ausstellungen-list .col-md-12{flex-direction: column;}
	.enquiry-con, .enquiry-modal h2{ text-align: center; }
	.ausstellungen-list:nth-child(odd) .zigzag-format:first-child{    order: initial; display: block;}
	.enquiry-content {
	  padding-right: 0;
  }
  .zigzag-format{ width: 100%; float: left; }
  .enquiry-modal{    max-width: 90%;
	  padding: 18px;}
  .ausstellungen-box{ min-height: auto; }
  .ausstellungen-img img{ width: 100%; }
  .ausstellungen-list:nth-child(odd) .zigzag-format:first-child, .ausstellungen-list:nth-child(odd) .zigzag-format:last-child, .ausstellungen-list .zigzag-format:first-child, .ausstellungen-list .zigzag-format:last-child {
	  padding-left: 15px;
	  padding-right: 15px;
  }
  .kunst-box .heading {
	  font-size: 70px;
	  line-height: 57px;
  }
  .kunst-box .heading span {
	  font-size: 60px;
  }
  .arrow-link {
	  width: 90px;
	  height: 90px;
	  border-left: 12px solid #fff;
	  line-height: 80px;
	  font-size: 25px;
	  border-top: 11px solid #fff;
  }
  .instragram-sec{ padding: 30px 0 0; }
  footer{ padding: 30px 0; }
  .galerie-boxes{    padding: 35px 40px;}
  .testi-con h2 {
	  font-size: 26px;
	  line-height: 30px; margin-bottom: 4px;
  }
  p, .listing-area li, .navbar-light .navbar-nav .nav-link, .copyright-txt, .footer-list li a, .instragram-icon a {
	  font-size: 16px;
	  line-height: 25px;
  }
  .slick-dots button{ width: 12px; height: 12px; }
  .footer-up{ padding-bottom: 30px; }
  .menu-bar .navbar-light .navbar-brand, .logo {
	  width: 100px;
	  padding: 20px;
	  height: 100px;}
   .navbar-nav{  width: 100%; background: #fff;
  }
  .navbar-light .navbar-toggler{ margin-top: 20px;}
   .menu-bar .navbar-collapse{position: absolute;
	  top: 102px;
	  left: 0;
	  width: 100%;}
		.logo{ display: none; }
		.menu-bar .navbar-light .navbar-brand{ display: inline-block; }
  
  .menu-bar .navbar{ width: 100%; }
  .menu-bar .navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link{ float: left; }
  .navbar-light .navbar-nav .nav-link{ display: block;     width: 100%;
	  text-align: left;    }
  
  }
  
  @media only screen and (max-width: 767px) {
	.instragram-icon {
	  width: 100%;
	  display: block;
  }
  .instragram-icon img {
	  width: 20px;
  }
	.footer .slick-dots{ text-align: center; }
	.navbar-light .navbar-toggler {
	  margin-top: 12px; font-size: 20px;
  }
  .menu-bar .navbar-collapse{ top: 82px; }
  .navbar-light .navbar-nav .nav-link{    padding: 14px 25px; }
	.slick-dots li{ padding-left: 2px; }
	.footer-up, .footer-down, .instragram-icon{ text-align: center; }
	.footer-up .col-md-4{ text-align: center !important;  }
  
  
  .footer-list li{ padding-left: 8px; }
  .white-boxes {
	  padding: 25px 30px;
  }
  .kunst-box {
	  padding: 25px 0 0;}
  .kunst-box .heading, .kunst-box .heading span {
	  font-size: 50px;
	  line-height: 57px;     margin: 0;
  }
  .kunsh-section{ padding: 30px 0; }
  .galerie-section .slick-dots{ bottom: 0; }
  .ausstellungen-box, .kunst-content{padding: 30px 25px;}
  .kunst-content h5, .pricetag, .pricetag a{ font-size: 20px; line-height: 28px; }
  .kunst-content{ margin-top: 20px; }
  
		.menu-bar .navbar-light .navbar-brand, .logo {
	  width: 80px;
	  padding: 17px;
	  height: 80px;
  }
  
  }
  
  
  @media only screen and (max-width: 640px) {
      
      .enquiry-modal .enquiry-content{
          height: 400px;
        overflow: hidden;
        overflow-y: scroll;
      }
      
      .enquiry-modal ::-webkit-scrollbar {
          width:5px;
        }

        .enquiry-modal ::-webkit-scrollbar-track {
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        }

        .enquiry-modal ::-webkit-scrollbar-thumb {
          background-color: darkgrey;
          outline: 1px solid slategrey;
        }
  
  
  .inner-content{ padding: 75px 0; }
  .ausstellungen-box .heading, .inner-content .heading, .ausstellungen-box .heading, .kunst-content .heading, .heading, .kunst-box .heading, .kunst-box .heading span, .instragram-sec .heading {
	  font-size: 35px;
	  line-height: 45px;
	  margin: 0;
  }
  .kunst-img, .instrgram-img{ margin-bottom: 20px; }
  .kunst-box {
	  padding: 0;
  }
  .ausstellungen-section{ height: 70vh;
	}
	.footer-logo{ width: 80px; }
  
  p, .listing-area li, .navbar-light .navbar-nav .nav-link, .copyright-txt, .footer-list li a, .instragram-icon a {
	  font-size: 14px;
	  line-height: 20px;
	  /*  */
  }
  .navbar-light .navbar-nav .nav-link{padding: 15px;}
  .ausstellungen-box h5, .more-btn, .hide-btn {
	  font-size: 16px;
  }
  .enquiry-head h3, .form-control{ font-size: 16px; line-height: 25px;}
  .sub-btn{font-size: 16px !important;  line-height: 25px !important;   padding: 8px 40px !important;}
  .enquiry-modal h2{ font-size: 30px; }
  }
  
  @media only screen and (max-width: 480px) {
      
      
      
	.menu-bar .navbar-collapse{ top: 45px; }
	.menu-bar .navbar-light .navbar-brand, .logo {
	  width: 60px;
	  padding: 12px;
	  height: 60px;
  }
	.navbar-light .navbar-toggler{ font-size: 16px; margin-top: 6px;}
	.navbar-light .navbar-nav .nav-link {
	  padding: 8px 14px;
  
  }
	.enquiry-form {
	  padding: 40px 0px 0;
  }
	.enquiry-modal h2{ font-size: 20px; }
	.kunst-content h5, .pricetag, .pricetag a{ font-size: 16px; }
	.navbar-collapse {    margin-top: 20px;}
  
  
  .inner-content .heading, .ausstellungen-box .heading, .kunst-content .heading, .heading, .kunst-box .heading, .kunst-box .heading span, .instragram-sec .heading {
	  font-size: 25px;
	  line-height: 35px;
	  margin: 0;
  }
  .footer{ padding: 30px 0; }
  .arrow-link {
	  width: 60px;
	  height: 60px;
	  border-left: 8px solid #fff;
	  line-height: 50px;
	  font-size: 25px;
	  border-top: 11px solid #fff;
  }
  .testi-con h2 {
	  font-size: 20px;
	  line-height: 25px;
  }
  .galerie-boxes {
	  padding: 10px 11px;
  }
  .navbar-light .navbar-nav .nav-link{  font-size: 12px;
	  line-height: 18px;   }
  p, .listing-area li, .copyright-txt, .footer-list li a, .instragram-icon a {
	  font-size: 12px;
	  line-height: 18px;  margin-bottom: 8px;
  }
  /*.galerycon{ position: relative; }*/
  .slick-dots button{ background: #000 }
  .ausstellungen-section{ background-attachment: initial !important }
      
  /* 17-5-2021 start*/    
.enquiry-modal .enquiry-form {
    padding: 40px 15px;
}
  /* 17-5-2021 end*/      
      
  }



a#loadMore {
    text-align: center;
    max-width: 150px;
    width: 100%;
    margin: 20px auto;
    float: none;
    border-radius: 0;
    display: grid;
}

span.loadMoreBtn-label {
    background: #E72183;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    margin-top: 20px;
}

span.loadMoreBtn-label:hover{
        color: #fff;
    background: #af095b;
}




/*ADDITIONS 06_10_2021 - GOLIVE*/

.banner {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .banner {
      margin-bottom: 30px;
  }

}

@media only screen and (max-width: 1024px) {
  .banner {
      margin-bottom: 40px;
  }

}

.kunst-main-content {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .kunst-main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .kunst-box {
    margin-bottom: 20px;
  }  

}

.kunst-main-content .kunst-boxes {
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%
}

.kunst-main-content .kunst-img {
  max-height: 470px;
  height: auto;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.kunst-main-content .kunst-img a {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.kunst-main-content .kunst-img img/*, .kunst-main-content .instrgram-img img, .kunst-main-content .ausstellungen-img img */{
  width: 100%;
  width: auto !important;
  max-height: 470px;
}

.kunst-main-content .kunst-content {
  width: 100%;
  float: left;
  background: #f0f0f0;
  padding: 50px;
  text-align: center;
  position: relative;
  margin-top: auto;
  margin-bottom: 30px;
}

.footer a.created-by-meffekt {
  position: absolute;
  bottom: -1.5rem;
  right: 0.75rem;
  width: 13.5em;
  height: 2em;
  display: block;
  overflow: hidden;
}
.footer a.created-by-meffekt  span {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 9.875em;
  text-align: right;
  display: block;
  -webkit-transition: all 0.3333s ease-out;
	-moz-transition:all 0.3333s ease-out;
	-o-transition:all 0.3333s ease-out;
	transition:all 0.3333s ease-out;
  color: #fff;
}
.footer a.created-by-meffekt img.ic-meffekt {
  position: absolute;
  left: 10.5em;
  -webkit-transition: all 0.3333s ease-out;
	-moz-transition:all 0.3333s ease-out;
	-o-transition:all 0.3333s ease-out;
	transition:all 0.3333s ease-out;
}
.footer a.created-by-meffekt:hover .created {
  opacity: 0 !important;
}
.footer img.ic-meffekt:hover  {
  left: 2rem !important;
}

