@font-face { font-family: 'Raleway", sans-serif';
             src: local ('Raleway", sans-serif')
             url('fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype'); 
}

html {
		background-color:#009961;
}

body {	
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height:0;
  color: #333;
  overflow-y:scroll;
}

h1 {
  margin-top:10px;
}

a { color:#009961 !important; }

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

.container {
  width: 98%;	
}

.trs {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

/*++++++++++ NAVI ++++++++++*/
.main-nav {
  position:fixed;
  width:100%;
  top:0;
  height: 60px;  
  border-bottom:1px solid #fff;
  z-index:5000;
  animation: navin 1000ms;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

.navbar-right li a {
  padding: 20px 12px;
  height:59px;
}

.navbar-right li {
  font-size:18px;
  text-align:center;
  float:left;
  padding: 0;
  width: 100%;
}

.navbar-brand {
  padding:0;
  margin:0px;
}

.navbar-brand h1 {
  margin-top: 14px;
  margin-left:4px;
  font-size: 24px;
}

.navbar-toggle {
  border: 1px solid #fff;
  margin-top:12px;
}

.collapse.in, .navbar-collapse {
    margin-top: 6px;
}

.social-link i {
  font-size: 40px;
  margin-top:-8px;
}

/****** LANDTAG BANNER ******/
.landtag {
  position:fixed;
  width:100%;
  top:60px;
  height: 34px;  
  z-index:5000;
	background-color:red;
	padding-top:1px;
	cursor:pointer;
}

/****** Coming 2024 ******/
.coming24-butt {
  position:absolute;
	top:125px;
	left:50%;
	width:300px;
	margin-left:-150px;
	padding:15px;
	border-radius:15px;
	color:#fff;
	background:#0a6d49;
	z-index:4800;
	letter-spacing: 0.3em;
	font-family: "Raleway", sans-serif;
	line-height:1;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	cursor:pointer;
  border: 2px solid transparent;
  overflow: hidden;	
}

.coming24-butt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #fff; /* Weißer Border für den Glow-Effekt */
  opacity: 0;
  border-radius: 15px; /* Optional: Abrundung der Ecken */
  box-shadow: 0 0 10px 2px #fff; /* Weißer Schatten für den Glow-Effekt */
  animation: pulse 2s infinite; /* Pulsierende Animation für 2 Sekunden */
}

@keyframes pulse {
  0% {
    opacity: 0;
    box-shadow: 0 0 10px 2px #fff;
  }
  50% {
    opacity: 0.5;
    box-shadow: 0 0 20px 4px #fff;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 10px 2px #fff;
  }
}

.coming24-box {
  position:fixed;
	transition: left 0.3s ease-in-out;
	background:#0a6d49;
	color:#fff;
	height:100%;
	z-index:9999;
  max-width: 100%;
  width: 100%;
  left: -100%;
  border: 10px solid rgba(255,255,255,0.4);
  top: 0;
	letter-spacing: 0.3em;
	font-family: "Raleway", sans-serif;
	line-height:1.9;
	font-weight:bold;
	text-align:center;
	padding-top:50px;
	font-size:12px;
}

.coming24-box span {
	color:#37c792;
	font-size:16px;
}

.close-coming24-box {
  position:absolute;
	bottom:25px;
	left:50%;
	width:250px;
	margin-left:-125px;
	text-align:center;
	color:#fff;
	line-height:1;
	border:1px solid #fff;
	border-radius:15px;
	padding:15px;
	background:#37c792;
	cursor:pointer;
}

.come-in-left {
  left:0;
}

@media(min-width:900px) {	
  .coming24-box {
	   font-size:20px;
		 line-height:1.5;
	}
	
  .coming24-box span {
	  font-size:22px;
  }
}

/* Make it a marquee */
.marquee {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 20s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: -26.5em }
    100% { text-indent: -100em }
}

/* Make it pretty */
.banner {
    padding-left: 1.5em;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
		color:#fff;
		font-weight:bold;
		font-size:24px;
}

/*++++++++++ DATENSCHUTZ POPUP ++++++++++*/
#dspopup {
  position:fixed;
  top:0;
  min-width:100%;
  min-height:100%;
  background-color: rgba(0,0,0,.9);
  z-index:9999;
  opacity:0;
  visibility:hidden;
  padding:15px;
}

.popup-box {
  position:relative;
  left:0;
  top:-30%;
  margin-left:0;
  width:100%;
  line-height:1.4em;
  border:3px solid #fff;
  color:#fff;
  padding:15px;
  border-radius:15px;
  background-color: #009961;
  visibility:hidden;
  cursor:pointer;
  text-align:center;
  opacity:0;
}

.ds-open {
  text-decoration:underline;
  cursor:pointer;
}

.popup-butt {
  background-color:#0a6d49;
  color:#fff;
  padding:5px;
  text-align:center;
  border-radius:15px;
}

/*++++++++++ COLORS ++++++++++*/

/* BACKGROUND Navi */
.main-nav {
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  background-color: rgba(0,153,97,0.1);
}

.colered {
  background-color: rgba(0,153,97,1);
}

/* BACKGROUND #fff */
body,
.navbar-toggle .icon-bar,
footer, 
#impressum, 
#datenschutz {
  background-color: #fff;
}

/* BACKGROUND #0a6d49 */
.info-box,
.navbar-collapse,
.navbar-right li.active a,
.navbar-right li a:hover,
#term-box h3,
.term-open,
.videotitle,
.videoinfo,
#akt-box h3,
.akt-open {
  background-color: #0a6d49;
}

/* BACKGROUND #009961 */
.socialButton,
#term-box,
#akt-box,
footer,
.cls-butt {
  background-color:#009961;
}

/* TEXT #fff */
.info-box,
.navbar-brand h1,
.slogan,
.socialButton p,
.socialButton i,
.info-box p,
#term-box,
#term-box h3,
.term-gm,
.term-open:hover,
.term-open:focus,
.term-gm:hover,
.term-gm:focus,
.videotitle,
.publish,
.vlbutton,
.iscopy,
#akt-box,
#akt-box h3,
.akt-open:hover,
.akt-open:focus,
.akt-gm:hover,
.akt-gm:focus,
footer {
  color:#fff;
}

/* TEXT a #fff */
.navbar-right li a,
.term-open,
#term-box a,
.akt-open,
.akt-gm,
.akt-box a,
.akt-box a:hover,
footer a {
  color: #fff !important;
}

/* TEXT #009961 */
.preloader,
.fb-icon,
.item,
.sec-ico,
.ytfollow,
footer p,
.vlbutton:hover {
  color: #009961;
}

/* TEXT #0a6d49 */
.ytfollow:hover {
  color:#0a6d49 !important;
}

/* TEXT #0a5f40 */
#term-box b,
#akt-box b,
.imp-cls {
	color:#0a5f40;
}

/* Box shadow */
.info-box, 
.info-box-img,
#term-box,
.shadowed,
#akt-box,
.videolist {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,1);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,1);
}

/*++++++++++ PARALLAX ++++++++++*/
#parallax .container {
  height:200px;
  background-color:rgba(0,0,0,0.7);
  padding:0;
  margin:0;
  width:100%;
  overflow:hidden;
}

#parallax {
  padding:0;
  margin:0
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/*++++++++++ PRELOADER ++++++++++*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999998;
	background-color:#0a6d49;
}

.preloader > i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/*++++++++++ START ++++++++++*/
#intro {
  overflow: hidden;
  position: relative;
}

.slogan {
  position: absolute;
  top: 50%;
  margin-top: -210px;
  left: 0;
  right: 0;
  z-index: 15;
  text-align:center;
}

.slogan h1 {
  font-size:40px;
  font-weight:bold;
}

.slogan h2 {
  font-size:28px;
  font-weight:bold;
	margin-top: 140px;
}

.slogan img {
  left:50%;
  position:absolute;
	max-width:290px;
	margin-left:-145px;
	margin-top:70px;
}

.item {
  height:80px;
  font-size:24px;
  line-height:1.5;
}

.carousel-indicators {
  display:none;
}

.start:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}

.videoscroll img {
  position:absolute;
  bottom:20px;
  right:15px;
  max-width:110px;
  z-index:1000;	
}

.socialButton {
  position:absolute;
  bottom:20px;
  left:15px;
  z-index:1000;		
  width:185px;
  height:94px;
  border-radius:25px;
}

.socialButton p {
  text-align:center;
  font-size:16px;
  font-weight:bold;
  padding-top:20px;
  margin:0 0;
}

.socialButton i {
  font-size: 48px;
  padding: 20px 5px;
}

/*Video Start*/

#home video {
  width:100%;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.95;
  opacity: .90;
  filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    max-width: 100%;
    max-height: 500px;
    margin-left: -300px;
    margin-top: -120px;
    background: #FFF;
    z-index:4850;
    overflow: visible;
    right: 0;
    left: auto;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff !important;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  position: absolute;
  right: 2px;
  top: 8px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

/*PlayButton*/
#hero {
  position:relative;
  z-index:5000;
  left:0;
  right:0;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#009961 50%, rgba(0, 153, 97, 0.4) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}

#hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 153, 97, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #009961;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

/*++++++++++ SECTIONS ++++++++++*/
section {
  padding: 52px 0;
}

.sec-ico {
  font-size:40px !important;
  font-weight:bold;
  margin-top:50px;
}

#uns h1, #termine h1, #videos h1, #aktivi h1, #infos h1 {
  font-weight:bold;
  border-bottom:2px solid #009961;
  color:#000;
}

#uns h2, #termine h2, #videos h2, #aktivi h2, #infos h2 {
  margin: 10px 0 20px 0;
  font-size:22px;
  color:#666;
	line-height:1.3;
	font-family:Arial;
}

/*++++++++++ Über uns ++++++++++*/
.our-services .col-sm-4 {
  padding:5px;
}

.info-box, .info-box-img {
  margin-bottom:10px;
	border-radius: 20px;
	overflow: hidden;
}

.info-box-img {
  max-height:320px;
}

.info-box {
  padding:12px;
  font-size:22px;
  line-height:1.5em;
  text-align:left;
  height:auto;
}

.info-box b {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: -24px;
}

.info-box p, .info-box ul {
  font-size: 18px;
  line-height: 1.5;
}

.info-box ul {
  margin-left:-25px;
}

.info-box li {
  margin-bottom:7px;
}


.sm-box {
  font-size:26px;
  padding:14px;
}

/*++++++++++ Termine ++++++++++*/
#term-box {
  line-height:1.5;
	padding:0; 
	font-family:Arial;
	border-radius:20px;
	margin-top:25px;
}

#term-box h3 {
	text-align:center;
	margin-top: 0;
	padding: 5px;
	height: auto;
	line-height: 1.5;
	font-size:26px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
		
#term-box p {
  padding: 5px 10px;
	line-height:1.4;
	font-size:20px;
	text-align:center;
}
		
#term-box .term-box.collapse[aria-expanded="false"] {
	display: block;
	height: 74px !important;
	overflow: hidden;
}

#term-box .term-box.collapsing[aria-expanded="false"] {
	height: 74px !important;
}

#term-box .term-open.collapsed:after  {
	content: '+ Mehr zeigen';
}

#term-box .term-open:not(.collapsed):after {
	content: '- Weniger zeigen';
}			

.term-open {
	width:100%;
	display:block;
	text-align:center;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	height: 60px;
	line-height: 3.5;
}

/*++++++++++ VIDEO ++++++++++*/
.videobox {
  margin-top:25px;
	font-family: Arial;
	padding-right: 15px;
	padding-left: 15px;
}

.videotitle {
	font-size:18px;
	font-weight:bold;
	text-align: center;
	height: auto;
	line-height: 1.5;
	border-top-left-radius:20px;
	border-top-right-radius:20px;	
	padding:2px 0;
	margin-bottom:0;
}

.videotag {
  max-width:100%;
  margin-top: -10px;
}

.videoinfo {
	font-size:14px;
	height: 25px;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;	
}

.videobox .shadowed {
  border-radius: 20px;
}

.publish {
  display: none;
}
 .vidlink {
	display:none;
}

.vlbutton {
  width: 100%;
	text-align:center;
	padding: 13px 0;
	cursor:pointer;
}

.iscopy {
  position: fixed;
	width:200px;
	height:100px;
  top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-100px;
	background-color:#000;
	text-align:center;
	z-index:99999;
	line-height:1.5;
	font-size:22px;
	font-weight:bold;
	padding:12px;
	border-radius:20px;
	display:none;
	border: 4px solid #009961;
}

.copysee {
	display:block;
}

.thumbnail {
  margin:0;
	padding:0;
	border:0;
}

.thumbnail .pbutt {
  max-width:80px;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-20px;
	margin-left:-42px;
	cursor:pointer;
}

.videolist .thumbnail .pbutt {
	margin-top:-40px;
}

.thumbnail a > img {
  min-width:100%;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 100%;
    height : 320px !important;
    margin: 0;
}

.fancybox-container--ready .fancybox-bg {
		background-color: #000;
		opacity:0.92 !important;
}

iframe {
		background-color:#000 !important;
}

.videosight {
  color:#0a6d49;
	line-height: 1.5;
	font-size: 34px;
}

.vsbutt {
  float:left;
	cursor:pointer;
  margin-left:15px;
}

.vsactiv {
  border-bottom:5px solid #0a6d49;
}

.vidinfo-box {
	margin-top: 6px;
}

.vidinfo-box p {
  padding:0 15px;
}

.vidinfo-box b,.vidinfo-box strong {
  color: #0a5f40;
}

.vidinfo-box a {
  color: #0a5f40 !important;
}

.vidinfo-box.collapse[aria-expanded="false"] {
	display: block;
	height: 46px !important;
	overflow: hidden;
}

.vidinfo-box.collapsing[aria-expanded="false"] {
	height: 46px !important;
}

.vidinfo-open.collapsed:after  {
	content: '+ Mehr zeigen';  
}

.vidinfo-open:not(.collapsed):after {
	content: '- Weniger zeigen';  
}

.vidinfo-open {
	display:block;
  padding:0 15px;
	line-height: 1.8;
  color:#0a5f40 !important;
}

.suchen {
  width: 160px;
  float: left;
  margin-top: -5px;
  margin-left: 20px;
}

.videolist {
  display:none;
	border-radius:20px;
	overflow:hidden;
	position:relative;
	margin-top:25px;
	font-family:Arial;
	background-color:#009961;
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.videolist .col-sm-3 {
  padding:0 0;
}

.videolist .col-sm-9 {
  padding:0 0;
	color:#fff;
	line-height:1.3;
}

.videotitlelist {
  background-color:#0a6d49;
	font-size:20px;
	font-weight:bold;
	padding:4px 15px;
	margin:0;
}

.vidlistcopy {
  text-align:center;
	color:#fff;
	line-height:1.3;
	cursor:pointer;
	margin-bottom:10px;
	width: 182px;
	margin-left:15px;
}

.vidlistcopy div {
  background-color:#0a6d49;
	padding: 2px 10px;
	border-radius: 10px;
}

input {
	border:solid 1px #0a6d49;
	box-shadow:none;
	height: 35px;
	font-size:18px;
	width: 100%;
	padding-left:10px;
}

input:-moz-placeholder {
	box-shadow:none !important;
}

input:invalid {
	box-shadow:0 0 3px #0a6d49;
}

.allvids {
	float: left;
	margin-left: 16px;
	margin-top: 10px;
	line-height:1.3;
	cursor:pointer;
}

.novideo p {
  line-height:1.3;
	color:red;
	margin-left: 16px;
	font-weight: bold;
	margin-top: 10px;
	font-family:Arial;
}


/*++++++++++ Aktivitäten ++++++++++*/
#akt-box {
  line-height:1.5;
	padding:0;
	font-family:Arial;
	border-radius:20px;
	margin-top:25px;
}

#akt-box h3 {
	text-align:center;
	margin-top: 0;
	padding: 5px;
	height: auto;
	line-height: 1.5; 
	font-size:26px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
		
#akt-box p {
  padding: 5px 20px;
	line-height:1.6;
	font-size:20px;
	text-align:left;
}

.aktiv-txt a {
  color: #0a5f40 !important;
}
		
#akt-box .akt-box.collapse[aria-expanded="false"] {
	display: block;
	height: 74px !important;
	overflow: hidden;
}

#akt-box .akt-box.collapsing[aria-expanded="false"] {
	height: 74px !important;
}

#akt-box .akt-open.collapsed:after  {
	content: '+ Mehr zeigen';
}

#akt-box .akt-open:not(.collapsed):after {
	content: '- Weniger zeigen';
}			

.akt-open {
	width:100%;
	display:block;
	text-align:center;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	height: 60px;
	line-height: 3.5;
}

/*** Infos ***/
#infos {
  text-align:center;
}

#infos .heading {
  margin-bottom: 25px;
}

#infos h3 {
  font-size:24px;
	font-weight: bold;
	margin-top:5px;
}

#infos i {
  font-size: 28px;
	color:#009961;
}

#infos a:hover {
  color:#0a6d49 !important;
}

.weblinks {
  line-height: 1.5;
}

/*** FOOTER ***/
footer {
  line-height:1.4em;
  padding:10px;	
  border-top:2px solid #fff;
}

footer h2 {
  font-size:26px;
	font-weight:bold;
}

footer p, footer h2 {
  text-align:center;
	color:#fff;
}

footer i {
  font-size: 36px;
	margin-left: 10px;
}

.flogo {
  max-width:100px;
  min-width:100px;
  position:relative;
  left:50%;
  margin:0 0 10px -50px;
}

#impbutt, #datbutt {
  cursor:pointer;
}

footer span:hover {
  color:#0a6d49 !important;
}

/*++++++++++ IMPRESSUM - DATENSCHUTZ++++++++++*/
#impressum, #datenschutz {
  -webkit-transition: all 0.7s 0s ease;
  -moz-transition: all 0.7s 0s ease;
  -o-transition: all 0.7s 0s ease;
  transition: all 0.7s 0s ease;
  line-height:1.4;
  position:fixed;
  z-index:9000;
  top:0;
  min-width:100%;max-width:100%;
  height:100%;
  overflow-y:scroll;
  visibility:hidden;
  opacity:0;
}

#impressum .container, #datenschutz .container {
  border: 3px solid #0a6d49;
  border-radius:15px;
  padding-bottom:10px;
  position:relative;
}

#impressum a, #datenschutz a {
  font-weight: bold;	
}


#impressum h3, #datenschutz h3 {
  margin-top:35px;
  font-style: italic;	
}

.imp-cls {
  position:absolute;
  right:8px;
  top:5px;
  font-size:22px;
  font-weight:bold;
  cursor:pointer;
}

.cls-butt {
  color:#fff;
  height:25px;
  border-radius:15px;
  text-align:center;
  cursor:pointer;
}

.cls-butt:hover {
    background-color:#0a6d49;
}

/*++++++++++ MEDIA QUERIES++++++++++*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
.parallax {
  background-attachment: scroll;
}
}

@media (max-height: 380px) and (min-width: 600px) {
.navbar-right li {
  float: left !important;
  width: 150px;
  margin-left: auto;
}


.slogan {
  margin-top: -74px;
}

.slogan img {
	margin-top:10px;
	max-width:220px;
	margin-left:-110px;
}

.slogan h2 {
  margin-top: 65px;
	font-size: 20px;
}
	
.item {
  font-size:18px;
	margin-top:-5px;
}
	
#hero {
  margin-top: -50px;
}

}

@media(min-width:700px) {
.navbar-collapse {
  background-color:  rgba(0,153,97,0);
}
	
.navbar-collapse {
    margin-top: 0;
}
	
.navbar-right li {
  width: auto;
	margin-right: -15px;
	font-size:16px;
}

.slogan img {
	max-width:500px;
	margin-left:-250px;
	margin-top:0px;
}

.slogan h2 {
  margin-top: 120px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 600px;
}
} /* 700 */

@media(min-width:992px) {
/* Make it move */
@keyframes marquee {
    0%   { text-indent: 84.5em }
    100% { text-indent: -105em }
}

.navbar-right li {
  width: auto;
	margin-right: 0;
	font-size:18px;
}
	
.slogan {
  margin-top: -94px;
}

.videoscroll img {
  max-width:150px;
}

#light {
  max-width: 600px;
  margin-top: -180px;
  right:auto;
  left: 50%;
}

.info-box {
  text-align:center;
}

.vidcontain {
  margin-left: 15px; 
}

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 520px !important;
}
}  /* 992 */

@media(min-width:1600px) {	

.navbar-brand h1 {
  font-size: 36px;
  margin-top: 8px;
  margin-left:0;
}

.social-link i {
  font-size: 35px;
}

.slogan {
  margin-top: -104px;
}

.slogan h1 {
  font-size:60px;
}

.slogan h2 {
  font-size:44px;
}

.item {
  font-size:34px;
}

.videoscroll img {
  right:50px;
  max-width:200px;
}
	
.socialButton {	
  width:295px;
  height:136px;
  left:50px;
}

.socialButton p {
  font-size:28px;
}

.socialButton i {
  font-size: 88px;
}

#home video {
  width:600px;
}
	
#term-box h3 {
	line-height: 2;
}

.vidinfo-box.collapse[aria-expanded="false"] {
	height: 94px !important;
}

.vidinfo-box.collapsing[aria-expanded="false"] {
	height: 94px !important;
}

#akt-box h3 {
	line-height: 2; 
}
}  /* 1600 */

@keyframes navin {
  from {top: -80px;}
  to {top: 0;}
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}