/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.09.2014, 10:15:39
    Author     : Michael
*/
/* line 13, ../sass/global.scss */
body {
  background: #76b729;
}

/* line 17, ../sass/global.scss */
.clear {
  float: none;
  clear: both;
}

/* line 22, ../sass/global.scss */
header {
  height: 281px;
  background: #6aa425;
}

/* line 27, ../sass/global.scss */
.shadow {
  /*@include single-box-shadow;*/
  -webkit-box-shadow: black 0 0 12px;
  -moz-box-shadow: black 0 0 12px;
  box-shadow: black 0 0 12px;
  margin-bottom: 5px;
}

/* line 33, ../sass/global.scss */
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 30px;
}
/* line 41, ../sass/global.scss */
ul.menu li {
  display: inline-block;
  height: 30px;
  padding: 0;
}
/* line 46, ../sass/global.scss */
ul.menu li:last-child a {
  border-right: none;
}
/* line 50, ../sass/global.scss */
ul.menu li a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 15px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-right: 1px solid #fff;
}

/* line 65, ../sass/global.scss */
#content {
  background: #fff;
}

/* line 69, ../sass/global.scss */
.content {
  padding-top: 35px;
  padding-bottom: 35px;
  float: left;
  width: 542px;
  margin-left: 82px;
  margin-right: 32px;
}

/* line 78, ../sass/global.scss */
.sidebar {
  padding-top: 35px;
  padding-bottom: 35px;
  float: left;
  width: 265px;
}

/* line 85, ../sass/global.scss */
h1 {
  font-size: 40px;
  color: #0e5f88;
}

/* line 90, ../sass/global.scss */
h2 {
  font-size: 24px;
  color: #0e5f88;
  border-bottom: 7px solid #86afc3;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

/* line 98, ../sass/global.scss */
h3 {
  font-size: 18px;
  color: #0e5f88;
}

/* line 103, ../sass/global.scss */
h4 {
  font-size: 24px;
  color: #0e5f88;
}

/* line 108, ../sass/global.scss */
p {
  font-size: 16px;
}

/* line 113, ../sass/global.scss */
.sidebar p,
.sidebar p a {
  color: #0e5f88;
}

/* line 117, ../sass/global.scss */
footer {
  width: 624px;
  height: 220px;
  background: #6aa425;
  margin-left: 328px;
  padding-top: 20px;
  padding-left: 50px;
  margin-top: -5px;
  margin-bottom: 50px;
}
/* line 126, ../sass/global.scss */
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 568px;
}
/* line 132, ../sass/global.scss */
footer ul li, footer ul li * {
  letter-spacing: 0.1em;
}
/* line 136, ../sass/global.scss */
footer ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
}
/* line 142, ../sass/global.scss */
footer ul li:first-child {
  margin-right: 70px;
}
/* line 146, ../sass/global.scss */
footer ul li a {
  font-size: 14px;
  color: #fff;
}
/* line 150, ../sass/global.scss */
footer ul li strong {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

/* line 160, ../sass/global.scss */
.btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
  cursor: pointer;
}

a.button {
	color: #fff;
	padding: 10px;
	display: block;
	background-color: #6aa425;
	margin-top: 20px;
	text-align: center;
}

a.footer {
	color: white;	
}
a.footer:hover {
	color: #0e5f88;
}



/**
* Checkbox für Datenschutz
*/

.form-check {
    position: relative;
    display: block;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.form-check input {
    position: absolute;
    margin-top: .3rem !important;
    margin-left: -1.25rem !important;
    box-sizing: border-box !important;
    padding: 0;
    overflow: visible;
}

.form-check label {
    display: inline-block;
    margin-bottom: 0;
}

.form-check a {
    text-decoration: underline;
}