html {
    scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", sans-serif;
	color:#737373;
	font-weight: 400;
}
.text-primary {
    color: #146ab8 !important;
}
a{
	color: #146ab8;
	text-decoration: none;
}
a:hover {
    color: #4295ca;
    text-decoration: underline;
}
.bg-primary {
    background-color: #146ab8 !important;
}
.btn-primary {
    color: #fff;
    background-color: #146ab8;
    border-color: #146ab8;
}
.btn-primary:hover {
    color: #fff;
    background-color: #4295ca;
    border-color: #4295ca;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
h1,h2,h3 {font-size:50px}
.form-important-fields {display:none;}
.short-line::after {
	content:"";
	display:block;
	height:15px;
	width:150px;
	background-color:#146ab8;
}
footer .short-line::after {
	content:"";
	display:block;
	height:10px;
	width:100px;
	background-color:#fff;
}
.footer-nav-link {
    padding: .25rem 1rem;
    background-color: white;
}
.footer-nav-link:hover {
    padding: .25rem 1rem;
	color: white;
    background-color: #4295ca;
	text-decoration: none;
}


.f30 {font-size: 30px;font-weight:700;}
.f20 {font-size: 20px;font-weight:700;} 
address {font-size: 20px;}
.jumbotron {
	background-image: url(../images/header_hintergrund.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	}
	
.sub.jumbotron {
    background-image: linear-gradient(-187deg, #146ab8 50%, #fff 50%);
    background-size: cover;
    background-color: #fff !important;
    background-position: center -139px;
    background-repeat: no-repeat;
}	
	
.img-thumbnail {
    padding: 1.25rem;
}	
.ballons::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 25%;
    background-image: url(../images/ballons.png);
    width: 181px;
    height: 336px;
    transform: translate3d(0px, -30%, 0px);
}
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1040px;
}
}
