/*
Theme Name: Zahnarztpraxis-Hor-Theme
Theme URI: https://zahnarztpraxis-hor.de
Author: Sven Albrecht
Author URI: https://advanced-simple.de/
Text Domain: zph-theme
Version: 1.0
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,summary,tt,table,tbody,textarea,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin: 0 0 1.5rem;}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
.test{
	display:none !important;
}
.assistive-text, .screen-reader-text, .screen-reader-response {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
@font-face {
    font-family: 'NunitoSans';
	font-display: swap;
    src: url('fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.woff2') format('woff2-variations');
    src: url('fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.woff2') format('woff2') tech('variations');
    font-weight: 200 1000;
    font-stretch: 75% 125%;
}
@font-face {
    font-family: 'Lora';
	font-display: swap;
    src: url('fonts/Lora-VariableFont_wght.woff2') format('woff2-variations');
    src: url('fonts/Lora-VariableFont_wght.woff2') format('woff2') tech('variations');
    font-weight: 400 800;    
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

html{
	background-color:rgb(255,255,255);
	height:100%;
	position:relative;
}

body{
	color: rgb(44, 46, 54);
	font-family: NunitoSans, Helvetica, Helvetica Neue, Arial;
	font-weight:400;
	font-stretch: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Lora, Tahoma, Verdana, sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
  hyphens:auto;
}
h1 {
  margin-bottom: 0.5em;
  font-size: 2rem;
  line-height: 1.2;
}
h2{
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  line-height: 1.2;
}
h3{
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.3;  
}
h4 {
  margin-bottom: 0.25em;
  margin-top: 0.75em;
  font-size: 1.3rem;
  line-height: 1.25;    
}
h5{
  font-size: 1.25rem;
  margin-bottom: 1em;
}
h6{
  margin-bottom: 1em;
  font-size: 1.2rem;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 0.5em;
  font-size: 1.05rem;
  line-height: 1.5;
}
small {
  font-size: 1rem;
}
ul,
ol {
  margin: 0 0 1.5em -7px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 1.05rem;
}
main[role="main"] a{
	color:#d48a58;
	text-decoration:none;
}
main[role="main"] a:hover,
main[role="main"] a:focus{
	color:#9b5628;
}
header[role="banner"] nav#main-nav .navbar-toggler {
  width: 36px;
  height: 36px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background: none;
  border: none;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  padding: 0;
  height: 2px;
  width: 20px;
  background: #4e392d;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
    left: 0px;
}
.navbar-toggler[aria-expanded="false"] span:nth-child(1) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    top: 17px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 0px;
}
.navbar-toggler[aria-expanded="false"] span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.page-header-section.header-img.home-header{
	height:auto;
	min-height:500px;
	position:relative;
	overflow:hidden;
}
.page-header-section.header-img.home-header img{
	position: absolute;
    object-fit: cover;
    top: 50%;
    transform: translateY(-50%);
}
.page-header-section.header-img.home-header .container{
  padding-top: 165px;  
  padding-bottom: 165px;
  position:relative;
}
.header-text-box{
	color:#fff;
	text-align:center;
}
.header-text-box *{
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
	background-color:rgba(0,0,0,0.3);
	hyphens: none;
}
.header-text-box h1{
	margin:0 auto;
	padding:0.75rem 0.5rem;
	display:inline-block;
}
.header-text-box p{
	display:inline-block;
	margin:0 auto;
	padding:0.5rem;
}
.page-header-section.header-img.home-header .container{
  padding-top: 165px;  
  padding-bottom: 165px;
}
.page-section,
.default-content{
	padding-top:3rem;
	padding-bottom:3rem;
}
.page-section.bg-black-1,
.default-content{
	background-color:#171717;
}
.page-section.bg-black-2{
	background-color: #0e0e0e;
}
.page-section.bg-black-3{
	background-color:#202020;
}

.page-section .section-header h2,
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4{
	color: #fefefe;
}
.page-section .section-header h2{
	margin-top:0;
}
.page-section p, .page-section ol, .page-section ul, .page-section dl, .page-section address,
.default-content p, .default-content ol, .default-content ul, .default-content dl, .default-content address{
	color: #fefefe;
}
.page-section ul:not(.formlist){
	list-style:none;
	padding-left:10px;
} 
.page-section ul:not(.formlist) > li{
	position:relative;
	padding-left:30px;
	margin-bottom:0.5rem;
}
.page-section ul:not(.formlist) > li::before{
  content: "";
  display: inline-block;
  background: transparent url(img/checkmark2.svg) no-repeat center center;
  background-size: contain;
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  margin: auto;
  width: 18px; 
}
.page-section .text-columns{
  columns:500px;	
}
.img-col img{
	margin-bottom:2rem;
}
.membertext .modal-content{
	background-color: #202020;
}
.modal-image-col{
  background-image: var(--bg-modal-image);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh);
}
.modal-fullscreen button.btn-close{
	position: absolute;
    right: 20px;
    top: 20px;
}
.modal-text-col{
	padding-top:50px;
}
.membertext .modal-text-col p,
.membertext .modal-text-col ul,
.membertext .modal-text-col ol{
	color:#fefefe;
}
.membertext .btn-close{
	background-color:#fefefe;
	opacity:0.75;
}
.teammember a{
	position:relative;
	display:block;
	overflow: hidden;
}
.teammember{
	margin-bottom:2rem;
}
.membername{
	padding: 30px 30px;
	background: rgba(34, 34, 34, 0.8);
	position: absolute !important;
    max-width: 100%;
	bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
  transform: translateY(100%);
  color: #fff;
  text-align:center;
}
.teammember a:hover .membername{
  opacity: 1;
  transform: translate(0, 0);
}

.image-after-section {
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: 50% 50%;
    background-attachment: local;
    background-image: var(--bg-image-mobile);
    height: 250px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
}
.content-gallery{
	padding-top:2rem;
}
.content-gallery .gallery-image {
  margin-bottom:1rem;
}
.content-gallery .gallery-image a {
  position: relative;
  display: block;
  text-align: center;
  aspect-ratio: 3 / 2;
}
.content-gallery .gallery-image a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-gallery .gallery-image a span.img-overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e5e5e5;
}
.content-gallery .gallery-image a span.img-overlay::before {
  color: #fff;
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 32px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #4e392d;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
}
.content-gallery .gallery-image a:hover span.img-overlay  {
	z-index: 3;
	opacity: 1
}
dl {
	display: flex;
	flex-flow: row wrap;
	border: solid #ccc;
	border-width: 1px 0 0 0;
}
dt {
  flex-basis: 25%;
  padding: 8px 4px;
  border-bottom: 1px solid #ccc;
}
dd {
	flex-basis: 65%;
	flex-grow: 1;
	margin: 0;
	padding: 8px 4px 0;
	border-bottom: 1px solid #ccc;
}
.openinghours dt{
	min-width:105px;
}
p,[role="main"] ul, [role="main"] ol{
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
}
.form-col, .contact-col{
  /*box-shadow: 0px 18px 45px 0px rgba(5, 66, 65, 0.05);
  padding: 55px 5% 20px;
  background-color: #fff;*/
  padding: 55px 5% 20px;
  background-color: #000;
  border: 4px solid;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color:#fff;
	font-size:1.15rem;
}
main[role="main"] .wpcf7-form ul.formlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
main[role="main"] .wpcf7-form ul.formlist li:not(.leavemealone) {
    padding-bottom: 0.75em;
    position: relative;
	padding-left: 0;
} 
.wpcf7-captcha, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #4f6969;
    border:none;
    border-radius: 5px;
    padding-right: 0;
    width:100%;
} 
.wpcf7-form input[type="text"],
.wpcf7-form input[type="date"]{
	padding:8px 15px;
}
.wpcf7-form textarea {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 150px;
    padding: 8px 15px;
    box-sizing: border-box;
    margin-right: 0;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #4f6969;
    border:none;
    border-radius: 5px;
}
main[role="main"] .wpcf7-form legend{
	font-size:1.4rem;
	line-height:1.4;
	margin-bottom:1rem;
	color:#747474;
}
main[role="main"]  fieldset{
	margin-bottom:2rem;
	border:none;
	padding:0;
}
main[role="main"] .wpcf7-form label{
	line-height:1.4;	
}
.radio-item{    
   display: flex;
   align-items: center;
}
main[role="main"] fieldset.radiogroup{
	margin-bottom:0;
	flex: 0 0 auto;
    width: 75%;
    padding: 0 0.625rem;
}
main[role="main"] fieldset.radiogroup p{
	margin-bottom:0;
}
main[role="main"] .wpcf7-form legend.radiolegend,
main[role="main"] .wpcf7-form legend.checkboxlegend {
    color: inherit;  
	font-size:1.25rem;	
    padding-bottom: 0;
	margin-bottom:0;
}
.wpcf7-form .checkboxgroup{
	padding-top:1rem;
}
.wpcf7-checkbox .wpcf7-list-item{
	display:block;
	margin-left:0;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-radio label{
	display: flex;
    align-items: center;
}
.wpcf7-form .wpcf7-checkbox input[type="checkbox"],
.wpcf7-form .wpcf7-radio input[type="radio"]{
	margin-right:0.5rem;
}
.wpcf7-form input[type="radio"]{
	margin-top:0;
	width: 17px;
    height: 17px;
}
.wpcf7-form input[type="checkbox"]{
	height: 17px;
    width: 17px;	
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]{
	float: left;  
	margin-top: 0.3rem;	
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label{
	display: block;
    padding-left: 1.5rem;
}
main[role="main"] .wpcf7-acceptance .wpcf7-list-item{
	margin-left:0;
}
main[role="main"] .wpcf7-submit{
	width: 100%;
    font-size: 1.4rem;
	background-color: #9b5628;
    color: #ffffff;
	border:none;
	padding: 0.25rem 1rem;
}
main[role="main"] .wpcf7-submit:hover,
main[role="main"] .wpcf7-submit:focus{
	background-color:#7c3901;
}
header[role="banner"] {
  z-index: 2;
  top: 0;
}
.admin-bar header[role="banner"]{
	top:30px;
}
.main-nav ul.navbar-nav{
	text-align: center;
	display:block;
    margin-right: 0;
}

nav#main-nav{
	background-color:#F9D9BB;
	border-bottom: 1px solid #F9D9BB;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.main-nav li {
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  margin-bottom: 0.5rem;
  text-align: center;
  margin-top: 0.5rem;
  display: inline-block;
}

.main-nav li a{
  color: #5F493C;
  text-decoration: none;
  font-family: NunitoSans, Helvetica, Helvetica Neue, Arial;
  font-weight:700;
  position: relative;
  display: inline-block;
}
.main-nav li.current-menu-item a::before, .main-nav li a.mPS2id-highlight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  margin: -5px 0;
  background-color: #5F493C;
}
.navbar-brand{
	display: block;
    width: 170px;
    text-align: center;
    margin-right: 0;
}
footer[role="contentinfo"]{
	background-color: #352015;
}
footer[role="contentinfo"] .footer-inner{
	padding-top:4rem;
	padding-bottom:4rem;
}
footer[role="contentinfo"] *{
	color:#fff;	
}
footer[role="contentinfo"] b{
  font-family: Lora, Tahoma, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block;
}
footer[role="contentinfo"] .footer-box p,
footer[role="contentinfo"] .footer-box dt,
footer[role="contentinfo"] .footer-box dd{
	font-size:1.1rem;
}
footer[role="contentinfo"] .footer-box dt{
	min-width:105px;
}
footer[role="contentinfo"] .footer-box dd p{
	margin-bottom:0;
}
footer[role="contentinfo"] .copyright{
	color:rgb(255,255,255);
	font-size:1rem;
}
footer[role="contentinfo"] ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size:1rem;
}
footer[role="contentinfo"] ul > li {
  margin-right: 15px;
  margin-bottom: 0.5rem;
}
footer[role="contentinfo"] ul a {
  color:rgba(255,255,255, 0.8); 
  text-decoration:none;
}
footer[role="contentinfo"] ul a:hover,
footer[role="contentinfo"] ul a:focus{
	color:rgba(255,255,255,1);
}
footer[role="contentinfo"] .footer-copyright-legalnav{
  background-color: #171717;
  padding: 0.75rem 0;
}
.footer-logo .logo-image{
	max-width:60%;
}
@media only screen and (min-width: 480px){
	.navbar-brand{
		width: 210px;
	}
	.image-after-section{
	  height: 320px;
	}
}
@media only screen and (min-width: 748px){
	.image-after-section{
	  background-image: var(--bg-image);
	}
	
}
@media only screen and (min-width: 992px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  margin: 0;
	  font-family: Lora, Helvetica, Helvetica Neue, Arial;
	  font-weight:700;
	  text-rendering: optimizelegibility;
	}
	h1 {
	  margin-bottom: 0.75em;
	  font-size: 2.8rem;
	  line-height: 1.2;
	}
	h2{
	  margin-top: 1em;
	  margin-bottom: 0.75em;
	  font-size: 2.2rem;
	  line-height: 1.2;
	}
	h3{
	  margin-bottom: 0.5em;
	  margin-top: 0.75em;
	  font-size: 1.8rem;
	  line-height: 1.3;  
	}
	h4 {
	  margin-bottom: 0.75em;
	  margin-top: 0.5em;
	  font-size: 1.6rem;
	  line-height: 1.25;    
	}
	h5{
	  font-size: 1.5rem;
	  margin-bottom: 1.5em;
	}
	h6{
	  margin-bottom: 1.5em;
	  font-size: 1.5rem;
	  font-weight: normal;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	}

	p,
	ol,
	ul,
	dl,
	address {
	  margin-bottom: 0.5em;
	  font-size: 1.15rem;
	  line-height: 1.5;
	}
	small {
	  font-size: 1.05rem;
	}
	ul,
	ol {
	  margin: 0 0 1.5em -7px;
	  padding: 0 0 0 24px;
	}
	li ul,
	li ol {
	  margin: 0;
	  font-size: 1.5rem;
	}
	.image-after-section{
	  background-size: cover;
	  background-attachment: fixed;
	}
	
  .page-header-section.header-img.home-header .container{
	  padding-top: 170px;  
	  padding-bottom: 170px;
  }
  .page-header-section.header-img.home-header{	 
	  min-height:600px;
  }
   .header-text-box h1 {
	  padding: 0.75rem 1.5rem;
   }
  .header-text-box p {
	  padding: 0.5rem 1.5rem;
	}
  .modal-text-col{
	  padding-left:2.5rem;
  }
  footer[role="contentinfo"] ul {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1200px) {
  .logo-container.container-fluid{
	  justify-content:center;
  }
  .navbar-collapse.main-nav{
	  justify-content:center;	  
  }
  .navbar-expand-xl#main-nav{
	  flex-wrap:wrap;
  }
  /*.logo-container {
    width: 170px;
    height: 130px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #main-nav-list {
    margin-left: auto;
    margin-right: 100px;
    margin-left: 0;
    margin-right: auto;
    width: calc(50% - 100px);
    display: flex;
    justify-content: flex-end;
  }
  #main-nav-right-list {
    margin-right: auto;
    margin-left: 100px;
    margin-right: 0;
    margin-left: auto;
    width: calc(50% - 100px);
    display: flex;
    justify-content: flex-start;
  }*/
  
  .main-nav li:not(.current-menu-item) a:hover, .main-nav li a:not(.mPS2id-highlight):hover,
  .main-nav li:not(.current-menu-item) a:focus, .main-nav li a:not(.mPS2id-highlight):focus{
	 color:#9b5628;
  }
  .page-section,
  .default-content{
	padding-top:6rem;
	padding-bottom:6rem;
  }
}
@media only screen and (max-width: 991px) {
	.footer-inner.container .row > *{
		margin-bottom:2rem;
	}
}
@media only screen and (max-width: 479px) {

	.footer-inner.container{
		text-align:center;
	}
	.footer-openinghours .openinghours.footer-box{
		text-align:left;
	}
}