/*
Stylesheet fuer Abraham Automation
© 2015 zeigewas.de - SK
*/

.clear {
    clear: both
}

input::-moz-placeholder {
    color: #4a4a4a
}

a {
    color: #008e87
}

a:hover {
    color: #008e87
}

b, strong {
    font-family: 'adventorBold', adventorBold, sans-serif;
    font-weight: 700;
}

/*body, p, span {
    font-family: 'adventorRegular', adventorRegular, sans-serif;
}
*/
span.green {
    color: #008e87
}

.topLine {
    background-color: #008e87;
    width: 100%;
    height: 10px
}

.subMenu {
    color: #008e87;
    font-size: 14px;
    font-family: 'adventorRegular', adventorRegular, serif;
    float: right;
    margin: 13px 0 10px;
    text-transform: uppercase
}

.subMenu a {
    color: #008e87
}

.subMenu a:hover {
    text-decoration: none;
    color: #4a4a4a
}

.subMenu a.active {
    color: #4a4a4a
}

.subMenu ul {
    margin: 0;
    padding: 0
}

.subMenu ul li {
    display: inline;
    padding: 0 20px;
    margin: 0
}

.subMenuLine {
    background-color: #008e87;
    height: 2px;
    width: 100%
}

.header {
    padding: 30px 0
}

.header .logo {
    max-width: 90%
}

.mainMenu {
    float: right;
    vertical-align: center
}

.mainMenu li {
    display: inline-block;
    vertical-align: center;
    margin: 20px 10px 0
}

.mainMenu li a {
    vertical-align: center;
    display: inline-block;
    font-family: 'adventorBold', adventorBold, serif;
    font-weight: 700;
    font-size: 18px;
    color: #4a4a4a;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 200px;
    border-bottom: 4px solid #4a4a4a
}

.mainMenu li a:hover {
    text-decoration: none;
    color: #008e87;
    border-color: #008e87
}

.mainMenu li a.active {
    color: #008e87;
    border-color: #008e87
}

@media all and (max-width: 1200px) {
    .mainMenu li {
        margin: 20px 5px
    }
    .mainMenu li a {
        font-size: 14px;
        min-width: 150px
    }
}

@media all and (max-width: 993px) {
    .hidemobile {
        display: none
    }
}

@media all and (min-width: 993px) {
    .hidedesktop {
        display: none
    }
}

@media all and (max-width: 470px) {
    .logo img {
        width: 175px;
        margin-top: 15px
    }
}

.menu-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    text-indent: -999px
}

.border-icon {
    height: 25px;
    border-top: 5px solid #4a4a4a;
    border-bottom: 5px solid #4a4a4a
}

.border-icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    border-top: 5px solid #4a4a4a
}

.border-icon.active {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 0;
    left: 8px;
    top: -5px;
    transition-duration: .2s, .2s;
    transition-delay: .2s, 0s
}

.border-icon.active:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 15px 0;
    transition-duration: .2s, .2s;
    transition-delay: .2s, 0s
}

.menuIcon {
    text-align: center;
    width: 40px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    color: #4a4a4a
}

.mobileMenu {
    display: none;
    padding-top: 10px;
    border-bottom: 3px solid #008e87;
    border-top: 3px solid #008e87;
    background: #4a4a4a
}

.mobileMenu ul {
    text-decoration: none;
    list-style: none;
    font-family: 'adventorRegular', adventorRegular, serif;
    font-size: 16px
}

.mobileMenu ul li {
    padding: 5px 0
}

.mobileMenu ul a {
    color: #fff
}

.headline {
    color: #008e87;
    font-family: 'adventorRegular', adventorRegular, serif
}

.headline h2 {
    font-family: 'adventorBold', adventorBold, serif;
    font-size: 24px;
    text-transform: uppercase
}

.headline h4 {
    font-family: 'adventorRegular', adventorRegular, serif;
    font-size: 18px;
    margin-left: 5%
}

.content.container-fluid {
    padding-right: 0;
    padding-left: 0
}

#mainPage .mobile {
    display: none
}

.content {
    padding-top: 50px;
    width: 100%;
    max-width: 100%
}

.content.mobile {
    padding-top: 10px
}

.content .row {
    max-width: 100%;
    margin: 0
}

.contentRow.gray {
    background-color: #4a4a4a;
}

.contentRow.green {
    background-color: #008e87;
}

.content .imageContainer {
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content .imageContainer img {
    width: 100%
}

.content .textContainer .inner {
    padding: 30px 40px
}

.content .textContainer .lineContainer {
    padding: 0;
    margin: 6px 0
}

.content .textContainer .textBlock {
    padding-top: 20px
}

.content .textContainer h2 {
    font-family: 'adventorRegular', adventorRegular, serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px
}

h4.zitat {
    font-family: 'adventorItalic', adventorItalic, serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: right;
    color: #008e87;
}

.content .textContainer h4 {
    font-family: 'adventorRegular', adventorRegular, serif;
    font-size: 16px;
    margin-top: 0
}

.content .textContainer.gray {
    background-color: #4a4a4a;
    color: #fff
}

.content .textContainer.gray .line {
    background-color: #fff;
    height: 4px;
    width: 100%
}

.content .textContainer.green {
    background-color: #008e87;
    color: #fff
}

.content .textContainer.green .line {
    background-color: #fff;
    height: 4px;
    width: 100%
}

.content .textContainer.white {
    background-color: #fff;
    color: #4a4a4a
}

.content .textContainer.white .line {
    background-color: #008e87;
    height: 4px;
    width: 100%
}

.content .textContainer.white h2 {
    color: #008e87
}

.content .textContainer.lightgrey {
    background-color: #fafafa;
    color: #4a4a4a
}

.content .textContainer.lightgrey .line {
    background-color: #008e87;
    height: 4px;
    width: 100%
}

.content .textContainer.lightgrey h2 {
    color: #008e87
}

.panel .glyphicon.glyphicon-plus {
    float: left;
}

.panel .glyphicon.glyphicon-minus {
    float: left;
}

.leistungen .textContainer {
    padding: 150px 0
}

.leistungen .panel-group {
    padding-top: 40px
}

.leistungen .panel-group a {
    color: #fff;
}

.leistungen .panel-group .panel {
    border-radius: 0
}

.leistungen .panel {
    color: #fff;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0
}

.leistungen .panel-default>.panel-heading {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.leistungen .panel-title {
    font-family: 'adventorRegular', adventorRegular, serif;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent
}

.leistungen .panel-title .glyphicon {
    padding-right: 10px
}

.leistungen .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 2px solid white
}

.leistungen .panel .panel-inner-header {
    margin-left: 26px;
}

.kundenPartner h2 {
    text-align: center
}

.kundenPartner .textContainer {
    padding: 50px 0
}

.kundenPartner .textContainer .row {
    padding-top: 50px;
    text-align: center
}

#home a:hover {
    text-decoration: none;
}

#imprint h2 {
    color: #008e87;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'adventorRegular', adventorRegular, serif;
}

#imprint .left {
    text-align: right;
    color: #008e87
}

@media all and (max-width: 992px) {
    #imprint .left {
        text-align: left;
        padding-bottom: 10px
    }
}

.footer {
    padding: 50px 0;
    text-align: center;
    position: relative
}

.footer img {
    padding: 0 10px
}

.footer .topArrow {
    position: absolute;
    bottom: 30px;
    right: 20px
}

#offene_stellen .right {
    border-left: 2px solid #008e87
}

@media all and (max-width: 992px) {
    #offene_stellen .right {
        border-left: 0
    }
}

#offene_stellen .left {
    text-align: right;
    color: #008e87
}

@media all and (max-width: 992px) {
    #offene_stellen .left {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 2px solid #008e87
    }
}

#offene_stellen .left p, #offene_stellen .right p {
    margin-top: 20px
}

#offene_stellen .container-fluid {
    padding-top: 40px
}

#offene_stellen .panel a:hover {
    text-decoration: none
}

#offene_stellen .panel h2 {
    font-size: 20px;
    font-family: 'adventorRegular', adventorRegular, Arial, sans-serif;
    color: #008e87;
    text-transform: uppercase;
}

#offene_stellen .panel-title {
    font-family: 'adventorRegular', adventorRegular, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent
}

#offene_stellen .panel-title .glyphicon {
    padding-right: 30px
}

#offene_stellen .panel-group .panel {
    border-radius: 0
}

#offene_stellen .panel {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #008e87;
    border-radius: 0
}

#offene_stellen .panel-default>.panel-heading {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

#offene_stellen .panel .panel-inner-header {
    margin-left: 49px;
}

#offene_stellen .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 2px solid #008e87
}

#offene_stellen .panel-body {
    padding-left: 70px
}

#offene_stellen .panel-body ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 1em;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 0;
    margin-before: 0;
    margin-after: 1em;
    margin-start: 0;
    margin-end: 0;
    padding-start: 0
}

#offene_stellen .panel-body ul li:before {
    content: "+" " ";
    padding-right: 20px
}

#contact .right {
    border-left: 2px solid #008e87
}

@media all and (max-width: 992px) {
    #contact .right {
        border-left: 0
    }
}

#contact .left {
    text-align: right;
    color: #008e87
}

@media all and (max-width: 992px) {
    #contact .left {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 2px solid #008e87
    }
}

#contact .left, #contact .right {
    margin-top: 40px
}

#contact .left p, #contact .right p {
    margin-top: 20px
}

#contact form {
    margin-top: 15px
}

#contact form label {
    font-family: 'adventorRegular', adventorRegular, Arial, sans-serif;
    font-size: 18px;
    color: #008e87
}

#contact form .form-control {
    border-width: 2px;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 10px;
    height: auto;
}

#contact form .input-group .form-control {
    border-right: 0
}

#contact form .input-group .input-group-addon {
    color: #207e72;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0;
    -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;
    border-left: 0
}

#contact form .form-control:focus {
    border-color: #008e87;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(32, 126, 144, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(32, 126, 144, .6)
}

#contact form .sendBtn {
    margin-top: 20px;
    text-transform: uppercase;
    color: #008e87;
    border-radius: 0;
    border-color: #008e87;
    border-width: 2px;
    font-size: 18px
}

#contact .alert-success {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    border-radius: 0;
    background-color: #4a4a4a;
    color: #fff
}

#contact .alert-success span {
    color: #fff;
    text-shadow: #fff 0 1px 0;
    color: #fff;
    opacity: 1
}

#contact .alert-success .close {
    opacity: 1;
    font-size: 30px;
    margin-top: -3px
}

#contact .alert-warning {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    border-radius: 0;
    background-color: #008e87;
    color: #fff
}

#contact .alert-warning span {
    color: #fff;
    text-shadow: #fff 0 1px 0;
    color: #fff;
    opacity: 1
}

#contact .alert-warning .close {
    opacity: 1;
    font-size: 30px;
    margin-top: -3px
}

.bottomLine {
    background-color: #4a4a4a;
    width: 100%;
    height: 10px
}


/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
