/*------------------------------------------
   (C) Pergion GmbH | 2020

   Text:      Pergion Hompage
   Version:   V2
   File-Name: style.css
   Autor:     EAM
   Datum:     15.05.2020
--------------------------------------------
   Aenderungen:



--------------------------------------------*/

body {
    background-color: rgb(231, 231, 231);
    /* background-image: url(pergion_1.png);
    background-repeat: no-repeat;
    background-position: center; */

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;   /* stellt 8px Standardabstand auf der linken/rechten Seite auf 0px */
}

h2 {
    font-family: 'MinionPro';
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    text-decoration: underline;
    padding-top: 48px;
}


#header {
    text-align: center;
}

/* #logo {
    color: white;
    background-color: rgb(0, 0, 255);
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    padding: 8px;
    margin-top: 16px;
} */

#logo img {
    width: 30%;
    margin-top: 16px;
    margin-bottom: 16px;    
}

#logo_name {
    font-size: 48px;
    font-weight: bold;
    margin: 16px;
}

#navigation a {
    font-size: 14px;
    color: grey;
    padding: 18px;
}

#navigation a:hover {
    color: rgb(0, 51, 150);
    font-style: italic;
    font-weight: 600;
}

#image img {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

#main {
    max-width: 800px;
    margin: auto;
    padding: 16px;
}

#back {
    font-size: 12px;
    font-weight: 600;
    /* font-style: italic; */
}

#back a:hover {
    color: rgb(0, 51, 150);
    /* font-size: 12px; */
    font-style: italic;
    font-weight: 700;
}

#main_services {
    font-size: 18px;
    font-weight: 600;
}

#footer {
    font-size: 14px;
    text-align: center;
    color: grey;
    padding: 16px;
}

#smal_font {
font-size: 12px;
}
