/* CSS Document */

@font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-Light.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-Light.woff?v=1.101) format("woff");
            font-weight: 300;
            font-style: normal
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-LightItalic.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-LightItalic.woff?v=1.101) format("woff");
            font-weight: 300;
            font-style: italic
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-Regular.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-Regular.woff?v=1.101) format("woff");
            font-weight: 400;
            font-style: normal
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-Italic.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-Italic.woff?v=1.101) format("woff");
            font-weight: 400;
            font-style: italic
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-Semibold.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-Semibold.woff?v=1.101) format("woff");
            font-weight: 600;
            font-style: normal
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-SemiboldItalic.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-SemiboldItalic.woff?v=1.101) format("woff");
            font-weight: 600;
            font-style: italic
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-Bold.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-Bold.woff?v=1.101) format("woff");
            font-weight: 700;
            font-style: normal
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-BoldItalic.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-BoldItalic.woff?v=1.101) format("woff");
            font-weight: 700;
            font-style: italic
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-ExtraBold.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-ExtraBold.woff?v=1.101) format("woff");
            font-weight: 800;
            font-style: normal
        }

        @font-face {
            font-family: "Open Sans";
            src: url(fonts/Open Sans/OpenSans-ExtraBoldItalic.woff2?v=1.101) format("woff2"), url(fonts/Open Sans/OpenSans-ExtraBoldItalic.woff?v=1.101) format("woff");
            font-weight: 800;
            font-style: italic
        }

        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,
        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;
        }

        article,
        aside,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        menu,
        nav,
        section {
            display: block;
        }

        body {
            width: 100%;
            height: 100%;
            line-height: 1;
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
        }

        body:before {
            content: "";
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            background: rgba(247, 247, 247, 1);
            background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(224, 224, 224, 1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(224, 224, 224, 1)));
            background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(224, 224, 224, 1) 100%);
            background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(224, 224, 224, 1) 100%);
            background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(224, 224, 224, 1) 100%);
            background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(224, 224, 224, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0);
        }

        ol,
        ul {
            list-style: none;
        }

        blockquote,
        q {
            quotes: none;
        }

        blockquote:before,
        blockquote:after,
        q:before,
        q:after {
            content: '';
            content: none;
        }

        .main-wrapper {
            width: 100%;
            height: 100%;
        }

        .container {
            position: absolute;
            left: 50%;
            top: 50%;
            max-width: 850px;
            transform: translate(-50%, -50%);
            display: flex;
            flex-direction: column;
        }

        .container .message {
			margin-bottom: 30px;
			
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }

		.container .message .welcome {
			border: 3px solid rgba(234, 9, 142, 1.0);
			background: rgba(234, 9, 142, 0.05);
			font-size: 18px;
			text-align: center;
			color: #5f6368;
			padding: 30px;
		}

		.container .message .forwarding {
			font-size: 15px;
			text-align: center;
			color: #5f6368;
			padding: 30px;
				
		}

        .container .logo-container {
            content: '';
			width: 100%; height: 220px;
			max-width: 450px;
			margin: 0 auto;
            background: #dbdbdb;
			background-image: url(../img/pbit-systeme_colored.png);
            background-size: 250px auto;
            background-repeat: no-repeat;
            background-position: center center;
			box-sizing: border-box;
            border-radius: 5px;
            -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);

            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .logo-container span {
            display: none;
        }

        .logo-container a {
            border: 0;
            display: block;
            width: 100%;
            height: 100%;
        }

        .logo-container:hover {
            background: #e6e6e6;
            cursor: pointer;
        }

        .logo-container::before,
        .logo-container::after {
            font-size: 18px;
            color: #5f6368;
            position: absolute;
            text-align: center;
            width: 100%;
            left: 50%;
            bottom: 10px;
            transform: translate(-50%, 0);
            opacity: 0;
            white-space: pre;

            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .logo-container::before {
            content: 'Ihr IT-Systemhaus';
        }

        .logo-container::after {
            content: 'PBIT Systeme GmbH & Co. KG \A Karl-Liebknecht-Str. 33 \A D-03046 Cottbus';
        }

        .logo-container:hover::after {
            font-size: 15px;
            bottom: -120px;
            line-height: 1.2;
            opacity: 1;
            color: #8D8D8D;
        }

        .logo-container:hover::before {
            bottom: -50px;
            opacity: 1;
        }

        .logo-container:hover {
            background-image: url(../img/pbit-systeme.png);
            background-size: 255px auto;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .subnav {
            position: absolute;
            left: 50%;
            bottom: 30px;
            transform: translate(-50%, 0);
        }

        .subnav ul li {
            float: left;
        }

        .subnav ul li:first-child::after {
            content: '|';
            margin: 20px;
            color: #484848;
        }

        .subnav ul li a {
            color: #484848;
            text-decoration: none;

            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .subnav ul li a:hover {
            color: #019fe3;
        }

        @media only screen and (max-width: 910px) {

            .main-wrapper {
                margin: 50px 0;
            }

            .container {
                position: relative;
                width: 100%;
                height: auto;
                top: inherit;
                left: inherit;
                display: block;
                margin: 50px 0 110px;
                transform: none;
            }

            .container::after {
                font-size: 24px;
                top: -70px;
            }

            .logo-container {
                min-width: 380px;
                margin: 15px auto 80px;
            }

            .gmbh::before,
            .logo-container::before,
            .gmbh:hover::before,
            .logo-container:hover::before {
                bottom: -40px;
                opacity: 1;
            }

            .gmbh::after,
            .logo-container::after {
                display: none;
            }

        }

        @media only screen and (max-width: 500px) {

            .container {
                padding: 0 15px;
                box-sizing: border-box;
            }

            .logo-container {
                width: 100%;
            }

            .subnav {
                position: relative;
                margin: 0 auto;
                width: 200px;
                left: unset;
                bottom: unset;
                transform: unset;
            }

        }