@font-face {
    font-family: "Akkurat-Light";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("../../fonts/AkkStdLg.woff2") format("woff2"), src: url("../fonts/AkkStdLg.woff") format("woff");
}
@font-face {
    font-family: "Akkurat-Bold";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../fonts/AkkStdBd.woff2") format("woff2"), src: url("../fonts/AkkStdBd.woff") format("woff");
}
@font-face {
    font-family: "Akkurat-Regular";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("../../fonts/AkkStdRg.woff2") format("woff2"), src: url("../fonts/AkkStdRg.woff") format("woff");
}



body {
    padding-top: 0rem;
    padding-bottom: 0rem;
    color: #5a5a5a;
    font-family: 'Akkurat-Regular';
    font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

a {
    text-decoration: none;
}

b, strong {
    font-weight: bold;
    color: black;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mod_article11 .justify-content-md-center {
  margin: 10px !important;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    height: calc(100vh - 0px);
    overflow: auto;
	position: fixed;
	top: 110px;
	z-index: 100;
}

.navbar-nav ul  {
    margin-top: 0;
    margin-left: 0px !important;
    margin-bottom: 4rem;
    padding-left: 0rem;
}

.nav-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav-item:first-of-type {
	padding-top: 0px;
}

.nav-link {
  font-size: 20px;
  font-weight: bold;
}


.subnav {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}

.subnav li {
  padding-bottom: 5px;
}

.navbar-toggler .bar1, .navbar-toggler .bar2, .navbar-toggler .bar3 {
  width: 50px;
  height: 4px;
  background-color: #FAF9F6;
  margin: 9px;
  transition: transform 0.4s;
  position: relative;
  border-radius: 20px;
  bottom: 0px;
}

.sticky .navbar-toggler .bar1, .sticky .navbar-toggler .bar2, .sticky .navbar-toggler .bar3 {
    width: 30px;
  	height: 2px;
	margin: 7px;
	transition: width 1s;
	transition: height 1s;
	transition: margin 1s;
}


.navbar-toggler.nav-open .bar1 {
  transform: rotate(90deg) translate(14px,10px);
}

.lupe {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: "FlipH";
	filter: FlipH;
	height: 55%;
	min-height: 40px;
  width: auto;
  top: 0px;
  position: relative;
	margin-top: auto;
  margin-bottom: auto;
}

.burger {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	height: 55%;
	min-height: 40px;
  width: auto;
  top: 0px;
  position: relative;
}


.teaser p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 20px;
  line-height: 26px;
  padding-bottom: 15px;
  font-weight: bold;
}

.ArtikelBild {
    width: 33%;
    float: left;
    margin-right: 20px;
    margin-bottom: 14px;
}

.ArtikelBild p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.starttext {
    background-color: #2e3192;
    color: #FFFFFF;
    font-size: 18pt;
    line-height: 22pt;
    font-family: 'Akkurat-Regular';
    padding-top: 25px;
	padding-bottom: 25px;
    text-align: start;
}

.navbar-collapse a {
	color: #fff !important;	
}

.navbar-collapse strong {
	text-decoration: underline;	
}

.navbar-collapse .nav-item.active1 {
	padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.starttext p {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.home .beitrag .obertitel {
}	

.home .beitrag .obertitel {
}	

.home .beitrag .titel {
	font-size: 1.5rem;
	font-family: verdana;
	line-height: 1.5rem;
}	

.home .beitrag .text {
}	

.beitrag {
	padding-bottom: 2rem !important;
  	border-bottom: 1px solid;
  	margin-bottom: 2rem;
}	


/*! Header */
header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: auto;
    transition: height 1s;
	z-index: 150;
}

.sticky .topheader {
    height: 50px !important;
}

.sticky .navbar-collapse {
    top: 50px;
	transition: top 1s;
}

.navbar-brand {
    height: 100%;
    width: auto;
    top: -6px;
    position: relative;
	max-width: 300px;
	margin: 0px;
}

header .topheader {
	height: 110px !important;
	transition: height 1s;
	border-bottom: 2px solid;
}

header .navbar {
    height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

header .container-fluid, header .justify-content-center {
    rrheight: 100%;
}

header .container-fluid .col-3 {
    display: flex;
	height: 100%;
}
header .container-fluid .col-6 {
    display: flex;
	height: 100%;
}

/*! body */
main {
    margin-top: 116px;
    margin-bottom: 56px;
	z-index: 10;
}

.page {
  padding-bottom: 120px !important;
}

.col-md-3 {
    padding-left: 1px;
    padding-right: 1px;
}
.col-12 {
    margin-top: 2px;
}

main img, main svg {
    vertical-align: middle;
    width: 100%;
}

main dl, main ol, main ul {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 4rem;
    padding-left: 0rem;
}

main .row {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    height: 1.2em;
 }

.page .subheader, .list .subheader {
    margin-top: 0px;
}

.page .col-md-6, .list .col-md-6 {
    padding: 20px;
	padding-bottom: 0px;

}

.page img, .list img {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.list .caption, .page .caption {
    width: 100%;
    font-size: 11px;
    color: black;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0rem;
}

.page .caption {
    line-height: 14px;
}


.subheader h2 {
    text-align: left;
}

.page .detail img, .list .detail img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.home .col-md-6 {
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 20px;
}

.home .starttext {
  padding-right: 14px;
  padding-left: 14px;
}


/*! Navigation */
#navbarsExample01 .row, #navbarsExample01 .row > * {
  margin-right: 0px;
  margin-left: 0px;
  overflow-x: hidden;
}

.navbar-nav .nav-item {
    text-align: start;
}

.navbar-nav {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: auto;
  overflow-y: auto;
	overflow-x: hidden;
  padding-top: 10px;
  padding-bottom: 300px;
}

.subnav {
    list-style-type: none;
    padding-left: 20px !important;
    margin-bottom: 1rem !important;
}

.subnav a {
    font-weight: normal !important;
}

.navbar-toggler {
	border: var(--bs-border-width) 0px solid rgb(247, 0, 0);
	padding: 0px;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
}

.navbar-nav .level_1 {
  list-style-type: none;
}

.navbar-nav .level_1 strong, .navbar-nav .trail {
  font-weight: bold;
  color: black;
  font-size: 20px;
  color: #fff;
}

.navbar-nav .level_2 {
  padding-left: 20px;
  list-style-type: none;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.navbar-nav .level_2 .nav-link {
  font-weight: normal !important;
}

.navbar-nav .level_2 .nav-item {
  padding-top: 0px;
	
	margin: 0px;
  font-weight: normal;
	color: #fff;
}


    /*! Modal */

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
	display: none;
}

.modal-dialog {
 	z-index: 700;
}


.modal-body .col-6 {
    padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 1px;
}

.modal-body h3 {
    padding-top: 20px;
}

.modal-body .col-6 img, .bd-placeholder-img {
    cursor: pointer;
}

.modal-body p {
    margin-bottom: 0rem;
}




/*! Footer */
footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14pt;
    line-height: 18pt;
    border-top: 2px solid;
	z-index: 500;
}


/*! Übersicht */
.uebersichtpage h2 {
  font-size: 24px;
	line-height: 35px;
	padding-bottom: 15px;
	font-weight: bold;
}

.uebersichtpage p {
  font-size: 20px;
	line-height: 26px;
	padding-bottom: 15px;
	font-weight: bold;
}

.uebersichtpage .detail p {
  font-size: 20px;
	line-height: 26px;
	padding-bottom: 30px;
	font-weight: normal;
}


.uebersicht:nth-of-type(odd) {
    padding-left: 25px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

.uebersicht:nth-of-type(even) {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 25px !important;
}

.uebersicht p {
    padding-top: 5px;
	padding-bottom: 25px;
}


/* Detailseite */
.detailseite .col-12 .col-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.detailseite h2 {
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 0px;
  font-weight: bold;
}



/* Suche */
.sbgcolor {
  background-color: #80ce5c;
}

.sbgcolor .col-10 {
  padding-right: 0px;
  padding-bottom: 40px;
  padding-top: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;	
}
.sbgcolor .col-2 {
  padding-left: 0px;
  padding-bottom: 40px;
  padding-top: 20px;	
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.sbgcolor .mod_article {
  padding-top: 25px;
	padding-bottom: 25px;
}

.sbgcolor .container {
  padding-left: 0px;
	padding-right: 0px;
}

#asearchform .row, #asearchform .col-2 {
  padding-bottom: 4px;
}


.eperiodica select {
  word-wrap: normal;
  width: 100%;
  padding: 5px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #fff;
    border-right-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  background-color: #80ce5c;
  font-size: 23px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.sbgcolor .col-10 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;	
}


.suchen form {
 position: relative;	
	width: 100%;
}
.suchen input {
  width: 100%;
  padding: 5px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #fff;
  background-color: #80ce5c;
  font-size: 23px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
	border-right: 0px solid;
}

.suchen .submit {
  width: 100%;
  padding: 5px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #fff;
    border-right-color: rgb(255, 255, 255);
  background-color: #80ce5c;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  border-right: 0px solid;
  background: url('../../../files/Layout/images/search.svg');
    background-repeat: repeat;
    background-size: auto;
  background-size: 107% auto;
  transform: scaleX(-1);
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.suchen .submit {
  width: 100%;
  padding: 5px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #fff;
    border-right-color: rgb(255, 255, 255);
  background-color: #80ce5c;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  border-right: 0px solid;
  background: url('../../../files/Layout/images/search.svg');
    background-repeat: repeat;
    background-size: auto;
  background-size: 107% auto;
  transform: scaleX(-1);
  background-size: 50% 100%;
  background-repeat: no-repeat;
}









.suchen .submit {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.formsearch .col-10  {
  padding-right: 0px;
	margin-top: 20px;
  margin-bottom: 20px;
}

.formsearch .col-2  {
  padding-left: 0px;
	position: relative;
	margin-top: 20px;
  margin-bottom: 20px;
}

.suchen form input::placeholder {
  font-weight: bold;
  opacity: 1;
  color: #fff;
}

.suchen form img {
  position: absolute;
  right: 16px;
  width: 50px;
  height: auto;
  z-index: 1;
}

.suchen form{
  position: relative;
	padding-top: 0px;
  padding-bottom: 0px;
	padding-left: 0px;
  padding-right: 0px;
}


.sbgcolor h2 {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 0px;
  font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}

.sbgcolor p {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 30px;
  font-weight: normal;
	color: #fff;
}

.sbgcolor p a {
  color: #fff;
}



.sbgcolorresult input {
  width: 100%;
  padding: 5px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #8a48a9;
  background-color: #fff;
  font-size: 23px;
  line-height: 36px;
  color: #8a48a9;
  font-weight: bold;
	border-right: 0px solid;
}

.sbgcolorresult .submit {
  width: 100%;
  padding: 5px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #8a48a9;
  border-right-color: rgb(255, 255, 255);
  background-color: #fff;
  font-size: 30px;
  line-height: 36px;
  color: #8a48a9;
  font-weight: bold;
  border-right: 0px solid;
  background: url('../../../files/Layout/images/search.svg');
    background-repeat: repeat;
    background-size: auto;
  background-size: 107% auto;
  transform: scaleX(-1);
  background-size: 50% 100%;
  background-repeat: no-repeat;
	background-color: #8a48a9;
}

.sbgcolorresult .col-10  {
  padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
  margin-bottom: 20px;
}

.sbgcolorresult .col-2  {
  padding-left: 0px;
	padding-right: 0px;
	position: relative;
	margin-top: 20px;
  margin-bottom: 20px;
}

.sbgcolorresult .submit {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sbgcolorresult form input::placeholder {
  font-weight: bold;
  opacity: 1;
  color: #fff;
}

.sbgcolorresult form img {
  position: absolute;
  right: 16px;
  width: 50px;
  height: auto;
  z-index: 1;
}

.sbgcolorresult form{
  position: relative;
	padding-top: 0px;
  padding-bottom: 0px;
	padding-left: 0px;
  padding-right: 0px;
}

/*! Home */

.fullscreen {
  margin: 0px;
  padding: 0px;
}

.home .col-md-6 .row {
  padding-bottom: 1rem;
}
.home .mod_article {
  margin-bottom: 10rem;
}

.home strong {
  color: #2e3192;
	font-size: 16px;
}

.home p {
  font-size: 18px;
}


/*! Suchtreffer */
.resultpage h2 {
  text-align: center;
}
.resultpage .col-md-6 {
  padding: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

.resultpage .container {
  padding: 0px;
}

.resultpage .nav-tabs {
  margin-left: 0px;
}
.resultpage .tab-pane .col-4 {
  padding-left: 0;
}
.resultpage .tab-pane .row {
  margin-bottom: 1rem;
}

.resultpage .tab-pane .col-8 {
  padding-right: 0;
}

.resultpage .nav-tabs .nav-item:first-of-type {
	padding-top: 20px;
}

.resultpage .nav-link {
  font-size: 20px;
  font-weight: normal;
	color: #8a48a9;
}

.resultpage .resultatt {
  padding-top: 40px;
}

.eperiodica label {
  position: relative;
  width: auto;
  padding-left: 20px;
  padding-top: 10px;
  color: #fff;
  margin-right: 30px;
}

.eperiodica label .ep-advanced__fulltext-match {
  position: absolute;
  left: -30px;
  top: 16px;
}



/*! Kontakt */
.kontakt .form-floating .col-12, .kontakt .form-floating .col-6 {
  padding-left: 2px;
  padding-right: 2px;
}

.kontakt .form-floating .komm {
  padding-top: 20px;
}
.kontakt .form-floating .komm textarea {
  height: 200px;
}
.kontakt .form-floating .komm button {
  background-color: #80ce5c !important;
	border-color: #80ce5c !important;
	color: #fff;
  float: right;
	border: 0px;
	padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}



/*! Recherche */


.recherche .ep-advanced__fulltext .recherche input {
  width: 70%;
}
.recherche .ep-advanced__fulltext .recherche input {
  width: 30%;
}


.recherche .ep-advanced__fulltext-text, .recherche .ep-advanced__fulltext-mode, .recherche .ep-advanced__field, .recherche .ep-advanced__field-text, .recherche .ep-advanced__field-mode {
  width: 100%;
	height: 45px;
  padding: 5px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #fff;
    border-right-color: rgb(255, 255, 255);
  background-color: #80ce5c;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}

.recherche label {
	font-size: 18px;
  	line-height: 24px;
  	color: #fff;	
  	font-weight: bold;
}

.recherche .ep-advanved__submit{
	height: 45px;
  padding: 5px;
  border: 3px solid;
    border-top-color: currentcolor;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #fff;
    border-right-color: rgb(255, 255, 255);
  background-color: #80ce5c;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
	float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.recherche .iframebox {
	position: relative;
	float: left;
  width: 100%;
 }
.recherche .box {
	top: 0px;
	height: 88px;
	position: absolute;
	width: 100%;
	background-color: #80ce5c;
	border-bottom: 1px solid;
    border-bottom-color: currentcolor;
  border-color: black;
 }

.ep-advanced__part__field {
  width: 100%;
	padding-bottom: 30px !important;
}

.recherche legend {
    color: #fff;
	font-size: 24px;
  line-height: 28px;
  }

.recherche .col-md-3, .recherche .col-md-5, .recherche .col-md-4, .recherche .col-md-8 {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 1620px) {
	.recherche .box {
  		height: 115px;
 	}
	.home .beitrag .titel {
  		margin-top: 1rem;
	}
	.col-md-6 {
    	width: 100%;
  	}
}

@media only screen and (max-width: 766px) {
	.ep-advanced__part__field .col-12 {
		padding: 0px;
	}
	.col-md-6 {
    	width: 100%;
  	}
}