.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
* {
  font-family: 'Roboto', sans-serif;
}
h1,h2 {
  color: #c50c0e;
}

.user-profile a.profile-link {
    color: #c50c0e;
    text-decoration: underline;
    background: url(../images/profile-icon.svg) no-repeat left center, none;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    padding-left: 25px;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.exchange_rounded_p {
  background: none #c50c0e;
}
body.page-user .body-bg {
		padding-top: 50px;
    background: url(../images/login-bg.jpg) no-repeat center center;
    background-image: url(../images/login-bg.jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}
.container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-container {
  max-width: 540px;
}
header .header-menus {
  display: block;
  zoom: 1;
}
header .login-form {
  margin-left:70px;
}
header .header-menus:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
header .nav-menu,
header .user-menu{
  left:265px;
}
header .logo a{
  height: 98px;
  background-size: 194px 98px;
}
header .nav-menu ul,
header .user-menu ul {
  zoom: 1;
  width:100%;
  box-sizing:border-box;
  display:table;
}
header .nav-menu ul:after,
header .user-menu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

header .nav-menu ul li a,
header .user-menu ul li a {
  color: #575757;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
}
.desktop-standard header .user-menu ul li a, .tablet header .user-menu ul li a {
  font-size: 1.3rem;
}
.desktop-wide header .user-menu ul li a {
  font-size: 1.5rem;
}

header .nav-menu ul li a.active,
header .user-menu ul li a.active,
header .nav-menu ul li a.active-trail,
header .user-menu ul li a.active-trail,
header .nav-menu ul li a:hover,
header .user-menu ul li a:hover {
  color: #c50c0e;
}
header .nav-menu ul li,
header .user-menu ul li{
  display:table-cell;
  text-align:center;
}
header #dropdown {
  top:10px;
  background-position: right 6px;
  text-indent: -9999999999999px;
}
header .nav-menu ul li:first-child,
header .user-menu ul li:first-child{
  text-align:left;
}
header .nav-menu ul li:last-child,
header .user-menu ul li:last-child{
  text-align:right;
}
header .user-profile{
  margin-left:70px;
}
.header-logos {
  right: 85px;
}

.header-logos-box {
  right: 0;
}


.kleinzeitung-logo {
  width:128px;
  text-align:center;
  position:absolute;
  right:0;
  margin-top:6px;
  color: #575757;
}
.kleinzeitung-logo img{
  margin-top:4px;
}
.promo-boxes {
  display: block;
  zoom: 1;
  margin-top: 55px;
}
.promo-boxes:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.promo-boxes .box-wrapper {
  display: inline-block;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.promo-boxes .box-wrapper:nth-child(4),
.promo-boxes .box-wrapper:nth-child(5) {
  width: 50%;
  margin-top: 20px;
}
.promo-boxes .box-wrapper:nth-child(1) {
  padding-right: 20px;
}
.promo-boxes .box-wrapper:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}
.promo-boxes .box-wrapper:nth-child(3) {
  padding-left: 10px;
}
.promo-boxes .box-wrapper:nth-child(4) {
  padding-right: 15px;
}
.promo-boxes .box-wrapper:nth-child(5) {
  padding-left: 15px;
}
.promo-boxes .box-wrapper .box {
  background-color: #c50c0e;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 210px;
  display: table;
  vertical-align: middle;
  width: 100%;
}
.promo-boxes .box-wrapper .box-inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.promo-boxes .box-wrapper .text {
  max-width: 360px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
}
.promo-boxes .box-wrapper .image {
  display: inline-block;
  max-width: 80px;
}
.button:not(.button-fb) {
  background-color: #c50c0e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.main {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #575757;
}
footer {
  background: none #c50c0e;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
footer a {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}

.logged-in a[data-toggle=".register-form"] {
	display: none;
}

.tablet .promo-boxes .box-wrapper{
  width:50%;
}
.tablet .promo-boxes .box-wrapper:nth-child(odd){
  width:50%;
  padding-left:0;
  padding-right:15px;
}
.tablet .promo-boxes .box-wrapper:nth-child(even){
  width:50%;
  padding-left:15px;
  padding-right:10;
}
.tablet .promo-boxes .box-wrapper:nth-child(5){
  width:100%;
  padding-left:0;
  padding-right:0;
}

.tablet .kleinzeitung-logo,.mobile .kleinzeitung-logo{
  display:none;
}
.tablet header, .mobile header{
  background-color: #c50c0e;
}
.tablet header .header-menus, .mobile header .header-menus{
  background-color: #c50c0e;
}
.tablet header .nav-menu ul, .tablet header .user-menu ul ,.mobile header .nav-menu ul, .mobile header .user-menu ul{
  padding-right:0;
}

.mobile header .header-menus .user-menu ul li a.active, .tablet header .header-menus .user-menu ul li a.active, .tablet header .header-menus .nav-menu ul li a:hover, .tablet header .header-menus .user-menu ul li a:hover, .mobile header .header-menus .nav-menu ul li a:hover, .mobile header .header-menus .user-menu ul li a:hover, .tablet header .header-menus .nav-menu ul li a:focus, .tablet header .header-menus .user-menu ul li a:focus, .mobile header .header-menus .nav-menu ul li a:focus, .mobile header .header-menus .user-menu ul li a:focus {
  color:#c50c0e;
}

.tablet header .header-menus .nav-menu ul li a, .tablet header .header-menus .user-menu ul li a, .mobile header .header-menus .nav-menu ul li a, .mobile header .header-menus .user-menu ul li a {
  background-color:#c50c0e;
}
.tablet header .logo a, .mobile header .logo a {
  background: url('../images/kleine-talk-Logo-smallResolution_v3.png') no-repeat left top, none;
  background-size: 160px 46px;
  width: 160px;
  height: 46px;
}
body.page-user header {
  height: auto;
  padding:15px 0;
  background-color: #fff;
}
body.page-user header .logo a {
  background: url(../images/help_mobile-higherRes_v2.png) no-repeat center center, none transparent;
  width: 260;
  height: 69px;
  background-size: 320px 92px;
}
body.page-user header .logo {
  display:block;
  zoom: 1;
}

body.page-user header .logo img {
	max-width: 260px;
}

body.page-user header .logo:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.page-user .page-user-register header .logo a {
  width: 275px;
  height: 79px;
  background-size: 275px 79px;
}
body.page-user header .logo {
	width: 100%;
	text-align: center;
}

body.page-user .content {
	padding-top: 0;
}

body.page-user header .logo a {
	float: none;
	display: inline-block;
  width: 260px;
  height: 69px;
  background: url('../images/logo.png') no-repeat center center, none transparent;
  background-size: 260px 69px;
}

.tablet .page-user .title, .mobile .page-user .title {
	padding-top: 15px;
}
.graphic-col h3 {
	color: #c50c0e;
}

.exchange_points h1 {
	color: #c50c0e;
}

.main article ul {
	padding-left: 40px;
}
.main article ul li {
	list-style-type: disc;
}

body.page-user header .logo a {
   width: 260px;
   height: 115px;
   background-size: 153px 115px;
}

header .logo a {position: relative;width:134.71px ; height:74px ;  background-size: 134.71px 74px ;}
header .logo {position: relative} header .block-content .login-form { margin-left: 142px;}
.owner {position: absolute; top: 81px; line-height: 30px; color: #999; left:0; font-size: 12px;}
header .user-profile { margin-left: 142px}
.owner img {display: inline-block; vertical-align: middle; line-height: 30px; margin-left: 8px}
.owner-text {max-width: 86px;display: inline-block;line-height: 14px;vertical-align: middle;color: #575757;}
.tablet header, .mobile header {background-color: #fff ; border-top: 1px solid #e5e5e5;border-bottom: 3px solid #e73446;}
header #dropdown {background-image: url('../images/navi_black.svg') ; color: #000 ;}
.tablet header .logo a, .mobile header .logo a {background-image: url('../images/logo_small_red.svg') ; height: 40px ; width: 73px ; background-size: 73px 40px ;}
.tablet .owner, .mobile .owner {top: 10px;left: 76px;font-size: 10px; text-align: left;line-height: 15px; max-width: none;}
.tablet .owner img, .mobile .owner img {display: initial;vertical-align: initial;line-height: 0; margin-left: 0;}
.tablet .owner-text, .mobile .owner-text {vertical-align: top;max-width: 72px;padding: 0 5px;}
