﻿body {
    padding-top: 100px;

    background-image: url(../graphics/background-pattern.svg);
    background-repeat:repeat-y;
    background-size: 100%;

    font-family: 'Open Sans', sans-serif;
}

.container.ButtonContainer .row {
    padding-top: 40px !important;
}


/* Überschriften */
    h1 {
        padding-bottom: 10px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        color: #ED1C24;
    }

    h2 {
        padding-bottom: 10px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: #ED1C24;
    }
    .ButtonContainer h2 {
        font-size: 24px;
        font-weight: 500;
        padding: 15px 0px 0px 0px;
    }

    h3 {
        padding-bottom: 10px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 20px;
    }

    h4 {
        padding-bottom: 10px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 18px;
    }


/* Links */
    .ButtonContainer a:hover {
        text-decoration: none;
    }



/* Navigation */
    .navbar {
        background-color: #f3f3f3 !important;
        color: rgba(0, 0, 0, 0.75);
        border-bottom: 1px solid #ccc;
    }

    .navbar-right
    {
        float: right;
    }

    .dx-menu {
        font-family: 'Open Sans', sans-serif !important;
        
    }


/* Logo */
    .divLogo {
        float: left;
        width: 80px;
        min-height: 40px;
        margin: 0px 15px 0px 0px;
    }

    .divLogo .LogoInner {
        position: absolute;
        top: 0px;
        left: 16px;
    }

    .divLogo a {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        width: auto;
        height: 100%;
    }

    .divLogo img {
        width: 80px;
        height: auto;
    }


/* Image */
    .HeaderImage {
        position: fixed;
        left: 0px;
        right: 0px;
        max-width: 100%;
        margin: -43px 0px 40px 0px;
    }

    .HeaderImage img {
        width: 100%;
    }

/* Teaser */
    .divTeaserBox {
        position: relative;
        border: 1px solid #ddd;
        margin-bottom: 20px;
        background-color: #fff;

        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: 0 1px 1px rgba(0,0,0,0.05)
    }

    .divTeaserBox .Content {
        padding: 20px 30px 30px 30px;
    }
    
    .divTeaserBox.Hover:hover {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        background: rgba(242,239,233,1) !important;
    }
    


/* Grid */
    .dx-datagrid,
    .dx-toolbar {
        background-color: transparent !important;
    }

    .dx-datagrid-headers,
    .dx-datagrid-rowsview {
        background-color: #fff !important;
    }

/* Form */
    .form-group label {
        padding-bottom: 3px;
        margin-bottom: 0px;
    }


.EEEHiddenField {
    display: none !important;
}
