#desktop-tablet-navbar-after-scroll {
    display: none !important;
}

.container-fluid-heading {
    padding-bottom: 42px;
    background-image: linear-gradient(white, 90%, #f9f9f9);
}

.second-line {
    font-size: 17px;
}
.second-row h2 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 27px;
}

.second-row {
    /*padding-top: 40px;*/
    font-size: 17px;
}
.second-row p {
    padding-bottom: 10px;
}
.third-row {
    padding-top: 62px;
    padding-bottom: 15px;
}
.third-row .label-row {
    padding-top: 18px;
}
.third-row label {
    font-size: 13px;
    margin-bottom: 6px;
    margin-bottom: 5px;
}
.input-ca {
	width: 100%;
	border-radius: 3px;
	height: 38px;
	text-indent: 6px;
    font-size: 14px;
	box-shadow: 0;
	outline: none;
	transition: all 0.2s ease-in-out;
    color: #27282C;
    caret-color: #27282C;
    border-color: #E5E5E4;
}
.input-ca:focus {
	box-shadow: none;
	border: 1.5px solid #2f5cb6;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.form-control.input-ca::placeholder {
    color: #9b9b97;
}
.form-control.input-ca {
    color: #27282C;
}
#age:invalid {
    color: #9b9b97;
}
.third-row .button-row {
    margin-top: 40px;
}
.third-row button {
    color: white;
    background: #2f5cb6;
    border: 1.5px solid #2f5cb6;
	padding: 7px 14px;
	border-radius: 4px;
    width: 100%;
	height: 40px;
	font-size: 15px;
    transition: all 0.3s ease-in-out;
}
.third-row button:hover {
    background: #4d79d1;
    border: 1.5px solid #4d79d1;
	color: white;
    transition: all 0.3s ease-in-out;
}
.forth-row {
    font-size: 12px;
    padding-bottom: 0px;
}
.fifth-row {
    height: 122px;
    background-image: linear-gradient(#f9f9f9, white);
}
h2 {
    font-size: 27px;
}
.kontakt-button {
    max-width: 750px;
}
.kontakt-button a {
    text-decoration: none;
    box-shadow: 0 0 15px hsl(0, 0%, 95%);
}
.kontakt-button a {
    display: inline-block;
}
.kontakt-blau {
    margin-bottom: -1px;
}
.kontakt-blau a {
    background-color: hsl(223, 62%, 44%);
}
.kontakt-blau a:hover {
    background-color: hsl(223, 62%, 40%);
}
.kontakt-gruen {
    margin-top: -4px;
    margin-bottom: -4px
}
.kontakt-gruen a {
    background-color: #1C9F30;
}
.kontakt-gruen a:hover {
    background-color: hsl(129, 70%, 34%);
}
.kontakt-schwarz a {
    background-color: hsl(0, 0%, 9%);
}
.kontakt-schwarz a:hover {
    background-color: hsl(0, 0%, 0%);
}

@media (min-width: 576px) {
    .second-row {
        /*padding-top: 55px;*/
    }
    .second-row h2 {
        
    }
    .second-row p {
        max-width: 1020px;
        max-width: 980px;
        max-width: 1070px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 12px;
        margin-left: 0;
    }
    .third-row {
        padding-top: 90px;
        padding-bottom: 15px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .third-row .label-row {
        padding-top: 18px;
        padding-top: 20px;
    }
    .third-row label {
        font-size: 14px;
        margin-bottom: 7px;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .input-ca {
    	height: 40px;
    	text-indent: 7px;
        font-size: 11px;
    }
    .third-row .button-row {
        margin-top: 40px;
    }
    .third-row button {
    	padding: 7px 14px;
    	border-radius: 4px;
    	height: 42px;
    	font-size: 17px;
    }
    .forth-row {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding-bottom: 0px;
    }
    .fifth-row {
        height: 205px;
    }
}
@media (min-width: 992px) {
    .second-row h2 {
        padding-top: 55px;
        padding-bottom: 30px;
        font-size: 31px;
    }
    .second-line {
        font-size: 19px;
    }
    .second-row {
        font-size: 19px;
    }
    h2 {
        font-size: 29px;
    }
    .third-row {
        padding-top: 100px;
    }
    .container-fluid .the-curve {
        margin-top: 0;
        position: absolute;
        bottom: -4.2px;
    }
    .container-fluid-heading {
        padding-bottom: 60px;
    }
}
