/* ------------------------------*/
/* ----------BASIC SETUP--------*/
/* ------------------------------*/
*{
    margin: 0;
    padding:  : 0 auto;
    box-sizing: border-box;
}

html,
body {
    background-color: #e2e2e2;
    color:#000;
    font-family: 'Lato','Arial', sans-serif;
    font-size: 20px;
    font-weight:300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden
}

.clearfix {zoom: 1}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ------------------------------*/
/* ----------REUSABLE COMPONENETS--------*/
/* ------------------------------*/
.row{
    max-width: 1140px;
    margin: 0 auto;   
}
section{
    padding: 80px 0;
}

header {
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.1)),to(rgba(0,0,0,0.4))), url(img/success3.jpg);
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0)), url(img/berufsfindung-duesseldorf-success.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
/* ---------colors--------*/
.white {
    color:#fff;
}
.blau {
    color:#006699;
}
.gelb {
    color:#f1c40f;
}
.orange {
    color:#e67e22;
}
.red {
    color:#e74c3c;
}
.dirtywhite {
    color:#ecf0f1;
}
.grau {
    color:#95a5a6;
}



/* ---------Paragraphs--------*/
.long-copy{
    line-height: 150%;
/*
    width: 70%;
    margin-left:15%;
*/
    margin-bottom: 20px;
    margin-top: 20px; 
}
.box p {
    line-height: 145%;
}

.icon-big {
    font-size:350%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}
/* ---------BUTTONS--------*/
.btn:link, 
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 200px;
    color:#e67e22 ;
    margin-top: 20px;
    transition: background-color 0.2s;
     border: 2px solid #fff;
    text-transform: uppercase;
}
input[type=submit] {
    border: 2px solid #fff;
    background-color: transparent;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
    background-color: #e67e22 ;
    color:#ecf0f1 ;
}
.btn-full:link,
.btn-full:visited {
    background-color: #e67e22;
    border: 2px solid #fff 
    
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 2px solid #219251
    
    
}
/* ----------HEADINGS--------*/

h1,h2 {
    margin: 0;
    font-size: 240%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 4px;
} 

h1 {
    
    color: #fff;
    font-size: 240%;
    font-weight: 400;
}

h2 {
    color: #fff;
    font-size: 140%;
    font-weight: 400;
    text-align: center
   
}


h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
.brand {
    float: left;
    margin-top: 40px ;
    margin-left: 20px;
    text-align: center;
}


/* ----------REUSABLE COMPONENETS--------*/
.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 55%;
    left: 65%;
    transform:translate(-50%, -50%);
}
.firma-text-box {
    position: absolute;
    width: 1140px;
    bottom: 1%;
    left: 50%;
    transform:translate(-50%, -50%);
    text-align: center;
    /* background-color: rgba(255 , 255, 255, 0.87); */
}

nav{
    background-color: rgba(80, 78, 78, 0.87);
    width: auto;
    z-index: 9999;
}
.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}

.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
    font-weight: 400;
}
.main-nav li {
    display: inline-block;
    margin-left: 10px;
}
.main-nav li a:link,
.main-nav li a:visited {
    color:#c9c3c3;
    text-decoration: none;
    text-transform: uppercase;
    font-size:90%; 
     border-bottom: 5px solid transparent;
    transition: border-bottom 0.2s;
    padding-bottom: 10px;
    padding-top: 10px;
    
    
}

.on {
    
    border-bottom: 5px solid #219251;
/*    border-top: 5px solid #219251;*/
}
.main-nav li a:hover,
.main-nav li a:active {
    
    border-bottom: 5px solid #219251;
/*    border-top: 5px solid #219251;*/
}
/* Mobile navigation*/
.mobile-nav-icon{
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display:none;
    
}
.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}


.sticky {
    position: fixed;
    margin-bottom: 30px;
    top:0;
    left:0;
    width: 100%;
    background-color: rgba(80, 78, 78, 1);
}


/* ------------------------------*/
/* ----------Test Ablauf--------*/
/* ------------------------------*/

.section-steps{
    background-color: rgba(219, 219, 219, 0.29);
    text-align: justify ;
   
}

.steps-box:first-child {
    text-align: justify;
    padding-right: 3%;
    margin-top: 80px;
    
    
}

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 70px;
   

}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.blocksatz {
    display: table;
}
.app-screen{
    width: 80%;
}

.berufsfindung-step{
    margin-bottom: 20px;
   border: 3px solid #95a5a6;
    display: inline-block;
    padding:20px;
    border-radius: 30px
}
/*
.berufsfindung-step:last-of-type{
    margin-bottom:20px;
    background-color: red;
}
*/
.berufsfindung-step div  {
    color:#fff;
    border: 3px solid #95a5a6;
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 5px;
    float:left;
    margin-right: 25px;
    font-size: 150%;
    background-color: #e67e22;
    
}
 
/*

---SEction Institut
*/

.section-institute{
	background: #ecf0f1;
}



/* ------------------------------*/
/* ----------Testimonials--------*/
/* ------------------------------*/


.section-testimonials {
    background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),url(img/success2.jpg);
    background-image:-o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),url(img/success2.jpg);
    background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),url(img/success2.jpg);
    background-size: cover;
    background-attachment: scroll;
}
blockquote {
    padding: 2%;
    line-height: 145%;
    font-weight: 500;
    margin-top: 60px;
    color: #fff;
}
blockquote:before{
    content: "\201C";
    font-size: 400%;
    display: block;
    margin-left: -10px
}

cite {
    font-size: 90%;
    margin-top:20px;
    display: block;
}

cite img {
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* ------------------------------*/
/* ----------Plans--------*/
/* ------------------------------*/

.section-plans{
    
}
.center{
    text-align: center;
}
.plan-box {
    background-color: #efefef;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
/*    box-shadow: 0x 12px 12px #c1c0c0;*/
    margin-top: 40px;
}
.plan-box div {
    padding:20px;
    border-bottom: 1px solid #e67e22;
    text-align: center;
   
}
plan-box div :first-child {
    background-color: #de8585;
  

    
}
.plan-box div:last-child{
    border: 0;
}
.plan-box  ul {
    list-style: none;
    padding-left: 0px;
    
        
}
.plan-box  ul li {
    padding: 5px 0;  

}

/* ------------------------------*/
/* ----------Contact Form--------*/
/* ------------------------------*/
.section-form {
    background-color: rgba(219, 219, 219, 0.29);
}

.contact-form {
    width: 60%;
    margin: 40px auto;
}
input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
}
textarea{
    height: 100px;
}

*:focus{outline: none;}

/* ------------------------------*/
/* ----------Drive TO--------*/
/* ------------------------------*/

.section-contact {
    background-color: #ecf0f1;
}
.drive-to {
    margin-top: 40px;
    line-height: 145%;
}
.map {
    margin-top: 40px;
}

.drive-to div {
    margin-bottom: 20px;
    font-size: 90%;
    
}
.drive-to div p {
    padding-left: 40px;
}

/* ------------------------------*/
/* ----------Footer-------*/
/* ------------------------------*/

footer {
    background-color: #4f5050;
    padding-top: 30px;
    color:#c9c9c9;
    line-height: 145%;
    padding-bottom:30px;


}
.footer-nav,
.footer-adress,
.footer-overview {
    list-style: none;
    text-align:center;
    line-height: 145%;
    font-size: 80%;
    
}
footer h4, h5{
    text-align: center;
}
footer ul {
    padding: 0;
}
footer  p {
    text-align: center;
    font-weight: 800;
    padding: 20px;
    color:#fff;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 1px;
}

.footer-nav a:link,
.footer-nav a:visited {
    text-decoration: none;
    color: #c9c9c9;
    transition: color 0.2s;
}

.footer-nav a:hover{
    color: #fff;
}

.p-small {
    font-size: 80%;
    text-transform: none;
    color: #c9c9c9;
    padding: 0;
}

/* ----------------------------------------------- */
/* Animations */
/* ----------------------------------------------- */


.js--wp-2,
.js--wp-3{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}




.js--wp-2.animated,
.js--wp-3.animated{
    opacity: 1;
}

/* ----------------------------------------------- */
/* Float */
/* ----------------------------------------------- */
.sol {
	float:left;
	margin-right: 10px;
}

