/*
Theme Name: Matoma Child Theme
Description: This is a custom child theme for Matoma
Theme URI:   https://Matoma.de
Author: Matoma
Author URI:  https://Matoma.de
Template: salient
Version: 16.2.0
*/	

@font-face {
  font-family: 'DIN Alternate';
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  src: url('fonts/DIN-RegularAlternate.eot'); /* IE9 Compat Modes */
  src: local('DIN Alternate'), local('DIN Alternate'),
       url('fonts/DIN-RegularAlternate.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/DIN-RegularAlternate.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/DIN-RegularAlternate.woff') format('woff'), /* Modern Browsers */
       url('fonts/DIN-RegularAlternate.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/DIN-RegularAlternate.svg') format('svg'); /* Legacy iOS */
}


#header-secondary-outer .container nav {
    display: none;
}
#header-secondary-outer .container .custom_head_buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 10px;
}
#header-secondary-outer .container .custom_head_buttons #online_termin-btn .nectar-button{
    background-color: #005EB8 !important;
}

body, h1, h2, h3, h4, h5, h6, strong{
	font-family: 'DIN Alternate', Arial !important;
}

#featured article .post-title h2 {
    max-width: 594px;
    min-width: 800px;
    padding-top: 100px;
}

@media all and (max-width: 690px){
	.orbit-wrapper #featured article .post-title h2,
	.orbit-wrapper #featured article .post-title h2 span{
		line-height: 1em !important;
	}
}

#featured article .post-title h2 span {
    font-size: 57px;
    line-height: 1.5em;
}
.orbit-wrapper .slider-nav .right,.orbit-wrapper .slider-nav .left {
    background-color: #ffffff!important;
}
#ajax-content-wrap .orbit-wrapper div.slider-nav span {
    opacity: 1;
}
.orbit-wrapper .slider-nav .right:hover,.orbit-wrapper .slider-nav .left:hover {
    background-color: #eeeeee!important;
}
.pum-container *:focus-visible,
.pum-container:focus-visible{
	outline: none;
}

/*CTA "Kontaktieren Sie uns" Triangle nachgebaut */
#call-to-action .triangle {
	display:none;
}

#call-to-action ::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f8f8f8;
    height: 10px;
    width: 0px;
    left: 440px;
    margin: -42px auto 33px auto;
}

.toggle>.toggle-title a{
font-size: 17px;
}

/*Slider Mobil*/

@media all and (max-width: 1300px){
.nectar-slider-wrap .swiper-slide[data-y-pos="middle"] .content span {
    font-size: 31px;
    line-height: 1.6;
}
}

/*CTA Termin Vereinbaren*/

#CTAModalTrigger {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 75px;
  padding: 10px;
  border-radius: 30px;
  z-index: 50;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
    overflow: hidden;
    border: none;
    color: white;
}
#CTAModalTrigger.hide {
  display: none;
}
#CTAModalTrigger:hover {
  text-decoration: none;
}

a#CTAModalTrigger:focus {
    outline: none;
}


a#CTAModalTrigger span.triggerTitle{
	opacity: 0;
	display: none;
    padding: 0 10px;
}


#CTAModalTrigger span.fas.fa-record-vinyl {
    background-image: url(https://co-vs.de/wp-content/themes/Matoma-child/img/OnlineTermin.svg);
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
}