
@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Light.otf');
    src: url('fonts/TitilliumWeb-Light.woff2') format('woff2'),
         url('fonts/TitilliumWeb-Light.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-LightItalic.otf');
    src: url('fonts/TitilliumWeb-LightItalic.woff2') format('woff2'),
         url('fonts/TitilliumWeb-LightItalic.woff') format('woff');
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-SemiBold.otf');
    src: url('fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
         url('fonts/TitilliumWeb-SemiBold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-SemiBoldItalic.otf');
    src: url('fonts/TitilliumWeb-SemiBoldItalic.woff2') format('woff2'),
         url('fonts/TitilliumWeb-SemiBoldItalic.woff') format('woff');
    font-style: italic;
    font-weight: bold;
}
html {
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: normal !important;
	color: #222 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: bold !important;
}

em {
	color: #222 !important;
}

#editpage {
	position: absolute;
	top: 0;
	left: 0;
}

.border-left {
	border-left: 1px solid #cc6600;
	padding-left: 10px;
}
.icon-clear {
	color: transparent !important;
}

.uk-list li a:hover,
.uk-nav li a:hover  {
	color: inherit !important;
	padding-left: 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.uk-list li a,
.uk-nav li a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.body-text a {
	color: #0071B3 !important;
}
.white {
	background: #fff;
}

.headline {
	position: relative;
}

.headline:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 3px;
	left: 0;
	bottom: -10px;
	background: rgb(27,68,80);
}

.page-title {
	font-size: 1.8rem !important;
}

@media screen and (min-width: 960px) {
	.page-title {
		font-size: 2rem !important;
	}
}

nav.uk-navbar-container {
	padding-left: 0 !important;
}

.mobile-logo {
	text-indent: -9999px;
	position: relative;
	height: 80px;
}

.mobile-logo a {
	background: url(images/aks_logo.svg);
	width: 202px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 202px 60px;
	background-position: center left;
	display: block;
}

@media screen and (min-width: 640px) {
	.mobile-logo a {
		background: url(images/aks_logo.svg);
		width: 270px;
		height: 80px;
		background-repeat: no-repeat;
		background-size: 270px 80px;
		background-position: center left;
		display: block;
	}
}

.uk-navbar-nav li a {
	color: #222 !important;
	font-family: 'Titillium Web', sans-serif !important;
}

.uk-navbar-nav li a:hover,
.uk-navbar-nav li a.uk-open {
	color: #fff !important;
	background: #222 !important;
}

.uk-active > a {
	font-weight: bold;
}

.uk-dropdown {
	background: #222 !important;
	color: #fff !important;
}

.uk-dropdown li a {
	color: #fff !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.uk-dropdown li a:hover {
	padding-left: 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
/*
.uk-navbar-nav li a {
	border-top: 5px solid transparent;
}

.uk-navbar-nav li.uk-active a {
	border-top: 5px solid rgb(27,68,80);
}*/

.uk-dropdown {
	box-shadow: none !important;
}

.box-dunkel-flat {
  background: #242424 !important;
}

.uk-label.font-mono {
	font-family: monospace !important;
}

.uk-label, .uk-badge {
	background: rgb(27,68,80) !important;
}

.uk-drop {
  width: 100% !important;
  background: #242424 !important;
}

.uk-drop ul li a {
  color: #fff !important;
  text-transform: uppercase;
}


.uk-button-custom {
	padding: 0 15px !important;
	color: #fff !important;
}

.uk-card-primary {
	background: rgb(3,31,77) !important;
	background: -moz-linear-gradient(58deg, rgba(3,31,77,1) 0%, rgba(4,77,99,1) 100%) !important;
	background: -webkit-linear-gradient(58deg, rgba(3,31,77,1) 0%, rgba(4,77,99,1) 100%) !important;
	background: linear-gradient(58deg, rgba(3,31,77,1) 0%, rgba(4,77,99,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031f4d",endColorstr="#044d63",GradientType=1) !important;
}

img.align_right {
	float: right;
}


blockquote{
  font-size: 1.2em !important;
/*  width:75%!important;*/
  margin:50px auto!important;
  font-style:italic!important;
  color: #222!important;
  padding:1.2em 30px 1.2em 50px!important;
  border-left:8px solid rgb(27,68,80)!important;
  line-height:1.4!important;
  position: relative!important;
  background:#f2f2f2!important;
}

blockquote::before{
  content: "\201C";
  color: rgb(27, 68, 80);
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

/*
blockquote {
	margin: 0 0 20px 0;
	font-size: inherit !important;
	line-height: inherit !important;
	font-style: italic;
	color: #222;
	border-left: 1px solid rgb(27,68,80);
	padding-left: 5px;
}

@media screen and (min-width: 640px) {
	blockquote {
		padding-left: 30px;
	}
}*/

.uk-height-custom {
	height: 300px;
	background-size: 100px 275px, cover
}

@media screen and (min-width:640px) {
	.uk-height-custom {
		height: 450px;
		background-size: 200px 450px, cover
	}
}

.footer {
	background: rgb(27,68,80);
	color: #fff;
}

.footer a {
	color: #fff !important;
}

.footer .uk-nav-default .uk-nav-header {
color: #fff !important;
}

.wowbook-handle {
	width: 50% !important;
}

.wowbook-handle.wowbook-right {
	left: 50% !important;
}

.wowbook-controls, .wowbook-share-buttons, .wowbook-nav {
box-shadow: none !important;
background: transparent !important;
background-image: none !important;
background-repeat: repeat-x;
color: #222 !important;
}

.wowbook-control {
	color: rgb(27,68,80) !important;
}

.wowbook-control:hover {
background: transparent !important;
}

.Inputfield .selectize-input {
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
}
/* ARCHITEKTENLISTE */

td.more {
	min-width: 22px;
}
.dataTables_wrapper .dataTables_paginate {
	float: none !important; 
}

table#suche {
	margin-top: 25px;
}

.dataTables_wrapper .dataTables_filter {
	float: none !important;
	text-align: left !important;
}

.dataTables_wrapper .dataTables_length {
	float: none !important;
}

input, select {
	border-radius: 0 !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
	text-align: left !important;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border: none !important;
	border-radius: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: inherit !important;
    border: none !important;
    background: none !important;
}	

.tox-statusbar__branding, .tox-promotion {
	display: none !important;
}

.more.no-content {
	cursor: default !important;
}
.no-content:before {
	display: none !important;
}

td ul.uk-list {
	margin-bottom: 0 !important;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: none !important;
	padding: .5em 0;
}

.LoginRegisterPro .Inputfield:not(.InputfieldSubmit) {
	margin: 1% 0;
	padding: 0px !important;
	border: none !important;
	background: transparent !important;
}

#wrap_Inputfield_profile_schwerpunkte {
	padding: 30px 0 !important;
	margin: 30px 0 !important;
	border-top: 1px solid #e2e2e2 !important;
	border-bottom: 1px solid #e2e2e2 !important;
}

.ProfileForm h2 {
	display: none;
}
/*table.dataTable.dtr-column>tbody>tr>td.dtr-control:before, table.dataTable.dtr-column>tbody>tr>th.dtr-control:before, table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
	top: calc(50% - 2px) !important;
	left: initial !important;
	right: 5px !important;
	width: 22px !important;
	height: 22px !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 1.4rem;
	background-color: rgb(27,68,80) !important;
	padding: 0 2px 4px 3px;
}*/
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before, table.dataTable.dtr-column>tbody>tr>th.dtr-control:before, table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
top: calc(50% - 2px) !important;
left: initial !important;
right: 5px !important;
box-sizing: border-box;
min-width: 22px;
width: initial !important;
height: 22px !important;
padding: 0 2px 4px 3px;
border: none !important;
box-shadow: none !important;
border-radius: 500px !important;
vertical-align: initial;
background: #032e4d !important;
color: #fff;
font-size: 1.2rem !important;
display: block;
position: absolute;
text-align: center;
font-family: 'Titillium Web', sans-serif !important;
line-height: 0.9em !important;
}
.InputfieldContent .uk-text-danger {
	display: none !important;
}

.InputfieldHeader .uk-text-danger {
	color: #222 !important;
}

.uk-input.uk-form-danger {
	border: 1px solid #e5e5e5 !important;
}

.spinner {
	width: 50px;
	height: 50px;
	background: url(images/spinner.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.is-uploading .spinner {
	display: block;
}

#FormBuilder_stellen .Inputfield {
	margin-bottom: 15px;
}

.InputfieldFormBuilderFileList {
	list-style-type: none;
	padding-left: 0 !important;
}

.InputfieldRadiosStacked {
	list-style-type: none;
	padding-left: 0;
}

#wrap_Inputfield_hpfield {
	visibility: hidden;
}
/* COOKIEMANAGEMENT */

.privacywire{position:fixed;bottom:-250%;left:0;right:0;box-shadow:0 -1px 3px rgba(0,0,0,.3);opacity:0;background:#fff;z-index:1;padding:1rem;transition:bottom .3s ease-in,opacity .3s ease}.show-banner .privacywire-banner,.show-message .privacywire-message,.show-options .privacywire-options{bottom:0;opacity:1}.privacywire-header{font-weight:700}.privacywire-ask-consent-blueprint,.privacywire button[hidden],[data-ask-consent-rendered="1"]{display:none}
div.privacywire-wrapper div.privacywire {
    max-width: 350px;
    right: auto;
    z-index: 999;
    transform: translateZ(1px)
}

div.privacywire-wrapper div.privacywire-text ol li, div.privacywire-wrapper div.privacywire-text p,
div.privacywire-wrapper div.privacywire-text ul li, ol div.privacywire-wrapper div.privacywire-text li,
ul div.privacywire-wrapper div.privacywire-text li {
    font-size: .9rem
}

div.privacywire-wrapper a {
    color: rgb(27,68,80) !important;
}

div.privacywire-wrapper button {
    display: block;
    width: 100%;
    border: none
}

div.privacywire-wrapper button.allow-all {
    padding: 6px;
    background: rgb(27,68,80);
    color: #fff;
    transition: .3s ease
}

div.privacywire-wrapper button.allow-all:hover {
    background: #222;
    color: #fff
}

div.privacywire-wrapper button.allow-necessary,
div.privacywire-wrapper button.choose,
div.privacywire-wrapper button.save {
    padding: 6px;
    margin: 6px 0;
    font-weight: 300;
    background: #f2f2f2;
}

div.privacywire-wrapper button.allow-necessary:hover {
    opacity: 1
}

/*div.privacywire-wrapper button.choose {
    display: none;
    visibility: hidden
}*/






.show-banner > .privacywire-page-wrapper,
    .show-options > .privacywire-page-wrapper,
    .show-message > .privacywire-page-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .privacywire {
        display: none;
    }

    .show-banner .privacywire.privacywire-banner,
    .show-options .privacywire.privacywire-options,
    .show-message .privacywire.privacywire-message {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 450px;
    }

    .consent-category-external_media {
      padding: 10vw;
      background: #f2f2f2;
      text-align: center;
    }

.privacywire-consent-button {
  margin: 0;
border: none;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
-webkit-appearance: none;
border-radius: 0;
display: inline-block;
box-sizing: border-box;
padding: 0 30px;
vertical-align: middle;
font-size: .875rem;
line-height: 38px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: .1s ease-in-out;
transition-property: color,background-color,border-color;
cursor: pointer;
}

.privacywire-text ul {
  list-style-type: none !important;
}


.privacywire-header {
	font-size: 2rem;
}

.privacywire-header,
.privacywire-text {
	text-align: left;
}

button.allow-necessary {
	display: none !important;
}

.privacywire-page-links {
	display: none;
}


.InputfieldRadios input {
	margin-right: 0.5em;
}

.kontaktbox ul li span {
	margin-left: -30px;
}


.footer a.provinz-link {
	color: rgb(27,68,80) !important;
	cursor: default !important;
	pointer-events: none;
}
/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser.
 *
 */
.WireFatalError {
	background: #a30000;
	color: #fff;
	padding: 1em;
	position: relative;
	z-index: 9999;
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}


