/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.03.2021, 10:56:24
    Author     : Büro PC 3
*/

body{
    background-image: Url("bilder/mod_bg.png");
    background-repeat: no-repeat;
}

#mod_bewertungssystem{
            position: relative;
            width: 275px;
            border: 1px solid #7688a1;
            box-shadow: 2px 2px 3px rgba(0,0,0,8);
            font-family: Arial, Tahoma, Verdana;
            background-color: #FFF;
            transform: scale(0.7);
        }

        #brand{
            height: 35px;
            background-color: #39393D;
            text-align: center;
        }

        #brand img{
            height: 30px;
            margin-top:3px;
        }

        #brandinfo{
            height: 25px;
            background-color: #7688a1;
            text-align: center;
            color: #FFF;
            font-size: 16px;
            line-height: 25px;
        }

        #customer{
            height: 60px;
            text-align: center;
            color: #000;
            font-size: 25px;
            line-height: 60px;    
        }

        #bewertung{
            height: 50px;
            text-align: center;
        }

        .starscontainer{
            height:50px;
            width:250px;
            background-image: Url("bilder/starscontainer.png");
            background-repeat: repeat-x;
            display:inline-block;
            text-align: left;
        }
        .stars{
            height:50px;
            background-image: Url("bilder/stars.png");
            background-repeat: repeat-x;
            display:inline-block;
        }

        #bewertung_text{
            height: 60px;
            text-align: center;
            color: #000;
            font-size: 20px;
            line-height: 60px;
            font-weight: bold;
        }

        #costumer_info{
            height: 40px;
            border-top: 1px solid grey;
            border-bottom: 1px solid grey;
            font-size: 20px;
            line-height: 40px;    
            text-align: center;
            color: #c29f13;
        }

        #bewertung_count{
            height: 50px;
            background-color: #EBEBEB;
            font-size: 20px;
            line-height: 50px;
            text-align: center;
            color: #7688a1;
        }