/* Reset.scss */
* {
  margin: 0;
  padding: 0; }

body {
  line-height: 1; }

input, textarea {
  outline: none; }

/* =============================================================================
   mixins.css - Snippets of reusable CSS to develop faster and keep code readable
   ========================================================================== */
/* Variables.scss */
html {
  width: 100%;
  height: 100%;
  /*overflow: scroll;*/}

/*body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  font-family: arial, sans-serif;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  body.loaded {
    opacity: 1; }*/

#bg {
  background-image: url(../images/startbild_1920.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%; }

#wrapper {
  width: 100%;
  margin: 0 auto;
  font-size: 100%; 
  }

#header {
  z-index: 1;
  width: 100%;
  clear: both; }

#header img {
    height: 100%;
    margin: 1%; }



@media only screen and (max-width: 1400px) {
    #header {
		margin-top: 0.5%; }
    #header img {
        height: 50%; } }
	@media only screen and (max-width: 1280px) {
	#header {
		height: 180px; } }
	@media only screen and (max-width: 1366px) and (max-height: 768px) {
    #header {
		height: 120px; }
    #header img {
        height: 120px; } }
	@media only screen and (max-width: 1366px) and (max-height: 768px) {
    #header {
		height: 120px; }
    #header img {
        height: 120px; }}



#menu {
  font-size: 1.5em;
  margin-left: 2em;
  margin-top: 1%;
  float: left;
  width: 6em;
  z-index: 10;
  background-color: rgba(51, 102, 51, 0.6); }
  #menu ul {
    padding: 0 0 10% 0; }
    #menu ul ul {
      padding: 0 0 5% 0;
      font-size: 0.6em; }
  #menu li {
    padding: 0 0 0 10%;
    list-style: none;
    line-height: 2.5em; }
  #menu a {
    color: white;
    text-decoration: none;
    font-weight: bold; }
    #menu a:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transform: rotate(2deg);
      -moz-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      -o-transform: rotate(2deg);
      transform: rotate(2deg);
      color: #f3973a; }
  @media only screen and (max-width: 1600px) {
    #menu li {
      line-height: 2.2em; } }
  @media only screen and (max-width: 1400px) {
    #menu {
      font-size: 1.2em;
      width: 8em; }
      #menu li {
        line-height: 1.8em; } }
  @media only screen and (max-width: 450px) {
    #menu {
      float: none;
      font-size: 1em;
      width: 7em;
      text-align: center;
      position: absolute;
      top: 1%;
      right: 1%; }
      #menu li {
        line-height: 1.3em; } }

#welcome {
  font-family: 'Lobster';
  margin-left: 15em;
  margin-right: 21em;
  margin-top: 1%;
  height: 100%;
  /*overflow-y:auto;*/	
  background-color: white; }
  #welcome h1 {
    font-family: 'Lobster';
    color: #336633;
    font-size: 6em;
	background-color: white;}
  #welcome h2 {
    font-family: 'Lobster';
    color: #336633;
    font-size: 5em;
    padding: 0 0 2% 0;
	background-color: white!important;}
 #welcome p {
    font-family: 'Arial';
    color: #336633;
    font-size: 1.5em;
    padding: 1em;
    background-color: white;
    margin-top: 2em;
    line-height: 1.5em;
	text-align: center;}
  @media only screen and (max-width: 1600px) {
    #welcome {
      height: 400px; }
      #welcome h2 {
        font-size: 4em; }
      #welcome h1 {
        font-size: 5em; } }
  @media only screen and (max-width: 1280px) {
    #welcome h2 {
      font-size: 3em; }
    #welcome h1 {
      font-size: 4em; } }
  @media only screen and (max-width: 1040px) {
    #welcome h2 {
      font-size: 2em; }
    #welcome h1 {
      font-size: 3em; } }
  @media only screen and (max-width: 890px) {
    #welcome {
      float: none;
      margin-left: 0em;
      margin-right: 0em;
      margin-top: 1%;
      height: auto;
      text-align: center; }
      #welcome h2 {
        font-size: 1em; }
      #welcome h1 {
        font-size: 1.5em; } }
.klick {
	    color: white;
    background-color: #336633;
    padding: 1.1em;
    text-decoration: none;
    font-size: 1.4em;
}

#welcomeside {
  width: 20em;
  height: 800px;
  float: right;
  margin: 1% 2% 0 2%;
  /*background-color: $grey;*/ }
  @media only screen and (max-width: 1620px) {
    #welcomeside {
      height: 600px;
      width: 18em; } }
  @media only screen and (max-width: 1600px) {
    #welcomeside {
      height: 600px; } }
  @media (max-height: 1050px) {
    #welcomeside {
      height: 700px; } }
  @media only screen and (max-width: 1366px) and (max-height: 768px) {
    #welcomeside {
      height: 600px;
      width: 2em; } }
  @media only screen and (max-width: 1400px) and (max-height: 900px) {
    #welcomeside {
      height: 600px;
      width: 2em; } }

#karten img {
	width: 40%;
    position: relative;
    /*top: -150px;*/
    margin-bottom: -7em;}

/*@media only screen and (max-width: 1040px) {
	#karten img {
		width: 150%;}}*/


#main {
	margin-top: 1%;
	margin-left: 15em;
	margin-right: 7em;
	min-height: 800px;
	max-height:801px;
	padding-left:1em;
	background-color: rgba(196, 196, 196, 0.9);
	overflow-y:auto;
	overflow-x: hidden; }
#main a {
    color: #336633;
    text-decoration: none; }
#main a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    color: #f3973a;
    background-color: #336633; }
#main h1 {
    color: #336633;
    padding: 1% 0 1% 1%; }
#main h2 {
    color: #336633;
    padding: 0 0 0.5% 1%; }
#main h3 {
    color: #336633;
    padding: 0 0 0.5% 1%; }
#main h4 {
    color: #336633;
    padding: 0 0 0.5% 1%; }
#main p {
    padding: 0 1% 0.5% 1%;
    line-height: 1.2em; }
#main img {
    margin: 0.5%;
    float: left; }
#main ul {
  	padding: 0 0 0.5% 3%; }
#main li {
  	line-height: 1.2em; }
#main table {
  	padding: 0 1% 0.5% 1%;
    line-height: 1.2em; }
#main td {
	vertical-align:top;  }

@media only screen and (max-height: 1080px) {
	#main {
    	min-height: 670px;
		max-height: 671px; } }
@media only screen and (max-height: 683px) {
	#main {
    	min-height: 460px;
      	max-height: 461px; }
 	#main p, li {
		font-size:0.8em; }
	#main h1 {
		font-size: 1.4em; }
    #main h2 {
    	font-size: 1.2em; }
    #main h3 {
    	font-size: 1.05em; }}

@media only screen and (max-height: 600px) {
	#main {
    	min-height: 360px;
      	max-height: 361px; }
 	#main p, li {
		font-size:0.8em; }
	#main h1 {
		font-size: 1.4em; }
    #main h2 {
    	font-size: 1.2em; }
    #main h3 {
    	font-size: 1.05em; }}

#fuehrung {
  margin: 1%;
  float: left; }
  #fuehrung h3 {
    font-size: 1em;
    color: #336633;
    padding: 0 0 5% 0.8%; }
  #fuehrung h4 {
    font-size: 0.9em;
    color: #336633;
    padding: 0 0 0.5% 0.8%; }
  #fuehrung p {
    font-size: 0.8em; }
  #fuehrung img {
    margin: 0 1% 1% 1%; }

#breadcrumbs {
  font-size: 0.8em;
  padding: 0.5% 0 0 1%; }
  /*#breadcrumbs ul {
    padding: 1% 0 1% 1%; }*/
  #breadcrumbs li {
    display: inline;
    list-style: none;
    color: #336633; }
  #breadcrumbs a {
    color: #336633; }
    #breadcrumbs a:hover {
      color: #f3973a; }
@media only screen and (max-width: 1024px) {
	#breadcrumbs {
  		font-size: 0.7em;
  	}
}
#quernavi {
  font-size: 1.1em;
  margin: 1% 0 1% 0;
  padding:0.5em 0 0.5em 0;
  width: 100%;
  background-color: rgba(51, 102, 51, 0.6);
  }
#quernavi li {
    display: inline;
    list-style: none;
    color: white;
    }
#quernavi li+li:before {
    content: "\00a0";
}
#quernavi li+li+li:before {
    content: "\00a0";
}
#quernavi li+li+li {
	border-left:2px solid white;}
#quernavi li+li {
	border-left:2px solid white;}	
#quernavi a {
    color: white; }
#quernavi a:hover {
    color: #f3973a; }
@media only screen and (max-width: 1024px) {
	#quernavi {
	font-size: 0.9em;
	}
}
#sidebar {
  width: 20em;
  height: 600px;
  float: right;
  margin: 1% 2% 0 2%;
  background-color: rgba(196, 196, 196, 0.9); }
  #sidebar a {
    color: #336633;
    text-decoration: none; }
    #sidebar a:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transform: rotate(2deg);
      -moz-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      -o-transform: rotate(2deg);
      transform: rotate(2deg);
      color: #f3973a;
      background-color: #336633; }
  #sidebar h1 {
    color: #336633;
    padding: 2% 0 2% 2%; }
  #sidebar h2 {
    color: #336633;
    padding: 2% 0 2% 2%; }
  #sidebar h3 {
    color: #336633;
    padding: 0 0 0.5% 0.8%; }
  #sidebar h4 {
    color: #336633;
    padding: 0 0 0.5% 0.8%; }
  #sidebar p {
    padding: 0 1% 0.5% 1%;
    line-height: 1.2em; }
  #sidebar img {
    margin: 0.5%;
    float: left; }
  #sidebar ul {
    padding-left: 5%;
    list-style: none; }
  @media only screen and (max-width: 1600px) {
    #sidebar {
      height: 550px; } }

#footer {
	clear:both;
  background-color: rgba(51, 102, 51, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  height:5em;
  text-align: center;
  font-size: 0.8em; }
  #links {
  	padding: 20px 40px 0 0;
  	float:right;
  	
  }
  #links li {
    display: inline;
    list-style-type: none;
    color: white; }
  #links a {
    color: white; }
    #links a:hover {
      color: #f3973a; }
  


.trenner {
  clear: both;
  height: 2px; }

.trenner1 {
  clear: both;
  height: 10px; }
.trenner2 {
  clear: both;
  height: 12px; }

.teamOverlay {
  display: none; }

.fancybox-inline {
  display: block; }

.narren {
  width: 110px;
  margin-left: 1%;
  margin-top: 1%;
  float: left; }

#data1, #data2 {
  min-width: 500px;
  min-height: 550px; }

hr {
  color: #336633;
  width: 90%;
  margin-left: 5%; }

#kontakt {
	color: white;
	font-size: 1em;
	float:left;
	text-align: left;
	padding: 10px 0 10px 40px;
	line-height: 1.1em;
}

#kontakt a {
    color: white; 
    }
#kontakt a:hover {
      color: #f3973a; 
      }
#copyright {
	color: white;
	padding: 20px 0 0 0;
}
hr {
	margin: 1em 0 1em 0;
	}
tr:nth-child(even) {
  background-color: rgba(51, 102, 51, 0.6);
}
 
tr:nth-child(odd) {
  background-color: none;
}
		  
.spalte1 {
	width:40%;
}
.album_holder h5 {
			        direction: inherit !important;
			        text-align: left !important;
			        font-family: Verdana !important;
			        color: #336633 !important;
			        font-size: 16px !important;
			        cursor: pointer;
			        margin: 10px 0 0 0 !important;
			        padding: 0 !important;
			        line-height: 1.5em !important;
			    }
