/*****************************************/
/**** Multi-Template fuer alle Seiten ****/
/*****************************************/

/**** FONTS ****/
@font-face {
    font-family: 'Book Antiqua';
    src: local('Book Antiqua'), local('BookAntiqua'),url('BookAntiqua.woff2') format('woff2'),url('BookAntiqua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Book Antiqua';
    src: local('Book Antiqua Bold'), local('BookAntiqua-Bold'),url('BookAntiqua-Bold.woff2') format('woff2'),url('BookAntiqua-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Book Antiqua';
    src: local('Book Antiqua Italic'), local('BookAntiqua-Italic'),url('BookAntiqua-Italic.woff2') format('woff2'),url('BookAntiqua-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: local('Calibri Bold'), local('Calibri-Bold'),url('Calibri-Bold.woff2') format('woff2'),url('Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: local('Calibri Light'),url('Calibril.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: local('Calibri'),url('Calibri.woff2') format('woff2'),url('Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Book Antiqua';
    font-weight: bold;
    color: #39566b;
}
p, span, div, li {
    font-size: 1.1rem;
    font-family: 'Calibri';
    font-weight: normal;
}
strong {
    font-weight: bold;
}

/**** MAIN SITE ****/
.t4-main-body {
	padding-top: 0rem;
	padding-bottom: 0rem;
}


/**** Header ****/
.header-r {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #39566b;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: fixed;
    width: 18%;
}
.t4-off-canvas-body .wappen, .header-r .wappen {
	margin: 0px;
	width: 40px;
	position: absolute;
	bottom: 3rem;
	right: 30px;
    z-index: 99999;
}
.t4-col.menu .custom {
	align-items: center;
	align-content: center;
}

/**** MENU NAVIGATION ****/
#t4-mainnav .menu {
	justify-content: end;
	display: flex;
}
#t4-mainnav .menu .wappen img {
	height: 70px;
	margin-left: 15px;
}
#t4-mainnav .navbar .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    justify-content: end;
    justify-items: end;
    gap: 0px 20px;
}
#t4-mainnav .navbar .navbar-nav a {
    margin-left: 10px;
    color: #eee;
}
#t4-mainnav .navbar .navbar-nav .dropdown-menu a {
    margin-left: 0px;
}
.t4-off-canvas-body nav .nav-item .nav-link .menu-item-title, .header-r nav .nav-item .nav-link .menu-item-title {
	color: #eee;
    font-size: 1rem;
    transition: all ease 200ms;
    font-family: 'Book Antiqua';
    font-weight: normal;
}
.t4-off-canvas-body nav .nav-item .nav-link .menu-item-title::before, .header-r nav .nav-item .nav-link .menu-item-title::before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	background: #eee;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
    transition: all ease 200ms;
}
.t4-off-canvas-body nav .nav-item.active .nav-link .menu-item-title::before, .t4-off-canvas-body nav .nav-item:hover .nav-link .menu-item-title::before, .header-r nav .nav-item.active .nav-link .menu-item-title::before, .header-r nav .nav-item:hover .nav-link .menu-item-title::before {
	width: 7px;
	height: 7px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 10px;
}
#t4-main-body .sidebar-r .module {
    background: #fefefe;
    padding: 20px;
}
#t4-main-body .sidebar-r .module .navbar {
	padding: 0px;
}
.navbar-nav {
	--t4-nav-link-padding-y: 0.2rem;
}
.dropdown-toggle::after {
	display: none;
}
/**** Site ****/
#t4-main-body .t4-section-inner {
	margin-top: 50px;
	margin-bottom: 50px;
}
.article-body section {
	padding: 20px;
    margin-bottom: 2.5rem;
}
.article-body section .beitrag.dark {
	padding: 20px;
	background: #39566b;
    border-radius: 0px 10px 0px 10px;
    transition: all 300ms ease;
}
#hauptthemen .row {
	--t4-gutter-y: 2rem;
}
#hauptthemen .col-12 {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#hauptthemen .col-12 .text {
	flex-basis: 70%;
	padding-left: 20px;
	background: #fff9;
}
#hauptthemen .col-12 .text .headline::before {
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	display: inline-block;
	margin-right: 8px;
	background: #39566b;
	margin-bottom: 5px;
    transition: all 500ms ease;
}
#hauptthemen .col-12 .button {
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 10px;
	flex-basis: 30%;
	text-align: center;
}
#hauptthemen .col-12 .button a {
	height: 100%;
	display: flex;
	align-items: center;
}
#hauptthemen .col-12 .text :hover .headline::before {
    transform: rotate(315deg);
}
#news .col-lg-4 {
	align-content: center;
	justify-items: center;
	text-align: center;
}
.fastscroll {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.fastscroll li {
	margin-bottom: 10px;
	padding: 5px;
	background: #39566b;
}
.fastscroll li a {
	color: #fff;
}
.fastscroll li a:hover {
	color: #eee;
}
#Mod117 { /***** GESCHICHTE FLOCHBERG SCROLL FUNKTION *****/
	position: absolute;
	width: 298px;
}
.nav-item.current .menu-item-title {
	font-weight: bold;
	border-bottom: 2px solid;
}

#hero {
	display: flex;
	padding: 0px 20px 20px;
    align-items: center;
}
#hero .bild-big img {
    min-width: 400px;
}
#hero .bild-mobile {
    display: none;
    width: 400px;
}
#hero #titelbild {
	background: url(/images/stories/Gruppenbild.webp) center center;
	background-size: cover;
	min-height: 380px;
    min-width: 50%;
    border-radius: 0px 10px 0px 10px;
}
#hero .inhalt {
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.inhalt .headline, .tab-pane .headline {
    color: #39566b;
    margin-top: 0px;
    font-size: 2.2rem;
}
.inhalt .headline span, .tab-pane .headline span {
	font-size: 1.2rem;
	display: block;
    font-family: 'Book Antiqua';
    font-weight: bold;
}
#hero .inhalt > p:last-child {
	margin-bottom: 0px;
}
.inhalt .headline span::before, .tab-pane .headline span::before {
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	display: inline-block;
	margin-right: 10px;
	background: #39566b;
	margin-bottom: 2px;
}
.item-101 #hero {
	margin-bottom: 0px;
}
.logo-sbn { /* LOGO SCHLACHT BEI NÖRDLINGEN */
	background: url('/images/burgmannschaft/logo-schlacht-bei-noerdlingen.gif') no-repeat;
	background-position: center center;
	background-size: contain;
}

/***** BUTTONS *****/
.btn {
    background-image: linear-gradient(to right, #39566b,#233542);
    text-transform: uppercase;
    color: #eeeeee;
    border-radius: 0px 5px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn:hover {
    background-position: 100% 0;
}
.btn.btn-dark {
    background-image: linear-gradient(to right, #fefefe,#eeeeee);
    color: #39566b;
}

.navbar-nav .dropdown {
	position: inherit;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	width: 100%;
	justify-content: end;
	padding: 0px;
	background: none;
	border: none;
}
.navbar-nav .dropdown-menu li {
	background: #39566b;
}
.navbar-nav .dropdown-menu.show {
	display: flex;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #eee;
	background-color: #263a47;
}
.fixed-sidebar {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	height: 300px;
	color: #fff;
	top: 10px;
	bottom: auto;
}
#pills-tab {
	display: flex;
	flex-direction: row;
}
/***** GESCHICHTE *****/
#geschichte.row {
	--t4-gutter-x: 2rem;
	--t4-gutter-y: 2rem;
}
#geschichte .beitrag {
	background: #fff;
	padding: 60px 10px 10px;
	height: 100%;
	display: flex;
	flex-direction: row;
}
#geschichte .beitrag .jahreszahl {
	position: absolute;
	border: 0px;
	background: #39566b;
	padding: 10px;
	margin-top: -60px;
	margin-left: -10px;
	color: #fff;
	font-size: 20px;
}
#geschichte .beitrag figure {
	margin-top: -50px;
	margin-bottom: 0px;
}
#geschichte .beitrag figure img {
	min-width: 150px;
}
#geschichte .row {
    --t4-gutter-x: 2rem;
  --t4-gutter-y: 2rem;
}
.exbanner {
	height: 100px;
	background-position: center center;
	background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.exbanner a {
	color: #fff;
	font-weight: bold;
    font-family: 'Book Antiqua';
}
#schlachtnoerdlingen {
	background-image: url('/images/bgheader1.gif');
}

/***** HEADER *****/
#t4-masthead .t4-section-inner {
	padding-left: 0px;
	padding-right: 0px;
}
#t4-masthead .banner {
	height: 200px;
	background-position: center center;
	background-size: cover;
}
#t4-mainnav {
	padding-top: 10px;
	padding-bottom: 10px;
    background: #39566b;
}
#t4-mainnav .t4-section-inner .t4-row {
	align-items: center;
	align-content: center;
}
#t4-mainnav #triggerButton {
	background: none;
	float: right;
	margin-right: 5px;
}
#t4-mainnav #triggerButton:hover {
    background: #eee;
}
#t4-mainnav #triggerButton .t4-offcanvas-toggle i {
	font-size: 35px;
}
.t4-offcanvas {
	background: #233542;
}
.t4-offcanvas .t4-off-canvas-header {
	background-color: transparent;
	position: absolute;
	width: 100%;
	top: 20px;
}
.t4-offcanvas .t4-off-canvas-header a {
    display: none;
}
.t4-offcanvas .nav.navbar-nav {
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.t4-offcanvas .nav.navbar-nav li {
    width: 33.333333%;
    background: #39566b;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
	border-bottom: 0px;
	padding: .3rem 2rem;
}
.t4-offcanvas .t4-off-canvas-body .module-title {
	border-bottom: 0px;
}
.t4-offcanvas .t4-off-canvas-body .module-title span {
	margin-bottom: 0px;
	padding: 0px 0px 10px;
	font-size: 1.3rem;
	color: #eee;
    font-family: 'Book Antiqua';
    font-weight: normal;
}

.c-offcanvas--left {
    width: 100%;
}
.c-offcanvas--reveal {
	z-index: 9999;
	transform: translate3d(0, 0, 0);
}
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open, .c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
	transform: translate3d(0px, 0, 0);
}
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
	transform: translate3d(0px, 0, 0);
    display: none;
}

/****** VERANSTALTUNGEN ******/
#hero .veranstaltungen {
	display: flex;
	flex-direction: row-reverse;
}
#hero .veranstaltungen .nav-pills {
	flex-basis: 11%;
}

/***** FORMULARE *****/
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
	padding: 0px;
}

/***** FOOTER *****/
#t4-footer .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#t4-footer .copyright {
	font-size: 12px;
}
#t4-footer .navbar {
	padding-top: 0px;
    padding-bottom: 0px;
}
.t4-footer .navbar .nav {
	flex-direction: row;
}
#t4-footer .menu-item-title {
	font-size: 12px;
}
.t4-footer .nav > li::before {
	content: "";
}
/***** MEDIA QUERIES ******/
@media screen and (max-width:1490px) {
    h1, .h1, #hero .inhalt .headline {
        font-size: 1.7rem;
    }
    h2, .h2 {
        font-size: 1.7rem;
        margin-top: 10px;
    }
    h3, .h3 {
        font-size: 1.5rem;
    }
    h4, .h4, h5, .h5, h6, .h6 {
        font-size: 1.3rem;
    }
    p, span, div, li {
        font-size: 1.1rem;
    }
    .t4-off-canvas-body nav .nav, .header-r nav .nav {
	    width: 100%;
    }
}
@media screen and (max-width:1290px) {
    .item-page [itemprop="articleBody"] {
        margin-right: 0rem;
    }
    .header-r nav {
        padding: 0px;
    }
    h1, .h1, #hero .inhalt .headline {
        font-size: 1.7rem;
    }
    h2, .h2 {
        font-size: 1.4rem;
        margin-top: 10px;
    }
    h3, .h3 {
        font-size: 1.3rem;
    }
    h4, .h4, h5, .h5, h6, .h6 {
        font-size: 1.3rem;
    }
    p, span, div, li, .btn {
        font-size: 1rem;
    }
    .article-body section {
        margin-bottom: 0rem;
    }
    #hero .inhalt .headline span::before {
        width: 10px;
        height: 10px;
        margin-bottom: 0px;
    }
    .header-r .wappen {
        right: 15px;
    }
    #hauptthemen .text .headline::before {
        width: 7px;
        height: 7px;
        margin-right: 6px;
        margin-bottom: 4px;
    }

}
@media screen and (max-width:1090px) {
    .item-page [itemprop="articleBody"] {
        margin-left: 20%;
    }
    .header-r {
        width: 20%;
    }
    .header-r nav .nav-item .nav-link .menu-item-title {
        font-size: .9rem;
    }
    .header-r nav {
        padding: 0px;
    }
    h1, .h1, #hero .inhalt .headline {
        font-size: 1.3rem;
    }
    h2, .h2 {
        font-size: 1.2rem;
        margin-top: 10px;
    }
    h3, .h3 {
        font-size: 1.1rem;
    }
    h4, .h4, h5, .h5, h6, .h6 {
        font-size: 1.1rem;
    }
    p, span, div, li, .btn {
        font-size: 0.9rem;
    }
    #hero .inhalt {
        padding-right: 0px;
    }
    #hero .bild-big {
        display: none;
    }
    #hero .bild-mobile {
        display: inherit;
        position: absolute;
        width: 250px;
        top: 6rem;
        right: 3rem;
    }
    #hero .inhalt .headline, #hero .inhalt > p.mobile {
        width: 60%;
    }
    #hauptthemen .row {
        --t4-gutter-x: 1rem;
    }
}
@media screen and (max-width:991px) {
    .article-body section {
        padding: 10px 20px;
        margin-bottom: 1rem;
    }
    #hero .inhalt .headline, #hero .inhalt > p.mobile {
        width: 60%;
    }
    #hero .inhalt .headline span {
        font-size: 1rem;
    }
    #hero .bild-mobile {
        top: 3.5rem;
    }
    #hero .inhalt .headline, #hero .inhalt > p.mobile {
        width: 60%;
    }
    #hauptthemen .row {
        --t4-gutter-y: 1.5rem;
    }
}
@media screen and (max-width:890px) {
    .t4-col.header-r {
        display: none;
    }
    #hero .bild-mobile {
        top: 3.5rem;
    }
    #t4-mainnav {
        display: flex;
    }
    .item-page [itemprop="articleBody"] {
        margin-top: 120px;
        margin-left: 0%;
    }
    #hero .bild-mobile {
        top: 130px;
    }
}
@media screen and (max-width:710px) {
    .t4-offcanvas .nav.navbar-nav li {
        width: 50%;
    }
    #hero .inhalt .headline, #hero .inhalt > p.mobile {
        width: 100%;
    }
    #hero .bild-mobile {
        display: block;
        position: inherit;
        width: 400px;
        top: inherit;
        margin: 20px auto;
    }
}
@media screen and (max-width:560px) {
    .t4-offcanvas .nav.navbar-nav li {
        width: 100%;
    }
}