/* blau #0080d3 */

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../Fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../Fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../Fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/*
farben
*/
.background-blau {
    background-color: #0080d3;
}

.background-grau {
    background-color: #f0f0f0;
}

i {
    font-weight: 700;
    color: #0080d3;
}



body {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	color: #3a3a3a;
}

h1 {
    font-weight: 300;
    font-size: 2.0rem;
    line-height: 2.0rem;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 9px;
    text-transform: uppercase; 
}

h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

h4 {
    font-size: 1.0rem;
    font-weight: 700;
}

h5 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: #0080d3;
}


/* bootstap cards */
.card.card-lsw {
    border-radius: 0;
    border: 2px solid #0080d3;
    text-align: center;
}

.card.card-lsw .card-footer {
    background-color: #ffffff;
    border: none !important;
}


.card.card-lsw a {
    transition: 1s;
    font-weight: 400;
}

.card.card-lsw .card-footer a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
    padding-left: 0;
    transition: 1s;
}

/*.card.card-lsw a:hover, .card.card-lsw a:hover > i {
    color: #1500d3;
    padding-left: 10px;
}*/

/* bootstrap card dienst */
.card.card-lsw.dienst .card-body, 
.card.card-lsw.dienst .card-footer{
    background-color: #0080d3;
    color: #ffffff;
}

.card.card-lsw.dienst {
    border-color: #ffffff;
}

.card.card-lsw.dienst .card-body i,
.card.card-lsw.dienst .card-body a {
    color: #ffffff;
    font-weight: 700;
}


/* header / Navigation */
.header .navbar {
    background-color: #fff !important;
}
.navbar .navbar-nav .nav-item > a {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5;
    color: #3a3a3a;
    transition: 1s;
    padding: 0 20px;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item > a:hover, 
.navbar .navbar-nav .nav-item.active > a {
    color: #0080d3;
}

.navbar.navbar-small {
    padding: 0px !important;
    /*box-shadow: 0px 0px 1.8rem 0px rgb(0 0 0 / 50%) !important;*/
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 15%) !important;
}

#navbar-logo {
    height: 40px;
    transition: 0.2s;
}

/* breadcrumb */
.breadcrumb {
    margin: 0;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    font-weight: 700;
    font-size: 25px;
    color:#ffffff;
}


/* top-content */
.top-content {
    margin-top: 66px;
}


.top-content .line {
    height: 50px;
}

/* content */
.content a {
    font-weight: 400;
}
.content a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
}


/* footer */
.footer {
    color: #ffffff;
}

.footer img {
    height: 30px;
}

.footer a {
    color: #ffffff;
}

/* footernavigation */
.footernavigation a {
    color: #ffffff;
}


/* typo3 images */
.image-embed-item {
    max-width: 100%;
    height: auto;
}

/* typo3 Contentelements rahmen blau */
.frame-layout-1 {
    border: 3px solid #0080d3;
    text-align: center;
    padding: 1.5rem 2.5rem!important;
}

/* typo3 Contentelements hintergrund grau */
.frame-layout-2 {
    background-color: #f0f0f0;
    text-align: center;
    padding: 1.5rem 2.5rem!important;
}

/* typo3 Abtand */
.frame-space-after-medium {
    margin-bottom: 3rem!important;
}

/* typo3 filelink-list */
ul.filelink-list {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

ul.filelink-list .filelink-body a::before {
    content: "";
    margin: 0;
}

ul.filelink-list .filelink-body a .filelink-filename {
    font-weight: 400;
}

ul.filelink-list .filelink-body a .filelink-description,
ul.filelink-list .filelink-body a .filelink-filesize {
    color: #3a3a3a;
}

.ce-image.ce-right {
    text-align: right;
}

.ce-image.ce-left {
    text-align: left;
}

.ce-image.ce-center {
    text-align: center;
}

/* typo3 tabelle */
.table {
    margin-top: 1.0rem!important;
    font-size: 20px;
}

.table>:not(:first-child) {
    border-top: 1px solid rgb(222, 226, 230);
}

/* lightbox kein icon vor link */
a.jnlightbox::before {
    content: "";
}


/* content line teiler */
.vertical-line {
    margin: auto;
    /*position: absolute;*/
    left: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    border-left: 1px solid #cacaca;
    height: 100%;
}

/* text ausrichtung */
.ce-headline-center {
    text-align: center;
}

.ce-headline-left {
    text-align: left;
}

.ce-headline-right {
    text-align: right;
}

/* table */
table.table {
    font-size: 16px;
}
