/*
Füge deinen eigenen CSS-Code nach diesem Kommentar hinter dem abschließenden Schrägstrich ein. 

Klicke auf das Hilfe-Symbol oben, um mehr zu erfahren.
*/

/* Recaptcha */

.grecaptcha-badge {
    z-index: 998;
}

/* Recaptcha - Ende */

/* Testimonial */
.single_testimonial {
    font-size: 17px;
    text-align: center;
}

.single_testimonial span.position {
    font-size: 14px;
	
}
	.single_testimonial dl dd .param .position {
    float: left;
    color: #444;
}

/* Testimonial - Ende*/

/* Lists */
.list li.simple {
    font-size: inherit !important;
}

/* Lists - Ende*/

/* Slider */

.tp-loop-wrap.rs-pendulum, .tp-parallax-wrap {

    overflow: visible !important;

}

/* Slider - Ende*/


/* General */

body {
	font-family: Product Sans,Roboto,arial,sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .skill_title {
    font-family: Product Sans,Roboto,arial,sans-serif;
    font-weight: 500 !important;
    font-style: normal;
}

@media (max-width: 480px) {
#logo img {
    max-height: 50px;
    margin-top: -5px;
}

.fullwidth_header .header_wrapper header {
    padding-left: 20px;
    padding-right: 0px;
}
h1, h2 {
    font-size: 17px !important;
}
}
/* General - Ende */



fusion-menu-anchor{
margin-top: -220px!important;
position: absolute!important;
}

/*Scroll up button */

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: medium none;
}


.scrollup {
    z-index: 999;
    display: block !important;
    background-color: #000066;
    bottom: 90px;
    right: 22px;
}


/*Scroll up button End*/



/* Footer*/
.list li.simple.simplefooter:first-child:last-child {
    padding-left: 30px;
}

/* Footer - Ende*/


/* Hoverbox Element*/
.vc-hoverbox-back-inner {
    flex-shrink: 0;
    padding: 20px;
    border: 0px solid #000066;
    border-radius: 20px;
}

.vc-hoverbox-block.vc-hoverbox-front {
    background-image: none !important;
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back, .vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
    border-radius: 20px;
}

.vc-hoverbox {
    border-radius: 20px;
    border: 0px solid #000066;
}

/* Hoverbox Element*/


/* Slider */

.tparrows:before {
    color: #333;
}

/* Slider - Ende*/


/* Kontaktformular */

input {
    border-radius: 0px !important;
}

textarea {
    border-radius: 0px !important;
}

input.wpcf7-form-control.wpcf7-submit.btn-bt.default {
    color: #ffffff;
    background: #000066;
    border-color: rgba(68,68,68, 1);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
	      text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    border-width: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    padding: 10px 32px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input.wpcf7-form-control.wpcf7-submit.btn-bt.default:hover {
    color: #ffffff;
    background: rgba(0,0,65, 1);
    border-color: rgba(68,68,68, 0.00);
}

.wpcf7-form input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
    border-color: #000066 !important;
    -webkit-box-shadow: 0 0 6px #000066 !important;
    -moz-box-shadow: 0 0 6px #000066 !important;
    box-shadow: 0 0 6px #000066 !important;
}

.wpcf7-form input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    color: #000066 !important;
    border-color: #000066 !important;
}

div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing 
{
border: none !important;	
}
/* Kontaktformular - Ende */


.btn-bt.default {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    border-width: 4px;
    border-color: #000066;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-backface-visibility: hidden;
}
.btn-bt.default:hover {
    border-width: 4px;
    border-color: blue;
}