@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header, main {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 50px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
}

.border {
	border: 1px solid #000000;
}

.button {
	background-color: #0000ff;
	background-image: -moz-linear-gradient(top, #3693d1 0%, #0000ff 100%);
	background-image: -webkit-linear-gradient(top, #3693d1 0%,#0000ff 100%);
	background-image: linear-gradient(to bottom, #3693d1 0%,#0000ff 100%);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#3693d1),to(#0000ff));
	background-image: -o-linear-gradient(top,#3693d1,#0000ff);
	background-image: linear-gradient(to bottom,#3693d1,#0000ff);
	background-repeat: repeat-x;
	border-color: #0000ff #0000ff #3693d1;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border: 1px;
	padding: 5px 10px;
	display: table;
	margin: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #fff;
	font-size: 16px;
}
#zielplus .button {
    display: inline-block;
    text-decoration: none;
}
.button a {
    text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.button:hover {
    background-image: none;
    border-color: #0000ff #0000ff #3693d1;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.submit {
    width: auto;
	float: left;
}
.zielgruppen .submit {
    float: right;
}

.fehler {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.blueback {
	background-color: #5CA4FF;
	padding: 20px;
}
.disabled {
	display: none;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.kontakte {
    clear: both;
}

.firma {
    background-color: #ff0000;
    display: table;
    padding: 10px 20px;
	margin-bottom: 10px;
}

.col {
	width: 100%;
}
.multi {
	width: auto;
	padding-right: 20px !important;
}
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

hr {
    margin: 20px 5px;
}

.white a {
    color: #ffffff;
}
.white a:hover {
    color: #808080;
}
/* TABLE */
table {
    margin: 20px 0px;
}
.zielgruppen table {
    margin: 0;
}
thead {
    font-weight: bold;
}
td {
    padding: 5px;
	vertical-align: top;
}

/* FORM */
form {
	display: table;
}
fieldset {
    border: none;
}
label {
	display: inline-block;
	width: 120px;
}
form li {
    list-style: none;
}
input {
    margin: 5px 5px 10px 5px;
}
.searchform {
    display: block;
}
.searchtext {
    width: 500px;
    float: left;
}
.searchbutton {
    width: 80px;
}
.zielcheck label {
    width: auto;
}
/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	h2 {
		margin: 20px 0;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 100%;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

