@charset "UTF-8";
/* CSS Document */


html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
header {
	padding: 32px;
}


img {
	width: 98%;
	height: auto;
	vertical-align: middle;		
}

footer {
	background-color: green;
	width: 100%;	
	padding: 20px 20px 20px 10px;
	font-size: 13px;
	
}

body {
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(202,255,122,1.00);
}
tr {
	padding: 0px 4px 0px 4px;
}

td {
	padding: 3px 5px 3px 5px;
}

h1 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}

a {
    color: darkorange;
    text-align: center;
    display: inline-table;
    text-transform: uppercase;
    font-style: normal;
    font-size: large;
    font-weight: normal;
    text-decoration: none;
}

b {
    color: blue;
    text-align: center;
    display: inline-table;
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}

.style-header {
    background-image: url(images/vorhang_seite_gruen.gif);
	background-position: bottom;
    background-repeat: repeat-x;
	width: 100%;
	height: 10em;
	top: 0em;
	position: fixed;
	padding: 1em 1em 1em 1em;
	}
	
.style-logo {
	float: left;
	margin-top: -1em;
	display: block;
	width: 125px;
}

.style-logo2 {
	float: left;
	margin-top: 0em;
	width: 50px;
	height: 50px;
}

.style-logo_rva {
	float:right;
	margin-top: 0em;
	width: 80px;
	height: 46px;
}

.style-logo_zsv {
	float: right;
	margin-top: 0em;
	width: 80px;
	height: 43px;
}

.top-nav {
  display: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*background-color: #00BAF0;*/
  /*background: linear-gradient(to left, #f46b45, #eea849);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
	width: 100%;
  padding: 1em;
}
.top-navrva {
    display: flex;
    position: absolute;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*background-color: yellow;*/
    /*background: linear-gradient(to left, #f46b45, #eea849);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
	right: 10px;
    height: 50px;
    width: 80px;
    padding: 0em;
    top: 16px;
}
.top-navzsv {
    display: flex;
    position: absolute;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
   /* background-color: orange;*/
    /*background: linear-gradient(to left, #f46b45, #eea849);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
	right: 10px;
    height: 50px;
    width: 80px;
    padding: 0em;
    top: 66px;
}

.hauptartikel {
	width: 100%;
	float: center;
	padding-top: 10em;
	background-color: rgba(202,255,122,1.00);
	background-size: cover;
	color: black;
	text-align: center;
}
.info-box-tan {
    background-color: rgba(202,255,122,1.00);
	width: 100%;
    color: black;
    margin-top: 0px;
	border: none;
	Padding: 0px 5px 0px 5px;
	background-size: cover;
}

.info-box-dark {
	background-color: rgba(202,255,122,1.00);
	width: 100%;
	color: black;
	padding: 0px 5px 0px 0px;
	text-align: center;
	background-size: cover;
}

/*Phone*/
@media (min-width: 300px) {
	
.col {
	float: left;
	/*Padding: 0em 1em 0em 1em;*/
	flex-direction: row;
		
}
	.col-md-one-third {
		width: 33%;
		padding: 0 0 0 0;
	}
	
	.col-vorstand {
		width: 33%;
	}

	.col-vereinsmitglieder {
		width: 33%;
	}
	
.row:before, .row:after {
	width: 100%;
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
		
.col-sponsor-one-half {
	
	width: 50%;
	font-size: 90%;
	}
.col-vorstand {
	width: 50%;
	font-size: 90%;
	}
	
.col-vereinsmitglieder {
	width: 50%;
	font-size: 85%;
	}
	
}
/*Phone quer*/
@media (min-width: 400px) {
	
.col-sponsor-one-half {
	width: 33%;
	font-size: 85%;
	}	
.col-vorstand {
	width: 33%;
	}
.col-vereinsmitglieder {
	width: 33%;
	}
}
/*Talet Modus*/
@media (min-width: 768px) {
	
.col {
	width: 100%;
	float: left;
	Padding: 0em 1em 0em 1em
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
		
.col-sponsor-one-half {
		width: 33%;
	}
	
.col-vorstand {
		width: 25%;
	}
	
.col-vereinsmitglieder {
		width: 25%;
	}
	
}
	
.col-md-one-half {
		width: 50%;
		margin-top: -50px;
	}
.col-md-one-third {
		width: 33%;
		padding: 0 0 0 0;
	}
.col-md-two-third {
		width: 66%;
		padding: 0 0 0 0;
	}
		
/*.info-box-tan {

	padding: 3em 0em 3em 1em;
}*/
/*Desktop View*/

.col-lg-one-fourth {
		width: 25%;
	}
