.dev-green {
    background-color: #00ff00;
}
.dev-grey {
    background-color: #cccccc;
}
.dev-white {
    background-color: #ffffff;
}
.bgc-blue {
    background-color: #ecf7ff;
}
.col-md-8 {
    min-height: 0;
}
.control-label {
    display: none;
}
.row#links1 {
    margin-bottom: 2em;
}
.section-bullets li a::after,
.section-bullets li a {
    border-radius: 0 !important;
}
label {
    font-weight: bold;
    color: #ff6600;
    padding: 0px 12px;
    display: none !important;
}
img#kreussler-logo {
    margin: 1em 0;
    margin-bottom: 3em;
}
.arrowButton {
    z-index: 3000;
}
ul.unsortlist {
    padding-left: 20px;
}
ul.unsortlist li {
    list-style-image: url("../images/bullet.png");
}
.form-control.error,
input.finput.error {
    border: 1px solid #ff6600;
}
#part65 .scrollable-section {
    min-height: 600px;
}
#part5,
#part20 {
    position: relative;
}
#part70 {
    background-color: #ff6600;
    text-align: center;
    color: #ffffff;
    min-height: 40px;
    line-height: 40px;
    font-size: 0.8em;
}
#part70 p {
    margin-bottom: 0;
    line-height: 40px !important;
}
.section-bullets {
    position: absolute;
    right: 0;
    top: 45%;
    width: auto;
}
.section-bullets li a {
    height: 20px;
}
a {
    outline: 0 !important;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.7;
}

.pad-inner {
    padding: 60px 30px;
}
.pad-inner p:last-child {
    margin-bottom: 0px;
}
.divider {
    color: #ff6600;
}
#stoerer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1300;
}
#mainwrapper {
    width: 100%;
    background-color: #ffffff;
}
#pflichttexte {
    display: none;
}
#kleingedrucktes {
    margin-top: 3em;
}
#kleingedrucktes p,
#pflichttexte p {
    font-size: 0.8em;
    margin-bottom: 0;
}
#pflichttexte-button {
    font-size: 0.7em;
    width: auto;
    background-color: #ffffff;
    height: 30px;
    color: #ff6600;
    padding: 0 10px;
    line-height: 30px;
    position: absolute;
    bottom: -30px;
    right: 0px;
    z-index: 1000;
}
.pflichttexte-button-active {
    background-color: #ffffff !important;
    color: #ff6600 !important;
}
#pflichttexte-button:hover {
    cursor: pointer;
}
strong {
    font-weight: 600;
}
#mainslider h1 {
    font-size: 1em;
    margin-top: 0;
    line-height: 1;
}
h2 {
    color: #ff6600;
    margin-top: 0px;
    font-size: 2em;
}
h3 {
    color: #ff6600;
    font-size: 1.3em;
}
p,
.row ul li {
    font-size: 1em;
    line-height: 1.7;
}
.row ul li {
    margin-bottom: 0.4em;
}
.row p:last-child,
.row ul:last-child{
    margin-bottom: 0;
}
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;
}
/***************************************** SECTIONSCROLL *****/
.section-bullets li a {
    color: #ff6600;
}
.section-bullets li a::after {
    background-color: #ff6600;
}
/***************************************** SCROLLTOP *****/
#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)";
}
/***************************************** SHARIFF *****/
.shariff {
    text-align: center;
}
.shariff .orientation-horizontal li {
    text-align: left;
}
.shariff .orientation-horizontal {
    display: inline-block;
    width: 230px;
}
li.shariff-button.info {
    display: none;
}

/***************************************** MAINSLIDER *****/
.buttonArea {
    display: none;
}
.oneByOne1 {
    position: relative;
    background: url("../images/mainslider_1.jpg") center center no-repeat;
    background-size: cover;
}
#mainslider .oneByOne_item {
    position: absolute;
    overflow: hidden;
    width: 100%;
}
#mainslider .oneByOne_item img.bigImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#mainslider .oneByOne_item .slidehead {
    position: relative;
    float: left;
    margin: 10% 2% 1% 0;
    left: 50%;
    color: #ff6600;
    font-size: 1em;
        line-height: 1.6;
    display: block !important;
}
#mainslider .oneByOne_item .slidecopy {
    position: relative;
    clear: left;
    float: left;
    margin: 0% 2% 0 0;
    left: 50%;
    color: #ff6600;
    font-size: 0.8em;
        line-height: 0.6;
    display: block !important;
}
#corner_1 {
    width: 50px;
    float: left;
    display: inline;
}
/***************************************** Preloader *****/
#pl-loader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 10000;
    height: 100%;
 }

#pl-status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../images/preloader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }
 


/***************************************** Mainnav *****/
.navbar {
    margin: 0 -15px;
    width: auto;
    float: right;
    clear: both;
}
.navbar li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar a {
    color: #ff6600 !important;
}
.navbar-nav li a {
    font-size: 1.0em;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-default {
    position: relative;
    box-shadow: none;
    border-radius: 0;
    border: none;
    z-index: 1200;
    margin-bottom: 0;
    margin-top: -50px;
    background-image: none;
    background-color: transparent;
    margin-right: -30px;
}
#hauptmenu {
    min-height: 0 !important;
}
ul.nav {
    background-color: #ffffff;
}

/***************************************** 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;
}


/***************************************** Queries *****/
@media screen and (min-width: 500px) {
    #mainslider .oneByOne_item .slidehead {
        margin: 10% 2% 1% 0;
        font-size: 1.5em;
        line-height: 1.7;
    }
    #mainslider .oneByOne_item .slidecopy {
        margin: 0% 2% 0 0;
        font-size: 1.1em;
        line-height: 0.6;
    }
}
@media screen and (min-width: 759px) {
    input[type="text"],
    input[type="email"],
    textarea,
    select {
        font-family: "Open Sans", sans-serif;
        font-size: 1.1em  !important;
        font-weight: normal;
        line-height: 1.8  !important;
    }
    .navbar-nav li a {
        font-size: 0.8em;
        padding-left: 10px;
        padding-right: 10px;
    }
    #stoerer {
        display: none;
    }
    #mainslider .oneByOne_item .slidehead {  
        margin: 10% 2% 0% 0;
        font-size: 2.5em;
        line-height: 1.5;
    }
    #mainslider .oneByOne_item .slidecopy {
        margin: 0% 2% 0 0;
        font-size: 1.0em;
        line-height: 0.7;
    }
    .navbar li {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar a {
        color: #ff6600 !important;
        font-size: 1.0em;
    }
    h2 {
        font-size: 2.0em;
    }
    p,
    .row ul li {
        font-size: 1.1em;
        line-height: 1.8;
    }
}
@media screen and (max-width: 760px) {
    .bullets-container {
        display: none;
    }
    .navbar-default {
        margin-top: 0px;
        margin-right: -15px;
    }
    .navbar {
        float: none;
    }
    .navbar li {
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.nav.pull-right {
        float: none !important;
    }
    img#corner_1 {
        display: none;
    }

    #stoerer {
        display: none;
    }
    .navbar-default,
    .navbar-default ul {
        background-color: #ecf7ff;
    }
    .navbar-header {
        background-color: #ff6600;
        color: #ffffff;
        font-size: 2em;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    #menutitle {
        position: absolute;
        left: 30px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    #stoerer {
        display: none;
    }
    .bullets-container {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    input[type="text"],
    input[type="email"],
    textarea,
    select {
        font-family: "Open Sans", sans-serif;
        font-size: 1.0em  !important;
        font-weight: normal;
        line-height: 1.6  !important;
    }
    .navbar-nav li a {
        font-size: 1em;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-default {
        position: relative;
        box-shadow: none;
        border-radius: 0;
        border: none;
        z-index: 1200;
        margin-bottom: 0;
        margin-top: -50px;
        background-image: none;
        background-color: transparent;
        margin-right: -30px !important;
    }
    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar {
        width: auto;
        float: right;
        clear: both;
    }
    ul.nav {
        background-color: #ffffff;
    }
    ul.nav.pull-right {
        float: right !important;
        padding: 0 0px;
    }
    img#corner_1 {
        display: block;
    }
    #stoerer {
        display: none;
    }
    #mainslider .oneByOne_item .slidehead {  
        margin: 10% 2% 0% 0;
        font-size: 3em;
        line-height: 1.5;
    }
    #mainslider .oneByOne_item .slidecopy {
        margin: 0% 2% 0 0;
        font-size: 1.3em;
        line-height: 0.7;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1em;
        line-height: 1.6;
    }
    p,
    .row ul li {
        font-size: 1.0em;
        line-height: 1.6;
    }
    #cookiehinweis {
        width: 25%;
        left: 20px;
        bottom: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .navbar-nav li a {
        font-size: 1em;
        padding-left: 15px;
        padding-right: 15px;
    }
    #stoerer {
        display: block;
    }  
    #mainslider .oneByOne_item .slidehead {  
        margin: 10% 2% 0% 0;
        font-size: 4em;
        line-height: 1.5;
    }
    #mainslider .oneByOne_item .slidecopy {
        margin: 0% 2% 0 0;
        font-size: 1.6em;
        line-height: 0.7;
    }
    h2 {
        font-size: 1.8em;
    }
}
@media screen and (min-width: 1900px) {
    #stoerer {
        display: block;
    }  
    #mainslider .oneByOne_item .slidehead {  
        margin: 10% 2% 0% 0;
        font-size: 5em;
        line-height: 1.7;
    }
    #mainslider .oneByOne_item .slidecopy {
        margin: 0% 2% 0 0;
        font-size: 2.3em;
        line-height: 0.7;
    }
    h2 {
        font-size: 2.5em;
        margin-bottom: 0.3em;
    }
    h3 {
        font-size: 1.5em;
        line-height: 1.8;
    }
    p,
    .row ul li {
        font-size: 1.2em;
        line-height: 1.7;
        margin-bottom: 0.5em;
    }
    .row ul {
        margin-bottom: 1em;
    }
}