/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html{
  	overflow-y: scroll;	
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #838282;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #444444;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3,h4,h5,h6 {
	color: #1E2D66;
	padding-bottom: 5px;
	padding-top: 5px;
}
h1 { font-size: 34px; padding-bottom: 15px; }
h2 { font-size: 28px !important; }
h3 { font-size: 24px !important; }
h4 { font-size: 22px !important; }
h5 { font-size: 20px !important; }
h6 { font-size: 18px !important; }

.slide-article h2 {
	font-size: 40px;
	color: #FFFFFF;
}
.slide-article h3 {
	font-size: 28px !important;
	line-height: 40px !important;
	color: #FFFFFF !important;
}
.single-feature .textwidget i {
	color: #1E2D66;
}

img{
 border:none;
}

/* Preloader */

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(images/loader.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;    
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus{
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: block;
	width: 100%;
}

.header-top{
	background-color: #333;
	display: none;
	float: left;
	width: 100%;
	padding: 20px 0;	
}

.header-bottom{
	background-color: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid #e4e4e4;
	color: #949494;
	font-size: 12px;
	height: 40px;
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}

.header-contact{
	display: inline;
	float: left;
	width: 100%;
}

.header-contact ul{}
.header-contact ul li {
  border-left: 1px solid #e4e4e4;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 10px 12px;
}

.header-contact ul li:last-child{
	border-right: 1px solid #e4e4e4;
}

.phone{
	font-size: 14px;
}

.phone i{
	margin-right: 5px; 
}

.mail{
	font-size: 14px;
}
.mail i{
	margin-right: 5px; 
}

.footer-box {
  text-align: left;
  font-size: 15px;
}

.footer-box a:hover,
.footer-box a:focus{  
  text-decoration: none;
  outline: none;
}


/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area{
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	position: relative;	
}

#menu-area #navbar {  

}

#menu-area .navbar-default {
  background-color: #fff;
  border-color: #fff;
  margin-bottom: 0;
}
#logo {
	position: relative;
	margin: 30px 0 10px 0;
}
.navbar-brand {
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  height: 80px;
  float: none;
}

.navbar-brand:hover,
.navbar-brand:focus{	
	text-decoration: none;
	outline: none;
}

.navbar-brand > img {
	display: block;
	width: 263px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
}

.main-nav li {
  padding: 15px 0;
  position: relative;
  margin: 0 5px;
}

.navbar-default .navbar-nav > li > a {
  color: #444444;
  display: inline-block !important;
  font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  width: 100%;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	border-top: 0px solid #4396ff;
	background: none;
}

.navbar-default .navbar-nav > .current-menu-parent > a,
.navbar-default .navbar-nav > .current-menu-item > a,
.navbar-default .navbar-nav > .current-menu-item > a:hover,
.navbar-default .navbar-nav > .current-menu-item > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;  
}

.navbar-nav > li > a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;  
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .current-menu-parent > a::before,
.navbar-default .navbar-nav > .current-menu-item > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before{	
	width: 100%;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; 
}

.navbar-nav > li > .dropdown-menu li {
  padding: 0;
}

.navbar-nav > li > .dropdown-menu > li > a {
	color: #333;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: transparent;	
}

.navbar-toggle {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 12px;
}

/*--------------------*/
/* SLIDER */
/*--------------------*/

#slider{
	display: inline;
	float: left;
	width: 100%;
}

.main-slider {
  display: inline;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.single-slide{
	float: left;
	display: inline;
	width: 100%;
	max-height: 700px;
	max-width: auto;
}

.single-slide img{
	width: 80%;
	margin: 0 10%;
}

.slide-content {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 80%;
	margin: 0 10%;
}
@media(max-width:1500px ){
	.single-slide img{
		width: 100%;
		margin: 0;
	}
	.slide-content {
		width: 100%;
		margin: 0;
	}
}

.main-slider .slick-prev {
  left: 23px;
}

.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background-color: rgba(0,0,0,0.5);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 10px;  
}

.main-slider .slick-dots li {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.main-slider .slick-dots li button::before {
  font-size: 25px;
  line-height: 21px;
}

.bounce {
	-webkit-animation: bounce 1.2s infinite;
	animation: bounce 1.2s infinite;
}
@-webkit-keyframes bounce {
  0%       { bottom: 5px; }
  25%, 75% { bottom: 10px; }
  50%      { bottom: 15px; }
  100%     { bottom: 0px;}
}

.read-more-btn{
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.read-more-btn:hover,
.read-more-btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}

.slider-img{
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%; 
}


/*--------------------*/
/* OUR TEAM */
/*--------------------*/

#our-team {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.our-team-content{
	display: inline;
	float: left;
	margin-top: 25px;
	width: 100%;
}

.single-team-member {
  border: 2px solid #f5f5f5;
  display: inline;
  float: left;
  margin-top: 65px;
  padding: 10px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  width: 100%; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-member-img {
  background-color: #ffffff;
  margin-top: -65px;
  position: relative;
  padding: 0px !important;
}

.team-member-img img{
	width: 100%;
}

.team-member-name {
  display: inline;
  float: left;
  padding: 25px 0 15px;
  width: 100%;
}

.team-member-name p {
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.team-member-name span, .team-member-name ul li {
  color: #222;
  font-size: 14px;
}

.team-member-name ul {
	padding: 0 30px;
	text-align: left;
}

.single-team-member > p {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
}

.dr-info {
	width: 50%;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
  background-color: #1E2D66;
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
}

.footer-left{
  display: inline;
  float: left;
  width: 100%;
}

.footer-left p {
  color: #FEFEFE;
  font-size: 14px;
  margin: 0;
}

.footer-left p a{
  color: #FEFEFE;
}

.footer-left p a:hover{
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
}

.footer-right{
  display: inline;
  float: left;
  text-align: right;
  width: 100%;
} 

.footer-right a{
  color: #ffffff;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-right a:hover {
  text-decoration: none;
  color: #FFFFFF;
}


/*--------------------*/
/* PORTFOLIO PAGE */
/*--------------------*/

.overlay{
  background-color: rgba(153,152,152,0.1); 
  height: 400px;
  float: left;
  width: 100%;
}

.single-page-header-left{
  display: inline;
  float: left;
  width: 100%;
}

.single-page-header-left h2{
	text-transform: uppercase;
  	color: #fff;  
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px; 
}

.single-page-header-left p {
  font-size: 15px;
}

.single-page-header-right{
  display: inline;
  float: left;
  width: 100%;
}

.single-page-header-right .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}

#breadcrumb {
	display: inline;
    float: left;
    width: 100%;
	background-color: #F5F5F5;
}
#breadcrumb .breadcrumb {
	margin-bottom: 0px !important;
	padding: 8px 15px 8px 0px !important;
}
#breadcrumb .breadcrumb li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#breadcrumb .breadcrumb li a:hover {
  color: #1E2D66;
  text-decoration: none;
}

#portfolio{
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  min-height: 400px;
  padding: 70px 0;
}

.portfolio-area{
  display: inline;
  float: left;
  width: 100%;
}

.portfolio-menu{
  display: inline;
  float: left;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.portfolio-menu ul li {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active{  
  color: #fff;
}

#mixit-container .mix {
  display: none;
}

.portfolio-container {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.single-portfolio{
  background-color: #ccc;
  display: inline;
  float: left;
  width: 25%;  
}

.single-item>img {
  height: 220px;
  width: 100%;
}

.single-item{
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.single-item-content {  
  color: #fff;  
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content{
  background-color: rgba(0,0,0,0.7);
 opacity: 1;  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
} 

.single-item-content::after {
  content: "";
  height: 85%;
  left: 18px;
  top: 15px;
  width: 90%;
  position: absolute;
  z-index: -1;
}

.view-icon{
  color: #fff;
  font-size: 30px;  
}

.opening-day {
	width: 25%;
	float: left;
	position: relative;
}
.opening-hours {
	width: 75%;
	float: left;
	position: relative;
}
.last {
	clear: right;
}
.opening-day p, .opening-hours p {
	color: #838282;
	font-size: 20px;
	line-height: 35px;
}

/* Wasserzeichen-Hintergrund */
#page-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;          /* Größe des Wasserzeichens anpassen */
  height: 600px;
  background: url("../img/bg.png") no-repeat center;
  background-size: contain; /* oder 'cover' je nach Effekt */
  opacity: 0.05;         /* Transparenz des Wasserzeichens */
  transform: translate(-50%, -50%);
  z-index: -1;           /* hinter dem Content platzieren */
  pointer-events: none;   /* Klicks gehen durch */
}


/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

#contact, #page-content{
  display: inline;
  float: left;
  padding: 20px 0 50px 0;
  width: 100%;
}

.contact-area{
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.contact-area-left{
  display: inline;
  float: left;
  width: 100%;
}

.contact-area-left img {
	margin-bottom: 0px !important;
}

.contact-area-right{
  display: inline;
  float: left;
  width: 100%;
}

.contact-form textarea{
  width: 100%;
}

.contact-social{
  text-align: left;
  margin-top: 10px;
}

#google-map{
  display: inline;
  float: left;
  width: 100%;
}

#google-map iframe {
  margin-bottom: -5px;
}


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error{
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.errror-page-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-title {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 75px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 40px 50px;
}

.error-content{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-content span {
  font-size: 35px;
  font-weight: 300;
}

.error-content p {
  font-size: 18px;
  margin-top: 10px;
}

.error-content .error-home {  
  color: #fff;
  display: inline-block;
  margin-top: 60px;
  padding: 10px 15px;
}

#page-content ul, #page-content ol {
	margin: 0 0 10px 20px;
}
#page-content ul li {
	list-style-type: square;
}
#page-content ul.page-home {
	margin: 0 0 10px 0;
}
#page-content ul.page-home li {
	list-style-type: none;
}
#page-content ul.page-home li::before {
	font-family: "FontAwesome";
	content: "\f058";
	font-size: 18px;
	padding-right: 8px;
}
#page-content ol li {
	list-style-type: decimal;
}


/*----------------------*/
/* VERANSTALTUNGEN PAGE */
/*----------------------*/
h3.event-headline a {
	color: #1F82C0;
}
.event-meta {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 8px;
}

#logo-mobile {
	display: none;
}

/*----------------------*/
/* Bildergalerien PAGE  */
/*----------------------*/
#page-content img.size-full {
	width: 100%;
	height: auto;
	margin: 10px 0;
	border-bottom: 5px solid #1E2D66;
}
.gallery-item {
	border-bottom: 5px solid #1E2D66;
}
.gallery-caption {
	background-color: #6cc24a;
	padding: 4px 10px;
	color: #FFFFFF;
	font-size: 12px;
}
.gallery-columns-5 .gallery-item:first-child { margin-left: 0; }
.gallery-columns-5 .gallery-item:nth-child(6) { margin-left: 0; }
.gallery-columns-5 .gallery-item {
	float: left;
	width: 17.6%;
	margin: 10px 0 10px 3%;
}
.gallery-columns-4 .gallery-item:first-child { margin-left: 0; }
.gallery-columns-4 .gallery-item {
	float: left;
	width: 22.75%;
	margin: 10px 0 10px 3%;
}
.gallery-columns-3 .gallery-item:first-child { margin-left: 0; }
.gallery-columns-3 .gallery-item {
	float: left;
	width: 31.33%;
	margin: 10px 0 10px 3%;
}
.gallery-columns-2 .gallery-item:first-child { margin-left: 0; }
.gallery-columns-2 .gallery-item {
	float: left;
	width: 48.5%;
	margin: 10px 0 10px 3%;
}
.gallery-columns-5 .gallery-item img, 
.gallery-columns-4 .gallery-item img, 
.gallery-columns-3 .gallery-item img, 
.gallery-columns-2 .gallery-item img {
	width: 100%;
	height: auto;
}

@media(max-width:640px ){
	.gallery-caption {
		display: none;
	}
	.gallery-columns-5 .gallery-item:first-child { margin-left: 0; }
	.gallery-columns-5 .gallery-item:nth-child(4), .gallery-columns-5 .gallery-item:nth-child(7), .gallery-columns-5 .gallery-item:nth-child(10) { margin-left: 0; }
	.gallery-columns-5 .gallery-item {
		float: left;
		width: 31.33%;
		margin: 10px 0 10px 3%;
	}
	.gallery-columns-5 .gallery-item:nth-child(6) { margin-left: 3%; }
}


/*------------------------*/
/* START RESPONSIVE STYLE */
/*------------------------*/
@media(max-width:991px ){

	#menu-area #navbar {
    padding-right: 55px;
  }
  .navbar-default .navbar-nav > li > a {  
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px; 
  }
  .why-choose-us {
    margin-top: 20px;
  }
  .single-team-member {
    margin-bottom: 50px;
  }
  .dr-info {
	  width: 100%;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .title-area {
    padding: 0 100px;
  }
  .single-portfolio {
    width: 33.33%;
  }
  .single-item-content::after {  
    width: 87%;
  }
  .contact-area-right {
    margin-top: 40px;
  }
}


@media(max-width:767px ){
	#logo {
		display: none;
	}
	#logo-mobile {
		display: inline-block;
		position: relative;
		margin-top: 25px;
		margin-bottom: 25px;
	}
  .header-bottom {    
    padding: 0;   
  }
	.header-contact ul li:last-child {
    display: none;
  }
  .navbar-brand { 
    margin-top: 0;  
  }
  .main-nav li {
    padding: 0;
  }  
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }  
  #menu-area #navbar {
    padding-right: 15px;
  }
  .slider-img {
    display: none;
  }
  .title-area {
    padding: 0 30px;
  }
  .single-feature {
    text-align: center;
    padding: 0 15px;
  }
  .single-page-header-left {
    text-align: center;
  }
  .single-page-header-right .breadcrumb {
    text-align: center;
    margin-top: 20px;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-right {
    text-align: center;
  }
  .portfolio-menu {
    padding: 0;
  }
  .portfolio-menu ul li {
    margin: 0 3px 10px;
    padding: 6px 10px;
  }
  .opening-day {
	width: 40%;
	float: left;
	position: relative;
  }
  .opening-hours {
	width: 60%;
	float: left;
	position: relative;
  }

}

@media(max-width:590px ){
  .opening-day {
	width: 100%;
	float: none;
	position: relative;
   }
   .opening-hours {
	width: 100%;
	float: none;
	position: relative;
	}
}

@media(max-width:480px ){
  .read-more-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .main-slider .slick-prev, .main-slider .slick-next {
    height: 40px;
    top: 46%;
    width: 40px;
  }
  .title-area .title {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 0px;
  }
  .title-area {
    padding: 0;
  }
  .title-area p {    
    line-height: 23px;   
    font-size: 15px;
  }
  .single-feature p {
    font-size: 14px;
  }
  .our-skill-content p {
    font-size: 14px;
  }
  .why-choose-group .panel-body p {
    font-size: 14px;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-right {
    text-align: center;
  }
  .footer-left p {
    font-size: 12px;
  }
  .footer-right a {
    font-size: 12px;
	padding: 5px;
  }
  .overlay {
    padding: 50px 0;
  }
  .single-portfolio {
    width: 50%;
  }
  .single-item-content::after {
    width: 85%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }

}

@media(max-width:360px ){
  .single-slide {
    height: 200px;    
  }
  .single-slide img {
    height: 100%;   
  }
  #menu-area .navbar-toggle {
    padding: 8px 6px;    
  }
	.phone {
    font-size: 12px;
  }
  .header-contact ul li {
    margin-right: 0;
    padding: 10px 8px;
  }
  .read-more-btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  #testimonial .title-area {
    padding: 0;
  }
  .overlay {
    padding: 20px 0;
  }
   .single-portfolio {
    width: 100%;
  }
  .single-item-content::after {
    left: 15px;
    width: 92%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
} 


@media(max-width:320px ){
  .footer-box {
    font-size: 14px;
  }
  .header-contact ul li {  
    padding: 10px 0 10px 3px;
  }
  .single-item-content::after {   
    width: 91%;
  }
}

/* Kontaktseite Google Maps */
#contact-map {
	height: 400px;
}

/* Consent Banner */
#usercentrics-button .uc-consent-title, .uc-embed .uc-consent-title {
    font-size: 16px !important;
}