/********************************************************************
*
*	tsv-asendorf.de - style
*	Copyright 2020 metastack.de
*
*	by Patrick Bredemeier (patrick.bredemeier@metastack.de)
*
********************************************************************/
body {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	font-weight: 400;
	font-size: 16px;
}
::selection {
	background: #3C8760;
	color: #fff;
	text-shadow: none;
}
a {
	background-color: transparent;
	color: #979797;
	text-decoration: none;
}
a:hover {
	color: #3C8760;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3C8760;
	text-decoration: none;
}

h1 {
	font-size: 28px;
	text-decoration: underline;
	text-decoration-color: #979797;
}
h2 {
	margin-bottom:0px;
}
@media (min-width: 992px) {
	h1 {
		font-size: 40px;
	}
}
@media (min-width: 992px) {
	h2 {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	h3 {
		font-size: 34px;
	}
}
@media (min-width: 992px) {
	h4 {
		font-size: 24px;
	}
}

/* =============================================================================
 * bootstrap
 * ========================================================================== */
/* @media (min-width:1540px) {
	.container {
		max-width: 1340px;
	}
} */

/* =============================================================================
 * header
 * ========================================================================== */
header {
	background: #fff;
    border-bottom: 8px solid #3C8760;
    /* border-top: 1px solid #d5d5d5; */
    position: relative;
    clear: both;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
}
header .header-bar {
	display: flex;
	align-items: center;
}
header .header-bar .logo {
	display: block;
    position: absolute;
    top: 10px;
    z-index: 10;
    margin-left: 10px;
}
header .top-bar {
	height:32px;
	background: #e7e7e7;
}

/* =============================================================================
 * do something great
 * ========================================================================== */
#main {
	float:none;
}
.block {
	overflow: visible;
}
.flexStretch {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
}

/* =============================================================================
 * a-line
 * ========================================================================== */
 .a-line a {
	position: relative;
	/* color: #3C8760; */
	font-weight: bold;
	/* display: inline-block; */
	/* margin: 0 10px; */
	text-decoration: none;
}
.a-line a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	border-bottom: 2px solid; /* underline style */
	border-color: #3C8760;
	transition: width .3s;
}
.a-line a:hover span {
	width: 100%;
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */
.mainmenu {
	display: block;
}
@media (max-width:1200px) {
	.mainmenu {
		display: none;
	}
}
.mainmenu .level_1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	align-items: center;
	display: flex;
}
.mainmenu .level_1 .nav-item+.nav-item {
  /* margin-left: 25px; */
  margin-left: 40px;
}
.mainmenu .level_1 > li > a, .mainmenu .level_1 > li > strong {
	color: #333;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    /* text-transform: uppercase; */
    position: relative;
	/* font-size: 24px; */

	font-size: 20px;
	
	margin: 30px 0;
}
.mainmenu .level_1 > li > a:hover {
	color: #3C8760;
}

/* =============================================================================
 * footer
 * ========================================================================== */
.page-footer {
	font-size: 18px;
}
.page-footer a {
	color: #979797;
	border: none;
}
.page-footer a:hover,
.page-footer a:focus {
	color: #3C8760;
}
.page-footer .col-6 {
	white-space: nowrap;
}
.page-footer-info {
	padding-bottom: 40px;
}
.page-footer-info .col-10 {
	border-bottom: 1px solid #F1F1F1;
	background: url("../images/tsv-footer-bg3.svg") no-repeat;
	background-size: 1467px 330px;
	background-position: center bottom;
	padding-top: 10.08065vw;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.page-footer-info .col-10 {
		padding-top: 100px;
	}
}
.page-footer-info .a-line {
	padding-bottom: 45px;
}
@media (min-width: 992px) {
	.page-footer-info .a-line {
		padding-top: 0px;
	}
}
.page-footer-info .a-line h3 {
	font-size: 38px;
}
.page-footer-info .a-line a {
	font-size: 18px;
	color: #979797;
}
@media (min-width: 992px) {
	.page-footer-info .a-line {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}
.page-footer-info h5 {
	font-size: 20px;
	font-weight: 700;
}
.page-footer-info h3 {
	color: #3C8760;
	max-width: 300px;
}
.page-footer-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 45px;
}
@media (min-width: 992px) {
	.page-footer-info ul {
		padding-top: 0px;
	}
}
.page-footer-info ul li a {
	border: none;
	color: #979797;
}
.page-footer-info ul li a:hover,
.page-footer-info ul li a:focus {
	color: #3C8760;
}
.page-footer-info ul li.selected>a {
	color: #3C8760;
}
.page-footer-info ul li:not(:last-child) {
	margin-bottom: 1.81452vw;
}
@media (min-width: 992px) {
	.page-footer-info ul li:not(:last-child) {
		margin-bottom: 18px;
	}
}

/* =============================================================================
 * bottom
 * ========================================================================== */
.page-footer-bottom .col-10 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 45px;
}
.page-footer-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-footer-bottom ul li {
	margin-left: 10px;
}
@media (min-width: 576px) {
	.page-footer-bottom ul li.disclaimer {
		margin-right: 10px;
	}
}
.page-footer-bottom ul li a {
	border: none;
	color: #979797;
}
.page-footer-bottom ul li a:hover,
.page-footer-bottom ul li a:focus {
	color: #3c8760;
}

/* =============================================================================
 * modalbox
 * ========================================================================== */
.modalbox {
	margin: 120px 15px 30px 15px;
}
.modalbox.success,
.modalbox.info,
.modalbox.error {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	padding: 25px 25px 15px;
	text-align: center;
}
.modalbox.success.animate .icon,
.modalbox.info.animate .icon,
.modalbox.error.animate .icon {
	-webkit-animation: fall-in 0.75s;
	-moz-animation: fall-in 0.75s;
	-o-animation: fall-in 0.75s;
	animation: fall-in 0.75s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.modalbox.success .icon,
.modalbox.info .icon,
.modalbox.error .icon {
	position: relative;
	margin: 0 auto;
	margin-top: -75px;
	background: #4caf50;
	height: 100px;
	width: 100px;
	border-radius: 50%;
}
.modalbox.success .icon span {
	font-size: 4em;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 2px;
}
.modalbox.info .icon span {
	font-size: 4em;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 12px;
}
.modalbox.error .icon span {
	font-size: 3em;
	color: #fff;
	text-align: center;
	display: block;
}
.modalbox.info .icon {
	background: #979797;
}
.modalbox.error .icon {
	background: #f44336;
}
.modalbox.error .icon span {
	padding-top: 12px;
}
.modal-back {
	text-align: center;
}
@-webkit-keyframes fall-in {
	0% {
		-ms-transform: scale(3, 3);
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	50% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
	60% {
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-moz-keyframes fall-in {
	0% {
		-ms-transform: scale(3, 3);
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	50% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
	60% {
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-o-keyframes fall-in {
	0% {
		-ms-transform: scale(3, 3);
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	50% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
	60% {
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-webkit-keyframes plunge {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 25%;
	}
}
@-moz-keyframes plunge {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 25%;
	}
}
@-o-keyframes plunge {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 25%;
	}
}
@-moz-keyframes fall-in {
	0% {
		-ms-transform: scale(3, 3);
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	50% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
	60% {
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-webkit-keyframes fall-in {
	0% {
		-ms-transform: scale(3, 3);
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	50% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
	60% {
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-o-keyframes fall-in {
	0% {
		-ms-transform: scale(3, 3);
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	50% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
	60% {
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@keyframes fall-in {
	0% {
		-ms-transform: scale(3, 3);
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	50% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
	60% {
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-moz-keyframes plunge {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 15%;
	}
}
@-webkit-keyframes plunge {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 15%;
	}
}
@-o-keyframes plunge {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 15%;
	}
}
@keyframes plunge {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 15%;
	}
}
