/*
Theme Name: Vantage Child
Theme URI: https://siteorigin.com/theme/vantage/
Description: Vantage WordPress theme example child theme.
Author: Rainer Storck
Author URI: 
Template: vantage
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* LOOK AT THE OVERRIDE CSS */

@import url("../vantage/style.css");

/*----------*/
/*Line*/
/*----------*/
.teaser-line {
	border-bottom: 1px solid #3473b8 !important;
}

/*----------*/
/*Header*/
/*----------*/
#masthead .hgroup {
    padding-top: 25px;
    padding-bottom: 25px;
}
#masthead .hgroup .support-text {
    top: 50%;
	margin-top: 0.4em;
}

/*----------*/
/*Navigation*/
/*----------*/
.main-navigation ul ul a {
	width: 280px;
    padding: 15px 20px;
}

.main-navigation ul li.current_page_parent > a, .navi-news.active > a, .current-menu-ancestor {
    background-color: #0058b7;
}

/*mobile*/
.is-mobile .main-navigation ul li > a, .mobile-nav-icon:before {
    font-size: 16px !important;
    color: #ffffff !important;
    padding-left: 18px;
}
.mobile-nav-icon:before {
    content: '\f0c9';
}

/*post-navigation*/
.post-navigation {
	display: none;
}

.navi-berichte.active > a,
.navi-bezirksberichte.active > a,
.navi-vereinsberichte.active > a,
.navi-flussinfos.active > a,
.navi-gefahren.active > a,
.navi-termine.active > a,
.navi-schulungen.active > a,
.navi-ausschreibungen.active > a
 {
	background-color: #0058b7;
}


/*----------*/
/*Grid*/
/*----------*/
.grid-loop-columns-actual .grid-loop-columns-4.vantage-grid-loop article {
    width: 50%;
}

/*----------*/
/*Pagination*/
/*----------*/
.widget_siteorigin-panels-postloop .pagination {
    text-align: center;
}
.pagination .current, .entry-content .pagination .current {
    background: #3473b8;
    border: none;
}
.pagination a, .entry-content .pagination a {
    background: #ffffff;
    color: #3473b8;
}
.pagination a:hover, .entry-content .pagination a:hover {
    color: #6ec8eb;
    background: none;
}

/*----------*/
/*Blog*/
/*----------*/

article.post, article.page {
    zoom: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
	border-bottom: none;
}
.vantage-grid-loop article .grid-thumbnail:hover {
    border-color: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.vantage-grid-loop article .grid-thumbnail {
    padding: 0;
    border: none;
    background: #3473b8;
}
.vantage-grid-loop article .grid-thumbnail img {
    border-radius: 0 !important;
}
.vantage-grid-loop article .excerpt p {
    font-size: 16px;
    line-height: 1.6;
}
.vantage-grid-loop article a.more-button {
    color: #3473b8;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.entry-main .entry-content a, .entry-main .entry-content a:visited, .vantage-grid-loop article a.more-button:hover {
    color: #3473b8;
}
.entry-main .entry-content a:hover {
    color: #6ec8eb;
}
.vantage-grid-loop article h3 {
    font-size: 20px;
}
.home-article-teaser .grid-loop-columns-4.vantage-grid-loop article {
    width: 33.3%;
}
.post-navigation a, #image-navigation a {
    border-top: solid 1px #3473b8;
    border-left: solid 1px #3473b8;
    border-right: solid 1px #3473b8;
    border-bottom: solid 1px #3473b8;
    background: #3473b8;
    color: #fff;
}
.post-navigation a:hover, #image-navigation a:hover {
    border-top: solid 1px #6ec8eb;
    border-left: solid 1px #6ec8eb;
    border-right: solid 1px #6ec8eb;
    border-bottom: solid 1px #6ec8eb;
    background: #6ec8eb;
    color: #fff;
}

@media (max-width: 768px) {
    .home-article-teaser .grid-loop-columns-4.vantage-grid-loop article {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .grid-loop-columns-actual .grid-loop-columns-4.vantage-grid-loop article {
        width: 100%;
    }
}

/*----------*/
/*Footer*/
/*----------*/

footer {
    color: #ffffff;
}

footer p {
    text-align: center;
    padding: 20px 10px;
    margin: 0;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #e42220;
}

.footer-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 0;
}

.footer-wrapper img {
  width: 130px;
}

.footer-verbaende-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

/*----------*/
/*searchbar*/
/*----------*/

#search-icon .searchform input[name=s] {
    font-weight: normal;
}

/*----------*/
/*scrolltotop*/
/*----------*/

#scroll-to-top{
    bottom: 50px;
}

/*----------*/
/*images*/
/*----------*/

.widget img, article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
    border-radius: 5px;
	padding-bottom: 1px;
}

/*----------*/
/*Slider*/
/*----------*/
div#n2-ss-2, .n2-ss-layer-row .n2-ss-layer-with-background, div#n2-ss-2 .n-uc-mG2k8HLSPV4a-inner {
    background-color: none !important;
}

div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
    background: #ffffff;
    width: 10px;
    height: 10px;
}
div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
    background: #6ec8eb;
}
div#n2-ss-2 .nextend-bullet-bar {
    background: none !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
        width: 5px;
        height: 5px;
    }
}

/*----------*/
/*Buttons*/
/*----------*/

a.button, button, html input[type="button"], input[type="reset"], input[type="submit"]{
    margin-top: 20px;
    padding: 12px 20px;
    border-top: solid 1px #6ec8eb;
    border-left: solid 1px #6ec8eb;
    border-right: solid 1px #6ec8eb;
    border-bottom: solid 1px #6ec8eb;
    background: #6ec8eb;
    color: #ffffff;
}
a.button, button, html input[type="button"]:hover, input[type="reset"], input[type="submit"]:hover{
    margin-top: 20px;
    padding: 12px 20px;
    border-top: solid 1px #3473b8;
    border-left: solid 1px #3473b8;
    border-right: solid 1px #3473b8;
    border-bottom: solid 1px #3473b8;
    background: #3473b8;
    color: #ffffff;
}

.button-color {
	background-color: #3473b8;
}

/*----------*/
/*FORM*/
/*----------*/

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.widget input[type="text"], .widget input[type="email"] {
    max-width: 100%;
    width:100%;
}
.sow-accordion-panel-header:focus, .sow-accordion-panel-border {
    outline: none !important
}

/*captcha icon*/
.grecaptcha-badge{
    bottom: 35px !important;
}

label {
	color: #3473b8;
}

.form-headline {
	padding: 20px 0px;
    display: block;
    font-size: 20px;
	color: #3473b8;
}
.form-selectbox {
	border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #3473b8;
    font-weight: normal;
    line-height: normal;
    outline: none;
    padding: 9px 12px;
    max-width: 100%;
    -webkit-appearance: none;
    width: 100%;
}

/*----------*/
/*CCM19*/
/*----------*/
.page-template .ccm-root p{
    font-weight: normal;
    font-size: 16px;
}
.ccm-modal-inner {
    height: auto !important;
    max-height: 375px !important;
}

/*----------*/
/*Page Elements*/
/*----------*/
#main {
    min-height: 400px;
}

.bezirksbox {
	column-count: 3;
    column-gap: 15px;
}

/*Vereinschart*/
.verein-chart {
    display: inline-block;
    width: 32%;
    text-align: center;
}
.shiva {
    width: 100px;
    height: 100px;
    background: #3b5998;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto;
}
.count {
    line-height: 100px;
    color: white;
    font-size: 25px;
    float: left;
    width: 100%;
    text-align: center;
}

/*----------*/
/*Kalender*/
/*----------*/

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 0;
}

/*----------*/
/*Download*/
/*----------*/

.thumbnail.lana-download-container p:last-child {
    display: none;
}


@media screen and (max-width: 600px){
	.verein-chart {
		display: block;
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}
	.bezirksbox {
	column-count: 1;
    column-gap: 15px;
}
}