/*
  www.cosavis.de
  type: stylesheet for screen, projection
  last edited: 23.09.2022, D. Einenkel
  (c) 3haende.com 2022. All rights reserved.

#B1D34A   logo hellgrün

colorscheme dunkler  #6D8918  #8B9E51	
colorscheme heller   #CDE978	#D5E996 

#6B6F73   logo grau
#666666   grau
#f5f5f5   bg hellgrau
#f8f8f8   bg hellgrau         
   
*/

@font-face {
  font-family: 'Muli-Regular';
  src: url('../fonts/Muli-Regular.eot');
  src: url('../fonts/Muli-Regular.woff2') format('woff2'),
       url('../fonts/Muli-Regular.woff') format('woff'),
       url('../fonts/Muli-Regular.ttf') format('truetype'),
       url('../fonts/Muli-Regular.svg#Muli-Regular') format('svg'),
       url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Muli-Regular', Helvetica, Verdana, Arial, sans-serif;
  /*  background: url('../../images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;                                          */
    font-weight: 400;   
}

.header .printlogo {
    display: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli-Regular', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
}
h1 {
    margin: 10px 0px 25px 0px;
    font-size: 2rem;    
}
h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #6D8918;
	  border-bottom: 1px dotted #6D8918;
   	margin: 1.0em 0;
}
h3 {
    text-transform: uppercase;
    font-size: 1.3rem;    
}
h4 { /* Slogan Bottom */
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    color: #6D8918;   
}
h5 { /* Cards */
    font-size: 1.1rem;
    font-weight: bold;
    color: #6D8918;   
}
.gruen {
    color: #6D8918;
}
.grau {
    color: #6B6F73;
}
.totop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
footer {
  background-image: linear-gradient(to bottom right, #CCCCCC, #6B6F73);
  padding: 20px 0 20px 0;
  color: #f5f5f5;
  border-top: 2px solid #6D8918;
}
footer a, footer a:active, footer a:hover {
  color: #f5f5f5;  
}

@media (max-width: 991.98px) {
footer div.col-md-6 {
  margin-bottom: 20px;
}  
}
.bgheader {
  height: 250px;
  -webkit-box-shadow: 0px 8px 16px 1px rgba(186,182,186,1);
  -moz-box-shadow: 0px 8px 16px 1px rgba(186,182,186,1);
  box-shadow: 0px 8px 16px 1px rgba(186,182,186,1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bgheader {
    height: 300px;
  }  
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bgheader {
    height: 350px;
  }   
}

@media (min-width: 1200px) {
  .bgheader {
    height: 400px;
  }   
  
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    margin-top:-3px;    
}
nav ul li a {
    font-size: 1.1rem;
}
a.dropdown-item:active {
    color: #fff;
    background-color: #6D8918 !important;  
}

/*
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu >.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}*/


/* X004b - leerer Absatz (clear) mit Border */

hr,
.hr {
    margin: 10px auto 3px;
    max-width: 250px;
    border-bottom: 1px solid #666;
}

/* X005 - Absatz mit Grafik als Kapitelende */

.hrg {
	background: url(../../../images/hrg.png) top center no-repeat;
	height: 60px;
	border: none;
	padding: 15px;
}

/* X420 - Modal zeitgesteuert */

#infoModal .modal-content {
  border: 2px solid #6D8918;  
  
}
#infoModal .modal-content button.close {
  text-align: right !important;
  float: right;
}
#infoModal .modal-content h4 {
  text-align: left !important;
  padding-right: 20px;
}

/* X015 - PDF - Dokument bereitstellen */
.blockpdf {
    background: #efefef; 
    padding: 3px;
    margin: 0 0 5px 0;  
  
}

/* X040 - Form Builder noch mit Boot3 Fehler-Klasse .has-error */

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label,
.has-error .help-block, .has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback {
    color: #a94442
}
.btn-primary {
    color: #fff;
    background-color: #6D8918 !important;
    border-color: #999999 !important;
}
.btn:hover {
    color: #fff;
    background-color: #666 !important;
    border-color: #999999 !important;    
}
.btn:active {
    color: #fff;
    background-color: #999999 !important;
    border-color: #999999 !important;    
}
a {
  color: #666;
}
a:hover, a:active {
  color: #999;
}

// xs - Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// sm - Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// md - Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// lg - Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// xl - Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }


@media print {
  .header .printlogo {
    display: block !important;
    margin-top: 40px;
  }
  .hidden-print,
  .bgheader,
  .hrg,
  .card,
  .totop {
    display: none !important;
  }

}
