* {
  /*  box-sizing: border-box;*/
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    /*font-size: 16px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     padding:0;
    margin:0;
    text-decoration: none;
    box-sizing: border-box;
}
/*BOF Navigation CSS*/
nav{
    background: #0082e6;
    height:80px;
    width:100%;

    padding:0;
    margin:0;
    text-decoration: none;
    box-sizing: border-box;
}
label.logo{
    color: white;
    font-size:35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

nav ul{
    float:right;
    margin-right:20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;

}
nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius:3px;
    text-transform: uppercase;
}

a.active, a:hover{
    background: #1b9bff;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color:white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor:pointer;
    display:none;
}
#check{
    display:none;
}
@media (max-width: 952px){

    label.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
}
@media (max-width: 858px){
    .checkbtn{
        display:block;
    }
    ul{
        position: fixed;
        /*width: 100%;*/
        height: 100vh;
        background: #2c3e50;
        top:80px;
        left:0;
        text-align:center;
        transition: all .5s;
    }
    nav ul li {
        display:block;
        margin:50px 0;
        line-height:30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    a:hover,a.active{
        background:none;
        color:#0082e6;
    }
    
    input[type=checkbox]:checked + ul{
        left:0;
        color:red;
        width: 100%;
    }
    
}

/*EOF Navigation CSS*/
body {
    background-color: #435165;
}
.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #2868c7;
    transition: background-color 0.2s;
}




.container
{
text-align: center;
padding: 15px;  
}
.left-div
{
display: inline-block;
max-width: 600px;
text-align: left;
padding: 30px;
background-color: #ddd;
border-radius: 3px;
margin: 15px;
vertical-align: top;
}
.right-div
{
display: inline-block;
max-width: 450px;
text-align: left;
padding: 30px;
background-color: #ddd;
border-radius: 3px;
margin: 15px;
}
.left-text, .right-text
{
font: 14px 'Source Code Pro', monospace;
    color: #333;
}
@media screen and (max-width: 600px) 
{
.left-div, .right-div
    {
    max-width: 100%;
    }
}
.myheader{
    background-color: #2196f3;
    /*text-align: center;*/
    padding: 15px;
    width:100%;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-bottom: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-top: -60px; /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
    margin-left: -60px;
    top: 50%; /* in die Mitte verschieben */
    left: 50%;
        position:relative;
}
.backloader{
    position   : absolute;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    background : #000;
    opacity    : 0.6;
    filter     : alpha(opacity=60);
    z-index    : 990;
    display    : none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.options{
    font-size:12px;
}
#produkt_search{

    width:700px;
    height:500px;
    font-size:smaller;
}
