

/* General */

* {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:hover, a:focus {
	text-decoration: none;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1em;
    color: #3f3f3f;
}

p {
    color: #010101;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: lighter;
    line-height: 22px;
    margin: 0 0 10px;
}

h2 {
    font-family: 'Century Gothic';
    font-size: 44px;
    font-weight: lighter;
    line-height: 37px;
    margin: 0 0 23px;
    color: #000;
}

/* Mainmenu */

#mainmenu {
    min-height: 30px;
    line-height: 30px;
    background-color: #808080;
    color: #fff;
    border-bottom: 1px solid #efefef;
    text-align: center;
}

.header-language li {
    float: left;
    display: inline-block;
    margin-left: 10px;
    color: #efefef;
}

.header-language li:last-child {
    margin-right: 0;
}

.navbar {
    min-height: 60px;
    line-height: 100px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: #808080;
    border-color: #efefef;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 0;
    line-height: 60px;
}

.nav>li {
    padding-right: 15px;
}

.nav>li:last-child {
    padding-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.navbar-collapse {
    border: 0;
    box-shadow: none;
}

/* Header */

#header {
    background-color: #808080;
    border-bottom: 1px solid #efefef;
    height: 90px;
}

#logo {
    margin: 25px 0 0;
}

#mle {
    color: #efefef;
    padding: 0 0 0 35px;
    font-family: 'Century Gothic';
}
#mle a {
    color: #efefef;
}
#mle .active{
    color:#f7a200;
}

/* Stylesheet: CSS Modified On 2015-06-04 14:07:27 */

#navi {
    margin: 55px 0 0;
}

#navi ul {
    width: 100%;
    float: right;
}

#navi ul li {
    float: left;
    display: block;
    text-decoration: none;
}

#navi ul li a {
    color: #efefef;
    padding: 0 0 0 35px;
}

#navi ul li a:hover {
    color: #f7a200;
}

#navi ul li.menuactive a {
    color: #f7a200;
}


/* Banner */

#banner {
	height: 595px;
    background-color: #efefef;
    border-top: 1px solid #828282;
    margin: 0 0 25px;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.75);
}

.banner {
	margin-top: 120px;
}

.banner-slogan {
	margin: 0 0 0 65px;
}

.banner-image {
	margin: 50px 0 0;
}

.bannerlist h3 {
	font-size: 20px;
	color: #000;
}

.bannerlist ul {
    list-style-image: url('../img/list.png');
    margin: 10px 0 0;
    color: #212121;
    font-family: 'Century Gothic';
    font-size: 18px;
    line-height: 23px;
}

.bannerlist li {
    margin: 5px 0 0;
}

.bannerlist {
    margin: 32px 0 0 50px;
    max-width: 415px;
}

.bannerlist .button {
    background: rgba(0, 0, 0, 0) url("../img/button.png") no-repeat scroll 0 0;
    color: #fff;
    font-size: 19.5px;
    display: block;
    transition: opacity 0.3s ease-in-out 0s;
    margin: 50px 0 0;
    min-width: 284px;
    padding: 25px 0 25px 20px;
    float: right;
}

.bannerlist .button:hover {
    opacity: 0.7;
}

#content {
	border-bottom: 2px solid #c5c5c5;
}

.contentleft {
    background-color: #f6f6f6;
    min-height: 485px;
    margin: 0 0 65px;
    padding: 20px 3%;
}

.contentleft h2 {
    background: url("../img/list.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 33px;
    padding: 8px 0 0 36px;
    font-family: 'chalkduster';
    font-weight: normal;
}

.contentleft p {
    padding: 0 0 0 36px;
    font-size: 16px;
}

.contentleft h3 {
    padding: 0 0 0 36px;
    font-size: 22px;
    margin: 50px 0 25px;
	font-family: 'chalkduster';
    font-weight: normal;
    color: #000;
}

.contentleft h3 a {
	color: #212121;
    font-size: 22px;
}

.contentleft h3 a:hover {
    color: #f7a200;
}

#content h3 {
	font-size: 25px;
	margin: 30px 0 20px;
	font-family: "chalkduster";
	font-weight: normal;
}

.phone {
	background: rgba(0, 0, 0, 0) url("../img/phone.png") no-repeat scroll 0 0;
	font-family: comic sans ms;
	margin: 24px 0 0;
	padding: 19px 0 0 30px;
}

.bx-wrapper .bx-viewport {
	border: 0;
	box-shadow: none;
}

#footer {
    background-color: #c5c5c5;
    border-top: 1px solid #fff;
    padding: 15px 0;
}

#footer a {
	font-size: 13px;
	color: #fff;
}

#footer a:hover {
    color: #f7a200 !important;
}








ul {
    color: #212121;
    font-family: 'Century Gothic';
    font-size: 18px;
    line-height: 23px;
}

#pagebanner {
    height: 125px;
    background-color: #efefef;
    border-top: 1px solid #828282;
    margin: 0 0 25px;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.75);
}

.pagebanner-slogan {
    margin: 50px 0 0 65px;
}

.pagebanner-image {
    margin: 20px 0 0 35px;
}

.pagebanner-slogan h2 {
    font-size: 27px;
    line-height: 44px;
    margin: 0;
    font-family: 'chalkduster';
    font-weight: normal;
}

#pagecontent {
    border-bottom: 2px solid #c5c5c5;
    padding-top: 30px;
}

.leftbox, .rightbox {
    height: 200px;
}

.number {
    display: inline;
    padding: 5px 12px 5px 0;
}

.numberimg {
    display: inline;
}

.numbertxt {
    margin: 15px 105px 0 87px;
}

.numberimg img {
    border: 1px solid #bcbcbc;
}

.leftbox {
    margin: 0 0 70px;
}

.rightbox {
    margin: 90px 0 0;
}

#bannerlist .button, .button .button {
    background: rgba(0, 0, 0, 0) url("../img/button.png") no-repeat scroll 0 0;
    color: #fff;
    font-size: 19.5px;
    margin: 50px 65px 0;
    padding: 25px 97px 25px 20px;
    transition: opacity 0.3s ease-in-out 0s;
}
#bannerlist .button:hover, .button .button:hover {
    opacity: 0.7;
}
#bannerlist .button {
    margin: 50px 0 0;
    min-width: 284px;
    padding: 25px 0 25px 20px;
}
.button .button {
    margin: 85px 0 0 75px;
    display: inline-block;
}

.contactbanner-image {
    margin: 34px 0 0;
}

.contactbanner-text {
    margin: 58px 70px 0 0;
}

.contactbanner-text h2 {
    font-size: 27px;
    line-height: 44px;
    margin: 0;
    font-family: 'chalkduster';
    font-weight: normal;
}

#contentcontact {
    margin: 45px 0 0;
}

#contentcontact h3 {
    margin: 80px 0 5px;
    font-family: 'chalkduster';
    font-weight: normal;
    color: #000;
    font-size: 20px;
}

.member {
    padding: 70px 6% 50px 0;
    background-color: transparent;
}

.portraittxt h4 {
    color: #010101;
    font-size: 16px;
    font-weight: lighter;
    line-height: 22px;
    font-family: 'Century Gothic';

}

.portraittxt p {
    color: #010101;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: lighter;
    line-height: 22px;
    margin: 0 0 30px;
}

#kontactcontent {
    padding: 0 0 65px;
    border-bottom: 2px solid #c5c5c5;
}

.form form input, .form form textarea {
    border: 1px solid #c0c0c0;
    color: #212121;
    font-family: 'Century Gothic';
    font-size: 16px;
    margin: 0 0 5px;
    padding: 15px 2%;
    transition: background 0.5s ease-in-out 0s;
    width: 96%;
}

.form form textarea {
    height: 190px;
    max-height: 190px;
    resize: none;
}

.form form input:focus, .form form textarea:focus {
    background: none repeat scroll 0 0 #f7a200;
    color: #fff;
}

.form form .submit {
    width: 96%;
}

.form form .submit input {
    background: url("../img/contactbutton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    margin: 15px 0 0;
    width: 197px;
}

.form form .submit input:hover {
    opacity: 0.7;
}

.address h3 {
    font-size: 25px;
    font-family: 'chalkduster';
    font-weight: normal;
    color: #000;
    margin: 0;
}

a {
    text-decoration: none;
    color: #212121;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
a:hover {
    color: #f7a200;
}

#contentimpressum {
    padding-bottom: 166px;
}

@media (max-width: 767px) {
    .button {
        margin: 50px 0;
    }
    #pagebanner {
        height: inherit;
    }
    .contactbanner-text h2 {
        font-size: 25px;
    }
    #pagebanner {
        text-align: center;
    }
    .contactbanner-text {
        margin: 30px 0 20px;
    }
    .address {
        margin-top: 130px;
    }
    #mainmenu .pull-right {
        float: none !important;
    }
    #mainmenu ul {
        display: inline-block;
        text-align: center;
    }
    #content {
        padding-bottom: 60px;
    }
    .leftbox, .rightbox {
        height: inherit;
        margin: 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 479px) {
    .banner-slogan {
        margin: 0;
    }
}

@media (max-width: 991px) {
    #banner {
        height: inherit;
        padding-bottom: 60px;
    }
    .bannerlist .button {
        float: none;
    }
}

@media (max-width: 366px) {
    .bannerlist .button {
        margin: 50px 0 0 -50px;
    }
}

@media (max-width: 494px) {
    .numberimg img {
        max-width: 100%;
        display: inline-block;
    }
    .numbertxt {
        margin: 0;
        margin-top: 15px;
    }
    .number {
        padding: 0;
    }
    .number img {
        margin-bottom: 20px;
    }
    #bannerlist .button, .button .button {
        font-size: 14.5px; 
    }
    .button .button {
        margin: 0;
    }
}
