* {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 100%; 
    background-color: #ededed;
    line-height: 1.4;
	}

a:active, a:focus {outline: none;}

strong {font-weight:bold;}

.txt-w {color: #004f9e;}

.icon-block {
    padding: 0 15px;
    }

.icon-block .material-icons {
	font-size: inherit;
    }

#container {
	background-color: #ededed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    }

.cont {
    width: 100%;
    max-width: 1400px;
    background-color: #FFF; 
    }
    
    
.cont-fixed {
    position: fixed;
    top: 0px;
    height: 175px;
    z-index: 1200;
    background-color: #FFF;
    max-width: 1400px;
    width: 100%;
    }

/* Header */

.header {
    width: 100%;
    text-align: left; 
	background: -prefix-linear-gradient(left, #6695c5, white, white);
	  background: linear-gradient(to right, #6695c5, white, white);
	
    }

.header-top { 
    display: none;
    }

.header-logo1 {  }

.header-logo1 img {
    width: 300px;
    height: auto;
    margin: 2.5em 1em 2em 2.5em;
    }

.header-logo2 { 
    display: none; 
    }

/* footer */

.page-footer {
    background-color: #ededed;
    padding-top: 0px;
    padding: 1em;
    padding-left: 3em;
    }

.footer {
    width: 100%;
    text-align: left;
    background-color: #ededed;
    color: #000;
    }

.footer a {
    color: #000;
    }

/* content */

#content {
    background-color:#FFF;
    margin-top: 175px; 
    }

.cont-100 {
    display:block; 
    min-height: 700px; 
    margin-bottom: 6em;
    }

.cont-80 {;
    width: 100%;
    }

.cont-txt {
    margin-top:0em;
    margin-bottom: 1em;
    padding: 0em 1em 0.5em 1em;
    font-size: 120%;
    }

.cont-obj-1a p, .cont-obj-1b p {
    font-size: 120%;
    }

.cont-obj-1a a, .cont-obj-1b a {
    font-size: 120%;
    }

.cont-txt h1 {
    font-size: 200%;
    font-weight: bold;
    margin: 0.5em 0em 0.5em 0em;
	  color:#004f9e;
	  line-height: 100%;
    }

.cont-txt h2 {
    font-size: 160%;
    font-weight: normal;
		line-height: 100%;
		margin: 0;
		padding: 0;
    }

.cont-txt h3 {
    color:#004f9e;
    font-size: 120%;
    font-weight: bold;
    margin: 0.5em 0em 0.5em 0em;
    }

h4 {
    color:#004f9e;
    }

.cont-txt-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    }

.cont-txt a {
    color: #004f9e;
    }


.cont-txt a:hover {
    text-decoration: underline;
    }

.cont-txt-1, .cont-txt-2, .cont-txt-3 {
    width: 100%;
    padding-right: 0em;
    }

.cont-20 { 
    width: 100%; 
    display: block; 
    justify-content: flex-end; 
    align-items: center;
    }

.cont-ad {
    display: flex;
    justify-content: flex-end;
    height:100%;
    }

.cont-ad-2 {
    padding: 1em;
    text-align: left;
    background-color:#e6eef6;
    align-self: center;
    }

.cont-ad-2 a {
    color:#000;
    }

.cont-ad-2 a:hover {
    color:#0093d3;
    }

.cont-ad-2>.disb {
    display: inline;
    }

.cont-ad-2>.disn {
    display: none;
    }

.cont-ad-2>.disws {
    white-space: nowrap;
    }

.cont-ad-3 {
    text-align: right;
    background-color:#fff;
    padding-top: 3em;
    padding-right:1.5em;
    font-size: 80%;
    }

.cont-ad-3 img {
    margin: 1em 0em 1em 0em;
    }

/* content 2 */
#content-2 {
    background-color:#FFF;
    }

.cont-2 {
    background-color:#FFF;
    text-align: right;
    font-size: 1.5em;
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #004f9e;
    font-weight: 300;
    padding-right: 1em;
    }

/* Produkt */

.product {
    width: 100%;
	  margin-top: 4em;
    }

.pr-head {
    width: 100%;
		font-weight: bold;
		font-size: 1.5em;
	  color:#004f9e;
		margin-bottom:1em;
    }

.pr-head-1 {
	  color:#000; 
		font-size: 1em; 
		margin-bottom:0.5em
    }

.pr-cont {
    width: 100%;
		display:block;
    }

.pr-pic {
    width: auto;
    }

.pr-txt {
    width: auto;
		display: flex;
		align-items: center;
    }

.pr-txt-2 ul>li {
  	list-style-type: square;
		}		

.pr-txt-2 {
    width: auto;
		padding-left: 2em;
    }

.pr-txt-3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
    width: auto;
		padding: 0.2em;
	background-color: #ededed;
	font-size: 0.9em; 
    }

.pr-foot {
    width: 100%;
		font-size: 0.8em;
	  text-align: right;
    }

.pr-foot a {
    width: 100%;
		color:#004f9e;
    }

/* Ansicht für Tablets bzw. Bildschirme, die größer als 993px sind */

@media screen and (min-width: 993px) {
	
.pr-cont {
		display:flex;
    }
    
#content { 
    margin-top: 200px; 
    }
    
.cont-fixed {
    height: 200px;
    }
    
x.header img {
    width: 350px;
    }
    
.header-top {
	background-color: #ededed;
    display: block;
    }
    
.header-logo { 
    width: 100%; 
    display: flex;
    }

.header-logo1 { 
    display: block;
    width: 40%; 
    }

.header-logo1 img {
    width: 375px;
    height: auto;
    margin: 2.5em 1em 2em 2.5em;
    }

.header-logo2 { 
    display: block;
    width: 60%; 
    display: flex; 
    align-items: stretch;
    align-items: center; 
    justify-content: flex-end; }

.header-logo2 img { 
    display: flex;
    width: 110px;
    height: auto; 
    margin-right:2em;
    }    
    
.cont-100 {
    display: flex; 
    }
    
.cont-80 {;
    width: 80%;
    }
    
.cont-20 {
    width: 20%; 
    display: flex;
    padding-left: 5%;
    }
    
.cont-txt {
    margin-bottom: 0em;
    padding: 0em 0em 0em 3em;
    }
    
.cont-ad-2 {
    text-align: right;
    padding: 1.5em;
    }
    
.cont-ad-2>.disb {
    display: none;
    }
    
.cont-ad-2>.disn {
    display: inline;
    }
    
.cont-txt-input {
    flex-direction: row;
    }
    
.cont-txt-1, .cont-txt-2 {
    width: 34.5%;
    padding-right: 2em;
    }
    
.cont-txt-3 {
    width: 31%;
    padding-right: 0em;
    }
}


/* Ansicht für Tablets bzw. Bildschirme, die größer als 1024px sind */

@media screen and (min-width:1110px) {
    
#container { 
    xpadding: 50px 50px 50px 50px;
    }
    
}