/* =============================================================================
   Merchant CSS
============================================================================= */


.header-menu-container { /* Hintergrundfarbe der Titelzeile */
	background-color: #ffffff;
}


/* Link
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
ul.navbar-nav > li > a:not(.btn) {
    opacity: 0.75;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    font-weight: 500;
    line-height: 73px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
ul.navbar-nav > li.parent-list > a { border-bottom-color: transparent !important; }

/* Hover / Focus
------------------------------------- */
ul.navbar-nav > li > a:not(.btn):hover,
ul.navbar-nav > li.active > a:not(.btn) {
	color: #004966;
    opacity: 1;
    border-bottom-color: #004966;
    background-color: transparent;
	outline: 0;
}
ul.navbar-nav > li > a:not(.btn):focus { background-color: transparent;}


/* App Store Banner
============================================================================= */

.button-block-container { /* Hintergrundsfarbe des Bereichs, auf dem die App-Store-Buttons liegen */
	background-color: #c8102e;
}

/* Footer
============================================================================= */
.red-section  {
	background-color: #ffffff;
}


/* Schriften */

/* =============================================================================
  Typography
============================================================================= */
/* Heading
============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #c8102e;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
h2 {
	color: #2b3233;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}
h3 { font-size: 30px; font-weight: 300; line-height: 1.3; }
h4 { font-size: 20px; font-weight: 300; line-height: 1.3; }
h5 { font-size: 18px; font-weight: 300; line-height: 1.4; }
h6 { font-size: 16px; font-weight: 300; line-height: 1.4; }

h2,h3,h4,h5 {
	color: #c8102e; /* Farbe der Überschriften */
}

#clients-section-5 h2 {
	color: #000000;
	font-size: 24px;
	line-height: 1.4;
}

#clients-section-5 h2 span{
	color: #000000;
	font-weight: 700;
}

/* Font
============================================================================= */
h1,
h2 {
    font-family: 'Open Sans', sans-serif;
}


/* Paragraph
============================================================================= */
p { margin: 0 0 15px 0; }
p:last-of-type { margin-bottom: 0; }

#cta-section-23 p,
#content-section-28 p,
.content-block-container p,
.cta-block-container p {
	color: #2b3233;
	font-size: 18px;
	font-weight: 300;
}

#content-section-28 p.fine-print { font-size: 12px; margin-bottom: 30px;}

#content-section-28 p.fine-print a {text-decoration: underline;}

#clients-section-5 p.note {
	color: #000000;
	font-size: 14px;
}

/* Breadcrumbs */

ol.breadcrumb > li a {
    color: #c8102e;  /* Schriftfarbe des klickbaren Teils des Breadcrumbs */
}

ol.breadcrumb > li.active {
	color: #000; 	/* Schriftfarbe des Seitentitels im Breadcrumb */
}


/* Big Icons
----------------------------------------------------------------------------- */
.content-block-container i.circle-icon-block {
    color: #ffffff;
    background-color: black;
}
.content-block-container:hover i.circle-icon-block {
    color: white;
    background-color: #c8102e;
}

.content-block-container i.fa-2 {
	font-size: 2em;
}

/* =============================================================================
  UP Button
============================================================================= */
/*Wrapper
----------------------------------------------------------------------------- */
#up-button {
    right: 32px;
    z-index: 10;
    bottom: -64px;
    position: fixed;
    text-align: center;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s linear;
       -moz-transition: all 0.30s linear;
         -o-transition: all 0.30s linear;
            transition: all 0.30s linear;
}
#up-button.correct-position { bottom: 32px; }


/* Link
-------------------------------------------------------------------------- */
#up-button a {
    color: #515151;
    font-size: 24px;
    background-color: #ffffff;
}
#up-button a:hover {
    color: #ffffff;
    background-color: #004966;
}

form#languageForm {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    padding: 30px 0px 0px 10px;
    float: left
}

div.slogan {
    font-size: 44px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1.0em;
}

div.slogan span.highlight {
    color: #c8102e;
}

div.pos-finder {
}

div.pos-finder h1 {
    color: #000;
    padding: 15px 15px;
    margin: 0 !important;
    text-align: center;
    font-weight: 200;
    font-size: 22px !important;
}

div.pos-finder input {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    padding: 10px 5px;
    border: 0;
    background: #f4f4f4;
}
#googleMap {
    width: 100%;
    height: 0vh;
    margin: 0;
    transform: translate(0, -42px);
    -webkit-transform:translate(0, -42px);
    -ms-transform:translate(0, -42px);
}

