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


/*

Theme Name: Zahnkonzept Hamm
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


*/

/* CORE 
body {
font-family: 'xxx';
font-weight: 300;	
line-height: 160% !important;
overflow-x: hidden !important;
font-size: 1.1em !important;
color: #000 !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; }


h1 { font-family: 'Caveat'; }
h2 { font-family: 'Open Sans'; font-size: 1.3em; font-weight: 700; line-height: 130% !important; }
h3 { font-family: 'Open Sans'; font-size: 1em; font-weight: 700; line-height: 130% !important; }
h4 { font-family: 'Open Sans'; font-size: 3em; font-weight: 700; line-height: 130% !important; }

*/

a:link		{ color: #826CA7; text-decoration: none; }
a:visited	{ color: #826CA7; text-decoration: none; }
a:hover		{ color: #8CD0E5; text-decoration: none; }
a:active	{ color: #8CD0E5; }

.hell a:link		{ color: #006B37; text-decoration: none; }
.hell a:visited	{ color: #006B37; text-decoration: none; }
.hell a:hover		{ color: #F28E00; text-decoration: none; }
.hell a:active	{ color: #006B37; }

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

.blue {color: #004A99 !important;}
.lila {color: #826CA7 !important;}

.kmb_logo { padding: 0px 0px 5px 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: white; background: #004b82; }
::selection { color: white; background: #004b82; }


/* INTERIOR */

.nav a:hover		{ text-decoration: none; }

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


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

.current-page-parent > a { color: #fff !important;background: #3D8E7F; }
.rmp-container .current_page_ancestor > a { color: #3C3C3B !important;background: #e8e114 !important; }

.ue-title {
  -webkit-text-stroke: 1px #fff !important;
}

.nachbarschaft .ue-title {
  -webkit-text-stroke: 1px #3C3C3B !important;
}

table td { border: none !important; padding: 2px;}
table tbody tr {background-color: transparent !important;}
table tbody tr:hover {background-color: transparent !important;}

table tbody tr:hover > td, table tbody tr:hover > th {background-color: transparent !important;}


table tbody > tr:nth-child(2n+1) > td { background-color: transparent !important;}

.menu-item-1608 {background: #3DBAEC;}
.menu-item-1608:hover {background: #8A8A8A;}

#rmp-menu-item-1578 a {background: #3DBAEC !important;}
#rmp-menu-item-1578 a:hover {background: #8A8A8A !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) { }



