/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 23.08.2023, 21:55:20
    Author     : Admin
*/


.search-bar {
    width:800px;
    max-width:100%;
    height:50px;
    background:white;
    border-radius:15px;
    border:0px;
    padding:25px;
}


/* Hier gehts los */

.google-bar {
    
    width:700px;
    max-width:100%;
    height:50px;
    background:white;
    border-radius:15px;
    border:0px;
    background:red;
    
}

.double-bar {
   
    width:650px;
    max-width:100%;
    height:55px;   
    background:grey;
}

.left-bar {
    float:left;
    width:80%;  
    height:50px;
    background:red;
   
}
.right-bar {
    float:right;
    width:20%;
    height:50px;
    background:green;
}
