/*General*/

body {
        width: 1200px;
        height: 100%;
        font-family: Arial;
        color: rgb(0,33,68);
        margin: 0 auto;
}

.container {
	margin: 0px;
	width: 100%;
}

.content {
	margin: 70px 0 0 180px;
	width: 600px;
	height: 100%;
}

.content-startpage {
	margin: 70px 0 0 180px;
	width: 1000px;
	height: 100%;
}

.content-headline {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 11pt;
	letter-spacing: 2px;
}

.abstand {
	margin-top: 30px;
}

.content-text {
	text-align: left;
	font-size: 9pt;
	width: 100%;
	margin-left: 20px;
}

.content-holder {
	height: 454px;
}

.headline-1 {
	font-size: 11pt;
	color: rgb(0,113,178);
	font-weight: 600;
	margin-bottom: 40px;
}

.bold {
	font-weight: 600;
}

.bluecolor {
	color: rgb(0,113,178);
}

.break {
	height: 25px;
}


/*Navbar*/

.logo {
	margin: 20px 0px 0px 50px;
	width: 100px;
}

#navbar {
	list-style-type: none;
	margin-top: 25px;
	float: right;
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 1px;
}

#navbar li {
	display: inline;
	margin-right: 40px;
}

#navbar a:hover {
	color: rgb(0,113,178);
	text-decoration: none;
	letter-spacing: 1px;
}

.menu-item {
	color: rgb(0,33,68);
}

.current-menu-item {
	color: rgb(0,113,178);
	font-weight: 600;
}

/*Footer*/

.footer {
	margin-bottom: 20px; 
	font-size: 8pt;
	margin-top: 30px;
}

#footerbar {
	list-style-type: none;
	margin: 0px 0 0 0;
	float: right;
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 10px;
}

#footerbar li {
	display: inline;
	margin: 0 40px 0 0;
}

.footer a:hover {
	color: rgb(0,113,178);
	text-decoration: none;
}

.copyright {
	float: left;
	margin-left: 55px;
	margin-bottom: 20px;
}

/*Startpage - Style 1*/

#startseitebg {
	background: url("../img/startseite-bg.png") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
      	background-size: 700px 450px;
        background-position: 175px 100px; 
}

#kundenbg {
	background: url("../img/kunden-bg.png") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
      	background-size: 700px 450px;
        background-position: 175px 100px; 
}

#partnerbg {
	background: url("../img/partner-bg.png") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
      	background-size: 55%;
        background-position: 265px 65px; 
}

#companybg {
	background: url("../img/company-bg.png") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
      	background-size: 700px 450px;
        background-position: 175px 100px; 
}

#downloadbg {
	background: url("../img/download-bg.png") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
      	background-size: 700px 450px;
        background-position: 175px 100px; 
}

#impressumbg {
	background: url("../img/impressum-bg.png") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
      	background-size: 700px 450px;
        background-position: 175px 100px; 
}

#datenschutzbg {
	background: url("../img/datenschutz-bg.png") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
      	background-size: 700px 450px;
        background-position: 175px 100px; 
}

#contactbg {
	background: url("../img/contact-bg.png") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
      	background-size: 700px 450px;
        background-position: 175px 100px; 
}


.bulletpoint {
	width: 8px;
	height: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
}

.startpage-list {
	list-style-type: none;
}


.startpage-text {
	text-align: left;
	padding: 20px 20px 20px 20px;
	font-size: 9pt;
	width: 590px;
}

#english-flag {
	width: 20px;
	margin-left: 10px;
	margin-bottom: 4px; 
}

#startpage-picture {
	width: 95%;
	margin-bottom: 40px;
	margin-left: 60px;
	margin-top: 50px;
}

#startpage-box {
	width: 340px;
	height: 100px;
	background-color: #DBECF5;
	margin-right: 20px;
	float: right;
	border-color: rgb(0,113,178);
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px 5px 5px;
}

#startpage-link {
	text-decoration: none;
}

#startpage-box-headline {
	color: #rgb(0,113,178);
	font-size: 9pt;
	text-align: center;
}

#startpage-box-text {
	font-weight: 600;
	font-size: 9pt;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	color: rgb(0,33,68)
}

.welcomemessage-list {
	list-style-type: none;
}

/*Kunden*/

#customer {
	width:600px;
	height:400px;	
}

.answer-text {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 10pt;
	margin-bottom: 30px;
}

.answer-list {
	margin-left: -25px;
}

/*Unternehmen*/

.profilepicture {
	float: left;
}

.profilename {
	letter-spacing: 2px;
	color: rgb(0,113,178);
	font-size: 10pt;
	margin-left: 20px;
	margin-top: 10px;
}

.profiletext {
	display: block;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 9pt;
}

/*Downloads*/

.wrapper {
	width: 100%;
	height: 100%;
	margin-left: 20px;
	margin-top: 20px;
}

#berichteins {
	width: 33%;
	height: 100%;
	float: left;
	margin-bottom: 30px;
}

#berichtzwei {
	width: 33%;
	height: 100%;
	float: left;
}

#berichtdrei {
	width: 33%;
	height: 100%;
	float: left;
}

.bericht img {
	height: 200px;
	width: 150px;
	box-shadow: 5px -6px 10px grey;
}

.berichtheadline {
	font-size: 7pt;
	width: 105px;
	margin: 10px 0px 0px 25px;
	text-align: center;
}

.berichtheadline a {
	color: rgb(0,33,68);
	text-decoration: none;
}

.presstext a {
	color: rgb(0,33,68);
	text-decoration: none;
}

#pressnews {
	margin-top: 0px;
	float: left;
	margin-left: 20px;
}

.press-link {
	color: rgb(0,33,68);
	text-decoration: none;
}

.pressheadline {
	margin-left: 10px;
	font-weight: 600;
	font-size: 10pt;
	display: inline-block;
}

.presstext {
	font-size: 10pt;
	margin-left: 25px;
	margin-bottom: 40px;
}
 /*
#contactformbericht {
	height: 300px;
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.contact-bericht-headline {
	color: rgb(0,113,178);
	font-size: 10pt;
	margin-bottom: 5px;
	width: 100%;
}

.input-bericht {
	width: 95%;
	box-shadow: 4px 4px 10px grey;
	border-style: none;
	margin-bottom: 5px;
}


#berichtbutton {
	width: 70px;
   	height: 25px;
	border-radius: 5px;
	background-color: rgb(0,33,68); 
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 8pt;
   	float: right;
   	margin-right: 15px;
}
*/
/*Datenschutz*/



/*Impressum*/

.input-impressum {
	margin-bottom: 20px;
}

.headline-2 {
	color: rgb(0,113,178);
	font-size: 9pt;
}

.versicherungsombudsmann {
	margin-bottom: 20px;
}

/*Kontaktformular*/

.input-description{
	font-size: 7pt;
	margin-left: 5px;
	margin-bottom: 4px;
}

.input-description-1 {
	float: left;
	font-size: 7pt;
	width: 70%;
	margin-left: 5px;
	margin-top: 4px;
}

.input-description-2 {
	display: inline-block;
	font-size: 7pt;
	width: 30%;
	margin-left: -5px;
}

.contactforminput {
	width: 100%;
	box-shadow: 4px 4px 10px grey;
	border-style: none;
	margin-bottom: 5px;
}

.contactforminput-1 {
	width: 70%;
	box-shadow: 4px 4px 10px grey;
	border-style: none;
	float: left;
}

.contactforminput-2 {
	width: 30%;
	box-shadow: 4px 4px 10px grey;
	border-style: none;
	display: inline-block;
}

.contactforminput-3 {
	width: 30%;
	box-shadow: 4px 4px 10px grey;
	border-style: none;
	float: left;
}

.contactforminput-4 {
	width: 70%;
	box-shadow: 4px 4px 10px grey;
	border-style: none;
	display: inline-block;
}

#contactform {
	margin-bottom: 120px;
}

.wrappersmall {
	width: 100%;
}

#contactbutton {
	width: 70px;
   	height: 25px;
	border-radius: 5px;
	background-color: rgb(0,33,68); 
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 8pt;
    float: right;
}

/* Sucess */

.success-message {
	width: 100%;
	text-align: center;
	background-color: #DBECF5;
	border-style: solid; 
	border-width: 1px;
	border-color: rgb(0,113,178);
	font-size: 9pt;
	margin-left: 20px;
	padding: 3px 0px 3px 0px;
}

/* Error */

.error-message {
	width: 100%;
	text-align: center;
	background-color: #DBECF5;
	border-style: solid; 
	border-width: 1px;
	border-color: rgb(0,113,178);
	font-size: 9pt;
	margin-left: 20px;
	padding: 3px 0px 3px 0px;
}