﻿
/* CSS-Stylesheet fuer Bodo's PowerSystems v2*/
/* Stand: 23.06.2019 */

@import url('https://fonts.googleapis.com/css?family=Arvo:400,700|Open+Sans:400,600,700,800&display=swap');

body {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, Arvo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #2461BF;
}

h1 {
    /*font-size: 20pt;*/
    padding-bottom: 2rem;
}

h2 {
    /*padding-top: 16pt;
    font-size: 16pt;*/
    font-weight: 700;
    padding-bottom: 2rem;
}

h3 {
    /*font-size: 14pt;*/
    font-weight: 700;
    padding-bottom: 1rem;
}

h4 {
    /*font-size: 12pt;*/
    font-weight: 600;
    padding-bottom: 1rem;
}

h5 {
    /*font-size: 11pt;*/
}

h6 {
    /*font-size: 10pt;*/
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.Hintergr0 {
    background-color: white;
}

.Hintergr1 {
    background-color: #f5fbff;
}

    /*#2461BF;*/
.Hintergr2 {
    background-color: black; 
}

.Hintergr3 {
    background-color: #E1F0FF;
}

.Button1 {
    border-color: #2461BF;
    color: #2461BF;
}

    .Button1:hover {
        background-color: #f5fbff;
        color: #2461BF;
    }

.Boxed {
    color: #2461BF;
    background-color: #E1F0FF;
}

.Comment {
    font-size: smaller;
    font-style: italic;
    height: 24px;
    vertical-align: top;
}

.banner {
    max-height: 60px;
    max-width: 100% !important;
}

.logos {
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .logos img {
        max-width: 200px;
        max-height: 100px;
        padding: 10px;
        vertical-align: middle;
    }