/*

Theme Name: DGU International
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.mail-link span span { display: inline !important; }

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

.gelb { color: #FFCC00; }

.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: #71cbf4; text-decoration: none; }
.white a:active	{ color: #71cbf4; }

.white { color: #fff; }
.white h2 {color: #fff; }

.bg_blue {
background:#71cbf4;
padding: 0px 30px;
border-radius: 0px 100px;
margin-left: -10px;
}

.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item::before { background-color: var( --e-global-color-211715b ); border-radius: 0px 100px; }

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: #fff !important;background:#0069B4;border-radius: 0px 100px;  }

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

.with_frm_style input[type="text"]{border-radius: 0px 100px;}
.with_frm_style input[type="email"] {border-radius: 0px 100px;}

.frm_style_formidable-stil.with_frm_style .frm_submit button {border-radius: 0px 100px;}

.datenschutz ul { padding-bottom: 20px; }
.datenschutz h2 { font-size: 1.6em; }
.datenschutz h3 { font-size: 1.4em; }

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