/*
Theme Name: TV Flieden
Description: Themeseventeen Child Theme
Author: Norman Seeliger
Author URI: http://code.arnoldbodeschule.de
Template: twentyseventeen
Version: 1.0
Tags:
*/

.site-content {
	padding-top: 2rem;
}

.site-content h1  {
	font-weight: bold;
	color: green;
	margin-top: 0;
	font-size: 2.5rem;
	max-width: 20ch;
}

.site-content h2 {
	color: #222;
}

.site-content p {
	max-width: 50ch;
}

.site-content thead th{
	background-color: #ccc;
	padding: 0.5rem;
	border: 1px solid #222;
}

#page .site-content table {
border-collapse: collapse;
}

.dataTables_info {
	display: none;
}

.site strong a:link,
.site strong a:visited {
	color: green;
}


#page .site-content table td {
	padding: 0.5rem;
	border: 1px solid #777!important;
}

#page .site-content table tr {
	border-bottom: none!important;
}

#page .termin-table {
	
	margin: 0;
}

.termin-table td a {
	position: relative;
	padding-left: 1rem;
}

.termin-table td a::before {
	position: absolute;
	margin-left: -1rem;
	content: '\25B6 ';
	color: currentColor;
}

#page .site-content table tr:nth-of-type(even) {
	background-color: rgba(0,0,0,0.1)
}

.navigation-top {
	position: static;
	text-align: center;
}

.navigation-top a {
	display: inline-block;
	width: 7rem;
	color: #000;
	text-align: center;
	outline-color: #000; 
	transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out, outline 0.1s ease;
	position: relative;
}


.navigation-top .menu-item.gesamtverein {
	width: auto;
	display: inline-block;
	margin-right: 0.25rem;
	padding: 0.5rem 0.5rem;
}

.navigation-top a:hover,
.navigation-top .active {
	color: green;
	cursor: pointer;
}

.deactive {
	display: none;
}

.subnav {
	margin: 1rem auto;
	width: 70%;
	background-color: #ddd;
	text-align: center;
	border-radius: 1%;
}

.subnav.active {
	display: block;
}

.subnav .menu-item.active, .subnav .menu-item:hover {
	background-color: green;
	color: #fff;
	outline: 4px solid green;
  box-shadow: 0 0 1rem 0rem rgba(0, 0, 0, 0.41);
}

.subnav a {
	width: auto;
	margin: 0 0.8rem;
}

.menu-item {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0.3rem 0 0.4rem 0;
}

.navigation-top svg {
	width: 4rem;
	height: auto;
}

.navigation-top .wrap {
	max-width: 90vw;
}

.post-template-frontpages.single #page #content>.wrap,
.archiv-list.wrap,
.startseite_abteilung.wrap {
	max-width: 82vw!important;
}



.post-template-frontpages #page #primary {
	max-width: 100%;
}

.single #page #content>.wrap {
	max-width: 60vw;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	  align-items: flex-start;
}

.article-container {
	flex-basis: 44%;
	height: 24rem;
	border: 1px solid #bbb;
	background-color: #eee;
	overflow: hidden;
	margin: 1rem;
}


.article-background {
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
}

.article-container .fill-img {
	transition: width 1s;
	width: 130%;
	height: auto;
	max-width: 600%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);

}

.article-container .fill-img:hover {
	width: 138%;
	max-width: 600%;
}

.archiv-container {
	position: relative
}

.archiv-container .text-container {
	position: absolute;
	padding: 1rem;
	bottom: 1rem;
	z-index: 99;
	max-width: 36ch;
	background-color: rgba(255,255,255,0.9)
}

.abteilung .article-container {
	height: auto;
	display: inline-block;
	padding: 1rem 1rem 1.5rem 1rem;
}


article.links-container.article-container {
	padding: 0.8rem 0.8rem 1rem 0.8rem;
}


article.links-container.article-container h2 {
	font-size: 1.25rem;
}

article.links-container.article-container a {
	font-size: 0.8rem
}

article.links-container.article-container .text-container {
	margin-top: 1rem;
	padding: 0;
}

.abteilung .text-container {
	position: relative;
	margin-top: 1rem;
	background-color: transparent
}

.text-container .portrait {
	position: absolute;
	width: auto;
	height: 6rem;
	background-color: #fff;
	border: 1px solid #333;
	right: 0;
}

.text-container h3 {
	padding-top: 0;
	margin-top: 0;
	font-size: 1.15rem
}

.abteilung .archiv-container .text-container {


}

.text-container .title {
font-size: 1rem;
font-weight: bold;
margin: 0;
padding: 0 1rem;
}

.text-container .title:hover {
	color: green;
}

.text-container .text {
font-size: 1rem;
padding: 0 1rem;
font-weight: normal;
margin: 0;
}

svg path {
	fill: #000;
}

.active svg path, a:hover svg path{
	fill: green;
}

.navigation-top>.wrap>.active::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50%;
	bottom: -1.1rem;
	transform:rotate(360deg) translateX(-50%);
	border-style: solid;
	border-width: 0 1.5rem 1.25rem 1.5rem;
	border-color: transparent transparent #ddd transparent;
}

.fixed-nav.active::after {
	border-color: transparent!important;
}

.navigation-top .logo {
	width: 14rem;
	height: auto
}


.swiper-slide {
	height: 60vh;
	position: relative;

}


.welcome_content {
	padding: 1rem 3rem 1.5rem 3rem;
	margin-top: 2rem;
	display: inline-block;
	background-color: #eee;
	border: 1px solid #444;
}

.welcome_content p {
	max-width: 30ch;
}

.swiper-container {
	border: 1px solid #000;
	background-color: #eee;
}

.swiper-background {
	height: 100%;
	background-size: cover;
}

.swiper-background.empty {
	opacity: 0.16;
}


.swiper-text-container {
	position: absolute;
	bottom: 1rem;
	display: inline-block;
	left: 1vw;
	z-index: 99;
	padding: 5rem 1rem 2rem 1rem;
	background-color: rgba(255,255,255,0.9);
	border-left: 1rem solid #141;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.5), 0 0 4rem rgba(0,0,0,0.2); 
}

.swiper-text-container:hover {
	border-left: 1rem solid green;
}

.swiper-text {
	max-width: 36ch;
}

.swiper-pagination {
	text-align: left;
	padding-left: 3rem;
}

.site-footer {
	border-top: 1rem solid green;
	background-color: #ddd;
	box-shadow: 0 2.5rem 4rem 0.5rem rgba(0,0,0,0.2)
}

html {
	min-height: 100vh;
	background-color: #bbb;
}

footer address {
	font-style: normal;
}

footer address span {
color: green;

}




#page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: green
}

#page .swiper-pagination-bullet {
	background-color: #555;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 1.5rem;
}

#page .swiper-background  {
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.swiper-title {
	margin-bottom: 0
}

h2.swiper-title {
	font-size: 1.25rem;
	max-width: 30ch;
}

.site-content a {
	font-weight: bold;
	color: #777;
	transition: all 0.5s;
	outline: 0px solid transparent;
}

.site-content a:hover {
	color: green;
}

.navigation-top {
	border-top: none;
	border-bottom: none;
}


.center {
	
	font-weight: bold;
	color: green;
	text-align: center;
}

.parallax-container {

}

.tv-logo {
	width: 80%;
	height: auto;
	opacity: 0.1;
	display: block;
	display: none;
	margin: 0 auto;
}

.abt-logo {
	width: 100%;
	height: auto;
	display: none;
	opacity: 0.06;
	margin-top: -2rem;
}

.abt-logo-container {
	display: none;
	background-color: #fff;
}


.fixed-nav.active .abt-logo, 
.fixed-nav.active .tv-logo {
	display: block;
}


.fixed-nav {
  position: fixed;
  top: 2.5rem;
  box-shadow: 0 0.2rem 1rem rgba(0,0,0,0.4), 0 0.2rem 7rem rgba(0,0,0,0.4);
  z-index: 999;
  left: 1rem;
  width: 8rem;
  animation: fade-in 0.9s ease-in-out;
  /*transform: translateX(-50%);*/
}

.fixed-nav a {
	display: block;
	width: 8rem;
	padding: 0.3rem 1rem 0.6rem 1rem;
	margin: 0;
	font-size: 10px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}



@keyframes fade-in {
0%		{opacity: 0}
100%	{opacity: 1;}
}


form.wpcf7-form {
	font-size: 11px;
}

form.wpcf7-form textarea {
	height: 14vh;
}

.site-main {
	margin-left: 0;
}


.abt-brand {
	position: relative;
	top: -4rem;
}

.abt-brand .abt-title {
	position: absolute;
	top: 0;
	left: 0;
}

.abt-brand svg {
	position: absolute;
	width: 5rem;
	height: auto;
	top: 1.5rem;
	left: 0
}


.unterabteilungen::after {
content: '.';
color: transparent;
height: 0;
clear: both
}

.unterabteilungen a {
	margin-right: 2rem;
    display: inline-block;
    float: left;
}


@media (max-width: 1300px) {

html {
	font-size: 12px;
}

.navigation-top .wrap {
	padding: 1rem;
}

.site-main {
	margin-left: 0rem;
}


.wrap {
	margin-right: auto;
	max-width: 940px;
	padding-right: 1em;
}

.navigation-top a {
	font-size: 10px;
	width: 7rem;
}

.fixed-nav {
	width: 9rem;
}

.fixed-nav a {
	width: 100%;
}

.parallax-container {
/*width: 12vw;*/
padding: 0.5rem;
}

.parallax-container .center {
	/*font-size: 12px*/
}

.parallax-container .abt-logo {
	margin-top: -1.5rem
}

.logo {
	width: 140px;
}

.abt-logo-container {

}







@media (max-width: 1100px) {

.wrap	{
	max-width: 86vw;
}

.navigation-top .wrap {
	max-width: 100vw;
}

.site-content {
	padding-left: 5rem
}

.navigation-top .logo {
	width: 8rem;
	height: auto
}
.logo img {
	width: 140px; 
	height: auto;
}
}

@media (max-width: 900px) {

.article-container {
	flex-basis: 100%;}

.site-content {
	padding: 0
}

.wrap {
	padding: 0
}


}
