/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    font-family: "Boxed Round", 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    top: 0;
    bottom: 0;
    color: #333;
    background-color: #fff;
    text-shadow: none !important;
}

.h1,.h2,.h3,.h4,.h5 {
    font-family: "Boxed Round",'Geogrotesque-Md', 'Geogrotesque', Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

h1, .h1, h3, .h3, h4, .h4, h5, .h5 {
    margin: 10px 20px;
}

.h2 {
    font-size: 23px;
    margin-left: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h3 {
    font-size: 23px;
    margin-left: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: #C52D23;
}

h5, .h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

html, body {
    height: 100%;
}

.layout-wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}

.ui-menu {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    min-height: 50px !important;
}

.ui-datatable tbody td {
    border-color: #d8dcdf !important;
}

.ui-datatable-data td {
    margin-bottom: 15px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget-content {
    margin-bottom: 0px;
    color: #555 !important;
    font-weight: 400 !important;
}

.ui-state-default {
    background-image: none !important;
}

.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
    background-image: none !important;
    padding-top: 10px !important;
}

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-pages, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev, .ui-paginator .ui-paginator-current {
    margin-left: 5px !important;
}

.ui-corner-bottom, .ui-corner-left, .ui-inputfield, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget-content {
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.ui-datatable thead th, .ui-datatable tbody td {
    padding: 10px 10px;
    border-width: 1px;
    border-style: solid;
}

.ui-datatable thead th, .ui-datatable tfoot td {
    background-color: #f9f9f9 !important;
    margin-bottom: 0px !important;
}

.ui-datatable .ui-paginator {
    +background: #E50063 !important;
	background: #C52D23 !important;
    padding: 15px !important;
}

.PadWithBorder10 {
    border: 10px solid transparent;
}

.ui-menu .ui-menuitem-link {
    background: #C52D23;
}

.ui-menuitem-link {
    text-transform: uppercase;
    line-height: 40px;
}

.ui-menuitem-text {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 15px;
    color: #fff;
}

.ui-column-filter{
     display: none !important;
}

.ui-panel-content {
    border: none !important;
    padding: 0 0 0 0 !important;
}

.ui-datatable .ui-datatable-header {
    text-align: center;
    padding: 0px 0px !important;
    background: #fff !important;
    margin-bottom: 0px;
}


.ui-widget-content {
    border: 0px solid #eeeeee;
    background-image: none !important;
}

.ui-widget {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    color: #333;
    text-shadow: none !important;
}

.ui-widget-header {
    border: none;
    font-weight: 400;
}

section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  +z-index: 4999;
  position: relative;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#lsb_suche {
  margin-bottom: 326px;
}

.fixedbackground {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-image: url(../resources/img/background.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.suchebg {
  background-color: #fff;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.suche {
  padding-bottom: 55px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container-fluid .row.with-padding {
  padding: 2rem 1rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.headline.anim {
  animation-duration: 1s;
  animation-name: blur-in;
  opacity: 1;
}

.tuerkis {
  color: #00ABA8;
}

h2, .h2 {
  font-family: "Boxed Round", sans-serif;
  font-size: 2.72rem;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-align: center;
}

.textblock.anim {
  animation-duration: 1s;
  animation-name: slide-in-top;
  opacity: 1;
}

.textblock p {
    font-family: "Boxed Book", 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    font-size: 1.4rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    text-align: center !important;
}

#footer {
  padding: 28.6px 28.6px 88px 28.6px;
  position: relative;
  background-color: #120037;
}

#footer .footerlogo {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 50px;
}

#footer .footerlogo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

#footer .bottom-footer {
	font-family: "Boxed Book", 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 600;
  text-align: center;
  margin-top: 3rem;
  color: #fff;
  transition: color 0.4s;
  margin: 0;
  font-size: 17.6px;
  display: flex;
  flex-direction: row;
  flex: auto;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1.6em;
}

#footer .bottom-footer .contact a:hover {
  color: #E50063;
  text-decoration: underline;
}

#footer .bottom-footer .adress {
  text-align: right;
}

#footer .social {
  padding: 0 70px;
}

#footer .social a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: transparent;
}

#footer .social a:hover img {
  filter: invert(48%) sepia(89%) saturate(1501%) hue-rotate(142deg) brightness(89%) contrast(100%);
}

#footer .social img {
  max-width: 45px;
  margin: 20px;
  height: auto;
  width: 100%;
  vertical-align: middle;
  border-style: none;
}

#footer .bottom-footer .contact {
  text-align: left;
}

#footer .bottom-footer .contact a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}

.impdatfooter {
	font-family: "Boxed Book", 'Source Sans Pro', Arial, Helvetica, sans-serif;
  position: relative;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #120037;
}

.links  {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #120037;
  text-align: center;
}

.links a {
  color: #120037;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

/* =============================================================
   Display STYLES
 ============================================================ */

@media(max-width:820px) {
    .top-menu {
        display: none;
    }
    
    .topnav {
        display: flex;
    }

    .ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
        width: 100%;
        padding-bottom: 10px !important;
    }
	
	.container-fluid {
		width: 90%;
		padding-right: 5px;
		padding-left: 5px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 90%;
        max-width: 90%;
    }
	
}

@media(min-width:820px) {
    
    .ui-menu, .content, .top-menu, .fuss {
        width: 750px;
    }
    
    .top-menu {
        display: flex;
    }
    
    .topnav {
        display: none;
    }
   
}

@media(max-width:992px) {
	
	h2, .h2 {
		font-size: 0.816rem;
    }
	
	.textblock p, .textblock li {
		font-size: 0.72rem;
    }
}

@media(min-width:992px) {
    
    .ui-menu, .content, .top-menu, .fuss {
        width: 970px;
    }
    
    section.small .container-fluid {
        max-width: 800px;
    }
    
    section.large .container-fluid {
        max-width: 1300px;
    }
}

@media(min-width:1200px) {
    
    .ui-menu, .content, .top-menu, .fuss {
        width: 1170px;
    }
}

.content {
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: hidden;
    padding-bottom: 0em;
}

/* Style Mobile menu */

.topnav {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    min-height: 30px;
    margin-bottom: 0px;
}

.topnav a.icon {
    color: #C52D23;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav .fa {
    font: normal normal normal 28px/1 FontAwesome !important;
}

#mainmobile > .active{
    background: #C52D23;
    color: #fff;
}


/* The side navigation menu */
.sidenav {
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #f3f3f3;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; /* Place content 60px from the top */
  padding-bottom: 15px;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav ul {
    padding-left: 0px;
}

.sidenav li {
    text-transform: uppercase;
    list-style: none;
    padding: 10px 0px 10px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #C52D23;
}

.sidenav a {
    text-decoration: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  top: 0;
  right: 0;
  font-size: 30px;
  margin-left: 0px;
}

/* Style Standard Menu */
.top-menu {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    min-height: 30px;
    margin-bottom: 0px;
}

.link-menu {
    margin-top: -6px; 
    padding-bottom: 0px;
    padding-left: 5px; 
    flex-basis:89%;
}

.top-logo {
    padding-bottom: 0px;
    +flex-basis:10%;
    flex-basis:20%;
    margin-right: 0px;
    padding-top: 30px;
}

.logo {
    +float: right;
    +position: relative;
    +width: 85px;
    +padding-top: 5px;
    height: 3.6rem;
    width: auto;
    transition: 0.4s;
    padding: 0.5rem;
}

#mainmenu {
    padding: 0;
    margin: 0 0px 0 -5px;
    float: left;
    font-family: 'Geogrotesque-Md', 'Geogrotesque', Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

#mainmenu li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
}

#mainmenu > li:hover > a, #mainmenu > link > active{
    background: #E4E4E4;
    color: #333;
    text-transform: uppercase;
    list-style: none;
}

#mainmenu > .active{
    background: #E4E4E4;
    color: #333;
    text-transform: uppercase;
    list-style: none;
}

#mainmenu > li > a, #mainmenu > .active {
    font-size: 20px;
    padding: 40px 0.6em 25px 0.6em;
    font-weight: 400;
    line-height: 1.4em;
}

#mainmenu a {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #333;
}

.orgaName {

}

.orgaWeb {
    width: 25%;
}

.orgaMail {
    width: 20%;
}

.orgaAnschrift {
    width: 30%;
}

.orgaPlzOrt {
    width: 20%;
}

.orgaTyp {
    width: 15%;
}

.orgaButton {
    text-align: center;
    width: 10%;
}

.orgaTab thead th, .orgaTab tbody td {
    padding: 10px 10px !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.orgaTab {
    margin-bottom: 15px;
}

.detail-widget-content .ui-widget-content .ui-panelgrid-cell {
    border-width: 0px;
    padding: 5px 10px;
}

body .ui-dialog .ui-dialog-content {
    background: #FFF;
    overflow: hidden;
}

.detaildlg {
    overflow: auto !important;
    top: 25px !important;
}

.detaildlg {
    width: 90vw !important;
    height: 90vh !important;
}

.detailgeo, .detail-tab-top {
    width: 97%;
}

@media(min-width:1200px) {
    .detaildlg {
        width: 61vw !important;
        height: 66vh !important;
    }
    
    .detail {
        display: flex;
    }
    
    .detailgeo {
        width: 60%;
    }

    .detail-tab-top {
        width: 38%;
    }
}

.detail-widget-content .ui-widget-content .ui-panelgrid-cell button {
    margin-left: 10px;
}

.detail-widget-content {
    border: 1px solid #C52D23;
}

.detailinfo  {
    padding: 15px 0 0 5px;
}

.detailbuttonfoot {
    margin-bottom: 15px;
}

.detailbutton button, .detailbuttonfoot button {
    margin-left: 15px;
    padding: .3em;
}

.detailhead {
    padding: 0 5px;
    margin: 5px 5px 5px 5px;
}

.detailgeo .ui-panel-content {
    padding: 0 !important;
    margin-left: 5px;
    position: relative;
    outline: currentcolor none medium;
    height: 400px;
}

.detail {
    padding: 0 0 0 15px !important;
    margin: 15px 0;
    min-height: 400px;
}

@media(min-width:1200px) {
    display: flex;
}
.detail-tab-top .h5, .detail-tab-top h5 {
    margin: 10px 0px 10px 10px;
}

.detail-tab {
    margin: 10px 0 0 20px;
}

.detail-tab td:first-child  {
    text-align: right;
    vertical-align: top;
}

.sportartList {
    margin-top: -5px;
}

.sportartList td:first-child, .sportartList th:first-child   {
    text-align: left;
}

.sportartList tbody td {
    padding: 5px 0px !important;
    border-width: 0px !important;
    border-style: solid !important;
}

.sportartList thead th {
    display: none !important;
}

.mapList {
    height: 470px;
    display: flex;
}


@media(max-width:820px) {
    .mapPartner {
        width: 100%;
    }

    .mapLegende {
       display: none;
    }
}

@media(min-width:820px) {
    .mapPartner {
        width: 75%;
        padding-right: 25px;
    }

    .mapLegende {
        width: 25%;
    }
}

@media(min-width:1200px) {
    .mapPartner {
        width: 83.33333333%;
        padding-right: 25px;
    }

    .mapLegende {
        width: 16.66666667%;
    }
}

.leaflet-container {
    height: 450px;
    width: 100% !important;
    position: relative !important;
    outline: currentcolor none medium !important;
}

.searchtext {
    color: #333;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 20px !important;
    padding: 5px 0 10px 0;
}

.searchheader {
    background-color: #fff;
    padding: 20px !important;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #C52D23;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    overflow: hidden;
}

.searchheader .h2 {
    margin: 0;
}

.searchheader .ui-panel-content {
    display: flow-root;
}

.searchField {
    margin: -10px -15px 0 -5px;
}

.searchFieldGroup {
    margin: 0px 0px 0px 0px;
}

.searchFieldGroup .ui-md-4, .searchFieldGroup .ui-md-3, .searchFieldGroup .ui-md-2 {
    padding: 0 15px 15px 15px !important;
}

.searchFieldGroup .ui-corner-all {
    border-radius: 0px !important;
} 

.msgSearch {
    margin-bottom: 25px !important;
}

.ui-message-info {
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
    border: none !important;
    background: #C52D23 !important;
    color: white !important;
    text-align: center;
}

.ui-message-info-icon {
    visibility: hidden !important;  
    height: 0 !important;
    width: 0 !important;
    background-position: 0 !important;
    background: none !important;
}

.inputSearchMsg {
    margin-top: 0px;
}

.inputSearch {
    margin-top: 25px;
}

.searchFieldLabel {
    padding-bottom: 3px;
}

.searchFieldGroup label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}

.searchFieldGroup input {
    margin-right: 0px;
    display:table-cell;
    width: 95%;
    padding: 7px;
}

.searchheader button {
    padding: .2em .5em .5em .5em !important;
    margin: 0 0px !important;
    background: #C52D23 !important;
    +background: #E50063 !important;
    width: 100%;
}

.searchheader .ui-button-text {
    color: white;
}

.searchheader .ui-button-text {
    padding: .4em 1em .2em 2.1em !important;
}

.searchpanel {
    text-align: left;
    padding-left: 20px;
}

.searchpanel label {
    font-weight: bold;
}

.searchpanel input {
    margin-top: 10px;
}

.ui-selectonemenu {
    background: none !important;
    padding: 0 0 0 0 !important;
    width: 100% !important;
}

.ui-selectonemenu input {
    padding: 10px 0 0 0 !important;
}

.ui-selectonemenu-label {
    padding: 7px !important;
    width: 90% !important;
}

.parterSearchBox {
    margin: auto 15px;
}

.searchCheck {
    padding: 5px 0;
}

@media(min-width:650px) {
    @media(max-width:820px) {
        .searchFieldGroup .ui-selectonemenu-panel, .searchFieldGroup .ui-selectonemenu {
            max-width: 215px !important;
            min-width: 215px !important;
        }

        .ui-selectonemenu-label {
            padding: 7px !important;
            width: 85% !important;
        }
        
        .searchFieldGroup label {
            font-weight: normal;
        }
    }
    @media(max-width:720px) {
        .searchFieldGroup .ui-md-4, .searchFieldGroup .ui-md-3, .searchFieldGroup .ui-md-2 {
            padding: 0 0px 15px 0px !important;
        }
    }
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
    width: 100%;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
    right: 50px !important;
    top: 13px !important;
}

.searchSportart label {
    color: #555 !important;
}

.ui-dialog-titlebar, .ui-dialog-titlebar .ui-icon {
    visibility: hidden !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}

.waitLoader {
    top: 30px !important;
    text-align: left;
    background: #fff;
    max-width: 30%;
}

.waitLoader image, .waitLoader img {
    text-align: center;
    width: 40px;
}

.loaderMsg img {;
    padding-right: 10px
}

.loader {
    vertical-align: middle;
}

.loaderError {
    color: #C52D23;
}

.loaderMsg {
    position: relative;
    padding: 25px 15px 15px 15px;
    display: flex;
}

.loaderHeader {
    padding-top: 25px;
}

.loaderFooter {
    margin-top: 10px;
    padding: 0 20px 20px;
    text-align: center;
}

.loaderButton {
    width: 20%;
    height: 40px;
    background: #C52D23 !important;
}

.loaderButton span {
    color: #fff !important;
}
    
@media(max-width:820px) {
    
    .waitLoader {
        max-width: 95%;
    } 
}

.fussbox {
    background-image: url(../resources/img/bg.jpg);
    margin-top: 0px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10em;
}

.fuss {
    padding-top: 5px;
}

.fusstext span {
    margin: 5px 0 0 0;
}

.fusstext a{
    text-decoration: none;
    color: #fff;
}

.fusstext .h3, .fusstext h3, .fusstext .h4, .fusstext h4 {
    margin: 10px 0 0 0 !important;
}

.fusstext .h4, .fusstext h4 {
    color: transparent !important;
}

.chart {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}