/* Füge hier Dein eigenes CSS ein */

/*--------------------------------------------------------------
# Hide (bottom)Header on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  #headerwrap { display: none; }
}


/*--------------------------------------------------------------
# CF7 Submit-Button
--------------------------------------------------------------*/

.wpcf7-submit {
	white-space: normal;
}

input.wpcf7-submit[type="submit"] {
    background-color: #f5a91c;
  	text-transform: none;
  	border-radius: 50em;
}
input.wpcf7-submit[type="submit"]:hover {
    background-color: #7cc7b5;
}


/*--------------------------------------------------------------
# Color Customizations
--------------------------------------------------------------*/

.section_loader {
    background-color: #83B3DC;
}

.ui.blue, .ui.blue.nav ul, .ui.blue.nav li, .ui.blue.nav.separate > li, .ui.blue.module-tab .tab-nav li, .ui.blue.module-accordion li, .ui.blue.window > div, .ui.blue.module-tab .tab-nav, .ui.blue.module-tab .tab-content {
    border-color: #fff;
}
.ui.blue, .ui.blue.nav ul, .ui.blue.separate > li, .ui.blue.module-tab .tab-nav li, .ui.blue.vertical .tab-nav, .ui.blue.module-accordion .accordion-title, .ui.blue.window .bar, .ui.blue.module-tab.panel .tab-nav {
    background-color: #f5a91c;
}
.ui.blue, .ui.blue.nav li a, .ui.blue.nav ul li a, .ui.blue.module-tab .tab-nav li a {
    color: #fff;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/

.scrolldown {
    /* border: 1px solid red; */
    bottom: 50px;
    left: 50%;
    margin-left: -19px;
    position: fixed;
    /* background: #32c4d1; */
    color: #000;
    font-size: 60px;
    height: 80px;
    line-height: 36px;
    text-align: center;
    width: 40px;
    z-index: 1001;
    animation: 3s ease-in 0s normal none infinite running arrow2;
}

.scrolldown .animated-arrow-1 {
    -webkit-animation: arrow1 3s infinite ease-out;
    animation: arrow1 3s infinite ease-out;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.scrolldown .animated-arrow-2 {
    -webkit-animation: arrow2 3s infinite ease-in;
    animation: arrow2 3s infinite ease-in;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

@-webkit-keyframes arrow1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    90% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 36px);
        transform: translate(0, 36px)
    }
}

@keyframes arrow1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    90% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 36px);
        -ms-transform: translate(0, 36px);
        transform: translate(0, 36px)
    }
}

@-webkit-keyframes arrow2 {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    90% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, 36px);
        transform: translate(0, 36px)
    }
}

@keyframes arrow2 {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    90% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, 36px);
        -ms-transform: translate(0, 36px);
        transform: translate(0, 36px)
    }
}

div.wpcf7-response-output {
        color: #fff;
}
input, textarea, select, input[type=search], button {
    font-size: 80%;
  }
  
  span.wpcf7-not-valid-tip {
    color: #fff;
}