@charset 'UTF-8';

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700|Open+Sans+Condensed:300,700');*/

@font-face {
    font-family: "Open Sans Condensed";
    src: url("../fonts/EncodeSansCondensed-Regular.ttf") format("truetype");
}

@import url('font-awesome.min.css');

/*
	Wide Angle by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/


/*********************************************************************************/


/* Basic                                                                         */


/*********************************************************************************/

body {
    
    background: #191919;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #bbbbbb;
}

body,
input,
textarea,
select {}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    text-decoration: none;
    xtext-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

h7 {
    font-family: 'Open Sans', sans-serif;
}




h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a {
    color: inherit;
    text-decoration: none;
}

h8 a {
    text-decoration: none;
    xtext-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px; 
}

strong,
b {
    font-weight: bold;
}

em,
i {}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
}

blockquote {
    border-left: solid 0.5em #ddd;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 1em;
}

p {
    line-height: 2.25em;
}

br.clear {
    clear: both;
}

a {
    color: #bbbbbb;
}

a:hover {
    text-decoration: none;
}


/* Sections/Articles */

section,
article {
    margin-bottom: 3em;
}

section> :last-child,
article> :last-child {
    margin-bottom: 0;
}

section:last-child,
article:last-child {
    margin-bottom: 0;
}


/* Images */

.image {
    display: inline-block;
}

.image img {
    display: block;
    width: 100%;
}

.image-full {
    display: block;
    width: 90%;
    margin: 0 0 2em 0;
}

.image-left {
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered {
    display: block;
    margin: 0 0 2em 0;
}

.image-centered img {
    margin: 0 auto;
    width: auto;
}


/* Lists */

ul.style1 {}

ul.style1 li {
    padding: 0.50em 0em;
}

ul.contact {
    margin: 0;
    padding: 2em 0em 0em 0em;
    list-style: none;
    cursor: default;
}

ul.contact li {
    display: inline-block;
    padding: 0em 0.25em;
    font-size: 1.2em;
}

ul.contact li span {
    display: none;
    margin: 0;
    padding: 0;
}

ul.contact li a {
    color: #FFF;
}

ul.contact li a:before {
    display: inline-block;
    background: #2e2e2e;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    color: #939291;
}

ul.contact li a:hover:before {
    background: #393939;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #FFF;
}

ul.contact li a:active:before {
    background: #2b2b2b;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #FFF;
}


/* Forms */

form {}

form label {
    display: block;
}

form input.text,
form select,
form textarea {
    -webkit-appearance: none;
    display: block;
    border: 0;
    background: #ccc;
    width: 100%;
}

form input.text:hover,
form select:hover,
form textarea:hover {}

form input.text:focus,
form select:focus,
form textarea:focus {}

form textarea {
    min-height: 9em;
}

form .formerize-placeholder {
    color: #555 !important;
}

form ::-webkit-input-placeholder {
    color: #555 !important;
}

form :-moz-placeholder {
    color: #555 !important;
}

form ::-moz-placeholder {
    color: #555 !important;
}

form :-ms-input-placeholder {
    color: #555 !important;
}

form ::-moz-focus-inner {
    border: 0;
}


/* Tables */

table {
    width: 100%;
}

table.style1 {
    width: 100%;
}

table.style1 tbody tr:nth-child(2n+2) {
    background: #f4f4f4;
}

table.style1 td {
    padding: 0.5em 1em 0.5em 1em;
}

table.style1 th {
    text-align: left;
    font-weight: bold;
    padding: 0.5em 1em 0.5em 1em;
}

table.style1 thead {
    background: #444;
    color: #fff;
}

table.style1 tfoot {
    background: #eee;
}

table.style1 tbody {}


/* Buttons */

.button {
    display: inline-block;
    background: #47A9B8;
    border-radius: 5px;
    line-height: 3.2em;
    padding: 0 2em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    white-space: nowrap;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.90em !important;
    color: #fff !important;
}

.button:hover {
    background: #57B9C8;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.button:active {
    background: #ae424d;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.button-alt {
    background: #2e2e2e;
}

.button-alt:hover {
    background: #393939;
}

.button-alt:active {
    background: #2b2b2b;
}

.button-big {
    line-height: 3.5em;
    padding: 0 3em;
    font-size: 1.1em !important;
}


/* Header */

header {
    margin-bottom: 1.5em;
}

header h2 {
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #FFF;
}


/*********************************************************************************/


/* Icons                                                                         */


/*********************************************************************************/

.icon {
    text-decoration: none;
}

.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*********************************************************************************/


/* Wrappers                                                                      */


/*********************************************************************************/

#header-wrapper {
    position: relative;
    background: #1c1c1c;
    border-bottom: 1px solid #232323;
    z-index: 4;
}

#banner-wrapper {
    position: relative;
    background: #333;
}

#features-wrapper {
    position: relative;
    background: #fff;
}

#main-wrapper {
    position: relative;
    overflow: hidden;
    background: #1c1c1c;
}

.homepage #main-wrapper {
    background: #1c1c1c;
}

#footer-wrapper {
    position: relative;
}

#footer-wrapper-fixed {
    position: fixed;
    bottom: 0;
    background-color: black;
    width: 100%;
    text-align: center;
    font-size: 10pt;
}


/*********************************************************************************/


/* Logo                                                                          */


/*********************************************************************************/

#logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    background: #292929;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #292929;
}

#logo:after {
    content: '';
    position: absolute;
    left: 0;
    border-top: solid 1px #292929;
    border-left: solid 1px rgba(64, 64, 64, 0);
    border-right: solid 1px rgba(64, 64, 64, 0);
}

#logo a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    border: 0;
    color: #fff;
}

#logo a>span {
    display: inline-block;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-color: rgba(255, 255, 255, 0.2);
    letter-spacing: 0.15em;
    line-height: 1.2em;
    text-align: center;
}

#logo a>span b:last-child {
    display: block;
}


/*********************************************************************************/


/* Footer                                                                        */


/*********************************************************************************/

#footer {
    text-align: center;
}

#footer h2 {
    font-weight: 700;
}

#footer p {
    letter-spacing: 0.10em;
}


/*********************************************************************************/


/* Copyright                                                                     */


/*********************************************************************************/

#copyright {
    overflow: hidden;
    text-align: center;
    color: #61666c;
}

#copyrightsmall {
    overflow: hidden;
    text-align: center;
    color: #61666c;
    font-size: 10px;
}


/*********************************************************************************/


/* Slider                                                                        */


/*********************************************************************************/

#slider {
    position: relative;
    margin: 0 auto;
    width: 100%;
    cursor: default;
}

#slider .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(32, 32, 32, 0.75);
    z-index: 3;
    text-align: center;
}

#slider .caption h2 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

#slider .caption p {
    opacity: 0.5;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.blink {
    color: #FFF;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}


/*********************************************************************************/


/* Intro                                                                         */


/*********************************************************************************/

#intro {
    overflow: hidden;
    text-align: center;
}

#intro header h2 {
    font-weight: 700;
}

#intro .number {
    display: inline-block;
    background: #2e2e2e;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    letter-spacing: 0.10em;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    font-weight: 700;
    color: #FFF;
}

#intro section:last-child {
    border-right: none;
}

.shadow:hover {
    box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.24);
}

.do-not-break {
    display: inline-block;
}

#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
}

#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}

#cookies-eu-more {
    margin-left: 7px;
}

#cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}

#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}

 .call-button {
      display: none;
      # position: fixed;
     # bottom: 120px;
     # left: 50%;
     # transform: translateX(-50%);
     # z-index: 1000;
      width: 100px; /* Größe anpassbar */
      height: auto;
      margin: 0 auto;     /* zentriert block-level */
      #       opacity: 0.85; /* Leicht durchsichtig */
     # transition: opacity 0.3s ease;
    }

    /* Nur auf mobilen Geräten anzeigen */
    @media (max-width: 768px) {
      .call-button {
        display: block;
      }
    }