@font-face {
  font-family: 'Typewriter'; src: url('../fonts/SpecialElite-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Arial'; src: url('../fonts/ArialMT.ttf') format('truetype'), url('../fonts/ArialMT.woff') format('woff');
}
@font-face {
  font-family: 'Corsiva'; src: url('../fonts/MTCORSVA.woff') format('woff');
}

@media screen and (min-width:768px) {
  body {
  font-family: Arial;	
  background: url('../img/canvas.jpg') no-repeat top fixed;
  background-size: cover;
  }
}


@media screen and (max-width:767px) {
  body {
  background: url('../img/canvas.jpg') no-repeat top fixed; 
  background-size: cover;
  hyphens: auto;
  }
}

.grid { 
    display: grid; 
    grid-template-columns: auto auto; 
    width: 100%; 
} 

.cntr {
  color: rgba(255,255,100,0.5);
  text-align: left;
  font-size: 1.0em; 
  font-weight: 700;
  margin-left: 2%;
  text-shadow: 1px 1px 1px #777;
}

/* impressum link only */ 
.impress {
	
  text-align: right;
  font-size: 1.0em; 
  font-weight: 500;
  margin-top: 0.1vh;
  margin-right: 2%;

  a:link {
	text-decoration: none;
    color: black;
    }
  a:visited {
    color: black;
	text-decoration: none;
	}
  a:hover {
    color: brown;
	text-decoration: none;
    }
  a:active {
    color: brown;
	text-decoration: none;
    }
}

/* embedded links */
a.texlin:link {
	color: black;
	text-shadow: 1px 1px 1px #777;
    }
a.texlin:visited {
    color: black;
	text-shadow: 1px 1px 1px #777;
	}
a.texlin:active {
    color: black;
	text-shadow: 1px 1px 1px #777;
    }
a.texlin:hover {
    color: black;
    }

.carousel-caption {
   position: absolute;
   top:-20px; 
}

.carousel-caption p {
	font-size: 1.5vw;
	color: black;
   background-color: rgba(255,255,255,0.5);

}

	
.img-full {
    min-width: 100%;
}


.box {
    margin-bottom: 2px;
    padding: 3px 1px;
    background: rgba(255,255,200,0.4);
}


.my-text {
	margin: 0;
	font-size: 1.4em;
	color: black;
	text-align: justify;
	}
	
.img-left {
    float: none;
    margin: 0 auto 0;
}

.img-center {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
}

.responsive-map {
    position: relative;
    padding-bottom: 75%; /* keep 4:3 aspect ratio */
    height: 0;
    overflow: hidden;
    }
	
.responsive-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    }


/* ----------------------------- normal menue (>768) -------------------------------*/
@media screen and (min-width:768px) {

    .top-divider {
        margin-top: 0;
    }

    .navbar-header {
        display: none;
    }
	
    .nav>li>a {
        padding: 0px;  /* h he des navbar(hintergrundes) */
        margin-left: 5px; /*rand links vom link*/
        margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 1.7vw;
	text-shadow: 2px 2px 4px #777;
	}


    .navbar-nav>li>a {
        line-height: normal;
	min-height: 0px;
	}

	
    .navbar-nav {
        display: table;
        float: none;
        margin: 0px;
		margin-left: -25px; 
        table-layout: fixed;
        font-size: 1.5em;
		}

	/* mind the order !*/
	.nav li a:link { color: black!important;}	 
	.nav li a:visited { color: black!important; }	
	.nav li a:hover { color: brown!important; background: rgba(255,255,200,0.5)!important;}
	.nav li a:focus { background: rgba(250,250,200,0.5)!important;}
	.nav li a {
		transition: background-color 0.4s ease; 
		background-color: transparent; 
		}

	}

/* ----------------------------- colapsed menue (<768) -------------------------------*/
@media screen and (max-width:768px) {
   .my-text {
        font-size: 1.1em;
    }	
   .navbar-nav {
	text-transform: uppercase;
    	letter-spacing: 0px;
	font-size: 1.1em;
	text-shadow: 2px 2px 4px #777;
   }
.nav li a:link { color: black!important;}	 /* dirty work ;-/ */	
.nav li a:visited { color: black!important; }
.nav li a:hover { color: brown!important; background: rgba(255,255,200,0.5)!important; }
}


@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


.dropdown-item {

  display: block;
  
        margin-left: 10px; /*rand links vom link*/
        margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: 700;
		clear: both;
		text-transform: uppercase;
	
		letter-spacing: 0px;
		font-size: 1.0em;

		text-shadow: 2px 2px 4px #777;

}

.dropdown-item:hover {
  text-decoration: none;
}

.btnw {
  width: 100%;
  background-image: linear-gradient(#EFD686, #BA8D44);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: right;
  text-align: left;
  vertical-align: middle;
  padding: 1px 6px;
  margin-top: -25px;
  margin-bottom: 5px;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.42857143;
  color: #101010;	
  text-shadow: 2px 2px 4px #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  border-color: #505050;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  }


.winz_gal {
  display: block;
  margin: auto;
  border-style: ridge;
  border-width: 2px;
  border-color: #ffffc0;
  }


@media screen and (min-width:768px) {
.imap {
height: 340px;
width: 48%;
min-width: 300px; 
padding-top: 10px;
padding-bottom: 10px;
 margin-right: 20px;
}

.sidebyside {
display: flex;
}


}

@media screen and (max-width:768px) {

.imap {
height: 328px;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}

.sidebyside {
  display: flex;
  flex-wrap: wrap;
  }
}


#bluredge {
  box-shadow: 0px 0px 2px 2px #000;
  }

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: green;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  }


#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.7s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.col_normal {
background-color:#f5f5f5;	
}

.col_event {
background-color:#a0eba0;	
}

.col_mind {
background-color:#ffa0a0;
}


.arc-bg-img {
  background-image: url('../img/note_canvas.jpg');
  background-repeat: repeat;
  background-size: cover;
  width: 95%;
  border-radius: 5px;
  border: 2px solid brown;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  padding: 50px;
  margin: 20px;
}

.btable {
  color: black;
  width: 100%;
  text-align: left;
  hyphens: auto;
  border-collapse: collapse;
  border: 2px solid black;
}

  .btable td,
  .btable th {
    border: 1px solid black !important;
	padding: 5px;
  }


