/*
meyermisginmedia.com
Arbeit und Arbeitsrcht CSS.
*/

@import url("globals.css");
@import url("reset.css");

@import url("layout.css");

@import url("footer.css");
@import url("logged-in.css");
@import url("jobware.css");
@import url("form.css");



@import url("header.css");
@import url("sidebar.css");


@import url("views.css");

@import url("content.css"); 
@import url("misgin.css");

@import url("max1400.css")  (max-width:1400px);
@import url("max1200.css")  (max-width:1200px);
@import url("max1023.css")  (max-width:1023px);
@import url("max767.css")  (max-width:767px);


/*----------------END--------------------*/
/*@media (min-width: 1400px) {
.container-xxl {
 max-width: 1580px;
}
}
*/

html, body {
  overflow-x: hidden;
  width: 100%;
}

body{
font-family: 'AuA Normal';
font-size:100% !important;
}
a:hover, 
a:focus, 
.link:hover, 
.link:focus,
.kachel .field--name-node-title a:hover, 
.views-view-grid .field--name-node-title a:hover, 
.views-field-title a:hover,
.auaSuche h2 a:hover,
.path-suche #sidebar_first .facet-item__value:hover,
.auaSuche h2 a:hover{
color:var(--bs-secondary);
}
h1{
font-family: 'AuA Serif';
font-size:var(--h1-small);
color:var(--bs-primary) !important;
margin-bottom: 2rem;
background: none;
padding: 0;
}
h2{
font-family: 'AuA Semi Bold';
font-size:var(--h2);
margin-bottom: 1.5rem;
}
h3{
font-family: 'AuA Semi Bold';
font-size:var(--h3);
margin-bottom: 1.5rem;
line-height: 130%;
}
h4{
font-family: 'AuA Bold';
font-size:var(--h4);
margin-bottom: 1rem;
}
h5{
font-family: 'AuA Bold';
font-size:var(--h5);
}
.smallText{
font-size:var(--small);
}
em{
	font-style: italic;
}




/*Allgemeines*/
.center{
text-align: center;
}
.strong{
font-family: 'AuA Bold';
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
::-moz-selection { /* Code for Firefox */

color: #fff;
background: var(--bs-primary);
}

::selection {
color: #fff;
background: var(--bs-primary);
}
#block-huss-barrio-content ol li,
#block-huss-barrio-content ul li{
margin-bottom: .5rem;
}

/*
body:not(.path-frontpage) .kachel .row > *,
body:not(.path-frontpage) .kachelView .row > *,
body:not(.path-frontpage) .kachel .content-12,
body:not(.path-frontpage) .kachel .container-fluid,
.fachforum.kachel  {
padding-left: .75rem;
  padding-right: .375rem !important;
}
body:not(.path-frontpage) .kachel{
	padding-right: 0 !important;
}
.layout-sidebar-first .kachel .content-12{
padding-left: 0 !important;
padding-right: 0;
}
*/

/*Temporär ?*/
.content-12{
padding-left: 0 !important;
}















