/*
 Theme Name:   RCK
 Theme URI:    https://generatepress.com
 Description:  Reifen Company Koblenz Theme
 Author:       
 Author URI:   
 Template:     generatepress
 Version:      0.1
*/


/* FONTS */
/* mada-regular - latin */
@font-face {
  font-family: 'Mada_sh';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/mada-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Mada Regular'), local('Mada-Regular'),
       url('/wp-content/uploads/mada-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/mada-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/mada-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/mada-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/mada-v7-latin-regular.svg#Mada') format('svg'); /* Legacy iOS */
}
/* mada-700 - latin */
@font-face {
  font-family: 'Mada_sh';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/mada-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Mada Bold'), local('Mada-Bold'),
       url('/wp-content/uploads/mada-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/mada-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/mada-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/mada-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/mada-v7-latin-700.svg#Mada') format('svg'); /* Legacy iOS */
}


/* TYPO */
h2 {
	margin-top: 1.5em;
	margin-bottom: 0.6em;
}

h3, h4 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

h2:first-child,
h3:first-child,
h4:first-child {
	margin-top: 0;
}

h2 + h3 {
	margin-top: 0;
}


/* TOP BAR */
@media (max-width: 768px) {
	.top-bar {
		font-size: 11px;
	}
}
	
.top-bar__time {
	padding: 0 0.5rem;
	letter-spacing: 1px;
}

.top-bar__phone {
	letter-spacing: 1px;
}
.top-bar .top-bar__corona,
.top-bar .top-bar__corona:visited {
	background-color: #555;
	color: #fff;
	border: 1px solid #555;
	border-radius: 2px;
	padding: 4px 10px 1px;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

.top-bar .top-bar__corona:focus,
.top-bar .top-bar__corona:hover,
.top-bar .top-bar__corona:active {
	background-color: #fff;
	color: #555;
}

/* HEADER */
[id="sticky-navigation"] {
	padding: 16px 0;
}


/* HEADER: LOGO */
.main-navigation .navigation-logo img {
	padding: 0 10px;
}


/* HEADER: MAIN NAV */
.inside-navigation li {
	letter-spacing: 1px;
}

.slideout-navigation.do-overlay .slideout-exit {
    right: 0;
    left: auto;
}

@media (max-width: 768px) {
	.slideout-navigation.do-overlay .slideout-exit {
		position:absolute;
		padding: 30px;
	}
}


/* NINJA FORMS */

.nf-form-fields-required {
	display: none;
}

.ninja-forms-req-symbol {
	display: none;
}


/* SHOP */
.shop-tiles__tile {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}

.shop-tiles__tile p {
	margin-bottom: 0;
	padding: 2rem 1rem;
	text-align: center;	
	line-height: 1.0;
	letter-spacing: 1px;
}


/* KONTAKT */
.kontakt-zeiten__tag {
	display: inline-block;
	min-width: 10rem;
	padding-right: 2rem;
}


/* BACK TO TOP */
.generate-back-to-top, .generate-back-to-top:visited {
	background-color: rgba(0, 150, 64, 0.6);
	bottom: 8px;
	right: 8px;
}
/*
@media (min-width: 1025px) {
	.generate-back-to-top, .generate-back-to-top:visited {
		bottom: 18px;
		right: 18px;
	}
}
*/


/* FOOTER */
.footer-widgets {
	padding: 4rem 4vw;
}

address {
	font-style: normal;
}


/* HOME */
.home-intro h2 {
	text-align: center;
	font-size: 2rem;
}
@media (min-width: 769px) {
	.home-intro h2  {
		font-size: 2.5rem;
	}
}
@media (min-width: 1025px) {
	.home-intro h2 {
		font-size: 3rem;
	}
}

.home-teaser h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 2rem;
}
@media (min-width: 769px) {
	.home-teaser h2  {
		font-size: 2.5rem;
	}
}
@media (min-width: 1025px) {
	.home-teaser h2  {
		font-size: 3rem;
	}
}


/* HASH BAR */
.ht-n-bottom .ht-notification-wrap {
	padding: 0 30px 0 10px;
}

.button.button--corona {
	background-color: #fff;
	color: #54595f;
	border: 1px solid #54595f;
	border-radius: 2px;
	padding: 6px 10px 2px;
}

.ht-notification-text {
		max-width: 100%;
	}

.ht-notification-text p {
	line-height: 1.4;
	text-align: center;
	font-family: "League Spartan";
	font-size: 14px;
}
@media (min-width: 769px) {
	.ht-notification-text p {
		
		font-size: 16px;
	}
}

.ht-n-bottom .ht-notification-buttons {
	right: 0;
}

.ht-n-bottom .ht-n-close-toggle {
	right: 0;
}

.ht-notification-section .ht_btn.style_1 {
	padding: 6px 10px 2px;
}


.ht-n-open-toggle {
	right: 6px;
}

/*
 * TEAM BOOKING
 */
.tbk-header-row .tbk-slot-label {
   display: none !important;
}

.tbk-header-row .tbk-cell:first-child,
.tbk-meta .tbk-cell:first-child {
	width: 2rem;
}

.tb-frontend-calendar .tbk-radio {
	display: inline-block;
	width: calc(50% - 10px)
}

.ui.empty.tbk-circular.label {
	display: none;
}

.tbk-row tbk-reservation-done-navigation > div {
	display: none;
}