/*
Theme Name:  Webify Child Theme
Theme URI: http://themebubble.com
Description:  Webify Child Theme
Author:  Christian Drath
Textdomain:  netactive
Author URI:  https://netactive.de/
Template:  webify
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.landingpage h1,
.landingpage h2,
.landingpage p,
.landingpage form{
    padding-bottom: 30px;
    margin-bottom: 0;
}
.landingpage h1,
.landingpage h2{
    text-transform: uppercase;
    font-size: 30px;
}
.landingpage p:last-child{
    padding-bottom: 0;
}
.landingpage .container-gesamt{
    max-width: 1200px;
    margin: 0 auto;
}
.landingpage .kopfbild{
    max-width: 100%;
    height: auto;
}
.landingpage .center-content{
    /*width: 1360px;
    margin: 0 auto;*/
    position: relative;
}
.landingpage .container-header .center-content{
    position: absolute;
    top: 50px;
    left: calc(50% - 500px);
}
.landingpage .container-header .center-content .logo{
    width: 200px;
}
.landingpage .container-header .center-content .headline{
    font-family: 'Circular', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    padding-top: 230px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}
.landingpage main{
    text-align: center;
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 400;
    color: #000;
    padding: 50px 0;
}
.landingpage label{
    margin-bottom: 10px;
}
.landingpage input{
    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.landingpage input[type=submit]{
    border:3px solid #000;
    background-color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.landingpage input[type=submit]:hover{
    border:3px solid #000;
    background-color: #000;
    color: #fff;
}
.landingpage .contact-box{
    display: flex;
    justify-content: space-evenly;
}
.landingpage .contact-box .icon{
    width: 70px;
    padding-bottom: 20px;
}
.landingpage footer{
    font-weight: 400;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 75px 0;
}
.landingpage footer p{
    padding-bottom: 60px;
}
.landingpage footer .center-content{
    display: flex;
    justify-content: space-between;
}
.landingpage footer .container-logos{
    display: flex;
    align-items: flex-end;
}
.landingpage footer .container-logos img:not(:first-child){
    padding-left: 60px;
}
.landingpage footer .container-kontaktdaten{
    font-size: 1.2em;
}
.landingpage footer .kontaktdaten{
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
}
.landingpage .bottombar{
    padding: 60px 0;
    text-align: center;
    font-weight: 400;
    color: #000;
}
.landingpage .error{
    font-size: 1.2em;
    color: red;
    font-weight: bold;
    font-style: italic;
}
.post-password-form{
    margin-top: 100px;
}
@media only screen and  (max-width: 1249px) {
    /*.landingpage .center-content{
        width: 980px;
    }*/
    .landingpage .container-gesamt {
        max-width: 980px;
    }
    .landingpage .container-header .center-content{
        top: 40px;
        left: calc(50% - 440px);
    }
    .landingpage .container-header .center-content .headline{
        font-size: 50px;
        padding-top: 170px;
    }
}
@media only screen and  (max-width: 1023px) {
    .landingpage .center-content{
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .landingpage .container-header .center-content{
        left: 4%;
    }
    .landingpage .container-header .center-content .logo{
        width: 200px;
    }
    .landingpage .container-header .center-content .headline{
        font-size: 50px;
        padding-top: 100px;
    }
    .landingpage footer .center-content {
        flex-direction: column;
    }
    .landingpage footer .container-logos{
        padding-top: 50px;
        justify-content: space-evenly;
    }
    .landingpage footer .container-logos img{
        padding-left: 0;
    }
}
@media only screen and  (max-width: 767px) {
    .landingpage .container-header .center-content .logo{
        width: 150px;
    }
    .landingpage .container-header .center-content .headline {
        font-size: 30px;
        padding-top: 50px;
    }
    .landingpage h1,
    .landingpage h2 {
        font-size: 25px;
    }
    .landingpage main{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .landingpage h1,
    .landingpage h2,
    .landingpage p,
    .landingpage form{
        padding-bottom: 50px;
    }
    .landingpage .contact-box{
        flex-direction: column;
    }
    .landingpage .contact-box > div:not(:last-child){
        padding-bottom: 30px;
    }
}
@media only screen and  (max-width: 479px) {
    .landingpage h1,
    .landingpage h2 {
        font-size: 25px;
    }
    .landingpage .container-header .center-content{
        top: 20px;
    }
    .landingpage .container-header .center-content .headline {
        font-size: 25px;
        padding-top: 30px;
    }
    .landingpage h1,
    .landingpage h2,
    .landingpage p,
    .landingpage form{
        padding-bottom: 30px;
    }
    .landingpage footer .container-logos{
        flex-direction: column;
        align-items: center;
    }
    .landingpage footer .container-logos img{
        width: 250px;
    }
    .landingpage footer .container-logos img:not(:first-child){
        padding-left: 0;
    }
    .landingpage footer .container-logos img:not(:last-child){
        padding-bottom: 20px;
    }
}