html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body {
	background-color: #ffffff;
	 color: #333;
    padding: 0 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
}


h1, h2, h3 {
    font-family: Palatino Linotype, Palatino, Bookman Old Style, Georgia, Times New Roman, Times;
    font-weight: bold;
}

h1 {
    font-size: 20px;
    line-height: 30px;
}

h2 {
    font-size: 16px;
    line-height: 24px;
    color: #005881;
    margin-top: 8px;
}

p {
    line-height: 17px;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
}

#top-container {
	background-color:#ffffff;
	position:relative;
}

#menu {
	position:relative;
}

#main-logo {
	background-image:url('../logo_trans.png');
	background-position: center right;
	background-repeat: no-repeat;;
	height:140px;
	background-color: #ffffff;
	display:none;
}

#main-image {
	height:250px;
	background-size: cover;
	background-position: center;
	width:100%;
	bottom:0px; 
	right:0px;
	position: relative;
}

#breadcrumb {
	position:absolute;
    top: 229px;
    left: 326px;
}

#logo  {
	text-align:center;
	margin:20px 20px;
	float:left;
}

#footer {
	font-size:12px;
	color:#0d64a3;
	padding:15px 15px;
	background-color:#ffffff;
}

.container.content {
	background-color:#ffffff;
}

.container {
	margin-bottom:8px;
	background: transparent;
}

.container.content, #footer.container {
	padding: 20px 22px;
}

.border-lr {
	border-top: 8px solid #0d64a3;;
	border-left: 8px solid #0d64a3;;
}

#navbar-clear {
	clear:both;
}

.navbar-light .navbar-toggler {
	/*margin-top:119px;
	margin-right:15px;*/
}

#phone {
	position:absolute;
	top:0;
	right:0;
	background-color:#0d64a3;
	color:#ffffff;
	padding:14px 14px;
	top: 150px;
    right: 49px;
}




.rotate {
	transform-origin: 100% 100%;  
	transform: rotate(90deg);

	/* Safari */
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 100% 100%;  
	/* Firefox */
	-moz-transform: rotate(90deg);
	-moz-transform-origin: 100% 100%;  

	/* IE */
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 100% 100%;  

	/* Opera */
	-o-transform: rotate(90deg);
	-o-transform-origin: 100% 100%;  

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(186,206,229, 1)' stroke-width='2'  d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.dropdown-menu
{
	top: auto;
    left:50%;
    width:50%;
    border-radius:0px;
    background-color:#0d64a3;
    color:#ffffff;
}


li.nav-item div.collapse {
	position: absolute !important;
    left: 100% !important;
    z-index: 1 !important;
    width: 200px !important;
    height:auto !important;
}



.dropdown-menu a.dropdown-item
{
	text-transform: uppercase;
	color: #ffffff;
}

.dropdown-menu a.dropdown-item:hover
{
	color: #0d64a3;
	background-color:#ffffff;
}

.dropdown-item.active, .dropdown-item:active
{
	color: #0d64a3 !important;
	background-color:#ffffff;
}

.card-content, .card-full {
	border:none;
	border-radius: 0px;
	background-color:#ffffff;
	position:relative;
}

.card-md-3 a , .card-md-6 a, .card-md-3 a:hover , .card-md-6  a:hover {
	text-decoration: none !important;
}

.cards .card-content .card-hover
{
	display:none;
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	background-color:rgba(13,100,163, 0.7);
	color:#ffffff;
	text-align:center;

	  align-items: center;
	  justify-content: center;
}

.cards .card-full .card-hover
{
	display:flex;
	position:relative;
	width:100%;
	height:200px;
	background-color:rgba(13,100,163, 1);
	color:#ffffff;
	text-align:center;

	  align-items: center;
	  justify-content: center;
}





.cards .card-full .card-hover p , .cards .card-content .card-hover p {
	font-size:10px;
}



.cards .card-content:hover  .card-hover
{
	display: flex;
}

.cards .card-content img {
	padding:10px;
	/*width:100%;
	height:100% !important;*/
	object-fit:contain;
}

.cards  img {
	padding:10px;
	width:100%;
	height:auto;
}


.card-md-3
{
	width:100%;
	margin-left:0%;
}

.card-md-3:nth-child(odd)
{
	margin-left:0%;
}

.container.full div.col-md-6:nth-child(even)
{
	padding-right:0px;
}

a, .btn-link {
	color: #0d64a3;
}

.card {
	border-radius: 0;
}

.btn.btn-white {
	color:#ffffff;
	border:1px solid #ffffff;
}

.btn.btn-bg-blue
{
	background-color: #0d64a3;
}

.form-control, .btn {
	border-radius: 0;
}

.nav-item {
	padding:5px 0px;
}

.nav-item.active a.nav-link {
	font-weight:bold;
}

a.nav-link {
	display:inline;
	font-family: Palatino Linotype, Palatino, Bookman Old Style, Georgia, Times New Roman, Times;
	color:#000;
	font-size:14px;
}

 a.nav-link:hover {
	background-color:#bacee5;
	color:#000;
}

a.nav-link-small {

	font-family: Helvetica, Helvetica Neue, Tahoma, Arial;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

a.link:visited {
    color: #333;
    border-bottom: #333 1px dotted;
    text-decoration: none;
}

a.link {
    color: #333;
    border-bottom: #333 1px dotted;
    text-decoration: none;
}

a.link:hover {
	color: #000;
	border-bottom: #333 1px solid;
	text-decoration: none;
}



a.link-light {
	color: #999;
	border-bottom: #999 1px dotted;
	text-decoration: none;
}

a.link-light:visited {
	color: #999;
	border-bottom: #999 1px dotted;
	text-decoration: none;
}

a.link-light:hover {
	color: #666;
	border-bottom: #666 1px solid;
	text-decoration: none;
}


.infopadding {
	padding-top:50px;
}

#infoimage {
	position:absolute;
	top:50px;
	right:10px;
}

a.external-link-new-window {
    color: #333;
    border-bottom: #333 1px dotted;
    text-decoration: none;
    background: url(../extlink.gif) left center no-repeat;
    padding-left: 16px;
}

div#banner-1 {
    width: 972px;
    height: 248px;
    position:absolute;
    
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
}

div#gewerbe-button {
    width: 186px;
    height: 77px;
    position: relative;
    left: 510px;
    top: 170px;
    overflow: hidden;
    float: left;
}

div#privatups-button {
    width: 196px;
    height: 78px;
    position: relative;
    left: 520px;
    top: 170px;
    overflow: hidden;
    float: left;
}

div#banner-3 {
	position:absolute;
    text-align: right;
    width: 972px;
    height: 73px;
    bottom:6px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#banner-3 p {
    font-family: Tahoma;
    font-size: 11px;
    color: #b0bdc5;
    margin: 2px 28px 0 0;
}

.start-container {
	margin:auto;
}

@media (min-width: 576px) { 
	
	.card-md-3
	{
		width:49%;
		margin-left:2%;
	}

	.card-md-3:nth-child(odd)
	{
		margin-left:0%;
	}

	.cards .card-full .card-hover
	{
		height:226.7px;
	}
}

@media (min-width: 768px) {
	#logo
	{
		float:none;
		margin:20px 0;
	} 
	#main-logo {
		display:block;
	}


	.container.content, #footer.container {
		padding: 20px 32px;
	}


	.dropdown-menu
	{
		top: auto;
	    left: 100%;	
	    border-radius:0px;
	    background-color:#0d64a3;
	    color:#ffffff;
	    width:auto;
	}

	

	.cards .card-full .card-hover
	{
		height:301.02px;
	}
	
	#main-image {
		height:450px;
	}

	#phone {
		top: 220px;
	}

}

@media (min-width: 992px) { 

	.card-md-3
	{
		width:24%;
		margin-left:1.33333333334%;
	}

	.card-md-3:nth-child(odd)
	{
		margin-left:1.33333333334%;
	}

	.card-md-3:first-child
	{
		margin-left:0%;
	}

	
	.container.content, #footer.container {
		padding: 20px 23px;
	}

	.cards .card-full .card-hover
	{
		height:197.8px;
	}

}

@media (min-width: 1200px) {
	.container {
	    max-width: 940px;
	}

  }