@import "nossikon/nossikon.css";

html {
    height: 100%;
}
body {
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: initial;
    background-color:#e6e9eb;
    overflow-x: hidden;
    height: 100%;
    font-weight: normal;
    letter-spacing: inherit;
    color: #4B4B4B;
    margin: 0;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: inherit;
    height: 100%;
}

h4{
    font-size: 19px;
    font-weight: 600;
}
.main_menu {
    border-bottom: none;
    box-shadow: 0 4px 8px 0
    rgba(0,0,0,.16),0 0 8px 0 rgba(0,0,0,.08);
    background-color:  #FFF;

}

.sticky {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;

}
/* .search {

}

.results {

}*/

.footer {
    background-color:#272c31;
    color:#999;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}   

.wrapper {
    transition: all 0.3s;
    height: 100%;
    box-sizing: border-box;
    background-color: #eaecee;
}

.header {
    background-color: #c6b344;
    box-sizing: border-box;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.layout-item{
    display: block !important;
}
.navbar{
    border: none;
    margin: 0;
    border-radius: 4px;
    position: relative;
    min-height: 50px;
    display: block;
    box-sizing: border-box;
    padding: 0;
    content: " ";
    display: table;
}

.nav {
    padding-left: 0;
    list-style: none;
    float: left;
    margin: 0;   

}

.item:hover{
    background-color: #eaecee;
    cursor: pointer;
}
.item_text {
    font-size: 19px;
    font-family: 'Open Sans';
    position: relative;
    line-height: 56px;
    font-weight: 600;
    display: block;
    color: #777;
    border-left: 1px solid #eaecee;
    padding: 0 25px;
    color: #777;
    
}
a:hover {
    color: #777;
    text-decoration: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: left;

}

.span {
    letter-spacing: 2px;
    text-align: left;
    font-family: Lato;
    font-size: 28px;
    color: #FFF;
    line-height: 1;
}

.title{
    letter-spacing: 2px;
    text-align: left;
    font-family: Lato;
    font-size: 28px;
    color:#fff;
    display: inline-block;
    margin-bottom: 2px;
    line-height: 1;
    vertical-align: middle;
    margin-top: 20px;
    font-weight: 600;
}


.search_background {
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/titelbilder/as_2.jpg");
    filter: saturate(1);
    margin-top: 20px;
    height: 180px;
    background-position: 100% 0%;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.search_container{
    padding: 10px;
    color:#FFF;
    background-color:rgba(0, 0, 0, 0.8);
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    width: 500px;
    margin-top: 2em;
}

.search_field{
    border: 0;
    padding: 0.5em; 
    width: 90%;
}

.button{
    font-size: 1.4em;
    background:#FFF;
    color:#c6b344;
    border: none;
    display:inline-block;
}

.button_container{
    background:#fff;
    margin: 0.5em;
}

 
.btn:focus{
    box-shadow: none;
    outline: none;
}

.btn:hover{
    color:#ccc;
}

.btn{
    border: none;
    padding: 0;
    color: #fff;
    margin: 0;
}

/* .custom-control-label:hover{
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label::before{
    border-color: #c6b344;
    background-color:#c6b344;
    box-shadow: none !important; 
}
.custom-control-label::before {
    box-shadow: none;
 }
 .custom-switch .custom-control-label::after{
    transition: transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    -webkit-transform .15s ease-in-out;
    box-shadow: none;
 }
 
.custom-control-label::before{
    box-shadow: none !important;
} */

.main-content{
    margin-top: 15px;
    background-color: #fff;
    padding-bottom: 15px;
}

.filter-titel{
    color: #777;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: 600;
    padding: 0.5em;
    padding-left: 0.8em;
    margin:0;
}
.titel{
    color: #777;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-top: 10px;
    padding: 0.5em;
    padding-left: 0.8em;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-filter{
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-top: 5px;
    border-left: 1px solid #eaecee;

}

.alpha{
    color: #c6b344;
    text-align: center;
    display: inline-block;
    border: #c6b344 2px solid;
    margin-top: 0.5em;
    width: 28px;
    height: 28px;
    line-height: 23px;
}

.alpha:hover{
    background-color: #c6b344;
    color: #fff;
    
}

.results-container{
    overflow-y:auto; 
    overflow-x:hidden;
    width:100%;}

.result{
    border-bottom: 1px solid #eaecee;
    padding-bottom: 5px;
    padding-top:5px;
    margin-bottom: 0;
    padding-left: 30px;
}

.scrollable-element {
    scrollbar-color: dark;
  }

ul {
    list-style-type: none;
    padding:0;
   }
/* .switch_1 > *{
    position: relative;
    
} */

input[type="checkbox"].switch_1{
	font-size: 30px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 1.5em;
	height: 0.75em;
	background: #ddd;
	border-radius: 1.5em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 0.2em;
    position: relative;
    top: 5px;
  }
  
  input[type="checkbox"].switch_1:checked{
	background: #c6b344;
  }
  
  input[type="checkbox"].switch_1:after{
	position: absolute;
	content: "";
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .12em rgba(0,0,0,.3);
	        box-shadow: 0 0 .12em rgba(0,0,0,.3);
	-webkit-transform: scale(.7);
	        transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch_1:checked:after{
	left: calc(100% - 0.75em);
  }
/*   #id_first_beleg_0{
   margin-top:0.4em;   
  } */

.switch-label{
    vertical-align: bottom;
    margin: 0;
}

li::marker {
    color: blue;
}

label{
    font-family: Open Sans;
}

.form-control{
    display: inline-block;
    width: 35%;
    
}
#id_max_num {
    margin-top: 0.5em;
}

#max-label{
    margin-top: 0.25em;
}
.number-label{
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#id_first_beleg{
    margin-bottom: 0;
}

h1{
    font-size: 28px;
    font-family: Open Sans;
    padding-top: 0.5em;
}
    

h2{
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0px;
    padding: 2em 0 1em  0 ;
    }

.content{
    background-color: #FFF;
    padding: 20px;
    margin-top: 20px;
}


#help-link{
    color: #ccc;
    padding-bottom: 4px;
}

#help-link:hover{
    color: rgba(0, 0, 0, 0.8);
}

img{
    box-shadow: 9px 9px 2px -9px rgba(0,0,0,0.50);
}
figure{
    margin-bottom: 30px;
}
.errorlist li {
    color: red;
    }

ul{
    margin: 0;
}

.btn-primary{
    background-color:white;
    border-color:none;
    text-align: left;
}

.btn-primary:hover{
    background-color:white;
    border-color:none;
}

.copyright{
    background-color: rgb(28, 29, 31);
    color: rgb(153, 153, 153);
    text-align: center;
    padding: 30px 0;
}
