/*
body bg: #003d79  0 61 121
dunkles blau: #0070c0
helles blau: #00b0f0

*/

body {
/*
  background-image: url('/images/bg/test.jpg'); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  */
}

body {
    line-height: 1.5em;
}

strong {
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
   line-height: 1.2em;
}

.maincontent a:hover, .c8border a:hover {
    color: #0070c0;
	text-decoration:underline !important;
}
a.btn:hover {
	text-decoration:none !important;
}

ul, ol {
    padding: 0;
    margin: 0 0 30px 25px;
}

li {
    line-height: 1.5em;
}

#logo .logo-image {
	max-height: 140px;
	transition: all .3s ease 0s;
}
.c8home #logo .logo-image {
    max-height: 180px;
    transition: all .3s ease 0s;
}

.scrolled #logo .logo-image {
	max-height: 100px;
	transition: all .3s ease 0s;
}


#container_showcase1_modules {
    position: absolute;
	top: 0px;
	height: 500px;
	max-height: 500px;
}

#container_top1_modules {
	margin-top: 400px;
}

#container_header, .header_main, #container_base1_modules, .container_footer {
    background-color: transparent !important;
}
#container_header, .header_main {
	height:180px;
}
.scrolled #container_header, .scrolled .header_main {
    background-color: rgba(0,61,121,1) !important;
	height:140px;
	background-image: linear-gradient(90deg,rgba(122,194,209,1),rgba(0,61,121,0)) !important;
}
.c8home.scrolled #container_header, .c8home.scrolled .header_main {
    background-color: transparent !important;
	background-image: none !important;
}
#container_header::after {
    content: '';
/*    display: block; */
	display:none;
    background: linear-gradient(to right, #333, #555);
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    height: 2px;
}

.hornav ul.menu > li > a, .hornav ul.menu > li > span {
    font-size: 2.0em;
}
.hornav ul.menu > li {
    margin: 0 20px;
}

.c8submenu .parent-indicator {margin-left:15px;}

#container_main {
    border-radius: 10px 0 0 10px;
}

#container_top1_modules {
    background-color: #ffffff;
    box-shadow: 500px 0 0 #ffffff !important;
	border-radius: 10px 0 0 10px;
}

h2, .content-category h1, .registration h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
	line-height: 1.2em;
}

.c8headlinelbold .page-header h2 {font-size: 3.2rem;}

.c8kurse h2 a:link, h2 a:visited {
    color: #ef6d34 !important;
	text-decoration:none !important;
}

/*
h2 {
    margin-bottom: 2rem;
}
*/

h3 {
    margin-top: 2rem;
}
h4 {
	font-size: 24px;
	line-height: 1.4;
    text-transform: none;
	margin-bottom: 1rem !important;
}

.btn, button {
    font-family: Montserrat, Arial, Verdana, sans-serif !important;
	border-radius: 10px;
}

#my-menu ul ul, #my-menu .parent-indicator, .c8submenu li.item-695, .c8submenu li.item-697, .c8hidden {display:none;}

.module .mod-list li, .module_menu .mod-list li {
    line-height: 1.3em;
     margin-bottom: 10px;
}

.module .mod-list li li, .module_menu .mod-list li li {
    line-height: 1.3em;
     margin-bottom: 0px;
}

.module .mod-list li a, .module_menu .mod-list li a {
	color: #0070c0;
	font-weight: 400;
}
.module .mod-list li.current a, .module_menu .mod-list li.active a, .module .mod-list li.active a, .module .mod-list li.deeper a, .module_menu .mod-list li.deeper a {
	color: #ef6d34;
	font-weight: 500;
}

.module .mod-list li.current li a, .module_menu .mod-list li.current li a, .module .mod-list li.deeper li a, .module_menu .mod-list li.deeper li a {
	color: #0070c0;
	font-weight: 400;
}
.module .mod-list li li.current a, .module_menu .mod-list li li.active a {
	color: #ef6d34;
	font-weight: 500;
}

.category-desc {margin-bottom:30px;}

.sidecol-1a .c8border .module_surround {
    padding: 20px !important;
    border: 1px solid #ef6d34;
    margin: 20px;
	border-radius:10px;
}

.sidecol-1a .c8zeropadd .module_surround {
	padding-bottom:0px !important;
}
.sidecol-1a .c8border .module_surround h3.mod_standard {
    margin-top:0px;
}
.uk-scope .uk-inline-clip {
 /*    border-radius: 4px; */
}
.uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6 {
    font-family: Hind, Arial, Verdana, sans-serif !important;
    color: #0070c0 !important;
	margin-bottom:0px !important;
}

.uk-scope * + .uk-h3, .uk-scope * + .uk-h4 {margin-top:20px !important;}

.c8homebox .uk-scope .uk-h3, .c8homebox .uk-scope h3 {margin-bottom:0px !important;}

.uk-scope .uk-overlay-primary {
    background: rgba(239,109,52,.8) !important; 
}
.uk-scope .uk-lightbox, .uk-lightbox {
    background: #fff !important;
}

.uk-scope .uk-slideshow-items {
	margin: auto !important;
    max-height: 450px !important;
    max-width: 600px !important;
}

.uk-scope .c8velo .uk-slideshow-items {
	margin: auto !important;
    max-height: 400px !important;
    max-width: 300px !important;
}

div.c8div {
	padding: 20px !important;
	border: 1px solid #ef6d34;
	margin: 20px 0;
	border-radius: 10px;
}
table.c8kurse {}
table.c8kurse td.c8kurselabel {width:140px; font-weight:500; vertical-align:top; padding-right:20px;}

label {
    display: initial;
    margin-bottom: 0px;
}
label, input, button, select, textarea, .uk-form-label {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
	color: inherit;
}

.uk-checkbox, .uk-radio {
    height: 16px;
	width: 16px !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.uk-form input[type="radio"], .uk-form input[type="checkbox"] {
    margin-right: 7px;
}
textarea {
    height: auto;
    width: 100%;
}
.uk-form textarea:not([class*="uk-form-width-"]):not([class*="uk-width-"]) {
    width: 100%;
}

input#Dauer, input#Kurskosten {
  background-color: transparent;
  border:none;
  box-shadow:none;
  color:inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding:0;
  margin-top: 4px;
  min-width: 100%;
}

em {
    color: #0070c0 !important;
}
.back-to-top {
    z-index: 99;
}


@media only screen and (max-width: 1290px) {
	.c8home #logo .logo-image {
		max-height: 140px;
	}
	.c8home .content_wrapper, .c8home #container_showcase1_modules + .content_wrapper {
		margin-top: -250px !important;
	}
	#container_top1_modules {
		border-radius: 0;
	    margin-top: 310px;
	}	
	#container_main {
		border-radius: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.logo {
	    padding: 20px 0 20px 20px;
	}
	.hornav ul.menu > li > a, .hornav ul.menu > li > span {
	    font-size: 1.6em;
	    padding: 74px 0 0 0;
	}
	.c8home .hornav ul.menu > li > a, .c8home .hornav ul.menu > li > span {
	    font-size: 1.6em;
	    padding: 134px 0 0 0;
	}
	.hornav ul.menu > li {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 959px) {
	.c8home #logo .logo-image, #logo .logo-image {
		max-height: 100px;
	}
}
@media only screen and (max-width: 700px) {
	.c8home #logo .logo-image, #logo .logo-image {
		max-height: 100px;
	}
	#showcase1_modules {display:none;}
}

.copyright a, .copyright p {
    color:#fff;
    font-size: 1rem;
    text-transform: uppercase;
}
.copyright p {
    opacity: 0.6;
}