@charset "UTF-8";
/* Allgemein */

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	background-color: #f1f1f1;
}

img {
	max-width:100%;
	height:auto;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

h1 {
}

h2 {

}

h3 {
	color: #343c84;
	font-size: 1.6em;
}

h4 {
}

a:hover {
	transition:all .5s linear;
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	-ms-transition:all .5s linear;
	-o-transition:all .5s linear;
}

row {
	width:100%;
	float:left;
}

.columns {
	float:left;
}

#wrapper {
	width: 100%;
	height: auto;
}


/* Header */
header {
  width: 100%;
  padding: 30px 0 0px 0;
  background: #99cc33;
  /* animation magic */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 9999;
  top: 0;
  position: fixed;
}

#innerbox-header {
	width: 100%;
}

#logobox, #logobox2 {
	width: 100%;
	text-align: center;
}

header .logo {
	width: 55%;
}

header .blau {
	width: 40%;
	margin-left: -70px;
	padding-bottom: 15px;
}

.container {
  width: 40%;
  margin: 180px auto;
}

.shrink {
  padding: 0;
}

.shrink .logo{
	width: 35%;
	height: auto;
	padding-top: 10px;
}

.shrink .blau{
	display: none;
}

#site-mobile, #site-work, #site-article, #site-detail, #container-intro, #site-impressum, #site-linkbox, #site-footer, #site-bottom {
	width:100%;
	float: left;
}

.container-welcome, .container-where, .container-form, .container-adress, .container-work, .container-article, .container-detail, .container-intro, .container-impressum, .container-linkbox, .container-footer, .container-bottom {
	max-width: 1200px;
	margin: 0 auto;
}

#slider-wrapper {
	display: none;
}

#site-where {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding-top: 250px;
	color: #343c84;
}

#site-where h2, #site-where p {
	margin-left: 15px;
}

.aushang {
	color:#343c84;
	font-size: 1em;
}

.aushang h3{
	margin-bottom: 0;
}

.aushang p{
	color:#343c84;
	font-size: 1em;
	margin: 0;
}


#site-work {
	margin-top: 40px;
	text-align: center;
	color: #343c84;
}

.work-img{
	padding: 0 10px 0 10px;
}

#site-article {
	color: #343c84;
}

#site-article img {
	width: 80%;
	margin: 15px;
	height: auto;
}

#site-article ul {
	margin-left: 15px;
}

#site-detail {
	text-align: center;
}

#site-detail img {
	padding: 15px;
}

.article1, .detail {
	overflow: hidden;
	border-bottom: 1px solid #333399;
	margin-bottom: 50px;
}

.article1 p {
	margin-left: 15px;
}

.article1 h3 {
	margin-left: 15px;
	font-size: 1.8em;
}

#site-article ul {
	margin-top: 15px;
	list-style-image: url(../img/bullet2.png);
}

#site-article li {
	list-style-type: disc;
	margin-bottom: 7px;
	margin-left: 25px;
}

.examples {
	margin: 20px;
}

#site-intro {
	color: #343c84;
}

#site-intro ul {
	margin: 10px 0 70px 15px;
	list-style-image: url(../img/bullet.png);
}

#site-intro h3{
	margin-left: 15px;
	font-size: 1.7em;
}

#site-intro p{
	margin: 80px 0 0 20px;
	font-size: 1.3em;
}

#site-intro li {
	list-style-type: disc;
	margin: 0 0 20px 20px;
	font-size: 1.4em;
}

#intro-sidebar1, #intro-sidebar2 {
	text-align: center;
}

#intro-sidebar1 img, #intro-sidebar2 img {
	margin-top: 60px;
}

#site-impressum {
	color: #343c84;
}

#site-impressum a {
	text-decoration: none;
	color: #343c84;
}

#site-impressum a:hover {
	color: #99cc33;
}

#site-impressum p {
	margin-left: 20px;
	font-size: 1.5em;
}

#site-impressum ul {
	margin: 20px 0 50px 20px;
	font-size: 1.5em;
}

#site-impressum li {
	margin-bottom: 10px;
}














#site-adress {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #343c84;
	padding: 100px 0 100px 0;
}

#site-adress a {
	text-decoration: none;
	color: #343c84;
}

#site-adress a:hover {
	color: #99cc33;
}

#site-adress p {
	font-size: 2em;
}

#site-adress .fa {
	color: #99CC33;
}

#site-linkbox {
	text-align: center;
	height: 150px;
}


#site-linkbox li{
	margin-bottom: 40px;
}










#site-footer, #site-bottom {
	background-color: #99cc33;
	color: #fff;
	height: auto;
}

#site-footer img{
	margin: 20px 0 30px 10px;
}

#site-footer ul{
	margin: 20px 0 0 25px;
}

#site-footer li{
	margin-bottom: 5px;
	font-size: 1.3em;
}

#footer-left, #footer-center, #footer-right {
	text-align: center;
}

#footer-right a{
	color: #fff;
	text-decoration: none;
}

#footer-right a:hover{
	color: #343c84;
}

#bottom {
	text-align: center;
	color: #343c84;
	font-size: 1em;
	margin-bottom: 30px;
}

#bottom a{
	color: #343c84;
	text-decoration: none;
}

#bottom a:hover {
	color: #fff;
}

.top{
	background-color: #343c84;
	bottom: 2em;
	color: #fff;
	display: none;
	opacity:0.6;
	padding: 0.5em 1em 0.5em 1em;
	position: fixed;
	right: 1.5em;
	text-decoration: none;
}
.top:hover{
	opacity:1;
	transition:1s;
}

.disclaimer {
	font-size: 0.7em;
}

.disclaimer h2{
	font-size: 2.5em;
	margin-left: 0.7em;
}

.disclaimer h3{
	margin-left: 1.2em;
	font-size: 1.5em;
}


/* Mobil */
#site-mobile {
	padding-top: 260px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #343c84;
}

.container-mobile {
	margin:0 auto;
}

#innerbox-mobile-1, #innerbox-mobile-2, #innerbox-mobile-3 {
	margin: 0 auto;
	width: auto;
	height: auto;
	text-align: center;
	border-top: 1px solid #333399;
	border-bottom: 1px solid #333399;
	margin: 15px;
}

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #99cc33;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #343c84;
  text-decoration: none;
}

#innerbox-mobile-1 img, #innerbox-mobile-2 img, #innerbox-mobile-3 img {
	width: 40%;
	margin: 10px;
}

.subfooter li {
	margin-bottom: 5px;
}

@media screen and (max-width:799px) {
.small-1 {width:50%;}
.small-2 {width:100%;}


}


@media screen and (min-width:800px) {
.large-1 {width:8.333333%;}
.large-2 {width:16.666666%;}
.large-3 {width:25%;}
.large-4 {width:33.333333%;}
.large-5 {width:41.666666%;}
.large-6 {width:50%;}
.large-7 {width:58.333333%;}
.large-8 {width:66.666666%;}
.large-9 {width:75%;}
.large-10 {width:83.333333%;}
.large-11 {width:91.666666%;}
.large-12 {width:100%;}

#wrapper {
	height: auto;
}

h2 {
	font-size: 2.5em;
}

header {
  padding: 30px 0 20px 0;
  border-bottom: 2px solid #333399;
}

#innerbox-header {
	margin: 0 auto;
	max-width: 1200px;
}

#navigation {
	float: right;
}

header .logo {
	width: 70%;
}

header .logo {
	margin-left: 20px;
}

header .blau {
	width: 55%;
	margin-left: 10px;
}

.shrink .logo{
	padding-top: 15px;
}

.shrink .blau{
	display: none;
}

#slider-wrapper {
	display: inline-block;
	width: 100%;
	height: auto;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#site-mobile {
	display: none;
}

#full-slider-wrapper {
	padding-top: 200px;
	max-width: 1200px;
	margin: 0 auto;
}

#site-work p{
	margin-bottom: 50px;
}

#site-form {
	width: 100%;
	float: left;
}

#site-where h2, #site-where p {
	margin-left: 20px;
	margin-bottom: 10px;
}

#site-adress {
	padding: 150px 0 150px 0;
}

#site-footer ul{
	margin: 20px 0 0 25px;
}

#site-footer li{
	margin-bottom: 5px;
	font-size: 1.3em;
}

#footer-right {
	text-align: right;
	margin-right: 15px;
}

#footer-left {
	text-align: left;
}

}
