/* font face local font, replace this comment ;) */


/*

Theme Name: AM Metroc
Theme URI: https://kmbmedia.de
Description: Ein individuelles WordPress Theme
Version: 1.0
Author: KMB Media Werbeagentur
Author URI: https://kmbmedia.de
Template: hello-elementor

Farben

#f2902a orange hell
#ea5901 orange dunkel 

*/

/* CORE */
body {
/* font-weight: 300;	
line-height: 160% !important;
overflow-x: hidden !important;
font-size: 1.1em !important;
color: #000 !important; */

}

a.mail-link span span {
  display: inline !important;
}

a:link		{ color: #f2902a; text-decoration: none; }
a:visited	{ color: #f2902a; text-decoration: none; }
a:hover		{ color: #ea5901; text-decoration: none; }
a:active	{ color: #ea5901; }

#footer a:link		{ color: #fff; text-decoration: none; }
#footer a:visited	{ color: #fff; text-decoration: none; }
#footer a:hover		{ color: #000; text-decoration: none; }
#footer a:active	{ color: #000; }

footer a:link		{ color: #fff; text-decoration: none; }
footer a:visited	{ color: #fff; text-decoration: none; }
footer a:hover		{ color: #fff; text-decoration: underline; }
footer a:active	{ color: #fff; }

.lightgreen {color: #9fc180;} 
.lightgreen h2 {color: #9fc180;}


/* .cookies-not-set .elementor-location-footer { margin-bottom: 55px; } */

.kmb_logo { padding: 10px 0px 0px 0px; }
img.kmb_logo { width: 175px; }

strong, b { font-weight: 700; }

.show-for-small { display: none; }
.hide-for-small { display: inline; }

.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

::-moz-selection { color: #fff; background: #ea5901; }
::selection { color: #fff; background: #ea5901; }


/* INTERIOR */
.uc_caption_hover_effects .uc-style-1 figcaption h3 { margin-top: 30px !important; }

.datenschutz ul { margin-bottom: 20px; }

.current-page-ancestor a { border-bottom: 3px #D7D7D7 solid;  }

.rmp-container li.current_page_parent > a { color: #23262e !important; background-color: #d7d7d7 !important; }

.outline {-webkit-text-stroke: 2px #23262E !important; color: transparent !important;}

/* MEDIA Queries */

/* Smaller than desktop 1200 */
@media only screen and (min-width: 960px) and (max-width: 1199px) { }

/* Tablet Portrait size to standard 960 */
@media only screen and (min-width: 720px) and (max-width: 959px) { }

/* 9,7 hochkant, 10,5 hochkant */
@media only screen and (min-width: 768px) and (max-width: 959px) { }

/* 9,7 quer, 10,5 quer, 12,9 hochkant */
@media only screen and (min-width: 960px) and (max-width: 1160px) { }

@media only screen and (max-width: 719px) { 

.hide-for-small { display: none; }
.show-for-small { display: block; }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { }



