/*
 Theme Name:     KPunkt
 Theme URI:      https://www.kpunkt.ch
 Description:    Child Theme für das Kreativ Kollektiv K. aus Zürich.
 Author:         Timothy Justin Oesch
 Author URI:     https://grafik.timothyoesch.ch
 Template:       Divi
 Version:        1.0.0
*/

/***** THEME CUSTOMISATION ******/

html {
    overflow-x: hidden;
}


h1, h2, h3 {
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 1em;
}

h1 {
    margin-top: 50px;
    font-size: 55px;
}

h1::before {
    padding-top: 10px;
    content:"";
    display: block;
    width:10%; 
    min-width: 100px;
    height:100%;
    margin-right:-100%;
    border-top:10px solid #007EB6;
}

h2 {
    margin-top: 50px;
    font-size: 45px;
}

h2::before {
    padding-top: 10px;
    content:"";
    display: block;
    width:10%; 
    min-width: 100px;
    height:100%;
    margin-right:-100%;
    border-top:8px solid #007EB6;
}

h3 {
    margin-top: 50px;
    font-size: 35px;
}

h3::after {
    margin-top: 10px;
    content:"";
    display: block;
    width:10%;
    min-width: 100px;
    height:100%;
    margin-right:-100%;
    border-top:5px solid #007EB6;
}

p {
    font-weight: 200;
    color: #333333;
    font-size: 20px;
    line-height: 1.3em;
}

.p_with_margin {
    margin-bottom: 20px;
}

a {
    color: #333333;
    transition: 0.25s;
}

a:hover {
    color: #007EB6;
}

.k_fett {
    font-weight: 900;
    font-style: normal;
}


/* Buttons */

button.reg_button {
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
    border-width: 3px;
    border-style: solid;
    color: #333333;
    border-color: #333333;
    font-weight: 200;
    font-size: 20px;
    background-color: #ffffff;
    transition: 0.25s ease-in-out;
}

button.reg_button:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #333333;
    cursor: pointer;
}


/* Containers */
.reg_container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    min-height: 50vh;
    padding-bottom: 50px;
}

@media only screen and (max-width:980px) {
    .reg_container {
        width: 90%;
    }   
}







/* Elements */
.top_bar {
    font-weight: 900;
    font-size: 17px;
    font-style: normal;
    color: #333333;
}

.mobile_menu_bar:before {
    color: #007EB6 !important;
}


.et-l--footer td {
    padding: 0 20px;
    font-style: italic;
}

.et_mobile_menu {
    border-top: #007EB6 4px solid;
    margin-top: 5px;
    background-color: #ffffff !important;
}

@media (max-width: 980px) {
.et_divi_100_custom_hamburger_menu .mobile_menu_bar {
    margin-bottom: 0 !important;
}
}

.et_mobile_nav_menu::before {
    content: 'MENU';
    padding: 5px 5px 0 0;
    font-weight: 900;
}

.et_pb_text_2_tb_footer p {
    line-height: 1.3em !important;
}


#page-container {
    padding-top: 0 !important;
}


/* K. Blau */

.k_blau {
    color: #007EB6;
    font-style: normal;
}