﻿#content {
    padding-bottom: 160px; /*Höhe der Fußleiste*/
}

h2 {
    font-size: 36px;
    color: #c6422d;
}

h3 {
    font-size: 30px;
    color: #c6422d;
}

h4 {
    font-size: 24px;
}

article {
    font-size: 16px;
}

hr {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(198,66,45,0), rgba(198,66,45,0.75), rgba(198,66,45,0));
    background-image: -moz-linear-gradient(left, rgba(198,66,45,0), rgba(198,66,45,0.75), rgba(198,66,45,0));
    background-image: -ms-linear-gradient(left, rgba(198,66,45,0), rgba(198,66,45,0.75), rgba(198,66,45,0));
    background-image: -o-linear-gradient(left, rgba(198,66,45,0), rgba(198,66,45,0.75), rgba(198,66,45,0));
}

.block{
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
}

.block p{
    text-align: left;
}

#secondBlock {
    background-color: #c8ced7;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

#einleitung article {
    font-size: 22px;
}

#kindDevelopment section{
    display: inline-block;
    width: 40%;
    min-width: 360px;
    vertical-align: top;
    padding-left: 35px;
    padding-right: 35px;
}

#kindDevelopment h3{
    text-align: left;
}

#technologyStack p {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

.stackImages{
    text-align: center;
}

#technologyStack img{
    margin: 25px;
}

#img_htmlcssjs{
    width: auto;
    height: 100px;
    vertical-align: bottom;
}

#img_sqlserver{
    width: auto;
    height: 45px;
    vertical-align: bottom;
    padding-bottom: 25px;
}

#img_netcore{
    width: auto;
    height: 80px;
    vertical-align: bottom;
    padding-bottom: 5px;
}

#img_wpf{
    width: auto;
    height: 45px;
    vertical-align: bottom;
    padding-bottom: 25px;
}

#img_azure{
    width: auto;
    height: 80px;
    vertical-align: bottom;
}
#img_docker{
    width: auto;
    height: 100px;
    vertical-align: bottom;
}

#img_electron{
    width: auto;
    height: 40px;
    vertical-align: bottom;
    padding-bottom: 20px;
}

#img_powerapps{
    width: auto;
    height: 40px;
    vertical-align: bottom;
    padding-bottom: 20px;
}

#img_powerautomate{
    width: auto;
    height: 40px;
    vertical-align: bottom;
    padding-bottom: 20px;
}

#redbutton {
    text-align: center;
}

    #redbutton article {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

.redbuttonlogo {
    height: 30px;
    margin-right: 5px;
    vertical-align: bottom;
}

#vpnclient {
    text-align: center;
}

    #vpnclient article {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

#web_office {
    background-color: #325F9A;
    color: white;
}

#web_office section{
    vertical-align: top;
    display: inline-block;
    padding: 35px;
    width: 25%;
    min-width: 290px;
}

#web_office h3, span {
    color: #DC785C;
}

#webBlock {
    padding: 35px;
    text-align: left;
}

    #webBlock a {
        color: #c6422d;
    }

        #webBlock a:hover {
            text-decoration: underline;
        }

.fa-marginright-15 {
    margin-right: 15px;
}

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

@media(max-width:1105px) {
    #web_office section{
        width: 80%;
        min-width: auto;
    }
}

@media(max-width:881px) {
    #kindDevelopment section{
        width: 80%;
        min-width: auto;
    }
}

@media(max-width:800px) {
}

@media(max-width:376px) {
}

@media(max-width:303px) {
    h2 {
        font-size: 33px;
    }
}
