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

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	padding:0;
	margin:0;
}

body {
	background: url(../images/background.jpg) 0 0px repeat;		 
	font-family: Georgia, serif;
	font-size: 13px;
	margin: 0;
}

body.mceContentBody {
background-color: #FFFFFF !important; /*hier die gewünschte Hintergrundfarbe angeben*/
background-image: none;
}

/** -----LAYOUT----- **/

#container {
	background: white;
	margin: 0 auto;
	padding: 5px;
	max-width: 1100px;
}

#header {
	background: #ccc;
	text-align: right;
}

#slider {
	background: #ccc;
}

#nav-main {
	/* background: #97a2aa; */
	background: #3474a6;
}

#content {
	padding: 0;
}

#main {
	background: #ccc; 
	padding: 5px;
}

#sidebar {
	background: #ccc;
	border-right: 1px solid #666666;
	padding: 5px;
}

#footer {
	background: #666;
	text-align: right;
	color: white;
	font-size: 10px;
	padding: 3px;
}

#footer a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#footer a:hover {
	color: #3474a6;
}
/** -----END LAYOUT----- **/

@media screen and (min-width:800px) {
	
	body {margin:20px;	}
	
	#content {
		display:-webkit-flex;
		display:flex;
	}
	
	#main {
		-webkit-flex:3;
		flex:3;	
		-webkit-order:2;
		order:2;
	}
	
	#sidebar {
		-webkit-flex:1;
		flex:1;	
		-webkit-order:1;
		order:1;
	}
	
	#sidebar2 {
		-webkit-flex:1;
		flex:1;
		-webkit-order:3;
		order:3;
	}
	
}

/** -----GENERAL----- **/
p {
	padding-bottom: 10px;	
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3474a6;
}

a:hover {
	color: #000;
}

ul {
	margin:0;
	padding-left: 20px;
}

li {
	list-style-type:none;
	background:transparent;
	margin: 4px;
}

img {
	border: none;
	padding:0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	padding-bottom: 10px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #3474a6;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

table, th, td {
	border: 0;	
}

td {
	padding-left: 10px;
}

table.mitglieder td   {
	border-bottom:  1px solid #666;
}

div.table {
	display: table;
	border-collapse: collapse;
}

div.tr {
	display: table-row;
}

div.td {
	display: table-cell;
	border: 0;
	padding: 5px;
	vertical-align: top;
    text-align: left;
    align: left;	
}

.page-header {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	padding-bottom: 10px;
}

.subheading-category {
	color: #ff0000;
}
/** -----END GENERAL----- **/

/** -----BLOG----- **/

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog-more {
    padding: 10px 5px
}
/** -----END BLOG----- **/

/** TABLE MEMBERS **/
.tableLine
{
    font-family:      Georgia,Arial,sans-serif;
    font-style:       normal;
    font-size:        12px;
    BORDER-TOP:       #A6A6A6 1px solid; 
    BORDER-LEFT:      #A6A6A6 1px solid; 
    BORDER-BOTTOM:    #A6A6A6 1px solid;
    BORDER-RIGHT:     #A6A6A6 1px solid;
}
.row_0 {
    background-color:        #ccc;
}
.row_1 {
    background-color:        #6699cc;
}

/*TOPNAV*/
.topnav {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	background-color: #3474a6;
	float: left;
	max-width: 1100px;
	margin-top: 10px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.active {
  background-color: 00a8df;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 1em;    
    border: none;
    outline: none;
    color: white;
    padding: 10px 12px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #6699cc;
  color: white;
  /* border-bottom: 1px solid #ffffff */
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* BREAKPOINTS */
@media screen and (min-width: 56.26em) and (max-width: 75em) {
	.topnav {
		font-size: 14px;
		max-width: 700px;
		margin-top: 53px;
	}

	.topnav a {
	  padding: 8px 10px;
	  font-size: 14px;
	}
	
	.dropdown .dropbtn {
		font-size: 14px;    
		padding: 8px 10px;
	}	
}

@media screen and (max-width: 56.25em) {
	.container {
		max-width: 100%;
	}
	
	.logo {
		width: 100%;
	}

	.topnav {
		width: 100%;
		font-size: 1em;		
	}
	
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	
	.topnav a.icon {
		float: right;
		display: block;
	}

	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}