@charset "utf-8";

#back-top{
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 3;
	display: none;
	opacity: 1;
}
.sidebar a, li active {
	font-style: oblique;
	text-align: left;
}
#back-top a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	font-size: 25px;
	color: #3CF00F;
	background-color: #555;
	border-radius: 5px;
	-moz-border: 5px;
	-webkit-border: 5px;
	-o-border: 5px;
	-ms-border-radius: 5px;
	transition: background-color .15s;
	-moz-transition: background-color .15s;
	-webkit-transition: background-color .15s;
	-o-transition: background-color .15s;
	-ms-transition: background-color .15s;
	opacity: 0.5;
}

#back-top a:hover {
	text-decoration: none;
	background-color: #33363b;
	opacity: 1;
}

.container .row .col-md-6.col-sm-6 {
	border: thin none #191617;
}
.abstandanimation {
	margin-bottom: 2em;
}

h3 {
	font-size: 3em;
	font-family: "cabazon",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-top: 2em;
	color: #3CF00F;
	border-top-width: medium;
	border-top-color: #3CF00F;
}
h2 {
	font-family: "cabazon",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3em;
	color: #3CF00F;
}
p .unterseite {
	color: #999999;
}
h1 {
	font-family: "cabazon",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.6em;
	display: inherit;
	float: none;
	text-align: center;
	background-repeat: repeat-x;
	color: #FBFBFB;
	text-shadow: 0px 0.5em 0.5em;
}
.row.facebook {
	margin-top: 35em;
	margin-left: -1em;

}
.facebook   {
	text-align: center;
	top: auto;
	right: auto;
	bottom: auto;
	position: static;
	left: auto;
}

li a .menülinks {
	font-family: "givry", fantasy;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6em;
}
row.hintergrund {
	border-radius: 4px;
}
header {
	background-repeat: repeat-x;
	padding-bottom: 0em;
	margin-bottom: 2em;
	border-radius: 4px;
	border-collapse: collapse;
	background-color: #222222;
}
.navbar.navbar-inverse {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	border-collapse: separate;
	border-color: #000000;
	border-width: thick;
	background-color: #222222;
}
.container.hintergrund {
	background-color: #1A1A1A;
}

p {
	font-style: oblique;
	line-height: 1.5em;
	font-weight: normal;
	font-size: large;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #3CF00F;
	font-style: oblique;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #F7F7F7;
}
.navbar-inverse .navbar-nav  > a:hover {
	color: #3CF00F;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus 
a {
	color: #F7F7F7;
}
.navbar-inverse .navbar-nav > li > active {
	color: #3CF00F;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #303728;
}

/*//Funktion//*/
ul li span a::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	transition: all 250ms;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	-ms-transition: all 250ms;
	z-index: -1;
}
ul li span a {
	position: relative;
	z-index: 1;
}

ul li a:hover::before {
	height: 100%;
}
/*//*/	

a:hover {
	color: #F7F7F7;
}
.btn-default  {
	background-color: #191617;
	border-color: #3CF00F;
	float: right;
	text-align: center;
}
input.btn.btn-default  {
	background-color: #191617;
	border-color: #3CF00F;
	color:#3CF00F;
	float: left; 
}

input.btn.btn-default:hover, input.btn.btn-default:focus, input.btn.btn-default.focus, input.btn.btn-default:active 
 {
    color: #F7F7F7;
	background-color: #191617;
	border-color: white;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default  .open > .dropdown-toggle.btn-default {
	color: #F7F7F7;
	background-color: #191617;
	border-color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #F7F7F7;
	background-color: #191617;
	border-color: white;
}
a {
	color: #3CF00F;
	text-decoration: none;
	text-align: center;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
	right: auto;
	font-style: oblique;
}
h4 {
	font-style: normal;
	font-size: 1.8em;
	font-weight: 400;
	text-align: center;
	font-family: "givry", fantasy;
}
a:hover, a:focus {
    color: #F7F7F7;
    text-decoration: none;
}
.navbar-inverse  {
	border-style: solid;
	border-width: medium;
}
.Seitentitel p {
	margin-top: 2em;
	margin-bottom: 2em;
}
.row.Seitentitel {
	min-height: 0px;
}
.abstand {
   margin-bottom: 2em; 
}
.info {
    color: #999999;
	font-size: 20px;
	font-style: oblique;
	line-height: 1.5em;
    text-align: center;
}
h3.ausstellung { 
    font-size: 2.5em;
	font-family: "cabazon",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #3CF00F;
	border-top-width: medium;
	border-top-color: #3CF00F;
}
.abstandslider {
	margin-bottom: 0.5em;
}
.responsive {
    max-width: 100%;
    height: auto;
}
footer {
	border-radius: 4px;
	background-color: #000000;
}
.text-muted {
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-top: 1em;
	font-weight: 500;
	font-style: oblique;
}
nav {
	list-style-type: none;
}
.sidenav {
	color: darkseagreen;
	opacity: 1;
}
.sidebar {
	/* [disabled]font-style: oblique; */
	text-align: left;
	margin-top: 2em;
}
.sidenav ul {
	max-width: 15em;
	margin: 0;
	padding: 0.5em;
	background-color: #333333;
	font-style: oblique;
}

.sidenav li {
	list-style: none;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
}

.sidenav a {
	display: block;
	text-decoration: none;
	background-color: #333333;
	color: darkseagreen;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 0.6em;
	margin-right: 0.4em;
	margin-bottom: 0.6em;
	border-bottom: 1px dotted greenyellow;
	-webkit-transition: background-color .25s ease-in;
	transition: background-color .25s ease-in;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 1.9rem;
}
.sidenav a:focus,
.sidenav a:hover,
.sidenav span {
	color: #303728;
	background-color: greenyellow;
	-webkit-transition: background-color 0.01s;
	transition: background-color 0.01s;
}
.img-responsive.logo {
	float: right;
	background-image: url(url);
}
#zähler {
	opacity: 1;
	bottom: 1.5em;
	float: right;
	margin-top: 60em;
}

#zähler.bildergalerie {
	margin-top: 133em;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.insta {
    margin-top: 8px;
    padding-top: 8px;
    margin-left: 30px;
    margin-bottom: 10px;
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */

.background {
	background-color: #333333;
	border-right: 2.8em solid #000000;
	border-collapse: collapse;
	border-top: medium solid #000000;
}
.abstandheader {
	position: relative;
	background-color: #1A1A1A;
	border-radius: 4px;
}
.dropdown-menu {
	background-color: black;
}
.dropdown-menu > li > a {
	color: #3CF00F;
	border-bottom: 1px dotted greenyellow;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: white;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #3CF00F;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #303728;
}

.container-fluid.abstandtop {
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	max-height: 8em;
}
.container.bottom {
	padding-bottom: 0em;
	padding-right: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #303728;
}
.col-md-12 header .rahmen {
	border-radius: 4px;
	background-color: #222222;
	border: medium solid #080808;
}
.ausrichten {
	display: inherit;
	text-align: center;
}
.bilderabstand {
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-top: 1em;
}
.col-sm-12 .footer .container.farbe {
	background-color: #1A1A1A;
}
.row .col-sm-7.col-md-7 {
	overflow-y: hidden;
}
.schrift {
	font-size: 1.2em;
}
.impressum {
	font-size: 2.2em;
}
.abstand {
	padding-left: 1em;
	border-color: #000000;
}
.row.footer {
	margin-bottom: 0em;
}

.form-control:focus {
	border-color: #3CF00F;
	border-width: thin;
}
.btn-primary {
	color: #3CF00F;
	background-color: #303728;
	border-color: #3cf00f;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #3cf00f;
}
.table-responsive .table.table-hover {
	color: darkseagreen;
	background-color: #333333;
	border-style: solid;
	border-color: #000000;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px #999999;
	box-shadow: 2px 2px #999999;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px dotted greenyellow;
}
.tabelle {
	color: #000000;
	margin-top: 1.5em;
	font-size: 1.1em;
	text-align: left;
}
.schrifttabelle {
	color: #3CF00F;
	text-align: center;
	font-size: 1.8em;
	font-family: unifrakturcook;
	font-style: normal;
	font-weight: 700;
	display: inline-block;
}

.table-hover caption .tabelle {
	color: #000000;
	text-align: center;
}
a .dropdown-toggle.menülinks {
	font-style: normal;
	font-weight: 400;
}
.glyphicon.glyphicon-home {
	font-size: 0.8em;
}
ol.carousel-indicators.startseite {
	margin-bottom: 3px;
}

.carousel-indicators li {
	    border: 1px solid #3cf00f;
}
.carousel-indicators .active {
	 background-color: #3cf00f;
	 border: 1px solid #080808;
}
.carousel-control {
	    color:  #3cf00f;
}
.item .carousel-caption h5 {
	font-family: "givry", fantasy;
	font-style: normal;
	font-weight: 700;
	font-size: 1.5em;
}
.sidebarlinks a .abstandside {
	padding-top: 2em;
}
ol {
	padding-left: 1em;
	padding-bottom: 1em;
	padding-top: 0px;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
}
td {
	background-color: #333333;
}
td:hover {
  	background-color: greenyellow;
	-webkit-transition: background-color .25s ease-in;
	transition: background-color .25s ease-in;
	color: #000000;
}
tr th h6 {
	color: #3CF00F;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	font-family: alice;
}
tbody tr td {
	font-weight: bold;
}
a.abstandside {
	padding-bottom: 1em;
}
a.link:focus {
	color: #3CF00F;
	text-decoration: underline;
}
.link {
	text-decoration: underline;
}
.zähler.imp {
	margin-top: 278em;
	margin-left: 2em;
}

a.link:hover {
	color: #FCF7F7;
	text-decoration: underline;
}
a.link:active {
	color: #303728;
}
.col-md-6.col-sm-6.hidden-xs.abstandzähler {
	padding-top: 2.5em;
}
.well.col-md-12.shop {
	max-width: 46em;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-left: 1.5em;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-right: 1.5em;
}
#myCarousel .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color: #3CF00F;
	top: 40%;
	bottom: auto;
	padding-top: 4px;
	width: 30px;
	height: 30px;
	text-shadow: none;
	opacity: 1;
}
.carousel-control:hover {
	color: black;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-32px;
}
.carousel-control.left {
	right:auto;
	left:-32px;
}
.carousel-indicators.shopseite {
	bottom:-1em;
}
.carousel-indicators li {
	border-radius:6;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3CF00F;
	border-color:black;
}
.row .col-sm-7.col-md-7 {
    overflow-y: hidden;
}
.carousel-indicators.startseite {
	margin-bottom: 3.3em;
}
.carousel-indicators.startseite {
	margin-bottom: 3.8em;
}
li.active.farbe {
	background-color: #3CF00F;
	border: 1px solid #080808;
}
li.farbe {
	background-color: #000000;
	border: 1px solid #3CF00F;
}
li.active.shopseite {
	background-color: #3CF00F;
	border: 1px solid #080808;
}
li.shopseite {
	background-color: #000000;
	border: 1px solid #3CF00F;
}
.h4 .shopseite {
	font-style: oblique;
	color: #F40A0E;
}

.well {
	background-color: #333333;
	border: 1px solid #777777;
}
.zähler.shop {
	margin-top: 125em;
	margin-left: 2em;
}
.echo {
	text-align: center;
	font-weight: bold;
	font-style: oblique;
	font-size: 1.6em;
}
.schreiben {
	color: #999999;
	text-decoration: underline;
}
.schreiben a:hover{
	color: #3D4353;
}
.carousel-indicators li {
	background-color: #000000;
    border:#3CF00F;
}
p.startseite {
	color: #999999;
	font-size: 20px;
	font-style: oblique;
	line-height: 1.5em;
}
p.quellenangabe {
	color: #999999;
	font-size: 12px;
	font-style: oblique;
	line-height: 1.5em;
}
p.hinweis {
	font-size: 20px;
    font-family: "cabazon",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-top: 2em;
	color:#999999;
	border-top-width: medium;
	border-top-color: #3CF00F;
	line-height: 1.5em;
    margin-bottom: 20px;
    margin-left: 15px;
}
footer {
	background-color: #222222;
	border: thick solid #000000;
	border-collapse: separate;
}
legend {
	color: #3CF00F;
	font-style: oblique;
}
strong.startseite {
	color: #999999;
}
ul .li.startseite  {
	color: #999999;
}
label.control-label {
	color:#999999;
}
.zähler.kontakt {
	margin-top: 60em;
	margin-left: 2em;
}
.zähler.gaestebuch {
	margin-top:45em;
	margin-left:2em;
}
.zähler.term {
	margin-top: 75em;
	margin-left: 2em;
}

body {
	background-image: url(../images/Struk.jpg);
}
.lightbox-galerie{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: #333333;
    border: 2px solid #999999;
}
.lightbox-galerie li{
    width: 100%;
    margin: 1em;
    padding: 0em;
}

.lightbox-galerie a{
    display: block;
    line-height: 0;
}

.lightbox-galerie li img{
    width: 100%;
    height: auto;
	border: 7px outset #969696;
	padding: 5px;
	background-color: #3CF00F;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
#zähler.bildergalerie2 {
	margin-top: 105em;
}
.zähler.mythos {
	margin-top: 50em;
	margin-left: 2em;
}
.zähler.brauch {
	margin-top: 43em;
	margin-left: 2em;
}
.col-md-12  {
	padding-left: 0px;
	padding-right: 0px;
}
.col-md-12.shop {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.zähler.anfrage {
	margin-top: 47em;
}
.fb-like {
	margin-left: 2em;
}
.col-md-12.höhe {
	max-height: 15.1em;
	opacity: 1;
}
.fb-share-button {
	margin-left: 2em;
}
.border {
	border-top: medium solid #333333;
}
#zähler.gaest   {
	margin-top: 75em;
}
input.btn.btn-default.gb {
	text-align: right;
	float: right;
	font-size: small;
}
input .btn.btn-default.li {
	float: right;
	clear: both;
}

.btn-group .btn-group .btn.btn-default.dropdown-toggle {
    color: #3CF00F;
	background-color: black;
}

.btn-group .btn-group .btn.btn-default.dropdown-toggle:hover {
    color: white;
	background-color: black;
}

.btn-group .btn-group .btn.btn-default.dropdown-toggle:focus {
	color: white;
	background-color: black;
}

@media only screen and (min-width: 10em) {
    .lightbox-galerie li{
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width: 20em) {
    .lightbox-galerie li{
        width: 33.333333%;
    }
}

@media only screen and (min-width: 30em) {
    .lightbox-galerie li{
        width: 25%;
    }
}

@media only screen and (min-width: 40em) {
    .lightbox-galerie li{
        width: 20%;
    }
}

#imagelightbox {
    box-shadow: 0 0 3.125em rgba(0,0,0,0.8);
    cursor: pointer;
    position: fixed;
    z-index: 10000;
}
#imagelightbox-loading, #imagelightbox-loading div {
    border-radius: 50%;
}
#imagelightbox-loading {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    height: 2.5em;
    left: 50%;
    margin: -1.25em 0 0 -1.25em;
    padding: 0.625em;
    position: fixed;
    top: 50%;
    width: 2.5em;
    z-index: 10003;
}
#imagelightbox-loading div {
    animation: 0.5s ease 0s normal none infinite imagelightbox-loading;
    background-color: #fff;
    height: 1.25em;
    width: 1.25em;
}
@keyframes imagelightbox-loading {
    0% {
    opacity: 0.5;
    transform: scale(0.75);
    }
    50% {
    opacity: 1;
    transform: scale(1);
    }
    100% {
    opacity: 0.5;
    transform: scale(0.75);
    }
}
#imagelightbox-overlay {
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}
#imagelightbox-close {
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 50%;
    height: 2.5em;
    position: fixed;
    right: 2.5em;
    text-align: left;
    top: 2.5em;
    transition: color 0.3s ease 0s;
    width: 2.5em;
    z-index: 10002;
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
    background-color: #3CF00F;
    border: 1px solid #3CF00F;
}
#imagelightbox-close:before, #imagelightbox-close:after {
    background-color: #fff;
    bottom: 20%;
    content: "";
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 20%;
    width: 2px;
}

#imagelightbox-close:hover:before, #imagelightbox-close:hover:after {
    background-color: #fff;
}

#imagelightbox-close:before {
    transform: rotate(45deg);
}
#imagelightbox-close:after {
    transform: rotate(-45deg);
}
#imagelightbox-caption {
    background-color: #C2D2E5;
    bottom: 0;
    color: #1A1F2B;
    left: 0;
    padding: 0.625em;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 10001;
}
#imagelightbox-nav {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    bottom: 3.75em;
    left: 50%;
    padding: 0.313em;
    position: fixed;
    transform: translateX(-50%);
    z-index: 10001;
}
#imagelightbox-nav button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    margin: 0 0.313em;
    width: 1em;
}
#imagelightbox-nav button.active {
    background-color: #fff;
}
.imagelightbox-arrow {
    background-color: #333333;
    border: none;
    display: none;
    height: 7.5em;
    margin-top: -3.75em;
    position: fixed;
    top: 50%;
    vertical-align: middle;
    width: 3.75em;
    z-index: 10001;
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
    background-color: #3CF00F;
}
.imagelightbox-arrow:active {
    background-color: #111;
}
.imagelightbox-arrow-left {
    left: 2.5em;
}
.imagelightbox-arrow-right {
    right: 2.5em;
}
.imagelightbox-arrow:before {
    border: 1em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: -0.125em;
    width: 0;
}
.imagelightbox-arrow-left:before {
    border-left: medium none;
    border-right-color: #fff;
    margin-left: -0.313em;
}
.imagelightbox-arrow-right:before {
    border-left-color: #fff;
    border-right: medium none;
    margin-right: -0.313em;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    animation: 0.25s linear 0s normal none 1 fade-in;
}
@keyframes fade-in {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}
@media only screen and (max-width: 41.25em) {
    #container {
        width: 100%;
    }
    #imagelightbox-close {
        right: 1.25em;
        top: 1.25em;
    }
    #imagelightbox-nav {
        bottom: 1.25em;
    }
    .imagelightbox-arrow {
        height: 3.75em;
        margin-top: -2.75em;
        width: 2.5em;
    }
    .imagelightbox-arrow-left {
        left: 1.25em;
    }
    .imagelightbox-arrow-right {
        right: 1.25em;
    }
}
@media only screen and (max-width: 20em) {
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}


