html, body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #444;
  overflow-x: hidden;
}

.rs_green, .color{
  color: #659827;
}

.rs_green_i {
  color: #659827 !important;
}

.rs_green_border {
  border-color: #659827;
}

.black{
  color: #444;
}

.fancybox-infobar, .fancybox-toolbar {
    margin-top: constant(safe-area-inset-top, 15pt) !important;
    margin-top: env(safe-area-inset-top, 15pt) !important;
}

h1,h2, h3{
	font-size: 18px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	overflow: visible !important;
	font-weight: 800;
}

h1,h2{
	font-size: 20px !important;
}

a{
	outline: none !important;
}


.btn{
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 9px 25px;
}

.btn-primary {
  color: #fff !important;
  background-color: #659827 !important;
}

.btn-default {
  background-color: #ececec !important;
}

.tooltip-inner{
  max-width: 800px !important;
}

.content-white{
  background-color: #fff;
  margin-top: -1px;
}

.content-gray{
  background-color: #ececec;
  margin-top: -1px;
}

header{
  position: relative;
  z-index: 2;
}

main{
  position: relative;
  z-index: 1;
}

footer{
  background-color: #222;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}


#header-background{
  position: relative;
}

#header-background-platzhalter{
  margin-top: 59px;
  height: 1px;
}

#header-logo{
  position: absolute;
  top: 20px;
  left: 5%;
  width: 30%;
  max-width: 350px;
}

#menue{
  position: absolute;
  bottom: 20px;
  display: table;
  min-width: 1000px;
  left: calc( 50% - 500px);
}

#menue-inner{
  display: table-row;
}

#menue-inner a{
  display: table-cell;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

#menue-inner a:hover, #menue-inner a.active{
  color: #659827;
  text-decoration: none;
}



#menue-mobile{
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
}


#menue-mobile-logo{
  width: calc( 70% - 20px);
  text-align: center;
  float: left;
  padding: 10px;
  z-index: 10000;
  position: relative;
}

#menue-mobile-logo-inner{
  max-width: 120px;
  margin: 5px 0 5px 15px;
}

#menue-mobile-logo img{
  max-width: 100%;
}

#menue-mobile-button-wrapper{
  width: 30%;
  float: right;
  margin-top: 16px;
}

#menue-mobile-button{
  width: 30px;
  margin: 0 auto;
  z-index: 200;
  position: relative;
}

.menue-mobile-button-row{
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background-color: #262629;
  position: relative;
}

#menue-mobile-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(255,255,255,0.95);
  z-index: 100;
  overflow: hidden;
  transition: height 0.5s;
}

#menue-mobile-container a.active{
  color: #659827;
}

.menue-mobile-point{
  text-align: center;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  padding: calc( (100% - 260px)/14/2 ) 0;
}

.menue-mobile-point:first-child{
  margin-top: 90px;
}



.menue-mobile-button-row.i2{
  opacity: 1;
  transition: opacity 0.3s;
}

.menue-mobile-button-row.i1, .menue-mobile-button-row.i3{
  top: 0;
  transform: rotate(0deg);
  transition: top 0.3s, transform 0.3s;
}







#seiten_umschalter{
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

#seiten_umschalter .seiten_umschalter_inner{
  display: inline-block;
}

.seitennummer{
  float: left;
  padding: 5px 12px;
  margin: 0 5px;
  font-weight: bold;
  text-decoration: none !important;
  color: #444;
  cursor: pointer;
}

.seitennummer.active, .seitennummer:hover{
  background-color: #659827;
  color: #fff;
}

.seitennummer.no_hover{
  background-color: transparent !important;
  color: #444 !important; 
}


#filter{
  background-color: #ccc;
  padding: 20px 0;
  margin-top: -1px;
}

#fotos{
  margin-top: 35px;
}


.fotos-col{
  background-color: #fff;
  padding: 10px 10px 0px 10px;
  margin-bottom: 30px;
}

.fotos-col-img{
  position: relative;
}

.fotos-col-img img:not(.videoIcon){
  width: 100%;
  border: 1px solid #ccc;
}

.fotos-col-favicon{
  position: absolute;
  padding: 5px;
  right: 5px;
  top: 5px;
  z-index: 1;
}

.fotos-col-favicon span{
  font-size: 24px;
  color: #fff;
}

.fotos-col-favicon.active span{
  color: #659827;
  text-shadow: none;
}

.fotos-col-buttons{
  margin: 0 -10px;
  cursor: pointer;
}

.fotos-col-button{
  float: left;
  width: 33%;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: #888;
  border-top: 1px solid #ccc;
}



.fotos-col-button:first-child.active span{
  color: #659827;
}



.fotos-col-button:first-child{
  border-right: 1px solid #ccc;
}

.fotos-col-button:last-child{
  border-left: 1px solid #ccc;
}

.fotos-col-kamera{
  padding: 10px 5px 5px 5px;
}

.fotos-col-time{
  padding: 5px 0px 10px 5px;
}

.fotos-col-kamera-name{
  width: calc(100% - 22px);
  margin-left: 4px;
  float: left;
}

#seitenanzahl{
  position: absolute;
  right: 0;
  margin-top: -20px;
  padding: 10px 20px;
  background-color: #659827;
  color: #fff;
}

.filter-toggle{
  border-top: 3px solid #659827;
  padding: 10px 15px;
  font-weight: bold;
  margin-top: 10px;
  background-color: #ccc;
  margin-bottom: 35px;
}

.counter-zahl{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.counter-text{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.suchergebnis-brake.klein{
  display: none;
}


.kamera-icon{
  width: 30px;
  margin-bottom: -15px;
  position: relative;
  top: 3px;
}

.kamera-icon.sim{
  width: 20px;
}

.kamera-icon.small{
  width: 18px;
  margin-bottom: 0;
  top: 0;
  margin-left: 5px;
}


.kamera-lizenz-left{
  float: left;
  width: calc(100% - 182px);
}

.kamera-buttons{
  float: right;
}

.kamera-buttons .glyphicon-trash{
  font-size: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

.kamera-buttons .glyphicon-pencil{
  font-size: 20px;
  margin-right: 5px;
  margin-top: 10px;
}

.kirrungsalarm_kameraselect{
  width: auto;
}


.preis-tabelle-wrapper{
  overflow: auto;
}

.preis-tabelle td, .preis-tabelle th{
  padding: 3px 15px;
}

.preis-tabelle tr th:first-child{
  padding-left: 0px;
}


.preis-tabelle-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}

.preis-tabelle-wrapper::-webkit-scrollbar:vertical {
    width: 12px;
}

.preis-tabelle-wrapper::-webkit-scrollbar:horizontal {
    height: 12px;
}

.preis-tabelle-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.preis-tabelle-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.videoIcon{
  position: absolute;
  z-index: 10000;
  width: 15% !important;
}

.videoWrapper{
  display: inline-block;
  position: relative;
}

.videoWrapper a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoWrapper img{
  max-width: 100%;
}

.einstellungen-dropdown-left{
  width: 70px;
}

.einstellungen-dropdown-right{
  width: calc(100% - 80px);
}

#push_benachrichtigungen{
  opacity: 0.5;
}

.kameras-fotos, .kameras-mitjaeger{
  float: left;
  width: 70px;
  padding-top: 10px;
  text-align: center;
}

.kameras-icons-row{
  height: 35px;
}

@media(min-width:1000px){/*pc*/

  .fotos-col-button:hover span{
    color: #659827;
  }

  .fotos-col-button:first-child:hover span{
    color: #97c362;
  }

  .fotos-col-favicon:hover span{
    color: #97c362;
    text-shadow: none;
  }
  
}



@media(max-width:1000px){
  #menue{
    min-width: 800px;
    left: calc( 50% - 400px);
  }

  .tooltip-inner{
    max-width: 350px !important;
  }

}


@media(max-width:991px){
  .kameras-fotos, .kameras-mitjaeger{
    width: 100px;
    text-align: left;
  }
}




@media(max-width:801px){/*sm*/

  #menue-mobile{
    display: block;
  }

  #menue{
    display: none;
  }

  #header-logo{
    display: none;
  }

  #header-background{
    margin-top: 60px;
  }

  .seitennummer{
    padding: 4px 8px;
  }

  #menue-mobile, #main{
    padding-top: 15pt;
    padding-top: constant(safe-area-inset-top, 15pt);
    padding-top: env(safe-area-inset-top, 15pt);
  }

  #main{
    padding-bottom: 15pt;
    padding-bottom: constant(safe-area-inset-top, 15pt);
    padding-bottom: env(safe-area-inset-top, 15pt);
  }


}

@media(max-width:767px){/*xs*/

  .fotos-col{
    margin-bottom: 20px;
  }

  #filter{
    display: none;
  }

  .suchergebnis-brake.klein{
    display: block;
  }

  #footer-bewertung-img{
    text-align: left !important;
  }

  footer{
    /*display: none;*/
  }

  .kamera-lizenz-left{
    float: none;
    width: auto;
  }

  .kamera-lizenz-right .glyphicon-pencil{
    margin-right: 5px;
    width: 16.666%;
  }



}


@media(max-width:598px){

}


@media(max-width:470px){

  .fotos-col-time-time{
    display: block;
  }

  .fotos-col-time .glyphicon-time{
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .kirrungsalarm_kameraselect{
    width: 250px;
  }

}




@media(max-width:400px){
  .kirrungsalarm_kameraselect{
    width: 190px;
  }
}

@media(max-width:355px){

  .kirrungsalarm_kameraselect{
    width: 150px ;
  }

}







.overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
}


.overlay-inner{
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  padding: 20px;
  min-width: 280px;
  max-width: calc( 100% - 30px );
  z-index: 99999;
  max-height: calc( 100% - 60px);
  overflow: auto;
}






/* radios buttons */



textarea, select, input:not([type="file"]):not([type="checkbox"]){
    padding: 9.5px 15px;
    border: 0;
    width: 100%;
    outline: none;
    color: #444;
    font-family: 'Roboto';
    background-color: #eee;
    -webkit-appearance: none;
    height: 38px;
}

input[type="date"]{
    padding: 8px 15px !important;
    height: 38px;
}

textarea.dark, select.dark, input.dark{
    background-color: #ccc; 
}

textarea.light, select.light, input.light{
    background-color: #fff; 
}

input::placeholder, textarea::placeholder{
    opacity: 0.95;
    font-family: 'Roboto';
    font-size: 14px;
}

.select-in-text{
  height: 30px;
  padding: 0 9.5px;
}

/*loader*/
#loader-wrapper{
  display: none;
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000000;
}

.loader{
  background-size: 70px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  z-index: 100000000;
  position: relative;
  margin: 100px auto;
  
  -webkit-animation:spin 1.5s linear infinite;
  -moz-animation:spin 1.5s linear infinite;
  animation:spin 1.5s linear infinite;
}

.loader img{
  height: 70px;
  width: 70px;
}

@-moz-keyframes spin { 100% { 
	-moz-transform:rotate(360deg); 
	}
}
@-webkit-keyframes spin { 100% { 
	-webkit-transform:rotate(360deg); 
	}
}
@keyframes spin { 100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
}
/*loader*/


