/*

Theme Name: elteg
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

*/

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; }

.green {color: #00965E;}

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

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

.kmb_logo { padding: 10px 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: none; }
footer a:visited	{ color: #fff; text-decoration: none; }
footer a:hover		{ color: #fff; text-decoration: none; }
footer a:active	{ color: #fff; }

.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;}

.current-page-ancestor > a { color: #fff !important; background: #FBBA00;}

.fa-chevron-right::before { color: #00965E; }
.fa-chevron-left::before { color: #00965E; }
.fa-chevron-right::before:hover { color: #8C8C8C; }

.n2-ss-slider path { display: none; }

.datenschutz ul { margin-bottom: 20px; }
.datenschutz h2 { margin-top: 20px; }
.datenschutz h3 { margin-top: 30px; }


/* 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-content.show {
  margin-left: -90px;
}

}

/* 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) { }



