.twocolumntext {
	text-align:justify; 
	column-count: 2; 
	column-gap: 40px; 
	column-width:20rem;
}

html, body {
	font-family: 'Quicksand', sans-serif;
	color: #313131;
	text-align:justify;
	
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
	hyphens: auto;
}

h1 {
	font-family: 'Quicksand', sans-serif;
	color: #829d14;
	text-align:left;
	
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
	hyphens: auto;	
}

h2 {
	font-family: 'Quicksand', sans-serif;
	color: #b2d916;
	font-size:14pt;
	text-align:left;
	font-weight: bold;
	
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
	hyphens: auto;	
}

h3 {
	font-family: 'Quicksand', sans-serif;
	color: #b2d916;
	font-size:14pt;
	text-align:left;
	
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
	hyphens: auto;	
}

img { 
	max-width: 100%; 
	height: auto;
}

a:hover {
	text-decoration:none;
}



@font-face {
   font-family: Grundschrift;
   src: url(../fonts/Grundschrift-Normal.otf);
}

.navigation {
	background-color: #b2d916;
	color: #FFFFFF;
	top: 0px; 
	bottom: auto;
	z-index:10;
	width:100%;
}

.mammoth {
	top: 113px; /* Abstand vom oberen Fenster, wenn runtergescrollt wurde */
	bottom: auto;
	margin-top:74px; /* Abstand vom menürand, wenn nicht runtergescrollt wurde */
}
	
.navlogo {
	display:none;
}

.w3-button {
	-webkit-transition: background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s;
	transition: background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s;
}

.w3-button:hover {
	/* background-color: #b2d916 !important; */
	color: #829d14 !important
}

.w3-orange {color:#FFFFFF !important;background-color:#ff9c01 !important}
.w3-hover-orange:hover {
	background-color: #ff9c01 !important;
	color: #b56e00 !important
}

.w3-light-green {color:#FFFFFF !important;background-color:#b2d916 !important}
.w3-hover-light-green:hover {
	background-color: #b2d916 !important;
	color: #829d14 !important
}

.w3-anthrazit {color:#C1C1C1 !important;background-color:#313131 !important}


.gallery-left-button {
	text-shadow:0px 0px 5px #444;
	height:100%; 
	width:50%; 
	text-align:left;
	padding:10px;
	outline: none !important;
	text-decoration:none;
	color:#Ff9900;
}

.gallery-right-button {
	text-shadow:0px 0px 5px #444;
	height:100%;
	width:50%;
	text-align:right;
	padding:10px;	
	outline: none !important;
	text-decoration:none;
}


@media (max-width:5000px) {#nav-large a:nth-of-type(9){display:none;} #nav-large-more{display:none;} #nav-large-more-content a{display:none;}}



@media (max-width:1330px) {#nav-large a:nth-of-type(8){display:none;} #nav-large a:nth-of-type(9){display:block;} #nav-large-more{display:block;}}
@media (max-width:1330px) {#nav-large a:nth-of-type(7){display:none;} #nav-large-more-content a:nth-of-type(6), #nav-large-more-content a:nth-of-type(7){display:block;}}
@media (max-width:1240px) {#nav-large a:nth-of-type(6){display:none;} #nav-large-more-content a:nth-of-type(5), #nav-large-more-content a:nth-of-type(6), #nav-large-more-content a:nth-of-type(7){display:block;}}
@media (max-width:1130px) {#nav-large a:nth-of-type(5){display:none;} #nav-large-more-content a:nth-of-type(4), #nav-large-more-content a:nth-of-type(5), #nav-large-more-content a:nth-of-type(6), #nav-large-more-content a:nth-of-type(7){display:block;}}
@media (max-width:1010px) {#nav-large a:nth-of-type(4){display:none;} #nav-large-more-content a:nth-of-type(3), #nav-large-more-content a:nth-of-type(4), #nav-large-more-content a:nth-of-type(5), #nav-large-more-content a:nth-of-type(6){display:block;}, #nav-large-more-content a:nth-of-type(7){display:block;}}
@media (max-width:890px)  {#nav-large a:nth-of-type(3){display:none;} #nav-large-more-content a:nth-of-type(2), #nav-large-more-content a:nth-of-type(3), #nav-large-more-content a:nth-of-type(4), #nav-large-more-content a:nth-of-type(5){display:block;}, #nav-large-more-content a:nth-of-type(6){display:block;}, #nav-large-more-content a:nth-of-type(7){display:block;}}
@media (max-width:710px)  {#nav-large a:nth-of-type(2){display:none;} #nav-large-more-content a:nth-of-type(1), #nav-large-more-content a:nth-of-type(2), #nav-large-more-content a:nth-of-type(3), #nav-large-more-content a:nth-of-type(4){display:block;}, #nav-large-more-content a:nth-of-type(5){display:block;}, #nav-large-more-content a:nth-of-type(6){display:block;}, #nav-large-more-content a:nth-of-type(7){display:block;}}


/* small tini in the menu */
@media (max-width:1330px) {#nav_tini {display:none;}}


@media (max-width:1920px){ h1 {margin-top:60px;} }
@media (max-width:601px) { h1 {margin-top:20px;} }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* fixed sticky zeug */
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem; /* sonst kann der footer den inhalt überlagern */
  min-height: 100%;
}

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

ul {
	text-align:left;
}