/*
Theme Name: KWA Theme
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: KWA Theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
=========
Fonts
=========
*/

html {
    scroll-behavior: smooth;
  }
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Rubik:ital,wght@0,300;0,400;1,300&display=swap');

* {
    font-family: 'Nanum Gothic', sans-serif;
}

p {
    line-height: 25px;
}

.kwa_button {
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    width: auto;
    color:#3768d2;
}

body {
    margin: 0;
}

.wp-block-columns {
    margin: 100px 0;
}

.site_header {
    height: 500px;
    background-color: #3768d2;
    margin: 0;
    display: grid;
    grid-template-rows: 20% 80%;
}


.site_header_referenz {

height: auto;
}

.header_content {
    color: white;
    display: grid;
    grid-template-columns: 50% 50%;
}

.header_content h3 {
    color: white;
}

.header_content a {
    background-color: white;
    color: #3768d2;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    width: fit-content;

}

.header_mockup {
    width: 300px;
}

.header-col {
    display:flex;
    justify-content: center;
 
    flex-direction: column;
}

.header-col h3 {
    text-align: left;
    margin: 5px 0px;
}

.header_content_left {
    padding: 0 15%;
}
.header_content_right {
    display: flex;
    justify-content: center;
    align-items: center;
}


.kwa_header_menu {
    display: flex;
    list-style: none;
}

.kwa_header_menu li {
    flex: 1;
    text-align: center;
}

.kwa_header_menu li a {
    color: white;
    text-decoration: none;

}


/*
===================
Footer 
===================
*/

.kwa_footer {
    background-color: #3768d2;
    height: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
    margin-top: 50px;
}


.kwa_footer h3 {
    font-weight: 300;
    color: white;
}

.footer_col {
    flex: 1;
}

.content_wrapper {

    padding: 0 20px;
}

.page_title {
    text-align: center;
}


.kwa_footer_menu {
    list-style: none;
}
#menu-footer-menu {
    line-height: 22px;
}

.kwa_footer_menu a {
    color: white;
    text-decoration: none;
}

.kwa_page_wrapper {
   padding: 0 20px;
}

.referenz_template_img img{
    width: 500px;
    height: auto;
}

.wp-block-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kwa_referenz_outer_wrapper {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-column-gap: 5%;
    grid-row-gap: 20px;
}

.kwa_referenz_list_img {
    width: 300px;
}

.kwa_referenz_single_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.kwa_referenz_single_title_wrapper {

    background-color: #3768d2;
    color: white;
    width: 100%;
    transition: bottom 0.5s;
    text-align: center;
    height: 100%;
}



.kwa_referenz_single_title_wrapper h3 {
    font-weight: 300;
    text-decoration: none;
}

.kwa_referenz_outer_wrapper a {
    text-decoration: none;
}


.kwa_referenz_single_wrapper:hover .kwa_referenz_single_title_wrapper {
    bottom: 0;
}



/*
============================
Ansprechpartner Shortcode
============================
*/

.kwa_ansprechpartner_outer_wrapper {
    background-color: #3768d2;
    min-height: 400px;
    padding: 25px 100px;
    color: white;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin: 50px 0;
}

.kwa_ansprechpartner_outer_wrapper h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 200;
}

.kwa_ansprechpartner_inner_wrapper {
   /*
    display: grid;
    grid-template-columns: 50% 50%;
    */
}

.kwa_ansprechpartner_outer_wrapper .col_left, .kwa_ansprechpartner_outer_wrapper .col_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.col_left, .col_right {
    border: 1px solid yellow;
}

.avatar {
    width: 150px;
    border-radius: 100%;
}

.anprechpartner_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.anprechpartner_col p{
    width: 100%;
    margin: 5px 0;
}

.anprechpartner_col a{
    align-self: baseline;
    margin-top: 20px;
}


#kwa_referenz_features_chosen {
    width: 240px !important;
}


/*
============================
Feature List Shortcode
============================
*/


.kwa_feature_list_outer_wrapper {
  
}


.kwa_feature_list_outer_wrapper h2 {
    text-align: center;
}

.kwa_feature_list_inner_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.kwa_feature_list_inner_wrapper h2 {
    border-radius: 5px;
    width: fit-content;
    padding: 10px 5px;
    background-color: #d24637;
    color: white;
    flex: 1;
    max-width: 200px;
    margin: 20px;
    font-weight: 200;
    text-align: center;
    box-shadow: 1px 1px 4px 1px gray;
}


/*
============================
Service Cards Shortcode
============================
*/

.kwa_service_cards_outer_wrapper {
  margin: 100px 0;
}

.kwa_service_cards_inner_wrapper {
    display: grid;
    grid-template-columns: 33% 33% 33%;
   
}

.kwa_service_cards_inner_wrapper h1 {
    font-size: 22px;
    font-weight: 400;

    border-bottom: 3px solid #d24637;
}

.kwa_service_cards_single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 25px;
    box-shadow: 1px 1px 3px 1px gray;
    transition: transform 0.25s, box-shadow 0.25s; 
}

.kwa_service_cards_single:hover {
    transform: scale(1.05);
    box-shadow: 1px 1px 6px 1px black;

   
}

.kwa_service_card_single_body ul {

    list-style-type: none;
    padding: 0;
    font-style: oblique;
}

.kwa_service_card_single_body li {
    line-height: 30px;

   
}

.kwa_service_card_single_footer {
    margin: 30px 0;
}


.kwa_service_card_single_footer .kwa_button {
    text-decoration: #d24637;
    background-color: transparent;
    color:#3768d2;
    border-bottom:  2px solid #d24637;
    border-radius: 0;
}

.kwa_service_card_single_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

 .service_card_img {
     width: 100px;
     margin: 30px 0;
 }


 /*
============================
Plugin Dev Shortcode
============================
*/

.kwa_plugin_dev_inner_wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
}

.kwa_plugin_dev_col p {
    line-height: 30px;
}

.kwa_plugin_dev_inner_wrapper .col_left {
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
}

.kwa_plugin_dev_inner_wrapper .col_right h3 {
    width: 100%;
}

.kwa_plugin_dev_inner_wrapper .col_right {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
}



.kwa_plugin_dev_col img {
    width: 100%;

}

.kwa_plugin_dev_col .kwa_button {
    background-color: #d24637;
    color: white;
    text-decoration: none;
    align-self: baseline;
}


 /*
============================
Responsive Design Shortcode
============================
*/

.kwa_responsive_design_inner_wrapper {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.kwa_responsive_design_single_wrapper {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kwa_responsive_design_single_wrapper_1 {}

.kwa_responsive_design_single_wrapper_2 {
    left: 100%;
}

.kwa_responsive_design_single_wrapper_3 {
    left: 200%;
}


.kwa_slider_control {
    z-index: 1000;
    background-color: red;
    position: relative;
    height: fit-content;
    width: fit-content;
    display: none;
}

.kwa_responsive_design_single_wrapper img {
    width: 500px;
}

.kwa_flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kwa_flex h3 {
    width: 100%;
}

.kwa_flex p {
    text-align: justify;
    line-height: 28px;
}

 /*
============================
Proektdaten Shortcode
============================
*/ 


.kwa_proektdaten_outer_wrapper {
  /*  width: fit-content; */
    padding: 20px 100px 20px 20px;
    margin: 100px 0;
    border: 2px outset white;
    border-radius: 2px;
    border-end-end-radius: 20px;
    background-color: #d24637;
    box-shadow: 1px 1px 5px 1px gray;
    color: white;
}


.projektdaten_value {
    font-weight: 300;
}
.projektdaten_key a {

    text-decoration: none;
    color: white;
    font-weight: 300;
}


 /*
============================
Referenz Template
============================
*/ 



.referenz_intro_row {
    display: grid;
    grid-template-columns: 50% 50%;
}

.referenz_col_left, .referenz_col_right {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.kwa_referez_mobile_preview_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px;
}



.referenz_page_mobile_row {
    display: grid;

    grid-template-columns: 50% 50%;
}

.kwa_contact_form_wrapper {


    display: grid;
    grid-row-gap: 30px;

}
.kwa_form_input_wrapper {
    display: grid;
    
}

.kwa_form_input_wrapper input {
    width: 400px;
    padding: 10px 2px;
}

.kwa_contact_form_col {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-column-gap: 5%;
}

.kwa_contact_form_wrapper input[type="submit"]{
    background-color: #d24637;
    color: white;
    width: 125px;
    border: 0;
    padding: 10px 15px;

    font-size: 16px;
    border-end-end-radius: 10px;
}

.social_media_icon {
    width: 25px;
    margin: 15px;
}

.kwa_social_media_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.formError {

    border: 1px solid red;
}
.form_error_text {

    margin: 0;
}

input[type="text"], input[type="email"] {
    max-height: 39px;
}

.kwa_form_success_message {
    display: none;
}


.error_page {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.error_page a {
    color: #d24637;
    text-decoration: underline #d24637;
}

textarea {
    resize: none;
}

.kwa_contact_form_wrapper h2 {
    font-weight: 200;
}




.form_error_text {
    color: red;
    font-style: italic;
}


.footer_right_col a {
    text-decoration: none;
    display: block;
    color: white;
}
.footer_right_col {
    line-height: 25px;
}

.footer_left_col img {
    width: 150px;
}

.footer_left_col {
    overflow: hidden;
}

.kwa_footer {
    overflow: hidden;
}


.kwa_service_card_single_body li {
    text-align: center;
}


.lp_image {
    width: 400px;
    height: auto;
}



.page-id-192 .wp-block-column {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.docker_img {
    width: 200px;
    height: auto;

}

.page-id-192 .kwa_button_red {
    background-color: #d24637;
    color: white;
    text-decoration: none;
    
}

.left_h2 {
    width: 100%;
}

.download_button {

    background-color: #3768d2;
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 22px;
    border-bottom-right-radius: 10px;
}

.plugin-template-default .kwa_referez_mobile_preview_wrapper {

    margin-bottom: 50px !important;
}

.kwa_plugin_content_info p {
    line-height: 30px;
    font-size: 22px;
}

.kwa_referenz_single_title_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}