/*
Theme Name: ww
Version: 1.0
Author: http://roehre-kommunikation.de
Author URI: http://roehre-kommunikation.de
*/
* {
	margin:0;
	padding:0;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #d8dad9;
	background-color: #979795;
	color: #fff;
	font-family:'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.4;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Typography */
a {
	color: #ddd;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #bbb;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 400;
	line-height: 1.4;
}
h1 {
	font-size:18px;
	margin-bottom:15px;
}
h2 {
	font-size: 26px;
	margin-bottom:25px;
}
p {
	margin: 0 0 20px;
}
strong {
    font-weight: 400;
}

/* Inhalt */
.content {
	background-color:#3f3c37;
	padding:40px;
	padding-bottom:90px;
}
.logo-container {
	background-color:#fff;
	padding: 25px 40px 5px 40px;
}
.btn-ww {
	background-color:transparent;
	border:1px solid #fff;
	color: #fff;
	border-radius:0;
	font-size:18px;
	letter-spacing: 0.02rem;
	padding: 6px 10px;
	background-image:none;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-ww:hover, .btn-ww:focus, .btn-ww:active {
	background-color:#ddd;
	color:#df0f3f;
	border-color:#df0f3f;
	background-image:none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}


ul {
	list-style: outside square;
	padding-left: 20px;
	margin-bottom: 30px;
}

/* helpers */
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-35 {
	margin-bottom:35px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-0 {
	margin-bottom:0;
}
.mr-10 {
	margin-right:10px;
}
.mt-40 {
	margin-top:40px;
}
.pr-10 {
	padding-right:10px;
}
.pr-20 {
	padding-right:20px;
}
.pt-0 {
	padding-top:0;
}
.bg-silver-light{
	background-color:#ebedf2;
}
.rot {
	color:#90122a;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Media */
img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	/* margin-bottom: 1.5em; */
	max-width: 100%;
}

@media print {
body {
		background: none !important; /* Brute force since user agents all print differently. */
	}
}