#coachingSteps .firstStep, #coachingSteps .secondStep, #coachingSteps .thirdStep {
    width: 25%;
    margin-right: 80px;
    position: relative;
}

#coachingSteps .thirdStep {
    margin-right: 0;
}

#coachingSteps .coachingStepImage {
    width: 300px;
    height: 350px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#coachingSteps .firstStep:after, #coachingSteps .secondStep:after {
    content: url("../graphX/nextStepGrey.png");
    position: absolute;
    top: 15%;
    right: -25%;
}

#coachingProcedure {
    background: url("../graphX/coaching/procedure.png") no-repeat;
    background-size: contain;
    min-height: 200px;
}

#coachingProcedure .firstAction, #coachingProcedure .secondAction, #coachingProcedure .thirdAction, #coachingProcedure .fourthAction {
    width: 10%;
    padding: 10px 0 0 25px;
}

#coachingProcedure .secondAction, #coachingProcedure .thirdAction {
    padding-left: 50px;
}


#coachingProcedure .actionHead {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}

#coachingProcedure .actionHead .actionPosition {
    font-size: 1.75em;
    margin-right: 7px;
    color: white;
}

#coachingProcedure .actionHead .actionText h4 {
    color: white;
    font-weight: normal;
}

#coachingProcedure select {
    cursor: pointer;
}

#coachingProcedure textarea {
    width: 220px;
    height: 70px;
    resize: vertical;
}

/* remove standard-styles */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}


/* styling */
select {
    width:96%;
    border: 1px solid #dcdcdc;
    padding: 0.2em 0.5em;
    color: #484848;
    font-size: 0.7em;
    background-color:white;
    background-image:url("../graphX/icons/dropDownWithBack.png");
    background-position: right center;
    background-repeat: no-repeat;
}

select:hover {
    border-color: #a0a0a0;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

option {
    border-right: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    color: #a0a0a0;
    padding:.3em 1em .3em 1em;
}

#registerNow {
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    padding: 150px 0;
    position: relative;
    font-size: 1.25em;
    font-weight: normal;
}

#registerNow::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../graphX/coaching/Impulsdialog-Fuehrungskraefte-Coaching.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    pointer-events: none;
}

#registerNow > * {
    position: relative;
    z-index: 2;
}

#registerNow h2 {
    color: white;
    font-weight: normal;
    margin: 0;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

#expertSlider.mainPartInverse {
    padding: 50px 0 0;
}

.expert {
    width: 33%;
}

.expertImage {
    border-radius: 20px;
    margin: auto auto 40px;
    max-width: 300px;
    overflow: hidden;
}

.expert p {
    font-size: 1.125em;
    font-style: italic;
    text-align: center;
}

#expertSlider img.prev, #expertSlider img.next {
    position: absolute;
    top: 45%;
    cursor: pointer;
    opacity: 0.3;
}

#expertSlider img.prev {
    left: 5%;
}

#expertSlider img.next  {
    right: 5%;
}

.expert h3 {
    margin-bottom: 10px;
}


input[name="email"] {
    background: none;
}

input[name="email"], input[name="name"], textarea {
    font-style: italic;
    border: 1px solid #cccccc;
    color: #555555;
    padding-left: 10px;
    width: 100%;
}

textarea {
    padding: 10px 10px 20px 10px;
    border: none;
}

.textareaBox {
    position: relative;
    background: white;
    border: 1px solid #cccccc;
}
.textareaBox:after, .textareaBox:before {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.textareaBox:after {
    border-color: transparent;
    border-right-color: white;
    border-width: 30px;
    margin-top: -30px;
}
.textareaBox:before {
    border-color: transparent;
    border-right-color: #ccc;
    border-width: 31px;
    margin-top: -31px;
}

input[type=submit] {
    color: #7fb23f;
    border: 1px solid #7fb23f;
}

ul.props {
    width: 100%;
    justify-content: space-around;
}

ul.props > * {
    flex-grow: inherit;
}

#expertContainer {
    overflow: hidden;
    height: 500px;
    position: relative;
}

#expertContainer .expert {
    margin: 10px;
    max-width: 32%;
    min-width: 32%;
    overflow: hidden;
    padding: 3%;
    position: absolute;
    text-align: justify;
    transition: left 0.5s ease-out;
}

#expertContainer a {
    float: right;
}

#coachingProcedure select {
    cursor: pointer;
}

#coachingProcedure textarea {
    width: 200px;
    height: 70px;
    resize: vertical;
}

#submitCoachingForm > .button {
    padding: 10px 50px;
    float: right;
}

#submitCoachingForm > div {
    clear: both;
}

.expert.placeHolder {
    visibility: hidden;
    position: relative;
}

#contactTable {
    width: 100%;
}

#addressAccordion {
    float: right;
    width: 37%;
}

#addressAccordion {
    float: right;
    width: 37%;
}

#contactTable {
    width: 57%;
    text-align: left;
}

#coachingContact {
    padding: 15px 5px 30px 5px;
}

#coachingContact input {
    width: 49.8%;
}


@media (max-width: 1280px) {
    #expertSlider img.prev, #expertSlider img.next {
        top: 36%;
        opacity: 1;
    }
}

@media (max-width: 1023px) {
    #coachingSteps > *::after {
        right: -33% !important;
    }

    #coachingProcedure {
        display: block;
        background: rgba(127, 178, 64, 0.5);
        padding-bottom: 50px;
        margin-top: 30px;
    }

    #coachingProcedure > * {
        width: 100% !important;
    }

    #coachingProcedure textarea {
        width: 96% !important;
    }

    #submitCoachingForm {
        margin: 25px 0;
    }

    #coachingContact {
        padding: 15px 0 0 0;
    }

    #coachingContact input {
        width: 100%;
        margin-bottom: 10px;
    }

    #coachingProcedure .secondAction, #coachingProcedure .thirdAction {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    #coachingSteps {
        display: block !important;
    }

    #coachingSteps .coachingStepImage {
        display: block;
        height: auto;
        margin-bottom: 20px !important;
        text-align: left;
        width: 100%;
    }

    #coachingSteps h4 {
        margin-bottom: 10px;
    }

    #coachingSteps > * {
        width: 100% !important;
        margin: 0 0 50px 0;
    }

    #coachingSteps > *::after {
        display: none;
    }

    #coachingSteps .firstStep, #coachingSteps .secondStep, #coachingSteps .thirdStep {
        margin: 0 0 50px 0;
    }

    #coachingSteps .firstStep {
        margin-top: 50px;
    }

    #contactTable {
        width: 100%;
        margin-top: 50px;
    }

    #addressAccordion {
        float: none;
        width: 100%;
    }

    #expertSlider.mainPartInverse {
        padding: 25px 0 0 0;
    }

    #expertContainer {
        height: 335px !important;
    }

    #expertContainer .expert > p {
        display: none;
    }

    #expertContainer .expert h3 {
        text-align: center;
    }

    #contactTable .textareaBox::before {
        border-color: #ccc;
        border-width: 0;
        margin-top: 0;
    }

    #contactTable .textareaBox::after, #contactTable .textareaBox::before {
        border: none;
    }

    #coachingProcedure .secondAction, #coachingProcedure .thirdAction {
        padding-left: 25px;
    }

    #coachingContact {
        padding: 15px 0 0 0;
    }

    #coachingContact input {
        width: 100%;
        margin-bottom: 10px;
    }

    #registerNow {
        padding: 50px 0;
    }
}

@media (max-width: 400px) {
    #expertSlider {
        padding: 15px 0 !important;
    }

    #expertContainer {
        font-size: 0.875em;
        height: 180px !important;
    }

    #expertContainer .expert h3 {
        text-align: center;
    }

    #expertContainer .expert > p {
        display: none;
    }

    .expertImage {
        border-radius: 8px;
        margin: auto auto 20px;
    }

    .modalLayer > div.confirm {
        width: 320px !important;
        padding: 35px !important;
    }

    .modalExpert, .modalExpert div.image {
        width: 262px !important;
    }

    .modalExpert div.image {
        height: 150px;
    }

    .modalLayer img.close, .modalLayer > div.confirm > img.closeIcon {
        right: 20px;
    }
}