/* You can add global styles to this file, and also import other style files */

/* Provide sufficient contrast against white background */

/*.home {
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-family: 'Poppins Medium';
    background-color: white;*/
    /*margin-top: 80px;*/
    /*position: relative;
}*/

.portfolio {
    background-color: white;
    margin-top: 1px;
    border: 1px solid lightgrey;
    height: 100%;
}

.impressum {
    /*background-image: linear-gradient(to top, rgba(255, 100, 100,0.1), rgba(128, 128, 128,0.3), rgba(1, 0, 0,1)), url('../Images/font-image.PNG');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: gainsboro;
}

.hometext {
    color: #D9BD96;
}

.skills {
    overflow: hidden;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins Medium';
    border: 1px solid lightgrey;
    background-color: white;
    margin-top: 80px;
    margin-bottom: 1px
}

.skillDefault {
    width: 100%;
    height: 100%;
    min-height: 10vh;
    background-color: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    margin-bottom: 1px;
}

.skillVModell {
    width: 100%;
    min-height: 50vh;
    height: 100%;
    background-color: white;
    margin-top: 2px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.processOfCreating {
    width: 100%;
    position: center;
    height: 100%;
    min-height: 50vh;
    background-color: darkseagreen;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#processOfCreatingImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
}

.works {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    font-family: 'Poppins Medium';
    border: 1px solid lightgrey;
    background-color: white;
    margin-top: 80px;
    margin-bottom: 1px
}

.link {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Poppins Medium';
    border: 1px solid lightgrey;
    background-color: white;
    margin-top: 80px;
    margin-bottom: 1px
}

.leistung_wrap {
    position: relative;
    overflow: hidden;
    font-family: 'Poppins Medium';
}

    .leistung_wrap img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
        color: white;
    }

.leistungimg {
    background-image: url(../Images/MeineKompetenzen.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    opacity: 0.1;
}

.testautomation {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Poppins Medium';
    background-color: white;
    margin-bottom: 1px;
    margin-top: 50px;
}

.softwareDev {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Poppins Medium';
    background-color: white;
    margin-bottom: 1px;
    margin-top: 50px;
}

.contact {
    background-image: linear-gradient(to top, rgba(255, 100, 100,0.1), rgba(128, 128, 128,0.3), rgba(1, 0, 0,1)), url('../Images/DSC_0800.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    width: 100%;
    /*height: 100%;*/
    /*border: hidden;*/
}

.contact-left {
    width: 420px;
    margin-left: -30px;
    padding-top: 20px;
}

.testimonials {
    background-image: linear-gradient(to bottom, black, rgba(1, 1, 1,0), black), url('../Images/font-image.PNG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Poppins Medium';
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
}

.slideInTitle {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: 50%;
    vertical-align: central;
    transform: translateY(+50%);
    opacity: 0;
    animation: slide-in-anim 1.0s ease-out forwards;
    animation-delay: 0.1s;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.slideInReq {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: 45%;
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 1.5s ease-out forwards;
    animation-delay: 1s;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.slideInImpl {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: 51%;
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 1.5s ease-out forwards;
    animation-delay: 2.5s;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.slideInTest {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: 48%;
    transform: translateX(-100%);
    opacity: 0;
    animation: slide-in-anim 1.5s ease-out forwards;
    animation-delay: 3s;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@keyframes slide-in-anim {
    20% {
        opacity: 0;
    }

    60% {
        transform: translateX(-45%);
    }

    75% {
        transform: translateX(-52%);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%);
    }
}

.typing-container {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.input-cursor {
    display: inline-block;
    width: 2px;
    height: 42px;
    background-color: white;
    margin-left: 8px;
}

.landingPageButton {
    width: 90px;
    height: 90px;
    font-family: 'Poppins Medium', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: inherit;
    background-color: gainsboro;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 8px 15px rgba(228, 200, 200, 0.10);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-align: center;
    position: relative;
}

    .landingPageButton:hover {
        background-color: #808080;
        box-shadow: 0px 10px 10px rgb(0, 0, 0);
        color: #fff;
        transform: translateY(-2px);
    }

.contactButton {
    vertical-align: central;
    width: 70px;
    height: 70px;
    font-family: 'Poppins Medium', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: inherit;
    background-color: gainsboro;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 8px 15px rgba(228, 200, 200, 0.10);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    border-color: none;
}

    .contactButton:hover {
        background-color: #808080;
        box-shadow: 0px 10px 10px rgb(0, 0, 0);
        color: #fff;
        transform: translateY(-2px);
    }



.cardkreis {
    box-shadow: 0 4px 1px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 45px;
}

.circle {
    height: 50px;
    width: 50px;
    background-color: orange;
    border-radius: 10px 25%;
}

.cardContent {
    transition: 0.3s;
    width: 100%;
    border-radius: 1px;
}


img {
    border-radius: 5px 5px 0 0;
}

.buttonUp {
    visibility: hidden;
    position: fixed;
    bottom: 0%;
    float: right;
    right: 20%;
    left: 85%;
    margin-right: 90px;
    max-width: 50px;
    width: 100%;
    height: 50px;
    width: 50px;
    background-color: #133174;
    padding: 5px;
    border-radius: 2px;
    z-index: 10;
    margin-bottom: 10px;
    color: white;
    border-color: rgba(85, 85, 85, 0.2);
}

    .buttonUp:hover {
      -webkit-box-shadow: 2px 0px 4px 1px rgba(0,0,0,0.38);
      -moz-box-shadow: 2px 0px 4px 1px rgba(0,0,0,0.38);
      box-shadow: 2px 0px 4px 1px rgba(0,0,0,0.38);
    }

.g {
    color: #d6e101;
    font-weight: normal;
    display: inline;
}

.imageLogo {
    width: 250px;
    height: 250px;
}

.blink_me {
    animation: itemBlinker 5s linear infinite;
    padding: 10px;
}

@keyframes itemBlinker {
    50% {
        opacity: 0.5;
    }
}

.hr_custom {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0,75), rgba(0,0,0,0));
}

.kundenlayout {
    background-color: bisque;
}

.middle {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}



.bgimg {
    background-image: url(../Images/LandingPageLaptopNoBackGround.png);
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    opacity: 0.9;
    color: white;
}

.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonLanding {
    width: 170px;
    height: 60px;
    font-family: 'Poppins Medium', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

    .buttonLanding:hover {
        background-color: #28302d;
        box-shadow: 0px 5px 10px #6F0006;
        color: #fff;
        transform: translateY(-7px);
    }

.ClientlogoBtn {
    width: 180px;
    height: 120px;
    font-family: 'Poppins Medium', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: blue;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

    .ClientlogoBtn:hover {
        background-color: #2EE59D;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateY(-7px);
    }

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    /*text-align: left;*/
    outline: none;
    font-size: 15px;
}

    .active, .collapsible:hover {
        background-color: #555;
    }

    .collapsible:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
    margin-top: 10px
}

.content {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #A9CCE3;
    margin-top: 20px
}

.scroll {
    background-color: #fed9ff;
    width: 600px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    padding: 20px;
}

.defaultFontSize {
    font-size: 18px;
    font-weight: 400;
}

.security {
    background-image: url('../Images/securityImg.png');
    height: 100%;
    width:100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: black;
    opacity: 0.7;
}

.aboutLanding {
    /*background-image: linear-gradient(to top, rgba(0,0,0,0.38), rgba(1, 10, 10,0.9), rgba(1, 0, 0,0.7)), url('../Images/Planning.png');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: black;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    width: 100%;
    z-index:20;
    opacity:0.9;
}

.ourTeam {
    /*background-image: linear-gradient(to top, rgba(0, 0, 0,7), rgba(10, 10, 10,0), rgba(0, 0, 0,7)), url('../Images/ProjectDiscussion.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    width: 100%;
    height: 100%;
    border: hidden;
    position: relative;
    opacity: 1;
}

.projectLanding {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0,0.9), rgba(128, 128, 128,0), rgba(0, 0, 0,0.9)), url('../Images/News.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    width: 100%;
    height: 100%;
    border: hidden;
    position: relative;
    opacity: 1;
}

.contactLanding {
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0,0.9), rgba(128, 128, 128,0), rgba(0, 0, 0,0.9)), url('../Images/contactImg.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    width: 100%;
    background-color:white;
    /*height: 100%;*/
    /*border: hidden;*/
    /*position: relative;*/
}