﻿@charset "utf-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, contentColumn figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

body {
    /* Workaround for some mobile browsers */
    min-height: 100%;
}

p {
    margin: 1rem 0;
}

ol, ul {
    margin-left: 20px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

@font-face {
    font-family: "calibri";
    src: url("calibri.eot"); /* IE9*/
    src: url("calibri.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("calibri.woff2") format("woff2"), /* chrome、firefox */
    url("calibri.woff") format("woff"), /* chrome、firefox */
    url("calibri.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("calibri.svg#Calibri") format("svg"); /* iOS 4.1- */
}

header {
    position: relative;
    background: white;
}

.main-wrapper {
    margin: 2px auto 0 auto;
    width: 1200px;
    background: white;
}

.slideshow {
    margin: 0 0 0 230px;
    padding: 0;
    border: none;
    height: 200px;
    width: 500px;
}

.company-logo {
    position: relative;
    text-align: left;
    padding: 20px 0 0 100px;
}

.company-banner {
    position: absolute;
    top: 20px;
    left: 230px;
    padding: 0;
    border-left: 2px solid #2f913d;
}

.address {
    position: absolute;
    text-align: right;
    font-size: 0.8rem;
    line-height: 0.9rem;
    right: 2.2rem;
    top: 35px;
}

    .address span,
    .address a {
        display: block;
        padding: 0;
        font-size: 0.8rem;
        line-height: 0.9rem;
    }

    .address strong span {
        font-weight: bold;
        font-size: 0.8rem;
        line-height: 0.9rem;
    }

a {
    color: #544949;
    text-decoration: none;
}

    a:hover {
        color: #7fb7dd;
        text-decoration: underline;
    }

html * {
    font: 1.1rem 'calibri', Helvetica, sans-serif;
    line-height: 1.4rem;
}

h1 {
    margin: -2rem 3rem 0 2rem;
}

    h1 span {
        color: #39b54a;
        font-family: 'calibri', Helvetica, sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
    }

h2,
h2 span {
    color: #39b54a;
    text-align: left;
    margin: 0.8rem 0 0.8rem 0;
    padding: 0;
    font: 1.3rem 'calibri', Helvetica, sans-serif;
    line-height: 1.3rem;
    font-weight: bold;
}

strong {
    color: #39b54a;
    font-weight: normal;
}

small {
    margin: 0;
    padding: 0.4rem 0.1rem 0 0;
    display: block;
}

    small a {
        color: #505050;
        font: 0.6rem Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

        small a:hover {
            color: #7fb7dd;
            font: 0.6rem Arial, Helvetica, sans-serif;
            cursor: pointer;
            text-decoration: none;
        }

.background {
    border: 0;
    margin: 0;
    background-color: #f3f8fc;
    background-image: url('multimedia/background.jpg');
    background-repeat: repeat-x;
}


form {
    color: #544949;
    position: relative;
    margin: 0;
    padding: 0;
}

.horizontalBeam {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 20px 0 0 0;
    background: #0071bc;
}

.horizontalBeamLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 200px;
    padding: 0;
    margin: 0;
    background: #7fb7dd;
}

.horizontalBeamQuote {
    position: absolute;
    top: 0;
    left: 780px;
    width: 400px;
    height: 200px;
    line-height: 200px;
    padding: 0;
    margin: 0;
    text-align: left;
}

    .horizontalBeamQuote span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        color: white;
        font-size: 1.4rem;
        font-style: italic;
    }

.pageContent {
    z-index: 1041;
}

.content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.content strong {
    font-weight: normal;
    color: #39b54a;
}

.content h2 strong {
    font-weight: normal;
    color: #39b54a;
}

.content ul {
    color: #0071bc;
    padding-left: 0;
}

.content li a {
    color: #39b54a;
    text-decoration: none;
}

    .content li a:hover {
        color: #7fb7dd;
        cursor: pointer;
        text-decoration: underline;
    }

.content {
    text-align: left;
    color: black;
    font: 1.1rem 'calibri', Helvetica, sans-serif;
    line-height: 1.4rem;
}

.contentContainer {
    margin: 5px 10px 10px 230px;
    padding: 0;
    border-left: 2px solid #2f913d;
}

footer {
    position: absolute;
    right: 2.4rem;
}


@media (max-width:375px) {
    .slideshow {
        visibility: hidden;
        display: none;
    }

    .imageDesktop {
        visibility: hidden;
        display: none;
    }

    .imageMobile img {
        width: 100%;
        margin-top: -1.5rem;
    }

    h1 {
        margin: 0 3rem 1rem 0.6rem;
    }

        h1 span {
            font-size: 1.4rem;
        }

    .main-wrapper {
        margin: 0;
        width: 100%;
    }

    .background {
        border: 0;
        color: #544949;
        margin: 0;
        background-color: #ffffff;
    }

    .container {
        width: 100%;
        padding: 0 0.6rem 0 0.6rem;
    }

    .row {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .contentContainer {
        margin: 1rem 0 0 0;
        padding: 0;
        border: none;
    }

    .content {
        padding-left: 0.5rem;
    }

        .content img {
            width: 100%;
        }

    .modal-body {
        position: relative;
        padding: 1px;
    }

    .kontaktForm {
        margin: 1rem 0.6rem 0 0.6rem;
    }
}


/* Extra small devices, Phones (376 .. 1199px) */
@media (min-width:376px) and (max-width:1199px) {
    .slideshow {
        visibility: hidden;
        display: none;
    }

    .main-wrapper {
        margin: 0;
        width: 100%;
    }

    h1 {
        margin: 0 3rem 1rem 0.6rem;
    }

    .background {
        border: 0;
        color: #544949;
        margin: 0;
        background-color: #ffffff;
    }

    .imageMobile img {
        width: 100%;
        margin-top: -1.5rem;
    }

    .container {
        width: 100%;
        padding: 0 0.6rem 0 0.6rem;
    }

    .content {
        padding-left: 0.5rem;
    }

    .address {
        width: 100%;
        margin: 0 auto;
        padding-top: 1rem;
    }

    .row {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .contentContainer {
        margin: 1rem 0 0 0;
        padding: 0;
        border: none;
    }

    .content img {
        width: 100%;
    }

    .modal-body {
        position: relative;
        padding: 1px;
    }

    .kontaktForm {
        margin: 1rem 0.6rem 0 0.6rem;
    }
}

/* Large devices, desktops (>= 120px) */
@media (min-width: 1200px) {

    form {
        width: 1200px;
        margin: 0 auto;
    }

    .imageMobile {
        visibility: hidden;
        display: none;
    }

    h1 {
        margin: -2rem 3rem 0 2rem;
        padding-top: 1.5rem;
    }

    /* Override Bootstrap setting */
    .container {
        width: 970px;
    }

    .content {
        padding: 1rem 2rem;
        width: 970px;
        z-index: 900;
        background-color: rgba(255,255,255,0.8);
        min-height: 300px;
    }

        .content img {
            position: relative;
            display: inline-block;
            height: 330px;
            width: 220px;
            overflow: hidden;
            border: 1px solid #544949;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

            .content img:hover {
                border: 1px solid #7fb7dd;
            }

    .row {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .contentContainer {
        width: 100%;
        margin-top: 60px;
    }
}

.kontaktContentLabel {
    display: block;
    clear: both;
    margin-top: 0.5rem;
}

.kontaktContentCheckbox {
    margin: 0.2rem 0 0 1rem;
    display: block;
    clear: both;
}

.kontaktObligateFields {
    color: #39b54a;
    font-style: italic;
}

.kontaktContentTextBox {
    background-color: White;
    color: Black;
    font-family: 'Courier New';
    font-size: 0.8rem;
    font-weight: normal;
    margin: 0;
    vertical-align: text-top;
    width: 100%;
}

.kontaktContentTextBoxError {
    background-color: #39b54a;
    color: white;
    font-family: 'Courier New';
    font-size: 0.8rem;
    font-weight: bold;
    vertical-align: text-top;
    width: 100%;
}

.kontaktContent STRONG {
    font-size: 0.9rem;
    color: #39b54a;
}

.kontaktContent EM {
    font-size: 0.9rem;
    font-style: italic;
}

.panel-danger {
    color: black;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger-header {
    color: white;
    background-color: #a94442;
    border-color: #ebccd1;
}

    .panel-danger-header h4 {
        color: white;
    }

.panel-danger-footer {
    color: black;
    background-color: white;
    border-color: #ebccd1;
}

.panel-success {
    color: black;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success-header {
    color: white;
    background-color: #3c763d;
    border-color: #d6e9c6;
}

    .panel-success-header h4 {
        color: white;
    }

.panel-success-footer {
    color: black;
    background-color: white;
    border-color: #d6e9c6;
}

hr {
    height: 1px;
    color: #c0c0c0;
    background-color: #c0c0c0;
    border: 0px;
}

.pdfImage {
    margin: 0 0.4rem 0 0;
}

.egmenu {
    display: none;
}

.slides img {
    width: 100%;
    margin-top: -1px;
}
