
/* russo-one-regular - latin */
@font-face {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/russo-one-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Russo One'), local('RussoOne-Regular'),
    url('../fonts/russo-one-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/russo-one-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/russo-one-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/russo-one-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/russo-one-v9-latin-regular.svg#RussoOne') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v18-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('../fonts/open-sans-v18-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
    background: #f2f2f2 !important;
    color: #666;
    font-family: 'Open Sans', 'Arial';
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Russo One';
    font-weight:700;
    color: #000;
    margin-top: 25px;
    margin-bottom: 5px;
}

h1 {
    font-size: 23px;
    font-weight: 300;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h2.lined {
    position: relative;
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #777;
    margin-bottom: 20px;
}

h2.lined:before,
h2.lined:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: #ccc;
}

h2.lined:before {
    margin-left: -52%;
    text-align: right;
}

h2.lined:after {
    margin-left: 2%;
}

a {
    color: #d70a1e;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    text-decoration: none !important;
    outline-width: 0 !important;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}

a.btn {
    font-family: 'Open Sans', 'Arial';
    color: #d80b1e;
    border: 1px solid #d80b1e;
    border-radius: 3px;
    line-height: 1.5;
    text-align: center;
    padding: 5px 30px;
}

a.btn:hover {
    background-color: #d80b1e;
    color: #fff;
}

#stage {
    position: relative;
}

#txt-wrap {
    position: absolute;
    left: 90px;
    bottom: 30px;
    text-align: left;
    letter-spacing: 1px;
}

#line-1 {
    background: #d80b1e;
    color: #fff;
    font-family: 'Russo One';
    font-size: 38px;
    font-weight: 300;
    padding: 3px 12px;
    margin: 0;
    display: inline-block;
}

#break {
    display: block;
}

#line-2 {
    background: #000;
    color: #fff;
    font-family: 'Open Sans', 'Arial';
    font-size: 32px;
    font-weight: 600;
    padding: 3px 12px;
    margin: 0;
    display: inline-block;
}

section {
    padding: 30px 0;
}

.uppercase {
    text-transform:uppercase;
}

.no-padding {
    padding:0;
}

.full-page {
    width:100%;
    height:100%
}

#imprint h2,
#privacy h2 {
    font-size: 18px;
}

#imprint h3,
#privacy h3 {
    font-size: 16px;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
} 

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1; /* Für den IE6 und IE7 */
}

::-webkit-selection {
    background-color: #ff6300;
    color: #fff;
}

::-moz-selection {
    background-color: #ff6300;
    color: #fff;
}

::selection {
    background-color: #ff6300;
    color: #fff;
}

::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}

footer {
    font-size: 14px;
    color: #fff;
    background: #333;
    margin-top: 50px;
    padding: 5px 0;
}

footer a {
    color: #fff;
    display: inline-block;
}

footer a:focus,
footer a:active,
footer a:hover {
    color: #ff6300 !important;
    text-decoration: underline;
}


a.back-to {
    background: #ff6300;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: 60px;
    display: none;
    height: 40px;
    line-height:40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 999;
    font-size: 20px;
}

a.back-to:hover,
a.back-to:focus {
    background: #bd4e07;
}

a.back-to {
    color: #fff;
}

#logo {
    height: 50px;
    margin: 30px 0;
}

#top {
    background: url(../img/top-bg.png) repeat-x left top;
    height: 34px;
    box-shadow: 0 1px 20px #222;
}

#header {
    background: url(../img/header-bg.png) repeat-x left top #fff;
}

#intro {
    padding-top: 25px;
}

#intro p {
    padding: 25px 40px 0;
}

.breaker {
    background: #d2d2d2;
}

.card {
    background: #fff;
    color: #000;
    padding: 30px 30px 40px;
}

.card-img-wrap {
    height: 180px;
    padding: 30px 0;
}

#bsw-logo {
    height: 90px;
}

#ahb-logo {
    height: 120px;
}


@media (max-width: 768px) {
    #txt-wrap {
        position: static;
    }

    #line-1 {
        font-size: 20px;
        display: block;
        margin: 0;
    }

    #line-2 {
        font-size: 16px;
        display: block;
        margin: 0;
    }

    #card-1 {
        border-bottom: 15px solid #d2d2d2;
    }
}

/* Cookie notification */

#cookie_notification {
	background: rgb(51, 51, 51);
	color: #fff;
	display: block;
}

#cookie_notification .msg {
	padding: 10px;
  padding-top: 5px;
  float: left;
  width: 65%;
  display: table-cell;
  vertical-align: middle;
}

#cookie_notification .links {
  position: relative;
  margin: 0 auto;
  width: 35%;
  float: left;
  display: table-cell;
  vertical-align: middle;
}

#cookie_notification .links button,
#cookie_notification .links a {
	margin-top: 10px;
	color: #D80B1E;
}

#cookie_notification .links button:hover {
	border-color: #fff;
}

#cookie_notification .links a.info-btn {
	padding-left: 20px;
	color: #fff; 
}

#cookie_notification p {
	margin: 0;
}