/*

Theme Name: Entrako
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; }

.current-page-parent > a { color: #fff !important; border-top: 3px solid #F4E933; border-bottom: 3px solid yellow; }
.rmp-container .current_page_ancestor > a { color: #292727 !important;background: #F4E933 !important; }

/* INTERIOR */

body {background-image: URL(img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

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

.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: #8C8C8C !important; } */

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

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



