/* IMPORT */
@import url("all.css");
@import url("fonts.css");
@import url("animate.css");
@import url("imagelightbox.css");


/* MAIN STYLE */
body {
  background: #fff;
  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #222;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}


/* TYPOGRAPHY */
h1 {
   font-size:32px;	
}
h2 {
   font-size:28px;	
}
h3 {
   font-size:24px;	
}
h4 {
   font-size:20px;	
}

h1, h2, h3 {
  font-weight: 300;
  color: #008200;
  margin: 15px 0 30px 0;
}
h4, h5, h6 {
  font-weight: 200;
  color: #222;
  margin: 15px 0 30px 0;
}

p {
  text-align: justify;
  margin: 15px 0;
  line-height: 1.8;
  font-weight: 300;
}

p, h1, h2, h3 {
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

a {
  color: #008200;
  transition: all 0.25s;
}
a:hover,
a:focus {
  color: #222;
  text-decoration: none;
  outline: none !important;
}

small {
  display: block;
  font-size: 65%;
  color: #222;
  margin-top: 5px;
}
strong, b {
  font-weight: bold;
}

hr {
  margin: 30px 0;
}

ul {
  list-style-image: url('../img/ul.png');
  padding-left: 22px;
}

ul.tech_data {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tech_data li {
  font-size: 18px;
  padding: 10px 15px 10px 15px;
  font-weight: 300;
}
ul.tech_data li:nth-child(odd) {
  background: #eee;
}

ul.simple_list {
  margin: 0 0 10px 20px;
  padding: 0 0 10px 15px;
  list-style:square;
}
ul.simple_list li {
  font-size: 14px;
  padding: 0 0 10px 5px;
  font-weight: 500;
}

.shrink-tables {
  padding-left:15px; padding-right:15px;	
}

.shrink-tables strong{
  font-weight:900;	
}

.shrink-tables td.numeric{
  text-align: right;
  padding-right: 20px;	
}

/* images */
.float-right {
  width: 100%;
  max-width: 450px;
  margin: 0 0 10px 15px;
}

/* MODAL STOERER */
.modal-dialog {
  z-index:1000;	
}

/* BUTTONS */
.btn {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  text-shadow: none;
}
.btn-full {
  width: 100%;
}

.btn-colored,
.btn-primary {
  background: #008200;
  color: #fff;
}
.btn-colored:hover,
.btn-colored:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #006f00;
  color: #fff;
}


/* INFOLINE */
.infoline {
  padding: 15px 0;
  background-color: #fff;
}
.infoline .logo {
  padding: 15px 0;
}
.infoline .infoline-daten {
  color: #008200;
}
.infoline .infoline-daten i {
  min-width: 25px;
}


/* NAVIGATION */
.navbar {
  background: rgba(0, 130, 0, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  z-index: 999;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
  transition: 0.1s;
}
.navbar-nav {
  list-style: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 20px 15px;
  transition: all 0.25s;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  background: #fff !important;
  color: #008200 !important;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
.navbar.fixed.navbar-light .navbar-nav .nav-link {
  color: #008200;
}
.navbar.fixed.navbar-light .navbar-nav .nav-link:hover,
.navbar.fixed.navbar-light .navbar-nav .nav-link:focus,
.navbar.fixed.navbar-light .navbar-nav .nav-link.active,
.navbar.fixed.navbar-light .navbar-nav .show > .nav-link {
  background: #008200 !important;
  color: #fff !important;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
  min-width: 220px;
}
.dropdown-item {
  padding: 15px;
  color: #008200;
  background: #fff;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background: #008200;
  color: #fff;
}


.nav-pills .nav-link {
  border-radius: 0;
  background: #008200;
  color: #fff;
  transition: all 0.25s;
  margin: 5px;
}
.nav-pills .nav-link:hover, 
.nav-pills .nav-link.active {
  border-radius: 0;
  background: #007200;
  color: #fff;
}


/* CONTENT | CONTAINER */
.container.set {
  padding-top: 80px;
}

.content {
  background-color: #fff;
  padding: 30px;
  margin: 15px 0 30px 0;
  /*border: 1px solid #008200;*/
}

.spezial {
  background: #008200;
  color: #fff !important;
  padding: 30px;
  display: block;
  margin: 15px 0;
}
.spezial h1, .spezial h2, .spezial h3, .spezial h4, .spezial p, .spezial a {
  color: #fff !important;
}


/* FOOTER */
footer {
  background: #008200;
  color: #fff;
  padding: 60px 0;
  margin-top: 60px;
}
footer p, footer a {
  color: #fff;
  font-weight: 300;
} 
footer h5 {
  color: #fff;
  font-weight: 400;
}
footer hr {
  border-color: rgba(255,255,255,0.5);
  margin: 15px 0;
}
footer .copyright {
  font-size: 16px;
  line-height: 1.2;
}
footer .top {
  position: absolute;
  right: 30px;
  margin-top: -80px;
  font-size: 45px;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  border: 10px solid #008200;
  background: #008200;
  transition: all 0.25s;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 5px;
}
footer .top:hover {
  margin-top: -90px;
}

footer nav .nav-link {
  background: #fff;
  color: #008200;
  margin-bottom: 5px;
}
footer nav .nav-link:hover,
footer nav .nav-link:focus,
footer nav .nav-link.active {
  background: #bae5ba;
  color: #008200;
}


/* PRODUKTE */
.produkt-item {
  background-color: #fff;
  border: 10px solid #fff;
  padding: 0;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.produkt-item:hover,
.produkt-item:focus {
  border-color: #008200;
}

.produkt-img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.produkt-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
  min-height:47px;	
  padding: 0 5px;
}
.produkt-info .produkt-info-titel  {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  margin: 0;
}
.produkt-info .produkt-info-text {
  text-align: center;
  margin: 0;
  color: #333;
  font-size: 16px;
}

.produkt-typen .nav-link {
  border-radius: 0;
  background: #008200;
  color: #fff;
  transition: all 0.25s;
}
.produkt-typen .nav-link:nth-child(odd) {
  background: #006f00;
}
.produkt-typen .nav-link:hover {
  opacity: 0.75;
  filter: opacity(75);
}


.produkt-beschreibung,
.produkt-beschreibung p {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
}


/* FORM */
label {
  color: #008200;
}

.form-control {
  border-radius: 0;
  line-height: 2.5;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #008200;
}

.help-block {
  color: #333;
  margin-top: 15px;
  font-weight: 300;
}

#danke {
  display: none;
}

.has-error .form-control {
  border-color: #FF0000 !important;
}
.has-error label, .has-error .help-block {
  color: #FF0000 !important;
}

.has-error .form-control::-webkit-input-placeholder {
  color: #ff0000;
}
.has-error .form-control:-moz-placeholder {
  color: #ff0000;
}
.has-error .form-control::-moz-placeholder {
  color: #ff0000;
}
.has-error .form-control:-ms-input-placeholder {
  color: #ff0000;
}
.has-error .form-control::-webkit-input-placeholder, .has-error .form-control::-webkit-input-placeholder {
  color: #ff0000;
}
.has-error .form-control:-moz-placeholder, .has-error .form-control:-moz-placeholder {
  color: #ff0000;
}


/* GALLERY */
.gallery {
  margin: 15px 0; 
}
.gallery img {
  margin-bottom: 15px;
  border: 5px solid #fff;
  transition: all 0.25s;
}
.gallery img:hover {
  border-color: #008200;
}
.gallery .ref-img {
  background-size: cover;
  min-height:180px;
  margin-bottom:15px;
}
.gallery .ref-img.vid::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url('../img/play.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/* LIST */
.list {
  padding: 20px 15px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.list:last-child {
  border-bottom: none;
}


/* NEWS */
.news-item {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.news-item:last-child {
  border-bottom: none;
}
.news-img {
  width: 100%;
  max-width: 220px;
}
.news-text {
  padding: 15px;
  font-size: 16px;
}

/* ccm19 */
.ccm-settings-summoner {
  display: none !important;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
  /* CONTENT | CONTAINER */
  .container.set {
    padding-top: 0;
  }
  
  /* NAVIGATION */
  .navbar-brand {
    display: inline-block !important;
    padding: 15px;
  }
  .navbar {
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  }
  .navbar.navbar-light .navbar-nav .nav-link {
    color: #008200;
    padding: 10px 15px;
  }
  .navbar.navbar-light .navbar-nav .nav-link:hover,
  .navbar.navbar-light .navbar-nav .nav-link:focus,
  .navbar.navbar-light .navbar-nav .nav-link.active {
    background: #008200 !important;
    color: #fff !important;
  }

  .dropdown-item {
    padding: 10px 15px;
  }
  
  .navbar-toggler {
    border: none;
    border-radius: 0;
    font-size: 25px;
    outline: none;
  }
  .navbar-light .navbar-toggler {
    color: #008200;
    outline: none;
  }
  
  .collapse {
    max-height: 350px;
    overflow-y: auto;
  }
  
  /* AKTUELLES */
  .aktuelles .media {
    display: block !important;
  }
  .aktuelles .media img {
    float: left;
    display: block;
  }

  /* images */
  .float-right {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 991.98px) {
  /* NAVIGATION */
  .navbar-brand {
    display: none;
  }
}
@media (max-width: 767.98px) {

.shrink-tables {
  padding-left:0px; padding-right:0px;	
}	
	
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { /* border: 1px solid #ccc; */ margin-bottom:20px; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		font-size:13px!important;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		font-size:13px!important;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }	
  
  .news-img {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
	
}
@media (max-width: 575.98px) {}





