/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*DIVERSES*/

.logo img {
    padding: 10px 0;
	width: auto !important;
	height: 88px !important;
}

a.scroll-down-link.av-custom-scroll-down-color {
    padding-bottom: 150px;
}

h1, .header-name h3 {
    padding-bottom: 20px;
}

a#scroll-top-link {
    display: none;
}

a {
    text-decoration: none !important;
}


.current-menu-item .avia-menu-text {
	font-weight: 600 !important;
}

/*CONTAINER*/

.template-page.content.av-content-full.alpha.units {
    padding: 115px 0 !important;
}



/*KONTAKTFORMULAR*/

.wps-form {
    width: 100%;
    margin: 0 auto;
}
.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wps-form-row .wpcf7-form-control {
    width: 100%;
}
.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent;
}






/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form-row {
        flex-direction: row;
    }
    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}



span.wpcf7-list-item { 
    display: block; 
    margin-left: 0;
    margin-top: 10px;
}


input.wpcf7-form-control.wpcf7-text {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #6786a1 !important;
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    margin-bottom: -25px !important;
}

.contact-checkboxes {
    margin-top: 80px;
}

.contact-container {
    margin-top: 40px;
}


/*Radiobutton*/

input[type=radio] {
    border: 1px solid #6786A1;
    padding: 0.5em;
    -webkit-appearance: none;
    display:block;
    float:left;
    margin-right:10px;
  }
  
  input[type=radio]:checked {
    background: #6786A1;
    background-size: 9px 9px;
  }
  
  input[type=radio]:focus {
    outline-color: transparent;
  }

 
  /*Checkbox*/

  input[type="checkbox"] {
    border: 1px solid #6786A1;
    padding: 0.5em;
    margin-right: 8px;
    -webkit-appearance: none;
    display:block;
    float:left;
    margin-right:10px;
  }
  
  input[type="checkbox"]:checked {
    background: #6786A1;
    background-size: 9px 9px;
  }
  
  input[type="checkbox"]:focus {
    outline-color: transparent;
  }

  span.wpcf7-list-item-label {
    display:block;
    margin-left:30px;
  }


  /*Senden*/

  input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: 'Open Sans' !important;
    padding: 10px 30px;
    letter-spacing: 0.05em !important;
}


/*SLIDER*/

a.goto-slide {
    border: 1px solid !important;
	margin-right: 10px;
	border-radius: 0 !important;
}

a.goto-slide:hover {
    border: 1px solid #6786a1 !important;
}

#top .avia-content-slider-element-container .avia-slideshow-dots {
    text-align: left !important;
    width: inherit !important;
    top: -15px !important;
}

#projekte a.goto-slide.active {
    background-color: white !important;
	border: 1px solid white !important;
}

#projekte a.goto-slide {
	border: 1px solid white !important;
}

#projekte a.goto-slide:hover {
    background-color: white !important;
	border: 1px solid white !important;
}



@media only screen and ( max-width: 768px ) { 
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    .template-page.content.av-content-full.alpha.units {
        padding: 50px 0 !important;
    }
	
	.project-slider {
		margin-top: 50px !important;
	}
}


