/* Set Page Builder bottom margin */

#masthead {
padding-top: 0px !important;
padding-bottom: 2px !important;
}

.panel-grid-cell {
margin-bottom: 0 !important; /* Adjust the number on this row as desired */
}

.entry-header{
display:none;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media, .has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
display: none;
}
body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-title, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-title, body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-title a, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-title a, body.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-description, body.has-header-video:not(.twentyseventeen-front-page):not(.home) .site-description  {
color: #2daa47;
}



#content {
padding-top: 5px;
}

 .no-hover a:hover {
background: transparent;
cursor: default;   color: #000;
}

.so-widget-sow-headline-default-462a109e8377 .sow-headline-container h1.sow-headline {
	color: #000;
	font-size: 30px;
	font-size: 1.15rem;
	font-weight: 600;
}

h1 {
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
  line-height: 1.15;
  padding: 0;
}

h2 {
	color: #2daa47;
	font-size: 24px;
	font-size: 1.25rem;
	font-weight: 600;
  line-height: 1;
  padding: 0;
}

h3 {
	color: #fff;
	font-size: 24px;
	font-size: 1.125rem;
	font-weight: 600;
  line-height: 1.15;
  padding: 0;
}

h4 {
	color: #000;
	font-size: 24px;
	font-size: 1.125rem;
	font-weight: 300;
  line-height: 1.25;
  padding: 0;  
}

h5 {
	color: #2daa47;
	font-size: 2rem;
	font-weight: 400;
  line-height: 1.15;
  padding: 0;  
}

.panel-grid-cell .widget-title {
    margin-top: 12px;
}

._2p3a .uiScaledImageContainer ._2zfr {
  min-width: 180px;
  width: 100% !important;
}

.fb-page, .fb-page iframe[style], .fb-page span { width: 100% !important; }

button, input[type="button"], input[type="submit"] {
 background-color: #ffffff;}

.widget {
    padding-bottom: 1em;
}

div#panel-1265-9-1-2 {
    margin-top: -20px;
}

/* volle Breite */
.siteorigin-panels-stretch {
	padding-right: 0 !important;
	padding-left:  0 !important;
}

/* Liste der Sportarten: hier mit Icons, grundsätzlich wie Liste, Tabelle etc... */
/* Grid Layout - Aufbau ähnlich einer Liste.... */


.sagallery {
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); /* Fehler wird angezeigt ? */
	grid-gap: 10px;   /* Raum zwischen Figures */
	grid-auto-flow: dense;  /* füllt immer die Zeile auf */
}
/* Daten der einzelnen Punkte - ähnlich Liste */
.sagallery figure {
	border: 0px solid #fff;   /* kann einen kleinen Rand um das Icon inkl. Text ziehen */
	position: relative;
	margin-bottom: 5px;  /* figure hat sonst einen browsereigenen Abstand! */
	text-align: left;    /* Text mittig unter Bild */
	counter-increment: posMarkup;
}

/* Hier die Größe der Icons einstellen */
.sagallery figure img {
	display: block;
	object-fit: cover;
	width: 64px;
	height: 64px;
}
 /* Color ändern und schon erscheint eine kleine (fortlaufende) Zahl rechts unter dem ICON */
.sagallery figure::after {
	content: counter(posMarkup, decimal);
	position: absolute;
	bottom: 0;
	color: white;
}




@media (min-width: 640px) {
.sagallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* Fehler wird angezeigt ? */
	grid-gap: 10px;   /* Raum zwischen Figures */
	grid-auto-flow: dense;  /* füllt immer die Zeile auf */
}
/* Daten der einzelnen Punkte - ähnlich Liste */
.sagallery figure {
	border: 0px solid #fff;   /* kann einen kleinen Rand um das Icon inkl. Text ziehen */
	position: relative;
	margin-bottom: 5px;  /* figure hat sonst einen browsereigenen Abstand! */
	text-align: center;    /* Text mittig unter Bild */
	counter-increment: posMarkup;
}

/* Hier die Größe der Icons einstellen */
.sagallery figure img {
	display: block;
	object-fit: cover;
	width: 96px;
	height: 96px;
}
 /* Color ändern und schon erscheint eine kleine (fortlaufende) Zahl rechts unter dem ICON */
.sagallery figure::after {
	content: counter(posMarkup, decimal);
	position: absolute;
	bottom: 0;
	color: white;
}
  
  
}
@media (min-width: 900px) {
.sagallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(133px, 1fr)); /* Fehler wird angezeigt ? */
	grid-gap: 10px;   /* Raum zwischen Figures */
	grid-auto-flow: dense;  /* füllt immer die Zeile auf */
}
/* Daten der einzelnen Punkte - ähnlich Liste */
.sagallery figure {
	border: 0px solid #fff;   /* kann einen kleinen Rand um das Icon inkl. Text ziehen */
	position: relative;
	margin-bottom: 5px;  /* figure hat sonst einen browsereigenen Abstand! */
	text-align: center;    /* Text mittig unter Bild */
	counter-increment: posMarkup;
}

/* Hier die Größe der Icons einstellen */
.sagallery figure img {
	display: block;
	object-fit: cover;
	width: 128px;
	height: 128px;
}
 /* Color ändern und schon erscheint eine kleine (fortlaufende) Zahl rechts unter dem ICON */
.sagallery figure::after {
	content: counter(posMarkup, decimal);
	position: absolute;
	bottom: 0;
	color: white;
}
  
  
}


/* ???? */
.so-widget-sow-features-default-d3cc6f1cc300 .sow-features-list .sow-features-feature.sow-icon-container-position-top {
    flex-direction: column-reverse;
    text-align: center;
}

/* beseitigt Streifen beim Slider der Sponsoren */
.entry-content a img, .widget a img {
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 0px #fff;      /* letzter Wert 0px stellt Streifen dar */
}


.so-widget-sow-features-default-d3cc6f1cc300 .sow-features-list .sow-features-feature.sow-icon-container-position-bottom .sow-icon-container {
    display: none;
}

div#panel-1870-1-0-1 .widget-title {
    display: none;
}

.so-widget-sow-post-carousel-default-1e4adf27aed7 .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item {
    width: 120px;
}

.so-widget-sow-post-carousel-default-1e4adf27aed7 .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a, .so-widget-sow-post-carousel-default-1e4adf27aed7 .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
    width: 120px;
    height: 90px;
}



div#user-submitted-posts fieldset label {
    box-sizing: border-box;
    float: none;
    clear: both;
    width: 100%;
    margin-top: -25px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border: 0;
    font-size: 90%;
    color: white;
    font-weight: 600;
}

div#user-submitted-posts fieldset input.usp-input {
    box-sizing: border-box;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

div#user-submitted-posts select {
    box-sizing: border-box;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    border-radius: 0;
}
div#user-submitted-posts textarea.usp-textarea {
    box-sizing: border-box;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

div#user-submitted-posts fieldset label {
    box-sizing: border-box;
    float: none;
    clear: both;
    width: 100%;
    margin-top: -25px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border: 0;
    font-weight: 600;
    color: black;
}

button, input[type="button"], input[type="submit"] {
    background-color: #ffffff;
    color: black;
    border-radius: 0;
    border-style: solid;
    border-width: thin;
}

.js .main-navigation ul ul {
    display: flow-root;
    column-count:2;
}

body, button, input, select, textarea {
    color: #000;
    font-family: Tahoma, Arial, Verdana;
}

.widget ul li, .widget ol li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.5em 0;
    display: grid;
}

.entry-content a {
    font-size: 1.2rem;
}

.sagallery {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: grid;
}

.sagallery figure {
    padding: 3px;
}

.bootstrap-yop {
    position: sticky;
}

hr {
    margin-top: -0.75em;
    background-color: #22aa47;
    border: 0;
    height: 1px;
    width: 70%;
    margin-bottom: 0.5em;
}

.event-details-inner {
    display: none !important;
    text-decoration:underline !important;
}