/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* -------------------------------------------------------------------------- */
/*                                //NOTE Farben                               */
/* -------------------------------------------------------------------------- */

/*
petrol dunkel
#00566c

petrol hell
#b4ccd3


*/

/*

@media (max-width: 449px) {
    Handy klein
}

@media (min-width: 450px ) {
    Handy größer
}

@media (min-width: 768px ) {
    beginn der 1-Spaltigkeit
}

@media (min-width: 992px ) {

}

@media (min-width: 1500px ) {

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	…
}


*/

/*
Tastenkürzel um Kommentarblöcke zu erzeugen
*/

/* Shift + Alt + X */
/* -------------------------------------------------------------------------- */
/*                               Shift + Alt + X                              */
/* -------------------------------------------------------------------------- */

/* Alt + X */
/* --------------------------------- Alt + X -------------------------------- */

/* Alt + Y */
/* -------------------------------------------------------------------------- */

/* Strg + # */
/*  */

/* -------------------------------------------------------------------------- */
/*                                //NOTE Fonts                                */
/* -------------------------------------------------------------------------- */

/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('./fonts/inter-v20-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/inter-v20-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/inter-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/inter-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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




body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
}

.sgalerie_mobil .portfolio-items:not(.carousel) .col.span_4,
.sgalerie_mobil .portfolio-items:not(.carousel) .col.span_3,
.sgalerie_mobil .portfolio-items:not(.carousel) .col.span_6 {
  width: 49.9% !important;
}





a.linkt {
	text-decoration: none;
	color: #000000;
	position: relative;
	z-index: 2;
	text-decoration: none !important;
	display: inline-block;
}

a.linkt::before {
	content: '';
	background-color: #ffcf00;
	position: absolute;
	left: -4px;
	bottom: -1px;
	width: calc(100% + 8px) !important;
	height: 11px;
	z-index: -1;
	transition: all .3s ease-in-out;
}

a.linkt:hover::before {
	bottom: -1px;
	height: 100%;
	z-index: -1;
}



@media (max-width: 599px) {

	a.linkt::before {
		height: 8px;
	}
	
	a.linkt:hover::before {
		bottom: -2px;
		height: 100%;
	}
}


/* -------------------------------------------------------------------------- */
/*                                 //NOTE Map                                 */
/* -------------------------------------------------------------------------- */


/* Container für Bild mit Höhe und Breite */

#map-bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  /* height: calc(100vh - 60px); */
  z-index: 2;
}

@media (min-width: 768px) {
  #map-bg {
aspect-ratio: 1 / 1;
  }
}

#map-bg img,
#map-bg picture {
  display: inline-block;
  box-sizing: content-box !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  /*transform: scale(1.5);*/
}

.maplink1 {
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/salient-child/images/maplink-oben.png");
  background-repeat: no-repeat;
  background-size: 70px 98px;
  width: 70px;
  height: 98px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@keyframes myAnim {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.maplink2 {
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/salient-child/images/maplink-unten.png");
  background-repeat: no-repeat;
  background-size: 70px 98px;
  width: 70px;
  height: 98px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer !important;
  animation: myAnim 8s ease-in-out 0s infinite normal forwards;
}

.copymap-a {
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: 5px;
  text-align: center;
  z-index: 99;
}

.copymap-i {
  padding: 2px 6px 2px 6px;
  font-size: 12px;
  color: #0f121c;
  background-color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 992px) {
  .copymap-a {
    width: auto;
    right: 80px;
    text-align: right;
  }
}

@media (orientation: portrait) {
  img.map_quer {
    display: none !important;
  }
}

@media (orientation: landscape) {
  img.map_quer {
    display: block !important;
  }
}


/* -------------------------------------------------------------------------- */
/*                                 //NOTE jobs                                */
/* -------------------------------------------------------------------------- */


.jobicons p {
text-align: center;
color: #00566c;
font-size: 16px;
}

.jobicons {
padding-bottom: 50px;
}

.jobicons img {
  width: 170px !important;
  height: auto;
  filter: brightness(0) invert(1) sepia(1) saturate(5000%) hue-rotate(165deg) brightness(.5);
}


/* -------------------------------------------------------------------------- */
/*                                //NOTE Footer                               */
/* -------------------------------------------------------------------------- */




.ascend #footer-outer #footer-widgets .widget.widget_nav_menu li {
padding: 0 !important;
}

#footer-widgets a {

  text-decoration: underline !important;
  text-decoration-color: #ffcf00!important;
  text-decoration-thickness: 2px!important;
  text-underline-offset: 4px!important;
}

#footer-widgets a:hover {
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 207, 0, .5)!important;
  text-decoration-thickness: 2px!important;
  text-underline-offset: 4px!important;

}



#footer-outer a:not(.nectar-button) {
  color: rgba(255, 255, 255, .7) !important;
}


#footer-outer a:not(.nectar-button):hover {
  color: rgba(255, 255, 255,1) !important;
    text-decoration-color: rgba(255, 207, 0, .7)!important;
      text-decoration-thickness: 2px!important;
}


#footer-outer #copyright li a i:hover {
  color: #b4ccd3;
}

/* -------------------------------------------------------------------------- */
/*                                    ENDE                                    */
/* -------------------------------------------------------------------------- */
