/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

h2 { font-size: 30px; line-height: 1.5em; }
h3 { font-size: 26px; line-height: 1.5em; }
li { font-size: 16px; line-height: 1.7em; }

.centered { text-align:center; }
.cleared { clear: both; }
.space { padding: 50px 0; }

.home #header_main { background-color: transparent; }

#header_main { background-color: #3b4752; }


#top .post-meta-infos,
#top .comment-entry.post-entry { 
    display: none !important; 
}

#socket .sub_menu_socket li {
    min-width: 70px;
    min-height: 30px;
}



.c_header_home {
	background-image: url(https://escortwerden.info/wp-content/uploads/2018/11/banner-pic.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c_header_home .contain {
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1310px;
    text-align: center;
    margin: 0 auto;
    padding: 0 50px;
    clear: both;
}

.two_col {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: inherit;
    align-items: center;
}

.two_col .half {
    width: 50%;
    box-sizing: border-box;
}

.two_col h2 { color: #FFFFFF; font-size: 2.5rem; font-weight: 300; line-height: 1.3em; }
.two_col h3 { color: #FFFFFF; font-size: 24px; font-weight: 300; }
.two_col a {
    color: #ffffff;
    background-color: #CC1356;
    font-family: "Raleway", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 60px 18px 60px;
}

.two_col a:hover {
    background-color: #FFFFFF;
    color: #CC1356;
    border-color: #FFFFFF;
}



/**********  **********/
/**********  SIDEBAR  **********/
/**********  **********/


.sidebar .widget_custom_html h3 {
    background-color: #3b4752;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 8px;
}

.sidebar .widget_custom_html .textwidget {
    padding: 1em;
    margin-bottom: 2em;
    background-color: #4f5c6a;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
}

.sidebar .widget_custom_html .textwidget p a,
.sidebar .widget_custom_html .textwidget li a { 
    color: #ffffff;
}

.sidebar #custom_html-5 {
    padding-bottom: 0;
}

.sidebar #custom_html-5 .textwidget {
    background-color: #cc1356;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}

.sidebar #custom_html-5 .textwidget a {
    color: #fff;
}




/**********  **********/
/**********  QUIZ/TEST  **********/
/**********  **********/


.qsm-question-page { 
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
} 




/**********  **********/
/**********  MEDIA QUERIES  **********/
/**********  **********/


@media (min-width: 1025px) {

    #custom_html-2.js-fixed,
    #custom_html-5.js-fixed {
      position: fixed;
      z-index: 999;
    }

  }


@media (max-width: 768px) {
    

    .space { padding: 0; }

    .responsive #top.home #wrap_all #header {
        background-color: transparent;
        position: absolute;
    }

    .c_header_home { 
        background-image: url("https://escortwerden.info/wp-content/uploads/2018/11/banner-pic-mobile.jpg");
    }

    .c_header_home .contain {
        min-height: 400px;
        width: 100%;
    }

    .two_col {
        align-items: end;
    }

    .two_col .half {
        width: 100%;
    }

    .two_col a {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        left: 0;
    }



}






@media (max-width: 450px) { 

    .two_col h2 { font-size: 26px; }
    .two_col h3 { font-size: 18px; }

}