html {
    height: 101%;
}
.margin_top {
    margin-top: 50px;
}
.collapsebtn:hover {
    cursor: pointer;
}
p.caption {
    text-align: center;
    margin-top: 30px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.7;
    min-height: 2200px;
    background-color: #e3efff;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-attachment: fixed;
}
p.note {
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.4;
    background-color: #d7e9ff;
    margin-bottom: 30px;
    margin-top: 30px;
}
.row.downloads p {
    margin-top: 20px;
    line-height: 1.4;
    margin-bottom: 0px;
}
.row.downloads td {
    vertical-align: top;
    padding-right: 20px;
}
.row.downloads tr td:last {
    padding-right: 0px;
}
#mainwrapper {
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
}

.infobox {
    background-color: #fef6f0;
    padding: 20px;
}
.hervorhebung1 {
    font-weight: 600;
}
ul {
    padding-left: 20px;
}
ul li {
    list-style-image: url("../images/bullet.png");
}
.infobox ul {
    margin-bottom: 0;
}
p {
    margin-top: 0px;
    margin-bottom: 10px;
}
h2 {
    margin-top: 0px;
    color: #ff6c00;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.7em;
}
h3 {
    font-size: 1.1em;
    line-height: 1.4;
    color: #ff6c00;
    margin-top: 0px;
    margin-bottom: 10px;
}
.row.bgcol {
    background-color: #f2f8ff;
}
.row#part10 {
    min-height: inherit !important;
}
#mainwrapper {
    background-color: #fff;
}
.pad-inner {
    padding: 60px 30px;
}
.container-fluid {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}
#part20 {
    background-color: #ffffff;
}
#part30 .col-xs-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#part30-sticky-wrapper.is-sticky #part30 {
    width: 100% !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    background-color: #fff;
    z-index: 900 !important;
    left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#part30-sticky-wrapper.is-sticky .navbar a {
    color: #fff !important;
}

#part30-sticky-wrapper.is-sticky #navbarCollapse.collapse.navbar-collapse {
        border-bottom: 0;
    }

.navbar {
    border-radius: 0px;
    border: none !important;
    z-index: 900;
}
.navbar-default {
    background-color: transparent;
}
#navbar ul li a {
    text-transform: uppercase;
    font-weight: 600; 
    line-height: 1.8;
}
.navbar-collapse.collapse {
    line-height: 1;
}
.navbar-nav {
    margin: 0 auto;
    float: none;
    display: inline-block;
}
#navbar {
    margin-bottom: 0;
}
#pflichttexte {
    display: none;
}
#pflichttexte-button {
    background-color: #fff;
    height: 30px;
    color: #ff6600;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
    right: 0;
    display: block;
    width: 100%;
    bottom: 0;
    text-align: center;
}
#pflichttexte-button:hover {
    cursor: pointer;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-group .panel {
    border-radius: 0px;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.panel-heading {
    background-color: #ff6c00 !important;
    padding: 20px;
    width: auto;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 20px;
    border-radius: 0px;
}
.panel-body {
    border-top: 0px !important;
    padding: 20px; !important;
    padding-top: 0 !important;
}

.panel-body p:last-child {
    margin-bottom: 0px;
}

.panel-heading h4 {
    color: #ffffff !important;
    font-weight: 600 !important; 
    display: inline-block;
    font-size: 1.2em;
}

.panel-heading .collapsebtn {
    float: right;
    padding: 0 !important;
    border: none !important;
    color: #fff;
    background-color: transparent !important;
}
.panel-heading  .collapsebtn .glyphicon {
    font-weight: 600 !important;
    font-size: 2em;
    line-height: 0.7 !important;
    padding: 0 !important;
}

#legal-notice p {
    font-size: 0.7em;
    text-align: center;
}

#links {
    margin-bottom: 3em;
}

#kreussler-link {
    margin: 0 auto !important;
    text-align: center;
    display: block;
}
#kreussler-link img {
    width: 30%;
}

input[type="text"],
input[type="email"],
textarea,
select {
    font-family: "Open Sans", sans-serif;
    font-size: 1.0em  !important;
    font-weight: normal;
    border-radius: 0 !important;
}

input[type="text"],
input[type="email"], select {
        height: 40px !important;
}
input.finput {
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 4em; !important;
}
input.captcha.finput {
    width: 8em !important;
}
ul {
    margin-top: 10px;
}
.btn-primary {
    background-color: #ff6600;
    background-image: -webkit-linear-gradient(top,#ff6600 0,#cc3300 100%);
    background-image: -o-linear-gradient(top,#ff6600 0,#cc3300 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff6600),to(#cc3300));
    background-image: linear-gradient(to bottom,#ff6600 0,#cc3300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6600', endColorstr='#ffcc3300', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #ff6600;
    border-radius: 0 !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #cc3300 !important;
    border-color: #ff6600 !important;
}
form {
    margin-top: 1.5em;
}
.control-label {
    display: none;
}
label {
    font-weight: bold;
    color: #ff6600;
    padding: 0px 12px;
    display: none !important;
}

.form-control.error,
input.finput.error {
    border: 1px solid #ff6c00 !important;
}


#scroll {
    position:fixed;
    right:0px;
    bottom:0px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#ff6600;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
        z-index:2300;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#cc3300;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

#part110 {
    background-color: #ff6c00;
    text-align: center;
    color: #ffffff;
    min-height: 40px;
    line-height: 40px;
    font-size: 0.8em;
    position: relative;
}
#part110 p {
    margin-bottom: 0;
    line-height: 40px !important;
}

.oneByOne1 {
    background: url("../images/mainslider_bg.jpg") center center no-repeat;
    background-size: cover;
}
#mainslider {
    position: relative;
}
#mainslider .oneByOne_item {
    position: absolute;
    overflow: hidden;
    width: 100%;
}
#mainslider .oneByOne_item img.bigImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#mainslider .kflogo {
    position: absolute;
    left: 55%;
    width: 38%;
    margin-top: 11%;
}
#mainslider .oneByOne_item .slidehead {
    position: relative;
    left: 55%;
    color: #ff6600;
    font-weight: 600;
    font-size: 0.4em;
    display: none;
}
#mainslider .oneByOne_item .slidecopy {
    display: none !important;
    position: relative;
    clear: left;
    left: 55%;
    color: #000;
}
.buttonArea {
    display: none;
}


/***************************************** Cookie *****/
#cookiehinweis {
    position: fixed;
    z-index: 99999;
    background-color: #ff6600;
    color: #fff;
    font-size: 0.7em;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    left: 0px;
    bottom: 0px;
    padding: 15px;
    text-align: center;
}
#cookiehinweis a {
    color: #fff !important;
    text-decoration: underline !important;
}
#cookiehinweis span {
    background-color: #fff;
    color: #ff6600;
    padding: 10px 20px;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}
#cookiehinweis span:hover {
    cursor: pointer;
}

div.checkbox {
    text-align: left;
}

div.checkbox label {
    display: block !important;
    color: #000;
    padding-left: 0;
}
div.checkbox input.error ~ span {
    background-color: #ffcccc;
}
div.checkbox label label {
    display: none !important;
}

div.checkbox input[type="checkbox"] {
    transform: scale(1.5);
    position: relative;
    margin-right: 10px;
    margin-left: 3px;
}





@media screen and (min-width: 759px) {
    .navbar-collapse.collapse ul {
        text-align: left;
    }
    #navbar ul li a {
        padding: 10px 8px !important;
    }
    #navbar ul li a {
        font-size: 0.8em;
        line-height: 1.3;
        padding-left: 8px !important;
        padding-right: 8px !important;
        text-align: center;
    }
    #navbarCollapse.collapse.navbar-collapse {
        border-bottom: 1px solid #ff6c00;
        text-align: center;
    }
    #part30-sticky-wrapper.is-sticky #part30 {
        background-color: #ff6c00 !important;
    }
    .margin_bottom_xs {
        margin-bottom: 50px !important;
    }
}
@media screen and (min-width: 992px) {
    .navbar-collapse.collapse  {
        text-align: center;
    }
    .slide1Txt2.slidecopy {
        font-size: 0.6em !important;
    }
    h1 {
        line-height: 0.2;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        margin-right: 30px;
        margin-left: 30px;
    }
    body {
        font-size: 1.3em;
        line-height: 1.5;
    }
    #navbar ul li a {
        font-size: 1.1em;
        line-height: 1.5;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #pflichttexte-button {
        position: absolute;
        right: 30px;
        width: auto;
        bottom: -30px;
        z-index: 2000;
    }
    #mainslider .kflogo {
        left: 55%;
        width: 25%;
        margin-top: 7%;
    }
    #mainslider .oneByOne_item .slidehead {
        margin: 15% 0% 1% 0;
        font-size: 1em;
        line-height: 1.1;
        display: block;
    }
    #mainslider .oneByOne_item .slidecopy {
        margin: 0% 0% 0 0;
        font-size: 1.2em;
        line-height: 1.0;
        display: block !important;
    }
    
    #part30-sticky-wrapper.is-sticky .navbar a {
        color: #333;
    }
    .margin_bottom_xs {
        margin-bottom: 0px !important;
    }
    #cookiehinweis {
        width: 25%;
        left: 20px;
        bottom: 20px;
    }
}
@media screen and (min-width: 1200px) {
    body {
        font-size: 1.4em;
        line-height: 1.6;
    }
    #navbar ul li a {
        font-size: 1em;
        line-height: 1.5;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    #mainslider .kflogo {
        left: 55%;
        width: 25%;
        margin-top: 7%;
    }
    #mainslider .oneByOne_item .slidehead {
        margin: 15% 0% 1% 0;
        font-size: 1.3em;
        line-height: 1.3;
        display: block;
    }
    #mainslider .oneByOne_item .slidecopy {
        margin: 0% 0% 0 0;
        font-size: 1.5em;
        line-height: 1.0;
        display: block;
    }
    .slide1Txt2.slidecopy {
        font-size: 0.8em !important;
    }
    h1 {
        line-height: 0.2;
    }
}
@media screen and (min-width: 1600px) {
    body {
        font-size: 1.5em;
        line-height: 1.7;
    }
    #navbar ul li a {
        font-size: 1.0em;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #mainslider .oneByOne_item .slidehead {
        margin: 15% 0% 1% 0;
        font-size: 1.6em;
        line-height: 1.3;
        display: block;
    }
    #mainslider .oneByOne_item .slidecopy {
        margin: 0% 0% 0 0;
        font-size: 1.7em;
        line-height: 1.0;
        display: block;
    }
    .slide1Txt2.slidecopy {
        font-size: 1em !important;
    }
    h1 {
        line-height: 0.3;
    }
}
@media screen and (min-width: 1930px) {
    body {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 760px) {
    #navbar ul li a {
        font-size: 1em;
    }
    #navbar ul li a {
        font-size: 1.0em;
        padding: 10px;
        padding-left: 30px !important;
    }
    #part30-sticky-wrapper.is-sticky .navbar a {
        color: #333 !important;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    #kreussler-link img {
        width: 60%;
    }
    #menutitle {
        padding: 10px;
        padding-left: 45px;
        display: inline-block;
        font-size: 1.5em;
        color: #ff6c00;
    }
    .navbar-toggle {
        margin-top: 13px;
        margin-right: 45px;
    }
    .margin_bottom_xs {
        margin-bottom: 50px !important;
    }
}